Prusa-Buddy-Board/rev.1.0.0/ibom.html
2019-12-11 10:27:16 +01:00

2639 lines
860 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interactive BOM for KiCAD</title>
<style type="text/css">
:root {
--pcb-edge-color: black;
--pad-color: #878787;
--pad-color-highlight: #D04040;
--pin1-outline-color: #ffb629;
--pin1-outline-color-highlight: #b4ff03;
--silkscreen-edge-color: #aa4;
--silkscreen-polygon-color: #4aa;
--silkscreen-text-color: #4aa;
--fabrication-edge-color: #907651;
--fabrication-polygon-color: #907651;
--fabrication-text-color: #a27c24;
}
html, body {
margin: 0px;
height: 100%;
font-family: Verdana, sans-serif;
}
.dark {
--pcb-edge-color: #eee;
--pad-color: #808080;
--pin1-outline-color: #ffa800;
--pin1-outline-color-highlight: #ccff00;
background-color: #252c30;
color: #eee;
}
button {
background-color: #eee;
border: 1px solid #888;
color: black;
height: 44px;
width: 44px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
font-weight: bolder;
}
.dark button {
/* This will be inverted */
background-color: #c3b7b5;
}
button.depressed {
background-color: #0a0;
color: white;
}
.dark button.depressed {
/* This will be inverted */
background-color: #b3b;
}
button:focus {
outline: 0;
}
button#tb-btn {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.47 8.47'%3E%3Crect transform='translate(0 -288.53)' ry='1.17' y='288.8' x='.27' height='7.94' width='7.94' fill='%23f9f9f9'/%3E%3Cg transform='translate(0 -288.53)'%3E%3Crect width='7.94' height='7.94' x='.27' y='288.8' ry='1.17' fill='none' stroke='%23000' stroke-width='.4' stroke-linejoin='round'/%3E%3Cpath d='M1.32 290.12h5.82M1.32 291.45h5.82' fill='none' stroke='%23000' stroke-width='.4'/%3E%3Cpath d='M4.37 292.5v4.23M.26 292.63H8.2' fill='none' stroke='%23000' stroke-width='.3'/%3E%3Ctext font-weight='700' font-size='3.17' font-family='sans-serif'%3E%3Ctspan x='1.35' y='295.73'%3EF%3C/tspan%3E%3Ctspan x='5.03' y='295.68'%3EB%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E%0A");
background-size: 32px 32px;
background-position: 5px 5px;
background-repeat: no-repeat;
}
button#lr-btn {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.47 8.47'%3E%3Crect transform='translate(0 -288.53)' ry='1.17' y='288.8' x='.27' height='7.94' width='7.94' fill='%23f9f9f9'/%3E%3Cg transform='translate(0 -288.53)'%3E%3Crect width='7.94' height='7.94' x='.27' y='288.8' ry='1.17' fill='none' stroke='%23000' stroke-width='.4' stroke-linejoin='round'/%3E%3Cpath d='M1.06 290.12H3.7m-2.64 1.33H3.7m-2.64 1.32H3.7m-2.64 1.3H3.7m-2.64 1.33H3.7' fill='none' stroke='%23000' stroke-width='.4'/%3E%3Cpath d='M4.37 288.8v7.94m0-4.11h3.96' fill='none' stroke='%23000' stroke-width='.3'/%3E%3Ctext font-weight='700' font-size='3.17' font-family='sans-serif'%3E%3Ctspan x='5.11' y='291.96'%3EF%3C/tspan%3E%3Ctspan x='5.03' y='295.68'%3EB%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E%0A");
background-size: 32px 32px;
background-position: 5px 5px;
background-repeat: no-repeat;
}
button#bom-btn {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.47 8.47'%3E%3Crect transform='translate(0 -288.53)' ry='1.17' y='288.8' x='.27' height='7.94' width='7.94' fill='%23f9f9f9'/%3E%3Cg transform='translate(0 -288.53)' fill='none' stroke='%23000' stroke-width='.4'%3E%3Crect width='7.94' height='7.94' x='.27' y='288.8' ry='1.17' stroke-linejoin='round'/%3E%3Cpath d='M1.59 290.12h5.29M1.59 291.45h5.33M1.59 292.75h5.33M1.59 294.09h5.33M1.59 295.41h5.33'/%3E%3C/g%3E%3C/svg%3E");
background-size: 32px 32px;
background-position: 5px 5px;
background-repeat: no-repeat;
}
button#copy {
background-image: url("data:image/svg+xml,%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3Cpath d='M32 2h-24c-2.21 0-4 1.79-4 4v28h4v-28h24v-4zm6 8h-22c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h22c2.21 0 4-1.79 4-4v-28c0-2.21-1.79-4-4-4zm0 32h-22v-28h22v28z'/%3E%3C/svg%3E");
background-position: 6px 6px;
background-repeat: no-repeat;
background-size: 26px 26px;
border-radius: 6px;
height: 40px;
width: 40px;
margin: 10px 5px;
}
button#copy:active {
box-shadow: inset 0px 0px 5px #6c6c6c;
}
textarea.clipboard-temp {
position: fixed;
top: 0;
left: 0;
width: 2em;
height: 2em;
padding: 0;
border: None;
outline: None;
box-shadow: None;
background: transparent;
}
.left-most-button {
border-right: 0;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.middle-button {
border-right: 0;
}
.right-most-button {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.button-container {
font-size: 0;
}
.dark .button-container {
filter: invert(1);
}
@media print {
.hideonprint {
display: none;
}
}
canvas {
cursor: crosshair;
}
canvas:active {
cursor: grabbing;
}
.fileinfo {
width: 100%;
max-width: 1000px;
border: none;
padding: 5px;
}
.fileinfo .title {
font-size: 20pt;
font-weight: bold;
}
.fileinfo td {
overflow: hidden;
white-space: nowrap;
max-width: 1px;
width: 50%;
text-overflow: ellipsis;
}
.bom {
border-collapse: collapse;
font-family: Consolas, "DejaVu Sans Mono", Monaco, monospace;
font-size: 10pt;
table-layout: fixed;
width: 100%;
margin-top: 1px;
}
.bom th, .bom td {
border: 1px solid black;
padding: 5px;
word-wrap: break-word;
text-align: center;
position: relative;
}
.dark .bom th, .dark .bom td {
border: 1px solid #777;
}
.bom th {
background-color: #CCCCCC;
background-clip: padding-box;
}
.dark .bom th {
background-color: #3b4749;
}
.bom tr.highlighted:nth-child(n) {
background-color: #cfc;
}
.dark .bom tr.highlighted:nth-child(n) {
background-color: #226022;
}
.bom tr:nth-child(even) {
background-color: #f2f2f2;
}
.dark .bom tr:nth-child(even) {
background-color: #313b40;
}
.bom tr {
transition: background-color 0.2s;
}
.bom .numCol {
width: 25px;
}
.bom .Description {
width: 10%;
}
.bom .Part {
width: 10%;
}
.bom .Value {
width: 15%;
}
.bom .Quantity {
width: 65px;
}
.bom th .sortmark {
position: absolute;
right: 1px;
top: 1px;
margin-top: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent #221 transparent;
transform-origin: 50% 85%;
transition: opacity 0.2s, transform 0.4s;
}
.dark .bom th .sortmark {
filter: invert(1);
}
.bom th .sortmark.none {
opacity: 0;
}
.bom th .sortmark.desc {
transform: rotate(180deg);
}
.bom th:hover .sortmark.none {
opacity: 0.5;
}
.bom .bom-checkbox {
width: 30px;
position: relative;
user-select: none;
-moz-user-select: none;
}
.bom .bom-checkbox:before {
content: "";
position: absolute;
border-width: 15px;
border-style: solid;
border-color: #51829f transparent transparent transparent;
visibility: hidden;
top: -15px;
}
.bom .bom-checkbox:after {
content: "Double click to set/unset all";
position: absolute;
color: white;
top: -35px;
left: -26px;
background: #51829f;
padding: 5px 15px;
border-radius: 8px;
white-space: nowrap;
visibility: hidden;
}
.bom .bom-checkbox:hover:before, .bom .bom-checkbox:hover:after {
visibility: visible;
transition: visibility 0.2s linear 1s;
}
.split {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;
background-color: inherit;
}
.split.split-horizontal, .gutter.gutter-horizontal {
height: 100%;
float: left;
}
.gutter {
background-color: #ddd;
background-repeat: no-repeat;
background-position: 50%;
transition: background-color 0.3s;
}
.dark .gutter {
background-color: #777;
}
.gutter.gutter-horizontal {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
cursor: ew-resize;
width: 5px;
}
.gutter.gutter-vertical {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
cursor: ns-resize;
height: 5px;
}
.searchbox {
float: left;
height: 40px;
margin: 10px 5px;
padding: 12px 32px;
font-family: Consolas, "DejaVu Sans Mono", Monaco, monospace;
font-size: 18px;
box-sizing: border-box;
border: 1px solid #888;
border-radius: 6px;
outline: none;
background-color: #eee;
transition: background-color 0.2s, border 0.2s;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABNklEQVQ4T8XSMUvDQBQH8P/LElFa/AIZHcTBQSz0I/gFstTBRR2KUC4ldDxw7h0Bl3RRUATxi4iiODgoiLNrbQYp5J6cpJJqomkX33Z37/14d/dIa33MzDuYI4johOI4XhyNRteO46zNYjDzAxE1yBZprVeZ+QbAUhXEGJMA2Ox2u4+fQIa0mPmsCgCgJYQ4t7lfgF0opQYAdv9ABkKI/UnOFCClXKjX61cA1osQY8x9kiRNKeV7IWA3oyhaSdP0FkAtjxhj3hzH2RBCPOf3pzqYHCilfAAX+URm9oMguPzeWSGQvUcMYC8rOBJCHBRdqxTo9/vbRHRqi8bj8XKv1xvODbiuW2u32/bvf0SlDv4XYOY7z/Mavu+nM1+BmQ+NMc0wDF/LprP0DbTWW0T00ul0nn4b7Q87+X4Qmfiq2wAAAABJRU5ErkJggg==');
background-position: 10px 10px;
background-repeat: no-repeat;
}
.dark .searchbox {
background-color: #111;
color: #eee;
}
.searchbox::placeholder {
color: #ccc;
}
.dark .searchbox::placeholder {
color: #666;
}
.filter {
width: calc(60% - 64px);
}
.reflookup {
width: calc(40% - 10px);
}
input[type=text]:focus {
background-color: white;
border: 1px solid #333;
}
.dark input[type=text]:focus {
background-color: #333;
border: 1px solid #ccc;
}
mark.highlight {
background-color: #5050ff;
color: #fff;
padding: 2px;
border-radius: 6px;
}
.dark mark.highlight {
background-color: #76a6da;
color: #111;
}
.menubtn {
background-color: white;
font-size: 16px;
border: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 20 20'%3E%3Cpath fill='none' d='M0 0h20v20H0V0z'/%3E%3Cpath d='M15.95 10.78c.03-.25.05-.51.05-.78s-.02-.53-.06-.78l1.69-1.32c.15-.12.19-.34.1-.51l-1.6-2.77c-.1-.18-.31-.24-.49-.18l-1.99.8c-.42-.32-.86-.58-1.35-.78L12 2.34c-.03-.2-.2-.34-.4-.34H8.4c-.2 0-.36.14-.39.34l-.3 2.12c-.49.2-.94.47-1.35.78l-1.99-.8c-.18-.07-.39 0-.49.18l-1.6 2.77c-.1.18-.06.39.1.51l1.69 1.32c-.04.25-.07.52-.07.78s.02.53.06.78L2.37 12.1c-.15.12-.19.34-.1.51l1.6 2.77c.1.18.31.24.49.18l1.99-.8c.42.32.86.58 1.35.78l.3 2.12c.04.2.2.34.4.34h3.2c.2 0 .37-.14.39-.34l.3-2.12c.49-.2.94-.47 1.35-.78l1.99.8c.18.07.39 0 .49-.18l1.6-2.77c.1-.18.06-.39-.1-.51l-1.67-1.32zM10 13c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z'/%3E%3C/svg%3E%0A");
background-position: center;
background-repeat: no-repeat;
}
.dark .menubtn {
filter: invert(1);
}
.menu {
position: relative;
display: inline-block;
}
.menu-content {
display: none;
position: absolute;
background-color: white;
right: 0;
min-width: 300px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 100;
padding: 8px;
}
.dark .menu-content {
background-color: #111;
}
.menu:hover .menu-content {
display: block;
}
.menu:hover .menubtn {
background-color: #eee;
}
.dark .menu:hover .menubtn {}
.menu-label {
display: inline-block;
padding: 8px;
border: 1px solid #ccc;
border-top: 0;
width: calc(100% - 18px);
}
.menu-label-top {
border-top: 1px solid #ccc;
}
.menu-textbox {
float: left;
height: 24px;
margin: 10px 5px;
padding: 5px 5px;
font-family: Consolas, "DejaVu Sans Mono", Monaco, monospace;
font-size: 14px;
box-sizing: border-box;
border: 1px solid #888;
border-radius: 4px;
outline: none;
background-color: #eee;
transition: background-color 0.2s, border 0.2s;
width: calc(100% - 10px);
}
.dark .menu-textbox {
background-color: #222;
color: #eee;
}
#topmostdiv {
transition: background-color 0.3s;
}
#top {
height: 78px;
border-bottom: 2px solid black;
}
.dark #top {
border-bottom: 2px solid #ccc;
}
#dbg {
display: block;
}
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #aaa;
}
::-webkit-scrollbar-thumb {
background: #666;
border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
}
.slider {
-webkit-appearance: none;
width: 100%;
margin: 3px 0;
padding: 0;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
border-radius: 3px;
}
.slider:hover {
opacity: 1;
}
.slider:focus {
outline: none;
}
.slider::-webkit-slider-runnable-track {
-webkit-appearance: none;
width: 100%;
height: 8px;
background: #d3d3d3;
border-radius: 3px;
border: none;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
width: 15px;
height: 15px;
border-radius: 50%;
background: #0a0;
cursor: pointer;
margin-top: -4px;
}
.dark .slider::-webkit-slider-thumb {
background: #3d3;
}
.slider::-moz-range-thumb {
width: 15px;
height: 15px;
border-radius: 50%;
background: #0a0;
cursor: pointer;
}
.slider::-moz-range-track {
height: 8px;
background: #d3d3d3;
border-radius: 3px;
}
.dark .slider::-moz-range-thumb {
background: #3d3;
}
.slider::-ms-track {
width: 100%;
height: 8px;
border-width: 3px 0;
background: transparent;
border-color: transparent;
color: transparent;
transition: opacity .2s;
}
.slider::-ms-fill-lower {
background: #d3d3d3;
border: none;
border-radius: 3px;
}
.slider::-ms-fill-upper {
background: #d3d3d3;
border: none;
border-radius: 3px;
}
.slider::-ms-thumb {
width: 15px;
height: 15px;
border-radius: 50%;
background: #0a0;
cursor: pointer;
margin: 0;
}
.shameless-plug {
font-size: 0.8em;
text-align: center;
display: block;
}
a {
color: #0278a4;
}
.dark a {
color: #00b9fd;
}
#frontcanvas, #backcanvas {
touch-action: none;
}
</style>
<script type="text/javascript" >
///////////////////////////////////////////////
/*
Split.js - v1.3.5
MIT License
https://github.com/nathancahill/Split.js
*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.Split=t()}(this,function(){"use strict";var e=window,t=e.document,n="addEventListener",i="removeEventListener",r="getBoundingClientRect",s=function(){return!1},o=e.attachEvent&&!e[n],a=["","-webkit-","-moz-","-o-"].filter(function(e){var n=t.createElement("div");return n.style.cssText="width:"+e+"calc(9px)",!!n.style.length}).shift()+"calc",l=function(e){return"string"==typeof e||e instanceof String?t.querySelector(e):e};return function(u,c){function z(e,t,n){var i=A(y,t,n);Object.keys(i).forEach(function(t){return e.style[t]=i[t]})}function h(e,t){var n=B(y,t);Object.keys(n).forEach(function(t){return e.style[t]=n[t]})}function f(e){var t=E[this.a],n=E[this.b],i=t.size+n.size;t.size=e/this.size*i,n.size=i-e/this.size*i,z(t.element,t.size,this.aGutterSize),z(n.element,n.size,this.bGutterSize)}function m(e){var t;this.dragging&&((t="touches"in e?e.touches[0][b]-this.start:e[b]-this.start)<=E[this.a].minSize+M+this.aGutterSize?t=E[this.a].minSize+this.aGutterSize:t>=this.size-(E[this.b].minSize+M+this.bGutterSize)&&(t=this.size-(E[this.b].minSize+this.bGutterSize)),f.call(this,t),c.onDrag&&c.onDrag())}function g(){var e=E[this.a].element,t=E[this.b].element;this.size=e[r]()[y]+t[r]()[y]+this.aGutterSize+this.bGutterSize,this.start=e[r]()[G]}function d(){var t=this,n=E[t.a].element,r=E[t.b].element;t.dragging&&c.onDragEnd&&c.onDragEnd(),t.dragging=!1,e[i]("mouseup",t.stop),e[i]("touchend",t.stop),e[i]("touchcancel",t.stop),t.parent[i]("mousemove",t.move),t.parent[i]("touchmove",t.move),delete t.stop,delete t.move,n[i]("selectstart",s),n[i]("dragstart",s),r[i]("selectstart",s),r[i]("dragstart",s),n.style.userSelect="",n.style.webkitUserSelect="",n.style.MozUserSelect="",n.style.pointerEvents="",r.style.userSelect="",r.style.webkitUserSelect="",r.style.MozUserSelect="",r.style.pointerEvents="",t.gutter.style.cursor="",t.parent.style.cursor=""}function S(t){var i=this,r=E[i.a].element,o=E[i.b].element;!i.dragging&&c.onDragStart&&c.onDragStart(),t.preventDefault(),i.dragging=!0,i.move=m.bind(i),i.stop=d.bind(i),e[n]("mouseup",i.stop),e[n]("touchend",i.stop),e[n]("touchcancel",i.stop),i.parent[n]("mousemove",i.move),i.parent[n]("touchmove",i.move),r[n]("selectstart",s),r[n]("dragstart",s),o[n]("selectstart",s),o[n]("dragstart",s),r.style.userSelect="none",r.style.webkitUserSelect="none",r.style.MozUserSelect="none",r.style.pointerEvents="none",o.style.userSelect="none",o.style.webkitUserSelect="none",o.style.MozUserSelect="none",o.style.pointerEvents="none",i.gutter.style.cursor=j,i.parent.style.cursor=j,g.call(i)}function v(e){e.forEach(function(t,n){if(n>0){var i=F[n-1],r=E[i.a],s=E[i.b];r.size=e[n-1],s.size=t,z(r.element,r.size,i.aGutterSize),z(s.element,s.size,i.bGutterSize)}})}function p(){F.forEach(function(e){e.parent.removeChild(e.gutter),E[e.a].element.style[y]="",E[e.b].element.style[y]=""})}void 0===c&&(c={});var y,b,G,E,w=l(u[0]).parentNode,D=e.getComputedStyle(w).flexDirection,U=c.sizes||u.map(function(){return 100/u.length}),k=void 0!==c.minSize?c.minSize:100,x=Array.isArray(k)?k:u.map(function(){return k}),L=void 0!==c.gutterSize?c.gutterSize:10,M=void 0!==c.snapOffset?c.snapOffset:30,O=c.direction||"horizontal",j=c.cursor||("horizontal"===O?"ew-resize":"ns-resize"),C=c.gutter||function(e,n){var i=t.createElement("div");return i.className="gutter gutter-"+n,i},A=c.elementStyle||function(e,t,n){var i={};return"string"==typeof t||t instanceof String?i[e]=t:i[e]=o?t+"%":a+"("+t+"% - "+n+"px)",i},B=c.gutterStyle||function(e,t){return n={},n[e]=t+"px",n;var n};"horizontal"===O?(y="width","clientWidth",b="clientX",G="left","paddingLeft"):"vertical"===O&&(y="height","clientHeight",b="clientY",G="top","paddingTop");var F=[];return E=u.map(function(e,t){var i,s={element:l(e),size:U[t],minSize:x[t]};if(t>0&&(i={a:t-1,b:t,dragging:!1,isFirst:1===t,isLast:t===u.length-1,direction:O,parent:w},i.aGutterSize=L,i.bGutterSize=L,i.isFirst&&(i.aGutterSize=L/2),i.isLast&&(i.bGutterSize=L/2),"row-reverse"===D||"column-reverse"===D)){var a=i.a;i.a=i.b,i.b=a}if(!o&&t>0){var c=C(t,O);h(c,L),c[n]("mousedown",S.bind(i)),c[n]("touchstart",S.bind(i)),w.insertBefore(c,s.element),i.gutter=c}0===t||t===u.length-1?z(s.element,s.size,L/2):z(s.element,s.size,L);var f=s.element[r]()[y];return f<s.minSize&&(s.minSize=f),t>0&&F.push(i),s}),o?{setSizes:v,destroy:p}:{setSizes:v,getSizes:function(){return E.map(function(e){return e.size})},collapse:function(e){if(e===F.length){var t=F[e-1];g.call(t),o||f.call(t,t.size-t.bGutterSize)}else{var n=F[e];g.call(n),o||f.call(n,n.aGutterSize)}},destroy:p}}});
///////////////////////////////////////////////
///////////////////////////////////////////////
/*!
* PEP v0.4.3 | https://github.com/jquery/PEP
* Copyright jQuery Foundation and other contributors | http://jquery.org/license
*/
!function(a,b){"object"==typeof exports&&"undefined"!=typeof module?module.exports=b():"function"==typeof define&&define.amd?define(b):a.PointerEventsPolyfill=b()}(this,function(){"use strict";function a(a,b){b=b||Object.create(null);var c=document.createEvent("Event");c.initEvent(a,b.bubbles||!1,b.cancelable||!1);
for(var d,e=2;e<m.length;e++)d=m[e],c[d]=b[d]||n[e];c.buttons=b.buttons||0;
var f=0;return f=b.pressure&&c.buttons?b.pressure:c.buttons?.5:0,c.x=c.clientX,c.y=c.clientY,c.pointerId=b.pointerId||0,c.width=b.width||0,c.height=b.height||0,c.pressure=f,c.tiltX=b.tiltX||0,c.tiltY=b.tiltY||0,c.twist=b.twist||0,c.tangentialPressure=b.tangentialPressure||0,c.pointerType=b.pointerType||"",c.hwTimestamp=b.hwTimestamp||0,c.isPrimary=b.isPrimary||!1,c}function b(){this.array=[],this.size=0}function c(a,b,c,d){this.addCallback=a.bind(d),this.removeCallback=b.bind(d),this.changedCallback=c.bind(d),A&&(this.observer=new A(this.mutationWatcher.bind(this)))}function d(a){return"body /shadow-deep/ "+e(a)}function e(a){return'[touch-action="'+a+'"]'}function f(a){return"{ -ms-touch-action: "+a+"; touch-action: "+a+"; }"}function g(){if(F){D.forEach(function(a){String(a)===a?(E+=e(a)+f(a)+"\n",G&&(E+=d(a)+f(a)+"\n")):(E+=a.selectors.map(e)+f(a.rule)+"\n",G&&(E+=a.selectors.map(d)+f(a.rule)+"\n"))});var a=document.createElement("style");a.textContent=E,document.head.appendChild(a)}}function h(){if(!window.PointerEvent){if(window.PointerEvent=a,window.navigator.msPointerEnabled){var b=window.navigator.msMaxTouchPoints;Object.defineProperty(window.navigator,"maxTouchPoints",{value:b,enumerable:!0}),u.registerSource("ms",_)}else Object.defineProperty(window.navigator,"maxTouchPoints",{value:0,enumerable:!0}),u.registerSource("mouse",N),void 0!==window.ontouchstart&&u.registerSource("touch",V);u.register(document)}}function i(a){if(!u.pointermap.has(a)){var b=new Error("InvalidPointerId");throw b.name="InvalidPointerId",b}}function j(a){for(var b=a.parentNode;b&&b!==a.ownerDocument;)b=b.parentNode;if(!b){var c=new Error("InvalidStateError");throw c.name="InvalidStateError",c}}function k(a){var b=u.pointermap.get(a);return 0!==b.buttons}function l(){window.Element&&!Element.prototype.setPointerCapture&&Object.defineProperties(Element.prototype,{setPointerCapture:{value:W},releasePointerCapture:{value:X},hasPointerCapture:{value:Y}})}
var m=["bubbles","cancelable","view","detail","screenX","screenY","clientX","clientY","ctrlKey","altKey","shiftKey","metaKey","button","relatedTarget","pageX","pageY"],n=[!1,!1,null,null,0,0,0,0,!1,!1,!1,!1,0,null,0,0],o=window.Map&&window.Map.prototype.forEach,p=o?Map:b;b.prototype={set:function(a,b){return void 0===b?this["delete"](a):(this.has(a)||this.size++,void(this.array[a]=b))},has:function(a){return void 0!==this.array[a]},"delete":function(a){this.has(a)&&(delete this.array[a],this.size--)},get:function(a){return this.array[a]},clear:function(){this.array.length=0,this.size=0},forEach:function(a,b){return this.array.forEach(function(c,d){a.call(b,c,d,this)},this)}};var q=["bubbles","cancelable","view","detail","screenX","screenY","clientX","clientY","ctrlKey","altKey","shiftKey","metaKey","button","relatedTarget","buttons","pointerId","width","height","pressure","tiltX","tiltY","pointerType","hwTimestamp","isPrimary","type","target","currentTarget","which","pageX","pageY","timeStamp"],r=[!1,!1,null,null,0,0,0,0,!1,!1,!1,!1,0,null,0,0,0,0,0,0,0,"",0,!1,"",null,null,0,0,0,0],s={pointerover:1,pointerout:1,pointerenter:1,pointerleave:1},t="undefined"!=typeof SVGElementInstance,u={pointermap:new p,eventMap:Object.create(null),captureInfo:Object.create(null),eventSources:Object.create(null),eventSourceList:[],registerSource:function(a,b){var c=b,d=c.events;d&&(d.forEach(function(a){c[a]&&(this.eventMap[a]=c[a].bind(c))},this),this.eventSources[a]=c,this.eventSourceList.push(c))},register:function(a){for(var b,c=this.eventSourceList.length,d=0;d<c&&(b=this.eventSourceList[d]);d++)
b.register.call(b,a)},unregister:function(a){for(var b,c=this.eventSourceList.length,d=0;d<c&&(b=this.eventSourceList[d]);d++)
b.unregister.call(b,a)},contains:function(a,b){try{return a.contains(b)}catch(c){return!1}},down:function(a){a.bubbles=!0,this.fireEvent("pointerdown",a)},move:function(a){a.bubbles=!0,this.fireEvent("pointermove",a)},up:function(a){a.bubbles=!0,this.fireEvent("pointerup",a)},enter:function(a){a.bubbles=!1,this.fireEvent("pointerenter",a)},leave:function(a){a.bubbles=!1,this.fireEvent("pointerleave",a)},over:function(a){a.bubbles=!0,this.fireEvent("pointerover",a)},out:function(a){a.bubbles=!0,this.fireEvent("pointerout",a)},cancel:function(a){a.bubbles=!0,this.fireEvent("pointercancel",a)},leaveOut:function(a){this.out(a),this.propagate(a,this.leave,!1)},enterOver:function(a){this.over(a),this.propagate(a,this.enter,!0)},eventHandler:function(a){if(!a._handledByPE){var b=a.type,c=this.eventMap&&this.eventMap[b];c&&c(a),a._handledByPE=!0}},listen:function(a,b){b.forEach(function(b){this.addEvent(a,b)},this)},unlisten:function(a,b){b.forEach(function(b){this.removeEvent(a,b)},this)},addEvent:function(a,b){a.addEventListener(b,this.boundHandler)},removeEvent:function(a,b){a.removeEventListener(b,this.boundHandler)},makeEvent:function(b,c){this.captureInfo[c.pointerId]&&(c.relatedTarget=null);var d=new a(b,c);return c.preventDefault&&(d.preventDefault=c.preventDefault),d._target=d._target||c.target,d},fireEvent:function(a,b){var c=this.makeEvent(a,b);return this.dispatchEvent(c)},cloneEvent:function(a){for(var b,c=Object.create(null),d=0;d<q.length;d++)b=q[d],c[b]=a[b]||r[d],!t||"target"!==b&&"relatedTarget"!==b||c[b]instanceof SVGElementInstance&&(c[b]=c[b].correspondingUseElement);return a.preventDefault&&(c.preventDefault=function(){a.preventDefault()}),c},getTarget:function(a){var b=this.captureInfo[a.pointerId];return b?a._target!==b&&a.type in s?void 0:b:a._target},propagate:function(a,b,c){for(var d=a.target,e=[];d!==document&&!d.contains(a.relatedTarget);) if(e.push(d),d=d.parentNode,!d)return;c&&e.reverse(),e.forEach(function(c){a.target=c,b.call(this,a)},this)},setCapture:function(b,c,d){this.captureInfo[b]&&this.releaseCapture(b,d),this.captureInfo[b]=c,this.implicitRelease=this.releaseCapture.bind(this,b,d),document.addEventListener("pointerup",this.implicitRelease),document.addEventListener("pointercancel",this.implicitRelease);var e=new a("gotpointercapture");e.pointerId=b,e._target=c,d||this.asyncDispatchEvent(e)},releaseCapture:function(b,c){var d=this.captureInfo[b];if(d){this.captureInfo[b]=void 0,document.removeEventListener("pointerup",this.implicitRelease),document.removeEventListener("pointercancel",this.implicitRelease);var e=new a("lostpointercapture");e.pointerId=b,e._target=d,c||this.asyncDispatchEvent(e)}},dispatchEvent:/*scope.external.dispatchEvent || */function(a){var b=this.getTarget(a);if(b)return b.dispatchEvent(a)},asyncDispatchEvent:function(a){requestAnimationFrame(this.dispatchEvent.bind(this,a))}};u.boundHandler=u.eventHandler.bind(u);var v={shadow:function(a){if(a)return a.shadowRoot||a.webkitShadowRoot},canTarget:function(a){return a&&Boolean(a.elementFromPoint)},targetingShadow:function(a){var b=this.shadow(a);if(this.canTarget(b))return b},olderShadow:function(a){var b=a.olderShadowRoot;if(!b){var c=a.querySelector("shadow");c&&(b=c.olderShadowRoot)}return b},allShadows:function(a){for(var b=[],c=this.shadow(a);c;)b.push(c),c=this.olderShadow(c);return b},searchRoot:function(a,b,c){if(a){var d,e,f=a.elementFromPoint(b,c);for(e=this.targetingShadow(f);e;){if(d=e.elementFromPoint(b,c)){var g=this.targetingShadow(d);return this.searchRoot(g,b,c)||d} e=this.olderShadow(e)} return f}},owner:function(a){
for(var b=a;b.parentNode;)b=b.parentNode;
return b.nodeType!==Node.DOCUMENT_NODE&&b.nodeType!==Node.DOCUMENT_FRAGMENT_NODE&&(b=document),b},findTarget:function(a){var b=a.clientX,c=a.clientY,d=this.owner(a.target);
return d.elementFromPoint(b,c)||(d=document),this.searchRoot(d,b,c)}},w=Array.prototype.forEach.call.bind(Array.prototype.forEach),x=Array.prototype.map.call.bind(Array.prototype.map),y=Array.prototype.slice.call.bind(Array.prototype.slice),z=Array.prototype.filter.call.bind(Array.prototype.filter),A=window.MutationObserver||window.WebKitMutationObserver,B="[touch-action]",C={subtree:!0,childList:!0,attributes:!0,attributeOldValue:!0,attributeFilter:["touch-action"]};c.prototype={watchSubtree:function(a){
//
this.observer&&v.canTarget(a)&&this.observer.observe(a,C)},enableOnSubtree:function(a){this.watchSubtree(a),a===document&&"complete"!==document.readyState?this.installOnLoad():this.installNewSubtree(a)},installNewSubtree:function(a){w(this.findElements(a),this.addElement,this)},findElements:function(a){return a.querySelectorAll?a.querySelectorAll(B):[]},removeElement:function(a){this.removeCallback(a)},addElement:function(a){this.addCallback(a)},elementChanged:function(a,b){this.changedCallback(a,b)},concatLists:function(a,b){return a.concat(y(b))},
installOnLoad:function(){document.addEventListener("readystatechange",function(){"complete"===document.readyState&&this.installNewSubtree(document)}.bind(this))},isElement:function(a){return a.nodeType===Node.ELEMENT_NODE},flattenMutationTree:function(a){
var b=x(a,this.findElements,this);
return b.push(z(a,this.isElement)),b.reduce(this.concatLists,[])},mutationWatcher:function(a){a.forEach(this.mutationHandler,this)},mutationHandler:function(a){if("childList"===a.type){var b=this.flattenMutationTree(a.addedNodes);b.forEach(this.addElement,this);var c=this.flattenMutationTree(a.removedNodes);c.forEach(this.removeElement,this)}else"attributes"===a.type&&this.elementChanged(a.target,a.oldValue)}};var D=["none","auto","pan-x","pan-y",{rule:"pan-x pan-y",selectors:["pan-x pan-y","pan-y pan-x"]}],E="",F=window.PointerEvent||window.MSPointerEvent,G=!window.ShadowDOMPolyfill&&document.head.createShadowRoot,H=u.pointermap,I=25,J=[1,4,2,8,16],K=!1;try{K=1===new MouseEvent("test",{buttons:1}).buttons}catch(L){}
var M,N={POINTER_ID:1,POINTER_TYPE:"mouse",events:["mousedown","mousemove","mouseup","mouseover","mouseout"],register:function(a){u.listen(a,this.events)},unregister:function(a){u.unlisten(a,this.events)},lastTouches:[],
isEventSimulatedFromTouch:function(a){for(var b,c=this.lastTouches,d=a.clientX,e=a.clientY,f=0,g=c.length;f<g&&(b=c[f]);f++){
var h=Math.abs(d-b.x),i=Math.abs(e-b.y);if(h<=I&&i<=I)return!0}},prepareEvent:function(a){var b=u.cloneEvent(a),c=b.preventDefault;return b.preventDefault=function(){a.preventDefault(),c()},b.pointerId=this.POINTER_ID,b.isPrimary=!0,b.pointerType=this.POINTER_TYPE,b},prepareButtonsForMove:function(a,b){var c=H.get(this.POINTER_ID);
0!==b.which&&c?a.buttons=c.buttons:a.buttons=0,b.buttons=a.buttons},mousedown:function(a){if(!this.isEventSimulatedFromTouch(a)){var b=H.get(this.POINTER_ID),c=this.prepareEvent(a);K||(c.buttons=J[c.button],b&&(c.buttons|=b.buttons),a.buttons=c.buttons),H.set(this.POINTER_ID,a),b&&0!==b.buttons?u.move(c):u.down(c)}},mousemove:function(a){if(!this.isEventSimulatedFromTouch(a)){var b=this.prepareEvent(a);K||this.prepareButtonsForMove(b,a),b.button=-1,H.set(this.POINTER_ID,a),u.move(b)}},mouseup:function(a){if(!this.isEventSimulatedFromTouch(a)){var b=H.get(this.POINTER_ID),c=this.prepareEvent(a);if(!K){var d=J[c.button];
c.buttons=b?b.buttons&~d:0,a.buttons=c.buttons}H.set(this.POINTER_ID,a),
c.buttons&=~J[c.button],0===c.buttons?u.up(c):u.move(c)}},mouseover:function(a){if(!this.isEventSimulatedFromTouch(a)){var b=this.prepareEvent(a);K||this.prepareButtonsForMove(b,a),b.button=-1,H.set(this.POINTER_ID,a),u.enterOver(b)}},mouseout:function(a){if(!this.isEventSimulatedFromTouch(a)){var b=this.prepareEvent(a);K||this.prepareButtonsForMove(b,a),b.button=-1,u.leaveOut(b)}},cancel:function(a){var b=this.prepareEvent(a);u.cancel(b),this.deactivateMouse()},deactivateMouse:function(){H["delete"](this.POINTER_ID)}},O=u.captureInfo,P=v.findTarget.bind(v),Q=v.allShadows.bind(v),R=u.pointermap,S=2500,T=200,U="touch-action",V={events:["touchstart","touchmove","touchend","touchcancel"],register:function(a){M.enableOnSubtree(a)},unregister:function(){},elementAdded:function(a){var b=a.getAttribute(U),c=this.touchActionToScrollType(b);c&&(a._scrollType=c,u.listen(a,this.events),
Q(a).forEach(function(a){a._scrollType=c,u.listen(a,this.events)},this))},elementRemoved:function(a){a._scrollType=void 0,u.unlisten(a,this.events),
Q(a).forEach(function(a){a._scrollType=void 0,u.unlisten(a,this.events)},this)},elementChanged:function(a,b){var c=a.getAttribute(U),d=this.touchActionToScrollType(c),e=this.touchActionToScrollType(b);
d&&e?(a._scrollType=d,Q(a).forEach(function(a){a._scrollType=d},this)):e?this.elementRemoved(a):d&&this.elementAdded(a)},scrollTypes:{EMITTER:"none",XSCROLLER:"pan-x",YSCROLLER:"pan-y",SCROLLER:/^(?:pan-x pan-y)|(?:pan-y pan-x)|auto$/},touchActionToScrollType:function(a){var b=a,c=this.scrollTypes;return"none"===b?"none":b===c.XSCROLLER?"X":b===c.YSCROLLER?"Y":c.SCROLLER.exec(b)?"XY":void 0},POINTER_TYPE:"touch",firstTouch:null,isPrimaryTouch:function(a){return this.firstTouch===a.identifier},setPrimaryTouch:function(a){
(0===R.size||1===R.size&&R.has(1))&&(this.firstTouch=a.identifier,this.firstXY={X:a.clientX,Y:a.clientY},this.scrolling=!1,this.cancelResetClickCount())},removePrimaryPointer:function(a){a.isPrimary&&(this.firstTouch=null,this.firstXY=null,this.resetClickCount())},clickCount:0,resetId:null,resetClickCount:function(){var a=function(){this.clickCount=0,this.resetId=null}.bind(this);this.resetId=setTimeout(a,T)},cancelResetClickCount:function(){this.resetId&&clearTimeout(this.resetId)},typeToButtons:function(a){var b=0;return"touchstart"!==a&&"touchmove"!==a||(b=1),b},touchToPointer:function(a){var b=this.currentTouchEvent,c=u.cloneEvent(a),d=c.pointerId=a.identifier+2;c.target=O[d]||P(c),c.bubbles=!0,c.cancelable=!0,c.detail=this.clickCount,c.button=0,c.buttons=this.typeToButtons(b.type),c.width=2*(a.radiusX||a.webkitRadiusX||0),c.height=2*(a.radiusY||a.webkitRadiusY||0),c.pressure=a.force||a.webkitForce||.5,c.isPrimary=this.isPrimaryTouch(a),c.pointerType=this.POINTER_TYPE,
c.altKey=b.altKey,c.ctrlKey=b.ctrlKey,c.metaKey=b.metaKey,c.shiftKey=b.shiftKey;
var e=this;return c.preventDefault=function(){e.scrolling=!1,e.firstXY=null,b.preventDefault()},c},processTouches:function(a,b){var c=a.changedTouches;this.currentTouchEvent=a;for(var d,e=0;e<c.length;e++)d=c[e],b.call(this,this.touchToPointer(d))},
shouldScroll:function(a){if(this.firstXY){var b,c=a.currentTarget._scrollType;if("none"===c)
b=!1;else if("XY"===c)
b=!0;else{var d=a.changedTouches[0],e=c,f="Y"===c?"X":"Y",g=Math.abs(d["client"+e]-this.firstXY[e]),h=Math.abs(d["client"+f]-this.firstXY[f]);
b=g>=h}return this.firstXY=null,b}},findTouch:function(a,b){for(var c,d=0,e=a.length;d<e&&(c=a[d]);d++)if(c.identifier===b)return!0},
vacuumTouches:function(a){var b=a.touches;
if(R.size>=b.length){var c=[];R.forEach(function(a,d){
if(1!==d&&!this.findTouch(b,d-2)){var e=a.out;c.push(e)}},this),c.forEach(this.cancelOut,this)}},touchstart:function(a){this.vacuumTouches(a),this.setPrimaryTouch(a.changedTouches[0]),this.dedupSynthMouse(a),this.scrolling||(this.clickCount++,this.processTouches(a,this.overDown))},overDown:function(a){R.set(a.pointerId,{target:a.target,out:a,outTarget:a.target}),u.enterOver(a),u.down(a)},touchmove:function(a){this.scrolling||(this.shouldScroll(a)?(this.scrolling=!0,this.touchcancel(a)):(a.preventDefault(),this.processTouches(a,this.moveOverOut)))},moveOverOut:function(a){var b=a,c=R.get(b.pointerId);
if(c){var d=c.out,e=c.outTarget;u.move(b),d&&e!==b.target&&(d.relatedTarget=b.target,b.relatedTarget=e,
d.target=e,b.target?(u.leaveOut(d),u.enterOver(b)):(
b.target=e,b.relatedTarget=null,this.cancelOut(b))),c.out=b,c.outTarget=b.target}},touchend:function(a){this.dedupSynthMouse(a),this.processTouches(a,this.upOut)},upOut:function(a){this.scrolling||(u.up(a),u.leaveOut(a)),this.cleanUpPointer(a)},touchcancel:function(a){this.processTouches(a,this.cancelOut)},cancelOut:function(a){u.cancel(a),u.leaveOut(a),this.cleanUpPointer(a)},cleanUpPointer:function(a){R["delete"](a.pointerId),this.removePrimaryPointer(a)},
dedupSynthMouse:function(a){var b=N.lastTouches,c=a.changedTouches[0];
if(this.isPrimaryTouch(c)){
var d={x:c.clientX,y:c.clientY};b.push(d);var e=function(a,b){var c=a.indexOf(b);c>-1&&a.splice(c,1)}.bind(null,b,d);setTimeout(e,S)}}};M=new c(V.elementAdded,V.elementRemoved,V.elementChanged,V);var W,X,Y,Z=u.pointermap,$=window.MSPointerEvent&&"number"==typeof window.MSPointerEvent.MSPOINTER_TYPE_MOUSE,_={events:["MSPointerDown","MSPointerMove","MSPointerUp","MSPointerOut","MSPointerOver","MSPointerCancel","MSGotPointerCapture","MSLostPointerCapture"],register:function(a){u.listen(a,this.events)},unregister:function(a){u.unlisten(a,this.events)},POINTER_TYPES:["","unavailable","touch","pen","mouse"],prepareEvent:function(a){var b=a;return $&&(b=u.cloneEvent(a),b.pointerType=this.POINTER_TYPES[a.pointerType]),b},cleanup:function(a){Z["delete"](a)},MSPointerDown:function(a){Z.set(a.pointerId,a);var b=this.prepareEvent(a);u.down(b)},MSPointerMove:function(a){var b=this.prepareEvent(a);u.move(b)},MSPointerUp:function(a){var b=this.prepareEvent(a);u.up(b),this.cleanup(a.pointerId)},MSPointerOut:function(a){var b=this.prepareEvent(a);u.leaveOut(b)},MSPointerOver:function(a){var b=this.prepareEvent(a);u.enterOver(b)},MSPointerCancel:function(a){var b=this.prepareEvent(a);u.cancel(b),this.cleanup(a.pointerId)},MSLostPointerCapture:function(a){var b=u.makeEvent("lostpointercapture",a);u.dispatchEvent(b)},MSGotPointerCapture:function(a){var b=u.makeEvent("gotpointercapture",a);u.dispatchEvent(b)}},aa=window.navigator;aa.msPointerEnabled?(W=function(a){i(a),j(this),k(a)&&(u.setCapture(a,this,!0),this.msSetPointerCapture(a))},X=function(a){i(a),u.releaseCapture(a,!0),this.msReleasePointerCapture(a)}):(W=function(a){i(a),j(this),k(a)&&u.setCapture(a,this)},X=function(a){i(a),u.releaseCapture(a)}),Y=function(a){return!!u.captureInfo[a]},g(),h(),l();var ba={dispatcher:u,Installer:c,PointerEvent:a,PointerMap:p,targetFinding:v};return ba});
///////////////////////////////////////////////
///////////////////////////////////////////////
var config = {"show_fabrication": false, "redraw_on_drag": true, "highlight_pin1": false, "extra_fields": [], "dark_mode": false, "bom_view": "left-right", "board_rotation": 0, "checkboxes": "Sourced,Placed", "show_silkscreen": true, "show_pads": true, "layer_view": "FB"}
///////////////////////////////////////////////
///////////////////////////////////////////////
var pcbdata = {"edges": [{"start": [95.702, 129.285], "end": [200.702, 129.285], "type": "segment", "width": 0.15}, {"start": [95.702, 59.285], "end": [95.702, 129.285], "type": "segment", "width": 0.15}, {"start": [200.702, 59.285], "end": [95.702, 59.285], "type": "segment", "width": 0.15}, {"start": [200.702, 129.285], "end": [200.702, 59.285], "type": "segment", "width": 0.15}], "bom": {"both": [[1, "330u", "CP_Elec_8x10.5", [["C124", 324]], []], [37, "100n", "C_0402_1005Metric", [["C1", 26], ["C2", 27], ["C3", 28], ["C4", 29], ["C6", 31], ["C7", 32], ["C9", 33], ["C10", 34], ["C11", 35], ["C12", 36], ["C13", 37], ["C16", 40], ["C27", 50], ["C30", 53], ["C32", 55], ["C38", 60], ["C40", 62], ["C41", 311], ["C51", 317], ["C52", 70], ["C62", 318], ["C63", 1], ["C79", 95], ["C87", 102], ["C102", 336], ["C103", 337], ["C108", 119], ["C109", 120], ["C110", 121], ["C111", 122], ["C112", 123], ["C113", 124], ["C114", 125], ["C115", 126], ["C119", 130], ["C120", 131], ["C125", 323]], []], [6, "10p", "C_0402_1005Metric", [["C104", 115], ["C105", 116], ["C123", 325], ["C126", 326], ["C127", 327], ["C128", 328]], []], [4, "22n", "C_0402_1005Metric", [["C43", 64], ["C45", 66], ["C73", 89], ["C75", 91]], []], [2, "30p", "C_0402_1005Metric", [["C17", 41], ["C56", 74]], []], [2, "10n", "C_0402_1005Metric", [["C81", 97], ["C82", 98]], []], [1, "4n7", "C_0402_1005Metric", [["C20", 44]], []], [1, "10p*", "C_0402_1005Metric", [["C49", 315]], []], [1, "470p", "C_0402_1005Metric", [["C57", 75]], []], [1, "10n*", "C_0402_1005Metric", [["C129", 329]], []], [29, "100n", "C_0603_1608Metric", [["C8", 303], ["C14", 38], ["C22", 2], ["C23", 46], ["C25", 48], ["C26", 49], ["C28", 51], ["C29", 52], ["C39", 61], ["C42", 63], ["C44", 65], ["C46", 67], ["C47", 68], ["C50", 69], ["C53", 71], ["C54", 72], ["C55", 73], ["C58", 76], ["C59", 77], ["C72", 88], ["C74", 90], ["C76", 92], ["C77", 93], ["C80", 96], ["C83", 99], ["C84", 100], ["C85", 101], ["C88", 103], ["C89", 104]], []], [16, "1n", "C_0603_1608Metric", [["C64", 80], ["C65", 81], ["C66", 82], ["C67", 83], ["C68", 84], ["C69", 85], ["C70", 86], ["C71", 87], ["C94", 107], ["C95", 108], ["C96", 109], ["C97", 110], ["C98", 111], ["C99", 112], ["C100", 113], ["C101", 114]], []], [4, "4.7uF", "C_0603_1608Metric", [["C15", 39], ["C24", 47], ["C34", 57], ["C36", 59]], []], [3, "1u", "C_0603_1608Metric", [["C19", 43], ["C78", 94], ["C117", 128]], []], [2, "2,2u", "C_0603_1608Metric", [["C106", 117], ["C107", 118]], []], [2, "10u", "C_0603_1608Metric", [["C116", 127], ["C118", 129]], []], [5, "10u", "C_0805_2012Metric", [["C31", 54], ["C33", 56], ["C35", 58], ["C37", 22], ["C48", 339]], []], [1, "10u*", "C_0805_2012Metric", [["C5", 30]], []], [1, "4u7", "C_0805_2012Metric", [["C21", 45]], []], [4, "10u", "C_1206_3216Metric", [["C92", 319], ["C93", 320], ["C121", 321], ["C122", 322]], []], [1, "4u7", "C_1206_3216Metric", [["C18", 42]], []], [1, "100u", "C_1206_3216Metric", [["C86", 316]], []], [4, "100u", "c_elec_6.3x7.7", [["C60", 78], ["C61", 79], ["C90", 105], ["C91", 106]], []], [15, "100R", "R_0402_1005Metric", [["R1", 210], ["R2", 211], ["R18", 227], ["R22", 231], ["R23", 232], ["R41", 248], ["R42", 249], ["R44", 251], ["R47", 254], ["R57", 264], ["R63", 270], ["R69", 276], ["R70", 277], ["R89", 289], ["R90", 290]], []], [12, "10k", "R_0402_1005Metric", [["R26", 235], ["R33", 241], ["R34", 242], ["R35", 11], ["R50", 257], ["R52", 259], ["R53", 260], ["R54", 261], ["R78", 305], ["R81", 284], ["R84", 313], ["R96", 314]], []], [10, "1k8", "R_0402_1005Metric", [["R7", 216], ["R8", 217], ["R9", 218], ["R10", 219], ["R55", 262], ["R56", 263], ["R59", 266], ["R60", 267], ["R61", 268], ["R62", 269]], []], [6, "4k7", "R_0402_1005Metric", [["R13", 222], ["R16", 225], ["R58", 265], ["R77", 304], ["R80", 283], ["R85", 285]], []], [6, "33R", "R_0402_1005Metric", [["R24", 233], ["R25", 234], ["R27", 236], ["R32", 240], ["R98", 334], ["R99", 335]], []], [5, "100k", "R_0402_1005Metric", [["R3", 212], ["R4", 213], ["R43", 250], ["R46", 253], ["R49", 256]], []], [4, "2k37", "R_0402_1005Metric", [["R11", 220], ["R12", 221], ["R14", 223], ["R15", 224]], []], [4, "1k", "R_0402_1005Metric", [["R21", 230], ["R64", 271], ["R79", 282], ["R82", 306]], []], [4, "49.9R", "R_0402_1005Metric", [["R37", 244], ["R38", 245], ["R39", 246], ["R40", 247]], []], [3, "1k5", "R_0402_1005Metric", [["R28", 237], ["R29", 238], ["R30", 239]], []], [2, "10k*", "R_0402_1005Metric", [["R72", 332], ["R97", 333]], []], [2, "0R", "R_0402_1005Metric", [["R86", 286], ["R92", 292]], []], [1, "12k1", "R_0402_1005Metric", [["R36", 243]], []], [1, "100R*", "R_0402_1005Metric", [["R71", 330]], []], [1, "1k*", "R_0402_1005Metric", [["R83", 309]], []], [1, "47k", "R_0402_1005Metric", [["R87", 287]], []], [1, "510R", "R_0402_1005Metric", [["R91", 291]], []], [1, "330R", "R_0402_1005Metric", [["R93", 293]], []], [4, "620R", "R_0603_1608Metric", [["R17", 226], ["R88", 288], ["R94", 294], ["R95", 295]], []], [2, "2k2", "R_0603_1608Metric", [["R5", 214], ["R6", 215]], []], [2, "10k", "R_0603_1608Metric", [["R45", 252], ["R48", 255]], []], [1, "1k", "R_0603_1608Metric", [["R19", 228]], []], [1, "2k", "R_0603_1608Metric", [["R20", 229]], []], [8, "R22", "R_1206", [["R65", 272], ["R66", 273], ["R67", 274], ["R68", 275], ["R73", 278], ["R74", 279], ["R75", 280], ["R76", 281]], []], [1, "60m", "R_2512_6332Metric", [["R51", 258]], []], [36, "BLM18KG121TN1D", "R_0603_1608Metric", [["L1", 161], ["L2", 162], ["L3", 163], ["L4", 164], ["L5", 165], ["L6", 166], ["L7", 167], ["L8", 168], ["L9", 169], ["L10", 338], ["L11", 312], ["L14", 172], ["L15", 173], ["L16", 174], ["L17", 359], ["L23", 175], ["L25", 176], ["L27", 177], ["L31", 178], ["L32", 179], ["L33", 180], ["L34", 181], ["L35", 182], ["L36", 183], ["L37", 184], ["L38", 185], ["L39", 186], ["L40", 187], ["L41", 188], ["L42", 189], ["L43", 190], ["L44", 191], ["L45", 192], ["L46", 193], ["L47", 194], ["L48", 195]], []], [1, "BLM41PG600SN1L", "R_1806_4516Metric", [["L12", 170]], []], [1, "15uH", "VLS6045EX", [["L13", 171]], []], [2, "SK310A-TP", "DO-214AC", [["D12", 137], ["D14", 139]], []], [1, "SK310A", "DO-214AC", [["D19", 143]], []], [1, "SMAJ28A", "D_SMA", [["D18", 142]], []], [3, "BAT54KFILM", "D_SOD-523", [["D5", 17], ["D6", 18], ["D24", 19]], []], [6, "GRN", "LED_0603", [["D3", 132], ["D4", 133], ["D9", 134], ["D13", 138], ["D15", 140], ["D17", 141]], []], [1, "ESDA6V1L", "SOT-23", [["D11", 136]], []], [18, "BAV99W", "SOT-323_SC-70", [["D1", 341], ["D2", 342], ["D7", 343], ["D8", 344], ["D20", 345], ["D21", 346], ["D25", 347], ["D26", 348], ["D27", 349], ["D28", 350], ["D29", 351], ["D30", 352], ["D31", 353], ["D32", 354], ["D33", 355], ["D34", 356], ["D35", 357], ["D36", 358]], []], [2, "USBLC6-2P6", "SOT143B", [["D10", 135], ["D22", 144]], []], [1, "DT1140-04LP", "DT1140-04LP", [["U13", 0]], []], [1, "MCU-STM32F407VGT6(LQFP100)", "LQFP-100_14x14mm_P0.5mm", [["U10", 299]], []], [4, "TMC2209-LA", "QFN-28_EP_5x5_Pitch0.5mm", [["U6", 7], ["U7", 8], ["U8", 10], ["U9", 9]], []], [1, "W25Q64JVSSIQ", "SOIC8-wide", [["U2", 340]], []], [1, "LM25011MY/NOPB", "SOP50P490X110-11N", [["U3", 296]], []], [1, "NCP1117-3.3_SOT223", "SOT-223-3_TabPin2", [["U4", 297]], []], [1, "STMPS2141STR", "SOT-23-5", [["U12", 301]], []], [1, "ST25DV64K", "TSSOP-8_4.4x3mm_P0.65mm", [["U11", 300]], []], [1, "AHCT125", "Texas_S-PVQFN-N14_ThermalVias", [["U5", 298]], []], [1, "LAN8742A-CZ-TR", "VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias", [["U1", 3]], []], [1, "Crystal", "Crystal-3.2x2.5mm", [["Y2", 302]], []], [1, "ECS-250-20-30B-AGL-TR", "Crystal_SMD_Abracon_ABM3C-4Pin_5.0x3.2mm", [["Y4", 16]], []], [1, "ASE-xxxMHz*", "Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm", [["X1", 331]], []], [2, "KEYSTONE 3568", "Fuse-Keystone-3557-2", [["F1", 145], ["F3", 146]], []], [1, "fuse 7,5A", "MEC", [["F1-fuse1", 360]], []], [1, "fuse 3A", "MEC", [["F3-fuse3", 361]], []], [1, "TACTA-64N-F", "TACT-90", [["SW1", 6]], []], [1, "QR-code-8x8mm", "QR-code-8x8mm", [["REF**", 21]], []], [1, "NTCG104LH104JTDS", "R_0402_1005Metric", [["TH1", 307]], []], [2, "MMBF170", "SOT-23", [["Q1", 206], ["Q2", 207]], []], [2, "PSMN2R6-40YS", "SOT-669_LFPAK_alternate-numbers_VIA", [["Q3", 208], ["Q4", 209]], []], [1, "apendix-1", "apendix-1", [["apendix", 5]], []], [1, "buddy", "buddy", [["G***", 12]], []], [4, "Conn_01x01", "Fiducial_1mm_Dia_2.54mm_Outer_CopperTop", [["J12", 153], ["J13", 154], ["J14", 155], ["J15", 156]], []], [1, "HR911105A", "HR911105A", [["J3", 4]], []], [1, "302-S141", "IDC-Header_2x07_P2.54mm_Vertical", [["J8", 25]], []], [1, "Mini-DIN-4-KPJX", "KPJX-4S", [["J6", 150]], []], [1, "2,54 jumper", "MEC", [["J1-jumper1", 362]], []], [1, "Conn_01x10", "MOLEX_559321010", [["J23", 308]], []], [4, "Conn_01x01", "MountingHole_3.2mm_M3_ISO14580_Pad", [["J16", 157], ["J17", 158], ["J18", 159], ["J19", 160]], []], [1, "Conn_01x03", "PinHeader_1x03_P2.54mm_Vertical", [["J1", 14]], []], [1, "Conn_01x05", "PinHeader_1x05_P2.54mm_Vertical", [["J21", 15]], []], [1, "Conn_02x04_Odd_Even", "PinHeader_2x04_P2.54mm_Vertical", [["J10", 23]], []], [3, "70543-0002", "Pin_1x03-XL", [["J9", 152], ["P1", 196], ["P2", 197]], []], [5, "70543-0003", "Pin_1x04-XL", [["J7", 151], ["P7", 202], ["P8", 203], ["P9", 204], ["P10", 205]], []], [1, "UFL coaxial", "UFL-MOLEX-73412-0114", [["J11", 13]], []], [1, "67329-8000", "USB-A-vertical-MX-67329-8000", [["J20", 310]], []], [1, "105017-0001", "USB-micro", [["J2", 147]], []], [2, "faston", "faston-hole-m", [["J4", 148], ["J5", 149]], []], [2, "TBG-5-PW-2P/GN", "PhoenixContact_MSTBVA-G_02x5.08mm_Vertical", [["P5", 200], ["P6", 201]], []], [2, "70543-0001", "Pin_1x02-XL", [["P3", 198], ["P4", 199]], []]], "B": [[1, "QR-code-8x8mm", "QR-code-8x8mm", [["REF**", 21]], []], [1, "buddy", "buddy", [["G***", 12]], []]], "F": [[1, "330u", "CP_Elec_8x10.5", [["C124", 324]], []], [37, "100n", "C_0402_1005Metric", [["C1", 26], ["C2", 27], ["C3", 28], ["C4", 29], ["C6", 31], ["C7", 32], ["C9", 33], ["C10", 34], ["C11", 35], ["C12", 36], ["C13", 37], ["C16", 40], ["C27", 50], ["C30", 53], ["C32", 55], ["C38", 60], ["C40", 62], ["C41", 311], ["C51", 317], ["C52", 70], ["C62", 318], ["C63", 1], ["C79", 95], ["C87", 102], ["C102", 336], ["C103", 337], ["C108", 119], ["C109", 120], ["C110", 121], ["C111", 122], ["C112", 123], ["C113", 124], ["C114", 125], ["C115", 126], ["C119", 130], ["C120", 131], ["C125", 323]], []], [6, "10p", "C_0402_1005Metric", [["C104", 115], ["C105", 116], ["C123", 325], ["C126", 326], ["C127", 327], ["C128", 328]], []], [4, "22n", "C_0402_1005Metric", [["C43", 64], ["C45", 66], ["C73", 89], ["C75", 91]], []], [2, "30p", "C_0402_1005Metric", [["C17", 41], ["C56", 74]], []], [2, "10n", "C_0402_1005Metric", [["C81", 97], ["C82", 98]], []], [1, "4n7", "C_0402_1005Metric", [["C20", 44]], []], [1, "10p*", "C_0402_1005Metric", [["C49", 315]], []], [1, "470p", "C_0402_1005Metric", [["C57", 75]], []], [1, "10n*", "C_0402_1005Metric", [["C129", 329]], []], [29, "100n", "C_0603_1608Metric", [["C8", 303], ["C14", 38], ["C22", 2], ["C23", 46], ["C25", 48], ["C26", 49], ["C28", 51], ["C29", 52], ["C39", 61], ["C42", 63], ["C44", 65], ["C46", 67], ["C47", 68], ["C50", 69], ["C53", 71], ["C54", 72], ["C55", 73], ["C58", 76], ["C59", 77], ["C72", 88], ["C74", 90], ["C76", 92], ["C77", 93], ["C80", 96], ["C83", 99], ["C84", 100], ["C85", 101], ["C88", 103], ["C89", 104]], []], [16, "1n", "C_0603_1608Metric", [["C64", 80], ["C65", 81], ["C66", 82], ["C67", 83], ["C68", 84], ["C69", 85], ["C70", 86], ["C71", 87], ["C94", 107], ["C95", 108], ["C96", 109], ["C97", 110], ["C98", 111], ["C99", 112], ["C100", 113], ["C101", 114]], []], [4, "4.7uF", "C_0603_1608Metric", [["C15", 39], ["C24", 47], ["C34", 57], ["C36", 59]], []], [3, "1u", "C_0603_1608Metric", [["C19", 43], ["C78", 94], ["C117", 128]], []], [2, "2,2u", "C_0603_1608Metric", [["C106", 117], ["C107", 118]], []], [2, "10u", "C_0603_1608Metric", [["C116", 127], ["C118", 129]], []], [5, "10u", "C_0805_2012Metric", [["C31", 54], ["C33", 56], ["C35", 58], ["C37", 22], ["C48", 339]], []], [1, "10u*", "C_0805_2012Metric", [["C5", 30]], []], [1, "4u7", "C_0805_2012Metric", [["C21", 45]], []], [4, "10u", "C_1206_3216Metric", [["C92", 319], ["C93", 320], ["C121", 321], ["C122", 322]], []], [1, "4u7", "C_1206_3216Metric", [["C18", 42]], []], [1, "100u", "C_1206_3216Metric", [["C86", 316]], []], [4, "100u", "c_elec_6.3x7.7", [["C60", 78], ["C61", 79], ["C90", 105], ["C91", 106]], []], [15, "100R", "R_0402_1005Metric", [["R1", 210], ["R2", 211], ["R18", 227], ["R22", 231], ["R23", 232], ["R41", 248], ["R42", 249], ["R44", 251], ["R47", 254], ["R57", 264], ["R63", 270], ["R69", 276], ["R70", 277], ["R89", 289], ["R90", 290]], []], [12, "10k", "R_0402_1005Metric", [["R26", 235], ["R33", 241], ["R34", 242], ["R35", 11], ["R50", 257], ["R52", 259], ["R53", 260], ["R54", 261], ["R78", 305], ["R81", 284], ["R84", 313], ["R96", 314]], []], [10, "1k8", "R_0402_1005Metric", [["R7", 216], ["R8", 217], ["R9", 218], ["R10", 219], ["R55", 262], ["R56", 263], ["R59", 266], ["R60", 267], ["R61", 268], ["R62", 269]], []], [6, "4k7", "R_0402_1005Metric", [["R13", 222], ["R16", 225], ["R58", 265], ["R77", 304], ["R80", 283], ["R85", 285]], []], [6, "33R", "R_0402_1005Metric", [["R24", 233], ["R25", 234], ["R27", 236], ["R32", 240], ["R98", 334], ["R99", 335]], []], [5, "100k", "R_0402_1005Metric", [["R3", 212], ["R4", 213], ["R43", 250], ["R46", 253], ["R49", 256]], []], [4, "2k37", "R_0402_1005Metric", [["R11", 220], ["R12", 221], ["R14", 223], ["R15", 224]], []], [4, "1k", "R_0402_1005Metric", [["R21", 230], ["R64", 271], ["R79", 282], ["R82", 306]], []], [4, "49.9R", "R_0402_1005Metric", [["R37", 244], ["R38", 245], ["R39", 246], ["R40", 247]], []], [3, "1k5", "R_0402_1005Metric", [["R28", 237], ["R29", 238], ["R30", 239]], []], [2, "10k*", "R_0402_1005Metric", [["R72", 332], ["R97", 333]], []], [2, "0R", "R_0402_1005Metric", [["R86", 286], ["R92", 292]], []], [1, "12k1", "R_0402_1005Metric", [["R36", 243]], []], [1, "100R*", "R_0402_1005Metric", [["R71", 330]], []], [1, "1k*", "R_0402_1005Metric", [["R83", 309]], []], [1, "47k", "R_0402_1005Metric", [["R87", 287]], []], [1, "510R", "R_0402_1005Metric", [["R91", 291]], []], [1, "330R", "R_0402_1005Metric", [["R93", 293]], []], [4, "620R", "R_0603_1608Metric", [["R17", 226], ["R88", 288], ["R94", 294], ["R95", 295]], []], [2, "2k2", "R_0603_1608Metric", [["R5", 214], ["R6", 215]], []], [2, "10k", "R_0603_1608Metric", [["R45", 252], ["R48", 255]], []], [1, "1k", "R_0603_1608Metric", [["R19", 228]], []], [1, "2k", "R_0603_1608Metric", [["R20", 229]], []], [8, "R22", "R_1206", [["R65", 272], ["R66", 273], ["R67", 274], ["R68", 275], ["R73", 278], ["R74", 279], ["R75", 280], ["R76", 281]], []], [1, "60m", "R_2512_6332Metric", [["R51", 258]], []], [36, "BLM18KG121TN1D", "R_0603_1608Metric", [["L1", 161], ["L2", 162], ["L3", 163], ["L4", 164], ["L5", 165], ["L6", 166], ["L7", 167], ["L8", 168], ["L9", 169], ["L10", 338], ["L11", 312], ["L14", 172], ["L15", 173], ["L16", 174], ["L17", 359], ["L23", 175], ["L25", 176], ["L27", 177], ["L31", 178], ["L32", 179], ["L33", 180], ["L34", 181], ["L35", 182], ["L36", 183], ["L37", 184], ["L38", 185], ["L39", 186], ["L40", 187], ["L41", 188], ["L42", 189], ["L43", 190], ["L44", 191], ["L45", 192], ["L46", 193], ["L47", 194], ["L48", 195]], []], [1, "BLM41PG600SN1L", "R_1806_4516Metric", [["L12", 170]], []], [1, "15uH", "VLS6045EX", [["L13", 171]], []], [2, "SK310A-TP", "DO-214AC", [["D12", 137], ["D14", 139]], []], [1, "SK310A", "DO-214AC", [["D19", 143]], []], [1, "SMAJ28A", "D_SMA", [["D18", 142]], []], [3, "BAT54KFILM", "D_SOD-523", [["D5", 17], ["D6", 18], ["D24", 19]], []], [6, "GRN", "LED_0603", [["D3", 132], ["D4", 133], ["D9", 134], ["D13", 138], ["D15", 140], ["D17", 141]], []], [1, "ESDA6V1L", "SOT-23", [["D11", 136]], []], [18, "BAV99W", "SOT-323_SC-70", [["D1", 341], ["D2", 342], ["D7", 343], ["D8", 344], ["D20", 345], ["D21", 346], ["D25", 347], ["D26", 348], ["D27", 349], ["D28", 350], ["D29", 351], ["D30", 352], ["D31", 353], ["D32", 354], ["D33", 355], ["D34", 356], ["D35", 357], ["D36", 358]], []], [2, "USBLC6-2P6", "SOT143B", [["D10", 135], ["D22", 144]], []], [1, "DT1140-04LP", "DT1140-04LP", [["U13", 0]], []], [1, "MCU-STM32F407VGT6(LQFP100)", "LQFP-100_14x14mm_P0.5mm", [["U10", 299]], []], [4, "TMC2209-LA", "QFN-28_EP_5x5_Pitch0.5mm", [["U6", 7], ["U7", 8], ["U8", 10], ["U9", 9]], []], [1, "W25Q64JVSSIQ", "SOIC8-wide", [["U2", 340]], []], [1, "LM25011MY/NOPB", "SOP50P490X110-11N", [["U3", 296]], []], [1, "NCP1117-3.3_SOT223", "SOT-223-3_TabPin2", [["U4", 297]], []], [1, "STMPS2141STR", "SOT-23-5", [["U12", 301]], []], [1, "ST25DV64K", "TSSOP-8_4.4x3mm_P0.65mm", [["U11", 300]], []], [1, "AHCT125", "Texas_S-PVQFN-N14_ThermalVias", [["U5", 298]], []], [1, "LAN8742A-CZ-TR", "VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias", [["U1", 3]], []], [1, "Crystal", "Crystal-3.2x2.5mm", [["Y2", 302]], []], [1, "ECS-250-20-30B-AGL-TR", "Crystal_SMD_Abracon_ABM3C-4Pin_5.0x3.2mm", [["Y4", 16]], []], [1, "ASE-xxxMHz*", "Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm", [["X1", 331]], []], [2, "KEYSTONE 3568", "Fuse-Keystone-3557-2", [["F1", 145], ["F3", 146]], []], [1, "fuse 7,5A", "MEC", [["F1-fuse1", 360]], []], [1, "fuse 3A", "MEC", [["F3-fuse3", 361]], []], [1, "TACTA-64N-F", "TACT-90", [["SW1", 6]], []], [1, "NTCG104LH104JTDS", "R_0402_1005Metric", [["TH1", 307]], []], [2, "MMBF170", "SOT-23", [["Q1", 206], ["Q2", 207]], []], [2, "PSMN2R6-40YS", "SOT-669_LFPAK_alternate-numbers_VIA", [["Q3", 208], ["Q4", 209]], []], [1, "apendix-1", "apendix-1", [["apendix", 5]], []], [4, "Conn_01x01", "Fiducial_1mm_Dia_2.54mm_Outer_CopperTop", [["J12", 153], ["J13", 154], ["J14", 155], ["J15", 156]], []], [1, "HR911105A", "HR911105A", [["J3", 4]], []], [1, "302-S141", "IDC-Header_2x07_P2.54mm_Vertical", [["J8", 25]], []], [1, "Mini-DIN-4-KPJX", "KPJX-4S", [["J6", 150]], []], [1, "2,54 jumper", "MEC", [["J1-jumper1", 362]], []], [1, "Conn_01x10", "MOLEX_559321010", [["J23", 308]], []], [4, "Conn_01x01", "MountingHole_3.2mm_M3_ISO14580_Pad", [["J16", 157], ["J17", 158], ["J18", 159], ["J19", 160]], []], [1, "Conn_01x03", "PinHeader_1x03_P2.54mm_Vertical", [["J1", 14]], []], [1, "Conn_01x05", "PinHeader_1x05_P2.54mm_Vertical", [["J21", 15]], []], [1, "Conn_02x04_Odd_Even", "PinHeader_2x04_P2.54mm_Vertical", [["J10", 23]], []], [3, "70543-0002", "Pin_1x03-XL", [["J9", 152], ["P1", 196], ["P2", 197]], []], [5, "70543-0003", "Pin_1x04-XL", [["J7", 151], ["P7", 202], ["P8", 203], ["P9", 204], ["P10", 205]], []], [1, "UFL coaxial", "UFL-MOLEX-73412-0114", [["J11", 13]], []], [1, "67329-8000", "USB-A-vertical-MX-67329-8000", [["J20", 310]], []], [1, "105017-0001", "USB-micro", [["J2", 147]], []], [2, "faston", "faston-hole-m", [["J4", 148], ["J5", 149]], []], [2, "TBG-5-PW-2P/GN", "PhoenixContact_MSTBVA-G_02x5.08mm_Vertical", [["P5", 200], ["P6", 201]], []], [2, "70543-0001", "Pin_1x02-XL", [["P3", 198], ["P4", 199]], []]]}, "silkscreen": {"B": [{"width": 1.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "HEAT\nBED", "thickness": 0.3, "pos": [193.67499999999998, 107.823], "height": 1.5}, {"width": 1.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "HEATER", "thickness": 0.3, "pos": [180.213, 108.585], "height": 1.5}, {"width": 1.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": " TEMP \nBED\n", "thickness": 0.3, "pos": [188.214, 121.539], "height": 1.5}, {"width": 1.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": " TEMP \nHEATER", "thickness": 0.3, "pos": [180.08599999999998, 121.666], "height": 1.5}, {"width": 2.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "!", "thickness": 0.19999999999999998, "pos": [135.128, 110.363], "height": 2.0}, {"width": 1.5, "angle": 90.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "MOT E", "thickness": 0.3, "pos": [101.952, 81.785], "height": 1.5}, {"width": 1.5, "angle": 90.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "MOT Y", "thickness": 0.3, "pos": [101.952, 95.285], "height": 1.5}, {"width": 1.5, "angle": 90.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "MOT X", "thickness": 0.3, "pos": [101.952, 108.785], "height": 1.5}, {"width": 1.5, "angle": 90.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "MOT Z", "thickness": 0.3, "pos": [101.952, 122.285], "height": 1.5}, {"start": [128.016, 107.696], "end": [130.81, 107.696], "type": "segment", "width": 0.19999999999999998}, {"start": [128.016, 115.69699999999999], "end": [130.81, 115.69699999999999], "type": "segment", "width": 0.19999999999999998}, {"start": [130.81, 113.03], "end": [128.016, 113.03], "type": "segment", "width": 0.19999999999999998}, {"start": [128.016, 110.49], "end": [130.81, 110.49], "type": "segment", "width": 0.19999999999999998}, {"width": 2.6999999999999997, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "PRUSA Buddy", "thickness": 0.625, "pos": [146.177, 102.711], "height": 2.6999999999999997}, {"width": 1.0, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "2019 rev 1.0.0", "thickness": 0.25, "pos": [137.668, 106.39399999999999], "height": 1.0}, {"start": [132.334, 104.997], "end": [159.766, 104.997], "type": "segment", "width": 0.19999999999999998}, {"start": [128.016, 107.696], "end": [128.016, 115.69699999999999], "type": "segment", "width": 0.19999999999999998}, {"start": [130.81, 115.69699999999999], "end": [130.81, 107.696], "type": "segment", "width": 0.19999999999999998}, {"width": 0.7, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "3v3", "thickness": 0.175, "pos": [126.619, 114.42699999999999], "height": 0.7}, {"width": 0.7, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "BOOT", "thickness": 0.175, "pos": [126.238, 111.887], "height": 0.7}, {"width": 0.7, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "GND", "thickness": 0.175, "pos": [126.619, 109.347], "height": 0.7}, {"width": 0.7, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "BOOT 0", "thickness": 0.175, "pos": [129.286, 116.586], "height": 0.7}, {"width": 1.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "LCD", "thickness": 0.3, "pos": [149.606, 69.215], "height": 1.5}, {"width": 1.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "ZMIN", "thickness": 0.3, "pos": [102.235, 67.056], "height": 1.5}, {"width": 0.7, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "5V|GND|ZMIN|THERM", "thickness": 0.175, "pos": [102.362, 64.89699999999999], "height": 0.7}, {"width": 1.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "FILAMENT \nSENSOR", "thickness": 0.3, "pos": [113.66499999999999, 68.326], "height": 1.5}, {"width": 0.7, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "GND|SIG|5V", "thickness": 0.175, "pos": [113.919, 64.89699999999999], "height": 0.7}, {"width": 0.7, "angle": 270.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "TACH|5V|PWM", "thickness": 0.175, "pos": [135.89, 64.89699999999999], "height": 0.7}, {"width": 0.7, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "TACH|5V|PWM", "thickness": 0.175, "pos": [125.095, 64.89699999999999], "height": 0.7}, {"width": 1.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "FAN\nMODEL", "thickness": 0.3, "pos": [125.34899999999999, 68.326], "height": 1.5}, {"width": 1.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "FAN\nHEATER", "thickness": 0.3, "pos": [133.731, 71.247], "height": 1.5}, {"angle": [180.0], "type": "polygon", "pos": [156.20999999999998, 95.631], "polygons": []}, {"angle": [180.0], "type": "polygon", "pos": [156.20999999999998, 95.631], "polygons": []}, {"angle": [180.0], "type": "polygon", "pos": [156.20999999999998, 95.631], "polygons": []}, {"angle": [180.0], "type": "polygon", "pos": [156.20999999999998, 95.631], "polygons": []}, {"angle": [180.0], "type": "polygon", "pos": [156.20999999999998, 95.631], "polygons": []}, {"width": 0.3, "endangle": 180.0, "start": [154.988, 121.74499999999999], "radius": 1.0, "startangle": 90.0, "type": "arc"}, {"width": 0.3, "endangle": 270.0, "start": [154.988, 115.74499999999999], "radius": 1.0, "startangle": 180.0, "type": "arc"}, {"width": 0.3, "endangle": 360.0, "start": [160.988, 115.74499999999999], "radius": 1.0, "startangle": 270.0, "type": "arc"}, {"width": 0.3, "endangle": 90.0, "start": [160.988, 121.74499999999999], "radius": 1.0, "startangle": 0.0, "type": "arc"}, {"start": [154.988, 122.74499999999999], "end": [155.988, 122.74499999999999], "type": "segment", "width": 0.3}, {"start": [159.988, 122.74499999999999], "end": [160.988, 122.74499999999999], "type": "segment", "width": 0.3}, {"start": [161.988, 121.74499999999999], "end": [161.988, 120.74499999999999], "type": "segment", "width": 0.3}, {"start": [161.988, 115.74499999999999], "end": [161.988, 116.74499999999999], "type": "segment", "width": 0.3}, {"start": [160.988, 114.74499999999999], "end": [159.988, 114.74499999999999], "type": "segment", "width": 0.3}, {"start": [154.988, 114.74499999999999], "end": [155.988, 114.74499999999999], "type": "segment", "width": 0.3}, {"start": [153.988, 115.74499999999999], "end": [153.988, 116.74499999999999], "type": "segment", "width": 0.3}, {"width": 0.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "QR", "thickness": 0.09999999999999999, "pos": [157.988, 119.74499999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "CODE", "thickness": 0.09999999999999999, "pos": [157.988, 117.49499999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "JP1", "thickness": 0.09999999999999999, "ref": 1, "pos": [144.018, 113.411], "height": 0.5}, {"start": [144.415, 114.81099999999999], "end": [146.415, 114.81099999999999], "type": "segment", "width": 0.12}, {"start": [144.415, 112.011], "end": [144.415, 114.81099999999999], "type": "segment", "width": 0.12}, {"start": [146.415, 112.011], "end": [144.415, 112.011], "type": "segment", "width": 0.12}, {"start": [146.415, 114.81099999999999], "end": [146.415, 112.011], "type": "segment", "width": 0.12}], "F": [{"width": 2.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "!", "thickness": 0.19999999999999998, "pos": [135.128, 110.363], "height": 2.0}, {"start": [135.509, 79.62899999999999], "end": [147.57399999999998, 79.62899999999999], "type": "segment", "width": 0.19999999999999998}, {"width": 0.7, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "2019 rev 1.0.0\n", "thickness": 0.15, "pos": [143.637, 80.645], "height": 0.7}, {"width": 1.2, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "PRUSA Buddy", "thickness": 0.3, "pos": [141.47799999999998, 78.359], "height": 1.2}, {"width": 0.6, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "RESET", "thickness": 0.15, "pos": [115.69699999999999, 128.397], "height": 0.6}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "USB\nOVER.", "thickness": 0.09999999999999999, "pos": [145.66899999999998, 113.411], "height": 0.5}, {"width": 0.6, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "GND", "thickness": 0.15, "pos": [131.826, 76.962], "height": 0.6}, {"width": 0.6, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "SWO", "thickness": 0.15, "pos": [139.446, 76.962], "height": 0.6}, {"width": 0.6, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "RST", "thickness": 0.15, "pos": [136.906, 76.962], "height": 0.6}, {"width": 0.6, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "CLK", "thickness": 0.15, "pos": [129.286, 76.962], "height": 0.6}, {"width": 0.6, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "DIO", "thickness": 0.15, "pos": [134.493, 76.962], "height": 0.6}, {"width": 0.7999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "HEAT BED", "thickness": 0.19999999999999998, "pos": [192.786, 117.094], "height": 0.7999999999999999}, {"width": 0.7999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "HEATER", "thickness": 0.19999999999999998, "pos": [180.213, 117.094], "height": 0.7999999999999999}, {"width": 0.7999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "PWR", "thickness": 0.19999999999999998, "pos": [138.43, 107.94999999999999], "height": 0.7999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U13", "thickness": 0.09999999999999999, "ref": 1, "pos": [179.197, 72.517], "height": 0.5}, {"start": [179.57, 72.116], "end": [179.57, 69.616], "type": "segment", "width": 0.12}, {"start": [179.57, 69.616], "end": [178.57, 69.616], "type": "segment", "width": 0.12}, {"start": [179.57, 72.116], "end": [178.57, 72.116], "type": "segment", "width": 0.12}, {"start": [178.57, 72.116], "end": [178.57, 69.616], "type": "segment", "width": 0.12}, {"start": [178.26999999999998, 69.366], "radius": 0.049999999999999996, "type": "circle", "width": 0.25}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C63", "thickness": 0.09999999999999999, "ref": 1, "pos": [141.986, 71.88199999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C22", "thickness": 0.09999999999999999, "ref": 1, "pos": [172.339, 107.67049999999999], "height": 0.5}, {"start": [173.611, 107.406221], "end": [173.611, 107.73177899999999], "type": "segment", "width": 0.12}, {"start": [172.59099999999998, 107.406221], "end": [172.59099999999998, 107.73177899999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U1", "thickness": 0.09999999999999999, "ref": 1, "pos": [171.831, 73.78699999999999], "height": 0.5}, {"start": [174.28799999999998, 69.295], "end": [174.28799999999998, 68.82], "type": "segment", "width": 0.12}, {"start": [170.06799999999998, 73.03999999999999], "end": [170.543, 73.03999999999999], "type": "segment", "width": 0.12}, {"start": [170.06799999999998, 72.565], "end": [170.06799999999998, 73.03999999999999], "type": "segment", "width": 0.12}, {"start": [170.06799999999998, 68.82], "end": [170.543, 68.82], "type": "segment", "width": 0.12}, {"start": [170.06799999999998, 69.295], "end": [170.06799999999998, 68.82], "type": "segment", "width": 0.12}, {"start": [174.28799999999998, 73.03999999999999], "end": [173.813, 73.03999999999999], "type": "segment", "width": 0.12}, {"start": [174.28799999999998, 72.565], "end": [174.28799999999998, 73.03999999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "J3", "thickness": 0.09999999999999999, "ref": 1, "pos": [183.113, 60.896], "height": 0.5}, {"start": [182.433, 61.596], "end": [182.433, 77.59599999999999], "type": "segment", "width": 0.12}, {"start": [203.833, 61.596], "end": [182.433, 61.596], "type": "segment", "width": 0.12}, {"start": [203.833, 77.59599999999999], "end": [203.833, 61.596], "type": "segment", "width": 0.12}, {"start": [182.433, 77.59599999999999], "end": [203.833, 77.59599999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "SW1", "thickness": 0.09999999999999999, "ref": 1, "pos": [116.713, 126.238], "height": 0.5}, {"width": 0.15, "endangle": 180.0, "start": [119.761, 129.66], "radius": 0.254, "startangle": 90.0, "type": "arc"}, {"width": 0.15, "endangle": 90.0, "start": [122.30099999999999, 129.66], "radius": 0.254, "startangle": 0.0, "type": "arc"}, {"start": [122.30099999999999, 129.914], "end": [119.761, 129.914], "type": "segment", "width": 0.15}, {"start": [121.03099999999999, 127.762], "end": [120.523, 127.762], "type": "segment", "width": 0.15}, {"start": [121.03099999999999, 127.0], "end": [121.03099999999999, 127.762], "type": "segment", "width": 0.15}, {"start": [121.03099999999999, 127.762], "end": [121.539, 127.762], "type": "segment", "width": 0.15}, {"start": [120.26899999999999, 126.746], "end": [119.253, 126.746], "type": "segment", "width": 0.15}, {"start": [122.809, 126.746], "end": [122.047, 126.746], "type": "segment", "width": 0.15}, {"start": [122.047, 126.746], "end": [120.015, 127.25399999999999], "type": "segment", "width": 0.15}, {"start": [122.047, 129.03199999999998], "end": [122.047, 128.26999999999998], "type": "segment", "width": 0.15}, {"start": [122.047, 128.26999999999998], "end": [120.015, 128.26999999999998], "type": "segment", "width": 0.15}, {"start": [120.015, 128.26999999999998], "end": [120.015, 129.03199999999998], "type": "segment", "width": 0.15}, {"start": [124.58699999999999, 123.19], "end": [124.333, 123.19], "type": "segment", "width": 0.15}, {"start": [124.333, 123.19], "end": [124.333, 129.03199999999998], "type": "segment", "width": 0.15}, {"start": [124.333, 129.03199999999998], "end": [117.729, 129.03199999999998], "type": "segment", "width": 0.15}, {"start": [117.729, 129.03199999999998], "end": [117.729, 123.19], "type": "segment", "width": 0.15}, {"start": [117.729, 123.19], "end": [117.475, 123.19], "type": "segment", "width": 0.15}, {"start": [124.58699999999999, 125.984], "end": [123.82499999999999, 125.984], "type": "segment", "width": 0.15}, {"start": [123.82499999999999, 125.984], "end": [123.82499999999999, 125.72999999999999], "type": "segment", "width": 0.15}, {"start": [123.82499999999999, 125.72999999999999], "end": [122.809, 125.72999999999999], "type": "segment", "width": 0.15}, {"start": [122.809, 125.72999999999999], "end": [122.809, 125.984], "type": "segment", "width": 0.15}, {"start": [122.809, 125.984], "end": [121.79299999999999, 125.984], "type": "segment", "width": 0.15}, {"start": [121.79299999999999, 125.984], "end": [121.79299999999999, 126.238], "type": "segment", "width": 0.15}, {"start": [121.79299999999999, 126.238], "end": [120.26899999999999, 126.238], "type": "segment", "width": 0.15}, {"start": [120.26899999999999, 126.238], "end": [120.26899999999999, 125.984], "type": "segment", "width": 0.15}, {"start": [120.26899999999999, 125.984], "end": [119.253, 125.984], "type": "segment", "width": 0.15}, {"start": [119.253, 125.984], "end": [119.253, 125.72999999999999], "type": "segment", "width": 0.15}, {"start": [119.253, 125.72999999999999], "end": [118.237, 125.72999999999999], "type": "segment", "width": 0.15}, {"start": [118.237, 125.72999999999999], "end": [118.237, 125.984], "type": "segment", "width": 0.15}, {"start": [118.237, 125.984], "end": [117.475, 125.984], "type": "segment", "width": 0.15}, {"start": [123.82499999999999, 129.286], "end": [123.571, 129.54], "type": "segment", "width": 0.15}, {"start": [123.571, 129.54], "end": [118.491, 129.54], "type": "segment", "width": 0.15}, {"start": [118.491, 129.54], "end": [118.237, 129.286], "type": "segment", "width": 0.15}, {"start": [124.58699999999999, 123.19], "end": [124.58699999999999, 129.286], "type": "segment", "width": 0.15}, {"start": [124.58699999999999, 129.286], "end": [117.475, 129.286], "type": "segment", "width": 0.15}, {"start": [117.475, 129.286], "end": [117.475, 123.19], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U6", "thickness": 0.09999999999999999, "ref": 1, "pos": [118.491, 116.07799999999999], "height": 0.5}, {"start": [111.84599999999999, 116.32199999999999], "radius": 0.35921, "type": "circle", "width": 0.12}, {"start": [112.244, 115.274], "end": [112.244, 115.97399999999999], "type": "segment", "width": 0.12}, {"start": [117.544, 115.92399999999999], "end": [116.89399999999999, 115.92399999999999], "type": "segment", "width": 0.12}, {"start": [117.544, 115.274], "end": [117.544, 115.92399999999999], "type": "segment", "width": 0.12}, {"start": [117.544, 110.624], "end": [116.89399999999999, 110.624], "type": "segment", "width": 0.12}, {"start": [117.544, 111.274], "end": [117.544, 110.624], "type": "segment", "width": 0.12}, {"start": [112.244, 110.624], "end": [112.89399999999999, 110.624], "type": "segment", "width": 0.12}, {"start": [112.244, 111.274], "end": [112.244, 110.624], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U7", "thickness": 0.09999999999999999, "ref": 1, "pos": [118.491, 103.505], "height": 0.5}, {"start": [111.84599999999999, 104.14], "radius": 0.35921, "type": "circle", "width": 0.12}, {"start": [112.244, 103.092], "end": [112.244, 103.792], "type": "segment", "width": 0.12}, {"start": [117.544, 103.74199999999999], "end": [116.89399999999999, 103.74199999999999], "type": "segment", "width": 0.12}, {"start": [117.544, 103.092], "end": [117.544, 103.74199999999999], "type": "segment", "width": 0.12}, {"start": [117.544, 98.442], "end": [116.89399999999999, 98.442], "type": "segment", "width": 0.12}, {"start": [117.544, 99.092], "end": [117.544, 98.442], "type": "segment", "width": 0.12}, {"start": [112.244, 98.442], "end": [112.89399999999999, 98.442], "type": "segment", "width": 0.12}, {"start": [112.244, 99.092], "end": [112.244, 98.442], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U9", "thickness": 0.09999999999999999, "ref": 1, "pos": [118.491, 91.313], "height": 0.5}, {"start": [111.84599999999999, 91.948], "radius": 0.35921, "type": "circle", "width": 0.12}, {"start": [112.244, 90.89999999999999], "end": [112.244, 91.6], "type": "segment", "width": 0.12}, {"start": [117.544, 91.55], "end": [116.89399999999999, 91.55], "type": "segment", "width": 0.12}, {"start": [117.544, 90.89999999999999], "end": [117.544, 91.55], "type": "segment", "width": 0.12}, {"start": [117.544, 86.25], "end": [116.89399999999999, 86.25], "type": "segment", "width": 0.12}, {"start": [117.544, 86.89999999999999], "end": [117.544, 86.25], "type": "segment", "width": 0.12}, {"start": [112.244, 86.25], "end": [112.89399999999999, 86.25], "type": "segment", "width": 0.12}, {"start": [112.244, 86.89999999999999], "end": [112.244, 86.25], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U8", "thickness": 0.09999999999999999, "ref": 1, "pos": [118.36399999999999, 78.994], "height": 0.5}, {"start": [111.84599999999999, 79.502], "radius": 0.35921, "type": "circle", "width": 0.12}, {"start": [112.244, 78.454], "end": [112.244, 79.154], "type": "segment", "width": 0.12}, {"start": [117.544, 79.104], "end": [116.89399999999999, 79.104], "type": "segment", "width": 0.12}, {"start": [117.544, 78.454], "end": [117.544, 79.104], "type": "segment", "width": 0.12}, {"start": [117.544, 73.804], "end": [116.89399999999999, 73.804], "type": "segment", "width": 0.12}, {"start": [117.544, 74.454], "end": [117.544, 73.804], "type": "segment", "width": 0.12}, {"start": [112.244, 73.804], "end": [112.89399999999999, 73.804], "type": "segment", "width": 0.12}, {"start": [112.244, 74.454], "end": [112.244, 73.804], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R35", "thickness": 0.09999999999999999, "ref": 1, "pos": [165.608, 75.565], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "J11", "thickness": 0.09999999999999999, "ref": 1, "pos": [154.178, 118.36399999999999], "height": 0.5}, {"start": [152.624, 122.077], "end": [152.624, 119.47699999999999], "type": "segment", "width": 0.25}, {"start": [152.624, 119.47699999999999], "end": [155.224, 119.47699999999999], "type": "segment", "width": 0.25}, {"start": [155.224, 119.47699999999999], "end": [155.224, 121.377], "type": "segment", "width": 0.25}, {"start": [154.524, 122.077], "end": [152.624, 122.077], "type": "segment", "width": 0.25}, {"start": [155.194, 121.41199999999999], "end": [154.559, 122.047], "type": "segment", "width": 0.25}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "J1", "thickness": 0.09999999999999999, "ref": 1, "pos": [131.31799999999998, 108.71199999999999], "height": 0.5}, {"start": [130.743, 107.76299999999999], "end": [128.083, 107.76299999999999], "type": "segment", "width": 0.12}, {"start": [130.743, 112.90299999999999], "end": [130.743, 107.76299999999999], "type": "segment", "width": 0.12}, {"start": [128.083, 112.90299999999999], "end": [128.083, 107.76299999999999], "type": "segment", "width": 0.12}, {"start": [130.743, 112.90299999999999], "end": [128.083, 112.90299999999999], "type": "segment", "width": 0.12}, {"start": [130.743, 114.173], "end": [130.743, 115.503], "type": "segment", "width": 0.12}, {"start": [130.743, 115.503], "end": [129.41299999999998, 115.503], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "J21", "thickness": 0.09999999999999999, "ref": 1, "pos": [127.083, 75.057], "height": 0.5}, {"start": [140.903, 76.387], "end": [140.903, 73.72699999999999], "type": "segment", "width": 0.12}, {"start": [130.683, 76.387], "end": [140.903, 76.387], "type": "segment", "width": 0.12}, {"start": [130.683, 73.72699999999999], "end": [140.903, 73.72699999999999], "type": "segment", "width": 0.12}, {"start": [130.683, 76.387], "end": [130.683, 73.72699999999999], "type": "segment", "width": 0.12}, {"start": [129.41299999999998, 76.387], "end": [128.083, 76.387], "type": "segment", "width": 0.12}, {"start": [128.083, 76.387], "end": [128.083, 75.057], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Y4", "thickness": 0.09999999999999999, "ref": 1, "pos": [172.84699999999998, 61.15], "height": 0.5}, {"start": [169.659, 61.754], "end": [169.659, 65.75399999999999], "type": "segment", "width": 0.12}, {"start": [169.659, 65.75399999999999], "end": [175.459, 65.75399999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D5", "thickness": 0.09999999999999999, "ref": 1, "pos": [126.87299999999999, 68.199], "height": 0.5}, {"start": [127.473, 65.398], "end": [126.273, 65.398], "type": "segment", "width": 0.12}, {"start": [127.473, 67.24799999999999], "end": [127.473, 65.398], "type": "segment", "width": 0.12}, {"start": [126.273, 67.24799999999999], "end": [126.273, 65.398], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D6", "thickness": 0.09999999999999999, "ref": 1, "pos": [131.953, 70.73899999999999], "height": 0.5}, {"start": [132.623, 72.201], "end": [132.623, 70.351], "type": "segment", "width": 0.12}, {"start": [133.823, 72.201], "end": [133.823, 70.351], "type": "segment", "width": 0.12}, {"start": [133.823, 70.351], "end": [132.623, 70.351], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D24", "thickness": 0.09999999999999999, "ref": 1, "pos": [125.476, 125.476], "height": 0.5}, {"start": [124.87599999999999, 128.15], "end": [126.076, 128.15], "type": "segment", "width": 0.12}, {"start": [124.87599999999999, 126.3], "end": [124.87599999999999, 128.15], "type": "segment", "width": 0.12}, {"start": [126.076, 126.3], "end": [126.076, 128.15], "type": "segment", "width": 0.12}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"angle": [0.0], "type": "polygon", "pos": [161.54399999999998, 114.173], "polygons": []}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C37", "thickness": 0.09999999999999999, "ref": 1, "pos": [139.185788, 116.07799999999999], "height": 0.5}, {"start": [141.73657799999998, 116.74556799999999], "end": [141.21942199999998, 116.74556799999999], "type": "segment", "width": 0.12}, {"start": [141.73657799999998, 115.32556799999999], "end": [141.21942199999998, 115.32556799999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "J10", "thickness": 0.09999999999999999, "ref": 1, "pos": [137.541, 126.49199999999999], "height": 0.5}, {"start": [138.11599999999999, 117.03399999999999], "end": [139.446, 117.03399999999999], "type": "segment", "width": 0.12}, {"start": [138.11599999999999, 118.36399999999999], "end": [138.11599999999999, 117.03399999999999], "type": "segment", "width": 0.12}, {"start": [140.71599999999998, 117.03399999999999], "end": [143.316, 117.03399999999999], "type": "segment", "width": 0.12}, {"start": [140.71599999999998, 119.634], "end": [140.71599999999998, 117.03399999999999], "type": "segment", "width": 0.12}, {"start": [138.11599999999999, 119.634], "end": [140.71599999999998, 119.634], "type": "segment", "width": 0.12}, {"start": [143.316, 117.03399999999999], "end": [143.316, 127.314], "type": "segment", "width": 0.12}, {"start": [138.11599999999999, 119.634], "end": [138.11599999999999, 127.314], "type": "segment", "width": 0.12}, {"start": [138.11599999999999, 127.314], "end": [143.316, 127.314], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "J8", "thickness": 0.09999999999999999, "ref": 1, "pos": [163.06799999999998, 59.943999999999996], "height": 0.5}, {"start": [136.636, 59.840999999999994], "end": [162.576, 59.840999999999994], "type": "segment", "width": 0.12}, {"start": [162.576, 59.840999999999994], "end": [162.576, 69.191], "type": "segment", "width": 0.12}, {"start": [162.576, 69.191], "end": [136.636, 69.191], "type": "segment", "width": 0.12}, {"start": [136.636, 69.191], "end": [136.636, 59.840999999999994], "type": "segment", "width": 0.12}, {"start": [136.386, 69.441], "end": [138.926, 69.441], "type": "segment", "width": 0.12}, {"start": [136.386, 69.441], "end": [136.386, 66.901], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C1", "thickness": 0.09999999999999999, "ref": 1, "pos": [118.999, 68.072], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C2", "thickness": 0.09999999999999999, "ref": 1, "pos": [130.302, 62.611], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C3", "thickness": 0.09999999999999999, "ref": 1, "pos": [178.18099999999998, 119.12599999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C4", "thickness": 0.09999999999999999, "ref": 1, "pos": [188.214, 119.253], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C5", "thickness": 0.09999999999999999, "ref": 1, "pos": [126.87299999999999, 122.30099999999999], "height": 0.5}, {"start": [127.306, 122.04242199999999], "end": [127.306, 122.55957799999999], "type": "segment", "width": 0.12}, {"start": [128.726, 122.04242199999999], "end": [128.726, 122.55957799999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C6", "thickness": 0.09999999999999999, "ref": 1, "pos": [163.576, 94.36099999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C7", "thickness": 0.09999999999999999, "ref": 1, "pos": [163.576, 95.377], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C9", "thickness": 0.09999999999999999, "ref": 1, "pos": [103.886, 67.564], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C10", "thickness": 0.09999999999999999, "ref": 1, "pos": [107.696, 67.691], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C11", "thickness": 0.09999999999999999, "ref": 1, "pos": [137.922, 100.33], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C12", "thickness": 0.09999999999999999, "ref": 1, "pos": [112.14099999999999, 67.945], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C13", "thickness": 0.09999999999999999, "ref": 1, "pos": [155.82899999999998, 84.201], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C14", "thickness": 0.09999999999999999, "ref": 1, "pos": [134.874, 103.124], "height": 0.5}, {"start": [134.368, 103.286779], "end": [134.368, 102.961221], "type": "segment", "width": 0.12}, {"start": [133.34799999999998, 103.286779], "end": [133.34799999999998, 102.961221], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C15", "thickness": 0.09999999999999999, "ref": 1, "pos": [119.72, 115.443], "height": 0.5}, {"start": [120.22999999999999, 113.111221], "end": [120.22999999999999, 113.436779], "type": "segment", "width": 0.12}, {"start": [119.21, 113.111221], "end": [119.21, 113.436779], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C16", "thickness": 0.09999999999999999, "ref": 1, "pos": [119.11837999999999, 109.40034], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C17", "thickness": 0.09999999999999999, "ref": 1, "pos": [175.768, 64.643], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C18", "thickness": 0.09999999999999999, "ref": 1, "pos": [163.195, 84.484], "height": 0.5}, {"start": [164.232, 86.519936], "end": [164.232, 87.724064], "type": "segment", "width": 0.12}, {"start": [162.412, 86.519936], "end": [162.412, 87.724064], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C19", "thickness": 0.09999999999999999, "ref": 1, "pos": [161.798, 89.789], "height": 0.5}, {"start": [162.308, 87.467221], "end": [162.308, 87.792779], "type": "segment", "width": 0.12}, {"start": [161.28799999999998, 87.467221], "end": [161.28799999999998, 87.792779], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C20", "thickness": 0.09999999999999999, "ref": 1, "pos": [155.82899999999998, 86.13499999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C21", "thickness": 0.09999999999999999, "ref": 1, "pos": [154.305, 113.66499999999999], "height": 0.5}, {"start": [152.325, 114.050578], "end": [152.325, 113.533422], "type": "segment", "width": 0.12}, {"start": [153.745, 114.050578], "end": [153.745, 113.533422], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C23", "thickness": 0.09999999999999999, "ref": 1, "pos": [172.4735, 101.035], "height": 0.5}, {"start": [172.328721, 99.312], "end": [172.654279, 99.312], "type": "segment", "width": 0.12}, {"start": [172.328721, 100.332], "end": [172.654279, 100.332], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C24", "thickness": 0.09999999999999999, "ref": 1, "pos": [119.761, 103.378], "height": 0.5}, {"start": [120.22999999999999, 100.929221], "end": [120.22999999999999, 101.254779], "type": "segment", "width": 0.12}, {"start": [119.21, 100.929221], "end": [119.21, 101.254779], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C25", "thickness": 0.09999999999999999, "ref": 1, "pos": [171.958, 118.36399999999999], "height": 0.5}, {"start": [171.769721, 118.997], "end": [172.095279, 118.997], "type": "segment", "width": 0.12}, {"start": [171.769721, 120.017], "end": [172.095279, 120.017], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C26", "thickness": 0.09999999999999999, "ref": 1, "pos": [167.005, 99.949], "height": 0.5}, {"start": [164.881779, 100.45899999999999], "end": [164.556221, 100.45899999999999], "type": "segment", "width": 0.12}, {"start": [164.881779, 99.439], "end": [164.556221, 99.439], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C27", "thickness": 0.09999999999999999, "ref": 1, "pos": [136.017, 100.33], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C28", "thickness": 0.09999999999999999, "ref": 1, "pos": [160.40099999999998, 89.916], "height": 0.5}, {"start": [160.018, 87.467221], "end": [160.018, 87.792779], "type": "segment", "width": 0.12}, {"start": [161.03799999999998, 87.467221], "end": [161.03799999999998, 87.792779], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C29", "thickness": 0.09999999999999999, "ref": 1, "pos": [158.623, 93.59899999999999], "height": 0.5}, {"start": [160.149, 93.43622099999999], "end": [160.149, 93.76177899999999], "type": "segment", "width": 0.12}, {"start": [159.129, 93.43622099999999], "end": [159.129, 93.76177899999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C30", "thickness": 0.09999999999999999, "ref": 1, "pos": [129.159, 96.26599999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C31", "thickness": 0.09999999999999999, "ref": 1, "pos": [162.7065, 91.83399999999999], "height": 0.5}, {"start": [161.714922, 92.381], "end": [162.232078, 92.381], "type": "segment", "width": 0.12}, {"start": [161.714922, 93.801], "end": [162.232078, 93.801], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C32", "thickness": 0.09999999999999999, "ref": 1, "pos": [118.9101, 97.55615999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C33", "thickness": 0.09999999999999999, "ref": 1, "pos": [159.893, 102.997], "height": 0.5}, {"start": [162.174422, 103.45299999999999], "end": [162.691578, 103.45299999999999], "type": "segment", "width": 0.12}, {"start": [162.174422, 102.033], "end": [162.691578, 102.033], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C34", "thickness": 0.09999999999999999, "ref": 1, "pos": [119.761, 78.613], "height": 0.5}, {"start": [120.22999999999999, 76.291221], "end": [120.22999999999999, 76.616779], "type": "segment", "width": 0.12}, {"start": [119.21, 76.291221], "end": [119.21, 76.616779], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C35", "thickness": 0.09999999999999999, "ref": 1, "pos": [153.416, 110.109], "height": 0.5}, {"start": [154.253, 107.69142199999999], "end": [154.253, 108.20857799999999], "type": "segment", "width": 0.12}, {"start": [152.833, 107.69142199999999], "end": [152.833, 108.20857799999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C36", "thickness": 0.09999999999999999, "ref": 1, "pos": [119.72, 91.059], "height": 0.5}, {"start": [119.21, 88.73722099999999], "end": [119.21, 89.06277899999999], "type": "segment", "width": 0.12}, {"start": [120.22999999999999, 88.73722099999999], "end": [120.22999999999999, 89.06277899999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C38", "thickness": 0.09999999999999999, "ref": 1, "pos": [115.35409999999999, 72.91816], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C39", "thickness": 0.09999999999999999, "ref": 1, "pos": [139.573, 114.42699999999999], "height": 0.5}, {"start": [141.796991, 114.89456799999999], "end": [141.471433, 114.89456799999999], "type": "segment", "width": 0.12}, {"start": [141.796991, 113.874568], "end": [141.471433, 113.874568], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C40", "thickness": 0.09999999999999999, "ref": 1, "pos": [118.9101, 85.36416], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C42", "thickness": 0.09999999999999999, "ref": 1, "pos": [117.79504, 118.8415], "height": 0.5}, {"start": [117.957819, 117.9215], "end": [117.632261, 117.9215], "type": "segment", "width": 0.12}, {"start": [117.957819, 116.9015], "end": [117.632261, 116.9015], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C43", "thickness": 0.09999999999999999, "ref": 1, "pos": [113.411, 117.856], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C44", "thickness": 0.09999999999999999, "ref": 1, "pos": [117.79504, 106.4995], "height": 0.5}, {"start": [117.957819, 105.73949999999999], "end": [117.632261, 105.73949999999999], "type": "segment", "width": 0.12}, {"start": [117.957819, 104.7195], "end": [117.632261, 104.7195], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C45", "thickness": 0.09999999999999999, "ref": 1, "pos": [113.411, 105.67399999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C46", "thickness": 0.09999999999999999, "ref": 1, "pos": [107.18799999999999, 117.094], "height": 0.5}, {"start": [108.97891899999999, 116.55605999999999], "end": [108.65336099999999, 116.55605999999999], "type": "segment", "width": 0.12}, {"start": [108.97891899999999, 117.57606], "end": [108.65336099999999, 117.57606], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C47", "thickness": 0.09999999999999999, "ref": 1, "pos": [107.06099999999999, 104.902], "height": 0.5}, {"start": [108.97891899999999, 105.39406], "end": [108.65336099999999, 105.39406], "type": "segment", "width": 0.12}, {"start": [108.97891899999999, 104.37406], "end": [108.65336099999999, 104.37406], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C50", "thickness": 0.09999999999999999, "ref": 1, "pos": [108.71199999999999, 108.458], "height": 0.5}, {"start": [108.90271899999999, 109.97637999999999], "end": [108.57716099999999, 109.97637999999999], "type": "segment", "width": 0.12}, {"start": [108.90271899999999, 108.95638], "end": [108.57716099999999, 108.95638], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C52", "thickness": 0.09999999999999999, "ref": 1, "pos": [165.608, 118.872], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C53", "thickness": 0.09999999999999999, "ref": 1, "pos": [108.73993999999999, 96.139], "height": 0.5}, {"start": [108.90271899999999, 96.77438], "end": [108.57716099999999, 96.77438], "type": "segment", "width": 0.12}, {"start": [108.90271899999999, 97.79437999999999], "end": [108.57716099999999, 97.79437999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C54", "thickness": 0.09999999999999999, "ref": 1, "pos": [112.14099999999999, 109.728], "height": 0.5}, {"start": [111.63246, 110.41655899999999], "end": [111.63246, 110.09100099999999], "type": "segment", "width": 0.12}, {"start": [110.61246, 110.41655899999999], "end": [110.61246, 110.09100099999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C55", "thickness": 0.09999999999999999, "ref": 1, "pos": [112.649, 97.02799999999999], "height": 0.5}, {"start": [111.63246, 98.23455899999999], "end": [111.63246, 97.90900099999999], "type": "segment", "width": 0.12}, {"start": [110.61246, 98.23455899999999], "end": [110.61246, 97.90900099999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C56", "thickness": 0.09999999999999999, "ref": 1, "pos": [169.257, 62.421], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C57", "thickness": 0.09999999999999999, "ref": 1, "pos": [171.85399999999998, 67.818], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C58", "thickness": 0.09999999999999999, "ref": 1, "pos": [110.363, 116.586], "height": 0.5}, {"start": [110.67088, 116.166681], "end": [110.67088, 116.492239], "type": "segment", "width": 0.12}, {"start": [111.69087999999999, 116.166681], "end": [111.69087999999999, 116.492239], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C59", "thickness": 0.09999999999999999, "ref": 1, "pos": [110.49, 104.267], "height": 0.5}, {"start": [111.69087999999999, 103.984681], "end": [111.69087999999999, 104.310239], "type": "segment", "width": 0.12}, {"start": [110.67088, 103.984681], "end": [110.67088, 104.310239], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C60", "thickness": 0.09999999999999999, "ref": 1, "pos": [126.365, 113.538], "height": 0.5}, {"start": [127.381, 114.80799999999999], "end": [127.381, 120.64999999999999], "type": "segment", "width": 0.15}, {"start": [126.619, 114.04599999999999], "end": [127.381, 114.80799999999999], "type": "segment", "width": 0.15}, {"start": [120.777, 114.80799999999999], "end": [121.539, 114.04599999999999], "type": "segment", "width": 0.15}, {"start": [120.777, 120.64999999999999], "end": [120.777, 114.80799999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "+", "thickness": 0.09999999999999999, "pos": [121.1707, 113.0681], "height": 0.5}, {"start": [126.619, 114.04599999999999], "end": [125.19659999999999, 114.04599999999999], "type": "segment", "width": 0.15}, {"start": [127.381, 120.64999999999999], "end": [125.19659999999999, 120.64999999999999], "type": "segment", "width": 0.15}, {"start": [120.777, 120.64999999999999], "end": [122.9614, 120.64999999999999], "type": "segment", "width": 0.15}, {"start": [121.539, 114.04599999999999], "end": [122.9614, 114.04599999999999], "type": "segment", "width": 0.15}, {"width": 0.15, "endangle": 428.51216862875754, "start": [124.079, 117.348], "radius": 3.044638, "startangle": 291.53512582875754, "type": "arc"}, {"width": 0.15, "endangle": 248.51216862875754, "start": [124.079, 117.348], "radius": 3.044638, "startangle": 111.53512582875756, "type": "arc"}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C61", "thickness": 0.09999999999999999, "ref": 1, "pos": [126.365, 101.092], "height": 0.5}, {"width": 0.15, "endangle": 248.51216862875754, "start": [124.079, 105.15599999999999], "radius": 3.044638, "startangle": 111.53512582875756, "type": "arc"}, {"width": 0.15, "endangle": 428.51216862875754, "start": [124.079, 105.15599999999999], "radius": 3.044638, "startangle": 291.53512582875754, "type": "arc"}, {"start": [121.539, 101.854], "end": [122.9614, 101.854], "type": "segment", "width": 0.15}, {"start": [120.777, 108.458], "end": [122.9614, 108.458], "type": "segment", "width": 0.15}, {"start": [127.381, 108.458], "end": [125.19659999999999, 108.458], "type": "segment", "width": 0.15}, {"start": [126.619, 101.854], "end": [125.19659999999999, 101.854], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "+", "thickness": 0.09999999999999999, "pos": [121.1707, 100.8761], "height": 0.5}, {"start": [120.777, 108.458], "end": [120.777, 102.616], "type": "segment", "width": 0.15}, {"start": [120.777, 102.616], "end": [121.539, 101.854], "type": "segment", "width": 0.15}, {"start": [126.619, 101.854], "end": [127.381, 102.616], "type": "segment", "width": 0.15}, {"start": [127.381, 102.616], "end": [127.381, 108.458], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C64", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.44048, 127.49275999999999], "height": 0.5}, {"start": [103.08822099999999, 128.018], "end": [103.41377899999999, 128.018], "type": "segment", "width": 0.12}, {"start": [103.08822099999999, 126.99799999999999], "end": [103.41377899999999, 126.99799999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C65", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.53699999999999, 124.333], "height": 0.5}, {"start": [103.08822099999999, 124.84299999999999], "end": [103.41377899999999, 124.84299999999999], "type": "segment", "width": 0.12}, {"start": [103.08822099999999, 123.823], "end": [103.41377899999999, 123.823], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C66", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.47858, 121.26975999999999], "height": 0.5}, {"start": [103.08822099999999, 120.77499999999999], "end": [103.41377899999999, 120.77499999999999], "type": "segment", "width": 0.12}, {"start": [103.08822099999999, 121.79499999999999], "end": [103.41377899999999, 121.79499999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C67", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.53699999999999, 118.11], "height": 0.5}, {"start": [103.08822099999999, 118.61999999999999], "end": [103.41377899999999, 118.61999999999999], "type": "segment", "width": 0.12}, {"start": [103.08822099999999, 117.6], "end": [103.41377899999999, 117.6], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C68", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.41, 113.919], "height": 0.5}, {"start": [103.08822099999999, 114.42899999999999], "end": [103.41377899999999, 114.42899999999999], "type": "segment", "width": 0.12}, {"start": [103.08822099999999, 113.40899999999999], "end": [103.41377899999999, 113.40899999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C69", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.41, 110.61699999999999], "height": 0.5}, {"start": [103.08822099999999, 110.107], "end": [103.41377899999999, 110.107], "type": "segment", "width": 0.12}, {"start": [103.08822099999999, 111.127], "end": [103.41377899999999, 111.127], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C70", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.53699999999999, 107.315], "height": 0.5}, {"start": [103.08822099999999, 107.82499999999999], "end": [103.41377899999999, 107.82499999999999], "type": "segment", "width": 0.12}, {"start": [103.08822099999999, 106.80499999999999], "end": [103.41377899999999, 106.80499999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C71", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.46842, 104.01046], "height": 0.5}, {"start": [103.08822099999999, 103.503], "end": [103.41377899999999, 103.503], "type": "segment", "width": 0.12}, {"start": [103.08822099999999, 104.523], "end": [103.41377899999999, 104.523], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C72", "thickness": 0.09999999999999999, "ref": 1, "pos": [117.79504, 81.7345], "height": 0.5}, {"start": [117.957819, 80.08149999999999], "end": [117.632261, 80.08149999999999], "type": "segment", "width": 0.12}, {"start": [117.957819, 81.1015], "end": [117.632261, 81.1015], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C73", "thickness": 0.09999999999999999, "ref": 1, "pos": [113.411, 81.036], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C74", "thickness": 0.09999999999999999, "ref": 1, "pos": [117.79504, 94.30749999999999], "height": 0.5}, {"start": [117.957819, 92.52749999999999], "end": [117.632261, 92.52749999999999], "type": "segment", "width": 0.12}, {"start": [117.957819, 93.5475], "end": [117.632261, 93.5475], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C75", "thickness": 0.09999999999999999, "ref": 1, "pos": [113.411, 93.482], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C76", "thickness": 0.09999999999999999, "ref": 1, "pos": [106.53013999999999, 80.24606], "height": 0.5}, {"start": [108.97891899999999, 79.73606], "end": [108.65336099999999, 79.73606], "type": "segment", "width": 0.12}, {"start": [108.97891899999999, 80.75605999999999], "end": [108.65336099999999, 80.75605999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C77", "thickness": 0.09999999999999999, "ref": 1, "pos": [106.934, 92.583], "height": 0.5}, {"start": [108.97891899999999, 92.18205999999999], "end": [108.65336099999999, 92.18205999999999], "type": "segment", "width": 0.12}, {"start": [108.97891899999999, 93.20205999999999], "end": [108.65336099999999, 93.20205999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C78", "thickness": 0.09999999999999999, "ref": 1, "pos": [171.67849999999999, 66.675], "height": 0.5}, {"start": [169.834779, 67.185], "end": [169.509221, 67.185], "type": "segment", "width": 0.12}, {"start": [169.834779, 66.16499999999999], "end": [169.509221, 66.16499999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C79", "thickness": 0.09999999999999999, "ref": 1, "pos": [165.481, 71.247], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C80", "thickness": 0.09999999999999999, "ref": 1, "pos": [106.67999999999999, 72.771], "height": 0.5}, {"start": [108.90271899999999, 73.15638], "end": [108.57716099999999, 73.15638], "type": "segment", "width": 0.12}, {"start": [108.90271899999999, 72.13638], "end": [108.57716099999999, 72.13638], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C81", "thickness": 0.09999999999999999, "ref": 1, "pos": [175.13299999999998, 76.2], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C82", "thickness": 0.09999999999999999, "ref": 1, "pos": [172.974, 67.818], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C83", "thickness": 0.09999999999999999, "ref": 1, "pos": [108.839, 83.947], "height": 0.5}, {"start": [108.90271899999999, 85.60238], "end": [108.57716099999999, 85.60238], "type": "segment", "width": 0.12}, {"start": [108.90271899999999, 84.58238], "end": [108.57716099999999, 84.58238], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C84", "thickness": 0.09999999999999999, "ref": 1, "pos": [111.125, 71.374], "height": 0.5}, {"start": [111.63246, 73.596559], "end": [111.63246, 73.271001], "type": "segment", "width": 0.12}, {"start": [110.61246, 73.596559], "end": [110.61246, 73.271001], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C85", "thickness": 0.09999999999999999, "ref": 1, "pos": [112.014, 84.963], "height": 0.5}, {"start": [110.61246, 86.042559], "end": [110.61246, 85.717001], "type": "segment", "width": 0.12}, {"start": [111.63246, 86.042559], "end": [111.63246, 85.717001], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C87", "thickness": 0.09999999999999999, "ref": 1, "pos": [126.619, 124.46], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C88", "thickness": 0.09999999999999999, "ref": 1, "pos": [110.363, 79.756], "height": 0.5}, {"start": [111.69087999999999, 79.34668099999999], "end": [111.69087999999999, 79.67223899999999], "type": "segment", "width": 0.12}, {"start": [110.67088, 79.34668099999999], "end": [110.67088, 79.67223899999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C89", "thickness": 0.09999999999999999, "ref": 1, "pos": [110.363, 92.583], "height": 0.5}, {"start": [110.67088, 91.792681], "end": [110.67088, 92.118239], "type": "segment", "width": 0.12}, {"start": [111.69087999999999, 91.792681], "end": [111.69087999999999, 92.118239], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C90", "thickness": 0.09999999999999999, "ref": 1, "pos": [126.49199999999999, 76.454], "height": 0.5}, {"start": [127.381, 78.10499999999999], "end": [127.381, 83.947], "type": "segment", "width": 0.15}, {"start": [126.619, 77.343], "end": [127.381, 78.10499999999999], "type": "segment", "width": 0.15}, {"start": [120.777, 78.10499999999999], "end": [121.539, 77.343], "type": "segment", "width": 0.15}, {"start": [120.777, 83.947], "end": [120.777, 78.10499999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "+", "thickness": 0.09999999999999999, "pos": [121.1707, 76.3651], "height": 0.5}, {"start": [126.619, 77.343], "end": [125.19659999999999, 77.343], "type": "segment", "width": 0.15}, {"start": [127.381, 83.947], "end": [125.19659999999999, 83.947], "type": "segment", "width": 0.15}, {"start": [120.777, 83.947], "end": [122.9614, 83.947], "type": "segment", "width": 0.15}, {"start": [121.539, 77.343], "end": [122.9614, 77.343], "type": "segment", "width": 0.15}, {"width": 0.15, "endangle": 428.51216862875754, "start": [124.079, 80.645], "radius": 3.044638, "startangle": 291.53512582875754, "type": "arc"}, {"width": 0.15, "endangle": 248.51216862875754, "start": [124.079, 80.645], "radius": 3.044638, "startangle": 111.53512582875756, "type": "arc"}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C91", "thickness": 0.09999999999999999, "ref": 1, "pos": [126.619, 88.89999999999999], "height": 0.5}, {"width": 0.15, "endangle": 248.51216862875754, "start": [124.079, 92.964], "radius": 3.044638, "startangle": 111.53512582875756, "type": "arc"}, {"width": 0.15, "endangle": 428.51216862875754, "start": [124.079, 92.964], "radius": 3.044638, "startangle": 291.53512582875754, "type": "arc"}, {"start": [121.539, 89.66199999999999], "end": [122.9614, 89.66199999999999], "type": "segment", "width": 0.15}, {"start": [120.777, 96.26599999999999], "end": [122.9614, 96.26599999999999], "type": "segment", "width": 0.15}, {"start": [127.381, 96.26599999999999], "end": [125.19659999999999, 96.26599999999999], "type": "segment", "width": 0.15}, {"start": [126.619, 89.66199999999999], "end": [125.19659999999999, 89.66199999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "+", "thickness": 0.09999999999999999, "pos": [121.1707, 88.6841], "height": 0.5}, {"start": [120.777, 96.26599999999999], "end": [120.777, 90.42399999999999], "type": "segment", "width": 0.15}, {"start": [120.777, 90.42399999999999], "end": [121.539, 89.66199999999999], "type": "segment", "width": 0.15}, {"start": [126.619, 89.66199999999999], "end": [127.381, 90.42399999999999], "type": "segment", "width": 0.15}, {"start": [127.381, 90.42399999999999], "end": [127.381, 96.26599999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C94", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.3338, 87.37346], "height": 0.5}, {"start": [102.961221, 86.866], "end": [103.286779, 86.866], "type": "segment", "width": 0.12}, {"start": [102.961221, 87.886], "end": [103.286779, 87.886], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C95", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.41, 84.074], "height": 0.5}, {"start": [102.961221, 84.584], "end": [103.286779, 84.584], "type": "segment", "width": 0.12}, {"start": [102.961221, 83.564], "end": [103.286779, 83.564], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C96", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.283, 80.77199999999999], "height": 0.5}, {"start": [102.961221, 80.262], "end": [103.286779, 80.262], "type": "segment", "width": 0.12}, {"start": [102.961221, 81.282], "end": [103.286779, 81.282], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C97", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.41, 77.47], "height": 0.5}, {"start": [102.961221, 77.97999999999999], "end": [103.286779, 77.97999999999999], "type": "segment", "width": 0.12}, {"start": [102.961221, 76.96], "end": [103.286779, 76.96], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C98", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.41253999999999, 100.69322], "height": 0.5}, {"start": [103.08822099999999, 100.201], "end": [103.41377899999999, 100.201], "type": "segment", "width": 0.12}, {"start": [103.08822099999999, 101.22099999999999], "end": [103.41377899999999, 101.22099999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C99", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.45826, 97.19818], "height": 0.5}, {"start": [103.08822099999999, 97.919], "end": [103.41377899999999, 97.919], "type": "segment", "width": 0.12}, {"start": [103.08822099999999, 96.899], "end": [103.41377899999999, 96.899], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C100", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.664, 94.234], "height": 0.5}, {"start": [103.08822099999999, 93.597], "end": [103.41377899999999, 93.597], "type": "segment", "width": 0.12}, {"start": [103.08822099999999, 94.61699999999999], "end": [103.41377899999999, 94.61699999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C101", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.53699999999999, 90.80499999999999], "height": 0.5}, {"start": [103.08822099999999, 91.315], "end": [103.41377899999999, 91.315], "type": "segment", "width": 0.12}, {"start": [103.08822099999999, 90.295], "end": [103.41377899999999, 90.295], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C104", "thickness": 0.09999999999999999, "ref": 1, "pos": [142.113, 104.648], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C105", "thickness": 0.09999999999999999, "ref": 1, "pos": [136.525, 102.616], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C106", "thickness": 0.09999999999999999, "ref": 1, "pos": [150.114, 88.265], "height": 0.5}, {"start": [149.731, 86.197221], "end": [149.731, 86.522779], "type": "segment", "width": 0.12}, {"start": [150.751, 86.197221], "end": [150.751, 86.522779], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C107", "thickness": 0.09999999999999999, "ref": 1, "pos": [133.477, 79.502], "height": 0.5}, {"start": [133.983, 79.664779], "end": [133.983, 79.339221], "type": "segment", "width": 0.12}, {"start": [135.003, 79.664779], "end": [135.003, 79.339221], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C108", "thickness": 0.09999999999999999, "ref": 1, "pos": [121.158, 122.17399999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C109", "thickness": 0.09999999999999999, "ref": 1, "pos": [141.224, 100.457], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C110", "thickness": 0.09999999999999999, "ref": 1, "pos": [129.921, 81.788], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C111", "thickness": 0.09999999999999999, "ref": 1, "pos": [150.368, 83.566], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C112", "thickness": 0.09999999999999999, "ref": 1, "pos": [150.749, 95.88499999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C113", "thickness": 0.09999999999999999, "ref": 1, "pos": [147.32, 103.25099999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C114", "thickness": 0.09999999999999999, "ref": 1, "pos": [144.78, 104.267], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C115", "thickness": 0.09999999999999999, "ref": 1, "pos": [150.495, 111.633], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C116", "thickness": 0.09999999999999999, "ref": 1, "pos": [146.04999999999998, 104.77499999999999], "height": 0.5}, {"start": [145.54, 101.56422099999999], "end": [145.54, 101.88977899999999], "type": "segment", "width": 0.12}, {"start": [146.56, 101.56422099999999], "end": [146.56, 101.88977899999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C117", "thickness": 0.09999999999999999, "ref": 1, "pos": [143.38299999999998, 104.267], "height": 0.5}, {"start": [142.873, 101.691221], "end": [142.873, 102.016779], "type": "segment", "width": 0.12}, {"start": [143.893, 101.691221], "end": [143.893, 102.016779], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C118", "thickness": 0.09999999999999999, "ref": 1, "pos": [148.844, 82.042], "height": 0.5}, {"start": [148.465, 82.611279], "end": [148.465, 82.285721], "type": "segment", "width": 0.12}, {"start": [147.445, 82.611279], "end": [147.445, 82.285721], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C119", "thickness": 0.09999999999999999, "ref": 1, "pos": [173.863, 73.66], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C120", "thickness": 0.09999999999999999, "ref": 1, "pos": [174.625, 66.074], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D3", "thickness": 0.09999999999999999, "ref": 1, "pos": [121.666, 68.326], "height": 0.5}, {"start": [121.916, 66.548], "end": [121.666, 66.798], "type": "segment", "width": 0.15}, {"start": [121.416, 66.548], "end": [121.916, 66.548], "type": "segment", "width": 0.15}, {"start": [121.666, 66.798], "end": [121.416, 66.548], "type": "segment", "width": 0.15}, {"start": [121.416, 66.798], "end": [121.916, 66.798], "type": "segment", "width": 0.15}, {"start": [121.666, 66.74799999999999], "end": [121.666, 66.298], "type": "segment", "width": 0.15}, {"start": [121.116, 67.648], "end": [121.116, 65.74799999999999], "type": "segment", "width": 0.15}, {"start": [122.216, 67.648], "end": [122.216, 65.74799999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D4", "thickness": 0.09999999999999999, "ref": 1, "pos": [128.26999999999998, 69.977], "height": 0.5}, {"start": [129.9923, 68.28399999999999], "end": [128.0923, 68.28399999999999], "type": "segment", "width": 0.15}, {"start": [129.9923, 69.384], "end": [128.0923, 69.384], "type": "segment", "width": 0.15}, {"start": [129.0923, 68.834], "end": [128.6423, 68.834], "type": "segment", "width": 0.15}, {"start": [129.1423, 69.084], "end": [129.1423, 68.584], "type": "segment", "width": 0.15}, {"start": [129.1423, 68.834], "end": [128.8923, 69.084], "type": "segment", "width": 0.15}, {"start": [128.8923, 69.084], "end": [128.8923, 68.584], "type": "segment", "width": 0.15}, {"start": [128.8923, 68.584], "end": [129.1423, 68.834], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D9", "thickness": 0.09999999999999999, "ref": 1, "pos": [136.271, 106.553], "height": 0.5}, {"start": [138.458001, 106.816001], "end": [138.208001, 106.566001], "type": "segment", "width": 0.15}, {"start": [138.458001, 106.316001], "end": [138.458001, 106.816001], "type": "segment", "width": 0.15}, {"start": [138.208001, 106.566001], "end": [138.458001, 106.316001], "type": "segment", "width": 0.15}, {"start": [138.208001, 106.316001], "end": [138.208001, 106.816001], "type": "segment", "width": 0.15}, {"start": [138.258001, 106.566001], "end": [138.708001, 106.566001], "type": "segment", "width": 0.15}, {"start": [137.358001, 106.01600099999999], "end": [139.258001, 106.01600099999999], "type": "segment", "width": 0.15}, {"start": [137.358001, 107.116001], "end": [139.258001, 107.116001], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D10", "thickness": 0.09999999999999999, "ref": 1, "pos": [130.93699999999998, 123.952], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D11", "thickness": 0.09999999999999999, "ref": 1, "pos": [136.779, 124.079], "height": 0.5}, {"start": [136.777, 123.627], "end": [135.317, 123.627], "type": "segment", "width": 0.12}, {"start": [136.777, 120.467], "end": [134.617, 120.467], "type": "segment", "width": 0.12}, {"start": [136.777, 120.467], "end": [136.777, 121.39699999999999], "type": "segment", "width": 0.12}, {"start": [136.777, 123.627], "end": [136.777, 122.69699999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D12", "thickness": 0.09999999999999999, "ref": 1, "pos": [184.263, 99.31099999999999], "height": 0.5}, {"start": [182.52694, 105.37443999999999], "end": [182.52694, 100.87356], "type": "segment", "width": 0.15}, {"start": [186.02705999999998, 105.37443999999999], "end": [186.02705999999998, 100.87356], "type": "segment", "width": 0.15}, {"start": [182.52694, 100.87356], "end": [182.87745999999999, 100.87356], "type": "segment", "width": 0.15}, {"start": [182.52694, 105.37443999999999], "end": [182.87745999999999, 105.37443999999999], "type": "segment", "width": 0.15}, {"start": [186.02705999999998, 105.37443999999999], "end": [185.67654, 105.37443999999999], "type": "segment", "width": 0.15}, {"start": [186.02705999999998, 100.87356], "end": [185.67654, 100.87356], "type": "segment", "width": 0.15}, {"start": [182.52694, 104.92313999999999], "end": [182.87745999999999, 104.92313999999999], "type": "segment", "width": 0.15}, {"start": [186.02705999999998, 104.92313999999999], "end": [185.67654, 104.92313999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "A", "thickness": 0.09999999999999999, "pos": [185.914, 100.22399999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "K", "thickness": 0.09999999999999999, "pos": [185.914, 106.024], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D13", "thickness": 0.09999999999999999, "ref": 1, "pos": [172.339, 110.871], "height": 0.5}, {"start": [172.551, 109.771], "end": [172.551, 111.67099999999999], "type": "segment", "width": 0.15}, {"start": [173.65099999999998, 109.771], "end": [173.65099999999998, 111.67099999999999], "type": "segment", "width": 0.15}, {"start": [173.101, 110.67099999999999], "end": [173.101, 111.121], "type": "segment", "width": 0.15}, {"start": [173.351, 110.621], "end": [172.851, 110.621], "type": "segment", "width": 0.15}, {"start": [173.101, 110.621], "end": [173.351, 110.871], "type": "segment", "width": 0.15}, {"start": [173.351, 110.871], "end": [172.851, 110.871], "type": "segment", "width": 0.15}, {"start": [172.851, 110.871], "end": [173.101, 110.621], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D14", "thickness": 0.09999999999999999, "ref": 1, "pos": [198.233, 99.565], "height": 0.5}, {"start": [196.49694, 105.62844], "end": [196.49694, 101.12755999999999], "type": "segment", "width": 0.15}, {"start": [199.99706, 105.62844], "end": [199.99706, 101.12755999999999], "type": "segment", "width": 0.15}, {"start": [196.49694, 101.12755999999999], "end": [196.84745999999998, 101.12755999999999], "type": "segment", "width": 0.15}, {"start": [196.49694, 105.62844], "end": [196.84745999999998, 105.62844], "type": "segment", "width": 0.15}, {"start": [199.99706, 105.62844], "end": [199.64654, 105.62844], "type": "segment", "width": 0.15}, {"start": [199.99706, 101.12755999999999], "end": [199.64654, 101.12755999999999], "type": "segment", "width": 0.15}, {"start": [196.49694, 105.17714], "end": [196.84745999999998, 105.17714], "type": "segment", "width": 0.15}, {"start": [199.99706, 105.17714], "end": [199.64654, 105.17714], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "A", "thickness": 0.09999999999999999, "pos": [199.884, 100.478], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "K", "thickness": 0.09999999999999999, "pos": [199.884, 106.27799999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D15", "thickness": 0.09999999999999999, "ref": 1, "pos": [194.264469, 120.71005199999999], "height": 0.5}, {"start": [194.391469, 119.690052], "end": [194.141469, 119.440052], "type": "segment", "width": 0.15}, {"start": [194.391469, 119.190052], "end": [194.391469, 119.690052], "type": "segment", "width": 0.15}, {"start": [194.141469, 119.440052], "end": [194.391469, 119.190052], "type": "segment", "width": 0.15}, {"start": [194.141469, 119.190052], "end": [194.141469, 119.690052], "type": "segment", "width": 0.15}, {"start": [194.19146899999998, 119.440052], "end": [194.641469, 119.440052], "type": "segment", "width": 0.15}, {"start": [193.29146899999998, 118.890052], "end": [195.19146899999998, 118.890052], "type": "segment", "width": 0.15}, {"start": [193.29146899999998, 119.99005199999999], "end": [195.19146899999998, 119.99005199999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D17", "thickness": 0.09999999999999999, "ref": 1, "pos": [144.018, 111.633], "height": 0.5}, {"start": [143.468, 112.31099999999999], "end": [143.468, 114.211], "type": "segment", "width": 0.15}, {"start": [144.56799999999998, 112.31099999999999], "end": [144.56799999999998, 114.211], "type": "segment", "width": 0.15}, {"start": [144.018, 113.211], "end": [144.018, 113.661], "type": "segment", "width": 0.15}, {"start": [144.268, 113.161], "end": [143.768, 113.161], "type": "segment", "width": 0.15}, {"start": [144.018, 113.161], "end": [144.268, 113.411], "type": "segment", "width": 0.15}, {"start": [144.268, 113.411], "end": [143.768, 113.411], "type": "segment", "width": 0.15}, {"start": [143.768, 113.411], "end": [144.018, 113.161], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D18", "thickness": 0.09999999999999999, "ref": 1, "pos": [175.768, 82.74], "height": 0.5}, {"start": [175.005, 79.404], "end": [175.005, 84.804], "type": "segment", "width": 0.12}, {"start": [171.70499999999998, 79.404], "end": [171.70499999999998, 84.804], "type": "segment", "width": 0.12}, {"start": [175.005, 79.404], "end": [171.70499999999998, 79.404], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D19", "thickness": 0.09999999999999999, "ref": 1, "pos": [151.26999999999998, 98.55199999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "K", "thickness": 0.09999999999999999, "pos": [155.434, 101.423], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "A", "thickness": 0.09999999999999999, "pos": [155.434, 95.62299999999999], "height": 0.5}, {"start": [155.54706, 100.32213999999999], "end": [155.19654, 100.32213999999999], "type": "segment", "width": 0.15}, {"start": [152.04694, 100.32213999999999], "end": [152.39746, 100.32213999999999], "type": "segment", "width": 0.15}, {"start": [155.54706, 96.27256], "end": [155.19654, 96.27256], "type": "segment", "width": 0.15}, {"start": [155.54706, 100.77344], "end": [155.19654, 100.77344], "type": "segment", "width": 0.15}, {"start": [152.04694, 100.77344], "end": [152.39746, 100.77344], "type": "segment", "width": 0.15}, {"start": [152.04694, 96.27256], "end": [152.39746, 96.27256], "type": "segment", "width": 0.15}, {"start": [155.54706, 100.77344], "end": [155.54706, 96.27256], "type": "segment", "width": 0.15}, {"start": [152.04694, 100.77344], "end": [152.04694, 96.27256], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D22", "thickness": 0.09999999999999999, "ref": 1, "pos": [148.082, 112.14099999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "F1", "thickness": 0.09999999999999999, "ref": 1, "pos": [172.593, 117.348], "height": 0.5}, {"start": [164.775, 101.728], "end": [164.775, 117.728], "type": "segment", "width": 0.3}, {"start": [171.775, 101.728], "end": [164.775, 101.728], "type": "segment", "width": 0.3}, {"start": [171.775, 117.728], "end": [171.775, 101.728], "type": "segment", "width": 0.3}, {"start": [164.775, 117.728], "end": [171.775, 117.728], "type": "segment", "width": 0.3}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "F3", "thickness": 0.09999999999999999, "ref": 1, "pos": [172.339, 95.50399999999999], "height": 0.5}, {"start": [171.394, 79.75699999999999], "end": [164.394, 79.75699999999999], "type": "segment", "width": 0.3}, {"start": [164.394, 79.75699999999999], "end": [164.394, 95.75699999999999], "type": "segment", "width": 0.3}, {"start": [164.394, 95.75699999999999], "end": [171.394, 95.75699999999999], "type": "segment", "width": 0.3}, {"start": [171.394, 95.75699999999999], "end": [171.394, 79.75699999999999], "type": "segment", "width": 0.3}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "J2", "thickness": 0.09999999999999999, "ref": 1, "pos": [136.525, 125.222], "height": 0.5}, {"start": [128.926, 126.80999999999999], "end": [128.926, 125.05999999999999], "type": "segment", "width": 0.15}, {"start": [128.926, 125.05999999999999], "end": [129.176, 125.05999999999999], "type": "segment", "width": 0.15}, {"start": [135.926, 126.80999999999999], "end": [135.926, 125.05999999999999], "type": "segment", "width": 0.15}, {"start": [135.926, 125.05999999999999], "end": [135.676, 125.05999999999999], "type": "segment", "width": 0.15}, {"start": [128.926, 128.81], "end": [128.926, 129.31], "type": "segment", "width": 0.15}, {"start": [128.926, 129.31], "end": [135.926, 129.31], "type": "segment", "width": 0.15}, {"start": [135.926, 129.31], "end": [135.926, 128.81], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "J4", "thickness": 0.09999999999999999, "ref": 1, "pos": [182.352, 90.905], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "J5", "thickness": 0.09999999999999999, "ref": 1, "pos": [175.868, 90.905], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "J6", "thickness": 0.09999999999999999, "ref": 1, "pos": [199.2122, 78.9794], "height": 0.5}, {"start": [203.786, 81.688], "end": [199.786, 81.688], "type": "segment", "width": 0.25}, {"start": [203.786, 94.588], "end": [199.786, 94.588], "type": "segment", "width": 0.25}, {"start": [199.786, 96.13799999999999], "end": [199.786, 80.13799999999999], "type": "segment", "width": 0.25}, {"start": [186.386, 96.13799999999999], "end": [199.786, 96.13799999999999], "type": "segment", "width": 0.25}, {"start": [186.386, 80.13799999999999], "end": [186.386, 96.13799999999999], "type": "segment", "width": 0.25}, {"start": [199.786, 80.13799999999999], "end": [186.386, 80.13799999999999], "type": "segment", "width": 0.25}, {"start": [203.786, 94.588], "end": [203.786, 81.688], "type": "segment", "width": 0.25}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "J7", "thickness": 0.09999999999999999, "ref": 1, "pos": [96.139, 65.532], "height": 0.5}, {"start": [106.172, 64.89699999999999], "end": [108.458, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [105.664, 64.89699999999999], "end": [105.91799999999999, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [104.648, 64.89699999999999], "end": [105.15599999999999, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [103.63199999999999, 64.89699999999999], "end": [104.14, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [102.616, 64.89699999999999], "end": [103.124, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [101.6, 64.89699999999999], "end": [102.10799999999999, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [100.58399999999999, 64.89699999999999], "end": [101.092, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [99.568, 64.89699999999999], "end": [100.076, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [98.55199999999999, 64.89699999999999], "end": [99.06, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [95.758, 64.89699999999999], "end": [98.044, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [98.044, 64.89699999999999], "end": [98.044, 66.42099999999999], "type": "segment", "width": 0.15}, {"start": [98.044, 66.42099999999999], "end": [106.172, 66.42099999999999], "type": "segment", "width": 0.15}, {"start": [106.172, 66.42099999999999], "end": [106.172, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [95.758, 59.817], "end": [95.758, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [108.458, 64.89699999999999], "end": [108.458, 59.817], "type": "segment", "width": 0.15}, {"start": [108.458, 59.817], "end": [95.758, 59.817], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "J9", "thickness": 0.09999999999999999, "ref": 1, "pos": [118.999, 65.27799999999999], "height": 0.5}, {"start": [108.71199999999999, 59.817], "end": [118.872, 59.817], "type": "segment", "width": 0.15}, {"start": [110.99799999999999, 66.42099999999999], "end": [116.586, 66.42099999999999], "type": "segment", "width": 0.15}, {"start": [112.52199999999999, 64.89699999999999], "end": [113.03, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [111.506, 64.89699999999999], "end": [112.014, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [108.71199999999999, 64.89699999999999], "end": [110.99799999999999, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [110.99799999999999, 64.89699999999999], "end": [110.99799999999999, 66.42099999999999], "type": "segment", "width": 0.15}, {"start": [108.71199999999999, 59.817], "end": [108.71199999999999, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [116.586, 64.89699999999999], "end": [118.872, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [118.872, 64.89699999999999], "end": [118.872, 59.817], "type": "segment", "width": 0.15}, {"start": [116.586, 66.42099999999999], "end": [116.586, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [113.538, 64.89699999999999], "end": [114.04599999999999, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [114.55399999999999, 64.89699999999999], "end": [115.062, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [115.57, 64.89699999999999], "end": [116.07799999999999, 64.89699999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L1", "thickness": 0.09999999999999999, "ref": 1, "pos": [117.729, 68.402], "height": 0.5}, {"start": [117.219, 66.685279], "end": [117.219, 66.359721], "type": "segment", "width": 0.12}, {"start": [118.23899999999999, 66.685279], "end": [118.23899999999999, 66.359721], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L2", "thickness": 0.09999999999999999, "ref": 1, "pos": [130.302, 59.943999999999996], "height": 0.5}, {"start": [130.81199999999998, 61.757779], "end": [130.81199999999998, 61.432221], "type": "segment", "width": 0.12}, {"start": [129.792, 61.757779], "end": [129.792, 61.432221], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L3", "thickness": 0.09999999999999999, "ref": 1, "pos": [124.079, 68.199], "height": 0.5}, {"start": [123.56899999999999, 66.710779], "end": [123.56899999999999, 66.385221], "type": "segment", "width": 0.12}, {"start": [124.589, 66.710779], "end": [124.589, 66.385221], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L4", "thickness": 0.09999999999999999, "ref": 1, "pos": [135.636, 73.279], "height": 0.5}, {"start": [135.253, 71.66377899999999], "end": [135.253, 71.33822099999999], "type": "segment", "width": 0.12}, {"start": [136.273, 71.66377899999999], "end": [136.273, 71.33822099999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L5", "thickness": 0.09999999999999999, "ref": 1, "pos": [176.784, 118.26249999999999], "height": 0.5}, {"start": [177.29399999999998, 120.131721], "end": [177.29399999999998, 120.457279], "type": "segment", "width": 0.12}, {"start": [176.274, 120.131721], "end": [176.274, 120.457279], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L6", "thickness": 0.09999999999999999, "ref": 1, "pos": [186.81699999999998, 118.237], "height": 0.5}, {"start": [186.307, 120.10622099999999], "end": [186.307, 120.43177899999999], "type": "segment", "width": 0.12}, {"start": [187.327, 120.10622099999999], "end": [187.327, 120.43177899999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L7", "thickness": 0.09999999999999999, "ref": 1, "pos": [129.667, 120.904], "height": 0.5}, {"start": [129.923, 122.265221], "end": [129.923, 122.590779], "type": "segment", "width": 0.12}, {"start": [128.903, 122.265221], "end": [128.903, 122.590779], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L8", "thickness": 0.09999999999999999, "ref": 1, "pos": [135.89, 118.36399999999999], "height": 0.5}, {"start": [135.854221, 120.017], "end": [136.179779, 120.017], "type": "segment", "width": 0.12}, {"start": [135.854221, 118.997], "end": [136.179779, 118.997], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L9", "thickness": 0.09999999999999999, "ref": 1, "pos": [127.25399999999999, 125.476], "height": 0.5}, {"start": [126.744, 127.09122099999999], "end": [126.744, 127.41677899999999], "type": "segment", "width": 0.12}, {"start": [127.764, 127.09122099999999], "end": [127.764, 127.41677899999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L12", "thickness": 0.09999999999999999, "ref": 1, "pos": [171.831, 97.663], "height": 0.5}, {"start": [169.132252, 96.753], "end": [166.90974799999998, 96.753], "type": "segment", "width": 0.12}, {"start": [169.132252, 98.573], "end": [166.90974799999998, 98.573], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L13", "thickness": 0.09999999999999999, "ref": 1, "pos": [156.97199999999998, 95.12299999999999], "height": 0.5}, {"start": [156.303, 101.75], "end": [162.60299999999998, 101.75], "type": "segment", "width": 0.12}, {"start": [156.303, 95.55], "end": [162.60299999999998, 95.55], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L14", "thickness": 0.09999999999999999, "ref": 1, "pos": [108.33099999999999, 67.818], "height": 0.5}, {"start": [109.72999999999999, 66.837779], "end": [109.72999999999999, 66.512221], "type": "segment", "width": 0.12}, {"start": [108.71, 66.837779], "end": [108.71, 66.512221], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L15", "thickness": 0.09999999999999999, "ref": 1, "pos": [110.744, 68.453], "height": 0.5}, {"start": [110.234, 66.837779], "end": [110.234, 66.512221], "type": "segment", "width": 0.12}, {"start": [111.25399999999999, 66.837779], "end": [111.25399999999999, 66.512221], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L16", "thickness": 0.09999999999999999, "ref": 1, "pos": [140.462, 72.517], "height": 0.5}, {"start": [139.952, 70.322221], "end": [139.952, 70.647779], "type": "segment", "width": 0.12}, {"start": [140.97199999999998, 70.322221], "end": [140.97199999999998, 70.647779], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L23", "thickness": 0.09999999999999999, "ref": 1, "pos": [113.538, 68.834], "height": 0.5}, {"start": [113.02799999999999, 66.710779], "end": [113.02799999999999, 66.385221], "type": "segment", "width": 0.12}, {"start": [114.048, 66.710779], "end": [114.048, 66.385221], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L25", "thickness": 0.09999999999999999, "ref": 1, "pos": [116.586, 68.453], "height": 0.5}, {"start": [116.71499999999999, 66.710779], "end": [116.71499999999999, 66.385221], "type": "segment", "width": 0.12}, {"start": [115.695, 66.710779], "end": [115.695, 66.385221], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L27", "thickness": 0.09999999999999999, "ref": 1, "pos": [151.765, 111.887], "height": 0.5}, {"start": [151.128, 114.081779], "end": [151.128, 113.756221], "type": "segment", "width": 0.12}, {"start": [152.148, 114.081779], "end": [152.148, 113.756221], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L31", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.58018, 122.67183999999999], "height": 0.5}, {"start": [103.436639, 122.30153999999999], "end": [103.111081, 122.30153999999999], "type": "segment", "width": 0.12}, {"start": [103.436639, 123.32154], "end": [103.111081, 123.32154], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L32", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.50652, 119.66194], "height": 0.5}, {"start": [103.411239, 120.20496], "end": [103.085681, 120.20496], "type": "segment", "width": 0.12}, {"start": [103.411239, 119.18495999999999], "end": [103.085681, 119.18495999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L33", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.34649999999999, 116.53265999999999], "height": 0.5}, {"start": [103.411239, 115.99726], "end": [103.085681, 115.99726], "type": "segment", "width": 0.12}, {"start": [103.411239, 117.01726], "end": [103.085681, 117.01726], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L34", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.5243, 109.0295], "height": 0.5}, {"start": [103.41377899999999, 109.476], "end": [103.08822099999999, 109.476], "type": "segment", "width": 0.12}, {"start": [103.41377899999999, 108.45599999999999], "end": [103.08822099999999, 108.45599999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L35", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.4862, 105.664], "height": 0.5}, {"start": [103.41377899999999, 105.154], "end": [103.08822099999999, 105.154], "type": "segment", "width": 0.12}, {"start": [103.41377899999999, 106.17399999999999], "end": [103.08822099999999, 106.17399999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L36", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.37443999999999, 102.38485999999999], "height": 0.5}, {"start": [103.41377899999999, 102.872], "end": [103.08822099999999, 102.872], "type": "segment", "width": 0.12}, {"start": [103.41377899999999, 101.85199999999999], "end": [103.08822099999999, 101.85199999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L37", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.60812, 125.76556], "height": 0.5}, {"start": [103.411239, 126.40764], "end": [103.085681, 126.40764], "type": "segment", "width": 0.12}, {"start": [103.411239, 125.38763999999999], "end": [103.085681, 125.38763999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L38", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.34649999999999, 112.27054], "height": 0.5}, {"start": [103.41377899999999, 111.758], "end": [103.08822099999999, 111.758], "type": "segment", "width": 0.12}, {"start": [103.41377899999999, 112.77799999999999], "end": [103.08822099999999, 112.77799999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L39", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.26013999999999, 82.31124], "height": 0.5}, {"start": [103.286779, 82.93299999999999], "end": [102.961221, 82.93299999999999], "type": "segment", "width": 0.12}, {"start": [103.286779, 81.913], "end": [102.961221, 81.913], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L40", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.30839999999999, 79.13116], "height": 0.5}, {"start": [103.286779, 78.61099999999999], "end": [102.961221, 78.61099999999999], "type": "segment", "width": 0.12}, {"start": [103.286779, 79.631], "end": [102.961221, 79.631], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L41", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.26013999999999, 75.819], "height": 0.5}, {"start": [103.286779, 76.329], "end": [102.961221, 76.329], "type": "segment", "width": 0.12}, {"start": [103.286779, 75.309], "end": [102.961221, 75.309], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L42", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.53953999999999, 95.80879999999999], "height": 0.5}, {"start": [103.41377899999999, 95.24799999999999], "end": [103.08822099999999, 95.24799999999999], "type": "segment", "width": 0.12}, {"start": [103.41377899999999, 96.268], "end": [103.08822099999999, 96.268], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L43", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.40491999999999, 92.44583999999999], "height": 0.5}, {"start": [103.41377899999999, 92.966], "end": [103.08822099999999, 92.966], "type": "segment", "width": 0.12}, {"start": [103.41377899999999, 91.946], "end": [103.08822099999999, 91.946], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L44", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.47858, 89.16924], "height": 0.5}, {"start": [103.41377899999999, 89.664], "end": [103.08822099999999, 89.664], "type": "segment", "width": 0.12}, {"start": [103.41377899999999, 88.64399999999999], "end": [103.08822099999999, 88.64399999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L45", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.26013999999999, 85.70976], "height": 0.5}, {"start": [103.286779, 85.21499999999999], "end": [102.961221, 85.21499999999999], "type": "segment", "width": 0.12}, {"start": [103.286779, 86.235], "end": [102.961221, 86.235], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L46", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.37443999999999, 98.99141999999999], "height": 0.5}, {"start": [103.41377899999999, 98.55], "end": [103.08822099999999, 98.55], "type": "segment", "width": 0.12}, {"start": [103.41377899999999, 99.57], "end": [103.08822099999999, 99.57], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L47", "thickness": 0.09999999999999999, "ref": 1, "pos": [148.59, 103.505], "height": 0.5}, {"start": [149.1, 101.635779], "end": [149.1, 101.310221], "type": "segment", "width": 0.12}, {"start": [148.07999999999998, 101.635779], "end": [148.07999999999998, 101.310221], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L48", "thickness": 0.09999999999999999, "ref": 1, "pos": [153.289, 116.83999999999999], "height": 0.5}, {"start": [151.69, 116.637221], "end": [151.69, 116.962779], "type": "segment", "width": 0.12}, {"start": [152.70999999999998, 116.637221], "end": [152.70999999999998, 116.962779], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "P1", "thickness": 0.09999999999999999, "ref": 1, "pos": [128.65099999999998, 65.27799999999999], "height": 0.5}, {"start": [125.984, 64.89699999999999], "end": [126.49199999999999, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [124.96799999999999, 64.89699999999999], "end": [125.476, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [123.952, 64.89699999999999], "end": [124.46, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [127.0, 66.42099999999999], "end": [127.0, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [129.286, 64.89699999999999], "end": [129.286, 59.817], "type": "segment", "width": 0.15}, {"start": [127.0, 64.89699999999999], "end": [129.286, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [119.12599999999999, 59.817], "end": [119.12599999999999, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [121.41199999999999, 64.89699999999999], "end": [121.41199999999999, 66.42099999999999], "type": "segment", "width": 0.15}, {"start": [119.12599999999999, 64.89699999999999], "end": [121.41199999999999, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [121.91999999999999, 64.89699999999999], "end": [122.428, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [122.93599999999999, 64.89699999999999], "end": [123.44399999999999, 64.89699999999999], "type": "segment", "width": 0.15}, {"start": [121.41199999999999, 66.42099999999999], "end": [127.0, 66.42099999999999], "type": "segment", "width": 0.15}, {"start": [119.12599999999999, 59.817], "end": [129.286, 59.817], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "P2", "thickness": 0.09999999999999999, "ref": 1, "pos": [130.55599999999998, 69.85], "height": 0.5}, {"start": [136.144, 59.817], "end": [136.144, 69.977], "type": "segment", "width": 0.15}, {"start": [129.54, 62.102999999999994], "end": [129.54, 67.691], "type": "segment", "width": 0.15}, {"start": [131.064, 63.626999999999995], "end": [131.064, 64.13499999999999], "type": "segment", "width": 0.15}, {"start": [131.064, 62.611], "end": [131.064, 63.119], "type": "segment", "width": 0.15}, {"start": [131.064, 59.817], "end": [131.064, 62.102999999999994], "type": "segment", "width": 0.15}, {"start": [131.064, 62.102999999999994], "end": [129.54, 62.102999999999994], "type": "segment", "width": 0.15}, {"start": [136.144, 59.817], "end": [131.064, 59.817], "type": "segment", "width": 0.15}, {"start": [131.064, 67.691], "end": [131.064, 69.977], "type": "segment", "width": 0.15}, {"start": [131.064, 69.977], "end": [136.144, 69.977], "type": "segment", "width": 0.15}, {"start": [129.54, 67.691], "end": [131.064, 67.691], "type": "segment", "width": 0.15}, {"start": [131.064, 64.643], "end": [131.064, 65.151], "type": "segment", "width": 0.15}, {"start": [131.064, 65.65899999999999], "end": [131.064, 66.167], "type": "segment", "width": 0.15}, {"start": [131.064, 66.675], "end": [131.064, 67.18299999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "P3", "thickness": 0.09999999999999999, "ref": 1, "pos": [183.007, 122.93599999999999], "height": 0.5}, {"start": [179.197, 123.82499999999999], "end": [178.94299999999998, 123.82499999999999], "type": "segment", "width": 0.15}, {"start": [184.023, 128.905], "end": [176.403, 128.905], "type": "segment", "width": 0.15}, {"start": [181.737, 122.30099999999999], "end": [178.689, 122.30099999999999], "type": "segment", "width": 0.15}, {"start": [178.689, 123.82499999999999], "end": [176.403, 123.82499999999999], "type": "segment", "width": 0.15}, {"start": [180.213, 123.82499999999999], "end": [179.70499999999998, 123.82499999999999], "type": "segment", "width": 0.15}, {"start": [181.22899999999998, 123.82499999999999], "end": [180.721, 123.82499999999999], "type": "segment", "width": 0.15}, {"start": [184.023, 123.82499999999999], "end": [181.737, 123.82499999999999], "type": "segment", "width": 0.15}, {"start": [181.737, 123.82499999999999], "end": [181.737, 122.30099999999999], "type": "segment", "width": 0.15}, {"start": [178.689, 122.30099999999999], "end": [178.689, 123.82499999999999], "type": "segment", "width": 0.15}, {"start": [184.023, 128.905], "end": [184.023, 123.82499999999999], "type": "segment", "width": 0.15}, {"start": [176.403, 123.82499999999999], "end": [176.403, 128.905], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "P4", "thickness": 0.09999999999999999, "ref": 1, "pos": [190.881, 122.93599999999999], "height": 0.5}, {"start": [184.277, 123.82499999999999], "end": [184.277, 128.905], "type": "segment", "width": 0.15}, {"start": [191.897, 128.905], "end": [191.897, 123.82499999999999], "type": "segment", "width": 0.15}, {"start": [186.563, 122.30099999999999], "end": [186.563, 123.82499999999999], "type": "segment", "width": 0.15}, {"start": [189.611, 123.82499999999999], "end": [189.611, 122.30099999999999], "type": "segment", "width": 0.15}, {"start": [191.897, 123.82499999999999], "end": [189.611, 123.82499999999999], "type": "segment", "width": 0.15}, {"start": [189.10299999999998, 123.82499999999999], "end": [188.595, 123.82499999999999], "type": "segment", "width": 0.15}, {"start": [188.087, 123.82499999999999], "end": [187.57899999999998, 123.82499999999999], "type": "segment", "width": 0.15}, {"start": [186.563, 123.82499999999999], "end": [184.277, 123.82499999999999], "type": "segment", "width": 0.15}, {"start": [189.611, 122.30099999999999], "end": [186.563, 122.30099999999999], "type": "segment", "width": 0.15}, {"start": [191.897, 128.905], "end": [184.277, 128.905], "type": "segment", "width": 0.15}, {"start": [187.071, 123.82499999999999], "end": [186.81699999999998, 123.82499999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "P5", "thickness": 0.09999999999999999, "ref": 1, "pos": [174.498, 116.45899999999999], "height": 0.5}, {"width": 0.15, "endangle": 140.47736872882888, "start": [177.79999999999998, 112.564], "radius": 2.592778, "startangle": 39.97736872882888, "type": "arc"}, {"width": 0.15, "endangle": 140.47736872882888, "start": [182.88, 112.564], "radius": 2.592778, "startangle": 39.97736872882888, "type": "arc"}, {"start": [174.17999999999998, 107.134], "end": [174.17999999999998, 115.89399999999999], "type": "segment", "width": 0.15}, {"start": [174.17999999999998, 115.89399999999999], "end": [186.5, 115.89399999999999], "type": "segment", "width": 0.15}, {"start": [186.5, 115.89399999999999], "end": [186.5, 107.134], "type": "segment", "width": 0.15}, {"start": [186.5, 107.134], "end": [174.17999999999998, 107.134], "type": "segment", "width": 0.15}, {"start": [174.17999999999998, 107.914], "end": [176.72, 107.914], "type": "segment", "width": 0.15}, {"start": [186.5, 107.914], "end": [183.95999999999998, 107.914], "type": "segment", "width": 0.15}, {"start": [178.79999999999998, 107.914], "end": [181.88, 107.914], "type": "segment", "width": 0.15}, {"start": [176.79999999999998, 108.914], "end": [176.79999999999998, 107.134], "type": "segment", "width": 0.15}, {"start": [176.79999999999998, 107.134], "end": [178.79999999999998, 107.134], "type": "segment", "width": 0.15}, {"start": [178.79999999999998, 107.134], "end": [178.79999999999998, 108.914], "type": "segment", "width": 0.15}, {"start": [178.79999999999998, 108.914], "end": [176.79999999999998, 108.914], "type": "segment", "width": 0.15}, {"start": [181.88, 108.914], "end": [181.88, 107.134], "type": "segment", "width": 0.15}, {"start": [181.88, 107.134], "end": [183.88, 107.134], "type": "segment", "width": 0.15}, {"start": [183.88, 107.134], "end": [183.88, 108.914], "type": "segment", "width": 0.15}, {"start": [183.88, 108.914], "end": [181.88, 108.914], "type": "segment", "width": 0.15}, {"start": [179.79999999999998, 114.214], "end": [180.88, 114.214], "type": "segment", "width": 0.15}, {"start": [175.79999999999998, 114.214], "end": [175.06, 114.214], "type": "segment", "width": 0.15}, {"start": [175.06, 114.214], "end": [175.06, 108.914], "type": "segment", "width": 0.15}, {"start": [175.06, 108.914], "end": [185.62, 108.914], "type": "segment", "width": 0.15}, {"start": [185.62, 108.914], "end": [185.62, 114.214], "type": "segment", "width": 0.15}, {"start": [185.62, 114.214], "end": [184.88, 114.214], "type": "segment", "width": 0.15}, {"start": [177.79999999999998, 106.714], "end": [178.1, 106.11399999999999], "type": "segment", "width": 0.15}, {"start": [178.1, 106.11399999999999], "end": [177.5, 106.11399999999999], "type": "segment", "width": 0.15}, {"start": [177.5, 106.11399999999999], "end": [177.79999999999998, 106.714], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "P6", "thickness": 0.09999999999999999, "ref": 1, "pos": [187.833, 116.45899999999999], "height": 0.5}, {"start": [190.83499999999998, 106.11399999999999], "end": [191.135, 106.714], "type": "segment", "width": 0.15}, {"start": [191.435, 106.11399999999999], "end": [190.83499999999998, 106.11399999999999], "type": "segment", "width": 0.15}, {"start": [191.135, 106.714], "end": [191.435, 106.11399999999999], "type": "segment", "width": 0.15}, {"start": [198.95499999999998, 114.214], "end": [198.215, 114.214], "type": "segment", "width": 0.15}, {"start": [198.95499999999998, 108.914], "end": [198.95499999999998, 114.214], "type": "segment", "width": 0.15}, {"start": [188.39499999999998, 108.914], "end": [198.95499999999998, 108.914], "type": "segment", "width": 0.15}, {"start": [188.39499999999998, 114.214], "end": [188.39499999999998, 108.914], "type": "segment", "width": 0.15}, {"start": [189.135, 114.214], "end": [188.39499999999998, 114.214], "type": "segment", "width": 0.15}, {"start": [193.135, 114.214], "end": [194.215, 114.214], "type": "segment", "width": 0.15}, {"start": [197.215, 108.914], "end": [195.215, 108.914], "type": "segment", "width": 0.15}, {"start": [197.215, 107.134], "end": [197.215, 108.914], "type": "segment", "width": 0.15}, {"start": [195.215, 107.134], "end": [197.215, 107.134], "type": "segment", "width": 0.15}, {"start": [195.215, 108.914], "end": [195.215, 107.134], "type": "segment", "width": 0.15}, {"start": [192.135, 108.914], "end": [190.135, 108.914], "type": "segment", "width": 0.15}, {"start": [192.135, 107.134], "end": [192.135, 108.914], "type": "segment", "width": 0.15}, {"start": [190.135, 107.134], "end": [192.135, 107.134], "type": "segment", "width": 0.15}, {"start": [190.135, 108.914], "end": [190.135, 107.134], "type": "segment", "width": 0.15}, {"start": [192.135, 107.914], "end": [195.215, 107.914], "type": "segment", "width": 0.15}, {"start": [199.83499999999998, 107.914], "end": [197.295, 107.914], "type": "segment", "width": 0.15}, {"start": [187.515, 107.914], "end": [190.05499999999998, 107.914], "type": "segment", "width": 0.15}, {"start": [199.83499999999998, 107.134], "end": [187.515, 107.134], "type": "segment", "width": 0.15}, {"start": [199.83499999999998, 115.89399999999999], "end": [199.83499999999998, 107.134], "type": "segment", "width": 0.15}, {"start": [187.515, 115.89399999999999], "end": [199.83499999999998, 115.89399999999999], "type": "segment", "width": 0.15}, {"start": [187.515, 107.134], "end": [187.515, 115.89399999999999], "type": "segment", "width": 0.15}, {"width": 0.15, "endangle": 140.47736872882888, "start": [196.215, 112.564], "radius": 2.592778, "startangle": 39.97736872882888, "type": "arc"}, {"width": 0.15, "endangle": 140.47736872882888, "start": [191.135, 112.564], "radius": 2.592778, "startangle": 39.97736872882888, "type": "arc"}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "P7", "thickness": 0.09999999999999999, "ref": 1, "pos": [97.271, 129.11499999999998], "height": 0.5}, {"start": [96.393, 115.951], "end": [96.393, 128.65099999999998], "type": "segment", "width": 0.15}, {"start": [101.473, 115.951], "end": [96.393, 115.951], "type": "segment", "width": 0.15}, {"start": [96.393, 128.65099999999998], "end": [101.473, 128.65099999999998], "type": "segment", "width": 0.15}, {"start": [102.997, 118.237], "end": [101.473, 118.237], "type": "segment", "width": 0.15}, {"start": [102.997, 126.365], "end": [102.997, 118.237], "type": "segment", "width": 0.15}, {"start": [101.473, 126.365], "end": [102.997, 126.365], "type": "segment", "width": 0.15}, {"start": [101.473, 128.65099999999998], "end": [101.473, 126.365], "type": "segment", "width": 0.15}, {"start": [101.473, 125.857], "end": [101.473, 125.34899999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 124.841], "end": [101.473, 124.333], "type": "segment", "width": 0.15}, {"start": [101.473, 123.82499999999999], "end": [101.473, 123.317], "type": "segment", "width": 0.15}, {"start": [101.473, 122.809], "end": [101.473, 122.30099999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 121.79299999999999], "end": [101.473, 121.285], "type": "segment", "width": 0.15}, {"start": [101.473, 120.777], "end": [101.473, 120.26899999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 119.761], "end": [101.473, 119.253], "type": "segment", "width": 0.15}, {"start": [101.473, 118.74499999999999], "end": [101.473, 118.491], "type": "segment", "width": 0.15}, {"start": [101.473, 118.237], "end": [101.473, 115.951], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "P8", "thickness": 0.09999999999999999, "ref": 1, "pos": [97.271, 115.526], "height": 0.5}, {"start": [96.393, 102.362], "end": [96.393, 115.062], "type": "segment", "width": 0.15}, {"start": [101.473, 102.362], "end": [96.393, 102.362], "type": "segment", "width": 0.15}, {"start": [96.393, 115.062], "end": [101.473, 115.062], "type": "segment", "width": 0.15}, {"start": [102.997, 104.648], "end": [101.473, 104.648], "type": "segment", "width": 0.15}, {"start": [102.997, 112.776], "end": [102.997, 104.648], "type": "segment", "width": 0.15}, {"start": [101.473, 112.776], "end": [102.997, 112.776], "type": "segment", "width": 0.15}, {"start": [101.473, 115.062], "end": [101.473, 112.776], "type": "segment", "width": 0.15}, {"start": [101.473, 112.268], "end": [101.473, 111.75999999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 111.252], "end": [101.473, 110.744], "type": "segment", "width": 0.15}, {"start": [101.473, 110.23599999999999], "end": [101.473, 109.728], "type": "segment", "width": 0.15}, {"start": [101.473, 109.22], "end": [101.473, 108.71199999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 108.204], "end": [101.473, 107.696], "type": "segment", "width": 0.15}, {"start": [101.473, 107.18799999999999], "end": [101.473, 106.67999999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 106.172], "end": [101.473, 105.664], "type": "segment", "width": 0.15}, {"start": [101.473, 105.15599999999999], "end": [101.473, 104.902], "type": "segment", "width": 0.15}, {"start": [101.473, 104.648], "end": [101.473, 102.362], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "P9", "thickness": 0.09999999999999999, "ref": 1, "pos": [97.271, 88.60199999999999], "height": 0.5}, {"start": [96.393, 75.438], "end": [96.393, 88.13799999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 75.438], "end": [96.393, 75.438], "type": "segment", "width": 0.15}, {"start": [96.393, 88.13799999999999], "end": [101.473, 88.13799999999999], "type": "segment", "width": 0.15}, {"start": [102.997, 77.72399999999999], "end": [101.473, 77.72399999999999], "type": "segment", "width": 0.15}, {"start": [102.997, 85.85199999999999], "end": [102.997, 77.72399999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 85.85199999999999], "end": [102.997, 85.85199999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 88.13799999999999], "end": [101.473, 85.85199999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 85.344], "end": [101.473, 84.836], "type": "segment", "width": 0.15}, {"start": [101.473, 84.328], "end": [101.473, 83.82], "type": "segment", "width": 0.15}, {"start": [101.473, 83.312], "end": [101.473, 82.804], "type": "segment", "width": 0.15}, {"start": [101.473, 82.29599999999999], "end": [101.473, 81.788], "type": "segment", "width": 0.15}, {"start": [101.473, 81.28], "end": [101.473, 80.77199999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 80.264], "end": [101.473, 79.756], "type": "segment", "width": 0.15}, {"start": [101.473, 79.24799999999999], "end": [101.473, 78.74], "type": "segment", "width": 0.15}, {"start": [101.473, 78.232], "end": [101.473, 77.978], "type": "segment", "width": 0.15}, {"start": [101.473, 77.72399999999999], "end": [101.473, 75.438], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "P10", "thickness": 0.09999999999999999, "ref": 1, "pos": [97.271, 102.064], "height": 0.5}, {"start": [101.473, 91.18599999999999], "end": [101.473, 88.89999999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 91.694], "end": [101.473, 91.44], "type": "segment", "width": 0.15}, {"start": [101.473, 92.71], "end": [101.473, 92.202], "type": "segment", "width": 0.15}, {"start": [101.473, 93.726], "end": [101.473, 93.21799999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 94.74199999999999], "end": [101.473, 94.234], "type": "segment", "width": 0.15}, {"start": [101.473, 95.758], "end": [101.473, 95.25], "type": "segment", "width": 0.15}, {"start": [101.473, 96.774], "end": [101.473, 96.26599999999999], "type": "segment", "width": 0.15}, {"start": [101.473, 97.78999999999999], "end": [101.473, 97.282], "type": "segment", "width": 0.15}, {"start": [101.473, 98.806], "end": [101.473, 98.298], "type": "segment", "width": 0.15}, {"start": [101.473, 101.6], "end": [101.473, 99.314], "type": "segment", "width": 0.15}, {"start": [101.473, 99.314], "end": [102.997, 99.314], "type": "segment", "width": 0.15}, {"start": [102.997, 99.314], "end": [102.997, 91.18599999999999], "type": "segment", "width": 0.15}, {"start": [102.997, 91.18599999999999], "end": [101.473, 91.18599999999999], "type": "segment", "width": 0.15}, {"start": [96.393, 101.6], "end": [101.473, 101.6], "type": "segment", "width": 0.15}, {"start": [101.473, 88.89999999999999], "end": [96.393, 88.89999999999999], "type": "segment", "width": 0.15}, {"start": [96.393, 88.89999999999999], "end": [96.393, 101.6], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Q1", "thickness": 0.09999999999999999, "ref": 1, "pos": [123.952, 69.088], "height": 0.5}, {"start": [124.262, 69.471], "end": [124.262, 70.931], "type": "segment", "width": 0.12}, {"start": [121.10199999999999, 69.471], "end": [121.10199999999999, 71.631], "type": "segment", "width": 0.12}, {"start": [121.10199999999999, 69.471], "end": [122.032, 69.471], "type": "segment", "width": 0.12}, {"start": [124.262, 69.471], "end": [123.332, 69.471], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Q2", "thickness": 0.09999999999999999, "ref": 1, "pos": [129.79399999999998, 70.612], "height": 0.5}, {"start": [132.263, 70.99499999999999], "end": [131.333, 70.99499999999999], "type": "segment", "width": 0.12}, {"start": [129.10299999999998, 70.99499999999999], "end": [130.033, 70.99499999999999], "type": "segment", "width": 0.12}, {"start": [129.10299999999998, 70.99499999999999], "end": [129.10299999999998, 73.155], "type": "segment", "width": 0.12}, {"start": [132.263, 70.99499999999999], "end": [132.263, 72.455], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Q3", "thickness": 0.09999999999999999, "ref": 1, "pos": [174.498, 100.20299999999999], "height": 0.5}, {"start": [181.827, 101.505], "end": [182.027, 101.505], "type": "segment", "width": 0.15}, {"start": [182.027, 101.505], "end": [182.027, 105.505], "type": "segment", "width": 0.15}, {"start": [182.027, 105.505], "end": [181.827, 105.505], "type": "segment", "width": 0.15}, {"start": [174.027, 105.10499999999999], "end": [173.827, 105.10499999999999], "type": "segment", "width": 0.15}, {"start": [173.827, 105.10499999999999], "end": [173.827, 105.705], "type": "segment", "width": 0.15}, {"start": [173.827, 105.705], "end": [174.027, 105.705], "type": "segment", "width": 0.15}, {"start": [174.027, 103.80499999999999], "end": [173.827, 103.80499999999999], "type": "segment", "width": 0.15}, {"start": [173.827, 103.80499999999999], "end": [173.827, 104.405], "type": "segment", "width": 0.15}, {"start": [173.827, 104.405], "end": [174.027, 104.405], "type": "segment", "width": 0.15}, {"start": [174.027, 102.60499999999999], "end": [173.827, 102.60499999999999], "type": "segment", "width": 0.15}, {"start": [173.827, 102.60499999999999], "end": [173.827, 103.205], "type": "segment", "width": 0.15}, {"start": [173.827, 103.205], "end": [174.027, 103.205], "type": "segment", "width": 0.15}, {"start": [174.027, 101.30499999999999], "end": [173.827, 101.30499999999999], "type": "segment", "width": 0.15}, {"start": [173.827, 101.30499999999999], "end": [173.827, 101.905], "type": "segment", "width": 0.15}, {"start": [173.827, 101.905], "end": [174.027, 101.905], "type": "segment", "width": 0.15}, {"start": [181.827, 100.705], "end": [181.827, 106.30499999999999], "type": "segment", "width": 0.15}, {"start": [181.827, 106.30499999999999], "end": [174.027, 106.30499999999999], "type": "segment", "width": 0.15}, {"start": [174.027, 106.30499999999999], "end": [174.027, 100.705], "type": "segment", "width": 0.15}, {"start": [174.027, 100.705], "end": [181.827, 100.705], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Q4", "thickness": 0.09999999999999999, "ref": 1, "pos": [188.468, 100.20299999999999], "height": 0.5}, {"start": [187.99699999999999, 100.705], "end": [195.797, 100.705], "type": "segment", "width": 0.15}, {"start": [187.99699999999999, 106.30499999999999], "end": [187.99699999999999, 100.705], "type": "segment", "width": 0.15}, {"start": [195.797, 106.30499999999999], "end": [187.99699999999999, 106.30499999999999], "type": "segment", "width": 0.15}, {"start": [195.797, 100.705], "end": [195.797, 106.30499999999999], "type": "segment", "width": 0.15}, {"start": [187.797, 101.905], "end": [187.99699999999999, 101.905], "type": "segment", "width": 0.15}, {"start": [187.797, 101.30499999999999], "end": [187.797, 101.905], "type": "segment", "width": 0.15}, {"start": [187.99699999999999, 101.30499999999999], "end": [187.797, 101.30499999999999], "type": "segment", "width": 0.15}, {"start": [187.797, 103.205], "end": [187.99699999999999, 103.205], "type": "segment", "width": 0.15}, {"start": [187.797, 102.60499999999999], "end": [187.797, 103.205], "type": "segment", "width": 0.15}, {"start": [187.99699999999999, 102.60499999999999], "end": [187.797, 102.60499999999999], "type": "segment", "width": 0.15}, {"start": [187.797, 104.405], "end": [187.99699999999999, 104.405], "type": "segment", "width": 0.15}, {"start": [187.797, 103.80499999999999], "end": [187.797, 104.405], "type": "segment", "width": 0.15}, {"start": [187.99699999999999, 103.80499999999999], "end": [187.797, 103.80499999999999], "type": "segment", "width": 0.15}, {"start": [187.797, 105.705], "end": [187.99699999999999, 105.705], "type": "segment", "width": 0.15}, {"start": [187.797, 105.10499999999999], "end": [187.797, 105.705], "type": "segment", "width": 0.15}, {"start": [187.99699999999999, 105.10499999999999], "end": [187.797, 105.10499999999999], "type": "segment", "width": 0.15}, {"start": [195.99699999999999, 105.505], "end": [195.797, 105.505], "type": "segment", "width": 0.15}, {"start": [195.99699999999999, 101.505], "end": [195.99699999999999, 105.505], "type": "segment", "width": 0.15}, {"start": [195.797, 101.505], "end": [195.99699999999999, 101.505], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R1", "thickness": 0.09999999999999999, "ref": 1, "pos": [120.37299999999999, 71.50099999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R2", "thickness": 0.09999999999999999, "ref": 1, "pos": [128.397, 73.40599999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R3", "thickness": 0.09999999999999999, "ref": 1, "pos": [119.253, 71.50099999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R4", "thickness": 0.09999999999999999, "ref": 1, "pos": [126.49199999999999, 72.136], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R5", "thickness": 0.09999999999999999, "ref": 1, "pos": [120.142, 68.326], "height": 0.5}, {"start": [119.759, 66.710779], "end": [119.759, 66.385221], "type": "segment", "width": 0.12}, {"start": [120.779, 66.710779], "end": [120.779, 66.385221], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R6", "thickness": 0.09999999999999999, "ref": 1, "pos": [128.905, 67.564], "height": 0.5}, {"start": [129.792, 66.512221], "end": [129.792, 66.837779], "type": "segment", "width": 0.12}, {"start": [130.81199999999998, 66.512221], "end": [130.81199999999998, 66.837779], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R7", "thickness": 0.09999999999999999, "ref": 1, "pos": [127.889, 66.548], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R8", "thickness": 0.09999999999999999, "ref": 1, "pos": [132.588, 73.152], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R9", "thickness": 0.09999999999999999, "ref": 1, "pos": [125.476, 68.072], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R10", "thickness": 0.09999999999999999, "ref": 1, "pos": [134.493, 70.35799999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R11", "thickness": 0.09999999999999999, "ref": 1, "pos": [179.32399999999998, 118.999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R12", "thickness": 0.09999999999999999, "ref": 1, "pos": [180.46699999999998, 119.12599999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R13", "thickness": 0.09999999999999999, "ref": 1, "pos": [181.60999999999999, 118.999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R14", "thickness": 0.09999999999999999, "ref": 1, "pos": [189.357, 118.999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R15", "thickness": 0.09999999999999999, "ref": 1, "pos": [190.5, 118.999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R16", "thickness": 0.09999999999999999, "ref": 1, "pos": [191.76999999999998, 118.999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R17", "thickness": 0.09999999999999999, "ref": 1, "pos": [143.76399999999998, 106.553], "height": 0.5}, {"start": [141.31522099999998, 106.04299999999999], "end": [141.64077899999998, 106.04299999999999], "type": "segment", "width": 0.12}, {"start": [141.31522099999998, 107.06299999999999], "end": [141.64077899999998, 107.06299999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R18", "thickness": 0.09999999999999999, "ref": 1, "pos": [114.93499999999999, 68.199], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R19", "thickness": 0.09999999999999999, "ref": 1, "pos": [129.667, 117.348], "height": 0.5}, {"start": [129.15699999999998, 119.217221], "end": [129.15699999999998, 119.542779], "type": "segment", "width": 0.12}, {"start": [130.177, 119.217221], "end": [130.177, 119.542779], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R20", "thickness": 0.09999999999999999, "ref": 1, "pos": [128.397, 117.0685], "height": 0.5}, {"start": [127.75999999999999, 119.542779], "end": [127.75999999999999, 119.217221], "type": "segment", "width": 0.12}, {"start": [128.78, 119.542779], "end": [128.78, 119.217221], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R21", "thickness": 0.09999999999999999, "ref": 1, "pos": [133.98499999999999, 117.60199999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R22", "thickness": 0.09999999999999999, "ref": 1, "pos": [145.796, 70.231], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R23", "thickness": 0.09999999999999999, "ref": 1, "pos": [149.09799999999998, 70.231], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R24", "thickness": 0.09999999999999999, "ref": 1, "pos": [168.783, 70.231], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R25", "thickness": 0.09999999999999999, "ref": 1, "pos": [168.783, 68.072], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R26", "thickness": 0.09999999999999999, "ref": 1, "pos": [165.608, 73.47], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R27", "thickness": 0.09999999999999999, "ref": 1, "pos": [165.73499999999999, 74.54899999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R28", "thickness": 0.09999999999999999, "ref": 1, "pos": [155.702, 116.967], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R29", "thickness": 0.09999999999999999, "ref": 1, "pos": [155.783, 117.98299999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R30", "thickness": 0.09999999999999999, "ref": 1, "pos": [168.783, 77.15299999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R32", "thickness": 0.09999999999999999, "ref": 1, "pos": [169.706, 77.216], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R33", "thickness": 0.09999999999999999, "ref": 1, "pos": [168.783, 69.215], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R34", "thickness": 0.09999999999999999, "ref": 1, "pos": [165.608, 67.056], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R36", "thickness": 0.09999999999999999, "ref": 1, "pos": [173.632, 68.834], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R37", "thickness": 0.09999999999999999, "ref": 1, "pos": [177.927, 70.866], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R38", "thickness": 0.09999999999999999, "ref": 1, "pos": [177.673, 68.857], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R39", "thickness": 0.09999999999999999, "ref": 1, "pos": [175.006, 72.771], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R40", "thickness": 0.09999999999999999, "ref": 1, "pos": [175.26, 70.993], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R41", "thickness": 0.09999999999999999, "ref": 1, "pos": [152.4, 70.231], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R42", "thickness": 0.09999999999999999, "ref": 1, "pos": [142.62099999999998, 70.231], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R43", "thickness": 0.09999999999999999, "ref": 1, "pos": [172.212, 102.743], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R44", "thickness": 0.09999999999999999, "ref": 1, "pos": [172.339, 105.029], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R45", "thickness": 0.09999999999999999, "ref": 1, "pos": [173.101, 116.205], "height": 0.5}, {"start": [172.59099999999998, 113.756221], "end": [172.59099999999998, 114.081779], "type": "segment", "width": 0.12}, {"start": [173.611, 113.756221], "end": [173.611, 114.081779], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R46", "thickness": 0.09999999999999999, "ref": 1, "pos": [186.944, 100.838], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R47", "thickness": 0.09999999999999999, "ref": 1, "pos": [187.071, 106.29899999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R48", "thickness": 0.09999999999999999, "ref": 1, "pos": [197.358, 120.777], "height": 0.5}, {"start": [197.195221, 119.950052], "end": [197.520779, 119.950052], "type": "segment", "width": 0.12}, {"start": [197.195221, 118.93005199999999], "end": [197.520779, 118.93005199999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R49", "thickness": 0.09999999999999999, "ref": 1, "pos": [161.036, 84.836], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R50", "thickness": 0.09999999999999999, "ref": 1, "pos": [155.82899999999998, 84.836], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R51", "thickness": 0.09999999999999999, "ref": 1, "pos": [151.003, 91.059], "height": 0.5}, {"start": [154.986, 93.082064], "end": [154.986, 88.977936], "type": "segment", "width": 0.12}, {"start": [151.566, 93.082064], "end": [151.566, 88.977936], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R52", "thickness": 0.09999999999999999, "ref": 1, "pos": [155.702, 88.392], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R53", "thickness": 0.09999999999999999, "ref": 1, "pos": [156.464, 88.392], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R54", "thickness": 0.09999999999999999, "ref": 1, "pos": [106.172, 67.564], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R55", "thickness": 0.09999999999999999, "ref": 1, "pos": [103.25099999999999, 67.945], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R56", "thickness": 0.09999999999999999, "ref": 1, "pos": [102.10799999999999, 67.818], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R57", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.53699999999999, 67.691], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R58", "thickness": 0.09999999999999999, "ref": 1, "pos": [100.838, 67.691], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R59", "thickness": 0.09999999999999999, "ref": 1, "pos": [152.146, 77.597], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R60", "thickness": 0.09999999999999999, "ref": 1, "pos": [152.019, 86.99499999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R61", "thickness": 0.09999999999999999, "ref": 1, "pos": [154.686, 86.99499999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R62", "thickness": 0.09999999999999999, "ref": 1, "pos": [154.178, 77.597], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R63", "thickness": 0.09999999999999999, "ref": 1, "pos": [155.06699999999998, 70.231], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R64", "thickness": 0.09999999999999999, "ref": 1, "pos": [129.03199999999998, 90.04299999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R65", "thickness": 0.09999999999999999, "ref": 1, "pos": [108.27799999999999, 113.411], "height": 0.5}, {"start": [109.151, 116.137], "end": [107.151, 116.137], "type": "segment", "width": 0.15}, {"start": [107.151, 113.987], "end": [109.151, 113.987], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R66", "thickness": 0.09999999999999999, "ref": 1, "pos": [108.27799999999999, 101.229], "height": 0.5}, {"start": [109.151, 103.955], "end": [107.151, 103.955], "type": "segment", "width": 0.15}, {"start": [107.151, 101.80499999999999], "end": [109.151, 101.80499999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R67", "thickness": 0.09999999999999999, "ref": 1, "pos": [106.553, 109.982], "height": 0.5}, {"start": [107.077, 110.431], "end": [109.077, 110.431], "type": "segment", "width": 0.15}, {"start": [109.077, 112.58099999999999], "end": [107.077, 112.58099999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R68", "thickness": 0.09999999999999999, "ref": 1, "pos": [106.68253999999999, 97.82302], "height": 0.5}, {"start": [107.077, 98.249], "end": [109.077, 98.249], "type": "segment", "width": 0.15}, {"start": [109.077, 100.399], "end": [107.077, 100.399], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R69", "thickness": 0.09999999999999999, "ref": 1, "pos": [160.528, 71.88199999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R70", "thickness": 0.09999999999999999, "ref": 1, "pos": [163.957, 66.03999999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R73", "thickness": 0.09999999999999999, "ref": 1, "pos": [108.151, 76.7552], "height": 0.5}, {"start": [109.151, 79.317], "end": [107.151, 79.317], "type": "segment", "width": 0.15}, {"start": [107.151, 77.167], "end": [109.151, 77.167], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R74", "thickness": 0.09999999999999999, "ref": 1, "pos": [108.151, 89.03699999999999], "height": 0.5}, {"start": [107.151, 89.613], "end": [109.151, 89.613], "type": "segment", "width": 0.15}, {"start": [109.151, 91.76299999999999], "end": [107.151, 91.76299999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R75", "thickness": 0.09999999999999999, "ref": 1, "pos": [105.53699999999999, 74.422], "height": 0.5}, {"start": [107.077, 73.61099999999999], "end": [109.077, 73.61099999999999], "type": "segment", "width": 0.15}, {"start": [109.077, 75.761], "end": [107.077, 75.761], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R76", "thickness": 0.09999999999999999, "ref": 1, "pos": [106.66476, 85.72246], "height": 0.5}, {"start": [109.077, 88.207], "end": [107.077, 88.207], "type": "segment", "width": 0.15}, {"start": [107.077, 86.057], "end": [109.077, 86.057], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R79", "thickness": 0.09999999999999999, "ref": 1, "pos": [122.428, 122.428], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R80", "thickness": 0.09999999999999999, "ref": 1, "pos": [149.987, 91.44], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R81", "thickness": 0.09999999999999999, "ref": 1, "pos": [119.761, 122.30099999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R85", "thickness": 0.09999999999999999, "ref": 1, "pos": [125.095, 111.75999999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R86", "thickness": 0.09999999999999999, "ref": 1, "pos": [143.637, 99.949], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R87", "thickness": 0.09999999999999999, "ref": 1, "pos": [139.446, 111.633], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R88", "thickness": 0.09999999999999999, "ref": 1, "pos": [139.7, 112.90299999999999], "height": 0.5}, {"start": [141.569221, 113.413], "end": [141.894779, 113.413], "type": "segment", "width": 0.12}, {"start": [141.569221, 112.393], "end": [141.894779, 112.393], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R89", "thickness": 0.09999999999999999, "ref": 1, "pos": [144.14499999999998, 70.208], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R90", "thickness": 0.09999999999999999, "ref": 1, "pos": [147.447, 70.231], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R91", "thickness": 0.09999999999999999, "ref": 1, "pos": [150.749, 70.231], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R92", "thickness": 0.09999999999999999, "ref": 1, "pos": [139.446, 110.61699999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R93", "thickness": 0.09999999999999999, "ref": 1, "pos": [153.797, 70.231], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R94", "thickness": 0.09999999999999999, "ref": 1, "pos": [180.213, 77.851], "height": 0.5}, {"start": [180.72299999999998, 76.235779], "end": [180.72299999999998, 75.91022099999999], "type": "segment", "width": 0.12}, {"start": [179.703, 76.235779], "end": [179.703, 75.91022099999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R95", "thickness": 0.09999999999999999, "ref": 1, "pos": [178.689, 63.881], "height": 0.5}, {"start": [178.179, 66.304279], "end": [178.179, 65.978721], "type": "segment", "width": 0.12}, {"start": [179.19899999999998, 66.304279], "end": [179.19899999999998, 65.978721], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U3", "thickness": 0.09999999999999999, "ref": 1, "pos": [160.147, 85.979], "height": 0.5}, {"width": 0.0, "endangle": 265.9353419903057, "start": [159.87564, 88.862284], "radius": 0.296831, "startangle": 220.9353419903057, "type": "arc"}, {"width": 0.0, "endangle": 139.0648063233735, "start": [159.87564, 88.879716], "radius": 0.296829, "startangle": 94.06480632337349, "type": "arc"}, {"start": [159.8546, 88.5662], "end": [159.8546, 87.3724], "type": "segment", "width": 0.15239999999999998}, {"start": [159.8546, 89.1758], "end": [159.8546, 88.5662], "type": "segment", "width": 0.15239999999999998}, {"start": [159.8546, 90.36959999999999], "end": [159.8546, 89.1758], "type": "segment", "width": 0.15239999999999998}, {"start": [156.85739999999998, 87.3724], "end": [156.85739999999998, 90.36959999999999], "type": "segment", "width": 0.15239999999999998}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U4", "thickness": 0.09999999999999999, "ref": 1, "pos": [156.337, 109.85499999999999], "height": 0.5}, {"start": [163.10399999999998, 110.598], "end": [157.094, 110.598], "type": "segment", "width": 0.12}, {"start": [160.85399999999998, 103.77799999999999], "end": [157.094, 103.77799999999999], "type": "segment", "width": 0.12}, {"start": [157.094, 110.598], "end": [157.094, 109.338], "type": "segment", "width": 0.12}, {"start": [157.094, 103.77799999999999], "end": [157.094, 105.038], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U5", "thickness": 0.09999999999999999, "ref": 1, "pos": [150.749, 80.39099999999999], "height": 0.5}, {"start": [155.285, 83.604], "end": [155.285, 80.704], "type": "segment", "width": 0.12}, {"start": [150.785, 81.304], "end": [150.785, 84.304], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U10", "thickness": 0.09999999999999999, "ref": 1, "pos": [131.445, 83.05799999999999], "height": 0.5}, {"start": [133.367001, 97.291001], "end": [133.367001, 98.816001], "type": "segment", "width": 0.15}, {"start": [132.71700099999998, 83.041001], "end": [132.71700099999998, 83.801001], "type": "segment", "width": 0.15}, {"start": [146.96700099999998, 83.041001], "end": [146.96700099999998, 83.801001], "type": "segment", "width": 0.15}, {"start": [146.96700099999998, 97.291001], "end": [146.96700099999998, 96.53100099999999], "type": "segment", "width": 0.15}, {"start": [132.71700099999998, 97.291001], "end": [132.71700099999998, 96.53100099999999], "type": "segment", "width": 0.15}, {"start": [146.96700099999998, 97.291001], "end": [146.207001, 97.291001], "type": "segment", "width": 0.15}, {"start": [146.96700099999998, 83.041001], "end": [146.207001, 83.041001], "type": "segment", "width": 0.15}, {"start": [132.71700099999998, 83.041001], "end": [133.477001, 83.041001], "type": "segment", "width": 0.15}, {"start": [132.71700099999998, 97.291001], "end": [133.367001, 97.291001], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U11", "thickness": 0.09999999999999999, "ref": 1, "pos": [162.941, 118.237], "height": 0.5}, {"start": [158.838, 118.871], "end": [157.488, 118.871], "type": "segment", "width": 0.15}, {"start": [158.838, 122.021], "end": [163.488, 122.021], "type": "segment", "width": 0.15}, {"start": [158.838, 118.771], "end": [163.488, 118.771], "type": "segment", "width": 0.15}, {"start": [158.838, 122.021], "end": [158.838, 121.821], "type": "segment", "width": 0.15}, {"start": [163.488, 122.021], "end": [163.488, 121.821], "type": "segment", "width": 0.15}, {"start": [163.488, 118.771], "end": [163.488, 118.97099999999999], "type": "segment", "width": 0.15}, {"start": [158.838, 118.771], "end": [158.838, 118.871], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U12", "thickness": 0.09999999999999999, "ref": 1, "pos": [144.14499999999998, 107.442], "height": 0.5}, {"start": [145.045, 107.991], "end": [142.595, 107.991], "type": "segment", "width": 0.12}, {"start": [143.245, 111.211], "end": [145.045, 111.211], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Y2", "thickness": 0.09999999999999999, "ref": 1, "pos": [139.7, 104.902], "height": 0.5}, {"start": [141.6, 101.624], "end": [141.6, 102.324], "type": "segment", "width": 0.19999999999999998}, {"start": [140.79999999999998, 101.624], "end": [141.6, 101.624], "type": "segment", "width": 0.19999999999999998}, {"start": [138.1, 102.92399999999999], "end": [138.1, 103.324], "type": "segment", "width": 0.19999999999999998}, {"start": [140.1, 104.324], "end": [139.29999999999998, 104.324], "type": "segment", "width": 0.19999999999999998}, {"start": [141.29999999999998, 102.92399999999999], "end": [141.29999999999998, 103.324], "type": "segment", "width": 0.19999999999999998}, {"start": [139.29999999999998, 101.92399999999999], "end": [140.1, 101.92399999999999], "type": "segment", "width": 0.19999999999999998}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C8", "thickness": 0.09999999999999999, "ref": 1, "pos": [168.275, 118.491], "height": 0.5}, {"start": [168.437779, 118.997], "end": [168.112221, 118.997], "type": "segment", "width": 0.12}, {"start": [168.437779, 120.017], "end": [168.112221, 120.017], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R77", "thickness": 0.09999999999999999, "ref": 1, "pos": [197.231, 117.475], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R78", "thickness": 0.09999999999999999, "ref": 1, "pos": [171.958, 120.777], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R82", "thickness": 0.09999999999999999, "ref": 1, "pos": [166.878, 120.64999999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "TH1", "thickness": 0.09999999999999999, "ref": 1, "pos": [197.358, 116.45899999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "J23", "thickness": 0.09999999999999999, "ref": 1, "pos": [175.26, 122.68199999999999], "height": 0.5}, {"start": [151.94, 123.184], "end": [151.94, 128.98399999999998], "type": "segment", "width": 0.25}, {"start": [151.94, 128.98399999999998], "end": [175.94, 128.98399999999998], "type": "segment", "width": 0.25}, {"start": [175.94, 128.98399999999998], "end": [175.94, 123.184], "type": "segment", "width": 0.25}, {"start": [160.54999999999998, 122.28399999999999], "end": [167.32999999999998, 122.28399999999999], "type": "segment", "width": 0.25}, {"start": [151.94, 123.184], "end": [160.54999999999998, 123.184], "type": "segment", "width": 0.25}, {"start": [175.94, 123.184], "end": [167.32999999999998, 123.184], "type": "segment", "width": 0.25}, {"start": [160.54999999999998, 122.28399999999999], "end": [160.54999999999998, 123.184], "type": "segment", "width": 0.25}, {"start": [167.32999999999998, 122.28399999999999], "end": [167.32999999999998, 123.184], "type": "segment", "width": 0.25}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R83", "thickness": 0.09999999999999999, "ref": 1, "pos": [159.385, 122.55499999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "J20", "thickness": 0.09999999999999999, "ref": 1, "pos": [143.38299999999998, 128.65099999999998], "height": 0.5}, {"start": [144.605, 116.079], "end": [151.305, 116.079], "type": "segment", "width": 0.15}, {"start": [151.305, 116.079], "end": [151.305, 129.579], "type": "segment", "width": 0.15}, {"start": [151.305, 129.579], "end": [144.605, 129.579], "type": "segment", "width": 0.15}, {"start": [144.45499999999998, 129.579], "end": [144.45499999999998, 116.079], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C41", "thickness": 0.09999999999999999, "ref": 1, "pos": [156.337, 70.231], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L11", "thickness": 0.09999999999999999, "ref": 1, "pos": [166.878, 121.79299999999999], "height": 0.5}, {"start": [168.874221, 121.664], "end": [169.19977899999998, 121.664], "type": "segment", "width": 0.12}, {"start": [168.874221, 122.684], "end": [169.19977899999998, 122.684], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R84", "thickness": 0.09999999999999999, "ref": 1, "pos": [181.483, 77.851], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R96", "thickness": 0.09999999999999999, "ref": 1, "pos": [180.08599999999998, 63.881], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C49", "thickness": 0.09999999999999999, "ref": 1, "pos": [156.59099999999998, 118.999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C86", "thickness": 0.09999999999999999, "ref": 1, "pos": [177.41899999999998, 76.327], "height": 0.5}, {"start": [176.816936, 75.84], "end": [178.021064, 75.84], "type": "segment", "width": 0.12}, {"start": [176.816936, 74.02], "end": [178.021064, 74.02], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C51", "thickness": 0.09999999999999999, "ref": 1, "pos": [122.809, 67.945], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C62", "thickness": 0.09999999999999999, "ref": 1, "pos": [139.065, 70.104], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C92", "thickness": 0.09999999999999999, "ref": 1, "pos": [110.23599999999999, 120.396], "height": 0.5}, {"start": [110.83806399999999, 118.089], "end": [109.63393599999999, 118.089], "type": "segment", "width": 0.12}, {"start": [110.83806399999999, 119.90899999999999], "end": [109.63393599999999, 119.90899999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C93", "thickness": 0.09999999999999999, "ref": 1, "pos": [110.744, 83.566], "height": 0.5}, {"start": [111.22206399999999, 83.079], "end": [110.01793599999999, 83.079], "type": "segment", "width": 0.12}, {"start": [111.22206399999999, 81.259], "end": [110.01793599999999, 81.259], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C121", "thickness": 0.09999999999999999, "ref": 1, "pos": [110.871, 108.077], "height": 0.5}, {"start": [111.21606399999999, 107.58999999999999], "end": [110.01193599999999, 107.58999999999999], "type": "segment", "width": 0.12}, {"start": [111.21606399999999, 105.77], "end": [110.01193599999999, 105.77], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C122", "thickness": 0.09999999999999999, "ref": 1, "pos": [110.744, 95.631], "height": 0.5}, {"start": [111.21906399999999, 93.451], "end": [110.01493599999999, 93.451], "type": "segment", "width": 0.12}, {"start": [111.21906399999999, 95.271], "end": [110.01493599999999, 95.271], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C125", "thickness": 0.09999999999999999, "ref": 1, "pos": [139.573, 100.457], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C124", "thickness": 0.09999999999999999, "ref": 1, "pos": [163.322, 73.533], "height": 0.5}, {"start": [164.253, 73.999], "end": [161.403, 73.999], "type": "segment", "width": 0.12}, {"start": [155.533, 73.999], "end": [158.38299999999998, 73.999], "type": "segment", "width": 0.12}, {"start": [155.533, 81.654563], "end": [155.533, 73.999], "type": "segment", "width": 0.12}, {"start": [164.253, 81.654563], "end": [164.253, 73.999], "type": "segment", "width": 0.12}, {"start": [163.188563, 82.719], "end": [161.403, 82.719], "type": "segment", "width": 0.12}, {"start": [156.59743699999999, 82.719], "end": [158.38299999999998, 82.719], "type": "segment", "width": 0.12}, {"start": [156.59743699999999, 82.719], "end": [155.533, 81.654563], "type": "segment", "width": 0.12}, {"start": [163.188563, 82.719], "end": [164.253, 81.654563], "type": "segment", "width": 0.12}, {"start": [157.38299999999998, 83.959], "end": [157.38299999999998, 82.959], "type": "segment", "width": 0.12}, {"start": [156.88299999999998, 83.459], "end": [157.88299999999998, 83.459], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C123", "thickness": 0.09999999999999999, "ref": 1, "pos": [180.594, 72.136], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C126", "thickness": 0.09999999999999999, "ref": 1, "pos": [180.08599999999998, 73.533], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C127", "thickness": 0.09999999999999999, "ref": 1, "pos": [181.483, 66.167], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C128", "thickness": 0.09999999999999999, "ref": 1, "pos": [180.594, 69.85], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C129", "thickness": 0.09999999999999999, "ref": 1, "pos": [165.989, 60.705999999999996], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R71", "thickness": 0.09999999999999999, "ref": 1, "pos": [168.656, 65.151], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "X1", "thickness": 0.09999999999999999, "ref": 1, "pos": [167.132, 66.294], "height": 0.5}, {"start": [168.03199999999998, 62.208], "end": [168.56199999999998, 62.208], "type": "segment", "width": 0.12}, {"start": [168.56199999999998, 62.208], "end": [168.56199999999998, 65.80799999999999], "type": "segment", "width": 0.12}, {"start": [168.56199999999998, 65.80799999999999], "end": [168.03199999999998, 65.80799999999999], "type": "segment", "width": 0.12}, {"start": [165.492, 62.208], "end": [166.232, 62.208], "type": "segment", "width": 0.12}, {"start": [163.69199999999998, 66.048], "end": [163.69199999999998, 65.80799999999999], "type": "segment", "width": 0.12}, {"start": [163.69199999999998, 65.80799999999999], "end": [163.162, 65.80799999999999], "type": "segment", "width": 0.12}, {"start": [163.162, 65.80799999999999], "end": [163.162, 62.208], "type": "segment", "width": 0.12}, {"start": [163.162, 62.208], "end": [163.69199999999998, 62.208], "type": "segment", "width": 0.12}, {"start": [166.232, 65.80799999999999], "end": [165.492, 65.80799999999999], "type": "segment", "width": 0.12}, {"start": [165.492, 65.80799999999999], "end": [165.492, 66.048], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R72", "thickness": 0.09999999999999999, "ref": 1, "pos": [163.82999999999998, 60.705999999999996], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R97", "thickness": 0.09999999999999999, "ref": 1, "pos": [170.94199999999998, 77.216], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R98", "thickness": 0.09999999999999999, "ref": 1, "pos": [171.831, 77.216], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R99", "thickness": 0.09999999999999999, "ref": 1, "pos": [172.72, 77.47], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C102", "thickness": 0.09999999999999999, "ref": 1, "pos": [178.94299999999998, 68.199], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C103", "thickness": 0.09999999999999999, "ref": 1, "pos": [177.41899999999998, 72.64399999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L10", "thickness": 0.09999999999999999, "ref": 1, "pos": [174.879, 78.646], "height": 0.5}, {"start": [175.041779, 76.706], "end": [174.716221, 76.706], "type": "segment", "width": 0.12}, {"start": [175.041779, 77.726], "end": [174.716221, 77.726], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C48", "thickness": 0.09999999999999999, "ref": 1, "pos": [164.97299999999998, 72.26299999999999], "height": 0.5}, {"start": [167.517578, 71.553], "end": [167.000422, 71.553], "type": "segment", "width": 0.12}, {"start": [167.517578, 72.973], "end": [167.000422, 72.973], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "U2", "thickness": 0.09999999999999999, "ref": 1, "pos": [133.477, 105.791], "height": 0.5}, {"start": [132.942, 100.191], "end": [132.942, 105.041], "type": "segment", "width": 0.19999999999999998}, {"start": [132.942, 105.041], "end": [127.66199999999999, 105.041], "type": "segment", "width": 0.19999999999999998}, {"start": [127.66199999999999, 105.041], "end": [127.66199999999999, 100.191], "type": "segment", "width": 0.19999999999999998}, {"start": [127.66199999999999, 100.191], "end": [132.942, 100.191], "type": "segment", "width": 0.19999999999999998}, {"start": [132.882, 98.191], "end": [132.882, 99.841], "type": "segment", "width": 0.19999999999999998}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D1", "thickness": 0.09999999999999999, "ref": 1, "pos": [125.603, 72.009], "height": 0.5}, {"start": [127.017, 70.657], "end": [127.017, 69.247], "type": "segment", "width": 0.12}, {"start": [124.69699999999999, 69.247], "end": [124.69699999999999, 71.277], "type": "segment", "width": 0.12}, {"start": [124.69699999999999, 69.247], "end": [125.357, 69.247], "type": "segment", "width": 0.12}, {"start": [126.357, 69.247], "end": [127.017, 69.247], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D2", "thickness": 0.09999999999999999, "ref": 1, "pos": [138.938, 72.517], "height": 0.5}, {"start": [137.11499999999998, 72.91499999999999], "end": [138.525, 72.91499999999999], "type": "segment", "width": 0.12}, {"start": [138.525, 70.595], "end": [136.495, 70.595], "type": "segment", "width": 0.12}, {"start": [138.525, 70.595], "end": [138.525, 71.255], "type": "segment", "width": 0.12}, {"start": [138.525, 72.255], "end": [138.525, 72.91499999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D7", "thickness": 0.09999999999999999, "ref": 1, "pos": [173.863, 121.539], "height": 0.5}, {"start": [174.379, 120.999], "end": [173.719, 120.999], "type": "segment", "width": 0.12}, {"start": [176.039, 120.999], "end": [175.379, 120.999], "type": "segment", "width": 0.12}, {"start": [176.039, 120.999], "end": [176.039, 118.969], "type": "segment", "width": 0.12}, {"start": [173.719, 119.589], "end": [173.719, 120.999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D8", "thickness": 0.09999999999999999, "ref": 1, "pos": [183.642, 121.79299999999999], "height": 0.5}, {"start": [183.498, 119.84299999999999], "end": [183.498, 121.253], "type": "segment", "width": 0.12}, {"start": [185.81799999999998, 121.253], "end": [185.81799999999998, 119.223], "type": "segment", "width": 0.12}, {"start": [185.81799999999998, 121.253], "end": [185.158, 121.253], "type": "segment", "width": 0.12}, {"start": [184.158, 121.253], "end": [183.498, 121.253], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D20", "thickness": 0.09999999999999999, "ref": 1, "pos": [106.807, 70.73899999999999], "height": 0.5}, {"start": [108.094, 69.25999999999999], "end": [108.094, 67.85], "type": "segment", "width": 0.12}, {"start": [105.774, 67.85], "end": [105.774, 69.88], "type": "segment", "width": 0.12}, {"start": [105.774, 67.85], "end": [106.434, 67.85], "type": "segment", "width": 0.12}, {"start": [107.434, 67.85], "end": [108.094, 67.85], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D21", "thickness": 0.09999999999999999, "ref": 1, "pos": [104.521, 70.73899999999999], "height": 0.5}, {"start": [105.80799999999999, 69.25999999999999], "end": [105.80799999999999, 67.85], "type": "segment", "width": 0.12}, {"start": [103.488, 67.85], "end": [103.488, 69.88], "type": "segment", "width": 0.12}, {"start": [103.488, 67.85], "end": [104.148, 67.85], "type": "segment", "width": 0.12}, {"start": [105.148, 67.85], "end": [105.80799999999999, 67.85], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D25", "thickness": 0.09999999999999999, "ref": 1, "pos": [109.47399999999999, 71.247], "height": 0.5}, {"start": [110.101, 68.73899999999999], "end": [110.761, 68.73899999999999], "type": "segment", "width": 0.12}, {"start": [108.44099999999999, 68.73899999999999], "end": [109.101, 68.73899999999999], "type": "segment", "width": 0.12}, {"start": [108.44099999999999, 68.73899999999999], "end": [108.44099999999999, 70.76899999999999], "type": "segment", "width": 0.12}, {"start": [110.761, 70.149], "end": [110.761, 68.73899999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D26", "thickness": 0.09999999999999999, "ref": 1, "pos": [151.892, 74.726], "height": 0.5}, {"start": [154.043, 73.946], "end": [154.703, 73.946], "type": "segment", "width": 0.12}, {"start": [152.38299999999998, 73.946], "end": [153.043, 73.946], "type": "segment", "width": 0.12}, {"start": [152.38299999999998, 73.946], "end": [152.38299999999998, 75.976], "type": "segment", "width": 0.12}, {"start": [154.703, 75.356], "end": [154.703, 73.946], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D27", "thickness": 0.09999999999999999, "ref": 1, "pos": [148.71699999999998, 74.726], "height": 0.5}, {"start": [150.74099999999999, 73.946], "end": [151.40099999999998, 73.946], "type": "segment", "width": 0.12}, {"start": [149.081, 73.946], "end": [149.74099999999999, 73.946], "type": "segment", "width": 0.12}, {"start": [149.081, 73.946], "end": [149.081, 75.976], "type": "segment", "width": 0.12}, {"start": [151.40099999999998, 75.356], "end": [151.40099999999998, 73.946], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D28", "thickness": 0.09999999999999999, "ref": 1, "pos": [145.415, 74.853], "height": 0.5}, {"start": [148.099, 75.48299999999999], "end": [148.099, 74.073], "type": "segment", "width": 0.12}, {"start": [145.779, 74.073], "end": [145.779, 76.103], "type": "segment", "width": 0.12}, {"start": [145.779, 74.073], "end": [146.439, 74.073], "type": "segment", "width": 0.12}, {"start": [147.439, 74.073], "end": [148.099, 74.073], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D29", "thickness": 0.09999999999999999, "ref": 1, "pos": [153.543, 72.567], "height": 0.5}, {"start": [155.694, 71.78699999999999], "end": [156.35399999999998, 71.78699999999999], "type": "segment", "width": 0.12}, {"start": [154.034, 71.78699999999999], "end": [154.694, 71.78699999999999], "type": "segment", "width": 0.12}, {"start": [154.034, 71.78699999999999], "end": [154.034, 73.817], "type": "segment", "width": 0.12}, {"start": [156.35399999999998, 73.197], "end": [156.35399999999998, 71.78699999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D30", "thickness": 0.09999999999999999, "ref": 1, "pos": [150.24099999999999, 72.567], "height": 0.5}, {"start": [153.052, 73.197], "end": [153.052, 71.78699999999999], "type": "segment", "width": 0.12}, {"start": [150.732, 71.78699999999999], "end": [150.732, 73.817], "type": "segment", "width": 0.12}, {"start": [150.732, 71.78699999999999], "end": [151.392, 71.78699999999999], "type": "segment", "width": 0.12}, {"start": [152.392, 71.78699999999999], "end": [153.052, 71.78699999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D31", "thickness": 0.09999999999999999, "ref": 1, "pos": [147.066, 72.517], "height": 0.5}, {"start": [149.09, 71.78699999999999], "end": [149.75, 71.78699999999999], "type": "segment", "width": 0.12}, {"start": [147.43, 71.78699999999999], "end": [148.09, 71.78699999999999], "type": "segment", "width": 0.12}, {"start": [147.43, 71.78699999999999], "end": [147.43, 73.817], "type": "segment", "width": 0.12}, {"start": [149.75, 73.197], "end": [149.75, 71.78699999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D32", "thickness": 0.09999999999999999, "ref": 1, "pos": [143.637, 72.567], "height": 0.5}, {"start": [146.448, 73.197], "end": [146.448, 71.78699999999999], "type": "segment", "width": 0.12}, {"start": [144.128, 71.78699999999999], "end": [144.128, 73.817], "type": "segment", "width": 0.12}, {"start": [144.128, 71.78699999999999], "end": [144.78799999999998, 71.78699999999999], "type": "segment", "width": 0.12}, {"start": [145.78799999999998, 71.78699999999999], "end": [146.448, 71.78699999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D33", "thickness": 0.09999999999999999, "ref": 1, "pos": [141.986, 74.853], "height": 0.5}, {"start": [144.137, 74.073], "end": [144.797, 74.073], "type": "segment", "width": 0.12}, {"start": [142.477, 74.073], "end": [143.137, 74.073], "type": "segment", "width": 0.12}, {"start": [142.477, 74.073], "end": [142.477, 76.103], "type": "segment", "width": 0.12}, {"start": [144.797, 75.48299999999999], "end": [144.797, 74.073], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D34", "thickness": 0.09999999999999999, "ref": 1, "pos": [158.658, 72.136], "height": 0.5}, {"start": [159.28799999999998, 69.46], "end": [157.878, 69.46], "type": "segment", "width": 0.12}, {"start": [157.878, 71.78], "end": [159.908, 71.78], "type": "segment", "width": 0.12}, {"start": [157.878, 71.78], "end": [157.878, 71.11999999999999], "type": "segment", "width": 0.12}, {"start": [157.878, 70.11999999999999], "end": [157.878, 69.46], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D35", "thickness": 0.09999999999999999, "ref": 1, "pos": [162.56, 72.39], "height": 0.5}, {"start": [161.576, 70.23899999999999], "end": [161.576, 69.579], "type": "segment", "width": 0.12}, {"start": [161.576, 71.899], "end": [161.576, 71.23899999999999], "type": "segment", "width": 0.12}, {"start": [161.576, 71.899], "end": [163.606, 71.899], "type": "segment", "width": 0.12}, {"start": [162.986, 69.579], "end": [161.576, 69.579], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D36", "thickness": 0.09999999999999999, "ref": 1, "pos": [164.465, 69.977], "height": 0.5}, {"start": [164.941, 68.826], "end": [164.941, 69.48599999999999], "type": "segment", "width": 0.12}, {"start": [164.941, 67.166], "end": [164.941, 67.826], "type": "segment", "width": 0.12}, {"start": [164.941, 67.166], "end": [162.911, 67.166], "type": "segment", "width": 0.12}, {"start": [163.531, 69.48599999999999], "end": [164.941, 69.48599999999999], "type": "segment", "width": 0.12}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L17", "thickness": 0.09999999999999999, "ref": 1, "pos": [180.721, 61.562], "height": 0.5}, {"start": [180.558221, 63.501999999999995], "end": [180.883779, 63.501999999999995], "type": "segment", "width": 0.12}, {"start": [180.558221, 62.482], "end": [180.883779, 62.482], "type": "segment", "width": 0.12}]}, "edges_bbox": {"minx": 95.626999, "miny": 59.209998999999996, "maxx": 200.77700099999998, "maxy": 129.36000099999998}, "font_data": {"!": {"l": [[[0.23809523809523808, -0.14285714285714285], [0.2857142857142857, -0.09523809523809523], [0.23809523809523808, -0.047619047619047616], [0.19047619047619047, -0.09523809523809523], [0.23809523809523808, -0.14285714285714285], [0.23809523809523808, -0.047619047619047616]], [[0.23809523809523808, -0.42857142857142855], [0.19047619047619047, -1.0], [0.23809523809523808, -1.0476190476190474], [0.2857142857142857, -1.0], [0.23809523809523808, -0.42857142857142855], [0.23809523809523808, -1.0476190476190474]]], "w": 0.47619047619047616}, " ": {"l": [], "w": 0.7619047619047619}, ")": {"l": [[[0.14285714285714285, 0.3333333333333333], [0.19047619047619047, 0.2857142857142857], [0.2857142857142857, 0.14285714285714285], [0.3333333333333333, 0.047619047619047616], [0.38095238095238093, -0.09523809523809523], [0.42857142857142855, -0.3333333333333333], [0.42857142857142855, -0.5238095238095237], [0.38095238095238093, -0.7619047619047619], [0.3333333333333333, -0.9047619047619047], [0.2857142857142857, -1.0], [0.19047619047619047, -1.1428571428571428], [0.14285714285714285, -1.1904761904761905]]], "w": 0.6666666666666666}, "(": {"l": [[[0.5238095238095237, 0.3333333333333333], [0.47619047619047616, 0.2857142857142857], [0.38095238095238093, 0.14285714285714285], [0.3333333333333333, 0.047619047619047616], [0.2857142857142857, -0.09523809523809523], [0.23809523809523808, -0.3333333333333333], [0.23809523809523808, -0.5238095238095237], [0.2857142857142857, -0.7619047619047619], [0.3333333333333333, -0.9047619047619047], [0.38095238095238093, -1.0], [0.47619047619047616, -1.1428571428571428], [0.5238095238095237, -1.1904761904761905]]], "w": 0.6666666666666666}, "+": {"l": [[[0.23809523809523814, -0.42857142857142855], [1.0, -0.42857142857142855]], [[0.6190476190476191, -0.047619047619047616], [0.6190476190476191, -0.8095238095238095]]], "w": 1.2380952380952381}, "*": {"l": [[[0.38095238095238093, -1.0476190476190474], [0.38095238095238093, -0.8095238095238095]], [[0.14285714285714285, -0.9047619047619047], [0.38095238095238093, -0.8095238095238095], [0.6190476190476191, -0.9047619047619047]], [[0.23809523809523808, -0.6190476190476191], [0.38095238095238093, -0.8095238095238095], [0.5238095238095237, -0.6190476190476191]]], "w": 0.7619047619047619}, "-": {"l": [[[0.23809523809523814, -0.42857142857142855], [1.0, -0.42857142857142855]]], "w": 1.2380952380952381}, ",": {"l": [[[0.2857142857142857, -0.09523809523809523], [0.2857142857142857, -0.047619047619047616], [0.23809523809523808, 0.047619047619047616], [0.19047619047619047, 0.09523809523809523]]], "w": 0.47619047619047616}, "/": {"l": [[[0.9523809523809523, -1.0952380952380951], [0.09523809523809518, 0.19047619047619047]]], "w": 1.0476190476190474}, ".": {"l": [[[0.23809523809523808, -0.14285714285714285], [0.2857142857142857, -0.09523809523809523], [0.23809523809523808, -0.047619047619047616], [0.19047619047619047, -0.09523809523809523], [0.23809523809523808, -0.14285714285714285], [0.23809523809523808, -0.047619047619047616]]], "w": 0.47619047619047616}, "1": {"l": [[[0.7619047619047619, -0.047619047619047616], [0.19047619047619047, -0.047619047619047616]], [[0.47619047619047616, -0.047619047619047616], [0.47619047619047616, -1.0476190476190474], [0.38095238095238093, -0.9047619047619047], [0.2857142857142857, -0.8095238095238095], [0.19047619047619047, -0.7619047619047619]]], "w": 0.9523809523809523}, "0": {"l": [[[0.42857142857142855, -1.0476190476190474], [0.5238095238095237, -1.0476190476190474], [0.6190476190476191, -1.0], [0.6666666666666666, -0.9523809523809523], [0.7142857142857142, -0.8571428571428571], [0.7619047619047619, -0.6666666666666666], [0.7619047619047619, -0.42857142857142855], [0.7142857142857142, -0.23809523809523808], [0.6666666666666666, -0.14285714285714285], [0.6190476190476191, -0.09523809523809523], [0.5238095238095237, -0.047619047619047616], [0.42857142857142855, -0.047619047619047616], [0.3333333333333333, -0.09523809523809523], [0.2857142857142857, -0.14285714285714285], [0.23809523809523808, -0.23809523809523808], [0.19047619047619047, -0.42857142857142855], [0.19047619047619047, -0.6666666666666666], [0.23809523809523808, -0.8571428571428571], [0.2857142857142857, -0.9523809523809523], [0.3333333333333333, -1.0], [0.42857142857142855, -1.0476190476190474]]], "w": 0.9523809523809523}, "3": {"l": [[[0.14285714285714285, -1.0476190476190474], [0.7619047619047619, -1.0476190476190474], [0.42857142857142855, -0.6666666666666666], [0.5714285714285714, -0.6666666666666666], [0.6666666666666666, -0.6190476190476191], [0.7142857142857142, -0.5714285714285714], [0.7619047619047619, -0.47619047619047616], [0.7619047619047619, -0.23809523809523808], [0.7142857142857142, -0.14285714285714285], [0.6666666666666666, -0.09523809523809523], [0.5714285714285714, -0.047619047619047616], [0.2857142857142857, -0.047619047619047616], [0.19047619047619047, -0.09523809523809523], [0.14285714285714285, -0.14285714285714285]]], "w": 0.9523809523809523}, "2": {"l": [[[0.19047619047619047, -0.9523809523809523], [0.23809523809523808, -1.0], [0.3333333333333333, -1.0476190476190474], [0.5714285714285714, -1.0476190476190474], [0.6666666666666666, -1.0], [0.7142857142857142, -0.9523809523809523], [0.7619047619047619, -0.8571428571428571], [0.7619047619047619, -0.7619047619047619], [0.7142857142857142, -0.6190476190476191], [0.14285714285714285, -0.047619047619047616], [0.7619047619047619, -0.047619047619047616]]], "w": 0.9523809523809523}, "5": {"l": [[[0.7142857142857142, -1.0476190476190474], [0.23809523809523808, -1.0476190476190474], [0.19047619047619047, -0.5714285714285714], [0.23809523809523808, -0.6190476190476191], [0.3333333333333333, -0.6666666666666666], [0.5714285714285714, -0.6666666666666666], [0.6666666666666666, -0.6190476190476191], [0.7142857142857142, -0.5714285714285714], [0.7619047619047619, -0.47619047619047616], [0.7619047619047619, -0.23809523809523808], [0.7142857142857142, -0.14285714285714285], [0.6666666666666666, -0.09523809523809523], [0.5714285714285714, -0.047619047619047616], [0.3333333333333333, -0.047619047619047616], [0.23809523809523808, -0.09523809523809523], [0.19047619047619047, -0.14285714285714285]]], "w": 0.9523809523809523}, "4": {"l": [[[0.6666666666666666, -0.7142857142857142], [0.6666666666666666, -0.047619047619047616]], [[0.42857142857142855, -1.0952380952380951], [0.19047619047619047, -0.38095238095238093], [0.8095238095238095, -0.38095238095238093]]], "w": 0.9523809523809523}, "7": {"l": [[[0.14285714285714285, -1.0476190476190474], [0.8095238095238095, -1.0476190476190474], [0.38095238095238093, -0.047619047619047616]]], "w": 0.9523809523809523}, "6": {"l": [[[0.6666666666666666, -1.0476190476190474], [0.47619047619047616, -1.0476190476190474], [0.38095238095238093, -1.0], [0.3333333333333333, -0.9523809523809523], [0.23809523809523808, -0.8095238095238095], [0.19047619047619047, -0.6190476190476191], [0.19047619047619047, -0.23809523809523808], [0.23809523809523808, -0.14285714285714285], [0.2857142857142857, -0.09523809523809523], [0.38095238095238093, -0.047619047619047616], [0.5714285714285714, -0.047619047619047616], [0.6666666666666666, -0.09523809523809523], [0.7142857142857142, -0.14285714285714285], [0.7619047619047619, -0.23809523809523808], [0.7619047619047619, -0.47619047619047616], [0.7142857142857142, -0.5714285714285714], [0.6666666666666666, -0.6190476190476191], [0.5714285714285714, -0.6666666666666666], [0.38095238095238093, -0.6666666666666666], [0.2857142857142857, -0.6190476190476191], [0.23809523809523808, -0.5714285714285714], [0.19047619047619047, -0.47619047619047616]]], "w": 0.9523809523809523}, "9": {"l": [[[0.2857142857142857, -0.047619047619047616], [0.47619047619047616, -0.047619047619047616], [0.5714285714285714, -0.09523809523809523], [0.6190476190476191, -0.14285714285714285], [0.7142857142857142, -0.2857142857142857], [0.7619047619047619, -0.47619047619047616], [0.7619047619047619, -0.8571428571428571], [0.7142857142857142, -0.9523809523809523], [0.6666666666666666, -1.0], [0.5714285714285714, -1.0476190476190474], [0.38095238095238093, -1.0476190476190474], [0.2857142857142857, -1.0], [0.23809523809523808, -0.9523809523809523], [0.19047619047619047, -0.8571428571428571], [0.19047619047619047, -0.6190476190476191], [0.23809523809523808, -0.5238095238095237], [0.2857142857142857, -0.47619047619047616], [0.38095238095238093, -0.42857142857142855], [0.5714285714285714, -0.42857142857142855], [0.6666666666666666, -0.47619047619047616], [0.7142857142857142, -0.5238095238095237], [0.7619047619047619, -0.6190476190476191]]], "w": 0.9523809523809523}, "8": {"l": [[[0.38095238095238093, -0.6190476190476191], [0.2857142857142857, -0.6666666666666666], [0.23809523809523808, -0.7142857142857142], [0.19047619047619047, -0.8095238095238095], [0.19047619047619047, -0.8571428571428571], [0.23809523809523808, -0.9523809523809523], [0.2857142857142857, -1.0], [0.38095238095238093, -1.0476190476190474], [0.5714285714285714, -1.0476190476190474], [0.6666666666666666, -1.0], [0.7142857142857142, -0.9523809523809523], [0.7619047619047619, -0.8571428571428571], [0.7619047619047619, -0.8095238095238095], [0.7142857142857142, -0.7142857142857142], [0.6666666666666666, -0.6666666666666666], [0.5714285714285714, -0.6190476190476191], [0.38095238095238093, -0.6190476190476191], [0.2857142857142857, -0.5714285714285714], [0.23809523809523808, -0.5238095238095237], [0.19047619047619047, -0.42857142857142855], [0.19047619047619047, -0.23809523809523808], [0.23809523809523808, -0.14285714285714285], [0.2857142857142857, -0.09523809523809523], [0.38095238095238093, -0.047619047619047616], [0.5714285714285714, -0.047619047619047616], [0.6666666666666666, -0.09523809523809523], [0.7142857142857142, -0.14285714285714285], [0.7619047619047619, -0.23809523809523808], [0.7619047619047619, -0.42857142857142855], [0.7142857142857142, -0.5238095238095237], [0.6666666666666666, -0.5714285714285714], [0.5714285714285714, -0.6190476190476191]]], "w": 0.9523809523809523}, "A": {"l": [[[0.19047619047619047, -0.3333333333333333], [0.6666666666666666, -0.3333333333333333]], [[0.09523809523809523, -0.047619047619047616], [0.42857142857142855, -1.0476190476190474], [0.7619047619047619, -0.047619047619047616]]], "w": 0.8571428571428571}, "C": {"l": [[[0.8095238095238095, -0.14285714285714285], [0.7619047619047619, -0.09523809523809523], [0.6190476190476191, -0.047619047619047616], [0.5238095238095237, -0.047619047619047616], [0.38095238095238093, -0.09523809523809523], [0.2857142857142857, -0.19047619047619047], [0.23809523809523808, -0.2857142857142857], [0.19047619047619047, -0.47619047619047616], [0.19047619047619047, -0.6190476190476191], [0.23809523809523808, -0.8095238095238095], [0.2857142857142857, -0.9047619047619047], [0.38095238095238093, -1.0], [0.5238095238095237, -1.0476190476190474], [0.6190476190476191, -1.0476190476190474], [0.7619047619047619, -1.0], [0.8095238095238095, -0.9523809523809523]]], "w": 1.0}, "B": {"l": [[[0.5714285714285714, -0.5714285714285714], [0.7142857142857142, -0.5238095238095237], [0.7619047619047619, -0.47619047619047616], [0.8095238095238094, -0.38095238095238093], [0.8095238095238094, -0.23809523809523808], [0.7619047619047619, -0.14285714285714285], [0.7142857142857142, -0.09523809523809523], [0.619047619047619, -0.047619047619047616], [0.23809523809523803, -0.047619047619047616], [0.23809523809523803, -1.0476190476190474], [0.5714285714285714, -1.0476190476190474], [0.6666666666666665, -1.0], [0.7142857142857142, -0.9523809523809523], [0.7619047619047619, -0.8571428571428571], [0.7619047619047619, -0.7619047619047619], [0.7142857142857142, -0.6666666666666666], [0.6666666666666665, -0.6190476190476191], [0.5714285714285714, -0.5714285714285714], [0.23809523809523803, -0.5714285714285714]]], "w": 1.0}, "E": {"l": [[[0.23809523809523808, -0.5714285714285714], [0.5714285714285714, -0.5714285714285714]], [[0.7142857142857142, -0.047619047619047616], [0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -1.0476190476190474], [0.7142857142857142, -1.0476190476190474]]], "w": 0.9047619047619047}, "D": {"l": [[[0.23809523809523803, -0.047619047619047616], [0.23809523809523803, -1.0476190476190474], [0.4761904761904761, -1.0476190476190474], [0.619047619047619, -1.0], [0.7142857142857142, -0.9047619047619047], [0.7619047619047619, -0.8095238095238095], [0.8095238095238094, -0.6190476190476191], [0.8095238095238094, -0.47619047619047616], [0.7619047619047619, -0.2857142857142857], [0.7142857142857142, -0.19047619047619047], [0.619047619047619, -0.09523809523809523], [0.4761904761904761, -0.047619047619047616], [0.23809523809523803, -0.047619047619047616]]], "w": 1.0}, "G": {"l": [[[0.7619047619047619, -1.0], [0.6666666666666666, -1.0476190476190474], [0.5238095238095237, -1.0476190476190474], [0.38095238095238093, -1.0], [0.2857142857142857, -0.9047619047619047], [0.23809523809523808, -0.8095238095238095], [0.19047619047619047, -0.6190476190476191], [0.19047619047619047, -0.47619047619047616], [0.23809523809523808, -0.2857142857142857], [0.2857142857142857, -0.19047619047619047], [0.38095238095238093, -0.09523809523809523], [0.5238095238095237, -0.047619047619047616], [0.6190476190476191, -0.047619047619047616], [0.7619047619047619, -0.09523809523809523], [0.8095238095238095, -0.14285714285714285], [0.8095238095238095, -0.47619047619047616], [0.6190476190476191, -0.47619047619047616]]], "w": 1.0}, "F": {"l": [[[0.5714285714285714, -0.5714285714285714], [0.23809523809523808, -0.5714285714285714]], [[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -1.0476190476190474], [0.7142857142857142, -1.0476190476190474]]], "w": 0.8571428571428571}, "I": {"l": [[[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -1.0476190476190474]]], "w": 0.47619047619047616}, "H": {"l": [[[0.23809523809523803, -0.047619047619047616], [0.23809523809523803, -1.0476190476190474]], [[0.23809523809523803, -0.5714285714285714], [0.8095238095238094, -0.5714285714285714]], [[0.8095238095238094, -0.047619047619047616], [0.8095238095238094, -1.0476190476190474]]], "w": 1.0476190476190474}, "K": {"l": [[[0.23809523809523803, -0.047619047619047616], [0.23809523809523803, -1.0476190476190474]], [[0.8095238095238094, -0.047619047619047616], [0.3809523809523809, -0.6190476190476191]], [[0.8095238095238094, -1.0476190476190474], [0.23809523809523803, -0.47619047619047616]]], "w": 1.0}, "J": {"l": [[[0.5238095238095237, -1.0476190476190474], [0.5238095238095237, -0.3333333333333333], [0.47619047619047616, -0.19047619047619047], [0.38095238095238093, -0.09523809523809523], [0.23809523809523808, -0.047619047619047616], [0.14285714285714285, -0.047619047619047616]]], "w": 0.7619047619047619}, "M": {"l": [[[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -1.0476190476190474], [0.5714285714285714, -0.3333333333333333], [0.9047619047619047, -1.0476190476190474], [0.9047619047619047, -0.047619047619047616]]], "w": 1.1428571428571428}, "L": {"l": [[[0.7142857142857142, -0.047619047619047616], [0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -1.0476190476190474]]], "w": 0.8095238095238095}, "O": {"l": [[[0.4285714285714285, -1.0476190476190474], [0.619047619047619, -1.0476190476190474], [0.7142857142857142, -1.0], [0.8095238095238094, -0.9047619047619047], [0.857142857142857, -0.7142857142857142], [0.857142857142857, -0.38095238095238093], [0.8095238095238094, -0.19047619047619047], [0.7142857142857142, -0.09523809523809523], [0.619047619047619, -0.047619047619047616], [0.4285714285714285, -0.047619047619047616], [0.33333333333333326, -0.09523809523809523], [0.23809523809523803, -0.19047619047619047], [0.1904761904761904, -0.38095238095238093], [0.1904761904761904, -0.7142857142857142], [0.23809523809523803, -0.9047619047619047], [0.33333333333333326, -1.0], [0.4285714285714285, -1.0476190476190474]]], "w": 1.0476190476190474}, "N": {"l": [[[0.23809523809523803, -0.047619047619047616], [0.23809523809523803, -1.0476190476190474], [0.8095238095238094, -0.047619047619047616], [0.8095238095238094, -1.0476190476190474]]], "w": 1.0476190476190474}, "Q": {"l": [[[0.9047619047619047, 0.047619047619047616], [0.8095238095238094, 0.0], [0.7142857142857142, -0.09523809523809523], [0.5714285714285714, -0.23809523809523808], [0.4761904761904761, -0.2857142857142857], [0.3809523809523809, -0.2857142857142857]], [[0.4285714285714285, -0.047619047619047616], [0.33333333333333326, -0.09523809523809523], [0.23809523809523803, -0.19047619047619047], [0.1904761904761904, -0.38095238095238093], [0.1904761904761904, -0.7142857142857142], [0.23809523809523803, -0.9047619047619047], [0.33333333333333326, -1.0], [0.4285714285714285, -1.0476190476190474], [0.619047619047619, -1.0476190476190474], [0.7142857142857142, -1.0], [0.8095238095238094, -0.9047619047619047], [0.857142857142857, -0.7142857142857142], [0.857142857142857, -0.38095238095238093], [0.8095238095238094, -0.19047619047619047], [0.7142857142857142, -0.09523809523809523], [0.619047619047619, -0.047619047619047616], [0.4285714285714285, -0.047619047619047616]]], "w": 1.0476190476190474}, "P": {"l": [[[0.23809523809523803, -0.047619047619047616], [0.23809523809523803, -1.0476190476190474], [0.619047619047619, -1.0476190476190474], [0.7142857142857142, -1.0], [0.7619047619047619, -0.9523809523809523], [0.8095238095238094, -0.8571428571428571], [0.8095238095238094, -0.7142857142857142], [0.7619047619047619, -0.6190476190476191], [0.7142857142857142, -0.5714285714285714], [0.619047619047619, -0.5238095238095237], [0.23809523809523803, -0.5238095238095237]]], "w": 1.0}, "S": {"l": [[[0.19047619047619047, -0.09523809523809523], [0.3333333333333333, -0.047619047619047616], [0.5714285714285714, -0.047619047619047616], [0.6666666666666666, -0.09523809523809523], [0.7142857142857142, -0.14285714285714285], [0.7619047619047619, -0.23809523809523808], [0.7619047619047619, -0.3333333333333333], [0.7142857142857142, -0.42857142857142855], [0.6666666666666666, -0.47619047619047616], [0.5714285714285714, -0.5238095238095237], [0.38095238095238093, -0.5714285714285714], [0.2857142857142857, -0.6190476190476191], [0.23809523809523808, -0.6666666666666666], [0.19047619047619047, -0.7619047619047619], [0.19047619047619047, -0.8571428571428571], [0.23809523809523808, -0.9523809523809523], [0.2857142857142857, -1.0], [0.38095238095238093, -1.0476190476190474], [0.6190476190476191, -1.0476190476190474], [0.7619047619047619, -1.0]]], "w": 0.9523809523809523}, "R": {"l": [[[0.8095238095238094, -0.047619047619047616], [0.4761904761904761, -0.5238095238095237]], [[0.23809523809523803, -0.047619047619047616], [0.23809523809523803, -1.0476190476190474], [0.619047619047619, -1.0476190476190474], [0.7142857142857142, -1.0], [0.7619047619047619, -0.9523809523809523], [0.8095238095238094, -0.8571428571428571], [0.8095238095238094, -0.7142857142857142], [0.7619047619047619, -0.6190476190476191], [0.7142857142857142, -0.5714285714285714], [0.619047619047619, -0.5238095238095237], [0.23809523809523803, -0.5238095238095237]]], "w": 1.0}, "U": {"l": [[[0.23809523809523803, -1.0476190476190474], [0.23809523809523803, -0.23809523809523808], [0.28571428571428564, -0.14285714285714285], [0.33333333333333326, -0.09523809523809523], [0.4285714285714285, -0.047619047619047616], [0.619047619047619, -0.047619047619047616], [0.7142857142857142, -0.09523809523809523], [0.7619047619047619, -0.14285714285714285], [0.8095238095238094, -0.23809523809523808], [0.8095238095238094, -1.0476190476190474]]], "w": 1.0476190476190474}, "T": {"l": [[[0.09523809523809523, -1.0476190476190474], [0.6666666666666666, -1.0476190476190474]], [[0.38095238095238093, -0.047619047619047616], [0.38095238095238093, -1.0476190476190474]]], "w": 0.7619047619047619}, "W": {"l": [[[0.14285714285714285, -1.0476190476190474], [0.38095238095238093, -0.047619047619047616], [0.5714285714285714, -0.7619047619047619], [0.7619047619047619, -0.047619047619047616], [1.0, -1.0476190476190474]]], "w": 1.1428571428571428}, "V": {"l": [[[0.09523809523809523, -1.0476190476190474], [0.42857142857142855, -0.047619047619047616], [0.7619047619047619, -1.0476190476190474]]], "w": 0.8571428571428571}, "Y": {"l": [[[0.42857142857142855, -0.5238095238095237], [0.42857142857142855, -0.047619047619047616]], [[0.09523809523809523, -1.0476190476190474], [0.42857142857142855, -0.5238095238095237], [0.7619047619047619, -1.0476190476190474]]], "w": 0.8571428571428571}, "X": {"l": [[[0.14285714285714285, -1.0476190476190474], [0.8095238095238095, -0.047619047619047616]], [[0.8095238095238095, -1.0476190476190474], [0.14285714285714285, -0.047619047619047616]]], "w": 0.9523809523809523}, "Z": {"l": [[[0.14285714285714285, -1.0476190476190474], [0.8095238095238095, -1.0476190476190474], [0.14285714285714285, -0.047619047619047616], [0.8095238095238095, -0.047619047619047616]]], "w": 0.9523809523809523}, "_": {"l": [[[0.0, 0.047619047619047616], [0.7619047619047619, 0.047619047619047616]]], "w": 0.7619047619047619}, "a": {"l": [[[0.6666666666666666, -0.047619047619047616], [0.6666666666666666, -0.5714285714285714], [0.6190476190476191, -0.6666666666666666], [0.5238095238095237, -0.7142857142857142], [0.3333333333333333, -0.7142857142857142], [0.23809523809523808, -0.6666666666666666]], [[0.6666666666666666, -0.09523809523809523], [0.5714285714285714, -0.047619047619047616], [0.3333333333333333, -0.047619047619047616], [0.23809523809523808, -0.09523809523809523], [0.19047619047619047, -0.19047619047619047], [0.19047619047619047, -0.2857142857142857], [0.23809523809523808, -0.38095238095238093], [0.3333333333333333, -0.42857142857142855], [0.5714285714285714, -0.42857142857142855], [0.6666666666666666, -0.47619047619047616]]], "w": 0.9047619047619047}, "c": {"l": [[[0.6666666666666666, -0.09523809523809523], [0.5714285714285714, -0.047619047619047616], [0.38095238095238093, -0.047619047619047616], [0.2857142857142857, -0.09523809523809523], [0.23809523809523808, -0.14285714285714285], [0.19047619047619047, -0.23809523809523808], [0.19047619047619047, -0.5238095238095237], [0.23809523809523808, -0.6190476190476191], [0.2857142857142857, -0.6666666666666666], [0.38095238095238093, -0.7142857142857142], [0.5714285714285714, -0.7142857142857142], [0.6666666666666666, -0.6666666666666666]]], "w": 0.8571428571428571}, "e": {"l": [[[0.6190476190476191, -0.09523809523809523], [0.5238095238095237, -0.047619047619047616], [0.3333333333333333, -0.047619047619047616], [0.23809523809523808, -0.09523809523809523], [0.19047619047619047, -0.19047619047619047], [0.19047619047619047, -0.5714285714285714], [0.23809523809523808, -0.6666666666666666], [0.3333333333333333, -0.7142857142857142], [0.5238095238095237, -0.7142857142857142], [0.6190476190476191, -0.6666666666666666], [0.6666666666666666, -0.5714285714285714], [0.6666666666666666, -0.47619047619047616], [0.19047619047619047, -0.38095238095238093]]], "w": 0.8571428571428571}, "d": {"l": [[[0.6666666666666666, -0.047619047619047616], [0.6666666666666666, -1.0476190476190474]], [[0.6666666666666666, -0.09523809523809523], [0.5714285714285714, -0.047619047619047616], [0.38095238095238093, -0.047619047619047616], [0.2857142857142857, -0.09523809523809523], [0.23809523809523808, -0.14285714285714285], [0.19047619047619047, -0.23809523809523808], [0.19047619047619047, -0.5238095238095237], [0.23809523809523808, -0.6190476190476191], [0.2857142857142857, -0.6666666666666666], [0.38095238095238093, -0.7142857142857142], [0.5714285714285714, -0.7142857142857142], [0.6666666666666666, -0.6666666666666666]]], "w": 0.9047619047619047}, "f": {"l": [[[0.09523809523809523, -0.7142857142857142], [0.47619047619047616, -0.7142857142857142]], [[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -0.9047619047619047], [0.2857142857142857, -1.0], [0.38095238095238093, -1.0476190476190474], [0.47619047619047616, -1.0476190476190474]]], "w": 0.5714285714285714}, "i": {"l": [[[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -0.7142857142857142]], [[0.23809523809523808, -1.0476190476190474], [0.19047619047619047, -1.0], [0.23809523809523808, -0.9523809523809523], [0.2857142857142857, -1.0], [0.23809523809523808, -1.0476190476190474], [0.23809523809523808, -0.9523809523809523]]], "w": 0.47619047619047616}, "k": {"l": [[[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -1.0476190476190474]], [[0.3333333333333333, -0.42857142857142855], [0.6190476190476191, -0.047619047619047616]], [[0.6190476190476191, -0.7142857142857142], [0.23809523809523808, -0.3333333333333333]]], "w": 0.8095238095238095}, "m": {"l": [[[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -0.7142857142857142]], [[0.23809523809523808, -0.6190476190476191], [0.2857142857142857, -0.6666666666666666], [0.38095238095238093, -0.7142857142857142], [0.5238095238095237, -0.7142857142857142], [0.6190476190476191, -0.6666666666666666], [0.6666666666666666, -0.5714285714285714], [0.6666666666666666, -0.047619047619047616]], [[0.6666666666666666, -0.5714285714285714], [0.7142857142857142, -0.6666666666666666], [0.8095238095238095, -0.7142857142857142], [0.9523809523809523, -0.7142857142857142], [1.0476190476190474, -0.6666666666666666], [1.0952380952380951, -0.5714285714285714], [1.0952380952380951, -0.047619047619047616]]], "w": 1.3333333333333333}, "l": {"l": [[[0.38095238095238093, -0.047619047619047616], [0.2857142857142857, -0.09523809523809523], [0.23809523809523808, -0.19047619047619047], [0.23809523809523808, -1.0476190476190474]]], "w": 0.5238095238095237}, "o": {"l": [[[0.38095238095238093, -0.047619047619047616], [0.2857142857142857, -0.09523809523809523], [0.23809523809523808, -0.14285714285714285], [0.19047619047619047, -0.23809523809523808], [0.19047619047619047, -0.5238095238095237], [0.23809523809523808, -0.6190476190476191], [0.2857142857142857, -0.6666666666666666], [0.38095238095238093, -0.7142857142857142], [0.5238095238095237, -0.7142857142857142], [0.6190476190476191, -0.6666666666666666], [0.6666666666666666, -0.6190476190476191], [0.7142857142857142, -0.5238095238095237], [0.7142857142857142, -0.23809523809523808], [0.6666666666666666, -0.14285714285714285], [0.6190476190476191, -0.09523809523809523], [0.5238095238095237, -0.047619047619047616], [0.38095238095238093, -0.047619047619047616]]], "w": 0.9047619047619047}, "n": {"l": [[[0.23809523809523808, -0.7142857142857142], [0.23809523809523808, -0.047619047619047616]], [[0.23809523809523808, -0.6190476190476191], [0.2857142857142857, -0.6666666666666666], [0.38095238095238093, -0.7142857142857142], [0.5238095238095237, -0.7142857142857142], [0.6190476190476191, -0.6666666666666666], [0.6666666666666666, -0.5714285714285714], [0.6666666666666666, -0.047619047619047616]]], "w": 0.9047619047619047}, "p": {"l": [[[0.23809523809523808, -0.7142857142857142], [0.23809523809523808, 0.2857142857142857]], [[0.23809523809523808, -0.6666666666666666], [0.3333333333333333, -0.7142857142857142], [0.5238095238095237, -0.7142857142857142], [0.6190476190476191, -0.6666666666666666], [0.6666666666666666, -0.6190476190476191], [0.7142857142857142, -0.5238095238095237], [0.7142857142857142, -0.23809523809523808], [0.6666666666666666, -0.14285714285714285], [0.6190476190476191, -0.09523809523809523], [0.5238095238095237, -0.047619047619047616], [0.3333333333333333, -0.047619047619047616], [0.23809523809523808, -0.09523809523809523]]], "w": 0.9047619047619047}, "s": {"l": [[[0.19047619047619047, -0.09523809523809523], [0.2857142857142857, -0.047619047619047616], [0.47619047619047616, -0.047619047619047616], [0.5714285714285714, -0.09523809523809523], [0.6190476190476191, -0.19047619047619047], [0.6190476190476191, -0.23809523809523808], [0.5714285714285714, -0.3333333333333333], [0.47619047619047616, -0.38095238095238093], [0.3333333333333333, -0.38095238095238093], [0.23809523809523808, -0.42857142857142855], [0.19047619047619047, -0.5238095238095237], [0.19047619047619047, -0.5714285714285714], [0.23809523809523808, -0.6666666666666666], [0.3333333333333333, -0.7142857142857142], [0.47619047619047616, -0.7142857142857142], [0.5714285714285714, -0.6666666666666666]]], "w": 0.8095238095238095}, "r": {"l": [[[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -0.7142857142857142]], [[0.23809523809523808, -0.5238095238095237], [0.2857142857142857, -0.6190476190476191], [0.3333333333333333, -0.6666666666666666], [0.42857142857142855, -0.7142857142857142], [0.5238095238095237, -0.7142857142857142]]], "w": 0.6190476190476191}, "u": {"l": [[[0.6666666666666666, -0.7142857142857142], [0.6666666666666666, -0.047619047619047616]], [[0.23809523809523808, -0.7142857142857142], [0.23809523809523808, -0.19047619047619047], [0.2857142857142857, -0.09523809523809523], [0.38095238095238093, -0.047619047619047616], [0.5238095238095237, -0.047619047619047616], [0.6190476190476191, -0.09523809523809523], [0.6666666666666666, -0.14285714285714285]]], "w": 0.9047619047619047}, "t": {"l": [[[0.09523809523809523, -0.7142857142857142], [0.47619047619047616, -0.7142857142857142]], [[0.23809523809523808, -1.0476190476190474], [0.23809523809523808, -0.19047619047619047], [0.2857142857142857, -0.09523809523809523], [0.38095238095238093, -0.047619047619047616], [0.47619047619047616, -0.047619047619047616]]], "w": 0.5714285714285714}, "v": {"l": [[[0.14285714285714285, -0.7142857142857142], [0.38095238095238093, -0.047619047619047616], [0.6190476190476191, -0.7142857142857142]]], "w": 0.7619047619047619}, "y": {"l": [[[0.14285714285714285, -0.7142857142857142], [0.38095238095238093, -0.047619047619047616]], [[0.6190476190476191, -0.7142857142857142], [0.38095238095238093, -0.047619047619047616], [0.2857142857142857, 0.19047619047619047], [0.23809523809523808, 0.23809523809523808], [0.14285714285714285, 0.2857142857142857]]], "w": 0.7619047619047619}, "x": {"l": [[[0.14285714285714285, -0.047619047619047616], [0.6666666666666666, -0.7142857142857142]], [[0.14285714285714285, -0.7142857142857142], [0.6666666666666666, -0.047619047619047616]]], "w": 0.8095238095238095}, "z": {"l": [[[0.14285714285714285, -0.7142857142857142], [0.6666666666666666, -0.7142857142857142], [0.14285714285714285, -0.047619047619047616], [0.6666666666666666, -0.047619047619047616]]], "w": 0.8095238095238095}, "|": {"l": [[[0.47619047619047616, 0.2857142857142857], [0.47619047619047616, -1.1428571428571428]]], "w": 0.9523809523809523}}, "modules": [{"layer": "F", "center": [179.07, 70.866], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [179.4825, 70.866], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.575]}, {"layers": ["F"], "angle": -270.0, "pos": [178.72, 70.866], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [179.45749999999998, 69.866], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.25, 0.625]}, {"layers": ["F"], "angle": -270.0, "pos": [179.45749999999998, 71.866], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.625]}, {"layers": ["F"], "angle": -270.0, "pos": [179.45749999999998, 71.366], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.625]}, {"layers": ["F"], "angle": -270.0, "pos": [179.45749999999998, 70.366], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.625]}, {"layers": ["F"], "angle": -270.0, "pos": [178.6825, 71.866], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.625]}, {"layers": ["F"], "angle": -270.0, "pos": [178.6825, 71.366], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.625]}, {"layers": ["F"], "angle": -270.0, "pos": [178.6825, 70.366], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.625]}, {"layers": ["F"], "angle": -270.0, "pos": [178.6825, 69.866], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.25, 0.625]}], "drawings": [], "ref": "U13", "bbox": {"pos": [178.094999, 69.19099899999999], "size": [1.675001, 2.9850019999999997]}}, {"layer": "F", "center": [141.986, 70.231], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [141.986, 69.746], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [141.986, 70.716], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C63", "bbox": {"pos": [141.490999, 69.275999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [173.101, 107.56899999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [173.101, 106.7815], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [173.101, 108.3565], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C22", "bbox": {"pos": [172.345999, 106.063999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [172.178, 70.92999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [174.16549999999998, 69.67999999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7749999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [174.16549999999998, 70.17999999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7749999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [174.16549999999998, 70.67999999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7749999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [174.16549999999998, 71.17999999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7749999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [174.16549999999998, 71.67999999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7749999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [174.16549999999998, 72.17999999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7749999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [173.428, 72.91749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7749999999999999, 0.25]}, {"layers": ["F"], "angle": -270.0, "pos": [172.928, 72.91749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7749999999999999, 0.25]}, {"layers": ["F"], "angle": -270.0, "pos": [172.428, 72.91749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7749999999999999, 0.25]}, {"layers": ["F"], "angle": -270.0, "pos": [171.928, 72.91749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7749999999999999, 0.25]}, {"layers": ["F"], "angle": -270.0, "pos": [171.428, 72.91749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7749999999999999, 0.25]}, {"layers": ["F"], "angle": -270.0, "pos": [170.928, 72.91749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7749999999999999, 0.25]}, {"layers": ["F"], "angle": -270.0, "pos": [170.1905, 72.17999999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7749999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [170.1905, 71.67999999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7749999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [170.1905, 71.17999999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7749999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [170.1905, 70.67999999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7749999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [170.1905, 70.17999999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7749999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [170.1905, 69.67999999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7749999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [170.928, 68.9425], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7749999999999999, 0.25]}, {"layers": ["F"], "angle": -270.0, "pos": [171.428, 68.9425], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7749999999999999, 0.25]}, {"layers": ["F"], "angle": -270.0, "pos": [171.928, 68.9425], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7749999999999999, 0.25]}, {"layers": ["F"], "angle": -270.0, "pos": [172.428, 68.9425], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7749999999999999, 0.25]}, {"layers": ["F"], "angle": -270.0, "pos": [172.928, 68.9425], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7749999999999999, 0.25]}, {"layers": ["F"], "angle": -270.0, "pos": [173.428, 68.9425], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.7749999999999999, 0.25]}, {"layers": [], "angle": -270.0, "pos": [171.688, 71.42], "shape": "custom", "offset": [0.0, 0.0], "type": "smd", "polygons": [], "size": [0.759054, 0.759054]}, {"layers": [], "angle": -270.0, "pos": [172.668, 71.42], "shape": "custom", "offset": [0.0, 0.0], "type": "smd", "polygons": [], "size": [0.759054, 0.759054]}, {"layers": [], "angle": -270.0, "pos": [171.688, 70.44], "shape": "custom", "offset": [0.0, 0.0], "type": "smd", "polygons": [], "size": [0.759054, 0.759054]}, {"layers": [], "angle": -270.0, "pos": [172.668, 70.44], "shape": "custom", "offset": [0.0, 0.0], "type": "smd", "polygons": [], "size": [0.759054, 0.759054]}, {"layers": ["F"], "angle": -270.0, "pos": [172.178, 70.92999999999999], "shape": "roundrect", "radius": 0.250919, "offset": [0.0, 0.0], "type": "smd", "size": [2.46, 2.46]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [171.19799999999998, 71.91], "drillsize": [0.19999999999999998, 0.19999999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [171.19799999999998, 70.92999999999999], "drillsize": [0.19999999999999998, 0.19999999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [171.19799999999998, 69.95], "drillsize": [0.19999999999999998, 0.19999999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [172.178, 71.91], "drillsize": [0.19999999999999998, 0.19999999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [172.178, 70.92999999999999], "drillsize": [0.19999999999999998, 0.19999999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [172.178, 69.95], "drillsize": [0.19999999999999998, 0.19999999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [173.158, 71.91], "drillsize": [0.19999999999999998, 0.19999999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [173.158, 70.92999999999999], "drillsize": [0.19999999999999998, 0.19999999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [173.158, 69.95], "drillsize": [0.19999999999999998, 0.19999999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F"], "angle": -270.0, "pos": [172.178, 70.92999999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [2.4499999999999997, 2.4499999999999997]}], "drawings": [], "ref": "U1", "bbox": {"pos": [169.532999, 68.284999], "size": [5.290001999999999, 5.290001999999999]}}, {"layer": "F", "center": [192.91299999999998, 69.596], "pads": [{"layers": ["F", "B"], "angle": -90.0, "pos": [197.813, 76.221], "drillsize": [1.02, 1.02], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.72, 1.72]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [197.813, 62.971], "drillsize": [1.02, 1.02], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.72, 1.72]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [197.813, 73.681], "drillsize": [1.02, 1.02], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.72, 1.72]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [197.813, 65.511], "drillsize": [1.02, 1.02], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.72, 1.72]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [189.863, 77.341], "drillsize": [1.5999999999999999, 1.5999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.6, 2.6]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [189.863, 61.851], "drillsize": [1.5999999999999999, 1.5999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.6, 2.6]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [192.91299999999998, 75.31099999999999], "drillsize": [3.25, 3.25], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [3.25, 3.25]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [192.91299999999998, 63.881], "drillsize": [3.25, 3.25], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [3.25, 3.25]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [186.563, 74.04599999999999], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.4, 1.4]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [184.023, 72.776], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.4, 1.4]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [186.563, 71.506], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.4, 1.4]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [184.023, 70.23599999999999], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.4, 1.4]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [186.563, 68.966], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.4, 1.4]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [184.023, 67.696], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.4, 1.4]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [186.563, 66.426], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.4, 1.4]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [184.023, 65.15599999999999], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.4, 1.4]}], "drawings": [], "ref": "J3", "bbox": {"pos": [182.372999, 60.550999999999995], "size": [21.520001999999998, 18.09]}}, {"layer": "F", "center": [135.128, 110.363], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [133.928, 109.963], "drillsize": [5.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [5.0, 1.0]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [135.128, 114.463], "drillsize": [3.4, 3.4], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [3.4, 3.4]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [136.328, 109.963], "drillsize": [5.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [5.0, 1.0]}], "drawings": [], "ref": "apendix", "bbox": {"pos": [133.428, 107.463], "size": [3.4, 8.7]}}, {"layer": "F", "center": [121.03099999999999, 126.746], "pads": [{"layers": ["F", "B"], "angle": -180.0, "pos": [123.29159999999999, 126.746], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.3, 1.3]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [118.7704, 126.746], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.3, 1.3]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [124.5362, 124.2568], "drillsize": [1.2, 1.2], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.5999999999999999, 1.5999999999999999]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [117.52579999999999, 124.2568], "drillsize": [1.2, 1.2], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.5999999999999999, 1.5999999999999999]}], "drawings": [], "ref": "SW1", "bbox": {"pos": [116.72579999999999, 123.114999], "size": [8.6104, 6.874002]}}, {"layer": "F", "center": [114.89399999999999, 113.274], "pads": [{"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 111.8865], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 111.8865], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 111.8865], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 111.8865], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 112.8115], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 112.8115], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 112.8115], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 112.8115], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 113.73649999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 113.73649999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 113.73649999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 113.73649999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 114.66149999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 114.66149999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 114.66149999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 114.66149999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 111.8865], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 111.8865], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 111.8865], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 111.8865], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 112.8115], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 112.8115], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 112.8115], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 112.8115], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 113.73649999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 113.73649999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 113.73649999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 113.73649999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 114.66149999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 114.66149999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 114.66149999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 114.66149999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 114.774], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 114.274], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 113.774], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 113.274], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 112.774], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 112.274], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 111.774], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.39399999999999, 110.824], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.89399999999999, 110.824], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.39399999999999, 110.824], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.89399999999999, 110.824], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.39399999999999, 110.824], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.89399999999999, 110.824], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [116.39399999999999, 110.824], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 111.774], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 112.274], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 112.774], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 113.274], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 113.774], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 114.274], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 114.774], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [116.39399999999999, 115.72399999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.89399999999999, 115.72399999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.39399999999999, 115.72399999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.89399999999999, 115.72399999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.39399999999999, 115.72399999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.89399999999999, 115.72399999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.39399999999999, 115.72399999999999], "shape": "oval", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.25, 0.7]}], "drawings": [], "ref": "U6", "bbox": {"pos": [111.426789, 110.298999], "size": [6.442212, 6.442212]}}, {"layer": "F", "center": [114.89399999999999, 101.092], "pads": [{"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 99.7045], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 99.7045], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 99.7045], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 99.7045], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 100.6295], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 100.6295], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 100.6295], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 100.6295], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 101.55449999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 101.55449999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 101.55449999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 101.55449999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 102.4795], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 102.4795], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 102.4795], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 102.4795], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 99.7045], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 99.7045], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 99.7045], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 99.7045], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 100.6295], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 100.6295], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 100.6295], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 100.6295], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 101.55449999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 101.55449999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 101.55449999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 101.55449999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 102.4795], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 102.4795], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 102.4795], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 102.4795], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 102.592], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 102.092], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 101.592], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 101.092], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 100.592], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 100.092], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 99.592], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.39399999999999, 98.642], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.89399999999999, 98.642], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.39399999999999, 98.642], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.89399999999999, 98.642], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.39399999999999, 98.642], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.89399999999999, 98.642], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [116.39399999999999, 98.642], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 99.592], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 100.092], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 100.592], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 101.092], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 101.592], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 102.092], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 102.592], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [116.39399999999999, 103.542], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.89399999999999, 103.542], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.39399999999999, 103.542], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.89399999999999, 103.542], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.39399999999999, 103.542], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.89399999999999, 103.542], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.39399999999999, 103.542], "shape": "oval", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.25, 0.7]}], "drawings": [], "ref": "U7", "bbox": {"pos": [111.426789, 98.11699899999999], "size": [6.442212, 6.442212]}}, {"layer": "F", "center": [114.89399999999999, 88.89999999999999], "pads": [{"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 87.5125], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 87.5125], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 87.5125], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 87.5125], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 88.4375], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 88.4375], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 88.4375], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 88.4375], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 89.3625], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 89.3625], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 89.3625], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 89.3625], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 90.2875], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 90.2875], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 90.2875], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 90.2875], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 87.5125], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 87.5125], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 87.5125], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 87.5125], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 88.4375], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 88.4375], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 88.4375], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 88.4375], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 89.3625], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 89.3625], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 89.3625], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 89.3625], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 90.2875], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 90.2875], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 90.2875], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 90.2875], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 90.39999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 89.89999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 89.39999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 88.89999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 88.39999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 87.89999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 87.39999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.39399999999999, 86.45], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.89399999999999, 86.45], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.39399999999999, 86.45], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.89399999999999, 86.45], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.39399999999999, 86.45], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.89399999999999, 86.45], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [116.39399999999999, 86.45], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 87.39999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 87.89999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 88.39999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 88.89999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 89.39999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 89.89999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 90.39999999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [116.39399999999999, 91.35], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.89399999999999, 91.35], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.39399999999999, 91.35], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.89399999999999, 91.35], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.39399999999999, 91.35], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.89399999999999, 91.35], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.39399999999999, 91.35], "shape": "oval", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.25, 0.7]}], "drawings": [], "ref": "U9", "bbox": {"pos": [111.426789, 85.924999], "size": [6.442212, 6.442212]}}, {"layer": "F", "center": [114.89399999999999, 76.454], "pads": [{"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 75.06649999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 75.06649999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 75.06649999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 75.06649999999999], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 75.9915], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 75.9915], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 75.9915], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 75.9915], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 76.9165], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 76.9165], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 76.9165], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 76.9165], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [116.2815, 77.8415], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [115.3565, 77.8415], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [114.4315, 77.8415], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.50649999999999, 77.8415], "drillsize": [0.23124999999999998, 0.23124999999999998], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.46249999999999997, 0.46249999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 75.06649999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 75.06649999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 75.06649999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 75.06649999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 75.9915], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 75.9915], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 75.9915], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 75.9915], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 76.9165], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 76.9165], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 76.9165], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 76.9165], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [116.2815, 77.8415], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [115.3565, 77.8415], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [114.4315, 77.8415], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [113.50649999999999, 77.8415], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.9249999999999999, 0.9249999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 77.954], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 77.454], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 76.954], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 76.454], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 75.954], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 75.454], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [112.44399999999999, 74.954], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.39399999999999, 74.00399999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.89399999999999, 74.00399999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.39399999999999, 74.00399999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.89399999999999, 74.00399999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.39399999999999, 74.00399999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.89399999999999, 74.00399999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [116.39399999999999, 74.00399999999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 74.954], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 75.454], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 75.954], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 76.454], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 76.954], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 77.454], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [117.344, 77.954], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [116.39399999999999, 78.904], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.89399999999999, 78.904], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [115.39399999999999, 78.904], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.89399999999999, 78.904], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [114.39399999999999, 78.904], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.89399999999999, 78.904], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [113.39399999999999, 78.904], "shape": "oval", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.25, 0.7]}], "drawings": [], "ref": "U8", "bbox": {"pos": [111.426789, 73.478999], "size": [6.442212, 6.442212]}}, {"layer": "F", "center": [167.352, 75.502], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [166.867, 75.502], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [167.837, 75.502], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R35", "bbox": {"pos": [166.396999, 75.006999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "B", "center": [156.20999999999998, 95.631], "pads": [], "drawings": [], "ref": "G***", "bbox": {"pos": [152.768713, 90.73697299999999], "size": [6.748288, 9.704793]}}, {"layer": "F", "center": [153.924, 120.777], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [152.424, 120.777], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.0, 1.0]}, {"layers": ["F"], "angle": -90.0, "pos": [155.424, 120.777], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.0, 1.0]}, {"layers": ["F"], "angle": -90.0, "pos": [153.924, 119.30199999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.05, 2.1999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [153.924, 122.252], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.05, 2.1999999999999997]}], "drawings": [], "ref": "J11", "bbox": {"pos": [151.924, 118.777], "size": [4.0, 4.0]}}, {"layer": "F", "center": [129.41299999999998, 114.173], "pads": [{"layers": ["F", "B"], "angle": -180.0, "pos": [129.41299999999998, 114.173], "drillsize": [1.0, 1.0], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [129.41299999999998, 111.633], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [129.41299999999998, 109.09299999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J1", "bbox": {"pos": [127.587999, 107.29799899999999], "size": [3.6500019999999997, 8.700002]}}, {"layer": "F", "center": [129.41299999999998, 75.057], "pads": [{"layers": ["F", "B"], "angle": -90.0, "pos": [129.41299999999998, 75.057], "drillsize": [1.0, 1.0], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [131.953, 75.057], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [134.493, 75.057], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [137.033, 75.057], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [139.573, 75.057], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J21", "bbox": {"pos": [127.587999, 73.231999], "size": [13.800002, 3.6500019999999997]}}, {"layer": "F", "center": [172.559, 63.754], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [170.659, 64.904], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.5999999999999999, 1.3]}, {"layers": ["F"], "angle": -0.0, "pos": [174.459, 64.904], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5999999999999999, 1.3]}, {"layers": ["F"], "angle": -0.0, "pos": [174.459, 62.604], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5999999999999999, 1.3]}, {"layers": ["F"], "angle": -0.0, "pos": [170.659, 62.604], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5999999999999999, 1.3]}], "drawings": [], "ref": "Y4", "bbox": {"pos": [169.533999, 61.628999], "size": [6.050002, 4.250001999999999]}}, {"layer": "F", "center": [126.87299999999999, 66.548], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [126.87299999999999, 67.24799999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.6, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [126.87299999999999, 65.848], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.6, 0.7]}], "drawings": [], "ref": "D5", "bbox": {"pos": [126.147999, 65.272999], "size": [1.450002, 2.550002]}}, {"layer": "F", "center": [133.22299999999998, 71.50099999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [133.22299999999998, 70.801], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.6, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [133.22299999999998, 72.201], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.6, 0.7]}], "drawings": [], "ref": "D6", "bbox": {"pos": [132.497999, 70.225999], "size": [1.450002, 2.550002]}}, {"layer": "F", "center": [125.476, 127.0], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [125.476, 126.3], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.6, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [125.476, 127.69999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.6, 0.7]}], "drawings": [], "ref": "D24", "bbox": {"pos": [124.750999, 125.724999], "size": [1.450002, 2.550002]}}, {"layer": "F", "center": [161.54399999999998, 114.173], "pads": [], "drawings": [], "ref": "REF**", "bbox": {"pos": [158.67252, 111.156465], "size": [5.756813999999999, 6.040672]}}, {"layer": "B", "center": [157.988, 118.74499999999999], "pads": [], "drawings": [], "ref": "REF**", "bbox": {"pos": [153.712999, 114.469999], "size": [8.550002, 8.550002]}}, {"layer": "F", "center": [141.47799999999998, 116.035568], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [142.41549999999998, 116.035568], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.975, 1.4]}, {"layers": ["F"], "angle": -180.0, "pos": [140.54049999999998, 116.035568], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "type": "smd", "size": [0.975, 1.4]}], "drawings": [], "ref": "C37", "bbox": {"pos": [139.772999, 115.06056699999999], "size": [3.410002, 1.950002]}}, {"layer": "F", "center": [139.446, 118.36399999999999], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [141.986, 125.984], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [139.446, 125.984], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [141.986, 123.44399999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [139.446, 123.44399999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [141.986, 120.904], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [139.446, 120.904], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [141.986, 118.36399999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [139.446, 118.36399999999999], "drillsize": [1.0, 1.0], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J10", "bbox": {"pos": [137.62099899999998, 116.53899899999999], "size": [6.200002, 11.250002]}}, {"layer": "B", "center": [145.415, 113.411], "pads": [{"layers": ["B"], "angle": -90.0, "pos": [145.415, 112.68599999999999], "shape": "custom", "offset": [0.0, 0.0], "type": "smd", "polygons": [], "size": [0.3, 0.3]}, {"layers": ["B"], "angle": -90.0, "pos": [145.415, 114.136], "shape": "custom", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "polygons": [], "size": [0.3, 0.3]}], "drawings": [], "ref": "JP1", "bbox": {"pos": [144.139999, 111.73599899999999], "size": [2.550002, 3.350002]}}, {"layer": "F", "center": [141.986, 65.786], "pads": [{"layers": ["F", "B"], "angle": -90.0, "pos": [141.986, 65.786], "drillsize": [1.016, 1.016], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [141.986, 63.245999999999995], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [144.52599999999998, 65.786], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [144.52599999999998, 63.245999999999995], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [147.066, 65.786], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [147.066, 63.245999999999995], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [149.606, 65.786], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [149.606, 63.245999999999995], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [152.146, 65.786], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [152.146, 63.245999999999995], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [154.686, 65.786], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [154.686, 63.245999999999995], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [157.226, 65.786], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [157.226, 63.245999999999995], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7271999999999998, 1.7271999999999998]}], "drawings": [], "ref": "J8", "bbox": {"pos": [136.325999, 59.780998999999994], "size": [26.310001999999997, 9.720002]}}, {"layer": "F", "center": [118.999, 66.548], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [118.999, 66.063], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [118.999, 67.033], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C1", "bbox": {"pos": [118.503999, 65.59299899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [130.302, 64.13499999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [130.302, 64.61999999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [130.302, 63.65], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C2", "bbox": {"pos": [129.806999, 63.179998999999995], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [178.18099999999998, 120.777], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [178.18099999999998, 121.262], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [178.18099999999998, 120.292], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C3", "bbox": {"pos": [177.68599899999998, 119.82199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [188.214, 120.777], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [188.214, 120.292], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [188.214, 121.262], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C4", "bbox": {"pos": [187.718999, 119.82199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [128.016, 122.30099999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [128.016, 123.23849999999999], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "type": "smd", "size": [0.975, 1.4]}, {"layers": ["F"], "angle": -270.0, "pos": [128.016, 121.36349999999999], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.975, 1.4]}], "drawings": [], "ref": "C5", "bbox": {"pos": [127.040999, 120.59599899999999], "size": [1.950002, 3.410002]}}, {"layer": "F", "center": [162.179, 94.36099999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [161.694, 94.36099999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [162.664, 94.36099999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C6", "bbox": {"pos": [161.223999, 93.865999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [162.156, 95.377], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [162.641, 95.377], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [161.671, 95.377], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C7", "bbox": {"pos": [161.200999, 94.881999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [104.39399999999999, 66.19], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [104.39399999999999, 65.705], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [104.39399999999999, 66.675], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C9", "bbox": {"pos": [103.89899899999999, 65.234999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [107.823, 66.167], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [107.823, 65.682], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [107.823, 66.652], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C10", "bbox": {"pos": [107.32799899999999, 65.21199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [138.684, 100.33], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [138.684, 100.815], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [138.684, 99.845], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C11", "bbox": {"pos": [138.188999, 99.374999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [112.14099999999999, 66.294], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [112.14099999999999, 66.779], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [112.14099999999999, 65.809], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C12", "bbox": {"pos": [111.64599899999999, 65.338999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [155.702, 82.931], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [155.702, 82.446], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [155.702, 83.416], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C13", "bbox": {"pos": [155.206999, 81.975999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [133.858, 103.124], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [133.858, 102.3365], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [133.858, 103.91149999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C14", "bbox": {"pos": [133.10299899999998, 101.618999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [119.72, 113.274], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [119.72, 112.48649999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [119.72, 114.0615], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C15", "bbox": {"pos": [118.96499899999999, 111.768999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [117.1321, 109.73816], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [117.6171, 109.73816], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [116.6471, 109.73816], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C16", "bbox": {"pos": [116.177099, 109.24315899999999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [175.73399999999998, 62.928999999999995], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [175.73399999999998, 63.413999999999994], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [175.73399999999998, 62.443999999999996], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C17", "bbox": {"pos": [175.23899899999998, 61.973999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [163.322, 87.122], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [163.322, 85.722], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.25, 1.75]}, {"layers": ["F"], "angle": -270.0, "pos": [163.322, 88.52199999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [1.25, 1.75]}], "drawings": [], "ref": "C18", "bbox": {"pos": [162.176999, 84.816999], "size": [2.290002, 4.610002]}}, {"layer": "F", "center": [161.798, 87.63], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [161.798, 86.8425], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [161.798, 88.41749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C19", "bbox": {"pos": [161.04299899999998, 86.124999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [156.59099999999998, 86.106], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [156.59099999999998, 85.621], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [156.59099999999998, 86.591], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C20", "bbox": {"pos": [156.095999, 85.150999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [153.035, 113.792], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [153.035, 114.7295], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.975, 1.4]}, {"layers": ["F"], "angle": -90.0, "pos": [153.035, 112.8545], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "type": "smd", "size": [0.975, 1.4]}], "drawings": [], "ref": "C21", "bbox": {"pos": [152.059999, 112.08699899999999], "size": [1.950002, 3.410002]}}, {"layer": "F", "center": [172.4915, 99.82199999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [171.70399999999998, 99.82199999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [173.279, 99.82199999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C23", "bbox": {"pos": [170.98649899999998, 99.066999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [119.72, 101.092], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [119.72, 100.30449999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [119.72, 101.8795], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C24", "bbox": {"pos": [118.96499899999999, 99.58699899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [171.9325, 119.50699999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [171.14499999999998, 119.50699999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [172.72, 119.50699999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C25", "bbox": {"pos": [170.42749899999998, 118.751999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [164.719, 99.949], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [165.5065, 99.949], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [163.9315, 99.949], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C26", "bbox": {"pos": [163.213999, 99.19399899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [136.779, 100.17999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [136.779, 100.66499999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [136.779, 99.695], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C27", "bbox": {"pos": [136.283999, 99.224999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [160.528, 87.63], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [160.528, 88.41749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [160.528, 86.8425], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C28", "bbox": {"pos": [159.772999, 86.124999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [159.63899999999998, 93.59899999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [159.63899999999998, 92.8115], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [159.63899999999998, 94.3865], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C29", "bbox": {"pos": [158.883999, 92.093999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [130.048, 96.26599999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [130.048, 96.75099999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [130.048, 95.78099999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C30", "bbox": {"pos": [129.552999, 95.310999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [161.9735, 93.091], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [161.036, 93.091], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.975, 1.4]}, {"layers": ["F"], "angle": -0.0, "pos": [162.911, 93.091], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "type": "smd", "size": [0.975, 1.4]}], "drawings": [], "ref": "C31", "bbox": {"pos": [160.268499, 92.115999], "size": [3.410002, 1.950002]}}, {"layer": "F", "center": [117.1321, 97.55615999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [117.6171, 97.55615999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [116.6471, 97.55615999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C32", "bbox": {"pos": [116.177099, 97.06115899999999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [162.433, 102.743], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [163.3705, 102.743], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "type": "smd", "size": [0.975, 1.4]}, {"layers": ["F"], "angle": -0.0, "pos": [161.4955, 102.743], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.975, 1.4]}], "drawings": [], "ref": "C33", "bbox": {"pos": [160.72799899999998, 101.76799899999999], "size": [3.410002, 1.950002]}}, {"layer": "F", "center": [119.72, 76.454], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [119.72, 75.6665], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [119.72, 77.2415], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C34", "bbox": {"pos": [118.96499899999999, 74.948999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [153.543, 107.94999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [153.543, 107.01249999999999], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.975, 1.4]}, {"layers": ["F"], "angle": -270.0, "pos": [153.543, 108.88749999999999], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "type": "smd", "size": [0.975, 1.4]}], "drawings": [], "ref": "C35", "bbox": {"pos": [152.567999, 106.24499899999999], "size": [1.950002, 3.410002]}}, {"layer": "F", "center": [119.72, 88.89999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [119.72, 89.6875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [119.72, 88.1125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C36", "bbox": {"pos": [118.96499899999999, 87.394999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [117.1321, 72.91816], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [116.6471, 72.91816], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [117.6171, 72.91816], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C38", "bbox": {"pos": [116.177099, 72.423159], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [141.634212, 114.384568], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [142.42171199999999, 114.384568], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [140.846712, 114.384568], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C39", "bbox": {"pos": [140.129211, 113.629567], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [117.1321, 85.36416], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [117.6171, 85.36416], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [116.6471, 85.36416], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C40", "bbox": {"pos": [116.177099, 84.869159], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [117.79504, 117.41149999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [118.58254, 117.41149999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [117.00753999999999, 117.41149999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C42", "bbox": {"pos": [116.290039, 116.656499], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [115.189, 117.856], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [115.67399999999999, 117.856], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [114.704, 117.856], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C43", "bbox": {"pos": [114.233999, 117.36099899999999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [117.79504, 105.2295], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [118.58254, 105.2295], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [117.00753999999999, 105.2295], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C44", "bbox": {"pos": [116.290039, 104.474499], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [115.189, 105.67399999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [115.67399999999999, 105.67399999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [114.704, 105.67399999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C45", "bbox": {"pos": [114.233999, 105.17899899999999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [108.81613999999999, 117.06606], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [108.02864, 117.06606], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [109.60364, 117.06606], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C46", "bbox": {"pos": [107.311139, 116.311059], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [108.81613999999999, 104.88405999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [109.60364, 104.88405999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [108.02864, 104.88405999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C47", "bbox": {"pos": [107.311139, 104.129059], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [108.73993999999999, 109.46638], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [109.52744, 109.46638], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [107.95244, 109.46638], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C50", "bbox": {"pos": [107.234939, 108.711379], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [165.608, 120.37299999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [165.608, 119.88799999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [165.608, 120.85799999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C52", "bbox": {"pos": [165.112999, 119.417999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [108.73993999999999, 97.28438], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [107.95244, 97.28438], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [109.52744, 97.28438], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C53", "bbox": {"pos": [107.234939, 96.52937899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [111.12245999999999, 110.25377999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [111.12245999999999, 109.46628], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [111.12245999999999, 111.04128], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C54", "bbox": {"pos": [110.367459, 108.748779], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [111.12245999999999, 98.07177999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [111.12245999999999, 97.28428], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [111.12245999999999, 98.85928], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C55", "bbox": {"pos": [110.367459, 96.566779], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [169.257, 64.176], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [169.257, 64.661], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [169.257, 63.690999999999995], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C56", "bbox": {"pos": [168.761999, 63.220999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [170.32999999999998, 67.818], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [170.815, 67.818], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [169.845, 67.818], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C57", "bbox": {"pos": [169.374999, 67.322999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [111.18088, 116.32946], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [111.18088, 117.11695999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [111.18088, 115.54195999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C58", "bbox": {"pos": [110.425879, 114.82445899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [111.18088, 104.14746], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [111.18088, 103.35996], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [111.18088, 104.93495999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C59", "bbox": {"pos": [110.425879, 102.642459], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [124.079, 117.348], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [124.079, 120.04799999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [3.5, 1.5999999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [124.079, 114.648], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [3.5, 1.5999999999999999]}], "drawings": [], "ref": "C60", "bbox": {"pos": [120.503999, 112.472999], "size": [7.150002, 9.750002]}}, {"layer": "F", "center": [124.079, 105.15599999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [124.079, 102.45599999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [3.5, 1.5999999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [124.079, 107.856], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [3.5, 1.5999999999999999]}], "drawings": [], "ref": "C61", "bbox": {"pos": [120.503999, 100.280999], "size": [7.150002, 9.750002]}}, {"layer": "F", "center": [103.25099999999999, 127.508], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [104.0385, 127.508], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [102.4635, 127.508], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C64", "bbox": {"pos": [101.745999, 126.75299899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 124.333], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [104.0385, 124.333], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [102.4635, 124.333], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C65", "bbox": {"pos": [101.745999, 123.57799899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 121.285], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [102.4635, 121.285], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [104.0385, 121.285], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C66", "bbox": {"pos": [101.745999, 120.52999899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 118.11], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [104.0385, 118.11], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [102.4635, 118.11], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C67", "bbox": {"pos": [101.745999, 117.35499899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 113.919], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [104.0385, 113.919], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [102.4635, 113.919], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C68", "bbox": {"pos": [101.745999, 113.16399899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 110.61699999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [102.4635, 110.61699999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [104.0385, 110.61699999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C69", "bbox": {"pos": [101.745999, 109.861999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 107.315], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [104.0385, 107.315], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [102.4635, 107.315], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C70", "bbox": {"pos": [101.745999, 106.55999899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 104.01299999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [102.4635, 104.01299999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [104.0385, 104.01299999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C71", "bbox": {"pos": [101.745999, 103.257999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [117.79504, 80.5915], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [117.00753999999999, 80.5915], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [118.58254, 80.5915], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C72", "bbox": {"pos": [116.290039, 79.836499], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [115.189, 81.036], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [114.704, 81.036], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [115.67399999999999, 81.036], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C73", "bbox": {"pos": [114.233999, 80.540999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [117.79504, 93.0375], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [117.00753999999999, 93.0375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [118.58254, 93.0375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C74", "bbox": {"pos": [116.290039, 92.282499], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [115.189, 93.482], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [114.704, 93.482], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [115.67399999999999, 93.482], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C75", "bbox": {"pos": [114.233999, 92.986999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [108.81613999999999, 80.24606], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [108.02864, 80.24606], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [109.60364, 80.24606], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C76", "bbox": {"pos": [107.311139, 79.49105899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [108.81613999999999, 92.69206], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [108.02864, 92.69206], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [109.60364, 92.69206], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C77", "bbox": {"pos": [107.311139, 91.93705899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [169.672, 66.675], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [170.4595, 66.675], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [168.8845, 66.675], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C78", "bbox": {"pos": [168.166999, 65.91999899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [167.259, 71.11999999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [166.774, 71.11999999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [167.744, 71.11999999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C79", "bbox": {"pos": [166.303999, 70.624999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [108.73993999999999, 72.64638], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [109.52744, 72.64638], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [107.95244, 72.64638], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C80", "bbox": {"pos": [107.234939, 71.891379], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [174.879, 74.803], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [174.879, 75.288], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [174.879, 74.318], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C81", "bbox": {"pos": [174.383999, 73.847999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [174.75199999999998, 67.818], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [174.267, 67.818], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [175.237, 67.818], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C82", "bbox": {"pos": [173.796999, 67.322999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [108.73993999999999, 85.09237999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [109.52744, 85.09237999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [107.95244, 85.09237999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C83", "bbox": {"pos": [107.234939, 84.337379], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [111.12245999999999, 73.43378], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [111.12245999999999, 72.64627999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [111.12245999999999, 74.22128], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C84", "bbox": {"pos": [110.367459, 71.92877899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [111.12245999999999, 85.87978], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [111.12245999999999, 86.66727999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [111.12245999999999, 85.09228], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C85", "bbox": {"pos": [110.367459, 84.37477899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [128.143, 124.333], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [127.658, 124.333], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [128.628, 124.333], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C87", "bbox": {"pos": [127.18799899999999, 123.837999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [111.18088, 79.50945999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [111.18088, 78.72196], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [111.18088, 80.29696], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C88", "bbox": {"pos": [110.425879, 78.004459], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [111.18088, 91.95546], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [111.18088, 92.74296], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [111.18088, 91.16796], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C89", "bbox": {"pos": [110.425879, 90.450459], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [124.079, 80.645], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [124.079, 83.345], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [3.5, 1.5999999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [124.079, 77.945], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [3.5, 1.5999999999999999]}], "drawings": [], "ref": "C90", "bbox": {"pos": [120.503999, 75.769999], "size": [7.150002, 9.750002]}}, {"layer": "F", "center": [124.079, 92.964], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [124.079, 90.264], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [3.5, 1.5999999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [124.079, 95.664], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [3.5, 1.5999999999999999]}], "drawings": [], "ref": "C91", "bbox": {"pos": [120.503999, 88.088999], "size": [7.150002, 9.750002]}}, {"layer": "F", "center": [103.124, 87.37599999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [102.3365, 87.37599999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [103.91149999999999, 87.37599999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C94", "bbox": {"pos": [101.618999, 86.620999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.124, 84.074], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [103.91149999999999, 84.074], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [102.3365, 84.074], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C95", "bbox": {"pos": [101.618999, 83.31899899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.124, 80.77199999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [102.3365, 80.77199999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [103.91149999999999, 80.77199999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C96", "bbox": {"pos": [101.618999, 80.016999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.124, 77.47], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [103.91149999999999, 77.47], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [102.3365, 77.47], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C97", "bbox": {"pos": [101.618999, 76.71499899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 100.711], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [102.4635, 100.711], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [104.0385, 100.711], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C98", "bbox": {"pos": [101.745999, 99.95599899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 97.40899999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [104.0385, 97.40899999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [102.4635, 97.40899999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C99", "bbox": {"pos": [101.745999, 96.653999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 94.107], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [102.4635, 94.107], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [104.0385, 94.107], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C100", "bbox": {"pos": [101.745999, 93.35199899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 90.80499999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [104.0385, 90.80499999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [102.4635, 90.80499999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C101", "bbox": {"pos": [101.745999, 90.049999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [142.113, 102.86999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [142.113, 102.38499999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [142.113, 103.35499999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C104", "bbox": {"pos": [141.617999, 101.914999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [137.287, 102.997], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [137.287, 102.512], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [137.287, 103.482], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C105", "bbox": {"pos": [136.791999, 102.04199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [150.24099999999999, 86.36], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [150.24099999999999, 87.1475], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [150.24099999999999, 85.57249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C106", "bbox": {"pos": [149.485999, 84.85499899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [134.493, 79.502], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [134.493, 80.28949999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [134.493, 78.7145], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C107", "bbox": {"pos": [133.737999, 77.996999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [121.158, 124.20599999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [121.158, 123.72099999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [121.158, 124.69099999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C108", "bbox": {"pos": [120.662999, 123.250999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [141.85899999999998, 100.457], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [141.85899999999998, 100.942], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [141.85899999999998, 99.972], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C109", "bbox": {"pos": [141.363999, 99.501999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [132.07999999999998, 81.788], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [131.595, 81.788], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [132.565, 81.788], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C110", "bbox": {"pos": [131.124999, 81.292999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [149.733, 83.693], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [149.733, 84.178], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [149.733, 83.208], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C111", "bbox": {"pos": [149.237999, 82.737999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [149.777, 95.78999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [149.777, 95.30499999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [149.777, 96.27499999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C112", "bbox": {"pos": [149.28199899999998, 94.834999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [147.32, 101.24199999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [147.32, 101.72699999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [147.32, 100.75699999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C113", "bbox": {"pos": [146.824999, 100.286999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [144.78, 102.258], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [144.78, 101.773], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [144.78, 102.743], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C114", "bbox": {"pos": [144.284999, 101.302999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [150.495, 113.538], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [150.495, 113.053], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [150.495, 114.023], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C115", "bbox": {"pos": [149.999999, 112.582999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [146.04999999999998, 101.72699999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [146.04999999999998, 102.5145], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [146.04999999999998, 100.9395], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C116", "bbox": {"pos": [145.294999, 100.221999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [143.38299999999998, 101.854], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [143.38299999999998, 102.6415], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [143.38299999999998, 101.06649999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C117", "bbox": {"pos": [142.627999, 100.34899899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [147.95499999999998, 82.4485], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [147.95499999999998, 81.661], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [147.95499999999998, 83.23599999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C118", "bbox": {"pos": [147.199999, 80.943499], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [173.863, 74.803], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [173.863, 74.318], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [173.863, 75.288], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C119", "bbox": {"pos": [173.367999, 73.847999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [174.72899999999998, 66.80199999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [175.214, 66.80199999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [174.244, 66.80199999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C120", "bbox": {"pos": [173.773999, 66.30699899999999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [121.666, 66.548], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [121.666, 67.29729999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.7975599999999999, 0.7975599999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [121.666, 65.7987], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.7975599999999999, 0.7975599999999999]}], "drawings": [], "ref": "D3", "bbox": {"pos": [120.890999, 65.122999], "size": [1.5500019999999999, 2.850002]}}, {"layer": "F", "center": [128.8923, 68.834], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [128.143, 68.834], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.7975599999999999, 0.7975599999999999]}, {"layers": ["F"], "angle": -0.0, "pos": [129.64159999999998, 68.834], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.7975599999999999, 0.7975599999999999]}], "drawings": [], "ref": "D4", "bbox": {"pos": [127.467299, 68.058999], "size": [2.850002, 1.5500019999999999]}}, {"layer": "F", "center": [138.458001, 106.566001], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [137.708701, 106.566001], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.7975599999999999, 0.7975599999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [139.207301, 106.566001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.7975599999999999, 0.7975599999999999]}], "drawings": [], "ref": "D9", "bbox": {"pos": [137.033, 105.791], "size": [2.850002, 1.5500019999999999]}}, {"layer": "F", "center": [132.07999999999998, 122.17399999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [131.07999999999998, 123.124], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.6, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [131.07999999999998, 121.22399999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.6, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [133.07999999999998, 121.22399999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.6, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [133.07999999999998, 122.92399999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.0, 0.7]}], "drawings": [], "ref": "D10", "bbox": {"pos": [130.73, 120.61049899999999], "size": [2.6999999999999997, 3.127002]}}, {"layer": "F", "center": [136.017, 122.047], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [137.017, 122.047], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 0.7999999999999999]}, {"layers": ["F"], "angle": -0.0, "pos": [135.017, 122.997], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 0.7999999999999999]}, {"layers": ["F"], "angle": -0.0, "pos": [135.017, 121.097], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.8999999999999999, 0.7999999999999999]}], "drawings": [], "ref": "D11", "bbox": {"pos": [134.291999, 120.271999], "size": [3.450002, 3.5500019999999997]}}, {"layer": "F", "center": [184.277, 103.124], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [184.277, 101.092], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.778, 2.159]}, {"layers": ["F"], "angle": -90.0, "pos": [184.277, 105.15599999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.778, 2.159]}], "drawings": [], "ref": "D12", "bbox": {"pos": [182.25199899999998, 99.59899899999999], "size": [4.050002, 7.050002]}}, {"layer": "F", "center": [173.101, 110.871], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [173.101, 111.6203], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.7975599999999999, 0.7975599999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [173.101, 110.12169999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.7975599999999999, 0.7975599999999999]}], "drawings": [], "ref": "D13", "bbox": {"pos": [172.325999, 109.445999], "size": [1.5500019999999999, 2.850002]}}, {"layer": "F", "center": [198.24699999999999, 103.378], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [198.24699999999999, 101.34599999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.778, 2.159]}, {"layers": ["F"], "angle": -90.0, "pos": [198.24699999999999, 105.41], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.778, 2.159]}], "drawings": [], "ref": "D14", "bbox": {"pos": [196.22199899999998, 99.852999], "size": [4.050002, 7.050002]}}, {"layer": "F", "center": [194.391469, 119.440052], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [193.642169, 119.440052], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.7975599999999999, 0.7975599999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [195.14076899999998, 119.440052], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.7975599999999999, 0.7975599999999999]}], "drawings": [], "ref": "D15", "bbox": {"pos": [192.966468, 118.66505099999999], "size": [2.850002, 1.5500019999999999]}}, {"layer": "F", "center": [144.018, 113.411], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [144.018, 114.16029999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.7975599999999999, 0.7975599999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [144.018, 112.6617], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.7975599999999999, 0.7975599999999999]}], "drawings": [], "ref": "D17", "bbox": {"pos": [143.242999, 111.98599899999999], "size": [1.5500019999999999, 2.850002]}}, {"layer": "F", "center": [173.355, 82.804], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [173.355, 84.804], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [2.5, 1.7999999999999998]}, {"layers": ["F"], "angle": -270.0, "pos": [173.355, 80.804], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [2.5, 1.7999999999999998]}], "drawings": [], "ref": "D18", "bbox": {"pos": [171.579999, 79.278999], "size": [3.5500019999999997, 7.050002]}}, {"layer": "F", "center": [153.797, 98.523], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [153.797, 100.55499999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.778, 2.159]}, {"layers": ["F"], "angle": -90.0, "pos": [153.797, 96.491], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.778, 2.159]}], "drawings": [], "ref": "D19", "bbox": {"pos": [151.771999, 94.997999], "size": [4.050002, 7.050002]}}, {"layer": "F", "center": [148.082, 114.173], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [147.082, 113.423], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.0, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [147.082, 115.12299999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.6, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [149.082, 115.12299999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.6, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [149.082, 113.223], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.6, 0.7]}], "drawings": [], "ref": "D22", "bbox": {"pos": [146.732, 112.609499], "size": [2.6999999999999997, 3.127002]}}, {"layer": "F", "center": [168.275, 109.728], "pads": [{"layers": ["F", "B"], "angle": -90.0, "pos": [169.975, 104.85799999999999], "drillsize": [1.65, 1.65], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.65, 2.65]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [166.575, 104.85799999999999], "drillsize": [1.65, 1.65], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.65, 2.65]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [169.975, 114.598], "drillsize": [1.65, 1.65], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.65, 2.65]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [166.575, 114.598], "drillsize": [1.65, 1.65], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.65, 2.65]}], "drawings": [], "ref": "F1", "bbox": {"pos": [164.224999, 101.177999], "size": [8.100002, 17.100002]}}, {"layer": "F", "center": [167.894, 87.75699999999999], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [169.594, 82.887], "drillsize": [1.65, 1.65], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.65, 2.65]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [166.194, 82.887], "drillsize": [1.65, 1.65], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.65, 2.65]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [169.594, 92.627], "drillsize": [1.65, 1.65], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.65, 2.65]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [166.194, 92.627], "drillsize": [1.65, 1.65], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.65, 2.65]}], "drawings": [], "ref": "F3", "bbox": {"pos": [163.843999, 79.206999], "size": [8.100002, 17.100002]}}, {"layer": "F", "center": [132.426, 129.31], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [134.926, 125.16], "drillsize": [0.85, 0.85], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.45, 1.45]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [129.926, 125.16], "drillsize": [0.85, 0.85], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.45, 1.45]}, {"layers": ["F"], "angle": -0.0, "pos": [133.726, 125.16], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.39999999999999997, 1.3499999999999999]}, {"layers": ["F"], "angle": -0.0, "pos": [133.076, 125.16], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.39999999999999997, 1.3499999999999999]}, {"layers": ["F"], "angle": -0.0, "pos": [131.126, 125.16], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.39999999999999997, 1.3499999999999999]}, {"layers": ["F"], "angle": -0.0, "pos": [131.77599999999998, 125.16], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.39999999999999997, 1.3499999999999999]}, {"layers": ["F"], "angle": -0.0, "pos": [132.426, 125.16], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.39999999999999997, 1.3499999999999999]}, {"layers": ["F"], "angle": -0.0, "pos": [135.326, 127.86], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.2, 1.9]}, {"layers": ["F"], "angle": -0.0, "pos": [129.52599999999998, 127.86], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.2, 1.9]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [135.926, 127.86], "drillsize": [0.6, 1.3], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [1.2, 1.9]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [128.926, 127.86], "drillsize": [0.6, 1.3], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [1.2, 1.9]}, {"layers": ["F"], "angle": -0.0, "pos": [133.426, 127.86], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 1.9]}, {"layers": ["F"], "angle": -0.0, "pos": [131.426, 127.86], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 1.9]}], "drawings": [], "ref": "J2", "bbox": {"pos": [128.326, 124.43499999999999], "size": [8.2, 5.125]}}, {"layer": "F", "center": [182.25199999999998, 90.80499999999999], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [182.25199999999998, 93.30499999999999], "drillsize": [1.0, 1.7999999999999998], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "pin1": 1, "type": "th", "size": [3.0, 4.0]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [182.25199999999998, 88.30499999999999], "drillsize": [1.0, 1.7999999999999998], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "pin1": 1, "type": "th", "size": [3.0, 4.0]}], "drawings": [], "ref": "J4", "bbox": {"pos": [180.75199999999998, 86.30499999999999], "size": [3.0, 9.0]}}, {"layer": "F", "center": [175.768, 90.80499999999999], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [175.768, 88.30499999999999], "drillsize": [1.0, 1.7999999999999998], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "pin1": 1, "type": "th", "size": [3.0, 4.0]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.768, 93.30499999999999], "drillsize": [1.0, 1.7999999999999998], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "pin1": 1, "type": "th", "size": [3.0, 4.0]}], "drawings": [], "ref": "J5", "bbox": {"pos": [174.268, 86.30499999999999], "size": [3.0, 9.0]}}, {"layer": "F", "center": [192.786, 88.13799999999999], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [198.286, 88.13799999999999], "drillsize": [2.1999999999999997, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [3.4, 2.0]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [196.286, 95.938], "drillsize": [2.1999999999999997, 2.1999999999999997], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [3.8, 3.8]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [196.286, 80.338], "drillsize": [2.1999999999999997, 2.1999999999999997], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [3.8, 3.8]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [196.286, 90.63799999999999], "drillsize": [1.7, 1.7], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [196.286, 85.63799999999999], "drillsize": [1.7, 1.7], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [187.786, 95.938], "drillsize": [0.6, 2.6999999999999997], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [2.0, 3.1999999999999997]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [187.786, 80.338], "drillsize": [0.6, 2.6999999999999997], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [2.0, 3.1999999999999997]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [189.136, 91.038], "drillsize": [0.6, 2.6999999999999997], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "pin1": 1, "type": "th", "size": [4.0, 3.1999999999999997]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [189.136, 85.238], "drillsize": [0.6, 2.6999999999999997], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [4.0, 3.1999999999999997]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [192.786, 90.63799999999999], "drillsize": [0.6, 2.6999999999999997], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [4.0, 3.1999999999999997]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [192.786, 85.63799999999999], "drillsize": [0.6, 2.6999999999999997], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [4.0, 3.1999999999999997]}], "drawings": [], "ref": "J6", "bbox": {"pos": [186.18599999999998, 78.438], "size": [17.725001, 19.4]}}, {"layer": "F", "center": [98.298, 62.357], "pads": [{"layers": ["F", "B"], "angle": -90.0, "pos": [98.298, 62.357], "drillsize": [1.016, 1.016], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [100.838, 62.357], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [103.378, 62.357], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [105.91799999999999, 62.357], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}], "drawings": [], "ref": "J7", "bbox": {"pos": [95.478999, 59.537999], "size": [13.258002, 7.162001999999999]}}, {"layer": "F", "center": [111.252, 62.357], "pads": [{"layers": ["F", "B"], "angle": -90.0, "pos": [111.252, 62.357], "drillsize": [1.016, 1.016], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [113.792, 62.357], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [116.332, 62.357], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}], "drawings": [], "ref": "J9", "bbox": {"pos": [108.432999, 59.537999], "size": [10.718002, 7.162001999999999]}}, {"layer": "F", "center": [98.702, 66.285], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [98.702, 66.285], "shape": "circle", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.0, 1.0]}], "drawings": [], "ref": "J12", "bbox": {"pos": [97.126999, 64.709999], "size": [3.1500019999999997, 3.1500019999999997]}}, {"layer": "F", "center": [107.702, 126.0], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [107.702, 126.0], "shape": "circle", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.0, 1.0]}], "drawings": [], "ref": "J13", "bbox": {"pos": [106.126999, 124.424999], "size": [3.1500019999999997, 3.1500019999999997]}}, {"layer": "F", "center": [185.0, 62.0], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [185.0, 62.0], "shape": "circle", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.0, 1.0]}], "drawings": [], "ref": "J14", "bbox": {"pos": [183.42499899999999, 60.424999], "size": [3.1500019999999997, 3.1500019999999997]}}, {"layer": "F", "center": [192.0, 127.285], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [192.0, 127.285], "shape": "circle", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.0, 1.0]}], "drawings": [], "ref": "J15", "bbox": {"pos": [190.42499899999999, 125.709999], "size": [3.1500019999999997, 3.1500019999999997]}}, {"layer": "F", "center": [179.78199999999998, 81.285], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [179.78199999999998, 81.285], "drillsize": [3.1999999999999997, 3.1999999999999997], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [5.5, 5.5]}], "drawings": [], "ref": "J16", "bbox": {"pos": [176.75699899999998, 78.259999], "size": [6.050002, 6.050002]}}, {"layer": "F", "center": [100.702, 71.285], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [100.702, 71.285], "drillsize": [3.1999999999999997, 3.1999999999999997], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [5.5, 5.5]}], "drawings": [], "ref": "J17", "bbox": {"pos": [97.676999, 68.259999], "size": [6.050002, 6.050002]}}, {"layer": "F", "center": [112.702, 124.285], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [112.702, 124.285], "drillsize": [3.1999999999999997, 3.1999999999999997], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [5.5, 5.5]}], "drawings": [], "ref": "J18", "bbox": {"pos": [109.676999, 121.259999], "size": [6.050002, 6.050002]}}, {"layer": "F", "center": [195.702, 124.285], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [195.702, 124.285], "drillsize": [3.1999999999999997, 3.1999999999999997], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [5.5, 5.5]}], "drawings": [], "ref": "J19", "bbox": {"pos": [192.676999, 121.259999], "size": [6.050002, 6.050002]}}, {"layer": "F", "center": [117.729, 66.5225], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [117.729, 67.31], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [117.729, 65.735], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L1", "bbox": {"pos": [116.97399899999999, 65.017499], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [130.302, 61.595], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [130.302, 60.8075], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [130.302, 62.3825], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L2", "bbox": {"pos": [129.546999, 60.089999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [124.079, 66.548], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [124.079, 67.3355], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [124.079, 65.7605], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L3", "bbox": {"pos": [123.323999, 65.042999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [135.763, 71.50099999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [135.763, 72.2885], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [135.763, 70.7135], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L4", "bbox": {"pos": [135.00799899999998, 69.995999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [176.784, 120.2945], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [176.784, 119.50699999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [176.784, 121.082], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L5", "bbox": {"pos": [176.028999, 118.78949899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [186.81699999999998, 120.26899999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [186.81699999999998, 121.0565], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [186.81699999999998, 119.4815], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L6", "bbox": {"pos": [186.061999, 118.763999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [129.41299999999998, 122.428], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [129.41299999999998, 121.64049999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [129.41299999999998, 123.21549999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L7", "bbox": {"pos": [128.657999, 120.92299899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [136.017, 119.50699999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [136.8045, 119.50699999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [135.2295, 119.50699999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L8", "bbox": {"pos": [134.511999, 118.751999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [127.25399999999999, 127.25399999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [127.25399999999999, 128.04149999999998], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [127.25399999999999, 126.4665], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L9", "bbox": {"pos": [126.498999, 125.748999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [168.021, 97.663], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [166.021, 97.663], "shape": "roundrect", "radius": 0.249999, "offset": [0.0, 0.0], "type": "smd", "size": [1.4, 1.7999999999999998]}, {"layers": ["F"], "angle": -180.0, "pos": [170.021, 97.663], "shape": "roundrect", "radius": 0.249999, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.4, 1.7999999999999998]}], "drawings": [], "ref": "L12", "bbox": {"pos": [165.045999, 96.487999], "size": [5.950002, 2.350002]}}, {"layer": "F", "center": [159.453, 98.64999999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [161.553, 98.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.9, 5.1]}, {"layers": ["F"], "angle": -0.0, "pos": [157.35299999999998, 98.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.9, 5.1]}], "drawings": [], "ref": "L13", "bbox": {"pos": [155.97799899999998, 95.374999], "size": [6.950002, 6.550002]}}, {"layer": "F", "center": [109.22, 66.675], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [109.22, 65.8875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [109.22, 67.46249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L14", "bbox": {"pos": [108.46499899999999, 65.16999899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [110.744, 66.675], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [110.744, 67.46249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [110.744, 65.8875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L15", "bbox": {"pos": [109.98899899999999, 65.16999899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [140.462, 70.485], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [140.462, 71.2725], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [140.462, 69.69749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L16", "bbox": {"pos": [139.706999, 68.97999899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [113.538, 66.548], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [113.538, 67.3355], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [113.538, 65.7605], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L23", "bbox": {"pos": [112.78299899999999, 65.042999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [116.205, 66.548], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [116.205, 65.7605], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [116.205, 67.3355], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L25", "bbox": {"pos": [115.44999899999999, 65.042999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [151.638, 113.919], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [151.638, 114.70649999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [151.638, 113.13149999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L27", "bbox": {"pos": [150.88299899999998, 112.41399899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [103.27386, 122.81154], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [102.48635999999999, 122.81154], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [104.06136, 122.81154], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L31", "bbox": {"pos": [101.76885899999999, 122.056539], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.24846, 119.69496], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [104.03595999999999, 119.69496], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [102.46096, 119.69496], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L32", "bbox": {"pos": [101.743459, 118.93995899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.24846, 116.50725999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [102.46096, 116.50725999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [104.03595999999999, 116.50725999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L33", "bbox": {"pos": [101.743459, 115.752259], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 108.966], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [104.0385, 108.966], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [102.4635, 108.966], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L34", "bbox": {"pos": [101.745999, 108.210999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 105.664], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [102.4635, 105.664], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [104.0385, 105.664], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L35", "bbox": {"pos": [101.745999, 104.908999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 102.362], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [104.0385, 102.362], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [102.4635, 102.362], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L36", "bbox": {"pos": [101.745999, 101.606999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.24846, 125.89764], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [104.03595999999999, 125.89764], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [102.46096, 125.89764], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L37", "bbox": {"pos": [101.743459, 125.14263899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 112.268], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [102.4635, 112.268], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [104.0385, 112.268], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L38", "bbox": {"pos": [101.745999, 111.512999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.124, 82.423], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [103.91149999999999, 82.423], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [102.3365, 82.423], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L39", "bbox": {"pos": [101.618999, 81.667999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.124, 79.121], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [102.3365, 79.121], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [103.91149999999999, 79.121], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L40", "bbox": {"pos": [101.618999, 78.365999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.124, 75.819], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [103.91149999999999, 75.819], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [102.3365, 75.819], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L41", "bbox": {"pos": [101.618999, 75.063999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 95.758], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [102.4635, 95.758], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [104.0385, 95.758], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L42", "bbox": {"pos": [101.745999, 95.002999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 92.45599999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [104.0385, 92.45599999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [102.4635, 92.45599999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L43", "bbox": {"pos": [101.745999, 91.700999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 89.154], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [104.0385, 89.154], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [102.4635, 89.154], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L44", "bbox": {"pos": [101.745999, 88.39899899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.124, 85.725], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [102.3365, 85.725], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [103.91149999999999, 85.725], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L45", "bbox": {"pos": [101.618999, 84.969999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [103.25099999999999, 99.06], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [102.4635, 99.06], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [104.0385, 99.06], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L46", "bbox": {"pos": [101.745999, 98.304999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [148.59, 101.473], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [148.59, 100.68549999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [148.59, 102.2605], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L47", "bbox": {"pos": [147.83499899999998, 99.96799899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [152.2, 116.8], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [152.2, 117.58749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [152.2, 116.01249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L48", "bbox": {"pos": [151.444999, 115.29499899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [121.666, 62.357], "pads": [{"layers": ["F", "B"], "angle": -90.0, "pos": [126.746, 62.357], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [124.20599999999999, 62.357], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [121.666, 62.357], "drillsize": [1.016, 1.016], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.032, 1.7271999999999998]}], "drawings": [], "ref": "P1", "bbox": {"pos": [118.846999, 59.537999], "size": [10.718002, 7.162001999999999]}}, {"layer": "F", "center": [133.60399999999998, 62.357], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [133.60399999999998, 62.357], "drillsize": [1.016, 1.016], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [133.60399999999998, 64.89699999999999], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [133.60399999999998, 67.437], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}], "drawings": [], "ref": "P2", "bbox": {"pos": [129.260999, 59.537999], "size": [7.162001999999999, 10.718002]}}, {"layer": "F", "center": [181.483, 126.365], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [181.483, 126.365], "drillsize": [1.016, 1.016], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [178.94299999999998, 126.365], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}], "drawings": [], "ref": "P3", "bbox": {"pos": [176.123999, 122.021999], "size": [8.178002, 7.162001999999999]}}, {"layer": "F", "center": [189.357, 126.365], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [186.81699999999998, 126.365], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [189.357, 126.365], "drillsize": [1.016, 1.016], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.032, 1.7271999999999998]}], "drawings": [], "ref": "P4", "bbox": {"pos": [183.997999, 122.021999], "size": [8.178002, 7.162001999999999]}}, {"layer": "F", "center": [177.79999999999998, 112.014], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [177.79999999999998, 112.014], "drillsize": [1.4, 1.4], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.1, 3.5999999999999996]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [182.88, 112.014], "drillsize": [1.4, 1.4], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.1, 3.5999999999999996]}], "drawings": [], "ref": "P5", "bbox": {"pos": [173.724999, 106.03899899999999], "size": [13.200002, 10.300002]}}, {"layer": "F", "center": [191.135, 112.014], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [196.215, 112.014], "drillsize": [1.4, 1.4], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.1, 3.5999999999999996]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [191.135, 112.014], "drillsize": [1.4, 1.4], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.1, 3.5999999999999996]}], "drawings": [], "ref": "P6", "bbox": {"pos": [187.059999, 106.03899899999999], "size": [13.200002, 10.300002]}}, {"layer": "F", "center": [98.93299999999999, 126.11099999999999], "pads": [{"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 118.491], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 121.03099999999999], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 123.571], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 126.11099999999999], "drillsize": [1.016, 1.016], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.032, 1.7271999999999998]}], "drawings": [], "ref": "P7", "bbox": {"pos": [96.11399899999999, 115.671999], "size": [7.162001999999999, 13.258002]}}, {"layer": "F", "center": [98.93299999999999, 112.52199999999999], "pads": [{"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 104.902], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 107.442], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 109.982], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 112.52199999999999], "drillsize": [1.016, 1.016], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.032, 1.7271999999999998]}], "drawings": [], "ref": "P8", "bbox": {"pos": [96.11399899999999, 102.082999], "size": [7.162001999999999, 13.258002]}}, {"layer": "F", "center": [98.93299999999999, 85.598], "pads": [{"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 77.978], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 80.518], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 83.05799999999999], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 85.598], "drillsize": [1.016, 1.016], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.032, 1.7271999999999998]}], "drawings": [], "ref": "P9", "bbox": {"pos": [96.11399899999999, 75.158999], "size": [7.162001999999999, 13.258002]}}, {"layer": "F", "center": [98.93299999999999, 99.06], "pads": [{"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 99.06], "drillsize": [1.016, 1.016], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 96.52], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 93.97999999999999], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [98.93299999999999, 91.44], "drillsize": [1.016, 1.016], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [2.032, 1.7271999999999998]}], "drawings": [], "ref": "P10", "bbox": {"pos": [96.11399899999999, 88.620999], "size": [7.162001999999999, 13.258002]}}, {"layer": "F", "center": [122.68199999999999, 70.231], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [122.68199999999999, 69.231], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 0.7999999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [123.63199999999999, 71.231], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 0.7999999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [121.732, 71.231], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.8999999999999999, 0.7999999999999999]}], "drawings": [], "ref": "Q1", "bbox": {"pos": [120.906999, 68.505999], "size": [3.5500019999999997, 3.450002]}}, {"layer": "F", "center": [130.683, 71.755], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [129.733, 72.755], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.8999999999999999, 0.7999999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [131.63299999999998, 72.755], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 0.7999999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [130.683, 70.755], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 0.7999999999999999]}], "drawings": [], "ref": "Q2", "bbox": {"pos": [128.907999, 70.029999], "size": [3.5500019999999997, 3.450002]}}, {"layer": "F", "center": [177.927, 103.505], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [175.102, 102.86999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.7, 1.15]}, {"layers": ["F"], "angle": -270.0, "pos": [175.102, 101.6], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.7, 1.15]}, {"layers": ["F"], "angle": -270.0, "pos": [175.102, 104.14], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.7, 1.15]}, {"layers": ["F"], "angle": -270.0, "pos": [180.577, 103.505], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [4.7, 1.5499999999999998]}, {"layers": ["F"], "angle": -270.0, "pos": [178.37699999999998, 103.505], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [4.2, 3.3]}, {"layers": ["F"], "angle": -270.0, "pos": [175.102, 105.41], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.7, 1.15]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [178.12699999999998, 103.05499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [179.027, 103.05499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [179.927, 103.05499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [180.827, 103.05499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [177.227, 103.05499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [177.227, 102.155], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [179.927, 102.155], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [180.827, 102.155], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [178.12699999999998, 102.155], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [179.027, 102.155], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [179.927, 104.85499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [180.827, 103.955], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [178.12699999999998, 103.955], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [179.027, 104.85499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [178.12699999999998, 104.85499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [179.027, 103.955], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [177.227, 103.955], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [177.227, 104.85499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [179.927, 103.955], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [180.827, 104.85499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}], "drawings": [], "ref": "Q3", "bbox": {"pos": [173.75199899999998, 100.629999], "size": [8.350002, 5.750001999999999]}}, {"layer": "F", "center": [191.897, 103.505], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [194.797, 104.85499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [193.897, 103.955], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [191.197, 104.85499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [191.197, 103.955], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [192.99699999999999, 103.955], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [192.09699999999998, 104.85499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [192.99699999999999, 104.85499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [192.09699999999998, 103.955], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [194.797, 103.955], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [193.897, 104.85499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [192.99699999999999, 102.155], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [192.09699999999998, 102.155], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [194.797, 102.155], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [193.897, 102.155], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [191.197, 102.155], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [191.197, 103.05499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [194.797, 103.05499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [193.897, 103.05499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [192.99699999999999, 103.05499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [192.09699999999998, 103.05499999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [189.072, 105.41], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.7, 1.15]}, {"layers": ["F"], "angle": -270.0, "pos": [192.34699999999998, 103.505], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [4.2, 3.3]}, {"layers": ["F"], "angle": -270.0, "pos": [194.547, 103.505], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [4.7, 1.5499999999999998]}, {"layers": ["F"], "angle": -270.0, "pos": [189.072, 104.14], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.7, 1.15]}, {"layers": ["F"], "angle": -270.0, "pos": [189.072, 101.6], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.7, 1.15]}, {"layers": ["F"], "angle": -270.0, "pos": [189.072, 102.86999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.7, 1.15]}], "drawings": [], "ref": "Q4", "bbox": {"pos": [187.72199899999998, 100.629999], "size": [8.350002, 5.750001999999999]}}, {"layer": "F", "center": [120.37299999999999, 70.081], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [120.37299999999999, 70.566], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [120.37299999999999, 69.596], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R1", "bbox": {"pos": [119.87799899999999, 69.125999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [128.397, 72.136], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [128.397, 72.621], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [128.397, 71.651], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R2", "bbox": {"pos": [127.90199899999999, 71.180999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [119.253, 70.104], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [119.253, 69.619], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [119.253, 70.589], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R3", "bbox": {"pos": [118.757999, 69.148999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [127.25399999999999, 72.136], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [127.25399999999999, 72.621], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [127.25399999999999, 71.651], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R4", "bbox": {"pos": [126.75899899999999, 71.180999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [120.26899999999999, 66.548], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [120.26899999999999, 67.3355], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [120.26899999999999, 65.7605], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R5", "bbox": {"pos": [119.513999, 65.042999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [130.302, 66.675], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [130.302, 67.46249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [130.302, 65.8875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R6", "bbox": {"pos": [129.546999, 65.16999899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [128.65099999999998, 66.167], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [128.65099999999998, 65.682], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [128.65099999999998, 66.652], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R7", "bbox": {"pos": [128.15599899999998, 65.21199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [133.858, 73.02499999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [133.373, 73.02499999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [134.343, 73.02499999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R8", "bbox": {"pos": [132.902999, 72.529999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [125.34899999999999, 66.548], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [125.34899999999999, 66.063], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [125.34899999999999, 67.033], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R9", "bbox": {"pos": [124.85399899999999, 65.59299899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [134.493, 71.628], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [134.493, 72.113], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [134.493, 71.143], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R10", "bbox": {"pos": [133.997999, 70.67299899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [179.32399999999998, 120.777], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [179.32399999999998, 121.262], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [179.32399999999998, 120.292], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R11", "bbox": {"pos": [178.82899899999998, 119.82199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [180.46699999999998, 120.777], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [180.46699999999998, 121.262], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [180.46699999999998, 120.292], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R12", "bbox": {"pos": [179.97199899999998, 119.82199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [181.60999999999999, 120.777], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [181.60999999999999, 121.262], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [181.60999999999999, 120.292], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R13", "bbox": {"pos": [181.11499899999998, 119.82199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [189.357, 120.777], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [189.357, 120.292], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [189.357, 121.262], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R14", "bbox": {"pos": [188.861999, 119.82199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [190.5, 120.777], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [190.5, 120.292], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [190.5, 121.262], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R15", "bbox": {"pos": [190.004999, 119.82199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [191.76999999999998, 120.777], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [191.76999999999998, 120.292], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [191.76999999999998, 121.262], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R16", "bbox": {"pos": [191.27499899999998, 119.82199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [141.47799999999998, 106.553], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [140.6905, 106.553], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [142.2655, 106.553], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R17", "bbox": {"pos": [139.972999, 105.79799899999999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [114.93499999999999, 66.42099999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [114.93499999999999, 65.93599999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [114.93499999999999, 66.90599999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R18", "bbox": {"pos": [114.439999, 65.465999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [129.667, 119.38], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [129.667, 120.16749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [129.667, 118.5925], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R19", "bbox": {"pos": [128.91199899999998, 117.87499899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [128.26999999999998, 119.38], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [128.26999999999998, 120.16749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [128.26999999999998, 118.5925], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R20", "bbox": {"pos": [127.51499899999999, 117.87499899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [133.98499999999999, 118.999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [133.98499999999999, 118.514], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [133.98499999999999, 119.484], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R21", "bbox": {"pos": [133.48999899999998, 118.043999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [146.558, 70.231], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [146.558, 69.746], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [146.558, 70.716], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R22", "bbox": {"pos": [146.062999, 69.275999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [149.85999999999999, 70.231], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [149.85999999999999, 70.716], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [149.85999999999999, 69.746], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R23", "bbox": {"pos": [149.36499899999998, 69.275999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [167.259, 70.104], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [167.744, 70.104], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [166.774, 70.104], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R24", "bbox": {"pos": [166.303999, 69.608999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [167.259, 68.072], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [166.774, 68.072], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [167.744, 68.072], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R25", "bbox": {"pos": [166.303999, 67.576999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [167.352, 73.47], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [167.837, 73.47], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [166.867, 73.47], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R26", "bbox": {"pos": [166.396999, 72.974999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [167.352, 74.48599999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [166.867, 74.48599999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [167.837, 74.48599999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R27", "bbox": {"pos": [166.396999, 73.990999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [157.48, 116.967], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [156.995, 116.967], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [157.965, 116.967], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R28", "bbox": {"pos": [156.52499899999998, 116.471999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [157.48, 117.98299999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [157.965, 117.98299999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [156.995, 117.98299999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R29", "bbox": {"pos": [156.52499899999998, 117.48799899999999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [168.783, 75.375], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [168.783, 74.89], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [168.783, 75.86], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R30", "bbox": {"pos": [168.28799899999999, 74.41999899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [169.79899999999998, 75.375], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [169.79899999999998, 74.89], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [169.79899999999998, 75.86], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R32", "bbox": {"pos": [169.303999, 74.41999899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [167.259, 69.088], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [166.774, 69.088], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [167.744, 69.088], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R33", "bbox": {"pos": [166.303999, 68.59299899999999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [167.225, 67.056], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [166.73999999999998, 67.056], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [167.70999999999998, 67.056], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R34", "bbox": {"pos": [166.26999899999998, 66.560999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [175.387, 68.834], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [175.87199999999999, 68.834], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [174.902, 68.834], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R36", "bbox": {"pos": [174.431999, 68.338999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [177.03799999999998, 70.612], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [177.03799999999998, 70.127], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [177.03799999999998, 71.097], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R37", "bbox": {"pos": [176.54299899999998, 69.656999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [176.911, 68.834], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [176.911, 69.319], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [176.911, 68.349], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R38", "bbox": {"pos": [176.415999, 67.878999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [175.89499999999998, 72.74799999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [175.89499999999998, 73.23299999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [175.89499999999998, 72.26299999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R39", "bbox": {"pos": [175.39999899999998, 71.792999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [176.022, 70.993], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [176.022, 71.478], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [176.022, 70.508], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R40", "bbox": {"pos": [175.526999, 70.037999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [153.162, 70.231], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [153.162, 69.746], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [153.162, 70.716], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R41", "bbox": {"pos": [152.666999, 69.275999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [143.256, 70.208], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [143.256, 69.723], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [143.256, 70.693], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R42", "bbox": {"pos": [142.760999, 69.252999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [172.974, 102.86999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [172.974, 103.35499999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [172.974, 102.38499999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R43", "bbox": {"pos": [172.478999, 101.914999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [172.974, 105.029], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [172.974, 105.514], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [172.974, 104.544], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R44", "bbox": {"pos": [172.478999, 104.073999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [173.101, 113.919], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [173.101, 114.70649999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [173.101, 113.13149999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R45", "bbox": {"pos": [172.345999, 112.41399899999999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [186.944, 102.616], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [186.944, 103.101], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [186.944, 102.131], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R46", "bbox": {"pos": [186.448999, 101.66099899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [186.944, 104.902], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [186.944, 105.387], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [186.944, 104.417], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R47", "bbox": {"pos": [186.448999, 103.94699899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [197.358, 119.440052], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [198.1455, 119.440052], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [196.57049999999998, 119.440052], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R48", "bbox": {"pos": [195.85299899999998, 118.685051], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [159.385, 84.963], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [159.87, 84.963], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [158.9, 84.963], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R49", "bbox": {"pos": [158.42999899999998, 84.46799899999999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [157.35299999999998, 84.836], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [157.838, 84.836], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [156.868, 84.836], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R50", "bbox": {"pos": [156.397999, 84.340999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [153.27599999999998, 91.03], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [153.27599999999998, 88.13], "shape": "roundrect", "radius": 0.24975, "offset": [0.0, 0.0], "type": "smd", "size": [1.3499999999999999, 3.3499999999999996]}, {"layers": ["F"], "angle": -90.0, "pos": [153.27599999999998, 93.92999999999999], "shape": "roundrect", "radius": 0.249999, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.3499999999999999, 3.3499999999999996]}], "drawings": [], "ref": "R51", "bbox": {"pos": [151.330999, 87.18499899999999], "size": [3.890002, 7.690002]}}, {"layer": "F", "center": [155.702, 90.04299999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [155.702, 90.52799999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [155.702, 89.55799999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R52", "bbox": {"pos": [155.206999, 89.087999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [156.59099999999998, 90.04299999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [156.59099999999998, 90.52799999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [156.59099999999998, 89.55799999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R53", "bbox": {"pos": [156.095999, 89.087999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [106.67999999999999, 66.167], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [106.67999999999999, 66.652], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [106.67999999999999, 65.682], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R54", "bbox": {"pos": [106.18499899999999, 65.21199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [103.25099999999999, 66.19], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [103.25099999999999, 66.675], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [103.25099999999999, 65.705], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R55", "bbox": {"pos": [102.75599899999999, 65.234999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [102.10799999999999, 66.167], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [102.10799999999999, 65.682], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [102.10799999999999, 66.652], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R56", "bbox": {"pos": [101.612999, 65.21199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [105.53699999999999, 66.167], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [105.53699999999999, 66.652], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [105.53699999999999, 65.682], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R57", "bbox": {"pos": [105.04199899999999, 65.21199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [100.96499999999999, 66.167], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [100.96499999999999, 65.682], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [100.96499999999999, 66.652], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R58", "bbox": {"pos": [100.469999, 65.21199899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [152.146, 79.375], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [152.146, 79.86], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [152.146, 78.89], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R59", "bbox": {"pos": [151.65099899999998, 78.41999899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [152.042, 86.23299999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [152.527, 86.23299999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [151.557, 86.23299999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R60", "bbox": {"pos": [151.086999, 85.737999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [154.686, 86.23299999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [154.201, 86.23299999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [155.171, 86.23299999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R61", "bbox": {"pos": [153.730999, 85.737999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [154.051, 79.375], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [154.051, 78.89], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [154.051, 79.86], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R62", "bbox": {"pos": [153.55599899999999, 78.41999899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [155.575, 70.231], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [155.575, 70.716], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [155.575, 69.746], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R63", "bbox": {"pos": [155.079999, 69.275999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [129.921, 90.04299999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [129.921, 90.52799999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [129.921, 89.55799999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R64", "bbox": {"pos": [129.425999, 89.087999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [108.151, 115.062], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [106.701, 115.062], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.8999999999999999, 1.7]}, {"layers": ["F"], "angle": -0.0, "pos": [109.601, 115.062], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 1.7]}], "drawings": [], "ref": "R65", "bbox": {"pos": [105.92599899999999, 113.83699899999999], "size": [4.450002, 2.450002]}}, {"layer": "F", "center": [108.151, 102.88], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [106.701, 102.88], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.8999999999999999, 1.7]}, {"layers": ["F"], "angle": -0.0, "pos": [109.601, 102.88], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 1.7]}], "drawings": [], "ref": "R66", "bbox": {"pos": [105.92599899999999, 101.65499899999999], "size": [4.450002, 2.450002]}}, {"layer": "F", "center": [108.077, 111.506], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [109.527, 111.506], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 1.7]}, {"layers": ["F"], "angle": -0.0, "pos": [106.627, 111.506], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.8999999999999999, 1.7]}], "drawings": [], "ref": "R67", "bbox": {"pos": [105.85199899999999, 110.280999], "size": [4.450002, 2.450002]}}, {"layer": "F", "center": [108.077, 99.324], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [109.527, 99.324], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 1.7]}, {"layers": ["F"], "angle": -0.0, "pos": [106.627, 99.324], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.8999999999999999, 1.7]}], "drawings": [], "ref": "R68", "bbox": {"pos": [105.85199899999999, 98.09899899999999], "size": [4.450002, 2.450002]}}, {"layer": "F", "center": [160.528, 70.485], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [160.528, 70.0], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [160.528, 70.97], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R69", "bbox": {"pos": [160.032999, 69.529999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [163.82999999999998, 66.675], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [163.345, 66.675], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [164.315, 66.675], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R70", "bbox": {"pos": [162.874999, 66.179999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [108.151, 78.24199999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [106.701, 78.24199999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.8999999999999999, 1.7]}, {"layers": ["F"], "angle": -0.0, "pos": [109.601, 78.24199999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 1.7]}], "drawings": [], "ref": "R73", "bbox": {"pos": [105.92599899999999, 77.016999], "size": [4.450002, 2.450002]}}, {"layer": "F", "center": [108.151, 90.688], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [109.601, 90.688], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 1.7]}, {"layers": ["F"], "angle": -0.0, "pos": [106.701, 90.688], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.8999999999999999, 1.7]}], "drawings": [], "ref": "R74", "bbox": {"pos": [105.92599899999999, 89.462999], "size": [4.450002, 2.450002]}}, {"layer": "F", "center": [108.077, 74.68599999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [109.527, 74.68599999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 1.7]}, {"layers": ["F"], "angle": -0.0, "pos": [106.627, 74.68599999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.8999999999999999, 1.7]}], "drawings": [], "ref": "R75", "bbox": {"pos": [105.85199899999999, 73.460999], "size": [4.450002, 2.450002]}}, {"layer": "F", "center": [108.077, 87.13199999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [106.627, 87.13199999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.8999999999999999, 1.7]}, {"layers": ["F"], "angle": -0.0, "pos": [109.527, 87.13199999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 1.7]}], "drawings": [], "ref": "R76", "bbox": {"pos": [105.85199899999999, 85.906999], "size": [4.450002, 2.450002]}}, {"layer": "F", "center": [122.428, 124.20599999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [122.428, 123.72099999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [122.428, 124.69099999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R79", "bbox": {"pos": [121.932999, 123.250999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [149.987, 89.789], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [149.987, 89.304], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [149.987, 90.274], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R80", "bbox": {"pos": [149.491999, 88.83399899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [119.761, 124.20599999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [119.761, 124.69099999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [119.761, 123.72099999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R81", "bbox": {"pos": [119.265999, 123.250999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [126.97699999999999, 111.75999999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [126.49199999999999, 111.75999999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [127.46199999999999, 111.75999999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R85", "bbox": {"pos": [126.021999, 111.26499899999999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [144.78, 100.33], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [144.78, 99.845], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [144.78, 100.815], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R86", "bbox": {"pos": [144.284999, 99.374999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [141.09699999999998, 111.633], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [141.582, 111.633], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [140.612, 111.633], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R87", "bbox": {"pos": [140.141999, 111.137999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [141.732, 112.90299999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [142.5195, 112.90299999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [140.9445, 112.90299999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R88", "bbox": {"pos": [140.226999, 112.147999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [144.90699999999998, 70.208], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [144.90699999999998, 70.693], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [144.90699999999998, 69.723], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R89", "bbox": {"pos": [144.41199899999998, 69.252999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [148.209, 70.231], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [148.209, 70.716], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [148.209, 69.746], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R90", "bbox": {"pos": [147.713999, 69.275999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [151.511, 70.231], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [151.511, 70.716], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [151.511, 69.746], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R91", "bbox": {"pos": [151.015999, 69.275999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [141.09699999999998, 110.61699999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [140.612, 110.61699999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [141.582, 110.61699999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R92", "bbox": {"pos": [140.141999, 110.12199899999999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [154.432, 70.231], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [154.432, 70.716], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [154.432, 69.746], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R93", "bbox": {"pos": [153.936999, 69.275999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [180.213, 76.073], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [180.213, 75.2855], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [180.213, 76.8605], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R94", "bbox": {"pos": [179.457999, 74.567999], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [178.689, 66.1415], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [178.689, 66.929], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [178.689, 65.354], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R95", "bbox": {"pos": [177.933999, 64.636499], "size": [1.5100019999999998, 3.010002]}}, {"layer": "F", "center": [158.356, 88.871], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [157.756, 89.47099999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [157.756, 88.871], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [157.756, 88.271], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [158.356, 89.47099999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [158.356, 88.871], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [158.356, 88.271], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [158.956, 89.47099999999999], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [158.956, 88.871], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [158.956, 88.271], "drillsize": [0.3, 0.3], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F"], "angle": -270.0, "pos": [158.356, 88.871], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.73, 1.9]}, {"layers": ["F"], "angle": -270.0, "pos": [159.356, 91.271], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.3716, 0.3302]}, {"layers": ["F"], "angle": -270.0, "pos": [158.856, 91.271], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.3716, 0.3302]}, {"layers": ["F"], "angle": -270.0, "pos": [158.356, 91.271], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.3716, 0.3302]}, {"layers": ["F"], "angle": -270.0, "pos": [157.856, 91.271], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.3716, 0.3302]}, {"layers": ["F"], "angle": -270.0, "pos": [157.356, 91.271], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.3716, 0.3302]}, {"layers": ["F"], "angle": -270.0, "pos": [157.356, 86.47099999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.3716, 0.3302]}, {"layers": ["F"], "angle": -270.0, "pos": [157.856, 86.47099999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.3716, 0.3302]}, {"layers": ["F"], "angle": -270.0, "pos": [158.356, 86.47099999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.3716, 0.3302]}, {"layers": ["F"], "angle": -270.0, "pos": [158.856, 86.47099999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.3716, 0.3302]}, {"layers": ["F"], "angle": -270.0, "pos": [159.356, 86.47099999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.3716, 0.3302]}], "drawings": [], "ref": "U3", "bbox": {"pos": [156.781199, 85.78519999999999], "size": [3.149602, 6.1716]}}, {"layer": "F", "center": [159.004, 107.18799999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [162.154, 109.488], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [2.0, 1.5]}, {"layers": ["F"], "angle": -180.0, "pos": [162.154, 104.88799999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [2.0, 1.5]}, {"layers": ["F"], "angle": -180.0, "pos": [162.154, 107.18799999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [2.0, 1.5]}, {"layers": ["F"], "angle": -180.0, "pos": [155.85399999999998, 107.18799999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [2.0, 3.8]}], "drawings": [], "ref": "U4", "bbox": {"pos": [154.57899899999998, 103.56299899999999], "size": [8.850002, 7.250001999999999]}}, {"layer": "F", "center": [153.035, 82.804], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [153.035, 82.804], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [2.05, 2.05]}, {"layers": [], "angle": -180.0, "pos": [152.475, 82.244], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.82, 0.82]}, {"layers": [], "angle": -180.0, "pos": [153.595, 82.244], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.82, 0.82]}, {"layers": [], "angle": -180.0, "pos": [153.595, 83.36399999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.82, 0.82]}, {"layers": [], "angle": -180.0, "pos": [152.475, 83.36399999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.82, 0.82]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [153.535, 82.304], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [152.535, 82.304], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [152.535, 83.304], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [153.535, 83.304], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F"], "angle": -180.0, "pos": [153.035, 82.804], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [2.05, 2.05]}, {"layers": ["F"], "angle": -180.0, "pos": [154.76, 83.554], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.85, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [154.035, 84.529], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.27999999999999997, 0.85]}, {"layers": ["F"], "angle": -180.0, "pos": [153.535, 84.529], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.27999999999999997, 0.85]}, {"layers": ["F"], "angle": -180.0, "pos": [153.035, 84.529], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.27999999999999997, 0.85]}, {"layers": ["F"], "angle": -180.0, "pos": [152.535, 84.529], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.27999999999999997, 0.85]}, {"layers": ["F"], "angle": -180.0, "pos": [152.035, 84.529], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.27999999999999997, 0.85]}, {"layers": ["F"], "angle": -180.0, "pos": [151.31, 83.554], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.85, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [151.31, 82.054], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.85, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [152.035, 81.079], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.27999999999999997, 0.85]}, {"layers": ["F"], "angle": -180.0, "pos": [152.535, 81.079], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.27999999999999997, 0.85]}, {"layers": ["F"], "angle": -180.0, "pos": [153.035, 81.079], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.27999999999999997, 0.85]}, {"layers": ["F"], "angle": -180.0, "pos": [153.535, 81.079], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.27999999999999997, 0.85]}, {"layers": ["F"], "angle": -180.0, "pos": [154.035, 81.079], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.27999999999999997, 0.85]}, {"layers": ["F"], "angle": -180.0, "pos": [154.76, 82.054], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.85, 0.27999999999999997]}], "drawings": [], "ref": "U5", "bbox": {"pos": [150.609999, 80.378999], "size": [4.850002, 4.850002]}}, {"layer": "F", "center": [139.84200099999998, 90.166001], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [131.942001, 96.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 95.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 95.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 94.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 94.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 93.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 93.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 92.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 92.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 91.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 91.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 90.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 90.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 89.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 89.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 88.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 88.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 87.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 87.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 86.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 86.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 85.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 85.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 84.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [131.942001, 84.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [133.84200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [134.34200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [134.84200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [135.34200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [135.84200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [136.34200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [136.84200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [137.34200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [137.84200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [138.34200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [138.84200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [139.34200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [139.84200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [140.34200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [140.84200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [141.34200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [141.84200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [142.34200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [142.84200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [143.34200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [143.84200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [144.34200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [144.84200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [145.34200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [145.84200099999998, 82.266001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 84.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 84.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 85.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 85.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 86.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 86.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 87.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 87.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 88.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 88.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 89.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 89.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 90.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 90.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 91.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 91.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 92.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 92.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 93.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 93.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 94.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 94.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 95.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 95.666001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -180.0, "pos": [147.742001, 96.166001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [145.84200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [145.34200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [144.84200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [144.34200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [143.84200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [143.34200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [142.84200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [142.34200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [141.84200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [141.34200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [140.84200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [140.34200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [139.84200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [139.34200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [138.84200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [138.34200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [137.84200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [137.34200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [136.84200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [136.34200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [135.84200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [135.34200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [134.84200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [134.34200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [133.84200099999998, 98.066001], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.5, 0.27999999999999997]}], "drawings": [], "ref": "U10", "bbox": {"pos": [130.917, 81.241], "size": [17.850002, 17.850002]}}, {"layer": "F", "center": [161.16299999999998, 120.396], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [164.113, 119.42099999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.45, 0.44999999999999996]}, {"layers": ["F"], "angle": -0.0, "pos": [164.113, 120.071], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.45, 0.44999999999999996]}, {"layers": ["F"], "angle": -0.0, "pos": [164.113, 120.72099999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.45, 0.44999999999999996]}, {"layers": ["F"], "angle": -0.0, "pos": [164.113, 121.371], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.45, 0.44999999999999996]}, {"layers": ["F"], "angle": -0.0, "pos": [158.213, 121.371], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.45, 0.44999999999999996]}, {"layers": ["F"], "angle": -0.0, "pos": [158.213, 120.72099999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.45, 0.44999999999999996]}, {"layers": ["F"], "angle": -0.0, "pos": [158.213, 120.071], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.45, 0.44999999999999996]}, {"layers": ["F"], "angle": -0.0, "pos": [158.213, 119.42099999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.45, 0.44999999999999996]}], "drawings": [], "ref": "U11", "bbox": {"pos": [157.187999, 118.570999], "size": [7.950002, 3.6500019999999997]}}, {"layer": "F", "center": [144.14499999999998, 109.601], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [145.245, 108.651], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.06, 0.65]}, {"layers": ["F"], "angle": -0.0, "pos": [145.245, 110.551], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.06, 0.65]}, {"layers": ["F"], "angle": -0.0, "pos": [143.045, 110.551], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.06, 0.65]}, {"layers": ["F"], "angle": -0.0, "pos": [143.045, 109.601], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.06, 0.65]}, {"layers": ["F"], "angle": -0.0, "pos": [143.045, 108.651], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.06, 0.65]}], "drawings": [], "ref": "U12", "bbox": {"pos": [142.219999, 107.775999], "size": [3.850002, 3.6500019999999997]}}, {"layer": "F", "center": [139.7, 103.124], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [140.79999999999998, 103.92399999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.4, 1.15]}, {"layers": ["F"], "angle": -0.0, "pos": [138.6, 103.92399999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.4, 1.15]}, {"layers": ["F"], "angle": -0.0, "pos": [138.6, 102.324], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.4, 1.15]}, {"layers": ["F"], "angle": -0.0, "pos": [140.79999999999998, 102.324], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.4, 1.15]}], "drawings": [], "ref": "Y2", "bbox": {"pos": [137.64999899999998, 101.47399899999999], "size": [4.100002, 3.3000019999999997]}}, {"layer": "F", "center": [168.275, 119.50699999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [167.48749999999998, 119.50699999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [169.0625, 119.50699999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C8", "bbox": {"pos": [166.76999899999998, 118.751999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [199.009, 117.475], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [198.524, 117.475], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [199.494, 117.475], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R77", "bbox": {"pos": [198.053999, 116.97999899999999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [170.284, 120.777], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [169.79899999999998, 120.777], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [170.769, 120.777], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R78", "bbox": {"pos": [169.32899899999998, 120.281999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [168.379, 120.777], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [168.864, 120.777], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [167.894, 120.777], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R82", "bbox": {"pos": [167.42399899999998, 120.281999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [199.009, 116.45899999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [198.524, 116.45899999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [199.494, 116.45899999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "TH1", "bbox": {"pos": [198.053999, 115.963999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [154.94, 125.984], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [154.94, 125.984], "drillsize": [0.7999999999999999, 0.7999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.5, 1.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [156.94, 125.984], "drillsize": [0.7999999999999999, 0.7999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.5, 1.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [158.94, 125.984], "drillsize": [0.7999999999999999, 0.7999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.5, 1.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [160.94, 125.984], "drillsize": [0.7999999999999999, 0.7999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.5, 1.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [162.94, 125.984], "drillsize": [0.7999999999999999, 0.7999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.5, 1.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [164.94, 125.984], "drillsize": [0.7999999999999999, 0.7999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.5, 1.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [166.94, 125.984], "drillsize": [0.7999999999999999, 0.7999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.5, 1.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [168.94, 125.984], "drillsize": [0.7999999999999999, 0.7999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.5, 1.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [172.94, 125.984], "drillsize": [0.7999999999999999, 0.7999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.5, 1.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [170.94, 125.984], "drillsize": [0.7999999999999999, 0.7999999999999999], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.5, 1.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [174.94, 124.08399999999999], "drillsize": [1.3, 1.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.3, 1.3]}], "drawings": [], "ref": "J23", "bbox": {"pos": [151.814999, 122.158999], "size": [24.250002, 6.950002]}}, {"layer": "F", "center": [157.607, 122.55499999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [157.12199999999999, 122.55499999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [158.09199999999998, 122.55499999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R83", "bbox": {"pos": [156.651999, 122.05999899999999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [147.95499999999998, 124.079], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [145.385, 124.079], "drillsize": [1.2, 2.1], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [1.7999999999999998, 2.6999999999999997]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [150.225, 124.079], "drillsize": [1.2, 2.1], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [1.7999999999999998, 2.6999999999999997]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [145.385, 120.23899999999999], "drillsize": [1.2, 2.1], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [1.7999999999999998, 2.6999999999999997]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [150.225, 120.23899999999999], "drillsize": [1.2, 2.1], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "oblong", "type": "th", "size": [1.7999999999999998, 2.6999999999999997]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [145.855, 116.969], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.2, 2.0]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [147.255, 116.969], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.2, 2.0]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [148.655, 116.969], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.2, 2.0]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [150.055, 116.969], "drillsize": [0.8999999999999999, 0.8999999999999999], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.2, 2.0]}], "drawings": [], "ref": "J20", "bbox": {"pos": [143.879999, 115.503999], "size": [8.150001999999999, 14.650001999999999]}}, {"layer": "F", "center": [156.845, 70.231], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [156.845, 70.716], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [156.845, 69.746], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C41", "bbox": {"pos": [156.349999, 69.275999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [169.037, 122.17399999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [168.24949999999998, 122.17399999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [169.8245, 122.17399999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L11", "bbox": {"pos": [167.53199899999998, 121.418999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [181.483, 76.2], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [181.483, 76.685], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [181.483, 75.715], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R84", "bbox": {"pos": [180.987999, 75.24499899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [179.959, 65.65899999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [179.959, 65.17399999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [179.959, 66.14399999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R96", "bbox": {"pos": [179.463999, 64.703999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [156.59099999999998, 120.26899999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [156.59099999999998, 119.78399999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [156.59099999999998, 120.75399999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C49", "bbox": {"pos": [156.095999, 119.313999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [177.41899999999998, 74.92999999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [178.819, 74.92999999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [1.25, 1.75]}, {"layers": ["F"], "angle": -0.0, "pos": [176.019, 74.92999999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.25, 1.75]}], "drawings": [], "ref": "C86", "bbox": {"pos": [175.11399899999998, 73.784999], "size": [4.610002, 2.290002]}}, {"layer": "F", "center": [122.809, 66.548], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [122.809, 67.033], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [122.809, 66.063], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C51", "bbox": {"pos": [122.313999, 65.59299899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [137.414, 70.104], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [136.929, 70.104], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [137.899, 70.104], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C62", "bbox": {"pos": [136.458999, 69.608999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [110.23599999999999, 118.999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [108.836, 118.999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [1.25, 1.75]}, {"layers": ["F"], "angle": -180.0, "pos": [111.636, 118.999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.25, 1.75]}], "drawings": [], "ref": "C92", "bbox": {"pos": [107.930999, 117.853999], "size": [4.610002, 2.290002]}}, {"layer": "F", "center": [110.61999999999999, 82.169], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [112.02, 82.169], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.25, 1.75]}, {"layers": ["F"], "angle": -180.0, "pos": [109.22, 82.169], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [1.25, 1.75]}], "drawings": [], "ref": "C93", "bbox": {"pos": [108.314999, 81.023999], "size": [4.610002, 2.290002]}}, {"layer": "F", "center": [110.61399999999999, 106.67999999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [112.014, 106.67999999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.25, 1.75]}, {"layers": ["F"], "angle": -180.0, "pos": [109.214, 106.67999999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [1.25, 1.75]}], "drawings": [], "ref": "C121", "bbox": {"pos": [108.308999, 105.534999], "size": [4.610002, 2.290002]}}, {"layer": "F", "center": [110.61699999999999, 94.36099999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [109.217, 94.36099999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [1.25, 1.75]}, {"layers": ["F"], "angle": -180.0, "pos": [112.017, 94.36099999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.25, 1.75]}], "drawings": [], "ref": "C122", "bbox": {"pos": [108.311999, 93.215999], "size": [4.610002, 2.290002]}}, {"layer": "F", "center": [140.462, 100.457], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [140.462, 99.972], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [140.462, 100.942], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C125", "bbox": {"pos": [139.966999, 99.501999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [159.893, 78.359], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [159.893, 82.059], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [4.3999999999999995, 2.5]}, {"layers": ["F"], "angle": -90.0, "pos": [159.893, 74.65899999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [4.3999999999999995, 2.5]}], "drawings": [], "ref": "C124", "bbox": {"pos": [155.367999, 72.183999], "size": [9.050002, 12.350002]}}, {"layer": "F", "center": [181.483, 71.88199999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [181.483, 71.39699999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [181.483, 72.36699999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C123", "bbox": {"pos": [180.987999, 70.926999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [181.483, 73.66], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [181.483, 73.175], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [181.483, 74.145], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C126", "bbox": {"pos": [180.987999, 72.704999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [181.483, 68.326], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [181.483, 67.841], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [181.483, 68.81099999999999], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C127", "bbox": {"pos": [180.987999, 67.370999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [181.483, 70.104], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [181.483, 69.619], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [181.483, 70.589], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C128", "bbox": {"pos": [180.987999, 69.148999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [165.989, 61.467999999999996], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [165.504, 61.467999999999996], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [166.474, 61.467999999999996], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C129", "bbox": {"pos": [165.033999, 60.972998999999994], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [169.291, 65.151], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [169.291, 64.666], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [169.291, 65.636], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R71", "bbox": {"pos": [168.795999, 64.195999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [165.862, 64.008], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [164.59199999999998, 65.108], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.4, 1.2]}, {"layers": ["F"], "angle": -0.0, "pos": [167.132, 65.108], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.4, 1.2]}, {"layers": ["F"], "angle": -0.0, "pos": [167.132, 62.907999999999994], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.4, 1.2]}, {"layers": ["F"], "angle": -0.0, "pos": [164.59199999999998, 62.907999999999994], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.4, 1.2]}], "drawings": [], "ref": "X1", "bbox": {"pos": [163.03699899999998, 61.982999], "size": [5.650002, 4.125001999999999]}}, {"layer": "F", "center": [163.82999999999998, 61.467999999999996], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [163.345, 61.467999999999996], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -180.0, "pos": [164.315, 61.467999999999996], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R72", "bbox": {"pos": [162.874999, 60.972998999999994], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [170.815, 75.438], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [170.815, 74.953], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -270.0, "pos": [170.815, 75.923], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R97", "bbox": {"pos": [170.319999, 74.48299899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [171.831, 75.438], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [171.831, 74.953], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [171.831, 75.923], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R98", "bbox": {"pos": [171.335999, 74.48299899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [172.84699999999998, 75.438], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [172.84699999999998, 75.923], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -90.0, "pos": [172.84699999999998, 74.953], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "R99", "bbox": {"pos": [172.351999, 74.48299899999999], "size": [0.9900019999999999, 1.910002]}}, {"layer": "F", "center": [178.816, 68.961], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [179.301, 68.961], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [178.331, 68.961], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C102", "bbox": {"pos": [177.860999, 68.465999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [177.927, 73.279], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [177.44199999999998, 73.279], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.59, 0.64]}, {"layers": ["F"], "angle": -0.0, "pos": [178.41199999999998, 73.279], "shape": "roundrect", "radius": 0.1475, "offset": [0.0, 0.0], "type": "smd", "size": [0.59, 0.64]}], "drawings": [], "ref": "C103", "bbox": {"pos": [176.97199899999998, 72.783999], "size": [1.910002, 0.9900019999999999]}}, {"layer": "F", "center": [174.879, 77.216], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [174.0915, 77.216], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [175.66649999999998, 77.216], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L10", "bbox": {"pos": [173.373999, 76.460999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [167.259, 72.26299999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [166.3215, 72.26299999999999], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "type": "smd", "size": [0.975, 1.4]}, {"layers": ["F"], "angle": -180.0, "pos": [168.1965, 72.26299999999999], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.975, 1.4]}], "drawings": [], "ref": "C48", "bbox": {"pos": [165.553999, 71.287999], "size": [3.410002, 1.950002]}}, {"layer": "F", "center": [130.302, 102.616], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [132.207, 99.01599999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.65, 1.65]}, {"layers": ["F"], "angle": -0.0, "pos": [130.93699999999998, 99.01599999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.65, 1.65]}, {"layers": ["F"], "angle": -0.0, "pos": [129.667, 99.01599999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.65, 1.65]}, {"layers": ["F"], "angle": -0.0, "pos": [128.397, 99.01599999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.65, 1.65]}, {"layers": ["F"], "angle": -0.0, "pos": [128.397, 106.216], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.65, 1.65]}, {"layers": ["F"], "angle": -0.0, "pos": [129.667, 106.216], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.65, 1.65]}, {"layers": ["F"], "angle": -0.0, "pos": [130.93699999999998, 106.216], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.65, 1.65]}, {"layers": ["F"], "angle": -0.0, "pos": [132.207, 106.216], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.65, 1.65]}], "drawings": [], "ref": "U2", "bbox": {"pos": [127.33699899999999, 97.915999], "size": [5.930002, 9.400001999999999]}}, {"layer": "F", "center": [125.857, 69.977], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [125.857, 68.977], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [126.50699999999999, 70.977], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [125.207, 70.977], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D1", "bbox": {"pos": [124.531999, 68.251999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [137.795, 71.755], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [138.795, 71.755], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [136.795, 72.405], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [136.795, 71.10499999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D2", "bbox": {"pos": [136.069999, 70.429999], "size": [3.450002, 2.6500019999999997]}}, {"layer": "F", "center": [174.879, 120.26899999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [175.529, 119.26899999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [174.22899999999998, 119.26899999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [174.879, 121.26899999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D7", "bbox": {"pos": [173.553999, 118.543999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [184.658, 120.523], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [184.658, 121.523], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [184.00799999999998, 119.523], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -180.0, "pos": [185.308, 119.523], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D8", "bbox": {"pos": [183.332999, 118.79799899999999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [106.934, 68.58], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [106.934, 67.58], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [107.58399999999999, 69.58], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [106.28399999999999, 69.58], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D20", "bbox": {"pos": [105.608999, 66.85499899999999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [104.648, 68.58], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [104.648, 67.58], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [105.298, 69.58], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [103.99799999999999, 69.58], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D21", "bbox": {"pos": [103.322999, 66.85499899999999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [109.601, 69.469], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [108.951, 70.469], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [110.25099999999999, 70.469], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [109.601, 68.469], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D25", "bbox": {"pos": [108.275999, 67.743999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [153.543, 74.676], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [152.893, 75.676], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [154.19299999999998, 75.676], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [153.543, 73.676], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D26", "bbox": {"pos": [152.217999, 72.950999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [150.24099999999999, 74.676], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [149.59099999999998, 75.676], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [150.891, 75.676], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [150.24099999999999, 73.676], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D27", "bbox": {"pos": [148.915999, 72.950999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [146.939, 74.803], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [146.939, 73.803], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [147.589, 75.803], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [146.289, 75.803], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D28", "bbox": {"pos": [145.613999, 73.07799899999999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [155.194, 72.517], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [154.54399999999998, 73.517], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [155.844, 73.517], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [155.194, 71.517], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D29", "bbox": {"pos": [153.868999, 70.79199899999999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [151.892, 72.517], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [151.892, 71.517], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [152.542, 73.517], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [151.242, 73.517], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D30", "bbox": {"pos": [150.56699899999998, 70.79199899999999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [148.59, 72.517], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [147.94, 73.517], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [149.23999999999998, 73.517], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [148.59, 71.517], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D31", "bbox": {"pos": [147.264999, 70.79199899999999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [145.28799999999998, 72.517], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [145.28799999999998, 71.517], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [145.938, 73.517], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [144.638, 73.517], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D32", "bbox": {"pos": [143.962999, 70.79199899999999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [143.637, 74.803], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [142.987, 75.803], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [144.287, 75.803], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -0.0, "pos": [143.637, 73.803], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D33", "bbox": {"pos": [142.311999, 73.07799899999999], "size": [2.6500019999999997, 3.450002]}}, {"layer": "F", "center": [158.608, 70.61999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [157.608, 70.61999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [159.608, 69.97], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [159.608, 71.27], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D34", "bbox": {"pos": [156.88299899999998, 69.29499899999999], "size": [3.450002, 2.6500019999999997]}}, {"layer": "F", "center": [162.30599999999998, 70.73899999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [163.30599999999998, 71.389], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [163.30599999999998, 70.089], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -90.0, "pos": [161.30599999999998, 70.73899999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D35", "bbox": {"pos": [160.580999, 69.41399899999999], "size": [3.450002, 2.6500019999999997]}}, {"layer": "F", "center": [164.21099999999998, 68.326], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [163.21099999999998, 67.676], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [163.21099999999998, 68.976], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [165.21099999999998, 68.326], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.44999999999999996, 0.7]}], "drawings": [], "ref": "D36", "bbox": {"pos": [162.485999, 67.000999], "size": [3.450002, 2.6500019999999997]}}, {"layer": "F", "center": [180.721, 62.992], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [181.5085, 62.992], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [179.93349999999998, 62.992], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L17", "bbox": {"pos": [179.21599899999998, 62.236999], "size": [3.010002, 1.5100019999999998]}}, {"layer": "F", "center": [168.275, 109.728], "pads": [], "drawings": [], "ref": "F1-fuse1", "bbox": {"pos": [167.714999, 109.167999], "size": [1.120002, 1.120002]}}, {"layer": "F", "center": [167.894, 87.75699999999999], "pads": [], "drawings": [], "ref": "F3-fuse3", "bbox": {"pos": [167.333999, 87.19699899999999], "size": [1.120002, 1.120002]}}, {"layer": "F", "center": [129.41299999999998, 110.49], "pads": [], "drawings": [], "ref": "J1-jumper1", "bbox": {"pos": [128.85299899999998, 109.929999], "size": [1.120002, 1.120002]}}], "fabrication": {"B": [{"width": 0.5, "val": 1, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "QR-code-8x8mm", "thickness": 0.09999999999999999, "pos": [157.988, 118.74499999999999], "height": 0.5}, {"start": [153.738, 122.99499999999999], "end": [162.238, 122.99499999999999], "type": "segment", "width": 0.049999999999999996}, {"start": [162.238, 122.99499999999999], "end": [162.238, 114.49499999999999], "type": "segment", "width": 0.049999999999999996}, {"start": [162.238, 114.49499999999999], "end": [153.738, 114.49499999999999], "type": "segment", "width": 0.049999999999999996}, {"start": [153.738, 114.49499999999999], "end": [153.738, 122.99499999999999], "type": "segment", "width": 0.049999999999999996}], "F": [{"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "DT1140-04LP", "thickness": 0.15, "pos": [177.17, 71.966], "height": 1.0}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "U13", "thickness": 0.09999999999999999, "pos": [178.97, 73.466], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [140.816, 70.231], "height": 0.5}, {"start": [141.736, 69.731], "end": [142.236, 69.731], "type": "segment", "width": 0.09999999999999999}, {"start": [142.236, 69.731], "end": [142.236, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [142.236, 70.731], "end": [141.736, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [141.736, 70.731], "end": [141.736, 69.731], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C63", "thickness": 0.09999999999999999, "pos": [141.986, 70.231], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [171.671, 107.56899999999999], "height": 0.5}, {"start": [172.701, 106.76899999999999], "end": [173.501, 106.76899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [173.501, 106.76899999999999], "end": [173.501, 108.369], "type": "segment", "width": 0.09999999999999999}, {"start": [173.501, 108.369], "end": [172.701, 108.369], "type": "segment", "width": 0.09999999999999999}, {"start": [172.701, 108.369], "end": [172.701, 106.76899999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C22", "thickness": 0.09999999999999999, "pos": [173.101, 107.56899999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "LAN8742A-CZ-TR", "thickness": 0.09999999999999999, "pos": [168.858, 70.92999999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "U1", "thickness": 0.09999999999999999, "pos": [172.178, 70.92999999999999], "height": 0.5}, {"start": [173.178, 68.92999999999999], "end": [174.178, 69.92999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [170.178, 68.92999999999999], "end": [173.178, 68.92999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [170.178, 72.92999999999999], "end": [170.178, 68.92999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [174.178, 72.92999999999999], "end": [170.178, 72.92999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [174.178, 69.92999999999999], "end": [174.178, 72.92999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "HR911105A", "thickness": 0.09999999999999999, "pos": [205.153, 69.636], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "J3", "thickness": 0.09999999999999999, "pos": [191.053, 69.636], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "apendix-1", "thickness": 0.125, "pos": [135.128, 109.863], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "TMC2209-LA", "thickness": 0.09999999999999999, "pos": [119.14399999999999, 113.274], "height": 0.5}, {"start": [112.39399999999999, 110.774], "end": [112.39399999999999, 114.774], "type": "segment", "width": 0.15}, {"start": [117.39399999999999, 110.774], "end": [112.39399999999999, 110.774], "type": "segment", "width": 0.15}, {"start": [117.39399999999999, 115.774], "end": [117.39399999999999, 110.774], "type": "segment", "width": 0.15}, {"start": [113.39399999999999, 115.774], "end": [117.39399999999999, 115.774], "type": "segment", "width": 0.15}, {"start": [112.39399999999999, 114.774], "end": [113.39399999999999, 115.774], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "TMC2209-LA", "thickness": 0.09999999999999999, "pos": [119.14399999999999, 101.092], "height": 0.5}, {"start": [112.39399999999999, 98.592], "end": [112.39399999999999, 102.592], "type": "segment", "width": 0.15}, {"start": [117.39399999999999, 98.592], "end": [112.39399999999999, 98.592], "type": "segment", "width": 0.15}, {"start": [117.39399999999999, 103.592], "end": [117.39399999999999, 98.592], "type": "segment", "width": 0.15}, {"start": [113.39399999999999, 103.592], "end": [117.39399999999999, 103.592], "type": "segment", "width": 0.15}, {"start": [112.39399999999999, 102.592], "end": [113.39399999999999, 103.592], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "TMC2209-LA", "thickness": 0.09999999999999999, "pos": [119.14399999999999, 88.89999999999999], "height": 0.5}, {"start": [112.39399999999999, 86.39999999999999], "end": [112.39399999999999, 90.39999999999999], "type": "segment", "width": 0.15}, {"start": [117.39399999999999, 86.39999999999999], "end": [112.39399999999999, 86.39999999999999], "type": "segment", "width": 0.15}, {"start": [117.39399999999999, 91.39999999999999], "end": [117.39399999999999, 86.39999999999999], "type": "segment", "width": 0.15}, {"start": [113.39399999999999, 91.39999999999999], "end": [117.39399999999999, 91.39999999999999], "type": "segment", "width": 0.15}, {"start": [112.39399999999999, 90.39999999999999], "end": [113.39399999999999, 91.39999999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "TMC2209-LA", "thickness": 0.09999999999999999, "pos": [119.14399999999999, 76.454], "height": 0.5}, {"start": [112.39399999999999, 73.954], "end": [112.39399999999999, 77.954], "type": "segment", "width": 0.15}, {"start": [117.39399999999999, 73.954], "end": [112.39399999999999, 73.954], "type": "segment", "width": 0.15}, {"start": [117.39399999999999, 78.954], "end": [117.39399999999999, 73.954], "type": "segment", "width": 0.15}, {"start": [113.39399999999999, 78.954], "end": [117.39399999999999, 78.954], "type": "segment", "width": 0.15}, {"start": [112.39399999999999, 77.954], "end": [113.39399999999999, 78.954], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [167.352, 76.672], "height": 0.5}, {"start": [166.852, 75.752], "end": [166.852, 75.252], "type": "segment", "width": 0.09999999999999999}, {"start": [166.852, 75.252], "end": [167.852, 75.252], "type": "segment", "width": 0.09999999999999999}, {"start": [167.852, 75.252], "end": [167.852, 75.752], "type": "segment", "width": 0.09999999999999999}, {"start": [167.852, 75.752], "end": [166.852, 75.752], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R35", "thickness": 0.09999999999999999, "pos": [167.352, 75.502], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "UFL coaxial", "thickness": 0.09999999999999999, "pos": [153.424, 120.777], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Conn_01x03", "thickness": 0.09999999999999999, "pos": [129.41299999999998, 106.76299999999999], "height": 0.5}, {"start": [130.048, 115.443], "end": [128.143, 115.443], "type": "segment", "width": 0.09999999999999999}, {"start": [128.143, 115.443], "end": [128.143, 107.823], "type": "segment", "width": 0.09999999999999999}, {"start": [128.143, 107.823], "end": [130.683, 107.823], "type": "segment", "width": 0.09999999999999999}, {"start": [130.683, 107.823], "end": [130.683, 114.80799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [130.683, 114.80799999999999], "end": [130.048, 115.443], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": -90.0, "attr": [], "horiz_justify": 0, "text": "J1", "thickness": 0.09999999999999999, "pos": [129.41299999999998, 111.633], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "Conn_01x05", "thickness": 0.09999999999999999, "pos": [141.903, 75.057], "height": 0.5}, {"start": [128.143, 75.692], "end": [128.143, 73.78699999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [128.143, 73.78699999999999], "end": [140.843, 73.78699999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [140.843, 73.78699999999999], "end": [140.843, 76.327], "type": "segment", "width": 0.09999999999999999}, {"start": [140.843, 76.327], "end": [128.778, 76.327], "type": "segment", "width": 0.09999999999999999}, {"start": [128.778, 76.327], "end": [128.143, 75.692], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "J21", "thickness": 0.09999999999999999, "pos": [134.493, 75.057], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "ECS-250-20-30B-AGL-TR", "thickness": 0.09999999999999999, "pos": [172.559, 66.554], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Y4", "thickness": 0.09999999999999999, "pos": [172.559, 63.754], "height": 0.5}, {"start": [170.259, 62.153999999999996], "end": [174.85899999999998, 62.153999999999996], "type": "segment", "width": 0.09999999999999999}, {"start": [174.85899999999998, 62.153999999999996], "end": [175.059, 62.354], "type": "segment", "width": 0.09999999999999999}, {"start": [175.059, 62.354], "end": [175.059, 65.154], "type": "segment", "width": 0.09999999999999999}, {"start": [175.059, 65.154], "end": [174.85899999999998, 65.354], "type": "segment", "width": 0.09999999999999999}, {"start": [174.85899999999998, 65.354], "end": [170.259, 65.354], "type": "segment", "width": 0.09999999999999999}, {"start": [170.259, 65.354], "end": [170.059, 65.154], "type": "segment", "width": 0.09999999999999999}, {"start": [170.059, 65.154], "end": [170.059, 62.354], "type": "segment", "width": 0.09999999999999999}, {"start": [170.059, 62.354], "end": [170.259, 62.153999999999996], "type": "segment", "width": 0.09999999999999999}, {"start": [170.059, 64.354], "end": [171.059, 65.354], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAT54KFILM", "thickness": 0.09999999999999999, "pos": [125.473, 66.548], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D5", "thickness": 0.09999999999999999, "pos": [128.173, 66.548], "height": 0.5}, {"start": [126.87299999999999, 66.648], "end": [126.87299999999999, 66.798], "type": "segment", "width": 0.09999999999999999}, {"start": [127.073, 66.648], "end": [126.87299999999999, 66.348], "type": "segment", "width": 0.09999999999999999}, {"start": [126.67299999999999, 66.648], "end": [127.073, 66.648], "type": "segment", "width": 0.09999999999999999}, {"start": [126.87299999999999, 66.348], "end": [126.67299999999999, 66.648], "type": "segment", "width": 0.09999999999999999}, {"start": [126.87299999999999, 66.348], "end": [126.87299999999999, 66.198], "type": "segment", "width": 0.09999999999999999}, {"start": [126.67299999999999, 66.348], "end": [127.073, 66.348], "type": "segment", "width": 0.09999999999999999}, {"start": [127.323, 67.198], "end": [126.42299999999999, 67.198], "type": "segment", "width": 0.09999999999999999}, {"start": [127.323, 65.898], "end": [127.323, 67.198], "type": "segment", "width": 0.09999999999999999}, {"start": [126.42299999999999, 65.898], "end": [127.323, 65.898], "type": "segment", "width": 0.09999999999999999}, {"start": [126.42299999999999, 67.198], "end": [126.42299999999999, 65.898], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAT54KFILM", "thickness": 0.09999999999999999, "pos": [131.823, 71.50099999999999], "height": 0.5}, {"start": [132.773, 72.151], "end": [132.773, 70.851], "type": "segment", "width": 0.09999999999999999}, {"start": [132.773, 70.851], "end": [133.673, 70.851], "type": "segment", "width": 0.09999999999999999}, {"start": [133.673, 70.851], "end": [133.673, 72.151], "type": "segment", "width": 0.09999999999999999}, {"start": [133.673, 72.151], "end": [132.773, 72.151], "type": "segment", "width": 0.09999999999999999}, {"start": [133.023, 71.301], "end": [133.423, 71.301], "type": "segment", "width": 0.09999999999999999}, {"start": [133.22299999999998, 71.301], "end": [133.22299999999998, 71.151], "type": "segment", "width": 0.09999999999999999}, {"start": [133.22299999999998, 71.301], "end": [133.023, 71.601], "type": "segment", "width": 0.09999999999999999}, {"start": [133.023, 71.601], "end": [133.423, 71.601], "type": "segment", "width": 0.09999999999999999}, {"start": [133.423, 71.601], "end": [133.22299999999998, 71.301], "type": "segment", "width": 0.09999999999999999}, {"start": [133.22299999999998, 71.601], "end": [133.22299999999998, 71.75099999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D6", "thickness": 0.09999999999999999, "pos": [134.523, 71.50099999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAT54KFILM", "thickness": 0.09999999999999999, "pos": [126.87599999999999, 127.0], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D24", "thickness": 0.09999999999999999, "pos": [124.17599999999999, 127.0], "height": 0.5}, {"start": [125.476, 126.89999999999999], "end": [125.476, 126.75], "type": "segment", "width": 0.09999999999999999}, {"start": [125.276, 126.89999999999999], "end": [125.476, 127.19999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [125.67599999999999, 126.89999999999999], "end": [125.276, 126.89999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [125.476, 127.19999999999999], "end": [125.67599999999999, 126.89999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [125.476, 127.19999999999999], "end": [125.476, 127.35], "type": "segment", "width": 0.09999999999999999}, {"start": [125.67599999999999, 127.19999999999999], "end": [125.276, 127.19999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [125.026, 126.35], "end": [125.92599999999999, 126.35], "type": "segment", "width": 0.09999999999999999}, {"start": [125.026, 127.64999999999999], "end": [125.026, 126.35], "type": "segment", "width": 0.09999999999999999}, {"start": [125.92599999999999, 127.64999999999999], "end": [125.026, 127.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [125.92599999999999, 126.35], "end": [125.92599999999999, 127.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10u", "thickness": 0.09999999999999999, "pos": [141.47799999999998, 114.38556799999999], "height": 0.5}, {"start": [142.47799999999998, 115.43556799999999], "end": [142.47799999999998, 116.63556799999999], "type": "segment", "width": 0.09999999999999999}, {"start": [142.47799999999998, 116.63556799999999], "end": [140.47799999999998, 116.63556799999999], "type": "segment", "width": 0.09999999999999999}, {"start": [140.47799999999998, 116.63556799999999], "end": [140.47799999999998, 115.43556799999999], "type": "segment", "width": 0.09999999999999999}, {"start": [140.47799999999998, 115.43556799999999], "end": [142.47799999999998, 115.43556799999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C37", "thickness": 0.09999999999999999, "pos": [141.47799999999998, 116.035568], "height": 0.5}, {"width": 1.0, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Conn_02x04_Odd_Even", "thickness": 0.15, "pos": [139.192, 132.715], "height": 1.0}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "J10", "thickness": 0.15, "pos": [140.71599999999998, 122.17399999999999], "height": 1.0}, {"start": [138.176, 118.36399999999999], "end": [139.446, 117.094], "type": "segment", "width": 0.09999999999999999}, {"start": [138.176, 127.25399999999999], "end": [138.176, 118.36399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [143.256, 127.25399999999999], "end": [138.176, 127.25399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [143.256, 117.094], "end": [143.256, 127.25399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [139.446, 117.094], "end": [143.256, 117.094], "type": "segment", "width": 0.09999999999999999}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "302-S141", "thickness": 0.15, "pos": [163.82999999999998, 64.51599999999999], "height": 1.0}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "J8", "thickness": 0.15, "pos": [149.606, 64.51599999999999], "height": 1.0}, {"start": [136.886, 60.090999999999994], "end": [162.326, 60.090999999999994], "type": "segment", "width": 0.09999999999999999}, {"start": [137.426, 60.641], "end": [161.766, 60.641], "type": "segment", "width": 0.09999999999999999}, {"start": [136.886, 68.941], "end": [162.326, 68.941], "type": "segment", "width": 0.09999999999999999}, {"start": [137.426, 68.39099999999999], "end": [147.356, 68.39099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [151.856, 68.39099999999999], "end": [161.766, 68.39099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [147.356, 68.39099999999999], "end": [147.356, 68.941], "type": "segment", "width": 0.09999999999999999}, {"start": [151.856, 68.39099999999999], "end": [151.856, 68.941], "type": "segment", "width": 0.09999999999999999}, {"start": [136.886, 60.090999999999994], "end": [136.886, 68.941], "type": "segment", "width": 0.09999999999999999}, {"start": [137.426, 60.641], "end": [137.426, 68.39099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [162.326, 60.090999999999994], "end": [162.326, 68.941], "type": "segment", "width": 0.09999999999999999}, {"start": [161.766, 60.641], "end": [161.766, 68.39099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [136.886, 60.090999999999994], "end": [137.426, 60.641], "type": "segment", "width": 0.09999999999999999}, {"start": [162.326, 60.090999999999994], "end": [161.766, 60.641], "type": "segment", "width": 0.09999999999999999}, {"start": [136.886, 68.941], "end": [137.426, 68.39099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [162.326, 68.941], "end": [161.766, 68.39099999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [120.169, 66.548], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C1", "thickness": 0.09999999999999999, "pos": [118.999, 66.548], "height": 0.5}, {"start": [119.249, 66.048], "end": [119.249, 67.048], "type": "segment", "width": 0.09999999999999999}, {"start": [118.749, 66.048], "end": [119.249, 66.048], "type": "segment", "width": 0.09999999999999999}, {"start": [118.749, 67.048], "end": [118.749, 66.048], "type": "segment", "width": 0.09999999999999999}, {"start": [119.249, 67.048], "end": [118.749, 67.048], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [129.132, 64.13499999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C2", "thickness": 0.09999999999999999, "pos": [130.302, 64.13499999999999], "height": 0.5}, {"start": [130.052, 64.63499999999999], "end": [130.052, 63.635], "type": "segment", "width": 0.09999999999999999}, {"start": [130.552, 64.63499999999999], "end": [130.052, 64.63499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [130.552, 63.635], "end": [130.552, 64.63499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [130.052, 63.635], "end": [130.552, 63.635], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [179.351, 120.777], "height": 0.5}, {"start": [178.43099999999998, 121.277], "end": [177.93099999999998, 121.277], "type": "segment", "width": 0.09999999999999999}, {"start": [177.93099999999998, 121.277], "end": [177.93099999999998, 120.277], "type": "segment", "width": 0.09999999999999999}, {"start": [177.93099999999998, 120.277], "end": [178.43099999999998, 120.277], "type": "segment", "width": 0.09999999999999999}, {"start": [178.43099999999998, 120.277], "end": [178.43099999999998, 121.277], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C3", "thickness": 0.09999999999999999, "pos": [178.18099999999998, 120.777], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [189.384, 120.777], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C4", "thickness": 0.09999999999999999, "pos": [188.214, 120.777], "height": 0.5}, {"start": [188.464, 120.277], "end": [188.464, 121.277], "type": "segment", "width": 0.09999999999999999}, {"start": [187.964, 120.277], "end": [188.464, 120.277], "type": "segment", "width": 0.09999999999999999}, {"start": [187.964, 121.277], "end": [187.964, 120.277], "type": "segment", "width": 0.09999999999999999}, {"start": [188.464, 121.277], "end": [187.964, 121.277], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10u*", "thickness": 0.09999999999999999, "pos": [126.366, 122.30099999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C5", "thickness": 0.09999999999999999, "pos": [128.016, 122.30099999999999], "height": 0.5}, {"start": [127.416, 123.30099999999999], "end": [127.416, 121.30099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [128.61599999999999, 123.30099999999999], "end": [127.416, 123.30099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [128.61599999999999, 121.30099999999999], "end": [128.61599999999999, 123.30099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [127.416, 121.30099999999999], "end": [128.61599999999999, 121.30099999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [162.179, 95.53099999999999], "height": 0.5}, {"start": [161.679, 94.61099999999999], "end": [161.679, 94.11099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [161.679, 94.11099999999999], "end": [162.679, 94.11099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [162.679, 94.11099999999999], "end": [162.679, 94.61099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [162.679, 94.61099999999999], "end": [161.679, 94.61099999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C6", "thickness": 0.09999999999999999, "pos": [162.179, 94.36099999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [162.156, 96.547], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C7", "thickness": 0.09999999999999999, "pos": [162.156, 95.377], "height": 0.5}, {"start": [162.656, 95.627], "end": [161.656, 95.627], "type": "segment", "width": 0.09999999999999999}, {"start": [162.656, 95.127], "end": [162.656, 95.627], "type": "segment", "width": 0.09999999999999999}, {"start": [161.656, 95.127], "end": [162.656, 95.127], "type": "segment", "width": 0.09999999999999999}, {"start": [161.656, 95.627], "end": [161.656, 95.127], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [103.22399999999999, 66.19], "height": 0.5}, {"start": [104.14399999999999, 65.69], "end": [104.64399999999999, 65.69], "type": "segment", "width": 0.09999999999999999}, {"start": [104.64399999999999, 65.69], "end": [104.64399999999999, 66.69], "type": "segment", "width": 0.09999999999999999}, {"start": [104.64399999999999, 66.69], "end": [104.14399999999999, 66.69], "type": "segment", "width": 0.09999999999999999}, {"start": [104.14399999999999, 66.69], "end": [104.14399999999999, 65.69], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C9", "thickness": 0.09999999999999999, "pos": [104.39399999999999, 66.19], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [108.993, 66.167], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C10", "thickness": 0.09999999999999999, "pos": [107.823, 66.167], "height": 0.5}, {"start": [108.073, 65.667], "end": [108.073, 66.667], "type": "segment", "width": 0.09999999999999999}, {"start": [107.573, 65.667], "end": [108.073, 65.667], "type": "segment", "width": 0.09999999999999999}, {"start": [107.573, 66.667], "end": [107.573, 65.667], "type": "segment", "width": 0.09999999999999999}, {"start": [108.073, 66.667], "end": [107.573, 66.667], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [137.51399999999998, 100.33], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C11", "thickness": 0.09999999999999999, "pos": [138.684, 100.33], "height": 0.5}, {"start": [138.434, 100.83], "end": [138.434, 99.83], "type": "segment", "width": 0.09999999999999999}, {"start": [138.934, 100.83], "end": [138.434, 100.83], "type": "segment", "width": 0.09999999999999999}, {"start": [138.934, 99.83], "end": [138.934, 100.83], "type": "segment", "width": 0.09999999999999999}, {"start": [138.434, 99.83], "end": [138.934, 99.83], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [113.31099999999999, 66.294], "height": 0.5}, {"start": [112.39099999999999, 66.794], "end": [111.89099999999999, 66.794], "type": "segment", "width": 0.09999999999999999}, {"start": [111.89099999999999, 66.794], "end": [111.89099999999999, 65.794], "type": "segment", "width": 0.09999999999999999}, {"start": [111.89099999999999, 65.794], "end": [112.39099999999999, 65.794], "type": "segment", "width": 0.09999999999999999}, {"start": [112.39099999999999, 65.794], "end": [112.39099999999999, 66.794], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C12", "thickness": 0.09999999999999999, "pos": [112.14099999999999, 66.294], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [156.87199999999999, 82.931], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C13", "thickness": 0.09999999999999999, "pos": [155.702, 82.931], "height": 0.5}, {"start": [155.952, 82.431], "end": [155.952, 83.431], "type": "segment", "width": 0.09999999999999999}, {"start": [155.452, 82.431], "end": [155.952, 82.431], "type": "segment", "width": 0.09999999999999999}, {"start": [155.452, 83.431], "end": [155.452, 82.431], "type": "segment", "width": 0.09999999999999999}, {"start": [155.952, 83.431], "end": [155.452, 83.431], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [135.28799999999998, 103.124], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C14", "thickness": 0.09999999999999999, "pos": [133.858, 103.124], "height": 0.5}, {"start": [134.25799999999998, 102.324], "end": [134.25799999999998, 103.92399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [133.458, 102.324], "end": [134.25799999999998, 102.324], "type": "segment", "width": 0.09999999999999999}, {"start": [133.458, 103.92399999999999], "end": [133.458, 102.324], "type": "segment", "width": 0.09999999999999999}, {"start": [134.25799999999998, 103.92399999999999], "end": [133.458, 103.92399999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "4.7uF", "thickness": 0.09999999999999999, "pos": [118.28999999999999, 113.274], "height": 0.5}, {"start": [119.32, 112.47399999999999], "end": [120.11999999999999, 112.47399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [120.11999999999999, 112.47399999999999], "end": [120.11999999999999, 114.074], "type": "segment", "width": 0.09999999999999999}, {"start": [120.11999999999999, 114.074], "end": [119.32, 114.074], "type": "segment", "width": 0.09999999999999999}, {"start": [119.32, 114.074], "end": [119.32, 112.47399999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C15", "thickness": 0.09999999999999999, "pos": [119.72, 113.274], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [117.1321, 108.56815999999999], "height": 0.5}, {"start": [117.6321, 109.48816], "end": [117.6321, 109.98816], "type": "segment", "width": 0.09999999999999999}, {"start": [117.6321, 109.98816], "end": [116.6321, 109.98816], "type": "segment", "width": 0.09999999999999999}, {"start": [116.6321, 109.98816], "end": [116.6321, 109.48816], "type": "segment", "width": 0.09999999999999999}, {"start": [116.6321, 109.48816], "end": [117.6321, 109.48816], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C16", "thickness": 0.09999999999999999, "pos": [117.1321, 109.73816], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "30p", "thickness": 0.09999999999999999, "pos": [174.564, 62.928999999999995], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C17", "thickness": 0.09999999999999999, "pos": [175.73399999999998, 62.928999999999995], "height": 0.5}, {"start": [175.48399999999998, 63.428999999999995], "end": [175.48399999999998, 62.428999999999995], "type": "segment", "width": 0.09999999999999999}, {"start": [175.98399999999998, 63.428999999999995], "end": [175.48399999999998, 63.428999999999995], "type": "segment", "width": 0.09999999999999999}, {"start": [175.98399999999998, 62.428999999999995], "end": [175.98399999999998, 63.428999999999995], "type": "segment", "width": 0.09999999999999999}, {"start": [175.48399999999998, 62.428999999999995], "end": [175.98399999999998, 62.428999999999995], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "4u7", "thickness": 0.09999999999999999, "pos": [161.50199999999998, 87.122], "height": 0.5}, {"start": [162.522, 85.52199999999999], "end": [164.12199999999999, 85.52199999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [164.12199999999999, 85.52199999999999], "end": [164.12199999999999, 88.722], "type": "segment", "width": 0.09999999999999999}, {"start": [164.12199999999999, 88.722], "end": [162.522, 88.722], "type": "segment", "width": 0.09999999999999999}, {"start": [162.522, 88.722], "end": [162.522, 85.52199999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C18", "thickness": 0.09999999999999999, "pos": [163.322, 86.487], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1u", "thickness": 0.09999999999999999, "pos": [160.368, 87.63], "height": 0.5}, {"start": [161.398, 86.83], "end": [162.19799999999998, 86.83], "type": "segment", "width": 0.09999999999999999}, {"start": [162.19799999999998, 86.83], "end": [162.19799999999998, 88.42999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [162.19799999999998, 88.42999999999999], "end": [161.398, 88.42999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [161.398, 88.42999999999999], "end": [161.398, 86.83], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C19", "thickness": 0.09999999999999999, "pos": [161.798, 87.63], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "4n7", "thickness": 0.09999999999999999, "pos": [155.421, 86.106], "height": 0.5}, {"start": [156.34099999999998, 85.606], "end": [156.84099999999998, 85.606], "type": "segment", "width": 0.09999999999999999}, {"start": [156.84099999999998, 85.606], "end": [156.84099999999998, 86.606], "type": "segment", "width": 0.09999999999999999}, {"start": [156.84099999999998, 86.606], "end": [156.34099999999998, 86.606], "type": "segment", "width": 0.09999999999999999}, {"start": [156.34099999999998, 86.606], "end": [156.34099999999998, 85.606], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C20", "thickness": 0.09999999999999999, "pos": [156.59099999999998, 86.106], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "4u7", "thickness": 0.09999999999999999, "pos": [154.685, 113.792], "height": 0.5}, {"start": [153.635, 114.792], "end": [152.435, 114.792], "type": "segment", "width": 0.09999999999999999}, {"start": [152.435, 114.792], "end": [152.435, 112.792], "type": "segment", "width": 0.09999999999999999}, {"start": [152.435, 112.792], "end": [153.635, 112.792], "type": "segment", "width": 0.09999999999999999}, {"start": [153.635, 112.792], "end": [153.635, 114.792], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C21", "thickness": 0.09999999999999999, "pos": [153.035, 113.792], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [172.4915, 101.252], "height": 0.5}, {"start": [171.6915, 100.222], "end": [171.6915, 99.422], "type": "segment", "width": 0.09999999999999999}, {"start": [171.6915, 99.422], "end": [173.29149999999998, 99.422], "type": "segment", "width": 0.09999999999999999}, {"start": [173.29149999999998, 99.422], "end": [173.29149999999998, 100.222], "type": "segment", "width": 0.09999999999999999}, {"start": [173.29149999999998, 100.222], "end": [171.6915, 100.222], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C23", "thickness": 0.09999999999999999, "pos": [172.4915, 99.82199999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "4.7uF", "thickness": 0.09999999999999999, "pos": [118.28999999999999, 101.092], "height": 0.5}, {"start": [119.32, 100.292], "end": [120.11999999999999, 100.292], "type": "segment", "width": 0.09999999999999999}, {"start": [120.11999999999999, 100.292], "end": [120.11999999999999, 101.892], "type": "segment", "width": 0.09999999999999999}, {"start": [120.11999999999999, 101.892], "end": [119.32, 101.892], "type": "segment", "width": 0.09999999999999999}, {"start": [119.32, 101.892], "end": [119.32, 100.292], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C24", "thickness": 0.09999999999999999, "pos": [119.72, 101.092], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [171.9325, 120.937], "height": 0.5}, {"start": [171.1325, 119.907], "end": [171.1325, 119.107], "type": "segment", "width": 0.09999999999999999}, {"start": [171.1325, 119.107], "end": [172.7325, 119.107], "type": "segment", "width": 0.09999999999999999}, {"start": [172.7325, 119.107], "end": [172.7325, 119.907], "type": "segment", "width": 0.09999999999999999}, {"start": [172.7325, 119.907], "end": [171.1325, 119.907], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C25", "thickness": 0.09999999999999999, "pos": [171.9325, 119.50699999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [164.719, 98.51899999999999], "height": 0.5}, {"start": [165.519, 99.54899999999999], "end": [165.519, 100.34899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [165.519, 100.34899999999999], "end": [163.91899999999998, 100.34899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [163.91899999999998, 100.34899999999999], "end": [163.91899999999998, 99.54899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [163.91899999999998, 99.54899999999999], "end": [165.519, 99.54899999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C26", "thickness": 0.09999999999999999, "pos": [164.719, 99.949], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [135.60899999999998, 100.17999999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C27", "thickness": 0.09999999999999999, "pos": [136.779, 100.17999999999999], "height": 0.5}, {"start": [136.529, 100.67999999999999], "end": [136.529, 99.67999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [137.029, 100.67999999999999], "end": [136.529, 100.67999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [137.029, 99.67999999999999], "end": [137.029, 100.67999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [136.529, 99.67999999999999], "end": [137.029, 99.67999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [159.09799999999998, 87.63], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C28", "thickness": 0.09999999999999999, "pos": [160.528, 87.63], "height": 0.5}, {"start": [160.128, 88.42999999999999], "end": [160.128, 86.83], "type": "segment", "width": 0.09999999999999999}, {"start": [160.928, 88.42999999999999], "end": [160.128, 88.42999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [160.928, 86.83], "end": [160.928, 88.42999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [160.128, 86.83], "end": [160.928, 86.83], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [158.209, 93.59899999999999], "height": 0.5}, {"start": [159.239, 92.79899999999999], "end": [160.039, 92.79899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [160.039, 92.79899999999999], "end": [160.039, 94.399], "type": "segment", "width": 0.09999999999999999}, {"start": [160.039, 94.399], "end": [159.239, 94.399], "type": "segment", "width": 0.09999999999999999}, {"start": [159.239, 94.399], "end": [159.239, 92.79899999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C29", "thickness": 0.09999999999999999, "pos": [159.63899999999998, 93.59899999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [131.218, 96.26599999999999], "height": 0.5}, {"start": [130.298, 96.76599999999999], "end": [129.798, 96.76599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [129.798, 96.76599999999999], "end": [129.798, 95.76599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [129.798, 95.76599999999999], "end": [130.298, 95.76599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [130.298, 95.76599999999999], "end": [130.298, 96.76599999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C30", "thickness": 0.09999999999999999, "pos": [130.048, 96.26599999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10u", "thickness": 0.09999999999999999, "pos": [161.9735, 94.741], "height": 0.5}, {"start": [160.9735, 93.691], "end": [160.9735, 92.491], "type": "segment", "width": 0.09999999999999999}, {"start": [160.9735, 92.491], "end": [162.9735, 92.491], "type": "segment", "width": 0.09999999999999999}, {"start": [162.9735, 92.491], "end": [162.9735, 93.691], "type": "segment", "width": 0.09999999999999999}, {"start": [162.9735, 93.691], "end": [160.9735, 93.691], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C31", "thickness": 0.09999999999999999, "pos": [161.9735, 93.091], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [117.1321, 96.38615999999999], "height": 0.5}, {"start": [117.6321, 97.30615999999999], "end": [117.6321, 97.80615999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [117.6321, 97.80615999999999], "end": [116.6321, 97.80615999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [116.6321, 97.80615999999999], "end": [116.6321, 97.30615999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [116.6321, 97.30615999999999], "end": [117.6321, 97.30615999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C32", "thickness": 0.09999999999999999, "pos": [117.1321, 97.55615999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10u", "thickness": 0.09999999999999999, "pos": [162.433, 104.393], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C33", "thickness": 0.09999999999999999, "pos": [162.433, 102.743], "height": 0.5}, {"start": [163.433, 103.34299999999999], "end": [161.433, 103.34299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [163.433, 102.143], "end": [163.433, 103.34299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [161.433, 102.143], "end": [163.433, 102.143], "type": "segment", "width": 0.09999999999999999}, {"start": [161.433, 103.34299999999999], "end": [161.433, 102.143], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "4.7uF", "thickness": 0.09999999999999999, "pos": [118.28999999999999, 76.454], "height": 0.5}, {"start": [119.32, 75.654], "end": [120.11999999999999, 75.654], "type": "segment", "width": 0.09999999999999999}, {"start": [120.11999999999999, 75.654], "end": [120.11999999999999, 77.25399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [120.11999999999999, 77.25399999999999], "end": [119.32, 77.25399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [119.32, 77.25399999999999], "end": [119.32, 75.654], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C34", "thickness": 0.09999999999999999, "pos": [119.72, 76.454], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10u", "thickness": 0.09999999999999999, "pos": [151.893, 107.94999999999999], "height": 0.5}, {"start": [152.94299999999998, 106.94999999999999], "end": [154.143, 106.94999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [154.143, 106.94999999999999], "end": [154.143, 108.94999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [154.143, 108.94999999999999], "end": [152.94299999999998, 108.94999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [152.94299999999998, 108.94999999999999], "end": [152.94299999999998, 106.94999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C35", "thickness": 0.09999999999999999, "pos": [153.543, 107.94999999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "4.7uF", "thickness": 0.09999999999999999, "pos": [118.28999999999999, 88.89999999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C36", "thickness": 0.09999999999999999, "pos": [119.72, 88.89999999999999], "height": 0.5}, {"start": [119.32, 89.7], "end": [119.32, 88.1], "type": "segment", "width": 0.09999999999999999}, {"start": [120.11999999999999, 89.7], "end": [119.32, 89.7], "type": "segment", "width": 0.09999999999999999}, {"start": [120.11999999999999, 88.1], "end": [120.11999999999999, 89.7], "type": "segment", "width": 0.09999999999999999}, {"start": [119.32, 88.1], "end": [120.11999999999999, 88.1], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [117.1321, 71.74816], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C38", "thickness": 0.09999999999999999, "pos": [117.1321, 72.91816], "height": 0.5}, {"start": [116.6321, 72.66816], "end": [117.6321, 72.66816], "type": "segment", "width": 0.09999999999999999}, {"start": [116.6321, 73.16816], "end": [116.6321, 72.66816], "type": "segment", "width": 0.09999999999999999}, {"start": [117.6321, 73.16816], "end": [116.6321, 73.16816], "type": "segment", "width": 0.09999999999999999}, {"start": [117.6321, 72.66816], "end": [117.6321, 73.16816], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [141.634212, 112.954568], "height": 0.5}, {"start": [142.434212, 113.984568], "end": [142.434212, 114.784568], "type": "segment", "width": 0.09999999999999999}, {"start": [142.434212, 114.784568], "end": [140.83421199999998, 114.784568], "type": "segment", "width": 0.09999999999999999}, {"start": [140.83421199999998, 114.784568], "end": [140.83421199999998, 113.984568], "type": "segment", "width": 0.09999999999999999}, {"start": [140.83421199999998, 113.984568], "end": [142.434212, 113.984568], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C39", "thickness": 0.09999999999999999, "pos": [141.634212, 114.384568], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [117.1321, 84.19416], "height": 0.5}, {"start": [117.6321, 85.11416], "end": [117.6321, 85.61416], "type": "segment", "width": 0.09999999999999999}, {"start": [117.6321, 85.61416], "end": [116.6321, 85.61416], "type": "segment", "width": 0.09999999999999999}, {"start": [116.6321, 85.61416], "end": [116.6321, 85.11416], "type": "segment", "width": 0.09999999999999999}, {"start": [116.6321, 85.11416], "end": [117.6321, 85.11416], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C40", "thickness": 0.09999999999999999, "pos": [117.1321, 85.36416], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [117.79504, 115.9815], "height": 0.5}, {"start": [118.59504, 117.0115], "end": [118.59504, 117.8115], "type": "segment", "width": 0.09999999999999999}, {"start": [118.59504, 117.8115], "end": [116.99503999999999, 117.8115], "type": "segment", "width": 0.09999999999999999}, {"start": [116.99503999999999, 117.8115], "end": [116.99503999999999, 117.0115], "type": "segment", "width": 0.09999999999999999}, {"start": [116.99503999999999, 117.0115], "end": [118.59504, 117.0115], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C42", "thickness": 0.09999999999999999, "pos": [117.79504, 117.41149999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "22n", "thickness": 0.09999999999999999, "pos": [115.189, 119.026], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C43", "thickness": 0.09999999999999999, "pos": [115.189, 117.856], "height": 0.5}, {"start": [115.689, 118.106], "end": [114.689, 118.106], "type": "segment", "width": 0.09999999999999999}, {"start": [115.689, 117.606], "end": [115.689, 118.106], "type": "segment", "width": 0.09999999999999999}, {"start": [114.689, 117.606], "end": [115.689, 117.606], "type": "segment", "width": 0.09999999999999999}, {"start": [114.689, 118.106], "end": [114.689, 117.606], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [117.79504, 103.7995], "height": 0.5}, {"start": [118.59504, 104.8295], "end": [118.59504, 105.6295], "type": "segment", "width": 0.09999999999999999}, {"start": [118.59504, 105.6295], "end": [116.99503999999999, 105.6295], "type": "segment", "width": 0.09999999999999999}, {"start": [116.99503999999999, 105.6295], "end": [116.99503999999999, 104.8295], "type": "segment", "width": 0.09999999999999999}, {"start": [116.99503999999999, 104.8295], "end": [118.59504, 104.8295], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C44", "thickness": 0.09999999999999999, "pos": [117.79504, 105.2295], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "22n", "thickness": 0.09999999999999999, "pos": [115.189, 106.844], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C45", "thickness": 0.09999999999999999, "pos": [115.189, 105.67399999999999], "height": 0.5}, {"start": [115.689, 105.92399999999999], "end": [114.689, 105.92399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [115.689, 105.42399999999999], "end": [115.689, 105.92399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [114.689, 105.42399999999999], "end": [115.689, 105.42399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [114.689, 105.92399999999999], "end": [114.689, 105.42399999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [108.81613999999999, 115.63606], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C46", "thickness": 0.09999999999999999, "pos": [108.81613999999999, 117.06606], "height": 0.5}, {"start": [108.01614, 116.66606], "end": [109.61614, 116.66606], "type": "segment", "width": 0.09999999999999999}, {"start": [108.01614, 117.46606], "end": [108.01614, 116.66606], "type": "segment", "width": 0.09999999999999999}, {"start": [109.61614, 117.46606], "end": [108.01614, 117.46606], "type": "segment", "width": 0.09999999999999999}, {"start": [109.61614, 116.66606], "end": [109.61614, 117.46606], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [108.81613999999999, 103.45406], "height": 0.5}, {"start": [109.61614, 104.48406], "end": [109.61614, 105.28406], "type": "segment", "width": 0.09999999999999999}, {"start": [109.61614, 105.28406], "end": [108.01614, 105.28406], "type": "segment", "width": 0.09999999999999999}, {"start": [108.01614, 105.28406], "end": [108.01614, 104.48406], "type": "segment", "width": 0.09999999999999999}, {"start": [108.01614, 104.48406], "end": [109.61614, 104.48406], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C47", "thickness": 0.09999999999999999, "pos": [108.81613999999999, 104.88405999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [108.73993999999999, 108.03638], "height": 0.5}, {"start": [109.53994, 109.06638], "end": [109.53994, 109.86637999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [109.53994, 109.86637999999999], "end": [107.93993999999999, 109.86637999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [107.93993999999999, 109.86637999999999], "end": [107.93993999999999, 109.06638], "type": "segment", "width": 0.09999999999999999}, {"start": [107.93993999999999, 109.06638], "end": [109.53994, 109.06638], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C50", "thickness": 0.09999999999999999, "pos": [108.73993999999999, 109.46638], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [164.438, 120.37299999999999], "height": 0.5}, {"start": [165.358, 119.87299999999999], "end": [165.858, 119.87299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [165.858, 119.87299999999999], "end": [165.858, 120.87299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [165.858, 120.87299999999999], "end": [165.358, 120.87299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [165.358, 120.87299999999999], "end": [165.358, 119.87299999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C52", "thickness": 0.09999999999999999, "pos": [165.608, 120.37299999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [108.73993999999999, 95.85437999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C53", "thickness": 0.09999999999999999, "pos": [108.73993999999999, 97.28438], "height": 0.5}, {"start": [107.93993999999999, 96.88438], "end": [109.53994, 96.88438], "type": "segment", "width": 0.09999999999999999}, {"start": [107.93993999999999, 97.68437999999999], "end": [107.93993999999999, 96.88438], "type": "segment", "width": 0.09999999999999999}, {"start": [109.53994, 97.68437999999999], "end": [107.93993999999999, 97.68437999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [109.53994, 96.88438], "end": [109.53994, 97.68437999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [112.55246, 110.25377999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C54", "thickness": 0.09999999999999999, "pos": [111.12245999999999, 110.25377999999999], "height": 0.5}, {"start": [111.52246, 109.45378], "end": [111.52246, 111.05377999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [110.72246, 109.45378], "end": [111.52246, 109.45378], "type": "segment", "width": 0.09999999999999999}, {"start": [110.72246, 111.05377999999999], "end": [110.72246, 109.45378], "type": "segment", "width": 0.09999999999999999}, {"start": [111.52246, 111.05377999999999], "end": [110.72246, 111.05377999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [112.55246, 98.07177999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C55", "thickness": 0.09999999999999999, "pos": [111.12245999999999, 98.07177999999999], "height": 0.5}, {"start": [111.52246, 97.27177999999999], "end": [111.52246, 98.87178], "type": "segment", "width": 0.09999999999999999}, {"start": [110.72246, 97.27177999999999], "end": [111.52246, 97.27177999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [110.72246, 98.87178], "end": [110.72246, 97.27177999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [111.52246, 98.87178], "end": [110.72246, 98.87178], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "30p", "thickness": 0.09999999999999999, "pos": [170.427, 64.176], "height": 0.5}, {"start": [169.507, 64.676], "end": [169.007, 64.676], "type": "segment", "width": 0.09999999999999999}, {"start": [169.007, 64.676], "end": [169.007, 63.675999999999995], "type": "segment", "width": 0.09999999999999999}, {"start": [169.007, 63.675999999999995], "end": [169.507, 63.675999999999995], "type": "segment", "width": 0.09999999999999999}, {"start": [169.507, 63.675999999999995], "end": [169.507, 64.676], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C56", "thickness": 0.09999999999999999, "pos": [169.257, 64.176], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "470p", "thickness": 0.09999999999999999, "pos": [170.32999999999998, 66.648], "height": 0.5}, {"start": [170.82999999999998, 67.568], "end": [170.82999999999998, 68.068], "type": "segment", "width": 0.09999999999999999}, {"start": [170.82999999999998, 68.068], "end": [169.82999999999998, 68.068], "type": "segment", "width": 0.09999999999999999}, {"start": [169.82999999999998, 68.068], "end": [169.82999999999998, 67.568], "type": "segment", "width": 0.09999999999999999}, {"start": [169.82999999999998, 67.568], "end": [170.82999999999998, 67.568], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C57", "thickness": 0.09999999999999999, "pos": [170.32999999999998, 67.818], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [109.75088, 116.32946], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C58", "thickness": 0.09999999999999999, "pos": [111.18088, 116.32946], "height": 0.5}, {"start": [110.78088, 117.12946], "end": [110.78088, 115.52946], "type": "segment", "width": 0.09999999999999999}, {"start": [111.58088, 117.12946], "end": [110.78088, 117.12946], "type": "segment", "width": 0.09999999999999999}, {"start": [111.58088, 115.52946], "end": [111.58088, 117.12946], "type": "segment", "width": 0.09999999999999999}, {"start": [110.78088, 115.52946], "end": [111.58088, 115.52946], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [109.75088, 104.14746], "height": 0.5}, {"start": [110.78088, 103.34746], "end": [111.58088, 103.34746], "type": "segment", "width": 0.09999999999999999}, {"start": [111.58088, 103.34746], "end": [111.58088, 104.94745999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [111.58088, 104.94745999999999], "end": [110.78088, 104.94745999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [110.78088, 104.94745999999999], "end": [110.78088, 103.34746], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C59", "thickness": 0.09999999999999999, "pos": [111.18088, 104.14746], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100u", "thickness": 0.09999999999999999, "pos": [128.5113, 117.348], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "+", "thickness": 0.09999999999999999, "pos": [124.1552, 115.62079999999999], "height": 0.5}, {"start": [127.2286, 120.49759999999999], "end": [127.2286, 114.8715], "type": "segment", "width": 0.15}, {"start": [127.2286, 114.8715], "end": [126.5555, 114.19839999999999], "type": "segment", "width": 0.15}, {"start": [126.5555, 114.19839999999999], "end": [121.60249999999999, 114.19839999999999], "type": "segment", "width": 0.15}, {"start": [121.60249999999999, 114.19839999999999], "end": [120.9294, 114.8715], "type": "segment", "width": 0.15}, {"start": [120.9294, 114.8715], "end": [120.9294, 120.49759999999999], "type": "segment", "width": 0.15}, {"start": [120.9294, 120.49759999999999], "end": [127.2286, 120.49759999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100u", "thickness": 0.09999999999999999, "pos": [128.5113, 105.15599999999999], "height": 0.5}, {"start": [120.9294, 108.3056], "end": [127.2286, 108.3056], "type": "segment", "width": 0.15}, {"start": [120.9294, 102.67949999999999], "end": [120.9294, 108.3056], "type": "segment", "width": 0.15}, {"start": [121.60249999999999, 102.0064], "end": [120.9294, 102.67949999999999], "type": "segment", "width": 0.15}, {"start": [126.5555, 102.0064], "end": [121.60249999999999, 102.0064], "type": "segment", "width": 0.15}, {"start": [127.2286, 102.67949999999999], "end": [126.5555, 102.0064], "type": "segment", "width": 0.15}, {"start": [127.2286, 108.3056], "end": [127.2286, 102.67949999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "+", "thickness": 0.09999999999999999, "pos": [124.1552, 103.4288], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 128.938], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C64", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 127.508], "height": 0.5}, {"start": [104.051, 127.908], "end": [102.451, 127.908], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 127.10799999999999], "end": [104.051, 127.908], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 127.10799999999999], "end": [104.051, 127.10799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 127.908], "end": [102.451, 127.10799999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 125.76299999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C65", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 124.333], "height": 0.5}, {"start": [104.051, 124.73299999999999], "end": [102.451, 124.73299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 123.93299999999999], "end": [104.051, 124.73299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 123.93299999999999], "end": [104.051, 123.93299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 124.73299999999999], "end": [102.451, 123.93299999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 122.71499999999999], "height": 0.5}, {"start": [102.451, 121.68499999999999], "end": [102.451, 120.88499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 120.88499999999999], "end": [104.051, 120.88499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 120.88499999999999], "end": [104.051, 121.68499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 121.68499999999999], "end": [102.451, 121.68499999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C66", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 121.285], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 119.53999999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C67", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 118.11], "height": 0.5}, {"start": [104.051, 118.50999999999999], "end": [102.451, 118.50999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 117.71], "end": [104.051, 118.50999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 117.71], "end": [104.051, 117.71], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 118.50999999999999], "end": [102.451, 117.71], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 115.34899999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C68", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 113.919], "height": 0.5}, {"start": [104.051, 114.31899999999999], "end": [102.451, 114.31899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 113.51899999999999], "end": [104.051, 114.31899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 113.51899999999999], "end": [104.051, 113.51899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 114.31899999999999], "end": [102.451, 113.51899999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 112.047], "height": 0.5}, {"start": [102.451, 111.017], "end": [102.451, 110.217], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 110.217], "end": [104.051, 110.217], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 110.217], "end": [104.051, 111.017], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 111.017], "end": [102.451, 111.017], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C69", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 110.61699999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 108.74499999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C70", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 107.315], "height": 0.5}, {"start": [104.051, 107.71499999999999], "end": [102.451, 107.71499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 106.91499999999999], "end": [104.051, 107.71499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 106.91499999999999], "end": [104.051, 106.91499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 107.71499999999999], "end": [102.451, 106.91499999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 105.443], "height": 0.5}, {"start": [102.451, 104.413], "end": [102.451, 103.613], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 103.613], "end": [104.051, 103.613], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 103.613], "end": [104.051, 104.413], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 104.413], "end": [102.451, 104.413], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C71", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 104.01299999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [117.79504, 79.16149999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C72", "thickness": 0.09999999999999999, "pos": [117.79504, 80.5915], "height": 0.5}, {"start": [116.99503999999999, 80.19149999999999], "end": [118.59504, 80.19149999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [116.99503999999999, 80.9915], "end": [116.99503999999999, 80.19149999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [118.59504, 80.9915], "end": [116.99503999999999, 80.9915], "type": "segment", "width": 0.09999999999999999}, {"start": [118.59504, 80.19149999999999], "end": [118.59504, 80.9915], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "22n", "thickness": 0.09999999999999999, "pos": [115.189, 82.206], "height": 0.5}, {"start": [114.689, 81.286], "end": [114.689, 80.786], "type": "segment", "width": 0.09999999999999999}, {"start": [114.689, 80.786], "end": [115.689, 80.786], "type": "segment", "width": 0.09999999999999999}, {"start": [115.689, 80.786], "end": [115.689, 81.286], "type": "segment", "width": 0.09999999999999999}, {"start": [115.689, 81.286], "end": [114.689, 81.286], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C73", "thickness": 0.09999999999999999, "pos": [115.189, 81.036], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [117.79504, 91.6075], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C74", "thickness": 0.09999999999999999, "pos": [117.79504, 93.0375], "height": 0.5}, {"start": [116.99503999999999, 92.6375], "end": [118.59504, 92.6375], "type": "segment", "width": 0.09999999999999999}, {"start": [116.99503999999999, 93.4375], "end": [116.99503999999999, 92.6375], "type": "segment", "width": 0.09999999999999999}, {"start": [118.59504, 93.4375], "end": [116.99503999999999, 93.4375], "type": "segment", "width": 0.09999999999999999}, {"start": [118.59504, 92.6375], "end": [118.59504, 93.4375], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "22n", "thickness": 0.09999999999999999, "pos": [115.189, 94.652], "height": 0.5}, {"start": [114.689, 93.732], "end": [114.689, 93.232], "type": "segment", "width": 0.09999999999999999}, {"start": [114.689, 93.232], "end": [115.689, 93.232], "type": "segment", "width": 0.09999999999999999}, {"start": [115.689, 93.232], "end": [115.689, 93.732], "type": "segment", "width": 0.09999999999999999}, {"start": [115.689, 93.732], "end": [114.689, 93.732], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C75", "thickness": 0.09999999999999999, "pos": [115.189, 93.482], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [108.81613999999999, 78.81606], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C76", "thickness": 0.09999999999999999, "pos": [108.81613999999999, 80.24606], "height": 0.5}, {"start": [108.01614, 79.84606], "end": [109.61614, 79.84606], "type": "segment", "width": 0.09999999999999999}, {"start": [108.01614, 80.64605999999999], "end": [108.01614, 79.84606], "type": "segment", "width": 0.09999999999999999}, {"start": [109.61614, 80.64605999999999], "end": [108.01614, 80.64605999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [109.61614, 79.84606], "end": [109.61614, 80.64605999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [108.81613999999999, 91.26205999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C77", "thickness": 0.09999999999999999, "pos": [108.81613999999999, 92.69206], "height": 0.5}, {"start": [108.01614, 92.29205999999999], "end": [109.61614, 92.29205999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [108.01614, 93.09205999999999], "end": [108.01614, 92.29205999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [109.61614, 93.09205999999999], "end": [108.01614, 93.09205999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [109.61614, 92.29205999999999], "end": [109.61614, 93.09205999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1u", "thickness": 0.09999999999999999, "pos": [169.672, 65.24499999999999], "height": 0.5}, {"start": [170.47199999999998, 66.27499999999999], "end": [170.47199999999998, 67.075], "type": "segment", "width": 0.09999999999999999}, {"start": [170.47199999999998, 67.075], "end": [168.87199999999999, 67.075], "type": "segment", "width": 0.09999999999999999}, {"start": [168.87199999999999, 67.075], "end": [168.87199999999999, 66.27499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [168.87199999999999, 66.27499999999999], "end": [170.47199999999998, 66.27499999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C78", "thickness": 0.09999999999999999, "pos": [169.672, 66.675], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [167.259, 69.95], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C79", "thickness": 0.09999999999999999, "pos": [167.259, 71.11999999999999], "height": 0.5}, {"start": [166.759, 70.86999999999999], "end": [167.759, 70.86999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [166.759, 71.36999999999999], "end": [166.759, 70.86999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [167.759, 71.36999999999999], "end": [166.759, 71.36999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [167.759, 70.86999999999999], "end": [167.759, 71.36999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [108.73993999999999, 71.21638], "height": 0.5}, {"start": [109.53994, 72.24638], "end": [109.53994, 73.04638], "type": "segment", "width": 0.09999999999999999}, {"start": [109.53994, 73.04638], "end": [107.93993999999999, 73.04638], "type": "segment", "width": 0.09999999999999999}, {"start": [107.93993999999999, 73.04638], "end": [107.93993999999999, 72.24638], "type": "segment", "width": 0.09999999999999999}, {"start": [107.93993999999999, 72.24638], "end": [109.53994, 72.24638], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C80", "thickness": 0.09999999999999999, "pos": [108.73993999999999, 72.64638], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10n", "thickness": 0.09999999999999999, "pos": [173.709, 74.803], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C81", "thickness": 0.09999999999999999, "pos": [174.879, 74.803], "height": 0.5}, {"start": [174.629, 75.303], "end": [174.629, 74.303], "type": "segment", "width": 0.09999999999999999}, {"start": [175.129, 75.303], "end": [174.629, 75.303], "type": "segment", "width": 0.09999999999999999}, {"start": [175.129, 74.303], "end": [175.129, 75.303], "type": "segment", "width": 0.09999999999999999}, {"start": [174.629, 74.303], "end": [175.129, 74.303], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10n", "thickness": 0.09999999999999999, "pos": [174.75199999999998, 68.988], "height": 0.5}, {"start": [174.25199999999998, 68.068], "end": [174.25199999999998, 67.568], "type": "segment", "width": 0.09999999999999999}, {"start": [174.25199999999998, 67.568], "end": [175.25199999999998, 67.568], "type": "segment", "width": 0.09999999999999999}, {"start": [175.25199999999998, 67.568], "end": [175.25199999999998, 68.068], "type": "segment", "width": 0.09999999999999999}, {"start": [175.25199999999998, 68.068], "end": [174.25199999999998, 68.068], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C82", "thickness": 0.09999999999999999, "pos": [174.75199999999998, 67.818], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [108.73993999999999, 83.66238], "height": 0.5}, {"start": [109.53994, 84.69238], "end": [109.53994, 85.49238], "type": "segment", "width": 0.09999999999999999}, {"start": [109.53994, 85.49238], "end": [107.93993999999999, 85.49238], "type": "segment", "width": 0.09999999999999999}, {"start": [107.93993999999999, 85.49238], "end": [107.93993999999999, 84.69238], "type": "segment", "width": 0.09999999999999999}, {"start": [107.93993999999999, 84.69238], "end": [109.53994, 84.69238], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C83", "thickness": 0.09999999999999999, "pos": [108.73993999999999, 85.09237999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [112.55246, 73.43378], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C84", "thickness": 0.09999999999999999, "pos": [111.12245999999999, 73.43378], "height": 0.5}, {"start": [111.52246, 72.63378], "end": [111.52246, 74.23378], "type": "segment", "width": 0.09999999999999999}, {"start": [110.72246, 72.63378], "end": [111.52246, 72.63378], "type": "segment", "width": 0.09999999999999999}, {"start": [110.72246, 74.23378], "end": [110.72246, 72.63378], "type": "segment", "width": 0.09999999999999999}, {"start": [111.52246, 74.23378], "end": [110.72246, 74.23378], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [112.55246, 85.87978], "height": 0.5}, {"start": [111.52246, 86.67978], "end": [110.72246, 86.67978], "type": "segment", "width": 0.09999999999999999}, {"start": [110.72246, 86.67978], "end": [110.72246, 85.07978], "type": "segment", "width": 0.09999999999999999}, {"start": [110.72246, 85.07978], "end": [111.52246, 85.07978], "type": "segment", "width": 0.09999999999999999}, {"start": [111.52246, 85.07978], "end": [111.52246, 86.67978], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C85", "thickness": 0.09999999999999999, "pos": [111.12245999999999, 85.87978], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [128.143, 123.163], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C87", "thickness": 0.09999999999999999, "pos": [128.143, 124.333], "height": 0.5}, {"start": [127.643, 124.083], "end": [128.643, 124.083], "type": "segment", "width": 0.09999999999999999}, {"start": [127.643, 124.583], "end": [127.643, 124.083], "type": "segment", "width": 0.09999999999999999}, {"start": [128.643, 124.583], "end": [127.643, 124.583], "type": "segment", "width": 0.09999999999999999}, {"start": [128.643, 124.083], "end": [128.643, 124.583], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [109.75088, 79.50945999999999], "height": 0.5}, {"start": [110.78088, 78.70945999999999], "end": [111.58088, 78.70945999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [111.58088, 78.70945999999999], "end": [111.58088, 80.30946], "type": "segment", "width": 0.09999999999999999}, {"start": [111.58088, 80.30946], "end": [110.78088, 80.30946], "type": "segment", "width": 0.09999999999999999}, {"start": [110.78088, 80.30946], "end": [110.78088, 78.70945999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C88", "thickness": 0.09999999999999999, "pos": [111.18088, 79.50945999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [109.75088, 91.95546], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C89", "thickness": 0.09999999999999999, "pos": [111.18088, 91.95546], "height": 0.5}, {"start": [110.78088, 92.75546], "end": [110.78088, 91.15545999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [111.58088, 92.75546], "end": [110.78088, 92.75546], "type": "segment", "width": 0.09999999999999999}, {"start": [111.58088, 91.15545999999999], "end": [111.58088, 92.75546], "type": "segment", "width": 0.09999999999999999}, {"start": [110.78088, 91.15545999999999], "end": [111.58088, 91.15545999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100u", "thickness": 0.09999999999999999, "pos": [128.5113, 80.645], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "+", "thickness": 0.09999999999999999, "pos": [124.1552, 78.9178], "height": 0.5}, {"start": [127.2286, 83.7946], "end": [127.2286, 78.1685], "type": "segment", "width": 0.15}, {"start": [127.2286, 78.1685], "end": [126.5555, 77.49539999999999], "type": "segment", "width": 0.15}, {"start": [126.5555, 77.49539999999999], "end": [121.60249999999999, 77.49539999999999], "type": "segment", "width": 0.15}, {"start": [121.60249999999999, 77.49539999999999], "end": [120.9294, 78.1685], "type": "segment", "width": 0.15}, {"start": [120.9294, 78.1685], "end": [120.9294, 83.7946], "type": "segment", "width": 0.15}, {"start": [120.9294, 83.7946], "end": [127.2286, 83.7946], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100u", "thickness": 0.09999999999999999, "pos": [128.5113, 92.964], "height": 0.5}, {"start": [120.9294, 96.11359999999999], "end": [127.2286, 96.11359999999999], "type": "segment", "width": 0.15}, {"start": [120.9294, 90.4875], "end": [120.9294, 96.11359999999999], "type": "segment", "width": 0.15}, {"start": [121.60249999999999, 89.81439999999999], "end": [120.9294, 90.4875], "type": "segment", "width": 0.15}, {"start": [126.5555, 89.81439999999999], "end": [121.60249999999999, 89.81439999999999], "type": "segment", "width": 0.15}, {"start": [127.2286, 90.4875], "end": [126.5555, 89.81439999999999], "type": "segment", "width": 0.15}, {"start": [127.2286, 96.11359999999999], "end": [127.2286, 90.4875], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "+", "thickness": 0.09999999999999999, "pos": [124.1552, 91.2368], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.124, 88.806], "height": 0.5}, {"start": [102.324, 87.776], "end": [102.324, 86.976], "type": "segment", "width": 0.09999999999999999}, {"start": [102.324, 86.976], "end": [103.92399999999999, 86.976], "type": "segment", "width": 0.09999999999999999}, {"start": [103.92399999999999, 86.976], "end": [103.92399999999999, 87.776], "type": "segment", "width": 0.09999999999999999}, {"start": [103.92399999999999, 87.776], "end": [102.324, 87.776], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C94", "thickness": 0.09999999999999999, "pos": [103.124, 87.37599999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.124, 85.50399999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C95", "thickness": 0.09999999999999999, "pos": [103.124, 84.074], "height": 0.5}, {"start": [103.92399999999999, 84.47399999999999], "end": [102.324, 84.47399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [103.92399999999999, 83.67399999999999], "end": [103.92399999999999, 84.47399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.324, 83.67399999999999], "end": [103.92399999999999, 83.67399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.324, 84.47399999999999], "end": [102.324, 83.67399999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.124, 82.202], "height": 0.5}, {"start": [102.324, 81.172], "end": [102.324, 80.372], "type": "segment", "width": 0.09999999999999999}, {"start": [102.324, 80.372], "end": [103.92399999999999, 80.372], "type": "segment", "width": 0.09999999999999999}, {"start": [103.92399999999999, 80.372], "end": [103.92399999999999, 81.172], "type": "segment", "width": 0.09999999999999999}, {"start": [103.92399999999999, 81.172], "end": [102.324, 81.172], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C96", "thickness": 0.09999999999999999, "pos": [103.124, 80.77199999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.124, 78.89999999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C97", "thickness": 0.09999999999999999, "pos": [103.124, 77.47], "height": 0.5}, {"start": [103.92399999999999, 77.86999999999999], "end": [102.324, 77.86999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [103.92399999999999, 77.07], "end": [103.92399999999999, 77.86999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.324, 77.07], "end": [103.92399999999999, 77.07], "type": "segment", "width": 0.09999999999999999}, {"start": [102.324, 77.86999999999999], "end": [102.324, 77.07], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 102.14099999999999], "height": 0.5}, {"start": [102.451, 101.11099999999999], "end": [102.451, 100.31099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 100.31099999999999], "end": [104.051, 100.31099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 100.31099999999999], "end": [104.051, 101.11099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 101.11099999999999], "end": [102.451, 101.11099999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C98", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 100.711], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 98.839], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C99", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 97.40899999999999], "height": 0.5}, {"start": [104.051, 97.809], "end": [102.451, 97.809], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 97.009], "end": [104.051, 97.809], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 97.009], "end": [104.051, 97.009], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 97.809], "end": [102.451, 97.009], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 95.53699999999999], "height": 0.5}, {"start": [102.451, 94.50699999999999], "end": [102.451, 93.707], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 93.707], "end": [104.051, 93.707], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 93.707], "end": [104.051, 94.50699999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 94.50699999999999], "end": [102.451, 94.50699999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C100", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 94.107], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1n", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 92.235], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C101", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 90.80499999999999], "height": 0.5}, {"start": [104.051, 91.205], "end": [102.451, 91.205], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 90.405], "end": [104.051, 91.205], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 90.405], "end": [104.051, 90.405], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 91.205], "end": [102.451, 90.405], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10p", "thickness": 0.09999999999999999, "pos": [140.94299999999998, 102.86999999999999], "height": 0.5}, {"start": [141.863, 102.36999999999999], "end": [142.363, 102.36999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [142.363, 102.36999999999999], "end": [142.363, 103.36999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [142.363, 103.36999999999999], "end": [141.863, 103.36999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [141.863, 103.36999999999999], "end": [141.863, 102.36999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C104", "thickness": 0.09999999999999999, "pos": [142.113, 102.86999999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10p", "thickness": 0.09999999999999999, "pos": [138.457, 102.997], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C105", "thickness": 0.09999999999999999, "pos": [137.287, 102.997], "height": 0.5}, {"start": [137.537, 102.497], "end": [137.537, 103.497], "type": "segment", "width": 0.09999999999999999}, {"start": [137.037, 102.497], "end": [137.537, 102.497], "type": "segment", "width": 0.09999999999999999}, {"start": [137.037, 103.497], "end": [137.037, 102.497], "type": "segment", "width": 0.09999999999999999}, {"start": [137.537, 103.497], "end": [137.037, 103.497], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "2,2u", "thickness": 0.09999999999999999, "pos": [148.811, 86.36], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C106", "thickness": 0.09999999999999999, "pos": [150.24099999999999, 86.36], "height": 0.5}, {"start": [149.84099999999998, 87.16], "end": [149.84099999999998, 85.56], "type": "segment", "width": 0.09999999999999999}, {"start": [150.641, 87.16], "end": [149.84099999999998, 87.16], "type": "segment", "width": 0.09999999999999999}, {"start": [150.641, 85.56], "end": [150.641, 87.16], "type": "segment", "width": 0.09999999999999999}, {"start": [149.84099999999998, 85.56], "end": [150.641, 85.56], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "2,2u", "thickness": 0.09999999999999999, "pos": [135.923, 79.502], "height": 0.5}, {"start": [134.893, 80.30199999999999], "end": [134.093, 80.30199999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [134.093, 80.30199999999999], "end": [134.093, 78.702], "type": "segment", "width": 0.09999999999999999}, {"start": [134.093, 78.702], "end": [134.893, 78.702], "type": "segment", "width": 0.09999999999999999}, {"start": [134.893, 78.702], "end": [134.893, 80.30199999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C107", "thickness": 0.09999999999999999, "pos": [134.493, 79.502], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [122.32799999999999, 124.20599999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C108", "thickness": 0.09999999999999999, "pos": [121.158, 124.20599999999999], "height": 0.5}, {"start": [121.408, 123.70599999999999], "end": [121.408, 124.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [120.908, 123.70599999999999], "end": [121.408, 123.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [120.908, 124.70599999999999], "end": [120.908, 123.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [121.408, 124.70599999999999], "end": [120.908, 124.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [140.689, 100.457], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C109", "thickness": 0.09999999999999999, "pos": [141.85899999999998, 100.457], "height": 0.5}, {"start": [141.60899999999998, 100.957], "end": [141.60899999999998, 99.957], "type": "segment", "width": 0.09999999999999999}, {"start": [142.10899999999998, 100.957], "end": [141.60899999999998, 100.957], "type": "segment", "width": 0.09999999999999999}, {"start": [142.10899999999998, 99.957], "end": [142.10899999999998, 100.957], "type": "segment", "width": 0.09999999999999999}, {"start": [141.60899999999998, 99.957], "end": [142.10899999999998, 99.957], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [132.07999999999998, 80.618], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C110", "thickness": 0.09999999999999999, "pos": [132.07999999999998, 81.788], "height": 0.5}, {"start": [131.57999999999998, 81.538], "end": [132.57999999999998, 81.538], "type": "segment", "width": 0.09999999999999999}, {"start": [131.57999999999998, 82.038], "end": [131.57999999999998, 81.538], "type": "segment", "width": 0.09999999999999999}, {"start": [132.57999999999998, 82.038], "end": [131.57999999999998, 82.038], "type": "segment", "width": 0.09999999999999999}, {"start": [132.57999999999998, 81.538], "end": [132.57999999999998, 82.038], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [150.903, 83.693], "height": 0.5}, {"start": [149.983, 84.193], "end": [149.483, 84.193], "type": "segment", "width": 0.09999999999999999}, {"start": [149.483, 84.193], "end": [149.483, 83.193], "type": "segment", "width": 0.09999999999999999}, {"start": [149.483, 83.193], "end": [149.983, 83.193], "type": "segment", "width": 0.09999999999999999}, {"start": [149.983, 83.193], "end": [149.983, 84.193], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C111", "thickness": 0.09999999999999999, "pos": [149.733, 83.693], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [148.607, 95.78999999999999], "height": 0.5}, {"start": [149.527, 95.28999999999999], "end": [150.027, 95.28999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [150.027, 95.28999999999999], "end": [150.027, 96.28999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [150.027, 96.28999999999999], "end": [149.527, 96.28999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [149.527, 96.28999999999999], "end": [149.527, 95.28999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C112", "thickness": 0.09999999999999999, "pos": [149.777, 95.78999999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [146.15, 101.24199999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C113", "thickness": 0.09999999999999999, "pos": [147.32, 101.24199999999999], "height": 0.5}, {"start": [147.07, 101.74199999999999], "end": [147.07, 100.74199999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [147.57, 101.74199999999999], "end": [147.07, 101.74199999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [147.57, 100.74199999999999], "end": [147.57, 101.74199999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [147.07, 100.74199999999999], "end": [147.57, 100.74199999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [143.60999999999999, 102.258], "height": 0.5}, {"start": [144.53, 101.758], "end": [145.03, 101.758], "type": "segment", "width": 0.09999999999999999}, {"start": [145.03, 101.758], "end": [145.03, 102.758], "type": "segment", "width": 0.09999999999999999}, {"start": [145.03, 102.758], "end": [144.53, 102.758], "type": "segment", "width": 0.09999999999999999}, {"start": [144.53, 102.758], "end": [144.53, 101.758], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C114", "thickness": 0.09999999999999999, "pos": [144.78, 102.258], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [149.325, 113.538], "height": 0.5}, {"start": [150.245, 113.038], "end": [150.745, 113.038], "type": "segment", "width": 0.09999999999999999}, {"start": [150.745, 113.038], "end": [150.745, 114.038], "type": "segment", "width": 0.09999999999999999}, {"start": [150.745, 114.038], "end": [150.245, 114.038], "type": "segment", "width": 0.09999999999999999}, {"start": [150.245, 114.038], "end": [150.245, 113.038], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C115", "thickness": 0.09999999999999999, "pos": [150.495, 113.538], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10u", "thickness": 0.09999999999999999, "pos": [144.62, 101.72699999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C116", "thickness": 0.09999999999999999, "pos": [146.04999999999998, 101.72699999999999], "height": 0.5}, {"start": [145.65, 102.527], "end": [145.65, 100.92699999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [146.45, 102.527], "end": [145.65, 102.527], "type": "segment", "width": 0.09999999999999999}, {"start": [146.45, 100.92699999999999], "end": [146.45, 102.527], "type": "segment", "width": 0.09999999999999999}, {"start": [145.65, 100.92699999999999], "end": [146.45, 100.92699999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1u", "thickness": 0.09999999999999999, "pos": [141.953, 101.854], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C117", "thickness": 0.09999999999999999, "pos": [143.38299999999998, 101.854], "height": 0.5}, {"start": [142.983, 102.654], "end": [142.983, 101.054], "type": "segment", "width": 0.09999999999999999}, {"start": [143.783, 102.654], "end": [142.983, 102.654], "type": "segment", "width": 0.09999999999999999}, {"start": [143.783, 101.054], "end": [143.783, 102.654], "type": "segment", "width": 0.09999999999999999}, {"start": [142.983, 101.054], "end": [143.783, 101.054], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10u", "thickness": 0.09999999999999999, "pos": [149.385, 82.4485], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C118", "thickness": 0.09999999999999999, "pos": [147.95499999999998, 82.4485], "height": 0.5}, {"start": [148.355, 81.6485], "end": [148.355, 83.24849999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [147.555, 81.6485], "end": [148.355, 81.6485], "type": "segment", "width": 0.09999999999999999}, {"start": [147.555, 83.24849999999999], "end": [147.555, 81.6485], "type": "segment", "width": 0.09999999999999999}, {"start": [148.355, 83.24849999999999], "end": [147.555, 83.24849999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [172.69299999999998, 74.803], "height": 0.5}, {"start": [173.613, 74.303], "end": [174.113, 74.303], "type": "segment", "width": 0.09999999999999999}, {"start": [174.113, 74.303], "end": [174.113, 75.303], "type": "segment", "width": 0.09999999999999999}, {"start": [174.113, 75.303], "end": [173.613, 75.303], "type": "segment", "width": 0.09999999999999999}, {"start": [173.613, 75.303], "end": [173.613, 74.303], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C119", "thickness": 0.09999999999999999, "pos": [173.863, 74.803], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [174.72899999999998, 67.972], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C120", "thickness": 0.09999999999999999, "pos": [174.72899999999998, 66.80199999999999], "height": 0.5}, {"start": [175.22899999999998, 67.05199999999999], "end": [174.22899999999998, 67.05199999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [175.22899999999998, 66.55199999999999], "end": [175.22899999999998, 67.05199999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [174.22899999999998, 66.55199999999999], "end": [175.22899999999998, 66.55199999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [174.22899999999998, 67.05199999999999], "end": [174.22899999999998, 66.55199999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "GRN", "thickness": 0.09999999999999999, "pos": [123.166, 66.548], "height": 0.5}, {"start": [122.06599999999999, 67.348], "end": [121.26599999999999, 67.348], "type": "segment", "width": 0.15}, {"start": [121.26599999999999, 67.348], "end": [121.26599999999999, 65.74799999999999], "type": "segment", "width": 0.15}, {"start": [121.26599999999999, 65.74799999999999], "end": [122.06599999999999, 65.74799999999999], "type": "segment", "width": 0.15}, {"start": [122.06599999999999, 65.74799999999999], "end": [122.06599999999999, 67.348], "type": "segment", "width": 0.15}, {"start": [121.466, 66.448], "end": [121.866, 66.448], "type": "segment", "width": 0.15}, {"start": [121.866, 66.448], "end": [121.666, 66.74799999999999], "type": "segment", "width": 0.15}, {"start": [121.666, 66.74799999999999], "end": [121.466, 66.448], "type": "segment", "width": 0.15}, {"start": [121.466, 66.848], "end": [121.866, 66.848], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "GRN", "thickness": 0.09999999999999999, "pos": [128.8923, 67.334], "height": 0.5}, {"start": [129.1923, 69.03399999999999], "end": [129.1923, 68.634], "type": "segment", "width": 0.15}, {"start": [129.0923, 68.834], "end": [128.79229999999998, 69.03399999999999], "type": "segment", "width": 0.15}, {"start": [128.79229999999998, 68.634], "end": [129.0923, 68.834], "type": "segment", "width": 0.15}, {"start": [128.79229999999998, 69.03399999999999], "end": [128.79229999999998, 68.634], "type": "segment", "width": 0.15}, {"start": [128.0923, 68.434], "end": [129.6923, 68.434], "type": "segment", "width": 0.15}, {"start": [128.0923, 69.234], "end": [128.0923, 68.434], "type": "segment", "width": 0.15}, {"start": [129.6923, 69.234], "end": [128.0923, 69.234], "type": "segment", "width": 0.15}, {"start": [129.6923, 68.434], "end": [129.6923, 69.234], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "GRN", "thickness": 0.09999999999999999, "pos": [138.458001, 108.066001], "height": 0.5}, {"start": [137.65800099999998, 106.96600099999999], "end": [137.65800099999998, 106.166001], "type": "segment", "width": 0.15}, {"start": [137.65800099999998, 106.166001], "end": [139.258001, 106.166001], "type": "segment", "width": 0.15}, {"start": [139.258001, 106.166001], "end": [139.258001, 106.96600099999999], "type": "segment", "width": 0.15}, {"start": [139.258001, 106.96600099999999], "end": [137.65800099999998, 106.96600099999999], "type": "segment", "width": 0.15}, {"start": [138.558001, 106.366001], "end": [138.558001, 106.76600099999999], "type": "segment", "width": 0.15}, {"start": [138.558001, 106.76600099999999], "end": [138.258001, 106.566001], "type": "segment", "width": 0.15}, {"start": [138.258001, 106.566001], "end": [138.558001, 106.366001], "type": "segment", "width": 0.15}, {"start": [138.15800099999998, 106.366001], "end": [138.15800099999998, 106.76600099999999], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "ESDA6V1L", "thickness": 0.09999999999999999, "pos": [136.017, 124.547], "height": 0.5}, {"start": [135.317, 120.527], "end": [135.317, 123.567], "type": "segment", "width": 0.15}, {"start": [135.317, 120.527], "end": [136.71699999999998, 120.527], "type": "segment", "width": 0.15}, {"start": [135.317, 123.567], "end": [136.71699999999998, 123.567], "type": "segment", "width": 0.15}, {"start": [136.71699999999998, 120.527], "end": [136.71699999999998, 123.567], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "SK310A-TP", "thickness": 0.09999999999999999, "pos": [188.577, 103.124], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "GRN", "thickness": 0.09999999999999999, "pos": [171.601, 110.871], "height": 0.5}, {"start": [173.301, 110.571], "end": [172.90099999999998, 110.571], "type": "segment", "width": 0.15}, {"start": [173.101, 110.67099999999999], "end": [173.301, 110.97099999999999], "type": "segment", "width": 0.15}, {"start": [172.90099999999998, 110.97099999999999], "end": [173.101, 110.67099999999999], "type": "segment", "width": 0.15}, {"start": [173.301, 110.97099999999999], "end": [172.90099999999998, 110.97099999999999], "type": "segment", "width": 0.15}, {"start": [172.701, 111.67099999999999], "end": [172.701, 110.071], "type": "segment", "width": 0.15}, {"start": [173.501, 111.67099999999999], "end": [172.701, 111.67099999999999], "type": "segment", "width": 0.15}, {"start": [173.501, 110.071], "end": [173.501, 111.67099999999999], "type": "segment", "width": 0.15}, {"start": [172.701, 110.071], "end": [173.501, 110.071], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "SK310A-TP", "thickness": 0.09999999999999999, "pos": [202.547, 103.378], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "GRN", "thickness": 0.09999999999999999, "pos": [194.391469, 120.940052], "height": 0.5}, {"start": [193.591469, 119.840052], "end": [193.591469, 119.04005199999999], "type": "segment", "width": 0.15}, {"start": [193.591469, 119.04005199999999], "end": [195.19146899999998, 119.04005199999999], "type": "segment", "width": 0.15}, {"start": [195.19146899999998, 119.04005199999999], "end": [195.19146899999998, 119.840052], "type": "segment", "width": 0.15}, {"start": [195.19146899999998, 119.840052], "end": [193.591469, 119.840052], "type": "segment", "width": 0.15}, {"start": [194.491469, 119.24005199999999], "end": [194.491469, 119.640052], "type": "segment", "width": 0.15}, {"start": [194.491469, 119.640052], "end": [194.19146899999998, 119.440052], "type": "segment", "width": 0.15}, {"start": [194.19146899999998, 119.440052], "end": [194.491469, 119.24005199999999], "type": "segment", "width": 0.15}, {"start": [194.091469, 119.24005199999999], "end": [194.091469, 119.640052], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "GRN", "thickness": 0.09999999999999999, "pos": [142.518, 113.411], "height": 0.5}, {"start": [144.218, 113.11099999999999], "end": [143.81799999999998, 113.11099999999999], "type": "segment", "width": 0.15}, {"start": [144.018, 113.211], "end": [144.218, 113.511], "type": "segment", "width": 0.15}, {"start": [143.81799999999998, 113.511], "end": [144.018, 113.211], "type": "segment", "width": 0.15}, {"start": [144.218, 113.511], "end": [143.81799999999998, 113.511], "type": "segment", "width": 0.15}, {"start": [143.618, 114.211], "end": [143.618, 112.61099999999999], "type": "segment", "width": 0.15}, {"start": [144.418, 114.211], "end": [143.618, 114.211], "type": "segment", "width": 0.15}, {"start": [144.418, 112.61099999999999], "end": [144.418, 114.211], "type": "segment", "width": 0.15}, {"start": [143.618, 112.61099999999999], "end": [144.418, 112.61099999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "SMAJ28A", "thickness": 0.09999999999999999, "pos": [170.755, 82.804], "height": 0.5}, {"start": [173.35397999999998, 82.15455999999999], "end": [174.15408, 83.30518], "type": "segment", "width": 0.09999999999999999}, {"start": [173.35397999999998, 82.15455999999999], "end": [172.60468, 83.30518], "type": "segment", "width": 0.09999999999999999}, {"start": [172.60468, 83.30518], "end": [174.15408, 83.30518], "type": "segment", "width": 0.09999999999999999}, {"start": [174.15408, 82.15455999999999], "end": [172.55388, 82.15455999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [173.35397999999998, 83.30518], "end": [173.35397999999998, 84.3034], "type": "segment", "width": 0.09999999999999999}, {"start": [173.35397999999998, 82.15455999999999], "end": [173.35397999999998, 81.25286], "type": "segment", "width": 0.09999999999999999}, {"start": [174.855, 85.104], "end": [174.855, 80.50399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [174.855, 85.104], "end": [171.855, 85.104], "type": "segment", "width": 0.09999999999999999}, {"start": [171.855, 80.50399999999999], "end": [174.855, 80.50399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [171.855, 85.104], "end": [171.855, 80.50399999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D18", "thickness": 0.09999999999999999, "pos": [175.855, 82.804], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "SK310A", "thickness": 0.09999999999999999, "pos": [158.09699999999998, 98.523], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "KEYSTONE 3568", "thickness": 0.09999999999999999, "pos": [168.275, 109.728], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "KEYSTONE 3568", "thickness": 0.09999999999999999, "pos": [167.894, 87.75699999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "105017-0001", "thickness": 0.09999999999999999, "pos": [132.426, 126.30999999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "faston", "thickness": 0.09999999999999999, "pos": [183.852, 90.80499999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "faston", "thickness": 0.09999999999999999, "pos": [177.368, 90.80499999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "Mini-DIN-4-KPJX", "thickness": 0.09999999999999999, "pos": [201.676, 88.13799999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "70543-0003", "thickness": 0.09999999999999999, "pos": [95.198, 62.357], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "70543-0002", "thickness": 0.09999999999999999, "pos": [108.152, 62.357], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Conn_01x01", "thickness": 0.09999999999999999, "pos": [98.702, 64.485], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Conn_01x01", "thickness": 0.09999999999999999, "pos": [107.702, 124.19999999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Conn_01x01", "thickness": 0.09999999999999999, "pos": [185.0, 60.199999999999996], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Conn_01x01", "thickness": 0.09999999999999999, "pos": [192.0, 125.485], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Conn_01x01", "thickness": 0.09999999999999999, "pos": [179.78199999999998, 85.035], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Conn_01x01", "thickness": 0.09999999999999999, "pos": [100.702, 75.035], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Conn_01x01", "thickness": 0.09999999999999999, "pos": [112.702, 128.035], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Conn_01x01", "thickness": 0.09999999999999999, "pos": [195.702, 128.035], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [119.15899999999999, 66.5225], "height": 0.5}, {"start": [118.12899999999999, 67.32249999999999], "end": [117.329, 67.32249999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [117.329, 67.32249999999999], "end": [117.329, 65.7225], "type": "segment", "width": 0.09999999999999999}, {"start": [117.329, 65.7225], "end": [118.12899999999999, 65.7225], "type": "segment", "width": 0.09999999999999999}, {"start": [118.12899999999999, 65.7225], "end": [118.12899999999999, 67.32249999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L1", "thickness": 0.09999999999999999, "pos": [117.729, 66.5225], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [131.732, 61.595], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L2", "thickness": 0.09999999999999999, "pos": [130.302, 61.595], "height": 0.5}, {"start": [130.702, 60.794999999999995], "end": [130.702, 62.394999999999996], "type": "segment", "width": 0.09999999999999999}, {"start": [129.902, 60.794999999999995], "end": [130.702, 60.794999999999995], "type": "segment", "width": 0.09999999999999999}, {"start": [129.902, 62.394999999999996], "end": [129.902, 60.794999999999995], "type": "segment", "width": 0.09999999999999999}, {"start": [130.702, 62.394999999999996], "end": [129.902, 62.394999999999996], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [125.509, 66.548], "height": 0.5}, {"start": [124.479, 67.348], "end": [123.67899999999999, 67.348], "type": "segment", "width": 0.09999999999999999}, {"start": [123.67899999999999, 67.348], "end": [123.67899999999999, 65.74799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [123.67899999999999, 65.74799999999999], "end": [124.479, 65.74799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [124.479, 65.74799999999999], "end": [124.479, 67.348], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L3", "thickness": 0.09999999999999999, "pos": [124.079, 66.548], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [137.19299999999998, 71.50099999999999], "height": 0.5}, {"start": [136.16299999999998, 72.301], "end": [135.363, 72.301], "type": "segment", "width": 0.09999999999999999}, {"start": [135.363, 72.301], "end": [135.363, 70.701], "type": "segment", "width": 0.09999999999999999}, {"start": [135.363, 70.701], "end": [136.16299999999998, 70.701], "type": "segment", "width": 0.09999999999999999}, {"start": [136.16299999999998, 70.701], "end": [136.16299999999998, 72.301], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L4", "thickness": 0.09999999999999999, "pos": [135.763, 71.50099999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [175.35399999999998, 120.2945], "height": 0.5}, {"start": [176.384, 119.49449999999999], "end": [177.184, 119.49449999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [177.184, 119.49449999999999], "end": [177.184, 121.0945], "type": "segment", "width": 0.09999999999999999}, {"start": [177.184, 121.0945], "end": [176.384, 121.0945], "type": "segment", "width": 0.09999999999999999}, {"start": [176.384, 121.0945], "end": [176.384, 119.49449999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L5", "thickness": 0.09999999999999999, "pos": [176.784, 120.2945], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [185.387, 120.26899999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L6", "thickness": 0.09999999999999999, "pos": [186.81699999999998, 120.26899999999999], "height": 0.5}, {"start": [186.417, 121.06899999999999], "end": [186.417, 119.469], "type": "segment", "width": 0.09999999999999999}, {"start": [187.21699999999998, 121.06899999999999], "end": [186.417, 121.06899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [187.21699999999998, 119.469], "end": [187.21699999999998, 121.06899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [186.417, 119.469], "end": [187.21699999999998, 119.469], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [127.98299999999999, 122.428], "height": 0.5}, {"start": [129.013, 121.628], "end": [129.813, 121.628], "type": "segment", "width": 0.09999999999999999}, {"start": [129.813, 121.628], "end": [129.813, 123.228], "type": "segment", "width": 0.09999999999999999}, {"start": [129.813, 123.228], "end": [129.013, 123.228], "type": "segment", "width": 0.09999999999999999}, {"start": [129.013, 123.228], "end": [129.013, 121.628], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L7", "thickness": 0.09999999999999999, "pos": [129.41299999999998, 122.428], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [136.017, 120.937], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L8", "thickness": 0.09999999999999999, "pos": [136.017, 119.50699999999999], "height": 0.5}, {"start": [136.817, 119.907], "end": [135.21699999999998, 119.907], "type": "segment", "width": 0.09999999999999999}, {"start": [136.817, 119.107], "end": [136.817, 119.907], "type": "segment", "width": 0.09999999999999999}, {"start": [135.21699999999998, 119.107], "end": [136.817, 119.107], "type": "segment", "width": 0.09999999999999999}, {"start": [135.21699999999998, 119.907], "end": [135.21699999999998, 119.107], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [125.824, 127.25399999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L9", "thickness": 0.09999999999999999, "pos": [127.25399999999999, 127.25399999999999], "height": 0.5}, {"start": [126.854, 128.054], "end": [126.854, 126.454], "type": "segment", "width": 0.09999999999999999}, {"start": [127.654, 128.054], "end": [126.854, 128.054], "type": "segment", "width": 0.09999999999999999}, {"start": [127.654, 126.454], "end": [127.654, 128.054], "type": "segment", "width": 0.09999999999999999}, {"start": [126.854, 126.454], "end": [127.654, 126.454], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM41PG600SN1L", "thickness": 0.09999999999999999, "pos": [168.021, 95.813], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L12", "thickness": 0.09999999999999999, "pos": [168.021, 97.663], "height": 0.5}, {"start": [165.771, 96.863], "end": [170.271, 96.863], "type": "segment", "width": 0.09999999999999999}, {"start": [165.771, 98.463], "end": [165.771, 96.863], "type": "segment", "width": 0.09999999999999999}, {"start": [170.271, 98.463], "end": [165.771, 98.463], "type": "segment", "width": 0.09999999999999999}, {"start": [170.271, 96.863], "end": [170.271, 98.463], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "15uH", "thickness": 0.09999999999999999, "pos": [159.453, 103.14999999999999], "height": 0.5}, {"start": [157.453, 101.64999999999999], "end": [159.453, 101.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [156.453, 100.64999999999999], "end": [157.453, 101.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [156.453, 98.64999999999999], "end": [156.453, 100.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [161.453, 101.64999999999999], "end": [159.453, 101.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [162.453, 100.64999999999999], "end": [161.453, 101.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [162.453, 98.64999999999999], "end": [162.453, 100.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [161.453, 95.64999999999999], "end": [159.453, 95.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [162.453, 96.64999999999999], "end": [161.453, 95.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [162.453, 98.64999999999999], "end": [162.453, 96.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [157.453, 95.64999999999999], "end": [159.453, 95.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [156.453, 96.64999999999999], "end": [157.453, 95.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [156.453, 98.64999999999999], "end": [156.453, 96.64999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L13", "thickness": 0.09999999999999999, "pos": [159.453, 98.64999999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [110.64999999999999, 66.675], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L14", "thickness": 0.09999999999999999, "pos": [109.22, 66.675], "height": 0.5}, {"start": [109.61999999999999, 65.875], "end": [109.61999999999999, 67.475], "type": "segment", "width": 0.09999999999999999}, {"start": [108.82, 65.875], "end": [109.61999999999999, 65.875], "type": "segment", "width": 0.09999999999999999}, {"start": [108.82, 67.475], "end": [108.82, 65.875], "type": "segment", "width": 0.09999999999999999}, {"start": [109.61999999999999, 67.475], "end": [108.82, 67.475], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [112.17399999999999, 66.675], "height": 0.5}, {"start": [111.14399999999999, 67.475], "end": [110.344, 67.475], "type": "segment", "width": 0.09999999999999999}, {"start": [110.344, 67.475], "end": [110.344, 65.875], "type": "segment", "width": 0.09999999999999999}, {"start": [110.344, 65.875], "end": [111.14399999999999, 65.875], "type": "segment", "width": 0.09999999999999999}, {"start": [111.14399999999999, 65.875], "end": [111.14399999999999, 67.475], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L15", "thickness": 0.09999999999999999, "pos": [110.744, 66.675], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [139.03199999999998, 70.485], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L16", "thickness": 0.09999999999999999, "pos": [140.462, 70.485], "height": 0.5}, {"start": [140.06199999999998, 71.285], "end": [140.06199999999998, 69.685], "type": "segment", "width": 0.09999999999999999}, {"start": [140.862, 71.285], "end": [140.06199999999998, 71.285], "type": "segment", "width": 0.09999999999999999}, {"start": [140.862, 69.685], "end": [140.862, 71.285], "type": "segment", "width": 0.09999999999999999}, {"start": [140.06199999999998, 69.685], "end": [140.862, 69.685], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [114.96799999999999, 66.548], "height": 0.5}, {"start": [113.93799999999999, 67.348], "end": [113.13799999999999, 67.348], "type": "segment", "width": 0.09999999999999999}, {"start": [113.13799999999999, 67.348], "end": [113.13799999999999, 65.74799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [113.13799999999999, 65.74799999999999], "end": [113.93799999999999, 65.74799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [113.93799999999999, 65.74799999999999], "end": [113.93799999999999, 67.348], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L23", "thickness": 0.09999999999999999, "pos": [113.538, 66.548], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [117.63499999999999, 66.548], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L25", "thickness": 0.09999999999999999, "pos": [116.205, 66.548], "height": 0.5}, {"start": [116.60499999999999, 65.74799999999999], "end": [116.60499999999999, 67.348], "type": "segment", "width": 0.09999999999999999}, {"start": [115.80499999999999, 65.74799999999999], "end": [116.60499999999999, 65.74799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [115.80499999999999, 67.348], "end": [115.80499999999999, 65.74799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [116.60499999999999, 67.348], "end": [115.80499999999999, 67.348], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [153.06799999999998, 113.919], "height": 0.5}, {"start": [152.03799999999998, 114.719], "end": [151.238, 114.719], "type": "segment", "width": 0.09999999999999999}, {"start": [151.238, 114.719], "end": [151.238, 113.119], "type": "segment", "width": 0.09999999999999999}, {"start": [151.238, 113.119], "end": [152.03799999999998, 113.119], "type": "segment", "width": 0.09999999999999999}, {"start": [152.03799999999998, 113.119], "end": [152.03799999999998, 114.719], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L27", "thickness": 0.09999999999999999, "pos": [151.638, 113.919], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.27386, 121.38154], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L31", "thickness": 0.09999999999999999, "pos": [103.27386, 122.81154], "height": 0.5}, {"start": [102.47386, 122.41153999999999], "end": [104.07386, 122.41153999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.47386, 123.21154], "end": [102.47386, 122.41153999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [104.07386, 123.21154], "end": [102.47386, 123.21154], "type": "segment", "width": 0.09999999999999999}, {"start": [104.07386, 122.41153999999999], "end": [104.07386, 123.21154], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.24846, 118.26495999999999], "height": 0.5}, {"start": [104.04845999999999, 119.29495999999999], "end": [104.04845999999999, 120.09496], "type": "segment", "width": 0.09999999999999999}, {"start": [104.04845999999999, 120.09496], "end": [102.44846, 120.09496], "type": "segment", "width": 0.09999999999999999}, {"start": [102.44846, 120.09496], "end": [102.44846, 119.29495999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.44846, 119.29495999999999], "end": [104.04845999999999, 119.29495999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L32", "thickness": 0.09999999999999999, "pos": [103.24846, 119.69496], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.24846, 115.07726], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L33", "thickness": 0.09999999999999999, "pos": [103.24846, 116.50725999999999], "height": 0.5}, {"start": [102.44846, 116.10726], "end": [104.04845999999999, 116.10726], "type": "segment", "width": 0.09999999999999999}, {"start": [102.44846, 116.90726], "end": [102.44846, 116.10726], "type": "segment", "width": 0.09999999999999999}, {"start": [104.04845999999999, 116.90726], "end": [102.44846, 116.90726], "type": "segment", "width": 0.09999999999999999}, {"start": [104.04845999999999, 116.10726], "end": [104.04845999999999, 116.90726], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 107.536], "height": 0.5}, {"start": [104.051, 108.56599999999999], "end": [104.051, 109.366], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 109.366], "end": [102.451, 109.366], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 109.366], "end": [102.451, 108.56599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 108.56599999999999], "end": [104.051, 108.56599999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L34", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 108.966], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 104.234], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L35", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 105.664], "height": 0.5}, {"start": [102.451, 105.264], "end": [104.051, 105.264], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 106.064], "end": [102.451, 105.264], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 106.064], "end": [102.451, 106.064], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 105.264], "end": [104.051, 106.064], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 100.932], "height": 0.5}, {"start": [104.051, 101.96199999999999], "end": [104.051, 102.762], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 102.762], "end": [102.451, 102.762], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 102.762], "end": [102.451, 101.96199999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 101.96199999999999], "end": [104.051, 101.96199999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L36", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 102.362], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.24846, 124.46763999999999], "height": 0.5}, {"start": [104.04845999999999, 125.49763999999999], "end": [104.04845999999999, 126.29764], "type": "segment", "width": 0.09999999999999999}, {"start": [104.04845999999999, 126.29764], "end": [102.44846, 126.29764], "type": "segment", "width": 0.09999999999999999}, {"start": [102.44846, 126.29764], "end": [102.44846, 125.49763999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.44846, 125.49763999999999], "end": [104.04845999999999, 125.49763999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L37", "thickness": 0.09999999999999999, "pos": [103.24846, 125.89764], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 110.838], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L38", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 112.268], "height": 0.5}, {"start": [102.451, 111.868], "end": [104.051, 111.868], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 112.66799999999999], "end": [102.451, 111.868], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 112.66799999999999], "end": [102.451, 112.66799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 111.868], "end": [104.051, 112.66799999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.124, 80.993], "height": 0.5}, {"start": [103.92399999999999, 82.023], "end": [103.92399999999999, 82.823], "type": "segment", "width": 0.09999999999999999}, {"start": [103.92399999999999, 82.823], "end": [102.324, 82.823], "type": "segment", "width": 0.09999999999999999}, {"start": [102.324, 82.823], "end": [102.324, 82.023], "type": "segment", "width": 0.09999999999999999}, {"start": [102.324, 82.023], "end": [103.92399999999999, 82.023], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L39", "thickness": 0.09999999999999999, "pos": [103.124, 82.423], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.124, 77.691], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L40", "thickness": 0.09999999999999999, "pos": [103.124, 79.121], "height": 0.5}, {"start": [102.324, 78.72099999999999], "end": [103.92399999999999, 78.72099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.324, 79.521], "end": [102.324, 78.72099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [103.92399999999999, 79.521], "end": [102.324, 79.521], "type": "segment", "width": 0.09999999999999999}, {"start": [103.92399999999999, 78.72099999999999], "end": [103.92399999999999, 79.521], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.124, 74.389], "height": 0.5}, {"start": [103.92399999999999, 75.419], "end": [103.92399999999999, 76.219], "type": "segment", "width": 0.09999999999999999}, {"start": [103.92399999999999, 76.219], "end": [102.324, 76.219], "type": "segment", "width": 0.09999999999999999}, {"start": [102.324, 76.219], "end": [102.324, 75.419], "type": "segment", "width": 0.09999999999999999}, {"start": [102.324, 75.419], "end": [103.92399999999999, 75.419], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L41", "thickness": 0.09999999999999999, "pos": [103.124, 75.819], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 94.32799999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L42", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 95.758], "height": 0.5}, {"start": [102.451, 95.35799999999999], "end": [104.051, 95.35799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 96.158], "end": [102.451, 95.35799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 96.158], "end": [102.451, 96.158], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 95.35799999999999], "end": [104.051, 96.158], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 91.026], "height": 0.5}, {"start": [104.051, 92.056], "end": [104.051, 92.856], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 92.856], "end": [102.451, 92.856], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 92.856], "end": [102.451, 92.056], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 92.056], "end": [104.051, 92.056], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L43", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 92.45599999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 87.72399999999999], "height": 0.5}, {"start": [104.051, 88.75399999999999], "end": [104.051, 89.554], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 89.554], "end": [102.451, 89.554], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 89.554], "end": [102.451, 88.75399999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 88.75399999999999], "end": [104.051, 88.75399999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L44", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 89.154], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.124, 84.295], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L45", "thickness": 0.09999999999999999, "pos": [103.124, 85.725], "height": 0.5}, {"start": [102.324, 85.325], "end": [103.92399999999999, 85.325], "type": "segment", "width": 0.09999999999999999}, {"start": [102.324, 86.125], "end": [102.324, 85.325], "type": "segment", "width": 0.09999999999999999}, {"start": [103.92399999999999, 86.125], "end": [102.324, 86.125], "type": "segment", "width": 0.09999999999999999}, {"start": [103.92399999999999, 85.325], "end": [103.92399999999999, 86.125], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 97.63], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L46", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 99.06], "height": 0.5}, {"start": [102.451, 98.66], "end": [104.051, 98.66], "type": "segment", "width": 0.09999999999999999}, {"start": [102.451, 99.46], "end": [102.451, 98.66], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 99.46], "end": [102.451, 99.46], "type": "segment", "width": 0.09999999999999999}, {"start": [104.051, 98.66], "end": [104.051, 99.46], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [150.01999999999998, 101.473], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L47", "thickness": 0.09999999999999999, "pos": [148.59, 101.473], "height": 0.5}, {"start": [148.98999999999998, 100.673], "end": [148.98999999999998, 102.273], "type": "segment", "width": 0.09999999999999999}, {"start": [148.19, 100.673], "end": [148.98999999999998, 100.673], "type": "segment", "width": 0.09999999999999999}, {"start": [148.19, 102.273], "end": [148.19, 100.673], "type": "segment", "width": 0.09999999999999999}, {"start": [148.98999999999998, 102.273], "end": [148.19, 102.273], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [150.76999999999998, 116.8], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L48", "thickness": 0.09999999999999999, "pos": [152.2, 116.8], "height": 0.5}, {"start": [151.79999999999998, 117.6], "end": [151.79999999999998, 116.0], "type": "segment", "width": 0.09999999999999999}, {"start": [152.6, 117.6], "end": [151.79999999999998, 117.6], "type": "segment", "width": 0.09999999999999999}, {"start": [152.6, 116.0], "end": [152.6, 117.6], "type": "segment", "width": 0.09999999999999999}, {"start": [151.79999999999998, 116.0], "end": [152.6, 116.0], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "70543-0002", "thickness": 0.09999999999999999, "pos": [118.56599999999999, 62.357], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "70543-0002", "thickness": 0.09999999999999999, "pos": [133.60399999999998, 59.257], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "70543-0001", "thickness": 0.09999999999999999, "pos": [184.583, 126.365], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "70543-0001", "thickness": 0.09999999999999999, "pos": [192.457, 126.365], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "TBG-5-PW-2P/GN", "thickness": 0.09999999999999999, "pos": [180.34, 117.314], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "TBG-5-PW-2P/GN", "thickness": 0.09999999999999999, "pos": [193.67499999999998, 117.314], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "70543-0003", "thickness": 0.09999999999999999, "pos": [98.93299999999999, 129.21099999999998], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "70543-0003", "thickness": 0.09999999999999999, "pos": [98.93299999999999, 115.622], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "70543-0003", "thickness": 0.09999999999999999, "pos": [98.93299999999999, 88.698], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "70543-0003", "thickness": 0.09999999999999999, "pos": [98.93299999999999, 102.16], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "MMBF170", "thickness": 0.09999999999999999, "pos": [125.18199999999999, 70.231], "height": 0.5}, {"start": [121.16199999999999, 70.931], "end": [124.202, 70.931], "type": "segment", "width": 0.15}, {"start": [121.16199999999999, 70.931], "end": [121.16199999999999, 69.53099999999999], "type": "segment", "width": 0.15}, {"start": [124.202, 70.931], "end": [124.202, 69.53099999999999], "type": "segment", "width": 0.15}, {"start": [121.16199999999999, 69.53099999999999], "end": [124.202, 69.53099999999999], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "MMBF170", "thickness": 0.09999999999999999, "pos": [133.183, 71.755], "height": 0.5}, {"start": [129.16299999999998, 71.05499999999999], "end": [132.203, 71.05499999999999], "type": "segment", "width": 0.15}, {"start": [132.203, 72.455], "end": [132.203, 71.05499999999999], "type": "segment", "width": 0.15}, {"start": [129.16299999999998, 72.455], "end": [129.16299999999998, 71.05499999999999], "type": "segment", "width": 0.15}, {"start": [129.16299999999998, 72.455], "end": [132.203, 72.455], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "PSMN2R6-40YS", "thickness": 0.09999999999999999, "pos": [170.827, 103.505], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "PSMN2R6-40YS", "thickness": 0.09999999999999999, "pos": [184.797, 103.505], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.09999999999999999, "pos": [119.20299999999999, 70.081], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R1", "thickness": 0.09999999999999999, "pos": [120.37299999999999, 70.081], "height": 0.5}, {"start": [120.12299999999999, 70.581], "end": [120.12299999999999, 69.581], "type": "segment", "width": 0.09999999999999999}, {"start": [120.62299999999999, 70.581], "end": [120.12299999999999, 70.581], "type": "segment", "width": 0.09999999999999999}, {"start": [120.62299999999999, 69.581], "end": [120.62299999999999, 70.581], "type": "segment", "width": 0.09999999999999999}, {"start": [120.12299999999999, 69.581], "end": [120.62299999999999, 69.581], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.09999999999999999, "pos": [127.22699999999999, 72.136], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R2", "thickness": 0.09999999999999999, "pos": [128.397, 72.136], "height": 0.5}, {"start": [128.147, 72.636], "end": [128.147, 71.636], "type": "segment", "width": 0.09999999999999999}, {"start": [128.647, 72.636], "end": [128.147, 72.636], "type": "segment", "width": 0.09999999999999999}, {"start": [128.647, 71.636], "end": [128.647, 72.636], "type": "segment", "width": 0.09999999999999999}, {"start": [128.147, 71.636], "end": [128.647, 71.636], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100k", "thickness": 0.09999999999999999, "pos": [118.083, 70.104], "height": 0.5}, {"start": [119.003, 69.604], "end": [119.503, 69.604], "type": "segment", "width": 0.09999999999999999}, {"start": [119.503, 69.604], "end": [119.503, 70.604], "type": "segment", "width": 0.09999999999999999}, {"start": [119.503, 70.604], "end": [119.003, 70.604], "type": "segment", "width": 0.09999999999999999}, {"start": [119.003, 70.604], "end": [119.003, 69.604], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R3", "thickness": 0.09999999999999999, "pos": [119.253, 70.104], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100k", "thickness": 0.09999999999999999, "pos": [128.424, 72.136], "height": 0.5}, {"start": [127.50399999999999, 72.636], "end": [127.00399999999999, 72.636], "type": "segment", "width": 0.09999999999999999}, {"start": [127.00399999999999, 72.636], "end": [127.00399999999999, 71.636], "type": "segment", "width": 0.09999999999999999}, {"start": [127.00399999999999, 71.636], "end": [127.50399999999999, 71.636], "type": "segment", "width": 0.09999999999999999}, {"start": [127.50399999999999, 71.636], "end": [127.50399999999999, 72.636], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R4", "thickness": 0.09999999999999999, "pos": [127.25399999999999, 72.136], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "2k2", "thickness": 0.09999999999999999, "pos": [121.699, 66.548], "height": 0.5}, {"start": [120.669, 67.348], "end": [119.869, 67.348], "type": "segment", "width": 0.09999999999999999}, {"start": [119.869, 67.348], "end": [119.869, 65.74799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [119.869, 65.74799999999999], "end": [120.669, 65.74799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [120.669, 65.74799999999999], "end": [120.669, 67.348], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R5", "thickness": 0.09999999999999999, "pos": [120.26899999999999, 66.548], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "2k2", "thickness": 0.09999999999999999, "pos": [128.87199999999999, 66.675], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R6", "thickness": 0.09999999999999999, "pos": [130.302, 66.675], "height": 0.5}, {"start": [129.902, 67.475], "end": [129.902, 65.875], "type": "segment", "width": 0.09999999999999999}, {"start": [130.702, 67.475], "end": [129.902, 67.475], "type": "segment", "width": 0.09999999999999999}, {"start": [130.702, 65.875], "end": [130.702, 67.475], "type": "segment", "width": 0.09999999999999999}, {"start": [129.902, 65.875], "end": [130.702, 65.875], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1k8", "thickness": 0.09999999999999999, "pos": [129.821, 66.167], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R7", "thickness": 0.09999999999999999, "pos": [128.65099999999998, 66.167], "height": 0.5}, {"start": [128.90099999999998, 65.667], "end": [128.90099999999998, 66.667], "type": "segment", "width": 0.09999999999999999}, {"start": [128.40099999999998, 65.667], "end": [128.90099999999998, 65.667], "type": "segment", "width": 0.09999999999999999}, {"start": [128.40099999999998, 66.667], "end": [128.40099999999998, 65.667], "type": "segment", "width": 0.09999999999999999}, {"start": [128.90099999999998, 66.667], "end": [128.40099999999998, 66.667], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1k8", "thickness": 0.09999999999999999, "pos": [133.858, 71.85499999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R8", "thickness": 0.09999999999999999, "pos": [133.858, 73.02499999999999], "height": 0.5}, {"start": [133.358, 72.77499999999999], "end": [134.358, 72.77499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [133.358, 73.27499999999999], "end": [133.358, 72.77499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [134.358, 73.27499999999999], "end": [133.358, 73.27499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [134.358, 72.77499999999999], "end": [134.358, 73.27499999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1k8", "thickness": 0.09999999999999999, "pos": [124.17899999999999, 66.548], "height": 0.5}, {"start": [125.09899999999999, 66.048], "end": [125.59899999999999, 66.048], "type": "segment", "width": 0.09999999999999999}, {"start": [125.59899999999999, 66.048], "end": [125.59899999999999, 67.048], "type": "segment", "width": 0.09999999999999999}, {"start": [125.59899999999999, 67.048], "end": [125.09899999999999, 67.048], "type": "segment", "width": 0.09999999999999999}, {"start": [125.09899999999999, 67.048], "end": [125.09899999999999, 66.048], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R9", "thickness": 0.09999999999999999, "pos": [125.34899999999999, 66.548], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1k8", "thickness": 0.09999999999999999, "pos": [135.66299999999998, 71.628], "height": 0.5}, {"start": [134.743, 72.128], "end": [134.243, 72.128], "type": "segment", "width": 0.09999999999999999}, {"start": [134.243, 72.128], "end": [134.243, 71.128], "type": "segment", "width": 0.09999999999999999}, {"start": [134.243, 71.128], "end": [134.743, 71.128], "type": "segment", "width": 0.09999999999999999}, {"start": [134.743, 71.128], "end": [134.743, 72.128], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R10", "thickness": 0.09999999999999999, "pos": [134.493, 71.628], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "2k37", "thickness": 0.09999999999999999, "pos": [178.154, 120.777], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R11", "thickness": 0.09999999999999999, "pos": [179.32399999999998, 120.777], "height": 0.5}, {"start": [179.07399999999998, 121.277], "end": [179.07399999999998, 120.277], "type": "segment", "width": 0.09999999999999999}, {"start": [179.57399999999998, 121.277], "end": [179.07399999999998, 121.277], "type": "segment", "width": 0.09999999999999999}, {"start": [179.57399999999998, 120.277], "end": [179.57399999999998, 121.277], "type": "segment", "width": 0.09999999999999999}, {"start": [179.07399999999998, 120.277], "end": [179.57399999999998, 120.277], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "2k37", "thickness": 0.09999999999999999, "pos": [181.637, 120.777], "height": 0.5}, {"start": [180.71699999999998, 121.277], "end": [180.21699999999998, 121.277], "type": "segment", "width": 0.09999999999999999}, {"start": [180.21699999999998, 121.277], "end": [180.21699999999998, 120.277], "type": "segment", "width": 0.09999999999999999}, {"start": [180.21699999999998, 120.277], "end": [180.71699999999998, 120.277], "type": "segment", "width": 0.09999999999999999}, {"start": [180.71699999999998, 120.277], "end": [180.71699999999998, 121.277], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R12", "thickness": 0.09999999999999999, "pos": [180.46699999999998, 120.777], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "4k7", "thickness": 0.09999999999999999, "pos": [180.44, 120.777], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R13", "thickness": 0.09999999999999999, "pos": [181.60999999999999, 120.777], "height": 0.5}, {"start": [181.35999999999999, 121.277], "end": [181.35999999999999, 120.277], "type": "segment", "width": 0.09999999999999999}, {"start": [181.85999999999999, 121.277], "end": [181.35999999999999, 121.277], "type": "segment", "width": 0.09999999999999999}, {"start": [181.85999999999999, 120.277], "end": [181.85999999999999, 121.277], "type": "segment", "width": 0.09999999999999999}, {"start": [181.35999999999999, 120.277], "end": [181.85999999999999, 120.277], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "2k37", "thickness": 0.09999999999999999, "pos": [188.18699999999998, 120.777], "height": 0.5}, {"start": [189.107, 120.277], "end": [189.607, 120.277], "type": "segment", "width": 0.09999999999999999}, {"start": [189.607, 120.277], "end": [189.607, 121.277], "type": "segment", "width": 0.09999999999999999}, {"start": [189.607, 121.277], "end": [189.107, 121.277], "type": "segment", "width": 0.09999999999999999}, {"start": [189.107, 121.277], "end": [189.107, 120.277], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R14", "thickness": 0.09999999999999999, "pos": [189.357, 120.777], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "2k37", "thickness": 0.09999999999999999, "pos": [191.67, 120.777], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R15", "thickness": 0.09999999999999999, "pos": [190.5, 120.777], "height": 0.5}, {"start": [190.75, 120.277], "end": [190.75, 121.277], "type": "segment", "width": 0.09999999999999999}, {"start": [190.25, 120.277], "end": [190.75, 120.277], "type": "segment", "width": 0.09999999999999999}, {"start": [190.25, 121.277], "end": [190.25, 120.277], "type": "segment", "width": 0.09999999999999999}, {"start": [190.75, 121.277], "end": [190.25, 121.277], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "4k7", "thickness": 0.09999999999999999, "pos": [192.94, 120.777], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R16", "thickness": 0.09999999999999999, "pos": [191.76999999999998, 120.777], "height": 0.5}, {"start": [192.01999999999998, 120.277], "end": [192.01999999999998, 121.277], "type": "segment", "width": 0.09999999999999999}, {"start": [191.51999999999998, 120.277], "end": [192.01999999999998, 120.277], "type": "segment", "width": 0.09999999999999999}, {"start": [191.51999999999998, 121.277], "end": [191.51999999999998, 120.277], "type": "segment", "width": 0.09999999999999999}, {"start": [192.01999999999998, 121.277], "end": [191.51999999999998, 121.277], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "620R", "thickness": 0.09999999999999999, "pos": [141.47799999999998, 107.98299999999999], "height": 0.5}, {"start": [140.678, 106.95299999999999], "end": [140.678, 106.15299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [140.678, 106.15299999999999], "end": [142.278, 106.15299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [142.278, 106.15299999999999], "end": [142.278, 106.95299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [142.278, 106.95299999999999], "end": [140.678, 106.95299999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R17", "thickness": 0.09999999999999999, "pos": [141.47799999999998, 106.553], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.09999999999999999, "pos": [113.765, 66.42099999999999], "height": 0.5}, {"start": [114.68499999999999, 65.92099999999999], "end": [115.18499999999999, 65.92099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [115.18499999999999, 65.92099999999999], "end": [115.18499999999999, 66.92099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [115.18499999999999, 66.92099999999999], "end": [114.68499999999999, 66.92099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [114.68499999999999, 66.92099999999999], "end": [114.68499999999999, 65.92099999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R18", "thickness": 0.09999999999999999, "pos": [114.93499999999999, 66.42099999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1k", "thickness": 0.09999999999999999, "pos": [128.237, 119.38], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R19", "thickness": 0.09999999999999999, "pos": [129.667, 119.38], "height": 0.5}, {"start": [129.267, 120.17999999999999], "end": [129.267, 118.58], "type": "segment", "width": 0.09999999999999999}, {"start": [130.067, 120.17999999999999], "end": [129.267, 120.17999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [130.067, 118.58], "end": [130.067, 120.17999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [129.267, 118.58], "end": [130.067, 118.58], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "2k", "thickness": 0.09999999999999999, "pos": [129.7, 119.38], "height": 0.5}, {"start": [128.67, 120.17999999999999], "end": [127.86999999999999, 120.17999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [127.86999999999999, 120.17999999999999], "end": [127.86999999999999, 118.58], "type": "segment", "width": 0.09999999999999999}, {"start": [127.86999999999999, 118.58], "end": [128.67, 118.58], "type": "segment", "width": 0.09999999999999999}, {"start": [128.67, 118.58], "end": [128.67, 120.17999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R20", "thickness": 0.09999999999999999, "pos": [128.26999999999998, 119.38], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1k", "thickness": 0.09999999999999999, "pos": [132.815, 118.999], "height": 0.5}, {"start": [133.73499999999999, 118.499], "end": [134.23499999999999, 118.499], "type": "segment", "width": 0.09999999999999999}, {"start": [134.23499999999999, 118.499], "end": [134.23499999999999, 119.499], "type": "segment", "width": 0.09999999999999999}, {"start": [134.23499999999999, 119.499], "end": [133.73499999999999, 119.499], "type": "segment", "width": 0.09999999999999999}, {"start": [133.73499999999999, 119.499], "end": [133.73499999999999, 118.499], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R21", "thickness": 0.09999999999999999, "pos": [133.98499999999999, 118.999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.09999999999999999, "pos": [145.388, 70.231], "height": 0.5}, {"start": [146.308, 69.731], "end": [146.808, 69.731], "type": "segment", "width": 0.09999999999999999}, {"start": [146.808, 69.731], "end": [146.808, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [146.808, 70.731], "end": [146.308, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [146.308, 70.731], "end": [146.308, 69.731], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R22", "thickness": 0.09999999999999999, "pos": [146.558, 70.231], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.09999999999999999, "pos": [148.69, 70.231], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R23", "thickness": 0.09999999999999999, "pos": [149.85999999999999, 70.231], "height": 0.5}, {"start": [149.60999999999999, 70.731], "end": [149.60999999999999, 69.731], "type": "segment", "width": 0.09999999999999999}, {"start": [150.10999999999999, 70.731], "end": [149.60999999999999, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [150.10999999999999, 69.731], "end": [150.10999999999999, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [149.60999999999999, 69.731], "end": [150.10999999999999, 69.731], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "33R", "thickness": 0.09999999999999999, "pos": [167.259, 71.274], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R24", "thickness": 0.09999999999999999, "pos": [167.259, 70.104], "height": 0.5}, {"start": [167.759, 70.354], "end": [166.759, 70.354], "type": "segment", "width": 0.09999999999999999}, {"start": [167.759, 69.854], "end": [167.759, 70.354], "type": "segment", "width": 0.09999999999999999}, {"start": [166.759, 69.854], "end": [167.759, 69.854], "type": "segment", "width": 0.09999999999999999}, {"start": [166.759, 70.354], "end": [166.759, 69.854], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "33R", "thickness": 0.09999999999999999, "pos": [167.259, 69.24199999999999], "height": 0.5}, {"start": [166.759, 68.322], "end": [166.759, 67.822], "type": "segment", "width": 0.09999999999999999}, {"start": [166.759, 67.822], "end": [167.759, 67.822], "type": "segment", "width": 0.09999999999999999}, {"start": [167.759, 67.822], "end": [167.759, 68.322], "type": "segment", "width": 0.09999999999999999}, {"start": [167.759, 68.322], "end": [166.759, 68.322], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R25", "thickness": 0.09999999999999999, "pos": [167.259, 68.072], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [167.352, 74.64], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R26", "thickness": 0.09999999999999999, "pos": [167.352, 73.47], "height": 0.5}, {"start": [167.852, 73.72], "end": [166.852, 73.72], "type": "segment", "width": 0.09999999999999999}, {"start": [167.852, 73.22], "end": [167.852, 73.72], "type": "segment", "width": 0.09999999999999999}, {"start": [166.852, 73.22], "end": [167.852, 73.22], "type": "segment", "width": 0.09999999999999999}, {"start": [166.852, 73.72], "end": [166.852, 73.22], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "33R", "thickness": 0.09999999999999999, "pos": [167.352, 75.65599999999999], "height": 0.5}, {"start": [166.852, 74.73599999999999], "end": [166.852, 74.23599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [166.852, 74.23599999999999], "end": [167.852, 74.23599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [167.852, 74.23599999999999], "end": [167.852, 74.73599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [167.852, 74.73599999999999], "end": [166.852, 74.73599999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R27", "thickness": 0.09999999999999999, "pos": [167.352, 74.48599999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1k5", "thickness": 0.09999999999999999, "pos": [157.48, 115.797], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R28", "thickness": 0.09999999999999999, "pos": [157.48, 116.967], "height": 0.5}, {"start": [156.98, 116.717], "end": [157.98, 116.717], "type": "segment", "width": 0.09999999999999999}, {"start": [156.98, 117.217], "end": [156.98, 116.717], "type": "segment", "width": 0.09999999999999999}, {"start": [157.98, 117.217], "end": [156.98, 117.217], "type": "segment", "width": 0.09999999999999999}, {"start": [157.98, 116.717], "end": [157.98, 117.217], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1k5", "thickness": 0.09999999999999999, "pos": [157.48, 116.81299999999999], "height": 0.5}, {"start": [157.98, 117.73299999999999], "end": [157.98, 118.23299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [157.98, 118.23299999999999], "end": [156.98, 118.23299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [156.98, 118.23299999999999], "end": [156.98, 117.73299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [156.98, 117.73299999999999], "end": [157.98, 117.73299999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R29", "thickness": 0.09999999999999999, "pos": [157.48, 117.98299999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1k5", "thickness": 0.09999999999999999, "pos": [169.953, 75.375], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R30", "thickness": 0.09999999999999999, "pos": [168.783, 75.375], "height": 0.5}, {"start": [169.033, 74.875], "end": [169.033, 75.875], "type": "segment", "width": 0.09999999999999999}, {"start": [168.533, 74.875], "end": [169.033, 74.875], "type": "segment", "width": 0.09999999999999999}, {"start": [168.533, 75.875], "end": [168.533, 74.875], "type": "segment", "width": 0.09999999999999999}, {"start": [169.033, 75.875], "end": [168.533, 75.875], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "33R", "thickness": 0.09999999999999999, "pos": [170.969, 75.375], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R32", "thickness": 0.09999999999999999, "pos": [169.79899999999998, 75.375], "height": 0.5}, {"start": [170.04899999999998, 74.875], "end": [170.04899999999998, 75.875], "type": "segment", "width": 0.09999999999999999}, {"start": [169.54899999999998, 74.875], "end": [170.04899999999998, 74.875], "type": "segment", "width": 0.09999999999999999}, {"start": [169.54899999999998, 75.875], "end": [169.54899999999998, 74.875], "type": "segment", "width": 0.09999999999999999}, {"start": [170.04899999999998, 75.875], "end": [169.54899999999998, 75.875], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [167.259, 70.258], "height": 0.5}, {"start": [166.759, 69.338], "end": [166.759, 68.838], "type": "segment", "width": 0.09999999999999999}, {"start": [166.759, 68.838], "end": [167.759, 68.838], "type": "segment", "width": 0.09999999999999999}, {"start": [167.759, 68.838], "end": [167.759, 69.338], "type": "segment", "width": 0.09999999999999999}, {"start": [167.759, 69.338], "end": [166.759, 69.338], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R33", "thickness": 0.09999999999999999, "pos": [167.259, 69.088], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [167.225, 68.226], "height": 0.5}, {"start": [166.725, 67.306], "end": [166.725, 66.806], "type": "segment", "width": 0.09999999999999999}, {"start": [166.725, 66.806], "end": [167.725, 66.806], "type": "segment", "width": 0.09999999999999999}, {"start": [167.725, 66.806], "end": [167.725, 67.306], "type": "segment", "width": 0.09999999999999999}, {"start": [167.725, 67.306], "end": [166.725, 67.306], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R34", "thickness": 0.09999999999999999, "pos": [167.225, 67.056], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "12k1", "thickness": 0.09999999999999999, "pos": [175.387, 70.00399999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R36", "thickness": 0.09999999999999999, "pos": [175.387, 68.834], "height": 0.5}, {"start": [175.887, 69.084], "end": [174.887, 69.084], "type": "segment", "width": 0.09999999999999999}, {"start": [175.887, 68.584], "end": [175.887, 69.084], "type": "segment", "width": 0.09999999999999999}, {"start": [174.887, 68.584], "end": [175.887, 68.584], "type": "segment", "width": 0.09999999999999999}, {"start": [174.887, 69.084], "end": [174.887, 68.584], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "49.9R", "thickness": 0.09999999999999999, "pos": [178.208, 70.612], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R37", "thickness": 0.09999999999999999, "pos": [177.03799999999998, 70.612], "height": 0.5}, {"start": [177.28799999999998, 70.112], "end": [177.28799999999998, 71.112], "type": "segment", "width": 0.09999999999999999}, {"start": [176.78799999999998, 70.112], "end": [177.28799999999998, 70.112], "type": "segment", "width": 0.09999999999999999}, {"start": [176.78799999999998, 71.112], "end": [176.78799999999998, 70.112], "type": "segment", "width": 0.09999999999999999}, {"start": [177.28799999999998, 71.112], "end": [176.78799999999998, 71.112], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "49.9R", "thickness": 0.09999999999999999, "pos": [175.74099999999999, 68.834], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R38", "thickness": 0.09999999999999999, "pos": [176.911, 68.834], "height": 0.5}, {"start": [176.661, 69.334], "end": [176.661, 68.334], "type": "segment", "width": 0.09999999999999999}, {"start": [177.161, 69.334], "end": [176.661, 69.334], "type": "segment", "width": 0.09999999999999999}, {"start": [177.161, 68.334], "end": [177.161, 69.334], "type": "segment", "width": 0.09999999999999999}, {"start": [176.661, 68.334], "end": [177.161, 68.334], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "49.9R", "thickness": 0.09999999999999999, "pos": [177.065, 72.74799999999999], "height": 0.5}, {"start": [176.14499999999998, 73.24799999999999], "end": [175.64499999999998, 73.24799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [175.64499999999998, 73.24799999999999], "end": [175.64499999999998, 72.24799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [175.64499999999998, 72.24799999999999], "end": [176.14499999999998, 72.24799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [176.14499999999998, 72.24799999999999], "end": [176.14499999999998, 73.24799999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R39", "thickness": 0.09999999999999999, "pos": [175.89499999999998, 72.74799999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "49.9R", "thickness": 0.09999999999999999, "pos": [174.852, 70.993], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R40", "thickness": 0.09999999999999999, "pos": [176.022, 70.993], "height": 0.5}, {"start": [175.772, 71.493], "end": [175.772, 70.493], "type": "segment", "width": 0.09999999999999999}, {"start": [176.272, 71.493], "end": [175.772, 71.493], "type": "segment", "width": 0.09999999999999999}, {"start": [176.272, 70.493], "end": [176.272, 71.493], "type": "segment", "width": 0.09999999999999999}, {"start": [175.772, 70.493], "end": [176.272, 70.493], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.09999999999999999, "pos": [151.992, 70.231], "height": 0.5}, {"start": [152.912, 69.731], "end": [153.412, 69.731], "type": "segment", "width": 0.09999999999999999}, {"start": [153.412, 69.731], "end": [153.412, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [153.412, 70.731], "end": [152.912, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [152.912, 70.731], "end": [152.912, 69.731], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R41", "thickness": 0.09999999999999999, "pos": [153.162, 70.231], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.09999999999999999, "pos": [144.426, 70.208], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R42", "thickness": 0.09999999999999999, "pos": [143.256, 70.208], "height": 0.5}, {"start": [143.506, 69.708], "end": [143.506, 70.708], "type": "segment", "width": 0.09999999999999999}, {"start": [143.006, 69.708], "end": [143.506, 69.708], "type": "segment", "width": 0.09999999999999999}, {"start": [143.006, 70.708], "end": [143.006, 69.708], "type": "segment", "width": 0.09999999999999999}, {"start": [143.506, 70.708], "end": [143.006, 70.708], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100k", "thickness": 0.09999999999999999, "pos": [174.144, 102.86999999999999], "height": 0.5}, {"start": [173.224, 103.36999999999999], "end": [172.724, 103.36999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [172.724, 103.36999999999999], "end": [172.724, 102.36999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [172.724, 102.36999999999999], "end": [173.224, 102.36999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [173.224, 102.36999999999999], "end": [173.224, 103.36999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R43", "thickness": 0.09999999999999999, "pos": [172.974, 102.86999999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.09999999999999999, "pos": [171.804, 105.029], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R44", "thickness": 0.09999999999999999, "pos": [172.974, 105.029], "height": 0.5}, {"start": [172.724, 105.529], "end": [172.724, 104.529], "type": "segment", "width": 0.09999999999999999}, {"start": [173.224, 105.529], "end": [172.724, 105.529], "type": "segment", "width": 0.09999999999999999}, {"start": [173.224, 104.529], "end": [173.224, 105.529], "type": "segment", "width": 0.09999999999999999}, {"start": [172.724, 104.529], "end": [173.224, 104.529], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [171.671, 113.919], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R45", "thickness": 0.09999999999999999, "pos": [173.101, 113.919], "height": 0.5}, {"start": [172.701, 114.719], "end": [172.701, 113.119], "type": "segment", "width": 0.09999999999999999}, {"start": [173.501, 114.719], "end": [172.701, 114.719], "type": "segment", "width": 0.09999999999999999}, {"start": [173.501, 113.119], "end": [173.501, 114.719], "type": "segment", "width": 0.09999999999999999}, {"start": [172.701, 113.119], "end": [173.501, 113.119], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100k", "thickness": 0.09999999999999999, "pos": [188.114, 102.616], "height": 0.5}, {"start": [187.194, 103.116], "end": [186.694, 103.116], "type": "segment", "width": 0.09999999999999999}, {"start": [186.694, 103.116], "end": [186.694, 102.116], "type": "segment", "width": 0.09999999999999999}, {"start": [186.694, 102.116], "end": [187.194, 102.116], "type": "segment", "width": 0.09999999999999999}, {"start": [187.194, 102.116], "end": [187.194, 103.116], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R46", "thickness": 0.09999999999999999, "pos": [186.944, 102.616], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.09999999999999999, "pos": [185.774, 104.902], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R47", "thickness": 0.09999999999999999, "pos": [186.944, 104.902], "height": 0.5}, {"start": [186.694, 105.402], "end": [186.694, 104.402], "type": "segment", "width": 0.09999999999999999}, {"start": [187.194, 105.402], "end": [186.694, 105.402], "type": "segment", "width": 0.09999999999999999}, {"start": [187.194, 104.402], "end": [187.194, 105.402], "type": "segment", "width": 0.09999999999999999}, {"start": [186.694, 104.402], "end": [187.194, 104.402], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [197.358, 120.870052], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R48", "thickness": 0.09999999999999999, "pos": [197.358, 119.440052], "height": 0.5}, {"start": [198.158, 119.840052], "end": [196.558, 119.840052], "type": "segment", "width": 0.09999999999999999}, {"start": [198.158, 119.04005199999999], "end": [198.158, 119.840052], "type": "segment", "width": 0.09999999999999999}, {"start": [196.558, 119.04005199999999], "end": [198.158, 119.04005199999999], "type": "segment", "width": 0.09999999999999999}, {"start": [196.558, 119.840052], "end": [196.558, 119.04005199999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100k", "thickness": 0.09999999999999999, "pos": [159.385, 83.79299999999999], "height": 0.5}, {"start": [159.885, 84.713], "end": [159.885, 85.213], "type": "segment", "width": 0.09999999999999999}, {"start": [159.885, 85.213], "end": [158.885, 85.213], "type": "segment", "width": 0.09999999999999999}, {"start": [158.885, 85.213], "end": [158.885, 84.713], "type": "segment", "width": 0.09999999999999999}, {"start": [158.885, 84.713], "end": [159.885, 84.713], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R49", "thickness": 0.09999999999999999, "pos": [159.385, 84.963], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [157.35299999999998, 83.666], "height": 0.5}, {"start": [157.85299999999998, 84.586], "end": [157.85299999999998, 85.086], "type": "segment", "width": 0.09999999999999999}, {"start": [157.85299999999998, 85.086], "end": [156.85299999999998, 85.086], "type": "segment", "width": 0.09999999999999999}, {"start": [156.85299999999998, 85.086], "end": [156.85299999999998, 84.586], "type": "segment", "width": 0.09999999999999999}, {"start": [156.85299999999998, 84.586], "end": [157.85299999999998, 84.586], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R50", "thickness": 0.09999999999999999, "pos": [157.35299999999998, 84.836], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "60m", "thickness": 0.09999999999999999, "pos": [155.896, 91.03], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R51", "thickness": 0.09999999999999999, "pos": [153.27599999999998, 91.03], "height": 0.5}, {"start": [154.876, 87.88], "end": [154.876, 94.17999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [151.676, 87.88], "end": [154.876, 87.88], "type": "segment", "width": 0.09999999999999999}, {"start": [151.676, 94.17999999999999], "end": [151.676, 87.88], "type": "segment", "width": 0.09999999999999999}, {"start": [154.876, 94.17999999999999], "end": [151.676, 94.17999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [154.53199999999998, 90.04299999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R52", "thickness": 0.09999999999999999, "pos": [155.702, 90.04299999999999], "height": 0.5}, {"start": [155.452, 90.54299999999999], "end": [155.452, 89.54299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [155.952, 90.54299999999999], "end": [155.452, 90.54299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [155.952, 89.54299999999999], "end": [155.952, 90.54299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [155.452, 89.54299999999999], "end": [155.952, 89.54299999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [157.761, 90.04299999999999], "height": 0.5}, {"start": [156.84099999999998, 90.54299999999999], "end": [156.34099999999998, 90.54299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [156.34099999999998, 90.54299999999999], "end": [156.34099999999998, 89.54299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [156.34099999999998, 89.54299999999999], "end": [156.84099999999998, 89.54299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [156.84099999999998, 89.54299999999999], "end": [156.84099999999998, 90.54299999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R53", "thickness": 0.09999999999999999, "pos": [156.59099999999998, 90.04299999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [107.85, 66.167], "height": 0.5}, {"start": [106.92999999999999, 66.667], "end": [106.42999999999999, 66.667], "type": "segment", "width": 0.09999999999999999}, {"start": [106.42999999999999, 66.667], "end": [106.42999999999999, 65.667], "type": "segment", "width": 0.09999999999999999}, {"start": [106.42999999999999, 65.667], "end": [106.92999999999999, 65.667], "type": "segment", "width": 0.09999999999999999}, {"start": [106.92999999999999, 65.667], "end": [106.92999999999999, 66.667], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R54", "thickness": 0.09999999999999999, "pos": [106.67999999999999, 66.167], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1k8", "thickness": 0.09999999999999999, "pos": [102.08099999999999, 66.19], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R55", "thickness": 0.09999999999999999, "pos": [103.25099999999999, 66.19], "height": 0.5}, {"start": [103.00099999999999, 66.69], "end": [103.00099999999999, 65.69], "type": "segment", "width": 0.09999999999999999}, {"start": [103.50099999999999, 66.69], "end": [103.00099999999999, 66.69], "type": "segment", "width": 0.09999999999999999}, {"start": [103.50099999999999, 65.69], "end": [103.50099999999999, 66.69], "type": "segment", "width": 0.09999999999999999}, {"start": [103.00099999999999, 65.69], "end": [103.50099999999999, 65.69], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1k8", "thickness": 0.09999999999999999, "pos": [100.938, 66.167], "height": 0.5}, {"start": [101.85799999999999, 65.667], "end": [102.35799999999999, 65.667], "type": "segment", "width": 0.09999999999999999}, {"start": [102.35799999999999, 65.667], "end": [102.35799999999999, 66.667], "type": "segment", "width": 0.09999999999999999}, {"start": [102.35799999999999, 66.667], "end": [101.85799999999999, 66.667], "type": "segment", "width": 0.09999999999999999}, {"start": [101.85799999999999, 66.667], "end": [101.85799999999999, 65.667], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R56", "thickness": 0.09999999999999999, "pos": [102.10799999999999, 66.167], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.09999999999999999, "pos": [104.36699999999999, 66.167], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R57", "thickness": 0.09999999999999999, "pos": [105.53699999999999, 66.167], "height": 0.5}, {"start": [105.28699999999999, 66.667], "end": [105.28699999999999, 65.667], "type": "segment", "width": 0.09999999999999999}, {"start": [105.78699999999999, 66.667], "end": [105.28699999999999, 66.667], "type": "segment", "width": 0.09999999999999999}, {"start": [105.78699999999999, 65.667], "end": [105.78699999999999, 66.667], "type": "segment", "width": 0.09999999999999999}, {"start": [105.28699999999999, 65.667], "end": [105.78699999999999, 65.667], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "4k7", "thickness": 0.09999999999999999, "pos": [102.13499999999999, 66.167], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R58", "thickness": 0.09999999999999999, "pos": [100.96499999999999, 66.167], "height": 0.5}, {"start": [101.21499999999999, 65.667], "end": [101.21499999999999, 66.667], "type": "segment", "width": 0.09999999999999999}, {"start": [100.71499999999999, 65.667], "end": [101.21499999999999, 65.667], "type": "segment", "width": 0.09999999999999999}, {"start": [100.71499999999999, 66.667], "end": [100.71499999999999, 65.667], "type": "segment", "width": 0.09999999999999999}, {"start": [101.21499999999999, 66.667], "end": [100.71499999999999, 66.667], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1k8", "thickness": 0.09999999999999999, "pos": [150.976, 79.375], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R59", "thickness": 0.09999999999999999, "pos": [152.146, 79.375], "height": 0.5}, {"start": [151.896, 79.875], "end": [151.896, 78.875], "type": "segment", "width": 0.09999999999999999}, {"start": [152.396, 79.875], "end": [151.896, 79.875], "type": "segment", "width": 0.09999999999999999}, {"start": [152.396, 78.875], "end": [152.396, 79.875], "type": "segment", "width": 0.09999999999999999}, {"start": [151.896, 78.875], "end": [152.396, 78.875], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1k8", "thickness": 0.09999999999999999, "pos": [152.042, 85.063], "height": 0.5}, {"start": [152.542, 85.98299999999999], "end": [152.542, 86.48299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [152.542, 86.48299999999999], "end": [151.542, 86.48299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [151.542, 86.48299999999999], "end": [151.542, 85.98299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [151.542, 85.98299999999999], "end": [152.542, 85.98299999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R60", "thickness": 0.09999999999999999, "pos": [152.042, 86.23299999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1k8", "thickness": 0.09999999999999999, "pos": [154.686, 85.063], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R61", "thickness": 0.09999999999999999, "pos": [154.686, 86.23299999999999], "height": 0.5}, {"start": [154.186, 85.98299999999999], "end": [155.186, 85.98299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [154.186, 86.48299999999999], "end": [154.186, 85.98299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [155.186, 86.48299999999999], "end": [154.186, 86.48299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [155.186, 85.98299999999999], "end": [155.186, 86.48299999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1k8", "thickness": 0.09999999999999999, "pos": [152.881, 79.375], "height": 0.5}, {"start": [153.801, 78.875], "end": [154.301, 78.875], "type": "segment", "width": 0.09999999999999999}, {"start": [154.301, 78.875], "end": [154.301, 79.875], "type": "segment", "width": 0.09999999999999999}, {"start": [154.301, 79.875], "end": [153.801, 79.875], "type": "segment", "width": 0.09999999999999999}, {"start": [153.801, 79.875], "end": [153.801, 78.875], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R62", "thickness": 0.09999999999999999, "pos": [154.051, 79.375], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.09999999999999999, "pos": [154.405, 70.231], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R63", "thickness": 0.09999999999999999, "pos": [155.575, 70.231], "height": 0.5}, {"start": [155.325, 70.731], "end": [155.325, 69.731], "type": "segment", "width": 0.09999999999999999}, {"start": [155.825, 70.731], "end": [155.325, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [155.825, 69.731], "end": [155.825, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [155.325, 69.731], "end": [155.825, 69.731], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1k", "thickness": 0.09999999999999999, "pos": [131.091, 90.04299999999999], "height": 0.5}, {"start": [130.171, 90.54299999999999], "end": [129.671, 90.54299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [129.671, 90.54299999999999], "end": [129.671, 89.54299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [129.671, 89.54299999999999], "end": [130.171, 89.54299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [130.171, 89.54299999999999], "end": [130.171, 90.54299999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R64", "thickness": 0.09999999999999999, "pos": [129.921, 90.04299999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R22", "thickness": 0.09999999999999999, "pos": [108.151, 117.362], "height": 0.5}, {"start": [106.551, 115.862], "end": [106.551, 114.262], "type": "segment", "width": 0.09999999999999999}, {"start": [109.75099999999999, 115.862], "end": [106.551, 115.862], "type": "segment", "width": 0.09999999999999999}, {"start": [109.75099999999999, 114.262], "end": [109.75099999999999, 115.862], "type": "segment", "width": 0.09999999999999999}, {"start": [106.551, 114.262], "end": [109.75099999999999, 114.262], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R22", "thickness": 0.09999999999999999, "pos": [108.151, 105.17999999999999], "height": 0.5}, {"start": [106.551, 103.67999999999999], "end": [106.551, 102.08], "type": "segment", "width": 0.09999999999999999}, {"start": [109.75099999999999, 103.67999999999999], "end": [106.551, 103.67999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [109.75099999999999, 102.08], "end": [109.75099999999999, 103.67999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [106.551, 102.08], "end": [109.75099999999999, 102.08], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R22", "thickness": 0.09999999999999999, "pos": [108.077, 113.806], "height": 0.5}, {"start": [106.47699999999999, 110.70599999999999], "end": [109.67699999999999, 110.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [109.67699999999999, 110.70599999999999], "end": [109.67699999999999, 112.306], "type": "segment", "width": 0.09999999999999999}, {"start": [109.67699999999999, 112.306], "end": [106.47699999999999, 112.306], "type": "segment", "width": 0.09999999999999999}, {"start": [106.47699999999999, 112.306], "end": [106.47699999999999, 110.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R22", "thickness": 0.09999999999999999, "pos": [108.077, 101.624], "height": 0.5}, {"start": [106.47699999999999, 98.524], "end": [109.67699999999999, 98.524], "type": "segment", "width": 0.09999999999999999}, {"start": [109.67699999999999, 98.524], "end": [109.67699999999999, 100.124], "type": "segment", "width": 0.09999999999999999}, {"start": [109.67699999999999, 100.124], "end": [106.47699999999999, 100.124], "type": "segment", "width": 0.09999999999999999}, {"start": [106.47699999999999, 100.124], "end": [106.47699999999999, 98.524], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R69", "thickness": 0.09999999999999999, "pos": [160.528, 70.485], "height": 0.5}, {"start": [160.778, 69.985], "end": [160.778, 70.985], "type": "segment", "width": 0.09999999999999999}, {"start": [160.278, 69.985], "end": [160.778, 69.985], "type": "segment", "width": 0.09999999999999999}, {"start": [160.278, 70.985], "end": [160.278, 69.985], "type": "segment", "width": 0.09999999999999999}, {"start": [160.778, 70.985], "end": [160.278, 70.985], "type": "segment", "width": 0.09999999999999999}, {"width": 1.0, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.15, "pos": [163.82999999999998, 65.505], "height": 1.0}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R70", "thickness": 0.09999999999999999, "pos": [163.82999999999998, 66.675], "height": 0.5}, {"start": [163.32999999999998, 66.425], "end": [164.32999999999998, 66.425], "type": "segment", "width": 0.09999999999999999}, {"start": [163.32999999999998, 66.925], "end": [163.32999999999998, 66.425], "type": "segment", "width": 0.09999999999999999}, {"start": [164.32999999999998, 66.925], "end": [163.32999999999998, 66.925], "type": "segment", "width": 0.09999999999999999}, {"start": [164.32999999999998, 66.425], "end": [164.32999999999998, 66.925], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R22", "thickness": 0.09999999999999999, "pos": [108.151, 80.542], "height": 0.5}, {"start": [106.551, 79.042], "end": [106.551, 77.442], "type": "segment", "width": 0.09999999999999999}, {"start": [109.75099999999999, 79.042], "end": [106.551, 79.042], "type": "segment", "width": 0.09999999999999999}, {"start": [109.75099999999999, 77.442], "end": [109.75099999999999, 79.042], "type": "segment", "width": 0.09999999999999999}, {"start": [106.551, 77.442], "end": [109.75099999999999, 77.442], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R22", "thickness": 0.09999999999999999, "pos": [108.151, 92.988], "height": 0.5}, {"start": [106.551, 89.88799999999999], "end": [109.75099999999999, 89.88799999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [109.75099999999999, 89.88799999999999], "end": [109.75099999999999, 91.488], "type": "segment", "width": 0.09999999999999999}, {"start": [109.75099999999999, 91.488], "end": [106.551, 91.488], "type": "segment", "width": 0.09999999999999999}, {"start": [106.551, 91.488], "end": [106.551, 89.88799999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R22", "thickness": 0.09999999999999999, "pos": [108.077, 76.98599999999999], "height": 0.5}, {"start": [106.47699999999999, 73.886], "end": [109.67699999999999, 73.886], "type": "segment", "width": 0.09999999999999999}, {"start": [109.67699999999999, 73.886], "end": [109.67699999999999, 75.48599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [109.67699999999999, 75.48599999999999], "end": [106.47699999999999, 75.48599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [106.47699999999999, 75.48599999999999], "end": [106.47699999999999, 73.886], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R22", "thickness": 0.09999999999999999, "pos": [108.077, 89.432], "height": 0.5}, {"start": [106.47699999999999, 87.932], "end": [106.47699999999999, 86.332], "type": "segment", "width": 0.09999999999999999}, {"start": [109.67699999999999, 87.932], "end": [106.47699999999999, 87.932], "type": "segment", "width": 0.09999999999999999}, {"start": [109.67699999999999, 86.332], "end": [109.67699999999999, 87.932], "type": "segment", "width": 0.09999999999999999}, {"start": [106.47699999999999, 86.332], "end": [109.67699999999999, 86.332], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "1k", "thickness": 0.09999999999999999, "pos": [123.598, 124.20599999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R79", "thickness": 0.09999999999999999, "pos": [122.428, 124.20599999999999], "height": 0.5}, {"start": [122.678, 123.70599999999999], "end": [122.678, 124.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [122.178, 123.70599999999999], "end": [122.678, 123.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [122.178, 124.70599999999999], "end": [122.178, 123.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [122.678, 124.70599999999999], "end": [122.178, 124.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "4k7", "thickness": 0.09999999999999999, "pos": [148.817, 89.789], "height": 0.5}, {"start": [149.737, 89.289], "end": [150.237, 89.289], "type": "segment", "width": 0.09999999999999999}, {"start": [150.237, 89.289], "end": [150.237, 90.289], "type": "segment", "width": 0.09999999999999999}, {"start": [150.237, 90.289], "end": [149.737, 90.289], "type": "segment", "width": 0.09999999999999999}, {"start": [149.737, 90.289], "end": [149.737, 89.289], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R80", "thickness": 0.09999999999999999, "pos": [149.987, 89.789], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [120.931, 124.20599999999999], "height": 0.5}, {"start": [120.011, 124.70599999999999], "end": [119.511, 124.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [119.511, 124.70599999999999], "end": [119.511, 123.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [119.511, 123.70599999999999], "end": [120.011, 123.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [120.011, 123.70599999999999], "end": [120.011, 124.70599999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R81", "thickness": 0.09999999999999999, "pos": [119.761, 124.20599999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "4k7", "thickness": 0.09999999999999999, "pos": [126.97699999999999, 110.58999999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R85", "thickness": 0.09999999999999999, "pos": [126.97699999999999, 111.75999999999999], "height": 0.5}, {"start": [126.47699999999999, 111.50999999999999], "end": [127.47699999999999, 111.50999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [126.47699999999999, 112.00999999999999], "end": [126.47699999999999, 111.50999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [127.47699999999999, 112.00999999999999], "end": [126.47699999999999, 112.00999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [127.47699999999999, 111.50999999999999], "end": [127.47699999999999, 112.00999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "0R", "thickness": 0.09999999999999999, "pos": [145.95, 100.33], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R86", "thickness": 0.09999999999999999, "pos": [144.78, 100.33], "height": 0.5}, {"start": [145.03, 99.83], "end": [145.03, 100.83], "type": "segment", "width": 0.09999999999999999}, {"start": [144.53, 99.83], "end": [145.03, 99.83], "type": "segment", "width": 0.09999999999999999}, {"start": [144.53, 100.83], "end": [144.53, 99.83], "type": "segment", "width": 0.09999999999999999}, {"start": [145.03, 100.83], "end": [144.53, 100.83], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "47k", "thickness": 0.09999999999999999, "pos": [141.09699999999998, 112.803], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R87", "thickness": 0.09999999999999999, "pos": [141.09699999999998, 111.633], "height": 0.5}, {"start": [141.59699999999998, 111.883], "end": [140.59699999999998, 111.883], "type": "segment", "width": 0.09999999999999999}, {"start": [141.59699999999998, 111.383], "end": [141.59699999999998, 111.883], "type": "segment", "width": 0.09999999999999999}, {"start": [140.59699999999998, 111.383], "end": [141.59699999999998, 111.383], "type": "segment", "width": 0.09999999999999999}, {"start": [140.59699999999998, 111.883], "end": [140.59699999999998, 111.383], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "620R", "thickness": 0.09999999999999999, "pos": [141.732, 114.333], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R88", "thickness": 0.09999999999999999, "pos": [141.732, 112.90299999999999], "height": 0.5}, {"start": [142.53199999999998, 113.303], "end": [140.932, 113.303], "type": "segment", "width": 0.09999999999999999}, {"start": [142.53199999999998, 112.503], "end": [142.53199999999998, 113.303], "type": "segment", "width": 0.09999999999999999}, {"start": [140.932, 112.503], "end": [142.53199999999998, 112.503], "type": "segment", "width": 0.09999999999999999}, {"start": [140.932, 113.303], "end": [140.932, 112.503], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.09999999999999999, "pos": [146.077, 70.208], "height": 0.5}, {"start": [145.15699999999998, 70.708], "end": [144.65699999999998, 70.708], "type": "segment", "width": 0.09999999999999999}, {"start": [144.65699999999998, 70.708], "end": [144.65699999999998, 69.708], "type": "segment", "width": 0.09999999999999999}, {"start": [144.65699999999998, 69.708], "end": [145.15699999999998, 69.708], "type": "segment", "width": 0.09999999999999999}, {"start": [145.15699999999998, 69.708], "end": [145.15699999999998, 70.708], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R89", "thickness": 0.09999999999999999, "pos": [144.90699999999998, 70.208], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R", "thickness": 0.09999999999999999, "pos": [149.379, 70.231], "height": 0.5}, {"start": [148.459, 70.731], "end": [147.959, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [147.959, 70.731], "end": [147.959, 69.731], "type": "segment", "width": 0.09999999999999999}, {"start": [147.959, 69.731], "end": [148.459, 69.731], "type": "segment", "width": 0.09999999999999999}, {"start": [148.459, 69.731], "end": [148.459, 70.731], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R90", "thickness": 0.09999999999999999, "pos": [148.209, 70.231], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "510R", "thickness": 0.09999999999999999, "pos": [152.68099999999998, 70.231], "height": 0.5}, {"start": [151.761, 70.731], "end": [151.261, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [151.261, 70.731], "end": [151.261, 69.731], "type": "segment", "width": 0.09999999999999999}, {"start": [151.261, 69.731], "end": [151.761, 69.731], "type": "segment", "width": 0.09999999999999999}, {"start": [151.761, 69.731], "end": [151.761, 70.731], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R91", "thickness": 0.09999999999999999, "pos": [151.511, 70.231], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "0R", "thickness": 0.09999999999999999, "pos": [141.09699999999998, 109.44699999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R92", "thickness": 0.09999999999999999, "pos": [141.09699999999998, 110.61699999999999], "height": 0.5}, {"start": [140.59699999999998, 110.36699999999999], "end": [141.59699999999998, 110.36699999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [140.59699999999998, 110.86699999999999], "end": [140.59699999999998, 110.36699999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [141.59699999999998, 110.86699999999999], "end": [140.59699999999998, 110.86699999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [141.59699999999998, 110.36699999999999], "end": [141.59699999999998, 110.86699999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "330R", "thickness": 0.09999999999999999, "pos": [155.602, 70.231], "height": 0.5}, {"start": [154.682, 70.731], "end": [154.182, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [154.182, 70.731], "end": [154.182, 69.731], "type": "segment", "width": 0.09999999999999999}, {"start": [154.182, 69.731], "end": [154.682, 69.731], "type": "segment", "width": 0.09999999999999999}, {"start": [154.682, 69.731], "end": [154.682, 70.731], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R93", "thickness": 0.09999999999999999, "pos": [154.432, 70.231], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "620R", "thickness": 0.09999999999999999, "pos": [181.643, 76.073], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R94", "thickness": 0.09999999999999999, "pos": [180.213, 76.073], "height": 0.5}, {"start": [180.613, 75.273], "end": [180.613, 76.87299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [179.813, 75.273], "end": [180.613, 75.273], "type": "segment", "width": 0.09999999999999999}, {"start": [179.813, 76.87299999999999], "end": [179.813, 75.273], "type": "segment", "width": 0.09999999999999999}, {"start": [180.613, 76.87299999999999], "end": [179.813, 76.87299999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "620R", "thickness": 0.09999999999999999, "pos": [180.119, 66.1415], "height": 0.5}, {"start": [179.089, 66.94149999999999], "end": [178.289, 66.94149999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [178.289, 66.94149999999999], "end": [178.289, 65.3415], "type": "segment", "width": 0.09999999999999999}, {"start": [178.289, 65.3415], "end": [179.089, 65.3415], "type": "segment", "width": 0.09999999999999999}, {"start": [179.089, 65.3415], "end": [179.089, 66.94149999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R95", "thickness": 0.09999999999999999, "pos": [178.689, 66.1415], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "NCP1117-3.3_SOT223", "thickness": 0.09999999999999999, "pos": [159.004, 102.688], "height": 0.5}, {"start": [157.154, 110.538], "end": [157.154, 103.838], "type": "segment", "width": 0.09999999999999999}, {"start": [160.85399999999998, 103.838], "end": [157.154, 103.838], "type": "segment", "width": 0.09999999999999999}, {"start": [159.85399999999998, 110.538], "end": [157.154, 110.538], "type": "segment", "width": 0.09999999999999999}, {"start": [160.85399999999998, 109.538], "end": [160.85399999999998, 103.838], "type": "segment", "width": 0.09999999999999999}, {"start": [160.85399999999998, 109.538], "end": [159.85399999999998, 110.538], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "U4", "thickness": 0.09999999999999999, "pos": [159.004, 107.18799999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "AHCT125", "thickness": 0.09999999999999999, "pos": [149.785, 82.804], "height": 0.5}, {"start": [154.785, 84.554], "end": [151.285, 84.554], "type": "segment", "width": 0.09999999999999999}, {"start": [154.785, 81.554], "end": [154.785, 84.554], "type": "segment", "width": 0.09999999999999999}, {"start": [151.285, 81.054], "end": [154.285, 81.054], "type": "segment", "width": 0.09999999999999999}, {"start": [151.285, 84.554], "end": [151.285, 81.054], "type": "segment", "width": 0.09999999999999999}, {"start": [154.785, 81.554], "end": [154.285, 81.054], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "U5", "thickness": 0.09999999999999999, "pos": [153.035, 82.804], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "MCU-STM32F407VGT6(LQFP100)", "thickness": 0.09999999999999999, "pos": [149.492001, 90.166001], "height": 0.5}, {"start": [133.84200099999998, 97.166001], "end": [132.84200099999998, 96.166001], "type": "segment", "width": 0.15}, {"start": [146.84200099999998, 97.166001], "end": [133.84200099999998, 97.166001], "type": "segment", "width": 0.15}, {"start": [146.84200099999998, 83.166001], "end": [146.84200099999998, 97.166001], "type": "segment", "width": 0.15}, {"start": [132.84200099999998, 83.166001], "end": [146.84200099999998, 83.166001], "type": "segment", "width": 0.15}, {"start": [132.84200099999998, 96.166001], "end": [132.84200099999998, 83.166001], "type": "segment", "width": 0.15}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "U10", "thickness": 0.09999999999999999, "pos": [139.84200099999998, 90.166001], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "ST25DV64K", "thickness": 0.09999999999999999, "pos": [161.16299999999998, 122.946], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U11", "thickness": 0.09999999999999999, "pos": [161.16299999999998, 120.396], "height": 0.5}, {"start": [158.963, 119.896], "end": [159.963, 118.896], "type": "segment", "width": 0.15}, {"start": [158.963, 121.896], "end": [158.963, 119.896], "type": "segment", "width": 0.15}, {"start": [163.363, 121.896], "end": [158.963, 121.896], "type": "segment", "width": 0.15}, {"start": [163.363, 118.896], "end": [163.363, 121.896], "type": "segment", "width": 0.15}, {"start": [159.963, 118.896], "end": [163.363, 118.896], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "STMPS2141STR", "thickness": 0.09999999999999999, "pos": [144.14499999999998, 112.50099999999999], "height": 0.5}, {"start": [145.045, 108.051], "end": [145.045, 111.151], "type": "segment", "width": 0.09999999999999999}, {"start": [145.045, 111.151], "end": [143.245, 111.151], "type": "segment", "width": 0.09999999999999999}, {"start": [143.245, 108.701], "end": [143.245, 111.151], "type": "segment", "width": 0.09999999999999999}, {"start": [145.045, 108.051], "end": [143.89499999999998, 108.051], "type": "segment", "width": 0.09999999999999999}, {"start": [143.245, 108.701], "end": [143.89499999999998, 108.051], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "U12", "thickness": 0.09999999999999999, "pos": [144.14499999999998, 109.601], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Crystal", "thickness": 0.09999999999999999, "pos": [139.7, 103.124], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [168.275, 118.077], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C8", "thickness": 0.09999999999999999, "pos": [168.275, 119.50699999999999], "height": 0.5}, {"start": [167.475, 119.107], "end": [169.075, 119.107], "type": "segment", "width": 0.09999999999999999}, {"start": [167.475, 119.907], "end": [167.475, 119.107], "type": "segment", "width": 0.09999999999999999}, {"start": [169.075, 119.907], "end": [167.475, 119.907], "type": "segment", "width": 0.09999999999999999}, {"start": [169.075, 119.107], "end": [169.075, 119.907], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "4k7", "thickness": 0.09999999999999999, "pos": [199.009, 116.30499999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R77", "thickness": 0.09999999999999999, "pos": [199.009, 117.475], "height": 0.5}, {"start": [198.509, 117.225], "end": [199.509, 117.225], "type": "segment", "width": 0.09999999999999999}, {"start": [198.509, 117.725], "end": [198.509, 117.225], "type": "segment", "width": 0.09999999999999999}, {"start": [199.509, 117.725], "end": [198.509, 117.725], "type": "segment", "width": 0.09999999999999999}, {"start": [199.509, 117.225], "end": [199.509, 117.725], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [170.284, 119.607], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R78", "thickness": 0.09999999999999999, "pos": [170.284, 120.777], "height": 0.5}, {"start": [169.784, 120.527], "end": [170.784, 120.527], "type": "segment", "width": 0.09999999999999999}, {"start": [169.784, 121.027], "end": [169.784, 120.527], "type": "segment", "width": 0.09999999999999999}, {"start": [170.784, 121.027], "end": [169.784, 121.027], "type": "segment", "width": 0.09999999999999999}, {"start": [170.784, 120.527], "end": [170.784, 121.027], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1k", "thickness": 0.09999999999999999, "pos": [168.379, 119.607], "height": 0.5}, {"start": [168.879, 120.527], "end": [168.879, 121.027], "type": "segment", "width": 0.09999999999999999}, {"start": [168.879, 121.027], "end": [167.879, 121.027], "type": "segment", "width": 0.09999999999999999}, {"start": [167.879, 121.027], "end": [167.879, 120.527], "type": "segment", "width": 0.09999999999999999}, {"start": [167.879, 120.527], "end": [168.879, 120.527], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R82", "thickness": 0.09999999999999999, "pos": [168.379, 120.777], "height": 0.5}, {"start": [198.509, 116.70899999999999], "end": [198.509, 116.20899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [198.509, 116.20899999999999], "end": [199.509, 116.20899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [199.509, 116.20899999999999], "end": [199.509, 116.70899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [199.509, 116.70899999999999], "end": [198.509, 116.70899999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.25, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "TH1", "thickness": 0.04, "pos": [199.009, 116.45899999999999], "height": 0.25}, {"width": 1.0, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Conn_01x10", "thickness": 0.15, "pos": [154.94, 125.484], "height": 1.0}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1k*", "thickness": 0.09999999999999999, "pos": [157.607, 121.38499999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R83", "thickness": 0.09999999999999999, "pos": [157.607, 122.55499999999999], "height": 0.5}, {"start": [157.107, 122.30499999999999], "end": [158.107, 122.30499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [157.107, 122.80499999999999], "end": [157.107, 122.30499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [158.107, 122.80499999999999], "end": [157.107, 122.80499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [158.107, 122.30499999999999], "end": [158.107, 122.80499999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 1.0, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "67329-8000", "thickness": 0.15, "pos": [147.95499999999998, 131.445], "height": 1.0}, {"start": [143.95499999999998, 115.579], "end": [143.95499999999998, 130.079], "type": "segment", "width": 0.15}, {"start": [143.95499999999998, 130.079], "end": [151.95499999999998, 130.079], "type": "segment", "width": 0.15}, {"start": [151.95499999999998, 130.079], "end": [151.95499999999998, 115.579], "type": "segment", "width": 0.15}, {"start": [151.95499999999998, 115.579], "end": [143.95499999999998, 115.579], "type": "segment", "width": 0.15}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [158.015, 70.231], "height": 0.5}, {"start": [157.095, 70.731], "end": [156.595, 70.731], "type": "segment", "width": 0.09999999999999999}, {"start": [156.595, 70.731], "end": [156.595, 69.731], "type": "segment", "width": 0.09999999999999999}, {"start": [156.595, 69.731], "end": [157.095, 69.731], "type": "segment", "width": 0.09999999999999999}, {"start": [157.095, 69.731], "end": [157.095, 70.731], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C41", "thickness": 0.09999999999999999, "pos": [156.845, 70.231], "height": 0.5}, {"start": [168.237, 122.574], "end": [168.237, 121.774], "type": "segment", "width": 0.09999999999999999}, {"start": [168.237, 121.774], "end": [169.837, 121.774], "type": "segment", "width": 0.09999999999999999}, {"start": [169.837, 121.774], "end": [169.837, 122.574], "type": "segment", "width": 0.09999999999999999}, {"start": [169.837, 122.574], "end": [168.237, 122.574], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L11", "thickness": 0.09999999999999999, "pos": [169.037, 122.17399999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [180.313, 76.2], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R84", "thickness": 0.09999999999999999, "pos": [181.483, 76.2], "height": 0.5}, {"start": [181.233, 76.7], "end": [181.233, 75.7], "type": "segment", "width": 0.09999999999999999}, {"start": [181.733, 76.7], "end": [181.233, 76.7], "type": "segment", "width": 0.09999999999999999}, {"start": [181.733, 75.7], "end": [181.733, 76.7], "type": "segment", "width": 0.09999999999999999}, {"start": [181.233, 75.7], "end": [181.733, 75.7], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10k", "thickness": 0.09999999999999999, "pos": [181.129, 65.65899999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R96", "thickness": 0.09999999999999999, "pos": [179.959, 65.65899999999999], "height": 0.5}, {"start": [180.209, 65.15899999999999], "end": [180.209, 66.15899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [179.709, 65.15899999999999], "end": [180.209, 65.15899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [179.709, 66.15899999999999], "end": [179.709, 65.15899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [180.209, 66.15899999999999], "end": [179.709, 66.15899999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10p*", "thickness": 0.09999999999999999, "pos": [155.421, 120.26899999999999], "height": 0.5}, {"start": [156.34099999999998, 119.76899999999999], "end": [156.84099999999998, 119.76899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [156.84099999999998, 119.76899999999999], "end": [156.84099999999998, 120.76899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [156.84099999999998, 120.76899999999999], "end": [156.34099999999998, 120.76899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [156.34099999999998, 120.76899999999999], "end": [156.34099999999998, 119.76899999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C49", "thickness": 0.09999999999999999, "pos": [156.59099999999998, 120.26899999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100u", "thickness": 0.09999999999999999, "pos": [177.41899999999998, 76.75], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C86", "thickness": 0.09999999999999999, "pos": [176.784, 74.92999999999999], "height": 0.5}, {"start": [179.019, 75.72999999999999], "end": [175.819, 75.72999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [179.019, 74.13], "end": [179.019, 75.72999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [175.819, 74.13], "end": [179.019, 74.13], "type": "segment", "width": 0.09999999999999999}, {"start": [175.819, 75.72999999999999], "end": [175.819, 74.13], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [121.639, 66.548], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C51", "thickness": 0.09999999999999999, "pos": [122.809, 66.548], "height": 0.5}, {"start": [122.559, 67.048], "end": [122.559, 66.048], "type": "segment", "width": 0.09999999999999999}, {"start": [123.059, 67.048], "end": [122.559, 67.048], "type": "segment", "width": 0.09999999999999999}, {"start": [123.059, 66.048], "end": [123.059, 67.048], "type": "segment", "width": 0.09999999999999999}, {"start": [122.559, 66.048], "end": [123.059, 66.048], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [137.414, 71.274], "height": 0.5}, {"start": [136.914, 70.354], "end": [136.914, 69.854], "type": "segment", "width": 0.09999999999999999}, {"start": [136.914, 69.854], "end": [137.914, 69.854], "type": "segment", "width": 0.09999999999999999}, {"start": [137.914, 69.854], "end": [137.914, 70.354], "type": "segment", "width": 0.09999999999999999}, {"start": [137.914, 70.354], "end": [136.914, 70.354], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C62", "thickness": 0.09999999999999999, "pos": [137.414, 70.104], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10u", "thickness": 0.09999999999999999, "pos": [110.23599999999999, 117.17899999999999], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C92", "thickness": 0.09999999999999999, "pos": [110.871, 118.999], "height": 0.5}, {"start": [108.636, 118.199], "end": [111.836, 118.199], "type": "segment", "width": 0.09999999999999999}, {"start": [108.636, 119.79899999999999], "end": [108.636, 118.199], "type": "segment", "width": 0.09999999999999999}, {"start": [111.836, 119.79899999999999], "end": [108.636, 119.79899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [111.836, 118.199], "end": [111.836, 119.79899999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10u", "thickness": 0.09999999999999999, "pos": [110.61999999999999, 80.34899999999999], "height": 0.5}, {"start": [112.22, 81.369], "end": [112.22, 82.969], "type": "segment", "width": 0.09999999999999999}, {"start": [112.22, 82.969], "end": [109.02, 82.969], "type": "segment", "width": 0.09999999999999999}, {"start": [109.02, 82.969], "end": [109.02, 81.369], "type": "segment", "width": 0.09999999999999999}, {"start": [109.02, 81.369], "end": [112.22, 81.369], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C93", "thickness": 0.09999999999999999, "pos": [111.255, 82.169], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10u", "thickness": 0.09999999999999999, "pos": [110.61399999999999, 104.86], "height": 0.5}, {"start": [112.214, 105.88], "end": [112.214, 107.47999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [112.214, 107.47999999999999], "end": [109.014, 107.47999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [109.014, 107.47999999999999], "end": [109.014, 105.88], "type": "segment", "width": 0.09999999999999999}, {"start": [109.014, 105.88], "end": [112.214, 105.88], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C121", "thickness": 0.09999999999999999, "pos": [111.249, 106.67999999999999], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10u", "thickness": 0.09999999999999999, "pos": [110.61699999999999, 92.541], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C122", "thickness": 0.09999999999999999, "pos": [111.252, 94.36099999999999], "height": 0.5}, {"start": [109.017, 93.56099999999999], "end": [112.217, 93.56099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [109.017, 95.161], "end": [109.017, 93.56099999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [112.217, 95.161], "end": [109.017, 95.161], "type": "segment", "width": 0.09999999999999999}, {"start": [112.217, 93.56099999999999], "end": [112.217, 95.161], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [139.292, 100.457], "height": 0.5}, {"start": [140.212, 99.957], "end": [140.712, 99.957], "type": "segment", "width": 0.09999999999999999}, {"start": [140.712, 99.957], "end": [140.712, 100.957], "type": "segment", "width": 0.09999999999999999}, {"start": [140.712, 100.957], "end": [140.212, 100.957], "type": "segment", "width": 0.09999999999999999}, {"start": [140.212, 100.957], "end": [140.212, 99.957], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C125", "thickness": 0.09999999999999999, "pos": [140.462, 100.457], "height": 0.5}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "330u", "thickness": 0.15, "pos": [165.19299999999998, 78.359], "height": 1.0}, {"start": [159.893, 78.359], "radius": 4.0, "type": "circle", "width": 0.09999999999999999}, {"start": [155.643, 74.109], "end": [164.143, 74.109], "type": "segment", "width": 0.09999999999999999}, {"start": [155.643, 81.609], "end": [155.643, 74.109], "type": "segment", "width": 0.09999999999999999}, {"start": [164.143, 81.609], "end": [164.143, 74.109], "type": "segment", "width": 0.09999999999999999}, {"start": [156.643, 82.609], "end": [163.143, 82.609], "type": "segment", "width": 0.09999999999999999}, {"start": [156.643, 82.609], "end": [155.643, 81.609], "type": "segment", "width": 0.09999999999999999}, {"start": [163.143, 82.609], "end": [164.143, 81.609], "type": "segment", "width": 0.09999999999999999}, {"start": [158.393, 81.921278], "end": [158.393, 81.12127799999999], "type": "segment", "width": 0.09999999999999999}, {"start": [157.993, 81.521278], "end": [158.793, 81.521278], "type": "segment", "width": 0.09999999999999999}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C124", "thickness": 0.15, "pos": [159.893, 78.359], "height": 1.0}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10p", "thickness": 0.09999999999999999, "pos": [182.653, 71.88199999999999], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C123", "thickness": 0.09999999999999999, "pos": [181.483, 71.88199999999999], "height": 0.5}, {"start": [181.733, 71.38199999999999], "end": [181.733, 72.38199999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [181.233, 71.38199999999999], "end": [181.733, 71.38199999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [181.233, 72.38199999999999], "end": [181.233, 71.38199999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [181.733, 72.38199999999999], "end": [181.233, 72.38199999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10p", "thickness": 0.09999999999999999, "pos": [180.313, 73.66], "height": 0.5}, {"start": [181.233, 73.16], "end": [181.733, 73.16], "type": "segment", "width": 0.09999999999999999}, {"start": [181.733, 73.16], "end": [181.733, 74.16], "type": "segment", "width": 0.09999999999999999}, {"start": [181.733, 74.16], "end": [181.233, 74.16], "type": "segment", "width": 0.09999999999999999}, {"start": [181.233, 74.16], "end": [181.233, 73.16], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C126", "thickness": 0.09999999999999999, "pos": [181.483, 73.66], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10p", "thickness": 0.09999999999999999, "pos": [182.653, 68.326], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C127", "thickness": 0.09999999999999999, "pos": [181.483, 68.326], "height": 0.5}, {"start": [181.733, 67.826], "end": [181.733, 68.826], "type": "segment", "width": 0.09999999999999999}, {"start": [181.233, 67.826], "end": [181.733, 67.826], "type": "segment", "width": 0.09999999999999999}, {"start": [181.233, 68.826], "end": [181.233, 67.826], "type": "segment", "width": 0.09999999999999999}, {"start": [181.733, 68.826], "end": [181.233, 68.826], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10p", "thickness": 0.09999999999999999, "pos": [180.313, 70.104], "height": 0.5}, {"start": [181.233, 69.604], "end": [181.733, 69.604], "type": "segment", "width": 0.09999999999999999}, {"start": [181.733, 69.604], "end": [181.733, 70.604], "type": "segment", "width": 0.09999999999999999}, {"start": [181.733, 70.604], "end": [181.233, 70.604], "type": "segment", "width": 0.09999999999999999}, {"start": [181.233, 70.604], "end": [181.233, 69.604], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C128", "thickness": 0.09999999999999999, "pos": [181.483, 70.104], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10n*", "thickness": 0.09999999999999999, "pos": [165.989, 62.638], "height": 0.5}, {"start": [165.489, 61.717999999999996], "end": [165.489, 61.217999999999996], "type": "segment", "width": 0.09999999999999999}, {"start": [165.489, 61.217999999999996], "end": [166.489, 61.217999999999996], "type": "segment", "width": 0.09999999999999999}, {"start": [166.489, 61.217999999999996], "end": [166.489, 61.717999999999996], "type": "segment", "width": 0.09999999999999999}, {"start": [166.489, 61.717999999999996], "end": [165.489, 61.717999999999996], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C129", "thickness": 0.09999999999999999, "pos": [165.989, 61.467999999999996], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "100R*", "thickness": 0.09999999999999999, "pos": [168.12099999999998, 65.151], "height": 0.5}, {"start": [169.041, 64.651], "end": [169.541, 64.651], "type": "segment", "width": 0.09999999999999999}, {"start": [169.541, 64.651], "end": [169.541, 65.651], "type": "segment", "width": 0.09999999999999999}, {"start": [169.541, 65.651], "end": [169.041, 65.651], "type": "segment", "width": 0.09999999999999999}, {"start": [169.041, 65.651], "end": [169.041, 64.651], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R71", "thickness": 0.09999999999999999, "pos": [169.291, 65.151], "height": 0.5}, {"width": 1.0, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "ASE-xxxMHz*", "thickness": 0.15, "pos": [165.862, 66.80799999999999], "height": 1.0}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "X1", "thickness": 0.15, "pos": [165.862, 64.008], "height": 1.0}, {"start": [163.462, 62.407999999999994], "end": [168.262, 62.407999999999994], "type": "segment", "width": 0.09999999999999999}, {"start": [168.262, 62.407999999999994], "end": [168.362, 62.507999999999996], "type": "segment", "width": 0.09999999999999999}, {"start": [168.362, 62.507999999999996], "end": [168.362, 65.508], "type": "segment", "width": 0.09999999999999999}, {"start": [168.362, 65.508], "end": [168.262, 65.608], "type": "segment", "width": 0.09999999999999999}, {"start": [168.262, 65.608], "end": [163.462, 65.608], "type": "segment", "width": 0.09999999999999999}, {"start": [163.462, 65.608], "end": [163.362, 65.508], "type": "segment", "width": 0.09999999999999999}, {"start": [163.362, 65.508], "end": [163.362, 62.507999999999996], "type": "segment", "width": 0.09999999999999999}, {"start": [163.362, 62.507999999999996], "end": [163.462, 62.407999999999994], "type": "segment", "width": 0.09999999999999999}, {"start": [163.362, 64.608], "end": [164.362, 65.608], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10k*", "thickness": 0.09999999999999999, "pos": [163.82999999999998, 60.297999999999995], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R72", "thickness": 0.09999999999999999, "pos": [163.82999999999998, 61.467999999999996], "height": 0.5}, {"start": [163.32999999999998, 61.217999999999996], "end": [164.32999999999998, 61.217999999999996], "type": "segment", "width": 0.09999999999999999}, {"start": [163.32999999999998, 61.717999999999996], "end": [163.32999999999998, 61.217999999999996], "type": "segment", "width": 0.09999999999999999}, {"start": [164.32999999999998, 61.717999999999996], "end": [163.32999999999998, 61.717999999999996], "type": "segment", "width": 0.09999999999999999}, {"start": [164.32999999999998, 61.217999999999996], "end": [164.32999999999998, 61.717999999999996], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "10k*", "thickness": 0.09999999999999999, "pos": [169.64499999999998, 75.438], "height": 0.5}, {"start": [170.565, 74.938], "end": [171.065, 74.938], "type": "segment", "width": 0.09999999999999999}, {"start": [171.065, 74.938], "end": [171.065, 75.938], "type": "segment", "width": 0.09999999999999999}, {"start": [171.065, 75.938], "end": [170.565, 75.938], "type": "segment", "width": 0.09999999999999999}, {"start": [170.565, 75.938], "end": [170.565, 74.938], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R97", "thickness": 0.09999999999999999, "pos": [170.815, 75.438], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "33R", "thickness": 0.09999999999999999, "pos": [173.001, 75.438], "height": 0.5}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R98", "thickness": 0.09999999999999999, "pos": [171.831, 75.438], "height": 0.5}, {"start": [172.081, 74.938], "end": [172.081, 75.938], "type": "segment", "width": 0.09999999999999999}, {"start": [171.581, 74.938], "end": [172.081, 74.938], "type": "segment", "width": 0.09999999999999999}, {"start": [171.581, 75.938], "end": [171.581, 74.938], "type": "segment", "width": 0.09999999999999999}, {"start": [172.081, 75.938], "end": [171.581, 75.938], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "33R", "thickness": 0.09999999999999999, "pos": [174.017, 75.438], "height": 0.5}, {"start": [173.09699999999998, 75.938], "end": [172.59699999999998, 75.938], "type": "segment", "width": 0.09999999999999999}, {"start": [172.59699999999998, 75.938], "end": [172.59699999999998, 74.938], "type": "segment", "width": 0.09999999999999999}, {"start": [172.59699999999998, 74.938], "end": [173.09699999999998, 74.938], "type": "segment", "width": 0.09999999999999999}, {"start": [173.09699999999998, 74.938], "end": [173.09699999999998, 75.938], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R99", "thickness": 0.09999999999999999, "pos": [172.84699999999998, 75.438], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [178.816, 70.131], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C102", "thickness": 0.09999999999999999, "pos": [178.816, 68.961], "height": 0.5}, {"start": [179.316, 69.211], "end": [178.316, 69.211], "type": "segment", "width": 0.09999999999999999}, {"start": [179.316, 68.711], "end": [179.316, 69.211], "type": "segment", "width": 0.09999999999999999}, {"start": [178.316, 68.711], "end": [179.316, 68.711], "type": "segment", "width": 0.09999999999999999}, {"start": [178.316, 69.211], "end": [178.316, 68.711], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "100n", "thickness": 0.09999999999999999, "pos": [177.927, 74.449], "height": 0.5}, {"start": [177.427, 73.529], "end": [177.427, 73.029], "type": "segment", "width": 0.09999999999999999}, {"start": [177.427, 73.029], "end": [178.427, 73.029], "type": "segment", "width": 0.09999999999999999}, {"start": [178.427, 73.029], "end": [178.427, 73.529], "type": "segment", "width": 0.09999999999999999}, {"start": [178.427, 73.529], "end": [177.427, 73.529], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C103", "thickness": 0.09999999999999999, "pos": [177.927, 73.279], "height": 0.5}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [174.879, 75.786], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L10", "thickness": 0.09999999999999999, "pos": [174.879, 77.216], "height": 0.5}, {"start": [174.07899999999998, 76.816], "end": [175.679, 76.816], "type": "segment", "width": 0.09999999999999999}, {"start": [174.07899999999998, 77.616], "end": [174.07899999999998, 76.816], "type": "segment", "width": 0.09999999999999999}, {"start": [175.679, 77.616], "end": [174.07899999999998, 77.616], "type": "segment", "width": 0.09999999999999999}, {"start": [175.679, 76.816], "end": [175.679, 77.616], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "10u", "thickness": 0.09999999999999999, "pos": [167.259, 70.613], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C48", "thickness": 0.09999999999999999, "pos": [167.259, 72.26299999999999], "height": 0.5}, {"start": [166.259, 71.663], "end": [168.259, 71.663], "type": "segment", "width": 0.09999999999999999}, {"start": [166.259, 72.863], "end": [166.259, 71.663], "type": "segment", "width": 0.09999999999999999}, {"start": [168.259, 72.863], "end": [166.259, 72.863], "type": "segment", "width": 0.09999999999999999}, {"start": [168.259, 71.663], "end": [168.259, 72.863], "type": "segment", "width": 0.09999999999999999}, {"width": 1.27, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "U2", "thickness": 0.254, "pos": [130.302, 102.616], "height": 1.27}, {"start": [132.942, 99.976], "end": [132.942, 105.256], "type": "segment", "width": 0.09999999999999999}, {"start": [132.942, 105.256], "end": [127.66199999999999, 105.256], "type": "segment", "width": 0.09999999999999999}, {"start": [127.66199999999999, 105.256], "end": [127.66199999999999, 99.976], "type": "segment", "width": 0.09999999999999999}, {"start": [127.66199999999999, 99.976], "end": [132.942, 99.976], "type": "segment", "width": 0.09999999999999999}, {"start": [131.672, 99.976], "end": [132.942, 101.246], "type": "segment", "width": 0.09999999999999999}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [127.907, 70.027], "height": 1.0}, {"start": [124.75699999999999, 70.157], "end": [125.25699999999999, 70.657], "type": "segment", "width": 0.09999999999999999}, {"start": [126.957, 69.307], "end": [126.957, 70.657], "type": "segment", "width": 0.09999999999999999}, {"start": [124.75699999999999, 69.307], "end": [126.957, 69.307], "type": "segment", "width": 0.09999999999999999}, {"start": [125.25699999999999, 70.657], "end": [126.957, 70.657], "type": "segment", "width": 0.09999999999999999}, {"start": [124.75699999999999, 69.307], "end": [124.75699999999999, 70.157], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D1", "thickness": 0.075, "pos": [125.857, 69.977], "height": 0.5}, {"width": 1.0, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [137.745, 73.80499999999999], "height": 1.0}, {"start": [137.61499999999998, 70.655], "end": [137.11499999999998, 71.155], "type": "segment", "width": 0.09999999999999999}, {"start": [138.465, 72.85499999999999], "end": [137.11499999999998, 72.85499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [138.465, 70.655], "end": [138.465, 72.85499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [137.11499999999998, 71.155], "end": [137.11499999999998, 72.85499999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [138.465, 70.655], "end": [137.61499999999998, 70.655], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D2", "thickness": 0.075, "pos": [137.795, 71.755], "height": 0.5}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [172.82899999999998, 120.219], "height": 1.0}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D7", "thickness": 0.075, "pos": [174.879, 120.26899999999999], "height": 0.5}, {"start": [175.97899999999998, 120.939], "end": [175.97899999999998, 120.089], "type": "segment", "width": 0.09999999999999999}, {"start": [175.47899999999998, 119.589], "end": [173.779, 119.589], "type": "segment", "width": 0.09999999999999999}, {"start": [175.97899999999998, 120.939], "end": [173.779, 120.939], "type": "segment", "width": 0.09999999999999999}, {"start": [173.779, 120.939], "end": [173.779, 119.589], "type": "segment", "width": 0.09999999999999999}, {"start": [175.97899999999998, 120.089], "end": [175.47899999999998, 119.589], "type": "segment", "width": 0.09999999999999999}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [182.608, 120.473], "height": 1.0}, {"start": [185.75799999999998, 120.34299999999999], "end": [185.25799999999998, 119.84299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [183.558, 121.193], "end": [183.558, 119.84299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [185.75799999999998, 121.193], "end": [183.558, 121.193], "type": "segment", "width": 0.09999999999999999}, {"start": [185.25799999999998, 119.84299999999999], "end": [183.558, 119.84299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [185.75799999999998, 121.193], "end": [185.75799999999998, 120.34299999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D8", "thickness": 0.075, "pos": [184.658, 120.523], "height": 0.5}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [108.984, 68.63], "height": 1.0}, {"start": [105.83399999999999, 68.75999999999999], "end": [106.33399999999999, 69.25999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [108.03399999999999, 67.91], "end": [108.03399999999999, 69.25999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [105.83399999999999, 67.91], "end": [108.03399999999999, 67.91], "type": "segment", "width": 0.09999999999999999}, {"start": [106.33399999999999, 69.25999999999999], "end": [108.03399999999999, 69.25999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [105.83399999999999, 67.91], "end": [105.83399999999999, 68.75999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D20", "thickness": 0.075, "pos": [106.934, 68.58], "height": 0.5}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [106.698, 68.63], "height": 1.0}, {"start": [103.548, 68.75999999999999], "end": [104.048, 69.25999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [105.74799999999999, 67.91], "end": [105.74799999999999, 69.25999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [103.548, 67.91], "end": [105.74799999999999, 67.91], "type": "segment", "width": 0.09999999999999999}, {"start": [104.048, 69.25999999999999], "end": [105.74799999999999, 69.25999999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [103.548, 67.91], "end": [103.548, 68.75999999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D21", "thickness": 0.075, "pos": [104.648, 68.58], "height": 0.5}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [111.651, 69.51899999999999], "height": 1.0}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D25", "thickness": 0.075, "pos": [109.601, 69.469], "height": 0.5}, {"start": [108.50099999999999, 68.79899999999999], "end": [108.50099999999999, 69.649], "type": "segment", "width": 0.09999999999999999}, {"start": [109.00099999999999, 70.149], "end": [110.701, 70.149], "type": "segment", "width": 0.09999999999999999}, {"start": [108.50099999999999, 68.79899999999999], "end": [110.701, 68.79899999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [110.701, 68.79899999999999], "end": [110.701, 70.149], "type": "segment", "width": 0.09999999999999999}, {"start": [108.50099999999999, 69.649], "end": [109.00099999999999, 70.149], "type": "segment", "width": 0.09999999999999999}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [155.593, 74.726], "height": 1.0}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D26", "thickness": 0.075, "pos": [153.543, 74.676], "height": 0.5}, {"start": [152.44299999999998, 74.006], "end": [152.44299999999998, 74.856], "type": "segment", "width": 0.09999999999999999}, {"start": [152.94299999999998, 75.356], "end": [154.643, 75.356], "type": "segment", "width": 0.09999999999999999}, {"start": [152.44299999999998, 74.006], "end": [154.643, 74.006], "type": "segment", "width": 0.09999999999999999}, {"start": [154.643, 74.006], "end": [154.643, 75.356], "type": "segment", "width": 0.09999999999999999}, {"start": [152.44299999999998, 74.856], "end": [152.94299999999998, 75.356], "type": "segment", "width": 0.09999999999999999}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [152.291, 74.726], "height": 1.0}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D27", "thickness": 0.075, "pos": [150.24099999999999, 74.676], "height": 0.5}, {"start": [149.141, 74.006], "end": [149.141, 74.856], "type": "segment", "width": 0.09999999999999999}, {"start": [149.641, 75.356], "end": [151.34099999999998, 75.356], "type": "segment", "width": 0.09999999999999999}, {"start": [149.141, 74.006], "end": [151.34099999999998, 74.006], "type": "segment", "width": 0.09999999999999999}, {"start": [151.34099999999998, 74.006], "end": [151.34099999999998, 75.356], "type": "segment", "width": 0.09999999999999999}, {"start": [149.141, 74.856], "end": [149.641, 75.356], "type": "segment", "width": 0.09999999999999999}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [148.989, 74.853], "height": 1.0}, {"start": [145.839, 74.98299999999999], "end": [146.339, 75.48299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [148.039, 74.133], "end": [148.039, 75.48299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [145.839, 74.133], "end": [148.039, 74.133], "type": "segment", "width": 0.09999999999999999}, {"start": [146.339, 75.48299999999999], "end": [148.039, 75.48299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [145.839, 74.133], "end": [145.839, 74.98299999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D28", "thickness": 0.075, "pos": [146.939, 74.803], "height": 0.5}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [157.244, 72.567], "height": 1.0}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D29", "thickness": 0.075, "pos": [155.194, 72.517], "height": 0.5}, {"start": [154.094, 71.847], "end": [154.094, 72.697], "type": "segment", "width": 0.09999999999999999}, {"start": [154.594, 73.197], "end": [156.29399999999998, 73.197], "type": "segment", "width": 0.09999999999999999}, {"start": [154.094, 71.847], "end": [156.29399999999998, 71.847], "type": "segment", "width": 0.09999999999999999}, {"start": [156.29399999999998, 71.847], "end": [156.29399999999998, 73.197], "type": "segment", "width": 0.09999999999999999}, {"start": [154.094, 72.697], "end": [154.594, 73.197], "type": "segment", "width": 0.09999999999999999}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [153.94199999999998, 72.567], "height": 1.0}, {"start": [150.792, 72.697], "end": [151.292, 73.197], "type": "segment", "width": 0.09999999999999999}, {"start": [152.992, 71.847], "end": [152.992, 73.197], "type": "segment", "width": 0.09999999999999999}, {"start": [150.792, 71.847], "end": [152.992, 71.847], "type": "segment", "width": 0.09999999999999999}, {"start": [151.292, 73.197], "end": [152.992, 73.197], "type": "segment", "width": 0.09999999999999999}, {"start": [150.792, 71.847], "end": [150.792, 72.697], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D30", "thickness": 0.075, "pos": [151.892, 72.517], "height": 0.5}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [150.64, 72.567], "height": 1.0}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D31", "thickness": 0.075, "pos": [148.59, 72.517], "height": 0.5}, {"start": [147.48999999999998, 71.847], "end": [147.48999999999998, 72.697], "type": "segment", "width": 0.09999999999999999}, {"start": [147.98999999999998, 73.197], "end": [149.69, 73.197], "type": "segment", "width": 0.09999999999999999}, {"start": [147.48999999999998, 71.847], "end": [149.69, 71.847], "type": "segment", "width": 0.09999999999999999}, {"start": [149.69, 71.847], "end": [149.69, 73.197], "type": "segment", "width": 0.09999999999999999}, {"start": [147.48999999999998, 72.697], "end": [147.98999999999998, 73.197], "type": "segment", "width": 0.09999999999999999}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [147.338, 72.567], "height": 1.0}, {"start": [144.188, 72.697], "end": [144.688, 73.197], "type": "segment", "width": 0.09999999999999999}, {"start": [146.388, 71.847], "end": [146.388, 73.197], "type": "segment", "width": 0.09999999999999999}, {"start": [144.188, 71.847], "end": [146.388, 71.847], "type": "segment", "width": 0.09999999999999999}, {"start": [144.688, 73.197], "end": [146.388, 73.197], "type": "segment", "width": 0.09999999999999999}, {"start": [144.188, 71.847], "end": [144.188, 72.697], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D32", "thickness": 0.075, "pos": [145.28799999999998, 72.517], "height": 0.5}, {"width": 1.0, "val": 1, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [145.68699999999998, 74.853], "height": 1.0}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D33", "thickness": 0.075, "pos": [143.637, 74.803], "height": 0.5}, {"start": [142.537, 74.133], "end": [142.537, 74.98299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [143.037, 75.48299999999999], "end": [144.737, 75.48299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [142.537, 74.133], "end": [144.737, 74.133], "type": "segment", "width": 0.09999999999999999}, {"start": [144.737, 74.133], "end": [144.737, 75.48299999999999], "type": "segment", "width": 0.09999999999999999}, {"start": [142.537, 74.98299999999999], "end": [143.037, 75.48299999999999], "type": "segment", "width": 0.09999999999999999}, {"width": 1.0, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [158.658, 68.57], "height": 1.0}, {"start": [158.78799999999998, 71.72], "end": [159.28799999999998, 71.22], "type": "segment", "width": 0.09999999999999999}, {"start": [157.938, 69.52], "end": [159.28799999999998, 69.52], "type": "segment", "width": 0.09999999999999999}, {"start": [157.938, 71.72], "end": [157.938, 69.52], "type": "segment", "width": 0.09999999999999999}, {"start": [159.28799999999998, 71.22], "end": [159.28799999999998, 69.52], "type": "segment", "width": 0.09999999999999999}, {"start": [157.938, 71.72], "end": [158.78799999999998, 71.72], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D34", "thickness": 0.075, "pos": [158.608, 70.61999999999999], "height": 0.5}, {"width": 1.0, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [162.356, 68.689], "height": 1.0}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D35", "thickness": 0.075, "pos": [162.30599999999998, 70.73899999999999], "height": 0.5}, {"start": [161.636, 71.839], "end": [162.486, 71.839], "type": "segment", "width": 0.09999999999999999}, {"start": [162.986, 71.339], "end": [162.986, 69.639], "type": "segment", "width": 0.09999999999999999}, {"start": [161.636, 71.839], "end": [161.636, 69.639], "type": "segment", "width": 0.09999999999999999}, {"start": [161.636, 69.639], "end": [162.986, 69.639], "type": "segment", "width": 0.09999999999999999}, {"start": [162.486, 71.839], "end": [162.986, 71.339], "type": "segment", "width": 0.09999999999999999}, {"width": 1.0, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BAV99W", "thickness": 0.15, "pos": [164.161, 70.37599999999999], "height": 1.0}, {"width": 0.5, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D36", "thickness": 0.075, "pos": [164.21099999999998, 68.326], "height": 0.5}, {"start": [164.881, 67.226], "end": [164.031, 67.226], "type": "segment", "width": 0.09999999999999999}, {"start": [163.531, 67.726], "end": [163.531, 69.426], "type": "segment", "width": 0.09999999999999999}, {"start": [164.881, 67.226], "end": [164.881, 69.426], "type": "segment", "width": 0.09999999999999999}, {"start": [164.881, 69.426], "end": [163.531, 69.426], "type": "segment", "width": 0.09999999999999999}, {"start": [164.031, 67.226], "end": [163.531, 67.726], "type": "segment", "width": 0.09999999999999999}, {"width": 0.5, "val": 1, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "BLM18KG121TN1D", "thickness": 0.09999999999999999, "pos": [180.721, 64.422], "height": 0.5}, {"width": 0.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L17", "thickness": 0.09999999999999999, "pos": [180.721, 62.992], "height": 0.5}, {"start": [181.521, 63.391999999999996], "end": [179.921, 63.391999999999996], "type": "segment", "width": 0.09999999999999999}, {"start": [181.521, 62.592], "end": [181.521, 63.391999999999996], "type": "segment", "width": 0.09999999999999999}, {"start": [179.921, 62.592], "end": [181.521, 62.592], "type": "segment", "width": 0.09999999999999999}, {"start": [179.921, 63.391999999999996], "end": [179.921, 62.592], "type": "segment", "width": 0.09999999999999999}]}, "metadata": {"date": "2019-10-24", "company": "PRUSA Research s.r.o.", "revision": "v1.0.0", "title": "Buddy"}}
///////////////////////////////////////////////
///////////////////////////////////////////////
/* Utility functions */
var storagePrefix = 'KiCad_HTML_BOM__' + pcbdata.metadata.title + '__' +
pcbdata.metadata.revision + '__';
var storage;
function initStorage(key) {
try {
window.localStorage.getItem("blank");
storage = window.localStorage;
} catch (e) {
// localStorage not available
}
if (!storage) {
try {
window.sessionStorage.getItem("blank");
storage = window.sessionStorage;
} catch (e) {
// sessionStorage also not available
}
}
}
function readStorage(key) {
if (storage) {
return storage.getItem(storagePrefix + '#' + key);
} else {
return null;
}
}
function writeStorage(key, value) {
if (storage) {
storage.setItem(storagePrefix + '#' + key, value);
}
}
function fancyDblClickHandler(el, onsingle, ondouble) {
return function() {
if (el.getAttribute("data-dblclick") == null) {
el.setAttribute("data-dblclick", 1);
setTimeout(function() {
if (el.getAttribute("data-dblclick") == 1) {
onsingle();
}
el.removeAttribute("data-dblclick");
}, 200);
} else {
el.removeAttribute("data-dblclick");
ondouble();
}
}
}
function smoothScrollToRow(rowid) {
document.getElementById(rowid).scrollIntoView({
behavior: "smooth",
block: "center",
inline: "nearest"
});
}
function focusInputField(input) {
input.scrollIntoView(false);
input.focus();
input.select();
}
function copyToClipboard() {
var text = '';
for (var node of bomhead.childNodes[0].childNodes) {
if (node.firstChild) {
text = text + node.firstChild.nodeValue;
}
if (node != bomhead.childNodes[0].lastChild) {
text += '\t';
}
}
text += '\n';
for (var row of bombody.childNodes) {
for (var cell of row.childNodes) {
for (var node of cell.childNodes) {
if (node.nodeName == "INPUT") {
if (node.checked) {
text = text + '✓';
}
} else if (node.nodeName == "MARK") {
text = text + node.firstChild.nodeValue;
} else {
text = text + node.nodeValue;
}
}
if (cell != row.lastChild) {
text += '\t';
}
}
text += '\n';
}
var textArea = document.createElement("textarea");
textArea.classList.add('clipboard-temp');
textArea.value = text;
document.body.appendChild(textArea);
textArea.focus();
textArea.select();
try {
if (document.execCommand('copy')) {
console.log('Bom copied to clipboard.');
}
} catch (err) {
console.log('Can not copy to clipboard.');
}
document.body.removeChild(textArea);
}
function removeGutterNode(node) {
for (var i = 0; i < node.childNodes.length; i++) {
if (node.childNodes[i].classList &&
node.childNodes[i].classList.contains("gutter")) {
node.removeChild(node.childNodes[i]);
break;
}
}
}
function cleanGutters() {
removeGutterNode(document.getElementById("bot"));
removeGutterNode(document.getElementById("canvasdiv"));
}
var units = {
prefixes: {
giga: ["G", "g", "giga", "Giga", "GIGA"],
mega: ["M", "mega", "Mega", "MEGA"],
kilo: ["K", "k", "kilo", "Kilo", "KILO"],
milli: ["m", "milli", "Milli", "MILLI"],
micro: ["U", "u", "micro", "Micro", "MICRO", "μ", "µ"], // different utf8 μ
nano: ["N", "n", "nano", "Nano", "NANO"],
pico: ["P", "p", "pico", "Pico", "PICO"],
},
unitsShort: ["R", "r", "Ω", "F", "f", "H", "h"],
unitsLong: [
"OHM", "Ohm", "ohm", "ohms",
"FARAD", "Farad", "farad",
"HENRY", "Henry", "henry"
],
getMultiplier: function(s) {
if (this.prefixes.giga.includes(s)) return 1e9;
if (this.prefixes.mega.includes(s)) return 1e6;
if (this.prefixes.kilo.includes(s)) return 1e3;
if (this.prefixes.milli.includes(s)) return 1e-3;
if (this.prefixes.micro.includes(s)) return 1e-6;
if (this.prefixes.nano.includes(s)) return 1e-9;
if (this.prefixes.pico.includes(s)) return 1e-12;
return 1;
},
valueRegex: null,
}
function initUtils() {
var allPrefixes = units.prefixes.giga
.concat(units.prefixes.mega)
.concat(units.prefixes.kilo)
.concat(units.prefixes.milli)
.concat(units.prefixes.micro)
.concat(units.prefixes.nano)
.concat(units.prefixes.pico);
var allUnits = units.unitsShort.concat(units.unitsLong);
units.valueRegex = new RegExp("^([0-9\.]+)" +
"\\s*(" + allPrefixes.join("|") + ")?" +
"(" + allUnits.join("|") + ")?" +
"(\\b.*)?$", "");
units.valueAltRegex = new RegExp("^([0-9]*)" +
"(" + units.unitsShort.join("|") + ")?" +
"([GgMmKkUuNnPp])?" +
"([0-9]*)" +
"(\\b.*)?$", "");
for (var bomtable of Object.values(pcbdata.bom)) {
for (var row of bomtable) {
row.push(parseValue(row[1], row[3][0][0]));
}
}
}
function parseValue(val, ref) {
var inferUnit = (unit, ref) => {
if (unit) {
unit = unit.toLowerCase();
if (unit == 'Ω' || unit == "ohm" || unit == "ohms") {
unit = 'r';
}
unit = unit[0];
} else {
ref = /^([a-z]+)\d+$/i.exec(ref);
if (ref) {
ref = ref[1].toLowerCase();
if (ref == "c") unit = 'f';
else if (ref == "l") unit = 'h';
else if (ref == "r" || ref == "rv") unit = 'r';
else unit = null;
}
}
return unit;
};
val = val.replace(/,/g, "");
var match = units.valueRegex.exec(val);
var unit;
if (match) {
val = parseFloat(match[1]);
if (match[2]) {
val = val * units.getMultiplier(match[2]);
}
unit = inferUnit(match[3], ref);
if (!unit) return null;
else return {
val: val,
unit: unit,
extra: match[4],
}
}
match = units.valueAltRegex.exec(val);
if (match && (match[1] || match[4])) {
val = parseFloat(match[1] + "." + match[4]);
if (match[3]) {
val = val * units.getMultiplier(match[3]);
}
unit = inferUnit(match[2], ref);
if (!unit) return null;
else return {
val: val,
unit: unit,
extra: match[5],
}
}
return null;
}
function valueCompare(a, b, stra, strb) {
if (a === null && b === null) {
// Failed to parse both values, compare them as strings.
if (stra != strb) return stra > strb ? 1 : -1;
else return 0;
} else if (a === null) {
return 1;
} else if (b === null) {
return -1;
} else {
if (a.unit != b.unit) return a.unit > b.unit ? 1 : -1;
else if (a.val != b.val) return a.val > b.val ? 1 : -1;
else if (a.extra != b.extra) return a.extra > b.extra ? 1 : -1;
else return 0;
}
}
///////////////////////////////////////////////
///////////////////////////////////////////////
/* PCB rendering code */
var redrawOnDrag = true;
var boardRotation = 0;
var renderPads = true;
var renderReferences = true;
var renderValues = true;
function deg2rad(deg) {
return deg * Math.PI / 180;
}
function calcFontPoint(linepoint, text, offsetx, offsety, tilt) {
var point = [
linepoint[0] * text.width + offsetx,
linepoint[1] * text.height + offsety
];
// Adding half a line height here is technically a bug
// but pcbnew currently does the same, text is slightly shifted.
point[0] -= (point[1] + text.height * 0.5) * tilt;
return point;
}
function drawtext(ctx, text, color, flip) {
if ("ref" in text && !renderReferences) return;
if ("val" in text && !renderValues) return;
ctx.save();
ctx.fillStyle = color;
ctx.strokeStyle = color;
ctx.lineCap = "round";
ctx.lineWidth = text.thickness;
if (text.svgpath) {
ctx.stroke(new Path2D(text.svgpath));
ctx.restore();
return;
}
ctx.translate(...text.pos);
var angle = -text.angle;
if (text.attr.includes("mirrored")) {
ctx.scale(-1, 1);
angle = -angle;
}
var tilt = 0;
if (text.attr.includes("italic")) {
tilt = 0.125;
}
var interline = (text.height * 1.5 + text.thickness) / 2;
var txt = text.text.split("\n");
// KiCad ignores last empty line.
if (txt[txt.length - 1] == '') txt.pop();
ctx.rotate(deg2rad(angle));
for (var i in txt) {
var offsety = (-(txt.length - 1) + i * 2) * interline + text.height / 2;
var lineWidth = 0;
for (var c of txt[i]) {
lineWidth += pcbdata.font_data[c].w * text.width;
}
var offsetx = 0;
switch (text.horiz_justify) {
case -1:
// Justify left, do nothing
break;
case 0:
// Justify center
offsetx -= lineWidth / 2;
break;
case 1:
// Justify right
offsetx -= lineWidth;
break;
}
for (var c of txt[i]) {
for (var line of pcbdata.font_data[c].l) {
// Drawing each segment separately instead of
// polyline because round line caps don't work in joints
for (var i = 0; i < line.length - 1; i++) {
ctx.beginPath();
ctx.moveTo(...calcFontPoint(line[i], text, offsetx, offsety, tilt));
ctx.lineTo(...calcFontPoint(line[i + 1], text, offsetx, offsety, tilt));
ctx.stroke();
}
}
offsetx += pcbdata.font_data[c].w * text.width;
}
}
ctx.restore();
}
function drawedge(ctx, scalefactor, edge, color) {
ctx.strokeStyle = color;
ctx.lineWidth = Math.max(1 / scalefactor, edge.width);
ctx.lineCap = "round";
if (edge.type == "segment") {
ctx.beginPath();
ctx.moveTo(...edge.start);
ctx.lineTo(...edge.end);
ctx.stroke();
}
if (edge.type == "arc") {
ctx.beginPath();
if (edge.svgpath) {
ctx.stroke(new Path2D(edge.svgpath));
} else {
ctx.arc(
...edge.start,
edge.radius,
deg2rad(edge.startangle),
deg2rad(edge.endangle));
ctx.stroke();
}
}
if (edge.type == "circle") {
ctx.beginPath();
ctx.arc(
...edge.start,
edge.radius,
0, 2 * Math.PI);
ctx.closePath();
ctx.stroke();
}
}
function drawRoundRect(ctx, color, size, radius, ctxmethod) {
ctx.beginPath();
ctx.strokeStyle = color;
var x = size[0] * -0.5;
var y = size[1] * -0.5;
var width = size[0];
var height = size[1];
ctx.moveTo(x, 0);
ctx.arcTo(x, y + height, x + width, y + height, radius);
ctx.arcTo(x + width, y + height, x + width, y, radius);
ctx.arcTo(x + width, y, x, y, radius);
ctx.arcTo(x, y, x, y + height, radius);
ctx.closePath();
ctxmethod();
}
function drawOblong(ctx, color, size, ctxmethod) {
drawRoundRect(ctx, color, size, Math.min(size[0], size[1]) / 2, ctxmethod);
}
function drawPolygons(ctx, color, polygons, ctxmethod) {
ctx.fillStyle = color;
for (var polygon of polygons) {
ctx.beginPath();
for (var vertex of polygon) {
ctx.lineTo(...vertex)
}
ctx.closePath();
ctxmethod();
}
}
function drawPolygonShape(ctx, shape, color) {
ctx.save();
if (shape.svgpath) {
ctx.fillStyle = color;
ctx.fill(new Path2D(shape.svgpath));
} else {
ctx.translate(...shape.pos);
ctx.rotate(deg2rad(-shape.angle));
drawPolygons(ctx, color, shape.polygons, ctx.fill.bind(ctx));
}
ctx.restore();
}
function drawDrawing(ctx, layer, scalefactor, drawing, color) {
if (["segment", "arc", "circle"].includes(drawing.type)) {
drawedge(ctx, scalefactor, drawing, color);
} else if (drawing.type == "polygon") {
drawPolygonShape(ctx, drawing, color);
} else {
drawtext(ctx, drawing, color, layer == "B");
}
}
function drawCircle(ctx, radius, ctxmethod) {
ctx.beginPath();
ctx.arc(0, 0, radius, 0, 2 * Math.PI);
ctx.closePath();
ctxmethod();
}
function drawPad(ctx, pad, color, outline) {
ctx.save();
ctx.translate(...pad.pos);
ctx.rotate(deg2rad(pad.angle));
if (pad.offset) {
ctx.translate(...pad.offset);
}
ctx.fillStyle = color;
ctx.strokeStyle = color;
var ctxmethod = outline ? ctx.stroke.bind(ctx) : ctx.fill.bind(ctx);
if (pad.shape == "rect") {
var rect = [...pad.size.map(c => -c * 0.5), ...pad.size];
if (outline) {
ctx.strokeRect(...rect);
} else {
ctx.fillRect(...rect);
}
} else if (pad.shape == "oval") {
drawOblong(ctx, color, pad.size, ctxmethod);
} else if (pad.shape == "circle") {
drawCircle(ctx, pad.size[0] / 2, ctxmethod);
} else if (pad.shape == "roundrect") {
drawRoundRect(ctx, color, pad.size, pad.radius, ctxmethod);
} else if (pad.shape == "custom") {
drawPolygons(ctx, color, pad.polygons, ctxmethod);
}
if (pad.type == "th" && !outline) {
ctx.fillStyle = "#CCCCCC";
if (pad.drillshape == "oblong") {
drawOblong(ctx, "#CCCCCC", pad.drillsize, ctxmethod);
} else {
drawCircle(ctx, pad.drillsize[0] / 2, ctxmethod);
}
}
ctx.restore();
}
function drawModule(ctx, layer, scalefactor, module, padcolor, outlinecolor, highlight) {
if (highlight) {
// draw bounding box
if (module.layer == layer) {
ctx.save();
ctx.globalAlpha = 0.2;
ctx.translate(...module.bbox.pos);
ctx.fillStyle = padcolor;
ctx.fillRect(
0, 0,
...module.bbox.size);
ctx.globalAlpha = 1;
ctx.strokeStyle = padcolor;
ctx.strokeRect(
0, 0,
...module.bbox.size);
ctx.restore();
}
}
// draw drawings
for (var drawing of module.drawings) {
if (drawing.layer == layer) {
drawDrawing(ctx, layer, scalefactor, drawing.drawing, padcolor);
}
}
// draw pads
if (renderPads) {
for (var pad of module.pads) {
if (pad.layers.includes(layer)) {
drawPad(ctx, pad, padcolor, false);
if (pad.pin1 && highlightpin1) {
drawPad(ctx, pad, outlinecolor, true);
}
}
}
}
}
function drawEdgeCuts(canvas, scalefactor) {
var ctx = canvas.getContext("2d");
var edgecolor = getComputedStyle(topmostdiv).getPropertyValue('--pcb-edge-color');
for (var edge of pcbdata.edges) {
drawedge(ctx, scalefactor, edge, edgecolor);
}
}
function drawModules(canvas, layer, scalefactor, highlight) {
var ctx = canvas.getContext("2d");
ctx.lineWidth = 3 / scalefactor;
var style = getComputedStyle(topmostdiv);
var padcolor = style.getPropertyValue('--pad-color');
var outlinecolor = style.getPropertyValue('--pin1-outline-color');
if (highlight > 0) {
padcolor = style.getPropertyValue('--pad-color-highlight');
outlinecolor = style.getPropertyValue('--pin1-outline-color-highlight');
}
for (var i = 0; i < pcbdata.modules.length; i++) {
var mod = pcbdata.modules[i];
if (!highlight || highlightedModules.includes(i)) {
drawModule(ctx, layer, scalefactor, mod, padcolor, outlinecolor, highlight);
}
}
}
function drawBgLayer(layername, canvas, layer, scalefactor, edgeColor, polygonColor, textColor) {
var ctx = canvas.getContext("2d");
for (var d of pcbdata[layername][layer]) {
if (["segment", "arc", "circle"].includes(d.type)) {
drawedge(ctx, scalefactor, d, edgeColor);
} else if (d.type == "polygon") {
drawPolygonShape(ctx, d, polygonColor);
} else {
drawtext(ctx, d, textColor, layer == "B");
}
}
}
function clearCanvas(canvas) {
var ctx = canvas.getContext("2d");
ctx.save();
ctx.setTransform(1, 0, 0, 1, 0, 0);
ctx.clearRect(0, 0, canvas.width, canvas.height);
ctx.restore();
}
function drawHighlightsOnLayer(canvasdict) {
clearCanvas(canvasdict.highlight);
drawModules(canvasdict.highlight, canvasdict.layer,
canvasdict.transform.s * canvasdict.transform.zoom, true);
}
function drawHighlights() {
drawHighlightsOnLayer(allcanvas.front);
drawHighlightsOnLayer(allcanvas.back);
}
function drawBackground(canvasdict) {
clearCanvas(canvasdict.bg);
clearCanvas(canvasdict.fab);
clearCanvas(canvasdict.silk);
drawEdgeCuts(canvasdict.bg, canvasdict.transform.s);
drawModules(canvasdict.bg, canvasdict.layer,
canvasdict.transform.s * canvasdict.transform.zoom, false);
var style = getComputedStyle(topmostdiv);
var edgeColor = style.getPropertyValue('--silkscreen-edge-color');
var polygonColor = style.getPropertyValue('--silkscreen-polygon-color');
var textColor = style.getPropertyValue('--silkscreen-text-color');
drawBgLayer(
"silkscreen", canvasdict.silk, canvasdict.layer,
canvasdict.transform.s * canvasdict.transform.zoom,
edgeColor, polygonColor, textColor);
edgeColor = style.getPropertyValue('--fabrication-edge-color');
polygonColor = style.getPropertyValue('--fabrication-polygon-color');
textColor = style.getPropertyValue('--fabrication-text-color');
drawBgLayer(
"fabrication", canvasdict.fab, canvasdict.layer,
canvasdict.transform.s * canvasdict.transform.zoom,
edgeColor, polygonColor, textColor);
}
function prepareCanvas(canvas, flip, transform) {
var ctx = canvas.getContext("2d");
ctx.setTransform(1, 0, 0, 1, 0, 0);
var fontsize = 1.55;
ctx.scale(transform.zoom, transform.zoom);
ctx.translate(transform.panx, transform.pany);
if (flip) {
ctx.scale(-1, 1);
}
ctx.translate(transform.x, transform.y);
ctx.rotate(deg2rad(boardRotation));
ctx.scale(transform.s, transform.s);
}
function prepareLayer(canvasdict) {
var flip = (canvasdict.layer == "B");
for (var c of ["bg", "fab", "silk", "highlight"]) {
prepareCanvas(canvasdict[c], flip, canvasdict.transform);
}
}
function rotateVector(v, angle) {
angle = deg2rad(angle);
return [
v[0] * Math.cos(angle) - v[1] * Math.sin(angle),
v[0] * Math.sin(angle) + v[1] * Math.cos(angle)
];
}
function applyRotation(bbox) {
var corners = [
[bbox.minx, bbox.miny],
[bbox.minx, bbox.maxy],
[bbox.maxx, bbox.miny],
[bbox.maxx, bbox.maxy],
];
corners = corners.map((v) => rotateVector(v, boardRotation));
return {
minx: corners.reduce((a, v) => Math.min(a, v[0]), Infinity),
miny: corners.reduce((a, v) => Math.min(a, v[1]), Infinity),
maxx: corners.reduce((a, v) => Math.max(a, v[0]), -Infinity),
maxy: corners.reduce((a, v) => Math.max(a, v[1]), -Infinity),
}
}
function recalcLayerScale(canvasdict) {
var canvasdivid = {
"F": "frontcanvas",
"B": "backcanvas"
} [canvasdict.layer];
var width = document.getElementById(canvasdivid).clientWidth * devicePixelRatio;
var height = document.getElementById(canvasdivid).clientHeight * devicePixelRatio;
var bbox = applyRotation(pcbdata.edges_bbox);
var scalefactor = 0.98 * Math.min(
width / (bbox.maxx - bbox.minx),
height / (bbox.maxy - bbox.miny)
);
if (scalefactor < 0.1) {
scalefactor = 1;
}
canvasdict.transform.s = scalefactor;
var flip = (canvasdict.layer == "B");
if (flip) {
canvasdict.transform.x = -((bbox.maxx + bbox.minx) * scalefactor + width) * 0.5;
} else {
canvasdict.transform.x = -((bbox.maxx + bbox.minx) * scalefactor - width) * 0.5;
}
canvasdict.transform.y = -((bbox.maxy + bbox.miny) * scalefactor - height) * 0.5;
for (var c of ["bg", "fab", "silk", "highlight"]) {
canvas = canvasdict[c];
canvas.width = width;
canvas.height = height;
canvas.style.width = (width / devicePixelRatio) + "px";
canvas.style.height = (height / devicePixelRatio) + "px";
}
}
function redrawCanvas(layerdict) {
prepareLayer(layerdict);
drawBackground(layerdict);
drawHighlightsOnLayer(layerdict);
}
function resizeCanvas(layerdict) {
recalcLayerScale(layerdict);
redrawCanvas(layerdict);
}
function resizeAll() {
resizeCanvas(allcanvas.front);
resizeCanvas(allcanvas.back);
}
function bboxScan(layer, x, y) {
var result = [];
for (var i = 0; i < pcbdata.modules.length; i++) {
var module = pcbdata.modules[i];
if (module.layer == layer) {
var b = module.bbox;
if (b.pos[0] <= x && b.pos[0] + b.size[0] >= x &&
b.pos[1] <= y && b.pos[1] + b.size[1] >= y) {
result.push(i);
}
}
}
return result;
}
function handlePointerDown(e, layerdict) {
if (e.button != 0) {
return;
}
e.preventDefault();
e.stopPropagation();
if (!e.hasOwnProperty("offsetX")) {
// The polyfill doesn't set this properly
e.offsetX = e.pageX - e.currentTarget.offsetLeft;
e.offsetY = e.pageY - e.currentTarget.offsetTop;
}
layerdict.pointerStates[e.pointerId] = {
distanceTravelled: 0,
lastX: e.offsetX,
lastY: e.offsetY,
downTime: Date.now(),
};
}
function handleMouseClick(e, layerdict) {
if (!e.hasOwnProperty("offsetX")) {
// The polyfill doesn't set this properly
e.offsetX = e.pageX - e.currentTarget.offsetLeft;
e.offsetY = e.pageY - e.currentTarget.offsetTop;
}
var x = e.offsetX;
var y = e.offsetY;
var t = layerdict.transform;
if (layerdict.layer == "B") {
x = (devicePixelRatio * x / t.zoom - t.panx + t.x) / -t.s;
} else {
x = (devicePixelRatio * x / t.zoom - t.panx - t.x) / t.s;
}
y = (devicePixelRatio * y / t.zoom - t.y - t.pany) / t.s;
var v = rotateVector([x, y], -boardRotation);
var modules = bboxScan(layerdict.layer, v[0], v[1]);
if (modules.length > 0) {
modulesClicked(modules);
}
}
function handlePointerLeave(e, layerdict) {
e.preventDefault();
e.stopPropagation();
if (!redrawOnDrag) {
redrawCanvas(layerdict);
}
delete layerdict.pointerStates[e.pointerId];
}
function resetTransform(layerdict) {
layerdict.transform.panx = 0;
layerdict.transform.pany = 0;
layerdict.transform.zoom = 1;
redrawCanvas(layerdict);
}
function handlePointerUp(e, layerdict) {
if (!e.hasOwnProperty("offsetX")) {
// The polyfill doesn't set this properly
e.offsetX = e.pageX - e.currentTarget.offsetLeft;
e.offsetY = e.pageY - e.currentTarget.offsetTop;
}
e.preventDefault();
e.stopPropagation();
if (e.button == 2) {
// Reset pan and zoom on right click.
resetTransform(layerdict);
layerdict.anotherPointerTapped = false;
return;
}
// We haven't necessarily had a pointermove event since the interaction started, so make sure we update this now
var ptr = layerdict.pointerStates[e.pointerId];
ptr.distanceTravelled += Math.abs(e.offsetX - ptr.lastX) + Math.abs(e.offsetY - ptr.lastY);
if (e.button == 0 && ptr.distanceTravelled < 10 && Date.now() - ptr.downTime <= 500) {
if (Object.keys(layerdict.pointerStates).length == 1) {
if (layerdict.anotherPointerTapped) {
// This is the second pointer coming off of a two-finger tap
resetTransform(layerdict);
} else {
// This is just a regular tap
handleMouseClick(e, layerdict);
}
layerdict.anotherPointerTapped = false;
} else {
// This is the first finger coming off of what could become a two-finger tap
layerdict.anotherPointerTapped = true;
}
} else {
if (!redrawOnDrag) {
redrawCanvas(layerdict);
}
layerdict.anotherPointerTapped = false;
}
delete layerdict.pointerStates[e.pointerId];
}
function handlePointerMove(e, layerdict) {
if (!layerdict.pointerStates.hasOwnProperty(e.pointerId)) {
return;
}
e.preventDefault();
e.stopPropagation();
if (!e.hasOwnProperty("offsetX")) {
// The polyfill doesn't set this properly
e.offsetX = e.pageX - e.currentTarget.offsetLeft;
e.offsetY = e.pageY - e.currentTarget.offsetTop;
}
var thisPtr = layerdict.pointerStates[e.pointerId];
var dx = e.offsetX - thisPtr.lastX;
var dy = e.offsetY - thisPtr.lastY;
// If this number is low on pointer up, we count the action as a click
thisPtr.distanceTravelled += Math.abs(dx) + Math.abs(dy);
if (Object.keys(layerdict.pointerStates).length == 1) {
// This is a simple drag
layerdict.transform.panx += devicePixelRatio * dx / layerdict.transform.zoom;
layerdict.transform.pany += devicePixelRatio * dy / layerdict.transform.zoom;
} else if (Object.keys(layerdict.pointerStates).length == 2) {
var otherPtr = Object.values(layerdict.pointerStates).filter((ptr) => ptr != thisPtr)[0];
var oldDist = Math.sqrt(Math.pow(thisPtr.lastX - otherPtr.lastX, 2) + Math.pow(thisPtr.lastY - otherPtr.lastY, 2));
var newDist = Math.sqrt(Math.pow(e.offsetX - otherPtr.lastX, 2) + Math.pow(e.offsetY - otherPtr.lastY, 2));
var scaleFactor = newDist/oldDist;
if (scaleFactor != NaN) {
layerdict.transform.zoom *= scaleFactor;
var zoomd = (1 - scaleFactor) / layerdict.transform.zoom;
layerdict.transform.panx += devicePixelRatio * otherPtr.lastX * zoomd;
layerdict.transform.pany += devicePixelRatio * otherPtr.lastY * zoomd;
}
}
thisPtr.lastX = e.offsetX;
thisPtr.lastY = e.offsetY;
if (redrawOnDrag) {
redrawCanvas(layerdict);
}
}
function handleMouseWheel(e, layerdict) {
e.preventDefault();
e.stopPropagation();
var t = layerdict.transform;
var wheeldelta = e.deltaY;
if (e.deltaMode == 1) {
// FF only, scroll by lines
wheeldelta *= 30;
} else if (e.deltaMode == 2) {
wheeldelta *= 300;
}
var m = Math.pow(1.1, -wheeldelta / 40);
// Limit amount of zoom per tick.
if (m > 2) {
m = 2;
} else if (m < 0.5) {
m = 0.5;
}
t.zoom *= m;
var zoomd = (1 - m) / t.zoom;
t.panx += devicePixelRatio * e.offsetX * zoomd;
t.pany += devicePixelRatio * e.offsetY * zoomd;
redrawCanvas(layerdict);
}
function addMouseHandlers(div, layerdict) {
div.addEventListener("pointerdown", function(e) {
handlePointerDown(e, layerdict);
});
div.addEventListener("pointermove", function(e) {
handlePointerMove(e, layerdict);
});
div.addEventListener("pointerup", function(e) {
handlePointerUp(e, layerdict);
});
var pointerleave = function(e) {
handlePointerLeave(e, layerdict);
}
div.addEventListener("pointercancel", pointerleave);
div.addEventListener("pointerleave", pointerleave);
div.addEventListener("pointerout", pointerleave);
div.onwheel = function(e) {
handleMouseWheel(e, layerdict);
}
for (var element of [div, layerdict.bg, layerdict.fab, layerdict.silk, layerdict.highlight]) {
element.addEventListener("contextmenu", function(e) {
e.preventDefault();
}, false);
}
}
function setRedrawOnDrag(value) {
redrawOnDrag = value;
writeStorage("redrawOnDrag", value);
}
function setBoardRotation(value) {
boardRotation = value * 5;
writeStorage("boardRotation", boardRotation);
document.getElementById("rotationDegree").textContent = boardRotation;
resizeAll();
}
function initRender() {
allcanvas = {
front: {
transform: {
x: 0,
y: 0,
s: 1,
panx: 0,
pany: 0,
zoom: 1,
},
pointerStates: {},
anotherPointerTapped: false,
bg: document.getElementById("F_bg"),
fab: document.getElementById("F_fab"),
silk: document.getElementById("F_slk"),
highlight: document.getElementById("F_hl"),
layer: "F",
},
back: {
transform: {
x: 0,
y: 0,
s: 1,
panx: 0,
pany: 0,
zoom: 1,
},
pointerStates: {},
anotherPointerTapped: false,
bg: document.getElementById("B_bg"),
fab: document.getElementById("B_fab"),
silk: document.getElementById("B_slk"),
highlight: document.getElementById("B_hl"),
layer: "B",
}
};
addMouseHandlers(document.getElementById("frontcanvas"), allcanvas.front);
addMouseHandlers(document.getElementById("backcanvas"), allcanvas.back);
}
///////////////////////////////////////////////
///////////////////////////////////////////////
/* DOM manipulation and misc code */
var bomsplit;
var canvassplit;
var canvaslayout = "default";
var bomlayout = "default";
var initDone = false;
var bomSortFunction = null;
var currentSortColumn = null;
var currentSortOrder = null;
var currentHighlightedRowId;
var highlightHandlers = [];
var moduleIndexToHandler = {};
var highlightedModules = [];
var checkboxes = [];
var bomCheckboxes = "";
var highlightpin1 = false;
var lastClicked;
function dbg(html) {
dbgdiv.innerHTML = html;
}
function redrawIfInitDone() {
if (initDone) {
redrawCanvas(allcanvas.front);
redrawCanvas(allcanvas.back);
}
}
function padsVisible(value) {
writeStorage("padsVisible", value);
renderPads = value;
redrawIfInitDone();
}
function referencesVisible(value) {
writeStorage("referencesVisible", value);
renderReferences = value;
redrawIfInitDone();
}
function valuesVisible(value) {
writeStorage("valuesVisible", value);
renderValues = value;
redrawIfInitDone();
}
function setDarkMode(value) {
if (value) {
topmostdiv.classList.add("dark");
} else {
topmostdiv.classList.remove("dark");
}
writeStorage("darkmode", value);
redrawIfInitDone();
}
function layerVisible(visible, frontCavnas, backCanvas, storageString) {
var display = (visible) ? "" : "none";
frontCavnas.style.display = display;
backCanvas.style.display = display;
writeStorage(storageString, visible);
}
function fabricationVisible(visible) {
layerVisible(visible, allcanvas.front.fab, allcanvas.back.fab, "fabricationVisible");
}
function silkscreenVisible(visible) {
layerVisible(visible, allcanvas.front.silk, allcanvas.back.silk, "silkscreenVisible");
}
function setHighlightPin1(value) {
writeStorage("highlightpin1", value);
highlightpin1 = value;
redrawIfInitDone();
}
function getStoredCheckboxRefs(checkbox) {
function convert(ref) {
var intref = parseInt(ref);
if (isNaN(intref)) {
for (var i = 0; i < pcbdata.modules.length; i++) {
if (pcbdata.modules[i].ref == ref) {
return i;
}
}
return -1;
} else {
return intref;
}
}
var existingRefs = readStorage("checkbox_" + checkbox);
if (!existingRefs) {
return new Set();
} else {
return new Set(existingRefs.split(",").map(r => convert(r)));
}
}
function getCheckboxState(checkbox, references) {
var storedRefsSet = getStoredCheckboxRefs(checkbox);
var currentRefsSet = new Set(references.map(r => r[1]));
// Get difference of current - stored
var difference = new Set(currentRefsSet);
for (ref of storedRefsSet) {
difference.delete(ref);
}
if (difference.size == 0) {
// All the current refs are stored
return "checked";
} else if (difference.size == currentRefsSet.size) {
// None of the current refs are stored
return "unchecked";
} else {
// Some of the refs are stored
return "indeterminate";
}
}
function setBomCheckboxState(checkbox, element, references) {
var state = getCheckboxState(checkbox, references);
element.checked = (state == "checked");
element.indeterminate = (state == "indeterminate");
}
function createCheckboxChangeHandler(checkbox, references) {
return function() {
refsSet = getStoredCheckboxRefs(checkbox);
if (this.checked) {
// checkbox ticked
for (var ref of references) {
refsSet.add(ref[1]);
}
} else {
// checkbox unticked
for (var ref of references) {
refsSet.delete(ref[1]);
}
}
writeStorage("checkbox_" + checkbox, [...refsSet].join(","));
}
}
function createRowHighlightHandler(rowid, refs) {
return function() {
if (currentHighlightedRowId) {
if (currentHighlightedRowId == rowid) {
return;
}
document.getElementById(currentHighlightedRowId).classList.remove("highlighted");
}
document.getElementById(rowid).classList.add("highlighted");
currentHighlightedRowId = rowid;
highlightedModules = refs.map(r => r[1]);
drawHighlights();
}
}
function entryMatches(entry) {
// check refs
for (var ref of entry[3]) {
if (ref[0].toLowerCase().indexOf(filter) >= 0) {
return true;
}
}
// check extra fields
for (var i in config.extra_fields) {
if (entry[4][i].toLowerCase().indexOf(filter) >= 0) {
return true;
}
}
// check value
if (entry[1].toLowerCase().indexOf(filter) >= 0) {
return true;
}
// check footprint
if (entry[2].toLowerCase().indexOf(filter) >= 0) {
return true;
}
return false;
}
function findRefInEntry(entry) {
return entry[3].filter(r => r[0].toLowerCase() == reflookup);
}
function highlightFilter(s) {
if (!filter) {
return s;
}
var parts = s.toLowerCase().split(filter);
if (parts.length == 1) {
return s;
}
var r = "";
var pos = 0;
for (var i in parts) {
if (i > 0) {
r += '<mark class="highlight">' +
s.substring(pos, pos + filter.length) +
'</mark>';
pos += filter.length;
}
r += s.substring(pos, pos + parts[i].length);
pos += parts[i].length;
}
return r;
}
function checkboxSetUnsetAllHandler(checkboxname) {
return function() {
var checkboxnum = 0;
while (checkboxnum < checkboxes.length &&
checkboxes[checkboxnum].toLowerCase() != checkboxname.toLowerCase()) {
checkboxnum++;
}
if (checkboxnum >= checkboxes.length) {
return;
}
var allset = true;
var checkbox;
var row;
for (row of bombody.childNodes) {
checkbox = row.childNodes[checkboxnum + 1].childNodes[0];
if (!checkbox.checked || checkbox.indeterminate) {
allset = false;
break;
}
}
for (row of bombody.childNodes) {
checkbox = row.childNodes[checkboxnum + 1].childNodes[0];
checkbox.checked = !allset;
checkbox.indeterminate = false;
checkbox.onchange();
}
}
}
function createColumnHeader(name, cls, comparator) {
var th = document.createElement("TH");
th.innerHTML = name;
th.classList.add(cls);
th.style.cursor = "pointer";
var span = document.createElement("SPAN");
span.classList.add("sortmark");
span.classList.add("none");
th.appendChild(span);
th.onclick = function() {
if (currentSortColumn && this !== currentSortColumn) {
// Currently sorted by another column
currentSortColumn.childNodes[1].classList.remove(currentSortOrder);
currentSortColumn.childNodes[1].classList.add("none");
currentSortColumn = null;
currentSortOrder = null;
}
if (currentSortColumn && this === currentSortColumn) {
// Already sorted by this column
if (currentSortOrder == "asc") {
// Sort by this column, descending order
bomSortFunction = function(a, b) {
return -comparator(a, b);
}
currentSortColumn.childNodes[1].classList.remove("asc");
currentSortColumn.childNodes[1].classList.add("desc");
currentSortOrder = "desc";
} else {
// Unsort
bomSortFunction = null;
currentSortColumn.childNodes[1].classList.remove("desc");
currentSortColumn.childNodes[1].classList.add("none");
currentSortColumn = null;
currentSortOrder = null;
}
} else {
// Sort by this column, ascending order
bomSortFunction = comparator;
currentSortColumn = this;
currentSortColumn.childNodes[1].classList.remove("none");
currentSortColumn.childNodes[1].classList.add("asc");
currentSortOrder = "asc";
}
populateBomBody();
}
return th;
}
function populateBomHeader() {
while (bomhead.firstChild) {
bomhead.removeChild(bomhead.firstChild);
}
var tr = document.createElement("TR");
var th = document.createElement("TH");
th.classList.add("numCol");
tr.appendChild(th);
checkboxes = bomCheckboxes.split(",").filter((e) => e);
var checkboxCompareClosure = function(checkbox) {
return (a, b) => {
var stateA = getCheckboxState(checkbox, a[3]);
var stateB = getCheckboxState(checkbox, b[3]);
if (stateA > stateB) return -1;
if (stateA < stateB) return 1;
return 0;
}
}
for (var checkbox of checkboxes) {
th = createColumnHeader(
checkbox, "bom-checkbox", checkboxCompareClosure(checkbox));
th.onclick = fancyDblClickHandler(
th, th.onclick.bind(th), checkboxSetUnsetAllHandler(checkbox));
tr.appendChild(th);
}
tr.appendChild(createColumnHeader("References", "References", (a, b) => {
var i = 0;
while (i < a[3].length && i < b[3].length) {
if (a[3][i] != b[3][i]) return a[3][i] > b[3][i] ? 1 : -1;
i++;
}
return a[3].length - b[3].length;
}));
// Extra fields
if (config.extra_fields.length > 0) {
var extraFieldCompareClosure = function(fieldIndex) {
return (a, b) => {
var fa = a[4][fieldIndex];
var fb = b[4][fieldIndex];
if (fa != fb) return fa > fb ? 1 : -1;
else return 0;
}
}
for (var i in config.extra_fields) {
tr.appendChild(createColumnHeader(
config.extra_fields[i], "extra", extraFieldCompareClosure(i)));
}
}
tr.appendChild(createColumnHeader("Value", "Value", (a, b) => {
return valueCompare(a[5], b[5], a[1], b[1]);
}));
tr.appendChild(createColumnHeader("Footprint", "Footprint", (a, b) => {
if (a[2] != b[2]) return a[2] > b[2] ? 1 : -1;
else return 0;
}));
tr.appendChild(createColumnHeader("Quantity", "Quantity", (a, b) => {
return a[3].length - b[3].length;
}));
bomhead.appendChild(tr);
}
function populateBomBody() {
while (bom.firstChild) {
bom.removeChild(bom.firstChild);
}
highlightHandlers = [];
moduleIndexToHandler = {};
currentHighlightedRowId = null;
var first = true;
switch (canvaslayout) {
case 'F':
bomtable = pcbdata.bom.F;
break;
case 'FB':
bomtable = pcbdata.bom.both;
break;
case 'B':
bomtable = pcbdata.bom.B;
break;
}
if (bomSortFunction) {
bomtable = bomtable.slice().sort(bomSortFunction);
}
for (var i in bomtable) {
var bomentry = bomtable[i];
if (filter && !entryMatches(bomentry)) {
continue;
}
var references = bomentry[3];
if (reflookup) {
references = findRefInEntry(bomentry);
if (references.length == 0) {
continue;
}
}
var tr = document.createElement("TR");
var td = document.createElement("TD");
var rownum = +i + 1;
tr.id = "bomrow" + rownum;
td.textContent = rownum;
tr.appendChild(td);
// Checkboxes
for (var checkbox of checkboxes) {
if (checkbox) {
td = document.createElement("TD");
var input = document.createElement("input");
input.type = "checkbox";
input.onchange = createCheckboxChangeHandler(checkbox, references);
setBomCheckboxState(checkbox, input, references);
td.appendChild(input);
tr.appendChild(td);
}
}
// References
td = document.createElement("TD");
td.innerHTML = highlightFilter(references.map(r => r[0]).join(", "));
tr.appendChild(td);
// Extra fields
for (var i in config.extra_fields) {
td = document.createElement("TD");
td.innerHTML = highlightFilter(bomentry[4][i]);
tr.appendChild(td);
}
// Value
td = document.createElement("TD");
td.innerHTML = highlightFilter(bomentry[1]);
tr.appendChild(td);
// Footprint
td = document.createElement("TD");
td.innerHTML = highlightFilter(bomentry[2]);
tr.appendChild(td);
// Quantity
td = document.createElement("TD");
td.textContent = bomentry[3].length;
tr.appendChild(td);
bom.appendChild(tr);
var handler = createRowHighlightHandler(tr.id, references);
tr.onmousemove = handler;
highlightHandlers.push({
id: tr.id,
handler: handler,
refs: references
});
for (var refIndex of references.map(r => r[1])) {
moduleIndexToHandler[refIndex] = handler;
}
if ((filter || reflookup) && first) {
handler();
first = false;
}
}
}
function highlightPreviousRow() {
if (!currentHighlightedRowId) {
highlightHandlers[highlightHandlers.length - 1].handler();
} else {
if (highlightHandlers.length > 1 &&
highlightHandlers[0].id == currentHighlightedRowId) {
highlightHandlers[highlightHandlers.length - 1].handler();
} else {
for (var i = 0; i < highlightHandlers.length - 1; i++) {
if (highlightHandlers[i + 1].id == currentHighlightedRowId) {
highlightHandlers[i].handler();
break;
}
}
}
}
smoothScrollToRow(currentHighlightedRowId);
}
function highlightNextRow() {
if (!currentHighlightedRowId) {
highlightHandlers[0].handler();
} else {
if (highlightHandlers.length > 1 &&
highlightHandlers[highlightHandlers.length - 1].id == currentHighlightedRowId) {
highlightHandlers[0].handler();
} else {
for (var i = 1; i < highlightHandlers.length; i++) {
if (highlightHandlers[i - 1].id == currentHighlightedRowId) {
highlightHandlers[i].handler();
break;
}
}
}
}
smoothScrollToRow(currentHighlightedRowId);
}
function populateBomTable() {
populateBomHeader();
populateBomBody();
}
function modulesClicked(moduleIndexes) {
var lastClickedIndex = moduleIndexes.indexOf(lastClicked);
for (var i = 1; i <= moduleIndexes.length; i++) {
var refIndex = moduleIndexes[(lastClickedIndex + i) % moduleIndexes.length];
if (refIndex in moduleIndexToHandler) {
lastClicked = refIndex;
moduleIndexToHandler[refIndex]();
smoothScrollToRow(currentHighlightedRowId);
break;
}
}
}
function updateFilter(input) {
filter = input.toLowerCase();
populateBomTable();
}
function updateRefLookup(input) {
reflookup = input.toLowerCase();
populateBomTable();
}
function changeCanvasLayout(layout) {
document.getElementById("fl-btn").classList.remove("depressed");
document.getElementById("fb-btn").classList.remove("depressed");
document.getElementById("bl-btn").classList.remove("depressed");
switch (layout) {
case 'F':
document.getElementById("fl-btn").classList.add("depressed");
if (bomlayout != "bom-only") {
canvassplit.collapse(1);
}
break;
case 'B':
document.getElementById("bl-btn").classList.add("depressed");
if (bomlayout != "bom-only") {
canvassplit.collapse(0);
}
break;
default:
document.getElementById("fb-btn").classList.add("depressed");
if (bomlayout != "bom-only") {
canvassplit.setSizes([50, 50]);
}
}
canvaslayout = layout;
writeStorage("canvaslayout", layout);
resizeAll();
populateBomTable();
}
function populateMetadata() {
document.getElementById("title").innerHTML = pcbdata.metadata.title;
document.getElementById("revision").innerHTML = "Rev: " + pcbdata.metadata.revision;
document.getElementById("company").innerHTML = pcbdata.metadata.company;
document.getElementById("filedate").innerHTML = pcbdata.metadata.date;
if (pcbdata.metadata.title != "") {
document.title = pcbdata.metadata.title + " BOM";
}
}
function changeBomLayout(layout) {
document.getElementById("bom-btn").classList.remove("depressed");
document.getElementById("lr-btn").classList.remove("depressed");
document.getElementById("tb-btn").classList.remove("depressed");
switch (layout) {
case 'bom-only':
document.getElementById("bom-btn").classList.add("depressed");
if (bomsplit) {
bomsplit.destroy();
bomsplit = null;
canvassplit.destroy();
canvassplit = null;
}
document.getElementById("frontcanvas").style.display = "none";
document.getElementById("backcanvas").style.display = "none";
document.getElementById("bot").style.height = "";
break;
case 'top-bottom':
document.getElementById("tb-btn").classList.add("depressed");
document.getElementById("frontcanvas").style.display = "";
document.getElementById("backcanvas").style.display = "";
document.getElementById("bot").style.height = "calc(100% - 80px)";
document.getElementById("bomdiv").classList.remove("split-horizontal");
document.getElementById("canvasdiv").classList.remove("split-horizontal");
document.getElementById("frontcanvas").classList.add("split-horizontal");
document.getElementById("backcanvas").classList.add("split-horizontal");
if (bomsplit) {
bomsplit.destroy();
bomsplit = null;
canvassplit.destroy();
canvassplit = null;
}
bomsplit = Split(['#bomdiv', '#canvasdiv'], {
sizes: [50, 50],
onDragEnd: resizeAll,
direction: "vertical",
gutterSize: 5
});
canvassplit = Split(['#frontcanvas', '#backcanvas'], {
sizes: [50, 50],
gutterSize: 5,
onDragEnd: resizeAll
});
break;
case 'left-right':
document.getElementById("lr-btn").classList.add("depressed");
document.getElementById("frontcanvas").style.display = "";
document.getElementById("backcanvas").style.display = "";
document.getElementById("bot").style.height = "calc(100% - 80px)";
document.getElementById("bomdiv").classList.add("split-horizontal");
document.getElementById("canvasdiv").classList.add("split-horizontal");
document.getElementById("frontcanvas").classList.remove("split-horizontal");
document.getElementById("backcanvas").classList.remove("split-horizontal");
if (bomsplit) {
bomsplit.destroy();
bomsplit = null;
canvassplit.destroy();
canvassplit = null;
}
bomsplit = Split(['#bomdiv', '#canvasdiv'], {
sizes: [50, 50],
onDragEnd: resizeAll,
gutterSize: 5
});
canvassplit = Split(['#frontcanvas', '#backcanvas'], {
sizes: [50, 50],
gutterSize: 5,
direction: "vertical",
onDragEnd: resizeAll
});
}
bomlayout = layout;
writeStorage("bomlayout", layout);
changeCanvasLayout(canvaslayout);
}
function focusFilterField() {
focusInputField(document.getElementById("filter"));
}
function focusRefLookupField() {
focusInputField(document.getElementById("reflookup"));
}
function toggleBomCheckbox(bomrowid, checkboxnum) {
if (!bomrowid || checkboxnum > checkboxes.length) {
return;
}
var bomrow = document.getElementById(bomrowid);
var checkbox = bomrow.childNodes[checkboxnum].childNodes[0];
checkbox.checked = !checkbox.checked;
checkbox.indeterminate = false;
checkbox.onchange();
}
function checkBomCheckbox(bomrowid, checkboxname) {
var checkboxnum = 0;
while (checkboxnum < checkboxes.length &&
checkboxes[checkboxnum].toLowerCase() != checkboxname.toLowerCase()) {
checkboxnum++;
}
if (!bomrowid || checkboxnum >= checkboxes.length) {
return;
}
var bomrow = document.getElementById(bomrowid);
var checkbox = bomrow.childNodes[checkboxnum + 1].childNodes[0];
checkbox.checked = true;
checkbox.indeterminate = false;
checkbox.onchange();
}
function setBomCheckboxes(value) {
bomCheckboxes = value;
writeStorage("bomCheckboxes", value);
populateBomTable();
}
document.onkeydown = function(e) {
switch (e.key) {
case "n":
if (document.activeElement.type == "text") {
return;
}
if (currentHighlightedRowId !== null) {
checkBomCheckbox(currentHighlightedRowId, "placed");
highlightNextRow();
e.preventDefault();
}
break;
case "ArrowUp":
highlightPreviousRow();
e.preventDefault();
break;
case "ArrowDown":
highlightNextRow();
e.preventDefault();
break;
default:
break;
}
if (e.altKey) {
switch (e.key) {
case "f":
focusFilterField();
e.preventDefault();
break;
case "r":
focusRefLookupField();
e.preventDefault();
break;
case "z":
changeBomLayout("bom-only");
e.preventDefault();
break;
case "x":
changeBomLayout("left-right");
e.preventDefault();
break;
case "c":
changeBomLayout("top-bottom");
e.preventDefault();
break;
case "v":
changeCanvasLayout("F");
e.preventDefault();
break;
case "b":
changeCanvasLayout("FB");
e.preventDefault();
break;
case "n":
changeCanvasLayout("B");
e.preventDefault();
break;
default:
break;
}
if (e.key >= '1' && e.key <= '9') {
toggleBomCheckbox(currentHighlightedRowId, parseInt(e.key));
}
}
}
function getStorageBooleanOrDefault(storageString, def) {
var b = readStorage(storageString);
if (b === null) {
b = def;
} else {
b = (b == "true");
}
return b;
}
function initDefaults() {
bomlayout = readStorage("bomlayout");
if (bomlayout === null) {
bomlayout = config.bom_view;
}
if (!['bom-only', 'left-right', 'top-bottom'].includes(bomlayout)) {
bomlayout = config.bom_view;
}
canvaslayout = readStorage("canvaslayout");
if (canvaslayout === null) {
canvaslayout = config.layer_view;
}
bomCheckboxes = readStorage("bomCheckboxes");
if (bomCheckboxes === null) {
bomCheckboxes = config.checkboxes;
}
document.getElementById("bomCheckboxes").value = bomCheckboxes;
var b = getStorageBooleanOrDefault("padsVisible", config.show_pads);
document.getElementById("padsCheckbox").checked = b;
padsVisible(b);
b = getStorageBooleanOrDefault("fabricationVisible", config.show_fabrication);
document.getElementById("fabricationCheckbox").checked = b;
fabricationVisible(b);
b = getStorageBooleanOrDefault("silkscreenVisible", config.show_silkscreen);
document.getElementById("silkscreenCheckbox").checked = b;
silkscreenVisible(b);
b = getStorageBooleanOrDefault("referencesVisible", true);
document.getElementById("referencesCheckbox").checked = b;
referencesVisible(b);
b = getStorageBooleanOrDefault("valuesVisible", true);
document.getElementById("valuesCheckbox").checked = b;
valuesVisible(b);
b = getStorageBooleanOrDefault("redrawOnDrag", config.redraw_on_drag);
document.getElementById("dragCheckbox").checked = b;
setRedrawOnDrag(b);
b = getStorageBooleanOrDefault("darkmode", config.dark_mode);
document.getElementById("darkmodeCheckbox").checked = b;
setDarkMode(b);
b = getStorageBooleanOrDefault("highlightpin1", config.highlight_pin1);
document.getElementById("highlightpin1Checkbox").checked = b;
setHighlightPin1(b);
boardRotation = readStorage("boardRotation");
if (boardRotation === null) {
boardRotation = config.board_rotation * 5;
} else {
boardRotation = parseInt(boardRotation);
}
document.getElementById("boardRotation").value = boardRotation / 5;
document.getElementById("rotationDegree").textContent = boardRotation;
}
window.onload = function(e) {
initUtils();
initRender();
initStorage();
initDefaults();
cleanGutters();
populateMetadata();
dbgdiv = document.getElementById("dbg");
bom = document.getElementById("bombody");
bomhead = document.getElementById("bomhead");
filter = "";
reflookup = "";
initDone = true;
// Triggers render
changeBomLayout(bomlayout);
}
window.onresize = resizeAll;
window.matchMedia("print").addListener(resizeAll);
///////////////////////////////////////////////
</script>
</head>
<body>
<div id="topmostdiv" style="width: 100%; height: 100%">
<div id="top">
<div style="float: right;">
<div class="hideonprint menu" style="float: right; margin: 10px; top: 8px;">
<button class="menubtn"></button>
<div class="menu-content">
<label class="menu-label menu-label-top">
<input id="darkmodeCheckbox" type="checkbox" onchange="setDarkMode(this.checked)">
Dark mode
</label>
<label class="menu-label">
<input id="padsCheckbox" type="checkbox" checked onchange="padsVisible(this.checked)">
Show footprint pads
</label>
<label class="menu-label">
<input id="fabricationCheckbox" type="checkbox" checked onchange="fabricationVisible(this.checked)">
Show fabrication layer
</label>
<label class="menu-label">
<input id="silkscreenCheckbox" type="checkbox" checked onchange="silkscreenVisible(this.checked)">
Show silkscreen
</label>
<label class="menu-label" style="width: calc(50% - 18px)">
<input id="referencesCheckbox" type="checkbox" checked onchange="referencesVisible(this.checked)">
References
</label><!-- This comment eats space! All of it!
--><label class="menu-label" style="width: calc(50% - 18px); border-left: 0;">
<input id="valuesCheckbox" type="checkbox" checked onchange="valuesVisible(this.checked)">
Values
</label>
<label class="menu-label">
<input id="highlightpin1Checkbox" type="checkbox" onchange="setHighlightPin1(this.checked)">
Highlight first pin
</label>
<label class="menu-label">
<input id="dragCheckbox" type="checkbox" checked onchange="setRedrawOnDrag(this.checked)">
Continuous redraw on drag
</label>
<label class="menu-label">
<span>Board rotation</span>
<span style="float: right"><span id="rotationDegree">0</span>&#176;</span>
<input id="boardRotation" type="range" min="-36" max="36" value="0" class="slider" oninput="setBoardRotation(this.value)">
</label>
<label class="menu-label">
<div style="margin-left: 5px">Bom checkboxes</div>
<input id="bomCheckboxes" class="menu-textbox" type=text
oninput="setBomCheckboxes(this.value)">
</label>
<label class="menu-label">
<span class="shameless-plug">
<span>Created using</span>
<a target="blank" href="https://github.com/openscopeproject/InteractiveHtmlBom">InteractiveHtmlBom</a>
</span>
</label>
</div>
</div>
<div class="button-container hideonprint"
style="float: right; margin: 10px; position: relative; top: 8px">
<button id="fl-btn" class="left-most-button" onclick="changeCanvasLayout('F')"
title="Front only">F
</button>
<button id="fb-btn" class="middle-button" onclick="changeCanvasLayout('FB')"
title="Front and Back">FB
</button>
<button id="bl-btn" class="right-most-button" onclick="changeCanvasLayout('B')"
title="Back only">B
</button>
</div>
<div class="button-container hideonprint"
style="float: right; margin: 10px; position: relative; top: 8px">
<button id="bom-btn" class="left-most-button" onclick="changeBomLayout('bom-only')"
title="BOM only"></button>
<button id="lr-btn" class="middle-button" onclick="changeBomLayout('left-right')"
title="BOM left, drawings right"></button>
<button id="tb-btn" class="right-most-button" onclick="changeBomLayout('top-bottom')"
title="BOM top, drawings bot"></button>
</div>
</div>
<div id="fileinfodiv" style="overflow: auto;">
<table class="fileinfo">
<tbody>
<tr>
<td id="title" class="title" style="width: 70%">
Title
</td>
<td id="revision" class="title" style="width: 30%">
Revision
</td>
</tr>
<tr>
<td id="company">
Kicad version
</td>
<td id="filedate">
Date
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="bot" class="split" style="height: calc(100% - 80px)">
<div id="bomdiv" class="split split-horizontal">
<div style="width: 100%">
<input id="reflookup" class="searchbox reflookup hideonprint" type="text" placeholder="Ref lookup"
oninput="updateRefLookup(this.value)">
<input id="filter" class="searchbox filter hideonprint" type="text" placeholder="Filter"
oninput="updateFilter(this.value)">
<div class="button-container hideonprint" style="float: left">
<button id="copy" title="Copy bom table to clipboard"
onclick="copyToClipboard()"></button>
</div>
</div>
<div id="dbg"></div>
<table class="bom">
<thead id="bomhead">
</thead>
<tbody id="bombody">
</tbody>
</table>
</div>
<div id="canvasdiv" class="split split-horizontal">
<div id="frontcanvas" class="split" touch-action="none" style="overflow: hidden">
<div style="position: relative; width: 100%; height: 100%;">
<canvas id="F_bg" style="position: absolute; left: 0; top: 0; z-index: 0;"></canvas>
<canvas id="F_fab" style="position: absolute; left: 0; top: 0; z-index: 1;"></canvas>
<canvas id="F_slk" style="position: absolute; left: 0; top: 0; z-index: 2;"></canvas>
<canvas id="F_hl" style="position: absolute; left: 0; top: 0; z-index: 3;"></canvas>
</div>
</div>
<div id="backcanvas" class="split" touch-action="none" style="overflow: hidden">
<div style="position: relative; width: 100%; height: 100%;">
<canvas id="B_bg" style="position: absolute; left: 0; top: 0; z-index: 0;"></canvas>
<canvas id="B_fab" style="position: absolute; left: 0; top: 0; z-index: 1;"></canvas>
<canvas id="B_slk" style="position: absolute; left: 0; top: 0; z-index: 2;"></canvas>
<canvas id="B_hl" style="position: absolute; left: 0; top: 0; z-index: 3;"></canvas>
</div>
</div>
</div>
</div>
</div>
</body>
</html>