From 876a6f90bf7760bf9f254193e06ba4384c05b89e Mon Sep 17 00:00:00 2001 From: radex Date: Sun, 17 Mar 2024 18:21:16 +0100 Subject: [PATCH] Add pcb design --- pcb/.gitignore | 32 + .../MountingHole_1.2mm.kicad_mod | 20 + .../MountingHole_3.2mm.kicad_mod | 20 + pcb/CewkomatorShield.kicad_pcb | 17838 ++++++++++++++++ pcb/CewkomatorShield.kicad_pro | 638 + pcb/CewkomatorShield.kicad_sch | 10879 ++++++++++ pcb/fp-lib-table | 4 + 7 files changed, 29431 insertions(+) create mode 100644 pcb/.gitignore create mode 100644 pcb/Arduino_MountingHole.pretty/MountingHole_1.2mm.kicad_mod create mode 100644 pcb/Arduino_MountingHole.pretty/MountingHole_3.2mm.kicad_mod create mode 100644 pcb/CewkomatorShield.kicad_pcb create mode 100644 pcb/CewkomatorShield.kicad_pro create mode 100644 pcb/CewkomatorShield.kicad_sch create mode 100644 pcb/fp-lib-table diff --git a/pcb/.gitignore b/pcb/.gitignore new file mode 100644 index 0000000..1d94307 --- /dev/null +++ b/pcb/.gitignore @@ -0,0 +1,32 @@ +# For PCBs designed using KiCad: https://www.kicad.org/ +# Format documentation: https://kicad.org/help/file-formats/ + +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.kicad_sch-bak +*-backups +*.kicad_prl +*.sch-bak +*~ +~* +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache +\#auto_saved_files# +production + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv diff --git a/pcb/Arduino_MountingHole.pretty/MountingHole_1.2mm.kicad_mod b/pcb/Arduino_MountingHole.pretty/MountingHole_1.2mm.kicad_mod new file mode 100644 index 0000000..1ad22bc --- /dev/null +++ b/pcb/Arduino_MountingHole.pretty/MountingHole_1.2mm.kicad_mod @@ -0,0 +1,20 @@ +(footprint "MountingHole_1.2mm" (version 20210126) (generator pcbnew) (layer "F.Cu") + (tedit 60368F82) + (descr "Mounting Hole 2.1mm, no annular") + (tags "mounting hole 2.1mm no annular") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "REF**" (at 0 -3.2) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8d62c6c1-d98b-4d27-bdf7-28fb7aa52827) + ) + (fp_text value "MountingHole_1.2mm" (at 0 3.2) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b4880247-6e60-4096-b6df-20ec7a154951) + ) + (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 766591f5-5deb-4b15-a74d-9ae4e990e699) + ) + (fp_circle (center 0 0) (end 0.7 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 6dcb9ec2-a990-4814-94e3-a9b960b50dfa)) + (pad "" np_thru_hole circle (at 0 0) (locked) (size 1.2 1.2) (drill 1.2) (layers F&B.Cu *.Mask) (tstamp b24b6eb8-9fc9-4e2d-ad02-e316193c314b)) +) diff --git a/pcb/Arduino_MountingHole.pretty/MountingHole_3.2mm.kicad_mod b/pcb/Arduino_MountingHole.pretty/MountingHole_3.2mm.kicad_mod new file mode 100644 index 0000000..d76f09f --- /dev/null +++ b/pcb/Arduino_MountingHole.pretty/MountingHole_3.2mm.kicad_mod @@ -0,0 +1,20 @@ +(footprint "MountingHole_3.2mm" (version 20210126) (generator pcbnew) (layer "F.Cu") + (tedit 60369150) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "REF**" (at 0 -4.2) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 4fc90215-a1b8-4bf0-ba51-55f90a7800f7) + ) + (fp_text value "MountingHole_3.2mm" (at 0 4.2) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8108289d-8598-4d5d-b6a5-42550bb8084a) + ) + (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e841a51c-2f52-400c-95a8-4c05fad8de5c) + ) + (fp_circle (center 0 0) (end 1.7 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 63c898ac-8bc6-4c7f-ae29-23cc2907a282)) + (pad "1" np_thru_hole circle (at 0 0) (locked) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask) (tstamp 227a16ce-dde1-4038-9128-a1ad66178e3d)) +) diff --git a/pcb/CewkomatorShield.kicad_pcb b/pcb/CewkomatorShield.kicad_pcb new file mode 100644 index 0000000..c8831fd --- /dev/null +++ b/pcb/CewkomatorShield.kicad_pcb @@ -0,0 +1,17838 @@ +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (date "mar. 31 mars 2015") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (stackup + (layer "F.SilkS" + (type "Top Silk Screen") + ) + (layer "F.Paste" + (type "Top Solder Paste") + ) + (layer "F.Mask" + (type "Top Solder Mask") + (color "Green") + (thickness 0.01) + ) + (layer "F.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 1" + (type "core") + (thickness 1.51) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "B.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "B.Mask" + (type "Bottom Solder Mask") + (color "Green") + (thickness 0.01) + ) + (layer "B.Paste" + (type "Bottom Solder Paste") + ) + (layer "B.SilkS" + (type "Bottom Silk Screen") + ) + (copper_finish "None") + (dielectric_constraints no) + ) + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 100 100) + (grid_origin 127.94 97.46) + (pcbplotparams + (layerselection 0x0000030_80000001) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "unconnected-(J1-Pin_1-Pad1)") + (net 3 "+5V") + (net 4 "/IOREF") + (net 5 "/A0") + (net 6 "/A1") + (net 7 "/A2") + (net 8 "/A3") + (net 9 "/SDA{slash}A4") + (net 10 "/SCL{slash}A5") + (net 11 "/13") + (net 12 "/12") + (net 13 "/AREF") + (net 14 "/8") + (net 15 "/7") + (net 16 "/*11") + (net 17 "/*10") + (net 18 "/*9") + (net 19 "/4") + (net 20 "/2") + (net 21 "/*6") + (net 22 "/*5") + (net 23 "/TX{slash}1") + (net 24 "/*3") + (net 25 "/RX{slash}0") + (net 26 "+3V3") + (net 27 "VCC") + (net 28 "/~{RESET}") + (net 29 "VMOT") + (net 30 "/BUZZER_GND") + (net 31 "unconnected-(J6-Pin_10-Pad10)") + (net 32 "/MOT_RST") + (net 33 "/MOT_1A") + (net 34 "/MOT_1B") + (net 35 "/MOT_2A") + (net 36 "/MOT_2B") + (net 37 "/ENC_CLK") + (net 38 "/ENC_DT") + (net 39 "/ENC_SW") + (net 40 "/BUZZER") + (net 41 "/MOT_MS2") + (net 42 "/MOT_MS1") + (net 43 "/MOT_MS3") + (net 44 "/STEP") + (net 45 "/MOT_EN") + (net 46 "/DIR") + (net 47 "/SPINDLE_PWM") + (net 48 "/SPINDLE_DIR") + (net 49 "/SPINDLE_RES") + (net 50 "/IO_SCL") + (net 51 "/IO_SDA") + (net 52 "/IO_ENC_SW") + (net 53 "/IO_BUZZ") + (net 54 "unconnected-(J13-Pin_10-Pad10)") + (net 55 "/IO_BUZZ_GND") + (net 56 "/IO_ENC_DT") + (net 57 "/IO_ENC_CLK") + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000551afcfc") + (at 127.94 97.46 90) + (descr "Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x08 2.54mm single row") + (property "Reference" "J1" + (at 0 -2.77 90) + (layer "F.SilkS") + (hide yes) + (uuid "8dc850f4-d923-4e77-aa57-834836bc5435") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Power" + (at -3.81 8.89 180) + (layer "F.Fab") + (uuid "9377e3d7-15d8-4985-a2de-9b1ad8445957") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ceceeec2-7cfe-45be-b50f-5964a8bbd630") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bff4ec6b-1ecc-40b3-8106-d9db7b101b9d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8a869d2b-961c-49c4-99fe-f9c96d1c41ad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/00000000-0000-0000-0000-000056d71773") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "91177968-556f-4752-9af1-09fa18d3572b") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75b1d0da-dfb9-4208-8754-3e0d468075c8") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ac80512-28a6-4bd8-99d0-6e65fd37647a") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ceb8a5d-4063-4ae1-8793-6657c50c56f2") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc083e8d-88ca-4e08-b9a9-04138f1f41eb") + ) + (fp_line + (start -1.33 19.11) + (end 1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0592f9d7-7f70-4fe3-b3a2-60d7c4410478") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 19.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c5bb32fd-07b6-483c-847c-9596cb74ffdd") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1ddd5fbd-34a1-45c8-a28a-110e5c646e7c") + ) + (fp_line + (start 1.75 19.55) + (end -1.8 19.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "83853038-852c-4dc5-bc22-8647092141ab") + ) + (fp_line + (start -1.8 19.55) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a4b2a1e8-96e8-4fd3-b7fa-084962fd114e") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83251fb8-f515-4eec-9a8a-3ac95b17390a") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2cfb7899-42bd-41fd-a166-281c36f43e34") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fef50c58-f846-4213-ba14-45a0702c83bc") + ) + (fp_line + (start 1.27 19.05) + (end -1.27 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "00486af5-9647-492b-a2d1-29201c2a46cd") + ) + (fp_line + (start -1.27 19.05) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b82ff1fd-b966-4c7d-adbb-056d90ebf85f") + ) + (fp_text user "${REFERENCE}" + (at -3.81 0 0) + (layer "F.Fab") + (uuid "0e392479-e8b7-4d17-a10d-3a9b6452e221") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "unconnected-(J1-Pin_1-Pad1)") + (pinfunction "Pin_1") + (pintype "passive+no_connect") + (uuid "7072bb5d-c6de-4ba3-bb1e-9804da12fe8d") + ) + (pad "2" thru_hole oval + (at 0 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "/IOREF") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "02c4af35-e648-4904-9db9-62bdf30a2b22") + ) + (pad "3" thru_hole oval + (at 0 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "/~{RESET}") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "5e6f1098-0f3c-4a2f-9673-2515b28c82d3") + ) + (pad "4" thru_hole oval + (at 0 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "+3V3") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "2e271cff-dc8a-4067-84a7-d81471489844") + ) + (pad "5" thru_hole oval + (at 0 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+5V") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "2206fbb6-721c-4b01-aa0d-d5b981c25441") + ) + (pad "6" thru_hole oval + (at 0 12.7 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "8272d694-fde6-4a39-97cb-8b78ea4009b8") + ) + (pad "7" thru_hole oval + (at 0 15.24 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "9c83db76-08e0-40d1-9fa8-00eac7a3fe39") + ) + (pad "8" thru_hole oval + (at 0 17.78 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "VCC") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "c4237cbf-3f17-4773-8952-de95c04cf5d0") + ) + (model "${KICAD7_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000551afd13") + (at 150.8 97.46 90) + (descr "Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x06 2.54mm single row") + (property "Reference" "J3" + (at 0 -2.77 90) + (layer "F.SilkS") + (hide yes) + (uuid "0c325bee-cc8b-4126-a3c9-62ece1d6dc18") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Analog" + (at -3.81 6.35 180) + (layer "F.Fab") + (uuid "a730af38-9ebd-4a0d-9ec7-5c6086547146") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e630426-87ad-425b-bcb0-13be1190361e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc5f5d9c-0230-44da-b0ae-da6e39724f55") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "51bd9bbc-e713-4fa7-a67d-5af7e5b53b3d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/00000000-0000-0000-0000-000056d72f1c") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb859e0b-442d-4858-b8b2-0cb9340fb9bc") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5198e08d-850c-427b-b175-810b9eb0130f") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 14.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2679448a-b9cc-4f10-97ac-0a9cdfb2e770") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71ff053b-b2e9-4ec2-a559-769fb504fedb") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 14.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1fd50d3-f008-4ba8-887f-b84361af79ff") + ) + (fp_line + (start -1.33 14.03) + (end 1.33 14.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a29fae5d-5725-4f3a-918d-f87e17fd34ae") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 14.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3b4dc403-13a9-451e-bfdf-9becb3374e56") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c6135864-2fe4-4cb1-943f-a3c454e09aad") + ) + (fp_line + (start 1.75 14.45) + (end -1.8 14.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7c4b6c84-15c6-4466-ad75-20659260689d") + ) + (fp_line + (start -1.8 14.45) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1a107c5d-da6c-413f-9edf-f058ba462965") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "50dbe1ea-b651-43d5-a36b-0382fe4c970d") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f083233-9e50-48df-a893-57ca2293a62a") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 13.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5fbab2c-b492-40cd-b525-82ff61e5fc86") + ) + (fp_line + (start 1.27 13.97) + (end -1.27 13.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4168c63c-de4e-4942-adf8-9ac4df5b4857") + ) + (fp_line + (start -1.27 13.97) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "715ac1f3-c10f-4fbd-b875-2c84249399c5") + ) + (fp_text user "${REFERENCE}" + (at -3.81 0 180) + (layer "F.Fab") + (uuid "8169274a-63b9-45da-baba-b277b78e7105") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "/A0") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "d01848fa-8955-4a7a-b543-6d87b8c1512d") + ) + (pad "2" thru_hole oval + (at 0 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "/A1") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "1bfdef0f-e37f-458a-941f-b3cc72c929ab") + ) + (pad "3" thru_hole oval + (at 0 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/A2") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "5beca739-571a-4e84-bc4f-59c76a6d841d") + ) + (pad "4" thru_hole oval + (at 0 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "/A3") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "eff31d34-4d0b-4d78-9e54-01201549b84f") + ) + (pad "5" thru_hole oval + (at 0 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "/SDA{slash}A4") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "ea5b9dbd-eadf-4ddf-82e3-5d604252f800") + ) + (pad "6" thru_hole oval + (at 0 12.7 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "/SCL{slash}A5") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "d77e5dcd-ccdf-49c3-9f69-d935575c8538") + ) + (model "${KICAD7_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x06_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x10_P2.54mm_Vertical" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000551afd43") + (at 118.796 49.2 90) + (descr "Through hole straight socket strip, 1x10, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x10 2.54mm single row") + (property "Reference" "J2" + (at 0 -2.77 90) + (layer "F.SilkS") + (hide yes) + (uuid "e3738030-5bb8-4ee0-9acd-8a449423b7d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Digital/PWM" + (at 3.81 11.43 180) + (layer "F.Fab") + (uuid "fa93c785-8569-4c2b-8cef-1eea4f72e320") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x10_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af37a8ea-5b25-4c3b-9f91-c23a447edda2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b726d74a-c1c1-4c9c-86b9-abe81074d5cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "749552e8-2684-469f-9ce0-928bcea54cfe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/00000000-0000-0000-0000-000056d72368") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9359314a-e8ce-4d0a-b740-2fd73d27a35b") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc222d95-1048-40b3-a80f-749d472111ae") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 24.19) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e54023ea-92bb-49dd-be0c-154df32467ac") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f850565c-9509-43b6-b02a-3042bdb6ac7a") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 24.19) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38cbcd9b-b2e2-48a4-bade-81dc64e5fe82") + ) + (fp_line + (start -1.33 24.19) + (end 1.33 24.19) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19df3943-e9ce-46de-94fe-42160ddd4737") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 24.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "40beb9c5-7d2c-4aec-b0bb-16252f986b32") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da59c004-148f-434c-be04-94e1f2be71a9") + ) + (fp_line + (start 1.75 24.6) + (end -1.8 24.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ba1b6699-577a-4330-9138-3431aedd8087") + ) + (fp_line + (start -1.8 24.6) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8eb67aae-4d88-4301-8cef-6d87b09a897c") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29758fcd-42d9-4a5c-b3c2-d2aff039ccfd") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9614ab88-5aa4-4f24-af10-41268aec4e51") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 24.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "161dba1b-5cfb-477c-a30e-20789e64240c") + ) + (fp_line + (start 1.27 24.13) + (end -1.27 24.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "68bbe13d-c08a-4a16-b96f-345b63ba1730") + ) + (fp_line + (start -1.27 24.13) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "747cabbe-2766-444f-adc0-7bf3b304ff30") + ) + (fp_text user "${REFERENCE}" + (at 3.81 0 0) + (layer "F.Fab") + (uuid "e16cf037-fefe-479d-8b70-835791f9b75d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "/SCL{slash}A5") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "29fcb139-bd4d-46c2-a1ef-edb27596c197") + ) + (pad "2" thru_hole oval + (at 0 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "/SDA{slash}A4") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "8a2a0c3c-afd3-4fc0-8335-c8cdebe19069") + ) + (pad "3" thru_hole oval + (at 0 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "/AREF") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "53d55053-23d5-47c4-ae1a-096372b59dfe") + ) + (pad "4" thru_hole oval + (at 0 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "0538039b-679e-4566-b0f6-d1dca51b81a6") + ) + (pad "5" thru_hole oval + (at 0 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "/13") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "52bfa648-49f3-43c4-a92f-09a020bcf6f1") + ) + (pad "6" thru_hole oval + (at 0 12.7 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "/12") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "31a2671f-7c35-4f2a-bf7b-0ea49c31992c") + ) + (pad "7" thru_hole oval + (at 0 15.24 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "/*11") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "0b3cab23-1b3b-4478-a15c-9a9089de498e") + ) + (pad "8" thru_hole oval + (at 0 17.78 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/*10") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "60ab1308-c3cf-4eb7-89a2-9b517bef58fc") + ) + (pad "9" thru_hole oval + (at 0 20.32 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "/*9") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "9f147e98-0360-4eb5-878f-7136c27a65b1") + ) + (pad "10" thru_hole oval + (at 0 22.86 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "/8") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "960a3d90-c5cc-4e56-80ed-d10965c73eee") + ) + (model "${KICAD7_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x10_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000551afd5a") + (at 145.72 49.2 90) + (descr "Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x08 2.54mm single row") + (property "Reference" "J4" + (at 0 -2.77 90) + (layer "F.SilkS") + (hide yes) + (uuid "802e26f6-a473-4168-a2af-89075c46cdb8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Digital/PWM" + (at 3.81 8.89 180) + (layer "F.Fab") + (uuid "353f7f31-4cfc-40c2-80f9-8865fe231e7f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1334806e-7ef3-4bf7-9c24-5260b5a289dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55615e55-49e1-4641-9d97-0bfb879bb6d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c767bd07-aeb4-4e0c-9c47-603f70479958") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/00000000-0000-0000-0000-000056d734d0") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6ecb2d3-a6f5-498e-b1d1-4de7d75ebedd") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76c41bd0-ab07-4de8-84e8-1fa700c12d50") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9865338-d0b8-43dc-a482-232c73779af2") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8308cb37-6795-4cfb-8974-8437bcae5ce3") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b5b4a9d-5f22-4286-b1ce-b55f8d1258c3") + ) + (fp_line + (start -1.33 19.11) + (end 1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "499c4f11-07c7-42dc-9233-f46900fc9b26") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 19.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a68555b4-b45a-40e0-90d8-fe97177330f2") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f50931b9-fdf8-42aa-b34f-5254338fc25d") + ) + (fp_line + (start 1.75 19.55) + (end -1.8 19.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1374dff6-c958-4145-a3ea-9703345cd2aa") + ) + (fp_line + (start -1.8 19.55) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cc162ab3-6367-43c7-88a9-3d5911be4222") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a40b505-adb2-4e1e-8d1c-52bc77b51139") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca52caa5-4732-4132-a440-ee56d3d9966c") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4599f884-f1b9-42da-9b29-5d665bf9d5bb") + ) + (fp_line + (start 1.27 19.05) + (end -1.27 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e1146d60-1d49-4fbf-aa8d-5f1893a0c124") + ) + (fp_line + (start -1.27 19.05) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "253a2e07-c1ca-4f3d-b86e-4e2b92428d91") + ) + (fp_text user "${REFERENCE}" + (at 3.81 0 0) + (layer "F.Fab") + (uuid "0854b80e-95c6-49a6-be56-dbd3f5a8fff0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "/7") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "96619a64-4787-40fb-8667-cc0dfdc60ecc") + ) + (pad "2" thru_hole oval + (at 0 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "/*6") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "e21589c8-9acb-4dfd-b26e-575a983b7f76") + ) + (pad "3" thru_hole oval + (at 0 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "/*5") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "f12e60f2-da16-4904-b4d4-cf95f3eabc57") + ) + (pad "4" thru_hole oval + (at 0 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "/4") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "ebc36dc4-a03d-4f33-8b8b-cf0052b39d61") + ) + (pad "5" thru_hole oval + (at 0 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "/*3") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "c166337a-a32b-4b24-8138-2d06c6a9a023") + ) + (pad "6" thru_hole oval + (at 0 12.7 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "/2") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "4489a306-6cbf-4d6d-b304-35018fbedf01") + ) + (pad "7" thru_hole oval + (at 0 15.24 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/TX{slash}1") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "6d6ed4f7-6224-439b-99e3-86d1022efe1b") + ) + (pad "8" thru_hole oval + (at 0 17.78 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "/RX{slash}0") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "d9fd5e0c-3c54-4825-a824-15d8041c0356") + ) + (model "${KICAD7_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "NetTie:NetTie-2_SMD_Pad0.5mm" + (layer "F.Cu") + (uuid "0338d163-d202-4945-ba43-ed2755797ca1") + (at 158.42 95.936 -90) + (descr "Net tie, 2 pin, 0.5mm square SMD pads") + (tags "net tie") + (property "Reference" "NT10" + (at 0 -1.2 90) + (layer "F.SilkS") + (hide yes) + (uuid "bb996526-0da7-4b7e-a97e-779e2c31819c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 1.2 90) + (layer "F.Fab") + (hide yes) + (uuid "3275424a-2e7e-4ade-8226-d1651e1527c5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "682ca621-25bc-4361-9ad5-3eb29d786010") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10e23469-7db8-4cd7-9358-f201f876eb79") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac5b5feb-edc7-4ffe-afcb-ebd84685d7f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Net*Tie*") + (path "/b8e1f8e0-213c-4428-b3fe-c87095a92b0c") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.5 -0.25) (xy 0.5 -0.25) (xy 0.5 0.25) (xy -0.5 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "488d3b79-8450-4012-bcb9-516a924d0217") + ) + (pad "1" smd circle + (at -0.5 0 270) + (size 0.5 0.5) + (layers "F.Cu") + (net 46 "/DIR") + (pinfunction "1") + (pintype "passive") + (uuid "8b364805-8855-40e7-a998-6c96a7e6b4bd") + ) + (pad "2" smd circle + (at 0.5 0 270) + (size 0.5 0.5) + (layers "F.Cu") + (net 8 "/A3") + (pinfunction "2") + (pintype "passive") + (uuid "39f61180-4709-459c-aed5-0c7c1ddfd272") + ) + ) + (footprint "PCM_SL_Mechanical:MountingHole_3.2mm_Pad" + (layer "F.Cu") + (uuid "03f0bf74-c46f-4a64-944d-94f9565759d9") + (at 105.715 136.195) + (property "Reference" "H3" + (at 0 -4.064 0) + (unlocked yes) + (layer "F.SilkS") + (hide yes) + (uuid "b55a8f35-c078-46ef-a424-acd8c36f8328") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_M3_3.2mm_Pad" + (at 0 3.58 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "08a401f0-8822-455e-8f93-62d84f25782a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "PCM_SL_Mechanical:MountingHole_3.2mm_Pad" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa9a0f46-305e-43a1-ae85-0ba00f0982c7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fb48fef5-417e-419c-8b5e-960ab93144be") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "3.2mm Diameter Mounting Hole Pad (M3)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c9fe484-ad36-4389-8556-55945cbd15d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/7c5a534f-674c-454e-b098-806101c1a597") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 3.048 -1.016) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "6068dae5-0898-46e3-af8c-9d9cc93ee2a3") + ) + (fp_text user "${REFERENCE}" + (at 0 5.08 0) + (unlocked yes) + (layer "F.Fab") + (uuid "546f2482-760b-4851-abd5-42aef8d7ce81") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 6 6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "0510bb98-1ee0-4199-9b0a-26d332e47b7b") + ) + ) + (footprint "NetTie:NetTie-2_SMD_Pad0.5mm" + (layer "F.Cu") + (uuid "0c776a15-f2be-455c-b575-0a49abfecaa4") + (at 158.42 52.248 90) + (descr "Net tie, 2 pin, 0.5mm square SMD pads") + (tags "net tie") + (property "Reference" "NT4" + (at 0 -1.2 -90) + (layer "F.SilkS") + (hide yes) + (uuid "88bf35e5-d141-4204-8b89-ca3d402bdd36") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 1.2 -90) + (layer "F.Fab") + (hide yes) + (uuid "6d52ed5f-b7e4-49b8-a292-e8941767e04b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e8e5758-e51e-496b-bb5e-fd00c5e7ceea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "99c06f65-e3c9-47f8-bf3c-dd507db8b6fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4c904a8-a372-4e95-806b-eeee9498272e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Net*Tie*") + (path "/6a793242-a637-4b08-b455-290d731e3381") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.5 -0.25) (xy 0.5 -0.25) (xy 0.5 0.25) (xy -0.5 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9dd08602-6894-4ab9-b196-7398ce762076") + ) + (pad "1" smd circle + (at -0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 39 "/ENC_SW") + (pinfunction "1") + (pintype "passive") + (uuid "dc22fcb0-f009-4c0b-9149-e2a275a50ec7") + ) + (pad "2" smd circle + (at 0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 20 "/2") + (pinfunction "2") + (pintype "passive") + (uuid "85d36d20-a1cf-49a4-a2a8-6639a7ede35b") + ) + ) + (footprint "PCM_Resistor_SMD_AKL:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "F.Cu") + (uuid "1705e075-516c-48d0-82aa-b30313cfe209") + (at 159.69 89.205 180) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), Alternate KiCad Library") + (tags "resistor handsolder") + (property "Reference" "R4" + (at 0 -1.43 180) + (layer "F.SilkS") + (hide yes) + (uuid "55eb7d74-c636-4bfe-854f-82ce7ea5a22c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "DNP" + (at 0 1.43 180) + (layer "F.Fab") + (uuid "e48e0f2e-4534-439c-a097-1528655f7a0c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "PCM_Resistor_SMD_AKL:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a443e8e-b808-42e8-a605-70af4098e5e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a6e95b1-6b49-4332-b3aa-3cdc5587703d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6c085a2-c6e6-4c1f-a96b-20ddb4e2b778") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr smd) + (fp_line + (start 1.651 0.6985) + (end 1.651 -0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8bfec79-31d6-4b04-b16a-b707f78a8236") + ) + (fp_line + (start 1.651 -0.6985) + (end -1.651 -0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e83899a8-cf79-4e40-af3c-c7ede82f5bfd") + ) + (fp_line + (start -1.651 0.6985) + (end 1.651 0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc89f338-74a4-485a-a8ce-1e6c630eeb6c") + ) + (fp_line + (start -1.651 -0.6985) + (end -1.651 0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a4b6fa0-9b0a-40de-93b1-c88136a8da58") + ) + (fp_line + (start 1.65 0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f5472650-584d-4c96-b857-1bb7e9216aea") + ) + (fp_line + (start 1.65 -0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3f5075ca-fce5-4136-81d3-66f6e96c8bf7") + ) + (fp_line + (start -1.65 0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bdce4083-3623-4d0a-9a49-e5e46b43a274") + ) + (fp_line + (start -1.65 -0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ef19b90-be22-4d0f-945f-feb80f612436") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e29a76ef-d522-459e-835e-69c22ecf1631") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd343903-04e1-48a9-9d23-1a4b573eb933") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dd8ab4cb-515b-42d2-917e-83f51391d4a1") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ecd4fdfc-8bd4-4ed0-aefd-6fcce805035a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "F.Fab") + (uuid "ca91d651-614c-46a0-b62d-8fdbf54adc18") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 9 "/SDA{slash}A4") + (pintype "passive") + (uuid "b1cd1cdc-b4bc-4de8-9b8d-cb9b3e13c1e6") + ) + (pad "2" smd roundrect + (at 0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "+5V") + (pintype "passive") + (uuid "967218c5-6010-4f41-a18f-c6dff0d92678") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "20cb396a-905d-4145-9c09-34f5644540da") + (at 156.505 123.495 -90) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (property "Reference" "J12" + (at 0 -2.33 90) + (layer "F.SilkS") + (hide yes) + (uuid "5aa3a570-ae27-44fc-bbe2-310112e7b41e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x04" + (at 0 9.95 90) + (layer "F.Fab") + (uuid "8f38451d-7d8b-476a-ae3d-620b2261363a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4302bf22-1b53-4d34-9560-fa2a06f0a972") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ad5eb997-d3e9-4293-aa75-f3fc46815df5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b8452f01-d9df-44b7-8533-e3d104c3013d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/f1f6d2c1-1a31-44a6-b921-c9076649000a") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 8.95) + (end 1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "720fd87c-3558-40e5-ae89-53d483702f86") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a35bf3b9-4fe6-4ac9-b3f6-26ae9f3efd68") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7eec0388-c1b7-4b3a-b3ce-d179a2ba9bbf") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6680998c-dedc-452f-a789-100ceb8720fa") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51b5836a-0268-4040-9bfd-2a93797cddad") + ) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97849cc7-b567-4b03-aeb6-215571cdba25") + ) + (fp_line + (start -1.8 9.4) + (end 1.8 9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "211ea787-22d7-41e8-89b6-a4213bc93761") + ) + (fp_line + (start 1.8 9.4) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8816e94f-0a2a-43f1-b990-929ed53757bf") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "19c6e6d8-99f9-4970-82ad-4fce5d6ddd51") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9d0d868f-1d24-4b32-b63e-898d7d4036f7") + ) + (fp_line + (start -1.27 8.89) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71c97024-acaf-46f1-8a49-aef77b85946d") + ) + (fp_line + (start 1.27 8.89) + (end -1.27 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63ee06aa-ddc0-4854-8723-112da88c447d") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2aef6f07-fd82-491e-ab35-6cac28f29d26") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "044125ad-c417-4107-830b-64a358329215") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "809d98b1-486b-4dff-baad-a541ca43f9b8") + ) + (fp_text user "${REFERENCE}" + (at 0 3.81 180) + (layer "F.Fab") + (uuid "1afcc4f2-fb9f-46be-83a9-391e29f0a853") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+5V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "67b0aa89-8ca7-43d3-88fa-03e9d227c032") + ) + (pad "2" thru_hole oval + (at 0 2.54 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "4c199737-f266-41f0-bc4a-e61e671a350c") + ) + (pad "3" thru_hole oval + (at 0 5.08 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "/IO_SDA") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "bef80f17-0a74-4e9f-876c-665fcccbaba9") + ) + (pad "4" thru_hole oval + (at 0 7.62 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "/IO_SCL") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "15023d6e-8fd6-4318-9957-3afe6521d87c") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "NetTie:NetTie-2_SMD_Pad0.5mm" + (layer "F.Cu") + (uuid "2661c85e-36bb-4c1b-86dc-18889f30b2f6") + (at 136.552 53.526 90) + (descr "Net tie, 2 pin, 0.5mm square SMD pads") + (tags "net tie") + (property "Reference" "NT12" + (at 0 -1.2 -90) + (layer "F.SilkS") + (hide yes) + (uuid "f08e285a-28e7-40bf-b44a-a18d12888751") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 1.2 -90) + (layer "F.Fab") + (hide yes) + (uuid "121ed2cd-e045-46e2-9ea9-2c509e4aeb85") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "905d237f-ed43-45eb-a7d3-e27e8679d788") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4e2997a4-0f8f-4aac-bed2-3293562cbb1c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a16fdd40-39a1-4b0a-9c71-f135af9a8f37") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Net*Tie*") + (path "/17e3bafb-083c-4b17-8f0c-4da24e8bab3a") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.5 -0.25) (xy 0.5 -0.25) (xy 0.5 0.25) (xy -0.5 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4b0d8b11-0e3a-4a7c-a368-d06a94a5e29f") + ) + (pad "1" smd circle + (at -0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 48 "/SPINDLE_DIR") + (pinfunction "1") + (pintype "passive") + (uuid "7ad999ff-b132-48f3-a640-b98015f639ba") + ) + (pad "2" smd circle + (at 0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 17 "/*10") + (pinfunction "2") + (pintype "passive") + (uuid "0e406107-a669-4c0c-a046-013121eb55b3") + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "3b125351-2de0-461f-9a07-07fdf8be8dab") + (at 113.19 75.934888 -90) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C2" + (at 1.25 -3.75 90) + (layer "F.SilkS") + (hide yes) + (uuid "cbb46cf8-faf6-4aa9-95f2-2e7cfaefdc2d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100u 30V" + (at -2.474888 1.03 180) + (layer "F.SilkS") + (uuid "8f03443a-ee50-4e17-8810-c69a914e664a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6d929e1-69d7-4a6c-9376-7ce9c2244112") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a3448d5-9cf2-45c9-872e-61f713d42119") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "364e1bd1-9ff2-4cc0-ae5a-36cfd9ed87c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/569c437b-2c52-42d4-a509-29c0b0b5a9ad") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "282a3700-d92b-4dac-abcc-91d994251116") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42dbddca-5d93-4919-9c0e-c41988f4531e") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b99e6851-d633-4f21-a2b0-9d47d3f55ed4") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54892d40-f9b6-47f7-ae5c-a46dcd909b7e") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed38957b-cc2d-4dc7-9ab4-751f3e1f6986") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58b24091-1181-4c15-a525-5dc382d79ec5") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7366c30b-85c7-48c5-9240-0e3eaa062516") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afe0c0dd-3897-4aa7-b51f-10da0ec9cd8e") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8528f6f-4096-4763-ac28-3cb984e3662d") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27edca8f-4551-4156-ac30-5b140a348dd1") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9301cef8-fcf1-4c40-a787-f9942bf661cf") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e5c14c3-63d0-4c8c-85c2-d4e0c73baa91") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1546bd1c-9c70-45d4-b39c-a1c576aba2c3") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8977757e-5d3b-4a25-a3d8-4478d5fdba93") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56e1f587-ec1f-468c-9c17-b946b9aeec7c") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5af11756-da77-42b0-821d-ba491db2d0d0") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eeff5d89-e97d-465f-b3bf-bd796312a638") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97bbba94-ba1e-4359-b3d3-169cc56493d4") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8df9cb0-6c22-45c6-8f6f-73ee313c47b8") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba2e3a3c-acc4-42d3-9669-dbdc752e5de0") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4f721d7-1270-417f-880e-0a2bf76995a4") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "790efc49-c9b1-4d00-b935-a55499f58261") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d02182a6-879e-4c66-9f63-8bdc6c0ac83a") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "837c7876-69fd-48d0-91be-78712aefda8d") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc66a8a9-d511-4374-b4d3-d8e38f4feac2") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43cf4432-0a44-4e40-b9e7-ea3c70291b56") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "475d84e7-958c-4ff2-adeb-8a274d701521") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4942f818-e9e3-4733-9449-1dd24ee7fbc1") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "394dd5a3-47e0-4433-a19b-485043d7ee8a") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4677423-1d95-4b4b-a7e6-113c1fa6c1f1") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37f7b60d-9350-4a55-b849-ea6ca70fa93e") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "749b99d5-e600-4f95-8fc6-349dd6db8d06") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66497eca-53a3-466c-ad51-32effb3aa00e") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bffa65e-8752-4de2-a4de-8627b706b497") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c48cd973-c9f8-45a5-82bf-f5a5ea3d71cc") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ffb1806d-10de-4ae1-bb62-a78111788e76") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9119dad7-f5aa-4fb2-a855-b2a4928966e7") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8836bdb0-8499-4a70-9a9b-88b0efe40b62") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86a422d8-d4c9-4895-af67-596a9e007856") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee451ac5-25b7-4b56-9cf7-ebfade4d6cdd") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da918292-0d01-4bf7-9d80-5df71153814a") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "970ac2e7-8452-4caa-b60d-2858538dcdff") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "882bfee5-5355-47c6-8d51-9e396ffd5c7b") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62e5a190-08b6-4d8a-b8f5-5720b003a43d") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "472e885d-c098-48f3-a908-ffc80137ba67") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78d78aa8-bb96-4de9-8dea-f1553dbcd108") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22bc2412-beef-492e-a1d0-676c57e6590d") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b4fd343-a167-4731-8ccc-7b7322d7b831") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd793a99-3bcb-447f-b855-66364f3eff57") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed1baf05-0d90-4d17-9478-f8c4417f1119") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6649c43-bcbb-49fc-b7b0-66f450b4b353") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d09d533-ea6e-4dcd-8aeb-0eed0f357917") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46076d82-9391-4646-bf37-7080cf5da6ac") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dcebd3e7-7786-4850-b685-d7ffb5160e7e") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae33b3b7-4a41-4d52-ab48-299cf2f61366") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c139bf5b-f6a1-41dd-9c1d-703435a789e5") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f6d093a-88c5-4723-b6fa-a6094db6fe94") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd5d1bf1-59d3-4b9f-bc58-e2eb8f412437") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85f21726-6339-4f26-abdd-fee353275ed4") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbbceb1b-3f7b-4f21-b480-7d4e78082560") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f3af990-ce92-459e-ab18-f02b88bbd64d") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6cd95d31-51f3-4e72-9098-f3f110a93bb7") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d221844-3a6a-4b3a-a2b5-aa0fa4da36be") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78ca101e-1c1c-4adb-8610-edfe08a4622e") + ) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d58016f-3a2c-4398-a7ca-214774504224") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e931e73-efa5-4dd1-8302-43f8d352f98b") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45017ed3-4bf2-47d9-ae44-6d2c48b18302") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17b879c5-a697-41b1-8f7d-a2a8544f7233") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "876ab35b-5738-4cca-b18c-d0215255f8fc") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bfd32c69-6125-4141-b87b-2c39c57f5344") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75d4ba42-5da9-4b18-afbe-1e8d4a966288") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94bfd5e9-37db-4b25-b2d9-de9b150080dc") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89acb803-b124-445e-9fa1-9b2ae0cfbd2b") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c73c25b-047f-4599-914d-67b97e2ac5e6") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20d07f5c-0992-4e8f-993c-41c4e9bcc705") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27f6ade6-a96c-4c60-9e88-d891bb767bde") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "18fb6d7f-3cd1-4cb1-99b7-feeb22628f8b") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "878f364f-411a-4feb-8f35-e5e674aabe13") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d82fdc3e-e03c-45f9-87af-0d96b1450156") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f08fc9bd-d259-4f79-be37-148b90aca2fa") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a34b242-e8df-4fdd-89a7-1907df215b3b") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c56f832c-f259-4808-90fa-8836b53139e6") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f756afa8-1752-4bb0-b94f-e65f94db076f") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "100feb17-e297-4bc1-83ff-7ee2a02a92ff") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84323718-ba07-4f1f-a0f6-200fcc6a0148") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56d1e6d7-1a16-4083-b588-6f4787513b8c") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbbf7e42-accb-4bf0-b0fa-25084a9f444a") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87d2f893-f248-469a-ba10-01205b0c7876") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f8c9c81-a9f4-4ee5-984e-a8db5fa3aa6d") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a2d3e99-b3da-4b63-ae9a-bb3317f4e45d") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "005d7725-43a5-4f6f-b5c4-069d03886163") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4ef623b7-9bb4-4ba8-8e02-52c60fa055b2") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fca589bd-c243-411c-bf3b-bc0739ba0afd") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a757c8ad-fe6f-4057-b7b0-2247e5a307f6") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af6166d5-1e1c-4a67-b12a-d14550c099c9") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c460a5a-0156-4445-9655-55d49057a08c") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d183913b-10f3-4f06-80da-5ec13d33adde") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06e579e7-301e-4fef-966f-741377d8e420") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d80cfe8-cb73-46b9-9dd5-2d7023f9146d") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "750813c0-867a-45e6-93cf-238492f765d1") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d8b4a00-6c1e-453e-a713-85f6544e18a7") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5fc0732-4897-46e5-bf34-7a0dc47f19b5") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37991af8-63b9-4707-a511-e242c41652f4") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9cf47b8-a716-4cf5-8e2e-625acfca91ba") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1fb11e7c-5be2-493a-addf-3e648df775e8") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3b639ca-6812-49e3-8597-845032746b53") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aad03775-2d01-4bc5-a28b-82216b6370a6") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc2a0a52-89ab-4b54-b400-1f8f208907a6") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fac3bbda-4b6c-474b-815f-5405a02eb53b") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "526f99cf-17a8-443a-8bca-a425bdd20440") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "935104af-c1ab-4e63-b965-92756c70bcf6") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a5a605e-3233-413d-9a46-6e1211379c66") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0b6dd3d-55d0-489e-bf3a-53ed4f957521") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f588db6b-280c-427d-b3ec-bebfd5639ba1") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6046dd72-2f57-4f5f-9f44-2c8bbefa052e") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7838b77-cf74-4771-aed1-4ff0539a70f5") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dfc5d47d-e59e-47c5-8833-263531d31308") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38aab662-6d62-423c-bf98-63ff722f444e") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7c47687-b8b9-49b7-b6eb-ca04a27aa0d1") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce7f87a3-be44-4799-9dd6-ce9909b0e43d") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "bfa1afa6-6645-4830-b99b-fed304fe0cfb") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "d7159ae3-63e1-4b0b-a3bc-64798e9d91a5") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b672fb48-32f1-4d9d-86ae-40fdbc83deff") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0455679b-8b48-4ad2-8354-67101e8624e1") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "9e04934a-16b0-40e4-b7fe-27c1b26d515f") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "efdadb7f-af5c-4914-a25f-a4e6be641acb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "VMOT") + (pintype "passive") + (uuid "68188537-3157-4669-b717-dd1782644319") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "58f8c634-ccf9-4d3b-9b38-468dd0fcdff2") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock:TerminalBlock_bornier-2_P5.08mm" + (layer "F.Cu") + (uuid "406d0ef0-17fc-4a2a-9717-54fd071cc401") + (at 104.1 82.935 -90) + (descr "simple 2-pin terminal block, pitch 5.08mm, revamped version of bornier2") + (tags "terminal block bornier2") + (property "Reference" "J7" + (at 2.54 -5.08 -90) + (layer "F.SilkS") + (hide yes) + (uuid "aca89d80-770d-485a-b139-d5c9258d50bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 2.54 5.08 -90) + (layer "F.Fab") + (uuid "b21f1e15-bd19-47ff-a93c-c5ed9be09bfe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TerminalBlock:TerminalBlock_bornier-2_P5.08mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8d0f51a3-b29b-4d12-aacb-3f47f5313e30") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b07efeb0-dcf1-4cfc-bfdb-4f169d30af2f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic screw terminal, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ccbb1b02-c650-4205-8e03-5066f4492bdd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "TerminalBlock*:*") + (path "/9d64126f-b700-4336-a22f-172bd64b89e5") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start -2.54 3.81) + (end 7.62 3.81) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3981aaf5-3953-4e93-83b2-e0e730008d7c") + ) + (fp_line + (start 7.62 3.81) + (end 7.62 -3.81) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b81acaf6-f957-4a82-8a94-f6ef5eee7e74") + ) + (fp_line + (start 7.62 2.54) + (end -2.54 2.54) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6279051-2ecd-4834-893c-3debe3577357") + ) + (fp_line + (start -2.54 -3.81) + (end -2.54 3.81) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "238a9ab3-e4bb-43f7-afd0-f344e9727eb6") + ) + (fp_line + (start 7.62 -3.81) + (end -2.54 -3.81) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "529a7368-592b-49a4-9a42-d3f4b46b76b3") + ) + (fp_line + (start 7.79 4) + (end -2.71 4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "abe39cd0-45a0-468b-9f59-1ee7f55fff24") + ) + (fp_line + (start 7.79 4) + (end 7.79 -4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a2d46fbb-2114-48e6-b734-f3ff2bd5dd00") + ) + (fp_line + (start -2.71 -4) + (end -2.71 4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1847f1df-461d-4ed0-8e98-4415a32565fd") + ) + (fp_line + (start -2.71 -4) + (end 7.79 -4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1ce8d7d3-e83c-4b06-9233-cc352c3f4f63") + ) + (fp_line + (start -2.46 3.75) + (end 7.54 3.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e41699e6-e13c-4a9c-b97f-c2f59f3777a6") + ) + (fp_line + (start 7.54 3.75) + (end 7.54 -3.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac4b27c3-0458-49af-a96f-149b795f3b6f") + ) + (fp_line + (start -2.41 2.55) + (end 7.49 2.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bfa1c929-423f-437b-a6cb-0db7f723fdc6") + ) + (fp_line + (start -2.46 -3.75) + (end -2.46 3.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aaa08ed6-60ea-44f8-b472-c0b0673b1b7e") + ) + (fp_line + (start 7.54 -3.75) + (end -2.46 -3.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1049461d-33d6-47ec-ba20-1937c944cb50") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 -90) + (layer "F.Fab") + (uuid "c57c23e0-920a-4a54-b246-8e8c7ec23837") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 3 3) + (drill 1.52) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "VMOT") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "d132f2e0-3581-43d7-a4ba-8a34886a6d9b") + ) + (pad "2" thru_hole circle + (at 5.08 0 270) + (size 3 3) + (drill 1.52) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "0906903d-e62b-4abf-8e66-5717f0c4408c") + ) + (model "${KICAD8_3DMODEL_DIR}/TerminalBlock.3dshapes/TerminalBlock_bornier-2_P5.08mm.wrl" + (offset + (xyz 2.539999962 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "NetTie:NetTie-2_SMD_Pad0.5mm" + (layer "F.Cu") + (uuid "43565fdb-4799-44bb-9b2f-3fd0e9bc8655") + (at 153.34 95.936 -90) + (descr "Net tie, 2 pin, 0.5mm square SMD pads") + (tags "net tie") + (property "Reference" "NT8" + (at 0 -1.2 90) + (layer "F.SilkS") + (hide yes) + (uuid "671c0adc-af38-4f5a-82d4-61c5ed1b9f9b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 1.2 90) + (layer "F.Fab") + (hide yes) + (uuid "0a28f3bc-90bc-42de-9464-168dc0ec5890") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b80b88a4-978d-4d0c-81f3-290d10709524") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5bf3ab85-b0f5-4e3d-a831-63af1ea73faa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8bd14977-0318-4b08-9378-7aab94b6a565") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Net*Tie*") + (path "/bbee7a0f-ec18-4993-aa5b-237607a12637") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.5 -0.25) (xy 0.5 -0.25) (xy 0.5 0.25) (xy -0.5 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "05dd4dfa-e4de-4e47-aa39-3bd7d8995bb6") + ) + (pad "1" smd circle + (at -0.5 0 270) + (size 0.5 0.5) + (layers "F.Cu") + (net 43 "/MOT_MS3") + (pinfunction "1") + (pintype "passive") + (uuid "8004ed81-b1d8-4893-ae50-0899be36c43c") + ) + (pad "2" smd circle + (at 0.5 0 270) + (size 0.5 0.5) + (layers "F.Cu") + (net 6 "/A1") + (pinfunction "2") + (pintype "passive") + (uuid "c1fc46e4-66a3-47dc-b503-56e9d9931ecf") + ) + ) + (footprint "NetTie:NetTie-2_SMD_Pad0.5mm" + (layer "F.Cu") + (uuid "43e25f38-d4ee-42d0-b717-126590c8e691") + (at 155.88 95.936 -90) + (descr "Net tie, 2 pin, 0.5mm square SMD pads") + (tags "net tie") + (property "Reference" "NT9" + (at 0 -1.2 90) + (layer "F.SilkS") + (hide yes) + (uuid "9b8d8162-fc03-44ce-84f9-bb62e0932a6f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 1.2 90) + (layer "F.Fab") + (hide yes) + (uuid "9443a192-42fc-4134-af1b-c1370f18e930") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "acdb6898-24cd-4078-9508-2f6fcf433020") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "295b2503-3d21-443a-bac6-ef8c7dc33d2a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "26f450dd-fc48-4761-a6cd-f0edcddf1053") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Net*Tie*") + (path "/dca5e6ea-03d4-4427-b00e-3dd36c900cba") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.5 -0.25) (xy 0.5 -0.25) (xy 0.5 0.25) (xy -0.5 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "616c3ab0-4185-4b9b-bf34-74a221ebc0b5") + ) + (pad "1" smd circle + (at -0.5 0 270) + (size 0.5 0.5) + (layers "F.Cu") + (net 44 "/STEP") + (pinfunction "1") + (pintype "passive") + (uuid "24a96f10-cff4-4a51-9071-be24c9701910") + ) + (pad "2" smd circle + (at 0.5 0 270) + (size 0.5 0.5) + (layers "F.Cu") + (net 7 "/A2") + (pinfunction "2") + (pintype "passive") + (uuid "d0bd3a71-5790-4cc8-b8e1-c6ebc055ba3a") + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "4b0d0cb6-8f40-45a1-b521-dac3ff414a60") + (at 126.035 109.525 90) + (descr "Through hole straight pin header, 1x05, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x05 2.54mm single row") + (property "Reference" "J15" + (at 0 1.27 -90) + (layer "F.SilkS") + (hide yes) + (uuid "1068dad6-692e-4e8e-9833-fc21e1f653d2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x05" + (at 0 12.49 -90) + (layer "F.Fab") + (uuid "c91b6f00-71a9-44e3-81bd-7db4e0e185d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2663ae84-37d3-46d8-ac0a-f0291849f300") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1de49341-6867-46de-bbbe-5d0bc0f1f5a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64e50a96-1907-49d9-957f-18ff4d58de37") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/d1def56f-8a3c-434b-b462-34bd49e1894f") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a1cccfd-6516-4ed5-813d-f9c560bf3e74") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b574200b-987e-44f5-901a-2bbfaaca8b49") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d80280fc-e511-43b7-af91-7790a7a0646e") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f2c5eba-fbb6-42ea-9c38-a25fb91b9fcb") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "142569f8-0185-44f2-9648-7de919511e9b") + ) + (fp_line + (start -1.33 11.49) + (end 1.33 11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c07d1be-ed77-49a7-88a3-342637641c10") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9d41b060-cc13-4074-bcb7-a5f6ba46ab49") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 11.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf3fa0bb-d435-4e06-8240-a7610c25f940") + ) + (fp_line + (start 1.8 11.95) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "198e6c79-17cf-46f4-badf-d6da3336968e") + ) + (fp_line + (start -1.8 11.95) + (end 1.8 11.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d4ff7553-ee4b-44cc-85f7-654bdf23653d") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "499d2c83-0b0b-4eee-b86d-3805b27d918d") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7b456bd1-285f-459f-a990-014a91c5bfa9") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8265bc32-378f-432b-9165-48e7dfd43a62") + ) + (fp_line + (start 1.27 11.43) + (end -1.27 11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5926b2ca-a849-43ba-b46e-6345e53c9bdb") + ) + (fp_line + (start -1.27 11.43) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "896ff2fb-fbcf-4fbb-88aa-ebef8f508f5d") + ) + (fp_text user "${REFERENCE}" + (at 0 5.08 0) + (layer "F.Fab") + (uuid "c6ac9b5d-0f86-4147-9cc7-2941d51ea33a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 57 "/IO_ENC_CLK") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "0e10b88c-c056-45a5-925c-a99d90f6ebb2") + ) + (pad "2" thru_hole oval + (at 0 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 56 "/IO_ENC_DT") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "287e360b-23b3-4645-ade7-ad6ffc78c5e5") + ) + (pad "3" thru_hole oval + (at 0 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "/IO_ENC_SW") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "cac6b804-e6ef-45ed-b070-d06b5d29bb8c") + ) + (pad "4" thru_hole oval + (at 0 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+5V") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "03d47a22-1d79-4d42-8375-732cfd3a842f") + ) + (pad "5" thru_hole oval + (at 0 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "ddfdd0ab-2f42-4012-a8c7-d931f1c7b59b") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "52915cf7-6a7d-4059-8e77-0d639c77f5fa") + (at 120.32 74.6 90) + (descr "Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x08 2.54mm single row") + (property "Reference" "J9" + (at 0 -2.77 -90) + (layer "F.SilkS") + (hide yes) + (uuid "3cd0848d-dc29-4901-b6c6-d551fc53af13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x08" + (at 0 20.55 -90) + (layer "F.Fab") + (hide yes) + (uuid "14f8d70f-a1f1-4134-8e30-af0232cb4eb5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b49c03b-6406-4bf6-a1e9-ebc27f6a8101") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d21856d1-92b8-4cb9-86eb-ba1a245e6f2f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8a8df3f4-b8db-4c3d-ac3c-93d88253dbb6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/5233b20c-e48b-4128-a267-571b4d2ac40c") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f0d2f56-7190-47b7-8970-05de78051ab8") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c01f2f50-f508-4599-a257-08b09d5e15b3") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d5f70b7-39ec-4a24-80bf-4262afea8308") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6eb327ac-1751-4367-b467-c573eea55f36") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d453f322-17bd-4a33-b55b-dad771270f71") + ) + (fp_line + (start -1.33 19.11) + (end 1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b36856a5-552d-4943-b528-dfaf2e7fa004") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 19.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "18ddf8ae-4273-419c-a0f2-3a0dab328071") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8647999c-a1e1-4bdc-ba8d-6922e3fe6c83") + ) + (fp_line + (start 1.75 19.55) + (end -1.8 19.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "63cebf41-2e95-4240-a531-b4fe15645243") + ) + (fp_line + (start -1.8 19.55) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81b9f7f4-db26-4c7f-a474-cbe2278398c4") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "395b3867-f8e8-49e6-8f4f-530dc2e7f526") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b2a4ffd1-bff5-4413-b34c-315f680c8fe5") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b150548-8597-42f9-8f0e-08f5df23cc85") + ) + (fp_line + (start 1.27 19.05) + (end -1.27 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "41b67d22-15ae-4e91-bda2-359f1bdb7902") + ) + (fp_line + (start -1.27 19.05) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "84cdf437-7b73-4aa0-a2a4-3c3f56a9949e") + ) + (fp_text user "${REFERENCE}" + (at 0 8.89 0) + (layer "F.Fab") + (uuid "85755dab-57c4-477c-8fdb-1d2ed635f122") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "VMOT") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "01a5df77-0b93-4046-a123-1fd5473bf5c1") + ) + (pad "2" thru_hole oval + (at 0 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "879c4299-81d1-4ffb-ab3b-5cf4055df07f") + ) + (pad "3" thru_hole oval + (at 0 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "/MOT_2B") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "eb7b445f-6178-41b3-9821-9a8ce8fdc6f6") + ) + (pad "4" thru_hole oval + (at 0 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "/MOT_2A") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "dbfefd76-8195-45bd-9598-12fc9d001287") + ) + (pad "5" thru_hole oval + (at 0 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "/MOT_1A") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "a8e1010c-5586-4fbc-b719-7ce213b5e8e6") + ) + (pad "6" thru_hole oval + (at 0 12.7 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "/MOT_1B") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "cc07ac85-8c5d-4bbc-b3be-35f105bed009") + ) + (pad "7" thru_hole oval + (at 0 15.24 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+5V") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "8becff96-fd2f-422b-bc10-77f1db3c2d32") + ) + (pad "8" thru_hole oval + (at 0 17.78 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "f6f3dfd0-2970-4622-b2e3-0e5ddae45d0f") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "NetTie:NetTie-2_SMD_Pad0.5mm" + (layer "F.Cu") + (uuid "54fb4dae-3a51-4399-a10b-9efc798be5c2") + (at 153.34 52.24 90) + (descr "Net tie, 2 pin, 0.5mm square SMD pads") + (tags "net tie") + (property "Reference" "NT3" + (at 0 -1.2 -90) + (layer "F.SilkS") + (hide yes) + (uuid "1f1062e2-f01e-4f05-a3d7-4e9975cf28f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 1.2 -90) + (layer "F.Fab") + (hide yes) + (uuid "572a143e-af22-41cb-b69e-a0298a0a283e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cf793dab-cd47-4314-96e3-bf66c332e1d1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ac12c58-ed1f-4ff1-ae96-f1850f96b315") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "549f42b4-63f4-44e9-8fae-0e0f1b0fff4f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Net*Tie*") + (path "/35edc376-3530-4bcd-bb55-c505c7dfae32") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.5 -0.25) (xy 0.5 -0.25) (xy 0.5 0.25) (xy -0.5 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "3a712846-703b-470e-9279-d45fa9f5478b") + ) + (pad "1" smd circle + (at -0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 38 "/ENC_DT") + (pinfunction "1") + (pintype "passive") + (uuid "d96606be-e10b-46a9-b65d-de47367976cf") + ) + (pad "2" smd circle + (at 0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 19 "/4") + (pinfunction "2") + (pintype "passive") + (uuid "2c30569c-6995-4459-9913-35ab7cf556fd") + ) + ) + (footprint "NetTie:NetTie-2_SMD_Pad0.5mm" + (layer "F.Cu") + (uuid "5ad97ba1-9222-4460-972c-c9e9ebda9826") + (at 134.036 53.518 90) + (descr "Net tie, 2 pin, 0.5mm square SMD pads") + (tags "net tie") + (property "Reference" "NT11" + (at 0 -1.2 -90) + (layer "F.SilkS") + (hide yes) + (uuid "59817a5b-b449-4066-b80d-51a3b5d39004") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 1.2 -90) + (layer "F.Fab") + (hide yes) + (uuid "f1d6f6e3-e05b-47c4-9812-e4f10a109d9c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c531aeaa-2405-42f6-9aea-05bb64ce3369") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89935ee1-ebb6-4425-8827-206c961bde8b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7156ac9-c89c-4e26-ab4e-992a280370e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Net*Tie*") + (path "/7746195b-7481-49ed-b08a-f452ddee4dcd") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.5 -0.25) (xy 0.5 -0.25) (xy 0.5 0.25) (xy -0.5 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "56ea4ca3-cadd-497f-a074-1b7a9f6534c2") + ) + (pad "1" smd circle + (at -0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 47 "/SPINDLE_PWM") + (pinfunction "1") + (pintype "passive") + (uuid "11764d04-17c8-4c19-9ba6-3a46396de596") + ) + (pad "2" smd circle + (at 0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 16 "/*11") + (pinfunction "2") + (pintype "passive") + (uuid "8aee0800-6d4b-4302-952c-d99058b3fe65") + ) + ) + (footprint "NetTie:NetTie-2_SMD_Pad0.5mm" + (layer "F.Cu") + (uuid "5b7fc364-54bc-4831-83a0-fde3086c9951") + (at 139.116 53.51 90) + (descr "Net tie, 2 pin, 0.5mm square SMD pads") + (tags "net tie") + (property "Reference" "NT13" + (at 0 -1.2 -90) + (layer "F.SilkS") + (hide yes) + (uuid "119b8633-0369-4b0e-96a5-7793b669508c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 1.2 -90) + (layer "F.Fab") + (hide yes) + (uuid "a1c8d103-df52-4d7f-84cc-5cd49dada0d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b70f9481-1997-4ddc-9d49-94eee6be87b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "791a4e9e-9dc7-470c-95bc-7bfa8d0b5377") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0730e72f-578f-43de-bc7f-d930dd984aa6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Net*Tie*") + (path "/e09bc3e9-b6bb-49ff-8e69-3f9a7e7d2211") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.5 -0.25) (xy 0.5 -0.25) (xy 0.5 0.25) (xy -0.5 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "cabc03c7-0108-4c2b-a28c-a12d2e907416") + ) + (pad "1" smd circle + (at -0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 49 "/SPINDLE_RES") + (pinfunction "1") + (pintype "passive") + (uuid "2520a286-0989-49f0-95b2-05ee658be3e6") + ) + (pad "2" smd circle + (at 0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 18 "/*9") + (pinfunction "2") + (pintype "passive") + (uuid "5166b94c-ce7a-4ec5-a8f2-f7970fe242dc") + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "60516cd8-0d97-4c52-9500-56e14c9fc3dc") + (at 131.496 57.46 90) + (descr "Through hole straight pin header, 1x05, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x05 2.54mm single row") + (property "Reference" "J11" + (at 0 -2.33 -90) + (layer "F.SilkS") + (hide yes) + (uuid "4ce50607-510b-418f-bb9b-dbad55ee8dce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x05" + (at 0 12.49 -90) + (layer "F.Fab") + (uuid "deeb5965-d364-4cea-a4ba-4b298e30dd0b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d4fe8c5-9dec-4b46-a9c6-d288750d7c94") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ad8e7d7-498b-4860-8f33-af2453a8c7c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81eef079-5212-495c-a417-09743df547d4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/7b922450-24f4-4643-a085-c47abb4bc1ad") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a50f5803-8994-4988-8e1b-5022c675b877") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1fa53111-0f3a-4a79-b7ab-8d7efe5e6dc5") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25322f6e-260d-4522-ac01-67f46d9abb0d") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "847c9c3f-a6b9-4602-9e67-f42a892d677c") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da5e9580-86fe-4b0a-be63-ed4c3d6fd282") + ) + (fp_line + (start -1.33 11.49) + (end 1.33 11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1310753-9769-476e-9ba3-f50c9770cfe8") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e61308ee-d0bd-4554-8a71-4ed6ce0871f4") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 11.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f8442a66-497b-4eb9-bd17-931a250779bd") + ) + (fp_line + (start 1.8 11.95) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "95d78c19-5fcc-4318-b751-73158e78ab12") + ) + (fp_line + (start -1.8 11.95) + (end 1.8 11.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9396fd05-9df0-4153-bcd6-21f69b341ce9") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ffd95a92-2651-4ce4-a18c-e002e2698254") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8bd41eea-9e70-479b-b4ab-14406a4a152e") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7dfd24d2-ef67-4741-ba5d-ef86225fcac6") + ) + (fp_line + (start 1.27 11.43) + (end -1.27 11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a582abca-2ae7-406d-8f61-2b40cf0d45f2") + ) + (fp_line + (start -1.27 11.43) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "74fec561-f2ee-4eea-a463-b643a111faa5") + ) + (fp_text user "${REFERENCE}" + (at 0 5.08 0) + (layer "F.Fab") + (uuid "0d7ca753-b806-44f5-8a90-31ab3f392252") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+5V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "8fa4661a-7c4e-4b92-946a-a090cb143034") + ) + (pad "2" thru_hole oval + (at 0 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 47 "/SPINDLE_PWM") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "49abe631-a7ce-4f8b-acf3-8d8c8680de07") + ) + (pad "3" thru_hole oval + (at 0 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "/SPINDLE_DIR") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "7636caa4-1219-4f50-a06c-1735f11a7221") + ) + (pad "4" thru_hole oval + (at 0 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "/SPINDLE_RES") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "d9da1171-4c7c-4703-ad9d-8b2d6ab0859b") + ) + (pad "5" thru_hole oval + (at 0 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "0a49cc22-226a-4d80-b212-d7c383568d19") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "PCM_SL_Mechanical:MountingHole_3.2mm_Pad" + (layer "F.Cu") + (uuid "65a623af-6e26-4633-b1c4-78eda37f9b5c") + (at 105.715 105.715) + (property "Reference" "H1" + (at 0 -4.064 0) + (unlocked yes) + (layer "F.SilkS") + (hide yes) + (uuid "e19495ea-b45f-4085-861a-368c5ea7bb18") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_M3_3.2mm_Pad" + (at 0 3.58 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6e2a573-d9bb-4350-b7e7-6264daa9f554") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "PCM_SL_Mechanical:MountingHole_3.2mm_Pad" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8439c22e-9cdf-4061-b4b2-0352848164af") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f34dd499-12a5-4318-ba2c-4a35c5200ecd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "3.2mm Diameter Mounting Hole Pad (M3)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "14555eb6-cbab-487e-832a-8dc62a7e63bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5d9ea660-486b-4f10-9f4d-d304937b8ae9") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 3.048 -1.016) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "e394e0ae-187a-48ad-97bf-499beaf2c6fd") + ) + (fp_text user "${REFERENCE}" + (at 0 5.08 0) + (unlocked yes) + (layer "F.Fab") + (uuid "6488d2f7-3fde-4c31-ba98-a1e02a2125fa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 6 6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "2acf182b-9923-4a30-a868-298b0d067dea") + ) + ) + (footprint "NetTie:NetTie-2_SMD_Pad0.5mm" + (layer "F.Cu") + (uuid "6ab80c13-009f-46c5-a3e5-ac22ae6d6dc6") + (at 150.8 52.24 90) + (descr "Net tie, 2 pin, 0.5mm square SMD pads") + (tags "net tie") + (property "Reference" "NT2" + (at 0 -1.2 -90) + (layer "F.SilkS") + (hide yes) + (uuid "96b7098a-cd87-48c8-aca1-f597fb77b5d3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 1.2 -90) + (layer "F.Fab") + (hide yes) + (uuid "c650df56-7603-4de4-9633-49a9b26023fd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4bc63ae4-cd92-4877-b7fd-f1f487157541") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f240fdc1-71a8-4e4f-874f-a449e6a00d6c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f7eba81b-08cc-49dc-8e23-a862d5bed7c8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Net*Tie*") + (path "/cfe3bb1f-084e-4f2b-ab12-f3f9addfbd10") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.5 -0.25) (xy 0.5 -0.25) (xy 0.5 0.25) (xy -0.5 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "20ab5c24-5908-4845-a5a9-3ada37d94734") + ) + (pad "1" smd circle + (at -0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 37 "/ENC_CLK") + (pinfunction "1") + (pintype "passive") + (uuid "93f528ac-c5f8-413d-b832-9701a779530b") + ) + (pad "2" smd circle + (at 0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 22 "/*5") + (pinfunction "2") + (pintype "passive") + (uuid "b8aa29f3-202a-48df-990c-11b2f44cc971") + ) + ) + (footprint "PCM_Resistor_SMD_AKL:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "F.Cu") + (uuid "6b60b75c-c6ea-46c2-a325-a4151fef1883") + (at 150.165 115.48 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), Alternate KiCad Library") + (tags "resistor handsolder") + (property "Reference" "R2" + (at 0 -1.43 -90) + (layer "F.SilkS") + (hide yes) + (uuid "a7d896d7-6c75-4c98-bfce-599341b98161") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "DNP" + (at 0 1.43 -90) + (layer "F.Fab") + (uuid "98b8bf06-d78f-4de6-a9c3-0cde08c664bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "PCM_Resistor_SMD_AKL:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b51d1a9b-593d-4ce4-b634-a86886490f8a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a615d8d2-cd86-497b-8034-4b1705a9ad0e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4c6b8a8-651c-426c-837c-254b6cf8d1f4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr smd) + (fp_line + (start 1.651 -0.6985) + (end -1.651 -0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c15be910-2123-45fb-b76f-c2ed9340b920") + ) + (fp_line + (start -1.651 -0.6985) + (end -1.651 0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd5943bb-f4a9-47d9-98d0-82646cce0946") + ) + (fp_line + (start 1.651 0.6985) + (end 1.651 -0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1d24ae8-e887-49de-9126-6a4bfd3327bf") + ) + (fp_line + (start -1.651 0.6985) + (end 1.651 0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7a7dfa1-ec9a-45e9-9cd4-e7fbc6acb118") + ) + (fp_line + (start 1.65 -0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "85ce22fc-4cf4-46cd-bc25-666aa03823e4") + ) + (fp_line + (start -1.65 -0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "011b0484-1604-4d58-843b-80630aee3fe1") + ) + (fp_line + (start 1.65 0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "df8ff14a-6704-49f0-9274-53000464228e") + ) + (fp_line + (start -1.65 0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "487b7007-ebb3-4b49-bf45-bdc84181a601") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9d7c07e6-229a-4c78-9ccb-b5fe1b8c6a3c") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4cfae923-4681-43c2-b4e8-20ffd1d5b89c") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f37d2de-0899-4e55-b98b-edf3a997059f") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "37985905-fce1-495f-a897-471b81026832") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "F.Fab") + (uuid "48aa1b13-e05b-4cbc-85e8-0295471e1395") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 90) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 51 "/IO_SDA") + (pintype "passive") + (uuid "ab12c9b3-3cc3-4e9b-8dec-6bda0e151d76") + ) + (pad "2" smd roundrect + (at 0.875 0 90) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "+5V") + (pintype "passive") + (uuid "2ac9786f-8b87-4e48-93d3-3d640337bd74") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "PCM_Resistor_SMD_AKL:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "F.Cu") + (uuid "6cba3d27-02da-4b2d-b302-9a7bd533d944") + (at 164.77 86.665) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), Alternate KiCad Library") + (tags "resistor handsolder") + (property "Reference" "R5" + (at 0 -1.43 0) + (layer "F.SilkS") + (hide yes) + (uuid "8e208f36-e15a-4b94-852f-eaf3e2e6602c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "DNP" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "ab89bf09-8323-43a2-9d12-0305afb315ef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "PCM_Resistor_SMD_AKL:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "802dc110-7115-466f-aea4-c2e994f016f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9d9a0272-0b2c-4ff8-aab1-4747e5ce60fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3d0c9399-408d-463e-8397-4409c2e41b00") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr smd) + (fp_line + (start -1.651 -0.6985) + (end -1.651 0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1570cf1b-ef9c-410c-87c1-036764878b96") + ) + (fp_line + (start -1.651 0.6985) + (end 1.651 0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "330cb48a-719b-412e-8061-76924c954a9e") + ) + (fp_line + (start 1.651 -0.6985) + (end -1.651 -0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bedb764f-0631-4ed8-a2e8-2f6dc396471f") + ) + (fp_line + (start 1.651 0.6985) + (end 1.651 -0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee9dddac-cc17-4da6-9774-c11d1ade7d28") + ) + (fp_line + (start -1.65 -0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6e414660-4a0b-4e7a-b225-0b15c2bb0c55") + ) + (fp_line + (start -1.65 0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "72604e68-1038-46d8-a4f5-191afd2f7a3f") + ) + (fp_line + (start 1.65 -0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ebed3e3e-28f8-45b9-b72e-31e50c2296d9") + ) + (fp_line + (start 1.65 0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9eabcae9-71ea-4556-a885-b17d04c10b6d") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9024a27a-1ae6-435a-8511-5762c698193d") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c80d6ff1-05b9-42cf-8f30-e801d7ccffaa") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "04a97a3e-d54c-4a35-9efe-7978dfbe705f") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aef5dffb-4d10-4561-8a7b-3ac7451f950d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "5e1655ce-d20a-463a-bf87-249fef4eb580") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.875 0) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 10 "/SCL{slash}A5") + (pintype "passive") + (uuid "6ab7fce5-4f1c-4144-a8c8-4cd3daa7cb31") + ) + (pad "2" smd roundrect + (at 0.875 0) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "+5V") + (pintype "passive") + (uuid "bd0656ab-1309-4694-9e23-b38de0009e4c") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Arduino_MountingHole:MountingHole_3.2mm" + (locked yes) + (layer "F.Cu") + (uuid "6e571799-0217-4b63-970e-fdbb6a7139e3") + (at 115.24 49.2) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "MH1" + (at 0 -4.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "8166b532-5089-4abb-b621-69a782ecd25f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_3.2mm" + (at 0 4.2 0) + (layer "F.Fab") + (hide yes) + (uuid "54621935-82bc-42c6-9e15-38bc7350e068") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09461760-6b1f-4c24-afe0-41dc12ae9010") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36b628c0-e5e1-4101-8ae7-f3dfc0e11333") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "efa1b0e7-4741-497c-b79d-f8da3888bb44") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr board_only exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "40f5cbf8-f4f9-4056-a408-8d297a5987bd") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "446ffda8-6560-4538-a787-6082c86fbcd9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "1aabe967-aeae-4f97-bc09-79c46ddd1176") + ) + ) + (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "7e996c52-8aab-4d80-9450-d3c06da4a817") + (at 150.8 74.6 90) + (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") + (property "Reference" "J6" + (at 1.27 -6.1 -90) + (layer "F.SilkS") + (hide yes) + (uuid "b14d5add-f094-48f3-9393-7da446f9b332") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_02x05_Odd_Even" + (at 1.27 16.26 -90) + (layer "F.Fab") + (hide yes) + (uuid "5d12f5e8-9e67-4bf8-bc5f-eaa4d7014ef8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a983e57-815b-4527-9d57-79d3c94718ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6af737d3-0caf-4f71-be1d-2e881436cfce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3f472bf-c80b-4ceb-85e7-01763e99017d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_2x??_*") + (path "/3f2a6b5a-eb61-46ea-b73c-c0c98b4a70f4") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start 5.83 -5.21) + (end 5.83 15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b71c552-ae34-4cb0-ad25-decec2f012e9") + ) + (fp_line + (start -3.29 -5.21) + (end 5.83 -5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb9918a7-6d1f-40f6-a432-ff28aa7ba279") + ) + (fp_line + (start 4.52 -3.91) + (end 4.52 14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70789d4b-b40f-46aa-94b7-cd291cac99dc") + ) + (fp_line + (start -1.98 -3.91) + (end 4.52 -3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6dff61d7-8e4d-48e6-8801-1b2581e33bc2") + ) + (fp_line + (start -4.68 -0.5) + (end -4.68 0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "733d0a39-3bb5-4879-9c5c-26ce0bfb9afc") + ) + (fp_line + (start -3.68 0) + (end -4.68 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e22f504-6583-45d6-a4b1-849d8b82ebb5") + ) + (fp_line + (start -4.68 0.5) + (end -3.68 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a92edcfc-6731-474c-bb75-1e553726d65c") + ) + (fp_line + (start -1.98 3.03) + (end -1.98 -3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8583f95-623a-442d-a043-a82d0bff15a4") + ) + (fp_line + (start -3.29 3.03) + (end -1.98 3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0186c0a7-5cca-4af2-acb4-cf9c83c551e5") + ) + (fp_line + (start -1.98 7.13) + (end -1.98 7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3b668d8-3c3d-4c4b-99af-f3f190a23591") + ) + (fp_line + (start -1.98 7.13) + (end -3.29 7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11577e2c-28e3-4244-9df7-7b8cd5d0bbbd") + ) + (fp_line + (start 4.52 14.07) + (end -1.98 14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96a04fb8-83ac-4d06-9285-f114481c1259") + ) + (fp_line + (start -1.98 14.07) + (end -1.98 7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8e7ec2d-bc9f-4df9-9e12-5a6f4a3c6705") + ) + (fp_line + (start 5.83 15.37) + (end -3.29 15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32f16921-4ef9-4e96-8533-edcf0e1d5189") + ) + (fp_line + (start -3.29 15.37) + (end -3.29 -5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e07cd2b2-2962-4a3c-b804-ed0d761e14e1") + ) + (fp_line + (start 6.22 -5.6) + (end -3.68 -5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51169a40-23dc-46f5-98dc-92bcd93fc707") + ) + (fp_line + (start -3.68 -5.6) + (end -3.68 15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab5248c8-6802-4da2-abff-57a3b30425ff") + ) + (fp_line + (start 6.22 15.76) + (end 6.22 -5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "50f60931-51ca-46e4-937d-46fd6cd4b82f") + ) + (fp_line + (start -3.68 15.76) + (end 6.22 15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c598bac9-712b-4348-bdb8-dd294e9f6eeb") + ) + (fp_line + (start 5.72 -5.1) + (end 5.72 15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b01ed50-192f-4ed4-a501-f3152fb5f87f") + ) + (fp_line + (start -2.18 -5.1) + (end 5.72 -5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "181072ca-c7e4-4183-b097-6b5c6f4feda2") + ) + (fp_line + (start -3.18 -4.1) + (end -2.18 -5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a5443ba-e2ed-4028-b9ee-c9b9b17e857f") + ) + (fp_line + (start 4.52 -3.91) + (end 4.52 14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3668e2c6-7c90-4819-8318-c0e39ada0afe") + ) + (fp_line + (start -1.98 -3.91) + (end 4.52 -3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1670251a-6ca7-42ed-b6e1-4781d880b58f") + ) + (fp_line + (start -1.98 3.03) + (end -1.98 -3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8bc20fbd-c4b8-439a-a330-ef5967f9d99f") + ) + (fp_line + (start -3.18 3.03) + (end -1.98 3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc293d61-749d-49e7-90b9-62f075a704df") + ) + (fp_line + (start -1.98 7.13) + (end -1.98 7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "324ce0de-ffd7-42f4-9f74-4f81730ddfc6") + ) + (fp_line + (start -1.98 7.13) + (end -3.18 7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "11f843ca-d12a-47e9-98c3-236e44d83936") + ) + (fp_line + (start 4.52 14.07) + (end -1.98 14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e742f635-a1fb-4a65-bd27-56e9eec354cd") + ) + (fp_line + (start -1.98 14.07) + (end -1.98 7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7232aec2-601d-429e-be1a-0c5cb59db1de") + ) + (fp_line + (start 5.72 15.26) + (end -3.18 15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e2df68d-1073-4181-9724-524fa136587c") + ) + (fp_line + (start -3.18 15.26) + (end -3.18 -4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d15f137a-a865-4c60-b07d-5a098de5f543") + ) + (fp_text user "${REFERENCE}" + (at 1.27 5.08 0) + (layer "F.Fab") + (uuid "369865d4-673d-4239-a5fb-c19301be1bbc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.1470588235) + (net 3 "+5V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "ffae5314-4fdc-4a1e-a9f5-e835317453a1") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "/ENC_CLK") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "c3c9d669-7b98-46f0-90dc-2b804cd15e8a") + ) + (pad "3" thru_hole circle + (at 0 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "862766dd-4508-4a4f-82f6-9ac9593111e5") + ) + (pad "4" thru_hole circle + (at 2.54 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "/ENC_DT") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "d9a2c2e3-ed3a-4340-8b38-9a7ac938ee58") + ) + (pad "5" thru_hole circle + (at 0 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "/SDA{slash}A4") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "1da7178c-f641-4b8a-801f-7192c5668256") + ) + (pad "6" thru_hole circle + (at 2.54 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "/ENC_SW") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "da830b92-1cda-4325-8f9f-874220fd485a") + ) + (pad "7" thru_hole circle + (at 0 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "/SCL{slash}A5") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "dc402e29-c18f-4c8a-a72b-287e60759dfa") + ) + (pad "8" thru_hole circle + (at 2.54 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "/BUZZER_GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "21b445ed-84dc-4a5b-bd94-24ed916d04c9") + ) + (pad "9" thru_hole circle + (at 0 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "/BUZZER") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "f1b7656f-43c1-464b-b6de-df9d5a9d6668") + ) + (pad "10" thru_hole circle + (at 2.54 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "unconnected-(J6-Pin_10-Pad10)") + (pinfunction "Pin_10") + (pintype "passive+no_connect") + (uuid "b98de9d8-6c0c-42b1-8661-17af00fc448b") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "890f2378-21c2-446e-8cea-feffe1b22b0a") + (at 120.32 87.3 90) + (descr "Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x08 2.54mm single row") + (property "Reference" "J8" + (at 0 -2.77 -90) + (layer "F.SilkS") + (hide yes) + (uuid "48231f4d-3375-460a-b5b1-0617c01cf6ff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x08" + (at 0 20.55 -90) + (layer "F.Fab") + (hide yes) + (uuid "db2df06e-4ad3-4b5b-b1d7-bd916d4e64a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b64cdf37-e990-4838-9aa8-ca99371db7d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49c5e459-9f28-43e3-ba94-ad1e9805ecd2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "38d26799-4d0a-4e5b-b14a-e9fa3dbe53f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/3355cbf9-38f5-4241-a6fe-17cf8afb9758") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f392c34-ea55-4889-8a90-d82169e76099") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "912c43e3-81fb-4c8d-a15b-5d90fa9f662c") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17443f81-908d-480b-b41b-a09a67f52a9e") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5f0b884-9d92-45f3-9271-763d011b88b5") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "004e61e9-19de-41f9-8789-a6f63334c38a") + ) + (fp_line + (start -1.33 19.11) + (end 1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e2cdb35-3f2c-4369-bcb3-f3306a0baec2") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 19.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "795952ab-d266-49b0-a79f-d9db193352f9") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1a0b083f-6728-4e87-824f-065d5b3ed209") + ) + (fp_line + (start 1.75 19.55) + (end -1.8 19.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "340862b1-acaf-4bcd-a017-8155bfa882fd") + ) + (fp_line + (start -1.8 19.55) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad24ac0c-fd1c-45bd-9a42-a502a5cadbbe") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f93b623-e3e2-4c4e-bad2-da0f34d3b540") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff220c73-6884-4565-b2fb-444385b66a3f") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07cf0aef-7233-4792-b125-a416e506572f") + ) + (fp_line + (start 1.27 19.05) + (end -1.27 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8fb0cb5-33fd-4e03-84f8-e2d54623f0f6") + ) + (fp_line + (start -1.27 19.05) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "148caf77-0166-44f2-ad65-7a72623d3719") + ) + (fp_text user "${REFERENCE}" + (at 0 8.89 0) + (layer "F.Fab") + (uuid "107d9773-e61a-49cd-b961-dc596ff69423") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "/MOT_EN") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "aef75f30-7117-461b-920a-833e5172a3ba") + ) + (pad "2" thru_hole oval + (at 0 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "/MOT_MS1") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "76d370df-94b7-4d09-a290-cb805132304c") + ) + (pad "3" thru_hole oval + (at 0 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "/MOT_MS2") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "5e9a952c-bfa8-4be2-8ac2-0cc1ec8d34d5") + ) + (pad "4" thru_hole oval + (at 0 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "/MOT_MS3") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "8a8078af-3ee4-478b-acae-3b67f90e0c23") + ) + (pad "5" thru_hole oval + (at 0 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "/MOT_RST") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "265d6e51-b4d0-4856-ac10-e3d2bafd8701") + ) + (pad "6" thru_hole oval + (at 0 12.7 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "/MOT_RST") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "b21d3449-7518-41cf-aba1-fd70fc6c3954") + ) + (pad "7" thru_hole oval + (at 0 15.24 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "/STEP") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "9a8e9281-368f-4130-bceb-93916595d25a") + ) + (pad "8" thru_hole oval + (at 0 17.78 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "/DIR") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "e0a7914e-ebe6-466d-b994-d53d3181a8b0") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "PCM_SL_Mechanical:MountingHole_3.2mm_Pad" + (layer "F.Cu") + (uuid "89489611-1f8a-43aa-b44a-481ca8691d49") + (at 156.515 105.715) + (property "Reference" "H2" + (at 0 -4.064 0) + (unlocked yes) + (layer "F.SilkS") + (hide yes) + (uuid "9da668e4-ea05-41b9-ae26-768807c629e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_M3_3.2mm_Pad" + (at 0 3.58 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "773d8aa2-6604-43f3-9271-9c3a7abe5700") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "PCM_SL_Mechanical:MountingHole_3.2mm_Pad" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "298a9117-2e15-4872-ae9a-21d1df7b6b96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2930688b-5f63-41ef-906f-944d3d722748") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "3.2mm Diameter Mounting Hole Pad (M3)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6a54f0e3-245c-4674-a78c-3174046d719b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/06a6dc18-313e-4cb2-81dc-8cf0b2359b45") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 3.048 -1.016) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "6754201e-fda8-4132-9347-305a7c6a4378") + ) + (fp_text user "${REFERENCE}" + (at 0 6.35 0) + (unlocked yes) + (layer "F.Fab") + (uuid "42557563-08cc-45f6-876c-a3aa67ce842a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 6 6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "97c16a88-cfc3-4356-82d4-45e426856e71") + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "8e10856f-a5f9-41a3-9824-48ba17e81d3e") + (at 150.81 80.315 90) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (property "Reference" "J5" + (at 0 -2.33 -90) + (layer "F.SilkS") + (hide yes) + (uuid "137ba932-e514-421a-b145-8b1137005c1f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x04" + (at 0 11.43 -90) + (layer "F.Fab") + (hide yes) + (uuid "fb1f21fc-f611-4723-95af-e57b68c7727e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8d6cc352-f5f0-4e16-95da-9ba4edc7ea9c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "959b9cb0-efc8-4424-be39-6eceb7b6752a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2bc42f90-2fb8-4340-88c8-11d7fc8b53e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/4e598250-ee9e-4c46-a4d0-62f0235038e7") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82710afb-684c-4a2b-a6b6-deeb9ab2d1e5") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b93b79f-db3a-41db-be7c-afe38e72d18d") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd77e5bb-588a-4afc-874a-c15ac4157572") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a9d1f3d-79d5-4900-971d-7d1ae57fe5f2") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23df8c7b-29b1-4371-af10-31994ac89648") + ) + (fp_line + (start -1.33 8.95) + (end 1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29626d37-483d-4bc1-953d-b1f34ca2e09e") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7c0647d0-b8cd-47fa-97a0-98f15186e6ea") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6af3d2be-e55b-4fe2-8e6e-43a2b10ec151") + ) + (fp_line + (start 1.8 9.4) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "20c90e50-394b-4ec0-8e4d-69417fd4db62") + ) + (fp_line + (start -1.8 9.4) + (end 1.8 9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c1bde17-cd91-43b6-8e4c-01080d36b898") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d74aaae7-ec06-4934-bfe2-e10d5f96c6e2") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f98901f1-0da0-467c-a94d-a68a30b9b171") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4ead1821-d9b5-4e2b-90e8-6076a6fc9bd8") + ) + (fp_line + (start 1.27 8.89) + (end -1.27 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "247c3c5f-e5cf-4972-a215-428435346a24") + ) + (fp_line + (start -1.27 8.89) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bfa6765f-e746-4726-b38c-fc969c830b37") + ) + (fp_text user "${REFERENCE}" + (at 0 3.81 0) + (layer "F.Fab") + (uuid "c4e59b64-ff49-4883-a2a3-509cb088c1d8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+5V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "95eca4ba-6c71-4c92-88ba-4785d47cc4c2") + ) + (pad "2" thru_hole oval + (at 0 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "a4c9db11-9b73-45bf-9245-5899f7fd3017") + ) + (pad "3" thru_hole oval + (at 0 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "/SDA{slash}A4") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "09a88e8b-1ef6-43b0-bd86-2da094de21c5") + ) + (pad "4" thru_hole oval + (at 0 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "/SCL{slash}A5") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "70362d56-d1f3-4f7c-a9c6-d9e91a7545c9") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "9ed00ef2-e651-4f6d-81c6-c33df7d16a79") + (at 156.555 114.604995) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C3" + (at -2.58 2.54 0) + (layer "F.SilkS") + (hide yes) + (uuid "3afb63c9-6969-46a8-a5a6-6864327d3076") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100u" + (at 1.25 3.75 0) + (layer "F.Fab") + (uuid "d570508c-4333-4005-91a0-b704e2ceb42c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b00a8ec3-405d-4f4b-b31f-92060878d664") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4658800a-3a2e-4b72-9126-4faf77dc5d1f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b79f6f22-c42a-4d5f-9ebc-20e1ddd546ad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/c7957e29-d717-4721-be2c-a1a12cf2cc81") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e75ae87c-a5c8-44d3-bbd7-b9b1a82bacda") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "850899b5-569d-4fd1-9e18-3f823ec00efa") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a35e5b49-f8ae-44eb-aa8b-91d78ac891e6") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b7abbbc4-239e-4dcc-a28f-423dbf8c83ad") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "501f2233-35ce-48e6-976c-3be1b896a086") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87694f02-9a0e-45a1-b5a4-76572d66f6cf") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "780f400d-32c6-449d-9d74-89fd1e135938") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "40558d72-b9cd-4c5e-90d2-8ec2c8c03629") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d515cdd-0088-4907-b3c5-89b5f5fca370") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ceceb89-4a31-477e-b44c-e54466c08da5") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d17767e2-70a6-4d25-a0cd-b3fe8bcef8ea") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a63caca-7072-4da6-b8e6-2204f48bcc51") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1fe4e5d0-08ba-4011-90bc-97e631da695b") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39f683d6-9ff2-4218-915e-13f2dad43206") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ddd1414-be60-404c-9127-75c66486cf93") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5660fba6-356c-4b05-9769-47b99436997a") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44b5499a-581c-4be8-a19a-8047106fd3eb") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1d0a0f45-9196-4772-b7ed-30a57ed4dca3") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4c8875a-d526-4c4c-85f3-8ae5995b722d") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d4ad352-a298-43ea-997e-3c313e11f979") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b2baf9d-1832-4788-bb8f-366e1630b357") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45c1be44-9b19-4546-8c60-9eb06e8c452d") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f670e50c-7f5d-49f1-b68c-620fdbfd377a") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c877ecf1-d60c-4fc3-a27f-92ea1246d253") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c962f1b-36ea-4031-98b6-34ca712d6a6c") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60b2c8fd-4e9a-495a-a276-317376f411a1") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1a0a4ad-ee08-4848-ac44-9031faae1203") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ffe488f-425b-4dd4-be41-77eede3882f7") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0470fdcf-c1bb-4363-a87b-dfde6fb525da") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a2ab22c-195d-47d2-8b61-2d7661d49df8") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "643be8e7-2522-434c-9e23-6f494ca13764") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f986821-5600-4818-9244-1341bf586507") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3687de3f-2ae7-4c3a-90a3-59d0382ddf0d") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bba38ff-2e02-44b0-a57d-d1e1b59f471e") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "813fad60-3619-4831-bfee-e2c8e0fb9703") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b22e626-d243-45f2-9d3e-330310162075") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1a38b02-6944-4ab7-a8aa-18f28a698e4e") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "786f9cdc-97d9-4590-96f7-9c37f0007065") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c79ff8ef-5b38-4c3b-be1a-a52888430589") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c984e979-461f-4d60-b741-be2f15deb4f7") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32f27866-0218-4f0b-a7f3-9ee7c8fc61d7") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a383c55-0fb8-41f6-8d4a-a0fefefe45f8") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8fb0334b-e5f6-421a-adcc-9379ec02e68f") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4993044f-965e-4583-8620-9c69bff2d609") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "775ceedd-830d-4c72-bae4-fd93ded3f4d6") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "74500d8a-f026-4a1d-9b51-85e9dd97521e") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1f7ef2a-f802-4987-b69d-74726f996b75") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ec305b1-e13f-4f33-af45-8d85b773a937") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5780fed-1157-4d64-8f8c-722b3c7c2db4") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73261109-be02-435c-8511-1fc516fb733a") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "965466f6-e0dd-4018-990e-96cc9a912fe4") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29fca92e-9cbd-4765-8f37-da351990ca4a") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29dc3bfa-ec40-4e09-bcfd-eb4f356ba224") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e714596-fe8c-4f3e-8b69-828f6609324f") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93822006-89f6-4576-ad8a-2b219c657c91") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "edcb3009-b902-4b95-9a64-3601ebd356e1") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa875620-246a-46d4-b7c0-c4239ceef2e0") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0221612-ceaa-4720-ad52-86e26559844f") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d347def-ace6-4077-a4e4-67c0ee4b515d") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd466cca-afee-418b-a865-c6fb03ebc481") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7fdd1727-cc9f-4f36-a1fa-bef492849134") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8856836f-1322-4a0a-a0fb-2542957c7dcf") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "edddb77f-a734-4e07-a009-baaa6f6a6a14") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1de5ce71-d6f9-4557-8120-5caaffe5d581") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81a4d33c-f24c-44bc-be94-39c6ce9f53cb") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de04b754-9726-489b-9c73-e2dea235b252") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c28d6bd-1237-4583-a017-f94447dfd3a6") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "041ca377-fda0-46b7-bb5a-0e35164d1aa4") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "071736b2-0d6f-46b6-8790-37700cabfb1b") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "243cc0da-9e1f-4419-8364-5a8afb32d6fa") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "016f0f72-760e-4d72-beb7-9cb8b6a63720") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5beb77d8-7d17-4226-bf7e-14844169f9f8") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d01220f4-13ae-4712-80ec-a848cc2cd6f0") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2f8b4a8-abcd-4c07-ba64-f7e747a5f1fe") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23755673-3b61-41af-8d1d-c0ebe09f0dc2") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0bf8fbcc-04ca-481c-b932-2677ef0a78da") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a994b91-81ca-4023-a5b2-c700cccb99c1") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6467b42-d27f-4686-96fd-b98584b88c44") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5e710f5-338e-466e-aef6-a634b45f7862") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3e19e3b-9b0c-4669-b7ad-ec49b6d56de5") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce4dcea3-652c-4ac3-8313-568db743e845") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65775696-ed46-4552-b21a-77734af51ab1") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b11aa97-f27f-4b0a-92b3-85007301d88e") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8cffb29-ad28-4601-861e-2fdc3458c871") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63b5a090-464f-4d09-a2ce-f06ae3a0909f") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ff969d4-4ddc-4590-a312-ef8e0e4912e8") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d32d4060-3d49-4555-9751-284eef53d265") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "339a6b1f-243e-4049-ae1c-4bff4689cd06") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b333512f-5448-449a-898e-b707a62cccef") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "793a3f55-4707-4bad-8e8b-b90edbbdd078") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01328faa-195f-4325-95e5-fd554eba80a4") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1821eb18-4ee9-40db-a68f-ef5f06a41bee") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c99c1590-f7a4-421d-bcde-000a9b0d85b7") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55f50d4e-d828-4085-85fa-040671619f87") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b6748be-2aa5-4f63-8c8c-6f43c16f4282") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3879a020-f909-4482-b2de-88f7dac351db") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d24571f7-0c55-4a84-a6cb-d13d4e02b493") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "085857bf-35c6-4718-8e2f-0eb38e1aa1d0") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d26d242-674d-466a-8fca-275bc0c0d289") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce31c360-5841-4671-8842-d2325b77229e") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa05dfd5-52f7-4d01-9ca0-311e3d504524") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0452d47a-bde1-4b2e-8995-3af8f43eac92") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1d30a6e9-151a-4f8a-844e-5560e97b8ac2") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6830eaf-d694-40c5-b4f7-d0914573352d") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "542c6744-22e3-44ae-8013-4864103d84e7") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "401baf5e-1941-41fe-a2f8-87e855055098") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04af9ce6-b3ce-49ce-aaff-585e833d1e38") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c439641-17b1-4adb-8a3b-39f4490812de") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3643f4a8-9dbd-4717-911c-49c3bfea2eab") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4476891-182d-423d-8788-964e2561bb1a") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e16d58e6-fb86-4f68-aa73-66915b869c81") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5846147-f377-4dbb-ba48-06844df527ab") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2048104b-0433-4582-8b81-0b83ab30927c") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09d77d29-3d8f-4d85-b82d-441c80e2b97f") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9dae84ac-d79d-40c2-aa84-1633326b639e") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1cc1844e-d2f8-4bbf-930f-66d9bdff0a6b") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da6edcec-6459-412a-879d-0671281d042b") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ebd8ee88-c1e1-4f6b-9987-5b3a76cfc58b") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35653d08-bc07-4f7d-a90e-ad5e23e3e373") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "284a4392-d8de-42f0-90e7-55472f3e5f59") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "a8cdd265-10ee-4862-a34a-8673e8b70e43") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "66ba9435-3e05-4c6e-983e-d6811bc1f5ef") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "afca94e3-76ca-41c5-9749-58bd234345a2") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c5baf6e3-c855-4f86-9e52-588798febd93") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "673b8ee0-679e-4556-9008-9920bcd89f68") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "51b762e8-ca11-4a2c-a56d-68967f19f025") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+5V") + (pintype "passive") + (uuid "1fb8ec51-d4e1-47a8-8b85-2e44541d12c3") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "752cdcf3-96af-4cd3-b072-7bc6cb090f2e") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "NetTie:NetTie-2_SMD_Pad0.5mm" + (layer "F.Cu") + (uuid "a10e79e8-021d-44ec-b1e1-55593e7d2520") + (at 150.792 95.936 -90) + (descr "Net tie, 2 pin, 0.5mm square SMD pads") + (tags "net tie") + (property "Reference" "NT7" + (at 0 -1.2 90) + (layer "F.SilkS") + (hide yes) + (uuid "8166cc4d-d9e8-475d-840b-165adadce19a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 1.2 90) + (layer "F.Fab") + (hide yes) + (uuid "027b1680-fedf-41cc-a238-c7995cdb96f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "69b073f3-953e-41a7-9473-270bad658a46") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a846db2a-1e10-4d03-97b9-8384c19bdc1f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c553deb2-7f36-4c8a-9951-5631fc5d0b11") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Net*Tie*") + (path "/10ace030-6ca7-4ffa-8af7-ac97a6a9582f") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.5 -0.25) (xy 0.5 -0.25) (xy 0.5 0.25) (xy -0.5 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ee1aac4e-9e89-4e0a-9468-3ff3dd452798") + ) + (pad "1" smd circle + (at -0.5 0 270) + (size 0.5 0.5) + (layers "F.Cu") + (net 41 "/MOT_MS2") + (pinfunction "1") + (pintype "passive") + (uuid "2274d7ab-0890-43d4-9a74-ec7e64620a45") + ) + (pad "2" smd circle + (at 0.5 0 270) + (size 0.5 0.5) + (layers "F.Cu") + (net 5 "/A0") + (pinfunction "2") + (pintype "passive") + (uuid "89c426d6-22f5-4520-a7f0-9861bea9d38a") + ) + ) + (footprint "PCM_Resistor_SMD_AKL:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "F.Cu") + (uuid "af8aaf41-25df-4bed-a3f1-3fbd34f5a327") + (at 146.355 115.48 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), Alternate KiCad Library") + (tags "resistor handsolder") + (property "Reference" "R3" + (at 0 -1.43 -90) + (layer "F.SilkS") + (hide yes) + (uuid "eccfc441-856e-4365-a2f7-bab1364cec47") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "DNP" + (at 0 1.43 -90) + (layer "F.Fab") + (uuid "e003c415-0c57-4453-a8e9-5edc124e26e0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "PCM_Resistor_SMD_AKL:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ff943945-b7c9-48f5-98b8-2f4c925eb8f4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ffddc00-edd5-43bd-aff7-293077cf286a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ef22674e-a8da-4f49-97d8-b359973cc212") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr smd) + (fp_line + (start 1.651 -0.6985) + (end -1.651 -0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3a2b12a-a435-448c-ba16-ba2ec9e6dd4a") + ) + (fp_line + (start -1.651 -0.6985) + (end -1.651 0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af31887f-32af-49f1-9b7a-da5195f046d5") + ) + (fp_line + (start 1.651 0.6985) + (end 1.651 -0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2af04f1f-596c-4996-b909-ba5d47c7193c") + ) + (fp_line + (start -1.651 0.6985) + (end 1.651 0.6985) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b41aa3d0-220e-4730-82dd-ec66ad28f6b3") + ) + (fp_line + (start 1.65 -0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e11b289b-af3e-49ef-b415-e46c4d8dc0f9") + ) + (fp_line + (start -1.65 -0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f7d332c-823b-4497-8ab8-283fd76560b2") + ) + (fp_line + (start 1.65 0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2cec1dc9-7b52-4bbc-bf0e-c3e5ad481767") + ) + (fp_line + (start -1.65 0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c5d2ffd4-4d84-4638-b001-c23b12067c3b") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "934ef6ac-810e-4e08-a229-162e379940be") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "24df5a3c-9162-4001-892f-27fc6ca47b6b") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "58a5cb81-6e5b-45f7-9e7f-1c739af2735a") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29fe2c83-ae67-4227-b0e7-bee44d96a470") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "F.Fab") + (uuid "6b56fa53-3e43-4110-bc42-bcabb07cac0d") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 90) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 50 "/IO_SCL") + (pintype "passive") + (uuid "1de535dc-154a-47d2-99ba-91b0e9286385") + ) + (pad "2" smd roundrect + (at 0.875 0 90) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "+5V") + (pintype "passive") + (uuid "d16a7708-96e3-4eef-8cec-4c0b6e0eaa16") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "NetTie:NetTie-2_SMD_Pad0.5mm" + (layer "F.Cu") + (uuid "c3a59523-8fb0-4cc3-9449-2811c15f4ffc") + (at 145.728 52.248 90) + (descr "Net tie, 2 pin, 0.5mm square SMD pads") + (tags "net tie") + (property "Reference" "NT5" + (at 0 -1.2 -90) + (layer "F.SilkS") + (hide yes) + (uuid "8e24aa43-00df-430a-9b2b-aa78d39beb9a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 1.2 -90) + (layer "F.Fab") + (hide yes) + (uuid "85acaf26-8d24-4b41-858e-a7a617901490") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d89ad08-d7a3-48ed-aae7-e3e0a9a27fc5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06ea708b-13f0-4f7d-b196-a05833bd1855") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd04cfe8-0060-4398-a586-f179539be2c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Net*Tie*") + (path "/7a72d5d4-f961-41fe-a5a1-4ff9a667cd49") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.5 -0.25) (xy 0.5 -0.25) (xy 0.5 0.25) (xy -0.5 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6c836ea9-e640-43da-a6ac-f320fe34e531") + ) + (pad "1" smd circle + (at -0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 45 "/MOT_EN") + (pinfunction "1") + (pintype "passive") + (uuid "e4e1b195-1477-4af4-8456-62748bf37875") + ) + (pad "2" smd circle + (at 0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 15 "/7") + (pinfunction "2") + (pintype "passive") + (uuid "d84b39c7-0ff3-4a76-ba4e-a7f0a9e80707") + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "d5791a0a-b44c-496a-8da3-eeaa3dbd12e3") + (at 106.985 123.495) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (property "Reference" "J14" + (at 0 -2.33 0) + (layer "F.SilkS") + (hide yes) + (uuid "7c5143ee-1bfe-4e37-b363-13338c36fc8b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x02" + (at 0 4.87 0) + (layer "F.Fab") + (uuid "c14c0621-fe11-44ca-80d0-9d4c87689aa0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ac1a0f9-0d0e-426e-851c-07a09dc273d4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f5c30d51-0e92-4ce2-8ebd-30193f711844") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52704cc9-b658-4317-9a2c-c353ce9b11d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/534e226b-c65c-4191-bb3c-b67386102f5f") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2930c905-bd2e-46f4-b300-9691e861be92") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3641ed21-ec75-4a2a-8584-2fda53520533") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6cd2233-749d-4068-867e-562f109253be") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6df3f19-224f-42e0-88eb-5921def68763") + ) + (fp_line + (start -1.33 3.87) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce978a1a-918a-4f79-b629-2c8b947ec464") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f26651ef-ef79-409a-b186-e5d2993de084") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c8149dee-db50-46e3-b973-bd9254574fd2") + ) + (fp_line + (start -1.8 4.35) + (end 1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81890f95-faf0-4985-999f-c76d6f9bf645") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "426ba8a3-6b28-42e6-a065-c0479906a0b5") + ) + (fp_line + (start 1.8 4.35) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "52de066f-546f-458f-8cfe-0686eaebed2b") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c5308a38-ce39-4265-9709-93f51e72b498") + ) + (fp_line + (start -1.27 3.81) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e9e4ddd5-281f-4c9b-afa5-c771553e58c6") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16be76e5-28b3-421a-befd-ec63399d9509") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c73e4b5a-4e5e-426d-b2f7-d777f0b22966") + ) + (fp_line + (start 1.27 3.81) + (end -1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f38142b-539f-4f82-9b42-1675161e8395") + ) + (fp_text user "${REFERENCE}" + (at 0 1.27 90) + (layer "F.Fab") + (uuid "fa568abb-88e1-4d77-94a1-5e990a623bf2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 53 "/IO_BUZZ") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "83143ffb-cd88-49ca-a709-7ae1620ef655") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 55 "/IO_BUZZ_GND") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "41975ec5-090b-415f-a9ab-48f0213c7d99") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "d5af4d9d-2adc-400d-bff8-7bfd8d8c030f") + (at 126.035 126.035 90) + (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") + (property "Reference" "J13" + (at 1.27 -6.1 -90) + (layer "F.SilkS") + (hide yes) + (uuid "4cc63187-6c36-4663-847e-6e5ae7d5c73d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_02x05_Odd_Even" + (at 1.27 16.26 -90) + (layer "F.Fab") + (uuid "c0558d34-5f6f-4584-b430-4263f43fe74e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c20653af-d4e0-4676-ba02-6818df141075") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e58a47dd-1bb7-4af8-ab7c-0fd3b6189bc1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "28dbac56-1612-45ea-88e1-9a90675e4479") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_2x??_*") + (path "/824662bd-c60e-4bb1-b8a5-8442bd479d78") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start 5.83 -5.21) + (end 5.83 15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a947e865-0562-4200-9b71-74786e53f8c7") + ) + (fp_line + (start -3.29 -5.21) + (end 5.83 -5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5f86cc9-8a47-408d-88f2-ba4c431a4c01") + ) + (fp_line + (start 4.52 -3.91) + (end 4.52 14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42c0c47e-6287-4fd9-8bf0-e4507aed87cb") + ) + (fp_line + (start -1.98 -3.91) + (end 4.52 -3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ead71657-0ffc-4a99-abd7-22eefd390171") + ) + (fp_line + (start -4.68 -0.5) + (end -4.68 0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48f8b91d-3f6a-446b-9c8c-6de8c9f4eeed") + ) + (fp_line + (start -3.68 0) + (end -4.68 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cf5ed44-39c7-4a5d-9fdc-4d4b6c03f550") + ) + (fp_line + (start -4.68 0.5) + (end -3.68 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1675049-f2d1-4595-b65f-eea3973a139c") + ) + (fp_line + (start -1.98 3.03) + (end -1.98 -3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d0a0947-4489-4fb7-bbd4-d04ca194c067") + ) + (fp_line + (start -3.29 3.03) + (end -1.98 3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6606a8f8-a81d-49a4-a87b-e3ce281253b7") + ) + (fp_line + (start -1.98 7.13) + (end -1.98 7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbb47877-e847-4b47-92cd-2a7816cd2bda") + ) + (fp_line + (start -1.98 7.13) + (end -3.29 7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bdfd5bd1-676d-4534-b01e-44745c93683c") + ) + (fp_line + (start 4.52 14.07) + (end -1.98 14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "50f1bf91-8ce2-465a-b21f-b949a73fdc15") + ) + (fp_line + (start -1.98 14.07) + (end -1.98 7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b966bc6-f00b-4e1c-ab7d-b763874e9baa") + ) + (fp_line + (start 5.83 15.37) + (end -3.29 15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "830cbf15-b56f-48ad-bd08-c12758dda4a2") + ) + (fp_line + (start -3.29 15.37) + (end -3.29 -5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "051f9e6f-c2d5-4979-a929-2686a9eeba83") + ) + (fp_line + (start 6.22 -5.6) + (end -3.68 -5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a0faa91-7b4f-4a6f-8913-971a0550fd79") + ) + (fp_line + (start -3.68 -5.6) + (end -3.68 15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ebac3aba-7c58-4f57-8483-f0728d11446a") + ) + (fp_line + (start 6.22 15.76) + (end 6.22 -5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "09404d97-08c6-48d0-a181-9a45c9c49f96") + ) + (fp_line + (start -3.68 15.76) + (end 6.22 15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9895cf35-ee83-4889-8683-dfc727446e8e") + ) + (fp_line + (start 5.72 -5.1) + (end 5.72 15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0328be33-5150-4755-a363-9e3a487dca9b") + ) + (fp_line + (start -2.18 -5.1) + (end 5.72 -5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7762889f-c2f2-45e2-8e74-233e399257ab") + ) + (fp_line + (start -3.18 -4.1) + (end -2.18 -5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb865eed-f028-4f25-abdb-6e649c5f9254") + ) + (fp_line + (start 4.52 -3.91) + (end 4.52 14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ef4174c-60dc-4c0c-bc7b-dc59194904aa") + ) + (fp_line + (start -1.98 -3.91) + (end 4.52 -3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "51e01cad-4707-4ca5-a23a-8fc61035e5cd") + ) + (fp_line + (start -1.98 3.03) + (end -1.98 -3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9cc18b7a-6b38-4493-aac7-7857a19f53f6") + ) + (fp_line + (start -3.18 3.03) + (end -1.98 3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b38e5f9a-1eb2-4ed0-a0b8-6ed032777f46") + ) + (fp_line + (start -1.98 7.13) + (end -1.98 7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2423da85-71eb-4246-b838-d63dbc7d08db") + ) + (fp_line + (start -1.98 7.13) + (end -3.18 7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca8b4571-9fe8-4a13-b025-dc62f470bd75") + ) + (fp_line + (start 4.52 14.07) + (end -1.98 14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce047871-b208-47b1-8cc8-6230d1378363") + ) + (fp_line + (start -1.98 14.07) + (end -1.98 7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "918d2588-f6af-4316-bda9-bece1b3e14af") + ) + (fp_line + (start 5.72 15.26) + (end -3.18 15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d0161285-b2f8-4125-adee-3f6c43701c19") + ) + (fp_line + (start -3.18 15.26) + (end -3.18 -4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4469b747-3b98-4fe6-8f5f-a1ab96ad8755") + ) + (fp_text user "${REFERENCE}" + (at 1.27 5.08 0) + (layer "F.Fab") + (uuid "0fee3909-5ff3-49a2-9e74-0b3d193ce101") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.1470588235) + (net 3 "+5V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "85f18c33-6af5-4954-94a9-bc804355e2cb") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 57 "/IO_ENC_CLK") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "fe20ed77-180e-4544-bc4c-d4164f8a63a4") + ) + (pad "3" thru_hole circle + (at 0 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "d09d902e-0a22-4c28-824c-6ef1d09fbfd9") + ) + (pad "4" thru_hole circle + (at 2.54 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 56 "/IO_ENC_DT") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "e8c84a0f-cf1f-4dbd-a0ca-10c03e8f7b0e") + ) + (pad "5" thru_hole circle + (at 0 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "/IO_SDA") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "2d46232e-5a47-4705-9246-1d0224d50b6e") + ) + (pad "6" thru_hole circle + (at 2.54 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "/IO_ENC_SW") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "0f33867b-350e-4c29-b160-078682ad4d42") + ) + (pad "7" thru_hole circle + (at 0 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "/IO_SCL") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "752ebcb7-48b6-4dcb-b55f-40424bd3eddb") + ) + (pad "8" thru_hole circle + (at 2.54 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 55 "/IO_BUZZ_GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "b3a23c96-67f3-471d-8966-45b9dc0c3ec4") + ) + (pad "9" thru_hole circle + (at 0 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 53 "/IO_BUZZ") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "63dd6161-0565-4dcc-b808-2c6811a75eeb") + ) + (pad "10" thru_hole circle + (at 2.54 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 54 "unconnected-(J13-Pin_10-Pad10)") + (pinfunction "Pin_10") + (pintype "passive+no_connect") + (uuid "94b8d94c-0f0f-4f2a-aecf-56f99a18041f") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "PCM_SL_Mechanical:MountingHole_3.2mm_Pad" + (layer "F.Cu") + (uuid "dba6a1c2-5cfe-4c85-ad45-d37d7c210d8e") + (at 156.515 136.195) + (property "Reference" "H4" + (at 0 -4.064 0) + (unlocked yes) + (layer "F.SilkS") + (hide yes) + (uuid "d85bf394-9fdf-4bc2-9ae0-7e34949c3f8d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_M3_3.2mm_Pad" + (at 0 3.58 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1b8fca4-b746-4c9a-ada7-89964ab2ff1f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "PCM_SL_Mechanical:MountingHole_3.2mm_Pad" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8303b5e4-b8eb-43f7-94e3-dee55697fa23") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4100a2ee-e5e4-40de-8645-c3435886c949") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "3.2mm Diameter Mounting Hole Pad (M3)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bda1b2c2-3959-46ea-a909-e2e734329dfa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/f0597c57-8aaf-4d33-9ecd-df8a4bd0353d") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 3.048 -1.016) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "7e443885-6c19-4f30-b910-76039648d6c2") + ) + (fp_text user "${REFERENCE}" + (at 0 5.08 0) + (unlocked yes) + (layer "F.Fab") + (uuid "53e8288c-73c4-48ca-8117-c1da99ffc503") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 6 6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "5f606202-f951-4ba7-b38b-318dfaa4f514") + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "ddb72ed3-c08a-41bf-b733-9078231d73f5") + (at 150.84 85.395) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C1" + (at 1.25 -3.75 0) + (layer "F.SilkS") + (hide yes) + (uuid "7d488945-ec3b-404e-9886-0b5072283f70") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u" + (at -2.58 1.905 0) + (layer "F.SilkS") + (uuid "8281a55f-05c8-4a88-a976-1d6970749010") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf02999c-e602-4d51-84fa-219d72f01c46") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5293a508-9b22-4765-8d7f-c8f3ab0f198b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca0fd85c-a8a6-4769-837d-488f4ffa8764") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/ca864c06-0f51-4a08-a7ed-4b9130db11ed") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5891d606-e8e7-484a-b4ef-933e28f210c9") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "902898bc-a548-4e8c-82cb-e5c5ee3ee40b") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48beea8b-7f1b-4961-8362-8460edd955e8") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee06fb12-dbdc-44b1-a66f-7beecfba1fee") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d85f274-cdd3-4297-92c3-169311b2fae9") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "878e4841-560f-48bb-a294-46902c03f920") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea4f09bb-9909-4488-8580-ba08e35411f7") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a104ac6-b0fc-42c8-9bd7-13b0075cf4c5") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38af4da0-1c75-437a-b837-805a4ffd526b") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9e7d001-809a-4949-bc13-c0eaba921548") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79b4f4ab-c4b5-478f-a496-90f998e97192") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0fbf8240-6c17-43f3-944b-e2ce7eb914ca") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7cc3e225-4b16-4ed8-8efc-c046a7324ace") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "339d74ae-3dc0-4422-a821-01573539f5a3") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bf6a86b8-0aba-4039-86b3-6795618585d5") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb4c59c9-2b63-4575-8dc5-8e50f09f848f") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b5d92c5f-9a82-4413-91ee-257836545bae") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c67ed867-a497-4da8-8fee-8311bd12164e") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "401c4ce9-b317-40bc-b9d6-3564423fedfe") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e3dbad3-8e7c-4622-be70-e95194851ede") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4d17818-6710-42da-824b-dff8053e28bc") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22571512-bee5-4e9d-a91a-0d312fab597c") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c1a991a-7142-4c43-af03-4ab118840807") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8893b05c-01b4-41d9-877b-38866ae4db1d") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8926442e-98ef-480d-9168-654392534338") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b0916d4-6d2b-4dcd-8c1c-6a37c9451498") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c8ff44f-3da6-42ba-9025-e4949904dad6") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4a66d1f-d35f-4691-9e10-d37361188e57") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "958f3955-f681-4c4b-a0e7-71f43b3bac5c") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e3df954-9b77-44af-ad67-3ba0a2b5fe41") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbb4773f-56fd-41f4-8a70-6f71beed38fc") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6899b13d-1cba-4091-8d61-5843390d09a2") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dce05d46-714e-41f1-88db-56d61ec8bea2") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fe2926c-ae7f-4606-8caa-1495ca9b6ad3") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb807d26-d7d6-4856-b19c-fddce7dee448") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb7d9cab-4e78-4353-bf21-c533bc5ddd28") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87718fa4-cfbc-44f5-9e70-a5f7eba70c73") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "778a3faa-a084-4179-a538-89a40ce30eb5") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "570b8eeb-a046-4901-a7d3-efdef2b3b05c") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85c328f5-8619-4097-8b21-7ea8b503d1e9") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2203206-8e71-45d6-bb73-aab319582d70") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9ff2349-709b-4562-8551-723bd2db56f5") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f1ffd27-b05f-4e3e-b237-0007acc4d543") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9f9b179-82a9-456c-94e9-c20919ab00c0") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82a5372d-e13e-4a5a-91fd-076c58f18775") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28419be7-70dc-42d1-b443-2d4d3a0c6434") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab6aff86-452e-4dc3-b4d8-62d52d6bb388") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5c67b82-f9e4-45b3-bea9-4fbcbe9a3b23") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "001b9084-0383-4b03-86cc-59a44701dbec") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "607d5603-172d-4aa2-bfd2-1cfacf393e45") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35ede67e-70c1-484a-82e5-8c6b5a5ac84c") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bbf99d19-6653-44f0-923b-623c6aaac6e3") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c83025e-bf15-4a7d-aed6-3ef1d5f61231") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78ecf98e-7ad0-4ab5-8d4c-0ed950a18a27") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38929ac0-bd2d-449e-97ac-93279b8c8116") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b0825710-c4c5-4ed1-9b42-23d808ac7fdf") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9480d95-3d0b-4cb1-841f-365ce81ca861") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87168fb8-b1f7-49b5-b25d-5d850cf68ca6") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4125377e-8c3f-47c3-af7f-0c8e8e3bce36") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "245e7361-026e-4621-b23b-0e612f1983a7") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d878c35-cdb5-4caf-bc51-d4ead0f06e06") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8c486a8-5bb9-439c-9bcb-900bd3485cb3") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2a17cdb-8554-4e40-9aa9-378c760eba78") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8b1e38c-47fa-41be-920f-066e7e636dc6") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85b6dbca-e896-4300-bd77-bfce74949620") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbddee02-4b9e-4ea9-8aa1-ae4e6e31f82b") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "855132e8-9f00-4f41-a05a-a1ce3bd73456") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "399bab35-5cd2-49d1-ae8d-60c18d3ca8d1") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a2466e2-9d99-412c-b7ac-266886f0e695") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a34dfa2f-646b-4e91-918a-0438c4393e82") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1697cca0-ecbb-4197-a193-b01b03b40606") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f0ae601-b13a-454d-992c-d627ef508048") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f99fa54-d281-47f7-b4bc-1aa1b170fd03") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1182175-b1dd-4ecf-9cba-48c78139f23f") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0159221c-dc56-4656-98ff-e2c76462d464") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0921793-2236-4a1b-a8e1-55de1c02b261") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73b9b3ee-b990-4c2a-b1a3-83ea04c44cc4") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9ec15fb-d06b-4a76-8549-5f03ce145ce0") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75c47764-d485-4f35-8f45-f108f72a1b9f") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69e75ac3-a952-44fa-a934-f62955fd7380") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79a10f14-181a-457f-bc1a-27990c4e0b6d") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37a411d9-a711-4eac-86e4-f55bc654b8e1") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1a47193-2b9a-479a-b50c-6fdbbedbfb92") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3bd77a7-cf74-44fd-a4d6-8bf9a79c4943") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "473cc4bb-fe7a-40b4-823e-e01c3033e45d") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "857d9e4f-b0d8-40ce-b6ec-a396b29a7940") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "443372dd-5855-4c1f-a418-388c4f5f174b") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57207663-3a80-46e2-af51-ecea0e16a20a") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7826fb5-ccec-4423-ac15-a5257a2e619d") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e313dbe7-e79a-4449-876f-eda95ce89525") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9580df16-a869-483e-9476-58cc9fc19147") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ab20fad-078e-4794-9118-1868b8b9a872") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e719d08e-ad66-4eae-8519-7f3428247b50") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e026a9bb-c1fc-4f8f-b87e-fdfe1dabc89f") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "850f3667-68cc-43d0-832d-0d0705488975") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "74240d22-cb8b-4aae-acfe-dea5fd8b338c") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb625f26-6788-457f-9949-d9c410621625") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c2e34bf-962e-4b41-99da-a5d66b805722") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6eeacc42-4640-4626-806a-9e8cb9ecc6c3") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80b6c84a-f0b4-4d07-8667-611cbf73ec7c") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b493053-344d-4fb8-bd88-288b78f625ec") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f20bbdc-0887-4f09-9ecd-20b967cd283e") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "107d4bf9-fa73-46de-95be-6a236d1c2d3c") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "95cd2cb9-4d64-4ef6-a4a8-64816f938148") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce9866a1-db30-4750-a49c-79dec24ebe31") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "83b5ffb7-8b1d-4a91-b036-a550cfe4fffd") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4e5b58c9-26d3-40dd-af63-f75efb8592a7") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf642b08-2df3-4ff1-9a24-7dd0d2cfb160") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05ffef52-6d1c-4801-b98d-e85a42df2daa") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b6befd3-b339-4ac0-8a9d-f621651bfa78") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2fbdb01-ad4c-487d-8d7b-424e65d53160") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "167610e7-c6bd-4905-9b16-d4adf39b6431") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c87fc94a-0aa9-4260-9cc3-d1292bf3b8f2") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4ea52895-e5f8-47ac-82a8-530ecb5d43a0") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc1e31fd-cf07-46bd-9429-fb64906a79f9") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3df366ed-d838-4ea8-ba00-e3ef7cce5c2a") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd6fdd70-b68d-42bb-bb6d-d81eac93acc7") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25fb9f3c-95e8-4fd2-b14c-3c7c5a4c740d") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0182c82-79a1-4837-beec-db8b445b49ea") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89d6689e-bc07-44c2-985a-678ff8b16808") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "1248a3b8-3c89-4ba7-94ba-d9710eb164b0") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "e47cde39-0ccb-437d-b7d7-130b867dfafd") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cf8d78be-31b0-4f60-b1d9-d9d9749c915c") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b87b89b6-08f0-4995-b48a-2bbbaeec420d") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "75aec885-49ea-43ed-b806-ecf094c4e1c6") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "77d1fb0b-0484-4fef-821e-6fd6b52bc73a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+5V") + (pintype "passive") + (uuid "d572bd34-f4f2-402d-ac7a-c4f3667e1f4e") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "4760d344-6f03-4a69-820a-2d3fe31d6905") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Arduino_MountingHole:MountingHole_3.2mm" + (locked yes) + (layer "F.Cu") + (uuid "e37b79bf-98e8-4522-b749-f0e7c6a98bbc") + (at 113.97 97.46) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "MH2" + (at 0 -4.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "05f3de70-3221-4b3a-8c00-124cda2518d2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_3.2mm" + (at 0 4.2 0) + (layer "F.Fab") + (hide yes) + (uuid "e898e031-f90d-4d56-b519-a50eb29b3a3d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4a6f4f77-a3da-4ece-98fa-7d0c05edc459") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "42057e82-c7b1-4468-8491-b5c465e4c34e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "367f3472-5f84-4502-be0a-65d08fe3cce5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr board_only exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "81e7e7d8-43fe-4276-b06c-846383cd94e2") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cff3a8ca-23e6-4c1c-8786-0b09a7a5bf2c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "c8c44d91-ad4e-4db1-91ff-c0f194088c20") + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "e41e91eb-bf42-4b3b-b33c-45f31cb81f72") + (at 125.4 69.52 90) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (property "Reference" "J10" + (at 5.08 -5.08 -90) + (layer "F.SilkS") + (hide yes) + (uuid "3c8f3aa3-e899-4594-8c5f-ed337c4c1b0a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x04" + (at 0 9.95 -90) + (layer "F.Fab") + (hide yes) + (uuid "c50973a5-b36f-49ee-bcde-89cff0fbaade") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0cab9c3-2ea4-428f-8c70-c5426affdca4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07d80100-47d1-4260-9efd-91b83b227913") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dcffb1b3-78a5-40c0-b337-71fede3aa3a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/209d248c-91b1-40d5-978d-bd33510692e4") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae0d8cd6-aaaa-410b-a49e-1ec7a1351f85") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e7c90f2-1bf1-4e62-8bce-ca27efe275c0") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c20b7cbc-c650-462f-9665-46daa3da103c") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4ed30695-a978-4f87-8920-88ad53676cb0") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "896b0fb1-d652-41c7-ae6d-12bd997a638a") + ) + (fp_line + (start -1.33 8.95) + (end 1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3f1ba55-73f8-44c1-ac6f-f95b9b2dcb8f") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be3b753c-08bf-4708-a73b-59df9c98c3c7") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "513cbd5c-7621-4c58-ab5a-00894840fccf") + ) + (fp_line + (start 1.8 9.4) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "770b6485-6311-4437-96b2-39bf6893dbcb") + ) + (fp_line + (start -1.8 9.4) + (end 1.8 9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6843e44c-2ce3-4658-94bf-f60395ba2d7e") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "055a7509-13f3-40f7-8f81-cb435f12b13b") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb5a1e31-f018-407d-af02-bd2bbd9cc532") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "163407a1-3a49-439f-bc84-44f2f056ee15") + ) + (fp_line + (start 1.27 8.89) + (end -1.27 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "08a858fc-ef28-4715-8bb5-7e730a29ae93") + ) + (fp_line + (start -1.27 8.89) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "56931a87-1ecb-4ac2-a761-db66ecd5d8eb") + ) + (fp_text user "${REFERENCE}" + (at 0 3.81 0) + (layer "F.Fab") + (uuid "748979b3-e18f-41a0-89f7-4467de40f528") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "/MOT_2B") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "8c190e1c-3ba8-4c4c-ac86-cd337b55e358") + ) + (pad "2" thru_hole oval + (at 0 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "/MOT_2A") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "b31fe5aa-158a-4c4b-8a22-d21815ab258e") + ) + (pad "3" thru_hole oval + (at 0 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "/MOT_1A") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "3c0ef1be-83f8-4c10-a79d-8e97246ea593") + ) + (pad "4" thru_hole oval + (at 0 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "/MOT_1B") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "c83852b2-eeb6-4091-b0d7-8a730f71d6fd") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "NetTie:NetTie-2_SMD_Pad0.5mm" + (layer "F.Cu") + (uuid "e8089b8a-8f33-405f-b82e-84db73efbcf5") + (at 155.88 52.248 90) + (descr "Net tie, 2 pin, 0.5mm square SMD pads") + (tags "net tie") + (property "Reference" "NT1" + (at 0 -1.2 -90) + (layer "F.SilkS") + (hide yes) + (uuid "81abe7a8-1ddf-40c6-877c-3c7b8e1a309a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 1.2 -90) + (layer "F.Fab") + (hide yes) + (uuid "82095796-0cd4-444c-977e-3e02d680bd94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d2ed46f8-04ab-4e37-a757-5bb90d54cc18") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "91f9c4ed-515c-40b2-ace6-cc53f9c8aaeb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ee69c2ba-d016-4141-903a-dca4c00e40ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Net*Tie*") + (path "/041b2555-b518-4ab0-a8d9-3a46107bf2f7") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.5 -0.25) (xy 0.5 -0.25) (xy 0.5 0.25) (xy -0.5 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a20cf5c6-5937-4676-935c-7371413d0917") + ) + (pad "1" smd circle + (at -0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 40 "/BUZZER") + (pinfunction "1") + (pintype "passive") + (uuid "0b208a7d-ef80-48ea-ba38-b89a6a63bc76") + ) + (pad "2" smd circle + (at 0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 24 "/*3") + (pinfunction "2") + (pintype "passive") + (uuid "89269f5c-a6c6-42a7-a01c-21912f9ac95d") + ) + ) + (footprint "Arduino_MountingHole:MountingHole_3.2mm" + (locked yes) + (layer "F.Cu") + (uuid "e9ebf119-598a-41fd-98be-2dbed0b47309") + (at 166.04 64.44) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "MH3" + (at 0 -4.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "c0dfd452-f95d-425d-a4e1-76f4d4a34935") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_3.2mm" + (at 0 4.2 0) + (layer "F.Fab") + (hide yes) + (uuid "e4b6b365-3a2f-4b5f-8024-d98a1fe1b31a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "413d5a88-3dc1-4d37-af7d-b3579f1e3171") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f19615ca-dd8a-4c1b-a70a-cdb7d50197e9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "87826f02-5563-4080-813e-0dca18f79c9a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr board_only exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "12c4587b-161e-440b-9f81-6eaf89864310") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6c3e0fcd-9a4f-4284-9404-7d7ffa791756") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "f5c5381c-91f2-49ef-aa73-4183f7581432") + ) + ) + (footprint "Arduino_MountingHole:MountingHole_3.2mm" + (locked yes) + (layer "F.Cu") + (uuid "ee2daf16-2f42-4829-9824-10ca9836b9cd") + (at 166.04 92.38) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "MH4" + (at 0 -4.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "46427898-674b-4049-865e-86a6af00b2cf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_3.2mm" + (at 0 4.2 0) + (layer "F.Fab") + (hide yes) + (uuid "52374269-59fb-41e0-9845-69559a9c68e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c4f900d-93a2-44f9-89d1-581de33dfa8e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0660cd81-9379-47bc-87a7-1154b6bd7608") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc8e5b81-6f24-483f-b644-08dee91dbd8d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr board_only exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "9b79a9fe-4457-4362-8b90-95b153dc8c40") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c036c6db-c339-4e6d-b082-30fecb679f40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "ad854452-7590-443f-8d90-eb3b4c714525") + ) + ) + (footprint "PCM_Resistor_THT_AKL:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "ef6e1e7d-e02a-4073-a615-9cb8aefc0f7f") + (at 158.42 60.63 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf, Alternate KiCad Library") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R1" + (at 5.08 -2.37 180) + (layer "F.SilkS") + (hide yes) + (uuid "bfb86465-e42b-44bd-9dad-a4808eca7f8b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47R" + (at 5.08 2.37 180) + (layer "F.SilkS") + (uuid "4784c1c1-4a78-4217-9d52-41bc17ff14c8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "PCM_Resistor_THT_AKL:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7ba2d46-d80a-4a72-9195-172e5527a04d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4037daac-3bd0-4627-a122-8306796518bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "39c1b3e7-2e7c-40e4-ab78-e90addc4d91b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/1cec7206-a9aa-43f3-af64-66b4d74e7a9e") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr through_hole) + (fp_line + (start 8.255 0.889) + (end 7.874 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f86fe743-7b30-47c3-b48e-4d06125ebdb7") + ) + (fp_line + (start 8.255 0) + (end 9.144 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "070a9e22-a8fc-4df0-a777-5542b5746104") + ) + (fp_line + (start 8.255 -0.889) + (end 8.255 0.889) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a55fc7e2-c06f-4c33-aa6c-b7a6a9f9f0f9") + ) + (fp_line + (start 8.255 -0.889) + (end 7.874 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc2100ea-5ad9-4ef1-9a78-e6b19170f64e") + ) + (fp_line + (start 7.874 1.27) + (end 6.477 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0374f9ad-21d1-44f7-a141-f4aff7b280c1") + ) + (fp_line + (start 7.874 -1.27) + (end 6.477 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51dbcec4-be9a-4b1a-a35c-e6b6fe997ed2") + ) + (fp_line + (start 6.477 1.27) + (end 6.35 1.143) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9fbf9d29-569d-4962-a1b1-470a0f2b078a") + ) + (fp_line + (start 6.477 -1.27) + (end 6.35 -1.143) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1fe5621b-ad9c-4ea5-99d7-cb13bc8cdfa5") + ) + (fp_line + (start 6.35 1.143) + (end 5.08 1.143) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55907640-cd49-4daf-abc7-7588007d792e") + ) + (fp_line + (start 6.35 -1.143) + (end 5.08 -1.143) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54751922-449a-4cb8-b523-91b2e2082485") + ) + (fp_line + (start 3.81 1.143) + (end 5.08 1.143) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2dc75455-44a4-4abf-8ae6-d5cf2a003dbc") + ) + (fp_line + (start 3.81 -1.143) + (end 5.08 -1.143) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f342149-722e-4fe4-8df7-b8943c67d202") + ) + (fp_line + (start 3.683 1.27) + (end 3.81 1.143) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3490b11-c07f-43cb-a83d-f89161fbc4a8") + ) + (fp_line + (start 3.683 -1.27) + (end 3.81 -1.143) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3445e8bd-8dad-40e2-80ca-73074c2cd738") + ) + (fp_line + (start 2.286 1.27) + (end 3.683 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b83fe0ab-098a-4fba-b766-e1be59b61df3") + ) + (fp_line + (start 2.286 -1.27) + (end 3.683 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a23e8b92-30a9-4068-8cab-c08034e22b57") + ) + (fp_line + (start 1.905 0.889) + (end 2.286 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e57f9011-39ac-4734-ac5b-68e6f08c1909") + ) + (fp_line + (start 1.905 0) + (end 1.016 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7d592f7-6aff-40d6-87b4-a88fbf85d581") + ) + (fp_line + (start 1.905 -0.889) + (end 2.286 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4841ecb5-ea85-41ce-a747-8c15c756bd53") + ) + (fp_line + (start 1.905 -0.889) + (end 1.905 0.889) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1d4a3aeb-097c-477c-9323-fd53ebc4ea11") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c394505e-4dd3-4cdc-92a1-fe5808c1ba1e") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "508a4932-8d6f-47d7-b170-e4566fd33a01") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c4b3a7b7-f6f1-4333-87a9-dfc232190c76") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "407aaed4-94d3-4921-882c-6a6116388065") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "016bcfa6-e6ea-4e38-afa6-709d794f4726") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d9d3f4d-6dc0-442b-8770-a245e3d8e21f") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0aefe887-8072-40a6-b2e9-a8e010e3cfcf") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3970449e-b1e3-4b7f-8365-6bcdeedb2c17") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e626b717-382c-4eb1-bcbb-43cc2ae78853") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f37730ef-e1a0-4ad2-b3ac-fba43bb00816") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 180) + (layer "F.Fab") + (uuid "e9afa4d6-2b5c-44a8-920e-9f18a46cbc87") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "/BUZZER_GND") + (pintype "passive") + (uuid "def72382-b370-4ea2-9238-b9f93c97066a") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "547474a6-fd11-4b7d-aee6-79388e41a793") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "NetTie:NetTie-2_SMD_Pad0.5mm" + (layer "F.Cu") + (uuid "f82157aa-789d-4cb7-9acb-8b43caeb6f77") + (at 148.284 52.296 90) + (descr "Net tie, 2 pin, 0.5mm square SMD pads") + (tags "net tie") + (property "Reference" "NT6" + (at 0 -1.2 -90) + (layer "F.SilkS") + (hide yes) + (uuid "a6022cc3-3af6-48b8-9f1d-bb0daac9cb1c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 1.2 -90) + (layer "F.Fab") + (hide yes) + (uuid "69e1bed2-bbe4-4278-9a09-e332ce03a10b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cf55fb74-df44-4f0e-8cc1-6bbecb974bea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c96996cd-6064-4bf5-844a-87844216b1d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5de7abe2-12f6-41ad-b022-c719eff0a9b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Net*Tie*") + (path "/2a5e2278-c202-407f-ab79-efe36a7d22c1") + (sheetname "Root") + (sheetfile "CewkomatorShield.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.5 -0.25) (xy 0.5 -0.25) (xy 0.5 0.25) (xy -0.5 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6e333bf1-6c94-40c6-ad76-f80dc5356a1d") + ) + (pad "1" smd circle + (at -0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 42 "/MOT_MS1") + (pinfunction "1") + (pintype "passive") + (uuid "add180be-7c9d-4f95-bada-31f23ab679ae") + ) + (pad "2" smd circle + (at 0.5 0 90) + (size 0.5 0.5) + (layers "F.Cu") + (net 21 "/*6") + (pinfunction "2") + (pintype "passive") + (uuid "898ad2fa-8e6e-4012-904a-d46413f9a9b4") + ) + ) + (gr_line + (start 163.5 46.66) + (end 166.04 49.2) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "128501e3-21d3-4eb7-b1e8-d7acc8207d89") + ) + (gr_arc + (start 166.04 99.238) + (mid 165.816815 99.776815) + (end 165.278 100) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3297fdf3-9bce-4fb9-aeea-51ffb50b7ad8") + ) + (gr_line + (start 162.23 100.762) + (end 162.23 140.91) + (stroke + (width 0.15) + (type default) + ) + (layer "B.SilkS") + (uuid "414676e6-c812-4745-8895-b03c64c5d532") + ) + (gr_line + (start 100 100) + (end 162.865 100) + (stroke + (width 0.15) + (type default) + ) + (layer "B.SilkS") + (uuid "48c07c47-c70a-40ba-90a8-dacf167f756d") + ) + (gr_arc + (start 162.23 100.762) + (mid 162.453185 100.223185) + (end 162.992 100) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6b5e336b-2175-4e1d-9c2b-8b76f8c59282") + ) + (gr_line + (start 162.992 100) + (end 165.278 100) + (stroke + (width 0.15) + (type default) + ) + (layer "B.SilkS") + (uuid "73753698-5dad-4e1a-95b4-370add75179b") + ) + (gr_line + (start 166.04 49.2) + (end 166.04 59.36) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "75b8d9eb-08a5-4168-9aaa-587aeaf87b45") + ) + (gr_arc + (start 162.23 140.91) + (mid 161.937107 141.617107) + (end 161.23 141.91) + (stroke + (width 0.15) + (type default) + ) + (layer "B.SilkS") + (uuid "a0b1a4ee-0789-43b5-b918-d23c1405bc02") + ) + (gr_line + (start 166.04 59.36) + (end 168.58 61.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "af9bbeaa-3649-49fe-92ae-dd04ba96659a") + ) + (gr_line + (start 166.04 98.73) + (end 166.04 99.238) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b448dcc1-39d5-4052-8f43-0f6100b95185") + ) + (gr_line + (start 168.58 96.19) + (end 166.04 98.73) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c512360e-c890-4a8a-9cbb-ae8a645f0630") + ) + (gr_line + (start 168.58 61.9) + (end 168.58 96.19) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc2802ac-a95a-468d-9a57-6165316064c9") + ) + (gr_line + (start 162.23 100.762) + (end 162.23 140.91) + (stroke + (width 0.15) + (type default) + ) + (layer "F.SilkS") + (uuid "086d89bd-b06a-4365-98bd-312005525272") + ) + (gr_line + (start 166.04 59.36) + (end 168.58 61.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "14983443-9435-48e9-8e51-6faf3f00bdfc") + ) + (gr_arc + (start 162.23 100.762) + (mid 162.453185 100.223185) + (end 162.992 100) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f8cb743-4bf0-42d7-acc6-9b78fdcb6615") + ) + (gr_arc + (start 162.23 140.91) + (mid 161.937107 141.617107) + (end 161.23 141.91) + (stroke + (width 0.15) + (type default) + ) + (layer "F.SilkS") + (uuid "3687f2cd-0efc-49eb-9e8e-c3782ca46aac") + ) + (gr_line + (start 168.58 61.9) + (end 168.58 96.19) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "58c6d72f-4bb9-4dd3-8643-c635155dbbd9") + ) + (gr_line + (start 125.4 115.24) + (end 131.75 115.24) + (stroke + (width 0.15) + (type default) + ) + (layer "F.SilkS") + (uuid "68744510-73eb-48e6-802e-e3cb96f78243") + ) + (gr_line + (start 150.165 64.44) + (end 156.515 64.44) + (stroke + (width 0.15) + (type default) + ) + (layer "F.SilkS") + (uuid "7488e12d-0309-4a1d-a211-106198a452aa") + ) + (gr_line + (start 159.055 86.03) + (end 155.245 86.03) + (stroke + (width 0.15) + (type default) + ) + (layer "F.SilkS") + (uuid "88b59043-08e6-4e64-bee6-18cfd0887d1e") + ) + (gr_line + (start 168.58 96.19) + (end 166.04 98.73) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "93ebe48c-2f88-4531-a8a5-5f344455d694") + ) + (gr_line + (start 163.5 46.66) + (end 166.04 49.2) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1531b39-8dae-4637-9a8d-49791182f594") + ) + (gr_line + (start 162.992 100) + (end 165.278 100) + (stroke + (width 0.15) + (type default) + ) + (layer "F.SilkS") + (uuid "b5ca04aa-9023-43a1-9713-0db4001829af") + ) + (gr_arc + (start 166.04 99.238) + (mid 165.816815 99.776815) + (end 165.278 100) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "b69d9560-b866-4a54-9fbe-fec8c982890e") + ) + (gr_line + (start 166.04 49.2) + (end 166.04 59.36) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "e462bc5f-271d-43fc-ab39-c424cc8a72ce") + ) + (gr_line + (start 166.04 98.73) + (end 166.04 99.238) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea66c48c-ef77-4435-9521-1af21d8c2327") + ) + (gr_line + (start 100 100) + (end 162.865 100) + (stroke + (width 0.15) + (type default) + ) + (layer "F.SilkS") + (uuid "f2a81400-da07-4ed2-b857-9a1e11fa2a6d") + ) + (gr_line + (start 98.095 96.825) + (end 98.095 87.935) + (stroke + (width 0.05) + (type solid) + ) + (layer "Dwgs.User") + (uuid "53e4740d-8877-45f6-ab44-50ec12588509") + ) + (gr_line + (start 111.43 96.825) + (end 98.095 96.825) + (stroke + (width 0.05) + (type solid) + ) + (layer "Dwgs.User") + (uuid "556cf23c-299b-4f67-9a25-a41fb8b5982d") + ) + (gr_rect + (start 163.627 68.25) + (end 168.707 75.87) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "58ce2ea3-aa66-45fe-b5e1-d11ebd935d6a") + ) + (gr_line + (start 98.095 87.935) + (end 111.43 87.935) + (stroke + (width 0.05) + (type solid) + ) + (layer "Dwgs.User") + (uuid "77f9193c-b405-498d-930b-ec247e51bb7e") + ) + (gr_line + (start 93.65 67.615) + (end 93.65 56.185) + (stroke + (width 0.05) + (type solid) + ) + (layer "Dwgs.User") + (uuid "886b3496-76f8-498c-900d-2acfeb3f3b58") + ) + (gr_line + (start 111.43 87.935) + (end 111.43 96.825) + (stroke + (width 0.05) + (type solid) + ) + (layer "Dwgs.User") + (uuid "92b33026-7cad-45d2-b531-7f20adda205b") + ) + (gr_line + (start 109.525 56.185) + (end 109.525 67.615) + (stroke + (width 0.05) + (type solid) + ) + (layer "Dwgs.User") + (uuid "bf6edab4-3acb-4a87-b344-4fa26a7ce1ab") + ) + (gr_line + (start 93.65 56.185) + (end 109.525 56.185) + (stroke + (width 0.05) + (type solid) + ) + (layer "Dwgs.User") + (uuid "da3f2702-9f42-46a9-b5f9-abfc74e86759") + ) + (gr_line + (start 109.525 67.615) + (end 93.65 67.615) + (stroke + (width 0.05) + (type solid) + ) + (layer "Dwgs.User") + (uuid "fde342e7-23e6-43a1-9afe-f71547964d5d") + ) + (gr_line + (start 100 99.238) + (end 100 47.422) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "16738e8d-f64a-4520-b480-307e17fc6e64") + ) + (gr_line + (start 161.23 141.91) + (end 101 141.91) + (stroke + (width 0.15) + (type default) + ) + (layer "Edge.Cuts") + (uuid "6fa53ed8-2ecf-417a-91d5-00e023ace599") + ) + (gr_line + (start 100.762 46.66) + (end 163.5 46.66) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "6fef40a2-9c09-4d46-b120-a8241120c43b") + ) + (gr_arc + (start 101 141.91) + (mid 100.292893 141.617107) + (end 100 140.91) + (stroke + (width 0.15) + (type default) + ) + (layer "Edge.Cuts") + (uuid "b5b1b6eb-aaca-4918-ac93-d3b273e7404d") + ) + (gr_line + (start 100 140.91) + (end 100 99.238) + (stroke + (width 0.15) + (type default) + ) + (layer "Edge.Cuts") + (uuid "c0326cd2-f9f5-4a55-96a3-ed4890ea07ca") + ) + (gr_arc + (start 100 47.422) + (mid 100.223185 46.883185) + (end 100.762 46.66) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ef0ee1ce-7ed7-4e9c-abb9-dc0926a9353e") + ) + (gr_text "+5V" + (at 133.655 106.985 90) + (layer "F.SilkS") + (uuid "0804bbba-36a8-40c0-8802-d3c24c802ab2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "STEP" + (at 135.56 89.205 90) + (layer "F.SilkS") + (uuid "09d4e882-dc96-4cbb-ac16-72db3c868b74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "PWM" + (at 134.036 59.106 90) + (layer "F.SilkS") + (uuid "0a3ca957-3f1e-4d93-b7ad-17b3c2bcb84f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "MS2" + (at 125.4 89.205 90) + (layer "F.SilkS") + (uuid "0e5f7e95-f6e8-4615-8f3a-005e5adc076a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "DT" + (at 153.34 68.25 90) + (layer "F.SilkS") + (uuid "155f6b10-b39e-4cfa-97b1-048b61c67571") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "by radex" + (at 101.94 64.46 0) + (layer "F.SilkS") + (uuid "1b2f7904-3040-4cfd-9327-7ff7ca390a3f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "GND" + (at 141.656 59.106 90) + (layer "F.SilkS") + (uuid "1dfa83b1-c357-4209-a69b-ca4d36dcc3b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "SW" + (at 131.115 119.05 90) + (layer "F.SilkS") + (uuid "207506e8-c7ce-462e-a729-f8c2c78997f5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "MS1" + (at 122.86 89.205 90) + (layer "F.SilkS") + (uuid "20aa6e61-cc8a-43ad-8d03-00bfeb8df082") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "X" + (at 136.195 119.05 90) + (layer "F.SilkS") + (uuid "212605e3-d350-48c6-b923-ae6ba72921e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "BUZZ" + (at 161.595 79.045 90) + (layer "F.SilkS") + (uuid "2472cd1a-608b-4f9a-8902-285d14793f0c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "SDA" + (at 131.115 132.385 90) + (layer "F.SilkS") + (uuid "2567836f-fce1-4da5-97d1-a190571ee30b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "EN" + (at 120.32 89.205 90) + (layer "F.SilkS") + (uuid "264d7c1a-cfae-45e0-8cbe-e74cca72ffd8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "CLK" + (at 150.8 68.25 90) + (layer "F.SilkS") + (uuid "2e5397d0-5826-48ca-a4b1-a26dde878ec1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "2A" + (at 127.94 67.615 90) + (layer "F.SilkS") + (uuid "2f291d86-8e45-4799-97f0-df4d05395811") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "GND" + (at 122.86 72.695 90) + (layer "F.SilkS") + (uuid "2fac95df-3758-4e6f-a711-0741cbb49727") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "SDA" + (at 151.435 126.035 -90) + (layer "F.SilkS") + (uuid "3085b144-19a8-4954-a37f-247e2ed1e806") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "GND" + (at 138.1 72.695 90) + (layer "F.SilkS") + (uuid "33070fb8-01f1-42ff-b5ab-e0db2f4c7678") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "RES" + (at 139.116 59.106 90) + (layer "F.SilkS") + (uuid "34b75a97-3de5-4bba-bed1-c105a85d0426") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "+5V" + (at 135.56 72.695 90) + (layer "F.SilkS") + (uuid "35c977e8-d7bc-4d4b-b632-782daff4788a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "GND" + (at 108.94 88.46 0) + (layer "F.SilkS") + (uuid "39b4ef55-32b6-4e8b-bb70-edb1f2b47d0e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "1A" + (at 130.48 67.615 90) + (layer "F.SilkS") + (uuid "3b77271a-fb42-4aa6-938f-0804d99ad1b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "Rev A" + (at 101.94 62.46 0) + (layer "F.SilkS") + (uuid "3e1c1373-2403-437f-8aa2-98c6b1c2b5de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "Encoder" + (at 122.225 105.715 0) + (layer "F.SilkS" knockout) + (uuid "40368b5e-08e0-4e38-9b86-2c1e221c609b") + (effects + (font + (size 1.5 1.5) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "I2C" + (at 155.88 87.3 0) + (layer "F.SilkS") + (uuid "446ad0a9-3ff8-453a-bdf1-30fcfdd2ba6b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "+5V" + (at 131.496 59.36 90) + (layer "F.SilkS") + (uuid "45f15f82-0a81-4d73-8b09-9bc445b07062") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "cewk-o-mator" + (at 101.905 114.605 0) + (layer "F.SilkS") + (uuid "539f0709-4506-46e7-aabe-7d95480203e4") + (effects + (font + (face "Comic Sans MS") + (size 2 2) + (thickness 0.5) + (bold yes) + ) + (justify left bottom) + ) + (render_cache "cewk-o-mator" 0 + (polygon + (pts + (xy 102.676807 114.358789) (xy 102.567018 114.352812) (xy 102.464064 114.334883) (xy 102.367945 114.305002) + (xy 102.278661 114.263168) (xy 102.196211 114.209381) (xy 102.170247 114.188796) (xy 102.096871 114.117383) + (xy 102.038677 114.037968) (xy 101.98997 113.935202) (xy 101.964668 113.838448) (xy 101.954547 113.733691) + (xy 101.954337 113.715453) (xy 101.961154 113.613186) (xy 101.981608 113.509717) (xy 102.015697 113.405045) + (xy 102.063422 113.299172) (xy 102.113608 113.210025) (xy 102.148265 113.156137) (xy 102.2187 113.061288) + (xy 102.292617 112.982515) (xy 102.370016 112.919818) (xy 102.467492 112.865802) (xy 102.569982 112.834936) + (xy 102.659221 112.826898) (xy 102.763277 112.836537) (xy 102.867691 112.86203) (xy 102.969658 112.898596) + (xy 102.993346 112.908475) (xy 103.083756 112.953972) (xy 103.167369 113.016796) (xy 103.219712 113.100193) + (xy 103.225376 113.140505) (xy 103.198998 113.238691) (xy 103.178482 113.267512) (xy 103.092671 113.322393) + (xy 103.050987 113.327107) (xy 102.953656 113.294806) (xy 102.908838 113.264581) (xy 102.820187 113.221838) + (xy 102.71875 113.204253) (xy 102.659221 113.202055) (xy 102.563438 113.238239) (xy 102.490785 113.308392) + (xy 102.430122 113.391099) (xy 102.378403 113.479118) (xy 102.337883 113.570767) (xy 102.313755 113.672184) + (xy 102.311908 113.706172) (xy 102.329161 113.803349) (xy 102.386329 113.887445) (xy 102.416444 113.912313) + (xy 102.507097 113.958489) (xy 102.609382 113.980219) (xy 102.677295 113.983632) (xy 102.779511 113.968) + (xy 102.877848 113.93228) (xy 102.902487 113.921106) (xy 102.994716 113.880622) (xy 103.071503 113.858579) + (xy 103.167134 113.887095) (xy 103.19851 113.913778) (xy 103.247093 114.001202) (xy 103.251266 114.039808) + (xy 103.21273 114.129822) (xy 103.130642 114.198954) (xy 103.032135 114.254191) (xy 103.01777 114.261092) + (xy 102.918058 114.303834) (xy 102.817413 114.337322) (xy 102.719907 114.356404) + ) + ) + (polygon + (pts + (xy 104.239172 112.830731) (xy 104.34483 112.8445) (xy 104.44029 112.868283) (xy 104.535495 112.907009) + (xy 104.626323 112.967093) (xy 104.6912 113.041831) (xy 104.733167 113.143429) (xy 104.743101 113.235272) + (xy 104.72313 113.339197) (xy 104.670312 113.426361) (xy 104.594552 113.498854) (xy 104.574085 113.514197) + (xy 104.48582 113.567908) (xy 104.394771 113.61501) (xy 104.293273 113.663691) (xy 104.264874 113.676863) + (xy 103.801789 113.889842) (xy 103.894907 113.922815) (xy 103.961036 113.936737) (xy 104.061542 113.948461) + (xy 104.160504 113.952308) (xy 104.175481 113.952369) (xy 104.274588 113.945838) (xy 104.374194 113.923265) + (xy 104.470977 113.879811) (xy 104.487135 113.869815) (xy 104.572511 113.822057) (xy 104.670317 113.796053) + (xy 104.767823 113.825692) (xy 104.810726 113.91461) (xy 104.812955 113.950903) (xy 104.790534 114.053647) + (xy 104.732016 114.135431) (xy 104.649508 114.199629) (xy 104.583367 114.23569) (xy 104.485883 114.275868) + (xy 104.385408 114.304567) (xy 104.28194 114.321786) (xy 104.175481 114.327526) (xy 104.075809 114.323697) + (xy 103.963885 114.308997) (xy 103.860341 114.283271) (xy 103.765178 114.246521) (xy 103.678395 114.198744) + (xy 103.638147 114.170722) (xy 103.559791 114.100712) (xy 103.497646 114.020741) (xy 103.451713 113.93081) + (xy 103.421992 113.830919) (xy 103.408482 113.721067) (xy 103.407581 113.682236) (xy 103.412042 113.57616) + (xy 103.41605 113.545949) (xy 103.774434 113.545949) (xy 103.871378 113.503654) (xy 103.968035 113.461647) + (xy 104.064406 113.419925) (xy 104.083646 113.411615) (xy 104.18207 113.364848) (xy 104.277382 113.315331) + (xy 104.365145 113.263839) (xy 104.37918 113.254811) (xy 104.287737 113.218747) (xy 104.183739 113.203343) + (xy 104.138845 113.202055) (xy 104.040985 113.216244) (xy 103.949303 113.26326) (xy 103.920003 113.288028) + (xy 103.857172 113.364598) (xy 103.808266 113.456029) (xy 103.774434 113.545949) (xy 103.41605 113.545949) + (xy 103.425423 113.475307) (xy 103.447724 113.379678) (xy 103.486261 113.271818) (xy 103.537644 113.17148) + (xy 103.590275 113.093611) (xy 103.657237 113.016774) (xy 103.746721 112.941761) (xy 103.846166 112.885502) + (xy 103.955572 112.847995) (xy 104.054352 112.831065) (xy 104.138356 112.826898) + ) + ) + (polygon + (pts + (xy 106.805488 113.042808) (xy 106.778456 113.142508) (xy 106.751398 113.240473) (xy 106.724314 113.336704) + (xy 106.697204 113.4312) (xy 106.661018 113.554497) (xy 106.624786 113.67471) (xy 106.588509 113.79184) + (xy 106.552185 113.905886) (xy 106.515816 114.016849) (xy 106.477622 114.110134) (xy 106.429577 114.197336) + (xy 106.380994 114.269884) (xy 106.304057 114.337295) (xy 106.205139 114.358789) (xy 106.104265 114.325282) + (xy 106.033938 114.252864) (xy 105.979966 114.156239) (xy 105.939322 114.048711) (xy 105.933053 114.028572) + (xy 105.908514 113.929282) (xy 105.886959 113.819418) (xy 105.869672 113.719269) (xy 105.851422 113.603905) + (xy 105.845125 113.562069) (xy 105.809466 113.643157) (xy 105.769685 113.739877) (xy 105.728114 113.843742) + (xy 105.687459 113.947056) (xy 105.650038 114.043227) (xy 105.609397 114.148557) (xy 105.600882 114.170722) + (xy 105.54879 114.253642) (xy 105.538845 114.262557) (xy 105.467037 114.332777) (xy 105.366898 114.358789) + (xy 105.279322 114.310243) (xy 105.231099 114.243506) (xy 105.182508 114.153424) (xy 105.144345 114.057406) + (xy 105.114892 113.959488) (xy 105.108977 113.936249) (xy 105.084583 113.826217) (xy 105.062481 113.710835) + (xy 105.04157 113.593169) (xy 105.02321 113.484955) (xy 105.0034 113.364222) (xy 104.98759 113.265459) + (xy 104.976598 113.195704) (xy 104.963574 113.098091) (xy 104.957547 113.002264) (xy 104.987072 112.907248) + (xy 105.014699 112.877212) (xy 105.103905 112.831811) (xy 105.151475 112.826898) (xy 105.253266 112.851083) + (xy 105.320693 112.931226) (xy 105.334169 112.973443) (xy 105.352407 113.0714) (xy 105.364455 113.162976) + (xy 105.374897 113.265558) (xy 105.384972 113.353485) (xy 105.400908 113.452816) (xy 105.416467 113.552378) + (xy 105.432893 113.658914) (xy 105.439682 113.703241) (xy 105.479015 113.593303) (xy 105.513392 113.494368) + (xy 105.549225 113.388778) (xy 105.586512 113.276534) (xy 105.61739 113.181947) (xy 105.649199 113.083101) + (xy 105.673667 113.006172) (xy 105.71846 112.911633) (xy 105.797778 112.844405) (xy 105.885181 112.826898) + (xy 105.984786 112.854993) (xy 106.050263 112.93011) (xy 106.08546 113.026688) (xy 106.107261 113.122868) + (xy 106.127615 113.223543) (xy 106.146292 113.324255) (xy 106.158244 113.392564) (xy 106.177931 113.505805) + (xy 106.196948 113.614391) (xy 106.215147 113.71677) (xy 106.227121 113.781399) (xy 106.253453 113.681469) + (xy 106.280644 113.576478) (xy 106.309129 113.466073) (xy 106.33442 113.367861) (xy 106.363076 113.256444) + (xy 106.395099 113.13182) (xy 106.430487 112.993989) (xy 106.443032 112.945111) (xy 106.495789 112.860261) + (xy 106.588995 112.827937) (xy 106.61449 112.826898) (xy 106.713183 112.85091) (xy 106.752243 112.8777) + (xy 106.807574 112.962897) (xy 106.812327 113.003241) + ) + ) + (polygon + (pts + (xy 108.118538 114.327526) (xy 108.023161 114.30359) (xy 107.953918 114.231782) (xy 107.899607 114.140441) + (xy 107.843322 114.057721) (xy 107.784337 113.978159) (xy 107.751685 113.936249) (xy 107.691285 113.859429) + (xy 107.622793 113.772278) (xy 107.562279 113.695191) (xy 107.530401 113.654392) (xy 107.447468 113.713908) + (xy 107.362884 113.769672) (xy 107.349173 113.777979) (xy 107.342561 113.88414) (xy 107.338113 113.987751) + (xy 107.335829 114.088812) (xy 107.335495 114.143855) (xy 107.310098 114.240176) (xy 107.281762 114.275258) + (xy 107.194487 114.322421) (xy 107.145963 114.327526) (xy 107.043695 114.304962) (xy 106.974949 114.228019) + (xy 106.952791 114.124451) (xy 106.952034 114.096472) (xy 106.954614 113.990544) (xy 106.960109 113.884814) + (xy 106.966704 113.785048) (xy 106.967665 113.771629) (xy 106.974718 113.670177) (xy 106.980243 113.572173) + (xy 106.983644 113.468068) (xy 106.983785 113.446786) (xy 106.984152 113.343593) (xy 106.985251 113.233318) + (xy 106.986813 113.131016) (xy 106.988937 113.023292) (xy 106.989647 112.991517) (xy 106.992121 112.88217) + (xy 106.993988 112.778526) (xy 106.995247 112.680586) (xy 106.995942 112.575638) (xy 106.995997 112.538203) + (xy 106.992425 112.437727) (xy 106.989647 112.398984) (xy 106.984358 112.298318) (xy 106.983785 112.259277) + (xy 107.008952 112.163187) (xy 107.03703 112.128363) (xy 107.124536 112.08164) (xy 107.173318 112.076584) + (xy 107.269048 112.097831) (xy 107.309117 112.125921) (xy 107.3586 112.210722) (xy 107.36285 112.251461) + (xy 107.366697 112.350471) (xy 107.369689 112.388726) (xy 107.37586 112.487167) (xy 107.376528 112.525502) + (xy 107.375765 112.629992) (xy 107.373772 112.735127) (xy 107.370964 112.837404) (xy 107.368712 112.905544) + (xy 107.36517 113.009652) (xy 107.36285 113.108021) (xy 107.3617 113.211825) (xy 107.361873 113.28754) + (xy 107.438867 113.225023) (xy 107.513471 113.160253) (xy 107.597568 113.083963) (xy 107.67168 113.014636) + (xy 107.751868 112.937937) (xy 107.838131 112.853864) (xy 107.930471 112.762418) (xy 108.017124 112.709003) + (xy 108.068224 112.701845) (xy 108.165363 112.728859) (xy 108.204023 112.758998) (xy 108.257357 112.845685) + (xy 108.263129 112.890889) (xy 108.232904 112.984678) (xy 108.209396 113.014965) (xy 108.135498 113.095925) + (xy 108.067469 113.166622) (xy 107.995112 113.238521) (xy 107.918427 113.311622) (xy 107.837415 113.385925) + (xy 107.823492 113.398426) (xy 108.109256 113.77114) (xy 108.168924 113.853914) (xy 108.227176 113.941246) + (xy 108.276731 114.026594) (xy 108.313138 114.117622) (xy 108.316374 114.143855) (xy 108.287744 114.238224) + (xy 108.255802 114.273792) (xy 108.169579 114.321176) + ) + ) + (polygon + (pts + (xy 109.536123 113.671001) (xy 109.422886 113.671001) (xy 109.313715 113.671001) (xy 109.206866 113.671001) + (xy 109.085587 113.671001) (xy 108.978173 113.671001) (xy 108.861524 113.671001) (xy 108.763293 113.655354) + (xy 108.712048 113.630945) (xy 108.64698 113.556947) (xy 108.636332 113.499542) (xy 108.66894 113.405916) + (xy 108.712048 113.368628) (xy 108.805513 113.332013) (xy 108.861524 113.327107) (xy 108.967849 113.327107) + (xy 109.073884 113.327107) (xy 109.173894 113.327107) (xy 109.187344 113.327107) (xy 109.289041 113.327107) + (xy 109.387319 113.327107) (xy 109.491791 113.327107) (xy 109.513164 113.327107) (xy 109.611396 113.341036) + (xy 109.662641 113.362766) (xy 109.73157 113.432965) (xy 109.745195 113.499054) (xy 109.715794 113.596507) + (xy 109.627592 113.654392) + ) + ) + (polygon + (pts + (xy 110.94866 112.834763) (xy 111.054173 112.863821) (xy 111.148935 112.914291) (xy 111.232944 112.986172) + (xy 111.286367 113.050624) (xy 111.343088 113.143278) (xy 111.385877 113.245143) (xy 111.411465 113.339785) + (xy 111.426818 113.441193) (xy 111.431936 113.549368) (xy 111.427774 113.648403) (xy 111.411791 113.761106) + (xy 111.383822 113.867111) (xy 111.343865 113.966419) (xy 111.291921 114.059029) (xy 111.261454 114.102822) + (xy 111.185245 114.189811) (xy 111.099865 114.258802) (xy 111.005314 114.309795) (xy 110.901593 114.342791) + (xy 110.788701 114.357789) (xy 110.749033 114.358789) (xy 110.641315 114.350304) (xy 110.540423 114.324849) + (xy 110.446356 114.282423) (xy 110.359115 114.223028) (xy 110.312327 114.181468) (xy 110.24392 114.103994) + (xy 110.188908 114.017383) (xy 110.147291 113.921636) (xy 110.11907 113.816753) (xy 110.104243 113.702733) + (xy 110.102278 113.662697) (xy 110.102327 113.660743) (xy 110.482808 113.660743) (xy 110.493833 113.765135) + (xy 110.531008 113.858214) (xy 110.576109 113.913778) (xy 110.662031 113.968283) (xy 110.749521 113.983632) + (xy 110.848163 113.968111) (xy 110.93465 113.921548) (xy 110.957128 113.902543) (xy 111.019112 113.821989) + (xy 111.054856 113.722475) (xy 111.064106 113.6456) (xy 111.064328 113.541964) (xy 111.052862 113.431783) + (xy 111.021881 113.327965) (xy 110.961992 113.245999) (xy 110.862234 113.203959) (xy 110.832076 113.202055) + (xy 110.733405 113.216452) (xy 110.640956 113.267661) (xy 110.571538 113.346372) (xy 110.565362 113.355928) + (xy 110.518361 113.45079) (xy 110.492563 113.546045) (xy 110.482889 113.649886) (xy 110.482808 113.660743) + (xy 110.102327 113.660743) (xy 110.10514 113.549278) (xy 110.121054 113.440565) (xy 110.15002 113.336558) + (xy 110.192037 113.237256) (xy 110.247106 113.14266) (xy 110.268363 113.112173) (xy 110.337681 113.029989) + (xy 110.414966 112.961735) (xy 110.500217 112.90741) (xy 110.593435 112.867015) (xy 110.694619 112.840549) + (xy 110.80377 112.828012) (xy 110.849661 112.826898) + ) + ) + (polygon + (pts + (xy 112.715188 113.671001) (xy 112.601951 113.671001) (xy 112.49278 113.671001) (xy 112.385931 113.671001) + (xy 112.264651 113.671001) (xy 112.157238 113.671001) (xy 112.040589 113.671001) (xy 111.942358 113.655354) + (xy 111.891113 113.630945) (xy 111.826045 113.556947) (xy 111.815397 113.499542) (xy 111.848005 113.405916) + (xy 111.891113 113.368628) (xy 111.984578 113.332013) (xy 112.040589 113.327107) (xy 112.146914 113.327107) + (xy 112.252949 113.327107) (xy 112.352959 113.327107) (xy 112.366409 113.327107) (xy 112.468106 113.327107) + (xy 112.566384 113.327107) (xy 112.670855 113.327107) (xy 112.692229 113.327107) (xy 112.790461 113.341036) + (xy 112.841706 113.362766) (xy 112.910635 113.432965) (xy 112.92426 113.499054) (xy 112.894859 113.596507) + (xy 112.806657 113.654392) + ) + ) + (polygon + (pts + (xy 113.718049 113.067233) (xy 113.795111 112.985556) (xy 113.870594 112.920778) (xy 113.95666 112.866562) + (xy 114.052388 112.832765) (xy 114.110792 112.826898) (xy 114.20971 112.836179) (xy 114.30406 112.868808) + (xy 114.387866 112.932617) (xy 114.421468 112.975397) (xy 114.504101 112.913945) (xy 114.594461 112.868808) + (xy 114.607093 112.864023) (xy 114.705997 112.837375) (xy 114.804893 112.827224) (xy 114.826912 112.826898) + (xy 114.936392 112.83973) (xy 115.029324 112.878229) (xy 115.105706 112.942393) (xy 115.165539 113.032222) + (xy 115.192299 113.095076) (xy 115.212989 113.193344) (xy 115.228422 113.294751) (xy 115.24172 113.392404) + (xy 115.251406 113.467791) (xy 115.269341 113.579265) (xy 115.28344 113.676321) (xy 115.298612 113.787902) + (xy 115.311522 113.887626) (xy 115.32512 113.996646) (xy 115.339404 114.114962) (xy 115.350568 114.209801) + (xy 115.32748 114.304779) (xy 115.296835 114.339249) (xy 115.205866 114.385091) (xy 115.158105 114.390052) + (xy 115.057813 114.368345) (xy 114.990713 114.295837) (xy 114.97248 114.23569) (xy 114.956814 114.137115) + (xy 114.942552 114.029147) (xy 114.929744 113.917864) (xy 114.921678 113.840994) (xy 114.911746 113.741932) + (xy 114.900983 113.640816) (xy 114.888451 113.533685) (xy 114.876249 113.444832) (xy 114.856404 113.338617) + (xy 114.82493 113.242122) (xy 114.781482 113.202055) (xy 114.688243 113.2375) (xy 114.636891 113.265069) + (xy 114.550083 113.316748) (xy 114.472271 113.373025) (xy 114.475208 113.471535) (xy 114.482749 113.57733) + (xy 114.493154 113.683976) (xy 114.5049 113.785843) (xy 114.509396 113.821943) (xy 114.522511 113.928944) + (xy 114.534382 114.040409) (xy 114.543426 114.150165) (xy 114.547835 114.251162) (xy 114.547986 114.270373) + (xy 114.522589 114.365372) (xy 114.494253 114.40031) (xy 114.407188 114.447474) (xy 114.358454 114.452578) + (xy 114.262514 114.429858) (xy 114.222166 114.399822) (xy 114.173133 114.311059) (xy 114.168921 114.268907) + (xy 114.166255 114.168684) (xy 114.159409 114.059874) (xy 114.149962 113.949438) (xy 114.139297 113.843467) + (xy 114.135216 113.805823) (xy 114.123761 113.696372) (xy 114.114677 113.597362) (xy 114.107073 113.495047) + (xy 114.102333 113.395518) (xy 114.10151 113.342739) (xy 114.094989 113.24226) (xy 114.086367 113.202055) + (xy 113.996675 113.263372) (xy 113.916754 113.334096) (xy 113.846673 113.408501) (xy 113.776452 113.494594) + (xy 113.766409 113.507847) (xy 113.742962 113.536667) (xy 113.741136 113.636324) (xy 113.739483 113.741955) + (xy 113.738223 113.848651) (xy 113.737609 113.950802) (xy 113.737588 113.970931) (xy 113.734838 114.070914) + (xy 113.734658 114.074979) (xy 113.732215 114.17121) (xy 113.698143 114.264725) (xy 113.671643 114.287958) + (xy 113.57892 114.324396) (xy 113.535355 114.327526) (xy 113.437536 114.302369) (xy 113.377575 114.226898) + (xy 113.35427 114.125008) (xy 113.348782 114.019701) (xy 113.348754 114.010498) (xy 113.348754 113.504427) + (xy 113.346687 113.401409) (xy 113.342892 113.305125) (xy 113.339219 113.202303) (xy 113.337519 113.105823) + (xy 113.345934 113.00431) (xy 113.373626 112.905506) (xy 113.381482 112.886981) (xy 113.436821 112.803166) + (xy 113.532424 112.764371) (xy 113.630698 112.791154) (xy 113.670177 112.821036) (xy 113.724834 112.905876) + (xy 113.73075 112.949019) (xy 113.719587 113.04954) + ) + ) + (polygon + (pts + (xy 116.407682 112.837133) (xy 116.502822 112.8613) (xy 116.5953 112.895204) (xy 116.605976 112.899682) + (xy 116.696804 112.945416) (xy 116.773846 113.007565) (xy 116.813583 113.103869) (xy 116.781831 113.189354) + (xy 116.764612 113.285891) (xy 116.760338 113.325153) (xy 116.754413 113.425737) (xy 116.753011 113.516151) + (xy 116.754787 113.622286) (xy 116.761168 113.726639) (xy 116.77567 113.831663) (xy 116.790136 113.888377) + (xy 116.829932 113.977953) (xy 116.85315 114.028572) (xy 116.89345 114.119919) (xy 116.906884 114.161441) + (xy 116.87556 114.254955) (xy 116.851196 114.280143) (xy 116.762313 114.323778) (xy 116.722725 114.327526) + (xy 116.62834 114.288731) (xy 116.54753 114.226827) (xy 116.522445 114.204916) (xy 116.431816 114.246155) + (xy 116.336848 114.283675) (xy 116.299696 114.296263) (xy 116.200554 114.321542) (xy 116.136053 114.327526) + (xy 116.036739 114.323232) (xy 115.928204 114.306746) (xy 115.831277 114.277895) (xy 115.732869 114.228607) + (xy 115.650263 114.16249) (xy 115.639752 114.151671) (xy 115.575227 114.066152) (xy 115.526551 113.963898) + (xy 115.497442 113.86293) (xy 115.479977 113.749666) (xy 115.474541 113.649996) (xy 115.854685 113.649996) + (xy 115.861125 113.754791) (xy 115.885855 113.857373) (xy 115.920631 113.923548) (xy 115.996945 113.989114) + (xy 116.094318 114.014092) (xy 116.118468 114.014895) (xy 116.216301 114.005079) (xy 116.279668 113.987051) + (xy 116.371488 113.941943) (xy 116.423283 113.904986) (xy 116.409338 113.789621) (xy 116.398278 113.685694) + (xy 116.389022 113.578901) (xy 116.383252 113.475914) (xy 116.38225 113.421873) (xy 116.388112 113.322222) + (xy 116.402301 113.222081) (xy 116.406674 113.196681) (xy 116.357826 113.177142) (xy 116.321678 113.170792) + (xy 116.220149 113.182229) (xy 116.126039 113.216541) (xy 116.039348 113.273728) (xy 115.994392 113.315383) + (xy 115.926858 113.40031) (xy 115.881426 113.492423) (xy 115.858096 113.591724) (xy 115.854685 113.649996) + (xy 115.474541 113.649996) (xy 115.474317 113.645887) (xy 115.474155 113.624106) (xy 115.480118 113.523685) + (xy 115.503016 113.409288) (xy 115.543087 113.301554) (xy 115.600331 113.200483) (xy 115.661154 113.121348) + (xy 115.718398 113.061371) (xy 115.797226 112.993822) (xy 115.880753 112.937723) (xy 115.968978 112.893072) + (xy 116.061903 112.85987) (xy 116.159526 112.838118) (xy 116.261848 112.827814) (xy 116.304092 112.826898) + ) + ) + (polygon + (pts + (xy 118.062641 113.195216) (xy 117.994253 113.193262) (xy 117.926353 113.191308) (xy 117.827547 113.197867) + (xy 117.795928 113.202055) (xy 117.800293 113.300153) (xy 117.805445 113.420706) (xy 117.809833 113.52955) + (xy 117.814246 113.649141) (xy 117.817466 113.750438) (xy 117.81997 113.861518) (xy 117.820352 113.908893) + (xy 117.821817 113.973862) (xy 117.823283 114.051043) (xy 117.816276 114.155628) (xy 117.79039 114.250296) + (xy 117.729081 114.328735) (xy 117.623981 114.358789) (xy 117.525991 114.335068) (xy 117.493555 114.312871) + (xy 117.437774 114.230736) (xy 117.432983 114.191727) (xy 117.435181 114.091526) (xy 117.436891 114.046158) + (xy 117.440561 113.947944) (xy 117.441287 113.900589) (xy 117.43976 113.795748) (xy 117.436612 113.686583) + (xy 117.432676 113.575619) (xy 117.428669 113.473762) (xy 117.423899 113.360273) (xy 117.418365 113.235152) + (xy 117.416863 113.202055) (xy 117.317615 113.194606) (xy 117.210706 113.183855) (xy 117.158942 113.178119) + (xy 117.060769 113.14708) (xy 116.997284 113.065004) (xy 116.986507 112.990052) (xy 117.009017 112.894142) + (xy 117.038775 112.852299) (xy 117.124958 112.801168) (xy 117.173597 112.795635) (xy 117.272481 112.805526) + (xy 117.373997 112.821311) (xy 117.407093 112.826898) (xy 117.402697 112.726514) (xy 117.400254 112.678398) + (xy 117.395516 112.578531) (xy 117.394881 112.540157) (xy 117.421433 112.444717) (xy 117.451057 112.409731) + (xy 117.539822 112.363008) (xy 117.587344 112.357951) (xy 117.685576 112.385849) (xy 117.751659 112.469544) + (xy 117.78083 112.573214) (xy 117.790356 112.68894) (xy 117.790554 112.710638) (xy 117.787623 112.826898) + (xy 117.885717 112.826898) (xy 117.926353 112.826898) (xy 118.030905 112.829783) (xy 118.130572 112.843748) + (xy 118.142264 112.847414) (xy 118.224696 112.908108) (xy 118.252066 113.006046) (xy 118.252173 113.013988) + (xy 118.226776 113.108546) (xy 118.19844 113.143436) (xy 118.111375 113.190159) + ) + ) + (polygon + (pts + (xy 119.176713 112.834763) (xy 119.282226 112.863821) (xy 119.376988 112.914291) (xy 119.460997 112.986172) + (xy 119.51442 113.050624) (xy 119.571141 113.143278) (xy 119.61393 113.245143) (xy 119.639518 113.339785) + (xy 119.654871 113.441193) (xy 119.659989 113.549368) (xy 119.655827 113.648403) (xy 119.639844 113.761106) + (xy 119.611875 113.867111) (xy 119.571918 113.966419) (xy 119.519974 114.059029) (xy 119.489508 114.102822) + (xy 119.413298 114.189811) (xy 119.327918 114.258802) (xy 119.233367 114.309795) (xy 119.129646 114.342791) + (xy 119.016755 114.357789) (xy 118.977086 114.358789) (xy 118.869368 114.350304) (xy 118.768476 114.324849) + (xy 118.674409 114.282423) (xy 118.587168 114.223028) (xy 118.54038 114.181468) (xy 118.471973 114.103994) + (xy 118.416961 114.017383) (xy 118.375344 113.921636) (xy 118.347123 113.816753) (xy 118.332296 113.702733) + (xy 118.330331 113.662697) (xy 118.33038 113.660743) (xy 118.710861 113.660743) (xy 118.721886 113.765135) + (xy 118.759061 113.858214) (xy 118.804162 113.913778) (xy 118.890084 113.968283) (xy 118.977575 113.983632) + (xy 119.076216 113.968111) (xy 119.162703 113.921548) (xy 119.185181 113.902543) (xy 119.247165 113.821989) + (xy 119.282909 113.722475) (xy 119.292159 113.6456) (xy 119.292381 113.541964) (xy 119.280915 113.431783) + (xy 119.249934 113.327965) (xy 119.190045 113.245999) (xy 119.090287 113.203959) (xy 119.060129 113.202055) + (xy 118.961458 113.216452) (xy 118.86901 113.267661) (xy 118.799591 113.346372) (xy 118.793415 113.355928) + (xy 118.746414 113.45079) (xy 118.720616 113.546045) (xy 118.710942 113.649886) (xy 118.710861 113.660743) + (xy 118.33038 113.660743) (xy 118.333193 113.549278) (xy 118.349107 113.440565) (xy 118.378073 113.336558) + (xy 118.42009 113.237256) (xy 118.475159 113.14266) (xy 118.496416 113.112173) (xy 118.565734 113.029989) + (xy 118.643019 112.961735) (xy 118.72827 112.90741) (xy 118.821488 112.867015) (xy 118.922672 112.840549) + (xy 119.031823 112.828012) (xy 119.077714 112.826898) + ) + ) + (polygon + (pts + (xy 121.034099 113.298286) (xy 121.014054 113.402893) (xy 120.953766 113.484254) (xy 120.854113 113.514474) + (xy 120.843101 113.514685) (xy 120.744371 113.493906) (xy 120.680527 113.415767) (xy 120.669689 113.338831) + (xy 120.66285 113.202055) (xy 120.553244 113.227494) (xy 120.455969 113.267909) (xy 120.371024 113.323298) + (xy 120.298409 113.393663) (xy 120.238125 113.479003) (xy 120.220771 113.510778) (xy 120.222236 114.182445) + (xy 120.194477 114.278361) (xy 120.168503 114.308475) (xy 120.080997 114.353875) (xy 120.032215 114.358789) + (xy 119.937066 114.335437) (xy 119.900324 114.304567) (xy 119.859108 114.215449) (xy 119.85636 114.179026) + (xy 119.85636 113.288028) (xy 119.858099 113.187577) (xy 119.858803 113.162487) (xy 119.861502 113.063412) + (xy 119.861734 113.036458) (xy 119.885455 112.940037) (xy 119.907651 112.909452) (xy 119.994296 112.862218) + (xy 120.039054 112.858161) (xy 120.136278 112.880211) (xy 120.202224 112.953866) (xy 120.220771 113.014965) + (xy 120.313867 112.951051) (xy 120.410708 112.900361) (xy 120.511292 112.862895) (xy 120.61562 112.838652) + (xy 120.723691 112.827632) (xy 120.760547 112.826898) (xy 120.867707 112.84492) (xy 120.957948 112.909652) + (xy 121.008708 113.004911) (xy 121.031268 113.115249) (xy 121.035565 113.20352) + ) + ) + ) + ) + (gr_text "ENCODER" + (at 156.917381 63.17 180) + (layer "F.SilkS") + (uuid "56ddf921-1a65-4bbe-a4ec-68d5c7f9dba8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "GND" + (at 136.195 106.985 90) + (layer "F.SilkS") + (uuid "59ac172c-bc20-4166-b2b0-29c87e3cb13c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "HSWAW 2024" + (at 128.575 140.005 0) + (layer "F.SilkS") + (uuid "63189b70-b7ca-4101-85ac-af55ab98ef51") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "SDA" + (at 155.88 82.22 90) + (layer "F.SilkS") + (uuid "63afdf30-9983-48ae-8548-18eb3e17c4dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "GND" + (at 133.655 119.05 90) + (layer "F.SilkS") + (uuid "6b37e8f4-496d-41aa-b903-cd80e981b3b5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "by radex" + (at 118.415 140.005 0) + (layer "F.SilkS") + (uuid "6d484a00-2cb5-4952-a0d5-cc9f7187678a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "+5V" + (at 150.8 88.57 90) + (layer "F.SilkS") + (uuid "765fdcee-70f2-470d-a4e2-8a3a963be7d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "cewk-o-mator" + (at 101.94 57.46 0) + (layer "F.SilkS") + (uuid "7a1b6c10-737a-40bf-ab3d-984b78c5916d") + (effects + (font + (face "Comic Sans MS") + (size 2.5 2.5) + (thickness 0.5) + (bold yes) + ) + (justify left bottom) + ) + (render_cache "cewk-o-mator" 0 + (polygon + (pts + (xy 102.904759 57.152236) (xy 102.767522 57.144766) (xy 102.63883 57.122354) (xy 102.518681 57.085002) + (xy 102.407076 57.03271) (xy 102.304014 56.965476) (xy 102.271559 56.939745) (xy 102.179839 56.850479) + (xy 102.107096 56.75121) (xy 102.046213 56.622753) (xy 102.014585 56.50181) (xy 102.001934 56.370863) + (xy 102.001671 56.348066) (xy 102.010193 56.220233) (xy 102.03576 56.090896) (xy 102.078371 55.960057) + (xy 102.138027 55.827715) (xy 102.20076 55.716282) (xy 102.244082 55.648921) (xy 102.332125 55.53036) + (xy 102.424521 55.431893) (xy 102.52127 55.353522) (xy 102.643115 55.286002) (xy 102.771228 55.24742) + (xy 102.882777 55.237372) (xy 103.012847 55.249421) (xy 103.143364 55.281288) (xy 103.270822 55.326995) + (xy 103.300432 55.339344) (xy 103.413445 55.396215) (xy 103.517961 55.474746) (xy 103.58339 55.578992) + (xy 103.590471 55.629382) (xy 103.557498 55.752114) (xy 103.531852 55.78814) (xy 103.424589 55.856741) + (xy 103.372484 55.862634) (xy 103.25082 55.822257) (xy 103.194797 55.784476) (xy 103.083984 55.731048) + (xy 102.957187 55.709066) (xy 102.882777 55.706318) (xy 102.763048 55.751549) (xy 102.672232 55.83924) + (xy 102.596402 55.942623) (xy 102.531754 56.052647) (xy 102.481104 56.167209) (xy 102.450944 56.29398) + (xy 102.448635 56.336465) (xy 102.470201 56.457936) (xy 102.541661 56.563056) (xy 102.579305 56.594141) + (xy 102.692622 56.651861) (xy 102.820477 56.679024) (xy 102.905369 56.68329) (xy 103.033139 56.66375) + (xy 103.15606 56.6191) (xy 103.186859 56.605132) (xy 103.302145 56.554528) (xy 103.398129 56.526974) + (xy 103.517668 56.562619) (xy 103.556887 56.595973) (xy 103.617616 56.705253) (xy 103.622833 56.75351) + (xy 103.574663 56.866028) (xy 103.472052 56.952443) (xy 103.348919 57.021489) (xy 103.330963 57.030115) + (xy 103.206322 57.083543) (xy 103.080517 57.125403) (xy 102.958634 57.149255) + ) + ) + (polygon + (pts + (xy 104.857715 55.242164) (xy 104.989787 55.259375) (xy 105.109113 55.289104) (xy 105.228119 55.337512) + (xy 105.341654 55.412616) (xy 105.42275 55.506039) (xy 105.475209 55.633036) (xy 105.487627 55.74784) + (xy 105.462662 55.877746) (xy 105.39664 55.986701) (xy 105.30194 56.077317) (xy 105.276357 56.096496) + (xy 105.166025 56.163635) (xy 105.052214 56.222513) (xy 104.925341 56.283364) (xy 104.889842 56.299829) + (xy 104.310987 56.566053) (xy 104.427384 56.607269) (xy 104.510045 56.624672) (xy 104.635677 56.639326) + (xy 104.75938 56.644135) (xy 104.778101 56.644211) (xy 104.901985 56.636048) (xy 105.026492 56.607832) + (xy 105.147471 56.553514) (xy 105.167669 56.541018) (xy 105.274388 56.481321) (xy 105.396646 56.448817) + (xy 105.518529 56.485866) (xy 105.572158 56.597013) (xy 105.574944 56.642379) (xy 105.546918 56.770809) + (xy 105.47377 56.873039) (xy 105.370635 56.953286) (xy 105.287958 56.998363) (xy 105.166104 57.048586) + (xy 105.04051 57.084459) (xy 104.911176 57.105983) (xy 104.778101 57.113157) (xy 104.653511 57.108372) + (xy 104.513606 57.089996) (xy 104.384176 57.057839) (xy 104.265222 57.011901) (xy 104.156744 56.952181) + (xy 104.106434 56.917152) (xy 104.008488 56.82964) (xy 103.930808 56.729677) (xy 103.873392 56.617263) + (xy 103.83624 56.492399) (xy 103.819353 56.355084) (xy 103.818227 56.306545) (xy 103.823802 56.17395) + (xy 103.828812 56.136186) (xy 104.276793 56.136186) (xy 104.397972 56.083318) (xy 104.518794 56.030808) + (xy 104.639257 55.978656) (xy 104.663307 55.968269) (xy 104.786338 55.90981) (xy 104.905478 55.847914) + (xy 105.015182 55.783548) (xy 105.032725 55.772264) (xy 104.918422 55.727184) (xy 104.788423 55.707928) + (xy 104.732306 55.706318) (xy 104.609982 55.724055) (xy 104.495378 55.782826) (xy 104.458754 55.813785) + (xy 104.380215 55.909498) (xy 104.319082 56.023786) (xy 104.276793 56.136186) (xy 103.828812 56.136186) + (xy 103.840528 56.047884) (xy 103.868405 55.928347) (xy 103.916576 55.793523) (xy 103.980805 55.6681) + (xy 104.046594 55.570764) (xy 104.130296 55.474718) (xy 104.242152 55.380952) (xy 104.366458 55.310627) + (xy 104.503215 55.263744) (xy 104.62669 55.242581) (xy 104.731695 55.237372) + ) + ) + (polygon + (pts + (xy 108.06561 55.50726) (xy 108.03182 55.631885) (xy 107.997997 55.754342) (xy 107.964143 55.87463) + (xy 107.930256 55.99275) (xy 107.885023 56.146871) (xy 107.839733 56.297138) (xy 107.794386 56.44355) + (xy 107.748982 56.586108) (xy 107.70352 56.724811) (xy 107.655778 56.841418) (xy 107.595722 56.95042) + (xy 107.534993 57.041106) (xy 107.438822 57.125369) (xy 107.315174 57.152236) (xy 107.189081 57.110352) + (xy 107.101173 57.01983) (xy 107.033707 56.899049) (xy 106.982903 56.764639) (xy 106.975066 56.739466) + (xy 106.944392 56.615353) (xy 106.917449 56.478023) (xy 106.89584 56.352837) (xy 106.873028 56.208631) + (xy 106.865157 56.156336) (xy 106.820582 56.257697) (xy 106.770856 56.378597) (xy 106.718893 56.508427) + (xy 106.668074 56.637571) (xy 106.621298 56.757784) (xy 106.570496 56.889446) (xy 106.559853 56.917152) + (xy 106.494737 57.020803) (xy 106.482306 57.031946) (xy 106.392547 57.119721) (xy 106.267372 57.152236) + (xy 106.157903 57.091553) (xy 106.097623 57.008133) (xy 106.036885 56.89553) (xy 105.989181 56.775508) + (xy 105.952366 56.65311) (xy 105.944972 56.624061) (xy 105.914479 56.486522) (xy 105.886852 56.342294) + (xy 105.860713 56.195212) (xy 105.837763 56.059943) (xy 105.813 55.909028) (xy 105.793238 55.785573) + (xy 105.779497 55.698381) (xy 105.763218 55.576364) (xy 105.755683 55.45658) (xy 105.79259 55.33781) + (xy 105.827124 55.300265) (xy 105.938632 55.243514) (xy 105.998094 55.237372) (xy 106.125333 55.267604) + (xy 106.209616 55.367782) (xy 106.226461 55.420554) (xy 106.249259 55.543) (xy 106.264319 55.65747) + (xy 106.277371 55.785697) (xy 106.289965 55.895607) (xy 106.309886 56.01977) (xy 106.329334 56.144223) + (xy 106.349866 56.277392) (xy 106.358353 56.332801) (xy 106.407518 56.195379) (xy 106.45049 56.07171) + (xy 106.495281 55.939723) (xy 106.541891 55.799418) (xy 106.580488 55.681184) (xy 106.620249 55.557627) + (xy 106.650833 55.461465) (xy 106.706826 55.343291) (xy 106.805973 55.259256) (xy 106.915226 55.237372) + (xy 107.039733 55.272492) (xy 107.121579 55.366387) (xy 107.165575 55.48711) (xy 107.192826 55.607336) + (xy 107.218269 55.733179) (xy 107.241615 55.859069) (xy 107.256556 55.944455) (xy 107.281164 56.086006) + (xy 107.304935 56.221739) (xy 107.327684 56.349712) (xy 107.342651 56.430498) (xy 107.375567 56.305586) + (xy 107.409556 56.174348) (xy 107.445162 56.036341) (xy 107.476775 55.913577) (xy 107.512596 55.774305) + (xy 107.552624 55.618525) (xy 107.596859 55.446237) (xy 107.61254 55.385139) (xy 107.678487 55.279076) + (xy 107.794994 55.238671) (xy 107.826863 55.237372) (xy 107.950229 55.267387) (xy 107.999054 55.300875) + (xy 108.068218 55.407371) (xy 108.074159 55.457801) + ) + ) + (polygon + (pts + (xy 109.706922 57.113157) (xy 109.587701 57.083237) (xy 109.501147 56.993478) (xy 109.433259 56.879301) + (xy 109.362902 56.775902) (xy 109.289171 56.676449) (xy 109.248356 56.624061) (xy 109.172856 56.528036) + (xy 109.087242 56.419097) (xy 109.011599 56.322739) (xy 108.971751 56.271741) (xy 108.868086 56.346135) + (xy 108.762355 56.41584) (xy 108.745216 56.426224) (xy 108.736951 56.558926) (xy 108.731391 56.688439) + (xy 108.728536 56.814765) (xy 108.728119 56.883569) (xy 108.696372 57.003971) (xy 108.660952 57.047822) + (xy 108.551858 57.106777) (xy 108.491203 57.113157) (xy 108.363369 57.084952) (xy 108.277437 56.988774) + (xy 108.249739 56.859314) (xy 108.248792 56.82434) (xy 108.252017 56.691931) (xy 108.258886 56.559768) + (xy 108.26713 56.435061) (xy 108.268332 56.418286) (xy 108.277147 56.291471) (xy 108.284054 56.168966) + (xy 108.288305 56.038835) (xy 108.288482 56.012233) (xy 108.28894 55.883242) (xy 108.290314 55.745397) + (xy 108.292267 55.61752) (xy 108.294922 55.482865) (xy 108.295809 55.443147) (xy 108.298902 55.306463) + (xy 108.301235 55.176908) (xy 108.302809 55.054482) (xy 108.303677 54.923297) (xy 108.303747 54.876503) + (xy 108.299282 54.750909) (xy 108.295809 54.70248) (xy 108.289197 54.576648) (xy 108.288482 54.527847) + (xy 108.31994 54.407734) (xy 108.355038 54.364204) (xy 108.46442 54.3058) (xy 108.525397 54.29948) + (xy 108.64506 54.326039) (xy 108.695146 54.361151) (xy 108.757 54.467153) (xy 108.762313 54.518077) + (xy 108.767121 54.641839) (xy 108.770861 54.689658) (xy 108.778575 54.812709) (xy 108.77941 54.860628) + (xy 108.778456 54.99124) (xy 108.775966 55.122659) (xy 108.772455 55.250505) (xy 108.76964 55.33568) + (xy 108.765213 55.465816) (xy 108.762313 55.588777) (xy 108.760875 55.718532) (xy 108.761092 55.813175) + (xy 108.857334 55.735029) (xy 108.950589 55.654067) (xy 109.05571 55.558704) (xy 109.14835 55.472046) + (xy 109.248585 55.376171) (xy 109.356414 55.27108) (xy 109.471838 55.156772) (xy 109.580155 55.090004) + (xy 109.64403 55.081057) (xy 109.765454 55.114824) (xy 109.813778 55.152498) (xy 109.880447 55.260857) + (xy 109.887662 55.317362) (xy 109.84988 55.434598) (xy 109.820495 55.472456) (xy 109.728123 55.573656) + (xy 109.643086 55.662027) (xy 109.55264 55.751901) (xy 109.456784 55.843277) (xy 109.355519 55.936157) + (xy 109.338115 55.951782) (xy 109.695321 56.417676) (xy 109.769905 56.521142) (xy 109.84272 56.630307) + (xy 109.904663 56.736992) (xy 109.950173 56.850777) (xy 109.954218 56.883569) (xy 109.918431 57.001531) + (xy 109.878503 57.04599) (xy 109.770724 57.105221) + ) + ) + (polygon + (pts + (xy 111.478904 56.292501) (xy 111.337358 56.292501) (xy 111.200894 56.292501) (xy 111.067333 56.292501) + (xy 110.915733 56.292501) (xy 110.781467 56.292501) (xy 110.635655 56.292501) (xy 110.512866 56.272943) + (xy 110.44881 56.242431) (xy 110.367475 56.149934) (xy 110.354166 56.078178) (xy 110.394925 55.961146) + (xy 110.44881 55.914535) (xy 110.565642 55.868767) (xy 110.635655 55.862634) (xy 110.768561 55.862634) + (xy 110.901106 55.862634) (xy 111.026118 55.862634) (xy 111.04293 55.862634) (xy 111.170051 55.862634) + (xy 111.292899 55.862634) (xy 111.423488 55.862634) (xy 111.450205 55.862634) (xy 111.572995 55.880046) + (xy 111.637051 55.907208) (xy 111.723213 55.994956) (xy 111.740244 56.077568) (xy 111.703493 56.199384) + (xy 111.59324 56.271741) + ) + ) + (polygon + (pts + (xy 113.244575 55.247204) (xy 113.376467 55.283527) (xy 113.494919 55.346614) (xy 113.59993 55.436465) + (xy 113.666709 55.51703) (xy 113.73761 55.632848) (xy 113.791097 55.760178) (xy 113.823082 55.878481) + (xy 113.842273 56.005242) (xy 113.84867 56.14046) (xy 113.843467 56.264254) (xy 113.823489 56.405133) + (xy 113.788527 56.537639) (xy 113.738581 56.661774) (xy 113.673652 56.777536) (xy 113.635568 56.832278) + (xy 113.540306 56.941014) (xy 113.433581 57.027252) (xy 113.315393 57.090994) (xy 113.185742 57.132239) + (xy 113.044627 57.150986) (xy 112.995041 57.152236) (xy 112.860394 57.14163) (xy 112.734279 57.109811) + (xy 112.616695 57.056779) (xy 112.507643 56.982535) (xy 112.449159 56.930586) (xy 112.36365 56.833742) + (xy 112.294885 56.725479) (xy 112.242864 56.605795) (xy 112.207587 56.474691) (xy 112.189054 56.332167) + (xy 112.186598 56.282121) (xy 112.18666 56.279678) (xy 112.66226 56.279678) (xy 112.676041 56.410168) + (xy 112.72251 56.526518) (xy 112.778886 56.595973) (xy 112.886288 56.664104) (xy 112.995652 56.68329) + (xy 113.118954 56.663889) (xy 113.227063 56.605685) (xy 113.25516 56.581929) (xy 113.33264 56.481236) + (xy 113.37732 56.356844) (xy 113.388883 56.26075) (xy 113.38916 56.131206) (xy 113.374828 55.993479) + (xy 113.336102 55.863706) (xy 113.26124 55.761249) (xy 113.136542 55.708699) (xy 113.098845 55.706318) + (xy 112.975507 55.724315) (xy 112.859946 55.788326) (xy 112.773173 55.886715) (xy 112.765453 55.89866) + (xy 112.706702 56.017238) (xy 112.674454 56.136306) (xy 112.662361 56.266108) (xy 112.66226 56.279678) + (xy 112.18666 56.279678) (xy 112.190175 56.140348) (xy 112.210068 56.004457) (xy 112.246275 55.874448) + (xy 112.298797 55.75032) (xy 112.367633 55.632075) (xy 112.394204 55.593967) (xy 112.480852 55.491237) + (xy 112.577458 55.405919) (xy 112.684022 55.338013) (xy 112.800544 55.287518) (xy 112.927024 55.254436) + (xy 113.063463 55.238765) (xy 113.120826 55.237372) + ) + ) + (polygon + (pts + (xy 115.452735 56.292501) (xy 115.311189 56.292501) (xy 115.174725 56.292501) (xy 115.041164 56.292501) + (xy 114.889564 56.292501) (xy 114.755298 56.292501) (xy 114.609487 56.292501) (xy 114.486697 56.272943) + (xy 114.422641 56.242431) (xy 114.341306 56.149934) (xy 114.327997 56.078178) (xy 114.368757 55.961146) + (xy 114.422641 55.914535) (xy 114.539473 55.868767) (xy 114.609487 55.862634) (xy 114.742392 55.862634) + (xy 114.874937 55.862634) (xy 114.999949 55.862634) (xy 115.016762 55.862634) (xy 115.143882 55.862634) + (xy 115.266731 55.862634) (xy 115.397319 55.862634) (xy 115.424036 55.862634) (xy 115.546826 55.880046) + (xy 115.610882 55.907208) (xy 115.697044 55.994956) (xy 115.714075 56.077568) (xy 115.677324 56.199384) + (xy 115.567071 56.271741) + ) + ) + (polygon + (pts + (xy 116.706311 55.537791) (xy 116.802639 55.435695) (xy 116.896993 55.354723) (xy 117.004575 55.286953) + (xy 117.124235 55.244707) (xy 117.19724 55.237372) (xy 117.320887 55.248974) (xy 117.438825 55.28976) + (xy 117.543583 55.369521) (xy 117.585586 55.422997) (xy 117.688876 55.346182) (xy 117.801826 55.28976) + (xy 117.817616 55.283778) (xy 117.941246 55.250469) (xy 118.064866 55.23778) (xy 118.09239 55.237372) + (xy 118.229241 55.253413) (xy 118.345405 55.301536) (xy 118.440883 55.381741) (xy 118.515674 55.494027) + (xy 118.549124 55.572595) (xy 118.574986 55.69543) (xy 118.594278 55.822188) (xy 118.6109 55.944255) + (xy 118.623007 56.038489) (xy 118.645426 56.177832) (xy 118.66305 56.299151) (xy 118.682015 56.438628) + (xy 118.698153 56.563282) (xy 118.71515 56.699557) (xy 118.733005 56.847453) (xy 118.74696 56.966001) + (xy 118.7181 57.084723) (xy 118.679794 57.127812) (xy 118.566082 57.185113) (xy 118.506381 57.191315) + (xy 118.381016 57.164181) (xy 118.297141 57.073546) (xy 118.274351 56.998363) (xy 118.254768 56.875144) + (xy 118.23694 56.740184) (xy 118.220931 56.60108) (xy 118.210847 56.504993) (xy 118.198432 56.381166) + (xy 118.184979 56.254771) (xy 118.169314 56.120856) (xy 118.154061 56.00979) (xy 118.129255 55.877021) + (xy 118.089913 55.756403) (xy 118.035603 55.706318) (xy 117.919053 55.750626) (xy 117.854863 55.785087) + (xy 117.746354 55.849685) (xy 117.649089 55.920031) (xy 117.65276 56.043169) (xy 117.662186 56.175413) + (xy 117.675192 56.30872) (xy 117.689875 56.436054) (xy 117.695495 56.481179) (xy 117.711888 56.61493) + (xy 117.726727 56.754261) (xy 117.738033 56.891457) (xy 117.743544 57.017702) (xy 117.743733 57.041716) + (xy 117.711986 57.160465) (xy 117.676566 57.204138) (xy 117.567735 57.263092) (xy 117.506817 57.269473) + (xy 117.386892 57.241072) (xy 117.336458 57.203527) (xy 117.275167 57.092574) (xy 117.269902 57.039884) + (xy 117.266569 56.914605) (xy 117.258011 56.778592) (xy 117.246203 56.640547) (xy 117.232872 56.508084) + (xy 117.22777 56.461029) (xy 117.213452 56.324215) (xy 117.202096 56.200452) (xy 117.192591 56.072559) + (xy 117.186667 55.948147) (xy 117.185638 55.882173) (xy 117.177486 55.756575) (xy 117.166709 55.706318) + (xy 117.054594 55.782965) (xy 116.954693 55.87137) (xy 116.867092 55.964376) (xy 116.779315 56.071992) + (xy 116.766762 56.088558) (xy 116.737452 56.124584) (xy 116.73517 56.249155) (xy 116.733104 56.381194) + (xy 116.731529 56.514564) (xy 116.730762 56.642253) (xy 116.730736 56.667414) (xy 116.727297 56.792392) + (xy 116.727072 56.797473) (xy 116.724019 56.917763) (xy 116.681429 57.034656) (xy 116.648304 57.063698) + (xy 116.5324 57.109245) (xy 116.477944 57.113157) (xy 116.35567 57.081711) (xy 116.280718 56.987372) + (xy 116.251588 56.86001) (xy 116.244728 56.728376) (xy 116.244692 56.716873) (xy 116.244692 56.084284) + (xy 116.242109 55.955512) (xy 116.237365 55.835157) (xy 116.232774 55.706628) (xy 116.230648 55.586029) + (xy 116.241167 55.459137) (xy 116.275782 55.335632) (xy 116.285603 55.312477) (xy 116.354776 55.207708) + (xy 116.474281 55.159214) (xy 116.597122 55.192693) (xy 116.646472 55.230045) (xy 116.714793 55.336095) + (xy 116.722187 55.390024) (xy 116.708234 55.515675) + ) + ) + (polygon + (pts + (xy 120.068352 55.250166) (xy 120.187278 55.280375) (xy 120.302876 55.322755) (xy 120.316221 55.328353) + (xy 120.429755 55.385521) (xy 120.526057 55.463206) (xy 120.575729 55.583586) (xy 120.536039 55.690443) + (xy 120.514515 55.811114) (xy 120.509173 55.860191) (xy 120.501767 55.985922) (xy 120.500013 56.098939) + (xy 120.502234 56.231607) (xy 120.51021 56.362048) (xy 120.528338 56.493329) (xy 120.54642 56.564221) + (xy 120.596166 56.676191) (xy 120.625188 56.739466) (xy 120.675563 56.853649) (xy 120.692355 56.905551) + (xy 120.6532 57.022444) (xy 120.622745 57.053928) (xy 120.511642 57.108472) (xy 120.462156 57.113157) + (xy 120.344175 57.064664) (xy 120.243163 56.987284) (xy 120.211807 56.959895) (xy 120.09852 57.011443) + (xy 119.97981 57.058343) (xy 119.93337 57.074078) (xy 119.809443 57.105677) (xy 119.728817 57.113157) + (xy 119.604674 57.107791) (xy 119.469005 57.087183) (xy 119.347847 57.051119) (xy 119.224837 56.989509) + (xy 119.121579 56.906863) (xy 119.10844 56.893339) (xy 119.027784 56.786441) (xy 118.966939 56.658622) + (xy 118.930553 56.532413) (xy 118.908721 56.390833) (xy 118.901926 56.266245) (xy 119.377107 56.266245) + (xy 119.385157 56.397239) (xy 119.416069 56.525467) (xy 119.459539 56.608185) (xy 119.554931 56.690143) + (xy 119.676647 56.721365) (xy 119.706835 56.722369) (xy 119.829127 56.710099) (xy 119.908335 56.687564) + (xy 120.02311 56.631178) (xy 120.087854 56.584982) (xy 120.070423 56.440776) (xy 120.056598 56.310867) + (xy 120.045028 56.177376) (xy 120.037815 56.048643) (xy 120.036563 55.981092) (xy 120.04389 55.856528) + (xy 120.061626 55.731351) (xy 120.067093 55.699602) (xy 120.006032 55.675177) (xy 119.960847 55.66724) + (xy 119.833936 55.681536) (xy 119.716299 55.724427) (xy 119.607936 55.795911) (xy 119.551741 55.847979) + (xy 119.467323 55.954137) (xy 119.410533 56.069279) (xy 119.38137 56.193405) (xy 119.377107 56.266245) + (xy 118.901926 56.266245) (xy 118.901646 56.261109) (xy 118.901444 56.233883) (xy 118.908898 56.108357) + (xy 118.93752 55.96536) (xy 118.987609 55.830693) (xy 119.059164 55.704354) (xy 119.135192 55.605435) + (xy 119.206748 55.530464) (xy 119.305283 55.446028) (xy 119.409691 55.375904) (xy 119.519973 55.32009) + (xy 119.636128 55.278588) (xy 119.758157 55.251397) (xy 119.88606 55.238517) (xy 119.938866 55.237372) + ) + ) + (polygon + (pts + (xy 122.137051 55.69777) (xy 122.051566 55.695327) (xy 121.966692 55.692885) (xy 121.843184 55.701084) + (xy 121.80366 55.706318) (xy 121.809116 55.828941) (xy 121.815556 55.979632) (xy 121.821042 56.115688) + (xy 121.826557 56.265177) (xy 121.830582 56.391797) (xy 121.833713 56.530648) (xy 121.83419 56.589867) + (xy 121.836022 56.671078) (xy 121.837854 56.767554) (xy 121.829095 56.898286) (xy 121.796738 57.01662) + (xy 121.720102 57.114669) (xy 121.588726 57.152236) (xy 121.466239 57.122585) (xy 121.425694 57.094839) + (xy 121.355968 56.99217) (xy 121.349979 56.943408) (xy 121.352726 56.818158) (xy 121.354863 56.761448) + (xy 121.359452 56.63868) (xy 121.360359 56.579487) (xy 121.358451 56.448435) (xy 121.354515 56.311979) + (xy 121.349596 56.173274) (xy 121.344587 56.045953) (xy 121.338624 55.904092) (xy 121.331707 55.747691) + (xy 121.329829 55.706318) (xy 121.205769 55.697007) (xy 121.072132 55.683569) (xy 121.007428 55.676399) + (xy 120.884711 55.637601) (xy 120.805355 55.535005) (xy 120.791884 55.441315) (xy 120.820021 55.321427) + (xy 120.857219 55.269124) (xy 120.964948 55.20521) (xy 121.025746 55.198293) (xy 121.149351 55.210658) + (xy 121.276247 55.230388) (xy 121.317616 55.237372) (xy 121.312121 55.111892) (xy 121.309068 55.051748) + (xy 121.303145 54.926914) (xy 121.302351 54.878946) (xy 121.335541 54.759646) (xy 121.372571 54.715914) + (xy 121.483527 54.65751) (xy 121.54293 54.651189) (xy 121.66572 54.686062) (xy 121.748323 54.79068) + (xy 121.784788 54.920268) (xy 121.796695 55.064925) (xy 121.796943 55.092048) (xy 121.793279 55.237372) + (xy 121.915897 55.237372) (xy 121.966692 55.237372) (xy 122.097381 55.240979) (xy 122.221965 55.258435) + (xy 122.23658 55.263018) (xy 122.33962 55.338886) (xy 122.373833 55.461308) (xy 122.373967 55.471235) + (xy 122.34222 55.589432) (xy 122.3068 55.633046) (xy 122.197969 55.691449) + ) + ) + (polygon + (pts + (xy 123.529641 55.247204) (xy 123.661533 55.283527) (xy 123.779985 55.346614) (xy 123.884996 55.436465) + (xy 123.951775 55.51703) (xy 124.022676 55.632848) (xy 124.076163 55.760178) (xy 124.108148 55.878481) + (xy 124.127339 56.005242) (xy 124.133736 56.14046) (xy 124.128534 56.264254) (xy 124.108555 56.405133) + (xy 124.073593 56.537639) (xy 124.023648 56.661774) (xy 123.958718 56.777536) (xy 123.920635 56.832278) + (xy 123.825373 56.941014) (xy 123.718648 57.027252) (xy 123.600459 57.090994) (xy 123.470808 57.132239) + (xy 123.329693 57.150986) (xy 123.280108 57.152236) (xy 123.14546 57.14163) (xy 123.019345 57.109811) + (xy 122.901761 57.056779) (xy 122.79271 56.982535) (xy 122.734225 56.930586) (xy 122.648716 56.833742) + (xy 122.579951 56.725479) (xy 122.52793 56.605795) (xy 122.492653 56.474691) (xy 122.474121 56.332167) + (xy 122.471664 56.282121) (xy 122.471726 56.279678) (xy 122.947327 56.279678) (xy 122.961108 56.410168) + (xy 123.007576 56.526518) (xy 123.063953 56.595973) (xy 123.171355 56.664104) (xy 123.280718 56.68329) + (xy 123.40402 56.663889) (xy 123.512129 56.605685) (xy 123.540226 56.581929) (xy 123.617707 56.481236) + (xy 123.662386 56.356844) (xy 123.673949 56.26075) (xy 123.674226 56.131206) (xy 123.659894 55.993479) + (xy 123.621168 55.863706) (xy 123.546306 55.761249) (xy 123.421609 55.708699) (xy 123.383911 55.706318) + (xy 123.260573 55.724315) (xy 123.145012 55.788326) (xy 123.058239 55.886715) (xy 123.050519 55.89866) + (xy 122.991768 56.017238) (xy 122.95952 56.136306) (xy 122.947428 56.266108) (xy 122.947327 56.279678) + (xy 122.471726 56.279678) (xy 122.475242 56.140348) (xy 122.495134 56.004457) (xy 122.531341 55.874448) + (xy 122.583863 55.75032) (xy 122.652699 55.632075) (xy 122.67927 55.593967) (xy 122.765918 55.491237) + (xy 122.862524 55.405919) (xy 122.969088 55.338013) (xy 123.08561 55.287518) (xy 123.212091 55.254436) + (xy 123.348529 55.238765) (xy 123.405893 55.237372) + ) + ) + (polygon + (pts + (xy 125.851374 55.826608) (xy 125.826317 55.957367) (xy 125.750958 56.059068) (xy 125.626391 56.096843) + (xy 125.612627 56.097107) (xy 125.489214 56.071132) (xy 125.409409 55.973459) (xy 125.395861 55.877288) + (xy 125.387313 55.706318) (xy 125.250305 55.738118) (xy 125.128711 55.788636) (xy 125.02253 55.857873) + (xy 124.931762 55.945829) (xy 124.856407 56.052504) (xy 124.834713 56.092222) (xy 124.836545 56.931807) + (xy 124.801847 57.051702) (xy 124.769378 57.089344) (xy 124.659996 57.146094) (xy 124.599019 57.152236) + (xy 124.480083 57.123047) (xy 124.434155 57.084459) (xy 124.382635 56.973061) (xy 124.3792 56.927533) + (xy 124.3792 55.813785) (xy 124.381374 55.688221) (xy 124.382254 55.656859) (xy 124.385627 55.533015) + (xy 124.385917 55.499323) (xy 124.415569 55.378797) (xy 124.443314 55.340565) (xy 124.55162 55.281522) + (xy 124.607568 55.276451) (xy 124.729097 55.304014) (xy 124.811531 55.396083) (xy 124.834713 55.472456) + (xy 124.951084 55.392564) (xy 125.072135 55.329202) (xy 125.197865 55.282369) (xy 125.328275 55.252065) + (xy 125.463364 55.23829) (xy 125.509434 55.237372) (xy 125.643384 55.2599) (xy 125.756185 55.340815) + (xy 125.819635 55.459888) (xy 125.847835 55.597812) (xy 125.853206 55.70815) + ) + ) + ) + ) + (gr_text "-" + (at 109.525 126.035 0) + (layer "F.SilkS") + (uuid "7c520833-05ed-483d-a2eb-1ece6329e40d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "+" + (at 109.525 123.495 0) + (layer "F.SilkS") + (uuid "7cde85dc-ba3d-4ee5-a6cf-8188c368d54e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "SW" + (at 155.88 68.25 90) + (layer "F.SilkS") + (uuid "8204abbd-fe5b-47e4-bb67-23c4143f946a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "HSWAW 2024" + (at 101.94 67.46 0) + (layer "F.SilkS") + (uuid "86f27b78-bb69-455b-9115-09e83fe9ed4c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "DT" + (at 128.575 106.985 90) + (layer "F.SilkS") + (uuid "8a5ea234-6544-4712-b280-aaf9ee894d87") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "GND" + (at 153.34 88.57 90) + (layer "F.SilkS") + (uuid "8bb5667e-71e9-4d53-91f9-4e48df3c25f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "SCL" + (at 158.42 82.22 90) + (layer "F.SilkS") + (uuid "8bd6d40c-6b39-40a6-b219-9c69f3d3d51c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "BUZZ" + (at 136.195 132.385 90) + (layer "F.SilkS") + (uuid "94a4210c-7dba-42f1-9251-a505fef1c5b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "Spindle\nEncoder" + (at 148.895 80.315 0) + (layer "F.SilkS" knockout) + (uuid "9d8b8390-4626-454e-8965-5ddcbdda54db") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "2B" + (at 125.4 67.615 90) + (layer "F.SilkS") + (uuid "9dcc3cee-98ea-4dc3-a437-fad8a9bb5e34") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "VMOT" + (at 120.32 72.695 90) + (layer "F.SilkS") + (uuid "a2ada36a-fb5b-4861-9bf5-c550600d1108") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "GND" + (at 158.42 68.25 90) + (layer "F.SilkS") + (uuid "a2f49229-c14d-423e-bb91-d609e8708f28") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "Stepstick" + (at 117.44 84.71 90) + (layer "F.SilkS" knockout) + (uuid "a50a15a0-f7dc-44bb-855f-a658d7a65a20") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "SW" + (at 131.115 106.985 90) + (layer "F.SilkS") + (uuid "a66b7c53-4079-43b9-8c98-8657d25b211d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "Buzzer" + (at 106.985 129.845 0) + (layer "F.SilkS" knockout) + (uuid "af4ede13-e0f4-4fa8-bcbb-2a17b4096897") + (effects + (font + (size 1.5 1.5) + (thickness 0.15) + ) + ) + ) + (gr_text "CLK" + (at 126.035 106.985 90) + (layer "F.SilkS") + (uuid "b0de7314-2cf2-447b-8e26-8f672e85328f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "+5V" + (at 126.035 132.385 90) + (layer "F.SilkS") + (uuid "b1d6c9ba-b024-4a47-930a-674d53af423a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "1B" + (at 133.02 67.615 90) + (layer "F.SilkS") + (uuid "ba5c4400-e6cc-4697-8e27-7a9dfa390b44") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "SCL" + (at 133.655 132.385 90) + (layer "F.SilkS") + (uuid "bbda8ada-b4d4-47aa-b9b1-e867b09e72b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "Rev A" + (at 110.795 140.005 0) + (layer "F.SilkS") + (uuid "bc979795-23ad-4250-85ca-5e4b04105232") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "CLK" + (at 126.035 119.05 90) + (layer "F.SilkS") + (uuid "bd0c919a-4b35-40c6-829c-333261cb79cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "IO Board" + (at 101.905 117.145 0) + (layer "F.SilkS") + (uuid "d57d0d80-f120-4e3d-ab08-b9913ab287fd") + (effects + (font + (size 1.5 1.5) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "SCL" + (at 148.895 126.035 -90) + (layer "F.SilkS") + (uuid "d6468020-54f7-49b0-a853-8af4e174425c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "DT" + (at 128.575 119.05 90) + (layer "F.SilkS") + (uuid "d768b6f0-a5fd-4bb7-a7a5-ddf5512d09d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "X" + (at 160.96 68.25 90) + (layer "F.SilkS") + (uuid "d8b3745b-f30f-4f88-b1c1-2562e7c6ec1f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "GND" + (at 153.975 126.035 -90) + (layer "F.SilkS") + (uuid "dd41db30-0b8b-43cd-84bf-619dd06c5736") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "Main Board" + (at 101.94 59.71 0) + (layer "F.SilkS") + (uuid "e1afb8b8-39ee-4f52-9544-fceafc6d8535") + (effects + (font + (size 1.5 1.5) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "ENCODER" + (at 132.152381 113.97 180) + (layer "F.SilkS") + (uuid "e2184161-de07-4065-8f06-d751c98e0054") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "DIR" + (at 136.576 59.106 90) + (layer "F.SilkS") + (uuid "e6dbe84e-ccdf-4083-854c-5ce69ad85ca0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "VMOT" + (at 108.94 83.46 0) + (layer "F.SilkS") + (uuid "e91da0b2-da21-4db1-b9e2-81a4189c400b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "+5V" + (at 156.515 126.035 -90) + (layer "F.SilkS") + (uuid "e97e6d19-1449-4585-a19f-2b81d3547405") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "MS3" + (at 128.121889 89.23803 90) + (layer "F.SilkS") + (uuid "e9c24d57-3bc0-4fdc-a137-6e58f5ec1e58") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "Spindle" + (at 139.94 53.71 0) + (layer "F.SilkS" knockout) + (uuid "f0175232-1aa5-4afc-81de-36555cfc6768") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "Keyboard" + (at 152.705 119.685 0) + (layer "F.SilkS" knockout) + (uuid "f07a661d-69b9-453d-a66a-e21740c9c89a") + (effects + (font + (size 1.5 1.5) + (thickness 0.15) + ) + ) + ) + (gr_text "GND" + (at 128.575 132.385 90) + (layer "F.SilkS") + (uuid "f3c5b8de-fce5-44a3-8ebd-9cad03ff0e56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "DIR" + (at 138.1 89.205 90) + (layer "F.SilkS") + (uuid "fe7f1d10-30ee-4b22-a3f8-28b026599bce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "ICSP" + (at 164.897 72.06 90) + (layer "Dwgs.User") + (uuid "8a0ca77a-5f97-4d8b-bfbe-42a4f0eded41") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (segment + (start 153.34 85.395) + (end 153.34 80.325) + (width 0.6) + (layer "F.Cu") + (net 1) + (uuid "6519a2c2-ab61-479f-a40f-0ae6c8fd4b93") + ) + (segment + (start 153.35 74.61) + (end 153.34 74.6) + (width 0.6) + (layer "F.Cu") + (net 1) + (uuid "80152988-f63a-4665-96bb-99fd7d60a8bb") + ) + (segment + (start 153.34 80.325) + (end 153.35 80.315) + (width 0.6) + (layer "F.Cu") + (net 1) + (uuid "ac5c3677-f10e-4a18-b3d0-e27be7c46ee3") + ) + (segment + (start 153.35 80.315) + (end 153.35 74.61) + (width 0.6) + (layer "F.Cu") + (net 1) + (uuid "dba78df2-0200-41c0-aa71-05648563abc5") + ) + (segment + (start 150.81 80.315) + (end 150.81 85.365) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "018bc363-1e7b-429d-8998-d04176c0e384") + ) + (segment + (start 157.15 87.3) + (end 158.815 88.965) + (width 0.4) + (layer "F.Cu") + (net 3) + (uuid "035f4c90-86fe-4651-88ba-dc6eba8299b5") + ) + (segment + (start 158.815 90.235) + (end 158.815 89.205) + (width 0.4) + (layer "F.Cu") + (net 3) + (uuid "04a52141-675c-4e76-b30b-b13472e122f2") + ) + (segment + (start 117.78 91.11) + (end 116.51 89.84) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "05fd5209-015b-4319-b32f-9c1f5e217872") + ) + (segment + (start 138.1 95.62) + (end 137.4 94.92) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "0650f2a8-bfe7-4310-9c25-a54d20ceec44") + ) + (segment + (start 116.51 89.84) + (end 116.51 84.76) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "077449d3-6843-45a6-b8d4-414d3593b305") + ) + (segment + (start 133.655 80.95) + (end 135.56 79.045) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "0b5aaa77-b26c-4e9b-abdd-ecd7c0a666e0") + ) + (segment + (start 135.56 64.948) + (end 131.496 60.884) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "11b31f37-68ca-42f8-8d17-20ccff9f2458") + ) + (segment + (start 159.69 90.475) + (end 159.055 90.475) + (width 0.4) + (layer "F.Cu") + (net 3) + (uuid "14720dba-237f-4761-98cf-4fb870c3057a") + ) + (segment + (start 132.385 106.985) + (end 123.495 106.985) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "157c482c-2555-4ce2-87ff-0cbf3e1b7600") + ) + (segment + (start 135.56 74.6) + (end 135.56 64.948) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "1dc87694-e3c7-4e0a-bf19-ab0a80ebc904") + ) + (segment + (start 156.505 114.684774) + (end 156.425225 114.604999) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "23da71e7-e6ea-4703-a9f1-0e98e3f78bc8") + ) + (segment + (start 156.505 128.585) + (end 156.505 123.495) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "29a229cc-3791-4337-b557-527723511119") + ) + (segment + (start 138.1 97.46) + (end 138.1 95.62) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "2fb6001f-f428-465d-93b0-964bb7f1a820") + ) + (segment + (start 135.56 77.775) + (end 135.56 74.6) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "3217e4ea-7e56-48ec-8f82-fc5da4b24338") + ) + (segment + (start 131.496 60.884) + (end 131.496 57.46) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "34f9c1de-a73d-4d8f-97ca-6174099e3c26") + ) + (segment + (start 116.51 84.76) + (end 120.32 80.95) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "36a6d984-ae5e-4cb7-acfb-a58afc10b51c") + ) + (segment + (start 133.655 108.255) + (end 132.385 106.985) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "387a6071-6a9d-4092-9bd2-0611600a46fe") + ) + (segment + (start 150.8 74.6) + (end 150.8 77.775) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "3936327d-bc98-446e-8597-892a145a4e83") + ) + (segment + (start 146.355 114.605) + (end 156.554995 114.605) + (width 0.4) + (layer "F.Cu") + (net 3) + (uuid "428b953c-7214-4735-ad84-cb25082a6a6a") + ) + (segment + (start 120.32 80.95) + (end 133.655 80.95) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "466e5998-2d64-414e-bc85-219128037b60") + ) + (segment + (start 148.26 77.775) + (end 150.8 77.775) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "5049bc4a-ebf3-4311-8d6d-eacd5d206c43") + ) + (segment + (start 150.84 85.395) + (end 150.84 86.705) + (width 0.4) + (layer "F.Cu") + (net 3) + (uuid "5d3307b6-0457-489f-9711-9c4c1f474a56") + ) + (segment + (start 122.225 91.11) + (end 117.78 91.11) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "677d62a5-089e-405b-93be-c8008be3ea50") + ) + (segment + (start 137.4 94.92) + (end 126.035 94.92) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "6b9ffdbc-1a8f-413b-b376-e771112b55dd") + ) + (segment + (start 159.055 90.475) + (end 158.815 90.235) + (width 0.4) + (layer "F.Cu") + (net 3) + (uuid "86d94d30-b090-4e94-b000-552b2be027b4") + ) + (segment + (start 165.645 86.665) + (end 165.645 88.33) + (width 0.4) + (layer "F.Cu") + (net 3) + (uuid "89d31174-52c8-4666-b2b7-cd5be9607253") + ) + (segment + (start 150.84 86.705) + (end 151.435 87.3) + (width 0.4) + (layer "F.Cu") + (net 3) + (uuid "8ee6c505-bd89-4cea-a03f-fe7e40a4615f") + ) + (segment + (start 151.435 87.3) + (end 157.15 87.3) + (width 0.4) + (layer "F.Cu") + (net 3) + (uuid "924adf5a-f87c-4fcb-9c80-0005f3e4a96f") + ) + (segment + (start 156.505 123.495) + (end 156.505 114.684774) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "944e8c44-1d78-49bd-b656-4df2172a6f35") + ) + (segment + (start 132.385 136.195) + (end 148.895 136.195) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "98e699e2-76a9-4a60-b51e-e6d9b19cb619") + ) + (segment + (start 156.554995 114.605) + (end 156.555 114.604995) + (width 0.4) + (layer "F.Cu") + (net 3) + (uuid "98fd5171-c6fe-4961-bfb3-50fdc3bab3e5") + ) + (segment + (start 133.655 109.525) + (end 133.655 108.255) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "9b4250d5-dc5b-4966-9f6c-a0ee24059ae7") + ) + (segment + (start 126.035 94.92) + (end 122.225 91.11) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "9b5cc06d-9c33-41b8-8cf9-5bf58c4b0197") + ) + (segment + (start 150.8 77.775) + (end 150.8 80.305) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "aa7dcd0d-ef2f-4a10-aa4b-abcc566d1adc") + ) + (segment + (start 124.765 126.035) + (end 126.035 126.035) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "ab6460e2-b953-4d2e-b82b-2364b14c1444") + ) + (segment + (start 165.645 88.33) + (end 165.405 88.57) + (width 0.4) + (layer "F.Cu") + (net 3) + (uuid "b8a6cfe3-88f5-4c47-9248-57e10ad333d1") + ) + (segment + (start 135.56 77.775) + (end 143.18 77.775) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "ba077cb9-189d-409a-aba4-fb6d92b7227f") + ) + (segment + (start 122.225 123.495) + (end 124.765 126.035) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "bb744b8a-9ae9-4aa0-b660-6c1aebd0fef5") + ) + (segment + (start 158.815 88.965) + (end 158.815 89.205) + (width 0.4) + (layer "F.Cu") + (net 3) + (uuid "ca676d3b-72b1-482c-98b7-e8a1fad61566") + ) + (segment + (start 122.225 108.255) + (end 122.225 123.495) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "ccf27924-cee7-4be8-b4b2-e8430a435a5e") + ) + (segment + (start 148.895 136.195) + (end 156.505 128.585) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "e451719b-2d68-4e1c-9be1-6294a9d1ac25") + ) + (segment + (start 150.8 80.305) + (end 150.81 80.315) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "e9c9d8ce-be75-45b5-acc7-70815c8bf20a") + ) + (segment + (start 126.035 126.035) + (end 126.035 129.845) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "ec91771c-9d88-4516-9631-c124daed5d18") + ) + (segment + (start 123.495 106.985) + (end 122.225 108.255) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "f0dc4cd3-121d-4cf3-91d3-c126c2f30001") + ) + (segment + (start 126.035 129.845) + (end 132.385 136.195) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "f3080502-2d32-499d-bff3-8c091cbacb43") + ) + (segment + (start 150.81 85.365) + (end 150.84 85.395) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "f3188e9c-6d24-4393-9fd6-9cecb1fb198c") + ) + (segment + (start 135.56 79.045) + (end 135.56 77.775) + (width 0.6) + (layer "F.Cu") + (net 3) + (uuid "f95e05ce-98ab-43aa-ab22-82aa55c888ee") + ) + (via + (at 143.18 77.775) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "36febf71-9d36-43e2-9573-d19eb4baa0f2") + ) + (via + (at 148.26 77.775) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "716ce3be-b7d3-4791-b9c8-a6dfdde52f44") + ) + (via + (at 165.405 88.57) + (size 0.6) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "82233a4e-073e-462f-8172-1e52124023a3") + ) + (via + (at 159.69 90.475) + (size 0.6) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "a2792d0f-5339-4ab8-9c1c-6d7601e43bdb") + ) + (segment + (start 161.595 88.57) + (end 159.69 90.475) + (width 0.4) + (layer "B.Cu") + (net 3) + (uuid "10e954f2-9b06-40ba-bf97-62098cac6f95") + ) + (segment + (start 165.405 88.57) + (end 161.595 88.57) + (width 0.4) + (layer "B.Cu") + (net 3) + (uuid "2ae02bd7-4f5d-4245-bae0-26ac412f572d") + ) + (segment + (start 143.18 77.775) + (end 148.26 77.775) + (width 0.6) + (layer "B.Cu") + (net 3) + (uuid "8c02cd2a-9568-49ac-83f5-8d71138216ad") + ) + (segment + (start 150.792 97.452) + (end 150.8 97.46) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "6e80710a-8f00-43b0-9cff-464e2a7e82c5") + ) + (segment + (start 150.792 96.436) + (end 150.792 97.452) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "8c6259ec-8571-4cbd-a756-cc0449f7a2e7") + ) + (segment + (start 153.34 96.436) + (end 153.34 97.46) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "f72a5f97-8cd5-48d6-ba3b-d250c70b5989") + ) + (segment + (start 155.88 96.436) + (end 155.88 97.46) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "3d905b64-098b-4317-8c44-db1989ecbb43") + ) + (segment + (start 158.42 96.436) + (end 158.42 97.46) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "488dff4e-305d-4e37-aaca-4be571add5a1") + ) + (segment + (start 155.89 80.315) + (end 160.96 85.385) + (width 0.4) + (layer "F.Cu") + (net 9) + (uuid "463682f1-0022-4313-8646-5a0d7ea296ea") + ) + (segment + (start 160.96 85.385) + (end 160.96 89.205) + (width 0.4) + (layer "F.Cu") + (net 9) + (uuid "4ade67c7-1ddb-4dc5-9bf9-9f57ed33ab74") + ) + (segment + (start 155.89 74.61) + (end 155.88 74.6) + (width 0.6) + (layer "F.Cu") + (net 9) + (uuid "7bcf8a2a-09ac-4f56-afea-6b297b9a2798") + ) + (segment + (start 160.565 89.205) + (end 160.96 89.205) + (width 0.4) + (layer "F.Cu") + (net 9) + (uuid "80d30179-5914-4fdf-a4ce-40ab336e88a3") + ) + (segment + (start 155.89 80.315) + (end 155.89 74.61) + (width 0.6) + (layer "F.Cu") + (net 9) + (uuid "8a2fd6a3-0be9-4efe-97d7-7d97269e2d00") + ) + (segment + (start 160.96 89.205) + (end 160.96 97.46) + (width 0.4) + (layer "F.Cu") + (net 9) + (uuid "fdff2569-ea56-41aa-8837-41bc0590c059") + ) + (segment + (start 158.43 80.315) + (end 163.5 85.385) + (width 0.4) + (layer "F.Cu") + (net 10) + (uuid "36643727-cc21-46cc-9d4e-8eee1b0a1ab0") + ) + (segment + (start 163.5 85.385) + (end 163.5 86.665) + (width 0.4) + (layer "F.Cu") + (net 10) + (uuid "66353751-0940-4949-843d-2d06dd760c88") + ) + (segment + (start 163.5 88.57) + (end 162.865 89.205) + (width 0.4) + (layer "F.Cu") + (net 10) + (uuid "7d23151d-eb02-47cd-821c-6aa9cffe531d") + ) + (segment + (start 158.42 80.305) + (end 158.43 80.315) + (width 0.6) + (layer "F.Cu") + (net 10) + (uuid "93a8d870-5123-44a2-9f6f-90cbe40c2d56") + ) + (segment + (start 162.865 89.205) + (end 162.865 95.555) + (width 0.4) + (layer "F.Cu") + (net 10) + (uuid "9c0d4acd-b1ff-428e-836f-bffd13f3f9b5") + ) + (segment + (start 163.895 86.665) + (end 163.5 86.665) + (width 0.4) + (layer "F.Cu") + (net 10) + (uuid "b9f44b04-fdc4-4505-ae04-7319f8fbeadb") + ) + (segment + (start 163.5 96.19) + (end 163.5 97.46) + (width 0.4) + (layer "F.Cu") + (net 10) + (uuid "ba6392b0-0632-4e83-a05c-e723f7525075") + ) + (segment + (start 158.42 74.6) + (end 158.42 80.305) + (width 0.6) + (layer "F.Cu") + (net 10) + (uuid "bfce829c-ef06-495f-97cf-5f11475b52ee") + ) + (segment + (start 162.865 95.555) + (end 163.5 96.19) + (width 0.4) + (layer "F.Cu") + (net 10) + (uuid "c8d4c641-d111-4f54-a0c1-fd22e012575f") + ) + (segment + (start 163.5 86.665) + (end 163.5 88.57) + (width 0.4) + (layer "F.Cu") + (net 10) + (uuid "d8b3ae00-b239-4f95-8c68-5c53694e3d90") + ) + (segment + (start 145.728 49.208) + (end 145.72 49.2) + (width 0.4) + (layer "F.Cu") + (net 15) + (uuid "2c578fee-3876-46fe-872d-48d63b617b55") + ) + (segment + (start 145.728 51.748) + (end 145.728 49.208) + (width 0.4) + (layer "F.Cu") + (net 15) + (uuid "b8b9789a-57b0-4541-bed8-082a6386ba7a") + ) + (segment + (start 145.085 49.835) + (end 145.72 49.2) + (width 0.4) + (layer "F.Cu") + (net 15) + (uuid "e1e16406-9cd6-42fe-80da-0551b4dbabe4") + ) + (segment + (start 134.036 53.018) + (end 134.036 49.2) + (width 0.4) + (layer "F.Cu") + (net 16) + (uuid "9a042293-632a-4690-b5cf-8a39fc8a364a") + ) + (segment + (start 136.552 53.026) + (end 136.552 49.224) + (width 0.4) + (layer "F.Cu") + (net 17) + (uuid "165e7596-b8af-4724-b9a0-ff14b804b89f") + ) + (segment + (start 136.552 49.224) + (end 136.576 49.2) + (width 0.4) + (layer "F.Cu") + (net 17) + (uuid "b71641dc-1ae4-47c5-90b3-06f2abafae0d") + ) + (segment + (start 139.116 53.01) + (end 139.116 49.2) + (width 0.4) + (layer "F.Cu") + (net 18) + (uuid "6db3abc6-7cec-412e-bd44-2adac490f35f") + ) + (segment + (start 153.34 51.74) + (end 153.34 49.2) + (width 0.4) + (layer "F.Cu") + (net 19) + (uuid "d35affca-d49a-4486-be92-b054df66b9a0") + ) + (segment + (start 158.42 51.748) + (end 158.42 49.2) + (width 0.4) + (layer "F.Cu") + (net 20) + (uuid "f88c06b5-0da7-49ce-8cd4-27b0e2d18c2c") + ) + (segment + (start 148.284 51.796) + (end 148.284 49.224) + (width 0.4) + (layer "F.Cu") + (net 21) + (uuid "0bfa2cd6-dc7f-4672-812d-db3a151e0fb0") + ) + (segment + (start 148.284 49.224) + (end 148.26 49.2) + (width 0.4) + (layer "F.Cu") + (net 21) + (uuid "72b49f7c-cc73-47d3-bab4-f7ab6453ff5d") + ) + (segment + (start 150.8 51.74) + (end 150.8 49.2) + (width 0.4) + (layer "F.Cu") + (net 22) + (uuid "1da168fa-79b8-4e72-91ed-bd57eb70743b") + ) + (segment + (start 155.88 51.748) + (end 155.88 49.2) + (width 0.4) + (layer "F.Cu") + (net 24) + (uuid "9688dad0-d223-47d3-97e4-6b089533be80") + ) + (segment + (start 158.42 72.06) + (end 158.42 60.63) + (width 0.6) + (layer "F.Cu") + (net 30) + (uuid "b9c86fba-2ae4-4f7e-9dba-b4d77c9db853") + ) + (segment + (start 130.48 87.3) + (end 130.48 89.205) + (width 0.4) + (layer "F.Cu") + (net 32) + (uuid "7027a5e4-a598-482b-aa09-362cc4f47678") + ) + (segment + (start 130.48 89.205) + (end 131.115 89.84) + (width 0.4) + (layer "F.Cu") + (net 32) + (uuid "89b29ada-f74a-4d08-b4e0-233f77262744") + ) + (segment + (start 133.02 89.84) + (end 133.02 87.3) + (width 0.4) + (layer "F.Cu") + (net 32) + (uuid "bb1ce4d7-7ec3-471b-8b31-5773c9827321") + ) + (segment + (start 131.115 89.84) + (end 133.02 89.84) + (width 0.4) + (layer "F.Cu") + (net 32) + (uuid "fc4f241f-22a5-4add-bd0b-711fd16a9760") + ) + (segment + (start 130.48 74.6) + (end 130.48 69.52) + (width 0.8) + (layer "F.Cu") + (net 33) + (uuid "8a3d576a-674b-40ac-8a1e-7ecc19572339") + ) + (segment + (start 133.02 69.52) + (end 133.02 74.6) + (width 0.8) + (layer "F.Cu") + (net 34) + (uuid "435ac8de-e987-49cc-8530-7a1bfaeb0d1a") + ) + (segment + (start 127.94 74.6) + (end 127.94 69.52) + (width 0.8) + (layer "F.Cu") + (net 35) + (uuid "dd801aa9-8aa0-4e39-8aca-d9fb0bcfcc39") + ) + (segment + (start 125.4 74.6) + (end 125.4 69.52) + (width 0.8) + (layer "F.Cu") + (net 36) + (uuid "ed0643bd-0f98-4ba0-a198-105448692fb0") + ) + (segment + (start 150.8 52.74) + (end 150.8 72.06) + (width 0.4) + (layer "F.Cu") + (net 37) + (uuid "46a31a87-6a7a-465e-ba04-6bae29112f5e") + ) + (segment + (start 153.34 72.06) + (end 153.34 52.74) + (width 0.4) + (layer "F.Cu") + (net 38) + (uuid "852b1f96-be6c-45bb-bcfd-421187ca01d8") + ) + (segment + (start 155.88 72.06) + (end 155.88 57.455) + (width 0.4) + (layer "F.Cu") + (net 39) + (uuid "059ed8fd-75cf-4a90-9924-43f598c2a9f7") + ) + (segment + (start 158.42 52.748) + (end 158.42 53.645) + (width 0.4) + (layer "F.Cu") + (net 39) + (uuid "7a5f966a-f8e2-4afe-937c-434ee7d30bf1") + ) + (segment + (start 155.88 57.455) + (end 156.515 56.82) + (width 0.4) + (layer "F.Cu") + (net 39) + (uuid "cd81d6e6-5871-4af4-ae1b-e33cb487bda7") + ) + (via + (at 158.42 53.645) + (size 0.6) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 39) + (uuid "4698711a-d134-4a2b-93b7-6947529c1050") + ) + (via + (at 156.515 56.82) + (size 0.6) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 39) + (uuid "a22f96df-d35d-4af8-84d3-fca1289ce0c6") + ) + (segment + (start 158.42 54.915) + (end 156.515 56.82) + (width 0.4) + (layer "B.Cu") + (net 39) + (uuid "8a3c7f90-d432-4610-93a7-c0b4523fce6c") + ) + (segment + (start 158.42 53.645) + (end 158.42 54.915) + (width 0.4) + (layer "B.Cu") + (net 39) + (uuid "9bc6602a-4e2c-4369-9462-2b33083a2cc0") + ) + (segment + (start 155.88 52.748) + (end 155.88 53.645) + (width 0.4) + (layer "F.Cu") + (net 40) + (uuid "0daab0bb-bf48-44ed-853d-1931ecc68ac5") + ) + (segment + (start 163.5 66.98) + (end 161.595 65.075) + (width 0.4) + (layer "F.Cu") + (net 40) + (uuid "133c1b7a-1c42-4273-a718-068bce3cb69d") + ) + (segment + (start 161.595 59.36) + (end 155.88 53.645) + (width 0.4) + (layer "F.Cu") + (net 40) + (uuid "31c7cc95-af2e-4e2d-bf4f-c198c4f9f178") + ) + (segment + (start 160.96 74.6) + (end 162.23 74.6) + (width 0.4) + (layer "F.Cu") + (net 40) + (uuid "46014116-8097-4ba0-81ef-a72c80d58985") + ) + (segment + (start 162.23 74.6) + (end 163.5 73.33) + (width 0.4) + (layer "F.Cu") + (net 40) + (uuid "5258a72d-ccad-4735-a4eb-5ca735facf2a") + ) + (segment + (start 163.5 73.33) + (end 163.5 66.98) + (width 0.4) + (layer "F.Cu") + (net 40) + (uuid "7b640ad0-7ce2-428c-9dda-c79686bff477") + ) + (segment + (start 161.595 65.075) + (end 161.595 59.36) + (width 0.4) + (layer "F.Cu") + (net 40) + (uuid "faf5942c-6a98-480f-b754-1690d8fc7b20") + ) + (segment + (start 149.53 93.65) + (end 150.8 94.92) + (width 0.4) + (layer "F.Cu") + (net 41) + (uuid "2b235e62-c550-417c-a331-014ca2a4eaf5") + ) + (segment + (start 131.75 93.65) + (end 149.53 93.65) + (width 0.4) + (layer "F.Cu") + (net 41) + (uuid "7bba1297-e7f6-4449-8bea-deb4681dd636") + ) + (segment + (start 150.792 94.928) + (end 150.792 95.436) + (width 0.4) + (layer "F.Cu") + (net 41) + (uuid "a27c7fda-738c-497e-bdc6-2d99dd661eb5") + ) + (segment + (start 150.8 94.92) + (end 150.792 94.928) + (width 0.4) + (layer "F.Cu") + (net 41) + (uuid "ba7884fe-f75a-42b0-91fb-5e4e1d7112d7") + ) + (segment + (start 125.4 87.3) + (end 131.75 93.65) + (width 0.4) + (layer "F.Cu") + (net 41) + (uuid "c2bafd74-ad60-4763-83e0-d8322f6327c2") + ) + (segment + (start 122.86 87.3) + (end 122.86 85.395) + (width 0.4) + (layer "F.Cu") + (net 42) + (uuid "268f002e-2b46-456c-beba-a27bc8f24f1e") + ) + (segment + (start 123.495 84.76) + (end 145.085 84.76) + (width 0.4) + (layer "F.Cu") + (net 42) + (uuid "71416584-8c45-46af-a54e-982eb7b37b3a") + ) + (segment + (start 148.284 56.161) + (end 148.284 52.796) + (width 0.4) + (layer "F.Cu") + (net 42) + (uuid "87abb37c-6f49-4bab-ac42-428d18a3dc55") + ) + (segment + (start 145.085 84.76) + (end 146.355 83.49) + (width 0.4) + (layer "F.Cu") + (net 42) + (uuid "8e2cafde-f0a1-486b-9c61-458c6f12e217") + ) + (segment + (start 146.355 83.49) + (end 146.355 58.09) + (width 0.4) + (layer "F.Cu") + (net 42) + (uuid "afe2658a-e5fb-4cee-951f-01bae5f74151") + ) + (segment + (start 122.86 85.395) + (end 123.495 84.76) + (width 0.4) + (layer "F.Cu") + (net 42) + (uuid "e1559af0-e2cb-4665-98a4-a06b5c0f6353") + ) + (segment + (start 146.355 58.09) + (end 148.284 56.161) + (width 0.4) + (layer "F.Cu") + (net 42) + (uuid "f60407b0-2641-438a-84fc-c4ea570919c9") + ) + (segment + (start 150.165 92.38) + (end 150.8 93.015) + (width 0.4) + (layer "F.Cu") + (net 43) + (uuid "26a98c35-0e99-482a-a82e-bbe617826cae") + ) + (segment + (start 127.94 88.57) + (end 131.75 92.38) + (width 0.4) + (layer "F.Cu") + (net 43) + (uuid "5249b2bd-653f-4c7d-a56f-396249955f28") + ) + (segment + (start 150.8 93.015) + (end 152.07 93.015) + (width 0.4) + (layer "F.Cu") + (net 43) + (uuid "7761ac0f-772c-4421-9f9e-f527413bc3b2") + ) + (segment + (start 127.94 87.3) + (end 127.94 88.57) + (width 0.4) + (layer "F.Cu") + (net 43) + (uuid "842a1c4f-cb75-4889-833f-246bef585d8f") + ) + (segment + (start 152.07 93.015) + (end 153.34 94.285) + (width 0.4) + (layer "F.Cu") + (net 43) + (uuid "c30b27c9-9d3a-42d0-b6fd-b15e3025dd64") + ) + (segment + (start 153.34 94.285) + (end 153.34 95.436) + (width 0.4) + (layer "F.Cu") + (net 43) + (uuid "c436931c-f89e-4af8-a78c-3a80b25b172d") + ) + (segment + (start 131.75 92.38) + (end 150.165 92.38) + (width 0.4) + (layer "F.Cu") + (net 43) + (uuid "dcff3ae3-df77-4c0c-ab32-b059f03a2990") + ) + (segment + (start 151.435 91.745) + (end 155.245 91.745) + (width 0.4) + (layer "F.Cu") + (net 44) + (uuid "02205fa8-2eff-4d8b-92a6-c9afe392c16f") + ) + (segment + (start 155.245 91.745) + (end 155.88 92.38) + (width 0.4) + (layer "F.Cu") + (net 44) + (uuid "3c8e3a43-0997-4ae5-9761-f4b616a7b109") + ) + (segment + (start 135.56 89.84) + (end 136.195 90.475) + (width 0.4) + (layer "F.Cu") + (net 44) + (uuid "674c2358-0e3a-453d-a1c9-40f10fe40314") + ) + (segment + (start 150.165 90.475) + (end 151.435 91.745) + (width 0.4) + (layer "F.Cu") + (net 44) + (uuid "7160c002-2054-43c0-ae8f-88d5f3236327") + ) + (segment + (start 136.195 90.475) + (end 150.165 90.475) + (width 0.4) + (layer "F.Cu") + (net 44) + (uuid "7318f99b-1aa7-4d04-83bd-cd7fb366fc97") + ) + (segment + (start 135.56 87.3) + (end 135.56 89.84) + (width 0.4) + (layer "F.Cu") + (net 44) + (uuid "c01155a7-71f2-47e1-9e68-724a944f15e9") + ) + (segment + (start 155.88 92.38) + (end 155.88 95.436) + (width 0.4) + (layer "F.Cu") + (net 44) + (uuid "c66ec03f-2a22-4e8d-aa6d-a840acfd6964") + ) + (segment + (start 120.32 86.03) + (end 120.32 87.3) + (width 0.4) + (layer "F.Cu") + (net 45) + (uuid "480ec98e-87fc-4b0c-a963-f6f52894021f") + ) + (segment + (start 122.86 83.49) + (end 120.32 86.03) + (width 0.4) + (layer "F.Cu") + (net 45) + (uuid "7e484ff6-4193-4203-96be-20f7ec24f9f2") + ) + (segment + (start 143.815 83.49) + (end 122.86 83.49) + (width 0.4) + (layer "F.Cu") + (net 45) + (uuid "86724075-699f-446c-8338-a017afb37edd") + ) + (segment + (start 145.085 82.22) + (end 143.815 83.49) + (width 0.4) + (layer "F.Cu") + (net 45) + (uuid "a0b74e6f-cda5-4601-ae33-5f37df934abe") + ) + (segment + (start 145.728 52.748) + (end 145.728 55.288) + (width 0.4) + (layer "F.Cu") + (net 45) + (uuid "a1047163-1c4b-41d5-8ebf-dd8e9455f9c2") + ) + (segment + (start 145.085 55.931) + (end 145.085 82.22) + (width 0.4) + (layer "F.Cu") + (net 45) + (uuid "e55f12ab-63d9-4f86-a59f-4f25dc226f7d") + ) + (segment + (start 145.728 55.288) + (end 145.085 55.931) + (width 0.4) + (layer "F.Cu") + (net 45) + (uuid "ede43c16-f512-4bc1-bc9d-7da714afe461") + ) + (segment + (start 157.15 90.475) + (end 158.42 91.745) + (width 0.4) + (layer "F.Cu") + (net 46) + (uuid "401a2b31-267a-4454-a126-187b6fb7f74f") + ) + (segment + (start 158.42 91.745) + (end 158.42 95.436) + (width 0.4) + (layer "F.Cu") + (net 46) + (uuid "5f5cb9b4-de3e-47c9-9a17-27d3456bf1c3") + ) + (segment + (start 138.1 87.3) + (end 148.895 87.3) + (width 0.4) + (layer "F.Cu") + (net 46) + (uuid "863c81df-7b8f-4687-9f24-bee9d695c8ea") + ) + (segment + (start 152.07 90.475) + (end 157.15 90.475) + (width 0.4) + (layer "F.Cu") + (net 46) + (uuid "a99c4de7-993d-47bc-a4da-4e8a0adde2a5") + ) + (segment + (start 148.895 87.3) + (end 152.07 90.475) + (width 0.4) + (layer "F.Cu") + (net 46) + (uuid "faa75b41-5f1e-43c5-bf1f-9803e0528b5e") + ) + (segment + (start 134.036 54.018) + (end 134.036 57.46) + (width 0.4) + (layer "F.Cu") + (net 47) + (uuid "a3c8f8c1-3a9c-42be-9c1b-dcff64bd0784") + ) + (segment + (start 136.552 54.026) + (end 136.552 57.436) + (width 0.4) + (layer "F.Cu") + (net 48) + (uuid "407a280f-f136-4675-bc66-b03b19d0a500") + ) + (segment + (start 136.552 57.436) + (end 136.576 57.46) + (width 0.4) + (layer "F.Cu") + (net 48) + (uuid "fe2ad8b0-e80c-465a-8296-c674d75cbb63") + ) + (segment + (start 139.116 54.01) + (end 139.116 57.46) + (width 0.4) + (layer "F.Cu") + (net 49) + (uuid "2897fc73-ea87-406e-816a-82a9a0be651c") + ) + (segment + (start 148.885 128.565) + (end 148.885 123.495) + (width 0.4) + (layer "F.Cu") + (net 50) + (uuid "0cd0af8e-172e-449a-930d-ab3493bad1fd") + ) + (segment + (start 136.195 132.385) + (end 145.085 132.385) + (width 0.4) + (layer "F.Cu") + (net 50) + (uuid "25a75a57-dcb3-4af2-ac9e-75d00490d05e") + ) + (segment + (start 148.895 128.575) + (end 148.885 128.565) + (width 0.4) + (layer "F.Cu") + (net 50) + (uuid "6308fb8c-80ad-4bf1-bb65-5a96a96c68f3") + ) + (segment + (start 145.085 132.385) + (end 148.895 128.575) + (width 0.4) + (layer "F.Cu") + (net 50) + (uuid "85c17eff-1c99-4ff7-800c-0b7035b972e2") + ) + (segment + (start 148.885 122.215) + (end 146.355 119.685) + (width 0.4) + (layer "F.Cu") + (net 50) + (uuid "8dbfad93-50ac-4d4f-88be-72c028310e27") + ) + (segment + (start 133.655 129.845) + (end 136.195 132.385) + (width 0.4) + (layer "F.Cu") + (net 50) + (uuid "94af2fb3-7090-437b-a6a5-c172c673435a") + ) + (segment + (start 133.655 126.035) + (end 133.655 129.845) + (width 0.4) + (layer "F.Cu") + (net 50) + (uuid "99898f6b-0701-4ba5-aead-78ed17b85ca4") + ) + (segment + (start 146.355 119.685) + (end 146.355 116.355) + (width 0.4) + (layer "F.Cu") + (net 50) + (uuid "b14fdaa3-aa44-4a36-9da4-30a28ec5fecd") + ) + (segment + (start 148.885 123.495) + (end 148.885 122.215) + (width 0.4) + (layer "F.Cu") + (net 50) + (uuid "c0e93333-2267-4939-b12d-aa8a1c0b51ef") + ) + (segment + (start 150.165 119.685) + (end 150.165 116.355) + (width 0.4) + (layer "F.Cu") + (net 51) + (uuid "00aea77c-994e-4dd2-b5ec-11839bd38bb8") + ) + (segment + (start 151.425 123.495) + (end 151.425 120.945) + (width 0.4) + (layer "F.Cu") + (net 51) + (uuid "1b7acefd-5cca-499d-a141-beeabaa06e16") + ) + (segment + (start 131.115 129.845) + (end 134.925 133.655) + (width 0.4) + (layer "F.Cu") + (net 51) + (uuid "2fdaf5e1-861a-49f7-8f1f-e54d7ea05362") + ) + (segment + (start 146.355 133.655) + (end 151.425 128.585) + (width 0.4) + (layer "F.Cu") + (net 51) + (uuid "4ca405ce-edf0-438e-b44d-b1e3a7d9ea7e") + ) + (segment + (start 151.425 120.945) + (end 150.165 119.685) + (width 0.4) + (layer "F.Cu") + (net 51) + (uuid "86e29095-1a73-4a81-9684-851fcc6e568a") + ) + (segment + (start 131.115 126.035) + (end 131.115 129.845) + (width 0.4) + (layer "F.Cu") + (net 51) + (uuid "9f611331-999e-4d23-909a-cca357b980dc") + ) + (segment + (start 134.925 133.655) + (end 146.355 133.655) + (width 0.4) + (layer "F.Cu") + (net 51) + (uuid "b3933e3c-8c19-4e4f-b93c-17db6f760c89") + ) + (segment + (start 151.425 128.585) + (end 151.425 123.495) + (width 0.4) + (layer "F.Cu") + (net 51) + (uuid "c8238a98-dc2a-4b45-9661-0ce72fa83926") + ) + (segment + (start 131.115 123.495) + (end 131.115 109.525) + (width 0.4) + (layer "F.Cu") + (net 52) + (uuid "9a4e12fa-1cf2-4bd6-be13-12c47f24eaeb") + ) + (segment + (start 106.985 115.875) + (end 106.985 123.495) + (width 0.6) + (layer "F.Cu") + (net 53) + (uuid "1d14f127-4cd1-465e-a73c-8b6b3f923227") + ) + (segment + (start 120.955 101.905) + (end 106.985 115.875) + (width 0.6) + (layer "F.Cu") + (net 53) + (uuid "3dc9737a-b073-4b81-8bcf-38b98ca6a53c") + ) + (segment + (start 136.195 127.305) + (end 137.465 128.575) + (width 0.6) + (layer "F.Cu") + (net 53) + (uuid "44baa66e-5cf7-47ea-bcfb-bf79ee92acba") + ) + (segment + (start 140.005 128.575) + (end 142.545 126.035) + (width 0.6) + (layer "F.Cu") + (net 53) + (uuid "453a4be9-466e-47a7-91e9-c91b03127ea6") + ) + (segment + (start 137.465 128.575) + (end 140.005 128.575) + (width 0.6) + (layer "F.Cu") + (net 53) + (uuid "4d952426-2371-44cd-b524-dc20c95bf0f3") + ) + (segment + (start 142.545 126.035) + (end 142.545 104.445) + (width 0.6) + (layer "F.Cu") + (net 53) + (uuid "9ea9dc21-10d7-4e28-bbae-866569dc3db7") + ) + (segment + (start 142.545 104.445) + (end 140.005 101.905) + (width 0.6) + (layer "F.Cu") + (net 53) + (uuid "ae4eb9ff-9611-46b7-9b90-22b73d119281") + ) + (segment + (start 140.005 101.905) + (end 120.955 101.905) + (width 0.6) + (layer "F.Cu") + (net 53) + (uuid "e0acf1f9-b109-46d2-aad0-5ce4826a04d0") + ) + (segment + (start 136.195 126.035) + (end 136.195 127.305) + (width 0.6) + (layer "F.Cu") + (net 53) + (uuid "e13a0590-1d94-46ec-9a64-60bcbd946a2f") + ) + (segment + (start 110.795 114.605) + (end 110.795 123.495) + (width 0.6) + (layer "F.Cu") + (net 55) + (uuid "17bf06f9-4a75-4fb2-be42-7a2b6abd7d7f") + ) + (segment + (start 137.465 104.445) + (end 120.955 104.445) + (width 0.6) + (layer "F.Cu") + (net 55) + (uuid "1cb90808-9be2-4392-b58f-eb07e689de77") + ) + (segment + (start 138.735 120.955) + (end 140.005 119.685) + (width 0.6) + (layer "F.Cu") + (net 55) + (uuid "292536ef-e3e0-4370-95c1-8de7e95a24de") + ) + (segment + (start 140.005 106.985) + (end 137.465 104.445) + (width 0.6) + (layer "F.Cu") + (net 55) + (uuid "31b5e20f-cce2-49ca-aeef-b8287bf34d08") + ) + (segment + (start 134.925 120.955) + (end 138.735 120.955) + (width 0.6) + (layer "F.Cu") + (net 55) + (uuid "3c62cec8-be10-4396-81fe-8bb21bb26f23") + ) + (segment + (start 110.795 123.495) + (end 108.255 126.035) + (width 0.6) + (layer "F.Cu") + (net 55) + (uuid "876a43bf-ca87-4990-9bcd-7e74d4982114") + ) + (segment + (start 108.255 126.035) + (end 106.985 126.035) + (width 0.6) + (layer "F.Cu") + (net 55) + (uuid "98c0d8ea-7959-4209-b173-f5213734a977") + ) + (segment + (start 133.655 122.225) + (end 134.925 120.955) + (width 0.6) + (layer "F.Cu") + (net 55) + (uuid "9cc2cc10-9eb9-41e5-a640-2cd07e69d4d0") + ) + (segment + (start 133.655 123.495) + (end 133.655 122.225) + (width 0.6) + (layer "F.Cu") + (net 55) + (uuid "c17e125d-a35e-4a2c-90a9-7c0a5ff72442") + ) + (segment + (start 140.005 119.685) + (end 140.005 106.985) + (width 0.6) + (layer "F.Cu") + (net 55) + (uuid "d5533704-74be-4aec-a44f-9251cb4c3954") + ) + (segment + (start 120.955 104.445) + (end 110.795 114.605) + (width 0.6) + (layer "F.Cu") + (net 55) + (uuid "daab1550-6400-452d-bb06-3bd218cb9392") + ) + (segment + (start 128.575 109.525) + (end 128.575 123.495) + (width 0.4) + (layer "F.Cu") + (net 56) + (uuid "3776dd1e-a077-4b0c-9928-633136b5d934") + ) + (segment + (start 126.035 123.495) + (end 126.035 109.525) + (width 0.4) + (layer "F.Cu") + (net 57) + (uuid "f4f59e6b-c449-45ec-a22a-cc6c2fb6dd4c") + ) + (zone + (net 29) + (net_name "VMOT") + (layer "F.Cu") + (uuid "9b05e8d8-ae96-4e98-b13d-08c722b6b8d3") + (hatch edge 0.5) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + ) + (polygon + (pts + (xy 101.27 77.775) (xy 101.27 85.395) (xy 110.16 85.395) (xy 110.16 77.14) (xy 121.59 77.14) (xy 121.59 72.695) + (xy 117.145 72.695) (xy 105.715 72.695) (xy 105.715 77.775) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 121.533039 72.714685) (xy 121.578794 72.767489) (xy 121.59 72.819) (xy 121.59 73.194802) (xy 121.570315 73.261841) + (xy 121.517511 73.307596) (xy 121.448353 73.31754) (xy 121.420899 73.308404) (xy 121.420399 73.309746) + (xy 121.277379 73.256403) (xy 121.277372 73.256401) (xy 121.217844 73.25) (xy 120.57 73.25) (xy 120.57 74.166988) + (xy 120.512993 74.134075) (xy 120.385826 74.1) (xy 120.254174 74.1) (xy 120.127007 74.134075) (xy 120.07 74.166988) + (xy 120.07 73.25) (xy 119.422155 73.25) (xy 119.362627 73.256401) (xy 119.36262 73.256403) (xy 119.227913 73.306645) + (xy 119.227906 73.306649) (xy 119.112812 73.392809) (xy 119.112809 73.392812) (xy 119.026649 73.507906) + (xy 119.026645 73.507913) (xy 118.976403 73.64262) (xy 118.976401 73.642627) (xy 118.97 73.702155) + (xy 118.97 74.35) (xy 119.886988 74.35) (xy 119.854075 74.407007) (xy 119.82 74.534174) (xy 119.82 74.665826) + (xy 119.854075 74.792993) (xy 119.886988 74.85) (xy 118.97 74.85) (xy 118.97 75.497844) (xy 118.976401 75.557372) + (xy 118.976403 75.557379) (xy 119.026645 75.692086) (xy 119.026649 75.692093) (xy 119.112809 75.807187) + (xy 119.112812 75.80719) (xy 119.227906 75.89335) (xy 119.227913 75.893354) (xy 119.36262 75.943596) + (xy 119.362627 75.943598) (xy 119.422155 75.949999) (xy 119.422172 75.95) (xy 120.07 75.95) (xy 120.07 75.033012) + (xy 120.127007 75.065925) (xy 120.254174 75.1) (xy 120.385826 75.1) (xy 120.512993 75.065925) (xy 120.57 75.033012) + (xy 120.57 75.95) (xy 121.217828 75.95) (xy 121.217844 75.949999) (xy 121.277372 75.943598) (xy 121.277379 75.943596) + (xy 121.420399 75.890254) (xy 121.42147 75.893127) (xy 121.474822 75.881511) (xy 121.540291 75.905915) + (xy 121.582173 75.961841) (xy 121.59 76.005197) (xy 121.59 77.016) (xy 121.570315 77.083039) (xy 121.517511 77.128794) + (xy 121.466 77.14) (xy 114.551143 77.14) (xy 114.484104 77.120315) (xy 114.438349 77.067511) (xy 114.428405 76.998353) + (xy 114.434961 76.972667) (xy 114.483596 76.842267) (xy 114.483598 76.84226) (xy 114.489999 76.782732) + (xy 114.49 76.782715) (xy 114.49 76.184888) (xy 113.505686 76.184888) (xy 113.51008 76.180494) (xy 113.562741 76.089282) + (xy 113.59 75.987549) (xy 113.59 75.882227) (xy 113.562741 75.780494) (xy 113.51008 75.689282) (xy 113.505686 75.684888) + (xy 114.49 75.684888) (xy 114.49 75.08706) (xy 114.489999 75.087043) (xy 114.483598 75.027515) (xy 114.483596 75.027508) + (xy 114.433354 74.892801) (xy 114.43335 74.892794) (xy 114.34719 74.7777) (xy 114.347187 74.777697) + (xy 114.232093 74.691537) (xy 114.232086 74.691533) (xy 114.097379 74.641291) (xy 114.097372 74.641289) + (xy 114.037844 74.634888) (xy 113.44 74.634888) (xy 113.44 75.619202) (xy 113.435606 75.614808) + (xy 113.344394 75.562147) (xy 113.242661 75.534888) (xy 113.137339 75.534888) (xy 113.035606 75.562147) + (xy 112.944394 75.614808) (xy 112.94 75.619202) (xy 112.94 74.634888) (xy 112.342155 74.634888) + (xy 112.282627 74.641289) (xy 112.28262 74.641291) (xy 112.147913 74.691533) (xy 112.147906 74.691537) + (xy 112.032812 74.777697) (xy 112.032809 74.7777) (xy 111.946649 74.892794) (xy 111.946645 74.892801) + (xy 111.896403 75.027508) (xy 111.896401 75.027515) (xy 111.89 75.087043) (xy 111.89 75.684888) + (xy 112.874314 75.684888) (xy 112.86992 75.689282) (xy 112.817259 75.780494) (xy 112.79 75.882227) + (xy 112.79 75.987549) (xy 112.817259 76.089282) (xy 112.86992 76.180494) (xy 112.874314 76.184888) + (xy 111.89 76.184888) (xy 111.89 76.782732) (xy 111.896401 76.84226) (xy 111.896403 76.842267) (xy 111.945039 76.972667) + (xy 111.950023 77.042359) (xy 111.916538 77.103682) (xy 111.855215 77.137166) (xy 111.828857 77.14) + (xy 110.16 77.14) (xy 110.16 85.271) (xy 110.140315 85.338039) (xy 110.087511 85.383794) (xy 110.036 85.395) + (xy 101.394 85.395) (xy 101.326961 85.375315) (xy 101.281206 85.322511) (xy 101.27 85.271) (xy 101.27 84.482844) + (xy 102.1 84.482844) (xy 102.106401 84.542372) (xy 102.106403 84.542379) (xy 102.156645 84.677086) + (xy 102.156649 84.677093) (xy 102.242809 84.792187) (xy 102.242812 84.79219) (xy 102.357906 84.87835) + (xy 102.357913 84.878354) (xy 102.49262 84.928596) (xy 102.492627 84.928598) (xy 102.552155 84.934999) + (xy 102.552172 84.935) (xy 103.85 84.935) (xy 103.85 83.654064) (xy 103.878316 83.665793) (xy 104.025147 83.695) + (xy 104.174853 83.695) (xy 104.321684 83.665793) (xy 104.35 83.654064) (xy 104.35 84.935) (xy 105.647828 84.935) + (xy 105.647844 84.934999) (xy 105.707372 84.928598) (xy 105.707379 84.928596) (xy 105.842086 84.878354) + (xy 105.842093 84.87835) (xy 105.957187 84.79219) (xy 105.95719 84.792187) (xy 106.04335 84.677093) + (xy 106.043354 84.677086) (xy 106.093596 84.542379) (xy 106.093598 84.542372) (xy 106.099999 84.482844) + (xy 106.1 84.482827) (xy 106.1 83.185) (xy 104.819064 83.185) (xy 104.830793 83.156684) (xy 104.86 83.009853) + (xy 104.86 82.860147) (xy 104.830793 82.713316) (xy 104.819064 82.685) (xy 106.1 82.685) (xy 106.1 81.387172) + (xy 106.099999 81.387155) (xy 106.093598 81.327627) (xy 106.093596 81.32762) (xy 106.043354 81.192913) + (xy 106.04335 81.192906) (xy 105.95719 81.077812) (xy 105.957187 81.077809) (xy 105.842093 80.991649) + (xy 105.842086 80.991645) (xy 105.707379 80.941403) (xy 105.707372 80.941401) (xy 105.647844 80.935) + (xy 104.35 80.935) (xy 104.35 82.215935) (xy 104.321684 82.204207) (xy 104.174853 82.175) (xy 104.025147 82.175) + (xy 103.878316 82.204207) (xy 103.85 82.215935) (xy 103.85 80.935) (xy 102.552155 80.935) (xy 102.492627 80.941401) + (xy 102.49262 80.941403) (xy 102.357913 80.991645) (xy 102.357906 80.991649) (xy 102.242812 81.077809) + (xy 102.242809 81.077812) (xy 102.156649 81.192906) (xy 102.156645 81.192913) (xy 102.106403 81.32762) + (xy 102.106401 81.327627) (xy 102.1 81.387155) (xy 102.1 82.685) (xy 103.380936 82.685) (xy 103.369207 82.713316) + (xy 103.34 82.860147) (xy 103.34 83.009853) (xy 103.369207 83.156684) (xy 103.380936 83.185) (xy 102.1 83.185) + (xy 102.1 84.482844) (xy 101.27 84.482844) (xy 101.27 77.899) (xy 101.289685 77.831961) (xy 101.342489 77.786206) + (xy 101.394 77.775) (xy 105.715 77.775) (xy 105.715 72.819) (xy 105.734685 72.751961) (xy 105.787489 72.706206) + (xy 105.839 72.695) (xy 121.466 72.695) + ) + ) + ) + (zone + (net 1) + (net_name "GND") + (layer "B.Cu") + (uuid "cd64ce32-ff55-4d29-be85-7467108c0eed") + (hatch edge 0.5) + (priority 1) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + ) + (polygon + (pts + (xy 100 46.66) (xy 168.58 46.66) (xy 168.58 100) (xy 162.23 100) (xy 162.23 141.91) (xy 100 141.91) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 127.386905 124.168515) (xy 127.408804 124.193787) (xy 127.499278 124.332268) (xy 127.499283 124.332273) + (xy 127.499284 124.332276) (xy 127.618355 124.461619) (xy 127.65176 124.497906) (xy 127.829424 124.636189) + (xy 127.861926 124.653778) (xy 127.872695 124.659606) (xy 127.922286 124.708825) (xy 127.937394 124.777042) + (xy 127.913224 124.842597) (xy 127.884801 124.870236) (xy 127.813626 124.920072) (xy 127.813625 124.920072) + (xy 128.44559 125.552037) (xy 128.382007 125.569075) (xy 128.267993 125.634901) (xy 128.174901 125.727993) + (xy 128.109075 125.842007) (xy 128.092037 125.90559) (xy 127.452697 125.26625) (xy 127.411996 125.25807) + (xy 127.361813 125.209454) (xy 127.351984 125.187314) (xy 127.327115 125.112262) (xy 127.23403 124.961348) + (xy 127.108652 124.83597) (xy 126.980004 124.756619) (xy 126.95774 124.742886) (xy 126.95773 124.742882) + (xy 126.957636 124.742851) (xy 126.957579 124.742812) (xy 126.951195 124.739835) (xy 126.951703 124.738743) + (xy 126.900193 124.703076) (xy 126.873372 124.638559) (xy 126.88569 124.569784) (xy 126.920481 124.527295) + (xy 126.95824 124.497906) (xy 127.063295 124.383787) (xy 127.110715 124.332276) (xy 127.110715 124.332275) + (xy 127.110722 124.332268) (xy 127.201193 124.19379) (xy 127.254338 124.148437) (xy 127.323569 124.139013) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 129.926905 124.168515) (xy 129.948804 124.193787) (xy 130.039278 124.332268) (xy 130.039283 124.332273) + (xy 130.039284 124.332276) (xy 130.158355 124.461619) (xy 130.19176 124.497906) (xy 130.369424 124.636189) + (xy 130.369429 124.636191) (xy 130.369431 124.636193) (xy 130.40593 124.655946) (xy 130.45552 124.705165) + (xy 130.470628 124.773382) (xy 130.446457 124.838937) (xy 130.40593 124.874054) (xy 130.369431 124.893806) + (xy 130.369422 124.893812) (xy 130.191761 125.032092) (xy 130.191756 125.032097) (xy 130.039284 125.197723) + (xy 130.03928 125.197729) (xy 129.94525 125.341651) (xy 129.892103 125.387007) (xy 129.822872 125.39643) + (xy 129.759536 125.366927) (xy 129.739866 125.344951) (xy 129.689924 125.273626) (xy 129.057962 125.905589) + (xy 129.040925 125.842007) (xy 128.975099 125.727993) (xy 128.882007 125.634901) (xy 128.767993 125.569075) + (xy 128.70441 125.552037) (xy 129.336373 124.920073) (xy 129.336373 124.920072) (xy 129.265199 124.870236) + (xy 129.221574 124.815659) (xy 129.21438 124.746161) (xy 129.245903 124.683806) (xy 129.277305 124.659606) + (xy 129.288074 124.653778) (xy 129.320576 124.636189) (xy 129.49824 124.497906) (xy 129.603295 124.383787) + (xy 129.650715 124.332276) (xy 129.650715 124.332275) (xy 129.650722 124.332268) (xy 129.741193 124.19379) + (xy 129.794338 124.148437) (xy 129.863569 124.139013) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 142.714075 97.267007) (xy 142.68 97.394174) (xy 142.68 97.525826) (xy 142.714075 97.652993) + (xy 142.746988 97.71) (xy 141.073012 97.71) (xy 141.105925 97.652993) (xy 141.14 97.525826) (xy 141.14 97.394174) + (xy 141.105925 97.267007) (xy 141.073012 97.21) (xy 142.746988 97.21) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 152.151905 72.733515) (xy 152.173804 72.758787) (xy 152.264278 72.897268) (xy 152.264283 72.897273) + (xy 152.264284 72.897276) (xy 152.416756 73.062902) (xy 152.41676 73.062906) (xy 152.594424 73.201189) + (xy 152.626926 73.218778) (xy 152.637695 73.224606) (xy 152.687286 73.273825) (xy 152.702394 73.342042) + (xy 152.678224 73.407597) (xy 152.649801 73.435236) (xy 152.578626 73.485072) (xy 152.578625 73.485072) + (xy 153.21059 74.117037) (xy 153.147007 74.134075) (xy 153.032993 74.199901) (xy 152.939901 74.292993) + (xy 152.874075 74.407007) (xy 152.857037 74.470589) (xy 152.217697 73.83125) (xy 152.176996 73.82307) + (xy 152.126813 73.774454) (xy 152.116984 73.752314) (xy 152.109232 73.72892) (xy 152.092115 73.677262) + (xy 151.99903 73.526348) (xy 151.873652 73.40097) (xy 151.745004 73.321619) (xy 151.72274 73.307886) + (xy 151.72273 73.307882) (xy 151.722636 73.307851) (xy 151.722579 73.307812) (xy 151.716195 73.304835) + (xy 151.716703 73.303743) (xy 151.665193 73.268076) (xy 151.638372 73.203559) (xy 151.65069 73.134784) + (xy 151.685481 73.092295) (xy 151.72324 73.062906) (xy 151.875722 72.897268) (xy 151.966193 72.75879) + (xy 152.019338 72.713437) (xy 152.088569 72.704013) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 154.691905 72.733515) (xy 154.713804 72.758787) (xy 154.804278 72.897268) (xy 154.804283 72.897273) + (xy 154.804284 72.897276) (xy 154.956756 73.062902) (xy 154.95676 73.062906) (xy 155.134424 73.201189) + (xy 155.134429 73.201191) (xy 155.134431 73.201193) (xy 155.17093 73.220946) (xy 155.22052 73.270165) + (xy 155.235628 73.338382) (xy 155.211457 73.403937) (xy 155.17093 73.439054) (xy 155.134431 73.458806) + (xy 155.134422 73.458812) (xy 154.956761 73.597092) (xy 154.956756 73.597097) (xy 154.804284 73.762723) + (xy 154.80428 73.762729) (xy 154.71025 73.906651) (xy 154.657103 73.952007) (xy 154.587872 73.96143) + (xy 154.524536 73.931927) (xy 154.504866 73.909951) (xy 154.454924 73.838626) (xy 153.822962 74.470588) + (xy 153.805925 74.407007) (xy 153.740099 74.292993) (xy 153.647007 74.199901) (xy 153.532993 74.134075) + (xy 153.46941 74.117037) (xy 154.101373 73.485073) (xy 154.101373 73.485072) (xy 154.030199 73.435236) + (xy 153.986574 73.380659) (xy 153.97938 73.311161) (xy 154.010903 73.248806) (xy 154.042305 73.224606) + (xy 154.053074 73.218778) (xy 154.085576 73.201189) (xy 154.26324 73.062906) (xy 154.415722 72.897268) + (xy 154.506193 72.75879) (xy 154.559338 72.713437) (xy 154.628569 72.704013) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 168.523039 46.679685) (xy 168.568794 46.732489) (xy 168.58 46.784) (xy 168.58 99.876) (xy 168.560315 99.943039) + (xy 168.507511 99.988794) (xy 168.456 100) (xy 162.23 100) (xy 162.23 141.7105) (xy 162.210315 141.777539) + (xy 162.157511 141.823294) (xy 162.106 141.8345) (xy 101.005412 141.8345) (xy 100.994605 141.834028) + (xy 100.978693 141.832635) (xy 100.850271 141.8214) (xy 100.828986 141.817647) (xy 100.69428 141.781553) + (xy 100.673968 141.77416) (xy 100.547581 141.715224) (xy 100.528863 141.704417) (xy 100.414629 141.62443) + (xy 100.398071 141.610536) (xy 100.299463 141.511928) (xy 100.285569 141.49537) (xy 100.205582 141.381136) + (xy 100.194775 141.362418) (xy 100.135839 141.236031) (xy 100.128446 141.215719) (xy 100.092352 141.081013) + (xy 100.088599 141.059727) (xy 100.075972 140.915395) (xy 100.0755 140.904588) (xy 100.0755 136.195) + (xy 102.210197 136.195) (xy 102.229397 136.561353) (xy 102.286784 136.923684) (xy 102.286784 136.923686) + (xy 102.381736 137.278051) (xy 102.513204 137.620535) (xy 102.679754 137.947406) (xy 102.879553 138.25507) + (xy 103.068297 138.488148) (xy 104.420747 137.135697) (xy 104.494588 137.23733) (xy 104.67267 137.415412) + (xy 104.7743 137.489251) (xy 103.42185 138.841701) (xy 103.654929 139.030446) (xy 103.962593 139.230245) + (xy 104.289464 139.396795) (xy 104.631948 139.528263) (xy 104.986314 139.623215) (xy 105.348646 139.680602) + (xy 105.714999 139.699803) (xy 105.715001 139.699803) (xy 106.081353 139.680602) (xy 106.443684 139.623215) + (xy 106.443686 139.623215) (xy 106.798051 139.528263) (xy 107.140535 139.396795) (xy 107.467406 139.230245) + (xy 107.775064 139.03045) (xy 108.008148 138.841701) (xy 106.655698 137.489251) (xy 106.75733 137.415412) + (xy 106.935412 137.23733) (xy 107.009251 137.135698) (xy 108.361701 138.488148) (xy 108.55045 138.255064) + (xy 108.750245 137.947406) (xy 108.916795 137.620535) (xy 109.048263 137.278051) (xy 109.143215 136.923686) + (xy 109.143215 136.923684) (xy 109.200602 136.561353) (xy 109.219803 136.195) (xy 153.010197 136.195) + (xy 153.029397 136.561353) (xy 153.086784 136.923684) (xy 153.086784 136.923686) (xy 153.181736 137.278051) + (xy 153.313204 137.620535) (xy 153.479754 137.947406) (xy 153.679553 138.25507) (xy 153.868297 138.488148) + (xy 155.220747 137.135697) (xy 155.294588 137.23733) (xy 155.47267 137.415412) (xy 155.5743 137.489251) + (xy 154.22185 138.841701) (xy 154.454929 139.030446) (xy 154.762593 139.230245) (xy 155.089464 139.396795) + (xy 155.431948 139.528263) (xy 155.786314 139.623215) (xy 156.148646 139.680602) (xy 156.514999 139.699803) + (xy 156.515001 139.699803) (xy 156.881353 139.680602) (xy 157.243684 139.623215) (xy 157.243686 139.623215) + (xy 157.598051 139.528263) (xy 157.940535 139.396795) (xy 158.267406 139.230245) (xy 158.575064 139.03045) + (xy 158.808148 138.841701) (xy 157.455698 137.489251) (xy 157.55733 137.415412) (xy 157.735412 137.23733) + (xy 157.809251 137.135698) (xy 159.161701 138.488148) (xy 159.35045 138.255064) (xy 159.550245 137.947406) + (xy 159.716795 137.620535) (xy 159.848263 137.278051) (xy 159.943215 136.923686) (xy 159.943215 136.923684) + (xy 160.000602 136.561353) (xy 160.019803 136.195) (xy 160.019803 136.194999) (xy 160.000602 135.828646) + (xy 159.943215 135.466315) (xy 159.943215 135.466313) (xy 159.848263 135.111948) (xy 159.716795 134.769464) + (xy 159.550245 134.442594) (xy 159.350446 134.134929) (xy 159.161701 133.90185) (xy 157.809251 135.2543) + (xy 157.735412 135.15267) (xy 157.55733 134.974588) (xy 157.455698 134.900748) (xy 158.808149 133.548297) + (xy 158.57507 133.359553) (xy 158.267406 133.159754) (xy 157.940535 132.993204) (xy 157.598051 132.861736) + (xy 157.243685 132.766784) (xy 156.881353 132.709397) (xy 156.515001 132.690197) (xy 156.514999 132.690197) + (xy 156.148646 132.709397) (xy 155.786315 132.766784) (xy 155.786313 132.766784) (xy 155.431948 132.861736) + (xy 155.089464 132.993204) (xy 154.762594 133.159754) (xy 154.454924 133.359557) (xy 154.221849 133.548296) + (xy 154.221849 133.548297) (xy 155.574301 134.900748) (xy 155.47267 134.974588) (xy 155.294588 135.15267) + (xy 155.220748 135.2543) (xy 153.868297 133.901849) (xy 153.868296 133.901849) (xy 153.679557 134.134924) + (xy 153.479754 134.442594) (xy 153.313204 134.769464) (xy 153.181736 135.111948) (xy 153.086784 135.466313) + (xy 153.086784 135.466315) (xy 153.029397 135.828646) (xy 153.010197 136.194999) (xy 153.010197 136.195) + (xy 109.219803 136.195) (xy 109.219803 136.194999) (xy 109.200602 135.828646) (xy 109.143215 135.466315) + (xy 109.143215 135.466313) (xy 109.048263 135.111948) (xy 108.916795 134.769464) (xy 108.750245 134.442594) + (xy 108.550446 134.134929) (xy 108.361701 133.90185) (xy 107.009251 135.2543) (xy 106.935412 135.15267) + (xy 106.75733 134.974588) (xy 106.655698 134.900748) (xy 108.008149 133.548297) (xy 107.77507 133.359553) + (xy 107.467406 133.159754) (xy 107.140535 132.993204) (xy 106.798051 132.861736) (xy 106.443685 132.766784) + (xy 106.081353 132.709397) (xy 105.715001 132.690197) (xy 105.714999 132.690197) (xy 105.348646 132.709397) + (xy 104.986315 132.766784) (xy 104.986313 132.766784) (xy 104.631948 132.861736) (xy 104.289464 132.993204) + (xy 103.962594 133.159754) (xy 103.654924 133.359557) (xy 103.421849 133.548296) (xy 103.421849 133.548297) + (xy 104.774301 134.900748) (xy 104.67267 134.974588) (xy 104.494588 135.15267) (xy 104.420748 135.2543) + (xy 103.068297 133.901849) (xy 103.068296 133.901849) (xy 102.879557 134.134924) (xy 102.679754 134.442594) + (xy 102.513204 134.769464) (xy 102.381736 135.111948) (xy 102.286784 135.466313) (xy 102.286784 135.466315) + (xy 102.229397 135.828646) (xy 102.210197 136.194999) (xy 102.210197 136.195) (xy 100.0755 136.195) + (xy 100.0755 126.035005) (xy 105.621844 126.035005) (xy 105.640434 126.259359) (xy 105.640436 126.259371) + (xy 105.695703 126.477614) (xy 105.78614 126.683792) (xy 105.909276 126.872265) (xy 105.909284 126.872276) + (xy 106.061756 127.037902) (xy 106.06176 127.037906) (xy 106.239424 127.176189) (xy 106.239425 127.176189) + (xy 106.239427 127.176191) (xy 106.299314 127.2086) (xy 106.437426 127.283342) (xy 106.650365 127.356444) + (xy 106.872431 127.3935) (xy 107.097569 127.3935) (xy 107.319635 127.356444) (xy 107.532574 127.283342) + (xy 107.730576 127.176189) (xy 107.90824 127.037906) (xy 108.007614 126.929957) (xy 108.060715 126.872276) + (xy 108.060717 126.872273) (xy 108.060722 126.872268) (xy 108.18386 126.683791) (xy 108.274296 126.477616) + (xy 108.329564 126.259368) (xy 108.332164 126.227993) (xy 108.348156 126.035005) (xy 108.348156 126.034994) + (xy 108.329565 125.81064) (xy 108.329563 125.810628) (xy 108.274296 125.592385) (xy 108.264071 125.569075) + (xy 108.18386 125.386209) (xy 108.171262 125.366927) (xy 108.060723 125.197734) (xy 108.060715 125.197723) + (xy 107.91551 125.039991) (xy 107.884587 124.977337) (xy 107.892447 124.907911) (xy 107.936594 124.853755) + (xy 107.963405 124.839827) (xy 108.043584 124.80992) (xy 108.081204 124.795889) (xy 108.198261 124.708261) + (xy 108.285889 124.591204) (xy 108.336989 124.454201) (xy 108.340959 124.417272) (xy 108.343499 124.393654) + (xy 108.3435 124.393637) (xy 108.3435 123.495005) (xy 124.671844 123.495005) (xy 124.690434 123.719359) + (xy 124.690436 123.719371) (xy 124.745703 123.937614) (xy 124.83614 124.143792) (xy 124.959276 124.332265) + (xy 124.959284 124.332276) (xy 125.111756 124.497902) (xy 125.111761 124.497907) (xy 125.149517 124.527294) + (xy 125.19033 124.584005) (xy 125.194003 124.653778) (xy 125.159372 124.714461) (xy 125.118487 124.739154) + (xy 125.118805 124.739835) (xy 125.112466 124.74279) (xy 125.112368 124.74285) (xy 125.112267 124.742883) + (xy 125.112259 124.742886) (xy 124.961346 124.835971) (xy 124.835971 124.961346) (xy 124.742886 125.112259) + (xy 124.742884 125.112264) (xy 124.687113 125.280572) (xy 124.6765 125.384447) (xy 124.6765 126.685537) + (xy 124.676501 126.685553) (xy 124.687113 126.789427) (xy 124.714565 126.872273) (xy 124.742885 126.957738) + (xy 124.83597 127.108652) (xy 124.961348 127.23403) (xy 125.112262 127.327115) (xy 125.280574 127.382887) + (xy 125.384455 127.3935) (xy 126.685544 127.393499) (xy 126.789426 127.382887) (xy 126.957738 127.327115) + (xy 127.108652 127.23403) (xy 127.23403 127.108652) (xy 127.327115 126.957738) (xy 127.351985 126.882683) + (xy 127.391756 126.82524) (xy 127.456271 126.798416) (xy 127.458049 126.798397) (xy 128.092037 126.164409) + (xy 128.109075 126.227993) (xy 128.174901 126.342007) (xy 128.267993 126.435099) (xy 128.382007 126.500925) + (xy 128.44559 126.517962) (xy 127.813625 127.149925) (xy 127.897421 127.208599) (xy 128.111507 127.308429) + (xy 128.111516 127.308433) (xy 128.339673 127.369567) (xy 128.339684 127.369569) (xy 128.574998 127.390157) + (xy 128.575002 127.390157) (xy 128.810315 127.369569) (xy 128.810326 127.369567) (xy 129.038483 127.308433) + (xy 129.038492 127.308429) (xy 129.252578 127.2086) (xy 129.252582 127.208598) (xy 129.336373 127.149926) + (xy 129.336373 127.149925) (xy 128.704409 126.517962) (xy 128.767993 126.500925) (xy 128.882007 126.435099) + (xy 128.975099 126.342007) (xy 129.040925 126.227993) (xy 129.057962 126.164409) (xy 129.689925 126.796373) + (xy 129.739868 126.725048) (xy 129.794445 126.681424) (xy 129.863944 126.674231) (xy 129.926298 126.705753) + (xy 129.945251 126.72835) (xy 130.039276 126.872265) (xy 130.039284 126.872276) (xy 130.191756 127.037902) + (xy 130.19176 127.037906) (xy 130.369424 127.176189) (xy 130.369425 127.176189) (xy 130.369427 127.176191) + (xy 130.429314 127.2086) (xy 130.567426 127.283342) (xy 130.780365 127.356444) (xy 131.002431 127.3935) + (xy 131.227569 127.3935) (xy 131.449635 127.356444) (xy 131.662574 127.283342) (xy 131.860576 127.176189) + (xy 132.03824 127.037906) (xy 132.137614 126.929957) (xy 132.190715 126.872276) (xy 132.190715 126.872275) + (xy 132.190722 126.872268) (xy 132.281193 126.73379) (xy 132.334338 126.688437) (xy 132.403569 126.679013) + (xy 132.466905 126.708515) (xy 132.488804 126.733787) (xy 132.579278 126.872268) (xy 132.579283 126.872273) + (xy 132.579284 126.872276) (xy 132.731756 127.037902) (xy 132.73176 127.037906) (xy 132.909424 127.176189) + (xy 132.909425 127.176189) (xy 132.909427 127.176191) (xy 132.969314 127.2086) (xy 133.107426 127.283342) + (xy 133.320365 127.356444) (xy 133.542431 127.3935) (xy 133.767569 127.3935) (xy 133.989635 127.356444) + (xy 134.202574 127.283342) (xy 134.400576 127.176189) (xy 134.57824 127.037906) (xy 134.677614 126.929957) + (xy 134.730715 126.872276) (xy 134.730715 126.872275) (xy 134.730722 126.872268) (xy 134.821193 126.73379) + (xy 134.874338 126.688437) (xy 134.943569 126.679013) (xy 135.006905 126.708515) (xy 135.028804 126.733787) + (xy 135.119278 126.872268) (xy 135.119283 126.872273) (xy 135.119284 126.872276) (xy 135.271756 127.037902) + (xy 135.27176 127.037906) (xy 135.449424 127.176189) (xy 135.449425 127.176189) (xy 135.449427 127.176191) + (xy 135.509314 127.2086) (xy 135.647426 127.283342) (xy 135.860365 127.356444) (xy 136.082431 127.3935) + (xy 136.307569 127.3935) (xy 136.529635 127.356444) (xy 136.742574 127.283342) (xy 136.940576 127.176189) + (xy 137.11824 127.037906) (xy 137.217614 126.929957) (xy 137.270715 126.872276) (xy 137.270717 126.872273) + (xy 137.270722 126.872268) (xy 137.39386 126.683791) (xy 137.484296 126.477616) (xy 137.539564 126.259368) + (xy 137.542164 126.227993) (xy 137.558156 126.035005) (xy 137.558156 126.034994) (xy 137.539565 125.81064) + (xy 137.539563 125.810628) (xy 137.484296 125.592385) (xy 137.474071 125.569075) (xy 137.39386 125.386209) + (xy 137.381262 125.366927) (xy 137.270723 125.197734) (xy 137.270715 125.197723) (xy 137.118243 125.032097) + (xy 137.118238 125.032092) (xy 136.940577 124.893812) (xy 136.940578 124.893812) (xy 136.940576 124.893811) + (xy 136.90407 124.874055) (xy 136.854479 124.824836) (xy 136.839371 124.756619) (xy 136.863541 124.691064) + (xy 136.90407 124.655945) (xy 136.908074 124.653778) (xy 136.940576 124.636189) (xy 137.11824 124.497906) + (xy 137.223295 124.383787) (xy 137.270715 124.332276) (xy 137.270717 124.332273) (xy 137.270722 124.332268) + (xy 137.39386 124.143791) (xy 137.484296 123.937616) (xy 137.539564 123.719368) (xy 137.542164 123.687993) + (xy 137.558156 123.495005) (xy 147.521844 123.495005) (xy 147.540434 123.719359) (xy 147.540436 123.719371) + (xy 147.595703 123.937614) (xy 147.68614 124.143792) (xy 147.809276 124.332265) (xy 147.809284 124.332276) + (xy 147.928355 124.461619) (xy 147.96176 124.497906) (xy 148.139424 124.636189) (xy 148.139425 124.636189) + (xy 148.139427 124.636191) (xy 148.240824 124.691064) (xy 148.337426 124.743342) (xy 148.550365 124.816444) + (xy 148.772431 124.8535) (xy 148.997569 124.8535) (xy 149.219635 124.816444) (xy 149.432574 124.743342) + (xy 149.630576 124.636189) (xy 149.80824 124.497906) (xy 149.913295 124.383787) (xy 149.960715 124.332276) + (xy 149.960715 124.332275) (xy 149.960722 124.332268) (xy 150.051193 124.19379) (xy 150.104338 124.148437) + (xy 150.173569 124.139013) (xy 150.236905 124.168515) (xy 150.258804 124.193787) (xy 150.349278 124.332268) + (xy 150.349283 124.332273) (xy 150.349284 124.332276) (xy 150.468355 124.461619) (xy 150.50176 124.497906) + (xy 150.679424 124.636189) (xy 150.679425 124.636189) (xy 150.679427 124.636191) (xy 150.780824 124.691064) + (xy 150.877426 124.743342) (xy 151.090365 124.816444) (xy 151.312431 124.8535) (xy 151.537569 124.8535) + (xy 151.759635 124.816444) (xy 151.972574 124.743342) (xy 152.170576 124.636189) (xy 152.34824 124.497906) + (xy 152.453295 124.383787) (xy 152.500715 124.332276) (xy 152.500715 124.332275) (xy 152.500722 124.332268) + (xy 152.594749 124.188347) (xy 152.647894 124.142994) (xy 152.717125 124.13357) (xy 152.780461 124.163072) + (xy 152.80013 124.185048) (xy 152.92689 124.366078) (xy 153.093917 124.533105) (xy 153.287421 124.6686) + (xy 153.501507 124.768429) (xy 153.501516 124.768433) (xy 153.715 124.825634) (xy 153.715 123.928012) + (xy 153.772007 123.960925) (xy 153.899174 123.995) (xy 154.030826 123.995) (xy 154.157993 123.960925) + (xy 154.215 123.928012) (xy 154.215 124.825633) (xy 154.428483 124.768433) (xy 154.428492 124.768429) + (xy 154.642578 124.6686) (xy 154.836078 124.533108) (xy 154.951914 124.417272) (xy 155.013237 124.383787) + (xy 155.082929 124.388771) (xy 155.138863 124.430642) (xy 155.155777 124.461619) (xy 155.20411 124.591203) + (xy 155.204111 124.591204) (xy 155.291739 124.708261) (xy 155.408796 124.795889) (xy 155.545799 124.846989) + (xy 155.57305 124.849918) (xy 155.606345 124.853499) (xy 155.606362 124.8535) (xy 157.403638 124.8535) + (xy 157.403654 124.853499) (xy 157.430692 124.850591) (xy 157.464201 124.846989) (xy 157.601204 124.795889) + (xy 157.718261 124.708261) (xy 157.805889 124.591204) (xy 157.856989 124.454201) (xy 157.860959 124.417272) + (xy 157.863499 124.393654) (xy 157.8635 124.393637) (xy 157.8635 122.596362) (xy 157.863499 122.596345) + (xy 157.860157 122.56527) (xy 157.856989 122.535799) (xy 157.854222 122.528381) (xy 157.827559 122.456894) + (xy 157.805889 122.398796) (xy 157.718261 122.281739) (xy 157.601204 122.194111) (xy 157.464203 122.143011) + (xy 157.403654 122.1365) (xy 157.403638 122.1365) (xy 155.606362 122.1365) (xy 155.606345 122.1365) + (xy 155.545797 122.143011) (xy 155.545795 122.143011) (xy 155.408795 122.194111) (xy 155.291739 122.281739) + (xy 155.204111 122.398795) (xy 155.155777 122.528381) (xy 155.113905 122.584314) (xy 155.048441 122.60873) + (xy 154.980168 122.593878) (xy 154.951915 122.572727) (xy 154.836082 122.456894) (xy 154.642578 122.321399) + (xy 154.428492 122.22157) (xy 154.428486 122.221567) (xy 154.215 122.164364) (xy 154.215 123.061988) + (xy 154.157993 123.029075) (xy 154.030826 122.995) (xy 153.899174 122.995) (xy 153.772007 123.029075) + (xy 153.715 123.061988) (xy 153.715 122.164364) (xy 153.714999 122.164364) (xy 153.501513 122.221567) + (xy 153.501507 122.22157) (xy 153.287422 122.321399) (xy 153.28742 122.3214) (xy 153.093926 122.456886) + (xy 153.09392 122.456891) (xy 152.926891 122.62392) (xy 152.92689 122.623922) (xy 152.800131 122.804952) + (xy 152.745554 122.848577) (xy 152.676055 122.855769) (xy 152.613701 122.824247) (xy 152.594752 122.801656) + (xy 152.500722 122.657732) (xy 152.500715 122.657725) (xy 152.500715 122.657723) (xy 152.348243 122.492097) + (xy 152.348238 122.492092) (xy 152.170577 122.353812) (xy 152.170572 122.353808) (xy 151.97258 122.246661) + (xy 151.972577 122.246659) (xy 151.972574 122.246658) (xy 151.972571 122.246657) (xy 151.972569 122.246656) + (xy 151.759637 122.173556) (xy 151.537569 122.1365) (xy 151.312431 122.1365) (xy 151.090362 122.173556) + (xy 150.87743 122.246656) (xy 150.877419 122.246661) (xy 150.679427 122.353808) (xy 150.679422 122.353812) + (xy 150.501761 122.492092) (xy 150.501756 122.492097) (xy 150.349284 122.657723) (xy 150.349276 122.657734) + (xy 150.258808 122.796206) (xy 150.205662 122.841562) (xy 150.136431 122.850986) (xy 150.073095 122.821484) + (xy 150.051192 122.796206) (xy 149.960723 122.657734) (xy 149.960715 122.657723) (xy 149.808243 122.492097) + (xy 149.808238 122.492092) (xy 149.630577 122.353812) (xy 149.630572 122.353808) (xy 149.43258 122.246661) + (xy 149.432577 122.246659) (xy 149.432574 122.246658) (xy 149.432571 122.246657) (xy 149.432569 122.246656) + (xy 149.219637 122.173556) (xy 148.997569 122.1365) (xy 148.772431 122.1365) (xy 148.550362 122.173556) + (xy 148.33743 122.246656) (xy 148.337419 122.246661) (xy 148.139427 122.353808) (xy 148.139422 122.353812) + (xy 147.961761 122.492092) (xy 147.961756 122.492097) (xy 147.809284 122.657723) (xy 147.809276 122.657734) + (xy 147.68614 122.846207) (xy 147.595703 123.052385) (xy 147.540436 123.270628) (xy 147.540434 123.27064) + (xy 147.521844 123.494994) (xy 147.521844 123.495005) (xy 137.558156 123.495005) (xy 137.558156 123.494994) + (xy 137.539565 123.27064) (xy 137.539563 123.270628) (xy 137.484296 123.052385) (xy 137.474071 123.029075) + (xy 137.39386 122.846209) (xy 137.377706 122.821484) (xy 137.270723 122.657734) (xy 137.270715 122.657723) + (xy 137.118243 122.492097) (xy 137.118238 122.492092) (xy 136.940577 122.353812) (xy 136.940572 122.353808) + (xy 136.74258 122.246661) (xy 136.742577 122.246659) (xy 136.742574 122.246658) (xy 136.742571 122.246657) + (xy 136.742569 122.246656) (xy 136.529637 122.173556) (xy 136.307569 122.1365) (xy 136.082431 122.1365) + (xy 135.860362 122.173556) (xy 135.64743 122.246656) (xy 135.647419 122.246661) (xy 135.449427 122.353808) + (xy 135.449422 122.353812) (xy 135.271761 122.492092) (xy 135.271756 122.492097) (xy 135.119284 122.657723) + (xy 135.119276 122.657734) (xy 135.028808 122.796206) (xy 134.975662 122.841562) (xy 134.906431 122.850986) + (xy 134.843095 122.821484) (xy 134.821192 122.796206) (xy 134.730723 122.657734) (xy 134.730715 122.657723) + (xy 134.578243 122.492097) (xy 134.578238 122.492092) (xy 134.400577 122.353812) (xy 134.400572 122.353808) + (xy 134.20258 122.246661) (xy 134.202577 122.246659) (xy 134.202574 122.246658) (xy 134.202571 122.246657) + (xy 134.202569 122.246656) (xy 133.989637 122.173556) (xy 133.767569 122.1365) (xy 133.542431 122.1365) + (xy 133.320362 122.173556) (xy 133.10743 122.246656) (xy 133.107419 122.246661) (xy 132.909427 122.353808) + (xy 132.909422 122.353812) (xy 132.731761 122.492092) (xy 132.731756 122.492097) (xy 132.579284 122.657723) + (xy 132.579276 122.657734) (xy 132.488808 122.796206) (xy 132.435662 122.841562) (xy 132.366431 122.850986) + (xy 132.303095 122.821484) (xy 132.281192 122.796206) (xy 132.190723 122.657734) (xy 132.190715 122.657723) + (xy 132.038243 122.492097) (xy 132.038238 122.492092) (xy 131.860577 122.353812) (xy 131.860572 122.353808) + (xy 131.66258 122.246661) (xy 131.662577 122.246659) (xy 131.662574 122.246658) (xy 131.662571 122.246657) + (xy 131.662569 122.246656) (xy 131.449637 122.173556) (xy 131.227569 122.1365) (xy 131.002431 122.1365) + (xy 130.780362 122.173556) (xy 130.56743 122.246656) (xy 130.567419 122.246661) (xy 130.369427 122.353808) + (xy 130.369422 122.353812) (xy 130.191761 122.492092) (xy 130.191756 122.492097) (xy 130.039284 122.657723) + (xy 130.039276 122.657734) (xy 129.948808 122.796206) (xy 129.895662 122.841562) (xy 129.826431 122.850986) + (xy 129.763095 122.821484) (xy 129.741192 122.796206) (xy 129.650723 122.657734) (xy 129.650715 122.657723) + (xy 129.498243 122.492097) (xy 129.498238 122.492092) (xy 129.320577 122.353812) (xy 129.320572 122.353808) + (xy 129.12258 122.246661) (xy 129.122577 122.246659) (xy 129.122574 122.246658) (xy 129.122571 122.246657) + (xy 129.122569 122.246656) (xy 128.909637 122.173556) (xy 128.687569 122.1365) (xy 128.462431 122.1365) + (xy 128.240362 122.173556) (xy 128.02743 122.246656) (xy 128.027419 122.246661) (xy 127.829427 122.353808) + (xy 127.829422 122.353812) (xy 127.651761 122.492092) (xy 127.651756 122.492097) (xy 127.499284 122.657723) + (xy 127.499276 122.657734) (xy 127.408808 122.796206) (xy 127.355662 122.841562) (xy 127.286431 122.850986) + (xy 127.223095 122.821484) (xy 127.201192 122.796206) (xy 127.110723 122.657734) (xy 127.110715 122.657723) + (xy 126.958243 122.492097) (xy 126.958238 122.492092) (xy 126.780577 122.353812) (xy 126.780572 122.353808) + (xy 126.58258 122.246661) (xy 126.582577 122.246659) (xy 126.582574 122.246658) (xy 126.582571 122.246657) + (xy 126.582569 122.246656) (xy 126.369637 122.173556) (xy 126.147569 122.1365) (xy 125.922431 122.1365) + (xy 125.700362 122.173556) (xy 125.48743 122.246656) (xy 125.487419 122.246661) (xy 125.289427 122.353808) + (xy 125.289422 122.353812) (xy 125.111761 122.492092) (xy 125.111756 122.492097) (xy 124.959284 122.657723) + (xy 124.959276 122.657734) (xy 124.83614 122.846207) (xy 124.745703 123.052385) (xy 124.690436 123.270628) + (xy 124.690434 123.27064) (xy 124.671844 123.494994) (xy 124.671844 123.495005) (xy 108.3435 123.495005) + (xy 108.3435 122.596362) (xy 108.343499 122.596345) (xy 108.340157 122.56527) (xy 108.336989 122.535799) + (xy 108.334222 122.528381) (xy 108.307559 122.456894) (xy 108.285889 122.398796) (xy 108.198261 122.281739) + (xy 108.081204 122.194111) (xy 107.944203 122.143011) (xy 107.883654 122.1365) (xy 107.883638 122.1365) + (xy 106.086362 122.1365) (xy 106.086345 122.1365) (xy 106.025797 122.143011) (xy 106.025795 122.143011) + (xy 105.888795 122.194111) (xy 105.771739 122.281739) (xy 105.684111 122.398795) (xy 105.633011 122.535795) + (xy 105.633011 122.535797) (xy 105.6265 122.596345) (xy 105.6265 124.393654) (xy 105.633011 124.454202) + (xy 105.633011 124.454204) (xy 105.681426 124.584005) (xy 105.684111 124.591204) (xy 105.771739 124.708261) + (xy 105.888796 124.795889) (xy 105.940737 124.815262) (xy 106.006595 124.839827) (xy 106.062528 124.881699) + (xy 106.086944 124.947163) (xy 106.072092 125.015436) (xy 106.05449 125.039991) (xy 105.909279 125.19773) + (xy 105.909276 125.197734) (xy 105.78614 125.386207) (xy 105.695703 125.592385) (xy 105.640436 125.810628) + (xy 105.640434 125.81064) (xy 105.621844 126.034994) (xy 105.621844 126.035005) (xy 100.0755 126.035005) + (xy 100.0755 115.453649) (xy 155.2465 115.453649) (xy 155.253011 115.514197) (xy 155.253011 115.514199) + (xy 155.304111 115.651199) (xy 155.391739 115.768256) (xy 155.508796 115.855884) (xy 155.645799 115.906984) + (xy 155.67305 115.909913) (xy 155.706345 115.913494) (xy 155.706362 115.913495) (xy 157.403638 115.913495) + (xy 157.403654 115.913494) (xy 157.430692 115.910586) (xy 157.464201 115.906984) (xy 157.601204 115.855884) + (xy 157.718261 115.768256) (xy 157.805889 115.651199) (xy 157.856989 115.514196) (xy 157.860591 115.480687) + (xy 157.863499 115.453649) (xy 157.863677 115.450326) (xy 157.863855 115.450335) (xy 157.863856 115.45033) + (xy 157.863959 115.450341) (xy 157.865128 115.450403) (xy 157.883185 115.38891) (xy 157.935989 115.343155) + (xy 157.968967 115.337474) (xy 158.655 114.651441) (xy 158.655 114.657656) (xy 158.682259 114.759389) + (xy 158.73492 114.850601) (xy 158.809394 114.925075) (xy 158.900606 114.977736) (xy 159.002339 115.004995) + (xy 159.008553 115.004995) (xy 158.329526 115.68402) (xy 158.402513 115.735127) (xy 158.402521 115.735131) + (xy 158.608668 115.831259) (xy 158.608682 115.831264) (xy 158.828389 115.890134) (xy 158.8284 115.890136) + (xy 159.054998 115.909961) (xy 159.055002 115.909961) (xy 159.281599 115.890136) (xy 159.28161 115.890134) + (xy 159.501317 115.831264) (xy 159.501331 115.831259) (xy 159.707478 115.735131) (xy 159.780471 115.684019) + (xy 159.101447 115.004995) (xy 159.107661 115.004995) (xy 159.209394 114.977736) (xy 159.300606 114.925075) + (xy 159.37508 114.850601) (xy 159.427741 114.759389) (xy 159.455 114.657656) (xy 159.455 114.651442) + (xy 160.134024 115.330466) (xy 160.185136 115.257473) (xy 160.281264 115.051326) (xy 160.281269 115.051312) + (xy 160.340139 114.831605) (xy 160.340141 114.831594) (xy 160.359966 114.604997) (xy 160.359966 114.604992) + (xy 160.340141 114.378395) (xy 160.340139 114.378384) (xy 160.281269 114.158677) (xy 160.281264 114.158663) + (xy 160.185136 113.952516) (xy 160.185132 113.952508) (xy 160.134025 113.879521) (xy 159.455 114.558546) + (xy 159.455 114.552334) (xy 159.427741 114.450601) (xy 159.37508 114.359389) (xy 159.300606 114.284915) + (xy 159.209394 114.232254) (xy 159.107661 114.204995) (xy 159.101448 114.204995) (xy 159.780472 113.525969) + (xy 159.707478 113.474858) (xy 159.501331 113.37873) (xy 159.501317 113.378725) (xy 159.28161 113.319855) + (xy 159.281599 113.319853) (xy 159.055002 113.300029) (xy 159.054998 113.300029) (xy 158.8284 113.319853) + (xy 158.828389 113.319855) (xy 158.608682 113.378725) (xy 158.608673 113.378729) (xy 158.402516 113.474861) + (xy 158.402512 113.474863) (xy 158.329526 113.525968) (xy 158.329526 113.525969) (xy 159.008553 114.204995) + (xy 159.002339 114.204995) (xy 158.900606 114.232254) (xy 158.809394 114.284915) (xy 158.73492 114.359389) + (xy 158.682259 114.450601) (xy 158.655 114.552334) (xy 158.655 114.558547) (xy 157.96791 113.871458) + (xy 157.929805 113.863799) (xy 157.879623 113.815183) (xy 157.864965 113.759595) (xy 157.863959 113.759648) + (xy 157.863856 113.75966) (xy 157.863855 113.759654) (xy 157.863677 113.759664) (xy 157.863499 113.75634) + (xy 157.860157 113.725265) (xy 157.856989 113.695794) (xy 157.805889 113.558791) (xy 157.718261 113.441734) + (xy 157.601204 113.354106) (xy 157.464203 113.303006) (xy 157.403654 113.296495) (xy 157.403638 113.296495) + (xy 155.706362 113.296495) (xy 155.706345 113.296495) (xy 155.645797 113.303006) (xy 155.645795 113.303006) + (xy 155.508795 113.354106) (xy 155.391739 113.441734) (xy 155.304111 113.55879) (xy 155.253011 113.69579) + (xy 155.253011 113.695792) (xy 155.2465 113.75634) (xy 155.2465 115.453649) (xy 100.0755 115.453649) + (xy 100.0755 110.423654) (xy 124.6765 110.423654) (xy 124.683011 110.484202) (xy 124.683011 110.484204) + (xy 124.734111 110.621204) (xy 124.821739 110.738261) (xy 124.938796 110.825889) (xy 125.075799 110.876989) + (xy 125.10305 110.879918) (xy 125.136345 110.883499) (xy 125.136362 110.8835) (xy 126.933638 110.8835) + (xy 126.933654 110.883499) (xy 126.960692 110.880591) (xy 126.994201 110.876989) (xy 127.131204 110.825889) + (xy 127.248261 110.738261) (xy 127.335889 110.621204) (xy 127.381138 110.499887) (xy 127.423009 110.443956) + (xy 127.488474 110.419539) (xy 127.556746 110.434391) (xy 127.588545 110.459236) (xy 127.65176 110.527906) + (xy 127.829424 110.666189) (xy 127.829425 110.666189) (xy 127.829427 110.666191) (xy 127.889314 110.6986) + (xy 128.027426 110.773342) (xy 128.240365 110.846444) (xy 128.462431 110.8835) (xy 128.687569 110.8835) + (xy 128.909635 110.846444) (xy 129.122574 110.773342) (xy 129.320576 110.666189) (xy 129.49824 110.527906) + (xy 129.619594 110.396082) (xy 129.650715 110.362276) (xy 129.650715 110.362275) (xy 129.650722 110.362268) + (xy 129.741193 110.22379) (xy 129.794338 110.178437) (xy 129.863569 110.169013) (xy 129.926905 110.198515) + (xy 129.948804 110.223787) (xy 130.039278 110.362268) (xy 130.039283 110.362273) (xy 130.039284 110.362276) + (xy 130.165968 110.499889) (xy 130.19176 110.527906) (xy 130.369424 110.666189) (xy 130.369425 110.666189) + (xy 130.369427 110.666191) (xy 130.429314 110.6986) (xy 130.567426 110.773342) (xy 130.780365 110.846444) + (xy 131.002431 110.8835) (xy 131.227569 110.8835) (xy 131.449635 110.846444) (xy 131.662574 110.773342) + (xy 131.860576 110.666189) (xy 132.03824 110.527906) (xy 132.159594 110.396082) (xy 132.190715 110.362276) + (xy 132.190715 110.362275) (xy 132.190722 110.362268) (xy 132.281193 110.22379) (xy 132.334338 110.178437) + (xy 132.403569 110.169013) (xy 132.466905 110.198515) (xy 132.488804 110.223787) (xy 132.579278 110.362268) + (xy 132.579283 110.362273) (xy 132.579284 110.362276) (xy 132.705968 110.499889) (xy 132.73176 110.527906) + (xy 132.909424 110.666189) (xy 132.909425 110.666189) (xy 132.909427 110.666191) (xy 132.969314 110.6986) + (xy 133.107426 110.773342) (xy 133.320365 110.846444) (xy 133.542431 110.8835) (xy 133.767569 110.8835) + (xy 133.989635 110.846444) (xy 134.202574 110.773342) (xy 134.400576 110.666189) (xy 134.57824 110.527906) + (xy 134.699594 110.396082) (xy 134.730715 110.362276) (xy 134.730715 110.362275) (xy 134.730722 110.362268) + (xy 134.824749 110.218347) (xy 134.877894 110.172994) (xy 134.947125 110.16357) (xy 135.010461 110.193072) + (xy 135.03013 110.215048) (xy 135.15689 110.396078) (xy 135.323917 110.563105) (xy 135.517421 110.6986) + (xy 135.731507 110.798429) (xy 135.731516 110.798433) (xy 135.945 110.855634) (xy 135.945 109.958012) + (xy 136.002007 109.990925) (xy 136.129174 110.025) (xy 136.260826 110.025) (xy 136.387993 109.990925) + (xy 136.445 109.958012) (xy 136.445 110.855633) (xy 136.658483 110.798433) (xy 136.658492 110.798429) + (xy 136.872578 110.6986) (xy 137.066082 110.563105) (xy 137.233105 110.396082) (xy 137.3686 110.202578) + (xy 137.468429 109.988492) (xy 137.468432 109.988486) (xy 137.525636 109.775) (xy 136.628012 109.775) + (xy 136.660925 109.717993) (xy 136.695 109.590826) (xy 136.695 109.459174) (xy 136.660925 109.332007) + (xy 136.628012 109.275) (xy 137.525636 109.275) (xy 137.525635 109.274999) (xy 137.468432 109.061513) + (xy 137.468429 109.061507) (xy 137.3686 108.847422) (xy 137.368599 108.84742) (xy 137.233113 108.653926) + (xy 137.233108 108.65392) (xy 137.066082 108.486894) (xy 136.872578 108.351399) (xy 136.658492 108.25157) + (xy 136.658486 108.251567) (xy 136.445 108.194364) (xy 136.445 109.091988) (xy 136.387993 109.059075) + (xy 136.260826 109.025) (xy 136.129174 109.025) (xy 136.002007 109.059075) (xy 135.945 109.091988) + (xy 135.945 108.194364) (xy 135.944999 108.194364) (xy 135.731513 108.251567) (xy 135.731507 108.25157) + (xy 135.517422 108.351399) (xy 135.51742 108.3514) (xy 135.323926 108.486886) (xy 135.32392 108.486891) + (xy 135.156891 108.65392) (xy 135.15689 108.653922) (xy 135.030131 108.834952) (xy 134.975554 108.878577) + (xy 134.906055 108.885769) (xy 134.843701 108.854247) (xy 134.824752 108.831656) (xy 134.730722 108.687732) + (xy 134.730715 108.687725) (xy 134.730715 108.687723) (xy 134.578243 108.522097) (xy 134.578238 108.522092) + (xy 134.400577 108.383812) (xy 134.400572 108.383808) (xy 134.20258 108.276661) (xy 134.202577 108.276659) + (xy 134.202574 108.276658) (xy 134.202571 108.276657) (xy 134.202569 108.276656) (xy 133.989637 108.203556) + (xy 133.767569 108.1665) (xy 133.542431 108.1665) (xy 133.320362 108.203556) (xy 133.10743 108.276656) + (xy 133.107419 108.276661) (xy 132.909427 108.383808) (xy 132.909422 108.383812) (xy 132.731761 108.522092) + (xy 132.731756 108.522097) (xy 132.579284 108.687723) (xy 132.579276 108.687734) (xy 132.488808 108.826206) + (xy 132.435662 108.871562) (xy 132.366431 108.880986) (xy 132.303095 108.851484) (xy 132.281192 108.826206) + (xy 132.190723 108.687734) (xy 132.190715 108.687723) (xy 132.038243 108.522097) (xy 132.038238 108.522092) + (xy 131.860577 108.383812) (xy 131.860572 108.383808) (xy 131.66258 108.276661) (xy 131.662577 108.276659) + (xy 131.662574 108.276658) (xy 131.662571 108.276657) (xy 131.662569 108.276656) (xy 131.449637 108.203556) + (xy 131.227569 108.1665) (xy 131.002431 108.1665) (xy 130.780362 108.203556) (xy 130.56743 108.276656) + (xy 130.567419 108.276661) (xy 130.369427 108.383808) (xy 130.369422 108.383812) (xy 130.191761 108.522092) + (xy 130.191756 108.522097) (xy 130.039284 108.687723) (xy 130.039276 108.687734) (xy 129.948808 108.826206) + (xy 129.895662 108.871562) (xy 129.826431 108.880986) (xy 129.763095 108.851484) (xy 129.741192 108.826206) + (xy 129.650723 108.687734) (xy 129.650715 108.687723) (xy 129.498243 108.522097) (xy 129.498238 108.522092) + (xy 129.320577 108.383812) (xy 129.320572 108.383808) (xy 129.12258 108.276661) (xy 129.122577 108.276659) + (xy 129.122574 108.276658) (xy 129.122571 108.276657) (xy 129.122569 108.276656) (xy 128.909637 108.203556) + (xy 128.687569 108.1665) (xy 128.462431 108.1665) (xy 128.240362 108.203556) (xy 128.02743 108.276656) + (xy 128.027419 108.276661) (xy 127.829427 108.383808) (xy 127.829422 108.383812) (xy 127.651761 108.522092) + (xy 127.588548 108.59076) (xy 127.528661 108.62675) (xy 127.458823 108.624649) (xy 127.401207 108.585124) + (xy 127.381138 108.55011) (xy 127.335889 108.428796) (xy 127.302214 108.383812) (xy 127.248261 108.311739) + (xy 127.131204 108.224111) (xy 126.994203 108.173011) (xy 126.933654 108.1665) (xy 126.933638 108.1665) + (xy 125.136362 108.1665) (xy 125.136345 108.1665) (xy 125.075797 108.173011) (xy 125.075795 108.173011) + (xy 124.938795 108.224111) (xy 124.821739 108.311739) (xy 124.734111 108.428795) (xy 124.683011 108.565795) + (xy 124.683011 108.565797) (xy 124.6765 108.626345) (xy 124.6765 110.423654) (xy 100.0755 110.423654) + (xy 100.0755 105.715) (xy 102.210197 105.715) (xy 102.229397 106.081353) (xy 102.286784 106.443684) + (xy 102.286784 106.443686) (xy 102.381736 106.798051) (xy 102.513204 107.140535) (xy 102.679754 107.467406) + (xy 102.879553 107.77507) (xy 103.068297 108.008148) (xy 104.420747 106.655697) (xy 104.494588 106.75733) + (xy 104.67267 106.935412) (xy 104.7743 107.009251) (xy 103.42185 108.361701) (xy 103.654929 108.550446) + (xy 103.962593 108.750245) (xy 104.289464 108.916795) (xy 104.631948 109.048263) (xy 104.986314 109.143215) + (xy 105.348646 109.200602) (xy 105.714999 109.219803) (xy 105.715001 109.219803) (xy 106.081353 109.200602) + (xy 106.443684 109.143215) (xy 106.443686 109.143215) (xy 106.798051 109.048263) (xy 107.140535 108.916795) + (xy 107.467406 108.750245) (xy 107.775064 108.55045) (xy 108.008148 108.361701) (xy 106.655698 107.009251) + (xy 106.75733 106.935412) (xy 106.935412 106.75733) (xy 107.009251 106.655698) (xy 108.361701 108.008148) + (xy 108.55045 107.775064) (xy 108.750245 107.467406) (xy 108.916795 107.140535) (xy 109.048263 106.798051) + (xy 109.143215 106.443686) (xy 109.143215 106.443684) (xy 109.200602 106.081353) (xy 109.219803 105.715) + (xy 153.010197 105.715) (xy 153.029397 106.081353) (xy 153.086784 106.443684) (xy 153.086784 106.443686) + (xy 153.181736 106.798051) (xy 153.313204 107.140535) (xy 153.479754 107.467406) (xy 153.679553 107.77507) + (xy 153.868297 108.008148) (xy 155.220747 106.655697) (xy 155.294588 106.75733) (xy 155.47267 106.935412) + (xy 155.5743 107.009251) (xy 154.22185 108.361701) (xy 154.454929 108.550446) (xy 154.762593 108.750245) + (xy 155.089464 108.916795) (xy 155.431948 109.048263) (xy 155.786314 109.143215) (xy 156.148646 109.200602) + (xy 156.514999 109.219803) (xy 156.515001 109.219803) (xy 156.881353 109.200602) (xy 157.243684 109.143215) + (xy 157.243686 109.143215) (xy 157.598051 109.048263) (xy 157.940535 108.916795) (xy 158.267406 108.750245) + (xy 158.575064 108.55045) (xy 158.808148 108.361701) (xy 157.455698 107.009251) (xy 157.55733 106.935412) + (xy 157.735412 106.75733) (xy 157.809251 106.655698) (xy 159.161701 108.008148) (xy 159.35045 107.775064) + (xy 159.550245 107.467406) (xy 159.716795 107.140535) (xy 159.848263 106.798051) (xy 159.943215 106.443686) + (xy 159.943215 106.443684) (xy 160.000602 106.081353) (xy 160.019803 105.715) (xy 160.019803 105.714999) + (xy 160.000602 105.348646) (xy 159.943215 104.986315) (xy 159.943215 104.986313) (xy 159.848263 104.631948) + (xy 159.716795 104.289464) (xy 159.550245 103.962594) (xy 159.350446 103.654929) (xy 159.161701 103.42185) + (xy 157.809251 104.7743) (xy 157.735412 104.67267) (xy 157.55733 104.494588) (xy 157.455698 104.420748) + (xy 158.808149 103.068297) (xy 158.57507 102.879553) (xy 158.267406 102.679754) (xy 157.940535 102.513204) + (xy 157.598051 102.381736) (xy 157.243685 102.286784) (xy 156.881353 102.229397) (xy 156.515001 102.210197) + (xy 156.514999 102.210197) (xy 156.148646 102.229397) (xy 155.786315 102.286784) (xy 155.786313 102.286784) + (xy 155.431948 102.381736) (xy 155.089464 102.513204) (xy 154.762594 102.679754) (xy 154.454924 102.879557) + (xy 154.221849 103.068296) (xy 154.221849 103.068297) (xy 155.574301 104.420748) (xy 155.47267 104.494588) + (xy 155.294588 104.67267) (xy 155.220748 104.7743) (xy 153.868297 103.421849) (xy 153.868296 103.421849) + (xy 153.679557 103.654924) (xy 153.479754 103.962594) (xy 153.313204 104.289464) (xy 153.181736 104.631948) + (xy 153.086784 104.986313) (xy 153.086784 104.986315) (xy 153.029397 105.348646) (xy 153.010197 105.714999) + (xy 153.010197 105.715) (xy 109.219803 105.715) (xy 109.219803 105.714999) (xy 109.200602 105.348646) + (xy 109.143215 104.986315) (xy 109.143215 104.986313) (xy 109.048263 104.631948) (xy 108.916795 104.289464) + (xy 108.750245 103.962594) (xy 108.550446 103.654929) (xy 108.361701 103.42185) (xy 107.009251 104.7743) + (xy 106.935412 104.67267) (xy 106.75733 104.494588) (xy 106.655698 104.420748) (xy 108.008149 103.068297) + (xy 107.77507 102.879553) (xy 107.467406 102.679754) (xy 107.140535 102.513204) (xy 106.798051 102.381736) + (xy 106.443685 102.286784) (xy 106.081353 102.229397) (xy 105.715001 102.210197) (xy 105.714999 102.210197) + (xy 105.348646 102.229397) (xy 104.986315 102.286784) (xy 104.986313 102.286784) (xy 104.631948 102.381736) + (xy 104.289464 102.513204) (xy 103.962594 102.679754) (xy 103.654924 102.879557) (xy 103.421849 103.068296) + (xy 103.421849 103.068297) (xy 104.774301 104.420748) (xy 104.67267 104.494588) (xy 104.494588 104.67267) + (xy 104.420748 104.7743) (xy 103.068297 103.421849) (xy 103.068296 103.421849) (xy 102.879557 103.654924) + (xy 102.679754 103.962594) (xy 102.513204 104.289464) (xy 102.381736 104.631948) (xy 102.286784 104.986313) + (xy 102.286784 104.986315) (xy 102.229397 105.348646) (xy 102.210197 105.714999) (xy 102.210197 105.715) + (xy 100.0755 105.715) (xy 100.0755 98.358654) (xy 126.5815 98.358654) (xy 126.588011 98.419202) + (xy 126.588011 98.419204) (xy 126.639111 98.556204) (xy 126.726739 98.673261) (xy 126.843796 98.760889) + (xy 126.980799 98.811989) (xy 127.00805 98.814918) (xy 127.041345 98.818499) (xy 127.041362 98.8185) + (xy 128.838638 98.8185) (xy 128.838654 98.818499) (xy 128.865692 98.815591) (xy 128.899201 98.811989) + (xy 129.036204 98.760889) (xy 129.153261 98.673261) (xy 129.240889 98.556204) (xy 129.286138 98.434887) + (xy 129.328009 98.378956) (xy 129.393474 98.354539) (xy 129.461746 98.369391) (xy 129.493545 98.394236) + (xy 129.55676 98.462906) (xy 129.734424 98.601189) (xy 129.734425 98.601189) (xy 129.734427 98.601191) + (xy 129.794314 98.6336) (xy 129.932426 98.708342) (xy 130.145365 98.781444) (xy 130.367431 98.8185) + (xy 130.592569 98.8185) (xy 130.814635 98.781444) (xy 131.027574 98.708342) (xy 131.225576 98.601189) + (xy 131.40324 98.462906) (xy 131.524594 98.331082) (xy 131.555715 98.297276) (xy 131.555715 98.297275) + (xy 131.555722 98.297268) (xy 131.646193 98.15879) (xy 131.699338 98.113437) (xy 131.768569 98.104013) + (xy 131.831905 98.133515) (xy 131.853804 98.158787) (xy 131.944278 98.297268) (xy 131.944283 98.297273) + (xy 131.944284 98.297276) (xy 132.070968 98.434889) (xy 132.09676 98.462906) (xy 132.274424 98.601189) + (xy 132.274425 98.601189) (xy 132.274427 98.601191) (xy 132.334314 98.6336) (xy 132.472426 98.708342) + (xy 132.685365 98.781444) (xy 132.907431 98.8185) (xy 133.132569 98.8185) (xy 133.354635 98.781444) + (xy 133.567574 98.708342) (xy 133.765576 98.601189) (xy 133.94324 98.462906) (xy 134.064594 98.331082) + (xy 134.095715 98.297276) (xy 134.095715 98.297275) (xy 134.095722 98.297268) (xy 134.186193 98.15879) + (xy 134.239338 98.113437) (xy 134.308569 98.104013) (xy 134.371905 98.133515) (xy 134.393804 98.158787) + (xy 134.484278 98.297268) (xy 134.484283 98.297273) (xy 134.484284 98.297276) (xy 134.610968 98.434889) + (xy 134.63676 98.462906) (xy 134.814424 98.601189) (xy 134.814425 98.601189) (xy 134.814427 98.601191) + (xy 134.874314 98.6336) (xy 135.012426 98.708342) (xy 135.225365 98.781444) (xy 135.447431 98.8185) + (xy 135.672569 98.8185) (xy 135.894635 98.781444) (xy 136.107574 98.708342) (xy 136.305576 98.601189) + (xy 136.48324 98.462906) (xy 136.604594 98.331082) (xy 136.635715 98.297276) (xy 136.635715 98.297275) + (xy 136.635722 98.297268) (xy 136.726193 98.15879) (xy 136.779338 98.113437) (xy 136.848569 98.104013) + (xy 136.911905 98.133515) (xy 136.933804 98.158787) (xy 137.024278 98.297268) (xy 137.024283 98.297273) + (xy 137.024284 98.297276) (xy 137.150968 98.434889) (xy 137.17676 98.462906) (xy 137.354424 98.601189) + (xy 137.354425 98.601189) (xy 137.354427 98.601191) (xy 137.414314 98.6336) (xy 137.552426 98.708342) + (xy 137.765365 98.781444) (xy 137.987431 98.8185) (xy 138.212569 98.8185) (xy 138.434635 98.781444) + (xy 138.647574 98.708342) (xy 138.845576 98.601189) (xy 139.02324 98.462906) (xy 139.144594 98.331082) + (xy 139.175715 98.297276) (xy 139.175715 98.297275) (xy 139.175722 98.297268) (xy 139.269749 98.153347) + (xy 139.322894 98.107994) (xy 139.392125 98.09857) (xy 139.455461 98.128072) (xy 139.47513 98.150048) + (xy 139.60189 98.331078) (xy 139.768917 98.498105) (xy 139.962421 98.6336) (xy 140.176507 98.733429) + (xy 140.176516 98.733433) (xy 140.39 98.790634) (xy 140.39 97.893012) (xy 140.447007 97.925925) + (xy 140.574174 97.96) (xy 140.705826 97.96) (xy 140.832993 97.925925) (xy 140.89 97.893012) (xy 140.89 98.790633) + (xy 141.103483 98.733433) (xy 141.103492 98.733429) (xy 141.317578 98.6336) (xy 141.511082 98.498105) + (xy 141.678105 98.331082) (xy 141.808425 98.144968) (xy 141.863002 98.101344) (xy 141.932501 98.094151) + (xy 141.994855 98.125673) (xy 142.011575 98.144968) (xy 142.141894 98.331082) (xy 142.308917 98.498105) + (xy 142.502421 98.6336) (xy 142.716507 98.733429) (xy 142.716516 98.733433) (xy 142.93 98.790634) + (xy 142.93 97.893012) (xy 142.987007 97.925925) (xy 143.114174 97.96) (xy 143.245826 97.96) (xy 143.372993 97.925925) + (xy 143.43 97.893012) (xy 143.43 98.790633) (xy 143.643483 98.733433) (xy 143.643492 98.733429) + (xy 143.857578 98.6336) (xy 144.051082 98.498105) (xy 144.218105 98.331082) (xy 144.344868 98.150048) + (xy 144.399445 98.106423) (xy 144.468944 98.099231) (xy 144.531298 98.130753) (xy 144.550251 98.15335) + (xy 144.644276 98.297265) (xy 144.644284 98.297276) (xy 144.770968 98.434889) (xy 144.79676 98.462906) + (xy 144.974424 98.601189) (xy 144.974425 98.601189) (xy 144.974427 98.601191) (xy 145.034314 98.6336) + (xy 145.172426 98.708342) (xy 145.385365 98.781444) (xy 145.607431 98.8185) (xy 145.832569 98.8185) + (xy 146.054635 98.781444) (xy 146.267574 98.708342) (xy 146.465576 98.601189) (xy 146.64324 98.462906) + (xy 146.739212 98.358654) (xy 149.4415 98.358654) (xy 149.448011 98.419202) (xy 149.448011 98.419204) + (xy 149.499111 98.556204) (xy 149.586739 98.673261) (xy 149.703796 98.760889) (xy 149.840799 98.811989) + (xy 149.86805 98.814918) (xy 149.901345 98.818499) (xy 149.901362 98.8185) (xy 151.698638 98.8185) + (xy 151.698654 98.818499) (xy 151.725692 98.815591) (xy 151.759201 98.811989) (xy 151.896204 98.760889) + (xy 152.013261 98.673261) (xy 152.100889 98.556204) (xy 152.146138 98.434887) (xy 152.188009 98.378956) + (xy 152.253474 98.354539) (xy 152.321746 98.369391) (xy 152.353545 98.394236) (xy 152.41676 98.462906) + (xy 152.594424 98.601189) (xy 152.594425 98.601189) (xy 152.594427 98.601191) (xy 152.654314 98.6336) + (xy 152.792426 98.708342) (xy 153.005365 98.781444) (xy 153.227431 98.8185) (xy 153.452569 98.8185) + (xy 153.674635 98.781444) (xy 153.887574 98.708342) (xy 154.085576 98.601189) (xy 154.26324 98.462906) + (xy 154.384594 98.331082) (xy 154.415715 98.297276) (xy 154.415715 98.297275) (xy 154.415722 98.297268) + (xy 154.506193 98.15879) (xy 154.559338 98.113437) (xy 154.628569 98.104013) (xy 154.691905 98.133515) + (xy 154.713804 98.158787) (xy 154.804278 98.297268) (xy 154.804283 98.297273) (xy 154.804284 98.297276) + (xy 154.930968 98.434889) (xy 154.95676 98.462906) (xy 155.134424 98.601189) (xy 155.134425 98.601189) + (xy 155.134427 98.601191) (xy 155.194314 98.6336) (xy 155.332426 98.708342) (xy 155.545365 98.781444) + (xy 155.767431 98.8185) (xy 155.992569 98.8185) (xy 156.214635 98.781444) (xy 156.427574 98.708342) + (xy 156.625576 98.601189) (xy 156.80324 98.462906) (xy 156.924594 98.331082) (xy 156.955715 98.297276) + (xy 156.955715 98.297275) (xy 156.955722 98.297268) (xy 157.046193 98.15879) (xy 157.099338 98.113437) + (xy 157.168569 98.104013) (xy 157.231905 98.133515) (xy 157.253804 98.158787) (xy 157.344278 98.297268) + (xy 157.344283 98.297273) (xy 157.344284 98.297276) (xy 157.470968 98.434889) (xy 157.49676 98.462906) + (xy 157.674424 98.601189) (xy 157.674425 98.601189) (xy 157.674427 98.601191) (xy 157.734314 98.6336) + (xy 157.872426 98.708342) (xy 158.085365 98.781444) (xy 158.307431 98.8185) (xy 158.532569 98.8185) + (xy 158.754635 98.781444) (xy 158.967574 98.708342) (xy 159.165576 98.601189) (xy 159.34324 98.462906) + (xy 159.464594 98.331082) (xy 159.495715 98.297276) (xy 159.495715 98.297275) (xy 159.495722 98.297268) + (xy 159.586193 98.15879) (xy 159.639338 98.113437) (xy 159.708569 98.104013) (xy 159.771905 98.133515) + (xy 159.793804 98.158787) (xy 159.884278 98.297268) (xy 159.884283 98.297273) (xy 159.884284 98.297276) + (xy 160.010968 98.434889) (xy 160.03676 98.462906) (xy 160.214424 98.601189) (xy 160.214425 98.601189) + (xy 160.214427 98.601191) (xy 160.274314 98.6336) (xy 160.412426 98.708342) (xy 160.625365 98.781444) + (xy 160.847431 98.8185) (xy 161.072569 98.8185) (xy 161.294635 98.781444) (xy 161.507574 98.708342) + (xy 161.705576 98.601189) (xy 161.88324 98.462906) (xy 162.004594 98.331082) (xy 162.035715 98.297276) + (xy 162.035715 98.297275) (xy 162.035722 98.297268) (xy 162.126193 98.15879) (xy 162.179338 98.113437) + (xy 162.248569 98.104013) (xy 162.311905 98.133515) (xy 162.333804 98.158787) (xy 162.424278 98.297268) + (xy 162.424283 98.297273) (xy 162.424284 98.297276) (xy 162.550968 98.434889) (xy 162.57676 98.462906) + (xy 162.754424 98.601189) (xy 162.754425 98.601189) (xy 162.754427 98.601191) (xy 162.814314 98.6336) + (xy 162.952426 98.708342) (xy 163.165365 98.781444) (xy 163.387431 98.8185) (xy 163.612569 98.8185) + (xy 163.834635 98.781444) (xy 164.047574 98.708342) (xy 164.245576 98.601189) (xy 164.42324 98.462906) + (xy 164.544594 98.331082) (xy 164.575715 98.297276) (xy 164.575717 98.297273) (xy 164.575722 98.297268) + (xy 164.69886 98.108791) (xy 164.789296 97.902616) (xy 164.844564 97.684368) (xy 164.847164 97.652993) + (xy 164.863156 97.460005) (xy 164.863156 97.459994) (xy 164.844565 97.23564) (xy 164.844563 97.235628) + (xy 164.789296 97.017385) (xy 164.779071 96.994075) (xy 164.69886 96.811209) (xy 164.682706 96.786484) + (xy 164.575723 96.622734) (xy 164.575715 96.622723) (xy 164.423243 96.457097) (xy 164.423238 96.457092) + (xy 164.245577 96.318812) (xy 164.245572 96.318808) (xy 164.04758 96.211661) (xy 164.047577 96.211659) + (xy 164.047574 96.211658) (xy 164.047571 96.211657) (xy 164.047569 96.211656) (xy 163.834637 96.138556) + (xy 163.612569 96.1015) (xy 163.387431 96.1015) (xy 163.165362 96.138556) (xy 162.95243 96.211656) + (xy 162.952419 96.211661) (xy 162.754427 96.318808) (xy 162.754422 96.318812) (xy 162.576761 96.457092) + (xy 162.576756 96.457097) (xy 162.424284 96.622723) (xy 162.424276 96.622734) (xy 162.333808 96.761206) + (xy 162.280662 96.806562) (xy 162.211431 96.815986) (xy 162.148095 96.786484) (xy 162.126192 96.761206) + (xy 162.035723 96.622734) (xy 162.035715 96.622723) (xy 161.883243 96.457097) (xy 161.883238 96.457092) + (xy 161.705577 96.318812) (xy 161.705572 96.318808) (xy 161.50758 96.211661) (xy 161.507577 96.211659) + (xy 161.507574 96.211658) (xy 161.507571 96.211657) (xy 161.507569 96.211656) (xy 161.294637 96.138556) + (xy 161.072569 96.1015) (xy 160.847431 96.1015) (xy 160.625362 96.138556) (xy 160.41243 96.211656) + (xy 160.412419 96.211661) (xy 160.214427 96.318808) (xy 160.214422 96.318812) (xy 160.036761 96.457092) + (xy 160.036756 96.457097) (xy 159.884284 96.622723) (xy 159.884276 96.622734) (xy 159.793808 96.761206) + (xy 159.740662 96.806562) (xy 159.671431 96.815986) (xy 159.608095 96.786484) (xy 159.586192 96.761206) + (xy 159.495723 96.622734) (xy 159.495715 96.622723) (xy 159.343243 96.457097) (xy 159.343238 96.457092) + (xy 159.165577 96.318812) (xy 159.165572 96.318808) (xy 158.96758 96.211661) (xy 158.967577 96.211659) + (xy 158.967574 96.211658) (xy 158.967571 96.211657) (xy 158.967569 96.211656) (xy 158.754637 96.138556) + (xy 158.532569 96.1015) (xy 158.307431 96.1015) (xy 158.085362 96.138556) (xy 157.87243 96.211656) + (xy 157.872419 96.211661) (xy 157.674427 96.318808) (xy 157.674422 96.318812) (xy 157.496761 96.457092) + (xy 157.496756 96.457097) (xy 157.344284 96.622723) (xy 157.344276 96.622734) (xy 157.253808 96.761206) + (xy 157.200662 96.806562) (xy 157.131431 96.815986) (xy 157.068095 96.786484) (xy 157.046192 96.761206) + (xy 156.955723 96.622734) (xy 156.955715 96.622723) (xy 156.803243 96.457097) (xy 156.803238 96.457092) + (xy 156.625577 96.318812) (xy 156.625572 96.318808) (xy 156.42758 96.211661) (xy 156.427577 96.211659) + (xy 156.427574 96.211658) (xy 156.427571 96.211657) (xy 156.427569 96.211656) (xy 156.214637 96.138556) + (xy 155.992569 96.1015) (xy 155.767431 96.1015) (xy 155.545362 96.138556) (xy 155.33243 96.211656) + (xy 155.332419 96.211661) (xy 155.134427 96.318808) (xy 155.134422 96.318812) (xy 154.956761 96.457092) + (xy 154.956756 96.457097) (xy 154.804284 96.622723) (xy 154.804276 96.622734) (xy 154.713808 96.761206) + (xy 154.660662 96.806562) (xy 154.591431 96.815986) (xy 154.528095 96.786484) (xy 154.506192 96.761206) + (xy 154.415723 96.622734) (xy 154.415715 96.622723) (xy 154.263243 96.457097) (xy 154.263238 96.457092) + (xy 154.085577 96.318812) (xy 154.085572 96.318808) (xy 153.88758 96.211661) (xy 153.887577 96.211659) + (xy 153.887574 96.211658) (xy 153.887571 96.211657) (xy 153.887569 96.211656) (xy 153.674637 96.138556) + (xy 153.452569 96.1015) (xy 153.227431 96.1015) (xy 153.005362 96.138556) (xy 152.79243 96.211656) + (xy 152.792419 96.211661) (xy 152.594427 96.318808) (xy 152.594422 96.318812) (xy 152.416761 96.457092) + (xy 152.353548 96.52576) (xy 152.293661 96.56175) (xy 152.223823 96.559649) (xy 152.166207 96.520124) + (xy 152.146138 96.48511) (xy 152.100889 96.363796) (xy 152.067214 96.318812) (xy 152.013261 96.246739) + (xy 151.896204 96.159111) (xy 151.759203 96.108011) (xy 151.698654 96.1015) (xy 151.698638 96.1015) + (xy 149.901362 96.1015) (xy 149.901345 96.1015) (xy 149.840797 96.108011) (xy 149.840795 96.108011) + (xy 149.703795 96.159111) (xy 149.586739 96.246739) (xy 149.499111 96.363795) (xy 149.448011 96.500795) + (xy 149.448011 96.500797) (xy 149.4415 96.561345) (xy 149.4415 98.358654) (xy 146.739212 98.358654) + (xy 146.764594 98.331082) (xy 146.795715 98.297276) (xy 146.795717 98.297273) (xy 146.795722 98.297268) + (xy 146.91886 98.108791) (xy 147.009296 97.902616) (xy 147.064564 97.684368) (xy 147.067164 97.652993) + (xy 147.083156 97.460005) (xy 147.083156 97.459994) (xy 147.064565 97.23564) (xy 147.064563 97.235628) + (xy 147.009296 97.017385) (xy 146.999071 96.994075) (xy 146.91886 96.811209) (xy 146.902706 96.786484) + (xy 146.795723 96.622734) (xy 146.795715 96.622723) (xy 146.643243 96.457097) (xy 146.643238 96.457092) + (xy 146.465577 96.318812) (xy 146.465572 96.318808) (xy 146.26758 96.211661) (xy 146.267577 96.211659) + (xy 146.267574 96.211658) (xy 146.267571 96.211657) (xy 146.267569 96.211656) (xy 146.054637 96.138556) + (xy 145.832569 96.1015) (xy 145.607431 96.1015) (xy 145.385362 96.138556) (xy 145.17243 96.211656) + (xy 145.172419 96.211661) (xy 144.974427 96.318808) (xy 144.974422 96.318812) (xy 144.796761 96.457092) + (xy 144.796756 96.457097) (xy 144.644284 96.622723) (xy 144.644276 96.622734) (xy 144.550251 96.76665) + (xy 144.497105 96.812007) (xy 144.427873 96.82143) (xy 144.364538 96.791928) (xy 144.344868 96.769951) + (xy 144.218113 96.588926) (xy 144.218108 96.58892) (xy 144.051082 96.421894) (xy 143.857578 96.286399) + (xy 143.643492 96.18657) (xy 143.643486 96.186567) (xy 143.43 96.129364) (xy 143.43 97.026988) (xy 143.372993 96.994075) + (xy 143.245826 96.96) (xy 143.114174 96.96) (xy 142.987007 96.994075) (xy 142.93 97.026988) (xy 142.93 96.129364) + (xy 142.929999 96.129364) (xy 142.716513 96.186567) (xy 142.716507 96.18657) (xy 142.502422 96.286399) + (xy 142.50242 96.2864) (xy 142.308926 96.421886) (xy 142.30892 96.421891) (xy 142.141891 96.58892) + (xy 142.14189 96.588922) (xy 142.011575 96.775031) (xy 141.956998 96.818655) (xy 141.887499 96.825848) + (xy 141.825145 96.794326) (xy 141.808425 96.775031) (xy 141.678109 96.588922) (xy 141.678108 96.58892) + (xy 141.511082 96.421894) (xy 141.317578 96.286399) (xy 141.103492 96.18657) (xy 141.103486 96.186567) + (xy 140.89 96.129364) (xy 140.89 97.026988) (xy 140.832993 96.994075) (xy 140.705826 96.96) (xy 140.574174 96.96) + (xy 140.447007 96.994075) (xy 140.39 97.026988) (xy 140.39 96.129364) (xy 140.389999 96.129364) + (xy 140.176513 96.186567) (xy 140.176507 96.18657) (xy 139.962422 96.286399) (xy 139.96242 96.2864) + (xy 139.768926 96.421886) (xy 139.76892 96.421891) (xy 139.601891 96.58892) (xy 139.60189 96.588922) + (xy 139.475131 96.769952) (xy 139.420554 96.813577) (xy 139.351055 96.820769) (xy 139.288701 96.789247) + (xy 139.269752 96.766656) (xy 139.175722 96.622732) (xy 139.175715 96.622725) (xy 139.175715 96.622723) + (xy 139.023243 96.457097) (xy 139.023238 96.457092) (xy 138.845577 96.318812) (xy 138.845572 96.318808) + (xy 138.64758 96.211661) (xy 138.647577 96.211659) (xy 138.647574 96.211658) (xy 138.647571 96.211657) + (xy 138.647569 96.211656) (xy 138.434637 96.138556) (xy 138.212569 96.1015) (xy 137.987431 96.1015) + (xy 137.765362 96.138556) (xy 137.55243 96.211656) (xy 137.552419 96.211661) (xy 137.354427 96.318808) + (xy 137.354422 96.318812) (xy 137.176761 96.457092) (xy 137.176756 96.457097) (xy 137.024284 96.622723) + (xy 137.024276 96.622734) (xy 136.933808 96.761206) (xy 136.880662 96.806562) (xy 136.811431 96.815986) + (xy 136.748095 96.786484) (xy 136.726192 96.761206) (xy 136.635723 96.622734) (xy 136.635715 96.622723) + (xy 136.483243 96.457097) (xy 136.483238 96.457092) (xy 136.305577 96.318812) (xy 136.305572 96.318808) + (xy 136.10758 96.211661) (xy 136.107577 96.211659) (xy 136.107574 96.211658) (xy 136.107571 96.211657) + (xy 136.107569 96.211656) (xy 135.894637 96.138556) (xy 135.672569 96.1015) (xy 135.447431 96.1015) + (xy 135.225362 96.138556) (xy 135.01243 96.211656) (xy 135.012419 96.211661) (xy 134.814427 96.318808) + (xy 134.814422 96.318812) (xy 134.636761 96.457092) (xy 134.636756 96.457097) (xy 134.484284 96.622723) + (xy 134.484276 96.622734) (xy 134.393808 96.761206) (xy 134.340662 96.806562) (xy 134.271431 96.815986) + (xy 134.208095 96.786484) (xy 134.186192 96.761206) (xy 134.095723 96.622734) (xy 134.095715 96.622723) + (xy 133.943243 96.457097) (xy 133.943238 96.457092) (xy 133.765577 96.318812) (xy 133.765572 96.318808) + (xy 133.56758 96.211661) (xy 133.567577 96.211659) (xy 133.567574 96.211658) (xy 133.567571 96.211657) + (xy 133.567569 96.211656) (xy 133.354637 96.138556) (xy 133.132569 96.1015) (xy 132.907431 96.1015) + (xy 132.685362 96.138556) (xy 132.47243 96.211656) (xy 132.472419 96.211661) (xy 132.274427 96.318808) + (xy 132.274422 96.318812) (xy 132.096761 96.457092) (xy 132.096756 96.457097) (xy 131.944284 96.622723) + (xy 131.944276 96.622734) (xy 131.853808 96.761206) (xy 131.800662 96.806562) (xy 131.731431 96.815986) + (xy 131.668095 96.786484) (xy 131.646192 96.761206) (xy 131.555723 96.622734) (xy 131.555715 96.622723) + (xy 131.403243 96.457097) (xy 131.403238 96.457092) (xy 131.225577 96.318812) (xy 131.225572 96.318808) + (xy 131.02758 96.211661) (xy 131.027577 96.211659) (xy 131.027574 96.211658) (xy 131.027571 96.211657) + (xy 131.027569 96.211656) (xy 130.814637 96.138556) (xy 130.592569 96.1015) (xy 130.367431 96.1015) + (xy 130.145362 96.138556) (xy 129.93243 96.211656) (xy 129.932419 96.211661) (xy 129.734427 96.318808) + (xy 129.734422 96.318812) (xy 129.556761 96.457092) (xy 129.493548 96.52576) (xy 129.433661 96.56175) + (xy 129.363823 96.559649) (xy 129.306207 96.520124) (xy 129.286138 96.48511) (xy 129.240889 96.363796) + (xy 129.207214 96.318812) (xy 129.153261 96.246739) (xy 129.036204 96.159111) (xy 128.899203 96.108011) + (xy 128.838654 96.1015) (xy 128.838638 96.1015) (xy 127.041362 96.1015) (xy 127.041345 96.1015) + (xy 126.980797 96.108011) (xy 126.980795 96.108011) (xy 126.843795 96.159111) (xy 126.726739 96.246739) + (xy 126.639111 96.363795) (xy 126.588011 96.500795) (xy 126.588011 96.500797) (xy 126.5815 96.561345) + (xy 126.5815 98.358654) (xy 100.0755 98.358654) (xy 100.0755 90.475003) (xy 158.876384 90.475003) + (xy 158.896781 90.656041) (xy 158.896782 90.656046) (xy 158.904693 90.678653) (xy 158.956957 90.828015) + (xy 159.053889 90.982281) (xy 159.182719 91.111111) (xy 159.336985 91.208043) (xy 159.508953 91.268217) + (xy 159.508958 91.268218) (xy 159.689996 91.288616) (xy 159.69 91.288616) (xy 159.690004 91.288616) + (xy 159.871041 91.268218) (xy 159.871044 91.268217) (xy 159.871047 91.268217) (xy 160.043015 91.208043) + (xy 160.197281 91.111111) (xy 160.326111 90.982281) (xy 160.423043 90.828015) (xy 160.458956 90.725379) + (xy 160.488314 90.678655) (xy 161.852151 89.314819) (xy 161.913474 89.281334) (xy 161.939832 89.2785) + (xy 164.977201 89.2785) (xy 165.043174 89.297506) (xy 165.051985 89.303043) (xy 165.223953 89.363217) + (xy 165.223958 89.363218) (xy 165.404996 89.383616) (xy 165.405 89.383616) (xy 165.405004 89.383616) + (xy 165.586041 89.363218) (xy 165.586044 89.363217) (xy 165.586047 89.363217) (xy 165.758015 89.303043) + (xy 165.912281 89.206111) (xy 166.041111 89.077281) (xy 166.138043 88.923015) (xy 166.198217 88.751047) + (xy 166.205264 88.688503) (xy 166.218616 88.570003) (xy 166.218616 88.569996) (xy 166.198218 88.388958) + (xy 166.198217 88.388953) (xy 166.168108 88.302907) (xy 166.138043 88.216985) (xy 166.041111 88.062719) + (xy 165.912281 87.933889) (xy 165.797075 87.8615) (xy 165.758017 87.836958) (xy 165.758016 87.836957) + (xy 165.758015 87.836957) (xy 165.703693 87.817949) (xy 165.586046 87.776782) (xy 165.586041 87.776781) + (xy 165.405004 87.756384) (xy 165.404996 87.756384) (xy 165.223958 87.776781) (xy 165.223953 87.776782) + (xy 165.051984 87.836957) (xy 165.04612 87.840641) (xy 165.043174 87.842493) (xy 164.977201 87.8615) + (xy 161.525214 87.8615) (xy 161.388345 87.888725) (xy 161.388337 87.888727) (xy 161.354665 87.902675) + (xy 161.354664 87.902675) (xy 161.259403 87.942132) (xy 161.259401 87.942133) (xy 161.143358 88.019671) + (xy 161.143354 88.019674) (xy 159.486344 89.676683) (xy 159.439619 89.706043) (xy 159.336983 89.741957) + (xy 159.336982 89.741958) (xy 159.182718 89.838889) (xy 159.053889 89.967718) (xy 158.956958 90.121982) + (xy 158.896782 90.293953) (xy 158.896781 90.293958) (xy 158.876384 90.474996) (xy 158.876384 90.475003) + (xy 100.0755 90.475003) (xy 100.0755 88.015001) (xy 102.094891 88.015001) (xy 102.1153 88.300362) + (xy 102.176109 88.579895) (xy 102.276091 88.847958) (xy 102.413191 89.099038) (xy 102.413196 89.099046) + (xy 102.519882 89.241561) (xy 102.519883 89.241562) (xy 103.414767 88.346677) (xy 103.426497 88.374995) + (xy 103.50967 88.499472) (xy 103.615528 88.60533) (xy 103.740005 88.688503) (xy 103.76832 88.700231) + (xy 102.873436 89.595115) (xy 103.01596 89.701807) (xy 103.015961 89.701808) (xy 103.267042 89.838908) + (xy 103.267041 89.838908) (xy 103.535104 89.93889) (xy 103.814637 89.999699) (xy 104.099999 90.020109) + (xy 104.100001 90.020109) (xy 104.385362 89.999699) (xy 104.664895 89.93889) (xy 104.932958 89.838908) + (xy 105.184047 89.701803) (xy 105.326561 89.595116) (xy 105.326562 89.595115) (xy 104.431679 88.700231) + (xy 104.459995 88.688503) (xy 104.584472 88.60533) (xy 104.69033 88.499472) (xy 104.773503 88.374995) + (xy 104.785231 88.346678) (xy 105.680115 89.241562) (xy 105.680116 89.241561) (xy 105.786803 89.099047) + (xy 105.923908 88.847958) (xy 106.02389 88.579895) (xy 106.084699 88.300362) (xy 106.091974 88.198654) + (xy 118.9615 88.198654) (xy 118.968011 88.259202) (xy 118.968011 88.259204) (xy 119.0112 88.374995) + (xy 119.019111 88.396204) (xy 119.106739 88.513261) (xy 119.223796 88.600889) (xy 119.360799 88.651989) + (xy 119.38805 88.654918) (xy 119.421345 88.658499) (xy 119.421362 88.6585) (xy 121.218638 88.6585) + (xy 121.218654 88.658499) (xy 121.245692 88.655591) (xy 121.279201 88.651989) (xy 121.416204 88.600889) + (xy 121.533261 88.513261) (xy 121.620889 88.396204) (xy 121.666138 88.274887) (xy 121.708009 88.218956) + (xy 121.773474 88.194539) (xy 121.841746 88.209391) (xy 121.873545 88.234236) (xy 121.93676 88.302906) + (xy 122.114424 88.441189) (xy 122.114425 88.441189) (xy 122.114427 88.441191) (xy 122.222122 88.499472) + (xy 122.312426 88.548342) (xy 122.525365 88.621444) (xy 122.747431 88.6585) (xy 122.972569 88.6585) + (xy 123.194635 88.621444) (xy 123.407574 88.548342) (xy 123.605576 88.441189) (xy 123.78324 88.302906) + (xy 123.935722 88.137268) (xy 124.026193 87.99879) (xy 124.079338 87.953437) (xy 124.148569 87.944013) + (xy 124.211905 87.973515) (xy 124.233804 87.998787) (xy 124.324278 88.137268) (xy 124.324283 88.137273) + (xy 124.324284 88.137276) (xy 124.450968 88.274889) (xy 124.47676 88.302906) (xy 124.654424 88.441189) + (xy 124.654425 88.441189) (xy 124.654427 88.441191) (xy 124.762122 88.499472) (xy 124.852426 88.548342) + (xy 125.065365 88.621444) (xy 125.287431 88.6585) (xy 125.512569 88.6585) (xy 125.734635 88.621444) + (xy 125.947574 88.548342) (xy 126.145576 88.441189) (xy 126.32324 88.302906) (xy 126.475722 88.137268) + (xy 126.566193 87.99879) (xy 126.619338 87.953437) (xy 126.688569 87.944013) (xy 126.751905 87.973515) + (xy 126.773804 87.998787) (xy 126.864278 88.137268) (xy 126.864283 88.137273) (xy 126.864284 88.137276) + (xy 126.990968 88.274889) (xy 127.01676 88.302906) (xy 127.194424 88.441189) (xy 127.194425 88.441189) + (xy 127.194427 88.441191) (xy 127.302122 88.499472) (xy 127.392426 88.548342) (xy 127.605365 88.621444) + (xy 127.827431 88.6585) (xy 128.052569 88.6585) (xy 128.274635 88.621444) (xy 128.487574 88.548342) + (xy 128.685576 88.441189) (xy 128.86324 88.302906) (xy 129.015722 88.137268) (xy 129.106193 87.99879) + (xy 129.159338 87.953437) (xy 129.228569 87.944013) (xy 129.291905 87.973515) (xy 129.313804 87.998787) + (xy 129.404278 88.137268) (xy 129.404283 88.137273) (xy 129.404284 88.137276) (xy 129.530968 88.274889) + (xy 129.55676 88.302906) (xy 129.734424 88.441189) (xy 129.734425 88.441189) (xy 129.734427 88.441191) + (xy 129.842122 88.499472) (xy 129.932426 88.548342) (xy 130.145365 88.621444) (xy 130.367431 88.6585) + (xy 130.592569 88.6585) (xy 130.814635 88.621444) (xy 131.027574 88.548342) (xy 131.225576 88.441189) + (xy 131.40324 88.302906) (xy 131.555722 88.137268) (xy 131.646193 87.99879) (xy 131.699338 87.953437) + (xy 131.768569 87.944013) (xy 131.831905 87.973515) (xy 131.853804 87.998787) (xy 131.944278 88.137268) + (xy 131.944283 88.137273) (xy 131.944284 88.137276) (xy 132.070968 88.274889) (xy 132.09676 88.302906) + (xy 132.274424 88.441189) (xy 132.274425 88.441189) (xy 132.274427 88.441191) (xy 132.382122 88.499472) + (xy 132.472426 88.548342) (xy 132.685365 88.621444) (xy 132.907431 88.6585) (xy 133.132569 88.6585) + (xy 133.354635 88.621444) (xy 133.567574 88.548342) (xy 133.765576 88.441189) (xy 133.94324 88.302906) + (xy 134.095722 88.137268) (xy 134.186193 87.99879) (xy 134.239338 87.953437) (xy 134.308569 87.944013) + (xy 134.371905 87.973515) (xy 134.393804 87.998787) (xy 134.484278 88.137268) (xy 134.484283 88.137273) + (xy 134.484284 88.137276) (xy 134.610968 88.274889) (xy 134.63676 88.302906) (xy 134.814424 88.441189) + (xy 134.814425 88.441189) (xy 134.814427 88.441191) (xy 134.922122 88.499472) (xy 135.012426 88.548342) + (xy 135.225365 88.621444) (xy 135.447431 88.6585) (xy 135.672569 88.6585) (xy 135.894635 88.621444) + (xy 136.107574 88.548342) (xy 136.305576 88.441189) (xy 136.48324 88.302906) (xy 136.635722 88.137268) + (xy 136.726193 87.99879) (xy 136.779338 87.953437) (xy 136.848569 87.944013) (xy 136.911905 87.973515) + (xy 136.933804 87.998787) (xy 137.024278 88.137268) (xy 137.024283 88.137273) (xy 137.024284 88.137276) + (xy 137.150968 88.274889) (xy 137.17676 88.302906) (xy 137.354424 88.441189) (xy 137.354425 88.441189) + (xy 137.354427 88.441191) (xy 137.462122 88.499472) (xy 137.552426 88.548342) (xy 137.765365 88.621444) + (xy 137.987431 88.6585) (xy 138.212569 88.6585) (xy 138.434635 88.621444) (xy 138.647574 88.548342) + (xy 138.845576 88.441189) (xy 139.02324 88.302906) (xy 139.175722 88.137268) (xy 139.29886 87.948791) + (xy 139.389296 87.742616) (xy 139.444564 87.524368) (xy 139.450718 87.450104) (xy 139.463156 87.300005) + (xy 139.463156 87.299994) (xy 139.444565 87.07564) (xy 139.444563 87.075628) (xy 139.389296 86.857385) + (xy 139.320246 86.699966) (xy 139.29886 86.651209) (xy 139.295384 86.645889) (xy 139.237291 86.55697) + (xy 139.175722 86.462732) (xy 139.175719 86.462729) (xy 139.175715 86.462723) (xy 139.023243 86.297097) + (xy 139.023238 86.297092) (xy 138.954581 86.243654) (xy 149.5315 86.243654) (xy 149.538011 86.304202) + (xy 149.538011 86.304204) (xy 149.574395 86.40175) (xy 149.589111 86.441204) (xy 149.676739 86.558261) + (xy 149.793796 86.645889) (xy 149.930799 86.696989) (xy 149.95805 86.699918) (xy 149.991345 86.703499) + (xy 149.991362 86.7035) (xy 151.688638 86.7035) (xy 151.688654 86.703499) (xy 151.715692 86.700591) + (xy 151.749201 86.696989) (xy 151.886204 86.645889) (xy 152.003261 86.558261) (xy 152.090889 86.441204) + (xy 152.141989 86.304201) (xy 152.145591 86.270692) (xy 152.148499 86.243654) (xy 152.148677 86.240331) + (xy 152.148855 86.24034) (xy 152.148856 86.240335) (xy 152.148959 86.240346) (xy 152.150128 86.240408) + (xy 152.168185 86.178915) (xy 152.220989 86.13316) (xy 152.253967 86.127479) (xy 152.94 85.441446) + (xy 152.94 85.447661) (xy 152.967259 85.549394) (xy 153.01992 85.640606) (xy 153.094394 85.71508) + (xy 153.185606 85.767741) (xy 153.287339 85.795) (xy 153.293553 85.795) (xy 152.614526 86.474025) + (xy 152.687513 86.525132) (xy 152.687521 86.525136) (xy 152.893668 86.621264) (xy 152.893682 86.621269) + (xy 153.113389 86.680139) (xy 153.1134 86.680141) (xy 153.339998 86.699966) (xy 153.340002 86.699966) + (xy 153.566599 86.680141) (xy 153.56661 86.680139) (xy 153.786317 86.621269) (xy 153.786331 86.621264) + (xy 153.992478 86.525136) (xy 154.065471 86.474024) (xy 153.386447 85.795) (xy 153.392661 85.795) + (xy 153.494394 85.767741) (xy 153.585606 85.71508) (xy 153.66008 85.640606) (xy 153.712741 85.549394) + (xy 153.74 85.447661) (xy 153.74 85.441447) (xy 154.419024 86.120471) (xy 154.470136 86.047478) + (xy 154.566264 85.841331) (xy 154.566269 85.841317) (xy 154.625139 85.62161) (xy 154.625141 85.621599) + (xy 154.644966 85.395002) (xy 154.644966 85.394997) (xy 154.625141 85.1684) (xy 154.625139 85.168389) + (xy 154.566269 84.948682) (xy 154.566264 84.948668) (xy 154.470136 84.742521) (xy 154.470132 84.742513) + (xy 154.419025 84.669526) (xy 153.74 85.348551) (xy 153.74 85.342339) (xy 153.712741 85.240606) + (xy 153.66008 85.149394) (xy 153.585606 85.07492) (xy 153.494394 85.022259) (xy 153.392661 84.995) + (xy 153.386448 84.995) (xy 154.065472 84.315974) (xy 153.992478 84.264863) (xy 153.786331 84.168735) + (xy 153.786317 84.16873) (xy 153.56661 84.10986) (xy 153.566599 84.109858) (xy 153.340002 84.090034) + (xy 153.339998 84.090034) (xy 153.1134 84.109858) (xy 153.113389 84.10986) (xy 152.893682 84.16873) + (xy 152.893673 84.168734) (xy 152.687516 84.264866) (xy 152.687512 84.264868) (xy 152.614526 84.315973) + (xy 152.614526 84.315974) (xy 153.293553 84.995) (xy 153.287339 84.995) (xy 153.185606 85.022259) + (xy 153.094394 85.07492) (xy 153.01992 85.149394) (xy 152.967259 85.240606) (xy 152.94 85.342339) + (xy 152.94 85.348552) (xy 152.252911 84.661463) (xy 152.214805 84.653804) (xy 152.164623 84.605188) + (xy 152.149965 84.5496) (xy 152.148959 84.549653) (xy 152.148856 84.549665) (xy 152.148855 84.549659) + (xy 152.148677 84.549669) (xy 152.148499 84.546345) (xy 152.145157 84.51527) (xy 152.141989 84.485799) + (xy 152.090889 84.348796) (xy 152.003261 84.231739) (xy 151.886204 84.144111) (xy 151.749203 84.093011) + (xy 151.688654 84.0865) (xy 151.688638 84.0865) (xy 149.991362 84.0865) (xy 149.991345 84.0865) + (xy 149.930797 84.093011) (xy 149.930795 84.093011) (xy 149.793795 84.144111) (xy 149.676739 84.231739) + (xy 149.589111 84.348795) (xy 149.538011 84.485795) (xy 149.538011 84.485797) (xy 149.5315 84.546345) + (xy 149.5315 86.243654) (xy 138.954581 86.243654) (xy 138.845577 86.158812) (xy 138.845572 86.158808) + (xy 138.64758 86.051661) (xy 138.647577 86.051659) (xy 138.647574 86.051658) (xy 138.647571 86.051657) + (xy 138.647569 86.051656) (xy 138.434637 85.978556) (xy 138.212569 85.9415) (xy 137.987431 85.9415) + (xy 137.765362 85.978556) (xy 137.55243 86.051656) (xy 137.552419 86.051661) (xy 137.354427 86.158808) + (xy 137.354422 86.158812) (xy 137.176761 86.297092) (xy 137.176756 86.297097) (xy 137.024284 86.462723) + (xy 137.024276 86.462734) (xy 136.933808 86.601206) (xy 136.880662 86.646562) (xy 136.811431 86.655986) + (xy 136.748095 86.626484) (xy 136.726192 86.601206) (xy 136.635723 86.462734) (xy 136.635715 86.462723) + (xy 136.483243 86.297097) (xy 136.483238 86.297092) (xy 136.305577 86.158812) (xy 136.305572 86.158808) + (xy 136.10758 86.051661) (xy 136.107577 86.051659) (xy 136.107574 86.051658) (xy 136.107571 86.051657) + (xy 136.107569 86.051656) (xy 135.894637 85.978556) (xy 135.672569 85.9415) (xy 135.447431 85.9415) + (xy 135.225362 85.978556) (xy 135.01243 86.051656) (xy 135.012419 86.051661) (xy 134.814427 86.158808) + (xy 134.814422 86.158812) (xy 134.636761 86.297092) (xy 134.636756 86.297097) (xy 134.484284 86.462723) + (xy 134.484276 86.462734) (xy 134.393808 86.601206) (xy 134.340662 86.646562) (xy 134.271431 86.655986) + (xy 134.208095 86.626484) (xy 134.186192 86.601206) (xy 134.095723 86.462734) (xy 134.095715 86.462723) + (xy 133.943243 86.297097) (xy 133.943238 86.297092) (xy 133.765577 86.158812) (xy 133.765572 86.158808) + (xy 133.56758 86.051661) (xy 133.567577 86.051659) (xy 133.567574 86.051658) (xy 133.567571 86.051657) + (xy 133.567569 86.051656) (xy 133.354637 85.978556) (xy 133.132569 85.9415) (xy 132.907431 85.9415) + (xy 132.685362 85.978556) (xy 132.47243 86.051656) (xy 132.472419 86.051661) (xy 132.274427 86.158808) + (xy 132.274422 86.158812) (xy 132.096761 86.297092) (xy 132.096756 86.297097) (xy 131.944284 86.462723) + (xy 131.944276 86.462734) (xy 131.853808 86.601206) (xy 131.800662 86.646562) (xy 131.731431 86.655986) + (xy 131.668095 86.626484) (xy 131.646192 86.601206) (xy 131.555723 86.462734) (xy 131.555715 86.462723) + (xy 131.403243 86.297097) (xy 131.403238 86.297092) (xy 131.225577 86.158812) (xy 131.225572 86.158808) + (xy 131.02758 86.051661) (xy 131.027577 86.051659) (xy 131.027574 86.051658) (xy 131.027571 86.051657) + (xy 131.027569 86.051656) (xy 130.814637 85.978556) (xy 130.592569 85.9415) (xy 130.367431 85.9415) + (xy 130.145362 85.978556) (xy 129.93243 86.051656) (xy 129.932419 86.051661) (xy 129.734427 86.158808) + (xy 129.734422 86.158812) (xy 129.556761 86.297092) (xy 129.556756 86.297097) (xy 129.404284 86.462723) + (xy 129.404276 86.462734) (xy 129.313808 86.601206) (xy 129.260662 86.646562) (xy 129.191431 86.655986) + (xy 129.128095 86.626484) (xy 129.106192 86.601206) (xy 129.015723 86.462734) (xy 129.015715 86.462723) + (xy 128.863243 86.297097) (xy 128.863238 86.297092) (xy 128.685577 86.158812) (xy 128.685572 86.158808) + (xy 128.48758 86.051661) (xy 128.487577 86.051659) (xy 128.487574 86.051658) (xy 128.487571 86.051657) + (xy 128.487569 86.051656) (xy 128.274637 85.978556) (xy 128.052569 85.9415) (xy 127.827431 85.9415) + (xy 127.605362 85.978556) (xy 127.39243 86.051656) (xy 127.392419 86.051661) (xy 127.194427 86.158808) + (xy 127.194422 86.158812) (xy 127.016761 86.297092) (xy 127.016756 86.297097) (xy 126.864284 86.462723) + (xy 126.864276 86.462734) (xy 126.773808 86.601206) (xy 126.720662 86.646562) (xy 126.651431 86.655986) + (xy 126.588095 86.626484) (xy 126.566192 86.601206) (xy 126.475723 86.462734) (xy 126.475715 86.462723) + (xy 126.323243 86.297097) (xy 126.323238 86.297092) (xy 126.145577 86.158812) (xy 126.145572 86.158808) + (xy 125.94758 86.051661) (xy 125.947577 86.051659) (xy 125.947574 86.051658) (xy 125.947571 86.051657) + (xy 125.947569 86.051656) (xy 125.734637 85.978556) (xy 125.512569 85.9415) (xy 125.287431 85.9415) + (xy 125.065362 85.978556) (xy 124.85243 86.051656) (xy 124.852419 86.051661) (xy 124.654427 86.158808) + (xy 124.654422 86.158812) (xy 124.476761 86.297092) (xy 124.476756 86.297097) (xy 124.324284 86.462723) + (xy 124.324276 86.462734) (xy 124.233808 86.601206) (xy 124.180662 86.646562) (xy 124.111431 86.655986) + (xy 124.048095 86.626484) (xy 124.026192 86.601206) (xy 123.935723 86.462734) (xy 123.935715 86.462723) + (xy 123.783243 86.297097) (xy 123.783238 86.297092) (xy 123.605577 86.158812) (xy 123.605572 86.158808) + (xy 123.40758 86.051661) (xy 123.407577 86.051659) (xy 123.407574 86.051658) (xy 123.407571 86.051657) + (xy 123.407569 86.051656) (xy 123.194637 85.978556) (xy 122.972569 85.9415) (xy 122.747431 85.9415) + (xy 122.525362 85.978556) (xy 122.31243 86.051656) (xy 122.312419 86.051661) (xy 122.114427 86.158808) + (xy 122.114422 86.158812) (xy 121.936761 86.297092) (xy 121.873548 86.36576) (xy 121.813661 86.40175) + (xy 121.743823 86.399649) (xy 121.686207 86.360124) (xy 121.666138 86.32511) (xy 121.620889 86.203796) + (xy 121.587214 86.158812) (xy 121.533261 86.086739) (xy 121.416204 85.999111) (xy 121.279203 85.948011) + (xy 121.218654 85.9415) (xy 121.218638 85.9415) (xy 119.421362 85.9415) (xy 119.421345 85.9415) + (xy 119.360797 85.948011) (xy 119.360795 85.948011) (xy 119.223795 85.999111) (xy 119.106739 86.086739) + (xy 119.019111 86.203795) (xy 118.968011 86.340795) (xy 118.968011 86.340797) (xy 118.9615 86.401345) + (xy 118.9615 88.198654) (xy 106.091974 88.198654) (xy 106.105109 88.015001) (xy 106.105109 88.014998) + (xy 106.084699 87.729637) (xy 106.02389 87.450104) (xy 105.923908 87.182041) (xy 105.786808 86.930961) + (xy 105.786807 86.93096) (xy 105.680115 86.788436) (xy 104.785231 87.68332) (xy 104.773503 87.655005) + (xy 104.69033 87.530528) (xy 104.584472 87.42467) (xy 104.459995 87.341497) (xy 104.431678 87.329767) + (xy 105.326562 86.434883) (xy 105.326561 86.434882) (xy 105.184046 86.328196) (xy 105.184038 86.328191) + (xy 104.932957 86.191091) (xy 104.932958 86.191091) (xy 104.664895 86.091109) (xy 104.385362 86.0303) + (xy 104.100001 86.009891) (xy 104.099999 86.009891) (xy 103.814637 86.0303) (xy 103.535104 86.091109) + (xy 103.267041 86.191091) (xy 103.015961 86.328191) (xy 103.015953 86.328196) (xy 102.873437 86.434882) + (xy 102.873436 86.434883) (xy 103.768321 87.329767) (xy 103.740005 87.341497) (xy 103.615528 87.42467) + (xy 103.50967 87.530528) (xy 103.426497 87.655005) (xy 103.414768 87.683321) (xy 102.519883 86.788436) + (xy 102.519882 86.788437) (xy 102.413196 86.930953) (xy 102.413191 86.930961) (xy 102.276091 87.182041) + (xy 102.176109 87.450104) (xy 102.1153 87.729637) (xy 102.094891 88.014998) (xy 102.094891 88.015001) + (xy 100.0755 88.015001) (xy 100.0755 84.483654) (xy 102.0915 84.483654) (xy 102.098011 84.544202) + (xy 102.098011 84.544204) (xy 102.120758 84.605188) (xy 102.149111 84.681204) (xy 102.236739 84.798261) + (xy 102.353796 84.885889) (xy 102.490799 84.936989) (xy 102.51805 84.939918) (xy 102.551345 84.943499) + (xy 102.551362 84.9435) (xy 105.648638 84.9435) (xy 105.648654 84.943499) (xy 105.675692 84.940591) + (xy 105.709201 84.936989) (xy 105.846204 84.885889) (xy 105.963261 84.798261) (xy 106.050889 84.681204) + (xy 106.099953 84.549659) (xy 106.101988 84.544204) (xy 106.101988 84.544203) (xy 106.101989 84.544201) + (xy 106.108268 84.485799) (xy 106.108499 84.483654) (xy 106.1085 84.483637) (xy 106.1085 81.386362) + (xy 106.108499 81.386345) (xy 106.104925 81.353105) (xy 106.101989 81.325799) (xy 106.099045 81.317907) + (xy 106.064648 81.225686) (xy 106.06016 81.213654) (xy 149.4515 81.213654) (xy 149.458011 81.274202) + (xy 149.458011 81.274204) (xy 149.499839 81.386345) (xy 149.509111 81.411204) (xy 149.596739 81.528261) + (xy 149.713796 81.615889) (xy 149.850799 81.666989) (xy 149.87805 81.669918) (xy 149.911345 81.673499) + (xy 149.911362 81.6735) (xy 151.708638 81.6735) (xy 151.708654 81.673499) (xy 151.735692 81.670591) + (xy 151.769201 81.666989) (xy 151.906204 81.615889) (xy 152.023261 81.528261) (xy 152.110889 81.411204) + (xy 152.159223 81.281615) (xy 152.201093 81.225686) (xy 152.266557 81.201269) (xy 152.33483 81.216121) + (xy 152.363084 81.237272) (xy 152.478917 81.353105) (xy 152.672421 81.4886) (xy 152.886507 81.588429) + (xy 152.886516 81.588433) (xy 153.1 81.645634) (xy 153.1 80.748012) (xy 153.157007 80.780925) (xy 153.284174 80.815) + (xy 153.415826 80.815) (xy 153.542993 80.780925) (xy 153.6 80.748012) (xy 153.6 81.645633) (xy 153.813483 81.588433) + (xy 153.813492 81.588429) (xy 154.027578 81.4886) (xy 154.221082 81.353105) (xy 154.388105 81.186082) + (xy 154.514868 81.005048) (xy 154.569445 80.961423) (xy 154.638944 80.954231) (xy 154.701298 80.985753) + (xy 154.720251 81.00835) (xy 154.814276 81.152265) (xy 154.814284 81.152276) (xy 154.966756 81.317902) + (xy 154.966761 81.317907) (xy 154.976898 81.325797) (xy 155.144424 81.456189) (xy 155.144425 81.456189) + (xy 155.144427 81.456191) (xy 155.204314 81.4886) (xy 155.342426 81.563342) (xy 155.555365 81.636444) + (xy 155.777431 81.6735) (xy 156.002569 81.6735) (xy 156.224635 81.636444) (xy 156.437574 81.563342) + (xy 156.635576 81.456189) (xy 156.81324 81.317906) (xy 156.965722 81.152268) (xy 157.056193 81.01379) + (xy 157.109338 80.968437) (xy 157.178569 80.959013) (xy 157.241905 80.988515) (xy 157.263804 81.013787) + (xy 157.354278 81.152268) (xy 157.354283 81.152273) (xy 157.354284 81.152276) (xy 157.506756 81.317902) + (xy 157.506761 81.317907) (xy 157.516898 81.325797) (xy 157.684424 81.456189) (xy 157.684425 81.456189) + (xy 157.684427 81.456191) (xy 157.744314 81.4886) (xy 157.882426 81.563342) (xy 158.095365 81.636444) + (xy 158.317431 81.6735) (xy 158.542569 81.6735) (xy 158.764635 81.636444) (xy 158.977574 81.563342) + (xy 159.175576 81.456189) (xy 159.35324 81.317906) (xy 159.505722 81.152268) (xy 159.62886 80.963791) + (xy 159.719296 80.757616) (xy 159.774564 80.539368) (xy 159.777164 80.507993) (xy 159.793156 80.315005) + (xy 159.793156 80.314994) (xy 159.774565 80.09064) (xy 159.774563 80.090628) (xy 159.719296 79.872385) + (xy 159.709071 79.849075) (xy 159.62886 79.666209) (xy 159.625559 79.661157) (xy 159.52936 79.513913) + (xy 159.505722 79.477732) (xy 159.505719 79.477729) (xy 159.505715 79.477723) (xy 159.353243 79.312097) + (xy 159.353238 79.312092) (xy 159.175577 79.173812) (xy 159.175572 79.173808) (xy 158.97758 79.066661) + (xy 158.977577 79.066659) (xy 158.977574 79.066658) (xy 158.977571 79.066657) (xy 158.977569 79.066656) + (xy 158.764637 78.993556) (xy 158.542569 78.9565) (xy 158.317431 78.9565) (xy 158.095362 78.993556) + (xy 157.88243 79.066656) (xy 157.882419 79.066661) (xy 157.684427 79.173808) (xy 157.684422 79.173812) + (xy 157.506761 79.312092) (xy 157.506756 79.312097) (xy 157.354284 79.477723) (xy 157.354276 79.477734) + (xy 157.263808 79.616206) (xy 157.210662 79.661562) (xy 157.141431 79.670986) (xy 157.078095 79.641484) + (xy 157.056192 79.616206) (xy 156.98936 79.513913) (xy 156.965722 79.477732) (xy 156.965719 79.477729) + (xy 156.965715 79.477723) (xy 156.813243 79.312097) (xy 156.813238 79.312092) (xy 156.635577 79.173812) + (xy 156.635572 79.173808) (xy 156.43758 79.066661) (xy 156.437577 79.066659) (xy 156.437574 79.066658) + (xy 156.437571 79.066657) (xy 156.437569 79.066656) (xy 156.224637 78.993556) (xy 156.002569 78.9565) + (xy 155.777431 78.9565) (xy 155.555362 78.993556) (xy 155.34243 79.066656) (xy 155.342419 79.066661) + (xy 155.144427 79.173808) (xy 155.144422 79.173812) (xy 154.966761 79.312092) (xy 154.966756 79.312097) + (xy 154.814284 79.477723) (xy 154.814276 79.477734) (xy 154.720251 79.62165) (xy 154.667105 79.667007) + (xy 154.597873 79.67643) (xy 154.534538 79.646928) (xy 154.514868 79.624951) (xy 154.388113 79.443926) + (xy 154.388108 79.44392) (xy 154.221082 79.276894) (xy 154.027578 79.141399) (xy 153.813492 79.04157) + (xy 153.813486 79.041567) (xy 153.6 78.984364) (xy 153.6 79.881988) (xy 153.542993 79.849075) (xy 153.415826 79.815) + (xy 153.284174 79.815) (xy 153.157007 79.849075) (xy 153.1 79.881988) (xy 153.1 78.984364) (xy 153.099999 78.984364) + (xy 152.886513 79.041567) (xy 152.886507 79.04157) (xy 152.672422 79.141399) (xy 152.67242 79.1414) + (xy 152.478926 79.276886) (xy 152.363084 79.392728) (xy 152.301761 79.426212) (xy 152.232069 79.421228) + (xy 152.176136 79.379356) (xy 152.159223 79.348384) (xy 152.110889 79.218796) (xy 152.023261 79.101739) + (xy 151.906204 79.014111) (xy 151.769203 78.963011) (xy 151.708654 78.9565) (xy 151.708638 78.9565) + (xy 149.911362 78.9565) (xy 149.911345 78.9565) (xy 149.850797 78.963011) (xy 149.850795 78.963011) + (xy 149.713795 79.014111) (xy 149.596739 79.101739) (xy 149.509111 79.218795) (xy 149.458011 79.355795) + (xy 149.458011 79.355797) (xy 149.4515 79.416345) (xy 149.4515 81.213654) (xy 106.06016 81.213654) + (xy 106.050889 81.188796) (xy 105.963261 81.071739) (xy 105.846204 80.984111) (xy 105.804181 80.968437) + (xy 105.709203 80.933011) (xy 105.648654 80.9265) (xy 105.648638 80.9265) (xy 102.551362 80.9265) + (xy 102.551345 80.9265) (xy 102.490797 80.933011) (xy 102.490795 80.933011) (xy 102.353795 80.984111) + (xy 102.236739 81.071739) (xy 102.149111 81.188795) (xy 102.098011 81.325795) (xy 102.098011 81.325797) + (xy 102.0915 81.386345) (xy 102.0915 84.483654) (xy 100.0755 84.483654) (xy 100.0755 76.783542) + (xy 111.8815 76.783542) (xy 111.888011 76.84409) (xy 111.888011 76.844092) (xy 111.92967 76.95578) + (xy 111.939111 76.981092) (xy 112.026739 77.098149) (xy 112.143796 77.185777) (xy 112.280799 77.236877) + (xy 112.30805 77.239806) (xy 112.341345 77.243387) (xy 112.34136 77.243387) (xy 112.341362 77.243388) + (xy 112.341364 77.243388) (xy 112.344669 77.243565) (xy 112.344659 77.243743) (xy 112.344665 77.243744) + (xy 112.344653 77.243847) (xy 112.344591 77.245016) (xy 112.406084 77.263073) (xy 112.451839 77.315877) + (xy 112.457519 77.348855) (xy 113.143553 78.034888) (xy 113.137339 78.034888) (xy 113.035606 78.062147) + (xy 112.944394 78.114808) (xy 112.86992 78.189282) (xy 112.817259 78.280494) (xy 112.79 78.382227) + (xy 112.79 78.38844) (xy 112.110974 77.709414) (xy 112.110973 77.709414) (xy 112.059868 77.7824) + (xy 112.059866 77.782404) (xy 111.963734 77.988561) (xy 111.96373 77.98857) (xy 111.90486 78.208277) + (xy 111.904858 78.208288) (xy 111.885034 78.434885) (xy 111.885034 78.43489) (xy 111.904858 78.661487) + (xy 111.90486 78.661498) (xy 111.96373 78.881205) (xy 111.963735 78.881219) (xy 112.059863 79.087366) + (xy 112.110974 79.16036) (xy 112.79 78.481334) (xy 112.79 78.487549) (xy 112.817259 78.589282) (xy 112.86992 78.680494) + (xy 112.944394 78.754968) (xy 113.035606 78.807629) (xy 113.137339 78.834888) (xy 113.143553 78.834888) + (xy 112.464526 79.513913) (xy 112.537513 79.56502) (xy 112.537521 79.565024) (xy 112.743668 79.661152) + (xy 112.743682 79.661157) (xy 112.963389 79.720027) (xy 112.9634 79.720029) (xy 113.189998 79.739854) + (xy 113.190002 79.739854) (xy 113.416599 79.720029) (xy 113.41661 79.720027) (xy 113.636317 79.661157) + (xy 113.636331 79.661152) (xy 113.842478 79.565024) (xy 113.915471 79.513912) (xy 113.236447 78.834888) + (xy 113.242661 78.834888) (xy 113.344394 78.807629) (xy 113.435606 78.754968) (xy 113.51008 78.680494) + (xy 113.562741 78.589282) (xy 113.59 78.487549) (xy 113.59 78.481335) (xy 114.269024 79.160359) + (xy 114.320136 79.087366) (xy 114.416264 78.881219) (xy 114.416269 78.881205) (xy 114.475139 78.661498) + (xy 114.475141 78.661487) (xy 114.494966 78.43489) (xy 114.494966 78.434885) (xy 114.475141 78.208288) + (xy 114.475139 78.208277) (xy 114.416269 77.98857) (xy 114.416264 77.988556) (xy 114.320136 77.782409) + (xy 114.320132 77.782401) (xy 114.31495 77.775) (xy 142.266496 77.775) (xy 142.286458 77.964928) + (xy 142.286459 77.964931) (xy 142.34547 78.146549) (xy 142.345473 78.146556) (xy 142.44096 78.311944) + (xy 142.568747 78.453866) (xy 142.723248 78.566118) (xy 142.897712 78.643794) (xy 143.084513 78.6835) + (xy 143.275487 78.6835) (xy 143.462288 78.643794) (xy 143.573633 78.594219) (xy 143.624068 78.5835) + (xy 147.815932 78.5835) (xy 147.866366 78.594219) (xy 147.977712 78.643794) (xy 148.164513 78.6835) + (xy 148.355487 78.6835) (xy 148.542288 78.643794) (xy 148.716752 78.566118) (xy 148.871253 78.453866) + (xy 148.99904 78.311944) (xy 149.094527 78.146556) (xy 149.153542 77.964928) (xy 149.173504 77.775) + (xy 149.153542 77.585072) (xy 149.094527 77.403444) (xy 148.99904 77.238056) (xy 148.871253 77.096134) + (xy 148.716752 76.983882) (xy 148.542288 76.906206) (xy 148.542286 76.906205) (xy 148.355487 76.8665) + (xy 148.164513 76.8665) (xy 147.977712 76.906205) (xy 147.866367 76.95578) (xy 147.815932 76.9665) + (xy 143.624068 76.9665) (xy 143.573633 76.95578) (xy 143.462287 76.906205) (xy 143.275487 76.8665) + (xy 143.084513 76.8665) (xy 142.897714 76.906205) (xy 142.897712 76.906206) (xy 142.729515 76.981092) + (xy 142.723246 76.983883) (xy 142.568745 77.096135) (xy 142.440959 77.238057) (xy 142.345473 77.403443) + (xy 142.34547 77.40345) (xy 142.286459 77.585068) (xy 142.286458 77.585072) (xy 142.266496 77.775) + (xy 114.31495 77.775) (xy 114.269025 77.709414) (xy 113.59 78.388439) (xy 113.59 78.382227) (xy 113.562741 78.280494) + (xy 113.51008 78.189282) (xy 113.435606 78.114808) (xy 113.344394 78.062147) (xy 113.242661 78.034888) + (xy 113.236448 78.034888) (xy 113.923534 77.3478) (xy 113.931192 77.309696) (xy 113.979807 77.259513) + (xy 114.035399 77.244852) (xy 114.035346 77.243847) (xy 114.035335 77.243744) (xy 114.03534 77.243743) + (xy 114.035331 77.243565) (xy 114.038635 77.243388) (xy 114.038638 77.243388) (xy 114.03864 77.243387) + (xy 114.038654 77.243387) (xy 114.065692 77.240479) (xy 114.099201 77.236877) (xy 114.236204 77.185777) + (xy 114.353261 77.098149) (xy 114.440889 76.981092) (xy 114.491989 76.844089) (xy 114.495591 76.81058) + (xy 114.498499 76.783542) (xy 114.4985 76.783525) (xy 114.4985 75.498654) (xy 118.9615 75.498654) + (xy 118.968011 75.559202) (xy 118.968011 75.559204) (xy 119.010699 75.673652) (xy 119.019111 75.696204) + (xy 119.106739 75.813261) (xy 119.223796 75.900889) (xy 119.314095 75.934569) (xy 119.349798 75.947886) + (xy 119.360799 75.951989) (xy 119.38805 75.954918) (xy 119.421345 75.958499) (xy 119.421362 75.9585) + (xy 121.218638 75.9585) (xy 121.218654 75.958499) (xy 121.245692 75.955591) (xy 121.279201 75.951989) + (xy 121.290202 75.947886) (xy 121.325905 75.934569) (xy 121.416204 75.900889) (xy 121.533261 75.813261) + (xy 121.620889 75.696204) (xy 121.669223 75.566615) (xy 121.711093 75.510686) (xy 121.776557 75.486269) + (xy 121.84483 75.501121) (xy 121.873084 75.522272) (xy 121.988917 75.638105) (xy 122.182421 75.7736) + (xy 122.396507 75.873429) (xy 122.396516 75.873433) (xy 122.61 75.930634) (xy 122.61 75.033012) + (xy 122.667007 75.065925) (xy 122.794174 75.1) (xy 122.925826 75.1) (xy 123.052993 75.065925) (xy 123.11 75.033012) + (xy 123.11 75.930633) (xy 123.323483 75.873433) (xy 123.323492 75.873429) (xy 123.537578 75.7736) + (xy 123.731082 75.638105) (xy 123.898105 75.471082) (xy 124.024868 75.290048) (xy 124.079445 75.246423) + (xy 124.148944 75.239231) (xy 124.211298 75.270753) (xy 124.230251 75.29335) (xy 124.324276 75.437265) + (xy 124.324284 75.437276) (xy 124.443355 75.566619) (xy 124.47676 75.602906) (xy 124.654424 75.741189) + (xy 124.654425 75.741189) (xy 124.654427 75.741191) (xy 124.714314 75.7736) (xy 124.852426 75.848342) + (xy 125.065365 75.921444) (xy 125.287431 75.9585) (xy 125.512569 75.9585) (xy 125.734635 75.921444) + (xy 125.947574 75.848342) (xy 126.145576 75.741189) (xy 126.32324 75.602906) (xy 126.444594 75.471082) + (xy 126.475715 75.437276) (xy 126.475715 75.437275) (xy 126.475722 75.437268) (xy 126.566193 75.29879) + (xy 126.619338 75.253437) (xy 126.688569 75.244013) (xy 126.751905 75.273515) (xy 126.773804 75.298787) + (xy 126.864278 75.437268) (xy 126.864283 75.437273) (xy 126.864284 75.437276) (xy 126.983355 75.566619) + (xy 127.01676 75.602906) (xy 127.194424 75.741189) (xy 127.194425 75.741189) (xy 127.194427 75.741191) + (xy 127.254314 75.7736) (xy 127.392426 75.848342) (xy 127.605365 75.921444) (xy 127.827431 75.9585) + (xy 128.052569 75.9585) (xy 128.274635 75.921444) (xy 128.487574 75.848342) (xy 128.685576 75.741189) + (xy 128.86324 75.602906) (xy 128.984594 75.471082) (xy 129.015715 75.437276) (xy 129.015715 75.437275) + (xy 129.015722 75.437268) (xy 129.106193 75.29879) (xy 129.159338 75.253437) (xy 129.228569 75.244013) + (xy 129.291905 75.273515) (xy 129.313804 75.298787) (xy 129.404278 75.437268) (xy 129.404283 75.437273) + (xy 129.404284 75.437276) (xy 129.523355 75.566619) (xy 129.55676 75.602906) (xy 129.734424 75.741189) + (xy 129.734425 75.741189) (xy 129.734427 75.741191) (xy 129.794314 75.7736) (xy 129.932426 75.848342) + (xy 130.145365 75.921444) (xy 130.367431 75.9585) (xy 130.592569 75.9585) (xy 130.814635 75.921444) + (xy 131.027574 75.848342) (xy 131.225576 75.741189) (xy 131.40324 75.602906) (xy 131.524594 75.471082) + (xy 131.555715 75.437276) (xy 131.555715 75.437275) (xy 131.555722 75.437268) (xy 131.646193 75.29879) + (xy 131.699338 75.253437) (xy 131.768569 75.244013) (xy 131.831905 75.273515) (xy 131.853804 75.298787) + (xy 131.944278 75.437268) (xy 131.944283 75.437273) (xy 131.944284 75.437276) (xy 132.063355 75.566619) + (xy 132.09676 75.602906) (xy 132.274424 75.741189) (xy 132.274425 75.741189) (xy 132.274427 75.741191) + (xy 132.334314 75.7736) (xy 132.472426 75.848342) (xy 132.685365 75.921444) (xy 132.907431 75.9585) + (xy 133.132569 75.9585) (xy 133.354635 75.921444) (xy 133.567574 75.848342) (xy 133.765576 75.741189) + (xy 133.94324 75.602906) (xy 134.064594 75.471082) (xy 134.095715 75.437276) (xy 134.095715 75.437275) + (xy 134.095722 75.437268) (xy 134.186193 75.29879) (xy 134.239338 75.253437) (xy 134.308569 75.244013) + (xy 134.371905 75.273515) (xy 134.393804 75.298787) (xy 134.484278 75.437268) (xy 134.484283 75.437273) + (xy 134.484284 75.437276) (xy 134.603355 75.566619) (xy 134.63676 75.602906) (xy 134.814424 75.741189) + (xy 134.814425 75.741189) (xy 134.814427 75.741191) (xy 134.874314 75.7736) (xy 135.012426 75.848342) + (xy 135.225365 75.921444) (xy 135.447431 75.9585) (xy 135.672569 75.9585) (xy 135.894635 75.921444) + (xy 136.107574 75.848342) (xy 136.305576 75.741189) (xy 136.48324 75.602906) (xy 136.604594 75.471082) + (xy 136.635715 75.437276) (xy 136.635715 75.437275) (xy 136.635722 75.437268) (xy 136.729749 75.293347) + (xy 136.782894 75.247994) (xy 136.852125 75.23857) (xy 136.915461 75.268072) (xy 136.93513 75.290048) + (xy 137.06189 75.471078) (xy 137.228917 75.638105) (xy 137.422421 75.7736) (xy 137.636507 75.873429) + (xy 137.636516 75.873433) (xy 137.85 75.930634) (xy 137.85 75.033012) (xy 137.907007 75.065925) + (xy 138.034174 75.1) (xy 138.165826 75.1) (xy 138.292993 75.065925) (xy 138.35 75.033012) (xy 138.35 75.930633) + (xy 138.563483 75.873433) (xy 138.563492 75.873429) (xy 138.777578 75.7736) (xy 138.971082 75.638105) + (xy 139.138105 75.471082) (xy 139.2736 75.277578) (xy 139.373429 75.063492) (xy 139.373432 75.063486) + (xy 139.430636 74.85) (xy 138.533012 74.85) (xy 138.565925 74.792993) (xy 138.6 74.665826) (xy 138.6 74.534174) + (xy 138.565925 74.407007) (xy 138.533012 74.35) (xy 139.430636 74.35) (xy 139.430635 74.349999) + (xy 139.373432 74.136513) (xy 139.373429 74.136507) (xy 139.2736 73.922422) (xy 139.273599 73.92242) + (xy 139.138113 73.728926) (xy 139.138108 73.72892) (xy 138.971082 73.561894) (xy 138.777578 73.426399) + (xy 138.563492 73.32657) (xy 138.563486 73.326567) (xy 138.35 73.269364) (xy 138.35 74.166988) (xy 138.292993 74.134075) + (xy 138.165826 74.1) (xy 138.034174 74.1) (xy 137.907007 74.134075) (xy 137.85 74.166988) (xy 137.85 73.269364) + (xy 137.849999 73.269364) (xy 137.636513 73.326567) (xy 137.636507 73.32657) (xy 137.422422 73.426399) + (xy 137.42242 73.4264) (xy 137.228926 73.561886) (xy 137.22892 73.561891) (xy 137.061891 73.72892) + (xy 137.06189 73.728922) (xy 136.935131 73.909952) (xy 136.880554 73.953577) (xy 136.811055 73.960769) + (xy 136.748701 73.929247) (xy 136.729752 73.906656) (xy 136.635722 73.762732) (xy 136.635715 73.762725) + (xy 136.635715 73.762723) (xy 136.483243 73.597097) (xy 136.483238 73.597092) (xy 136.305577 73.458812) + (xy 136.305572 73.458808) (xy 136.10758 73.351661) (xy 136.107577 73.351659) (xy 136.107574 73.351658) + (xy 136.107571 73.351657) (xy 136.107569 73.351656) (xy 135.894637 73.278556) (xy 135.672569 73.2415) + (xy 135.447431 73.2415) (xy 135.225362 73.278556) (xy 135.01243 73.351656) (xy 135.012419 73.351661) + (xy 134.814427 73.458808) (xy 134.814422 73.458812) (xy 134.636761 73.597092) (xy 134.636756 73.597097) + (xy 134.484284 73.762723) (xy 134.484276 73.762734) (xy 134.393808 73.901206) (xy 134.340662 73.946562) + (xy 134.271431 73.955986) (xy 134.208095 73.926484) (xy 134.186192 73.901206) (xy 134.095723 73.762734) + (xy 134.095715 73.762723) (xy 133.943243 73.597097) (xy 133.943238 73.597092) (xy 133.765577 73.458812) + (xy 133.765572 73.458808) (xy 133.56758 73.351661) (xy 133.567577 73.351659) (xy 133.567574 73.351658) + (xy 133.567571 73.351657) (xy 133.567569 73.351656) (xy 133.354637 73.278556) (xy 133.132569 73.2415) + (xy 132.907431 73.2415) (xy 132.685362 73.278556) (xy 132.47243 73.351656) (xy 132.472419 73.351661) + (xy 132.274427 73.458808) (xy 132.274422 73.458812) (xy 132.096761 73.597092) (xy 132.096756 73.597097) + (xy 131.944284 73.762723) (xy 131.944276 73.762734) (xy 131.853808 73.901206) (xy 131.800662 73.946562) + (xy 131.731431 73.955986) (xy 131.668095 73.926484) (xy 131.646192 73.901206) (xy 131.555723 73.762734) + (xy 131.555715 73.762723) (xy 131.403243 73.597097) (xy 131.403238 73.597092) (xy 131.225577 73.458812) + (xy 131.225572 73.458808) (xy 131.02758 73.351661) (xy 131.027577 73.351659) (xy 131.027574 73.351658) + (xy 131.027571 73.351657) (xy 131.027569 73.351656) (xy 130.814637 73.278556) (xy 130.592569 73.2415) + (xy 130.367431 73.2415) (xy 130.145362 73.278556) (xy 129.93243 73.351656) (xy 129.932419 73.351661) + (xy 129.734427 73.458808) (xy 129.734422 73.458812) (xy 129.556761 73.597092) (xy 129.556756 73.597097) + (xy 129.404284 73.762723) (xy 129.404276 73.762734) (xy 129.313808 73.901206) (xy 129.260662 73.946562) + (xy 129.191431 73.955986) (xy 129.128095 73.926484) (xy 129.106192 73.901206) (xy 129.015723 73.762734) + (xy 129.015715 73.762723) (xy 128.863243 73.597097) (xy 128.863238 73.597092) (xy 128.685577 73.458812) + (xy 128.685572 73.458808) (xy 128.48758 73.351661) (xy 128.487577 73.351659) (xy 128.487574 73.351658) + (xy 128.487571 73.351657) (xy 128.487569 73.351656) (xy 128.274637 73.278556) (xy 128.052569 73.2415) + (xy 127.827431 73.2415) (xy 127.605362 73.278556) (xy 127.39243 73.351656) (xy 127.392419 73.351661) + (xy 127.194427 73.458808) (xy 127.194422 73.458812) (xy 127.016761 73.597092) (xy 127.016756 73.597097) + (xy 126.864284 73.762723) (xy 126.864276 73.762734) (xy 126.773808 73.901206) (xy 126.720662 73.946562) + (xy 126.651431 73.955986) (xy 126.588095 73.926484) (xy 126.566192 73.901206) (xy 126.475723 73.762734) + (xy 126.475715 73.762723) (xy 126.323243 73.597097) (xy 126.323238 73.597092) (xy 126.145577 73.458812) + (xy 126.145572 73.458808) (xy 125.94758 73.351661) (xy 125.947577 73.351659) (xy 125.947574 73.351658) + (xy 125.947571 73.351657) (xy 125.947569 73.351656) (xy 125.734637 73.278556) (xy 125.512569 73.2415) + (xy 125.287431 73.2415) (xy 125.065362 73.278556) (xy 124.85243 73.351656) (xy 124.852419 73.351661) + (xy 124.654427 73.458808) (xy 124.654422 73.458812) (xy 124.476761 73.597092) (xy 124.476756 73.597097) + (xy 124.324284 73.762723) (xy 124.324276 73.762734) (xy 124.230251 73.90665) (xy 124.177105 73.952007) + (xy 124.107873 73.96143) (xy 124.044538 73.931928) (xy 124.024868 73.909951) (xy 123.898113 73.728926) + (xy 123.898108 73.72892) (xy 123.731082 73.561894) (xy 123.537578 73.426399) (xy 123.323492 73.32657) + (xy 123.323486 73.326567) (xy 123.11 73.269364) (xy 123.11 74.166988) (xy 123.052993 74.134075) + (xy 122.925826 74.1) (xy 122.794174 74.1) (xy 122.667007 74.134075) (xy 122.61 74.166988) (xy 122.61 73.269364) + (xy 122.609999 73.269364) (xy 122.396513 73.326567) (xy 122.396507 73.32657) (xy 122.182422 73.426399) + (xy 122.18242 73.4264) (xy 121.988926 73.561886) (xy 121.873084 73.677728) (xy 121.811761 73.711212) + (xy 121.742069 73.706228) (xy 121.686136 73.664356) (xy 121.669223 73.633384) (xy 121.620889 73.503796) + (xy 121.533261 73.386739) (xy 121.416204 73.299111) (xy 121.279203 73.248011) (xy 121.218654 73.2415) + (xy 121.218638 73.2415) (xy 119.421362 73.2415) (xy 119.421345 73.2415) (xy 119.360797 73.248011) + (xy 119.360795 73.248011) (xy 119.223795 73.299111) (xy 119.106739 73.386739) (xy 119.019111 73.503795) + (xy 118.968011 73.640795) (xy 118.968011 73.640797) (xy 118.9615 73.701345) (xy 118.9615 75.498654) + (xy 114.4985 75.498654) (xy 114.4985 75.08625) (xy 114.498499 75.086233) (xy 114.493809 75.042616) + (xy 114.491989 75.025687) (xy 114.440889 74.888684) (xy 114.353261 74.771627) (xy 114.236204 74.683999) + (xy 114.099203 74.632899) (xy 114.038654 74.626388) (xy 114.038638 74.626388) (xy 112.341362 74.626388) + (xy 112.341345 74.626388) (xy 112.280797 74.632899) (xy 112.280795 74.632899) (xy 112.143795 74.683999) + (xy 112.026739 74.771627) (xy 111.939111 74.888683) (xy 111.888011 75.025683) (xy 111.888011 75.025685) + (xy 111.8815 75.086233) (xy 111.8815 76.783542) (xy 100.0755 76.783542) (xy 100.0755 72.060005) + (xy 149.436844 72.060005) (xy 149.455434 72.284359) (xy 149.455436 72.284371) (xy 149.510703 72.502614) + (xy 149.60114 72.708792) (xy 149.724276 72.897265) (xy 149.724284 72.897276) (xy 149.876756 73.062902) + (xy 149.876761 73.062907) (xy 149.914517 73.092294) (xy 149.95533 73.149005) (xy 149.959003 73.218778) + (xy 149.924372 73.279461) (xy 149.883487 73.304154) (xy 149.883805 73.304835) (xy 149.877466 73.30779) + (xy 149.877368 73.30785) (xy 149.877267 73.307883) (xy 149.877259 73.307886) (xy 149.726346 73.400971) + (xy 149.600971 73.526346) (xy 149.507886 73.677259) (xy 149.507884 73.677264) (xy 149.452113 73.845572) + (xy 149.4415 73.949447) (xy 149.4415 75.250537) (xy 149.441501 75.250553) (xy 149.452113 75.354427) + (xy 149.507884 75.522735) (xy 149.507886 75.52274) (xy 149.534951 75.566619) (xy 149.60097 75.673652) + (xy 149.726348 75.79903) (xy 149.877262 75.892115) (xy 150.045574 75.947887) (xy 150.149455 75.9585) + (xy 151.450544 75.958499) (xy 151.554426 75.947887) (xy 151.722738 75.892115) (xy 151.873652 75.79903) + (xy 151.99903 75.673652) (xy 152.092115 75.522738) (xy 152.116985 75.447683) (xy 152.156756 75.39024) + (xy 152.221271 75.363416) (xy 152.223049 75.363397) (xy 152.857037 74.729409) (xy 152.874075 74.792993) + (xy 152.939901 74.907007) (xy 153.032993 75.000099) (xy 153.147007 75.065925) (xy 153.21059 75.082962) + (xy 152.578625 75.714925) (xy 152.662421 75.773599) (xy 152.876507 75.873429) (xy 152.876516 75.873433) + (xy 153.104673 75.934567) (xy 153.104684 75.934569) (xy 153.339998 75.955157) (xy 153.340002 75.955157) + (xy 153.575315 75.934569) (xy 153.575326 75.934567) (xy 153.803483 75.873433) (xy 153.803492 75.873429) + (xy 154.017578 75.7736) (xy 154.017582 75.773598) (xy 154.101373 75.714926) (xy 154.101373 75.714925) + (xy 153.469409 75.082962) (xy 153.532993 75.065925) (xy 153.647007 75.000099) (xy 153.740099 74.907007) + (xy 153.805925 74.792993) (xy 153.822962 74.72941) (xy 154.454925 75.361373) (xy 154.504868 75.290048) + (xy 154.559445 75.246424) (xy 154.628944 75.239231) (xy 154.691298 75.270753) (xy 154.710251 75.29335) + (xy 154.804276 75.437265) (xy 154.804284 75.437276) (xy 154.923355 75.566619) (xy 154.95676 75.602906) + (xy 155.134424 75.741189) (xy 155.134425 75.741189) (xy 155.134427 75.741191) (xy 155.194314 75.7736) + (xy 155.332426 75.848342) (xy 155.545365 75.921444) (xy 155.767431 75.9585) (xy 155.992569 75.9585) + (xy 156.214635 75.921444) (xy 156.427574 75.848342) (xy 156.625576 75.741189) (xy 156.80324 75.602906) + (xy 156.924594 75.471082) (xy 156.955715 75.437276) (xy 156.955715 75.437275) (xy 156.955722 75.437268) + (xy 157.046193 75.29879) (xy 157.099338 75.253437) (xy 157.168569 75.244013) (xy 157.231905 75.273515) + (xy 157.253804 75.298787) (xy 157.344278 75.437268) (xy 157.344283 75.437273) (xy 157.344284 75.437276) + (xy 157.463355 75.566619) (xy 157.49676 75.602906) (xy 157.674424 75.741189) (xy 157.674425 75.741189) + (xy 157.674427 75.741191) (xy 157.734314 75.7736) (xy 157.872426 75.848342) (xy 158.085365 75.921444) + (xy 158.307431 75.9585) (xy 158.532569 75.9585) (xy 158.754635 75.921444) (xy 158.967574 75.848342) + (xy 159.165576 75.741189) (xy 159.34324 75.602906) (xy 159.464594 75.471082) (xy 159.495715 75.437276) + (xy 159.495715 75.437275) (xy 159.495722 75.437268) (xy 159.586193 75.29879) (xy 159.639338 75.253437) + (xy 159.708569 75.244013) (xy 159.771905 75.273515) (xy 159.793804 75.298787) (xy 159.884278 75.437268) + (xy 159.884283 75.437273) (xy 159.884284 75.437276) (xy 160.003355 75.566619) (xy 160.03676 75.602906) + (xy 160.214424 75.741189) (xy 160.214425 75.741189) (xy 160.214427 75.741191) (xy 160.274314 75.7736) + (xy 160.412426 75.848342) (xy 160.625365 75.921444) (xy 160.847431 75.9585) (xy 161.072569 75.9585) + (xy 161.294635 75.921444) (xy 161.507574 75.848342) (xy 161.705576 75.741189) (xy 161.88324 75.602906) + (xy 162.004594 75.471082) (xy 162.035715 75.437276) (xy 162.035717 75.437273) (xy 162.035722 75.437268) + (xy 162.15886 75.248791) (xy 162.249296 75.042616) (xy 162.304564 74.824368) (xy 162.307164 74.792993) + (xy 162.323156 74.600005) (xy 162.323156 74.599994) (xy 162.304565 74.37564) (xy 162.304563 74.375628) + (xy 162.249296 74.157385) (xy 162.240138 74.136507) (xy 162.15886 73.951209) (xy 162.146262 73.931927) + (xy 162.035723 73.762734) (xy 162.035715 73.762723) (xy 161.883243 73.597097) (xy 161.883238 73.597092) + (xy 161.705577 73.458812) (xy 161.705578 73.458812) (xy 161.705576 73.458811) (xy 161.66907 73.439055) + (xy 161.619479 73.389836) (xy 161.604371 73.321619) (xy 161.628541 73.256064) (xy 161.66907 73.220945) + (xy 161.673074 73.218778) (xy 161.705576 73.201189) (xy 161.88324 73.062906) (xy 162.035722 72.897268) + (xy 162.15886 72.708791) (xy 162.249296 72.502616) (xy 162.304564 72.284368) (xy 162.323156 72.06) + (xy 162.304564 71.835632) (xy 162.249296 71.617384) (xy 162.15886 71.411209) (xy 162.142706 71.386484) + (xy 162.035723 71.222734) (xy 162.035715 71.222723) (xy 161.883243 71.057097) (xy 161.883238 71.057092) + (xy 161.705577 70.918812) (xy 161.705572 70.918808) (xy 161.50758 70.811661) (xy 161.507577 70.811659) + (xy 161.507574 70.811658) (xy 161.507571 70.811657) (xy 161.507569 70.811656) (xy 161.294637 70.738556) + (xy 161.072569 70.7015) (xy 160.847431 70.7015) (xy 160.625362 70.738556) (xy 160.41243 70.811656) + (xy 160.412419 70.811661) (xy 160.214427 70.918808) (xy 160.214422 70.918812) (xy 160.036761 71.057092) + (xy 160.036756 71.057097) (xy 159.884284 71.222723) (xy 159.884276 71.222734) (xy 159.793808 71.361206) + (xy 159.740662 71.406562) (xy 159.671431 71.415986) (xy 159.608095 71.386484) (xy 159.586192 71.361206) + (xy 159.495723 71.222734) (xy 159.495715 71.222723) (xy 159.343243 71.057097) (xy 159.343238 71.057092) + (xy 159.165577 70.918812) (xy 159.165572 70.918808) (xy 158.96758 70.811661) (xy 158.967577 70.811659) + (xy 158.967574 70.811658) (xy 158.967571 70.811657) (xy 158.967569 70.811656) (xy 158.754637 70.738556) + (xy 158.532569 70.7015) (xy 158.307431 70.7015) (xy 158.085362 70.738556) (xy 157.87243 70.811656) + (xy 157.872419 70.811661) (xy 157.674427 70.918808) (xy 157.674422 70.918812) (xy 157.496761 71.057092) + (xy 157.496756 71.057097) (xy 157.344284 71.222723) (xy 157.344276 71.222734) (xy 157.253808 71.361206) + (xy 157.200662 71.406562) (xy 157.131431 71.415986) (xy 157.068095 71.386484) (xy 157.046192 71.361206) + (xy 156.955723 71.222734) (xy 156.955715 71.222723) (xy 156.803243 71.057097) (xy 156.803238 71.057092) + (xy 156.625577 70.918812) (xy 156.625572 70.918808) (xy 156.42758 70.811661) (xy 156.427577 70.811659) + (xy 156.427574 70.811658) (xy 156.427571 70.811657) (xy 156.427569 70.811656) (xy 156.214637 70.738556) + (xy 155.992569 70.7015) (xy 155.767431 70.7015) (xy 155.545362 70.738556) (xy 155.33243 70.811656) + (xy 155.332419 70.811661) (xy 155.134427 70.918808) (xy 155.134422 70.918812) (xy 154.956761 71.057092) + (xy 154.956756 71.057097) (xy 154.804284 71.222723) (xy 154.804276 71.222734) (xy 154.713808 71.361206) + (xy 154.660662 71.406562) (xy 154.591431 71.415986) (xy 154.528095 71.386484) (xy 154.506192 71.361206) + (xy 154.415723 71.222734) (xy 154.415715 71.222723) (xy 154.263243 71.057097) (xy 154.263238 71.057092) + (xy 154.085577 70.918812) (xy 154.085572 70.918808) (xy 153.88758 70.811661) (xy 153.887577 70.811659) + (xy 153.887574 70.811658) (xy 153.887571 70.811657) (xy 153.887569 70.811656) (xy 153.674637 70.738556) + (xy 153.452569 70.7015) (xy 153.227431 70.7015) (xy 153.005362 70.738556) (xy 152.79243 70.811656) + (xy 152.792419 70.811661) (xy 152.594427 70.918808) (xy 152.594422 70.918812) (xy 152.416761 71.057092) + (xy 152.416756 71.057097) (xy 152.264284 71.222723) (xy 152.264276 71.222734) (xy 152.173808 71.361206) + (xy 152.120662 71.406562) (xy 152.051431 71.415986) (xy 151.988095 71.386484) (xy 151.966192 71.361206) + (xy 151.875723 71.222734) (xy 151.875715 71.222723) (xy 151.723243 71.057097) (xy 151.723238 71.057092) + (xy 151.545577 70.918812) (xy 151.545572 70.918808) (xy 151.34758 70.811661) (xy 151.347577 70.811659) + (xy 151.347574 70.811658) (xy 151.347571 70.811657) (xy 151.347569 70.811656) (xy 151.134637 70.738556) + (xy 150.912569 70.7015) (xy 150.687431 70.7015) (xy 150.465362 70.738556) (xy 150.25243 70.811656) + (xy 150.252419 70.811661) (xy 150.054427 70.918808) (xy 150.054422 70.918812) (xy 149.876761 71.057092) + (xy 149.876756 71.057097) (xy 149.724284 71.222723) (xy 149.724276 71.222734) (xy 149.60114 71.411207) + (xy 149.510703 71.617385) (xy 149.455436 71.835628) (xy 149.455434 71.83564) (xy 149.436844 72.059994) + (xy 149.436844 72.060005) (xy 100.0755 72.060005) (xy 100.0755 70.418654) (xy 124.0415 70.418654) + (xy 124.048011 70.479202) (xy 124.048011 70.479204) (xy 124.099111 70.616204) (xy 124.186739 70.733261) + (xy 124.303796 70.820889) (xy 124.440799 70.871989) (xy 124.46805 70.874918) (xy 124.501345 70.878499) + (xy 124.501362 70.8785) (xy 126.298638 70.8785) (xy 126.298654 70.878499) (xy 126.325692 70.875591) + (xy 126.359201 70.871989) (xy 126.496204 70.820889) (xy 126.613261 70.733261) (xy 126.700889 70.616204) + (xy 126.746138 70.494887) (xy 126.788009 70.438956) (xy 126.853474 70.414539) (xy 126.921746 70.429391) + (xy 126.953545 70.454236) (xy 127.01676 70.522906) (xy 127.194424 70.661189) (xy 127.194425 70.661189) + (xy 127.194427 70.661191) (xy 127.268912 70.7015) (xy 127.392426 70.768342) (xy 127.605365 70.841444) + (xy 127.827431 70.8785) (xy 128.052569 70.8785) (xy 128.274635 70.841444) (xy 128.487574 70.768342) + (xy 128.685576 70.661189) (xy 128.86324 70.522906) (xy 129.015722 70.357268) (xy 129.106193 70.21879) + (xy 129.159338 70.173437) (xy 129.228569 70.164013) (xy 129.291905 70.193515) (xy 129.313804 70.218787) + (xy 129.404278 70.357268) (xy 129.404283 70.357273) (xy 129.404284 70.357276) (xy 129.530968 70.494889) + (xy 129.55676 70.522906) (xy 129.734424 70.661189) (xy 129.734425 70.661189) (xy 129.734427 70.661191) + (xy 129.808912 70.7015) (xy 129.932426 70.768342) (xy 130.145365 70.841444) (xy 130.367431 70.8785) + (xy 130.592569 70.8785) (xy 130.814635 70.841444) (xy 131.027574 70.768342) (xy 131.225576 70.661189) + (xy 131.40324 70.522906) (xy 131.555722 70.357268) (xy 131.646193 70.21879) (xy 131.699338 70.173437) + (xy 131.768569 70.164013) (xy 131.831905 70.193515) (xy 131.853804 70.218787) (xy 131.944278 70.357268) + (xy 131.944283 70.357273) (xy 131.944284 70.357276) (xy 132.070968 70.494889) (xy 132.09676 70.522906) + (xy 132.274424 70.661189) (xy 132.274425 70.661189) (xy 132.274427 70.661191) (xy 132.348912 70.7015) + (xy 132.472426 70.768342) (xy 132.685365 70.841444) (xy 132.907431 70.8785) (xy 133.132569 70.8785) + (xy 133.354635 70.841444) (xy 133.567574 70.768342) (xy 133.765576 70.661189) (xy 133.94324 70.522906) + (xy 134.095722 70.357268) (xy 134.21886 70.168791) (xy 134.309296 69.962616) (xy 134.364564 69.744368) + (xy 134.383156 69.52) (xy 134.364564 69.295632) (xy 134.309296 69.077384) (xy 134.21886 68.871209) + (xy 134.202706 68.846484) (xy 134.095723 68.682734) (xy 134.095715 68.682723) (xy 133.943243 68.517097) + (xy 133.943238 68.517092) (xy 133.765577 68.378812) (xy 133.765572 68.378808) (xy 133.56758 68.271661) + (xy 133.567577 68.271659) (xy 133.567574 68.271658) (xy 133.567571 68.271657) (xy 133.567569 68.271656) + (xy 133.354637 68.198556) (xy 133.132569 68.1615) (xy 132.907431 68.1615) (xy 132.685362 68.198556) + (xy 132.47243 68.271656) (xy 132.472419 68.271661) (xy 132.274427 68.378808) (xy 132.274422 68.378812) + (xy 132.096761 68.517092) (xy 132.096756 68.517097) (xy 131.944284 68.682723) (xy 131.944276 68.682734) + (xy 131.853808 68.821206) (xy 131.800662 68.866562) (xy 131.731431 68.875986) (xy 131.668095 68.846484) + (xy 131.646192 68.821206) (xy 131.555723 68.682734) (xy 131.555715 68.682723) (xy 131.403243 68.517097) + (xy 131.403238 68.517092) (xy 131.225577 68.378812) (xy 131.225572 68.378808) (xy 131.02758 68.271661) + (xy 131.027577 68.271659) (xy 131.027574 68.271658) (xy 131.027571 68.271657) (xy 131.027569 68.271656) + (xy 130.814637 68.198556) (xy 130.592569 68.1615) (xy 130.367431 68.1615) (xy 130.145362 68.198556) + (xy 129.93243 68.271656) (xy 129.932419 68.271661) (xy 129.734427 68.378808) (xy 129.734422 68.378812) + (xy 129.556761 68.517092) (xy 129.556756 68.517097) (xy 129.404284 68.682723) (xy 129.404276 68.682734) + (xy 129.313808 68.821206) (xy 129.260662 68.866562) (xy 129.191431 68.875986) (xy 129.128095 68.846484) + (xy 129.106192 68.821206) (xy 129.015723 68.682734) (xy 129.015715 68.682723) (xy 128.863243 68.517097) + (xy 128.863238 68.517092) (xy 128.685577 68.378812) (xy 128.685572 68.378808) (xy 128.48758 68.271661) + (xy 128.487577 68.271659) (xy 128.487574 68.271658) (xy 128.487571 68.271657) (xy 128.487569 68.271656) + (xy 128.274637 68.198556) (xy 128.052569 68.1615) (xy 127.827431 68.1615) (xy 127.605362 68.198556) + (xy 127.39243 68.271656) (xy 127.392419 68.271661) (xy 127.194427 68.378808) (xy 127.194422 68.378812) + (xy 127.016761 68.517092) (xy 126.953548 68.58576) (xy 126.893661 68.62175) (xy 126.823823 68.619649) + (xy 126.766207 68.580124) (xy 126.746138 68.54511) (xy 126.700889 68.423796) (xy 126.667214 68.378812) + (xy 126.613261 68.306739) (xy 126.496204 68.219111) (xy 126.359203 68.168011) (xy 126.298654 68.1615) + (xy 126.298638 68.1615) (xy 124.501362 68.1615) (xy 124.501345 68.1615) (xy 124.440797 68.168011) + (xy 124.440795 68.168011) (xy 124.303795 68.219111) (xy 124.186739 68.306739) (xy 124.099111 68.423795) + (xy 124.048011 68.560795) (xy 124.048011 68.560797) (xy 124.0415 68.621345) (xy 124.0415 70.418654) + (xy 100.0755 70.418654) (xy 100.0755 60.379999) (xy 146.981127 60.379999) (xy 146.981128 60.38) + (xy 147.944314 60.38) (xy 147.93992 60.384394) (xy 147.887259 60.475606) (xy 147.86 60.577339) (xy 147.86 60.682661) + (xy 147.887259 60.784394) (xy 147.93992 60.875606) (xy 147.944314 60.88) (xy 146.981128 60.88) (xy 147.03373 61.076317) + (xy 147.033734 61.076326) (xy 147.129865 61.282482) (xy 147.260342 61.46882) (xy 147.421179 61.629657) + (xy 147.607517 61.760134) (xy 147.813673 61.856265) (xy 147.813682 61.856269) (xy 148.009999 61.908872) + (xy 148.01 61.908871) (xy 148.01 60.945686) (xy 148.014394 60.95008) (xy 148.105606 61.002741) (xy 148.207339 61.03) + (xy 148.312661 61.03) (xy 148.414394 61.002741) (xy 148.505606 60.95008) (xy 148.51 60.945686) (xy 148.51 61.908872) + (xy 148.706317 61.856269) (xy 148.706326 61.856265) (xy 148.912482 61.760134) (xy 149.09882 61.629657) + (xy 149.259657 61.46882) (xy 149.390134 61.282482) (xy 149.486265 61.076326) (xy 149.486269 61.076317) + (xy 149.538872 60.88) (xy 148.575686 60.88) (xy 148.58008 60.875606) (xy 148.632741 60.784394) (xy 148.66 60.682661) + (xy 148.66 60.630001) (xy 157.106502 60.630001) (xy 157.126456 60.858081) (xy 157.126457 60.858089) + (xy 157.185714 61.079238) (xy 157.185718 61.079249) (xy 157.280487 61.282482) (xy 157.282477 61.286749) + (xy 157.413802 61.4743) (xy 157.5757 61.636198) (xy 157.763251 61.767523) (xy 157.888091 61.825736) + (xy 157.97075 61.864281) (xy 157.970752 61.864281) (xy 157.970757 61.864284) (xy 158.191913 61.923543) + (xy 158.354832 61.937796) (xy 158.419998 61.943498) (xy 158.42 61.943498) (xy 158.420002 61.943498) + (xy 158.477021 61.938509) (xy 158.648087 61.923543) (xy 158.869243 61.864284) (xy 159.076749 61.767523) + (xy 159.2643 61.636198) (xy 159.426198 61.4743) (xy 159.557523 61.286749) (xy 159.654284 61.079243) + (xy 159.713543 60.858087) (xy 159.733498 60.63) (xy 159.713543 60.401913) (xy 159.654284 60.180757) + (xy 159.557523 59.973251) (xy 159.426198 59.7857) (xy 159.2643 59.623802) (xy 159.076749 59.492477) + (xy 159.076745 59.492475) (xy 158.869249 59.395718) (xy 158.869238 59.395714) (xy 158.648089 59.336457) + (xy 158.648081 59.336456) (xy 158.420002 59.316502) (xy 158.419998 59.316502) (xy 158.191918 59.336456) + (xy 158.19191 59.336457) (xy 157.970761 59.395714) (xy 157.97075 59.395718) (xy 157.763254 59.492475) + (xy 157.763252 59.492476) (xy 157.763251 59.492477) (xy 157.5757 59.623802) (xy 157.575698 59.623803) + (xy 157.575695 59.623806) (xy 157.413806 59.785695) (xy 157.282476 59.973252) (xy 157.282475 59.973254) + (xy 157.185718 60.18075) (xy 157.185714 60.180761) (xy 157.126457 60.40191) (xy 157.126456 60.401918) + (xy 157.106502 60.629998) (xy 157.106502 60.630001) (xy 148.66 60.630001) (xy 148.66 60.577339) + (xy 148.632741 60.475606) (xy 148.58008 60.384394) (xy 148.575686 60.38) (xy 149.538872 60.38) (xy 149.538872 60.379999) + (xy 149.486269 60.183682) (xy 149.486265 60.183673) (xy 149.390134 59.977517) (xy 149.259657 59.791179) + (xy 149.09882 59.630342) (xy 148.912482 59.499865) (xy 148.706328 59.403734) (xy 148.51 59.351127) + (xy 148.51 60.314314) (xy 148.505606 60.30992) (xy 148.414394 60.257259) (xy 148.312661 60.23) (xy 148.207339 60.23) + (xy 148.105606 60.257259) (xy 148.014394 60.30992) (xy 148.01 60.314314) (xy 148.01 59.351127) (xy 147.813671 59.403734) + (xy 147.607517 59.499865) (xy 147.421179 59.630342) (xy 147.260342 59.791179) (xy 147.129865 59.977517) + (xy 147.033734 60.183673) (xy 147.03373 60.183682) (xy 146.981127 60.379999) (xy 100.0755 60.379999) + (xy 100.0755 58.358654) (xy 130.1375 58.358654) (xy 130.144011 58.419202) (xy 130.144011 58.419204) + (xy 130.195111 58.556204) (xy 130.282739 58.673261) (xy 130.399796 58.760889) (xy 130.536799 58.811989) + (xy 130.56405 58.814918) (xy 130.597345 58.818499) (xy 130.597362 58.8185) (xy 132.394638 58.8185) + (xy 132.394654 58.818499) (xy 132.421692 58.815591) (xy 132.455201 58.811989) (xy 132.592204 58.760889) + (xy 132.709261 58.673261) (xy 132.796889 58.556204) (xy 132.842138 58.434887) (xy 132.884009 58.378956) + (xy 132.949474 58.354539) (xy 133.017746 58.369391) (xy 133.049545 58.394236) (xy 133.11276 58.462906) + (xy 133.290424 58.601189) (xy 133.290425 58.601189) (xy 133.290427 58.601191) (xy 133.350314 58.6336) + (xy 133.488426 58.708342) (xy 133.701365 58.781444) (xy 133.923431 58.8185) (xy 134.148569 58.8185) + (xy 134.370635 58.781444) (xy 134.583574 58.708342) (xy 134.781576 58.601189) (xy 134.95924 58.462906) + (xy 135.080594 58.331082) (xy 135.111715 58.297276) (xy 135.111715 58.297275) (xy 135.111722 58.297268) + (xy 135.202193 58.15879) (xy 135.255338 58.113437) (xy 135.324569 58.104013) (xy 135.387905 58.133515) + (xy 135.409804 58.158787) (xy 135.500278 58.297268) (xy 135.500283 58.297273) (xy 135.500284 58.297276) + (xy 135.626968 58.434889) (xy 135.65276 58.462906) (xy 135.830424 58.601189) (xy 135.830425 58.601189) + (xy 135.830427 58.601191) (xy 135.890314 58.6336) (xy 136.028426 58.708342) (xy 136.241365 58.781444) + (xy 136.463431 58.8185) (xy 136.688569 58.8185) (xy 136.910635 58.781444) (xy 137.123574 58.708342) + (xy 137.321576 58.601189) (xy 137.49924 58.462906) (xy 137.620594 58.331082) (xy 137.651715 58.297276) + (xy 137.651715 58.297275) (xy 137.651722 58.297268) (xy 137.742193 58.15879) (xy 137.795338 58.113437) + (xy 137.864569 58.104013) (xy 137.927905 58.133515) (xy 137.949804 58.158787) (xy 138.040278 58.297268) + (xy 138.040283 58.297273) (xy 138.040284 58.297276) (xy 138.166968 58.434889) (xy 138.19276 58.462906) + (xy 138.370424 58.601189) (xy 138.370425 58.601189) (xy 138.370427 58.601191) (xy 138.430314 58.6336) + (xy 138.568426 58.708342) (xy 138.781365 58.781444) (xy 139.003431 58.8185) (xy 139.228569 58.8185) + (xy 139.450635 58.781444) (xy 139.663574 58.708342) (xy 139.861576 58.601189) (xy 140.03924 58.462906) + (xy 140.160594 58.331082) (xy 140.191715 58.297276) (xy 140.191715 58.297275) (xy 140.191722 58.297268) + (xy 140.285749 58.153347) (xy 140.338894 58.107994) (xy 140.408125 58.09857) (xy 140.471461 58.128072) + (xy 140.49113 58.150048) (xy 140.61789 58.331078) (xy 140.784917 58.498105) (xy 140.978421 58.6336) + (xy 141.192507 58.733429) (xy 141.192516 58.733433) (xy 141.406 58.790634) (xy 141.406 57.893012) + (xy 141.463007 57.925925) (xy 141.590174 57.96) (xy 141.721826 57.96) (xy 141.848993 57.925925) + (xy 141.906 57.893012) (xy 141.906 58.790633) (xy 142.119483 58.733433) (xy 142.119492 58.733429) + (xy 142.333578 58.6336) (xy 142.527082 58.498105) (xy 142.694105 58.331082) (xy 142.8296 58.137578) + (xy 142.929429 57.923492) (xy 142.929432 57.923486) (xy 142.986636 57.71) (xy 142.089012 57.71) + (xy 142.121925 57.652993) (xy 142.156 57.525826) (xy 142.156 57.394174) (xy 142.121925 57.267007) + (xy 142.089012 57.21) (xy 142.986636 57.21) (xy 142.986635 57.209999) (xy 142.929432 56.996513) + (xy 142.929429 56.996507) (xy 142.847124 56.820003) (xy 155.701384 56.820003) (xy 155.721781 57.001041) + (xy 155.721782 57.001046) (xy 155.781958 57.173017) (xy 155.805196 57.21) (xy 155.878889 57.327281) + (xy 156.007719 57.456111) (xy 156.161985 57.553043) (xy 156.333953 57.613217) (xy 156.333958 57.613218) + (xy 156.514996 57.633616) (xy 156.515 57.633616) (xy 156.515004 57.633616) (xy 156.696041 57.613218) + (xy 156.696044 57.613217) (xy 156.696047 57.613217) (xy 156.868015 57.553043) (xy 157.022281 57.456111) + (xy 157.151111 57.327281) (xy 157.248043 57.173015) (xy 157.283956 57.070379) (xy 157.313314 57.023655) + (xy 158.970328 55.366642) (xy 159.047865 55.250601) (xy 159.101273 55.121661) (xy 159.1285 54.984781) + (xy 159.1285 54.845218) (xy 159.1285 54.072798) (xy 159.147508 54.006823) (xy 159.153043 53.998015) + (xy 159.213217 53.826047) (xy 159.233616 53.645) (xy 159.213217 53.463953) (xy 159.153043 53.291985) + (xy 159.056111 53.137719) (xy 158.927281 53.008889) (xy 158.773015 52.911957) (xy 158.718693 52.892949) + (xy 158.601046 52.851782) (xy 158.601041 52.851781) (xy 158.420004 52.831384) (xy 158.419996 52.831384) + (xy 158.238958 52.851781) (xy 158.238953 52.851782) (xy 158.066982 52.911958) (xy 157.912718 53.008889) + (xy 157.783889 53.137718) (xy 157.686958 53.291982) (xy 157.626782 53.463953) (xy 157.626781 53.463958) + (xy 157.606384 53.644996) (xy 157.606384 53.645003) (xy 157.626781 53.826041) (xy 157.626784 53.826054) + (xy 157.686956 53.998012) (xy 157.686957 53.998015) (xy 157.692492 54.006823) (xy 157.7115 54.072798) + (xy 157.7115 54.570166) (xy 157.691815 54.637205) (xy 157.675181 54.657847) (xy 156.311344 56.021683) + (xy 156.264619 56.051043) (xy 156.161983 56.086957) (xy 156.161982 56.086958) (xy 156.007718 56.183889) + (xy 155.878889 56.312718) (xy 155.781958 56.466982) (xy 155.721782 56.638953) (xy 155.721781 56.638958) + (xy 155.701384 56.819996) (xy 155.701384 56.820003) (xy 142.847124 56.820003) (xy 142.8296 56.782422) + (xy 142.829599 56.78242) (xy 142.694113 56.588926) (xy 142.694108 56.58892) (xy 142.527082 56.421894) + (xy 142.333578 56.286399) (xy 142.119492 56.18657) (xy 142.119486 56.186567) (xy 141.906 56.129364) + (xy 141.906 57.026988) (xy 141.848993 56.994075) (xy 141.721826 56.96) (xy 141.590174 56.96) (xy 141.463007 56.994075) + (xy 141.406 57.026988) (xy 141.406 56.129364) (xy 141.405999 56.129364) (xy 141.192513 56.186567) + (xy 141.192507 56.18657) (xy 140.978422 56.286399) (xy 140.97842 56.2864) (xy 140.784926 56.421886) + (xy 140.78492 56.421891) (xy 140.617891 56.58892) (xy 140.61789 56.588922) (xy 140.491131 56.769952) + (xy 140.436554 56.813577) (xy 140.367055 56.820769) (xy 140.304701 56.789247) (xy 140.285752 56.766656) + (xy 140.191722 56.622732) (xy 140.191715 56.622725) (xy 140.191715 56.622723) (xy 140.039243 56.457097) + (xy 140.039238 56.457092) (xy 139.861577 56.318812) (xy 139.861572 56.318808) (xy 139.66358 56.211661) + (xy 139.663577 56.211659) (xy 139.663574 56.211658) (xy 139.663571 56.211657) (xy 139.663569 56.211656) + (xy 139.450637 56.138556) (xy 139.228569 56.1015) (xy 139.003431 56.1015) (xy 138.781362 56.138556) + (xy 138.56843 56.211656) (xy 138.568419 56.211661) (xy 138.370427 56.318808) (xy 138.370422 56.318812) + (xy 138.192761 56.457092) (xy 138.192756 56.457097) (xy 138.040284 56.622723) (xy 138.040276 56.622734) + (xy 137.949808 56.761206) (xy 137.896662 56.806562) (xy 137.827431 56.815986) (xy 137.764095 56.786484) + (xy 137.742192 56.761206) (xy 137.662323 56.638958) (xy 137.651722 56.622732) (xy 137.651719 56.622729) + (xy 137.651715 56.622723) (xy 137.499243 56.457097) (xy 137.499238 56.457092) (xy 137.321577 56.318812) + (xy 137.321572 56.318808) (xy 137.12358 56.211661) (xy 137.123577 56.211659) (xy 137.123574 56.211658) + (xy 137.123571 56.211657) (xy 137.123569 56.211656) (xy 136.910637 56.138556) (xy 136.688569 56.1015) + (xy 136.463431 56.1015) (xy 136.241362 56.138556) (xy 136.02843 56.211656) (xy 136.028419 56.211661) + (xy 135.830427 56.318808) (xy 135.830422 56.318812) (xy 135.652761 56.457092) (xy 135.652756 56.457097) + (xy 135.500284 56.622723) (xy 135.500276 56.622734) (xy 135.409808 56.761206) (xy 135.356662 56.806562) + (xy 135.287431 56.815986) (xy 135.224095 56.786484) (xy 135.202192 56.761206) (xy 135.122323 56.638958) + (xy 135.111722 56.622732) (xy 135.111719 56.622729) (xy 135.111715 56.622723) (xy 134.959243 56.457097) + (xy 134.959238 56.457092) (xy 134.781577 56.318812) (xy 134.781572 56.318808) (xy 134.58358 56.211661) + (xy 134.583577 56.211659) (xy 134.583574 56.211658) (xy 134.583571 56.211657) (xy 134.583569 56.211656) + (xy 134.370637 56.138556) (xy 134.148569 56.1015) (xy 133.923431 56.1015) (xy 133.701362 56.138556) + (xy 133.48843 56.211656) (xy 133.488419 56.211661) (xy 133.290427 56.318808) (xy 133.290422 56.318812) + (xy 133.112761 56.457092) (xy 133.049548 56.52576) (xy 132.989661 56.56175) (xy 132.919823 56.559649) + (xy 132.862207 56.520124) (xy 132.842138 56.48511) (xy 132.796889 56.363796) (xy 132.763214 56.318812) + (xy 132.709261 56.246739) (xy 132.592204 56.159111) (xy 132.455203 56.108011) (xy 132.394654 56.1015) + (xy 132.394638 56.1015) (xy 130.597362 56.1015) (xy 130.597345 56.1015) (xy 130.536797 56.108011) + (xy 130.536795 56.108011) (xy 130.399795 56.159111) (xy 130.282739 56.246739) (xy 130.195111 56.363795) + (xy 130.144011 56.500795) (xy 130.144011 56.500797) (xy 130.1375 56.561345) (xy 130.1375 58.358654) + (xy 100.0755 58.358654) (xy 100.0755 50.098654) (xy 117.4375 50.098654) (xy 117.444011 50.159202) + (xy 117.444011 50.159204) (xy 117.495111 50.296204) (xy 117.582739 50.413261) (xy 117.699796 50.500889) + (xy 117.836799 50.551989) (xy 117.86405 50.554918) (xy 117.897345 50.558499) (xy 117.897362 50.5585) + (xy 119.694638 50.5585) (xy 119.694654 50.558499) (xy 119.721692 50.555591) (xy 119.755201 50.551989) + (xy 119.892204 50.500889) (xy 120.009261 50.413261) (xy 120.096889 50.296204) (xy 120.142138 50.174887) + (xy 120.184009 50.118956) (xy 120.249474 50.094539) (xy 120.317746 50.109391) (xy 120.349545 50.134236) + (xy 120.41276 50.202906) (xy 120.590424 50.341189) (xy 120.590425 50.341189) (xy 120.590427 50.341191) + (xy 120.650314 50.3736) (xy 120.788426 50.448342) (xy 121.001365 50.521444) (xy 121.223431 50.5585) + (xy 121.448569 50.5585) (xy 121.670635 50.521444) (xy 121.883574 50.448342) (xy 122.081576 50.341189) + (xy 122.25924 50.202906) (xy 122.380594 50.071082) (xy 122.411715 50.037276) (xy 122.411715 50.037275) + (xy 122.411722 50.037268) (xy 122.502193 49.89879) (xy 122.555338 49.853437) (xy 122.624569 49.844013) + (xy 122.687905 49.873515) (xy 122.709804 49.898787) (xy 122.800278 50.037268) (xy 122.800283 50.037273) + (xy 122.800284 50.037276) (xy 122.926968 50.174889) (xy 122.95276 50.202906) (xy 123.130424 50.341189) + (xy 123.130425 50.341189) (xy 123.130427 50.341191) (xy 123.190314 50.3736) (xy 123.328426 50.448342) + (xy 123.541365 50.521444) (xy 123.763431 50.5585) (xy 123.988569 50.5585) (xy 124.210635 50.521444) + (xy 124.423574 50.448342) (xy 124.621576 50.341189) (xy 124.79924 50.202906) (xy 124.920594 50.071082) + (xy 124.951715 50.037276) (xy 124.951715 50.037275) (xy 124.951722 50.037268) (xy 125.045749 49.893347) + (xy 125.098894 49.847994) (xy 125.168125 49.83857) (xy 125.231461 49.868072) (xy 125.25113 49.890048) + (xy 125.37789 50.071078) (xy 125.544917 50.238105) (xy 125.738421 50.3736) (xy 125.952507 50.473429) + (xy 125.952516 50.473433) (xy 126.166 50.530634) (xy 126.166 49.633012) (xy 126.223007 49.665925) + (xy 126.350174 49.7) (xy 126.481826 49.7) (xy 126.608993 49.665925) (xy 126.666 49.633012) (xy 126.666 50.530633) + (xy 126.879483 50.473433) (xy 126.879492 50.473429) (xy 127.093578 50.3736) (xy 127.287082 50.238105) + (xy 127.454105 50.071082) (xy 127.580868 49.890048) (xy 127.635445 49.846423) (xy 127.704944 49.839231) + (xy 127.767298 49.870753) (xy 127.786251 49.89335) (xy 127.880276 50.037265) (xy 127.880284 50.037276) + (xy 128.006968 50.174889) (xy 128.03276 50.202906) (xy 128.210424 50.341189) (xy 128.210425 50.341189) + (xy 128.210427 50.341191) (xy 128.270314 50.3736) (xy 128.408426 50.448342) (xy 128.621365 50.521444) + (xy 128.843431 50.5585) (xy 129.068569 50.5585) (xy 129.290635 50.521444) (xy 129.503574 50.448342) + (xy 129.701576 50.341189) (xy 129.87924 50.202906) (xy 130.000594 50.071082) (xy 130.031715 50.037276) + (xy 130.031715 50.037275) (xy 130.031722 50.037268) (xy 130.122193 49.89879) (xy 130.175338 49.853437) + (xy 130.244569 49.844013) (xy 130.307905 49.873515) (xy 130.329804 49.898787) (xy 130.420278 50.037268) + (xy 130.420283 50.037273) (xy 130.420284 50.037276) (xy 130.546968 50.174889) (xy 130.57276 50.202906) + (xy 130.750424 50.341189) (xy 130.750425 50.341189) (xy 130.750427 50.341191) (xy 130.810314 50.3736) + (xy 130.948426 50.448342) (xy 131.161365 50.521444) (xy 131.383431 50.5585) (xy 131.608569 50.5585) + (xy 131.830635 50.521444) (xy 132.043574 50.448342) (xy 132.241576 50.341189) (xy 132.41924 50.202906) + (xy 132.540594 50.071082) (xy 132.571715 50.037276) (xy 132.571715 50.037275) (xy 132.571722 50.037268) + (xy 132.662193 49.89879) (xy 132.715338 49.853437) (xy 132.784569 49.844013) (xy 132.847905 49.873515) + (xy 132.869804 49.898787) (xy 132.960278 50.037268) (xy 132.960283 50.037273) (xy 132.960284 50.037276) + (xy 133.086968 50.174889) (xy 133.11276 50.202906) (xy 133.290424 50.341189) (xy 133.290425 50.341189) + (xy 133.290427 50.341191) (xy 133.350314 50.3736) (xy 133.488426 50.448342) (xy 133.701365 50.521444) + (xy 133.923431 50.5585) (xy 134.148569 50.5585) (xy 134.370635 50.521444) (xy 134.583574 50.448342) + (xy 134.781576 50.341189) (xy 134.95924 50.202906) (xy 135.080594 50.071082) (xy 135.111715 50.037276) + (xy 135.111715 50.037275) (xy 135.111722 50.037268) (xy 135.202193 49.89879) (xy 135.255338 49.853437) + (xy 135.324569 49.844013) (xy 135.387905 49.873515) (xy 135.409804 49.898787) (xy 135.500278 50.037268) + (xy 135.500283 50.037273) (xy 135.500284 50.037276) (xy 135.626968 50.174889) (xy 135.65276 50.202906) + (xy 135.830424 50.341189) (xy 135.830425 50.341189) (xy 135.830427 50.341191) (xy 135.890314 50.3736) + (xy 136.028426 50.448342) (xy 136.241365 50.521444) (xy 136.463431 50.5585) (xy 136.688569 50.5585) + (xy 136.910635 50.521444) (xy 137.123574 50.448342) (xy 137.321576 50.341189) (xy 137.49924 50.202906) + (xy 137.620594 50.071082) (xy 137.651715 50.037276) (xy 137.651715 50.037275) (xy 137.651722 50.037268) + (xy 137.742193 49.89879) (xy 137.795338 49.853437) (xy 137.864569 49.844013) (xy 137.927905 49.873515) + (xy 137.949804 49.898787) (xy 138.040278 50.037268) (xy 138.040283 50.037273) (xy 138.040284 50.037276) + (xy 138.166968 50.174889) (xy 138.19276 50.202906) (xy 138.370424 50.341189) (xy 138.370425 50.341189) + (xy 138.370427 50.341191) (xy 138.430314 50.3736) (xy 138.568426 50.448342) (xy 138.781365 50.521444) + (xy 139.003431 50.5585) (xy 139.228569 50.5585) (xy 139.450635 50.521444) (xy 139.663574 50.448342) + (xy 139.861576 50.341189) (xy 140.03924 50.202906) (xy 140.160594 50.071082) (xy 140.191715 50.037276) + (xy 140.191715 50.037275) (xy 140.191722 50.037268) (xy 140.282193 49.89879) (xy 140.335338 49.853437) + (xy 140.404569 49.844013) (xy 140.467905 49.873515) (xy 140.489804 49.898787) (xy 140.580278 50.037268) + (xy 140.580283 50.037273) (xy 140.580284 50.037276) (xy 140.706968 50.174889) (xy 140.73276 50.202906) + (xy 140.910424 50.341189) (xy 140.910425 50.341189) (xy 140.910427 50.341191) (xy 140.970314 50.3736) + (xy 141.108426 50.448342) (xy 141.321365 50.521444) (xy 141.543431 50.5585) (xy 141.768569 50.5585) + (xy 141.990635 50.521444) (xy 142.203574 50.448342) (xy 142.401576 50.341189) (xy 142.57924 50.202906) + (xy 142.675212 50.098654) (xy 144.3615 50.098654) (xy 144.368011 50.159202) (xy 144.368011 50.159204) + (xy 144.419111 50.296204) (xy 144.506739 50.413261) (xy 144.623796 50.500889) (xy 144.760799 50.551989) + (xy 144.78805 50.554918) (xy 144.821345 50.558499) (xy 144.821362 50.5585) (xy 146.618638 50.5585) + (xy 146.618654 50.558499) (xy 146.645692 50.555591) (xy 146.679201 50.551989) (xy 146.816204 50.500889) + (xy 146.933261 50.413261) (xy 147.020889 50.296204) (xy 147.066138 50.174887) (xy 147.108009 50.118956) + (xy 147.173474 50.094539) (xy 147.241746 50.109391) (xy 147.273545 50.134236) (xy 147.33676 50.202906) + (xy 147.514424 50.341189) (xy 147.514425 50.341189) (xy 147.514427 50.341191) (xy 147.574314 50.3736) + (xy 147.712426 50.448342) (xy 147.925365 50.521444) (xy 148.147431 50.5585) (xy 148.372569 50.5585) + (xy 148.594635 50.521444) (xy 148.807574 50.448342) (xy 149.005576 50.341189) (xy 149.18324 50.202906) + (xy 149.304594 50.071082) (xy 149.335715 50.037276) (xy 149.335715 50.037275) (xy 149.335722 50.037268) + (xy 149.426193 49.89879) (xy 149.479338 49.853437) (xy 149.548569 49.844013) (xy 149.611905 49.873515) + (xy 149.633804 49.898787) (xy 149.724278 50.037268) (xy 149.724283 50.037273) (xy 149.724284 50.037276) + (xy 149.850968 50.174889) (xy 149.87676 50.202906) (xy 150.054424 50.341189) (xy 150.054425 50.341189) + (xy 150.054427 50.341191) (xy 150.114314 50.3736) (xy 150.252426 50.448342) (xy 150.465365 50.521444) + (xy 150.687431 50.5585) (xy 150.912569 50.5585) (xy 151.134635 50.521444) (xy 151.347574 50.448342) + (xy 151.545576 50.341189) (xy 151.72324 50.202906) (xy 151.844594 50.071082) (xy 151.875715 50.037276) + (xy 151.875715 50.037275) (xy 151.875722 50.037268) (xy 151.966193 49.89879) (xy 152.019338 49.853437) + (xy 152.088569 49.844013) (xy 152.151905 49.873515) (xy 152.173804 49.898787) (xy 152.264278 50.037268) + (xy 152.264283 50.037273) (xy 152.264284 50.037276) (xy 152.390968 50.174889) (xy 152.41676 50.202906) + (xy 152.594424 50.341189) (xy 152.594425 50.341189) (xy 152.594427 50.341191) (xy 152.654314 50.3736) + (xy 152.792426 50.448342) (xy 153.005365 50.521444) (xy 153.227431 50.5585) (xy 153.452569 50.5585) + (xy 153.674635 50.521444) (xy 153.887574 50.448342) (xy 154.085576 50.341189) (xy 154.26324 50.202906) + (xy 154.384594 50.071082) (xy 154.415715 50.037276) (xy 154.415715 50.037275) (xy 154.415722 50.037268) + (xy 154.506193 49.89879) (xy 154.559338 49.853437) (xy 154.628569 49.844013) (xy 154.691905 49.873515) + (xy 154.713804 49.898787) (xy 154.804278 50.037268) (xy 154.804283 50.037273) (xy 154.804284 50.037276) + (xy 154.930968 50.174889) (xy 154.95676 50.202906) (xy 155.134424 50.341189) (xy 155.134425 50.341189) + (xy 155.134427 50.341191) (xy 155.194314 50.3736) (xy 155.332426 50.448342) (xy 155.545365 50.521444) + (xy 155.767431 50.5585) (xy 155.992569 50.5585) (xy 156.214635 50.521444) (xy 156.427574 50.448342) + (xy 156.625576 50.341189) (xy 156.80324 50.202906) (xy 156.924594 50.071082) (xy 156.955715 50.037276) + (xy 156.955715 50.037275) (xy 156.955722 50.037268) (xy 157.046193 49.89879) (xy 157.099338 49.853437) + (xy 157.168569 49.844013) (xy 157.231905 49.873515) (xy 157.253804 49.898787) (xy 157.344278 50.037268) + (xy 157.344283 50.037273) (xy 157.344284 50.037276) (xy 157.470968 50.174889) (xy 157.49676 50.202906) + (xy 157.674424 50.341189) (xy 157.674425 50.341189) (xy 157.674427 50.341191) (xy 157.734314 50.3736) + (xy 157.872426 50.448342) (xy 158.085365 50.521444) (xy 158.307431 50.5585) (xy 158.532569 50.5585) + (xy 158.754635 50.521444) (xy 158.967574 50.448342) (xy 159.165576 50.341189) (xy 159.34324 50.202906) + (xy 159.464594 50.071082) (xy 159.495715 50.037276) (xy 159.495715 50.037275) (xy 159.495722 50.037268) + (xy 159.586193 49.89879) (xy 159.639338 49.853437) (xy 159.708569 49.844013) (xy 159.771905 49.873515) + (xy 159.793804 49.898787) (xy 159.884278 50.037268) (xy 159.884283 50.037273) (xy 159.884284 50.037276) + (xy 160.010968 50.174889) (xy 160.03676 50.202906) (xy 160.214424 50.341189) (xy 160.214425 50.341189) + (xy 160.214427 50.341191) (xy 160.274314 50.3736) (xy 160.412426 50.448342) (xy 160.625365 50.521444) + (xy 160.847431 50.5585) (xy 161.072569 50.5585) (xy 161.294635 50.521444) (xy 161.507574 50.448342) + (xy 161.705576 50.341189) (xy 161.88324 50.202906) (xy 162.004594 50.071082) (xy 162.035715 50.037276) + (xy 162.035715 50.037275) (xy 162.035722 50.037268) (xy 162.126193 49.89879) (xy 162.179338 49.853437) + (xy 162.248569 49.844013) (xy 162.311905 49.873515) (xy 162.333804 49.898787) (xy 162.424278 50.037268) + (xy 162.424283 50.037273) (xy 162.424284 50.037276) (xy 162.550968 50.174889) (xy 162.57676 50.202906) + (xy 162.754424 50.341189) (xy 162.754425 50.341189) (xy 162.754427 50.341191) (xy 162.814314 50.3736) + (xy 162.952426 50.448342) (xy 163.165365 50.521444) (xy 163.387431 50.5585) (xy 163.612569 50.5585) + (xy 163.834635 50.521444) (xy 164.047574 50.448342) (xy 164.245576 50.341189) (xy 164.42324 50.202906) + (xy 164.544594 50.071082) (xy 164.575715 50.037276) (xy 164.575717 50.037273) (xy 164.575722 50.037268) + (xy 164.69886 49.848791) (xy 164.789296 49.642616) (xy 164.844564 49.424368) (xy 164.847164 49.392993) + (xy 164.863156 49.200005) (xy 164.863156 49.199994) (xy 164.844565 48.97564) (xy 164.844563 48.975628) + (xy 164.789296 48.757385) (xy 164.779071 48.734075) (xy 164.69886 48.551209) (xy 164.682706 48.526484) + (xy 164.575723 48.362734) (xy 164.575715 48.362723) (xy 164.423243 48.197097) (xy 164.423238 48.197092) + (xy 164.245577 48.058812) (xy 164.245572 48.058808) (xy 164.04758 47.951661) (xy 164.047577 47.951659) + (xy 164.047574 47.951658) (xy 164.047571 47.951657) (xy 164.047569 47.951656) (xy 163.834637 47.878556) + (xy 163.612569 47.8415) (xy 163.387431 47.8415) (xy 163.165362 47.878556) (xy 162.95243 47.951656) + (xy 162.952419 47.951661) (xy 162.754427 48.058808) (xy 162.754422 48.058812) (xy 162.576761 48.197092) + (xy 162.576756 48.197097) (xy 162.424284 48.362723) (xy 162.424276 48.362734) (xy 162.333808 48.501206) + (xy 162.280662 48.546562) (xy 162.211431 48.555986) (xy 162.148095 48.526484) (xy 162.126192 48.501206) + (xy 162.035723 48.362734) (xy 162.035715 48.362723) (xy 161.883243 48.197097) (xy 161.883238 48.197092) + (xy 161.705577 48.058812) (xy 161.705572 48.058808) (xy 161.50758 47.951661) (xy 161.507577 47.951659) + (xy 161.507574 47.951658) (xy 161.507571 47.951657) (xy 161.507569 47.951656) (xy 161.294637 47.878556) + (xy 161.072569 47.8415) (xy 160.847431 47.8415) (xy 160.625362 47.878556) (xy 160.41243 47.951656) + (xy 160.412419 47.951661) (xy 160.214427 48.058808) (xy 160.214422 48.058812) (xy 160.036761 48.197092) + (xy 160.036756 48.197097) (xy 159.884284 48.362723) (xy 159.884276 48.362734) (xy 159.793808 48.501206) + (xy 159.740662 48.546562) (xy 159.671431 48.555986) (xy 159.608095 48.526484) (xy 159.586192 48.501206) + (xy 159.495723 48.362734) (xy 159.495715 48.362723) (xy 159.343243 48.197097) (xy 159.343238 48.197092) + (xy 159.165577 48.058812) (xy 159.165572 48.058808) (xy 158.96758 47.951661) (xy 158.967577 47.951659) + (xy 158.967574 47.951658) (xy 158.967571 47.951657) (xy 158.967569 47.951656) (xy 158.754637 47.878556) + (xy 158.532569 47.8415) (xy 158.307431 47.8415) (xy 158.085362 47.878556) (xy 157.87243 47.951656) + (xy 157.872419 47.951661) (xy 157.674427 48.058808) (xy 157.674422 48.058812) (xy 157.496761 48.197092) + (xy 157.496756 48.197097) (xy 157.344284 48.362723) (xy 157.344276 48.362734) (xy 157.253808 48.501206) + (xy 157.200662 48.546562) (xy 157.131431 48.555986) (xy 157.068095 48.526484) (xy 157.046192 48.501206) + (xy 156.955723 48.362734) (xy 156.955715 48.362723) (xy 156.803243 48.197097) (xy 156.803238 48.197092) + (xy 156.625577 48.058812) (xy 156.625572 48.058808) (xy 156.42758 47.951661) (xy 156.427577 47.951659) + (xy 156.427574 47.951658) (xy 156.427571 47.951657) (xy 156.427569 47.951656) (xy 156.214637 47.878556) + (xy 155.992569 47.8415) (xy 155.767431 47.8415) (xy 155.545362 47.878556) (xy 155.33243 47.951656) + (xy 155.332419 47.951661) (xy 155.134427 48.058808) (xy 155.134422 48.058812) (xy 154.956761 48.197092) + (xy 154.956756 48.197097) (xy 154.804284 48.362723) (xy 154.804276 48.362734) (xy 154.713808 48.501206) + (xy 154.660662 48.546562) (xy 154.591431 48.555986) (xy 154.528095 48.526484) (xy 154.506192 48.501206) + (xy 154.415723 48.362734) (xy 154.415715 48.362723) (xy 154.263243 48.197097) (xy 154.263238 48.197092) + (xy 154.085577 48.058812) (xy 154.085572 48.058808) (xy 153.88758 47.951661) (xy 153.887577 47.951659) + (xy 153.887574 47.951658) (xy 153.887571 47.951657) (xy 153.887569 47.951656) (xy 153.674637 47.878556) + (xy 153.452569 47.8415) (xy 153.227431 47.8415) (xy 153.005362 47.878556) (xy 152.79243 47.951656) + (xy 152.792419 47.951661) (xy 152.594427 48.058808) (xy 152.594422 48.058812) (xy 152.416761 48.197092) + (xy 152.416756 48.197097) (xy 152.264284 48.362723) (xy 152.264276 48.362734) (xy 152.173808 48.501206) + (xy 152.120662 48.546562) (xy 152.051431 48.555986) (xy 151.988095 48.526484) (xy 151.966192 48.501206) + (xy 151.875723 48.362734) (xy 151.875715 48.362723) (xy 151.723243 48.197097) (xy 151.723238 48.197092) + (xy 151.545577 48.058812) (xy 151.545572 48.058808) (xy 151.34758 47.951661) (xy 151.347577 47.951659) + (xy 151.347574 47.951658) (xy 151.347571 47.951657) (xy 151.347569 47.951656) (xy 151.134637 47.878556) + (xy 150.912569 47.8415) (xy 150.687431 47.8415) (xy 150.465362 47.878556) (xy 150.25243 47.951656) + (xy 150.252419 47.951661) (xy 150.054427 48.058808) (xy 150.054422 48.058812) (xy 149.876761 48.197092) + (xy 149.876756 48.197097) (xy 149.724284 48.362723) (xy 149.724276 48.362734) (xy 149.633808 48.501206) + (xy 149.580662 48.546562) (xy 149.511431 48.555986) (xy 149.448095 48.526484) (xy 149.426192 48.501206) + (xy 149.335723 48.362734) (xy 149.335715 48.362723) (xy 149.183243 48.197097) (xy 149.183238 48.197092) + (xy 149.005577 48.058812) (xy 149.005572 48.058808) (xy 148.80758 47.951661) (xy 148.807577 47.951659) + (xy 148.807574 47.951658) (xy 148.807571 47.951657) (xy 148.807569 47.951656) (xy 148.594637 47.878556) + (xy 148.372569 47.8415) (xy 148.147431 47.8415) (xy 147.925362 47.878556) (xy 147.71243 47.951656) + (xy 147.712419 47.951661) (xy 147.514427 48.058808) (xy 147.514422 48.058812) (xy 147.336761 48.197092) + (xy 147.273548 48.26576) (xy 147.213661 48.30175) (xy 147.143823 48.299649) (xy 147.086207 48.260124) + (xy 147.066138 48.22511) (xy 147.020889 48.103796) (xy 146.987214 48.058812) (xy 146.933261 47.986739) + (xy 146.816204 47.899111) (xy 146.679203 47.848011) (xy 146.618654 47.8415) (xy 146.618638 47.8415) + (xy 144.821362 47.8415) (xy 144.821345 47.8415) (xy 144.760797 47.848011) (xy 144.760795 47.848011) + (xy 144.623795 47.899111) (xy 144.506739 47.986739) (xy 144.419111 48.103795) (xy 144.368011 48.240795) + (xy 144.368011 48.240797) (xy 144.3615 48.301345) (xy 144.3615 50.098654) (xy 142.675212 50.098654) + (xy 142.700594 50.071082) (xy 142.731715 50.037276) (xy 142.731717 50.037273) (xy 142.731722 50.037268) + (xy 142.85486 49.848791) (xy 142.945296 49.642616) (xy 143.000564 49.424368) (xy 143.003164 49.392993) + (xy 143.019156 49.200005) (xy 143.019156 49.199994) (xy 143.000565 48.97564) (xy 143.000563 48.975628) + (xy 142.945296 48.757385) (xy 142.935071 48.734075) (xy 142.85486 48.551209) (xy 142.838706 48.526484) + (xy 142.731723 48.362734) (xy 142.731715 48.362723) (xy 142.579243 48.197097) (xy 142.579238 48.197092) + (xy 142.401577 48.058812) (xy 142.401572 48.058808) (xy 142.20358 47.951661) (xy 142.203577 47.951659) + (xy 142.203574 47.951658) (xy 142.203571 47.951657) (xy 142.203569 47.951656) (xy 141.990637 47.878556) + (xy 141.768569 47.8415) (xy 141.543431 47.8415) (xy 141.321362 47.878556) (xy 141.10843 47.951656) + (xy 141.108419 47.951661) (xy 140.910427 48.058808) (xy 140.910422 48.058812) (xy 140.732761 48.197092) + (xy 140.732756 48.197097) (xy 140.580284 48.362723) (xy 140.580276 48.362734) (xy 140.489808 48.501206) + (xy 140.436662 48.546562) (xy 140.367431 48.555986) (xy 140.304095 48.526484) (xy 140.282192 48.501206) + (xy 140.191723 48.362734) (xy 140.191715 48.362723) (xy 140.039243 48.197097) (xy 140.039238 48.197092) + (xy 139.861577 48.058812) (xy 139.861572 48.058808) (xy 139.66358 47.951661) (xy 139.663577 47.951659) + (xy 139.663574 47.951658) (xy 139.663571 47.951657) (xy 139.663569 47.951656) (xy 139.450637 47.878556) + (xy 139.228569 47.8415) (xy 139.003431 47.8415) (xy 138.781362 47.878556) (xy 138.56843 47.951656) + (xy 138.568419 47.951661) (xy 138.370427 48.058808) (xy 138.370422 48.058812) (xy 138.192761 48.197092) + (xy 138.192756 48.197097) (xy 138.040284 48.362723) (xy 138.040276 48.362734) (xy 137.949808 48.501206) + (xy 137.896662 48.546562) (xy 137.827431 48.555986) (xy 137.764095 48.526484) (xy 137.742192 48.501206) + (xy 137.651723 48.362734) (xy 137.651715 48.362723) (xy 137.499243 48.197097) (xy 137.499238 48.197092) + (xy 137.321577 48.058812) (xy 137.321572 48.058808) (xy 137.12358 47.951661) (xy 137.123577 47.951659) + (xy 137.123574 47.951658) (xy 137.123571 47.951657) (xy 137.123569 47.951656) (xy 136.910637 47.878556) + (xy 136.688569 47.8415) (xy 136.463431 47.8415) (xy 136.241362 47.878556) (xy 136.02843 47.951656) + (xy 136.028419 47.951661) (xy 135.830427 48.058808) (xy 135.830422 48.058812) (xy 135.652761 48.197092) + (xy 135.652756 48.197097) (xy 135.500284 48.362723) (xy 135.500276 48.362734) (xy 135.409808 48.501206) + (xy 135.356662 48.546562) (xy 135.287431 48.555986) (xy 135.224095 48.526484) (xy 135.202192 48.501206) + (xy 135.111723 48.362734) (xy 135.111715 48.362723) (xy 134.959243 48.197097) (xy 134.959238 48.197092) + (xy 134.781577 48.058812) (xy 134.781572 48.058808) (xy 134.58358 47.951661) (xy 134.583577 47.951659) + (xy 134.583574 47.951658) (xy 134.583571 47.951657) (xy 134.583569 47.951656) (xy 134.370637 47.878556) + (xy 134.148569 47.8415) (xy 133.923431 47.8415) (xy 133.701362 47.878556) (xy 133.48843 47.951656) + (xy 133.488419 47.951661) (xy 133.290427 48.058808) (xy 133.290422 48.058812) (xy 133.112761 48.197092) + (xy 133.112756 48.197097) (xy 132.960284 48.362723) (xy 132.960276 48.362734) (xy 132.869808 48.501206) + (xy 132.816662 48.546562) (xy 132.747431 48.555986) (xy 132.684095 48.526484) (xy 132.662192 48.501206) + (xy 132.571723 48.362734) (xy 132.571715 48.362723) (xy 132.419243 48.197097) (xy 132.419238 48.197092) + (xy 132.241577 48.058812) (xy 132.241572 48.058808) (xy 132.04358 47.951661) (xy 132.043577 47.951659) + (xy 132.043574 47.951658) (xy 132.043571 47.951657) (xy 132.043569 47.951656) (xy 131.830637 47.878556) + (xy 131.608569 47.8415) (xy 131.383431 47.8415) (xy 131.161362 47.878556) (xy 130.94843 47.951656) + (xy 130.948419 47.951661) (xy 130.750427 48.058808) (xy 130.750422 48.058812) (xy 130.572761 48.197092) + (xy 130.572756 48.197097) (xy 130.420284 48.362723) (xy 130.420276 48.362734) (xy 130.329808 48.501206) + (xy 130.276662 48.546562) (xy 130.207431 48.555986) (xy 130.144095 48.526484) (xy 130.122192 48.501206) + (xy 130.031723 48.362734) (xy 130.031715 48.362723) (xy 129.879243 48.197097) (xy 129.879238 48.197092) + (xy 129.701577 48.058812) (xy 129.701572 48.058808) (xy 129.50358 47.951661) (xy 129.503577 47.951659) + (xy 129.503574 47.951658) (xy 129.503571 47.951657) (xy 129.503569 47.951656) (xy 129.290637 47.878556) + (xy 129.068569 47.8415) (xy 128.843431 47.8415) (xy 128.621362 47.878556) (xy 128.40843 47.951656) + (xy 128.408419 47.951661) (xy 128.210427 48.058808) (xy 128.210422 48.058812) (xy 128.032761 48.197092) + (xy 128.032756 48.197097) (xy 127.880284 48.362723) (xy 127.880276 48.362734) (xy 127.786251 48.50665) + (xy 127.733105 48.552007) (xy 127.663873 48.56143) (xy 127.600538 48.531928) (xy 127.580868 48.509951) + (xy 127.454113 48.328926) (xy 127.454108 48.32892) (xy 127.287082 48.161894) (xy 127.093578 48.026399) + (xy 126.879492 47.92657) (xy 126.879486 47.926567) (xy 126.666 47.869364) (xy 126.666 48.766988) + (xy 126.608993 48.734075) (xy 126.481826 48.7) (xy 126.350174 48.7) (xy 126.223007 48.734075) (xy 126.166 48.766988) + (xy 126.166 47.869364) (xy 126.165999 47.869364) (xy 125.952513 47.926567) (xy 125.952507 47.92657) + (xy 125.738422 48.026399) (xy 125.73842 48.0264) (xy 125.544926 48.161886) (xy 125.54492 48.161891) + (xy 125.377891 48.32892) (xy 125.37789 48.328922) (xy 125.251131 48.509952) (xy 125.196554 48.553577) + (xy 125.127055 48.560769) (xy 125.064701 48.529247) (xy 125.045752 48.506656) (xy 124.951722 48.362732) + (xy 124.951715 48.362725) (xy 124.951715 48.362723) (xy 124.799243 48.197097) (xy 124.799238 48.197092) + (xy 124.621577 48.058812) (xy 124.621572 48.058808) (xy 124.42358 47.951661) (xy 124.423577 47.951659) + (xy 124.423574 47.951658) (xy 124.423571 47.951657) (xy 124.423569 47.951656) (xy 124.210637 47.878556) + (xy 123.988569 47.8415) (xy 123.763431 47.8415) (xy 123.541362 47.878556) (xy 123.32843 47.951656) + (xy 123.328419 47.951661) (xy 123.130427 48.058808) (xy 123.130422 48.058812) (xy 122.952761 48.197092) + (xy 122.952756 48.197097) (xy 122.800284 48.362723) (xy 122.800276 48.362734) (xy 122.709808 48.501206) + (xy 122.656662 48.546562) (xy 122.587431 48.555986) (xy 122.524095 48.526484) (xy 122.502192 48.501206) + (xy 122.411723 48.362734) (xy 122.411715 48.362723) (xy 122.259243 48.197097) (xy 122.259238 48.197092) + (xy 122.081577 48.058812) (xy 122.081572 48.058808) (xy 121.88358 47.951661) (xy 121.883577 47.951659) + (xy 121.883574 47.951658) (xy 121.883571 47.951657) (xy 121.883569 47.951656) (xy 121.670637 47.878556) + (xy 121.448569 47.8415) (xy 121.223431 47.8415) (xy 121.001362 47.878556) (xy 120.78843 47.951656) + (xy 120.788419 47.951661) (xy 120.590427 48.058808) (xy 120.590422 48.058812) (xy 120.412761 48.197092) + (xy 120.349548 48.26576) (xy 120.289661 48.30175) (xy 120.219823 48.299649) (xy 120.162207 48.260124) + (xy 120.142138 48.22511) (xy 120.096889 48.103796) (xy 120.063214 48.058812) (xy 120.009261 47.986739) + (xy 119.892204 47.899111) (xy 119.755203 47.848011) (xy 119.694654 47.8415) (xy 119.694638 47.8415) + (xy 117.897362 47.8415) (xy 117.897345 47.8415) (xy 117.836797 47.848011) (xy 117.836795 47.848011) + (xy 117.699795 47.899111) (xy 117.582739 47.986739) (xy 117.495111 48.103795) (xy 117.444011 48.240795) + (xy 117.444011 48.240797) (xy 117.4375 48.301345) (xy 117.4375 50.098654) (xy 100.0755 50.098654) + (xy 100.0755 47.428092) (xy 100.076097 47.415938) (xy 100.087494 47.300222) (xy 100.092234 47.276389) + (xy 100.124216 47.170959) (xy 100.133508 47.148526) (xy 100.185442 47.051365) (xy 100.198938 47.031166) + (xy 100.268827 46.946006) (xy 100.286006 46.928827) (xy 100.371166 46.858938) (xy 100.391365 46.845442) + (xy 100.488526 46.793508) (xy 100.510959 46.784216) (xy 100.616389 46.752234) (xy 100.64022 46.747494) + (xy 100.755939 46.736097) (xy 100.768093 46.7355) (xy 163.515016 46.7355) (xy 163.515018 46.7355) + (xy 163.542767 46.724006) (xy 163.570454 46.696318) (xy 163.631777 46.662834) (xy 163.658135 46.66) + (xy 168.456 46.66) + ) + ) + ) +) \ No newline at end of file diff --git a/pcb/CewkomatorShield.kicad_pro b/pcb/CewkomatorShield.kicad_pro new file mode 100644 index 0000000..469d740 --- /dev/null +++ b/pcb/CewkomatorShield.kicad_pro @@ -0,0 +1,638 @@ +{ + "board": { + "3dviewports": [], + "design_settings": { + "defaults": { + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.15, + "copper_line_width": 0.15, + "copper_text_italic": false, + "copper_text_size_h": 1.5, + "copper_text_size_v": 1.5, + "copper_text_thickness": 0.3, + "copper_text_upright": false, + "courtyard_line_width": 0.049999999999999996, + "dimension_precision": 4, + "dimension_units": 3, + "dimensions": { + "arrow_length": 1270000, + "extension_offset": 500000, + "keep_text_aligned": true, + "suppress_zeroes": false, + "text_position": 0, + "units_format": 1 + }, + "fab_line_width": 0.09999999999999999, + "fab_text_italic": false, + "fab_text_size_h": 1.0, + "fab_text_size_v": 1.0, + "fab_text_thickness": 0.15, + "fab_text_upright": false, + "other_line_width": 0.09999999999999999, + "other_text_italic": false, + "other_text_size_h": 1.0, + "other_text_size_v": 1.0, + "other_text_thickness": 0.15, + "other_text_upright": false, + "pads": { + "drill": 1.0, + "height": 1.7, + "width": 1.7 + }, + "silk_line_width": 0.15, + "silk_text_italic": false, + "silk_text_size_h": 1.0, + "silk_text_size_v": 1.0, + "silk_text_thickness": 0.15, + "silk_text_upright": false, + "zones": { + "45_degree_only": false, + "min_clearance": 0.508 + } + }, + "diff_pair_dimensions": [ + { + "gap": 0.0, + "via_gap": 0.0, + "width": 0.0 + } + ], + "drc_exclusions": [], + "meta": { + "filename": "board_design_settings.json", + "version": 2 + }, + "rule_severities": { + "annular_width": "error", + "clearance": "error", + "connection_width": "warning", + "copper_edge_clearance": "error", + "copper_sliver": "warning", + "courtyards_overlap": "error", + "diff_pair_gap_out_of_range": "error", + "diff_pair_uncoupled_length_too_long": "error", + "drill_out_of_range": "error", + "duplicate_footprints": "warning", + "extra_footprint": "warning", + "footprint": "error", + "footprint_symbol_mismatch": "warning", + "footprint_type_mismatch": "error", + "hole_clearance": "error", + "hole_near_hole": "error", + "invalid_outline": "error", + "isolated_copper": "warning", + "item_on_disabled_layer": "error", + "items_not_allowed": "error", + "length_out_of_range": "error", + "lib_footprint_issues": "warning", + "lib_footprint_mismatch": "warning", + "malformed_courtyard": "error", + "microvia_drill_out_of_range": "error", + "missing_courtyard": "ignore", + "missing_footprint": "warning", + "net_conflict": "warning", + "npth_inside_courtyard": "ignore", + "padstack": "error", + "pth_inside_courtyard": "ignore", + "shorting_items": "error", + "silk_edge_clearance": "warning", + "silk_over_copper": "error", + "silk_overlap": "error", + "skew_out_of_range": "error", + "solder_mask_bridge": "error", + "starved_thermal": "error", + "text_height": "warning", + "text_thickness": "warning", + "through_hole_pad_without_hole": "error", + "too_many_vias": "error", + "track_dangling": "warning", + "track_width": "error", + "tracks_crossing": "error", + "unconnected_items": "error", + "unresolved_variable": "error", + "via_dangling": "warning", + "zone_has_empty_net": "error", + "zones_intersect": "error" + }, + "rules": { + "allow_blind_buried_vias": false, + "allow_microvias": false, + "max_error": 0.005, + "min_clearance": 0.0, + "min_connection": 0.0, + "min_copper_edge_clearance": 0.075, + "min_hole_clearance": 0.0, + "min_hole_to_hole": 0.25, + "min_microvia_diameter": 0.19999999999999998, + "min_microvia_drill": 0.09999999999999999, + "min_resolved_spokes": 2, + "min_silk_clearance": 0.0, + "min_text_height": 0.7999999999999999, + "min_text_thickness": 0.08, + "min_through_hole_diameter": 0.3, + "min_track_width": 0.19999999999999998, + "min_via_annular_width": 0.049999999999999996, + "min_via_diameter": 0.39999999999999997, + "solder_mask_to_copper_clearance": 0.005, + "use_height_for_length_calcs": true + }, + "teardrop_options": [ + { + "td_onpadsmd": true, + "td_onroundshapesonly": false, + "td_ontrackend": false, + "td_onviapad": true + } + ], + "teardrop_parameters": [ + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_round_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_rect_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_track_end", + "td_width_to_size_filter_ratio": 0.9 + } + ], + "track_widths": [ + 0.0, + 0.2, + 0.4, + 0.6, + 0.8 + ], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, + "via_dimensions": [ + { + "diameter": 0.0, + "drill": 0.0 + }, + { + "diameter": 0.6, + "drill": 0.3 + }, + { + "diameter": 0.8, + "drill": 0.4 + } + ], + "zones_allow_external_fillets": false, + "zones_use_no_outline": true + }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, + "layer_presets": [], + "viewports": [] + }, + "boards": [], + "cvpcb": { + "equivalence_files": [] + }, + "erc": { + "erc_exclusions": [], + "meta": { + "version": 0 + }, + "pin_map": [ + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 2 + ], + [ + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 1, + 2, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 1, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 2, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2 + ] + ], + "rule_severities": { + "bus_definition_conflict": "error", + "bus_entry_needed": "error", + "bus_to_bus_conflict": "error", + "bus_to_net_conflict": "error", + "conflicting_netclasses": "error", + "different_unit_footprint": "error", + "different_unit_net": "error", + "duplicate_reference": "error", + "duplicate_sheet_names": "error", + "endpoint_off_grid": "warning", + "extra_units": "error", + "global_label_dangling": "warning", + "hier_label_mismatch": "error", + "label_dangling": "error", + "lib_symbol_issues": "warning", + "missing_bidi_pin": "warning", + "missing_input_pin": "warning", + "missing_power_pin": "error", + "missing_unit": "warning", + "multiple_net_names": "warning", + "net_not_bus_member": "warning", + "no_connect_connected": "warning", + "no_connect_dangling": "warning", + "pin_not_connected": "error", + "pin_not_driven": "error", + "pin_to_pin": "warning", + "power_pin_not_driven": "error", + "similar_labels": "warning", + "simulation_model_issue": "error", + "unannotated": "error", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, + "libraries": { + "pinned_footprint_libs": [], + "pinned_symbol_libs": [] + }, + "meta": { + "filename": "CewkomatorShield.kicad_pro", + "version": 1 + }, + "net_settings": { + "classes": [ + { + "bus_width": 12, + "clearance": 0.2, + "diff_pair_gap": 0.25, + "diff_pair_via_gap": 0.25, + "diff_pair_width": 0.2, + "line_style": 0, + "microvia_diameter": 0.3, + "microvia_drill": 0.1, + "name": "Default", + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgba(0, 0, 0, 0.000)", + "track_width": 0.25, + "via_diameter": 0.6, + "via_drill": 0.4, + "wire_width": 6 + } + ], + "meta": { + "version": 3 + }, + "net_colors": null, + "netclass_assignments": null, + "netclass_patterns": [] + }, + "pcbnew": { + "last_paths": { + "gencad": "", + "idf": "", + "netlist": "", + "plot": "", + "pos_files": "", + "specctra_dsn": "", + "step": "", + "svg": "", + "vrml": "" + }, + "page_layout_descr_file": "" + }, + "schematic": { + "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + }, + { + "group_by": false, + "label": "#", + "name": "${ITEM_NUMBER}", + "show": false + }, + { + "group_by": false, + "label": "Description", + "name": "Description", + "show": false + } + ], + "filter_string": "", + "group_symbols": true, + "name": "", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, + "drawing": { + "dashed_lines_dash_length_ratio": 12.0, + "dashed_lines_gap_length_ratio": 3.0, + "default_bus_thickness": 12.0, + "default_junction_size": 40.0, + "default_line_thickness": 6.0, + "default_text_size": 50.0, + "default_wire_thickness": 6.0, + "field_names": [], + "intersheets_ref_own_page": false, + "intersheets_ref_prefix": "", + "intersheets_ref_short": false, + "intersheets_ref_show": false, + "intersheets_ref_suffix": "", + "junction_size_choice": 3, + "label_size_ratio": 0.3, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, + "pin_symbol_size": 25.0, + "text_offset_ratio": 0.3 + }, + "legacy_lib_dir": "", + "legacy_lib_list": [], + "meta": { + "version": 1 + }, + "net_format_name": "", + "ngspice": { + "fix_include_paths": true, + "fix_passive_vals": false, + "meta": { + "version": 0 + }, + "model_mode": 0, + "workbook_filename": "" + }, + "page_layout_descr_file": "", + "plot_directory": "", + "spice_adjust_passive_values": false, + "spice_current_sheet_as_root": false, + "spice_external_command": "spice \"%I\"", + "spice_model_current_sheet_as_root": true, + "spice_save_all_currents": false, + "spice_save_all_dissipations": false, + "spice_save_all_voltages": false, + "subpart_first_id": 65, + "subpart_id_separator": 0 + }, + "sheets": [ + [ + "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55", + "Root" + ] + ], + "text_variables": {} +} diff --git a/pcb/CewkomatorShield.kicad_sch b/pcb/CewkomatorShield.kicad_sch new file mode 100644 index 0000000..c492c7b --- /dev/null +++ b/pcb/CewkomatorShield.kicad_sch @@ -0,0 +1,10879 @@ +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55") + (paper "A4") + (title_block + (date "mar. 31 mars 2015") + ) + (lib_symbols + (symbol "Connector:Screw_Terminal_01x02" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic screw terminal, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "screw terminal" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TerminalBlock*:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Screw_Terminal_01x02_1_1" + (rectangle + (start -1.27 1.27) + (end 1.27 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center 0 -2.54) + (radius 0.635) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.5334 -2.2098) (xy 0.3302 -3.048) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.5334 0.3302) (xy 0.3302 -0.508) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.3556 -2.032) (xy 0.508 -2.8702) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.3556 0.508) (xy 0.508 -0.3302) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 0) + (radius 0.635) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x02" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x02" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x02_1_1" + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 1.27) + (end 1.27 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x04" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x04" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x04_1_1" + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 3.81) + (end 1.27 -6.35) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x05" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x05" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x05_1_1" + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 6.35) + (end 1.27 -6.35) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x06" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x06" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x06_1_1" + (rectangle + (start -1.27 -7.493) + (end 0 -7.747) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 6.35) + (end 1.27 -8.89) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -7.62 0) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x08" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 10.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x08" + (at 0 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x08_1_1" + (rectangle + (start -1.27 -10.033) + (end 0 -10.287) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -7.493) + (end 0 -7.747) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 7.747) + (end 0 7.493) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 8.89) + (end 1.27 -11.43) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin passive line + (at -5.08 7.62 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -7.62 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -10.16 0) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x10" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 12.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x10" + (at 0 -15.24 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x10, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x10_1_1" + (rectangle + (start -1.27 -12.573) + (end 0 -12.827) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -10.033) + (end 0 -10.287) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -7.493) + (end 0 -7.747) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 7.747) + (end 0 7.493) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 10.287) + (end 0 10.033) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 11.43) + (end 1.27 -13.97) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin passive line + (at -5.08 10.16 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -12.7 0) + (length 3.81) + (name "Pin_10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 7.62 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -7.62 0) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -10.16 0) + (length 3.81) + (name "Pin_9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 1.27 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_02x05_Odd_Even" + (at 1.27 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_02x05_Odd_Even_1_1" + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 6.35) + (end 3.81 -6.35) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (rectangle + (start 3.81 -4.953) + (end 2.54 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 -2.413) + (end 2.54 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 0.127) + (end 2.54 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 2.667) + (end 2.54 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 5.207) + (end 2.54 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -5.08 180) + (length 3.81) + (name "Pin_10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 5.08 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 2.54 180) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 0 180) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -2.54 180) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C_Polarized" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C_Polarized" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "CP_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_Polarized_0_1" + (rectangle + (start -2.286 0.508) + (end 2.286 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.286) (xy -0.762 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.794) (xy -1.27 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.286 -0.508) + (end -2.286 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "C_Polarized_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:NetTie_2" + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (property "Reference" "NT" + (at 0 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "net tie short" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Net*Tie*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "NetTie_2_0_1" + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "NetTie_2_1_1" + (pin passive line + (at -2.54 0 0) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 2.54) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "PCM_SL_Mechanical:MountingHole_M3_3.2mm_Pad" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "H" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole_M3_3.2mm_Pad" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "PCM_SL_Mechanical:MountingHole_3.2mm_Pad" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.2mm Diameter Mounting Hole Pad (M3)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Mounting Hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_M3_3.2mm_Pad_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center 0 0) + (radius 1.7961) + (stroke + (width 2) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "MountingHole_M3_3.2mm_Pad_1_1" + (pin passive line + (at 0 -5.08 90) + (length 2.54) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+24V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+24V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+24V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+24V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+24V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+3V3" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3V3\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+3V3_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+3V3_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "+3V3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+5V" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+5V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "+5V" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:VCC" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "VCC_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VCC_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 97.79 152.4) + (diameter 0) + (color 0 0 0 0) + (uuid "024cafdc-1750-42cc-af10-8596beb18efe") + ) + (junction + (at 217.17 39.37) + (diameter 0) + (color 0 0 0 0) + (uuid "06a4d34f-4c89-4f34-a9c4-c9348ce38991") + ) + (junction + (at 95.25 45.72) + (diameter 0) + (color 0 0 0 0) + (uuid "0802dd6b-bfe2-4c13-9561-218eb04ec188") + ) + (junction + (at 233.68 76.2) + (diameter 0) + (color 0 0 0 0) + (uuid "287703eb-5ffa-437f-9bc0-f4248079084d") + ) + (junction + (at 33.02 110.49) + (diameter 0) + (color 0 0 0 0) + (uuid "3c41dbdc-cf91-407a-935e-7c6bfdd5eba1") + ) + (junction + (at 31.75 53.34) + (diameter 1.016) + (color 0 0 0 0) + (uuid "3dcc657b-55a1-48e0-9667-e01e7b6b08b5") + ) + (junction + (at 33.02 118.11) + (diameter 0) + (color 0 0 0 0) + (uuid "69440ae8-73aa-4ea5-b4e4-a15fbc435b07") + ) + (junction + (at 217.17 31.75) + (diameter 0) + (color 0 0 0 0) + (uuid "7c543a4b-18f4-4f8e-ad30-bff4346332fa") + ) + (junction + (at 95.25 38.1) + (diameter 0) + (color 0 0 0 0) + (uuid "a26e87e9-71ef-479a-a09e-5fd42a79b84d") + ) + (no_connect + (at 60.96 123.19) + (uuid "27e2b414-88a7-4cec-93c4-9ccc3fd279aa") + ) + (no_connect + (at 123.19 50.8) + (uuid "4a8a310d-10c4-4ad9-8ebe-fdd59ddd2cf1") + ) + (no_connect + (at 34.29 38.1) + (uuid "d181157c-7812-47e5-a0cf-9580c905fc86") + ) + (wire + (pts + (xy 233.68 78.74) (xy 233.68 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0018ec43-fd1f-4b19-8d04-66ab080cbd46") + ) + (wire + (pts + (xy 62.23 83.82) (xy 74.93 83.82) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "010ba307-2067-49d3-b0fa-6414143f3fc2") + ) + (wire + (pts + (xy 95.25 43.18) (xy 95.25 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "01a0f6dd-43f3-41a9-bdbd-beb63cd539e5") + ) + (wire + (pts + (xy 62.23 50.8) (xy 74.93 50.8) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "09480ba4-37da-45e3-b9fe-6beebf876349") + ) + (wire + (pts + (xy 236.22 46.99) (xy 245.11 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0a68b38d-301e-4e57-bc10-fac7b23313cb") + ) + (wire + (pts + (xy 163.83 27.94) (xy 167.64 27.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0a75bd4a-9d68-4aaf-8777-3df554598a7e") + ) + (wire + (pts + (xy 148.59 38.1) (xy 158.75 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0b6a8996-0ffd-4924-b216-4b4239d9b762") + ) + (wire + (pts + (xy 62.23 33.02) (xy 74.93 33.02) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "0f5d2189-4ead-42fa-8f7a-cfa3af4de132") + ) + (wire + (pts + (xy 60.96 113.03) (xy 74.93 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0fd4fe52-8401-4a09-9594-27a3d0f659c2") + ) + (wire + (pts + (xy 217.17 40.64) (xy 217.17 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1092cef2-0514-4528-bfcf-afc67a16e222") + ) + (wire + (pts + (xy 25.4 110.49) (xy 33.02 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1107a4f9-1783-47ac-b671-0a30fd34d4a4") + ) + (wire + (pts + (xy 222.25 76.2) (xy 213.36 76.2) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "119f7798-9e7b-46a9-941c-d7320317d281") + ) + (wire + (pts + (xy 109.22 69.85) (xy 109.22 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1505e6fb-65cb-41cd-b5e3-64681e86b125") + ) + (wire + (pts + (xy 123.19 40.64) (xy 135.89 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "16c37b6d-d2d5-45a4-ae63-b0fb9cc4bfd7") + ) + (wire + (pts + (xy 205.74 39.37) (xy 217.17 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "18965946-acc2-4bd2-88be-57dd19811658") + ) + (wire + (pts + (xy 163.83 35.56) (xy 167.64 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "196ddd06-20be-49ea-aa71-a8d13b9c114f") + ) + (wire + (pts + (xy 95.25 40.64) (xy 95.25 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1ad517c8-fd24-490c-a988-5dd0b389105d") + ) + (wire + (pts + (xy 46.99 146.05) (xy 38.1 146.05) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "1c19043d-40b2-4e4b-b41c-97a15637073f") + ) + (wire + (pts + (xy 33.02 113.03) (xy 33.02 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1c2d34c6-3904-4db7-8b82-614275cc6081") + ) + (wire + (pts + (xy 31.75 50.8) (xy 31.75 53.34) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "1c31b835-925f-4a5c-92df-8f2558bb711b") + ) + (wire + (pts + (xy 229.87 76.2) (xy 233.68 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1f6e59ad-3d16-4204-9482-648dd830a535") + ) + (wire + (pts + (xy 21.59 78.74) (xy 34.29 78.74) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "20854542-d0b0-4be7-af02-0e5fceb34e01") + ) + (wire + (pts + (xy 33.02 110.49) (xy 33.02 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "221ae903-8381-4f2a-af79-28a3fd83dd73") + ) + (wire + (pts + (xy 266.7 29.21) (xy 266.7 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "24e14a1f-ddaf-4d44-b00b-76571f086984") + ) + (wire + (pts + (xy 163.83 33.02) (xy 167.64 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2666c6f6-dea3-4ed5-8492-8200f51ba8a6") + ) + (wire + (pts + (xy 194.31 68.58) (xy 180.34 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2b16e920-46e3-4314-a654-ff359a811026") + ) + (wire + (pts + (xy 133.35 48.26) (xy 133.35 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d24de7f-6502-4045-8768-6265d125f1bd") + ) + (wire + (pts + (xy 31.75 53.34) (xy 31.75 58.42) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "2df788b2-ce68-49bc-a497-4b6570a17f30") + ) + (wire + (pts + (xy 95.25 38.1) (xy 95.25 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3088f773-3f4f-4585-b3cb-b74ee99466b3") + ) + (wire + (pts + (xy 87.63 38.1) (xy 95.25 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "30f4f187-cad1-4761-a2b2-f35fc4105b70") + ) + (wire + (pts + (xy 33.02 118.11) (xy 33.02 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "32a2bbab-5226-4dab-a640-ad6727f0252a") + ) + (wire + (pts + (xy 31.75 45.72) (xy 34.29 45.72) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "3334b11d-5a13-40b4-a117-d693c543e4ab") + ) + (wire + (pts + (xy 236.22 36.83) (xy 245.11 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "343f0e3c-6fdf-4dbb-8caf-60e1a58e872b") + ) + (wire + (pts + (xy 123.19 45.72) (xy 135.89 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "34dbe2f0-8e91-4484-b4e6-c373d4cd295a") + ) + (wire + (pts + (xy 168.91 66.04) (xy 163.83 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3531352b-717e-4337-b6a6-8be0720d44e0") + ) + (wire + (pts + (xy 148.59 59.69) (xy 158.75 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "35843858-bf34-4a8a-9bea-cc6d6bfd86d1") + ) + (wire + (pts + (xy 29.21 48.26) (xy 34.29 48.26) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "3661f80c-fef8-4441-83be-df8930b3b45e") + ) + (wire + (pts + (xy 168.91 54.61) (xy 163.83 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3898de65-f72c-484d-a8ad-ec264f13c2d6") + ) + (wire + (pts + (xy 101.6 123.19) (xy 87.63 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3913f98c-f5e6-40bc-8c3b-791367c7d8d1") + ) + (wire + (pts + (xy 29.21 33.02) (xy 29.21 48.26) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "392bf1f6-bf67-427d-8d4c-0a87cb757556") + ) + (wire + (pts + (xy 148.59 66.04) (xy 158.75 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "394e73e7-13ae-4cc9-a4eb-d101efcabd3c") + ) + (wire + (pts + (xy 101.6 50.8) (xy 110.49 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3b43a5b1-0e6a-4c7b-a4fc-5fc50a263e54") + ) + (wire + (pts + (xy 111.76 77.47) (xy 102.87 77.47) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "3cc7c72d-2380-488b-94e0-4b918c59d0e0") + ) + (wire + (pts + (xy 96.52 128.27) (xy 96.52 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3e3aa7df-0d84-4798-87a0-746fca81768e") + ) + (wire + (pts + (xy 168.91 50.8) (xy 163.83 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "41e90842-3db5-4bf2-b08f-ff8766da4d60") + ) + (wire + (pts + (xy 62.23 43.18) (xy 74.93 43.18) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "4227fa6f-c399-4f14-8228-23e39d2b7e7d") + ) + (wire + (pts + (xy 236.22 31.75) (xy 245.11 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "43948c08-5ba9-4547-b710-b89bc1160d66") + ) + (wire + (pts + (xy 31.75 33.02) (xy 31.75 45.72) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "442fb4de-4d55-45de-bc27-3e6222ceb890") + ) + (wire + (pts + (xy 62.23 66.04) (xy 74.93 66.04) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "4455ee2e-5642-42c1-a83b-f7e65fa0c2f1") + ) + (wire + (pts + (xy 180.34 57.15) (xy 180.34 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4547ee5d-694e-42a2-a891-f1556015c713") + ) + (wire + (pts + (xy 34.29 66.04) (xy 21.59 66.04) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "486ca832-85f4-4989-b0f4-569faf9be534") + ) + (wire + (pts + (xy 62.23 45.72) (xy 74.93 45.72) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "4a910b57-a5cd-4105-ab4f-bde2a80d4f00") + ) + (wire + (pts + (xy 148.59 54.61) (xy 158.75 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4c14feb3-4220-4d39-8878-8d18f24d3022") + ) + (wire + (pts + (xy 233.68 44.45) (xy 233.68 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4ceba69c-a4b0-4038-8f00-2c2e70614f27") + ) + (wire + (pts + (xy 205.74 36.83) (xy 205.74 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4e5c3250-2e63-4bf3-bdda-3939d41fb227") + ) + (wire + (pts + (xy 62.23 68.58) (xy 74.93 68.58) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "4e60e1af-19bd-45a0-b418-b7030b594dde") + ) + (wire + (pts + (xy 95.25 40.64) (xy 110.49 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5153a9bb-de8d-405c-8413-68f4167934aa") + ) + (wire + (pts + (xy 87.63 45.72) (xy 95.25 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "51e0e57a-68de-4514-bd2a-f7c0b38fd3dd") + ) + (wire + (pts + (xy 194.31 63.5) (xy 180.34 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "52441ad7-d0f7-4db5-94b7-3752ccf9a9e9") + ) + (wire + (pts + (xy 86.36 152.4) (xy 77.47 152.4) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "5464a89b-f2f3-4c9c-bb8b-58ea451a7a88") + ) + (wire + (pts + (xy 165.1 80.01) (xy 170.18 80.01) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "564c7319-e58e-47cf-a9a4-02e674dbcd88") + ) + (wire + (pts + (xy 148.59 50.8) (xy 158.75 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "56cf65ca-7b17-4d46-a6b1-67ff00c2bbdc") + ) + (wire + (pts + (xy 260.35 31.75) (xy 266.7 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5897df47-fca0-4fc9-87b0-e8f2348bc500") + ) + (wire + (pts + (xy 110.49 48.26) (xy 101.6 48.26) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "58e350c8-e9cf-4f1f-8dbe-eafb35989902") + ) + (wire + (pts + (xy 194.31 66.04) (xy 180.34 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5c1bdb71-f185-4b4d-a01d-a1cfc36a5922") + ) + (wire + (pts + (xy 236.22 34.29) (xy 245.11 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5c646d28-2fef-4aeb-81d0-366b4e9dd62c") + ) + (wire + (pts + (xy 33.02 113.03) (xy 48.26 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5d90dc24-8ccb-404b-b213-b888585fb10a") + ) + (wire + (pts + (xy 236.22 49.53) (xy 245.11 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5e117240-8a06-4c6c-b4ee-faa533048581") + ) + (wire + (pts + (xy 95.25 45.72) (xy 95.25 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "61aa610f-751a-4dae-bdaf-6ed73241d2a9") + ) + (wire + (pts + (xy 252.73 73.66) (xy 242.57 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "633c654f-c73e-46be-bea8-32745f714640") + ) + (wire + (pts + (xy 62.23 53.34) (xy 74.93 53.34) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "63f2b71b-521b-4210-bf06-ed65e330fccc") + ) + (wire + (pts + (xy 96.52 128.27) (xy 101.6 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "65dff7c0-7e48-4c4f-8ced-4530f3f800ae") + ) + (wire + (pts + (xy 217.17 29.21) (xy 217.17 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6759fb46-b824-4ab8-be04-fe793bec79fa") + ) + (wire + (pts + (xy 260.35 41.91) (xy 267.97 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "687fd18f-a64e-401f-b84e-549381433654") + ) + (wire + (pts + (xy 110.49 45.72) (xy 101.6 45.72) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "68c25149-08ef-4d34-b39d-bc286f7ad383") + ) + (wire + (pts + (xy 60.96 120.65) (xy 74.93 120.65) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6970b775-84b4-4eb5-bd21-c042d5fb3013") + ) + (wire + (pts + (xy 260.35 34.29) (xy 270.51 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "69ead452-44be-4815-a572-ddcda292c24e") + ) + (wire + (pts + (xy 97.79 154.94) (xy 97.79 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a75a288-cfe4-4667-b15b-ec25994c6403") + ) + (wire + (pts + (xy 62.23 73.66) (xy 74.93 73.66) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "6bb3ea5f-9e60-4add-9d97-244be2cf61d2") + ) + (wire + (pts + (xy 165.1 77.47) (xy 170.18 77.47) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "6c50b078-ea38-4a4f-b655-177a3eb67b93") + ) + (wire + (pts + (xy 205.74 34.29) (xy 205.74 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6de898af-50bc-4e84-8e31-d6b4927b75dc") + ) + (wire + (pts + (xy 160.02 80.01) (xy 146.05 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6e6815dd-5431-444c-b6b3-b75aca498e8a") + ) + (wire + (pts + (xy 160.02 77.47) (xy 146.05 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "71c94e09-bc71-4202-8eda-a4ca1e25ea3a") + ) + (wire + (pts + (xy 44.45 140.97) (xy 44.45 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "729e0e34-5a06-46d2-b8dc-af8c3cc86033") + ) + (wire + (pts + (xy 19.05 40.64) (xy 34.29 40.64) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "73d4774c-1387-4550-b580-a1cc0ac89b89") + ) + (wire + (pts + (xy 260.35 46.99) (xy 276.86 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "74a630d3-2b17-4caf-965f-abeed6888605") + ) + (wire + (pts + (xy 233.68 44.45) (xy 245.11 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7593dde8-d3a5-4774-b2e9-7ed21308484c") + ) + (wire + (pts + (xy 101.6 118.11) (xy 87.63 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "764433b8-c0f4-4d7b-8a37-c63833db92ad") + ) + (wire + (pts + (xy 233.68 76.2) (xy 233.68 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "785a908f-1d81-4314-a05c-12084ac3f8c5") + ) + (wire + (pts + (xy 168.91 57.15) (xy 163.83 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7935bba9-7d5e-4bcd-ba5f-51511d6b8660") + ) + (wire + (pts + (xy 33.02 115.57) (xy 48.26 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7a5240e2-47af-4f0f-89b5-738120320486") + ) + (wire + (pts + (xy 83.82 125.73) (xy 83.82 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7a92aed7-6ada-43c2-bd15-f4467ae6cacf") + ) + (wire + (pts + (xy 109.22 69.85) (xy 111.76 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7cf350e8-48f2-45e4-b565-b66612b903bf") + ) + (wire + (pts + (xy 148.59 63.5) (xy 158.75 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7e26fd39-ef6a-447f-9209-42c61dd9f90f") + ) + (wire + (pts + (xy 222.25 78.74) (xy 213.36 78.74) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "80cc225b-b9a3-4739-b60a-e535baab9f06") + ) + (wire + (pts + (xy 39.37 123.19) (xy 48.26 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "83e15d27-8143-4f30-82be-cdff6e902235") + ) + (wire + (pts + (xy 64.77 40.64) (xy 64.77 58.42) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "84ce350c-b0c1-4e69-9ab2-f7ec7b8bb312") + ) + (wire + (pts + (xy 93.98 152.4) (xy 97.79 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "87120a21-612a-401b-9816-9ef1320b38da") + ) + (wire + (pts + (xy 148.59 35.56) (xy 158.75 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "879e8bf8-b395-4acb-982e-a2085c56763e") + ) + (wire + (pts + (xy 85.09 105.41) (xy 99.06 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "87a9d8be-5cf7-416d-bbbb-dd63d9f1925c") + ) + (wire + (pts + (xy 86.36 154.94) (xy 77.47 154.94) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "89dae1c3-36b1-4fec-b2a4-ba9bf78315b6") + ) + (wire + (pts + (xy 44.45 140.97) (xy 46.99 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8a010475-b456-4dbc-b2d8-80c833a9f0ba") + ) + (wire + (pts + (xy 62.23 38.1) (xy 74.93 38.1) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "8a3d35a2-f0f6-4dec-a606-7c8e288ca828") + ) + (wire + (pts + (xy 194.31 60.96) (xy 180.34 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8d0631be-a500-41c4-8750-17aaad75e35c") + ) + (wire + (pts + (xy 163.83 38.1) (xy 167.64 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8d4e5046-7d92-4f46-9c76-77c7b043e6c7") + ) + (wire + (pts + (xy 111.76 74.93) (xy 102.87 74.93) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "90310a35-b522-4830-bf92-ccc8925d0dcd") + ) + (wire + (pts + (xy 34.29 71.12) (xy 21.59 71.12) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9377eb1a-3b12-438c-8ebd-f86ace1e8d25") + ) + (wire + (pts + (xy 19.05 43.18) (xy 34.29 43.18) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "93e52853-9d1e-4afe-aee8-b825ab9f5d09") + ) + (wire + (pts + (xy 236.22 39.37) (xy 245.11 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "970b6698-bc8f-45ef-b2d4-75dbb97d93d2") + ) + (wire + (pts + (xy 34.29 53.34) (xy 31.75 53.34) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "97df9ac9-dbb8-472e-b84f-3684d0eb5efc") + ) + (wire + (pts + (xy 148.59 33.02) (xy 158.75 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9c2a17e9-90af-4df0-9309-3b3b560960f0") + ) + (wire + (pts + (xy 34.29 143.51) (xy 34.29 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9c42cfbe-68da-4dcf-bd41-7d24b76c560d") + ) + (wire + (pts + (xy 229.87 78.74) (xy 233.68 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a10aa563-9365-4790-96bc-bca29d9cea25") + ) + (wire + (pts + (xy 194.31 58.42) (xy 180.34 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a4388bbe-fc61-4757-b270-73e4ea7b5548") + ) + (wire + (pts + (xy 48.26 120.65) (xy 39.37 120.65) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "a5a0e4c9-e0fa-4b96-a29b-26671a61008f") + ) + (wire + (pts + (xy 205.74 31.75) (xy 217.17 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a711a64e-733b-408c-bebf-b22da48fb675") + ) + (wire + (pts + (xy 34.29 55.88) (xy 26.67 55.88) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "a7518f9d-05df-4211-ba17-5d615f04ec46") + ) + (wire + (pts + (xy 101.6 120.65) (xy 87.63 120.65) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a92bfdab-7e58-4231-9b43-f97a4f552175") + ) + (wire + (pts + (xy 21.59 68.58) (xy 34.29 68.58) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "aab97e46-23d6-4cbf-8684-537b94306d68") + ) + (wire + (pts + (xy 260.35 39.37) (xy 267.97 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b2cbe54f-0342-4f07-9845-59b717c74949") + ) + (wire + (pts + (xy 46.99 143.51) (xy 34.29 143.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4b584b6-2b48-44f8-9df4-d9f0513ae38a") + ) + (wire + (pts + (xy 160.02 82.55) (xy 146.05 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bc27cb03-d94f-469b-889f-4e3fde6acc5b") + ) + (wire + (pts + (xy 62.23 40.64) (xy 64.77 40.64) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "bcbc7302-8a54-4b9b-98b9-f277f1b20941") + ) + (wire + (pts + (xy 33.02 115.57) (xy 33.02 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bfd8f503-76e4-4838-a729-d206e135c7f3") + ) + (wire + (pts + (xy 34.29 50.8) (xy 31.75 50.8) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "c12796ad-cf20-466f-9ab3-9cf441392c32") + ) + (wire + (pts + (xy 99.06 72.39) (xy 99.06 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c15d5810-de7d-46fd-bd9c-c11f6b5f2b60") + ) + (wire + (pts + (xy 168.91 59.69) (xy 163.83 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c4f13344-2eb8-4a0e-89cc-15a745eea270") + ) + (wire + (pts + (xy 62.23 48.26) (xy 74.93 48.26) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "c722a1ff-12f1-49e5-88a4-44ffeb509ca2") + ) + (wire + (pts + (xy 123.19 43.18) (xy 135.89 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c84a35aa-b000-4576-ae80-0c819de52d36") + ) + (wire + (pts + (xy 165.1 82.55) (xy 170.18 82.55) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "c8cc74d5-aca4-4329-aba9-8e9b85d981fe") + ) + (wire + (pts + (xy 252.73 71.12) (xy 242.57 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8f8a837-351a-4a86-93a8-75510b2cc07a") + ) + (wire + (pts + (xy 123.19 48.26) (xy 133.35 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb098986-a660-4f30-a696-cb60c6d3d199") + ) + (wire + (pts + (xy 260.35 44.45) (xy 267.97 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cbb9f3a4-35a7-4d76-826b-c61069dc8909") + ) + (wire + (pts + (xy 168.91 63.5) (xy 163.83 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cdfab127-6d67-46ce-bb7c-6188e68b7c06") + ) + (wire + (pts + (xy 97.79 152.4) (xy 97.79 151.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cfa8c086-87dd-42ae-a745-45ed37d72852") + ) + (wire + (pts + (xy 62.23 71.12) (xy 74.93 71.12) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "cfe99980-2d98-4372-b495-04c53027340b") + ) + (wire + (pts + (xy 21.59 73.66) (xy 34.29 73.66) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "d3042136-2605-44b2-aebb-5484a9c90933") + ) + (wire + (pts + (xy 260.35 49.53) (xy 270.51 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d381802d-24f3-4544-a7e0-b5b28b211c73") + ) + (wire + (pts + (xy 252.73 66.04) (xy 242.57 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d48dbcc6-19fe-43f7-90a3-8cae24648040") + ) + (wire + (pts + (xy 83.82 125.73) (xy 101.6 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d5482ed2-91ab-4b17-8797-0d208115dcbc") + ) + (wire + (pts + (xy 60.96 115.57) (xy 74.93 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d736d514-3505-47da-9a75-eb5a3fc8447b") + ) + (wire + (pts + (xy 95.25 43.18) (xy 110.49 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d7b6dc2f-dd8a-420e-b85c-02287b362810") + ) + (wire + (pts + (xy 48.26 118.11) (xy 39.37 118.11) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "d9030a8b-0147-486f-bf67-215ff12da0a2") + ) + (wire + (pts + (xy 60.96 118.11) (xy 74.93 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ddd28e17-b646-477b-beb1-628bf6fe7311") + ) + (wire + (pts + (xy 99.06 107.95) (xy 85.09 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "de6cb261-e953-4d66-9680-ef1dec75d99c") + ) + (wire + (pts + (xy 260.35 36.83) (xy 267.97 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e065222d-72ba-466e-84e2-057860999273") + ) + (wire + (pts + (xy 148.59 27.94) (xy 158.75 27.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e3215199-6fe4-4dca-9caf-70ecd5547230") + ) + (wire + (pts + (xy 148.59 57.15) (xy 158.75 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e3f017f8-a270-4da0-bd5b-53ef6765b9fa") + ) + (wire + (pts + (xy 62.23 35.56) (xy 74.93 35.56) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e7278977-132b-4777-9eb4-7d93363a4379") + ) + (wire + (pts + (xy 111.76 72.39) (xy 99.06 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9bd0158-50c3-44b5-9884-ebcc19cd4651") + ) + (wire + (pts + (xy 62.23 78.74) (xy 74.93 78.74) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e9bdd59b-3252-4c44-a357-6fa1af0c210c") + ) + (wire + (pts + (xy 62.23 76.2) (xy 74.93 76.2) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "ec76dcc9-9949-4dda-bd76-046204829cb4") + ) + (wire + (pts + (xy 93.98 154.94) (xy 97.79 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ee72e77a-d07e-45f4-90c4-dd810578922f") + ) + (wire + (pts + (xy 46.99 148.59) (xy 38.1 148.59) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "ef9aaeb9-c458-4629-9ca9-c880381a219a") + ) + (wire + (pts + (xy 25.4 118.11) (xy 33.02 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f2e26aff-2879-4837-abd1-28b7b8543841") + ) + (wire + (pts + (xy 233.68 41.91) (xy 245.11 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f6ca2cb5-6ce7-4688-8b3d-d3925be5e953") + ) + (wire + (pts + (xy 62.23 81.28) (xy 74.93 81.28) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "f853d1d4-c722-44df-98bf-4a6114204628") + ) + (wire + (pts + (xy 26.67 55.88) (xy 26.67 33.02) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "f8de70cd-e47d-4e80-8f3a-077e9df93aa8") + ) + (wire + (pts + (xy 34.29 76.2) (xy 21.59 76.2) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "fc39c32d-65b8-4d16-9db5-de89c54a1206") + ) + (wire + (pts + (xy 252.73 68.58) (xy 242.57 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fce3d2d1-0ef5-4dd2-b1fa-f975ef39095b") + ) + (wire + (pts + (xy 62.23 55.88) (xy 74.93 55.88) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "fe837306-92d0-4847-ad21-76c47ae932d1") + ) + (rectangle + (start 13.97 15.748) + (end 281.94 90.17) + (stroke + (width 0.5) + (type default) + ) + (fill + (type none) + ) + (uuid 4f393efc-4aa8-4ab8-bdea-a83dafcc636c) + ) + (rectangle + (start 13.97 92.71) + (end 156.21 167.132) + (stroke + (width 0.5) + (type default) + ) + (fill + (type none) + ) + (uuid 8805d8a4-3128-4d05-8f59-8454a5ccf9ce) + ) + (text "Arduino Shield" + (exclude_from_sim no) + (at 15.748 20.574 0) + (effects + (font + (size 3 3) + (thickness 0.6) + (bold yes) + (italic yes) + ) + (justify left) + ) + (uuid "1e21272b-f4cb-40de-b7ed-be3d2c96ddb2") + ) + (text "I2c pullups?" + (exclude_from_sim no) + (at 79.756 158.496 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "3ef6b64c-a4e2-4f79-828b-d5b16512297b") + ) + (text "IO Board" + (exclude_from_sim no) + (at 15.748 97.536 0) + (effects + (font + (size 3 3) + (thickness 0.6) + (bold yes) + (italic yes) + ) + (justify left) + ) + (uuid "4b566ce4-6134-4197-8230-5022c2504803") + ) + (text "Stepstick" + (exclude_from_sim no) + (at 251.206 27.432 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "4bc3ad6e-b971-40b5-bef7-8fbef4687582") + ) + (text "I2c pullups?" + (exclude_from_sim no) + (at 216.408 82.042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "bd9ff142-0c69-4f6a-9f8a-f7f68efae700") + ) + (text "* Indicates a PWM-capable pin" + (exclude_from_sim no) + (at 177.8 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c364973a-9a67-4667-8185-a3a5c6c6cbdf") + ) + (label "RX{slash}0" + (at 74.93 83.82 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "01ea9310-cf66-436b-9b89-1a2f4237b59e") + ) + (label "ENC_CLK" + (at 148.59 33.02 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "08f5f502-cb7b-47ce-a5b3-015021596ac5") + ) + (label "A2" + (at 21.59 71.12 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "09251fd4-af37-4d86-8951-1faaac710ffa") + ) + (label "SDA{slash}A4" + (at 102.87 74.93 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0d61bd80-50cf-4aaf-9c2f-37081a924e5a") + ) + (label "4" + (at 74.93 73.66 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "0d8cfe6d-11bf-42b9-9752-f9a5a76bce7e") + ) + (label "IO_SDA" + (at 39.37 118.11 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "114da1ad-c288-42bb-8fe9-d82254fd6f93") + ) + (label "MOT_1B" + (at 267.97 44.45 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "1329e7df-85dd-4cf0-b1df-ce2adeca9866") + ) + (label "BUZZER" + (at 101.6 50.8 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "14b518a0-b5e9-4597-8c8c-74db97fd8511") + ) + (label "SDA{slash}A4" + (at 101.6 45.72 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "14e40fc5-b73b-48b6-9aca-6cafb3733837") + ) + (label "IO_BUZZ" + (at 85.09 105.41 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "172e759d-3c69-4408-bb1a-0803c898c1c9") + ) + (label "MOT_2B" + (at 267.97 36.83 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "17e9e0fb-838f-4139-8949-0f12a281b2b0") + ) + (label "SDA{slash}A4" + (at 213.36 76.2 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "19e56bab-ebc8-4bc6-a866-af79c92c835b") + ) + (label "IO_ENC_SW" + (at 74.93 118.11 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "1af7438f-8fa9-4da8-bc7b-5ed6a9e89c82") + ) + (label "STEP" + (at 148.59 63.5 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "1d4c4f6d-ddd8-42de-b056-d2f7f8e14766") + ) + (label "2" + (at 74.93 78.74 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "23f0c933-49f0-4410-a8db-8b017f48dadc") + ) + (label "SPINDLE_RES" + (at 146.05 82.55 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "2c2ff2dd-34e5-4a49-868f-6aedf65da796") + ) + (label "A3" + (at 21.59 73.66 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "2c60ab74-0590-423b-8921-6f3212a358d2") + ) + (label "4" + (at 167.64 35.56 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "2d575963-6a03-4a47-b2bc-ab717951f613") + ) + (label "*3" + (at 167.64 27.94 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "2f1c90c3-b293-4aee-85b2-aedc78684009") + ) + (label "IO_SDA" + (at 38.1 146.05 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "30e65e3c-556d-438f-a5cb-b22934dc1380") + ) + (label "2" + (at 167.64 38.1 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "30fd274e-540d-44f5-97eb-e6aeb403cc52") + ) + (label "13" + (at 74.93 43.18 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "35bc5b35-b7b2-44d5-bbed-557f428649b2") + ) + (label "IO_BUZZ_GND" + (at 74.93 120.65 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "3929fe6b-f31a-487f-adf4-666b5bdf2163") + ) + (label "IO_ENC_SW" + (at 87.63 123.19 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "3c21772f-2e63-4079-a48f-0831fe1ef85a") + ) + (label "ENC_DT" + (at 135.89 43.18 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "3c8bfc35-6d2b-4c91-8430-d2d8d1310751") + ) + (label "12" + (at 74.93 45.72 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "3ffaa3b1-1d78-4c7b-bdf9-f1a8019c92fd") + ) + (label "IO_ENC_DT" + (at 74.93 115.57 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "45a9562b-591a-43f9-87e8-3bf370446772") + ) + (label "MOT_EN" + (at 148.59 50.8 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "46dfd9a0-f379-4d06-86ea-823aadc751b5") + ) + (label "IO_BUZZ_GND" + (at 85.09 107.95 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "470acfaf-9a84-4fc7-aef8-386219fcda5e") + ) + (label "IO_ENC_DT" + (at 87.63 120.65 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "4713de68-8457-4657-ac0d-3df489a259c6") + ) + (label "IO_BUZZ" + (at 39.37 123.19 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "47729ff7-2922-4095-a357-b1481e1db63c") + ) + (label "MOT_EN" + (at 236.22 31.75 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "4855bf82-d164-4f96-9660-fa04ea8bb894") + ) + (label "~{RESET}" + (at 19.05 43.18 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "49585dba-cfa7-4813-841e-9d900d43ecf4") + ) + (label "MOT_SLP" + (at 236.22 44.45 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "4f4cfdb0-6a8f-48ab-89f8-c293017c52d6") + ) + (label "ENC_DT" + (at 148.59 35.56 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "506c6d00-0ab0-4967-b4a3-fc6c438f8bea") + ) + (label "IO_SCL" + (at 38.1 148.59 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "507f5f41-ec4e-40d6-bfff-46742d3cf3fa") + ) + (label "SPINDLE_DIR" + (at 180.34 63.5 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "515382ae-c668-4299-92be-f6302c5a2254") + ) + (label "A2" + (at 168.91 63.5 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "526c1856-b87e-42e8-99f4-85b8f3bbf03b") + ) + (label "*10" + (at 74.93 50.8 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "54be04e4-fffa-4f7f-8a5f-d0de81314e8f") + ) + (label "*6" + (at 168.91 54.61 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "5903079d-831c-48b3-8361-73913a60263e") + ) + (label "MOT_2A" + (at 242.57 68.58 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "5f675a08-33e4-42e5-8664-77faf3e30ef7") + ) + (label "A0" + (at 168.91 57.15 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "6e67181a-8369-42b1-8412-45e582d9dced") + ) + (label "MOT_MS2" + (at 148.59 57.15 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6f83f1d7-8ef7-4264-9adb-4ddbd5b0bd5f") + ) + (label "*10" + (at 170.18 80.01 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "70440781-2a12-4242-99d0-75b2248fdcf5") + ) + (label "DIR" + (at 148.59 66.04 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "73f4caa6-63a5-4523-ae88-30f4ca619091") + ) + (label "MOT_1A" + (at 267.97 41.91 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "7ce4b014-65f9-4f91-9fd4-09e1ff26931e") + ) + (label "MOT_MS1" + (at 148.59 54.61 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "82ef1d09-727d-4345-99e8-cdf0e093279c") + ) + (label "IO_ENC_CLK" + (at 74.93 113.03 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "86a35ea7-9414-42f7-845d-96edab91e68f") + ) + (label "7" + (at 168.91 50.8 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "87326242-8a39-43de-af57-97f0b78ecff2") + ) + (label "7" + (at 74.93 66.04 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "873d2c88-519e-482f-a3ed-2484e5f9417e") + ) + (label "*11" + (at 170.18 77.47 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "8852a849-cfcf-405e-b6fb-24aaa104cc9c") + ) + (label "SDA{slash}A4" + (at 74.93 35.56 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "8885a9dc-224d-44c5-8601-05c1d9983e09") + ) + (label "8" + (at 74.93 55.88 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "89b0e564-e7aa-4224-80c9-3f0614fede8f") + ) + (label "SCL{slash}A5" + (at 101.6 48.26 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "8e633b31-e7f0-4e41-bda4-4e3941552690") + ) + (label "STEP" + (at 236.22 46.99 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "8fe987e4-791a-4eb8-a782-50a8d823acff") + ) + (label "MOT_1B" + (at 242.57 73.66 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "913a5a84-0d83-40d0-84e8-32691b1dd171") + ) + (label "IO_SCL" + (at 77.47 154.94 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "938f34f0-efb7-48a4-99e4-5581ad501662") + ) + (label "A3" + (at 168.91 66.04 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "99c42b8d-a5d5-4b20-bca8-ee56db19e1d5") + ) + (label "*11" + (at 74.93 48.26 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "9ad5a781-2469-4c8f-8abf-a1c3586f7cb7") + ) + (label "MOT_RST" + (at 236.22 41.91 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9b8e9f46-deb6-4484-a0b7-0814f9958bb2") + ) + (label "*3" + (at 74.93 76.2 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "9cccf5f9-68a4-4e61-b418-6185dd6a5f9a") + ) + (label "IO_SCL" + (at 39.37 120.65 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "a1cef6b4-be30-40df-a187-49d8c052c10a") + ) + (label "MOT_1A" + (at 242.57 71.12 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ab46d714-f807-45c5-8f33-ca057044cf1b") + ) + (label "SPINDLE_PWM" + (at 180.34 60.96 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ac0b7870-448a-4f11-a97e-d3c39a2fb598") + ) + (label "A1" + (at 21.59 68.58 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "acc9991b-1bdd-4544-9a08-4037937485cb") + ) + (label "MOT_MS1" + (at 236.22 34.29 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ad3db1d9-d6ee-4ccf-81f4-b3227c00a441") + ) + (label "TX{slash}1" + (at 74.93 81.28 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "ae2c9582-b445-44bd-b371-7fc74f6cf852") + ) + (label "MOT_2A" + (at 267.97 39.37 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "ae3328d4-fdf5-4300-aa95-b6eb681115e2") + ) + (label "ENC_SW" + (at 148.59 38.1 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "b1cf15a7-7fe6-4c12-ac80-fbb20d3c3a5a") + ) + (label "MOT_MS3" + (at 236.22 39.37 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "b6028fb3-a83d-4ad8-898c-ac0e1795f495") + ) + (label "ENC_SW" + (at 135.89 45.72 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "b9713a45-e38b-4810-9bfb-9d4b5e13f92a") + ) + (label "A0" + (at 21.59 66.04 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ba02dc27-26a3-4648-b0aa-06b6dcaf001f") + ) + (label "BUZZER_GND" + (at 124.46 48.26 0) + (fields_autoplaced yes) + (effects + (font + (size 0.625 0.625) + ) + (justify left bottom) + ) + (uuid "bb16dfcf-d5bc-4072-ac69-4c48ac95dfcb") + ) + (label "AREF" + (at 74.93 38.1 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "bbf52cf8-6d97-4499-a9ee-3657cebcdabf") + ) + (label "IO_ENC_CLK" + (at 87.63 118.11 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c1ebb9fa-23c1-4550-8f7c-b654d1dc614d") + ) + (label "Vin" + (at 26.67 33.02 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "c348793d-eec0-4f33-9b91-2cae8b4224a4") + ) + (label "*6" + (at 74.93 68.58 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "c775d4e8-c37b-4e73-90c1-1c8d36333aac") + ) + (label "A1" + (at 168.91 59.69 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "cb6edb72-e106-472c-9f0f-885ad5a6f913") + ) + (label "SCL{slash}A5" + (at 74.93 33.02 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "cba886fc-172a-42fe-8e4c-daace6eaef8e") + ) + (label "*9" + (at 74.93 53.34 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "ccb58899-a82d-403c-b30b-ee351d622e9c") + ) + (label "*9" + (at 170.18 82.55 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "cdd7640c-cf92-4ad8-9134-999ffca34156") + ) + (label "SPINDLE_DIR" + (at 146.05 80.01 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ce36363b-0d16-4997-9567-d3dc8a12c29d") + ) + (label "*5" + (at 167.64 33.02 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "d04cca2e-48d7-40e0-a729-b8770b47edb2") + ) + (label "IO_SDA" + (at 77.47 152.4 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d083bb85-30a0-4a5a-a936-844d90a10350") + ) + (label "*5" + (at 74.93 71.12 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "d9a65242-9c26-45cd-9a55-3e69f0d77784") + ) + (label "ENC_CLK" + (at 135.89 40.64 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "da64bfcf-023e-4890-8f6e-d189913a1dd8") + ) + (label "SCL{slash}A5" + (at 213.36 78.74 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "dd1e50cf-3703-4dd0-aee9-f5009094a462") + ) + (label "IOREF" + (at 19.05 40.64 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "de819ae4-b245-474b-a426-865ba877b8a2") + ) + (label "DIR" + (at 236.22 49.53 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "e2f748ef-f03d-4dfe-a54e-2331baf71bcd") + ) + (label "MOT_2B" + (at 242.57 66.04 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "e585bd22-af4b-4a3b-bf91-ce93e0683d96") + ) + (label "SDA{slash}A4" + (at 21.59 76.2 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "e7ce99b8-ca22-4c56-9e55-39d32c709f3c") + ) + (label "SPINDLE_RES" + (at 180.34 66.04 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "e7e6cefa-3c8a-4f9b-8b70-2241ac4aa3ce") + ) + (label "SCL{slash}A5" + (at 21.59 78.74 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ea5aa60b-a25e-41a1-9e06-c7b6f957567f") + ) + (label "MOT_MS2" + (at 236.22 36.83 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ec4d5cc9-ddb5-4d69-9a4a-4ffd682ea906") + ) + (label "MOT_MS3" + (at 148.59 59.69 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ed3781c3-b8f8-4ce5-98cc-a7255c457bea") + ) + (label "SCL{slash}A5" + (at 102.87 77.47 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "efbaa930-ea69-445e-9e6f-76bbc98bf16a") + ) + (label "BUZZER" + (at 148.59 27.94 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f94d5960-f3c4-47b7-94ec-63a4e6dccd25") + ) + (label "SPINDLE_PWM" + (at 146.05 77.47 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f96e0b35-c320-4525-9ea9-065b45892480") + ) + (symbol + (lib_id "Connector_Generic:Conn_01x08") + (at 39.37 45.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000056d71773") + (property "Reference" "J1" + (at 39.37 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Power" + (at 41.91 45.72 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" + (at 39.37 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 39.37 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 39.37 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d4c02b7e-3be7-4193-a989-fb40130f3319") + ) + (pin "2" + (uuid "1d9f20f8-8d42-4e3d-aece-4c12cc80d0d3") + ) + (pin "3" + (uuid "4801b550-c773-45a3-9bc6-15a3e9341f08") + ) + (pin "4" + (uuid "fbe5a73e-5be6-45ba-85f2-2891508cd936") + ) + (pin "5" + (uuid "8f0d2977-6611-4bfc-9a74-1791861e9159") + ) + (pin "6" + (uuid "270f30a7-c159-467b-ab5f-aee66a24a8c7") + ) + (pin "7" + (uuid "760eb2a5-8bbd-4298-88f0-2b1528e020ff") + ) + (pin "8" + (uuid "6a44a55c-6ae0-4d79-b4a1-52d3e48a7065") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 31.75 33.02 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000056d71aa9") + (property "Reference" "#PWR03" + (at 31.75 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 32.131 29.972 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 31.75 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 31.75 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 31.75 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "25f7f7e2-1fc6-41d8-a14b-2d2742e98c50") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 29.21 33.02 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000056d71d10") + (property "Reference" "#PWR02" + (at 29.21 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 29.5656 29.972 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 29.21 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 29.21 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 29.21 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fdd33dcf-399e-4ac6-99f5-9ccff615cf55") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 31.75 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000056d721e6") + (property "Reference" "#PWR04" + (at 31.75 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 31.75 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 31.75 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 31.75 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 31.75 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "87fd47b6-2ebb-4b03-a4f0-be8b5717bf68") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x10") + (at 57.15 43.18 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000056d72368") + (property "Reference" "J2" + (at 57.15 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Digital/PWM" + (at 54.61 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x10_P2.54mm_Vertical" + (at 57.15 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 57.15 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 57.15 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "479c0210-c5dd-4420-aa63-d8c5247cc255") + ) + (pin "10" + (uuid "69b11fa8-6d66-48cf-aa54-1a3009033625") + ) + (pin "2" + (uuid "013a3d11-607f-4568-bbac-ce1ce9ce9f7a") + ) + (pin "3" + (uuid "92bea09f-8c05-493b-981e-5298e629b225") + ) + (pin "4" + (uuid "66c1cab1-9206-4430-914c-14dcf23db70f") + ) + (pin "5" + (uuid "e264de4a-49ca-4afe-b718-4f94ad734148") + ) + (pin "6" + (uuid "03467115-7f58-481b-9fbc-afb2550dd13c") + ) + (pin "7" + (uuid "9aa9dec0-f260-4bba-a6cf-25f804e6b111") + ) + (pin "8" + (uuid "a3a57bae-7391-4e6d-b628-e6aff8f8ed86") + ) + (pin "9" + (uuid "00a2e9f5-f40a-49ba-91e4-cbef19d3b42b") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 64.77 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000056d72a3d") + (property "Reference" "#PWR05" + (at 64.77 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 64.77 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 64.77 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 64.77 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 64.77 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dcc7d892-ae5b-4d8f-ab19-e541f0cf0497") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x06") + (at 39.37 71.12 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000056d72f1c") + (property "Reference" "J3" + (at 39.37 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Analog" + (at 41.91 71.12 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical" + (at 39.37 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 39.37 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 39.37 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1e1d0a18-dba5-42d5-95e9-627b560e331d") + ) + (pin "2" + (uuid "11423bda-2cc6-48db-b907-033a5ced98b7") + ) + (pin "3" + (uuid "20a4b56c-be89-418e-a029-3b98e8beca2b") + ) + (pin "4" + (uuid "163db149-f951-4db7-8045-a808c21d7a66") + ) + (pin "5" + (uuid "d47b8a11-7971-42ed-a188-2ff9f0b98c7a") + ) + (pin "6" + (uuid "57b1224b-fab7-4047-863e-42b792ecf64b") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x08") + (at 57.15 73.66 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000056d734d0") + (property "Reference" "J4" + (at 57.15 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Digital/PWM" + (at 54.61 73.66 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" + (at 57.15 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 57.15 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 57.15 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5381a37b-26e9-4dc5-a1df-d5846cca7e02") + ) + (pin "2" + (uuid "a4e4eabd-ecd9-495d-83e1-d1e1e828ff74") + ) + (pin "3" + (uuid "b659d690-5ae4-4e88-8049-6e4694137cd1") + ) + (pin "4" + (uuid "01e4a515-1e76-4ac0-8443-cb9dae94686e") + ) + (pin "5" + (uuid "fadf7cf0-7a5e-4d79-8b36-09596a4f1208") + ) + (pin "6" + (uuid "848129ec-e7db-4164-95a7-d7b289ecb7c4") + ) + (pin "7" + (uuid "b7a20e44-a4b2-4578-93ae-e5a04c1f0135") + ) + (pin "8" + (uuid "c0cfa2f9-a894-4c72-b71e-f8c87c0a0712") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 161.29 27.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "041b2555-b518-4ab0-a8d9-3a46107bf2f7") + (property "Reference" "NT1" + (at 161.29 22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 161.29 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 161.29 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 161.29 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "ac3682a8-551d-4229-8180-df573e661fee") + ) + (pin "1" + (uuid "30543140-0160-457c-adf7-75b406937141") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "NT1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 134.62 109.22 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "05bd0dcf-7e67-4dae-aa87-7ab4db27b251") + (property "Reference" "#PWR025" + (at 134.62 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 134.62 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 134.62 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 134.62 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 134.62 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "454d033d-9cc4-460e-8cb4-5b4e5b09b04d") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "PCM_SL_Mechanical:MountingHole_M3_3.2mm_Pad") + (at 134.62 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "06a6dc18-313e-4cb2-81dc-8cf0b2359b45") + (property "Reference" "H2" + (at 138.43 116.8399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole_M3_3.2mm_Pad" + (at 138.43 119.3799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "PCM_SL_Mechanical:MountingHole_3.2mm_Pad" + (at 134.62 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 134.62 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.2mm Diameter Mounting Hole Pad (M3)" + (at 134.62 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5606c998-bf81-4bbe-b3ac-a5e23c29a9d9") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 226.06 78.74 90) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board no) + (dnp no) + (uuid "10284c08-e14b-4b67-8250-78b71db7c083") + (property "Reference" "R5" + (at 226.06 85.09 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DNP" + (at 226.06 82.55 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "PCM_Resistor_SMD_AKL:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 226.06 76.962 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 226.06 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 226.06 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "91bf09c1-4326-4099-b03e-cb900f6781cf") + ) + (pin "2" + (uuid "62097e37-5319-4fd4-afe4-e14240153775") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 161.29 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "10ace030-6ca7-4ffa-8af7-ac97a6a9582f") + (property "Reference" "NT7" + (at 161.29 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 161.29 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 161.29 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 161.29 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "91282169-ee3c-4ffa-a7af-e8c2aedc6f8b") + ) + (pin "1" + (uuid "a3c7821f-6cbd-491e-8db3-7d5f14617765") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "NT7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 180.34 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "14627d1c-f6ea-458c-b41f-870e4a5093c8") + (property "Reference" "#PWR017" + (at 180.34 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 180.6956 54.102 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 180.34 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 180.34 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 180.34 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7c577a76-0088-4dd9-87e4-589851fb9ba4") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+24V") + (at 266.7 29.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1510f825-c3a3-4efa-99b7-c166a12aa8a3") + (property "Reference" "#PWR013" + (at 266.7 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VMOT" + (at 266.7 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 266.7 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 266.7 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+24V\"" + (at 266.7 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "83c34a9f-9b3a-4f87-bd87-b05a25ddb86c") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 83.82 124.46 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "17d31204-6a5f-4379-892a-06ba77511d51") + (property "Reference" "#PWR024" + (at 83.82 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 84.1756 121.412 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 83.82 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 83.82 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 83.82 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a3306ad1-a51c-4d28-8584-713084d479cb") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 162.56 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "17e3bafb-083c-4b17-8f0c-4da24e8bab3a") + (property "Reference" "NT12" + (at 162.56 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 162.56 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 162.56 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 162.56 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 162.56 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "12680a4f-ed10-43d7-ad59-ee1604e9a20e") + ) + (pin "1" + (uuid "9a9194a7-ee36-4f02-adee-f84bb39dfc19") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "NT12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 233.68 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "1863244c-200f-41f1-acec-a63b9fff67a1") + (property "Reference" "#PWR030" + (at 233.68 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 234.0356 71.882 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 233.68 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 233.68 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 233.68 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b2e578d2-ea2e-496d-828d-be146401005e") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR030") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 133.35 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1cec7206-a9aa-43f3-af64-66b4d74e7a9e") + (property "Reference" "R1" + (at 135.89 57.1499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47R" + (at 135.89 59.6899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "PCM_Resistor_THT_AKL:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 131.572 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 133.35 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 133.35 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c5653502-d6b4-4a21-a340-1b324797230a") + ) + (pin "2" + (uuid "eb54b196-8e6a-4671-9f99-3f5ec8a25b6f") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x04") + (at 257.81 68.58 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "209d248c-91b1-40d5-978d-bd33510692e4") + (property "Reference" "J10" + (at 260.35 68.5799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x04" + (at 260.35 71.1199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" + (at 257.81 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 257.81 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 257.81 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "8e2718f3-3135-4164-b870-852167b01f47") + ) + (pin "1" + (uuid "d19bc84f-00c3-4c3c-a9c2-512a9d5f8ce1") + ) + (pin "3" + (uuid "0059158b-85d8-47e1-a8b1-ff69c3a7140e") + ) + (pin "4" + (uuid "7b671fbd-a8c6-4188-85ba-557fff1a8a4d") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 133.35 62.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2434ff92-ab5f-4cdc-8fbe-4cbf02f5fd9c") + (property "Reference" "#PWR08" + (at 133.35 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 133.35 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 133.35 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 133.35 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 133.35 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a8be5717-cfb9-47ea-b732-05eb0408b937") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 95.25 46.99 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "255ed992-688f-4baf-a7a2-9052ab1eaa2e") + (property "Reference" "#PWR07" + (at 95.25 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 95.25 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 95.25 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 95.25 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 95.25 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "275a4bee-44e5-4815-bff8-3124b978ed2b") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 161.29 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "2a5e2278-c202-407f-ab79-efe36a7d22c1") + (property "Reference" "NT6" + (at 161.29 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 161.29 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 161.29 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 161.29 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "a516e65e-63d7-4171-8066-fd7b2dc34a07") + ) + (pin "1" + (uuid "1bc6b0c3-bd2a-40ec-ae44-9f7b3a866ded") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "NT6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 144.78 123.19 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2f4a6c12-7705-4f8d-b886-b20a8884ed75") + (property "Reference" "#PWR028" + (at 144.78 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 144.78 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 144.78 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 144.78 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 144.78 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4db0a809-44b3-4539-8f7a-8d3bd8a20b76") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR028") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x08") + (at 250.19 39.37 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3355cbf9-38f5-4241-a6fe-17cf8afb9758") + (property "Reference" "J8" + (at 243.586 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x08" + (at 238.252 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" + (at 250.19 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 250.19 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 250.19 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "f7a2096d-49f6-452c-80c3-f9355e2603d0") + ) + (pin "5" + (uuid "a3225f72-83d8-4c9f-aace-b50c2a74be40") + ) + (pin "4" + (uuid "7e2b84f8-07e2-4335-89db-e79075ee8382") + ) + (pin "6" + (uuid "dc72d958-bdad-40c3-8931-625161660d08") + ) + (pin "2" + (uuid "012c9b96-6585-4594-8078-d654625b1a0e") + ) + (pin "1" + (uuid "f0473bb6-6138-4e3f-ada8-4fb1571a2687") + ) + (pin "7" + (uuid "4bd8cf19-97b3-4fa5-b038-a8260d50933f") + ) + (pin "8" + (uuid "d5deee80-01c3-4b73-9120-f0c155d0410e") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 134.62 123.19 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "35022512-e3ec-4647-87e0-b0c41aaa2099") + (property "Reference" "#PWR027" + (at 134.62 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 134.62 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 134.62 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 134.62 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 134.62 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a2192691-f8e5-4065-bdb7-2d813be91a75") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR027") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 161.29 35.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "35edc376-3530-4bcd-bb55-c505c7dfae32") + (property "Reference" "NT3" + (at 161.29 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 161.29 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 161.29 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 161.29 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "cdb0b514-0539-459b-8c50-d7884b307df4") + ) + (pin "1" + (uuid "82932608-59c9-49bf-94b4-026c63ac6d5a") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "NT3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 109.22 68.58 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "39cfb41f-fe1c-4bbc-8d04-3ed8154d51e8") + (property "Reference" "#PWR09" + (at 109.22 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 109.5756 65.532 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 109.22 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 109.22 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 109.22 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bb40872a-9e54-48ba-bbe1-b3db9d3b1cda") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 33.02 119.38 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3edf1c69-892f-4d06-ace9-dc6f8e132e66") + (property "Reference" "#PWR020" + (at 33.02 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 33.02 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 33.02 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 33.02 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 33.02 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0675652d-1130-4334-83ec-c169bfdd7ee6") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_02x05_Odd_Even") + (at 115.57 45.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3f2a6b5a-eb61-46ea-b73c-c0c98b4a70f4") + (property "Reference" "J6" + (at 116.84 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_02x05_Odd_Even" + (at 116.84 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (at 115.57 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 115.57 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 115.57 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f761cc2f-6944-42e5-834a-3200463373d5") + ) + (pin "2" + (uuid "13f2c8e9-63db-4d9a-b610-49d1a47ed2b3") + ) + (pin "7" + (uuid "c91e712b-8004-4142-b196-6ff5f1560d57") + ) + (pin "9" + (uuid "338fb9bc-473f-4cd8-a5b3-cf25c5078380") + ) + (pin "3" + (uuid "7963f94c-142b-4472-be1b-8a24bad3b47c") + ) + (pin "5" + (uuid "eb33ddd5-2d25-4505-8e8f-a766b92be4c2") + ) + (pin "8" + (uuid "c571cee8-e7ba-40aa-9250-03119c5ab277") + ) + (pin "10" + (uuid "501a936e-aea8-4e3e-819d-610f0222d5e6") + ) + (pin "4" + (uuid "ca1231fc-28d5-480f-9944-cd2a0ca85033") + ) + (pin "6" + (uuid "2685779e-6d3b-4247-a84a-cf327c231566") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 96.52 130.81 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "4b22a6e1-5945-46e3-8588-1c81f00e8064") + (property "Reference" "#PWR023" + (at 96.52 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 96.52 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 96.52 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 96.52 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 96.52 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4234c639-e961-4c38-b0ab-937ed08b571f") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x04") + (at 116.84 72.39 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4e598250-ee9e-4c46-a4d0-62f0235038e7") + (property "Reference" "J5" + (at 119.38 72.3899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x04" + (at 119.38 74.9299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" + (at 116.84 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 116.84 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 116.84 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "62348b73-5a79-4161-8aec-b62bf6110962") + ) + (pin "1" + (uuid "a05c8282-7558-4fe5-9aac-ceb50d636958") + ) + (pin "3" + (uuid "6cdddab7-5295-4d3d-8044-0e08b4fefa8b") + ) + (pin "4" + (uuid "c88a88fa-8910-4f3a-8621-eaccf3b496fb") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x08") + (at 255.27 39.37 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "5233b20c-e48b-4128-a267-571b4d2ac40c") + (property "Reference" "J9" + (at 259.08 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x08" + (at 263.906 54.864 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" + (at 255.27 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 255.27 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 255.27 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "7f568f68-b3e7-4e0b-b291-f4d9032d1878") + ) + (pin "5" + (uuid "7cb7aaed-816a-4468-ad58-83f916b73e28") + ) + (pin "4" + (uuid "e2a21810-5cdb-4364-8c41-f44aacc7d60b") + ) + (pin "6" + (uuid "a494a81e-2e88-4da8-9850-d27451fed0ea") + ) + (pin "2" + (uuid "a52c28d8-0c6c-4a55-a725-9b67ae2d343d") + ) + (pin "1" + (uuid "5aef49ca-7b5c-481b-9e57-15c062182045") + ) + (pin "7" + (uuid "de249192-1aa0-4913-969d-4ca810290e6f") + ) + (pin "8" + (uuid "90b19068-81b9-4687-be68-cbb0fe1776b4") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x02") + (at 104.14 105.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "534e226b-c65c-4191-bb3c-b67386102f5f") + (property "Reference" "J14" + (at 106.68 105.4099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x02" + (at 106.68 107.9499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (at 104.14 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 104.14 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 104.14 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6704289c-fc59-43b8-9a65-019f754245a7") + ) + (pin "2" + (uuid "a0368cd8-03d2-460d-ba26-e9fb888abfd7") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 217.17 35.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "569c437b-2c52-42d4-a509-29c0b0b5a9ad") + (property "Reference" "C2" + (at 220.472 34.036 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100u 30V" + (at 220.218 36.576 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 218.1352 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 217.17 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 217.17 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7b80b562-289c-468d-9681-637a47829dd4") + ) + (pin "2" + (uuid "1bdd50a8-c60a-43cd-8c07-cd52482b17ca") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 26.67 33.02 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "5ca20c89-dc15-4322-ac65-caf5d0f5fcce") + (property "Reference" "#PWR01" + (at 26.67 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 27.051 29.972 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 26.67 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 26.67 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 26.67 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6bd03990-0c6f-47aa-a191-9be4dd5032ee") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 34.29 147.32 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "5d0a7e7f-d549-4442-b140-c6bb18f3d4b5") + (property "Reference" "#PWR021" + (at 34.29 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 34.29 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 34.29 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 34.29 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 34.29 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "506a1a1d-ce3b-40e0-9868-37a85838abf2") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "PCM_SL_Mechanical:MountingHole_M3_3.2mm_Pad") + (at 134.62 104.14 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5d9ea660-486b-4f10-9f4d-d304937b8ae9") + (property "Reference" "H1" + (at 138.43 102.8699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole_M3_3.2mm_Pad" + (at 138.43 105.4099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "PCM_SL_Mechanical:MountingHole_3.2mm_Pad" + (at 134.62 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 134.62 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.2mm Diameter Mounting Hole Pad (M3)" + (at 134.62 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a591a804-5b40-47fd-b1de-b7b3ce055327") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+24V") + (at 217.17 29.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "602fcec5-e9d8-4e9b-bb29-684ec51bc7ff") + (property "Reference" "#PWR012" + (at 217.17 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VMOT" + (at 217.17 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 217.17 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 217.17 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+24V\"" + (at 217.17 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e7b4ea12-0e67-4edc-86e2-6d0bf2485897") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 33.02 109.22 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "69e248eb-8663-4c01-b6d1-f5642682fc0c") + (property "Reference" "#PWR019" + (at 33.02 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 33.3756 106.172 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 33.02 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 33.02 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 33.02 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ea08cebc-8bd5-424d-ad62-df63442ff1e1") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 217.17 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "6a335bb9-e8d1-4e74-b1ba-bc1df679c6b8") + (property "Reference" "#PWR011" + (at 217.17 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 217.17 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 217.17 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 217.17 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 217.17 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3341630a-134a-495a-ba4d-d3816bb4ec0b") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 161.29 38.1 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6a793242-a637-4b08-b455-290d731e3381") + (property "Reference" "NT4" + (at 161.29 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 161.29 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 161.29 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 161.29 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "2a6b04e1-1648-48f6-bf47-75fd0d85021b") + ) + (pin "1" + (uuid "ceb2231c-17d1-42fc-962d-8f79fa4b6f5b") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "NT4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 90.17 154.94 90) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board no) + (dnp no) + (uuid "6d944834-c0a9-4784-98e1-ed6ef43259f7") + (property "Reference" "R3" + (at 90.17 161.29 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DNP" + (at 90.17 158.75 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "PCM_Resistor_SMD_AKL:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 90.17 153.162 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 90.17 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 90.17 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "08d8f0e4-fe70-437a-bde8-530e6d3b4b4d") + ) + (pin "2" + (uuid "cc4dc430-8093-4a9b-b641-b30e253f030e") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 162.56 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7746195b-7481-49ed-b08a-f452ddee4dcd") + (property "Reference" "NT11" + (at 162.56 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 162.56 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 162.56 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 162.56 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 162.56 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "e487713a-8b05-41a1-9c26-5757e2ee42c1") + ) + (pin "1" + (uuid "8f3b7f6e-371b-490b-9e92-da0d70b4f989") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "NT11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 180.34 68.58 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "77b0ccb7-aab0-4bde-b712-7e925016c260") + (property "Reference" "#PWR018" + (at 180.34 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 180.34 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 180.34 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 180.34 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 180.34 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e4745e75-e826-4788-8a53-c13e00b281b5") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 161.29 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7a72d5d4-f961-41fe-a5a1-4ff9a667cd49") + (property "Reference" "NT5" + (at 161.29 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 161.29 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 161.29 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 161.29 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "02607ec5-9126-460b-b22c-9511d03b9a96") + ) + (pin "1" + (uuid "3e2ccfc7-9d18-4435-b6fb-824ec1cfa9a2") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "NT5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x05") + (at 199.39 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7b922450-24f4-4643-a085-c47abb4bc1ad") + (property "Reference" "J11" + (at 201.93 62.2299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x05" + (at 201.93 64.7699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" + (at 199.39 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 199.39 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 199.39 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "5" + (uuid "5e0a51ed-e816-437d-9ea4-7755d3a67d60") + ) + (pin "2" + (uuid "a7404007-714f-469f-9094-3befc564e571") + ) + (pin "4" + (uuid "c50c0171-b775-4cf6-98cc-4084ac6946c7") + ) + (pin "3" + (uuid "4c9594c4-75e2-477b-98cd-6f48bb97ffc0") + ) + (pin "1" + (uuid "2472c134-2639-4c29-9164-d96a8f067fa3") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "PCM_SL_Mechanical:MountingHole_M3_3.2mm_Pad") + (at 144.78 104.14 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7c5a534f-674c-454e-b098-806101c1a597") + (property "Reference" "H3" + (at 148.59 102.8699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole_M3_3.2mm_Pad" + (at 148.59 105.4099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "PCM_SL_Mechanical:MountingHole_3.2mm_Pad" + (at 144.78 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 144.78 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.2mm Diameter Mounting Hole Pad (M3)" + (at 144.78 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "046e2147-c961-43bd-86a3-7038b061f1e3") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 270.51 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "7f514c53-fc37-4135-8371-057322e7575e") + (property "Reference" "#PWR015" + (at 270.51 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 270.51 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 270.51 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 270.51 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 270.51 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fb135f17-cf62-4633-a8aa-ae6c726b3fb2") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_02x05_Odd_Even") + (at 53.34 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "824662bd-c60e-4bb1-b8a5-8442bd479d78") + (property "Reference" "J13" + (at 54.61 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_02x05_Odd_Even" + (at 54.61 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (at 53.34 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 53.34 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 53.34 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "160fe081-ecd5-4b18-b23b-9f4788f9056c") + ) + (pin "2" + (uuid "b29a68f9-74d4-49f7-ad16-00bf64c664bb") + ) + (pin "7" + (uuid "29b4ba28-1f0f-489f-b8ea-5b2d81806ff0") + ) + (pin "9" + (uuid "09b61743-761e-49c0-af48-9aab47be05de") + ) + (pin "3" + (uuid "c544f80a-79cf-407e-9e71-24a5e5fe9cfa") + ) + (pin "5" + (uuid "d4526a59-e863-4a97-8a97-ebefde8b217b") + ) + (pin "8" + (uuid "3e9cac07-4f83-4975-8c2f-f7673ae82a95") + ) + (pin "10" + (uuid "29bd0d25-f542-463a-b854-020e1cc0b814") + ) + (pin "4" + (uuid "d283b0ef-6973-4278-b016-63d0267e6f17") + ) + (pin "6" + (uuid "13aeb22b-6334-43e7-b39c-e57cd9e85deb") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 144.78 109.22 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "94a460c1-de51-4fb2-b5b0-2b1982be3dd8") + (property "Reference" "#PWR026" + (at 144.78 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 144.78 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 144.78 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 144.78 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 144.78 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b5cd0f9c-792d-4918-b95a-653a34c42868") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 226.06 76.2 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board no) + (dnp no) + (fields_autoplaced yes) + (uuid "9c7d20ce-179c-4e9d-a6ab-a8760117b9f6") + (property "Reference" "R4" + (at 226.06 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DNP" + (at 226.06 72.39 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "PCM_Resistor_SMD_AKL:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 226.06 77.978 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 226.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 226.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "484ce0da-51b7-459b-bb19-af234447c844") + ) + (pin "2" + (uuid "b91e8fab-7ddc-4393-a7e8-69028b1f0fc7") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 200.66 34.29 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "9d64126f-b700-4336-a22f-172bd64b89e5") + (property "Reference" "J7" + (at 198.12 34.2899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 198.12 36.8299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TerminalBlock:TerminalBlock_bornier-2_P5.08mm" + (at 200.66 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 200.66 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic screw terminal, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 200.66 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ae067fb8-3182-4534-8ba4-fd4e37bc01c0") + ) + (pin "2" + (uuid "dea53d18-9c6e-471e-ab75-2ec268e742aa") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 99.06 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a92fc74a-ee23-4479-8518-566a871068f4") + (property "Reference" "#PWR010" + (at 99.06 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 99.06 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7e095902-1c2d-4b90-9ea1-d5e353eeea9d") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 161.29 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b8e1f8e0-213c-4428-b3fe-c87095a92b0c") + (property "Reference" "NT10" + (at 161.29 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 161.29 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 161.29 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 161.29 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "ee8e5722-3da3-4d27-9a5f-af85b66064bd") + ) + (pin "1" + (uuid "36135b5f-fcd4-418a-ae21-ec48622c9a48") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "NT10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 90.17 152.4 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board no) + (dnp no) + (fields_autoplaced yes) + (uuid "bbacf85f-b1e9-4ef6-b18e-c77d5a356a56") + (property "Reference" "R2" + (at 90.17 146.05 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DNP" + (at 90.17 148.59 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "PCM_Resistor_SMD_AKL:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 90.17 154.178 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 90.17 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 90.17 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a30d0113-6759-4b7e-b70e-72a5db7eb54b") + ) + (pin "2" + (uuid "17d4db15-b9a5-4d66-8071-c1077fc29142") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 161.29 59.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "bbee7a0f-ec18-4993-aa5b-237607a12637") + (property "Reference" "NT8" + (at 161.29 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 161.29 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 161.29 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 161.29 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "252121bf-7b93-4c35-9177-bf4e3d269fe4") + ) + (pin "1" + (uuid "8ede57f5-2cca-47e8-958e-7355c718c860") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "NT8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 276.86 46.99 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c42850c5-9c5d-4431-8a59-e32197c17441") + (property "Reference" "#PWR016" + (at 276.86 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 277.2156 43.942 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 276.86 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 276.86 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 276.86 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4a289efe-1fc2-4455-9d3b-f7e7e6fbf12b") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR016") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 25.4 114.3 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c7957e29-d717-4721-be2c-a1a12cf2cc81") + (property "Reference" "C3" + (at 18.796 112.522 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100u" + (at 17.018 115.316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 26.3652 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 25.4 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ac84a8ad-a118-4bfd-a2a6-c6deb7929bc3") + ) + (pin "2" + (uuid "9b294bdb-8a70-44d3-97bb-0da9ce4df1a7") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 87.63 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ca864c06-0f51-4a08-a7ed-4b9130db11ed") + (property "Reference" "C1" + (at 81.026 40.132 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10u" + (at 81.026 42.672 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 88.5952 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 87.63 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 87.63 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a042afb6-bac0-42c6-973d-b2fca73943c1") + ) + (pin "2" + (uuid "69f348f1-d8c3-42ca-91c8-7cf694cc5f3c") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 95.25 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "cbaecd13-b678-466a-81b1-e02a74a57109") + (property "Reference" "#PWR06" + (at 95.25 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 95.6056 33.782 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 95.25 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 95.25 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 95.25 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fdf15e90-c3bb-4421-9301-f04978a650ca") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 44.45 139.7 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "cc299687-f82b-4ed2-9587-fa16e56e0c52") + (property "Reference" "#PWR022" + (at 44.45 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 44.8056 136.652 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 44.45 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 44.45 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 44.45 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "40f6fda6-99fa-48db-9343-01ef78227f05") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 161.29 33.02 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "cfe3bb1f-084e-4f2b-ab12-f3f9addfbd10") + (property "Reference" "NT2" + (at 161.29 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 161.29 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 161.29 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 161.29 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "8af6cc25-ce28-4589-b488-0c901f24d8ec") + ) + (pin "1" + (uuid "2a4d129b-48da-4a4d-8ccb-32a65e680eec") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "NT2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x05") + (at 106.68 123.19 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d1def56f-8a3c-434b-b462-34bd49e1894f") + (property "Reference" "J15" + (at 109.22 121.9199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x05" + (at 109.22 124.4599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" + (at 106.68 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 106.68 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "5" + (uuid "02fd501c-2db6-4bc5-835c-dc1e63ec17dc") + ) + (pin "2" + (uuid "1fe8a355-4193-4af7-b2b3-b2c2e1932c18") + ) + (pin "4" + (uuid "74198d9b-309e-485a-844a-72a564c657cd") + ) + (pin "3" + (uuid "8f885a7c-f1f2-410c-81cf-8abe6120156b") + ) + (pin "1" + (uuid "9ddec0bf-7908-4b1c-9049-63fe8bb43f85") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 97.79 151.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d8e1e0c3-f93d-4def-9696-a0f1aced8a89") + (property "Reference" "#PWR029" + (at 97.79 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 98.1456 148.082 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 97.79 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 97.79 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 97.79 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "51900370-2cd3-4c61-bc1c-7209be3fc62a") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR029") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 161.29 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "dca5e6ea-03d4-4427-b00e-3dd36c900cba") + (property "Reference" "NT9" + (at 161.29 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 161.29 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 161.29 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 161.29 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "65e1e527-aca9-4912-baa0-03382997cbd9") + ) + (pin "1" + (uuid "3812d166-b5b2-4645-8aee-85c0553d836f") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "NT9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 162.56 82.55 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e09bc3e9-b6bb-49ff-8e69-3f9a7e7d2211") + (property "Reference" "NT13" + (at 162.56 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 162.56 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "NetTie:NetTie-2_SMD_Pad0.5mm" + (at 162.56 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 162.56 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 162.56 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "887a55fe-2093-4e56-ba08-bca53b640e03") + ) + (pin "1" + (uuid "b159bbe1-935c-462c-80a3-045fe9d11e8e") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "NT13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "PCM_SL_Mechanical:MountingHole_M3_3.2mm_Pad") + (at 144.78 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f0597c57-8aaf-4d33-9ecd-df8a4bd0353d") + (property "Reference" "H4" + (at 148.59 116.8399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole_M3_3.2mm_Pad" + (at 148.59 119.3799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "PCM_SL_Mechanical:MountingHole_3.2mm_Pad" + (at 144.78 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 144.78 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.2mm Diameter Mounting Hole Pad (M3)" + (at 144.78 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "50bee690-d6a9-4d30-9915-13cd324bc6a5") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x04") + (at 52.07 143.51 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f1f6d2c1-1a31-44a6-b921-c9076649000a") + (property "Reference" "J12" + (at 54.61 143.5099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x04" + (at 54.61 146.0499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" + (at 52.07 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 52.07 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 52.07 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "1a001556-c258-40c1-bdde-e748d3903b00") + ) + (pin "1" + (uuid "d9ec0ad6-64a1-4e79-b166-e2d149b54218") + ) + (pin "3" + (uuid "a5e068b4-aa14-449c-8014-95feee5a84be") + ) + (pin "4" + (uuid "b7b5cfb3-5e4d-45d8-b307-5376218545d7") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 270.51 34.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ff4ae99d-3a5c-4669-b3d0-470bace4bc2e") + (property "Reference" "#PWR014" + (at 270.51 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 270.51 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 270.51 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 270.51 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 270.51 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ced810a9-1bbb-438c-8554-679f495a686a") + ) + (instances + (project "CewkomatorShield" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/pcb/fp-lib-table b/pcb/fp-lib-table new file mode 100644 index 0000000..a8cad92 --- /dev/null +++ b/pcb/fp-lib-table @@ -0,0 +1,4 @@ +(fp_lib_table + (version 7) + (lib (name "Arduino_MountingHole")(type "KiCad")(uri "${KIPRJMOD}/Arduino_MountingHole.pretty")(options "")(descr "")) +)