reform

MNT Reform: Open Source Portable Computer
Log (Feed) | Files | Refs (Tags) | README

commit 1c4b8f00e40cb777feb9e4e5c3c030adf4250906
parent 6049d22586eb5f42c431a3e8fe2da0a6f12fa22f
Author: Lukas F. Hartmann <lukas@mntre.com>
Date:   Fri, 12 Jan 2024 16:30:35 +0100

Merge branch 'master' of source.mnt.re:reform/reform

Diffstat:
M.gitlab-ci.yml | 2++
Mreform2-keyboard-fw/constants.h | 7++++++-
Areform2-keyboard-fw/flash-direct.sh | 9+++++++++
Mreform2-keyboard-fw/flash.sh | 48+++++++++++++++++++++++++++++++++---------------
Mreform2-keyboard-fw/keyboard.c | 9++++++++-
Mreform2-lpc-fw/src/boards/reform2/board_reform2.c | 2+-
Mreform2-motherboard25-pcb/reform2-audio.kicad_sch | 2358++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------
Mreform2-motherboard25-pcb/reform2-display.kicad_sch | 1918+++++++++++++++++++++++++++++++++++++++++++++++++------------------------------
Mreform2-motherboard25-pcb/reform2-eth.kicad_sch | 1282++++++++++++++++++++++++++++++++++++++++++++-----------------------------------
Mreform2-motherboard25-pcb/reform2-hdmi.kicad_sch | 1124+++++++++++++++++++++++++++++++++++++++++++++++++------------------------------
Mreform2-motherboard25-pcb/reform2-lpc.kicad_sch | 2289++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------
Mreform2-motherboard25-pcb/reform2-motherboard25.kicad_pcb | 39294++++++++++++++++++++++++++++++++++++++++++++++---------------------------------
Mreform2-motherboard25-pcb/reform2-motherboard25.kicad_prl | 2++
Mreform2-motherboard25-pcb/reform2-motherboard25.kicad_pro | 33++++++++++++++++++++++++---------
Mreform2-motherboard25-pcb/reform2-motherboard25.kicad_sch | 5223++++++++++++++++++++++++++++---------------------------------------------------
Mreform2-motherboard25-pcb/reform2-pcie.kicad_sch | 2690+++++++++++++++++++++++++++++++++++++++++++++++++------------------------------
Mreform2-motherboard25-pcb/reform2-power.kicad_sch | 5899++++++++++++++++++++++++++++++++++++++++++-------------------------------------
Mreform2-motherboard25-pcb/reform2-regulators.kicad_sch | 2746++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------
Mreform2-motherboard25-pcb/reform2-sd.kicad_sch | 885++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------
Mreform2-motherboard25-pcb/reform2-usb.kicad_sch | 3676+++++++++++++++++++++++++++++++++++++++++++++++++------------------------------
Mreform2-motherboard25-pcb/reform2-usbpwr.kicad_sch | 447+++++++++++++++++++++++++++++++++++++++++++++++++------------------------------
Mreform2-trackball-fw/Mouse.c | 21++++++++++++++++++---
Mreform2-trackball-fw/flash.sh | 6++++--
23 files changed, 40027 insertions(+), 29943 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -11,6 +11,8 @@ build: - reform2-keyboard-fw/keyboard-3-standalone.hex - reform2-keyboard-fw/keyboard-3_US.hex - reform2-keyboard-fw/keyboard-3_US-standalone.hex + - reform2-keyboard-fw/keyboard-3_NEO2.hex + - reform2-keyboard-fw/keyboard-3_NEO2-standalone.hex - reform2-trackball-fw/Mouse.hex - reform2-trackpad-fw/Mouse.hex - reform2-lpc-fw/firmware-20_R3.bin diff --git a/reform2-keyboard-fw/constants.h b/reform2-keyboard-fw/constants.h @@ -15,6 +15,11 @@ #ifdef KBD_VARIANT_3_US # define KBD_VARIANT_3 #endif +// KBD_VARIANT_3_NEO2 sets KBD_VARIANT_3 and KBD_VARIANT_NEO2 +#ifdef KBD_VARIANT_3_NEO2 +# define KBD_VARIANT_3 +# define KBD_VARIANT_NEO2 +#endif // KBD_VARIANT_2_US sets KBD_VARIANT_2 (which does nothing right now as it's // the default) #ifdef KBD_VARIANT_2_US @@ -22,7 +27,7 @@ #endif // allow overriding KBD_FW_VERSION by not touching it if it's already set #ifndef KBD_FW_VERSION -# define KBD_FW_VERSION "20230703" +# define KBD_FW_VERSION "20231124" #endif // set KBD_FW_REV according to variant 2 or 3 #ifdef KBD_VARIANT_3 diff --git a/reform2-keyboard-fw/flash-direct.sh b/reform2-keyboard-fw/flash-direct.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# +# this script is used for development. you should probably use flash.sh instead. +# + +dfu-programmer atmega32u4 erase --suppress-bootloader-mem +dfu-programmer atmega32u4 flash ./keyboard.hex --suppress-bootloader-mem +dfu-programmer atmega32u4 start + diff --git a/reform2-keyboard-fw/flash.sh b/reform2-keyboard-fw/flash.sh @@ -48,17 +48,36 @@ devnum_keyboard= if [ -n "$path_keyboard" ] && [ -e "$path_keyboard" ]; then busnum_keyboard="$(udevadm info --query=property --property=BUSNUM --value "$path_keyboard")" devnum_keyboard="$(udevadm info --query=property --property=DEVNUM --value "$path_keyboard")" + echo " 1. Find out your keyboard firmware version in the 'System Status' by pressing" >&2 + echo " the circle key followed by the S key. The keyboard firmware version is on" >&2 + echo " on the last line in a date-based format YYYYMMDD. Then either:" echo >&2 - echo "Press the circle key followed by the X key to enter firmware update mode." >&2 + echo " 2.A. If you are on keyboard firmware version 20231124 or newer:" >&2 echo >&2 - echo "If you have an old version of the keyboard firmware, you might need to:" >&2 - echo "- Toggle the programming DIP switch SW84 on the keyboard to “ON”." >&2 - echo "- Then press the reset button SW83." >&2 + echo " 2.A.1. Press the circle key followed by the X key to enter firmware update mode." >&2 echo >&2 - echo "Waiting for the keyboard to disappear..." >&2 - udevadm wait --removed "$path_keyboard" - echo "Waiting for the Atmel DFU bootloader USB device to appear..." >&2 - udevadm wait --settle "$path_keyboard" + echo " 2.B. If you are on keyboard firmware version older than 20231124:" >&2 + echo >&2 + echo " 2.B.1. Toggle the programming DIP switch SW84 on the keyboard to “ON”." >&2 + echo " 2.B.2. Press the reset button SW83." >&2 + echo >&2 + echo " ATTENTION: Do not remove the keyboard bezel without having disconnected" >&2 + echo " both battery boards first. If you don't want to remove the" >&2 + echo " bezel you can reach both the programming DIP switch as well" >&2 + echo " as the reset button with a non-conductive thin stick (like" >&2 + echo " a wooden toothpick) behind the F4 key." >&2 + echo >&2 + if [ "$(udevadm --version)" -lt 251 ]; then + # no udevadm wait before version 251 + echo " 3. Press the Enter key once you are ready" >&2 + # shellcheck disable=SC2034 + read -r enter + else + echo " 3. Waiting for the keyboard to disappear..." >&2 + udevadm wait --removed "$path_keyboard" + echo " 4. Waiting for the Atmel DFU bootloader USB device to appear..." >&2 + udevadm wait --settle "$path_keyboard" + fi fi path=$(find_usb_device 03eb 2ff4 ATm32U4DFU) @@ -96,13 +115,12 @@ dfu-programmer "$device" flash ./keyboard.hex --suppress-bootloader-mem dfu-programmer "$device" start -echo "Waiting for the Atmel DFU bootloader USB device to disappear..." >&2 - -udevadm wait --removed "$path" - -echo "Waiting for the keyboard to re-appear..." >&2 - -udevadm wait --settle "$path" +if [ "$(udevadm --version)" -ge 251 ]; then + echo "Waiting for the Atmel DFU bootloader USB device to disappear..." >&2 + udevadm wait --removed "$path" + echo "Waiting for the keyboard to re-appear..." >&2 + udevadm wait --settle "$path" +fi echo "All done!" >&2 echo >&2 diff --git a/reform2-keyboard-fw/keyboard.c b/reform2-keyboard-fw/keyboard.c @@ -277,10 +277,17 @@ int main(void) matrix_fn[KBD_COLS*4+1]=KEY_DELETE; matrix_fn_toggled[KBD_COLS*4+1]=KEY_DELETE; #endif + #ifdef KBD_VARIANT_NEO2 - matrix[KBD_COLS*3+0]=HID_KEYBOARD_SC_CAPS_LOCK; // M3 matrix[KBD_COLS*2+13]=KEY_ENTER; + matrix[KBD_COLS*3+0]=HID_KEYBOARD_SC_CAPS_LOCK; // left M3 matrix[KBD_COLS*3+13]=KEY_BACKSLASH_AND_PIPE; // M3 + #ifdef KBD_VARIANT_3 + matrix[KBD_COLS*3+12]=KEY_BACKSLASH_AND_PIPE; // M3 + matrix[KBD_COLS*5+2]=HID_KEYBOARD_SC_RIGHT_CONTROL; + matrix[KBD_COLS*5+7]=HID_KEYBOARD_SC_LEFT_ALT; + matrix[KBD_COLS*5+8]=HID_KEYBOARD_SC_RIGHT_ALT; + #endif #endif setup_hardware(); diff --git a/reform2-lpc-fw/src/boards/reform2/board_reform2.c b/reform2-lpc-fw/src/boards/reform2/board_reform2.c @@ -65,7 +65,7 @@ # define FW_STRING2 "25_R2" #endif #ifndef FW_STRING3 -# define FW_STRING3 "20230703" +# define FW_STRING3 "20231124" #endif #define FW_REV FW_STRING1 FW_STRING2 FW_STRING3 diff --git a/reform2-motherboard25-pcb/reform2-audio.kicad_sch b/reform2-motherboard25-pcb/reform2-audio.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid 3423456e-b896-46c5-9dff-5c526887ce07) @@ -16,25 +16,25 @@ (lib_symbols (symbol "Connector:Conn_01x03_Male" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 0 5.08 0) + (property "Reference" "J" (at 0 5.08 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Conn_01x03_Male" (id 1) (at 0 -5.08 0) + (property "Value" "Conn_01x03_Male" (at 0 -5.08 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (property "ki_description" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Conn_01x03_Male_1_1" @@ -43,7 +43,7 @@ (xy 1.27 -2.54) (xy 0.8636 -2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -51,7 +51,7 @@ (xy 1.27 0) (xy 0.8636 0) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -59,19 +59,19 @@ (xy 1.27 2.54) (xy 0.8636 2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (pin passive line (at 5.08 2.54 180) (length 3.81) @@ -89,46 +89,46 @@ ) ) (symbol "Connector_Generic:Conn_01x04" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 0 5.08 0) + (property "Reference" "J" (at 0 5.08 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Conn_01x04" (id 1) (at 0 -7.62 0) + (property "Value" "Conn_01x04" (at 0 -7.62 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Conn_01x04_1_1" (rectangle (start -1.27 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) (pin passive line (at -5.08 2.54 0) (length 3.81) @@ -150,25 +150,25 @@ ) ) (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (property "ki_keywords" "capacitor cap" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small_0_1" @@ -177,7 +177,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -185,7 +185,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -201,25 +201,25 @@ ) ) (symbol "Device:FerriteBead_Small" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "FB" (id 0) (at 1.905 1.27 0) + (property "Reference" "FB" (at 1.905 1.27 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "FerriteBead_Small" (id 1) (at 1.905 -1.27 0) + (property "Value" "FerriteBead_Small" (at 1.905 -1.27 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at -1.778 0 90) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "L ferrite bead inductor filter" (id 4) (at 0 0 0) + (property "ki_keywords" "L ferrite bead inductor filter" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Ferrite bead, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Ferrite bead, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Inductor_* L_* *Ferrite*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Inductor_* L_* *Ferrite*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "FerriteBead_Small_0_1" @@ -228,7 +228,7 @@ (xy 0 -1.27) (xy 0 -0.7874) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -236,7 +236,7 @@ (xy 0 0.889) (xy 0 1.2954) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -247,7 +247,7 @@ (xy 1.1176 -1.4224) (xy -1.8288 0.2794) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -263,42 +263,42 @@ ) ) (symbol "Device:L_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "L" (id 0) (at 0.762 1.016 0) + (property "Reference" "L" (at 0.762 1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "L_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "L_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "inductor choke coil reactor magnetic" (id 4) (at 0 0 0) + (property "ki_keywords" "inductor choke coil reactor magnetic" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Inductor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Inductor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "L_Small_0_1" - (arc (start 0 -2.032) (mid 0.508 -1.524) (end 0 -1.016) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 -2.032) (mid 0.5058 -1.524) (end 0 -1.016) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 -1.016) (mid 0.508 -0.508) (end 0 0) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 -1.016) (mid 0.5058 -0.508) (end 0 0) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 0) (mid 0.508 0.508) (end 0 1.016) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 0) (mid 0.5058 0.508) (end 0 1.016) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 1.016) (mid 0.508 1.524) (end 0 2.032) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 1.016) (mid 0.5058 1.524) (end 0 2.032) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -314,30 +314,30 @@ ) ) (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (property "Reference" "R" (at 0.762 0.508 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "R_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Resistor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_Small_0_1" (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -353,25 +353,25 @@ ) ) (symbol "Power_Protection:SP0503BAHT" (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at 5.715 2.54 0) + (property "Reference" "D" (at 5.715 2.54 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "SP0503BAHT" (id 1) (at 5.715 0.635 0) + (property "Value" "SP0503BAHT" (at 5.715 0.635 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-143" (id 2) (at 5.715 -1.27 0) + (property "Footprint" "Package_TO_SOT_SMD:SOT-143" (at 5.715 -1.27 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "http://www.littelfuse.com/~/media/files/littelfuse/technical%20resources/documents/data%20sheets/sp05xxba.pdf" (id 3) (at 3.175 3.175 0) + (property "Datasheet" "http://www.littelfuse.com/~/media/files/littelfuse/technical%20resources/documents/data%20sheets/sp05xxba.pdf" (at 3.175 3.175 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "usb esd protection suppression transient" (id 4) (at 0 0 0) + (property "ki_keywords" "usb esd protection suppression transient" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "TVS Diode Array, 5.5V Standoff, 3 Channels, SOT-143 package" (id 5) (at 0 0 0) + (property "ki_description" "TVS Diode Array, 5.5V Standoff, 3 Channels, SOT-143 package" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SOT?143*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SOT?143*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "SP0503BAHT_0_0" @@ -382,11 +382,11 @@ ) (symbol "SP0503BAHT_0_1" (rectangle (start -4.445 2.54) (end 4.445 -2.54) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) (circle (center 0 -1.27) (radius 0.254) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (polyline @@ -394,7 +394,7 @@ (xy -2.54 2.54) (xy -2.54 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -402,7 +402,7 @@ (xy 0 -1.27) (xy 0 -2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -410,7 +410,7 @@ (xy 0 -1.27) (xy 0 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -418,7 +418,7 @@ (xy 0 2.54) (xy 0 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -426,7 +426,7 @@ (xy 0.635 1.27) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -434,7 +434,7 @@ (xy 2.54 2.54) (xy 2.54 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -443,7 +443,7 @@ (xy -0.762 1.27) (xy -0.762 1.016) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -453,7 +453,7 @@ (xy -1.905 1.27) (xy -1.778 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -463,7 +463,7 @@ (xy 2.54 -1.27) (xy 2.54 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -473,7 +473,7 @@ (xy -3.175 0) (xy -2.54 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -483,7 +483,7 @@ (xy 0 1.27) (xy 0.635 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -493,7 +493,7 @@ (xy 3.175 1.27) (xy 3.302 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -503,7 +503,7 @@ (xy 3.175 0) (xy 2.54 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -523,22 +523,22 @@ ) ) (symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 0 3.556 0) + (property "Value" "+3V3" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+3V3_0_1" @@ -547,7 +547,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -555,7 +555,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -563,7 +563,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -575,22 +575,22 @@ ) ) (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 0 -3.81 0) + (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND_0_1" @@ -603,7 +603,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -615,22 +615,22 @@ ) ) (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (id 0) (at 0 1.905 0) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0) + (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) + (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "PWR_FLAG_0_0" @@ -649,45 +649,45 @@ (xy 1.016 1.905) (xy 0 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) ) (symbol "reform2:SJ-43516-SMT" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at -7.6454 5.6134 0) + (property "Reference" "J" (at -7.6454 5.6134 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Value" "SJ-43516-SMT" (id 1) (at -7.62 -10.668 0) + (property "Value" "SJ-43516-SMT" (at -7.62 -10.668 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Footprint" "SJ-43516-SMT" (id 2) (at 0 0 0) + (property "Footprint" "SJ-43516-SMT" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "0.45 USD" (id 3) (at 0 0 0) + (property "Datasheet" "0.45 USD" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Availability" "Unavailable" (id 4) (at 0 0 0) + (property "Availability" "Unavailable" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "MF" "CUI" (id 5) (at 0 0 0) + (property "MF" "CUI" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "MP" "SJ-43516-SMT" (id 6) (at 0 0 0) + (property "MP" "SJ-43516-SMT" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Description" "Conn 3.5MM Audio Jack F 6 POS Solder RA SMD 6 Terminal 1 Port" (id 7) (at 0 0 0) + (property "Description" "Conn 3.5MM Audio Jack F 6 POS Solder RA SMD 6 Terminal 1 Port" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Package" "None" (id 8) (at 0 0 0) + (property "Package" "None" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "ki_locked" "" (id 9) (at 0 0 0) + (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27))) ) (symbol "SJ-43516-SMT_0_0" (rectangle (start -8.89 -5.08) (end -7.5946 5.08) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (polyline @@ -695,7 +695,7 @@ (xy -5.08 1.27) (xy -6.35 2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -703,7 +703,7 @@ (xy -3.81 -7.62) (xy -2.54 -6.35) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -711,7 +711,7 @@ (xy -3.81 2.54) (xy -5.08 1.27) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -719,7 +719,7 @@ (xy -2.54 -6.35) (xy -1.27 -7.62) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -727,7 +727,7 @@ (xy -2.54 -1.27) (xy -3.81 0) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -735,7 +735,7 @@ (xy -1.27 -7.62) (xy 0 -7.62) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -743,7 +743,7 @@ (xy -1.27 0) (xy -2.54 -1.27) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -751,7 +751,7 @@ (xy -0.508 -6.858) (xy 0 -7.62) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -759,7 +759,7 @@ (xy -0.508 -0.762) (xy 0 -0.762) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -767,7 +767,7 @@ (xy 0 -7.62) (xy 0.508 -6.858) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -775,7 +775,7 @@ (xy 0 -6.858) (xy -0.508 -6.858) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -783,7 +783,7 @@ (xy 0 -6.858) (xy 0 -5.08) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -791,7 +791,7 @@ (xy 0 -0.762) (xy 0 -2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -799,7 +799,7 @@ (xy 0 -0.762) (xy 0.508 -0.762) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -807,7 +807,7 @@ (xy 0 0) (xy -1.27 0) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -815,7 +815,7 @@ (xy 0 0) (xy -0.508 -0.762) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -823,7 +823,7 @@ (xy 0 5.08) (xy -7.62 5.08) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -831,7 +831,7 @@ (xy 0.508 -6.858) (xy 0 -6.858) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -839,7 +839,7 @@ (xy 0.508 -0.762) (xy 0 0) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -847,7 +847,7 @@ (xy 1.27 0) (xy 0 0) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -855,7 +855,7 @@ (xy 1.27 2.54) (xy -3.81 2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (pin input line (at 5.08 5.08 180) (length 5.08) @@ -885,16 +885,16 @@ ) ) (symbol "reform2:WM8960" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -1.27 41.91 0) + (property "Reference" "U" (at -1.27 41.91 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "WM8960" (id 1) (at -1.27 39.37 0) + (property "Value" "WM8960" (at -1.27 39.37 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at -1.27 44.45 0) + (property "Footprint" "" (at -1.27 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at -1.27 44.45 0) + (property "Datasheet" "" (at -1.27 44.45 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "WM8960_0_0" @@ -1033,7 +1033,7 @@ ) (symbol "WM8960_0_1" (rectangle (start -12.7 36.83) (end 12.7 -62.23) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type background)) ) ) @@ -1161,579 +1161,579 @@ (no_connect (at 152.4 78.74) (uuid ca71ce90-f811-4371-8a3e-d2fbb63ad9c6)) (wire (pts (xy 49.53 107.95) (xy 58.42 107.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0261a564-87ab-4b8f-8d8d-d23324397d33) ) (wire (pts (xy 154.94 158.75) (xy 152.4 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 03b38ed5-3319-4983-a0ed-2744477a6c43) ) (wire (pts (xy 146.05 44.45) (xy 167.64 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0421613b-e5e0-4aea-9b24-a792c5170f7e) ) (wire (pts (xy 162.56 110.49) (xy 166.37 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 056d0842-9261-4d3f-aad2-5022cf21907c) ) (wire (pts (xy 184.15 71.12) (xy 185.42 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 06b485b3-fd48-4eef-a3b1-59cceb294a4f) ) (wire (pts (xy 220.98 100.33) (xy 220.98 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 07c26658-7714-4112-8ff5-ac5fb1bc5a34) ) (wire (pts (xy 99.06 116.84) (xy 87.63 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 08465fe1-5f2e-4d7c-87f9-55a0b2d69044) ) (wire (pts (xy 95.25 134.62) (xy 105.41 134.62)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0abdc440-1e5d-440f-a9ec-623eba9df160) ) (wire (pts (xy 113.03 116.84) (xy 121.92 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0b53b0be-4adc-44db-b04a-3f102654d08f) ) (wire (pts (xy 49.53 110.49) (xy 66.04 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0c637217-3716-41fa-85dc-503b3971d233) ) (wire (pts (xy 96.52 87.63) (xy 121.92 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0cffa242-066b-4528-87d4-8ca7f7f51ae1) ) (wire (pts (xy 58.42 104.14) (xy 58.42 107.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0dd45fc1-d745-4180-a07e-07a39ddfe248) ) (wire (pts (xy 170.18 151.13) (xy 158.75 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0dfc1440-c4fb-4f06-bed3-4e1ebbeec0cc) ) (wire (pts (xy 92.71 66.04) (xy 106.68 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0feaec2d-b9f0-4f3e-92f8-403a38d877fa) ) (wire (pts (xy 165.1 77.47) (xy 165.1 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 10a7b0cb-543e-485b-a7f9-0ed647c116e1) ) (wire (pts (xy 121.92 72.39) (xy 106.68 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1414f1e6-afd0-4f9f-9003-4cc05267a3b3) ) (wire (pts (xy 104.14 116.84) (xy 113.03 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 14d89884-f0d5-4693-9c54-068bc85a769a) ) (wire (pts (xy 95.25 152.4) (xy 95.25 134.62)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 19af3b8f-7513-469a-9d31-95584dad2d81) ) (wire (pts (xy 165.1 77.47) (xy 166.37 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1a88421c-b1cc-47db-b055-72260b1a0bfb) ) (wire (pts (xy 106.68 72.39) (xy 106.68 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1b0ba523-2c24-4657-8de2-13090bee0be4) ) (wire (pts (xy 66.04 134.62) (xy 87.63 134.62)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1cb628e2-abbc-4a7a-98a9-17a77c9dd90b) ) (wire (pts (xy 171.45 116.84) (xy 176.53 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1fccd1ad-6141-4c4f-80d3-d185c5286fc4) ) (wire (pts (xy 170.18 97.79) (xy 220.98 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 21571ede-c380-4f6c-b803-d15503d0a33c) ) (wire (pts (xy 163.83 76.2) (xy 163.83 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 252d1107-69d9-4655-874b-6f0e78a6473a) ) (wire (pts (xy 113.03 140.97) (xy 113.03 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2706af8c-1be5-4d35-b575-11f881621ac7) ) (wire (pts (xy 218.44 85.09) (xy 227.33 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2996b249-5b66-4e72-b664-3b59c71d9da7) ) (wire (pts (xy 218.44 100.33) (xy 218.44 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2a3146c4-e20e-4f84-989b-020557ab91a5) ) (wire (pts (xy 181.61 135.89) (xy 181.61 134.62)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2a34567e-b01a-4a09-9c95-c4a2d195780e) ) (wire (pts (xy 113.03 142.24) (xy 113.03 140.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2c34ded0-b928-43f0-868e-355cbb27538d) ) (wire (pts (xy 201.93 120.65) (xy 203.2 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 32c4b54b-e633-40d5-86fc-0c3c0444bb7c) ) (wire (pts (xy 121.92 78.74) (xy 115.57 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3732db79-495b-4b65-951d-11798607c85e) ) (wire (pts (xy 165.1 85.09) (xy 152.4 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 38ece0f5-eb99-4fda-84b2-b97cb2679043) ) (wire (pts (xy 109.22 100.33) (xy 113.03 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3b020115-2aa7-4e5e-a074-f281982dda1b) ) (wire (pts (xy 181.61 137.16) (xy 181.61 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3b81fd2e-abcd-4563-a5f6-6bcd620f34d9) ) (wire (pts (xy 157.48 90.17) (xy 152.4 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3be378d3-2147-404b-bfd4-ed2035a25c74) ) (wire (pts (xy 101.6 72.39) (xy 106.68 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3eaf1d6e-fc82-4afa-ae60-6e4f19886ec2) ) (wire (pts (xy 163.83 46.99) (xy 158.75 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 411ece15-3687-4021-ad33-4ecff2957c15) ) (wire (pts (xy 190.5 110.49) (xy 203.2 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 42832421-bf5e-46f9-851a-bab8c43e9f16) ) (wire (pts (xy 158.75 144.78) (xy 170.18 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 42bcd587-b79d-4eb8-ab1e-ecf29860dd63) ) (wire (pts (xy 152.4 68.58) (xy 161.29 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 44141795-80e3-4749-8232-647593dd5dbe) ) (wire (pts (xy 201.93 102.87) (xy 185.42 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 455718ea-b683-4217-a183-0b95873c9703) ) (wire (pts (xy 66.04 130.81) (xy 66.04 134.62)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4703487f-9808-404c-9123-cf285312d928) ) (wire (pts (xy 176.53 85.09) (xy 165.1 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 48074e41-6512-4506-9263-aefbc6bca418) ) (wire (pts (xy 157.48 97.79) (xy 152.4 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4df8c49e-6438-42b7-9377-1eb2c09d3904) ) (wire (pts (xy 179.07 128.27) (xy 179.07 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 526e47c8-5aef-4c1a-b5bc-2f3298837cf9) ) (wire (pts (xy 91.44 95.25) (xy 86.36 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5553780c-03af-4058-ad37-84f4ff284b08) ) (wire (pts (xy 227.33 92.71) (xy 193.04 92.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 56fe6954-3c38-4201-afc3-f81a9574a105) ) (wire (pts (xy 185.42 102.87) (xy 177.8 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 57158a5b-2cb2-407f-abf8-ac6172040299) ) (wire (pts (xy 190.5 129.54) (xy 203.2 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 57675b30-312e-4e65-a3ff-c21711afc73f) ) (wire (pts (xy 152.4 110.49) (xy 157.48 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 58e6a062-c407-4b93-a796-58546a7341c3) ) (wire (pts (xy 121.92 100.33) (xy 118.11 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5987840f-61e1-4dfd-9d7f-e42da605f57d) ) (wire (pts (xy 96.52 95.25) (xy 121.92 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5adfdc4a-3bd1-4163-8e38-b93c3d473f2e) ) (wire (pts (xy 190.5 116.84) (xy 201.93 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5af53923-0e5f-4b4c-887e-5626fe931232) ) (wire (pts (xy 190.5 128.27) (xy 190.5 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5cebf5f4-a043-4a9b-b554-04d928ad7dfa) ) (wire (pts (xy 152.4 129.54) (xy 157.48 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 63313b0e-1733-460c-805f-191595146f50) ) (wire (pts (xy 201.93 116.84) (xy 201.93 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6589d1be-cd30-4bdf-a01f-f0b4df27c555) ) (wire (pts (xy 113.03 124.46) (xy 113.03 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 65b1bf60-1ce6-4b34-99ab-1f08efbc03f1) ) (wire (pts (xy 44.45 110.49) (xy 41.91 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 691134f2-09b2-45f5-9361-3f038182124c) ) (wire (pts (xy 177.8 102.87) (xy 170.18 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 69a4cc23-6493-4d2a-80d4-14eb7f51db97) ) (wire (pts (xy 153.67 46.99) (xy 146.05 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6b7c1226-b66b-44a7-be10-68bec3b948f7) ) (wire (pts (xy 173.99 110.49) (xy 190.5 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 759bada5-35ba-4f13-8f6d-d57fbaa2a968) ) (wire (pts (xy 115.57 78.74) (xy 106.68 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 762bc0da-ab32-4e2b-9a6f-947aa6621d12) ) (wire (pts (xy 78.74 78.74) (xy 78.74 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7c10bfd7-f7a8-4e94-bff0-0625f3af5d80) ) (wire (pts (xy 179.07 123.19) (xy 190.5 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7f3113fb-7fec-46bb-909d-7934368dbafb) ) (wire (pts (xy 162.56 123.19) (xy 166.37 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 80fe5b39-fff0-4ad2-9e07-355bb7650a8a) ) (wire (pts (xy 66.04 124.46) (xy 66.04 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 867ca017-777e-4121-b510-63cd27e4bb3b) ) (wire (pts (xy 154.94 160.02) (xy 154.94 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8699ae0f-3dd9-4ea9-b4a2-3829cc0b9c7d) ) (wire (pts (xy 91.44 97.79) (xy 121.92 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 88bae56b-9afa-416a-a0c0-b1ed46c12b26) ) (wire (pts (xy 185.42 87.63) (xy 185.42 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8ac8d004-2b16-479b-8c85-64546f333c68) ) (wire (pts (xy 171.45 123.19) (xy 179.07 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8b8df5b4-4398-4e43-871c-5cf4cccba475) ) (wire (pts (xy 181.61 129.54) (xy 190.5 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8c385888-b4b9-4bf5-8695-0ddf0f43b59f) ) (wire (pts (xy 91.44 87.63) (xy 86.36 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8f87c4d5-30a5-4f32-bf98-95c2469a21e3) ) (wire (pts (xy 161.29 49.53) (xy 161.29 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 90a197a6-4696-436f-9c25-d23e69aeae75) ) (wire (pts (xy 162.56 97.79) (xy 170.18 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9192a393-4672-4188-86d1-4e0146cd0463) ) (wire (pts (xy 162.56 90.17) (xy 177.8 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 939c306c-e57d-452c-88fa-8c020dc27e7a) ) (wire (pts (xy 41.91 107.95) (xy 44.45 107.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 984ae266-f6da-4d51-a382-ff3d77473663) ) (wire (pts (xy 177.8 96.52) (xy 177.8 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9ce8bea4-29dc-4856-b1b5-4e505cedec7f) ) (wire (pts (xy 152.4 71.12) (xy 179.07 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9d21b68d-a33f-4a22-802d-63c18737abb3) ) (wire (pts (xy 223.52 90.17) (xy 227.33 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9d46dce9-ce9e-42f8-acdd-ec42c179da5c) ) (wire (pts (xy 181.61 85.09) (xy 185.42 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a04d972a-7ab0-4832-a5a7-ae52de7dd1ae) ) (wire (pts (xy 58.42 107.95) (xy 121.92 107.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a4ef3a3c-0421-406c-be92-f9a4a3685142) ) (wire (pts (xy 113.03 158.75) (xy 113.03 157.48)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a627956f-7060-493d-beed-31060c3398df) ) (wire (pts (xy 161.29 49.53) (xy 152.4 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a9a67776-c0a5-463b-bd21-0bd1de0f7d9b) ) (wire (pts (xy 113.03 152.4) (xy 121.92 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ab07c163-4eec-4cca-83ad-28098b7b7385) ) (wire (pts (xy 78.74 66.04) (xy 87.63 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid abef2463-a3f7-4367-b453-028d060476e5) ) (wire (pts (xy 172.72 77.47) (xy 171.45 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ac536e7f-8757-4d81-9c64-ac0ee9182f24) ) (wire (pts (xy 96.52 92.71) (xy 86.36 92.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ad46c9a2-32d2-460e-9bca-b125a3be7b0b) ) (wire (pts (xy 101.6 92.71) (xy 121.92 92.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ad4e7052-069f-4f02-8f81-7e878a7f09d5) ) (wire (pts (xy 106.68 66.04) (xy 115.57 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b192886d-44e8-4fb8-b0fb-dbad76a48f81) ) (wire (pts (xy 86.36 90.17) (xy 101.6 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b2513ca2-88e8-4e60-9f87-a910ae42c4d5) ) (wire (pts (xy 185.42 87.63) (xy 227.33 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b4da1e00-bc32-462e-8fb0-848767127839) ) (wire (pts (xy 177.8 90.17) (xy 223.52 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b769853c-7fac-489e-bec0-c3ee7a55bf69) ) (wire (pts (xy 173.99 135.89) (xy 176.53 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b7b68303-6046-489a-bcbd-f8a83ba4f8e6) ) (wire (pts (xy 66.04 106.68) (xy 66.04 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bace05e7-26c7-47e2-8aaa-58561ce21db6) ) (wire (pts (xy 106.68 34.29) (xy 193.04 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bb90a9db-401b-491f-8cf0-086da8f2e941) ) (wire (pts (xy 203.2 110.49) (xy 203.2 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bcb0a312-399a-45c7-a03c-0b85a80c5a6c) ) (wire (pts (xy 95.25 152.4) (xy 113.03 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bd7ff24a-b6c0-4508-8e09-8b7aaa1c3e8a) ) (wire (pts (xy 220.98 111.76) (xy 220.98 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bdd15c21-6c7e-49ae-ab97-3a52cb9176aa) ) (wire (pts (xy 106.68 78.74) (xy 106.68 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bdda9fb2-7004-4ad2-a8f6-4bfa32bdef75) ) (wire (pts (xy 193.04 34.29) (xy 193.04 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid be4515fb-7a2c-44ee-92c1-d05e059d279f) ) (wire (pts (xy 152.4 123.19) (xy 157.48 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bebdd30a-8f2e-4a0a-8bcf-5177c577b43e) ) (wire (pts (xy 203.2 129.54) (xy 203.2 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bfbd1d3a-5969-4447-be25-e82f4c293741) ) (wire (pts (xy 191.77 66.04) (xy 193.04 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c1764033-a2ed-4435-9feb-0846adcd5fa1) ) (wire (pts (xy 171.45 129.54) (xy 181.61 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c1ce1745-3933-47fb-b4f3-472a54a3f7ba) ) (wire (pts (xy 171.45 110.49) (xy 173.99 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c1eff3c3-6a06-4a9e-a807-fd09c0f38fb0) ) (wire (pts (xy 193.04 66.04) (xy 193.04 62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c2443a0a-72a3-4b56-99e8-f375eed3f157) ) (wire (pts (xy 113.03 134.62) (xy 105.41 134.62)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c711b140-98a7-4b73-9acd-e4d47c06a06d) ) (wire (pts (xy 179.07 135.89) (xy 181.61 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c91d06d0-b019-4246-b3d0-63f3286d8fe3) ) (wire (pts (xy 106.68 90.17) (xy 121.92 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c94158b4-dc5a-4566-a6f0-937353c46821) ) (wire (pts (xy 92.71 134.62) (xy 95.25 134.62)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c9fdfaf3-d61c-443a-9c2e-16e376d9ea40) ) (wire (pts (xy 147.32 49.53) (xy 146.05 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ca12358b-aad0-4613-bf45-94574c3032f0) ) (wire (pts (xy 177.8 91.44) (xy 177.8 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ccd520e7-3635-4dbf-ab6d-947b8a7e8ab9) ) (wire (pts (xy 186.69 66.04) (xy 152.4 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d00ee945-397d-4ed7-a2e2-dc038a75005a) ) (wire (pts (xy 78.74 78.74) (xy 87.63 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d056471e-202f-4dc7-9f9a-a9d4f4ffd2d5) ) (wire (pts (xy 172.72 78.74) (xy 172.72 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d0781f70-91fb-4433-b266-a31664a1f3b6) ) (wire (pts (xy 113.03 134.62) (xy 121.92 134.62)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d0eb87dd-e58c-4760-a8e6-1f587706b344) ) (wire (pts (xy 193.04 92.71) (xy 193.04 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d29fefd1-b73e-47c9-b424-666e788e53c6) ) (wire (pts (xy 115.57 66.04) (xy 121.92 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d5117aa0-9ff0-419b-87bb-cfb653784976) ) (wire (pts (xy 162.56 116.84) (xy 166.37 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d57f7821-fe22-44cd-94f0-798471760558) ) (wire (pts (xy 185.42 85.09) (xy 218.44 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d9372656-f68a-4002-87b7-2de5ee28898b) ) (wire (pts (xy 113.03 140.97) (xy 121.92 140.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dc091791-84c1-4fe2-be37-370bc2a58dc9) ) (wire (pts (xy 220.98 97.79) (xy 227.33 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dd31b17a-4325-4412-a466-4ccd75791a04) ) (wire (pts (xy 92.71 78.74) (xy 106.68 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dfb06ed8-f290-4727-aadc-e19274a4f1ed) ) (wire (pts (xy 152.4 116.84) (xy 157.48 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e06b8205-df25-4a19-96ae-d1033358628d) ) (wire (pts (xy 113.03 160.02) (xy 113.03 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e3f600cd-336d-40cf-8198-4b94e621f731) ) (wire (pts (xy 170.18 151.13) (xy 170.18 149.86)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e483142e-8dff-4e9d-bdf6-2d12c3c78847) ) (wire (pts (xy 121.92 123.19) (xy 113.03 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e48a4f2d-1746-47ef-acc1-a58535d17a18) ) (wire (pts (xy 173.99 115.57) (xy 173.99 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e5c1e624-b091-4d1d-923d-443f60353297) ) (wire (pts (xy 223.52 100.33) (xy 223.52 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e63f10cc-8d6e-48bc-81d1-fe8a4476f583) ) (wire (pts (xy 78.74 64.77) (xy 78.74 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e6e5be7b-a4e6-49cb-b4f3-a1a8c029ab15) ) (wire (pts (xy 152.4 144.78) (xy 158.75 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e7dd78b1-a655-42cc-a721-0e3cd3d1362b) ) (wire (pts (xy 158.75 151.13) (xy 158.75 149.86)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e854996a-b2a3-4f91-9999-ead45eaa350d) ) (wire (pts (xy 176.53 116.84) (xy 190.5 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eb8968c2-dfa9-48e0-8287-51265561cc1b) ) (wire (pts (xy 162.56 129.54) (xy 166.37 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ee335979-a999-49b9-a707-bf356c977176) ) (wire (pts (xy 66.04 110.49) (xy 121.92 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f2c75989-1208-4efd-a1eb-b993ee68f7a3) ) (wire (pts (xy 163.83 76.2) (xy 152.4 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f4b58eb1-11e3-48be-a533-89aeb18ba582) ) (wire (pts (xy 113.03 158.75) (xy 121.92 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f4c00ba0-eb52-463f-b376-850389a8edb6) ) (wire (pts (xy 106.68 66.04) (xy 106.68 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f4cd1dd0-2ff0-44ed-8c85-3cea46efe91f) ) (wire (pts (xy 190.5 115.57) (xy 190.5 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f741f4ee-0850-4011-a613-e11dca229946) ) (wire (pts (xy 185.42 71.12) (xy 185.42 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fa2b27f4-dfdb-4fb7-902d-bad35876030f) ) (wire (pts (xy 190.5 123.19) (xy 203.2 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fa6e3f74-26d0-44f5-8392-e72941bba2ab) ) (wire (pts (xy 176.53 135.89) (xy 179.07 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fa8be14d-4a37-4a4a-bf26-bef2d3207dd3) ) (wire (pts (xy 176.53 121.92) (xy 176.53 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fb2d5a78-64da-4ac6-b8f7-8e9b5bc41ab3) ) (wire (pts (xy 113.03 123.19) (xy 113.03 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fc413b3d-3055-44c6-b9a8-55a72dc238fe) ) @@ -1774,186 +1774,218 @@ (global_label "DAC_SCL" (shape input) (at 41.91 107.95 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 2b5f57e6-3c55-4b62-a45a-7d417f1fe2c1) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DAC_SDA" (shape bidirectional) (at 41.91 110.49 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3c9e92bc-652e-44c1-86f3-ac15e2fce311) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DAC_TXFS" (shape input) (at 86.36 90.17 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3d8444e9-2459-4905-8bae-4b88bdfdafe4) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DAC_RXFS" (shape input) (at 86.36 95.25 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 52741284-d53c-4c5a-bf65-5fecb96fc0f9) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "SPK_PWR" (shape input) (at 66.04 124.46 90) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 7958f1e3-4de0-488b-a3a1-066351ca9ca2) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 65.9606 113.4272 90) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 65.9606 113.4272 90) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DAC_BCLK" (shape input) (at 86.36 97.79 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 8d1b294c-ade6-427a-9cde-f8ffa1895ba2) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DAC_DOUT" (shape input) (at 86.36 87.63 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 8f18cb47-4156-4e0b-92cc-0f549bbcbc79) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DAC_DIN" (shape output) (at 86.36 92.71 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 9134b906-9647-47da-a44a-1a98cfad3311) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DAC_MCLK" (shape input) (at 109.22 100.33 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid c18da4a4-9b0b-4b13-9397-7b5725b8cdc1) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (symbol (lib_id "Device:R_Small") (at 58.42 101.6 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da87421) - (property "Reference" "R135" (id 0) (at 59.9186 100.4316 0) + (property "Reference" "R135" (at 59.9186 100.4316 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "4.7k" (id 1) (at 59.9186 102.743 0) + (property "Value" "4.7k" (at 59.9186 102.743 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 58.42 101.6 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 58.42 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 58.42 101.6 0) + (property "Datasheet" "" (at 58.42 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 58.42 101.6 0) + (property "Manufacturer" "Yageo" (at 58.42 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-074K7L" (id 5) (at 58.42 101.6 0) + (property "Manufacturer_No" "RC0603FR-074K7L" (at 58.42 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 58.42 101.6 0) + (property "Checked" "y" (at 58.42 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 58.42 101.6 0) + (property "Distributor" "Mouser" (at 58.42 101.6 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e60e542d-e412-4b3e-bbc3-e0f7c376bb4f)) (pin "2" (uuid 393ca831-b015-4379-9082-2a5af213c959)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R135") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 58.42 99.06 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da8b5af) - (property "Reference" "#PWR083" (id 0) (at 58.42 102.87 0) + (property "Reference" "#PWR083" (at 58.42 102.87 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 58.801 94.6658 0)) - (property "Footprint" "" (id 2) (at 58.42 99.06 0) + (property "Value" "+3V3" (at 58.801 94.6658 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 58.42 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 58.42 99.06 0) + (property "Datasheet" "" (at 58.42 99.06 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid cb1deed8-c0f3-40e8-9c54-908d7df72d87)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR083") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 66.04 104.14 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da8b9c3) - (property "Reference" "R136" (id 0) (at 67.5386 102.9716 0) + (property "Reference" "R136" (at 67.5386 102.9716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "4.7k" (id 1) (at 67.5386 105.283 0) + (property "Value" "4.7k" (at 67.5386 105.283 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 66.04 104.14 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 66.04 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 66.04 104.14 0) + (property "Datasheet" "" (at 66.04 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 66.04 104.14 0) + (property "Manufacturer" "Yageo" (at 66.04 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-074K7L" (id 5) (at 66.04 104.14 0) + (property "Manufacturer_No" "RC0603FR-074K7L" (at 66.04 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 66.04 104.14 0) + (property "Checked" "y" (at 66.04 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 66.04 104.14 0) + (property "Distributor" "Mouser" (at 66.04 104.14 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 117e458b-cbb4-44e3-a0a7-c8a09fb67404)) (pin "2" (uuid bdbe0dcd-b220-49ae-8a8e-1e5a1655c4ce)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R136") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 66.04 101.6 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da8b9ce) - (property "Reference" "#PWR084" (id 0) (at 66.04 105.41 0) + (property "Reference" "#PWR084" (at 66.04 105.41 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 66.421 97.2058 0)) - (property "Footprint" "" (id 2) (at 66.04 101.6 0) + (property "Value" "+3V3" (at 66.421 97.2058 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 66.04 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 66.04 101.6 0) + (property "Datasheet" "" (at 66.04 101.6 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b639a98c-81c6-4ab2-ad49-ecc69bf42a38)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR084") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:SJ-43516-SMT") (at 232.41 90.17 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dc02ac6) - (property "Reference" "J7" (id 0) (at 242.0112 93.0402 0) + (property "Reference" "J7" (at 242.0112 93.0402 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "SJ-43516-SMT" (id 1) (at 242.0112 90.7288 0) + (property "Value" "SJ-43516-SMT" (at 242.0112 90.7288 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "footprints:SJ-43516-SMT" (id 2) (at 232.41 90.17 0) + (property "Footprint" "footprints:SJ-43516-SMT" (at 232.41 90.17 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "" (id 3) (at 232.41 90.17 0) + (property "Datasheet" "" (at 232.41 90.17 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Manufacturer" "CUI" (id 4) (at 232.41 90.17 0) + (property "Manufacturer" "CUI" (at 232.41 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SJ-43516-SMT-TR" (id 5) (at 232.41 90.17 0) + (property "Manufacturer_No" "SJ-43516-SMT-TR" (at 232.41 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 232.41 90.17 0) + (property "Checked" "y" (at 232.41 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 232.41 90.17 0) + (property "Distributor" "Mouser" (at 232.41 90.17 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 84054484-cb8c-4816-bc05-346044bcc141)) @@ -1962,1512 +1994,2014 @@ (pin "4" (uuid d8aac869-cbfd-4c85-b678-ab5d63f20fe4)) (pin "5" (uuid 826232df-2165-4180-8ba8-fb13655a806c)) (pin "6" (uuid 1cc23fe0-f635-4559-abcd-c4e0eeabedae)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "J7") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 190.5 113.03 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005edbd6f7) - (property "Reference" "C157" (id 0) (at 192.8368 111.8616 0) + (property "Reference" "C157" (at 192.8368 111.8616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "470nF" (id 1) (at 192.8368 114.173 0) + (property "Value" "470nF" (at 192.8368 114.173 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 190.5 113.03 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 190.5 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 190.5 113.03 0) + (property "Datasheet" "" (at 190.5 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 190.5 113.03 0) + (property "Manufacturer" "Taiyo Yuden" (at 190.5 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "TMK107B7474KA-TR" (id 5) (at 190.5 113.03 0) + (property "Manufacturer_No" "TMK107B7474KA-TR" (at 190.5 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 190.5 113.03 0) + (property "Checked" "y" (at 190.5 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 190.5 113.03 0) + (property "Distributor" "Mouser" (at 190.5 113.03 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 887df745-377f-45ee-b86f-9de9eef45f1a)) (pin "2" (uuid d77be275-ae6d-42ec-b811-66f4eb59eeea)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C157") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 190.5 125.73 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005edd68fc) - (property "Reference" "C159" (id 0) (at 192.8368 124.5616 0) + (property "Reference" "C159" (at 192.8368 124.5616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "470nF" (id 1) (at 192.8368 126.873 0) + (property "Value" "470nF" (at 192.8368 126.873 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 190.5 125.73 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 190.5 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 190.5 125.73 0) + (property "Datasheet" "" (at 190.5 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 190.5 125.73 0) + (property "Manufacturer" "Taiyo Yuden" (at 190.5 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "TMK107B7474KA-TR" (id 5) (at 190.5 125.73 0) + (property "Manufacturer_No" "TMK107B7474KA-TR" (at 190.5 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 190.5 125.73 0) + (property "Checked" "y" (at 190.5 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 190.5 125.73 0) + (property "Distributor" "Mouser" (at 190.5 125.73 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 69eb08e5-998f-4466-af44-fc3eed1d402d)) (pin "2" (uuid cb49bb50-46ee-44b6-94f4-66c0c6b5e5dd)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C159") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 115.57 78.74 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ee04a8c) - (property "Reference" "#FLG0119" (id 0) (at 115.57 80.645 0) + (property "Reference" "#FLG0119" (at 115.57 80.645 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 115.57 83.1342 0)) - (property "Footprint" "" (id 2) (at 115.57 78.74 0) + (property "Value" "PWR_FLAG" (at 115.57 83.1342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 115.57 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 115.57 78.74 0) + (property "Datasheet" "~" (at 115.57 78.74 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 557614fc-c739-469b-90b0-6ea4096cf37b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#FLG0119") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 78.74 64.77 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0973d8) - (property "Reference" "#PWR088" (id 0) (at 78.74 68.58 0) + (property "Reference" "#PWR088" (at 78.74 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 79.121 60.3758 0)) - (property "Footprint" "" (id 2) (at 78.74 64.77 0) + (property "Value" "+3V3" (at 79.121 60.3758 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 78.74 64.77 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 78.74 64.77 0) + (property "Datasheet" "" (at 78.74 64.77 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d4be0775-6f04-4877-85d4-b2fee55bdad1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR088") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 106.68 68.58 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0981f2) - (property "Reference" "C143" (id 0) (at 109.0168 67.4116 0) + (property "Reference" "C143" (at 109.0168 67.4116 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 109.0168 69.723 0) + (property "Value" "0.1uF" (at 109.0168 69.723 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 106.68 68.58 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 106.68 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 106.68 68.58 0) + (property "Datasheet" "" (at 106.68 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 106.68 68.58 0) + (property "Manufacturer" "Yageo" (at 106.68 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 106.68 68.58 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 106.68 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 106.68 68.58 0) + (property "Checked" "y" (at 106.68 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 106.68 68.58 0) + (property "Distributor" "Mouser" (at 106.68 68.58 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 64b0a24d-2c00-4174-931b-d51808c00a1c)) (pin "2" (uuid 38bb17dd-39fc-475b-a2fe-6c878330907c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C143") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 101.6 72.39 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f09c621) - (property "Reference" "#PWR087" (id 0) (at 101.6 78.74 0) + (property "Reference" "#PWR087" (at 101.6 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 101.727 76.7842 0)) - (property "Footprint" "" (id 2) (at 101.6 72.39 0) + (property "Value" "GND" (at 101.727 76.7842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 101.6 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 101.6 72.39 0) + (property "Datasheet" "" (at 101.6 72.39 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 424e8e65-f9ca-4d8b-ad70-4204c6f02f38)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR087") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 106.68 74.93 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f09cd07) - (property "Reference" "C144" (id 0) (at 109.0168 73.7616 0) + (property "Reference" "C144" (at 109.0168 73.7616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 109.0168 76.073 0) + (property "Value" "0.1uF" (at 109.0168 76.073 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 106.68 74.93 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 106.68 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 106.68 74.93 0) + (property "Datasheet" "" (at 106.68 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 106.68 74.93 0) + (property "Manufacturer" "Yageo" (at 106.68 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 106.68 74.93 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 106.68 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 106.68 74.93 0) + (property "Checked" "y" (at 106.68 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 106.68 74.93 0) + (property "Distributor" "Mouser" (at 106.68 74.93 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e737e859-e75c-4754-aa8a-3eaac470acfb)) (pin "2" (uuid 77de1d4e-d935-47b2-98f7-b0925571e516)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C144") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 158.75 147.32 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0a8c9f) - (property "Reference" "C150" (id 0) (at 161.0868 146.1516 0) + (property "Reference" "C150" (at 161.0868 146.1516 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 161.0868 148.463 0) + (property "Value" "10uF" (at 161.0868 148.463 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 158.75 147.32 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 158.75 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 158.75 147.32 0) + (property "Datasheet" "" (at 158.75 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 158.75 147.32 0) + (property "Manufacturer" "Murata" (at 158.75 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 158.75 147.32 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 158.75 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 158.75 147.32 0) + (property "Checked" "y" (at 158.75 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 158.75 147.32 0) + (property "Distributor" "Mouser" (at 158.75 147.32 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7e969a24-e058-4ab1-b823-22acaaa59de7)) (pin "2" (uuid b8788952-e089-477b-a7fb-ea90cd55abb1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C150") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 170.18 147.32 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0a8ca9) - (property "Reference" "C154" (id 0) (at 172.5168 146.1516 0) + (property "Reference" "C154" (at 172.5168 146.1516 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 172.5168 148.463 0) + (property "Value" "0.1uF" (at 172.5168 148.463 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 170.18 147.32 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 170.18 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 170.18 147.32 0) + (property "Datasheet" "" (at 170.18 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 170.18 147.32 0) + (property "Manufacturer" "Yageo" (at 170.18 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 170.18 147.32 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 170.18 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 170.18 147.32 0) + (property "Checked" "y" (at 170.18 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 170.18 147.32 0) + (property "Distributor" "Mouser" (at 170.18 147.32 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c3c2e4d8-b019-4c1c-83ea-f31025706fa9)) (pin "2" (uuid 90dd5fdd-c5da-4131-b071-abada8201310)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C154") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 170.18 151.13 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0aa705) - (property "Reference" "#PWR093" (id 0) (at 170.18 157.48 0) + (property "Reference" "#PWR093" (at 170.18 157.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 170.307 155.5242 0)) - (property "Footprint" "" (id 2) (at 170.18 151.13 0) + (property "Value" "GND" (at 170.307 155.5242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 170.18 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 170.18 151.13 0) + (property "Datasheet" "" (at 170.18 151.13 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2b5dfedc-32a3-46e0-94da-9cc1972a8b50)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR093") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 87.63 116.84 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0af31d) - (property "Reference" "#PWR085" (id 0) (at 87.63 120.65 0) + (property "Reference" "#PWR085" (at 87.63 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 88.011 112.4458 0)) - (property "Footprint" "" (id 2) (at 87.63 116.84 0) + (property "Value" "+3V3" (at 88.011 112.4458 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 87.63 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 87.63 116.84 0) + (property "Datasheet" "" (at 87.63 116.84 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a285fb7f-a8db-4a85-9e07-6a939051e567)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR085") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 113.03 119.38 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0af334) - (property "Reference" "C142" (id 0) (at 115.3668 118.2116 0) + (property "Reference" "C142" (at 115.3668 118.2116 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 115.3668 120.523 0) + (property "Value" "0.1uF" (at 115.3668 120.523 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 113.03 119.38 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 113.03 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 113.03 119.38 0) + (property "Datasheet" "" (at 113.03 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 113.03 119.38 0) + (property "Manufacturer" "Yageo" (at 113.03 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 113.03 119.38 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 113.03 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 113.03 119.38 0) + (property "Checked" "y" (at 113.03 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 113.03 119.38 0) + (property "Distributor" "Mouser" (at 113.03 119.38 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e9282920-7575-44fc-b4b1-0f4bc4931942)) (pin "2" (uuid fb14c3be-582e-4620-89bf-7b8e57f15acc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C142") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 113.03 124.46 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0b29eb) - (property "Reference" "#PWR086" (id 0) (at 113.03 130.81 0) + (property "Reference" "#PWR086" (at 113.03 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 113.157 128.8542 0)) - (property "Footprint" "" (id 2) (at 113.03 124.46 0) + (property "Value" "GND" (at 113.157 128.8542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 113.03 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 113.03 124.46 0) + (property "Datasheet" "" (at 113.03 124.46 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3079c186-a05d-42ca-a406-e1585250e648)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR086") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 113.03 154.94 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0b76e4) - (property "Reference" "C151" (id 0) (at 115.3668 153.7716 0) + (property "Reference" "C151" (at 115.3668 153.7716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "4.7uF" (id 1) (at 115.3668 156.083 0) + (property "Value" "4.7uF" (at 115.3668 156.083 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 113.03 154.94 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 113.03 154.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 113.03 154.94 0) + (property "Datasheet" "" (at 113.03 154.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TDK" (id 4) (at 113.03 154.94 0) + (property "Manufacturer" "TDK" (at 113.03 154.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C1608X5R1V475K080AC" (id 5) (at 113.03 154.94 0) + (property "Manufacturer_No" "C1608X5R1V475K080AC" (at 113.03 154.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 113.03 154.94 0) + (property "Checked" "y" (at 113.03 154.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 113.03 154.94 0) + (property "Distributor" "Mouser" (at 113.03 154.94 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid aa30e6cd-3754-4ee8-9ebc-d322904ad63d)) (pin "2" (uuid dd30a86b-604b-43f3-b7d6-216296f4a5e9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C151") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 113.03 160.02 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0b7700) - (property "Reference" "#PWR091" (id 0) (at 113.03 166.37 0) + (property "Reference" "#PWR091" (at 113.03 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 113.157 164.4142 0)) - (property "Footprint" "" (id 2) (at 113.03 160.02 0) + (property "Value" "GND" (at 113.157 164.4142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 113.03 160.02 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 113.03 160.02 0) + (property "Datasheet" "" (at 113.03 160.02 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 27876550-08b7-4ce3-a646-5895dd8c3202)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR091") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 177.8 93.98 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0db197) - (property "Reference" "R143" (id 0) (at 179.2986 92.8116 0) + (property "Reference" "R143" (at 179.2986 92.8116 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "47k" (id 1) (at 179.2986 95.123 0) + (property "Value" "47k" (at 179.2986 95.123 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 177.8 93.98 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 177.8 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 177.8 93.98 0) + (property "Datasheet" "" (at 177.8 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 177.8 93.98 0) + (property "Manufacturer" "Vishay Dale" (at 177.8 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060347K0FKEAC" (id 5) (at 177.8 93.98 0) + (property "Manufacturer_No" "CRCW060347K0FKEAC" (at 177.8 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 177.8 93.98 0) + (property "Distributor" "Mouser" (at 177.8 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 177.8 93.98 0) + (property "Checked" "y" (at 177.8 93.98 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid bdbe771a-da9e-4e20-82d0-06c3720b47ee)) (pin "2" (uuid 992ba768-7892-48b3-915c-276dbfe0351c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R143") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 170.18 100.33 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0db521) - (property "Reference" "R142" (id 0) (at 171.6786 99.1616 0) + (property "Reference" "R142" (at 171.6786 99.1616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "47k" (id 1) (at 171.6786 101.473 0) + (property "Value" "47k" (at 171.6786 101.473 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 170.18 100.33 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 170.18 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 170.18 100.33 0) + (property "Datasheet" "" (at 170.18 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 170.18 100.33 0) + (property "Manufacturer" "Vishay Dale" (at 170.18 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060347K0FKEAC" (id 5) (at 170.18 100.33 0) + (property "Manufacturer_No" "CRCW060347K0FKEAC" (at 170.18 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 170.18 100.33 0) + (property "Distributor" "Mouser" (at 170.18 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 170.18 100.33 0) + (property "Checked" "y" (at 170.18 100.33 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 21ca09b2-c36c-41f1-a918-0ef3e2130833)) (pin "2" (uuid 58130aeb-e227-4c65-990d-27cbc63bbfbb)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R142") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 201.93 102.87 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0db8ef) - (property "Reference" "#PWR097" (id 0) (at 201.93 109.22 0) + (property "Reference" "#PWR097" (at 201.93 109.22 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 202.057 107.2642 0)) - (property "Footprint" "" (id 2) (at 201.93 102.87 0) + (property "Value" "GND" (at 202.057 107.2642 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 201.93 102.87 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 201.93 102.87 0) + (property "Datasheet" "" (at 201.93 102.87 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 89de558b-978e-4d8b-a1ee-dd0e1528a604)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR097") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 179.07 85.09 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0e8f60) - (property "Reference" "R140" (id 0) (at 179.07 82.55 90)) - (property "Value" "680" (id 1) (at 179.07 87.63 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 179.07 85.09 0) + (property "Reference" "R140" (at 179.07 82.55 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "680" (at 179.07 87.63 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 179.07 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 179.07 85.09 0) + (property "Datasheet" "" (at 179.07 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 179.07 85.09 0) + (property "Manufacturer" "Yageo" (at 179.07 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-07680RL" (id 5) (at 179.07 85.09 0) + (property "Manufacturer_No" "RC0603FR-07680RL" (at 179.07 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 179.07 85.09 0) + (property "Distributor" "Mouser" (at 179.07 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 179.07 85.09 0) + (property "Checked" "y" (at 179.07 85.09 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e4506733-3903-46ab-b081-85c217bdd7e4)) (pin "2" (uuid d98a16eb-ac60-492a-a5da-aa1f3635a9b9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R140") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 160.02 90.17 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f2211cd) - (property "Reference" "C147" (id 0) (at 163.83 88.9 90)) - (property "Value" "220uF" (id 1) (at 160.02 92.71 90)) - (property "Footprint" "Capacitor_SMD:C_1210_3225Metric" (id 2) (at 160.02 90.17 0) + (property "Reference" "C147" (at 163.83 88.9 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "220uF" (at 160.02 92.71 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_1210_3225Metric" (at 160.02 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 160.02 90.17 0) + (property "Datasheet" "" (at 160.02 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 160.02 90.17 0) + (property "Manufacturer" "Murata" (at 160.02 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM32ER60J227ME05L" (id 5) (at 160.02 90.17 0) + (property "Manufacturer_No" "GRM32ER60J227ME05L" (at 160.02 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 160.02 90.17 0) + (property "Checked" "y" (at 160.02 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 160.02 90.17 0) + (property "Distributor" "Mouser" (at 160.02 90.17 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 27110ad8-c5f0-48ae-95a2-7daacf463f2b)) (pin "2" (uuid d92c6150-4e58-4666-9ce4-615fe2c92149)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C147") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 160.02 97.79 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f2217e7) - (property "Reference" "C127" (id 0) (at 163.83 96.52 90)) - (property "Value" "220uF" (id 1) (at 160.02 100.33 90)) - (property "Footprint" "Capacitor_SMD:C_1210_3225Metric" (id 2) (at 160.02 97.79 0) + (property "Reference" "C127" (at 163.83 96.52 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "220uF" (at 160.02 100.33 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_1210_3225Metric" (at 160.02 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 160.02 97.79 0) + (property "Datasheet" "" (at 160.02 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 160.02 97.79 0) + (property "Manufacturer" "Murata" (at 160.02 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM32ER60J227ME05L" (id 5) (at 160.02 97.79 0) + (property "Manufacturer_No" "GRM32ER60J227ME05L" (at 160.02 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 160.02 97.79 0) + (property "Checked" "y" (at 160.02 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 160.02 97.79 0) + (property "Distributor" "Mouser" (at 160.02 97.79 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7b978c18-63e8-475c-a554-0a611edc3feb)) (pin "2" (uuid 7133fdfd-8345-4b28-8ec2-e3f5b905c1b3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C127") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 115.57 100.33 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f25adf7) - (property "Reference" "R138" (id 0) (at 115.57 97.79 90)) - (property "Value" "33" (id 1) (at 115.57 100.33 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 115.57 100.33 0) + (property "Reference" "R138" (at 115.57 97.79 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "33" (at 115.57 100.33 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 115.57 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 115.57 100.33 0) + (property "Datasheet" "" (at 115.57 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 115.57 100.33 0) + (property "Manufacturer" "Vishay Dale" (at 115.57 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060333R0FKEAC" (id 5) (at 115.57 100.33 0) + (property "Manufacturer_No" "CRCW060333R0FKEAC" (at 115.57 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 115.57 100.33 0) + (property "Distributor" "Mouser" (at 115.57 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 115.57 100.33 0) + (property "Checked" "y" (at 115.57 100.33 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 355da688-2c24-48f7-b5a8-95c23fbb54f9)) (pin "2" (uuid db14fb7b-eef3-42a4-a611-5912482c6432)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R138") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 149.86 49.53 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f6748cf) - (property "Reference" "C162" (id 0) (at 151.0284 51.8668 0) + (property "Reference" "C162" (at 151.0284 51.8668 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1uF" (id 1) (at 148.717 51.8668 0) + (property "Value" "1uF" (at 148.717 51.8668 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 149.86 49.53 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 149.86 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 149.86 49.53 0) + (property "Datasheet" "" (at 149.86 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 149.86 49.53 0) + (property "Manufacturer" "Taiyo Yuden" (at 149.86 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 5) (at 149.86 49.53 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 149.86 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 149.86 49.53 0) + (property "Checked" "y" (at 149.86 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 149.86 49.53 0) + (property "Distributor" "Mouser" (at 149.86 49.53 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d345f4ce-6f46-4f08-9f08-bcea4125964d)) (pin "2" (uuid 5b863802-8251-4169-ba99-a387ced10afe)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C162") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 156.21 46.99 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f67996e) - (property "Reference" "C163" (id 0) (at 157.48 50.8 0) + (property "Reference" "C163" (at 157.48 50.8 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1uF" (id 1) (at 154.94 50.8 0) + (property "Value" "1uF" (at 154.94 50.8 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 156.21 46.99 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 156.21 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 156.21 46.99 0) + (property "Datasheet" "" (at 156.21 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 156.21 46.99 0) + (property "Manufacturer" "Taiyo Yuden" (at 156.21 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 5) (at 156.21 46.99 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 156.21 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 156.21 46.99 0) + (property "Checked" "y" (at 156.21 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 156.21 46.99 0) + (property "Distributor" "Mouser" (at 156.21 46.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 968f0498-ed6e-491f-937b-c82359b70fd1)) (pin "2" (uuid 038de94d-db7a-44ad-a47d-63831aa3384d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C163") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 168.91 77.47 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fa4ddea) - (property "Reference" "C170" (id 0) (at 167.64 76.2 90) + (property "Reference" "C170" (at 167.64 76.2 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "4.7uF" (id 1) (at 175.26 76.2 90) + (property "Value" "4.7uF" (at 175.26 76.2 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 168.91 77.47 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 168.91 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 168.91 77.47 0) + (property "Datasheet" "" (at 168.91 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TDK" (id 4) (at 168.91 77.47 0) + (property "Manufacturer" "TDK" (at 168.91 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C1608X5R1V475K080AC" (id 5) (at 168.91 77.47 0) + (property "Manufacturer_No" "C1608X5R1V475K080AC" (at 168.91 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 168.91 77.47 0) + (property "Checked" "y" (at 168.91 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 168.91 77.47 0) + (property "Distributor" "Mouser" (at 168.91 77.47 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid bbfea6dd-72a3-4f24-a342-90755f4bd955)) (pin "2" (uuid 36429e0d-27b7-49fe-88c0-5c669bffe0b8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C170") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 172.72 78.74 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fa55570) - (property "Reference" "#PWR0125" (id 0) (at 172.72 85.09 0) + (property "Reference" "#PWR0125" (at 172.72 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 172.847 83.1342 0)) - (property "Footprint" "" (id 2) (at 172.72 78.74 0) + (property "Value" "GND" (at 172.847 83.1342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 172.72 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 172.72 78.74 0) + (property "Datasheet" "" (at 172.72 78.74 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 39cc8283-59a8-4854-8513-7eff4811c139)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR0125") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:L_Small") (at 168.91 123.19 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fd7afe9) - (property "Reference" "L10" (id 0) (at 168.91 118.491 90)) - (property "Value" "15uH" (id 1) (at 168.91 120.8024 90)) - (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (id 2) (at 168.91 123.19 0) + (property "Reference" "L10" (at 168.91 118.491 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "15uH" (at 168.91 120.8024 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (at 168.91 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 168.91 123.19 0) + (property "Datasheet" "" (at 168.91 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 168.91 123.19 0) + (property "Distributor" "Mouser" (at 168.91 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 5) (at 168.91 123.19 0) + (property "Manufacturer" "Murata" (at 168.91 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LQH32PB150MN0L" (id 6) (at 168.91 123.19 0) + (property "Manufacturer_No" "LQH32PB150MN0L" (at 168.91 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 168.91 123.19 0) + (property "Checked" "y" (at 168.91 123.19 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4a1fd290-bdd1-4ab4-9d42-3dc897d68451)) (pin "2" (uuid 7ac989ef-2058-4dfd-96c7-ae8100dfb5e9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "L10") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:L_Small") (at 168.91 110.49 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fd7b70c) - (property "Reference" "L8" (id 0) (at 168.91 105.791 90)) - (property "Value" "15uH" (id 1) (at 168.91 108.1024 90)) - (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (id 2) (at 168.91 110.49 0) + (property "Reference" "L8" (at 168.91 105.791 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "15uH" (at 168.91 108.1024 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (at 168.91 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 168.91 110.49 0) + (property "Datasheet" "" (at 168.91 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 168.91 110.49 0) + (property "Distributor" "Mouser" (at 168.91 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 5) (at 168.91 110.49 0) + (property "Manufacturer" "Murata" (at 168.91 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LQH32PB150MN0L" (id 6) (at 168.91 110.49 0) + (property "Manufacturer_No" "LQH32PB150MN0L" (at 168.91 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 168.91 110.49 0) + (property "Checked" "y" (at 168.91 110.49 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 68f16e56-955b-4f1d-bfd0-d4a7219974ec)) (pin "2" (uuid 0bca136f-0716-4b6d-bd29-7af8e4222d97)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "L8") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:L_Small") (at 168.91 116.84 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fdb4b8d) - (property "Reference" "L9" (id 0) (at 168.91 112.141 90)) - (property "Value" "15uH" (id 1) (at 168.91 114.4524 90)) - (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (id 2) (at 168.91 116.84 0) + (property "Reference" "L9" (at 168.91 112.141 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "15uH" (at 168.91 114.4524 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (at 168.91 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 168.91 116.84 0) + (property "Datasheet" "" (at 168.91 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 168.91 116.84 0) + (property "Distributor" "Mouser" (at 168.91 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 5) (at 168.91 116.84 0) + (property "Manufacturer" "Murata" (at 168.91 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LQH32PB150MN0L" (id 6) (at 168.91 116.84 0) + (property "Manufacturer_No" "LQH32PB150MN0L" (at 168.91 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 168.91 116.84 0) + (property "Checked" "y" (at 168.91 116.84 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0d33e6f0-2968-4659-8816-40bf2ee4b4fe)) (pin "2" (uuid 636ae590-8f0c-4d1f-8e43-d7c68df44e5b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "L9") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:L_Small") (at 168.91 129.54 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fdb4f36) - (property "Reference" "L11" (id 0) (at 168.91 124.841 90)) - (property "Value" "15uH" (id 1) (at 168.91 127.1524 90)) - (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (id 2) (at 168.91 129.54 0) + (property "Reference" "L11" (at 168.91 124.841 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "15uH" (at 168.91 127.1524 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (at 168.91 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 168.91 129.54 0) + (property "Datasheet" "" (at 168.91 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 168.91 129.54 0) + (property "Distributor" "Mouser" (at 168.91 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 5) (at 168.91 129.54 0) + (property "Manufacturer" "Murata" (at 168.91 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LQH32PB150MN0L" (id 6) (at 168.91 129.54 0) + (property "Manufacturer_No" "LQH32PB150MN0L" (at 168.91 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 168.91 129.54 0) + (property "Checked" "y" (at 168.91 129.54 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d374a51f-8ca0-4c04-8022-b908cd235928)) (pin "2" (uuid 55a0b70b-63b9-4677-a9ee-eb84c6b1cf57)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "L11") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 173.99 113.03 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fdd2774) - (property "Reference" "C156" (id 0) (at 176.3268 111.8616 0) + (property "Reference" "C156" (at 176.3268 111.8616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 176.3268 114.173 0) + (property "Value" "0.1uF" (at 176.3268 114.173 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 173.99 113.03 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 173.99 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 173.99 113.03 0) + (property "Datasheet" "" (at 173.99 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 173.99 113.03 0) + (property "Manufacturer" "Yageo" (at 173.99 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 173.99 113.03 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 173.99 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 173.99 113.03 0) + (property "Checked" "y" (at 173.99 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 173.99 113.03 0) + (property "Distributor" "Mouser" (at 173.99 113.03 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3284e620-8f1a-4587-957d-1e5bc7646558)) (pin "2" (uuid db826ae4-79b4-48ac-a565-8d5edd82c490)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C156") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 176.53 119.38 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fdd2ab3) - (property "Reference" "C158" (id 0) (at 178.8668 118.2116 0) + (property "Reference" "C158" (at 178.8668 118.2116 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 178.8668 120.523 0) + (property "Value" "0.1uF" (at 178.8668 120.523 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 176.53 119.38 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 176.53 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 176.53 119.38 0) + (property "Datasheet" "" (at 176.53 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 176.53 119.38 0) + (property "Manufacturer" "Yageo" (at 176.53 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 176.53 119.38 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 176.53 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 176.53 119.38 0) + (property "Checked" "y" (at 176.53 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 176.53 119.38 0) + (property "Distributor" "Mouser" (at 176.53 119.38 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4a3edc92-e22f-40b2-aa92-283208dcb042)) (pin "2" (uuid ea63c682-7569-4e51-a820-fb87a7103081)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C158") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 179.07 125.73 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fdd3922) - (property "Reference" "C165" (id 0) (at 181.4068 124.5616 0) + (property "Reference" "C165" (at 181.4068 124.5616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 181.4068 126.873 0) + (property "Value" "0.1uF" (at 181.4068 126.873 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 179.07 125.73 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 179.07 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 179.07 125.73 0) + (property "Datasheet" "" (at 179.07 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 179.07 125.73 0) + (property "Manufacturer" "Yageo" (at 179.07 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 179.07 125.73 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 179.07 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 179.07 125.73 0) + (property "Checked" "y" (at 179.07 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 179.07 125.73 0) + (property "Distributor" "Mouser" (at 179.07 125.73 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 12476f1a-300b-4a59-a6b5-656eb483d1fb)) (pin "2" (uuid 60623f40-7619-495e-a0fc-426e85e93aac)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C165") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 181.61 132.08 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fdd3d9c) - (property "Reference" "C166" (id 0) (at 183.9468 130.9116 0) + (property "Reference" "C166" (at 183.9468 130.9116 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 183.9468 133.223 0) + (property "Value" "0.1uF" (at 183.9468 133.223 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 181.61 132.08 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 181.61 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 181.61 132.08 0) + (property "Datasheet" "" (at 181.61 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 181.61 132.08 0) + (property "Manufacturer" "Yageo" (at 181.61 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 181.61 132.08 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 181.61 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 181.61 132.08 0) + (property "Checked" "y" (at 181.61 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 181.61 132.08 0) + (property "Distributor" "Mouser" (at 181.61 132.08 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid cbd5766e-f843-4f8f-a369-28c31ba3f5d1)) (pin "2" (uuid edef0703-bd97-4f68-afcd-0cb9c287df33)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C166") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 181.61 137.16 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fe10b78) - (property "Reference" "#PWR048" (id 0) (at 181.61 143.51 0) + (property "Reference" "#PWR048" (at 181.61 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 181.737 141.5542 0)) - (property "Footprint" "" (id 2) (at 181.61 137.16 0) + (property "Value" "GND" (at 181.737 141.5542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 181.61 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 181.61 137.16 0) + (property "Datasheet" "" (at 181.61 137.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid cec2e0c4-6fbf-4edd-9920-bb3c95feee7c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR048") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 160.02 110.49 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fe5286d) - (property "Reference" "FB10" (id 0) (at 158.75 109.22 90) + (property "Reference" "FB10" (at 158.75 109.22 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 166.37 113.03 90) + (property "Value" "100@100MHz 3A" (at 166.37 113.03 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 160.02 112.268 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 160.02 112.268 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 160.02 110.49 0) + (property "Datasheet" "" (at 160.02 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 160.02 110.49 0) + (property "Manufacturer" "Murata" (at 160.02 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 160.02 110.49 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 160.02 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 160.02 110.49 0) + (property "Checked" "y" (at 160.02 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 160.02 110.49 0) + (property "Distributor" "Mouser" (at 160.02 110.49 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 32174849-d676-4945-b5ad-59454dfe42fd)) (pin "2" (uuid 1d3e15dc-650d-4964-8137-9e599c0d0a14)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "FB10") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 160.02 116.84 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fe5791c) - (property "Reference" "FB11" (id 0) (at 158.75 115.57 90) + (property "Reference" "FB11" (at 158.75 115.57 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 166.37 119.38 90) + (property "Value" "100@100MHz 3A" (at 166.37 119.38 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 160.02 118.618 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 160.02 118.618 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 160.02 116.84 0) + (property "Datasheet" "" (at 160.02 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 160.02 116.84 0) + (property "Manufacturer" "Murata" (at 160.02 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 160.02 116.84 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 160.02 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 160.02 116.84 0) + (property "Checked" "y" (at 160.02 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 160.02 116.84 0) + (property "Distributor" "Mouser" (at 160.02 116.84 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3fdad3e3-c6b4-4540-bc57-31e77ace06ff)) (pin "2" (uuid 13c9e31c-4216-4dcd-85af-17b3ffd4f256)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "FB11") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 160.02 123.19 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fe57b56) - (property "Reference" "FB16" (id 0) (at 158.75 121.92 90) + (property "Reference" "FB16" (at 158.75 121.92 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 166.37 125.73 90) + (property "Value" "100@100MHz 3A" (at 166.37 125.73 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 160.02 124.968 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 160.02 124.968 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 160.02 123.19 0) + (property "Datasheet" "" (at 160.02 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 160.02 123.19 0) + (property "Manufacturer" "Murata" (at 160.02 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 160.02 123.19 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 160.02 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 160.02 123.19 0) + (property "Checked" "y" (at 160.02 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 160.02 123.19 0) + (property "Distributor" "Mouser" (at 160.02 123.19 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 18ca6627-7e71-43af-a3e8-04566d8fc235)) (pin "2" (uuid f85a1f51-44d9-45fa-a60a-5354e88ad9cc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "FB16") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 160.02 129.54 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fe57f36) - (property "Reference" "FB17" (id 0) (at 158.75 128.27 90) + (property "Reference" "FB17" (at 158.75 128.27 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 166.37 132.08 90) + (property "Value" "100@100MHz 3A" (at 166.37 132.08 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 160.02 131.318 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 160.02 131.318 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 160.02 129.54 0) + (property "Datasheet" "" (at 160.02 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 160.02 129.54 0) + (property "Manufacturer" "Murata" (at 160.02 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 160.02 129.54 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 160.02 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 160.02 129.54 0) + (property "Checked" "y" (at 160.02 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 160.02 129.54 0) + (property "Distributor" "Mouser" (at 160.02 129.54 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 88f4b6a0-695d-4d44-aa5d-fdb36e7f6777)) (pin "2" (uuid 2aea7523-f0de-4c56-94bb-cef53c691d51)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "FB17") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 90.17 66.04 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000601eea4c) - (property "Reference" "FB20" (id 0) (at 91.44 59.69 90) + (property "Reference" "FB20" (at 91.44 59.69 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 97.79 62.23 90) + (property "Value" "100@100MHz 3A" (at 97.79 62.23 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 90.17 67.818 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 90.17 67.818 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 90.17 66.04 0) + (property "Datasheet" "" (at 90.17 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 90.17 66.04 0) + (property "Manufacturer" "Murata" (at 90.17 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 90.17 66.04 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 90.17 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 90.17 66.04 0) + (property "Checked" "y" (at 90.17 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 90.17 66.04 0) + (property "Distributor" "Mouser" (at 90.17 66.04 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 413d3c9e-1bb1-4879-b1e8-a372f72d0672)) (pin "2" (uuid 71df9f24-03aa-4a23-bf5c-53c9d2e55247)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "FB20") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 90.17 78.74 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000601f9668) - (property "Reference" "FB18" (id 0) (at 91.44 72.39 90) + (property "Reference" "FB18" (at 91.44 72.39 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 97.79 74.93 90) + (property "Value" "100@100MHz 3A" (at 97.79 74.93 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 90.17 80.518 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 90.17 80.518 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 90.17 78.74 0) + (property "Datasheet" "" (at 90.17 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 90.17 78.74 0) + (property "Manufacturer" "Murata" (at 90.17 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 90.17 78.74 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 90.17 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 90.17 78.74 0) + (property "Checked" "y" (at 90.17 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 90.17 78.74 0) + (property "Distributor" "Mouser" (at 90.17 78.74 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 496c616c-85dd-431f-b683-e9db7479902f)) (pin "2" (uuid e80e68f3-548c-4e6c-8334-74054529462f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "FB18") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 90.17 134.62 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006020bdc4) - (property "Reference" "FB19" (id 0) (at 91.44 128.27 90) + (property "Reference" "FB19" (at 91.44 128.27 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 97.79 130.81 90) + (property "Value" "100@100MHz 3A" (at 97.79 130.81 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 90.17 136.398 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 90.17 136.398 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 90.17 134.62 0) + (property "Datasheet" "" (at 90.17 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 90.17 134.62 0) + (property "Manufacturer" "Murata" (at 90.17 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 90.17 134.62 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 90.17 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 90.17 134.62 0) + (property "Checked" "y" (at 90.17 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 90.17 134.62 0) + (property "Distributor" "Mouser" (at 90.17 134.62 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 801e1f9d-527b-42b8-b8b5-d7a3be6bc078)) (pin "2" (uuid db5151a4-f1bf-4257-84ee-42990c2a3bbf)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "FB19") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 101.6 116.84 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000602291d8) - (property "Reference" "FB21" (id 0) (at 102.87 113.03 90) + (property "Reference" "FB21" (at 102.87 113.03 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 109.22 120.65 90) + (property "Value" "100@100MHz 3A" (at 109.22 120.65 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 101.6 118.618 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 101.6 118.618 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 101.6 116.84 0) + (property "Datasheet" "" (at 101.6 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 101.6 116.84 0) + (property "Manufacturer" "Murata" (at 101.6 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 101.6 116.84 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 101.6 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 101.6 116.84 0) + (property "Checked" "y" (at 101.6 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 101.6 116.84 0) + (property "Distributor" "Mouser" (at 101.6 116.84 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0cd4671b-99e0-434c-b6a6-07e98c59e07e)) (pin "2" (uuid 1060c885-4358-4b58-9f3d-77ea89296a15)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "FB21") (unit 1) + ) + ) + ) ) (symbol (lib_id "Power_Protection:SP0503BAHT") (at 220.98 105.41 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006028f2e4) - (property "Reference" "D10" (id 0) (at 226.187 104.2416 0) + (property "Reference" "D10" (at 226.187 104.2416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "SP0503BAHT" (id 1) (at 226.187 106.553 0) + (property "Value" "SP0503BAHT" (at 226.187 106.553 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-143" (id 2) (at 226.695 106.68 0) + (property "Footprint" "Package_TO_SOT_SMD:SOT-143" (at 226.695 106.68 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "http://www.littelfuse.com/~/media/files/littelfuse/technical%20resources/documents/data%20sheets/sp05xxba.pdf" (id 3) (at 224.155 102.235 0) + (property "Datasheet" "http://www.littelfuse.com/~/media/files/littelfuse/technical%20resources/documents/data%20sheets/sp05xxba.pdf" (at 224.155 102.235 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 220.98 105.41 0) + (property "Distributor" "Mouser" (at 220.98 105.41 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Littelfuse" (id 5) (at 220.98 105.41 0) + (property "Manufacturer" "Littelfuse" (at 220.98 105.41 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SP0503BAHT" (id 6) (at 220.98 105.41 0) + (property "Manufacturer_No" "SP0503BAHT" (at 220.98 105.41 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 220.98 105.41 0) + (property "Checked" "y" (at 220.98 105.41 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 865f2c02-3195-4ac6-a827-782b86363280)) (pin "2" (uuid edd892b8-81c8-452d-9f24-4569640bb32b)) (pin "3" (uuid e79b8ddd-7bce-47a6-8fdc-93fdcaee1948)) (pin "4" (uuid 9c50cfe7-07d1-4c63-85d9-fd77e3f6ae27)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "D10") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 220.98 111.76 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000602b2220) - (property "Reference" "#PWR0244" (id 0) (at 220.98 118.11 0) + (property "Reference" "#PWR0244" (at 220.98 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 221.107 116.1542 0)) - (property "Footprint" "" (id 2) (at 220.98 111.76 0) + (property "Value" "GND" (at 221.107 116.1542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 220.98 111.76 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 220.98 111.76 0) + (property "Datasheet" "" (at 220.98 111.76 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid cfe74e88-dc4e-4df9-a6b8-2b8f6caa5a76)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR0244") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 88.9 97.79 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006187a8e2) - (property "Reference" "R114" (id 0) (at 88.9 100.33 90)) - (property "Value" "33" (id 1) (at 88.9 97.79 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 88.9 97.79 0) + (property "Reference" "R114" (at 88.9 100.33 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "33" (at 88.9 97.79 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 88.9 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 88.9 97.79 0) + (property "Datasheet" "" (at 88.9 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 88.9 97.79 0) + (property "Manufacturer" "Vishay Dale" (at 88.9 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060333R0FKEAC" (id 5) (at 88.9 97.79 0) + (property "Manufacturer_No" "CRCW060333R0FKEAC" (at 88.9 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 88.9 97.79 0) + (property "Distributor" "Mouser" (at 88.9 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 88.9 97.79 0) + (property "Checked" "y" (at 88.9 97.79 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 611eaa06-7574-4178-a894-5bc1827aecd9)) (pin "2" (uuid d1f3fc48-4880-419a-9f95-afc427dcc25d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R114") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 93.98 95.25 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006187efd7) - (property "Reference" "R139" (id 0) (at 93.98 97.79 90)) - (property "Value" "33" (id 1) (at 93.98 95.25 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 93.98 95.25 0) + (property "Reference" "R139" (at 93.98 97.79 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "33" (at 93.98 95.25 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 93.98 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 93.98 95.25 0) + (property "Datasheet" "" (at 93.98 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 93.98 95.25 0) + (property "Manufacturer" "Vishay Dale" (at 93.98 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060333R0FKEAC" (id 5) (at 93.98 95.25 0) + (property "Manufacturer_No" "CRCW060333R0FKEAC" (at 93.98 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 93.98 95.25 0) + (property "Distributor" "Mouser" (at 93.98 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 93.98 95.25 0) + (property "Checked" "y" (at 93.98 95.25 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 52a55756-f3a5-49a7-b660-9c6c03e13a44)) (pin "2" (uuid 5a9f82f9-56db-4959-966d-9ad1cc567eb3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R139") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 99.06 92.71 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006188c0bd) - (property "Reference" "R150" (id 0) (at 99.06 95.25 90)) - (property "Value" "33" (id 1) (at 99.06 92.71 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 99.06 92.71 0) + (property "Reference" "R150" (at 99.06 95.25 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "33" (at 99.06 92.71 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 99.06 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 99.06 92.71 0) + (property "Datasheet" "" (at 99.06 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 99.06 92.71 0) + (property "Manufacturer" "Vishay Dale" (at 99.06 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060333R0FKEAC" (id 5) (at 99.06 92.71 0) + (property "Manufacturer_No" "CRCW060333R0FKEAC" (at 99.06 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 99.06 92.71 0) + (property "Distributor" "Mouser" (at 99.06 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 99.06 92.71 0) + (property "Checked" "y" (at 99.06 92.71 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e03c165d-c6fc-4b63-a881-bbe336e63023)) (pin "2" (uuid 64b74fc2-9a89-44ea-940a-5c1ea2f7f482)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R150") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 104.14 90.17 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006188c251) - (property "Reference" "R151" (id 0) (at 104.14 92.71 90)) - (property "Value" "33" (id 1) (at 104.14 90.17 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 104.14 90.17 0) + (property "Reference" "R151" (at 104.14 92.71 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "33" (at 104.14 90.17 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 104.14 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 90.17 0) + (property "Datasheet" "" (at 104.14 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 104.14 90.17 0) + (property "Manufacturer" "Vishay Dale" (at 104.14 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060333R0FKEAC" (id 5) (at 104.14 90.17 0) + (property "Manufacturer_No" "CRCW060333R0FKEAC" (at 104.14 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 104.14 90.17 0) + (property "Distributor" "Mouser" (at 104.14 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 104.14 90.17 0) + (property "Checked" "y" (at 104.14 90.17 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e891efe9-2c1e-45fc-a53a-768581ac42f3)) (pin "2" (uuid 87a32033-5430-4b38-b0f4-937a3c4cb761)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R151") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 93.98 87.63 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006188c4a7) - (property "Reference" "R121" (id 0) (at 93.98 85.09 90)) - (property "Value" "33" (id 1) (at 93.98 87.63 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 93.98 87.63 0) + (property "Reference" "R121" (at 93.98 85.09 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "33" (at 93.98 87.63 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 93.98 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 93.98 87.63 0) + (property "Datasheet" "" (at 93.98 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 93.98 87.63 0) + (property "Manufacturer" "Vishay Dale" (at 93.98 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060333R0FKEAC" (id 5) (at 93.98 87.63 0) + (property "Manufacturer_No" "CRCW060333R0FKEAC" (at 93.98 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 93.98 87.63 0) + (property "Distributor" "Mouser" (at 93.98 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 93.98 87.63 0) + (property "Checked" "y" (at 93.98 87.63 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 76744bb0-e872-4963-89d0-d9ec65a7d479)) (pin "2" (uuid 61d97d61-bf40-4b9f-84db-1784d15fbc74)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R121") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 46.99 107.95 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618caf93) - (property "Reference" "R66" (id 0) (at 46.99 105.41 90)) - (property "Value" "220" (id 1) (at 46.99 107.95 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 46.99 107.95 0) + (property "Reference" "R66" (at 46.99 105.41 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "220" (at 46.99 107.95 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 46.99 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 46.99 107.95 0) + (property "Datasheet" "" (at 46.99 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 46.99 107.95 0) + (property "Manufacturer" "Yageo" (at 46.99 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-07220RL" (id 5) (at 46.99 107.95 0) + (property "Manufacturer_No" "RC0603FR-07220RL" (at 46.99 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 46.99 107.95 0) + (property "Checked" "y" (at 46.99 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 46.99 107.95 0) + (property "Distributor" "Mouser" (at 46.99 107.95 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7bcc9f1a-efb4-43d4-8bb8-e6af71001cdd)) (pin "2" (uuid d208ae8c-3de8-4371-8d52-451c8d3131e3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R66") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 46.99 110.49 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618cb2d9) - (property "Reference" "R112" (id 0) (at 46.99 113.03 90)) - (property "Value" "220" (id 1) (at 46.99 110.49 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 46.99 110.49 0) + (property "Reference" "R112" (at 46.99 113.03 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "220" (at 46.99 110.49 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 46.99 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 46.99 110.49 0) + (property "Datasheet" "" (at 46.99 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 46.99 110.49 0) + (property "Manufacturer" "Yageo" (at 46.99 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-07220RL" (id 5) (at 46.99 110.49 0) + (property "Manufacturer_No" "RC0603FR-07220RL" (at 46.99 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 46.99 110.49 0) + (property "Checked" "y" (at 46.99 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 46.99 110.49 0) + (property "Distributor" "Mouser" (at 46.99 110.49 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3776cfba-2040-412f-b3ea-def29632f402)) (pin "2" (uuid c6413521-8474-4204-b98b-481eaa246e6c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R112") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:Conn_01x03_Male") (at 140.97 46.99 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061932c31) - (property "Reference" "J16" (id 0) (at 143.51 38.1 0)) - (property "Value" "LINE_IN" (id 1) (at 143.51 40.64 0)) - (property "Footprint" "Connector_PinHeader_2.00mm:PinHeader_1x03_P2.00mm_Vertical" (id 2) (at 140.97 46.99 0) + (property "Reference" "J16" (at 143.51 38.1 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LINE_IN" (at 143.51 40.64 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_PinHeader_2.00mm:PinHeader_1x03_P2.00mm_Vertical" (at 140.97 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 140.97 46.99 0) + (property "Datasheet" "" (at 140.97 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "" (id 4) (at 140.97 46.99 0) + (property "DNP" "" (at 140.97 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 140.97 46.99 0) + (property "Checked" "y" (at 140.97 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Generic" (id 6) (at 140.97 46.99 0) + (property "Manufacturer" "Generic" (at 140.97 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "3P 2mm pitch THT header" (id 7) (at 140.97 46.99 0) + (property "Manufacturer_No" "3P 2mm pitch THT header" (at 140.97 46.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8a5fae68-2f26-4c99-9667-de8cc3344053)) (pin "2" (uuid a34691a8-fd63-4022-9fcd-97b78aec5e43)) (pin "3" (uuid eae53b3c-c5f8-43c4-85a8-c56fdf849d04)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "J16") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 167.64 44.45 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006193f11b) - (property "Reference" "#PWR041" (id 0) (at 167.64 50.8 0) + (property "Reference" "#PWR041" (at 167.64 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 167.767 47.7012 90) + (property "Value" "GND" (at 167.767 47.7012 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "" (id 2) (at 167.64 44.45 0) + (property "Footprint" "" (at 167.64 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 167.64 44.45 0) + (property "Datasheet" "" (at 167.64 44.45 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c1771bb8-68c4-4e9a-b6ea-431a91c78fae)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR041") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 78.74 77.47 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000645b5ef6) - (property "Reference" "#PWR0222" (id 0) (at 78.74 81.28 0) + (property "Reference" "#PWR0222" (at 78.74 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 79.121 73.0758 0)) - (property "Footprint" "" (id 2) (at 78.74 77.47 0) + (property "Value" "+3V3" (at 79.121 73.0758 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 78.74 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 78.74 77.47 0) + (property "Datasheet" "" (at 78.74 77.47 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6cb8b295-c360-4141-8999-21fbc1617ff4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR0222") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 115.57 66.04 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000064a230f2) - (property "Reference" "#FLG0121" (id 0) (at 115.57 64.135 0) + (property "Reference" "#FLG0121" (at 115.57 64.135 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 115.57 61.6458 0)) - (property "Footprint" "" (id 2) (at 115.57 66.04 0) + (property "Value" "PWR_FLAG" (at 115.57 61.6458 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 115.57 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 115.57 66.04 0) + (property "Datasheet" "~" (at 115.57 66.04 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c183c6cc-6355-4934-bba7-8ec8c6cd83d1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#FLG0121") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 113.03 116.84 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000064a2504b) - (property "Reference" "#FLG0122" (id 0) (at 113.03 114.935 0) + (property "Reference" "#FLG0122" (at 113.03 114.935 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 113.03 112.4458 0)) - (property "Footprint" "" (id 2) (at 113.03 116.84 0) + (property "Value" "PWR_FLAG" (at 113.03 112.4458 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 113.03 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 113.03 116.84 0) + (property "Datasheet" "~" (at 113.03 116.84 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 64539885-7e9e-44f5-b536-9aacfe88f726)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#FLG0122") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:WM8960") (at 137.16 100.33 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000068222e02) - (property "Reference" "U3" (id 0) (at 137.16 59.309 0)) - (property "Value" "WM8960" (id 1) (at 137.16 61.6204 0)) - (property "Footprint" "Package_DFN_QFN:QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm_ThermalVias" (id 2) (at 135.89 55.88 0) + (property "Reference" "U3" (at 137.16 59.309 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "WM8960" (at 137.16 61.6204 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_DFN_QFN:QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm_ThermalVias" (at 135.89 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 135.89 55.88 0) + (property "Datasheet" "" (at 135.89 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 137.16 100.33 0) + (property "Checked" "y" (at 137.16 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 137.16 100.33 0) + (property "Distributor" "Mouser" (at 137.16 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Cirrus Logic" (id 6) (at 137.16 100.33 0) + (property "Manufacturer" "Cirrus Logic" (at 137.16 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "WM8960CGEFL/V" (id 7) (at 137.16 100.33 0) + (property "Manufacturer_No" "WM8960CGEFL/V" (at 137.16 100.33 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f098d7eb-a30a-454a-86f6-2db72e94dbc3)) @@ -3503,240 +4037,320 @@ (pin "7" (uuid 62adc5a1-b7ec-43f3-96f9-e408ed675dd6)) (pin "8" (uuid 86718af6-81ff-4370-9b5a-213d234a911a)) (pin "9" (uuid 341a1866-f001-4de6-82e8-edab79024366)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "U3") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector_Generic:Conn_01x04") (at 208.28 123.19 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006829185c) - (property "Reference" "J21" (id 0) (at 205.74 111.76 0)) - (property "Value" "Conn_01x04" (id 1) (at 209.55 114.3 0)) - (property "Footprint" "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" (id 2) (at 208.28 123.19 0) + (property "Reference" "J21" (at 205.74 111.76 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x04" (at 209.55 114.3 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" (at 208.28 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 208.28 123.19 0) + (property "Datasheet" "" (at 208.28 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 208.28 123.19 0) + (property "Checked" "y" (at 208.28 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Digikey" (id 5) (at 208.28 123.19 0) + (property "Distributor" "Digikey" (at 208.28 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "JST" (id 6) (at 208.28 123.19 0) + (property "Manufacturer" "JST" (at 208.28 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "B4B-PH-K-S(LF)(SN)" (id 7) (at 208.28 123.19 0) + (property "Manufacturer_No" "B4B-PH-K-S(LF)(SN)" (at 208.28 123.19 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3c370c1b-7459-4f86-b860-a28ac2a5f591)) (pin "2" (uuid f7b0cab6-5bfe-4f4a-be48-ae15da914cfe)) (pin "3" (uuid 1763b727-04ba-4c73-b4c4-dec1a73698b3)) (pin "4" (uuid 194ab648-f57b-4f3a-aea8-e402f756a985)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "J21") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 113.03 137.16 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000682d9067) - (property "Reference" "C139" (id 0) (at 115.3668 135.9916 0) + (property "Reference" "C139" (at 115.3668 135.9916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "4.7uF" (id 1) (at 115.3668 138.303 0) + (property "Value" "4.7uF" (at 115.3668 138.303 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 113.03 137.16 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 113.03 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 113.03 137.16 0) + (property "Datasheet" "" (at 113.03 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TDK" (id 4) (at 113.03 137.16 0) + (property "Manufacturer" "TDK" (at 113.03 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C1608X5R1V475K080AC" (id 5) (at 113.03 137.16 0) + (property "Manufacturer_No" "C1608X5R1V475K080AC" (at 113.03 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 113.03 137.16 0) + (property "Checked" "y" (at 113.03 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 113.03 137.16 0) + (property "Distributor" "Mouser" (at 113.03 137.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid fe07d858-263b-4a5c-84c8-8b21c93f5193)) (pin "2" (uuid 0a7ca3f1-e115-48a5-911f-8958eb370281)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C139") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 113.03 142.24 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000682d9085) - (property "Reference" "#PWR0233" (id 0) (at 113.03 148.59 0) + (property "Reference" "#PWR0233" (at 113.03 148.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 113.157 146.6342 0)) - (property "Footprint" "" (id 2) (at 113.03 142.24 0) + (property "Value" "GND" (at 113.157 146.6342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 113.03 142.24 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 113.03 142.24 0) + (property "Datasheet" "" (at 113.03 142.24 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4ae52926-9c56-4bfc-a39d-ee23304617ae)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR0233") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 181.61 71.12 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006830926e) - (property "Reference" "C141" (id 0) (at 182.7784 73.4568 0) + (property "Reference" "C141" (at 182.7784 73.4568 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1uF" (id 1) (at 180.467 73.4568 0) + (property "Value" "1uF" (at 180.467 73.4568 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 181.61 71.12 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 181.61 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 181.61 71.12 0) + (property "Datasheet" "" (at 181.61 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 181.61 71.12 0) + (property "Manufacturer" "Taiyo Yuden" (at 181.61 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 5) (at 181.61 71.12 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 181.61 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 181.61 71.12 0) + (property "Checked" "y" (at 181.61 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 181.61 71.12 0) + (property "Distributor" "Mouser" (at 181.61 71.12 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1f75799c-4525-4524-8b23-4f2a8ccc02f3)) (pin "2" (uuid 171b3acc-eebf-4d44-b13c-4cd185be4bbc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "C141") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 154.94 160.02 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006880b9b0) - (property "Reference" "#PWR0179" (id 0) (at 154.94 166.37 0) + (property "Reference" "#PWR0179" (at 154.94 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 155.067 164.4142 0)) - (property "Footprint" "" (id 2) (at 154.94 160.02 0) + (property "Value" "GND" (at 155.067 164.4142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 154.94 160.02 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 154.94 160.02 0) + (property "Datasheet" "" (at 154.94 160.02 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d92d2070-1ad8-4fc9-ab7f-64b58d64d863)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#PWR0179") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 189.23 66.04 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000698b0028) - (property "Reference" "R141" (id 0) (at 190.3984 67.5386 0) + (property "Reference" "R141" (at 190.3984 67.5386 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0" (id 1) (at 188.087 67.5386 0) + (property "Value" "0" (at 188.087 67.5386 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 189.23 66.04 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 189.23 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 189.23 66.04 0) + (property "Datasheet" "" (at 189.23 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 189.23 66.04 0) + (property "Manufacturer" "Vishay Dale" (at 189.23 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 189.23 66.04 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 189.23 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 189.23 66.04 0) + (property "Distributor" "Mouser" (at 189.23 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 189.23 66.04 0) + (property "Checked" "y" (at 189.23 66.04 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid cf79f8cb-b6ba-4b81-9cef-e325469ab29b)) (pin "2" (uuid 369b304c-db88-4ec1-aede-21a48b743cf4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R141") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 193.04 59.69 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000698b3ae8) - (property "Reference" "R144" (id 0) (at 194.5386 58.5216 0) + (property "Reference" "R144" (at 194.5386 58.5216 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "47k" (id 1) (at 194.5386 60.833 0) + (property "Value" "47k" (at 194.5386 60.833 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 193.04 59.69 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 193.04 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 193.04 59.69 0) + (property "Datasheet" "" (at 193.04 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 193.04 59.69 0) + (property "Distributor" "Mouser" (at 193.04 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 193.04 59.69 0) + (property "Checked" "y" (at 193.04 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 193.04 59.69 0) + (property "Manufacturer" "Vishay Dale" (at 193.04 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060347K0FKEAC" (id 7) (at 193.04 59.69 0) + (property "Manufacturer_No" "CRCW060347K0FKEAC" (at 193.04 59.69 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 760f8bc9-6004-4e66-adcd-c3cbda280bca)) (pin "2" (uuid ad99ddf6-21c6-43bd-9dca-9e5e78f9c24c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R144") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 66.04 128.27 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006a0ef612) - (property "Reference" "R152" (id 0) (at 67.5386 127.1016 0) + (property "Reference" "R152" (at 67.5386 127.1016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0" (id 1) (at 67.5386 129.413 0) + (property "Value" "0" (at 67.5386 129.413 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 66.04 128.27 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 66.04 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 66.04 128.27 0) + (property "Datasheet" "" (at 66.04 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 66.04 128.27 0) + (property "Distributor" "Mouser" (at 66.04 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 66.04 128.27 0) + (property "Checked" "y" (at 66.04 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 66.04 128.27 0) + (property "Manufacturer" "Vishay Dale" (at 66.04 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 7) (at 66.04 128.27 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 66.04 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "" (id 8) (at 66.04 128.27 0) + (property "DNP" "" (at 66.04 128.27 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7241ba51-da88-4523-b80f-955642db38d8)) (pin "2" (uuid 61a507a3-cd23-4667-a43a-c755029b6abf)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "R152") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 105.41 134.62 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006a3c71b7) - (property "Reference" "#FLG0101" (id 0) (at 105.41 132.715 0) + (property "Reference" "#FLG0101" (at 105.41 132.715 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 105.41 130.2258 0)) - (property "Footprint" "" (id 2) (at 105.41 134.62 0) + (property "Value" "PWR_FLAG" (at 105.41 130.2258 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 105.41 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 105.41 134.62 0) + (property "Datasheet" "~" (at 105.41 134.62 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0bbc4044-adc8-4243-9786-285206424e00)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d1f6c04" + (reference "#FLG0101") (unit 1) + ) + ) + ) ) ) diff --git a/reform2-motherboard25-pcb/reform2-display.kicad_sch b/reform2-motherboard25-pcb/reform2-display.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid 3535bfa7-7556-47ff-a5ab-4de132b2866c) @@ -16,150 +16,150 @@ (lib_symbols (symbol "Connector_Generic:Conn_02x15_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 1.27 20.32 0) + (property "Reference" "J" (at 1.27 20.32 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Conn_02x15_Odd_Even" (id 1) (at 1.27 -20.32 0) + (property "Value" "Conn_02x15_Odd_Even" (at 1.27 -20.32 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Generic connector, double row, 02x15, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (property "ki_description" "Generic connector, double row, 02x15, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Connector*:*_2x??_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Conn_02x15_Odd_Even_1_1" (rectangle (start -1.27 -17.653) (end 0 -17.907) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 -15.113) (end 0 -15.367) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 -12.573) (end 0 -12.827) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 12.827) (end 0 12.573) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 15.367) (end 0 15.113) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 17.907) (end 0 17.653) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 19.05) (end 3.81 -19.05) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) (rectangle (start 3.81 -17.653) (end 2.54 -17.907) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 -15.113) (end 2.54 -15.367) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 -12.573) (end 2.54 -12.827) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 -10.033) (end 2.54 -10.287) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 -7.493) (end 2.54 -7.747) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 -4.953) (end 2.54 -5.207) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 7.747) (end 2.54 7.493) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 10.287) (end 2.54 10.033) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 12.827) (end 2.54 12.573) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 15.367) (end 2.54 15.113) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 17.907) (end 2.54 17.653) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (pin passive line (at -5.08 17.78 0) (length 3.81) @@ -285,25 +285,25 @@ ) ) (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (property "ki_keywords" "capacitor cap" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small_0_1" @@ -312,7 +312,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -320,7 +320,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -336,25 +336,25 @@ ) ) (symbol "Device:FerriteBead_Small" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "FB" (id 0) (at 1.905 1.27 0) + (property "Reference" "FB" (at 1.905 1.27 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "FerriteBead_Small" (id 1) (at 1.905 -1.27 0) + (property "Value" "FerriteBead_Small" (at 1.905 -1.27 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at -1.778 0 90) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "L ferrite bead inductor filter" (id 4) (at 0 0 0) + (property "ki_keywords" "L ferrite bead inductor filter" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Ferrite bead, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Ferrite bead, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Inductor_* L_* *Ferrite*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Inductor_* L_* *Ferrite*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "FerriteBead_Small_0_1" @@ -363,7 +363,7 @@ (xy 0 -1.27) (xy 0 -0.7874) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -371,7 +371,7 @@ (xy 0 0.889) (xy 0 1.2954) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -382,7 +382,7 @@ (xy 1.1176 -1.4224) (xy -1.8288 0.2794) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -398,30 +398,30 @@ ) ) (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (property "Reference" "R" (at 0.762 0.508 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "R_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Resistor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_Small_0_1" (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -437,22 +437,22 @@ ) ) (symbol "power:+1V2" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V2" (id 1) (at 0 3.556 0) + (property "Value" "+1V2" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+1V2\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+1V2\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+1V2_0_1" @@ -461,7 +461,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -469,7 +469,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -477,7 +477,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -489,22 +489,22 @@ ) ) (symbol "power:+1V8" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V8" (id 1) (at 0 3.556 0) + (property "Value" "+1V8" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+1V8\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+1V8\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+1V8_0_1" @@ -513,7 +513,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -521,7 +521,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -529,7 +529,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -541,22 +541,22 @@ ) ) (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 0 -3.81 0) + (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND_0_1" @@ -569,7 +569,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -581,22 +581,22 @@ ) ) (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (id 0) (at 0 1.905 0) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0) + (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) + (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "PWR_FLAG_0_0" @@ -615,34 +615,34 @@ (xy 1.016 1.905) (xy 0 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) ) (symbol "reform2:SN65DSI86ZQER" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U10" (id 0) (at -13.97 45.72 0) + (property "Reference" "U10" (at -13.97 45.72 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "SN65DSI86IPAPQ1" (id 1) (at -7.62 -55.88 0) + (property "Value" "SN65DSI86IPAPQ1" (at -7.62 -55.88 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "Package_QFP:HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm" (id 2) (at -13.97 -67.31 0) + (property "Footprint" "Package_QFP:HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm" (at -13.97 -67.31 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/sn65dsi86-q1.pdf" (id 3) (at -2.54 60.96 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/sn65dsi86-q1.pdf" (at -2.54 60.96 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Manufacturer" "Texas Instruments" (id 4) (at 1.27 -3.81 0) + (property "Manufacturer" "Texas Instruments" (at 1.27 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SN65DSI86IPAPQ1" (id 5) (at 1.27 5.08 0) + (property "Manufacturer_No" "SN65DSI86IPAPQ1" (at 1.27 5.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 0 0 0) + (property "Checked" "y" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 1.27 -6.35 0) + (property "Distributor" "Mouser" (at 1.27 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "SN65DSI86ZQER_0_0" @@ -909,7 +909,7 @@ ) (symbol "SN65DSI86ZQER_1_1" (rectangle (start -15.24 43.18) (end 21.59 -53.34) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -1121,583 +1121,583 @@ (no_connect (at 127 64.77) (uuid f95c02ae-ae19-4635-b4fa-27f903ad7194)) (wire (pts (xy 96.52 34.29) (xy 106.68 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0125ca85-36d7-4b9d-8c1d-d22a912b7798) ) (wire (pts (xy 148.59 102.87) (xy 151.13 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 029acf24-36bf-44cd-9c8f-2b68a0ebb293) ) (wire (pts (xy 127 113.03) (xy 129.54 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 04289cf3-c555-475b-b9de-fc3d80c12442) ) (wire (pts (xy 227.33 144.78) (xy 227.33 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 064004dc-5833-4513-9e23-3cb091be5553) ) (wire (pts (xy 151.13 105.41) (xy 127 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0c6feb98-c919-40c1-8d04-4ce9ee658fd3) ) (wire (pts (xy 129.54 118.11) (xy 129.54 115.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0d7defc5-1b0a-4cb9-8e9d-c5ae7e4f0636) ) (wire (pts (xy 26.67 129.54) (xy 85.09 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0da1fe80-28b0-41c5-8035-20fdc76cfed6) ) (wire (pts (xy 234.95 116.84) (xy 243.84 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0efae294-9b50-482f-97df-0e7de136c26d) ) (wire (pts (xy 104.14 44.45) (xy 106.68 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0f9541d8-c8a4-4c88-a6ca-cb7e7a33c9cd) ) (wire (pts (xy 55.88 39.37) (xy 45.72 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 101c3933-7372-46de-92a4-64d17c94617a) ) (wire (pts (xy 45.72 34.29) (xy 55.88 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 15b7482f-9432-4243-9e87-e820e718f5bd) ) (wire (pts (xy 106.68 151.13) (xy 106.68 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1cc0f965-83c5-43b0-9d68-7d77dc4e1141) ) (wire (pts (xy 226.06 133.35) (xy 227.33 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 22005a93-dcc8-4390-a863-e38315470903) ) (wire (pts (xy 227.33 133.35) (xy 227.33 138.43)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2423c357-a800-4acb-9724-570e40572c80) ) (wire (pts (xy 49.53 135.89) (xy 46.99 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 26daf7a8-57a6-4fa9-a0a7-1c6d13c88390) ) (wire (pts (xy 144.78 85.09) (xy 154.94 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 287494b6-3926-4a26-9be7-6fe82a8adee4) ) (wire (pts (xy 96.52 39.37) (xy 86.36 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 29e4429a-f904-4078-b501-12a49603d5ab) ) (wire (pts (xy 234.95 121.92) (xy 243.84 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2a3382a3-2e0b-45f3-ad04-09f75daed0ae) ) (wire (pts (xy 146.05 87.63) (xy 127 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2b59d99d-0b3e-4b03-98ef-8ef8d4ec7560) ) (wire (pts (xy 55.88 133.35) (xy 85.09 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2fc3b2ec-e31a-4540-8bbb-453f02267aa4) ) (wire (pts (xy 77.47 125.73) (xy 85.09 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2fd78c95-8bf5-4898-afe7-50d560897235) ) (wire (pts (xy 179.07 34.29) (xy 179.07 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 349dd961-7857-4afb-ac38-47f30ca40018) ) (wire (pts (xy 49.53 133.35) (xy 46.99 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 35be0a74-770e-49f6-9312-ca808b7c13e0) ) (wire (pts (xy 148.59 113.03) (xy 158.75 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 36673f56-d84d-477b-848c-b9e0b45c61e4) ) (wire (pts (xy 55.88 116.84) (xy 55.88 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 36f8c227-8407-4eb7-86b3-478628fedd8a) ) (wire (pts (xy 227.33 144.78) (xy 234.95 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 379ed107-d628-4f32-93f1-6db550e4906e) ) (wire (pts (xy 148.59 118.11) (xy 139.7 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 38990a3e-3d43-4c64-a72b-d033e4673c12) ) (wire (pts (xy 132.08 100.33) (xy 127 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3af7b8ac-dce2-4d32-b1dd-2159ab7fde4b) ) (wire (pts (xy 179.07 34.29) (xy 106.68 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 423f622a-b2c7-4767-b2ff-b3674c3740d3) ) (wire (pts (xy 148.59 140.97) (xy 157.48 140.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 425b7e5f-a375-41f8-bea6-50b28d4bd40c) ) (wire (pts (xy 127 115.57) (xy 129.54 115.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 43ad9983-9fcc-4d0a-a2f9-d8aaed14216c) ) (wire (pts (xy 127 85.09) (xy 139.7 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 44e23844-b9ed-4581-9ab2-fe383ed3b2a2) ) (wire (pts (xy 212.09 45.72) (xy 212.09 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 45379d41-ec09-41bd-9a38-54e1c9c82779) ) (wire (pts (xy 234.95 121.92) (xy 227.33 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 457068e0-490c-4211-9380-92022e778f8c) ) (wire (pts (xy 227.33 123.19) (xy 227.33 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 46a3f0ef-5a0e-4a03-a4c0-b6b4d66449a6) ) (wire (pts (xy 127 120.65) (xy 129.54 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 47d99afc-29b3-492d-a2be-8d8257420f73) ) (wire (pts (xy 212.09 66.04) (xy 228.6 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 487d99b9-4dc4-4f48-a606-b99d4a07f2a7) ) (wire (pts (xy 55.88 34.29) (xy 64.77 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 48f89fb9-a215-47a0-b028-b1c3403e809e) ) (wire (pts (xy 241.3 40.64) (xy 259.08 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4a750843-9db7-4294-b763-a8e61dbec967) ) (wire (pts (xy 96.52 44.45) (xy 96.52 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4c0f04a6-436a-4a82-8a15-1099cb6f1d11) ) (wire (pts (xy 129.54 115.57) (xy 129.54 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4c2d7025-7411-4263-b451-559b67c50a1a) ) (wire (pts (xy 146.05 80.01) (xy 127 80.01)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4cd594a1-febd-4a1e-880a-56d7e45621b0) ) (wire (pts (xy 157.48 140.97) (xy 167.64 140.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4d1391fb-a842-49de-8c0e-861491105b8b) ) (wire (pts (xy 97.79 171.45) (xy 95.25 171.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5408f790-00cd-444d-b107-2b4702f44eba) ) (wire (pts (xy 259.08 63.5) (xy 241.3 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 55b01494-231f-48ce-8cc8-ea6e8f3cc0aa) ) (wire (pts (xy 139.7 113.03) (xy 148.59 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 55c04fbc-5caa-4fb5-a066-b36cdf9384b7) ) (wire (pts (xy 109.22 49.53) (xy 109.22 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5991e83a-b6bb-4d91-b279-780165b03ab8) ) (wire (pts (xy 259.08 48.26) (xy 241.3 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5b80506a-6494-402c-a48c-732fe6b17a3c) ) (wire (pts (xy 148.59 140.97) (xy 139.7 140.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5c0e3cbd-2272-4859-a931-8f8f8b55d1e0) ) (wire (pts (xy 157.48 135.89) (xy 148.59 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5cf5f9fe-edc8-4043-b7bd-61a76bef8cb2) ) (wire (pts (xy 151.13 80.01) (xy 154.94 80.01)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5d9bb7f3-55b3-491f-920f-78467262a696) ) (wire (pts (xy 212.09 53.34) (xy 212.09 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5e9203d7-1aa4-4d1f-908e-fca8e82588fd) ) (wire (pts (xy 74.93 39.37) (xy 64.77 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5fd38f18-bc24-4ae7-8409-f1ca0761dde4) ) (wire (pts (xy 111.76 44.45) (xy 111.76 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 61c3c7db-9516-415c-98d4-6464965b627a) ) (wire (pts (xy 228.6 45.72) (xy 212.09 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 63274394-7677-4100-a704-a1fb2196f510) ) (wire (pts (xy 45.72 31.75) (xy 45.72 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 645da8c6-d9c2-43e7-8c80-f2421b6b02e5) ) (wire (pts (xy 64.77 34.29) (xy 74.93 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 646afb62-414b-4e07-8f24-e551ecd8269a) ) (wire (pts (xy 224.79 93.98) (xy 250.19 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6656aaf6-350b-4c45-8786-8e99f0e8fd13) ) (wire (pts (xy 186.69 142.24) (xy 186.69 140.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6c10bb40-8297-4675-bf01-c3f2ceb10d6a) ) (wire (pts (xy 228.6 63.5) (xy 212.09 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6f509d78-d2d9-4513-b664-73472e064ada) ) (wire (pts (xy 224.79 96.52) (xy 250.19 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6f81f2bd-4532-4571-8fa6-9056904b98b3) ) (wire (pts (xy 54.61 135.89) (xy 59.69 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 71e8af77-d0dc-486f-9009-751ebb61c7ee) ) (wire (pts (xy 127 102.87) (xy 143.51 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7231b85c-470e-4a06-b8f2-0ce3b3b823f6) ) (wire (pts (xy 132.08 140.97) (xy 132.08 138.43)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 73d25c9f-7b07-4424-a313-1dba4e3ec79c) ) (wire (pts (xy 223.52 105.41) (xy 227.33 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 77982877-d1a4-46aa-9045-4ec7be158e8f) ) (wire (pts (xy 127 77.47) (xy 139.7 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 77cec690-d8cb-4c0d-be00-9e47a0cd8a91) ) (wire (pts (xy 55.88 125.73) (xy 55.88 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 77decb87-e710-4a66-99e8-d1584f23a55b) ) (wire (pts (xy 114.3 151.13) (xy 114.3 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 78da8d58-4e43-4fc4-aaf7-7b4b0a3d2a7f) ) (wire (pts (xy 227.33 115.57) (xy 227.33 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7934700a-8e58-4122-b0e4-07987e032777) ) (wire (pts (xy 101.6 44.45) (xy 101.6 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7b290a07-c6cd-472a-aa71-d584424869c5) ) (wire (pts (xy 111.76 152.4) (xy 114.3 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7c367f90-231a-4fef-bfb5-a781e14c438e) ) (wire (pts (xy 59.69 125.73) (xy 59.69 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7dd06da9-fdf8-4189-b104-c7a703c3aa69) ) (wire (pts (xy 259.08 40.64) (xy 259.08 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7fe54610-a081-4a14-9c18-b7ebb62ab292) ) (wire (pts (xy 26.67 130.81) (xy 26.67 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8126a289-7b8f-43a7-a32f-cc3b38335f28) ) (wire (pts (xy 259.08 60.96) (xy 259.08 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 81797b66-d7c5-4ae9-a1bb-460cadbe950f) ) (wire (pts (xy 86.36 34.29) (xy 96.52 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8442f887-d2b3-4fbd-af43-206afc4d7e1d) ) (wire (pts (xy 227.33 116.84) (xy 234.95 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 85196432-f8e3-4339-9517-1dede4f1e69c) ) (wire (pts (xy 127 140.97) (xy 132.08 140.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 85debace-cfea-48de-9339-d8c1c8391e59) ) (wire (pts (xy 243.84 144.78) (xy 252.73 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 86583ff4-d62c-4ec3-972c-3e2c7f0b3fe0) ) (wire (pts (xy 96.52 44.45) (xy 99.06 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 86f37027-7467-477d-9e07-b98c0da51405) ) (wire (pts (xy 127 138.43) (xy 132.08 138.43)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8749bdb5-ca31-4fce-af21-258188e8cf0b) ) (wire (pts (xy 111.76 44.45) (xy 114.3 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8833d32c-2fbc-43ee-b835-1c72d57b407b) ) (wire (pts (xy 259.08 64.77) (xy 259.08 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 89f39275-7d04-4a59-9231-d0ba0f42f125) ) (wire (pts (xy 132.08 135.89) (xy 139.7 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8a44086f-9eea-4861-b021-adaac2a5169c) ) (wire (pts (xy 158.75 118.11) (xy 148.59 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8b40f6dd-a4cf-4eb6-a9dd-bdc3f30684db) ) (wire (pts (xy 227.33 105.41) (xy 227.33 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8c181841-0d5f-49f7-84e1-2d6f3a59dd20) ) (wire (pts (xy 109.22 44.45) (xy 111.76 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8d1f6a35-5da2-4656-af8a-fc217de1fa5c) ) (wire (pts (xy 106.68 44.45) (xy 109.22 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 937632e7-a19d-4759-990b-f128e1b9d3ba) ) (wire (pts (xy 157.48 135.89) (xy 167.64 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 93e3c7f1-9084-4810-9182-24a9c63ce248) ) (wire (pts (xy 212.09 63.5) (xy 212.09 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 940a1723-9812-47c7-9f18-910b1834ffbb) ) (wire (pts (xy 104.14 44.45) (xy 104.14 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 950eb666-5bca-4489-9a81-4c0da0ba1e1a) ) (wire (pts (xy 54.61 133.35) (xy 55.88 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 977fddf7-c8b4-4459-b9be-9842bb46be77) ) (wire (pts (xy 101.6 44.45) (xy 104.14 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9783c360-79cb-4a95-89e4-710fee701fca) ) (wire (pts (xy 228.6 53.34) (xy 212.09 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 99eb41eb-b7ac-489e-a209-f7ed4f63547c) ) (wire (pts (xy 151.13 72.39) (xy 154.94 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9b9c1529-228e-4982-afda-a76132abc6da) ) (wire (pts (xy 139.7 135.89) (xy 148.59 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9e9ca876-4d13-45ad-b423-0e598c6b53f7) ) (wire (pts (xy 127 69.85) (xy 139.7 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9fed4ad2-18a5-4dee-b64f-34fde341e79d) ) (wire (pts (xy 167.64 135.89) (xy 186.69 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a06e6f29-1f92-44e5-874c-cc59ae443aa1) ) (wire (pts (xy 127 135.89) (xy 132.08 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a3da0b9a-0856-4ade-aecd-6ba4cd4b661e) ) (wire (pts (xy 106.68 152.4) (xy 109.22 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a41502f3-666b-4c19-b850-eb61c7a7db26) ) (wire (pts (xy 146.05 72.39) (xy 127 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a46d4338-3bd1-4a03-880d-b2ed4b5bfcfb) ) (wire (pts (xy 170.18 118.11) (xy 158.75 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a4a24db1-8afc-48b7-b399-392c4d03c518) ) (wire (pts (xy 132.08 138.43) (xy 132.08 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a8125341-5a92-46fc-a311-24f1becc1c91) ) (wire (pts (xy 64.77 39.37) (xy 55.88 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a92a96f8-b6d4-4feb-a188-5e35f725b0a9) ) (wire (pts (xy 114.3 44.45) (xy 114.3 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aaf83a2b-2c1a-4de8-b7a8-969abf3442e7) ) (wire (pts (xy 127 118.11) (xy 129.54 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b00a1b2b-eff2-4363-8b68-e78bdf907866) ) (wire (pts (xy 151.13 87.63) (xy 154.94 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b0e3eeed-dd11-4f87-b2ae-3e604568ac50) ) (wire (pts (xy 227.33 152.4) (xy 227.33 149.86)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b2a78ae4-5367-4aa2-b033-239040fb0899) ) (wire (pts (xy 234.95 144.78) (xy 243.84 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b34a16eb-7508-4cd0-b967-9a01cc7810ed) ) (wire (pts (xy 109.22 151.13) (xy 109.22 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b7a46f96-d143-4c6f-9a53-8d032bab0ab6) ) (wire (pts (xy 109.22 152.4) (xy 111.76 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b7e2835b-e091-4b1c-b71e-a4caba9a5ab3) ) (wire (pts (xy 114.3 152.4) (xy 116.84 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bad01962-c811-4f05-8372-b118db475945) ) (wire (pts (xy 45.72 41.91) (xy 45.72 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bcacc6cf-52d0-4007-87a3-fa9b2b391455) ) (wire (pts (xy 106.68 44.45) (xy 106.68 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bcde8da4-905b-49d7-8c6d-81a434afd33d) ) (wire (pts (xy 116.84 152.4) (xy 116.84 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bddbc3f6-7934-4a7a-8738-49fea706f0f4) ) (wire (pts (xy 105.41 171.45) (xy 102.87 171.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bf102edd-9226-4341-ba0b-dd4c8726399c) ) (wire (pts (xy 111.76 152.4) (xy 111.76 154.94)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bfbc457f-388f-47b3-9779-0ad1629cae74) ) (wire (pts (xy 144.78 77.47) (xy 154.94 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c3c30d1f-41c7-4a2e-87f0-9a1d4b84618b) ) (wire (pts (xy 186.69 140.97) (xy 167.64 140.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c831553c-f260-4d11-88b1-0d3b6c4a8730) ) (wire (pts (xy 241.3 60.96) (xy 259.08 60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c8746cd3-1f87-458d-a6fb-407ad38d497b) ) (wire (pts (xy 179.07 119.38) (xy 179.07 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d192614e-5041-450e-9254-6b74c35a2b6a) ) (wire (pts (xy 243.84 116.84) (xy 251.46 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d41ef2e2-0457-4595-a03e-b53a78bd6b9c) ) (wire (pts (xy 95.25 173.99) (xy 95.25 171.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d4d57ca5-17a4-4ae9-8279-ebd8c3991bcb) ) (wire (pts (xy 179.07 118.11) (xy 170.18 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d54587ab-c41a-4bd1-9b5b-70a59586d290) ) (wire (pts (xy 212.09 68.58) (xy 212.09 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d5cad5c4-029e-4be3-a013-e1187e90c93d) ) (wire (pts (xy 234.95 149.86) (xy 227.33 149.86)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dbb08837-ffd2-4509-86cd-fdc59930a0a9) ) (wire (pts (xy 86.36 39.37) (xy 74.93 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid de2f4243-e777-4854-9ad0-65d59d903284) ) (wire (pts (xy 129.54 113.03) (xy 129.54 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e5097696-2d2e-486c-940f-c79082017ead) ) (wire (pts (xy 234.95 149.86) (xy 243.84 149.86)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e5d22a7b-cd5c-45d3-9cc6-fdb9d7fe0001) ) (wire (pts (xy 111.76 151.13) (xy 111.76 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e64448dc-85dd-4c5c-8961-c87739a86cb0) ) (wire (pts (xy 59.69 118.11) (xy 59.69 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e6c6d4f0-3b78-4112-905f-4dc8074075c6) ) (wire (pts (xy 106.68 34.29) (xy 106.68 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e73b360f-9827-48d2-b247-c9cd12e134a7) ) (wire (pts (xy 186.69 134.62) (xy 186.69 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eaaeddf7-4cbd-40d7-891a-cb07ac8730cb) ) (wire (pts (xy 129.54 113.03) (xy 139.7 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ec58b812-2e58-4a94-9c50-ddb735322ef3) ) (wire (pts (xy 144.78 69.85) (xy 154.94 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ec59537e-7de9-464f-9005-5a07f3798854) ) (wire (pts (xy 45.72 26.67) (xy 45.72 25.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ee8bc722-3e09-4136-b04d-44797820bf27) ) (wire (pts (xy 259.08 60.96) (xy 259.08 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ef52f54e-17ac-47aa-87c2-cc54bf6d45c2) ) (wire (pts (xy 170.18 113.03) (xy 179.07 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f55d05f4-8d08-4b37-abb5-179385a6455f) ) (wire (pts (xy 59.69 135.89) (xy 85.09 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f6c227ad-bf7d-4373-a2cb-6be3bd2df043) ) (wire (pts (xy 129.54 120.65) (xy 129.54 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f715bbd5-df54-485f-a619-b20af980ef73) ) (wire (pts (xy 74.93 34.29) (xy 86.36 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f77f6e32-c7d7-4a6a-a296-ba60d5463ec4) ) (wire (pts (xy 99.06 49.53) (xy 99.06 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f7b4d67f-e89e-46a0-ad16-dea1e9181ec4) ) (wire (pts (xy 129.54 110.49) (xy 127 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fa53ed4f-5fa1-4b81-9fff-53a1843aefc3) ) (wire (pts (xy 99.06 44.45) (xy 101.6 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fd495580-9848-46b5-98b2-3eeeb30ac0b0) ) (wire (pts (xy 158.75 113.03) (xy 170.18 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ffdd27c4-e625-49d4-80a1-95116faebf32) ) @@ -1722,87 +1722,87 @@ (uuid f070ac09-d607-41e9-8001-a4a4c75883a6) ) - (label "ML1N" (at 130.81 69.85 0) + (label "ML1N" (at 130.81 69.85 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 1860f6a0-af61-48ec-aef5-8af7a60e0b38) ) - (label "EDP_BL_VCC" (at 241.3 71.12 0) + (label "EDP_BL_VCC" (at 241.3 71.12 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 26d4f527-9836-4d9b-8208-6c099f4a142a) ) - (label "EDP_LCD_VCC" (at 241.3 53.34 0) + (label "EDP_LCD_VCC" (at 241.3 53.34 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 31f64f3c-da0e-483f-98bd-f506c442b99b) ) - (label "ML0P" (at 130.81 80.01 0) + (label "ML0P" (at 130.81 80.01 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 35d94d5d-221f-4be5-9879-2aa778067ca4) ) - (label "EDP_LCD_TEST" (at 241.3 55.88 0) + (label "EDP_LCD_TEST" (at 241.3 55.88 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 3ae644e1-aaee-499d-b424-0cb2fd7b7b72) ) - (label "EDP_LCD_VCC" (at 228.6 55.88 180) + (label "EDP_LCD_VCC" (at 228.6 55.88 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 6b1795ad-9f44-4a41-b6cb-e0456d91cc26) ) - (label "ML1P" (at 130.81 72.39 0) + (label "ML1P" (at 130.81 72.39 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 7f6f8264-a0e7-4b69-9f82-e665d14b59fa) ) - (label "EDP_BL_PWM" (at 228.6 68.58 180) + (label "EDP_BL_PWM" (at 228.6 68.58 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 8781f8b0-5b68-445c-add6-10b1b9af8fe2) ) - (label "EDP_LCD_VCC" (at 251.46 116.84 0) + (label "EDP_LCD_VCC" (at 251.46 116.84 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 913cfdfe-dc8f-4b04-bfe0-a6ca55c9a011) ) - (label "EDP_BL_VCC" (at 228.6 76.2 180) + (label "EDP_BL_VCC" (at 228.6 76.2 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 938c692e-8766-49b5-be0d-0764b4d48de4) ) - (label "EDP_BL_VCC" (at 228.6 73.66 180) + (label "EDP_BL_VCC" (at 228.6 73.66 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid a07b3746-89e7-4950-9f30-bb6d49605178) ) - (label "EDP_HPD" (at 151.13 102.87 0) + (label "EDP_HPD" (at 151.13 102.87 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid a28dcc26-cbb4-4d1c-b442-8a4db994f3e3) ) - (label "EDP_BL_VCC" (at 252.73 144.78 0) + (label "EDP_BL_VCC" (at 252.73 144.78 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid aab6dbb9-86cd-4345-8859-b1fa7f6f9b2f) ) - (label "EDP_BL_ENABLE" (at 241.3 66.04 0) + (label "EDP_BL_ENABLE" (at 241.3 66.04 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid aaf761f1-bddd-4990-9b88-aad6af7694e0) ) - (label "EDP_BL_ENABLE" (at 250.19 93.98 180) + (label "EDP_BL_ENABLE" (at 250.19 93.98 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid b2ed486c-1cf1-4f83-a068-6a38b797457e) ) - (label "EDP_BL_VCC" (at 241.3 73.66 0) + (label "EDP_BL_VCC" (at 241.3 73.66 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid b2f09a56-57fd-4b5a-a542-6323226aed96) ) - (label "EDP_HPD" (at 228.6 60.96 180) + (label "EDP_HPD" (at 228.6 60.96 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid c52c5d30-8c4c-4754-a892-4d4c5ac4d83f) ) - (label "ML0N" (at 130.81 77.47 0) + (label "ML0N" (at 130.81 77.47 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid d144c8ea-8296-49a4-8c15-45e6e6c9931e) ) - (label "EDP_BL_PWM" (at 250.19 96.52 180) + (label "EDP_BL_PWM" (at 250.19 96.52 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid dca9a2ea-7da7-4535-8df9-2fd6411111e8) ) - (label "EDAUXN" (at 128.27 85.09 0) + (label "EDAUXN" (at 128.27 85.09 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid e702c1eb-8f0f-48d1-994f-b2802671ef3f) ) - (label "EDAUXP" (at 128.27 87.63 0) + (label "EDAUXP" (at 128.27 87.63 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid ed6bc6da-ee01-4e13-9b6e-a8f4263d42af) ) @@ -1810,242 +1810,246 @@ (global_label "USB_PWR" (shape input) (at 226.06 133.35 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 0fa91a9c-8832-45e2-8a90-58f47301de33) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_AUX_DN" (shape output) (at 154.94 85.09 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 14e242f6-03b3-4b60-8d75-037f92ccd375) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_AUX_DN" (shape input) (at 241.3 50.8 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 1a9f31ee-03c0-4592-b472-304411944b31) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_SDA" (shape bidirectional) (at 46.99 135.89 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 20e99e4b-1551-402a-a58b-9b7c8f0248fd) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "3V3_PWR_AUX" (shape input) (at 223.52 105.41 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 2a27cea2-ea4d-4ce5-8b66-0da6afea0f89) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BACKLIGHT_PWM" (shape input) (at 224.79 96.52 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3743df90-d681-40e9-9ad6-f3778eb18351) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DSI_D0_N" (shape input) (at 85.09 57.15 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 38bbbe47-afe0-4ab7-ac21-c25c199dfa6b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_IRQ" (shape output) (at 77.47 125.73 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3b9a180c-ac58-4343-bff6-87fb03fb1466) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_TX1_DP" (shape input) (at 241.3 43.18 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 4267b7fe-f2ff-4e14-80ab-86f1d21cd541) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_RESETn" (shape input) (at 151.13 105.41 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 4279db24-0f4a-455d-8d8e-4fa40d4e281c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BACKLIGHT_EN" (shape input) (at 224.79 93.98 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 4a1a78a6-5456-48b0-be7e-e0112761d296) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_TX1_DP" (shape output) (at 154.94 72.39 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 4be34663-1927-4e0f-97dc-77251e6b6678) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DSI_D0_P" (shape input) (at 85.09 54.61 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 52f02cbd-ad36-4e16-a0f0-b21f39ffe3d0) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_TX0_DN" (shape input) (at 241.3 45.72 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 6562a9ef-7d76-4083-be52-81ffcfb0918a) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_TX0_DN" (shape output) (at 154.94 77.47 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 70004ddd-f5a2-4114-b070-f8a6791f82bd) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_TX0_DP" (shape input) (at 228.6 48.26 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 78c0f392-cccc-424f-abde-cb28371cfe55) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DSI_D3_N" (shape input) (at 85.09 72.39 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 81e68343-a7b4-4793-8ce0-e72758441989) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_TX1_DN" (shape input) (at 228.6 43.18 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 833e59bf-4154-4ef0-a6b1-6bde0252b641) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_AUX_DP" (shape input) (at 228.6 50.8 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 844eaaad-e43a-4d7f-96cd-5b740f60d968) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_TX1_DN" (shape output) (at 154.94 69.85 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 86491567-ea0d-4a82-9fc4-d0fc841b546f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_TX0_DP" (shape output) (at 154.94 80.01 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 92bf331f-11b0-44bc-8640-6235df0f6f2c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_AUX_DP" (shape output) (at 154.94 87.63 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid a1063d89-8e36-49b8-b6ae-0067fc063428) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DSI_D1_P" (shape input) (at 85.09 59.69 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid a9f75783-531c-4a46-bebd-4fcadb99e874) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DSI_D3_P" (shape input) (at 85.09 69.85 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid c517e6d4-131a-4887-863d-0f0883fbe24f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DSI_D2_P" (shape input) (at 85.09 64.77 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid c845674f-1406-4536-9e73-a9184d57f039) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DSI_D2_N" (shape input) (at 85.09 67.31 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid d64894a8-8a4e-41f1-89dd-d884d967087a) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DSI_CLK_N" (shape input) (at 85.09 77.47 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid d68b0fcf-6967-4748-ba95-1dca2cf3b0db) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DSI_CLK_P" (shape input) (at 85.09 74.93 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid e3828331-7267-490d-bf43-13d8a494dd04) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_SCL" (shape input) (at 46.99 133.35 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid e5048d87-a9cc-4ce6-90ae-ada65801e9e4) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "EDP_RESETn" (shape input) (at 105.41 171.45 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid ed8e5f30-5e48-459e-9f11-7ea661599b63) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DSI_D1_N" (shape input) (at 85.09 62.23 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid f4489910-84de-40ad-9940-1c14a377d177) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (symbol (lib_id "reform2:SN65DSI86ZQER") (at 102.87 95.25 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1d2542) - (property "Reference" "U10" (id 0) (at 88.9 49.53 0)) - (property "Value" "SN65DSI86IPAPQ1" (id 1) (at 95.25 151.13 0)) - (property "Footprint" "Package_QFP:HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm" (id 2) (at 88.9 162.56 0) + (property "Reference" "U10" (at 88.9 49.53 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SN65DSI86IPAPQ1" (at 95.25 151.13 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_QFP:HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm" (at 88.9 162.56 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/sn65dsi86-q1.pdf" (id 3) (at 100.33 34.29 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/sn65dsi86-q1.pdf" (at 100.33 34.29 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Manufacturer" "Texas Instruments" (id 4) (at 104.14 99.06 0) + (property "Manufacturer" "Texas Instruments" (at 104.14 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SN65DSI86IPAPQ1" (id 5) (at 104.14 90.17 0) + (property "Manufacturer_No" "SN65DSI86IPAPQ1" (at 104.14 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 102.87 95.25 0) + (property "Checked" "y" (at 102.87 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 104.14 101.6 0) + (property "Distributor" "Mouser" (at 104.14 101.6 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5456e87c-8e9c-4bf0-afe2-8ccc4046d244)) @@ -2113,45 +2117,65 @@ (pin "7" (uuid adad2136-62d1-4e0c-8a95-9f143d2755a7)) (pin "8" (uuid 4e663020-5b46-42fa-819d-fd413ab67254)) (pin "9" (uuid 0288f12e-7efc-49f2-ab4a-e117528e46b7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "U10") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 111.76 154.94 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1d45e5) - (property "Reference" "#PWR0146" (id 0) (at 111.76 161.29 0) + (property "Reference" "#PWR0146" (at 111.76 161.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 111.887 159.3342 0)) - (property "Footprint" "" (id 2) (at 111.76 154.94 0) + (property "Value" "GND" (at 111.887 159.3342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 111.76 154.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 111.76 154.94 0) + (property "Datasheet" "" (at 111.76 154.94 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c36eeada-97e6-4150-a8ee-e923b9accc22)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR0146") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector_Generic:Conn_02x15_Odd_Even") (at 233.68 58.42 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d455f41) - (property "Reference" "J24" (id 0) (at 234.95 35.1282 0)) - (property "Value" "EDP_HEADER" (id 1) (at 234.95 37.4396 0)) - (property "Footprint" "Connector_PinHeader_2.00mm:PinHeader_2x15_P2.00mm_Vertical" (id 2) (at 233.68 58.42 0) + (property "Reference" "J24" (at 234.95 35.1282 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "EDP_HEADER" (at 234.95 37.4396 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_PinHeader_2.00mm:PinHeader_2x15_P2.00mm_Vertical" (at 233.68 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 233.68 58.42 0) + (property "Datasheet" "" (at 233.68 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Molex / Würth" (id 4) (at 233.68 58.42 0) + (property "Manufacturer" "Molex / Würth" (at 233.68 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "87758-3016 / 687133149022" (id 5) (at 233.68 58.42 0) + (property "Manufacturer_No" "87758-3016 / 687133149022" (at 233.68 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 233.68 58.42 0) + (property "Checked" "y" (at 233.68 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 233.68 58.42 0) + (property "Distributor" "Mouser" (at 233.68 58.42 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8e34d35b-6ffd-40ee-9f5f-ba73b3332ab0)) @@ -2184,1313 +2208,1755 @@ (pin "7" (uuid d9f98fed-d756-437c-be22-59733890ef6b)) (pin "8" (uuid 4c51e82c-438c-482c-9135-8a0601f18e24)) (pin "9" (uuid 982c7969-945d-4de7-9800-c5b691e9b4d9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "J24") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 259.08 64.77 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d476721) - (property "Reference" "#PWR0227" (id 0) (at 259.08 71.12 0) + (property "Reference" "#PWR0227" (at 259.08 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 259.207 69.1642 0)) - (property "Footprint" "" (id 2) (at 259.08 64.77 0) + (property "Value" "GND" (at 259.207 69.1642 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 259.08 64.77 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 259.08 64.77 0) + (property "Datasheet" "" (at 259.08 64.77 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 83fc15db-5a0d-4743-9d48-f9f97d20fa50)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR0227") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 212.09 68.58 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d4966fe) - (property "Reference" "#PWR0228" (id 0) (at 212.09 74.93 0) + (property "Reference" "#PWR0228" (at 212.09 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 212.217 72.9742 0)) - (property "Footprint" "" (id 2) (at 212.09 68.58 0) + (property "Value" "GND" (at 212.217 72.9742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 212.09 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 212.09 68.58 0) + (property "Datasheet" "" (at 212.09 68.58 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d7e00de6-d948-4764-8713-ba7c3e3e9ff0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR0228") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 52.07 133.35 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d9f4ebd) - (property "Reference" "R129" (id 0) (at 52.07 130.81 90)) - (property "Value" "0" (id 1) (at 52.07 133.35 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 52.07 133.35 0) + (property "Reference" "R129" (at 52.07 130.81 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 52.07 133.35 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 52.07 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 52.07 133.35 0) + (property "Datasheet" "" (at 52.07 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 52.07 133.35 0) + (property "Manufacturer" "Vishay Dale" (at 52.07 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 52.07 133.35 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 52.07 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 52.07 133.35 0) + (property "Distributor" "Mouser" (at 52.07 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 52.07 133.35 0) + (property "Checked" "y" (at 52.07 133.35 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 83f57ee6-785a-4106-a9e2-0a467a9db411)) (pin "2" (uuid c5b767a4-01d0-4fd6-b7b0-12c2b01df7ae)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "R129") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 52.07 135.89 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da0b272) - (property "Reference" "R130" (id 0) (at 52.07 138.43 90)) - (property "Value" "0" (id 1) (at 52.07 135.89 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 52.07 135.89 0) + (property "Reference" "R130" (at 52.07 138.43 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 52.07 135.89 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 52.07 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 52.07 135.89 0) + (property "Datasheet" "" (at 52.07 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 52.07 135.89 0) + (property "Manufacturer" "Vishay Dale" (at 52.07 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 52.07 135.89 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 52.07 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 52.07 135.89 0) + (property "Distributor" "Mouser" (at 52.07 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 52.07 135.89 0) + (property "Checked" "y" (at 52.07 135.89 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b3bd6545-0020-4b8b-a137-8f5402a174d1)) (pin "2" (uuid c83df903-7f7b-4800-97cb-58a76b23af31)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "R130") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 55.88 123.19 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da1e94b) - (property "Reference" "R131" (id 0) (at 53.34 118.11 90)) - (property "Value" "4.7k" (id 1) (at 53.34 123.19 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 55.88 123.19 0) + (property "Reference" "R131" (at 53.34 118.11 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "4.7k" (at 53.34 123.19 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 55.88 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 55.88 123.19 0) + (property "Datasheet" "" (at 55.88 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 55.88 123.19 0) + (property "Manufacturer" "Yageo" (at 55.88 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-074K7L" (id 5) (at 55.88 123.19 0) + (property "Manufacturer_No" "RC0603FR-074K7L" (at 55.88 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 55.88 123.19 0) + (property "Checked" "y" (at 55.88 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 55.88 123.19 0) + (property "Distributor" "Mouser" (at 55.88 123.19 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 07a1a232-31da-4d16-98e4-94e8869b31ff)) (pin "2" (uuid cb636119-a44f-4a42-8535-1519aa57f9d9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "R131") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 59.69 123.19 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da1ec52) - (property "Reference" "R132" (id 0) (at 62.23 118.11 90)) - (property "Value" "4.7k" (id 1) (at 62.23 123.19 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 59.69 123.19 0) + (property "Reference" "R132" (at 62.23 118.11 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "4.7k" (at 62.23 123.19 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 59.69 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 59.69 123.19 0) + (property "Datasheet" "" (at 59.69 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 59.69 123.19 0) + (property "Manufacturer" "Yageo" (at 59.69 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-074K7L" (id 5) (at 59.69 123.19 0) + (property "Manufacturer_No" "RC0603FR-074K7L" (at 59.69 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 59.69 123.19 0) + (property "Checked" "y" (at 59.69 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 59.69 123.19 0) + (property "Distributor" "Mouser" (at 59.69 123.19 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 767abb6d-05f7-4e28-87b5-d06342f22be5)) (pin "2" (uuid e1f9d0ab-e0b2-48b5-a2bd-0a079aefe254)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "R132") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+1V8") (at 55.88 116.84 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da70b88) - (property "Reference" "#PWR075" (id 0) (at 55.88 120.65 0) + (property "Reference" "#PWR075" (at 55.88 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V8" (id 1) (at 56.261 112.4458 0)) - (property "Footprint" "" (id 2) (at 55.88 116.84 0) + (property "Value" "+1V8" (at 56.261 112.4458 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 55.88 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 55.88 116.84 0) + (property "Datasheet" "" (at 55.88 116.84 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid dd1a4a03-4e86-45a0-9fdd-486240c0725c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR075") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+1V8") (at 59.69 118.11 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da71177) - (property "Reference" "#PWR076" (id 0) (at 59.69 121.92 0) + (property "Reference" "#PWR076" (at 59.69 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V8" (id 1) (at 60.071 113.7158 0)) - (property "Footprint" "" (id 2) (at 59.69 118.11 0) + (property "Value" "+1V8" (at 60.071 113.7158 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 59.69 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 59.69 118.11 0) + (property "Datasheet" "" (at 59.69 118.11 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 62513fd3-1f03-43a3-879f-bb6d5a735828)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR076") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+1V2") (at 45.72 25.4 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da8b6eb) - (property "Reference" "#PWR037" (id 0) (at 45.72 29.21 0) + (property "Reference" "#PWR037" (at 45.72 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V2" (id 1) (at 46.101 21.0058 0)) - (property "Footprint" "" (id 2) (at 45.72 25.4 0) + (property "Value" "+1V2" (at 46.101 21.0058 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 45.72 25.4 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 45.72 25.4 0) + (property "Datasheet" "" (at 45.72 25.4 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 96bd7022-d42f-4b9a-8de8-afdf5cf4597d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR037") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+1V8") (at 186.69 134.62 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da98038) - (property "Reference" "#PWR039" (id 0) (at 186.69 138.43 0) + (property "Reference" "#PWR039" (at 186.69 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V8" (id 1) (at 187.071 130.2258 0)) - (property "Footprint" "" (id 2) (at 186.69 134.62 0) + (property "Value" "+1V8" (at 187.071 130.2258 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 186.69 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 186.69 134.62 0) + (property "Datasheet" "" (at 186.69 134.62 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5cacd4fb-0a0f-4655-8158-05f1d93e0439)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR039") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 146.05 102.87 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005daa503e) - (property "Reference" "R64" (id 0) (at 146.05 97.8916 90)) - (property "Value" "51k" (id 1) (at 146.05 100.203 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 146.05 102.87 0) + (property "Reference" "R64" (at 146.05 97.8916 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "51k" (at 146.05 100.203 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 146.05 102.87 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 146.05 102.87 0) + (property "Datasheet" "" (at 146.05 102.87 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 146.05 102.87 0) + (property "Manufacturer" "Yageo" (at 146.05 102.87 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0751KL" (id 5) (at 146.05 102.87 0) + (property "Manufacturer_No" "RC0603FR-0751KL" (at 146.05 102.87 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 146.05 102.87 0) + (property "Checked" "y" (at 146.05 102.87 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 146.05 102.87 0) + (property "Distributor" "Mouser" (at 146.05 102.87 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 374d554d-a7e8-44ca-84f0-450ba566dde5)) (pin "2" (uuid 52b3f599-8660-4884-9527-06812c06c550)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "R64") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 137.16 100.33 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005daa7616) - (property "Reference" "#PWR038" (id 0) (at 143.51 100.33 0) + (property "Reference" "#PWR038" (at 143.51 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 141.5542 100.203 0)) - (property "Footprint" "" (id 2) (at 137.16 100.33 0) + (property "Value" "GND" (at 141.5542 100.203 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 137.16 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 137.16 100.33 0) + (property "Datasheet" "" (at 137.16 100.33 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9440d3a7-4204-48cc-8482-17fb53dfeb24)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR038") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 26.67 130.81 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005daabcbb) - (property "Reference" "#PWR036" (id 0) (at 26.67 137.16 0) + (property "Reference" "#PWR036" (at 26.67 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 26.797 135.2042 0)) - (property "Footprint" "" (id 2) (at 26.67 130.81 0) + (property "Value" "GND" (at 26.797 135.2042 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 26.67 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 26.67 130.81 0) + (property "Datasheet" "" (at 26.67 130.81 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 98973da8-1953-4929-b4bf-eb4d702e5d81)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR036") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 64.77 36.83 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2cc244) - (property "Reference" "C101" (id 0) (at 67.1068 35.6616 0) + (property "Reference" "C101" (at 67.1068 35.6616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 67.1068 37.973 0) + (property "Value" "0.1uF" (at 67.1068 37.973 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 64.77 36.83 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 64.77 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 64.77 36.83 0) + (property "Datasheet" "" (at 64.77 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 64.77 36.83 0) + (property "Manufacturer" "Yageo" (at 64.77 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 64.77 36.83 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 64.77 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 64.77 36.83 0) + (property "Checked" "y" (at 64.77 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 64.77 36.83 0) + (property "Distributor" "Mouser" (at 64.77 36.83 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 90eaca6e-7faa-491f-95c1-ee4ab918eca4)) (pin "2" (uuid dff40b8b-9cb3-4f3e-8dc7-bdb2e0ea302d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C101") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 74.93 36.83 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2cc570) - (property "Reference" "C102" (id 0) (at 77.2668 35.6616 0) + (property "Reference" "C102" (at 77.2668 35.6616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10nF" (id 1) (at 77.2668 37.973 0) + (property "Value" "10nF" (at 77.2668 37.973 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 74.93 36.83 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 74.93 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 74.93 36.83 0) + (property "Datasheet" "" (at 74.93 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "KEMET" (id 4) (at 74.93 36.83 0) + (property "Manufacturer" "KEMET" (at 74.93 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C0603C103K5RAC3190" (id 5) (at 74.93 36.83 0) + (property "Manufacturer_No" "C0603C103K5RAC3190" (at 74.93 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 74.93 36.83 0) + (property "Checked" "y" (at 74.93 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 74.93 36.83 0) + (property "Distributor" "Mouser" (at 74.93 36.83 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4abcbff8-6256-4276-853f-a1ff694eafe1)) (pin "2" (uuid 56def4ba-4b4c-408e-bfc9-20881bcb16f1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C102") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 96.52 36.83 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2cc9ee) - (property "Reference" "C104" (id 0) (at 98.8568 35.6616 0) + (property "Reference" "C104" (at 98.8568 35.6616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10nF" (id 1) (at 98.8568 37.973 0) + (property "Value" "10nF" (at 98.8568 37.973 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 96.52 36.83 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 96.52 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 96.52 36.83 0) + (property "Datasheet" "" (at 96.52 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "KEMET" (id 4) (at 96.52 36.83 0) + (property "Manufacturer" "KEMET" (at 96.52 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C0603C103K5RAC3190" (id 5) (at 96.52 36.83 0) + (property "Manufacturer_No" "C0603C103K5RAC3190" (at 96.52 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 96.52 36.83 0) + (property "Checked" "y" (at 96.52 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 96.52 36.83 0) + (property "Distributor" "Mouser" (at 96.52 36.83 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 956969a6-4559-4282-bf25-ca5f57e71b5b)) (pin "2" (uuid 504abc75-ef2f-4ac4-a6e1-00236122242e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C104") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 86.36 36.83 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2ccf1d) - (property "Reference" "C103" (id 0) (at 88.6968 35.6616 0) + (property "Reference" "C103" (at 88.6968 35.6616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 88.6968 37.973 0) + (property "Value" "0.1uF" (at 88.6968 37.973 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 86.36 36.83 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 86.36 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 86.36 36.83 0) + (property "Datasheet" "" (at 86.36 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 86.36 36.83 0) + (property "Manufacturer" "Yageo" (at 86.36 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 86.36 36.83 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 86.36 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 86.36 36.83 0) + (property "Checked" "y" (at 86.36 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 86.36 36.83 0) + (property "Distributor" "Mouser" (at 86.36 36.83 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8f6d9a82-a5d6-4390-8cdc-61075aa879e5)) (pin "2" (uuid a736427d-2aaa-4948-8d1b-96a1aa86d18a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C103") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 55.88 36.83 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2cd479) - (property "Reference" "C100" (id 0) (at 58.2168 35.6616 0) + (property "Reference" "C100" (at 58.2168 35.6616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1uF" (id 1) (at 58.2168 37.973 0) + (property "Value" "1uF" (at 58.2168 37.973 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 55.88 36.83 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 55.88 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 55.88 36.83 0) + (property "Datasheet" "" (at 55.88 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 55.88 36.83 0) + (property "Manufacturer" "Taiyo Yuden" (at 55.88 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 5) (at 55.88 36.83 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 55.88 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 55.88 36.83 0) + (property "Checked" "y" (at 55.88 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 55.88 36.83 0) + (property "Distributor" "Mouser" (at 55.88 36.83 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ebc736ce-7a38-4c6b-bc6d-258117033457)) (pin "2" (uuid 26717d13-76c3-45ad-8bbc-b700cf37d2ed)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C100") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 45.72 36.83 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2cda6f) - (property "Reference" "C99" (id 0) (at 48.0568 35.6616 0) + (property "Reference" "C99" (at 48.0568 35.6616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 48.0568 37.973 0) + (property "Value" "10uF" (at 48.0568 37.973 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 45.72 36.83 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 45.72 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 45.72 36.83 0) + (property "Datasheet" "" (at 45.72 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 45.72 36.83 0) + (property "Manufacturer" "Murata" (at 45.72 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 45.72 36.83 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 45.72 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 45.72 36.83 0) + (property "Checked" "y" (at 45.72 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 45.72 36.83 0) + (property "Distributor" "Mouser" (at 45.72 36.83 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 64e0eec0-0b8c-4bb4-a83b-f62c3b927fe6)) (pin "2" (uuid 33ae53f9-26a3-457a-941f-257f118c971b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C99") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 45.72 41.91 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2d3ea7) - (property "Reference" "#PWR0209" (id 0) (at 45.72 48.26 0) + (property "Reference" "#PWR0209" (at 45.72 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 45.847 46.3042 0)) - (property "Footprint" "" (id 2) (at 45.72 41.91 0) + (property "Value" "GND" (at 45.847 46.3042 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 45.72 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 45.72 41.91 0) + (property "Datasheet" "" (at 45.72 41.91 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 53226642-4189-4d63-b100-6bfe63dcdb20)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR0209") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 148.59 115.57 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2e40ad) - (property "Reference" "C113" (id 0) (at 150.9268 114.4016 0) + (property "Reference" "C113" (at 150.9268 114.4016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 150.9268 116.713 0) + (property "Value" "0.1uF" (at 150.9268 116.713 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 148.59 115.57 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 148.59 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 148.59 115.57 0) + (property "Datasheet" "" (at 148.59 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 148.59 115.57 0) + (property "Manufacturer" "Yageo" (at 148.59 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 148.59 115.57 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 148.59 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 148.59 115.57 0) + (property "Checked" "y" (at 148.59 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 148.59 115.57 0) + (property "Distributor" "Mouser" (at 148.59 115.57 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1c83aaf7-a8d6-4d72-933f-f207664bd535)) (pin "2" (uuid 5372c98e-e023-4005-a7e8-93eab0e3403c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C113") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 158.75 115.57 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2e40b7) - (property "Reference" "C116" (id 0) (at 161.0868 114.4016 0) + (property "Reference" "C116" (at 161.0868 114.4016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10nF" (id 1) (at 161.0868 116.713 0) + (property "Value" "10nF" (at 161.0868 116.713 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 158.75 115.57 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 158.75 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 158.75 115.57 0) + (property "Datasheet" "" (at 158.75 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "KEMET" (id 4) (at 158.75 115.57 0) + (property "Manufacturer" "KEMET" (at 158.75 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C0603C103K5RAC3190" (id 5) (at 158.75 115.57 0) + (property "Manufacturer_No" "C0603C103K5RAC3190" (at 158.75 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 158.75 115.57 0) + (property "Checked" "y" (at 158.75 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 158.75 115.57 0) + (property "Distributor" "Mouser" (at 158.75 115.57 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a1a16b01-7915-4616-a46a-2f922b8a9643)) (pin "2" (uuid 066f0315-995c-41eb-b0f7-62e3cad623fe)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C116") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 170.18 115.57 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2e40c1) - (property "Reference" "C118" (id 0) (at 172.5168 114.4016 0) + (property "Reference" "C118" (at 172.5168 114.4016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 172.5168 116.713 0) + (property "Value" "0.1uF" (at 172.5168 116.713 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 170.18 115.57 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 170.18 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 170.18 115.57 0) + (property "Datasheet" "" (at 170.18 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 170.18 115.57 0) + (property "Manufacturer" "Yageo" (at 170.18 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 170.18 115.57 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 170.18 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 170.18 115.57 0) + (property "Checked" "y" (at 170.18 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 170.18 115.57 0) + (property "Distributor" "Mouser" (at 170.18 115.57 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid dfc2e4cc-996b-4306-950d-ca2ee088bc92)) (pin "2" (uuid bb47c4e0-249f-4b13-b486-ba3af4eb1242)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C118") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 139.7 115.57 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2e40cb) - (property "Reference" "C111" (id 0) (at 142.0368 114.4016 0) + (property "Reference" "C111" (at 142.0368 114.4016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1uF" (id 1) (at 142.0368 116.713 0) + (property "Value" "1uF" (at 142.0368 116.713 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 139.7 115.57 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 139.7 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 139.7 115.57 0) + (property "Datasheet" "" (at 139.7 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 139.7 115.57 0) + (property "Manufacturer" "Taiyo Yuden" (at 139.7 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 5) (at 139.7 115.57 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 139.7 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 139.7 115.57 0) + (property "Checked" "y" (at 139.7 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 139.7 115.57 0) + (property "Distributor" "Mouser" (at 139.7 115.57 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5c8d891c-f404-4fd8-a39e-95228a4c5800)) (pin "2" (uuid 1b25c376-4c0e-45ea-ba0b-f68f9c44cbfe)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C111") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 179.07 119.38 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2ec991) - (property "Reference" "#PWR0210" (id 0) (at 179.07 125.73 0) + (property "Reference" "#PWR0210" (at 179.07 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 179.197 123.7742 0)) - (property "Footprint" "" (id 2) (at 179.07 119.38 0) + (property "Value" "GND" (at 179.197 123.7742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 179.07 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 179.07 119.38 0) + (property "Datasheet" "" (at 179.07 119.38 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1006fef2-bb00-4a66-8009-f5549ada8839)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR0210") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 157.48 138.43 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2f21bd) - (property "Reference" "C115" (id 0) (at 159.8168 137.2616 0) + (property "Reference" "C115" (at 159.8168 137.2616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 159.8168 139.573 0) + (property "Value" "0.1uF" (at 159.8168 139.573 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 157.48 138.43 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 157.48 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 157.48 138.43 0) + (property "Datasheet" "" (at 157.48 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 157.48 138.43 0) + (property "Manufacturer" "Yageo" (at 157.48 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 157.48 138.43 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 157.48 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 157.48 138.43 0) + (property "Checked" "y" (at 157.48 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 157.48 138.43 0) + (property "Distributor" "Mouser" (at 157.48 138.43 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c3e6f1f6-c585-4ed9-80cc-9479eaf179bc)) (pin "2" (uuid cfdf8a9a-394b-4327-a555-f2596b6ec3e6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C115") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 167.64 138.43 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2f21d1) - (property "Reference" "C117" (id 0) (at 169.9768 137.2616 0) + (property "Reference" "C117" (at 169.9768 137.2616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10nF" (id 1) (at 169.9768 139.573 0) + (property "Value" "10nF" (at 169.9768 139.573 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 167.64 138.43 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 167.64 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 167.64 138.43 0) + (property "Datasheet" "" (at 167.64 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "KEMET" (id 4) (at 167.64 138.43 0) + (property "Manufacturer" "KEMET" (at 167.64 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C0603C103K5RAC3190" (id 5) (at 167.64 138.43 0) + (property "Manufacturer_No" "C0603C103K5RAC3190" (at 167.64 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 167.64 138.43 0) + (property "Checked" "y" (at 167.64 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 167.64 138.43 0) + (property "Distributor" "Mouser" (at 167.64 138.43 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 01f3f921-fc8e-4fd0-9c5d-9880ab2e5ba0)) (pin "2" (uuid d8db8b43-1550-4ac1-840c-9b5e453cb4fb)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C117") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 139.7 138.43 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2f21db) - (property "Reference" "C112" (id 0) (at 142.0368 137.2616 0) + (property "Reference" "C112" (at 142.0368 137.2616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 142.0368 139.573 0) + (property "Value" "10uF" (at 142.0368 139.573 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 139.7 138.43 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 139.7 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 139.7 138.43 0) + (property "Datasheet" "" (at 139.7 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 139.7 138.43 0) + (property "Manufacturer" "Murata" (at 139.7 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 139.7 138.43 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 139.7 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 139.7 138.43 0) + (property "Checked" "y" (at 139.7 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 139.7 138.43 0) + (property "Distributor" "Mouser" (at 139.7 138.43 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8537dbf4-f998-4545-b69b-50d8490b21c8)) (pin "2" (uuid 3edec6ce-cc14-4227-ad7b-07e08a98217e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C112") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 186.69 142.24 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2f21f5) - (property "Reference" "#PWR0211" (id 0) (at 186.69 148.59 0) + (property "Reference" "#PWR0211" (at 186.69 148.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 186.817 146.6342 0)) - (property "Footprint" "" (id 2) (at 186.69 142.24 0) + (property "Value" "GND" (at 186.817 146.6342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 186.69 142.24 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 186.69 142.24 0) + (property "Datasheet" "" (at 186.69 142.24 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f65ded46-30f5-4096-b0f5-15fdd8d95efa)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR0211") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 148.59 138.43 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2f97d4) - (property "Reference" "C114" (id 0) (at 150.9268 137.2616 0) + (property "Reference" "C114" (at 150.9268 137.2616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1uF" (id 1) (at 150.9268 139.573 0) + (property "Value" "1uF" (at 150.9268 139.573 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 148.59 138.43 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 148.59 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 148.59 138.43 0) + (property "Datasheet" "" (at 148.59 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 148.59 138.43 0) + (property "Manufacturer" "Taiyo Yuden" (at 148.59 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 5) (at 148.59 138.43 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 148.59 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 148.59 138.43 0) + (property "Checked" "y" (at 148.59 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 148.59 138.43 0) + (property "Distributor" "Mouser" (at 148.59 138.43 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5cef34fc-9be5-414c-a547-ca05d471a9cb)) (pin "2" (uuid b5ff34d9-c177-4dbf-a934-9742acf433fe)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C114") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 142.24 69.85 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e31225c) - (property "Reference" "C105" (id 0) (at 142.24 64.0334 90)) - (property "Value" "0.1uF" (id 1) (at 142.24 66.3448 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 142.24 69.85 0) + (property "Reference" "C105" (at 142.24 64.0334 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0.1uF" (at 142.24 66.3448 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 142.24 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 142.24 69.85 0) + (property "Datasheet" "" (at 142.24 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 142.24 69.85 0) + (property "Manufacturer" "Yageo" (at 142.24 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 142.24 69.85 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 142.24 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 142.24 69.85 0) + (property "Checked" "y" (at 142.24 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 142.24 69.85 0) + (property "Distributor" "Mouser" (at 142.24 69.85 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid bd93de1e-f4f9-4215-af53-85080acafbc1)) (pin "2" (uuid 9d8624de-1f5c-4b3f-829b-6dc64bfb5223)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C105") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 148.59 72.39 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e316ff8) - (property "Reference" "C108" (id 0) (at 148.59 66.5734 90)) - (property "Value" "0.1uF" (id 1) (at 148.59 68.8848 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 148.59 72.39 0) + (property "Reference" "C108" (at 148.59 66.5734 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0.1uF" (at 148.59 68.8848 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 148.59 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 148.59 72.39 0) + (property "Datasheet" "" (at 148.59 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 148.59 72.39 0) + (property "Manufacturer" "Yageo" (at 148.59 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 148.59 72.39 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 148.59 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 148.59 72.39 0) + (property "Checked" "y" (at 148.59 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 148.59 72.39 0) + (property "Distributor" "Mouser" (at 148.59 72.39 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0c48fca7-215b-4883-933f-968791941ff2)) (pin "2" (uuid fddc8f1f-82b8-4fdc-be73-ba7e2e584a55)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C108") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 142.24 77.47 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e31c261) - (property "Reference" "C106" (id 0) (at 139.7 76.2 90)) - (property "Value" "0.1uF" (id 1) (at 142.24 73.9648 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 142.24 77.47 0) + (property "Reference" "C106" (at 139.7 76.2 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0.1uF" (at 142.24 73.9648 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 142.24 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 142.24 77.47 0) + (property "Datasheet" "" (at 142.24 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 142.24 77.47 0) + (property "Manufacturer" "Yageo" (at 142.24 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 142.24 77.47 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 142.24 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 142.24 77.47 0) + (property "Checked" "y" (at 142.24 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 142.24 77.47 0) + (property "Distributor" "Mouser" (at 142.24 77.47 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 015ff45f-aef9-4173-afe7-8bf7a58a29c5)) (pin "2" (uuid 0bd9cab2-5d11-41c4-a5e3-847054f9cd70)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C106") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 148.59 80.01 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e31c26d) - (property "Reference" "C109" (id 0) (at 151.13 78.74 90)) - (property "Value" "0.1uF" (id 1) (at 148.59 76.5048 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 148.59 80.01 0) + (property "Reference" "C109" (at 151.13 78.74 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0.1uF" (at 148.59 76.5048 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 148.59 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 148.59 80.01 0) + (property "Datasheet" "" (at 148.59 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 148.59 80.01 0) + (property "Manufacturer" "Yageo" (at 148.59 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 148.59 80.01 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 148.59 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 148.59 80.01 0) + (property "Checked" "y" (at 148.59 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 148.59 80.01 0) + (property "Distributor" "Mouser" (at 148.59 80.01 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 593c8661-3041-47fc-bda1-f3c872bcd2f3)) (pin "2" (uuid ab688ec7-7b23-4ab1-8d37-8265db98c2dc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C109") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 142.24 85.09 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e3225a9) - (property "Reference" "C107" (id 0) (at 139.7 83.82 90)) - (property "Value" "0.1uF" (id 1) (at 142.24 81.5848 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 142.24 85.09 0) + (property "Reference" "C107" (at 139.7 83.82 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0.1uF" (at 142.24 81.5848 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 142.24 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 142.24 85.09 0) + (property "Datasheet" "" (at 142.24 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 142.24 85.09 0) + (property "Manufacturer" "Yageo" (at 142.24 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 142.24 85.09 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 142.24 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 142.24 85.09 0) + (property "Checked" "y" (at 142.24 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 142.24 85.09 0) + (property "Distributor" "Mouser" (at 142.24 85.09 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 559592fc-5e60-496f-8ee0-d644cc3656d9)) (pin "2" (uuid 3e6d95fe-9b11-42fe-bdb5-c84f23113fbd)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C107") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 148.59 87.63 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e3225b5) - (property "Reference" "C110" (id 0) (at 151.13 86.36 90)) - (property "Value" "0.1uF" (id 1) (at 148.59 84.1248 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 148.59 87.63 0) + (property "Reference" "C110" (at 151.13 86.36 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0.1uF" (at 148.59 84.1248 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 148.59 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 148.59 87.63 0) + (property "Datasheet" "" (at 148.59 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 148.59 87.63 0) + (property "Manufacturer" "Yageo" (at 148.59 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 148.59 87.63 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 148.59 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 148.59 87.63 0) + (property "Checked" "y" (at 148.59 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 148.59 87.63 0) + (property "Distributor" "Mouser" (at 148.59 87.63 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4e549bf7-5716-4f25-9378-3775ea93dc4c)) (pin "2" (uuid d64f3c18-b116-415b-ac06-d33b089ed34c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C110") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 227.33 147.32 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ed877d7) - (property "Reference" "C131" (id 0) (at 229.6668 146.1516 0) + (property "Reference" "C131" (at 229.6668 146.1516 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 229.6668 148.463 0) + (property "Value" "10uF" (at 229.6668 148.463 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 227.33 147.32 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 227.33 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 227.33 147.32 0) + (property "Datasheet" "" (at 227.33 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 227.33 147.32 0) + (property "Manufacturer" "Murata" (at 227.33 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 227.33 147.32 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 227.33 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 227.33 147.32 0) + (property "Checked" "y" (at 227.33 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 227.33 147.32 0) + (property "Distributor" "Mouser" (at 227.33 147.32 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e66ede9c-940a-4f2f-966e-aea3f068ed81)) (pin "2" (uuid b85e8bf8-8d35-485f-bccc-db040f284ae0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C131") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 234.95 147.32 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ed9b07a) - (property "Reference" "C133" (id 0) (at 237.2868 146.1516 0) + (property "Reference" "C133" (at 237.2868 146.1516 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 237.2868 148.463 0) + (property "Value" "10uF" (at 237.2868 148.463 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 234.95 147.32 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 234.95 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 234.95 147.32 0) + (property "Datasheet" "" (at 234.95 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 234.95 147.32 0) + (property "Manufacturer" "Murata" (at 234.95 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 234.95 147.32 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 234.95 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 234.95 147.32 0) + (property "Checked" "y" (at 234.95 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 234.95 147.32 0) + (property "Distributor" "Mouser" (at 234.95 147.32 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 48b53441-7028-42b4-bf16-7254525471ec)) (pin "2" (uuid ff2f1ba2-8ff9-4e1d-a6cc-94199efd96bd)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C133") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 243.84 147.32 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ed9b22d) - (property "Reference" "C135" (id 0) (at 246.1768 146.1516 0) + (property "Reference" "C135" (at 246.1768 146.1516 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 246.1768 148.463 0) + (property "Value" "0.1uF" (at 246.1768 148.463 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 243.84 147.32 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 243.84 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 243.84 147.32 0) + (property "Datasheet" "" (at 243.84 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 243.84 147.32 0) + (property "Manufacturer" "Yageo" (at 243.84 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 243.84 147.32 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 243.84 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 243.84 147.32 0) + (property "Checked" "y" (at 243.84 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 243.84 147.32 0) + (property "Distributor" "Mouser" (at 243.84 147.32 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5d2deee2-c45f-47b9-9b84-7b150b41ce31)) (pin "2" (uuid 442fd789-0f55-4b32-94df-aef0de8d24a0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C135") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 227.33 152.4 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005edaa95d) - (property "Reference" "#PWR078" (id 0) (at 227.33 158.75 0) + (property "Reference" "#PWR078" (at 227.33 158.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 227.457 156.7942 0)) - (property "Footprint" "" (id 2) (at 227.33 152.4 0) + (property "Value" "GND" (at 227.457 156.7942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 227.33 152.4 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 227.33 152.4 0) + (property "Datasheet" "" (at 227.33 152.4 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3109a572-b950-46a6-ac18-bcf4cf9770ea)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR078") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 227.33 119.38 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005edc6053) - (property "Reference" "C132" (id 0) (at 229.6668 118.2116 0) + (property "Reference" "C132" (at 229.6668 118.2116 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 229.6668 120.523 0) + (property "Value" "10uF" (at 229.6668 120.523 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 227.33 119.38 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 227.33 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 227.33 119.38 0) + (property "Datasheet" "" (at 227.33 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 227.33 119.38 0) + (property "Manufacturer" "Murata" (at 227.33 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 227.33 119.38 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 227.33 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 227.33 119.38 0) + (property "Checked" "y" (at 227.33 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 227.33 119.38 0) + (property "Distributor" "Mouser" (at 227.33 119.38 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c7bf19d7-1602-454e-a453-0485ae05a639)) (pin "2" (uuid 5a42938f-922f-4c38-82eb-28599ea448c8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C132") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 234.95 119.38 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005edc605d) - (property "Reference" "C134" (id 0) (at 237.2868 118.2116 0) + (property "Reference" "C134" (at 237.2868 118.2116 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 237.2868 120.523 0) + (property "Value" "10uF" (at 237.2868 120.523 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 234.95 119.38 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 234.95 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 234.95 119.38 0) + (property "Datasheet" "" (at 234.95 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 234.95 119.38 0) + (property "Manufacturer" "Murata" (at 234.95 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 234.95 119.38 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 234.95 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 234.95 119.38 0) + (property "Checked" "y" (at 234.95 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 234.95 119.38 0) + (property "Distributor" "Mouser" (at 234.95 119.38 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8fac0f2e-5ca4-4a80-ab5e-c1690b4273ef)) (pin "2" (uuid e7727067-4bae-492c-983b-3002d9a73318)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C134") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 243.84 119.38 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005edc6067) - (property "Reference" "C136" (id 0) (at 246.1768 118.2116 0) + (property "Reference" "C136" (at 246.1768 118.2116 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 246.1768 120.523 0) + (property "Value" "0.1uF" (at 246.1768 120.523 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 243.84 119.38 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 243.84 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 243.84 119.38 0) + (property "Datasheet" "" (at 243.84 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 243.84 119.38 0) + (property "Manufacturer" "Yageo" (at 243.84 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 243.84 119.38 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 243.84 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 243.84 119.38 0) + (property "Checked" "y" (at 243.84 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 243.84 119.38 0) + (property "Distributor" "Mouser" (at 243.84 119.38 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 10f3d819-3c08-4dc1-8191-c0031c7675bf)) (pin "2" (uuid 9e477f62-2c37-49a7-b7a6-aa6e8c5dde5f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "C136") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 227.33 123.19 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005edc6077) - (property "Reference" "#PWR080" (id 0) (at 227.33 129.54 0) + (property "Reference" "#PWR080" (at 227.33 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 227.457 127.5842 0)) - (property "Footprint" "" (id 2) (at 227.33 123.19 0) + (property "Value" "GND" (at 227.457 127.5842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 227.33 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 227.33 123.19 0) + (property "Datasheet" "" (at 227.33 123.19 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2168e5be-222a-4444-b2b0-93d9b1c1197b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR080") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 45.72 29.21 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f775a89) - (property "Reference" "FB12" (id 0) (at 48.26 28.0416 0) + (property "Reference" "FB12" (at 48.26 28.0416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 48.26 30.353 0) + (property "Value" "100@100MHz 3A" (at 48.26 30.353 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 43.942 29.21 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 43.942 29.21 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 45.72 29.21 0) + (property "Datasheet" "" (at 45.72 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 45.72 29.21 0) + (property "Manufacturer" "Murata" (at 45.72 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 45.72 29.21 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 45.72 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 45.72 29.21 0) + (property "Checked" "y" (at 45.72 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 45.72 29.21 0) + (property "Distributor" "Mouser" (at 45.72 29.21 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 015deb48-0895-4392-85a3-3d7a4052d467)) (pin "2" (uuid db7e63da-09d3-4285-993c-327178680a8e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "FB12") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 227.33 113.03 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f7d63b7) - (property "Reference" "FB14" (id 0) (at 229.87 111.8616 0) + (property "Reference" "FB14" (at 229.87 111.8616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 229.87 114.173 0) + (property "Value" "100@100MHz 3A" (at 229.87 114.173 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 225.552 113.03 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 225.552 113.03 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 227.33 113.03 0) + (property "Datasheet" "" (at 227.33 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 227.33 113.03 0) + (property "Manufacturer" "Murata" (at 227.33 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 227.33 113.03 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 227.33 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 227.33 113.03 0) + (property "Checked" "y" (at 227.33 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 227.33 113.03 0) + (property "Distributor" "Mouser" (at 227.33 113.03 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e5d2789a-db6b-4e94-a10c-430cbe75ee72)) (pin "2" (uuid e32087e1-9fe9-40df-afd6-9b802b162daa)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "FB14") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 227.33 140.97 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f7f1bf0) - (property "Reference" "FB15" (id 0) (at 229.87 139.8016 0) + (property "Reference" "FB15" (at 229.87 139.8016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 229.87 142.113 0) + (property "Value" "100@100MHz 3A" (at 229.87 142.113 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 225.552 140.97 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 225.552 140.97 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 227.33 140.97 0) + (property "Datasheet" "" (at 227.33 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 227.33 140.97 0) + (property "Manufacturer" "Murata" (at 227.33 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 227.33 140.97 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 227.33 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 227.33 140.97 0) + (property "Checked" "y" (at 227.33 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 227.33 140.97 0) + (property "Distributor" "Mouser" (at 227.33 140.97 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 78c638f9-2051-490a-965e-9c65046dbfd2)) (pin "2" (uuid 4b82b304-1d44-4a52-993a-ace9f61b3d68)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "FB15") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 100.33 171.45 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060411d91) - (property "Reference" "R82" (id 0) (at 100.33 173.99 90)) - (property "Value" "100k" (id 1) (at 100.33 168.91 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 100.33 171.45 0) + (property "Reference" "R82" (at 100.33 173.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100k" (at 100.33 168.91 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 100.33 171.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 100.33 171.45 0) + (property "Datasheet" "" (at 100.33 171.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 100.33 171.45 0) + (property "Manufacturer" "Vishay Dale" (at 100.33 171.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 5) (at 100.33 171.45 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 100.33 171.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 100.33 171.45 0) + (property "Checked" "y" (at 100.33 171.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 100.33 171.45 0) + (property "Distributor" "Mouser" (at 100.33 171.45 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ce99cb97-2542-43ba-b935-502bcf79e22a)) (pin "2" (uuid dba99f73-a59b-4e25-a82a-2221f97e0cea)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "R82") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 95.25 173.99 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006041d6c2) - (property "Reference" "#PWR035" (id 0) (at 95.25 180.34 0) + (property "Reference" "#PWR035" (at 95.25 180.34 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 95.377 178.3842 0)) - (property "Footprint" "" (id 2) (at 95.25 173.99 0) + (property "Value" "GND" (at 95.377 178.3842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 95.25 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 95.25 173.99 0) + (property "Datasheet" "" (at 95.25 173.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 87c2c944-3889-41b9-8e64-76c2895a82b3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#PWR035") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 134.62 100.33 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060f2545c) - (property "Reference" "R77" (id 0) (at 135.89 97.79 90) + (property "Reference" "R77" (at 135.89 97.79 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0" (id 1) (at 134.62 100.33 90) + (property "Value" "0" (at 134.62 100.33 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 134.62 100.33 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 134.62 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 134.62 100.33 0) + (property "Datasheet" "" (at 134.62 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 134.62 100.33 0) + (property "Manufacturer" "Vishay Dale" (at 134.62 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 134.62 100.33 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 134.62 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 134.62 100.33 0) + (property "Distributor" "Mouser" (at 134.62 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 134.62 100.33 0) + (property "Checked" "y" (at 134.62 100.33 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d406fe88-dd73-404e-baaa-6657eef7a874)) (pin "2" (uuid 5fa02d17-c1ea-4669-989d-023bbe5ce141)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "R77") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 106.68 34.29 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000064c4e0f7) - (property "Reference" "#FLG0123" (id 0) (at 106.68 32.385 0) + (property "Reference" "#FLG0123" (at 106.68 32.385 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 106.68 29.8958 0)) - (property "Footprint" "" (id 2) (at 106.68 34.29 0) + (property "Value" "PWR_FLAG" (at 106.68 29.8958 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 106.68 34.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 106.68 34.29 0) + (property "Datasheet" "~" (at 106.68 34.29 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 09e3e278-6f5a-456a-a388-3a7822191833)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a7b6" + (reference "#FLG0123") (unit 1) + ) + ) + ) ) ) diff --git a/reform2-motherboard25-pcb/reform2-eth.kicad_sch b/reform2-motherboard25-pcb/reform2-eth.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid 942d3642-d500-4528-b002-ae1e8d0e0229) @@ -16,30 +16,30 @@ (lib_symbols (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (property "Reference" "R" (at 0.762 0.508 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "R_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Resistor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_Small_0_1" (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -55,16 +55,16 @@ ) ) (symbol "reform2-motherboard-rescue:+3V3-reform-motherboard-rescue" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3-reform-motherboard-rescue" (id 1) (at 0 3.556 0) + (property "Value" "+3V3-reform-motherboard-rescue" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+3V3-reform-motherboard-rescue_0_1" @@ -73,7 +73,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -81,7 +81,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -89,7 +89,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -101,19 +101,19 @@ ) ) (symbol "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small-reform-motherboard-rescue" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small-reform-motherboard-rescue" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 4) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small-reform-motherboard-rescue_0_1" @@ -122,7 +122,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -130,7 +130,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -146,16 +146,16 @@ ) ) (symbol "reform2-motherboard-rescue:GND-reform-motherboard-rescue" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND-reform-motherboard-rescue" (id 1) (at 0 -3.81 0) + (property "Value" "GND-reform-motherboard-rescue" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND-reform-motherboard-rescue_0_1" @@ -168,7 +168,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -180,343 +180,343 @@ ) ) (symbol "reform2-motherboard-rescue:J0G-0003NL-reform-motherboard-rescue" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "P" (id 0) (at -20.4216 54.8894 0) + (property "Reference" "P" (at -20.4216 54.8894 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Value" "J0G-0003NL-reform-motherboard-rescue" (id 1) (at -20.3962 -58.6486 0) + (property "Value" "J0G-0003NL-reform-motherboard-rescue" (at -20.3962 -58.6486 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Footprint" "PULSE_J0G-0003NL" (id 2) (at 0 0 0) + (property "Footprint" "PULSE_J0G-0003NL" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "Conn RJ-45 Integrated Magnetics F 8 POS 2.03mm Solder RA Thru-Hole 17 Terminal 1 Port" (id 3) (at 0 0 0) + (property "Datasheet" "Conn RJ-45 Integrated Magnetics F 8 POS 2.03mm Solder RA Thru-Hole 17 Terminal 1 Port" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "MF" "Pulse" (id 4) (at 0 0 0) + (property "MF" "Pulse" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Availability" "Good" (id 5) (at 0 0 0) + (property "Availability" "Good" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Price" "7.33 USD" (id 6) (at 0 0 0) + (property "Price" "7.33 USD" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "MP" "J0G-0003NL" (id 7) (at 0 0 0) + (property "MP" "J0G-0003NL" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Package" "None" (id 8) (at 0 0 0) + (property "Package" "None" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "ki_locked" "" (id 9) (at 0 0 0) + (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27))) ) (symbol "J0G-0003NL-reform-motherboard-rescue_0_0" (rectangle (start -20.32 53.34) (end 20.32 -53.34) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) - (arc (start -15.875 -25.4) (mid -14.605 -24.13) (end -15.875 -22.86) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 -25.4) (mid -14.6105 -24.13) (end -15.875 -22.86) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 -22.86) (mid -14.605 -21.59) (end -15.875 -20.32) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 -22.86) (mid -14.6105 -21.59) (end -15.875 -20.32) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 -20.32) (mid -14.605 -19.05) (end -15.875 -17.78) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 -20.32) (mid -14.6105 -19.05) (end -15.875 -17.78) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -15.875 -19.05) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -15.875 -17.78) (mid -14.605 -16.51) (end -15.875 -15.24) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 -17.78) (mid -14.6105 -16.51) (end -15.875 -15.24) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 -15.24) (mid -14.605 -13.97) (end -15.875 -12.7) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 -15.24) (mid -14.6105 -13.97) (end -15.875 -12.7) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 -12.7) (mid -14.605 -11.43) (end -15.875 -10.16) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 -12.7) (mid -14.6105 -11.43) (end -15.875 -10.16) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -15.875 -11.43) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -15.875 -5.08) (mid -14.605 -3.81) (end -15.875 -2.54) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 -5.08) (mid -14.6105 -3.81) (end -15.875 -2.54) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 -2.54) (mid -14.605 -1.27) (end -15.875 0) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 -2.54) (mid -14.6105 -1.27) (end -15.875 0) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 0) (mid -14.605 1.27) (end -15.875 2.54) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 0) (mid -14.6105 1.27) (end -15.875 2.54) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -15.875 1.27) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -15.875 2.54) (mid -14.605 3.81) (end -15.875 5.08) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 2.54) (mid -14.6105 3.81) (end -15.875 5.08) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 5.08) (mid -14.605 6.35) (end -15.875 7.62) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 5.08) (mid -14.6105 6.35) (end -15.875 7.62) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 7.62) (mid -14.605 8.89) (end -15.875 10.16) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 7.62) (mid -14.6105 8.89) (end -15.875 10.16) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -15.875 8.89) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -15.875 15.24) (mid -14.605 16.51) (end -15.875 17.78) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 15.24) (mid -14.6105 16.51) (end -15.875 17.78) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 17.78) (mid -14.605 19.05) (end -15.875 20.32) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 17.78) (mid -14.6105 19.05) (end -15.875 20.32) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 20.32) (mid -14.605 21.59) (end -15.875 22.86) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 20.32) (mid -14.6105 21.59) (end -15.875 22.86) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -15.875 21.59) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -15.875 22.86) (mid -14.605 24.13) (end -15.875 25.4) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 22.86) (mid -14.6105 24.13) (end -15.875 25.4) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 25.4) (mid -14.605 26.67) (end -15.875 27.94) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 25.4) (mid -14.6105 26.67) (end -15.875 27.94) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 27.94) (mid -14.605 29.21) (end -15.875 30.48) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 27.94) (mid -14.6105 29.21) (end -15.875 30.48) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -15.875 29.21) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -15.875 35.56) (mid -14.605 36.83) (end -15.875 38.1) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 35.56) (mid -14.6105 36.83) (end -15.875 38.1) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 38.1) (mid -14.605 39.37) (end -15.875 40.64) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 38.1) (mid -14.6105 39.37) (end -15.875 40.64) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 40.64) (mid -14.605 41.91) (end -15.875 43.18) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 40.64) (mid -14.6105 41.91) (end -15.875 43.18) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -15.875 41.91) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -15.875 43.18) (mid -14.605 44.45) (end -15.875 45.72) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 43.18) (mid -14.6105 44.45) (end -15.875 45.72) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 45.72) (mid -14.605 46.99) (end -15.875 48.26) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 45.72) (mid -14.6105 46.99) (end -15.875 48.26) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -15.875 48.26) (mid -14.605 49.53) (end -15.875 50.8) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -15.875 48.26) (mid -14.6105 49.53) (end -15.875 50.8) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -15.875 49.53) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -9.525 -25.4) (mid -8.255 -24.13) (end -9.525 -22.86) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 -25.4) (mid -8.2605 -24.13) (end -9.525 -22.86) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 -22.86) (mid -8.255 -21.59) (end -9.525 -20.32) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 -22.86) (mid -8.2605 -21.59) (end -9.525 -20.32) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 -20.32) (mid -8.255 -19.05) (end -9.525 -17.78) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 -20.32) (mid -8.2605 -19.05) (end -9.525 -17.78) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -9.525 -19.05) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -9.525 -17.78) (mid -8.255 -16.51) (end -9.525 -15.24) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 -17.78) (mid -8.2605 -16.51) (end -9.525 -15.24) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 -15.24) (mid -8.255 -13.97) (end -9.525 -12.7) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 -15.24) (mid -8.2605 -13.97) (end -9.525 -12.7) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 -12.7) (mid -8.255 -11.43) (end -9.525 -10.16) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 -12.7) (mid -8.2605 -11.43) (end -9.525 -10.16) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -9.525 -11.43) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -9.525 -5.08) (mid -8.255 -3.81) (end -9.525 -2.54) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 -5.08) (mid -8.2605 -3.81) (end -9.525 -2.54) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 -2.54) (mid -8.255 -1.27) (end -9.525 0) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 -2.54) (mid -8.2605 -1.27) (end -9.525 0) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 0) (mid -8.255 1.27) (end -9.525 2.54) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 0) (mid -8.2605 1.27) (end -9.525 2.54) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -9.525 1.27) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -9.525 2.54) (mid -8.255 3.81) (end -9.525 5.08) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 2.54) (mid -8.2605 3.81) (end -9.525 5.08) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 5.08) (mid -8.255 6.35) (end -9.525 7.62) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 5.08) (mid -8.2605 6.35) (end -9.525 7.62) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 7.62) (mid -8.255 8.89) (end -9.525 10.16) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 7.62) (mid -8.2605 8.89) (end -9.525 10.16) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -9.525 8.89) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -9.525 15.24) (mid -8.255 16.51) (end -9.525 17.78) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 15.24) (mid -8.2605 16.51) (end -9.525 17.78) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 17.78) (mid -8.255 19.05) (end -9.525 20.32) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 17.78) (mid -8.2605 19.05) (end -9.525 20.32) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 20.32) (mid -8.255 21.59) (end -9.525 22.86) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 20.32) (mid -8.2605 21.59) (end -9.525 22.86) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -9.525 21.59) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -9.525 22.86) (mid -8.255 24.13) (end -9.525 25.4) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 22.86) (mid -8.2605 24.13) (end -9.525 25.4) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 25.4) (mid -8.255 26.67) (end -9.525 27.94) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 25.4) (mid -8.2605 26.67) (end -9.525 27.94) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 27.94) (mid -8.255 29.21) (end -9.525 30.48) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 27.94) (mid -8.2605 29.21) (end -9.525 30.48) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -9.525 29.21) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -9.525 35.56) (mid -8.255 36.83) (end -9.525 38.1) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 35.56) (mid -8.2605 36.83) (end -9.525 38.1) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 38.1) (mid -8.255 39.37) (end -9.525 40.64) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 38.1) (mid -8.2605 39.37) (end -9.525 40.64) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 40.64) (mid -8.255 41.91) (end -9.525 43.18) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 40.64) (mid -8.2605 41.91) (end -9.525 43.18) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -9.525 41.91) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -9.525 43.18) (mid -8.255 44.45) (end -9.525 45.72) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 43.18) (mid -8.2605 44.45) (end -9.525 45.72) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 45.72) (mid -8.255 46.99) (end -9.525 48.26) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 45.72) (mid -8.2605 46.99) (end -9.525 48.26) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -9.525 48.26) (mid -8.255 49.53) (end -9.525 50.8) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -9.525 48.26) (mid -8.2605 49.53) (end -9.525 50.8) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center -9.525 49.53) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start -1.27 -23.495) (mid 0 -24.765) (end 1.27 -23.495) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -1.27 -23.495) (mid 0 -24.7595) (end 1.27 -23.495) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -1.27 -12.065) (mid 0 -13.335) (end 1.27 -12.065) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -1.27 -12.065) (mid 0 -13.3295) (end 1.27 -12.065) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -1.27 -3.175) (mid 0 -4.445) (end 1.27 -3.175) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -1.27 -3.175) (mid 0 -4.4395) (end 1.27 -3.175) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -1.27 8.255) (mid 0 6.985) (end 1.27 8.255) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -1.27 8.255) (mid 0 6.9905) (end 1.27 8.255) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -1.27 17.145) (mid 0 15.875) (end 1.27 17.145) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -1.27 17.145) (mid 0 15.8805) (end 1.27 17.145) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -1.27 28.575) (mid 0 27.305) (end 1.27 28.575) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -1.27 28.575) (mid 0 27.3105) (end 1.27 28.575) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -1.27 37.465) (mid 0 36.195) (end 1.27 37.465) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -1.27 37.465) (mid 0 36.2005) (end 1.27 37.465) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start -1.27 48.895) (mid 0 47.625) (end 1.27 48.895) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start -1.27 48.895) (mid 0 47.6305) (end 1.27 48.895) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (arc (start -1.0922 -17.78) (mid 0.2659 -19.0241) (end 1.524 -17.653) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (arc (start -1.0922 2.54) (mid 0.2659 1.2959) (end 1.524 2.667) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (arc (start -1.0922 22.86) (mid 0.2662 21.6401) (end 1.524 22.987) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (arc (start -1.0922 43.18) (mid 0.2659 41.9359) (end 1.524 43.307) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -524,7 +524,7 @@ (xy -17.78 -50.8) (xy -15.875 -50.8) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -532,7 +532,7 @@ (xy -17.78 -45.72) (xy -15.875 -45.72) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -540,7 +540,7 @@ (xy -17.78 -35.56) (xy -15.875 -35.56) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -548,7 +548,7 @@ (xy -17.78 -30.48) (xy -15.875 -30.48) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -556,7 +556,7 @@ (xy -17.145 -40.64) (xy -15.875 -40.64) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -564,7 +564,7 @@ (xy -15.875 -50.8) (xy -20.32 -50.8) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -572,7 +572,7 @@ (xy -15.875 -50.8) (xy -10.16 -50.8) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -580,7 +580,7 @@ (xy -15.875 -45.72) (xy -20.32 -45.72) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -588,7 +588,7 @@ (xy -15.875 -45.72) (xy -10.16 -45.72) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -596,7 +596,7 @@ (xy -15.875 -40.64) (xy -20.32 -40.64) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -604,7 +604,7 @@ (xy -15.875 -40.64) (xy -10.16 -40.64) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -612,7 +612,7 @@ (xy -15.875 -35.56) (xy -20.32 -35.56) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -620,7 +620,7 @@ (xy -15.875 -35.56) (xy -10.16 -35.56) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -628,7 +628,7 @@ (xy -15.875 -30.48) (xy -20.32 -30.48) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -636,7 +636,7 @@ (xy -15.875 -30.48) (xy -10.16 -30.48) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -644,7 +644,7 @@ (xy -15.875 -25.4) (xy -20.32 -25.4) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -652,7 +652,7 @@ (xy -15.875 -17.78) (xy -20.32 -17.78) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -660,7 +660,7 @@ (xy -15.875 -10.16) (xy -20.32 -10.16) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -668,7 +668,7 @@ (xy -15.875 -5.08) (xy -20.32 -5.08) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -676,7 +676,7 @@ (xy -15.875 2.54) (xy -20.32 2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -684,7 +684,7 @@ (xy -15.875 10.16) (xy -20.32 10.16) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -692,7 +692,7 @@ (xy -15.875 15.24) (xy -20.32 15.24) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -700,7 +700,7 @@ (xy -15.875 22.86) (xy -20.32 22.86) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -708,7 +708,7 @@ (xy -15.875 30.48) (xy -20.32 30.48) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -716,7 +716,7 @@ (xy -15.875 35.56) (xy -20.32 35.56) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -724,7 +724,7 @@ (xy -15.875 43.18) (xy -20.32 43.18) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -732,7 +732,7 @@ (xy -15.875 50.8) (xy -20.32 50.8) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -740,7 +740,7 @@ (xy -13.335 -10.414) (xy -13.335 -25.146) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -748,7 +748,7 @@ (xy -13.335 9.906) (xy -13.335 -4.826) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -756,7 +756,7 @@ (xy -13.335 30.226) (xy -13.335 15.494) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -764,7 +764,7 @@ (xy -13.335 50.546) (xy -13.335 35.814) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -772,7 +772,7 @@ (xy -12.065 -10.414) (xy -12.065 -25.146) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -780,7 +780,7 @@ (xy -12.065 9.906) (xy -12.065 -4.826) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -788,7 +788,7 @@ (xy -12.065 30.226) (xy -12.065 15.494) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -796,7 +796,7 @@ (xy -12.065 50.546) (xy -12.065 35.814) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -804,7 +804,7 @@ (xy -11.43 -44.45) (xy -10.16 -44.45) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -812,7 +812,7 @@ (xy -11.43 -44.45) (xy -10.16 -41.91) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -820,7 +820,7 @@ (xy -11.43 -41.91) (xy -10.16 -41.91) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -828,7 +828,7 @@ (xy -10.16 -50.8) (xy -10.16 -49.53) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -836,7 +836,7 @@ (xy -10.16 -49.53) (xy -11.43 -49.53) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -844,7 +844,7 @@ (xy -10.16 -49.53) (xy -11.43 -46.99) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -852,7 +852,7 @@ (xy -10.16 -46.99) (xy -11.43 -46.99) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -860,7 +860,7 @@ (xy -10.16 -45.72) (xy -10.16 -46.99) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -868,7 +868,7 @@ (xy -10.16 -45.72) (xy -10.16 -44.45) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -876,7 +876,7 @@ (xy -10.16 -44.45) (xy -8.89 -44.45) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -884,7 +884,7 @@ (xy -10.16 -41.91) (xy -8.89 -44.45) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -892,7 +892,7 @@ (xy -10.16 -40.64) (xy -10.16 -41.91) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -900,7 +900,7 @@ (xy -10.16 -35.56) (xy -10.16 -34.29) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -908,7 +908,7 @@ (xy -10.16 -34.29) (xy -11.43 -34.29) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -916,7 +916,7 @@ (xy -10.16 -34.29) (xy -11.43 -31.75) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -924,7 +924,7 @@ (xy -10.16 -31.75) (xy -11.43 -31.75) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -932,7 +932,7 @@ (xy -10.16 -30.48) (xy -10.16 -31.75) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -940,7 +940,7 @@ (xy -9.525 -17.78) (xy -1.0922 -17.78) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -948,7 +948,7 @@ (xy -9.525 -10.16) (xy -1.27 -10.16) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -956,7 +956,7 @@ (xy -9.525 2.54) (xy -1.0922 2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -964,7 +964,7 @@ (xy -9.525 10.16) (xy -1.27 10.16) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -972,7 +972,7 @@ (xy -9.525 22.86) (xy -1.0922 22.86) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -980,7 +980,7 @@ (xy -9.525 30.48) (xy -1.27 30.48) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -988,7 +988,7 @@ (xy -9.525 43.18) (xy -1.0922 43.18) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -996,7 +996,7 @@ (xy -9.525 50.8) (xy -1.27 50.8) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1004,7 +1004,7 @@ (xy -8.89 -49.53) (xy -10.16 -49.53) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1012,7 +1012,7 @@ (xy -8.89 -46.99) (xy -10.16 -49.53) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1020,7 +1020,7 @@ (xy -8.89 -46.99) (xy -10.16 -46.99) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1028,7 +1028,7 @@ (xy -8.89 -41.91) (xy -10.16 -41.91) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1036,7 +1036,7 @@ (xy -8.89 -34.29) (xy -10.16 -34.29) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1044,7 +1044,7 @@ (xy -8.89 -31.75) (xy -10.16 -34.29) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1052,7 +1052,7 @@ (xy -8.89 -31.75) (xy -10.16 -31.75) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1060,7 +1060,7 @@ (xy -8.255 -42.545) (xy -6.858 -41.148) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1068,7 +1068,7 @@ (xy -8.128 -47.752) (xy -6.731 -49.149) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1076,7 +1076,7 @@ (xy -8.128 -43.688) (xy -6.731 -42.291) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1084,7 +1084,7 @@ (xy -8.128 -32.512) (xy -6.731 -33.909) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1092,7 +1092,7 @@ (xy -6.985 -47.625) (xy -5.588 -49.022) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1100,7 +1100,7 @@ (xy -6.985 -32.385) (xy -5.588 -33.782) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1108,7 +1108,7 @@ (xy -1.27 -25.4) (xy -9.525 -25.4) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1116,7 +1116,7 @@ (xy -1.27 -25.4) (xy -1.27 -23.495) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1124,7 +1124,7 @@ (xy -1.27 -20.955) (xy 6.35 -20.955) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1132,7 +1132,7 @@ (xy -1.27 -19.431) (xy 6.35 -19.431) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1140,7 +1140,7 @@ (xy -1.27 -15.621) (xy 6.35 -15.621) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1148,7 +1148,7 @@ (xy -1.27 -14.097) (xy 6.35 -14.097) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1156,7 +1156,7 @@ (xy -1.27 -10.16) (xy -1.27 -12.065) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1164,7 +1164,7 @@ (xy -1.27 -5.08) (xy -9.525 -5.08) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1172,7 +1172,7 @@ (xy -1.27 -5.08) (xy -1.27 -3.175) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1180,7 +1180,7 @@ (xy -1.27 -0.635) (xy 6.35 -0.635) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1188,7 +1188,7 @@ (xy -1.27 0.889) (xy 6.35 0.889) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1196,7 +1196,7 @@ (xy -1.27 4.699) (xy 6.35 4.699) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1204,7 +1204,7 @@ (xy -1.27 6.223) (xy 6.35 6.223) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1212,7 +1212,7 @@ (xy -1.27 10.16) (xy -1.27 8.255) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1220,7 +1220,7 @@ (xy -1.27 15.24) (xy -9.525 15.24) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1228,7 +1228,7 @@ (xy -1.27 15.24) (xy -1.27 17.145) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1236,7 +1236,7 @@ (xy -1.27 19.685) (xy 6.35 19.685) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1244,7 +1244,7 @@ (xy -1.27 21.209) (xy 6.35 21.209) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1252,7 +1252,7 @@ (xy -1.27 25.019) (xy 6.35 25.019) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1260,7 +1260,7 @@ (xy -1.27 26.543) (xy 6.35 26.543) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1268,7 +1268,7 @@ (xy -1.27 30.48) (xy -1.27 28.575) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1276,7 +1276,7 @@ (xy -1.27 35.56) (xy -9.525 35.56) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1284,7 +1284,7 @@ (xy -1.27 35.56) (xy -1.27 37.465) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1292,7 +1292,7 @@ (xy -1.27 40.005) (xy 6.35 40.005) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1300,7 +1300,7 @@ (xy -1.27 41.529) (xy 6.35 41.529) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1308,7 +1308,7 @@ (xy -1.27 45.339) (xy 6.35 45.339) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1316,7 +1316,7 @@ (xy -1.27 46.863) (xy 6.35 46.863) ) - (stroke (width 0.635) (type default) (color 0 0 0 0)) + (stroke (width 0.635) (type default)) (fill (type none)) ) (polyline @@ -1324,7 +1324,7 @@ (xy -1.27 50.8) (xy -1.27 48.895) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1332,7 +1332,7 @@ (xy 6.35 -25.4) (xy 24.13 -25.4) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1340,7 +1340,7 @@ (xy 6.35 -23.495) (xy 6.35 -25.4) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1348,7 +1348,7 @@ (xy 6.35 -12.065) (xy 6.35 -10.16) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1356,7 +1356,7 @@ (xy 6.35 -10.16) (xy 24.13 -10.16) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1364,7 +1364,7 @@ (xy 6.35 -5.08) (xy 24.13 -5.08) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1372,7 +1372,7 @@ (xy 6.35 -3.175) (xy 6.35 -5.08) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1380,7 +1380,7 @@ (xy 6.35 8.255) (xy 6.35 10.16) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1388,7 +1388,7 @@ (xy 6.35 10.16) (xy 24.13 10.16) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1396,7 +1396,7 @@ (xy 6.35 15.24) (xy 24.13 15.24) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1404,7 +1404,7 @@ (xy 6.35 17.145) (xy 6.35 15.24) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1412,7 +1412,7 @@ (xy 6.35 28.575) (xy 6.35 30.48) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1420,7 +1420,7 @@ (xy 6.35 30.48) (xy 24.13 30.48) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1428,7 +1428,7 @@ (xy 6.35 35.56) (xy 24.13 35.56) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1436,7 +1436,7 @@ (xy 6.35 37.465) (xy 6.35 35.56) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1444,7 +1444,7 @@ (xy 6.35 48.895) (xy 6.35 50.8) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1452,7 +1452,7 @@ (xy 6.35 50.8) (xy 24.13 50.8) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1460,7 +1460,7 @@ (xy 9.398 -17.8054) (xy 6.6802 -17.8054) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1468,7 +1468,7 @@ (xy 9.398 -17.78) (xy 9.779 -16.764) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1476,7 +1476,7 @@ (xy 9.398 2.5146) (xy 6.6802 2.5146) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1484,7 +1484,7 @@ (xy 9.398 2.54) (xy 9.779 3.556) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1492,7 +1492,7 @@ (xy 9.398 22.8346) (xy 6.6802 22.8346) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1500,7 +1500,7 @@ (xy 9.398 22.86) (xy 9.779 23.876) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1508,7 +1508,7 @@ (xy 9.398 43.1546) (xy 6.6802 43.1546) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1516,7 +1516,7 @@ (xy 9.398 43.18) (xy 9.779 44.196) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1524,7 +1524,7 @@ (xy 9.779 -16.764) (xy 10.414 -18.796) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1532,7 +1532,7 @@ (xy 9.779 3.556) (xy 10.414 1.524) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1540,7 +1540,7 @@ (xy 9.779 23.876) (xy 10.414 21.844) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1548,7 +1548,7 @@ (xy 9.779 44.196) (xy 10.414 42.164) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1556,7 +1556,7 @@ (xy 10.414 -18.796) (xy 11.049 -16.764) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1564,7 +1564,7 @@ (xy 10.414 1.524) (xy 11.049 3.556) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1572,7 +1572,7 @@ (xy 10.414 21.844) (xy 11.049 23.876) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1580,7 +1580,7 @@ (xy 10.414 42.164) (xy 11.049 44.196) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1588,7 +1588,7 @@ (xy 11.049 -16.764) (xy 11.684 -18.796) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1596,7 +1596,7 @@ (xy 11.049 3.556) (xy 11.684 1.524) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1604,7 +1604,7 @@ (xy 11.049 23.876) (xy 11.684 21.844) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1612,7 +1612,7 @@ (xy 11.049 44.196) (xy 11.684 42.164) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1620,7 +1620,7 @@ (xy 11.684 -18.796) (xy 12.319 -16.764) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1628,7 +1628,7 @@ (xy 11.684 1.524) (xy 12.319 3.556) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1636,7 +1636,7 @@ (xy 11.684 21.844) (xy 12.319 23.876) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1644,7 +1644,7 @@ (xy 11.684 42.164) (xy 12.319 44.196) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1652,7 +1652,7 @@ (xy 12.065 -48.26) (xy 10.795 -50.8) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1660,7 +1660,7 @@ (xy 12.319 -16.764) (xy 12.954 -18.796) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1668,7 +1668,7 @@ (xy 12.319 3.556) (xy 12.954 1.524) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1676,7 +1676,7 @@ (xy 12.319 23.876) (xy 12.954 21.844) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1684,7 +1684,7 @@ (xy 12.319 44.196) (xy 12.954 42.164) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1692,7 +1692,7 @@ (xy 12.7 -40.64) (xy 15.24 -40.64) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1700,7 +1700,7 @@ (xy 12.954 -18.796) (xy 13.589 -16.764) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1708,7 +1708,7 @@ (xy 12.954 1.524) (xy 13.589 3.556) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1716,7 +1716,7 @@ (xy 12.954 21.844) (xy 13.589 23.876) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1724,7 +1724,7 @@ (xy 12.954 42.164) (xy 13.589 44.196) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1732,7 +1732,7 @@ (xy 13.335 -50.8) (xy 14.605 -48.26) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1740,7 +1740,7 @@ (xy 13.335 -48.26) (xy 12.065 -50.8) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1748,7 +1748,7 @@ (xy 13.335 -48.26) (xy 12.065 -48.26) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1756,7 +1756,7 @@ (xy 13.335 -48.26) (xy 18.415 -48.26) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1764,7 +1764,7 @@ (xy 13.589 -16.764) (xy 14.224 -18.796) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1772,7 +1772,7 @@ (xy 13.589 3.556) (xy 14.224 1.524) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1780,7 +1780,7 @@ (xy 13.589 23.876) (xy 14.224 21.844) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1788,7 +1788,7 @@ (xy 13.589 44.196) (xy 14.224 42.164) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1796,7 +1796,7 @@ (xy 14.224 -18.796) (xy 14.478 -17.78) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1804,7 +1804,7 @@ (xy 14.224 1.524) (xy 14.478 2.54) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1812,7 +1812,7 @@ (xy 14.224 21.844) (xy 14.478 22.86) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1820,7 +1820,7 @@ (xy 14.224 42.164) (xy 14.478 43.18) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1828,7 +1828,7 @@ (xy 14.605 -50.8) (xy 15.875 -48.26) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1836,7 +1836,7 @@ (xy 15.24 -48.26) (xy 15.24 -45.72) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1844,7 +1844,7 @@ (xy 15.24 -45.72) (xy 15.24 -41.656) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1852,7 +1852,7 @@ (xy 15.24 -40.64) (xy 15.24 -33.02) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1860,7 +1860,7 @@ (xy 15.24 -40.64) (xy 17.78 -40.64) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1868,7 +1868,7 @@ (xy 15.24 -33.02) (xy 17.78 -33.02) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1876,7 +1876,7 @@ (xy 15.875 -50.8) (xy 17.145 -48.26) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1884,7 +1884,7 @@ (xy 17.78 -33.02) (xy 17.78 -17.78) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1892,7 +1892,7 @@ (xy 17.78 -17.78) (xy 14.4526 -17.78) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1900,7 +1900,7 @@ (xy 17.78 2.54) (xy 14.4526 2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1908,7 +1908,7 @@ (xy 17.78 2.54) (xy 17.78 -17.78) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1916,7 +1916,7 @@ (xy 17.78 22.86) (xy 14.4526 22.86) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1924,7 +1924,7 @@ (xy 17.78 22.86) (xy 17.78 2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1932,7 +1932,7 @@ (xy 17.78 43.18) (xy 14.4526 43.18) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1940,7 +1940,7 @@ (xy 17.78 43.18) (xy 17.78 22.86) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1948,7 +1948,7 @@ (xy 18.415 -48.26) (xy 17.145 -50.8) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1956,7 +1956,7 @@ (xy 20.32 -45.72) (xy 15.24 -45.72) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1965,7 +1965,7 @@ (xy -7.239 -42.037) (xy -7.747 -41.529) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (polyline @@ -1974,7 +1974,7 @@ (xy -7.62 -48.768) (xy -7.112 -48.26) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (polyline @@ -1983,7 +1983,7 @@ (xy -7.112 -43.18) (xy -7.62 -42.672) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (polyline @@ -1992,7 +1992,7 @@ (xy -7.62 -33.528) (xy -7.112 -33.02) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (polyline @@ -2001,7 +2001,7 @@ (xy -6.477 -48.641) (xy -5.969 -48.133) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (polyline @@ -2010,207 +2010,207 @@ (xy -6.477 -33.401) (xy -5.969 -32.893) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) - (arc (start 1.27 -23.495) (mid 2.54 -24.765) (end 3.81 -23.495) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 1.27 -23.495) (mid 2.54 -24.7595) (end 3.81 -23.495) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 1.27 -12.065) (mid 2.54 -13.335) (end 3.81 -12.065) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 1.27 -12.065) (mid 2.54 -13.3295) (end 3.81 -12.065) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 1.27 -3.175) (mid 2.54 -4.445) (end 3.81 -3.175) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 1.27 -3.175) (mid 2.54 -4.4395) (end 3.81 -3.175) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 1.27 8.255) (mid 2.54 6.985) (end 3.81 8.255) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 1.27 8.255) (mid 2.54 6.9905) (end 3.81 8.255) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 1.27 17.145) (mid 2.54 15.875) (end 3.81 17.145) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 1.27 17.145) (mid 2.54 15.8805) (end 3.81 17.145) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 1.27 28.575) (mid 2.54 27.305) (end 3.81 28.575) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 1.27 28.575) (mid 2.54 27.3105) (end 3.81 28.575) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 1.27 37.465) (mid 2.54 36.195) (end 3.81 37.465) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 1.27 37.465) (mid 2.54 36.2005) (end 3.81 37.465) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 1.27 48.895) (mid 2.54 47.625) (end 3.81 48.895) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 1.27 48.895) (mid 2.54 47.6305) (end 3.81 48.895) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 1.524 -17.653) (mid 2.794 -18.923) (end 4.064 -17.653) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 1.524 -17.653) (mid 2.794 -18.9175) (end 4.064 -17.653) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 1.524 2.667) (mid 2.794 1.397) (end 4.064 2.667) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 1.524 2.667) (mid 2.794 1.4025) (end 4.064 2.667) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 1.524 22.987) (mid 2.794 21.717) (end 4.064 22.987) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 1.524 22.987) (mid 2.794 21.7225) (end 4.064 22.987) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 1.524 43.307) (mid 2.794 42.037) (end 4.064 43.307) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 1.524 43.307) (mid 2.794 42.0425) (end 4.064 43.307) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 3.81 -23.495) (mid 5.08 -24.765) (end 6.35 -23.495) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 3.81 -23.495) (mid 5.08 -24.7595) (end 6.35 -23.495) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 3.81 -12.065) (mid 5.08 -13.335) (end 6.35 -12.065) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 3.81 -12.065) (mid 5.08 -13.3295) (end 6.35 -12.065) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 3.81 -3.175) (mid 5.08 -4.445) (end 6.35 -3.175) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 3.81 -3.175) (mid 5.08 -4.4395) (end 6.35 -3.175) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 3.81 8.255) (mid 5.08 6.985) (end 6.35 8.255) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 3.81 8.255) (mid 5.08 6.9905) (end 6.35 8.255) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 3.81 17.145) (mid 5.08 15.875) (end 6.35 17.145) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 3.81 17.145) (mid 5.08 15.8805) (end 6.35 17.145) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 3.81 28.575) (mid 5.08 27.305) (end 6.35 28.575) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 3.81 28.575) (mid 5.08 27.3105) (end 6.35 28.575) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 3.81 37.465) (mid 5.08 36.195) (end 6.35 37.465) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 3.81 37.465) (mid 5.08 36.2005) (end 6.35 37.465) + (stroke (width 0.1524) (type default)) (fill (type none)) ) - (arc (start 3.81 48.895) (mid 5.08 47.625) (end 6.35 48.895) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (arc (start 3.81 48.895) (mid 5.08 47.6305) (end 6.35 48.895) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (arc (start 4.064 22.987) (mid 5.3098 21.6404) (end 6.6802 22.86) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center 5.08 -23.495) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 5.08 -12.065) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 5.08 -3.175) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 5.08 8.255) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 5.08 17.145) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 5.08 28.575) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 5.08 37.465) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 5.08 48.895) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 5.3086 -17.4498) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 5.3086 2.8702) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 5.3086 23.1902) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 5.3086 43.5102) (radius 0.381) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (arc (start 6.6802 -17.78) (mid 5.4236 -16.409) (end 4.064 -17.653) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (arc (start 6.6802 2.54) (mid 5.4236 3.911) (end 4.064 2.667) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) - (fill (type none)) - ) - (arc (start 6.6802 22.86) (mid 5.4234 24.2576) (end 4.064 22.987) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (arc (start 6.6802 43.18) (mid 5.4236 44.551) (end 4.064 43.307) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center 15.24 -45.72) (radius 0.254) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (arc (start 15.24 -41.656) (mid 13.938 -41.8702) (end 12.7762 -42.4942) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (arc (start 17.7292 -42.4942) (mid 16.5558 -41.8596) (end 15.24 -41.6306) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (circle (center 17.78 -17.78) (radius 0.0001) - (stroke (width 0.762) (type default) (color 0 0 0 0)) + (stroke (width 0.762) (type default)) (fill (type none)) ) (circle (center 17.78 2.54) (radius 0.0001) - (stroke (width 0.762) (type default) (color 0 0 0 0)) + (stroke (width 0.762) (type default)) (fill (type none)) ) (circle (center 17.78 22.86) (radius 0.0001) - (stroke (width 0.762) (type default) (color 0 0 0 0)) + (stroke (width 0.762) (type default)) (fill (type none)) ) (circle (center 24.765 -25.4) (radius 0.635) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center 24.765 -10.16) (radius 0.635) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center 24.765 -5.08) (radius 0.635) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center 24.765 10.16) (radius 0.635) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center 24.765 15.24) (radius 0.635) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center 24.765 30.48) (radius 0.635) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center 24.765 35.56) (radius 0.635) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (circle (center 24.765 50.8) (radius 0.635) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (text "0.001uF" (at 5.9182 -42.2402 0) @@ -2400,63 +2400,63 @@ ) (wire (pts (xy 121.92 73.66) (xy 104.14 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 07e7d350-56eb-4810-b04c-443d95cd9017) ) (wire (pts (xy 104.14 93.98) (xy 121.92 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1c2e5646-eae7-403c-82b5-f0e033ba89fa) ) (wire (pts (xy 175.26 142.24) (xy 172.72 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 221042ff-364d-4687-9302-30539eda3363) ) (wire (pts (xy 115.57 147.32) (xy 116.84 147.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 37b4bb73-88af-4589-b1ab-49d6e588cd00) ) (wire (pts (xy 115.57 132.08) (xy 116.84 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3f56fe7b-df8e-4d9e-ba5a-148073adcab9) ) (wire (pts (xy 121.92 114.3) (xy 104.14 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 54f509b5-f789-4f26-b12d-77d0b1896826) ) (wire (pts (xy 90.17 124.46) (xy 90.17 127)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5709b601-7866-487a-abc5-44559403c3eb) ) (wire (pts (xy 90.17 127) (xy 121.92 127)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 608b5500-d018-4557-a737-bb097184eda6) ) (wire (pts (xy 83.82 128.27) (xy 83.82 127)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6ae676a5-2f93-4757-b853-7da25b0bb3d1) ) (wire (pts (xy 104.14 53.34) (xy 121.92 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 85c222f3-414d-4624-93b0-c9d58e077105) ) (wire (pts (xy 175.26 144.78) (xy 175.26 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8dbd32f0-0fae-450e-b264-95d1cc03cbbb) ) (wire (pts (xy 90.17 142.24) (xy 121.92 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9dd422f8-8e4f-454d-9018-d2638e321ce6) ) (wire (pts (xy 90.17 127) (xy 90.17 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aa6afdef-6719-4da5-9b17-a5da5d9cfc65) ) (wire (pts (xy 83.82 127) (xy 90.17 127)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e70f9aed-8368-4906-a5d1-b4489287888f) ) (wire (pts (xy 115.57 137.16) (xy 116.84 137.16)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eef9a8d3-6ebc-47ab-9170-f67efaa431b2) ) @@ -2472,106 +2472,106 @@ (global_label "ETH0_A+" (shape output) (at 121.92 106.68 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 32493005-c768-45ee-9530-01fc0e3afded) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "ETH0_D+" (shape output) (at 121.92 45.72 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 36d3b5b5-f87a-4b72-b5a0-a7955189a806) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "ETH0_LED_LINK2" (shape input) (at 115.57 137.16 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 3eb2d989-d6e7-433e-a9c9-b690fd3f6927) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "ETH0_LED_LINK1" (shape input) (at 115.57 147.32 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 72ce771d-4d13-4b86-b0dc-ef010cbc2814) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "ETH0_C-" (shape output) (at 121.92 81.28 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 7bb5a717-adf8-45a7-ab6f-1a3962e9dfd4) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "ETH0_LED_RX" (shape input) (at 115.57 132.08 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 8485c0cf-b229-4e68-98bf-54b194a930dc) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "ETH0_B+" (shape output) (at 121.92 86.36 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 9213861e-cd14-425c-9155-104012de5bbe) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "ETH0_D-" (shape output) (at 121.92 60.96 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 9c693cf2-5900-44f7-873e-992a6ab615e7) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "ETH0_C+" (shape output) (at 121.92 66.04 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid b273cccc-3414-43f9-add8-3fe54b14f8de) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "ETH0_A-" (shape output) (at 121.92 121.92 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid bdab926a-fc7e-431b-9ce2-31a0ac1102a3) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "ETH0_B-" (shape output) (at 121.92 101.6 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid efb913ee-d217-4030-a535-ed310c7a76f8) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (symbol (lib_id "reform2-motherboard-rescue:J0G-0003NL-reform-motherboard-rescue") (at 147.32 96.52 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005a04fc73) - (property "Reference" "P1" (id 0) (at 126.8984 41.6306 0) + (property "Reference" "P1" (at 126.8984 41.6306 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Value" "J0G-0003NL" (id 1) (at 126.9238 155.1686 0) + (property "Value" "J0G-0003NL" (at 126.9238 155.1686 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Footprint" "footprints:PULSE_J0G-0003NL" (id 2) (at 147.32 96.52 0) + (property "Footprint" "footprints:PULSE_J0G-0003NL" (at 147.32 96.52 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "Conn RJ-45 Integrated Magnetics F 8 POS 2.03mm Solder RA Thru-Hole 17 Terminal 1 Port" (id 3) (at 147.32 96.52 0) + (property "Datasheet" "Conn RJ-45 Integrated Magnetics F 8 POS 2.03mm Solder RA Thru-Hole 17 Terminal 1 Port" (at 147.32 96.52 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Manufacturer" "Pulse" (id 5) (at 147.32 96.52 0) + (property "Manufacturer" "Pulse" (at 147.32 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "J0G-0003NL" (id 6) (at 147.32 96.52 0) + (property "Manufacturer_No" "J0G-0003NL" (at 147.32 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 147.32 96.52 0) + (property "Checked" "y" (at 147.32 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 147.32 96.52 0) + (property "Distributor" "Mouser" (at 147.32 96.52 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid da5944f9-ac15-4f03-a65f-a4853a393efa)) @@ -2593,353 +2593,491 @@ (pin "9" (uuid eb495aa0-2934-4228-81e9-44403f730daa)) (pin "SH1" (uuid 818fac9f-e95d-4a1e-b447-6d826948977f)) (pin "SH2" (uuid 1573c15f-47eb-492a-98cf-665d2166e016)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "P1") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:+3V3-reform-motherboard-rescue") (at 90.17 124.46 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005a04fd4c) - (property "Reference" "#PWR0139" (id 0) (at 90.17 128.27 0) + (property "Reference" "#PWR0139" (at 90.17 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 90.17 120.904 0)) - (property "Footprint" "" (id 2) (at 90.17 124.46 0) + (property "Value" "+3V3" (at 90.17 120.904 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 90.17 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 90.17 124.46 0) + (property "Datasheet" "" (at 90.17 124.46 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 408f956e-1173-4dd7-87b0-b0f3f282d3b5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "#PWR0139") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 83.82 130.81 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005a04fd85) - (property "Reference" "C22" (id 0) (at 84.074 129.032 0) + (property "Reference" "C22" (at 84.074 129.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 84.074 132.842 0) + (property "Value" "0.1uF" (at 84.074 132.842 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 83.82 130.81 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 83.82 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 83.82 130.81 0) + (property "Datasheet" "" (at 83.82 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 83.82 130.81 0) + (property "Manufacturer" "Yageo" (at 83.82 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 83.82 130.81 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 83.82 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 83.82 130.81 0) + (property "Checked" "y" (at 83.82 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 83.82 130.81 0) + (property "Distributor" "Mouser" (at 83.82 130.81 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f81d9ace-2e6a-46c3-9dba-e021b7b756d7)) (pin "2" (uuid 92dcf4b5-0b3e-4cfe-a167-fb89993c6a21)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "C22") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:GND-reform-motherboard-rescue") (at 83.82 133.35 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005a04fdb4) - (property "Reference" "#PWR0140" (id 0) (at 83.82 139.7 0) + (property "Reference" "#PWR0140" (at 83.82 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 83.82 137.16 0)) - (property "Footprint" "" (id 2) (at 83.82 133.35 0) + (property "Value" "GND" (at 83.82 137.16 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 83.82 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 83.82 133.35 0) + (property "Datasheet" "" (at 83.82 133.35 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e9c1265e-d819-425b-ba7b-7414fbced10f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "#PWR0140") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 104.14 55.88 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005a05122d) - (property "Reference" "C23" (id 0) (at 104.394 54.102 0) + (property "Reference" "C23" (at 104.394 54.102 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 104.394 57.912 0) + (property "Value" "0.1uF" (at 104.394 57.912 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 104.14 55.88 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 104.14 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 55.88 0) + (property "Datasheet" "" (at 104.14 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 104.14 55.88 0) + (property "Manufacturer" "Yageo" (at 104.14 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 104.14 55.88 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 104.14 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 104.14 55.88 0) + (property "Checked" "y" (at 104.14 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 104.14 55.88 0) + (property "Distributor" "Mouser" (at 104.14 55.88 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6a9b189b-d772-469e-94bc-4727893decdf)) (pin "2" (uuid 657e5db5-189c-4692-a8b1-09f8e1edb98d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "C23") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 104.14 76.2 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005a051336) - (property "Reference" "C24" (id 0) (at 104.394 74.422 0) + (property "Reference" "C24" (at 104.394 74.422 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 104.394 78.232 0) + (property "Value" "0.1uF" (at 104.394 78.232 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 104.14 76.2 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 104.14 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 76.2 0) + (property "Datasheet" "" (at 104.14 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 104.14 76.2 0) + (property "Manufacturer" "Yageo" (at 104.14 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 104.14 76.2 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 104.14 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 104.14 76.2 0) + (property "Checked" "y" (at 104.14 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 104.14 76.2 0) + (property "Distributor" "Mouser" (at 104.14 76.2 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a9489d38-48a6-4c66-a241-341c14d2599d)) (pin "2" (uuid ee49375e-3219-4b77-a34d-3135642353f5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "C24") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 104.14 96.52 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005a0513ca) - (property "Reference" "C25" (id 0) (at 104.394 94.742 0) + (property "Reference" "C25" (at 104.394 94.742 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 104.394 98.552 0) + (property "Value" "0.1uF" (at 104.394 98.552 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 104.14 96.52 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 104.14 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 96.52 0) + (property "Datasheet" "" (at 104.14 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 104.14 96.52 0) + (property "Manufacturer" "Yageo" (at 104.14 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 104.14 96.52 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 104.14 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 104.14 96.52 0) + (property "Checked" "y" (at 104.14 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 104.14 96.52 0) + (property "Distributor" "Mouser" (at 104.14 96.52 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6ccd17b5-ca85-48e3-b5d1-987e71faf03e)) (pin "2" (uuid d341a630-9040-4a77-ba9a-49b63effbf9b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "C25") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 104.14 116.84 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005a05141b) - (property "Reference" "C26" (id 0) (at 104.394 115.062 0) + (property "Reference" "C26" (at 104.394 115.062 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 104.394 118.872 0) + (property "Value" "0.1uF" (at 104.394 118.872 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 104.14 116.84 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 104.14 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 116.84 0) + (property "Datasheet" "" (at 104.14 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 104.14 116.84 0) + (property "Manufacturer" "Yageo" (at 104.14 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 104.14 116.84 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 104.14 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 104.14 116.84 0) + (property "Checked" "y" (at 104.14 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 104.14 116.84 0) + (property "Distributor" "Mouser" (at 104.14 116.84 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e7f7ff8d-30c1-4505-92d8-ac7e00bf0335)) (pin "2" (uuid 014fbb5c-e8a6-486d-85ce-2cc60f4bb2cf)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "C26") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:GND-reform-motherboard-rescue") (at 104.14 58.42 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005a118ea5) - (property "Reference" "#PWR0141" (id 0) (at 104.14 64.77 0) + (property "Reference" "#PWR0141" (at 104.14 64.77 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 104.14 62.23 0)) - (property "Footprint" "" (id 2) (at 104.14 58.42 0) + (property "Value" "GND" (at 104.14 62.23 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 104.14 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 58.42 0) + (property "Datasheet" "" (at 104.14 58.42 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 100d3f0b-ad21-47d9-a934-4a21a9bf9e7c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "#PWR0141") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:GND-reform-motherboard-rescue") (at 104.14 78.74 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005a118fbc) - (property "Reference" "#PWR0142" (id 0) (at 104.14 85.09 0) + (property "Reference" "#PWR0142" (at 104.14 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 104.14 82.55 0)) - (property "Footprint" "" (id 2) (at 104.14 78.74 0) + (property "Value" "GND" (at 104.14 82.55 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 104.14 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 78.74 0) + (property "Datasheet" "" (at 104.14 78.74 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ef38fa9c-6dff-417c-a371-d62c56fba1fc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "#PWR0142") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:GND-reform-motherboard-rescue") (at 104.14 99.06 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005a119060) - (property "Reference" "#PWR0143" (id 0) (at 104.14 105.41 0) + (property "Reference" "#PWR0143" (at 104.14 105.41 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 104.14 102.87 0)) - (property "Footprint" "" (id 2) (at 104.14 99.06 0) + (property "Value" "GND" (at 104.14 102.87 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 104.14 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 99.06 0) + (property "Datasheet" "" (at 104.14 99.06 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 15008cc0-e46b-4d45-a9f5-dcc8672a6118)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "#PWR0143") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:GND-reform-motherboard-rescue") (at 104.14 119.38 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005a119104) - (property "Reference" "#PWR0144" (id 0) (at 104.14 125.73 0) + (property "Reference" "#PWR0144" (at 104.14 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 104.14 123.19 0)) - (property "Footprint" "" (id 2) (at 104.14 119.38 0) + (property "Value" "GND" (at 104.14 123.19 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 104.14 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 119.38 0) + (property "Datasheet" "" (at 104.14 119.38 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6513ba25-57ab-41cb-b389-8c5d169a0a51)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "#PWR0144") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:GND-reform-motherboard-rescue") (at 175.26 144.78 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005a119d9c) - (property "Reference" "#PWR0145" (id 0) (at 175.26 151.13 0) + (property "Reference" "#PWR0145" (at 175.26 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 175.26 148.59 0)) - (property "Footprint" "" (id 2) (at 175.26 144.78 0) + (property "Value" "GND" (at 175.26 148.59 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 175.26 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 175.26 144.78 0) + (property "Datasheet" "" (at 175.26 144.78 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c9796c4d-8608-4e1a-9737-67af318168b2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "#PWR0145") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 119.38 132.08 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3f4205) - (property "Reference" "R116" (id 0) (at 119.38 129.54 90)) - (property "Value" "0" (id 1) (at 119.38 132.08 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 119.38 132.08 0) + (property "Reference" "R116" (at 119.38 129.54 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 119.38 132.08 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 119.38 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 119.38 132.08 0) + (property "Datasheet" "" (at 119.38 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 119.38 132.08 0) + (property "Manufacturer" "Vishay Dale" (at 119.38 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 119.38 132.08 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 119.38 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 119.38 132.08 0) + (property "Distributor" "Mouser" (at 119.38 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 119.38 132.08 0) + (property "Checked" "y" (at 119.38 132.08 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 36314a5a-14cc-46ed-9690-06495d7cbaa9)) (pin "2" (uuid 9e889995-c6e0-442f-9820-6765bb2f448e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "R116") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 119.38 137.16 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3f4a40) - (property "Reference" "R146" (id 0) (at 119.38 134.62 90)) - (property "Value" "0" (id 1) (at 119.38 137.16 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 119.38 137.16 0) + (property "Reference" "R146" (at 119.38 134.62 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 119.38 137.16 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 119.38 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 119.38 137.16 0) + (property "Datasheet" "" (at 119.38 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 119.38 137.16 0) + (property "Manufacturer" "Vishay Dale" (at 119.38 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 119.38 137.16 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 119.38 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 119.38 137.16 0) + (property "Distributor" "Mouser" (at 119.38 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 119.38 137.16 0) + (property "Checked" "y" (at 119.38 137.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b6427151-84d2-4bd2-b560-f829194a28e0)) (pin "2" (uuid c8bdd492-1024-4a77-9329-329daa3693d6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "R146") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 119.38 147.32 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3f5686) - (property "Reference" "R147" (id 0) (at 119.38 144.78 90)) - (property "Value" "0" (id 1) (at 119.38 147.32 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 119.38 147.32 0) + (property "Reference" "R147" (at 119.38 144.78 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 119.38 147.32 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 119.38 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 119.38 147.32 0) + (property "Datasheet" "" (at 119.38 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 119.38 147.32 0) + (property "Manufacturer" "Vishay Dale" (at 119.38 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 119.38 147.32 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 119.38 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 119.38 147.32 0) + (property "Distributor" "Mouser" (at 119.38 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 119.38 147.32 0) + (property "Checked" "y" (at 119.38 147.32 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 90817a3f-0429-40cc-ba70-f6e9d50eaec3)) (pin "2" (uuid cb2017fa-76b6-4d61-98a5-b5fce80c6e91)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a32e" + (reference "R147") (unit 1) + ) + ) + ) ) ) diff --git a/reform2-motherboard25-pcb/reform2-hdmi.kicad_sch b/reform2-motherboard25-pcb/reform2-hdmi.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid efd01d3b-3b4e-4dc6-8dfa-46260ba3bd7f) @@ -16,25 +16,25 @@ (lib_symbols (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (property "ki_keywords" "capacitor cap" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small_0_1" @@ -43,7 +43,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -51,7 +51,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -67,25 +67,25 @@ ) ) (symbol "Device:D_Schottky_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at -1.27 2.032 0) + (property "Reference" "D" (at -1.27 2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "D_Schottky_Small" (id 1) (at -7.112 -2.032 0) + (property "Value" "D_Schottky_Small" (at -7.112 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 90) + (property "Footprint" "" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 90) + (property "Datasheet" "~" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "diode Schottky" (id 4) (at 0 0 0) + (property "ki_keywords" "diode Schottky" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Schottky diode, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Schottky diode, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "D_Schottky_Small_0_1" @@ -94,7 +94,7 @@ (xy -0.762 0) (xy 0.762 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -104,7 +104,7 @@ (xy 0.762 1.016) (xy 0.762 -1.016) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -116,7 +116,7 @@ (xy -0.254 -1.016) (xy -0.254 -0.762) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -132,30 +132,30 @@ ) ) (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (property "Reference" "R" (at 0.762 0.508 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "R_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Resistor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_Small_0_1" (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -171,22 +171,22 @@ ) ) (symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 0 3.556 0) + (property "Value" "+3V3" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+3V3_0_1" @@ -195,7 +195,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -203,7 +203,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -211,7 +211,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -223,22 +223,22 @@ ) ) (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 0 -3.81 0) + (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND_0_1" @@ -251,7 +251,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -263,22 +263,22 @@ ) ) (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (id 0) (at 0 1.905 0) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0) + (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) + (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "PWR_FLAG_0_0" @@ -297,36 +297,36 @@ (xy 1.016 1.905) (xy 0 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) ) (symbol "reform2-motherboard-rescue:HDMI_A-nologo" (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at -6.35 26.67 0) + (property "Reference" "J" (at -6.35 26.67 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "HDMI_A-nologo" (id 1) (at 10.16 26.67 0) + (property "Value" "HDMI_A-nologo" (at 10.16 26.67 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0.635 0 0) + (property "Footprint" "" (at 0.635 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://en.wikipedia.org/wiki/HDMI" (id 3) (at 0.635 0 0) + (property "Datasheet" "https://en.wikipedia.org/wiki/HDMI" (at 0.635 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "hdmi conn" (id 4) (at 0 0 0) + (property "ki_keywords" "hdmi conn" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "HDMI type A connector" (id 5) (at 0 0 0) + (property "ki_description" "HDMI type A connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "HDMI*A*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "HDMI*A*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "HDMI_A-nologo_0_1" (rectangle (start -7.62 25.4) (end 10.16 -25.4) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -414,27 +414,27 @@ ) ) (symbol "reform2:CM2020-00TR" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U?" (id 0) (at -22.9362 31.5976 0) + (property "Reference" "U?" (at -22.9362 31.5976 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Value" "CM2020-00TR" (id 1) (at -7.62 22.86 0) + (property "Value" "CM2020-00TR" (at -7.62 22.86 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Footprint" "TSSOP50P640X120-38N" (id 2) (at -11.43 -54.61 0) + (property "Footprint" "TSSOP50P640X120-38N" (at -11.43 -54.61 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Field6" "CM2020-00TR Series 10.8 V HDMI Transmitter Port Protection and Interface Device" (id 4) (at -36.83 -49.53 0) + (property "Field6" "CM2020-00TR Series 10.8 V HDMI Transmitter Port Protection and Interface Device" (at -36.83 -49.53 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Field8" "ON Semiconductor" (id 5) (at -8.89 -52.07 0) + (property "Field8" "ON Semiconductor" (at -8.89 -52.07 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) (symbol "CM2020-00TR_0_0" (rectangle (start -22.86 30.48) (end 22.86 -30.48) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) (pin power_in line (at 27.94 27.94 180) (length 5.08) @@ -693,495 +693,495 @@ (no_connect (at 189.23 81.28) (uuid 4bb6b1b4-c232-41e0-ae20-e3305670e6d5)) (wire (pts (xy 158.75 95.25) (xy 158.75 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 01cb42db-f057-4717-a133-eb785404013b) ) (wire (pts (xy 125.73 165.1) (xy 125.73 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 02016f42-ddb3-436e-b237-f71e031f15bd) ) (wire (pts (xy 201.93 96.52) (xy 204.47 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 090a44a4-a7bc-42c8-8423-e8d8525140cb) ) (wire (pts (xy 107.95 165.1) (xy 107.95 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0b9a2bc6-705a-42e0-8157-6e95b97af94a) ) (wire (pts (xy 153.67 101.6) (xy 165.1 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0ded47c6-8c14-4c0a-b5a3-654e68be01b7) ) (wire (pts (xy 88.9 137.16) (xy 68.58 137.16)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0ecfe91a-ff41-4f90-9df7-004100c359d3) ) (wire (pts (xy 78.74 121.92) (xy 78.74 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1042257c-a83c-49c9-b0a6-2ac6af1cbb02) ) (wire (pts (xy 132.08 87.63) (xy 147.32 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1215dd33-b23c-43b4-8db5-9b78cfbe5645) ) (wire (pts (xy 184.15 144.78) (xy 184.15 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 138540db-c5cd-40e4-b994-74f458658696) ) (wire (pts (xy 172.72 115.57) (xy 172.72 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 13ada15e-347e-4281-96a8-a13b96ce51d6) ) (wire (pts (xy 172.72 129.54) (xy 181.61 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1798eb1a-c691-4205-be51-239d7303b014) ) (wire (pts (xy 144.78 129.54) (xy 172.72 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1e1457c0-1d77-41b9-bcc2-0a7d17b3c739) ) (wire (pts (xy 62.23 45.72) (xy 68.58 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 20efbb60-30c0-4d95-9d83-720fd6713287) ) (wire (pts (xy 182.88 31.75) (xy 199.39 31.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 23ca8317-7ca8-403d-993f-45a49b041b5d) ) (wire (pts (xy 88.9 132.08) (xy 76.2 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 25778575-6e4f-49db-941a-aec4b3b5c4d5) ) (wire (pts (xy 207.01 96.52) (xy 207.01 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 26cbceee-f57a-4d5c-b37c-f8b8a6fca2c4) ) (wire (pts (xy 168.91 87.63) (xy 168.91 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2831afdc-d363-4c3c-9c74-63d1e9f2d2c3) ) (wire (pts (xy 201.93 93.98) (xy 201.93 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 29d3a1ac-7d1b-4e9c-b365-b317c3b10791) ) (wire (pts (xy 116.84 168.91) (xy 116.84 173.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2caa7718-8d1a-438c-8f95-a0ecfe097860) ) (wire (pts (xy 224.79 125.73) (xy 220.98 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2d6c3c3f-7ec5-41de-b47e-a8d03540f4b0) ) (wire (pts (xy 189.23 63.5) (xy 86.36 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2ea0db6f-cffb-4f51-aeef-68a14f3d59f4) ) (wire (pts (xy 194.31 96.52) (xy 196.85 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2ec7f61a-7ac6-474c-a0a4-79d1bfec2fb2) ) (wire (pts (xy 182.88 33.02) (xy 182.88 31.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2ed14029-1bef-4559-ac62-e5bd2de54ff6) ) (wire (pts (xy 86.36 116.84) (xy 86.36 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2efc8266-e103-41f5-b877-a407a9a3099f) ) (wire (pts (xy 88.9 116.84) (xy 86.36 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2fe403c7-ee90-44db-a9d3-ea162ed31c85) ) (wire (pts (xy 165.1 114.3) (xy 165.1 115.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 30a7624c-5f14-4f55-8b6d-cc66df368b06) ) (wire (pts (xy 73.66 50.8) (xy 189.23 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3afcaa7f-811a-4951-84ab-9b958022932a) ) (wire (pts (xy 88.9 114.3) (xy 83.82 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3b22fe43-d069-4436-8acb-1559bf3554af) ) (wire (pts (xy 62.23 55.88) (xy 78.74 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3cac797f-594c-45c3-9aef-020ff5f1d255) ) (wire (pts (xy 144.78 137.16) (xy 186.69 137.16)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4040f146-4206-41ba-ac86-5e9a4b843b8e) ) (wire (pts (xy 88.9 121.92) (xy 78.74 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 40efe343-ef94-46c8-a25d-c98fdb99ff2c) ) (wire (pts (xy 189.23 53.34) (xy 76.2 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 416ca0a4-4875-474c-a734-42047430142f) ) (wire (pts (xy 196.85 93.98) (xy 196.85 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 46ea08bb-2185-40ce-97e4-6504c9ac6397) ) (wire (pts (xy 78.74 55.88) (xy 189.23 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4716f948-5db6-4f59-a182-ac83eff96b15) ) (wire (pts (xy 229.87 125.73) (xy 231.14 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4b6fbc77-0775-46c8-818f-f88bb5e832b5) ) (wire (pts (xy 229.87 144.78) (xy 231.14 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4c6e6c97-7f34-4b91-9c8b-2d69dbf46d84) ) (wire (pts (xy 76.2 53.34) (xy 62.23 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4fa91731-745f-45cb-aa63-3753ceb88226) ) (wire (pts (xy 88.9 129.54) (xy 73.66 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5771b2a2-1369-44f9-88a2-1efcc0319c95) ) (wire (pts (xy 147.32 87.63) (xy 147.32 91.44)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 59f9c3da-ee5e-4de3-b6e2-e0e350171197) ) (wire (pts (xy 181.61 76.2) (xy 189.23 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5d6b3e5e-3212-4d65-8115-5124aee93cc1) ) (wire (pts (xy 204.47 96.52) (xy 204.47 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5ec10c26-bbbb-4de1-a5f6-e49963a2d684) ) (wire (pts (xy 130.81 168.91) (xy 130.81 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5fc93510-9e49-420a-8c7b-63555a6370c7) ) (wire (pts (xy 144.78 111.76) (xy 173.99 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 61cbadb4-2c55-42b9-be0e-a8d5d304eedd) ) (wire (pts (xy 224.79 115.57) (xy 220.98 115.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 62a5753f-34ad-43e2-bc60-8c6977dabf0e) ) (wire (pts (xy 71.12 139.7) (xy 71.12 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 65f87090-0b0e-4834-a2ca-5dcc57dd31d5) ) (wire (pts (xy 105.41 168.91) (xy 107.95 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6c9bc207-00ec-4bb8-ab0d-3aea5d34216c) ) (wire (pts (xy 224.79 144.78) (xy 220.98 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6df9905d-28fa-439f-8e23-260f85e2b600) ) (wire (pts (xy 110.49 165.1) (xy 110.49 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6e837f6c-2c2c-41e3-bc2c-5eb26e1446d2) ) (wire (pts (xy 172.72 120.65) (xy 172.72 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6e9132f0-1e6a-41ce-961e-bb93ce87897f) ) (wire (pts (xy 113.03 168.91) (xy 116.84 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 70315c86-0213-4ea4-aa19-667666ff7be7) ) (wire (pts (xy 173.99 111.76) (xy 173.99 31.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 70a1165d-5210-4a00-9ece-8a5d91cef263) ) (wire (pts (xy 165.1 144.78) (xy 184.15 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 713fad61-29a2-46e1-b6aa-cc3df72b70f7) ) (wire (pts (xy 204.47 93.98) (xy 204.47 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 72faed2c-ffbd-4d60-a0df-0f08303848f2) ) (wire (pts (xy 68.58 137.16) (xy 68.58 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 747ea5c9-43b4-4ead-af4f-bbc75290201d) ) (wire (pts (xy 186.69 137.16) (xy 186.69 83.82)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 75105a03-820b-4882-84a2-a1c462e386df) ) (wire (pts (xy 71.12 48.26) (xy 62.23 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 75de9c88-0f03-479c-a703-3445b83c96d2) ) (wire (pts (xy 186.69 143.51) (xy 186.69 146.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 78696d25-f826-416a-9432-6f3eb0e55e9c) ) (wire (pts (xy 120.65 165.1) (xy 120.65 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7b0eb2e2-b027-4167-824e-19d023c4cf92) ) (wire (pts (xy 116.84 168.91) (xy 120.65 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7bfa1da4-1b45-4898-959c-261bf141565f) ) (wire (pts (xy 156.21 87.63) (xy 168.91 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7c507064-b660-4952-bf49-7e907b55e3f8) ) (wire (pts (xy 102.87 168.91) (xy 105.41 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7d2febc8-8cb5-49a8-8ad8-e31b0635fb05) ) (wire (pts (xy 125.73 168.91) (xy 128.27 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7d768ca9-2fe9-403f-b83a-04bb00327068) ) (wire (pts (xy 76.2 132.08) (xy 76.2 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7e127836-8aeb-4011-beb5-c48caf0cefd8) ) (wire (pts (xy 123.19 168.91) (xy 125.73 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7f8be66e-0f2c-4d50-93b4-5bd76d43f6ca) ) (wire (pts (xy 165.1 120.65) (xy 165.1 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7fcbaebc-f87d-4170-b83d-98f802e601ca) ) (wire (pts (xy 158.75 104.14) (xy 156.21 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8774680e-6a5e-47c3-94ae-5db58e5f947e) ) (wire (pts (xy 220.98 135.89) (xy 220.98 134.62)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 892611c4-329e-465c-a017-79454dc955bc) ) (wire (pts (xy 86.36 63.5) (xy 62.23 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8d802e09-ea33-41c4-8df9-06237e99e609) ) (wire (pts (xy 196.85 96.52) (xy 199.39 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 92b3d47a-8838-4a05-bf60-dd58bde3c34c) ) (wire (pts (xy 186.69 138.43) (xy 186.69 137.16)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 92bcc777-b5ac-4365-bc50-d2613694f23d) ) (wire (pts (xy 220.98 144.78) (xy 220.98 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 97fd94f0-c6dc-46fc-b821-579fa133ecf8) ) (wire (pts (xy 62.23 60.96) (xy 83.82 60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9958fa03-5a42-4e8a-9a8a-932db8c8e498) ) (wire (pts (xy 229.87 135.89) (xy 231.14 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9a3b4257-6526-4662-80c8-966ac8f51ec7) ) (wire (pts (xy 148.59 101.6) (xy 147.32 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9bcaab97-6a29-4b23-90ad-bcb320a3f7aa) ) (wire (pts (xy 147.32 96.52) (xy 147.32 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9f9047b3-9cb2-4c56-b2bd-3ea17fb411c3) ) (wire (pts (xy 147.32 101.6) (xy 144.78 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a3ab432c-2f66-405d-b351-4f9a6acb8f15) ) (wire (pts (xy 168.91 114.3) (xy 165.1 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a48bcb76-4dbc-4631-8e84-81b03040d89e) ) (wire (pts (xy 189.23 48.26) (xy 71.12 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a7886048-3575-4234-9fae-5ab916ccabd2) ) (wire (pts (xy 107.95 168.91) (xy 110.49 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ac98dda6-f41f-4dac-8771-021be2df56d6) ) (wire (pts (xy 105.41 165.1) (xy 105.41 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ae12dd3a-22aa-4abe-afe6-02f1cf067800) ) (wire (pts (xy 151.13 104.14) (xy 146.05 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b03642a3-0000-453d-94d0-e580b9e0de6c) ) (wire (pts (xy 88.9 139.7) (xy 71.12 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b05e164a-54cf-44d5-86a7-28cee62ecade) ) (wire (pts (xy 165.1 121.92) (xy 179.07 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b603c676-b1e0-4dc1-b51c-5e4abd5efef2) ) (wire (pts (xy 172.72 114.3) (xy 168.91 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b6d7b4ad-726f-4656-96c0-108497d6e990) ) (wire (pts (xy 165.1 138.43) (xy 165.1 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b7ba25b1-caa0-4324-b8b1-50b16b371b29) ) (wire (pts (xy 113.03 165.1) (xy 113.03 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b9de9c22-c5bf-4216-b5b6-7fb1d13db8ad) ) (wire (pts (xy 83.82 60.96) (xy 189.23 60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bc5ea38e-fe73-4fa5-91f0-a4e8baff6f4e) ) (wire (pts (xy 144.78 121.92) (xy 165.1 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid becd0bfe-e404-43aa-a948-cb0f96a8bbc1) ) (wire (pts (xy 128.27 168.91) (xy 130.81 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bfe4c2f5-e4de-45da-a1ef-dc94d419f838) ) (wire (pts (xy 194.31 93.98) (xy 194.31 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c09c7a17-7800-46a6-9993-4597a90bf0ff) ) (wire (pts (xy 181.61 129.54) (xy 181.61 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c6dc9ad2-91aa-4bd3-920f-cc1257aac2b9) ) (wire (pts (xy 128.27 165.1) (xy 128.27 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c97147bd-7a0c-4307-a147-3f37bfbf1fb9) ) (wire (pts (xy 189.23 58.42) (xy 81.28 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cb73f7fb-bf73-4f4e-904e-592d80625118) ) (wire (pts (xy 199.39 96.52) (xy 201.93 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ccd68ecc-b4dd-4bee-8690-427c25501c5b) ) (wire (pts (xy 173.99 31.75) (xy 182.88 31.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cd392f87-8e82-4d7b-9c37-285c8f13562d) ) (wire (pts (xy 73.66 129.54) (xy 73.66 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cf5c1abf-e4c0-4ebe-9ef6-8bed3737658c) ) (wire (pts (xy 102.87 165.1) (xy 102.87 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cfd3e575-27d1-4016-bc01-7bcc5ef46501) ) (wire (pts (xy 123.19 165.1) (xy 123.19 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d01eca31-bf7e-4768-8cb2-34404620e82b) ) (wire (pts (xy 204.47 96.52) (xy 207.01 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d2fdaa2a-58c0-4932-bcf4-b1ccf6eebf2a) ) (wire (pts (xy 120.65 168.91) (xy 123.19 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d389669f-b9b8-4a1c-9844-08a5c0edf922) ) (wire (pts (xy 81.28 124.46) (xy 81.28 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d6261473-fd23-4257-913a-74a3353d4731) ) (wire (pts (xy 88.9 124.46) (xy 81.28 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d68122e1-0740-41b1-b079-e32a23fb38ca) ) (wire (pts (xy 110.49 168.91) (xy 113.03 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d7b7c0cd-b2d1-4c76-9dd6-103c9344c1bd) ) (wire (pts (xy 165.1 143.51) (xy 165.1 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dad95faf-6444-4f82-93f4-47f8d980d7b8) ) (wire (pts (xy 62.23 50.8) (xy 73.66 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dd308501-8e8d-4a3c-863b-eb23e72f054a) ) (wire (pts (xy 165.1 101.6) (xy 165.1 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid de10b55a-5ac1-41d2-b023-13d8670168d1) ) (wire (pts (xy 186.69 83.82) (xy 189.23 83.82)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid de6ad86f-843f-4e9c-b67b-1b2d3bc4241f) ) (wire (pts (xy 179.07 121.92) (xy 179.07 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e286e9d3-58cb-47e7-873a-93f3cf1359a7) ) (wire (pts (xy 68.58 45.72) (xy 189.23 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e371c983-a4a8-43ea-be24-b74fd0a75976) ) (wire (pts (xy 160.02 104.14) (xy 158.75 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e7506945-b8cb-4b85-9fe8-0af65ebc5dee) ) (wire (pts (xy 147.32 87.63) (xy 151.13 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e7516a41-42d8-4869-bde3-cf9a421a2f20) ) (wire (pts (xy 224.79 135.89) (xy 220.98 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e7b1537b-d176-430c-ba5b-bf34643a06cc) ) (wire (pts (xy 184.15 68.58) (xy 189.23 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eaa1174b-5d16-463d-bb85-19f63ff25738) ) (wire (pts (xy 220.98 125.73) (xy 220.98 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ed065e7f-4a28-4744-8445-a46de12553e4) ) (wire (pts (xy 199.39 93.98) (xy 199.39 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ed564a6d-2940-4b47-8dfe-3215a5b77826) ) (wire (pts (xy 220.98 115.57) (xy 220.98 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f07a3bbd-d8df-4f8e-91f6-486e6506285d) ) (wire (pts (xy 179.07 73.66) (xy 189.23 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f1a81df0-5464-4e03-8ff2-00046fefb961) ) (wire (pts (xy 199.39 31.75) (xy 199.39 38.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f3107b3c-373b-400a-a617-2113d6d39d04) ) (wire (pts (xy 83.82 114.3) (xy 83.82 60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f38005ca-9500-44a4-be16-d002f199d573) ) (wire (pts (xy 229.87 115.57) (xy 231.14 115.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f3b6447d-e3fe-486c-9c59-7c8fdf227402) ) (wire (pts (xy 146.05 104.14) (xy 144.78 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f67449fb-d845-4ab4-ad15-b98b1f97521d) ) (wire (pts (xy 144.78 144.78) (xy 165.1 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fc11d891-86ec-4e92-a1c5-8f74ff160cef) ) (wire (pts (xy 81.28 58.42) (xy 62.23 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fdcac707-24d7-467a-9e9a-1b49e984aa59) ) @@ -1197,148 +1197,148 @@ (global_label "HDMI_HPD" (shape output) (at 231.14 115.57 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 0017305a-f642-4cae-a0ff-b6b0c6741e96) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_D1+" (shape input) (at 62.23 50.8 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 0cf2a92b-acc2-468c-81a7-e19ada85fe7d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_SCL" (shape input) (at 144.78 119.38 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 0d744d9d-e82a-499d-8b7b-8ff7526fc75e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_D2-" (shape input) (at 62.23 48.26 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 167a6bf2-3abe-4c37-84ed-8925b6594de1) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_D1-" (shape input) (at 62.23 53.34 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 333d3417-9c2b-4cc3-90c2-fb38603ddcb6) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_SCL" (shape output) (at 231.14 125.73 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 34915ebb-6263-4451-8a22-11f4f0e5e8d2) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_SDA" (shape bidirectional) (at 144.78 127 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 5ff73b63-185a-4c7c-a14c-3da0c6628895) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_SDA" (shape output) (at 231.14 135.89 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 6ac3b408-1a37-425b-adc2-e4a8bfe206af) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_D0+" (shape input) (at 62.23 55.88 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 6e663918-51ae-4596-af6a-2fc539bf626d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_CEC" (shape bidirectional) (at 144.78 142.24 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 745cbe30-4920-468d-853b-124c25276b2c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_D2+" (shape input) (at 62.23 45.72 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 8317ca89-ce44-4393-9c94-844c1f1269f5) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_CLK+" (shape input) (at 62.23 60.96 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 9a4f2507-737b-42d6-940f-1c766db4cc3b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_PWR" (shape input) (at 132.08 87.63 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 9acbbe0a-b228-4cd1-abf1-6adb175d1609) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -5.08 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -5.08 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_D0-" (shape input) (at 62.23 58.42 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid b603fde0-04bc-4a46-b743-71688ee9d6d0) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_HPD" (shape output) (at 144.78 134.62 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid df8a4938-51e4-4e74-8df0-28fcac4b595b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_CEC" (shape bidirectional) (at 231.14 144.78 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid ed33e0a3-e496-404b-aa86-d138e538620d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "HDMI_CLK-" (shape input) (at 62.23 63.5 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid fe3bd259-5dde-4829-8112-701bacc41e0b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (symbol (lib_id "reform2-motherboard-rescue:HDMI_A-nologo") (at 199.39 66.04 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d123420) - (property "Reference" "J4" (id 0) (at 210.312 64.8716 0) + (property "Reference" "J4" (at 210.312 64.8716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "HDMI_A" (id 1) (at 210.312 67.183 0) + (property "Value" "HDMI_A" (at 210.312 67.183 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:HDMI-685119134923" (id 2) (at 200.025 66.04 0) + (property "Footprint" "footprints:HDMI-685119134923" (at 200.025 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://en.wikipedia.org/wiki/HDMI" (id 3) (at 200.025 66.04 0) + (property "Datasheet" "https://en.wikipedia.org/wiki/HDMI" (at 200.025 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Wurth" (id 4) (at 199.39 66.04 0) + (property "Manufacturer" "Wurth" (at 199.39 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "685119134923" (id 5) (at 199.39 66.04 0) + (property "Manufacturer_No" "685119134923" (at 199.39 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 199.39 66.04 0) + (property "Checked" "y" (at 199.39 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 199.39 66.04 0) + (property "Distributor" "Mouser" (at 199.39 66.04 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ae9a8a2e-3391-489b-9deb-de9c2b788e42)) @@ -1361,29 +1361,40 @@ (pin "8" (uuid c95a846d-5e5f-43bc-b95e-2ccae7a5ad95)) (pin "9" (uuid d84ba6a0-4a9e-4145-bcd5-6083311a3f8c)) (pin "SH" (uuid 141c36dc-37fb-4d66-a2d4-4ac8a80821c1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "J4") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:CM2020-00TR") (at 116.84 129.54 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d124b0e) - (property "Reference" "U22" (id 0) (at 116.84 94.8182 0)) - (property "Value" "TPD12S521" (id 1) (at 116.84 97.1296 0)) - (property "Footprint" "footprints:TSSOP50P640X120-38N" (id 2) (at 105.41 184.15 0) + (property "Reference" "U22" (at 116.84 94.8182 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "TPD12S521" (at 116.84 97.1296 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:TSSOP50P640X120-38N" (at 105.41 184.15 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "" (id 3) (at 116.84 129.54 0) + (property "Datasheet" "" (at 116.84 129.54 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Manufacturer" "Texas Instruments" (id 4) (at 116.84 129.54 0) + (property "Manufacturer" "Texas Instruments" (at 116.84 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "TPD12S521" (id 5) (at 116.84 129.54 0) + (property "Manufacturer_No" "TPD12S521" (at 116.84 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 116.84 129.54 0) + (property "Checked" "y" (at 116.84 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 116.84 129.54 0) + (property "Distributor" "Mouser" (at 116.84 129.54 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 89b62de0-e529-4866-80dc-7fc55580d5bc)) @@ -1424,637 +1435,904 @@ (pin "7" (uuid 2fbbb204-ed75-42ff-831a-73e40b6f0384)) (pin "8" (uuid fa9af3ab-64ba-4c29-a8ca-c86e1eafd6da)) (pin "9" (uuid d3c01477-0546-4e00-ae2f-57f9b96f2fd2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "U22") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 116.84 173.99 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d12d351) - (property "Reference" "#PWR0156" (id 0) (at 116.84 180.34 0) + (property "Reference" "#PWR0156" (at 116.84 180.34 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 116.967 178.3842 0)) - (property "Footprint" "" (id 2) (at 116.84 173.99 0) + (property "Value" "GND" (at 116.967 178.3842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 116.84 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 116.84 173.99 0) + (property "Datasheet" "" (at 116.84 173.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 41fa2079-dce6-460e-88bd-83fd00afe335)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "#PWR0156") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 204.47 100.33 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d137f78) - (property "Reference" "#PWR0157" (id 0) (at 204.47 106.68 0) + (property "Reference" "#PWR0157" (at 204.47 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 204.597 104.7242 0)) - (property "Footprint" "" (id 2) (at 204.47 100.33 0) + (property "Value" "GND" (at 204.597 104.7242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 204.47 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 204.47 100.33 0) + (property "Datasheet" "" (at 204.47 100.33 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 43501516-08a5-44ac-a06f-2ad4eb258cd9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "#PWR0157") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 186.69 140.97 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d13f480) - (property "Reference" "R45" (id 0) (at 188.1886 139.8016 0) + (property "Reference" "R45" (at 188.1886 139.8016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10k" (id 1) (at 188.1886 142.113 0) + (property "Value" "10k" (at 188.1886 142.113 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 186.69 140.97 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 186.69 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 186.69 140.97 0) + (property "Datasheet" "" (at 186.69 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 186.69 140.97 0) + (property "Manufacturer" "Yageo" (at 186.69 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 186.69 140.97 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 186.69 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 186.69 140.97 0) + (property "Checked" "y" (at 186.69 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 186.69 140.97 0) + (property "Distributor" "Mouser" (at 186.69 140.97 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b74064f5-85e5-4eeb-bf7a-ca16b0d87a32)) (pin "2" (uuid ab3d88a0-262f-4fec-847c-b8d8ae1462f5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "R45") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 186.69 146.05 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d14251a) - (property "Reference" "#PWR0158" (id 0) (at 186.69 152.4 0) + (property "Reference" "#PWR0158" (at 186.69 152.4 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 186.817 150.4442 0)) - (property "Footprint" "" (id 2) (at 186.69 146.05 0) + (property "Value" "GND" (at 186.817 150.4442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 186.69 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 186.69 146.05 0) + (property "Datasheet" "" (at 186.69 146.05 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0ec78421-d0df-4f3f-8152-bd422a0f3b86)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "#PWR0158") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 182.88 35.56 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d14719e) - (property "Reference" "C30" (id 0) (at 185.2168 34.3916 0) + (property "Reference" "C30" (at 185.2168 34.3916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 185.2168 36.703 0) + (property "Value" "0.1uF" (at 185.2168 36.703 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 182.88 35.56 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 182.88 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 182.88 35.56 0) + (property "Datasheet" "" (at 182.88 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 182.88 35.56 0) + (property "Manufacturer" "Yageo" (at 182.88 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 182.88 35.56 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 182.88 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 182.88 35.56 0) + (property "Checked" "y" (at 182.88 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 182.88 35.56 0) + (property "Distributor" "Mouser" (at 182.88 35.56 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5da868a8-7466-4456-aeed-a791f92c2d0f)) (pin "2" (uuid ad5a3cc9-1743-4264-8382-2ea8f447ef36)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "C30") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 182.88 38.1 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d148ee2) - (property "Reference" "#PWR0159" (id 0) (at 182.88 44.45 0) + (property "Reference" "#PWR0159" (at 182.88 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 183.007 42.4942 0)) - (property "Footprint" "" (id 2) (at 182.88 38.1 0) + (property "Value" "GND" (at 183.007 42.4942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 182.88 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 182.88 38.1 0) + (property "Datasheet" "" (at 182.88 38.1 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid bcf5d651-26a0-4eaa-8e4c-9159f766cee4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "#PWR0159") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 165.1 118.11 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d14cd66) - (property "Reference" "R43" (id 0) (at 166.5986 116.9416 0) + (property "Reference" "R43" (at 166.5986 116.9416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "4.7k" (id 1) (at 166.5986 119.253 0) + (property "Value" "4.7k" (at 166.5986 119.253 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 165.1 118.11 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 165.1 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 165.1 118.11 0) + (property "Datasheet" "" (at 165.1 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 165.1 118.11 0) + (property "Manufacturer" "Yageo" (at 165.1 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-074K7L" (id 5) (at 165.1 118.11 0) + (property "Manufacturer_No" "RC0603FR-074K7L" (at 165.1 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 165.1 118.11 0) + (property "Checked" "y" (at 165.1 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 165.1 118.11 0) + (property "Distributor" "Mouser" (at 165.1 118.11 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 996fb634-92a7-4ec3-b6d2-131910496715)) (pin "2" (uuid 7e206b9e-4b34-49e9-a751-1900ee56dbd2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "R43") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 172.72 118.11 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d14d233) - (property "Reference" "R44" (id 0) (at 174.2186 116.9416 0) + (property "Reference" "R44" (at 174.2186 116.9416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "4.7k" (id 1) (at 174.2186 119.253 0) + (property "Value" "4.7k" (at 174.2186 119.253 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 172.72 118.11 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 172.72 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 172.72 118.11 0) + (property "Datasheet" "" (at 172.72 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 172.72 118.11 0) + (property "Manufacturer" "Yageo" (at 172.72 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-074K7L" (id 5) (at 172.72 118.11 0) + (property "Manufacturer_No" "RC0603FR-074K7L" (at 172.72 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 172.72 118.11 0) + (property "Checked" "y" (at 172.72 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 172.72 118.11 0) + (property "Distributor" "Mouser" (at 172.72 118.11 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 94701114-ae0c-4eff-9106-88d68bae8866)) (pin "2" (uuid c0fed922-b544-4650-8486-c155fc54899a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "R44") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 158.75 95.25 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1543cf) - (property "Reference" "#PWR0163" (id 0) (at 158.75 99.06 0) + (property "Reference" "#PWR0163" (at 158.75 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 159.131 90.8558 0)) - (property "Footprint" "" (id 2) (at 158.75 95.25 0) + (property "Value" "+3V3" (at 159.131 90.8558 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 158.75 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 158.75 95.25 0) + (property "Datasheet" "" (at 158.75 95.25 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid fc3ba220-e9f6-48d8-a303-992fbf6ed55b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "#PWR0163") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 162.56 104.14 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d156ea0) - (property "Reference" "C29" (id 0) (at 162.56 98.3234 90)) - (property "Value" "0.1uF" (id 1) (at 162.56 100.6348 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 162.56 104.14 0) + (property "Reference" "C29" (at 162.56 98.3234 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0.1uF" (at 162.56 100.6348 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 162.56 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 162.56 104.14 0) + (property "Datasheet" "" (at 162.56 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 162.56 104.14 0) + (property "Manufacturer" "Yageo" (at 162.56 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 162.56 104.14 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 162.56 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 162.56 104.14 0) + (property "Checked" "y" (at 162.56 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 162.56 104.14 0) + (property "Distributor" "Mouser" (at 162.56 104.14 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f1b52fcb-8d35-4c67-ab04-e030928360c0)) (pin "2" (uuid 7854e1af-354c-4f6a-a385-48ca68dbd0c3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "C29") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 165.1 104.14 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d15970d) - (property "Reference" "#PWR0164" (id 0) (at 165.1 110.49 0) + (property "Reference" "#PWR0164" (at 165.1 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 165.227 108.5342 0)) - (property "Footprint" "" (id 2) (at 165.1 104.14 0) + (property "Value" "GND" (at 165.227 108.5342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 165.1 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 165.1 104.14 0) + (property "Datasheet" "" (at 165.1 104.14 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 73bac6cb-b4e6-45ac-afab-292cb934499d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "#PWR0164") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 151.13 101.6 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d15c03f) - (property "Reference" "C28" (id 0) (at 151.13 95.7834 90)) - (property "Value" "0.1uF" (id 1) (at 151.13 98.0948 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 151.13 101.6 0) + (property "Reference" "C28" (at 151.13 95.7834 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0.1uF" (at 151.13 98.0948 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 151.13 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 151.13 101.6 0) + (property "Datasheet" "" (at 151.13 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 151.13 101.6 0) + (property "Manufacturer" "Yageo" (at 151.13 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 151.13 101.6 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 151.13 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 151.13 101.6 0) + (property "Checked" "y" (at 151.13 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 151.13 101.6 0) + (property "Distributor" "Mouser" (at 151.13 101.6 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a39d0fe5-5b4e-4ce2-8712-603763ef5d89)) (pin "2" (uuid 0a0ddf99-0538-4644-ae80-d7af4123a218)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "C28") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 220.98 114.3 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d16c7af) - (property "Reference" "#PWR0166" (id 0) (at 220.98 118.11 0) + (property "Reference" "#PWR0166" (at 220.98 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 221.361 109.9058 0)) - (property "Footprint" "" (id 2) (at 220.98 114.3 0) + (property "Value" "+3V3" (at 221.361 109.9058 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 220.98 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 220.98 114.3 0) + (property "Datasheet" "" (at 220.98 114.3 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 22c40655-3ed2-4f6a-925c-7bf6da19a4dc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "#PWR0166") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 227.33 115.57 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d16cd31) - (property "Reference" "R46" (id 0) (at 227.33 110.5916 90)) - (property "Value" "100k" (id 1) (at 227.33 112.903 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 227.33 115.57 0) + (property "Reference" "R46" (at 227.33 110.5916 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100k" (at 227.33 112.903 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 227.33 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 227.33 115.57 0) + (property "Datasheet" "" (at 227.33 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 227.33 115.57 0) + (property "Manufacturer" "Vishay Dale" (at 227.33 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 5) (at 227.33 115.57 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 227.33 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 227.33 115.57 0) + (property "Distributor" "Mouser" (at 227.33 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 227.33 115.57 0) + (property "Checked" "y" (at 227.33 115.57 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 18e9ae63-01d1-4a37-8b4b-94bb6d5f574e)) (pin "2" (uuid 3bcca0b5-c725-41ef-9d41-10dd3c3f7c63)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "R46") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 147.32 114.3 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d171fa3) - (property "Reference" "C27" (id 0) (at 152.4 110.49 90)) - (property "Value" "0.1uF" (id 1) (at 147.32 110.7948 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 147.32 114.3 0) + (property "Reference" "C27" (at 152.4 110.49 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0.1uF" (at 147.32 110.7948 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 147.32 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 147.32 114.3 0) + (property "Datasheet" "" (at 147.32 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 147.32 114.3 0) + (property "Manufacturer" "Yageo" (at 147.32 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 147.32 114.3 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 147.32 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 147.32 114.3 0) + (property "Checked" "y" (at 147.32 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 147.32 114.3 0) + (property "Distributor" "Mouser" (at 147.32 114.3 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0228bf79-5a18-4bc6-abcd-3de2c74cf883)) (pin "2" (uuid 7be627a2-03c1-4652-abfb-08422b1a0968)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "C27") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 149.86 114.3 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d17234f) - (property "Reference" "#PWR0167" (id 0) (at 156.21 114.3 0) + (property "Reference" "#PWR0167" (at 156.21 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 153.1112 114.173 90) + (property "Value" "GND" (at 153.1112 114.173 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "" (id 2) (at 149.86 114.3 0) + (property "Footprint" "" (at 149.86 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 149.86 114.3 0) + (property "Datasheet" "" (at 149.86 114.3 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6e253619-6e00-436c-8089-541f339b3b4b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "#PWR0167") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 220.98 124.46 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1829af) - (property "Reference" "#PWR0168" (id 0) (at 220.98 128.27 0) + (property "Reference" "#PWR0168" (at 220.98 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 221.361 120.0658 0)) - (property "Footprint" "" (id 2) (at 220.98 124.46 0) + (property "Value" "+3V3" (at 221.361 120.0658 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 220.98 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 220.98 124.46 0) + (property "Datasheet" "" (at 220.98 124.46 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 09dfddca-453c-45ac-ab63-b7ab36e3c6eb)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "#PWR0168") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 227.33 125.73 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1829b9) - (property "Reference" "R47" (id 0) (at 227.33 120.7516 90)) - (property "Value" "47k" (id 1) (at 227.33 123.063 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 227.33 125.73 0) + (property "Reference" "R47" (at 227.33 120.7516 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "47k" (at 227.33 123.063 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 227.33 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 227.33 125.73 0) + (property "Datasheet" "" (at 227.33 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 227.33 125.73 0) + (property "Manufacturer" "Vishay Dale" (at 227.33 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060347K0FKEAC" (id 5) (at 227.33 125.73 0) + (property "Manufacturer_No" "CRCW060347K0FKEAC" (at 227.33 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 227.33 125.73 0) + (property "Distributor" "Mouser" (at 227.33 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 227.33 125.73 0) + (property "Checked" "y" (at 227.33 125.73 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 92a229f9-0b2e-4599-9054-7233a720321d)) (pin "2" (uuid 01fef350-c5cf-4917-9980-40eb517185b0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "R47") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 220.98 134.62 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d18542a) - (property "Reference" "#PWR0169" (id 0) (at 220.98 138.43 0) + (property "Reference" "#PWR0169" (at 220.98 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 221.361 130.2258 0)) - (property "Footprint" "" (id 2) (at 220.98 134.62 0) + (property "Value" "+3V3" (at 221.361 130.2258 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 220.98 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 220.98 134.62 0) + (property "Datasheet" "" (at 220.98 134.62 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2b2bf2b1-2867-45ec-9924-d3920000c1b6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "#PWR0169") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 227.33 135.89 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d185434) - (property "Reference" "R48" (id 0) (at 227.33 130.9116 90)) - (property "Value" "47k" (id 1) (at 227.33 133.223 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 227.33 135.89 0) + (property "Reference" "R48" (at 227.33 130.9116 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "47k" (at 227.33 133.223 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 227.33 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 227.33 135.89 0) + (property "Datasheet" "" (at 227.33 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 227.33 135.89 0) + (property "Manufacturer" "Vishay Dale" (at 227.33 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060347K0FKEAC" (id 5) (at 227.33 135.89 0) + (property "Manufacturer_No" "CRCW060347K0FKEAC" (at 227.33 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 227.33 135.89 0) + (property "Distributor" "Mouser" (at 227.33 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 227.33 135.89 0) + (property "Checked" "y" (at 227.33 135.89 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b855731c-edbb-4ef4-9c01-a21be458b4ee)) (pin "2" (uuid 44ba5ccc-1f6d-4864-a356-29e1d8a27335)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "R48") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 146.05 104.14 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eead7ad) - (property "Reference" "#FLG0120" (id 0) (at 146.05 106.045 0) + (property "Reference" "#FLG0120" (at 146.05 106.045 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 146.05 107.95 0)) - (property "Footprint" "" (id 2) (at 146.05 104.14 0) + (property "Value" "PWR_FLAG" (at 146.05 107.95 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 146.05 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 146.05 104.14 0) + (property "Datasheet" "~" (at 146.05 104.14 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7357cd62-011a-4da8-a885-2a52ddf35c1c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "#FLG0120") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 165.1 135.89 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eeb135f) - (property "Reference" "#PWR0239" (id 0) (at 165.1 139.7 0) + (property "Reference" "#PWR0239" (at 165.1 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 165.481 131.4958 0)) - (property "Footprint" "" (id 2) (at 165.1 135.89 0) + (property "Value" "+3V3" (at 165.481 131.4958 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 165.1 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 165.1 135.89 0) + (property "Datasheet" "" (at 165.1 135.89 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b9a57a1a-e4df-49d7-81b8-e2cda0de83f9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "#PWR0239") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 220.98 143.51 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eeb1bbd) - (property "Reference" "#PWR0246" (id 0) (at 220.98 147.32 0) + (property "Reference" "#PWR0246" (at 220.98 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 221.361 139.1158 0)) - (property "Footprint" "" (id 2) (at 220.98 143.51 0) + (property "Value" "+3V3" (at 221.361 139.1158 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 220.98 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 220.98 143.51 0) + (property "Datasheet" "" (at 220.98 143.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3f4d8148-df51-4ebe-b206-0c02d52f6839)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "#PWR0246") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 227.33 144.78 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eeb1bce) - (property "Reference" "R197" (id 0) (at 227.33 139.8016 90)) - (property "Value" "47k" (id 1) (at 227.33 142.113 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 227.33 144.78 0) + (property "Reference" "R197" (at 227.33 139.8016 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "47k" (at 227.33 142.113 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 227.33 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 227.33 144.78 0) + (property "Datasheet" "" (at 227.33 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 227.33 144.78 0) + (property "Manufacturer" "Vishay Dale" (at 227.33 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060347K0FKEAC" (id 5) (at 227.33 144.78 0) + (property "Manufacturer_No" "CRCW060347K0FKEAC" (at 227.33 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 227.33 144.78 0) + (property "Distributor" "Mouser" (at 227.33 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 227.33 144.78 0) + (property "Checked" "y" (at 227.33 144.78 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f9faaf06-319a-47d6-a4f9-5fe830206548)) (pin "2" (uuid 9a958ed9-0e49-4608-a4f8-e13737cdbed2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "R197") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 165.1 140.97 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eeb5b3a) - (property "Reference" "R192" (id 0) (at 166.5986 139.8016 0) + (property "Reference" "R192" (at 166.5986 139.8016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "27k" (id 1) (at 166.5986 142.113 0) + (property "Value" "27k" (at 166.5986 142.113 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 165.1 140.97 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 165.1 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 165.1 140.97 0) + (property "Datasheet" "" (at 165.1 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Bourns" (id 4) (at 165.1 140.97 0) + (property "Manufacturer" "Bourns" (at 165.1 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CR0603-FX-2702ELF" (id 5) (at 165.1 140.97 0) + (property "Manufacturer_No" "CR0603-FX-2702ELF" (at 165.1 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 165.1 140.97 0) + (property "Checked" "y" (at 165.1 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 165.1 140.97 0) + (property "Distributor" "Mouser" (at 165.1 140.97 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ca03b62f-d413-452a-afcc-793c3f4d4e47)) (pin "2" (uuid 8dd8e967-a3ad-421c-b3ac-36b44901e430)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "R192") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D_Schottky_Small") (at 153.67 87.63 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f873f4d) - (property "Reference" "D14" (id 0) (at 153.67 82.3722 0)) - (property "Value" "SD0603S040S0R2" (id 1) (at 153.67 84.6836 0)) - (property "Footprint" "Diode_SMD:D_0603_1608Metric_Castellated" (id 2) (at 153.67 87.63 90) + (property "Reference" "D14" (at 153.67 82.3722 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SD0603S040S0R2" (at 153.67 84.6836 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_0603_1608Metric_Castellated" (at 153.67 87.63 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 153.67 87.63 90) + (property "Datasheet" "" (at 153.67 87.63 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 153.67 87.63 0) + (property "Distributor" "Mouser" (at 153.67 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "AVX" (id 5) (at 153.67 87.63 0) + (property "Manufacturer" "AVX" (at 153.67 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SD0603S040S0R2" (id 6) (at 153.67 87.63 0) + (property "Manufacturer_No" "SD0603S040S0R2" (at 153.67 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 153.67 87.63 0) + (property "Checked" "y" (at 153.67 87.63 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ab571c6c-41e4-4ebc-87e7-e04b25d37857)) (pin "2" (uuid 8e485c88-a95c-4ad1-a3ce-14b539798437)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "D14") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 153.67 104.14 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ff563b3) - (property "Reference" "R161" (id 0) (at 149.86 105.41 90)) - (property "Value" "10k" (id 1) (at 157.48 105.41 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 153.67 104.14 0) + (property "Reference" "R161" (at 149.86 105.41 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k" (at 157.48 105.41 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 153.67 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 153.67 104.14 0) + (property "Datasheet" "" (at 153.67 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 153.67 104.14 0) + (property "Checked" "y" (at 153.67 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 153.67 104.14 0) + (property "Distributor" "Mouser" (at 153.67 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 6) (at 153.67 104.14 0) + (property "Manufacturer" "Yageo" (at 153.67 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 7) (at 153.67 104.14 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 153.67 104.14 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 33cbf0e3-ce98-4329-ae80-9d0cb3bb7b08)) (pin "2" (uuid 2eacbd82-416a-451c-adfc-3d8baeabc304)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "R161") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 147.32 93.98 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 66874b86-964a-4086-8c9f-23b60e1576b6) - (property "Reference" "R7" (id 0) (at 142.24 93.98 90)) - (property "Value" "0" (id 1) (at 144.78 93.98 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 147.32 93.98 0) + (property "Reference" "R7" (at 142.24 93.98 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 144.78 93.98 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 147.32 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 147.32 93.98 0) + (property "Datasheet" "" (at 147.32 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 147.32 93.98 0) + (property "Manufacturer" "Vishay Dale" (at 147.32 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 147.32 93.98 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 147.32 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 147.32 93.98 0) + (property "Distributor" "Mouser" (at 147.32 93.98 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7761dc00-2048-407c-b74c-637fa580ff99)) (pin "2" (uuid 654cf99f-d52a-4bcd-a74b-6ed9089ec4f5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0d8363" + (reference "R7") (unit 1) + ) + ) + ) ) ) diff --git a/reform2-motherboard25-pcb/reform2-lpc.kicad_sch b/reform2-motherboard25-pcb/reform2-lpc.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid 3126e70a-c2e2-4237-8927-6c289f5257c5) @@ -16,30 +16,30 @@ (lib_symbols (symbol "Analog_ADC:INA233" (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -6.35 11.43 0) + (property "Reference" "U" (at -6.35 11.43 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "INA233" (id 1) (at 3.81 11.43 0) + (property "Value" "INA233" (at 3.81 11.43 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "Package_SO:VSSOP-10_3x3mm_P0.5mm" (id 2) (at 20.32 -11.43 0) + (property "Footprint" "Package_SO:VSSOP-10_3x3mm_P0.5mm" (at 20.32 -11.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/ina233.pdf" (id 3) (at 8.89 -2.54 0) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/ina233.pdf" (at 8.89 -2.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "ADC I2C 16-Bit Oversampling Current Shunt" (id 4) (at 0 0 0) + (property "ki_keywords" "ADC I2C 16-Bit Oversampling Current Shunt" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "High-Side or Low-Side Measurement, Bi-Directional Current and Power Monitor (0-36V) with I2C, SMBus-, and PMBus-Compatible Interface, VSSOP-10" (id 5) (at 0 0 0) + (property "ki_description" "High-Side or Low-Side Measurement, Bi-Directional Current and Power Monitor (0-36V) with I2C, SMBus-, and PMBus-Compatible Interface, VSSOP-10" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "VSSOP*3x3mm*P0.5mm*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "VSSOP*3x3mm*P0.5mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "INA233_0_1" (rectangle (start 7.62 10.16) (end -7.62 -10.16) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -87,25 +87,25 @@ ) ) (symbol "Connector:Conn_01x04_Male" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 0 5.08 0) + (property "Reference" "J" (at 0 5.08 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Conn_01x04_Male" (id 1) (at 0 -7.62 0) + (property "Value" "Conn_01x04_Male" (at 0 -7.62 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Conn_01x04_Male_1_1" @@ -114,7 +114,7 @@ (xy 1.27 -5.08) (xy 0.8636 -5.08) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -122,7 +122,7 @@ (xy 1.27 -2.54) (xy 0.8636 -2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -130,7 +130,7 @@ (xy 1.27 0) (xy 0.8636 0) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -138,23 +138,23 @@ (xy 1.27 2.54) (xy 0.8636 2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 0.8636 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (pin passive line (at 5.08 2.54 180) (length 3.81) @@ -176,108 +176,108 @@ ) ) (symbol "Connector:USB_C_Receptacle_USB2.0" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at -10.16 19.05 0) + (property "Reference" "J" (at -10.16 19.05 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "USB_C_Receptacle_USB2.0" (id 1) (at 19.05 19.05 0) + (property "Value" "USB_C_Receptacle_USB2.0" (at 19.05 19.05 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "" (id 2) (at 3.81 0 0) + (property "Footprint" "" (at 3.81 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (id 3) (at 3.81 0 0) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (at 3.81 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "usb universal serial bus type-C USB2.0" (id 4) (at 0 0 0) + (property "ki_keywords" "usb universal serial bus type-C USB2.0" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "USB 2.0-only Type-C Receptacle connector" (id 5) (at 0 0 0) + (property "ki_description" "USB 2.0-only Type-C Receptacle connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "USB*C*Receptacle*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "USB*C*Receptacle*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "USB_C_Receptacle_USB2.0_0_0" (rectangle (start -0.254 -17.78) (end 0.254 -16.764) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -14.986) (end 9.144 -15.494) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -12.446) (end 9.144 -12.954) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -4.826) (end 9.144 -5.334) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -2.286) (end 9.144 -2.794) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 0.254) (end 9.144 -0.254) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 2.794) (end 9.144 2.286) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 7.874) (end 9.144 7.366) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 10.414) (end 9.144 9.906) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 15.494) (end 9.144 14.986) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) (symbol "USB_C_Receptacle_USB2.0_0_1" (rectangle (start -10.16 17.78) (end 10.16 -17.78) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) - (arc (start -8.89 -3.81) (mid -6.985 -5.715) (end -5.08 -3.81) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (arc (start -8.89 -3.81) (mid -6.985 -5.7067) (end -5.08 -3.81) + (stroke (width 0.508) (type default)) (fill (type none)) ) - (arc (start -7.62 -3.81) (mid -6.985 -4.445) (end -6.35 -3.81) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start -7.62 -3.81) (mid -6.985 -4.4423) (end -6.35 -3.81) + (stroke (width 0.254) (type default)) (fill (type none)) ) - (arc (start -7.62 -3.81) (mid -6.985 -4.445) (end -6.35 -3.81) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start -7.62 -3.81) (mid -6.985 -4.4423) (end -6.35 -3.81) + (stroke (width 0.254) (type default)) (fill (type outline)) ) (rectangle (start -7.62 -3.81) (end -6.35 3.81) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type outline)) ) - (arc (start -6.35 3.81) (mid -6.985 4.445) (end -7.62 3.81) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start -6.35 3.81) (mid -6.985 4.4423) (end -7.62 3.81) + (stroke (width 0.254) (type default)) (fill (type none)) ) - (arc (start -6.35 3.81) (mid -6.985 4.445) (end -7.62 3.81) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start -6.35 3.81) (mid -6.985 4.4423) (end -7.62 3.81) + (stroke (width 0.254) (type default)) (fill (type outline)) ) - (arc (start -5.08 3.81) (mid -6.985 5.715) (end -8.89 3.81) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (arc (start -5.08 3.81) (mid -6.985 5.7067) (end -8.89 3.81) + (stroke (width 0.508) (type default)) (fill (type none)) ) (circle (center -2.54 1.143) (radius 0.635) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type outline)) ) (circle (center 0 -5.842) (radius 1.27) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (polyline @@ -285,7 +285,7 @@ (xy -8.89 -3.81) (xy -8.89 3.81) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -293,7 +293,7 @@ (xy -5.08 3.81) (xy -5.08 -3.81) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -301,7 +301,7 @@ (xy 0 -5.842) (xy 0 4.318) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -310,7 +310,7 @@ (xy -2.54 -0.762) (xy -2.54 0.508) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -319,7 +319,7 @@ (xy 2.54 0.508) (xy 2.54 1.778) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -329,11 +329,11 @@ (xy 1.27 4.318) (xy -1.27 4.318) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type outline)) ) (rectangle (start 1.905 1.778) (end 3.175 3.048) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type outline)) ) ) @@ -409,94 +409,94 @@ ) ) (symbol "Connector_Generic:Conn_02x08_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 1.27 10.16 0) + (property "Reference" "J" (at 1.27 10.16 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Conn_02x08_Odd_Even" (id 1) (at 1.27 -12.7 0) + (property "Value" "Conn_02x08_Odd_Even" (at 1.27 -12.7 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Generic connector, double row, 02x08, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (property "ki_description" "Generic connector, double row, 02x08, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Connector*:*_2x??_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Conn_02x08_Odd_Even_1_1" (rectangle (start -1.27 -10.033) (end 0 -10.287) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 8.89) (end 3.81 -11.43) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) (rectangle (start 3.81 -10.033) (end 2.54 -10.287) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 -7.493) (end 2.54 -7.747) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 -4.953) (end 2.54 -5.207) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 7.747) (end 2.54 7.493) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (pin passive line (at -5.08 7.62 0) (length 3.81) @@ -566,31 +566,31 @@ ) ) (symbol "Device:Battery_Cell" (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "BT" (id 0) (at 2.54 2.54 0) + (property "Reference" "BT" (at 2.54 2.54 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "Battery_Cell" (id 1) (at 2.54 0 0) + (property "Value" "Battery_Cell" (at 2.54 0 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 1.524 90) + (property "Footprint" "" (at 0 1.524 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 1.524 90) + (property "Datasheet" "~" (at 0 1.524 90) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "battery cell" (id 4) (at 0 0 0) + (property "ki_keywords" "battery cell" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Single-cell battery" (id 5) (at 0 0 0) + (property "ki_description" "Single-cell battery" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Battery_Cell_0_1" (rectangle (start -2.286 1.778) (end 2.286 1.524) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (rectangle (start -1.5748 1.1938) (end 1.4732 0.6858) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (polyline @@ -598,7 +598,7 @@ (xy 0 0.762) (xy 0 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -606,7 +606,7 @@ (xy 0 1.778) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -614,7 +614,7 @@ (xy 0.508 3.429) (xy 1.524 3.429) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -622,7 +622,7 @@ (xy 1.016 3.937) (xy 1.016 2.921) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -638,25 +638,25 @@ ) ) (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (property "ki_keywords" "capacitor cap" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small_0_1" @@ -665,7 +665,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -673,7 +673,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -689,30 +689,30 @@ ) ) (symbol "Device:Crystal_GND24_Small" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "Y" (id 0) (at 1.27 4.445 0) + (property "Reference" "Y" (at 1.27 4.445 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "Crystal_GND24_Small" (id 1) (at 1.27 2.54 0) + (property "Value" "Crystal_GND24_Small" (at 1.27 2.54 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "quartz ceramic resonator oscillator" (id 4) (at 0 0 0) + (property "ki_keywords" "quartz ceramic resonator oscillator" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Four pin crystal, GND on pins 2 and 4, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Four pin crystal, GND on pins 2 and 4, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Crystal*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Crystal*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Crystal_GND24_Small_0_1" (rectangle (start -0.762 -1.524) (end 0.762 1.524) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -720,7 +720,7 @@ (xy -1.27 -0.762) (xy -1.27 0.762) ) - (stroke (width 0.381) (type default) (color 0 0 0 0)) + (stroke (width 0.381) (type default)) (fill (type none)) ) (polyline @@ -728,7 +728,7 @@ (xy 1.27 -0.762) (xy 1.27 0.762) ) - (stroke (width 0.381) (type default) (color 0 0 0 0)) + (stroke (width 0.381) (type default)) (fill (type none)) ) (polyline @@ -738,7 +738,7 @@ (xy 1.27 -1.905) (xy 1.27 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -748,7 +748,7 @@ (xy 1.27 1.905) (xy 1.27 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -772,30 +772,30 @@ ) ) (symbol "Device:Crystal_Small" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "Y" (id 0) (at 0 2.54 0) + (property "Reference" "Y" (at 0 2.54 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Crystal_Small" (id 1) (at 0 -2.54 0) + (property "Value" "Crystal_Small" (at 0 -2.54 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "quartz ceramic resonator oscillator" (id 4) (at 0 0 0) + (property "ki_keywords" "quartz ceramic resonator oscillator" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Two pin crystal, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Two pin crystal, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Crystal*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Crystal*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Crystal_Small_0_1" (rectangle (start -0.762 -1.524) (end 0.762 1.524) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -803,7 +803,7 @@ (xy -1.27 -0.762) (xy -1.27 0.762) ) - (stroke (width 0.381) (type default) (color 0 0 0 0)) + (stroke (width 0.381) (type default)) (fill (type none)) ) (polyline @@ -811,7 +811,7 @@ (xy 1.27 -0.762) (xy 1.27 0.762) ) - (stroke (width 0.381) (type default) (color 0 0 0 0)) + (stroke (width 0.381) (type default)) (fill (type none)) ) ) @@ -827,30 +827,30 @@ ) ) (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (property "Reference" "R" (at 0.762 0.508 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "R_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Resistor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_Small_0_1" (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -866,30 +866,30 @@ ) ) (symbol "MCU_NXP_LPC:LPC11U24FBD48-301" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -12.7 35.56 0) + (property "Reference" "U" (at -12.7 35.56 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "LPC11U24FBD48-301" (id 1) (at 12.7 35.56 0) + (property "Value" "LPC11U24FBD48-301" (at 12.7 35.56 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (id 2) (at 21.59 38.1 0) + (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (at 21.59 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://www.nxp.com/documents/data_sheet/LPC11U2X.pdf" (id 3) (at 0 -37.465 0) + (property "Datasheet" "http://www.nxp.com/documents/data_sheet/LPC11U2X.pdf" (at 0 -37.465 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "ARM, 32-bit, Cortex-M0, M0, NXP, microcontroller" (id 4) (at 0 0 0) + (property "ki_keywords" "ARM, 32-bit, Cortex-M0, M0, NXP, microcontroller" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "32-bit ARM Cortex-M0 microcontroller, USB, 32KB flash, 8KB SRAM" (id 5) (at 0 0 0) + (property "ki_description" "32-bit ARM Cortex-M0 microcontroller, USB, 32KB flash, 8KB SRAM" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "*QFP*7x7mm*P0.5mm*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "*QFP*7x7mm*P0.5mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "LPC11U24FBD48-301_0_1" (rectangle (start -13.97 34.29) (end 13.97 -34.29) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -1089,30 +1089,30 @@ ) ) (symbol "Switch:SW_DIP_x01" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "SW" (id 0) (at 0 3.81 0) + (property "Reference" "SW" (at 0 3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "SW_DIP_x01" (id 1) (at 0 -3.81 0) + (property "Value" "SW_DIP_x01" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "dip switch" (id 4) (at 0 0 0) + (property "ki_keywords" "dip switch" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "1x DIP Switch, Single Pole Single Throw (SPST) switch, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "1x DIP Switch, Single Pole Single Throw (SPST) switch, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SW?DIP?x1*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SW?DIP?x1*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "SW_DIP_x01_0_0" (circle (center -2.032 0) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1120,17 +1120,17 @@ (xy -1.524 0.127) (xy 2.3622 1.1684) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 2.032 0) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) (symbol "SW_DIP_x01_0_1" (rectangle (start -3.81 2.54) (end 3.81 -2.54) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -1146,27 +1146,27 @@ ) ) (symbol "Switch:SW_Push" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "SW" (id 0) (at 1.27 2.54 0) + (property "Reference" "SW" (at 1.27 2.54 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "SW_Push" (id 1) (at 0 -1.524 0) + (property "Value" "SW_Push" (at 0 -1.524 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 5.08 0) + (property "Footprint" "" (at 0 5.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 5.08 0) + (property "Datasheet" "~" (at 0 5.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "switch normally-open pushbutton push-button" (id 4) (at 0 0 0) + (property "ki_keywords" "switch normally-open pushbutton push-button" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Push button switch, generic, two pins" (id 5) (at 0 0 0) + (property "ki_description" "Push button switch, generic, two pins" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "SW_Push_0_1" (circle (center -2.032 0) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1174,7 +1174,7 @@ (xy 0 1.27) (xy 0 3.048) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1182,11 +1182,11 @@ (xy 2.54 1.27) (xy -2.54 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 2.032 0) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (pin passive line (at -5.08 0 0) (length 2.54) @@ -1200,30 +1200,30 @@ ) ) (symbol "Timer_RTC:PCF8523T" (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -10.16 8.89 0) + (property "Reference" "U" (at -10.16 8.89 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "PCF8523T" (id 1) (at 3.81 8.89 0) + (property "Value" "PCF8523T" (at 3.81 8.89 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (id 2) (at 20.32 -8.89 0) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 20.32 -8.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf" (id 3) (at 0 0 0) + (property "Datasheet" "https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "I2C RTC Clock Calendar" (id 4) (at 0 0 0) + (property "ki_keywords" "I2C RTC Clock Calendar" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Realtime Clock/Calendar I2C Interface, SOIC-8" (id 5) (at 0 0 0) + (property "ki_description" "Realtime Clock/Calendar I2C Interface, SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "PCF8523T_0_1" (rectangle (start -10.16 7.62) (end 10.16 -7.62) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -1263,22 +1263,22 @@ ) ) (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 0 -3.81 0) + (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND_0_1" @@ -1291,7 +1291,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -1303,22 +1303,22 @@ ) ) (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (id 0) (at 0 1.905 0) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0) + (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) + (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "PWR_FLAG_0_0" @@ -1337,25 +1337,25 @@ (xy 1.016 1.905) (xy 0 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) ) (symbol "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small-reform-motherboard-rescue" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small-reform-motherboard-rescue" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 4) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small-reform-motherboard-rescue_0_1" @@ -1364,7 +1364,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -1372,7 +1372,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -1388,16 +1388,16 @@ ) ) (symbol "reform2-motherboard-rescue:GND-reform-motherboard-rescue" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND-reform-motherboard-rescue" (id 1) (at 0 -3.81 0) + (property "Value" "GND-reform-motherboard-rescue" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND-reform-motherboard-rescue_0_1" @@ -1410,7 +1410,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -1519,727 +1519,727 @@ (no_connect (at 256.54 54.61) (uuid 6f7fe59b-63b0-4bca-8922-459c8283cc85)) (wire (pts (xy 172.72 113.03) (xy 199.39 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0136f32b-d45b-4935-b870-682e31e06889) ) (wire (pts (xy 45.72 48.26) (xy 45.72 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 037034f2-23a5-422c-af69-24573b366d5e) ) (wire (pts (xy 154.94 69.85) (xy 173.99 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 056b719c-018a-4e31-8dee-7f336a458b87) ) (wire (pts (xy 45.72 46.99) (xy 41.91 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 088cde18-3d51-40f4-9b25-0c632b662b24) ) (wire (pts (xy 45.72 36.83) (xy 45.72 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 09c6d07e-b831-4e42-b50d-daeaeff005d4) ) (wire (pts (xy 119.38 113.03) (xy 106.68 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0d439dc2-fa92-49e6-a072-486d83bb7ba2) ) (wire (pts (xy 44.45 156.21) (xy 72.39 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0dbb3f29-f122-4e12-a3ff-4cca4887b971) ) (wire (pts (xy 191.77 48.26) (xy 191.77 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0ddd8648-c3cf-4859-a0bf-4fed5fefc0b2) ) (wire (pts (xy 85.09 33.02) (xy 85.09 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1043dbdd-af72-434a-9074-46297248bcc1) ) (wire (pts (xy 256.54 46.99) (xy 262.89 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 12e90fa4-11a3-48f0-b4f9-f6625e7abab6) ) (wire (pts (xy 171.45 123.19) (xy 171.45 134.62)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1320ebb9-142b-4923-8b2a-84643197adba) ) (wire (pts (xy 154.94 85.09) (xy 181.61 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 142d0019-6d88-40e4-b09c-1dae962521a0) ) (wire (pts (xy 186.69 80.01) (xy 198.12 80.01)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 15308b33-1400-4db3-848f-7e720819963d) ) (wire (pts (xy 59.69 165.1) (xy 62.23 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1731ac06-4b53-43a4-bd4b-74087a9d9d32) ) (wire (pts (xy 156.21 125.73) (xy 154.94 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1793c564-6a09-41e9-8b13-ddf736509b85) ) (wire (pts (xy 154.94 80.01) (xy 181.61 80.01)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 18de9035-9b1e-445c-9da7-4ca0ad81b2a1) ) (wire (pts (xy 276.86 45.72) (xy 276.86 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 19aba770-5a83-4051-b920-6e6308714e23) ) (wire (pts (xy 77.47 160.02) (xy 77.47 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1a693041-3b68-4113-9859-e84ea0bfd10c) ) (wire (pts (xy 45.72 39.37) (xy 41.91 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1ab6afc3-d039-4dd0-8c1c-2df08c64c91e) ) (wire (pts (xy 106.68 110.49) (xy 119.38 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1badaaac-db09-4a8f-a8a0-67bb41890833) ) (wire (pts (xy 241.3 140.97) (xy 241.3 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1d237db6-7527-4b68-862c-dfa23b752590) ) (wire (pts (xy 88.9 77.47) (xy 88.9 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1f8ac5fa-945c-4b57-a93b-82457ad3c139) ) (wire (pts (xy 154.94 92.71) (xy 198.12 92.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2224c3b0-daf2-4cf8-a430-fdbfe70ca432) ) (wire (pts (xy 186.69 82.55) (xy 191.77 82.55)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 22a9c390-3286-4061-bb2e-90f1d3e562c3) ) (wire (pts (xy 157.48 95.25) (xy 154.94 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2310f749-05da-4a2c-ac62-5ff41e5ca662) ) (wire (pts (xy 276.86 39.37) (xy 256.54 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2316f256-36c3-4cdb-88c3-d998fe8844f9) ) (wire (pts (xy 68.58 45.72) (xy 85.09 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 24523b85-c7b3-457f-b301-3bff50a1c389) ) (wire (pts (xy 46.99 36.83) (xy 45.72 36.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 24964227-cf23-480f-bc0d-f2f5429462da) ) (wire (pts (xy 60.96 184.15) (xy 60.96 175.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 25004524-6147-4742-9c27-84087a6196ea) ) (wire (pts (xy 172.72 55.88) (xy 172.72 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 272612ad-017e-49b2-bc6a-03bebbbd78b4) ) (wire (pts (xy 119.38 123.19) (xy 106.68 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 28a10188-4043-48f2-b956-5c34ce09dfed) ) (wire (pts (xy 78.74 48.26) (xy 68.58 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2b7a289f-6613-43c5-abb8-98f007c19737) ) (wire (pts (xy 99.06 90.17) (xy 119.38 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2b9f619c-ce55-4f55-be9d-d8868c26f4ea) ) (wire (pts (xy 154.94 82.55) (xy 181.61 82.55)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2d9ef98b-a570-4253-a0ff-d0f875c415af) ) (wire (pts (xy 163.83 132.08) (xy 163.83 130.81)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2df08dce-5ce4-4a3d-938d-92fc85d9704c) ) (wire (pts (xy 154.94 87.63) (xy 181.61 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2e21af8c-6653-42fa-926f-76e76e6460ca) ) (wire (pts (xy 86.36 48.26) (xy 78.74 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 30cda5b1-7d93-4dbc-b1aa-01da61680fe2) ) (wire (pts (xy 31.75 86.36) (xy 45.72 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 31180f41-5081-4ee7-ab9c-22c4d9f9a010) ) (wire (pts (xy 88.9 69.85) (xy 119.38 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 32542fd7-a6f6-45a7-a0c5-d23431522d06) ) (wire (pts (xy 157.48 105.41) (xy 154.94 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 33e89b9d-50d3-482d-b922-cadbb8081d34) ) (wire (pts (xy 106.68 125.73) (xy 119.38 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 351097d0-5623-47a6-b731-865706318264) ) (wire (pts (xy 134.62 48.26) (xy 134.62 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 35830e92-9087-4115-814e-e85a84dc1ed8) ) (wire (pts (xy 233.68 46.99) (xy 233.68 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3639d911-7e07-46e1-9d74-2e38fd2cd887) ) (wire (pts (xy 119.38 105.41) (xy 106.68 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 36f0f9e5-c969-47f1-86dd-7f931df35a67) ) (wire (pts (xy 256.54 49.53) (xy 262.89 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 376db308-00e6-4e86-be53-4ebf865364a0) ) (wire (pts (xy 96.52 67.31) (xy 119.38 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3886deed-a07c-43bb-8066-ef8f6eba8f8d) ) (wire (pts (xy 77.47 156.21) (xy 86.36 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3999ecef-36f0-441e-80a6-8dff04b48bb6) ) (wire (pts (xy 256.54 41.91) (xy 276.86 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3fa86cb1-42d2-4694-a3e1-7f56eab4f2ef) ) (wire (pts (xy 152.4 54.61) (xy 142.24 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 40006367-28dc-49e2-9cb8-d8d0e3917715) ) (wire (pts (xy 154.94 100.33) (xy 181.61 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4261c320-9a2c-4fac-a560-538b9c09e867) ) (wire (pts (xy 119.38 80.01) (xy 106.68 80.01)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4394c5f5-e268-4cb1-9aeb-21a41d14adaf) ) (wire (pts (xy 163.83 139.7) (xy 167.64 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 43fd0c2e-f3d3-4b9b-bed2-7e9c101342df) ) (wire (pts (xy 93.98 87.63) (xy 92.71 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4505f3bb-846c-4d5b-a87f-e58dc74fc3c8) ) (wire (pts (xy 106.68 107.95) (xy 119.38 107.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 48450a2f-e743-4ba4-b71e-ff066d1e09cd) ) (wire (pts (xy 46.99 175.26) (xy 46.99 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 48cc39e1-5d61-49b2-80ae-dff1ded38900) ) (wire (pts (xy 99.06 92.71) (xy 119.38 92.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 49ea6b32-b31e-40f0-bb58-c953bc4a1b8a) ) (wire (pts (xy 213.36 123.19) (xy 218.44 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4c33b2bc-c94e-432b-86ac-c148335be3ef) ) (wire (pts (xy 41.91 41.91) (xy 46.99 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4c522731-d9d2-4715-8fa4-23e1d006e2b0) ) (wire (pts (xy 233.68 54.61) (xy 229.87 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4c641ad9-4750-4985-ae6c-6cca7a94e57e) ) (wire (pts (xy 186.69 87.63) (xy 198.12 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4d0a19ff-5808-4138-9d50-2ea10c011d62) ) (wire (pts (xy 105.41 72.39) (xy 119.38 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4e5b9798-9f66-465b-99c0-62eeb4be9b44) ) (wire (pts (xy 233.68 52.07) (xy 233.68 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5216dd99-8a1c-4e53-b9e8-4c61c94dc18d) ) (wire (pts (xy 78.74 33.02) (xy 85.09 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 54136196-2319-4fcf-9600-36077f0be29d) ) (wire (pts (xy 78.74 43.18) (xy 78.74 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 55e3b24c-5c7b-44b3-a551-571611e5592d) ) (wire (pts (xy 137.16 59.69) (xy 137.16 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 584e135e-b2ac-4b9c-acc9-97ef1f2551b6) ) (wire (pts (xy 41.91 156.21) (xy 44.45 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 58d1aa3e-e88b-4301-bdb0-ea6a5e7dadcc) ) (wire (pts (xy 62.23 167.64) (xy 59.69 167.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 59027e47-e9a0-4a6f-bbde-7b3a20414bbb) ) (wire (pts (xy 229.87 39.37) (xy 229.87 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5c08a05c-eed4-4c0a-96d6-7475465f8397) ) (wire (pts (xy 142.24 48.26) (xy 134.62 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5c729356-ebbe-4093-b8b7-7f5816f8169b) ) (wire (pts (xy 152.4 48.26) (xy 142.24 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5dd4562e-51af-4d57-9b6e-70c5ab8e55f3) ) (wire (pts (xy 99.06 87.63) (xy 119.38 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5f025dd9-94b2-4ea8-aad4-10394abb0ecf) ) (wire (pts (xy 213.36 115.57) (xy 218.44 115.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 61e6b0b0-05b8-45e2-8188-d6e4331f606a) ) (wire (pts (xy 213.36 118.11) (xy 213.36 115.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 634500b0-a640-4656-8746-89c73232ba72) ) (wire (pts (xy 85.09 39.37) (xy 85.09 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 636ede63-ea76-4f74-9fdf-8c6329515044) ) (wire (pts (xy 106.68 44.45) (xy 106.68 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 63a91215-0062-46b8-bf8a-406b507e40a4) ) (wire (pts (xy 157.48 102.87) (xy 154.94 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 642eefb4-87c4-47d9-9813-550936d5a30f) ) (wire (pts (xy 276.86 41.91) (xy 276.86 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 645c0c35-8069-402a-a957-17e3b688840a) ) (wire (pts (xy 213.36 120.65) (xy 213.36 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 67a94e4a-160c-4f47-a96e-4dc2adbf3085) ) (wire (pts (xy 119.38 100.33) (xy 106.68 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6a39879d-ba61-4b32-8fa5-19ae9b9d242e) ) (wire (pts (xy 236.22 39.37) (xy 229.87 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6b8914e1-a7bf-46ed-97c6-a7c060512942) ) (wire (pts (xy 223.52 54.61) (xy 223.52 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6d821937-ee08-445c-a1dc-bda8cbacae5b) ) (wire (pts (xy 172.72 96.52) (xy 173.99 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 720cad45-995e-4080-95dc-2a3707c3b3be) ) (wire (pts (xy 154.94 67.31) (xy 173.99 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 730262e3-a682-4101-9365-3e03b5c3a5b6) ) (wire (pts (xy 198.12 100.33) (xy 186.69 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 731c8030-b671-4d78-b572-174135645908) ) (wire (pts (xy 119.38 85.09) (xy 106.68 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 756c1c97-bae7-4d29-90c9-013b27b55efe) ) (wire (pts (xy 85.09 45.72) (xy 86.36 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 75ddecdf-ce9f-4554-a817-8dc72f3815a7) ) (wire (pts (xy 199.39 120.65) (xy 213.36 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7e991f3e-61c1-4f36-9f9a-5f7c83f8da5d) ) (wire (pts (xy 229.87 54.61) (xy 223.52 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 811312f2-4b34-459a-a4b3-85f49dd04100) ) (wire (pts (xy 175.26 115.57) (xy 213.36 115.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 815eb658-094e-4763-b056-de2d89c00136) ) (wire (pts (xy 154.94 123.19) (xy 171.45 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8226b4f7-5418-4873-84ce-828057db9d34) ) (wire (pts (xy 172.72 96.52) (xy 172.72 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 83803da0-47db-47d7-90f9-7c0b77ffa079) ) (wire (pts (xy 92.71 90.17) (xy 93.98 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 84750227-9356-4d90-b551-fc9cdd38fceb) ) (wire (pts (xy 191.77 82.55) (xy 198.12 82.55)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8700c723-adfc-4f4c-8088-b4a65afe90dc) ) (wire (pts (xy 45.72 76.2) (xy 31.75 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 87817c09-002b-4cea-944e-4d8ba9a44175) ) (wire (pts (xy 78.74 38.1) (xy 78.74 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8a314392-ceda-45b0-b56a-7730f98512e4) ) (wire (pts (xy 134.62 135.89) (xy 137.16 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8a42e3ca-d552-4ea6-9331-16bd01d669db) ) (wire (pts (xy 233.68 142.24) (xy 233.68 140.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8ecca763-ecbf-47d5-8ad0-19d150ebf4a0) ) (wire (pts (xy 106.68 102.87) (xy 119.38 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8f1c56dc-94c6-4e03-aa39-15fb26c4be0c) ) (wire (pts (xy 85.09 124.46) (xy 85.09 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8f617a09-7bbf-4615-82ef-6899537f90a9) ) (wire (pts (xy 163.83 113.03) (xy 154.94 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9221d1fc-c32f-46bd-bea6-24ed0ba5036d) ) (wire (pts (xy 236.22 24.13) (xy 246.38 24.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 971d6a6a-31fc-4769-bb9d-e5d0f1c3b765) ) (wire (pts (xy 199.39 113.03) (xy 199.39 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 97673bd9-701f-4568-8bd1-a04d01ea50af) ) (wire (pts (xy 162.56 48.26) (xy 172.72 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 98e17ea6-54cf-4798-a184-a999048995f1) ) (wire (pts (xy 172.72 48.26) (xy 191.77 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 99318458-1dd2-4f50-9a07-c1e195f6484f) ) (wire (pts (xy 157.48 77.47) (xy 154.94 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 99ade0cb-d2e2-4e91-8419-0c5e8dea9ed6) ) (wire (pts (xy 119.38 74.93) (xy 106.68 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 99c827a9-da78-4dd1-a8f4-84beb2760f82) ) (wire (pts (xy 223.52 46.99) (xy 233.68 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9b71cdd7-a77a-4bf5-828e-f183aba959e2) ) (wire (pts (xy 191.77 45.72) (xy 191.77 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9c907719-0489-4020-9832-8d84c30579bc) ) (wire (pts (xy 157.48 74.93) (xy 154.94 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9d4ecd0c-ebec-4689-a99c-f47f0a1ad0e8) ) (wire (pts (xy 31.75 91.44) (xy 45.72 91.44)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a16ade9b-328f-44ca-a271-aec819908098) ) (wire (pts (xy 172.72 113.03) (xy 168.91 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a1a52c32-707b-4307-bea3-3cacbae0cfff) ) (wire (pts (xy 88.9 170.18) (xy 87.63 170.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a212847d-dbeb-48cb-b276-09103776ced9) ) (wire (pts (xy 45.72 71.12) (xy 31.75 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a4c0b1d5-fc1f-43b4-b41d-b60b02887a20) ) (wire (pts (xy 96.52 157.48) (xy 96.52 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a4d15ee0-85a1-45cb-a56d-6b5b51fd573f) ) (wire (pts (xy 172.72 54.61) (xy 172.72 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a53966a0-9c75-4642-a408-d32e578b973c) ) (wire (pts (xy 86.36 30.48) (xy 85.09 30.48)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a760a5fa-12e6-4741-a341-a96d849b921e) ) (wire (pts (xy 107.95 30.48) (xy 106.68 30.48)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ad5fad83-2bff-4c27-9955-b34824fe15ed) ) (wire (pts (xy 236.22 24.13) (xy 236.22 25.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ad7725cd-f82b-408f-bfe6-89bd62fbfdba) ) (wire (pts (xy 231.14 24.13) (xy 236.22 24.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid adc1c37c-d0c1-4981-b94d-72e544096456) ) (wire (pts (xy 233.68 49.53) (xy 236.22 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ade4b96f-0f46-48cb-bbc5-5b0e4e5ad087) ) (wire (pts (xy 74.93 184.15) (xy 74.93 180.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid af6021b7-dbaa-402b-b8c3-040018717418) ) (wire (pts (xy 167.64 130.81) (xy 167.64 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b101e529-c3fa-4e10-86f3-f8412fe54ca6) ) (wire (pts (xy 93.98 92.71) (xy 92.71 92.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b1a434ce-1a5c-4f04-8b15-88481c7faf80) ) (wire (pts (xy 134.62 57.15) (xy 134.62 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b5761e88-c361-4dff-b4ec-bfa110d2c6f8) ) (wire (pts (xy 163.83 130.81) (xy 167.64 130.81)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b6b6cf1b-cb8b-44e4-9f82-c04fd7b5fd81) ) (wire (pts (xy 154.94 115.57) (xy 170.18 115.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b75e3b61-f3e5-41a7-839b-55df7de185e8) ) (wire (pts (xy 172.72 54.61) (xy 162.56 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b9327350-40a8-464a-a4e4-2ed68089fe0e) ) (wire (pts (xy 44.45 163.83) (xy 44.45 162.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bd084b76-9598-4450-8d6d-17c1897d8b6c) ) (wire (pts (xy 162.56 54.61) (xy 162.56 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bdca5c11-821e-4e5c-a8f8-bb8f34969983) ) (wire (pts (xy 119.38 82.55) (xy 106.68 82.55)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid be24a2c0-a0d2-448d-8996-8a46ef8205e6) ) (wire (pts (xy 156.21 134.62) (xy 161.29 134.62)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bf4617f1-347a-4dcc-aace-ec6e28e3b3b6) ) (wire (pts (xy 46.99 184.15) (xy 60.96 184.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c642f011-7b0b-4e31-81b3-82022bd24230) ) (wire (pts (xy 241.3 142.24) (xy 241.3 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c9a38a34-1016-410c-b8bb-c91e1dd57099) ) (wire (pts (xy 69.85 78.74) (xy 69.85 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ca8de6b1-c5f3-4c0b-a22a-2d96b59cf62b) ) (wire (pts (xy 106.68 115.57) (xy 119.38 115.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ce7fe1a2-52ea-4889-ae39-e9ccd282efda) ) (wire (pts (xy 96.52 156.21) (xy 93.98 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cfe9bfd5-da70-4d35-916d-acbb322b6cb2) ) (wire (pts (xy 219.71 54.61) (xy 223.52 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d25d14f5-56ec-4b65-a76f-f4522115f09a) ) (wire (pts (xy 31.75 81.28) (xy 45.72 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d289e3ff-cd7c-43f6-85d0-7f504d2c04c5) ) (wire (pts (xy 46.99 180.34) (xy 46.99 184.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d60058e1-6860-41ca-bc8e-b1eaeb77fb1d) ) (wire (pts (xy 142.24 54.61) (xy 142.24 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d6693c4f-8b53-42ef-b061-4597c61b5ed0) ) (wire (pts (xy 156.21 134.62) (xy 156.21 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d6f51dcc-6b99-495f-8574-01cce471611e) ) (wire (pts (xy 82.55 124.46) (xy 85.09 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d85012f6-e075-4d10-bb5c-846f09cfcba4) ) (wire (pts (xy 241.3 142.24) (xy 233.68 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d858b0ca-806b-4491-82fd-c88fddf39704) ) (wire (pts (xy 95.25 170.18) (xy 93.98 170.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d9773d88-f947-4221-b234-37b87cfeabe9) ) (wire (pts (xy 152.4 54.61) (xy 152.4 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d9acb1d4-9eec-4244-aacb-38f5b696c8db) ) (wire (pts (xy 44.45 157.48) (xy 44.45 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dba8e1cd-c76e-4e59-87dd-1ea0eb0a13cf) ) (wire (pts (xy 119.38 95.25) (xy 106.68 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dfd1c26f-f66d-455b-a9fa-731794e55225) ) (wire (pts (xy 60.96 175.26) (xy 62.23 175.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dfd5a564-1cbf-40b7-badc-653c2b45203b) ) (wire (pts (xy 106.68 30.48) (xy 106.68 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e0584fdd-f11b-4577-8f3c-9d80b23a3561) ) (wire (pts (xy 106.68 118.11) (xy 119.38 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e074d740-1013-4c32-b28b-40972948f9d4) ) (wire (pts (xy 191.77 82.55) (xy 191.77 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e1dcc02e-2fef-4b64-9c96-8a6949b94b68) ) (wire (pts (xy 223.52 46.99) (xy 223.52 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e2d96244-0c40-4d01-ac8d-acd661a679b3) ) (wire (pts (xy 213.36 120.65) (xy 218.44 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e389782c-6a16-420f-96c2-9e81aa208600) ) (wire (pts (xy 45.72 66.04) (xy 31.75 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e436ab8d-e485-482e-8e6c-49cdcf586519) ) (wire (pts (xy 162.56 54.61) (xy 152.4 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e5562d11-f59a-4814-997a-0f9bc3285a9f) ) (wire (pts (xy 106.68 97.79) (xy 119.38 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e6b22710-ff1b-4ed1-8f8a-5e74e3808caf) ) (wire (pts (xy 157.48 72.39) (xy 154.94 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e7d16a00-127c-4274-8c2d-0144783f324b) ) (wire (pts (xy 246.38 24.13) (xy 246.38 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e82e1401-e5a5-4a0d-881c-84eca88c92fe) ) (wire (pts (xy 46.99 44.45) (xy 41.91 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e991ad9d-8245-42fb-91fc-c2a22a37ad06) ) (wire (pts (xy 85.09 30.48) (xy 85.09 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ec1fd87f-fad0-42da-aed9-59218a824713) ) (wire (pts (xy 166.37 134.62) (xy 171.45 134.62)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ef204da9-1ee8-480f-ba45-5d309dad072e) ) (wire (pts (xy 106.68 77.47) (xy 119.38 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ef262946-bf3e-4af3-9ed2-98999b535b84) ) (wire (pts (xy 218.44 118.11) (xy 213.36 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f076718b-7022-40a6-a23f-fc3996cc3e9e) ) (wire (pts (xy 69.85 77.47) (xy 73.66 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f0948f10-a16e-4f9f-a888-30c698587005) ) (wire (pts (xy 162.56 48.26) (xy 152.4 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f17b05ba-8ea2-446a-aa88-154d856d075a) ) (wire (pts (xy 69.85 68.58) (xy 69.85 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f1bc5689-a1e9-41c1-821b-d5e9ff88512e) ) (wire (pts (xy 193.04 45.72) (xy 191.77 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f28dfe72-0d0f-41cc-93be-776c228a0706) ) (wire (pts (xy 137.16 57.15) (xy 134.62 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f35f3ac7-d2bf-4687-a341-50b6e42f596d) ) (wire (pts (xy 172.72 110.49) (xy 172.72 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f3c87051-9a1d-4aa5-9df9-e9af3d92de95) ) (wire (pts (xy 134.62 139.7) (xy 134.62 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f56a5c96-a3db-454a-8e9e-89170b1e8ffd) ) (wire (pts (xy 46.99 172.72) (xy 62.23 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f70e258f-b54a-4389-89b6-8e22e77654dc) ) (wire (pts (xy 186.69 85.09) (xy 198.12 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f89ef875-071f-419b-a7f4-aeb87ed534ca) ) (wire (pts (xy 219.71 46.99) (xy 223.52 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f8bf7ccf-fb84-4e73-ab32-79b149fa6dca) ) (wire (pts (xy 106.68 120.65) (xy 119.38 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fc9f10f8-54d2-4fb2-a911-1dc03b116bf3) ) (wire (pts (xy 154.94 97.79) (xy 157.48 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fced9e8b-93cb-4602-96cc-86c8a5040cc3) ) (wire (pts (xy 167.64 139.7) (xy 171.45 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fd6af97d-e8aa-4236-b1a7-cd4362a31503) ) (wire (pts (xy 72.39 156.21) (xy 72.39 160.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fdd8fccf-af15-48c7-9f94-a9d864cb1482) ) (wire (pts (xy 163.83 137.16) (xy 163.83 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fe1d35f8-769b-47a2-a763-6a840bff98c6) ) (wire (pts (xy 154.94 90.17) (xy 198.12 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid feb6814d-cd14-4947-9d58-e953f97a93b1) ) (wire (pts (xy 69.85 67.31) (xy 86.36 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fec45254-a1bd-4fe0-88c1-b8b17a09d4fa) ) (wire (pts (xy 236.22 52.07) (xy 233.68 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fffb3ad7-89b8-408a-8411-e4b74531e89f) ) @@ -2293,271 +2293,271 @@ (uuid e420a22c-49a4-4c7b-a840-6414c25a01e7) ) - (label "LPC_AD7" (at 106.68 125.73 0) + (label "LPC_AD7" (at 106.68 125.73 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 03341f53-25fb-491f-9c05-3f6532656469) ) - (label "LPC_MOSI1b" (at 157.48 85.09 0) + (label "LPC_MOSI1b" (at 157.48 85.09 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 0b30ed81-bf65-4ac1-be0e-ec90828d7f88) ) - (label "LPC_SCLKc" (at 157.48 100.33 0) + (label "LPC_SCLKc" (at 157.48 100.33 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 0f347a7f-88b5-46f3-9717-faf89634ee7d) ) - (label "LPC_TXDa" (at 69.85 119.38 180) + (label "LPC_TXDa" (at 69.85 119.38 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 12b739df-6f72-4868-895f-d3b5ae3d2d38) ) - (label "LPC_PIO0_20" (at 106.68 118.11 0) + (label "LPC_PIO0_20" (at 106.68 118.11 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 13664dc5-c61e-48c4-8797-d5d6441fa0a2) ) - (label "LPC_SCL" (at 106.68 77.47 0) + (label "LPC_SCL" (at 106.68 77.47 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 1561d91a-5690-4f56-b0fb-37afed6fd05a) ) - (label "LPC_SCL" (at 68.58 45.72 0) + (label "LPC_SCL" (at 68.58 45.72 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 1cb96833-3364-4567-9b7b-df65164205f0) ) - (label "LPC_AD7" (at 82.55 116.84 0) + (label "LPC_AD7" (at 82.55 116.84 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 1cbc8de6-7c75-4b48-b4e4-309c23d8be4a) ) - (label "LPC_UFTOGG" (at 106.68 69.85 0) + (label "LPC_UFTOGG" (at 106.68 69.85 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 2c6c9748-8131-4ddc-b5a1-130e3bb4f05a) ) - (label "LPC_~{USBCON}" (at 106.68 82.55 0) + (label "LPC_~{USBCON}" (at 106.68 82.55 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 3049e805-b47e-40e6-8720-42ef5a7038eb) ) - (label "LPC_TXDb" (at 157.48 67.31 0) + (label "LPC_TXDb" (at 157.48 67.31 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 30960f4a-e1c6-4282-8fcd-5cb6abb1d894) ) - (label "LPC_TMS" (at 106.68 97.79 0) + (label "LPC_TMS" (at 106.68 97.79 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 3406941b-f8ec-457d-93c1-3fe986196aee) ) - (label "LPC_TXDc" (at 46.99 41.91 0) + (label "LPC_TXDc" (at 46.99 41.91 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 3c77ea9e-5a1e-4977-97cb-0c8d5dc827bc) ) - (label "LPC_~{RESET}" (at 106.68 67.31 0) + (label "LPC_~{RESET}" (at 106.68 67.31 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 3cd651b4-c39b-4c56-8827-d3214979c9e2) ) - (label "LPC_SCK0b" (at 69.85 106.68 180) + (label "LPC_SCK0b" (at 69.85 106.68 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 3fc8224e-6055-430a-bd79-0283f2d33d2f) ) - (label "LPC_~{DTR}" (at 157.48 77.47 0) + (label "LPC_~{DTR}" (at 157.48 77.47 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 43aa8f15-bb7a-4c35-8f45-fece7f3092d0) ) - (label "LPCUD_N" (at 154.94 115.57 0) + (label "LPCUD_N" (at 154.94 115.57 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 4bd8a846-08b6-4eb3-9d28-49048daa0fb4) ) - (label "LPC_TXDc" (at 157.48 97.79 0) + (label "LPC_TXDc" (at 157.48 97.79 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 4d333200-b8d2-4701-9c24-e0700cea9eac) ) - (label "LPC_PIO1_24" (at 157.48 90.17 0) + (label "LPC_PIO1_24" (at 157.48 90.17 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 4e5bead1-8e07-4497-8bdb-85ded1ee40db) ) - (label "LPC_AD5" (at 69.85 114.3 180) + (label "LPC_AD5" (at 69.85 114.3 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 4f7f4627-b282-4364-b07d-21daa5277c26) ) - (label "LPC_SSEL1" (at 157.48 87.63 0) + (label "LPC_SSEL1" (at 157.48 87.63 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 57443856-e204-4074-a8ec-b70e4e45d3e2) ) - (label "LPC_SCK0b" (at 157.48 102.87 0) + (label "LPC_SCK0b" (at 157.48 102.87 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 5b30a90e-99f3-41eb-9d9a-f56618ca0861) ) - (label "LPC_RXDc" (at 46.99 44.45 0) + (label "LPC_RXDc" (at 46.99 44.45 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 5d07516a-be51-4a1a-8c98-aa9f1b18bd40) ) - (label "LPC_PIO1_16" (at 157.48 74.93 0) + (label "LPC_PIO1_16" (at 157.48 74.93 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 5dd5cbb7-2d15-43ba-97e7-96ead53370d7) ) - (label "LPC_PIO0_20" (at 31.75 91.44 0) + (label "LPC_PIO0_20" (at 31.75 91.44 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 5e74ec91-49db-45b7-9dc8-0d4a1e636512) ) - (label "LPC_TDI" (at 82.55 109.22 0) + (label "LPC_TDI" (at 82.55 109.22 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 600d9458-b5c4-4781-a0c9-15d2018e1fe2) ) - (label "LPC_RXDa" (at 106.68 113.03 0) + (label "LPC_RXDa" (at 106.68 113.03 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 608bffe3-fd50-47e9-a5c4-1da4907ed827) ) - (label "LPC_AD5" (at 106.68 107.95 0) + (label "LPC_AD5" (at 106.68 107.95 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 61a112b7-fa45-4350-8e3d-820cd0e5a595) ) - (label "LPC_SCLKa" (at 106.68 110.49 0) + (label "LPC_SCLKa" (at 106.68 110.49 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 674a1164-755f-42a5-b364-4ccc5dbeba8f) ) - (label "LPC_PIO1_16" (at 31.75 71.12 0) + (label "LPC_PIO1_16" (at 31.75 71.12 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 67f594d5-8856-448b-acc4-9355fbab81ec) ) - (label "LPC_MOSI0" (at 106.68 90.17 0) + (label "LPC_MOSI0" (at 106.68 90.17 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 6a0e968d-0851-4836-b2ca-7acb8253f51d) ) - (label "LPC_SDA" (at 68.58 48.26 0) + (label "LPC_SDA" (at 68.58 48.26 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 6a1afb76-5f6a-44d5-a99c-570f2e34dc6b) ) - (label "LPC_SCK0a" (at 106.68 92.71 0) + (label "LPC_SCK0a" (at 106.68 92.71 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 6d3f615b-e1ca-4b3c-af17-7a3fe54691a6) ) - (label "LPC_SDA" (at 106.68 80.01 0) + (label "LPC_SDA" (at 106.68 80.01 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 78bae3a8-1fed-41c0-a776-5ff680b5a592) ) - (label "LPC_MISO0" (at 106.68 87.63 0) + (label "LPC_MISO0" (at 106.68 87.63 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 830c24eb-104a-42ba-904f-3af541553418) ) - (label "LPC_TDO" (at 106.68 100.33 0) + (label "LPC_TDO" (at 106.68 100.33 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 8374fbc7-bd01-4a70-a18f-93ad5119dc95) ) - (label "LPC_TMS" (at 69.85 109.22 180) + (label "LPC_TMS" (at 69.85 109.22 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 87d52a5c-37b1-4d32-a874-a71aa854507e) ) - (label "LPC_~{CTS}" (at 106.68 85.09 0) + (label "LPC_~{CTS}" (at 106.68 85.09 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 88cfe4ac-b015-4c9e-9096-df98dc96c9c7) ) - (label "LPC_PIO1_31" (at 157.48 105.41 0) + (label "LPC_PIO1_31" (at 157.48 105.41 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 88fcf22b-7835-4ad7-9fe9-e74a3f7e9aad) ) - (label "LPC_MOSI1a" (at 82.55 121.92 0) + (label "LPC_MOSI1a" (at 82.55 121.92 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 8ccf3426-1402-4b95-8e7c-6db1ee0a64d9) ) - (label "LPC_UVBUS" (at 106.68 74.93 0) + (label "LPC_UVBUS" (at 106.68 74.93 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 90e2dd59-fc89-45ff-a567-cd5c83976a23) ) - (label "LPC_SSEL0" (at 106.68 72.39 0) + (label "LPC_SSEL0" (at 106.68 72.39 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 9c42aecf-f29a-4550-94da-36338b2f59d2) ) - (label "LPC_PIO1_31" (at 31.75 81.28 0) + (label "LPC_PIO1_31" (at 31.75 81.28 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 9f1b9fed-1929-4120-84da-54a8974d2641) ) - (label "LPC_PIO1_25" (at 157.48 92.71 0) + (label "LPC_PIO1_25" (at 157.48 92.71 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid a4374359-a097-41e5-916d-a40e86b041b5) ) - (label "LPCUD_P" (at 154.94 113.03 0) + (label "LPCUD_P" (at 154.94 113.03 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid a4e7a82a-addf-4917-99a9-38c5c78d0c5d) ) - (label "LPC_MISO1a" (at 106.68 123.19 0) + (label "LPC_MISO1a" (at 106.68 123.19 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid a749aebf-036f-42a0-a549-9622ee99cfdc) ) - (label "LPC_MISO1b" (at 157.48 82.55 0) + (label "LPC_MISO1b" (at 157.48 82.55 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid addecbde-e685-4757-a83c-58b6954eed26) ) - (label "LPC_SCK1a" (at 31.75 66.04 0) + (label "LPC_SCK1a" (at 31.75 66.04 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid b5b665f5-b357-4c10-8760-19545f9cd9cc) ) - (label "LPC_SWDIO" (at 106.68 105.41 0) + (label "LPC_SWDIO" (at 106.68 105.41 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid c0d29813-e818-46aa-88bf-c86d5c97f2a7) ) - (label "LPC_RXDc" (at 157.48 95.25 0) + (label "LPC_RXDc" (at 157.48 95.25 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid cced2988-027c-446c-ace1-d98fd03bb986) ) - (label "LPC_~{TRST}" (at 69.85 111.76 180) + (label "LPC_~{TRST}" (at 69.85 111.76 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid d17abf6d-2e72-401b-927c-8effac2e0ad0) ) - (label "LPC_UVBUS" (at 106.68 44.45 0) + (label "LPC_UVBUS" (at 106.68 44.45 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid d5ec8c49-97db-455d-a7d3-f0ad35c35858) ) - (label "LPC_~{DTR}" (at 31.75 76.2 0) + (label "LPC_~{DTR}" (at 31.75 76.2 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid daa2984c-eb7c-4ab6-a742-3f732b9f22c6) ) - (label "LPC_~{CTS}" (at 31.75 86.36 0) + (label "LPC_~{CTS}" (at 31.75 86.36 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid dd2b99b1-581c-40d1-90e0-694d3a440feb) ) - (label "LPC_SCK1a" (at 157.48 72.39 0) + (label "LPC_SCK1a" (at 157.48 72.39 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid dda329f9-90ac-465f-a013-7a79d50c4ee6) ) - (label "LPC_SCK1b" (at 157.48 80.01 0) + (label "LPC_SCK1b" (at 157.48 80.01 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid e0135bdc-4e76-4ca8-974f-530780a548b0) ) - (label "LPC_~{TRST}" (at 106.68 102.87 0) + (label "LPC_~{TRST}" (at 106.68 102.87 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid e3ff0f8d-858f-47ff-94c6-732645a7289b) ) - (label "LPC_RXDb" (at 157.48 69.85 0) + (label "LPC_RXDb" (at 157.48 69.85 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid e82383ee-9d65-4ba5-b3f3-5d95a7244027) ) - (label "LPC_TDO" (at 82.55 111.76 0) + (label "LPC_TDO" (at 82.55 111.76 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid eac4cde6-8c8c-44e9-bcbd-8c1645e6713a) ) - (label "LPC_~{USBCON}" (at 69.85 121.92 180) + (label "LPC_~{USBCON}" (at 69.85 121.92 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid ee1fddda-0be8-459e-99fd-2e1f1fbb2b93) ) - (label "LPC_SCLKa" (at 69.85 116.84 180) + (label "LPC_SCLKa" (at 69.85 116.84 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid ee6dde27-3c81-44a2-8247-e5cf8024b194) ) - (label "LPC_MISO1a" (at 82.55 106.68 0) + (label "LPC_MISO1a" (at 82.55 106.68 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid f3dcd780-bd7b-4c03-a573-30527466b17f) ) - (label "LPC_MOSI1a" (at 106.68 120.65 0) + (label "LPC_MOSI1a" (at 106.68 120.65 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid f4bfef6e-60f8-4c53-bdf2-787661c27f84) ) - (label "LPC_SWDIO" (at 82.55 114.3 0) + (label "LPC_SWDIO" (at 82.55 114.3 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid f50b31d1-6a5a-44d7-a972-f8929874b1bc) ) - (label "LPC_TDI" (at 106.68 95.25 0) + (label "LPC_TDI" (at 106.68 95.25 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid f7b0d3d9-43bd-4d5a-a2f5-63fd994081d3) ) - (label "LPC_RXDa" (at 82.55 119.38 0) + (label "LPC_RXDa" (at 82.55 119.38 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid fe0688a7-b335-4bdc-9bc9-fd5279d32861) ) - (label "LPC_TXDa" (at 106.68 115.57 0) + (label "LPC_TXDa" (at 106.68 115.57 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid ff291d79-d942-44a9-8d00-3173a0ffb458) ) @@ -2565,449 +2565,516 @@ (global_label "PCIE1_PWR_EN" (shape output) (at 45.72 91.44 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 016d6b7f-a15e-4788-9a87-8958f0738a47) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_SCK" (shape input) (at 92.71 92.71 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 030f6546-fea1-447b-b4c6-f0621f849bec) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_VCC" (shape input) (at 46.99 36.83 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 047be7a4-cca3-4e6b-839a-666e50957604) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_PWR_EN" (shape output) (at 45.72 81.28 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 07000ef5-6166-49ca-9db5-e2db6365a5b7) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DAC_SCL" (shape output) (at 59.69 165.1 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 139c1c4f-d854-45ac-bcb6-013dd8d1de34) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "3V3_PWR_EN" (shape output) (at 45.72 71.12 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 1d5504ae-1b32-4295-91e5-13ace30680eb) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BMON_SDO" (shape input) (at 198.12 82.55 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 268cf6df-19b5-44f7-aae4-c94c92a795d7) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_UART2_RX" (shape input) (at 173.99 69.85 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 2cc41c94-ba6a-47b9-b4c4-a7f833cc8d40) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "CHGBAT" (shape bidirectional) (at 219.71 54.61 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 2df68d12-076f-406f-a941-dbc92c5dd9d1) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 74.93 26.67 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 74.93 26.67 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "INA_SCL" (shape bidirectional) (at 86.36 45.72 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 38e4c095-3c4b-41a9-931e-c13cdd8a325d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BMON_CS" (shape output) (at 198.12 87.63 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 40b0cebd-b8bf-4c15-809a-8f1b9ed49e01) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_VCC" (shape input) (at 231.14 24.13 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 5b4dee8b-0cfe-4e7e-991a-25add86c6b91) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 407.67 -20.32 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 407.67 -20.32 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "LPC_VCC" (shape input) (at 107.95 30.48 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 672755d8-2259-4416-955b-a576ef2284db) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "INA_SDA" (shape bidirectional) (at 86.36 48.26 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 7622ab83-d9f4-49e9-98f3-fb68b126f20d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "AUX_PWR_EN" (shape output) (at 45.72 86.36 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 83afebd5-be9b-46ea-ad00-c726387f6d26) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "5V_PWR_EN" (shape output) (at 45.72 66.04 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 85c68e53-1875-4f06-8d9f-d45261e59f30) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "INA_SCL" (shape input) (at 262.89 49.53 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 8dd77363-6c81-486c-9779-e0336374b593) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 78.74 13.97 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 78.74 13.97 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "IMX_RESETn" (shape output) (at 198.12 100.33 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 90dbd611-7678-4234-a931-9238961194c2) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_SS0" (shape input) (at 100.33 72.39 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 934756c5-5f4c-4a04-8df6-2f98995a3a2f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "DAC_SDA" (shape bidirectional) (at 59.69 167.64 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid a1fa3623-72c0-4f4e-822e-81edc807bb39) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_VCC" (shape input) (at 173.99 96.52 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid a2670408-570c-4b74-9cad-2cea6d2d4280) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_MISO" (shape input) (at 92.71 87.63 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid a6639cca-4473-4e0b-98c0-0c748af59fc3) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_VCC" (shape input) (at 193.04 45.72 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid a7e37c66-3f6c-4165-aa8d-4c8fcd64ddd0) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_MOSI" (shape input) (at 92.71 90.17 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid a941b0ff-868e-4eaf-b84a-5e4f3ca25b37) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "1V2_PWR_EN" (shape output) (at 45.72 76.2 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid a95ca95b-b90b-4b96-8efc-cb21d1203361) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "INA_SDA" (shape bidirectional) (at 262.89 46.99 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid a9bd516d-52ff-4fbb-9e43-7c5ca7ee82ea) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 78.74 13.97 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 78.74 13.97 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "IMX_WAKE" (shape output) (at 198.12 90.17 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid ac92e50e-ab5e-428b-a158-cf5ccd7fc381) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_VCC" (shape input) (at 86.36 30.48 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid b06feaae-97a6-40df-9603-d6f0f412bea0) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BMON_SDI" (shape output) (at 198.12 85.09 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid bb6c7563-b416-474e-ac60-a032f90b216c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_VCC" (shape input) (at 41.91 156.21 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid c59f4faf-2dad-44da-8169-5d61214a3735) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_VCC" (shape input) (at 69.85 124.46 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid d3e96c1e-5991-48c7-9d82-b4a527d88cec) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_UART2_TX" (shape output) (at 173.99 67.31 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid e28560a3-a8b5-40fe-9989-169539bb7cc6) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BMON_SCK" (shape output) (at 198.12 80.01 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid ec070fcc-59a9-4de2-8803-1927c8be0c81) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "IMX_RTC_IRQ" (shape output) (at 95.25 170.18 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid f67bc141-1f3a-40d8-8451-48788c4f5c07) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT1FUSED" (shape bidirectional) (at 219.71 46.99 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid f91640da-fc62-4ca6-b56b-1c7360283959) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 206.8025 47.0694 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 206.8025 47.0694 0) (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "CHG_RNG" (shape output) (at 198.12 92.71 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid fdd2f88b-5ee9-4527-9be7-fc0156d6a3dd) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -25.4 1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -25.4 1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (symbol (lib_id "Device:Crystal_GND24_Small") (at 163.83 134.62 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618841ff) - (property "Reference" "Y2" (id 0) (at 161.29 128.27 0)) - (property "Value" "12MHz" (id 1) (at 167.64 128.27 0)) - (property "Footprint" "Crystal:Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm" (id 2) (at 163.83 134.62 0) + (property "Reference" "Y2" (at 161.29 128.27 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "12MHz" (at 167.64 128.27 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Crystal:Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm" (at 163.83 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.mouser.de/datasheet/2/3/ABM8AIG-783590.pdf" (id 3) (at 163.83 134.62 0) + (property "Datasheet" "https://www.mouser.de/datasheet/2/3/ABM8AIG-783590.pdf" (at 163.83 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Abracon" (id 4) (at 163.83 134.62 0) + (property "Manufacturer" "Abracon" (at 163.83 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "ABM8AIG-12.000MHz-2-T" (id 5) (at 163.83 134.62 0) + (property "Manufacturer_No" "ABM8AIG-12.000MHz-2-T" (at 163.83 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 163.83 134.62 0) + (property "Checked" "y" (at 163.83 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 163.83 134.62 0) + (property "Distributor" "Mouser" (at 163.83 134.62 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9f35ec00-37ea-4cb9-a27c-36a144eb2f7b)) (pin "2" (uuid 011997e2-b29d-4a8e-a869-5d83e87a2048)) (pin "3" (uuid 6b882623-6c92-4ddb-89c1-173fe9dbbba5)) (pin "4" (uuid 3efa9a06-983e-42ed-9014-89d778f41261)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "Y2") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 171.45 137.16 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061884209) - (property "Reference" "C51" (id 0) (at 172.72 135.89 0) + (property "Reference" "C51" (at 172.72 135.89 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "18pF" (id 1) (at 172.72 139.7 0) + (property "Value" "18pF" (at 172.72 139.7 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 171.45 137.16 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 171.45 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 171.45 137.16 0) + (property "Datasheet" "" (at 171.45 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 171.45 137.16 0) + (property "Manufacturer" "Yageo" (at 171.45 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JRNPO9BN180" (id 5) (at 171.45 137.16 0) + (property "Manufacturer_No" "CC0603JRNPO9BN180" (at 171.45 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 171.45 137.16 0) + (property "Checked" "y" (at 171.45 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 171.45 137.16 0) + (property "Distributor" "Mouser" (at 171.45 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "C107040" (id 8) (at 171.45 137.16 0) + (property "LCSC" "C107040" (at 171.45 137.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 534f63d5-15e9-44e9-bc42-f6ac7ee76da1)) (pin "2" (uuid d2497646-d45b-4bcc-a061-052388a80375)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "C51") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:GND-reform-motherboard-rescue") (at 171.45 139.7 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006188420f) - (property "Reference" "#PWR0208" (id 0) (at 171.45 146.05 0) + (property "Reference" "#PWR0208" (at 171.45 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 171.45 143.51 0)) - (property "Footprint" "" (id 2) (at 171.45 139.7 0) + (property "Value" "GND" (at 171.45 143.51 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 171.45 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 171.45 139.7 0) + (property "Datasheet" "" (at 171.45 139.7 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 778c2b87-f932-425c-82de-63540ba2c5e0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0208") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 156.21 137.16 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061884219) - (property "Reference" "C48" (id 0) (at 157.48 135.89 0) + (property "Reference" "C48" (at 157.48 135.89 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "18pF" (id 1) (at 157.48 139.7 0) + (property "Value" "18pF" (at 157.48 139.7 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 156.21 137.16 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 156.21 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 156.21 137.16 0) + (property "Datasheet" "" (at 156.21 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 156.21 137.16 0) + (property "Manufacturer" "Yageo" (at 156.21 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JRNPO9BN180" (id 5) (at 156.21 137.16 0) + (property "Manufacturer_No" "CC0603JRNPO9BN180" (at 156.21 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 156.21 137.16 0) + (property "Checked" "y" (at 156.21 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 156.21 137.16 0) + (property "Distributor" "Mouser" (at 156.21 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "C107040" (id 8) (at 156.21 137.16 0) + (property "LCSC" "C107040" (at 156.21 137.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 11e9c16e-39a0-4fee-a7fd-9089eec6d610)) (pin "2" (uuid 7b4fa1f3-8324-4a57-89b0-f65098181f9c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "C48") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:GND-reform-motherboard-rescue") (at 156.21 139.7 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006188421f) - (property "Reference" "#PWR0220" (id 0) (at 156.21 146.05 0) + (property "Reference" "#PWR0220" (at 156.21 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 156.21 143.51 0)) - (property "Footprint" "" (id 2) (at 156.21 139.7 0) + (property "Value" "GND" (at 156.21 143.51 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 156.21 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 156.21 139.7 0) + (property "Datasheet" "" (at 156.21 139.7 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8f7730e4-a82f-493a-ac72-6ed277be57ff)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0220") (unit 1) + ) + ) + ) ) (symbol (lib_id "Switch:SW_Push") (at 91.44 67.31 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006188422b) - (property "Reference" "SW2" (id 0) (at 91.44 60.071 0)) - (property "Value" "SW_Push" (id 1) (at 91.44 62.3824 0)) - (property "Footprint" "footprints:UK-B0206-G3.8-250-JZ" (id 2) (at 91.44 62.23 0) + (property "Reference" "SW2" (at 91.44 60.071 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SW_Push" (at 91.44 62.3824 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:UK-B0206-G3.8-250-JZ" (at 91.44 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 91.44 62.23 0) + (property "Datasheet" "" (at 91.44 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "USAKRO" (id 4) (at 91.44 67.31 0) + (property "Manufacturer" "USAKRO" (at 91.44 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UK-B0206-G3.8-250-JZ" (id 5) (at 91.44 67.31 0) + (property "Manufacturer_No" "UK-B0206-G3.8-250-JZ" (at 91.44 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 91.44 67.31 0) + (property "Checked" "y" (at 91.44 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 91.44 67.31 0) + (property "Distributor" "Mouser" (at 91.44 67.31 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid cf3bbb17-4992-4b6c-9d3f-03cc438e36e6)) (pin "2" (uuid d205810a-d64b-4c7a-94b1-388318a74203)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "SW2") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 69.85 68.58 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061884231) - (property "Reference" "#PWR0236" (id 0) (at 69.85 74.93 0) + (property "Reference" "#PWR0236" (at 69.85 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 69.977 72.9742 0)) - (property "Footprint" "" (id 2) (at 69.85 68.58 0) + (property "Value" "GND" (at 69.977 72.9742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 69.85 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 69.85 68.58 0) + (property "Datasheet" "" (at 69.85 68.58 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 311c6c5e-df32-4280-8fee-c0cf6055e0f7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0236") (unit 1) + ) + ) + ) ) (symbol (lib_id "MCU_NXP_LPC:LPC11U24FBD48-301") (at 137.16 97.79 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061884241) - (property "Reference" "U18" (id 0) (at 148.59 60.96 0)) - (property "Value" "LPC11U24FBD48-301" (id 1) (at 119.38 60.96 0)) - (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (id 2) (at 158.75 59.69 0) + (property "Reference" "U18" (at 148.59 60.96 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LPC11U24FBD48-301" (at 119.38 60.96 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (at 158.75 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://www.nxp.com/documents/data_sheet/LPC11U2X.pdf" (id 3) (at 137.16 135.255 0) + (property "Datasheet" "http://www.nxp.com/documents/data_sheet/LPC11U2X.pdf" (at 137.16 135.255 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "NXP" (id 4) (at 137.16 97.79 0) + (property "Manufacturer" "NXP" (at 137.16 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LPC11U24FBD48-301" (id 5) (at 137.16 97.79 0) + (property "Manufacturer_No" "LPC11U24FBD48-301" (at 137.16 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 137.16 97.79 0) + (property "Checked" "y" (at 137.16 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 137.16 97.79 0) + (property "Distributor" "Mouser" (at 137.16 97.79 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a5c0e4e9-634f-4f92-a1d4-2b2f4e21936e)) @@ -3058,679 +3125,927 @@ (pin "7" (uuid d708a9ef-c15f-424e-95c3-89a8a0ea8795)) (pin "8" (uuid 60ad718a-9a48-49c7-b3ca-2eb95a84f44d)) (pin "9" (uuid fdf4a495-bdb8-4aef-8a00-b902f0424843)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "U18") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 134.62 139.7 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061884261) - (property "Reference" "#PWR0217" (id 0) (at 134.62 146.05 0) + (property "Reference" "#PWR0217" (at 134.62 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 134.747 144.0942 0)) - (property "Footprint" "" (id 2) (at 134.62 139.7 0) + (property "Value" "GND" (at 134.747 144.0942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 134.62 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 134.62 139.7 0) + (property "Datasheet" "" (at 134.62 139.7 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4f5c96e0-c097-4f40-912c-ed143451c109)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0217") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 166.37 113.03 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006188426e) - (property "Reference" "R70" (id 0) (at 166.37 108.0516 90)) - (property "Value" "33" (id 1) (at 166.37 110.363 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 166.37 113.03 0) + (property "Reference" "R70" (at 166.37 108.0516 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "33" (at 166.37 110.363 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 166.37 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 166.37 113.03 0) + (property "Datasheet" "" (at 166.37 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 166.37 113.03 0) + (property "Manufacturer" "Vishay Dale" (at 166.37 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060333R0FKEAC" (id 5) (at 166.37 113.03 0) + (property "Manufacturer_No" "CRCW060333R0FKEAC" (at 166.37 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 166.37 113.03 0) + (property "Distributor" "Mouser" (at 166.37 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 166.37 113.03 0) + (property "Checked" "y" (at 166.37 113.03 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f9439c5b-6362-49da-b4fd-571484ec5149)) (pin "2" (uuid 56c4acae-ded4-4771-87e4-f1f4fe0ee286)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R70") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 172.72 115.57 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061884278) - (property "Reference" "R72" (id 0) (at 170.18 118.11 90)) - (property "Value" "33" (id 1) (at 175.26 118.11 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 172.72 115.57 0) + (property "Reference" "R72" (at 170.18 118.11 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "33" (at 175.26 118.11 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 172.72 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 172.72 115.57 0) + (property "Datasheet" "" (at 172.72 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 172.72 115.57 0) + (property "Manufacturer" "Vishay Dale" (at 172.72 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060333R0FKEAC" (id 5) (at 172.72 115.57 0) + (property "Manufacturer_No" "CRCW060333R0FKEAC" (at 172.72 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 172.72 115.57 0) + (property "Distributor" "Mouser" (at 172.72 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 172.72 115.57 0) + (property "Checked" "y" (at 172.72 115.57 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 491e4dbd-9058-4bcf-b91c-168993c82ad1)) (pin "2" (uuid 8e117cdb-af80-44aa-953d-d2fd3df63aa4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R72") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 142.24 50.8 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006188428d) - (property "Reference" "C46" (id 0) (at 144.5768 49.6316 0) + (property "Reference" "C46" (at 144.5768 49.6316 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 144.5768 51.943 0) + (property "Value" "10uF" (at 144.5768 51.943 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 142.24 50.8 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 142.24 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 142.24 50.8 0) + (property "Datasheet" "" (at 142.24 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 142.24 50.8 0) + (property "Manufacturer" "Murata" (at 142.24 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 142.24 50.8 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 142.24 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 142.24 50.8 0) + (property "Checked" "y" (at 142.24 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 142.24 50.8 0) + (property "Distributor" "Mouser" (at 142.24 50.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e81cf5c6-f123-4e9e-a14f-07b502ec7327)) (pin "2" (uuid 6ca7b54a-2d3a-459d-bc8b-27f4a66e4df8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "C46") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 152.4 50.8 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061884297) - (property "Reference" "C47" (id 0) (at 154.7368 49.6316 0) + (property "Reference" "C47" (at 154.7368 49.6316 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 154.7368 51.943 0) + (property "Value" "10uF" (at 154.7368 51.943 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 152.4 50.8 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 152.4 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 152.4 50.8 0) + (property "Datasheet" "" (at 152.4 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 152.4 50.8 0) + (property "Manufacturer" "Murata" (at 152.4 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 152.4 50.8 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 152.4 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 152.4 50.8 0) + (property "Checked" "y" (at 152.4 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 152.4 50.8 0) + (property "Distributor" "Mouser" (at 152.4 50.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1948795d-5388-4af1-8f01-c3083e32bc65)) (pin "2" (uuid d9d6c797-b349-4402-bc1e-8df513180f51)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "C47") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 162.56 50.8 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618842a1) - (property "Reference" "C49" (id 0) (at 164.8968 49.6316 0) + (property "Reference" "C49" (at 164.8968 49.6316 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 164.8968 51.943 0) + (property "Value" "0.1uF" (at 164.8968 51.943 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 162.56 50.8 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 162.56 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 162.56 50.8 0) + (property "Datasheet" "" (at 162.56 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 162.56 50.8 0) + (property "Manufacturer" "Yageo" (at 162.56 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 162.56 50.8 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 162.56 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 162.56 50.8 0) + (property "Checked" "y" (at 162.56 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 162.56 50.8 0) + (property "Distributor" "Mouser" (at 162.56 50.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d1b674ba-3e05-46f2-87bf-0c405d6a0505)) (pin "2" (uuid a61749bc-d24e-433a-83b6-6f6efc9cebfa)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "C49") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 172.72 50.8 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618842ab) - (property "Reference" "C50" (id 0) (at 175.0568 49.6316 0) + (property "Reference" "C50" (at 175.0568 49.6316 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 175.0568 51.943 0) + (property "Value" "0.1uF" (at 175.0568 51.943 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 172.72 50.8 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 172.72 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 172.72 50.8 0) + (property "Datasheet" "" (at 172.72 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 172.72 50.8 0) + (property "Manufacturer" "Yageo" (at 172.72 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 172.72 50.8 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 172.72 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 172.72 50.8 0) + (property "Checked" "y" (at 172.72 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 172.72 50.8 0) + (property "Distributor" "Mouser" (at 172.72 50.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 440d6a05-e4cf-42fc-9fbd-730566f66bfd)) (pin "2" (uuid 6ac302b7-0a89-43c3-8335-b336df65cc66)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "C50") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 172.72 55.88 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618842ba) - (property "Reference" "#PWR0207" (id 0) (at 172.72 62.23 0) + (property "Reference" "#PWR0207" (at 172.72 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 172.847 60.2742 0)) - (property "Footprint" "" (id 2) (at 172.72 55.88 0) + (property "Value" "GND" (at 172.847 60.2742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 172.72 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 172.72 55.88 0) + (property "Datasheet" "" (at 172.72 55.88 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8b6f4bfa-1e64-4612-8b5a-ea3e0bf709ac)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0207") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 184.15 80.01 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618842df) - (property "Reference" "R73" (id 0) (at 187.96 78.74 90)) - (property "Value" "0" (id 1) (at 184.15 80.01 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 184.15 80.01 0) + (property "Reference" "R73" (at 187.96 78.74 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 184.15 80.01 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 184.15 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 184.15 80.01 0) + (property "Datasheet" "" (at 184.15 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 184.15 80.01 0) + (property "Manufacturer" "Vishay Dale" (at 184.15 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 184.15 80.01 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 184.15 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 184.15 80.01 0) + (property "Distributor" "Mouser" (at 184.15 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 184.15 80.01 0) + (property "Checked" "y" (at 184.15 80.01 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 95284c0f-b774-4c78-954b-da55fec77036)) (pin "2" (uuid 843c32a9-44a9-4ac8-a8f8-5fef4919b058)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R73") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 184.15 82.55 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618842e9) - (property "Reference" "R74" (id 0) (at 187.96 83.82 90)) - (property "Value" "0" (id 1) (at 184.15 82.55 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 184.15 82.55 0) + (property "Reference" "R74" (at 187.96 83.82 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 184.15 82.55 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 184.15 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 184.15 82.55 0) + (property "Datasheet" "" (at 184.15 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 184.15 82.55 0) + (property "Manufacturer" "Vishay Dale" (at 184.15 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 184.15 82.55 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 184.15 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 184.15 82.55 0) + (property "Distributor" "Mouser" (at 184.15 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 184.15 82.55 0) + (property "Checked" "y" (at 184.15 82.55 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d965010b-ac18-4a93-ab63-63057b2b8a75)) (pin "2" (uuid b181ce97-977c-4f00-ac72-761ecd1d74d8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R74") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 184.15 85.09 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618842f3) - (property "Reference" "R75" (id 0) (at 187.96 86.36 90)) - (property "Value" "0" (id 1) (at 184.15 85.09 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 184.15 85.09 0) + (property "Reference" "R75" (at 187.96 86.36 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 184.15 85.09 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 184.15 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 184.15 85.09 0) + (property "Datasheet" "" (at 184.15 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 184.15 85.09 0) + (property "Manufacturer" "Vishay Dale" (at 184.15 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 184.15 85.09 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 184.15 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 184.15 85.09 0) + (property "Distributor" "Mouser" (at 184.15 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 184.15 85.09 0) + (property "Checked" "y" (at 184.15 85.09 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c21ed380-424f-4271-ac66-40eed94f9512)) (pin "2" (uuid 0cf59a91-cf5f-4ffd-9905-4ce11881a2ca)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R75") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 184.15 87.63 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618842fd) - (property "Reference" "R76" (id 0) (at 187.96 88.9 90)) - (property "Value" "0" (id 1) (at 184.15 87.63 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 184.15 87.63 0) + (property "Reference" "R76" (at 187.96 88.9 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 184.15 87.63 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 184.15 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 184.15 87.63 0) + (property "Datasheet" "" (at 184.15 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 184.15 87.63 0) + (property "Manufacturer" "Vishay Dale" (at 184.15 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 184.15 87.63 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 184.15 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 184.15 87.63 0) + (property "Distributor" "Mouser" (at 184.15 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 184.15 87.63 0) + (property "Checked" "y" (at 184.15 87.63 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7e047bfc-2331-4f8d-a2c7-36ad0d2a217a)) (pin "2" (uuid 0a70f6f9-97a1-4340-8b7f-b99b244ae59f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R76") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 85.09 36.83 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006188432b) - (property "Reference" "R69" (id 0) (at 86.5886 35.6616 0) + (property "Reference" "R69" (at 86.5886 35.6616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "4.7k" (id 1) (at 86.5886 37.973 0) + (property "Value" "4.7k" (at 86.5886 37.973 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 85.09 36.83 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 85.09 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 85.09 36.83 0) + (property "Datasheet" "" (at 85.09 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 85.09 36.83 0) + (property "Manufacturer" "Yageo" (at 85.09 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-074K7L" (id 5) (at 85.09 36.83 0) + (property "Manufacturer_No" "RC0603FR-074K7L" (at 85.09 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 85.09 36.83 0) + (property "Checked" "y" (at 85.09 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 85.09 36.83 0) + (property "Distributor" "Mouser" (at 85.09 36.83 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 07da7bee-4e6d-4011-ab8a-d05d9afdca19)) (pin "2" (uuid 5ecceb67-288a-4fc8-85eb-934525a20b67)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R69") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 78.74 40.64 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061884335) - (property "Reference" "R68" (id 0) (at 80.2386 39.4716 0) + (property "Reference" "R68" (at 80.2386 39.4716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "4.7k" (id 1) (at 80.2386 41.783 0) + (property "Value" "4.7k" (at 80.2386 41.783 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 78.74 40.64 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 78.74 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 78.74 40.64 0) + (property "Datasheet" "" (at 78.74 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 78.74 40.64 0) + (property "Manufacturer" "Yageo" (at 78.74 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-074K7L" (id 5) (at 78.74 40.64 0) + (property "Manufacturer_No" "RC0603FR-074K7L" (at 78.74 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 78.74 40.64 0) + (property "Checked" "y" (at 78.74 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 78.74 40.64 0) + (property "Distributor" "Mouser" (at 78.74 40.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ea2259fb-f19f-4c95-b4d6-88b8b2ae96a1)) (pin "2" (uuid 16f8cb38-9cd7-427a-b774-54f549d5aac8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R68") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 69.85 78.74 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061884347) - (property "Reference" "#PWR0237" (id 0) (at 69.85 85.09 0) + (property "Reference" "#PWR0237" (at 69.85 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 69.977 83.1342 0)) - (property "Footprint" "" (id 2) (at 69.85 78.74 0) + (property "Value" "GND" (at 69.977 83.1342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 69.85 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 69.85 78.74 0) + (property "Datasheet" "" (at 69.85 78.74 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f1f08931-d078-4129-966f-1a7c88d84d29)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0237") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 172.72 107.95 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061884356) - (property "Reference" "R71" (id 0) (at 174.2186 106.7816 0) + (property "Reference" "R71" (at 174.2186 106.7816 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1.5k" (id 1) (at 174.2186 109.093 0) + (property "Value" "1.5k" (at 174.2186 109.093 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 172.72 107.95 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 172.72 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 172.72 107.95 0) + (property "Datasheet" "" (at 172.72 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 172.72 107.95 0) + (property "Manufacturer" "Yageo" (at 172.72 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071K5L" (id 5) (at 172.72 107.95 0) + (property "Manufacturer_No" "RC0603FR-071K5L" (at 172.72 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 172.72 107.95 0) + (property "Checked" "y" (at 172.72 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 172.72 107.95 0) + (property "Distributor" "Mouser" (at 172.72 107.95 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2b8465c1-2fe9-4f8f-b67f-8f7e08e55f65)) (pin "2" (uuid a622d6ab-1b4e-495d-82f1-1560b675e7e9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R71") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 191.77 73.66 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061884364) - (property "Reference" "R128" (id 0) (at 189.23 73.66 90)) - (property "Value" "10k" (id 1) (at 194.31 73.66 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 191.77 73.66 0) + (property "Reference" "R128" (at 189.23 73.66 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k" (at 194.31 73.66 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 191.77 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 191.77 73.66 0) + (property "Datasheet" "" (at 191.77 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 191.77 73.66 0) + (property "Manufacturer" "Yageo" (at 191.77 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 191.77 73.66 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 191.77 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 191.77 73.66 0) + (property "Checked" "y" (at 191.77 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 191.77 73.66 0) + (property "Distributor" "Mouser" (at 191.77 73.66 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 703c9fd2-6a6c-45bf-8567-7452fd507bfa)) (pin "2" (uuid 796b694d-2700-404c-bea3-87669d3fd028)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R128") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 96.52 87.63 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006188436f) - (property "Reference" "R124" (id 0) (at 101.6 88.9 90)) - (property "Value" "0" (id 1) (at 96.52 87.63 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 96.52 87.63 0) + (property "Reference" "R124" (at 101.6 88.9 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 96.52 87.63 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 96.52 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 96.52 87.63 0) + (property "Datasheet" "" (at 96.52 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 96.52 87.63 0) + (property "Manufacturer" "Vishay Dale" (at 96.52 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 96.52 87.63 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 96.52 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 96.52 87.63 0) + (property "Distributor" "Mouser" (at 96.52 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 96.52 87.63 0) + (property "Checked" "y" (at 96.52 87.63 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 13ba52d3-9fc0-4465-922a-cb59993091a6)) (pin "2" (uuid 2031e04b-a3de-403d-93ef-32c0ac9f6c08)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R124") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 96.52 90.17 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061884379) - (property "Reference" "R125" (id 0) (at 101.6 91.44 90)) - (property "Value" "0" (id 1) (at 96.52 90.17 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 96.52 90.17 0) + (property "Reference" "R125" (at 101.6 91.44 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 96.52 90.17 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 96.52 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 96.52 90.17 0) + (property "Datasheet" "" (at 96.52 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 96.52 90.17 0) + (property "Manufacturer" "Vishay Dale" (at 96.52 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 96.52 90.17 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 96.52 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 96.52 90.17 0) + (property "Distributor" "Mouser" (at 96.52 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 96.52 90.17 0) + (property "Checked" "y" (at 96.52 90.17 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b6d5d1d5-241c-4335-96d7-82e11ae29f33)) (pin "2" (uuid 4a33b893-8a42-4d76-83f1-2491bafcf335)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R125") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 96.52 92.71 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061884383) - (property "Reference" "R126" (id 0) (at 101.6 93.98 90)) - (property "Value" "0" (id 1) (at 96.52 92.71 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 96.52 92.71 0) + (property "Reference" "R126" (at 101.6 93.98 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 96.52 92.71 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 96.52 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 96.52 92.71 0) + (property "Datasheet" "" (at 96.52 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 96.52 92.71 0) + (property "Manufacturer" "Vishay Dale" (at 96.52 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 96.52 92.71 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 96.52 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 96.52 92.71 0) + (property "Distributor" "Mouser" (at 96.52 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 96.52 92.71 0) + (property "Checked" "y" (at 96.52 92.71 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f390b47e-c503-43a1-b204-ca566114671c)) (pin "2" (uuid a8ca1381-e40b-4de3-822b-fdd71535d27b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R126") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 102.87 72.39 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618843a8) - (property "Reference" "R157" (id 0) (at 102.87 74.93 90)) - (property "Value" "0" (id 1) (at 102.87 72.39 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 102.87 72.39 0) + (property "Reference" "R157" (at 102.87 74.93 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 102.87 72.39 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 102.87 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 102.87 72.39 0) + (property "Datasheet" "" (at 102.87 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 102.87 72.39 0) + (property "Manufacturer" "Vishay Dale" (at 102.87 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 102.87 72.39 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 102.87 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 102.87 72.39 0) + (property "Distributor" "Mouser" (at 102.87 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 102.87 72.39 0) + (property "Checked" "y" (at 102.87 72.39 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid dce2fc9b-1374-4343-b5d2-d4989905b0c0)) (pin "2" (uuid 869d6552-9f4a-4b7d-8d22-cf21493f54ac)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R157") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 85.09 125.73 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618843b5) - (property "Reference" "#PWR0206" (id 0) (at 85.09 132.08 0) + (property "Reference" "#PWR0206" (at 85.09 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 85.217 130.1242 0)) - (property "Footprint" "" (id 2) (at 85.09 125.73 0) + (property "Value" "GND" (at 85.217 130.1242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 85.09 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 85.09 125.73 0) + (property "Datasheet" "" (at 85.09 125.73 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 12f4e9de-5a5d-4889-b62d-817572f2a908)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0206") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:Conn_01x04_Male") (at 36.83 41.91 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618843cb) - (property "Reference" "J23" (id 0) (at 39.5732 34.7726 0)) - (property "Value" "KDBSYSCTL" (id 1) (at 39.5732 37.084 0)) - (property "Footprint" "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" (id 2) (at 36.83 41.91 0) + (property "Reference" "J23" (at 39.5732 34.7726 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "KDBSYSCTL" (at 39.5732 37.084 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" (at 36.83 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 36.83 41.91 0) + (property "Datasheet" "" (at 36.83 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 36.83 41.91 0) + (property "Checked" "y" (at 36.83 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Digikey" (id 5) (at 36.83 41.91 0) + (property "Distributor" "Digikey" (at 36.83 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "JST" (id 6) (at 36.83 41.91 0) + (property "Manufacturer" "JST" (at 36.83 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "B4B-PH-K-S(LF)(SN)" (id 7) (at 36.83 41.91 0) + (property "Manufacturer_No" "B4B-PH-K-S(LF)(SN)" (at 36.83 41.91 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 74593896-b68f-457e-a74e-c60cc1c6bff0)) (pin "2" (uuid 0ba060be-b3cf-41ad-85a5-f556def8899a)) (pin "3" (uuid add1f0e4-af50-4c9d-8c0a-76d50c4d8ae5)) (pin "4" (uuid 3d938598-93ae-453a-94da-f7e86fe3985a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "J23") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 45.72 48.26 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618843d2) - (property "Reference" "#PWR0221" (id 0) (at 45.72 54.61 0) + (property "Reference" "#PWR0221" (at 45.72 54.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 45.847 52.6542 0)) - (property "Footprint" "" (id 2) (at 45.72 48.26 0) + (property "Value" "GND" (at 45.847 52.6542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 45.72 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 45.72 48.26 0) + (property "Datasheet" "" (at 45.72 48.26 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 672daca1-57d7-4a73-bfdb-26afde643c83)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0221") (unit 1) + ) + ) + ) ) (symbol (lib_id "Switch:SW_DIP_x01") (at 81.28 77.47 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000618843e9) - (property "Reference" "SW1" (id 0) (at 81.28 70.6882 0)) - (property "Value" "SW_DIP_x01" (id 1) (at 81.28 72.9996 0)) - (property "Footprint" "Button_Switch_SMD:SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm" (id 2) (at 81.28 77.47 0) + (property "Reference" "SW1" (at 81.28 70.6882 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SW_DIP_x01" (at 81.28 72.9996 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Button_Switch_SMD:SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm" (at 81.28 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 81.28 77.47 0) + (property "Datasheet" "" (at 81.28 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Apem" (id 4) (at 81.28 77.47 0) + (property "Manufacturer" "Apem" (at 81.28 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "DM01" (id 5) (at 81.28 77.47 0) + (property "Manufacturer_No" "DM01" (at 81.28 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 81.28 77.47 0) + (property "Checked" "y" (at 81.28 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 81.28 77.47 0) + (property "Distributor" "Mouser" (at 81.28 77.47 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f4f71a40-3ac8-4f33-b9cc-ce7b6dff9cf2)) (pin "2" (uuid 68630d7c-8d4c-4324-b5ef-7f27f060eac6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "SW1") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector_Generic:Conn_02x08_Odd_Even") (at 74.93 114.3 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006188440e) - (property "Reference" "J22" (id 0) (at 76.2 130.81 0)) - (property "Value" "LPC_IO" (id 1) (at 76.2 128.27 0)) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_2x08_P2.54mm_Vertical" (id 2) (at 74.93 114.3 0) + (property "Reference" "J22" (at 76.2 130.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LPC_IO" (at 76.2 128.27 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_2x08_P2.54mm_Vertical" (at 74.93 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 74.93 114.3 0) + (property "Datasheet" "" (at 74.93 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Molex" (id 4) (at 74.93 114.3 0) + (property "Manufacturer" "Molex" (at 74.93 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "87914-1616" (id 5) (at 74.93 114.3 0) + (property "Manufacturer_No" "87914-1616" (at 74.93 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 74.93 114.3 0) + (property "Checked" "y" (at 74.93 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 74.93 114.3 0) + (property "Distributor" "Mouser" (at 74.93 114.3 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 80896962-39a7-4a9a-8149-49bab3758927)) @@ -3749,118 +4064,154 @@ (pin "7" (uuid 44f55152-2f78-4b91-bc89-5e85a82c6330)) (pin "8" (uuid a91cbde5-536e-44aa-bfcd-ec9e4cdc1cdb)) (pin "9" (uuid 9e2abb68-f225-40b7-8ff5-84d1c81bce72)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "J22") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 106.68 38.1 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006188441f) - (property "Reference" "R195" (id 0) (at 108.1786 36.9316 0) + (property "Reference" "R195" (at 108.1786 36.9316 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1.5k" (id 1) (at 108.1786 39.243 0) + (property "Value" "1.5k" (at 108.1786 39.243 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 106.68 38.1 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 106.68 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 106.68 38.1 0) + (property "Datasheet" "" (at 106.68 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 106.68 38.1 0) + (property "Manufacturer" "Yageo" (at 106.68 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071K5L" (id 5) (at 106.68 38.1 0) + (property "Manufacturer_No" "RC0603FR-071K5L" (at 106.68 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 106.68 38.1 0) + (property "Checked" "y" (at 106.68 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 106.68 38.1 0) + (property "Distributor" "Mouser" (at 106.68 38.1 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 92e4bd4f-171f-4f99-ab96-c1a1cf1003e8)) (pin "2" (uuid 7d358dcd-6670-4e3d-b8ad-55ec36556edf)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R195") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 184.15 100.33 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006188442f) - (property "Reference" "R194" (id 0) (at 189.23 101.6 90)) - (property "Value" "0" (id 1) (at 184.15 100.33 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 184.15 100.33 0) + (property "Reference" "R194" (at 189.23 101.6 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 184.15 100.33 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 184.15 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 184.15 100.33 0) + (property "Datasheet" "" (at 184.15 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 184.15 100.33 0) + (property "Manufacturer" "Vishay Dale" (at 184.15 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 184.15 100.33 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 184.15 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 184.15 100.33 0) + (property "Distributor" "Mouser" (at 184.15 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 184.15 100.33 0) + (property "Checked" "y" (at 184.15 100.33 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 70d798e3-2c22-4337-996f-0c0038f45299)) (pin "2" (uuid 3d60ad9b-c4ea-4b47-82c8-bf2cd9ccc6c7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R194") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:Battery_Cell") (at 91.44 156.21 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000066ae38d8) - (property "Reference" "BT1" (id 0) (at 90.17 149.733 90)) - (property "Value" "CR1220" (id 1) (at 90.17 152.0444 90)) - (property "Footprint" "Battery:BatteryHolder_Keystone_3000_1x12mm" (id 2) (at 89.916 156.21 90) + (property "Reference" "BT1" (at 90.17 149.733 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "CR1220" (at 90.17 152.0444 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Battery:BatteryHolder_Keystone_3000_1x12mm" (at 89.916 156.21 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 89.916 156.21 90) + (property "Datasheet" "" (at 89.916 156.21 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 91.44 156.21 0) + (property "Checked" "y" (at 91.44 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Keystone" (id 5) (at 91.44 156.21 0) + (property "Manufacturer" "Keystone" (at 91.44 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "3000" (id 6) (at 91.44 156.21 0) + (property "Manufacturer_No" "3000" (at 91.44 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 91.44 156.21 0) + (property "Distributor" "Mouser" (at 91.44 156.21 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c3445b90-292b-4c6e-b534-812faf0ae5a8)) (pin "2" (uuid 1eaaf255-d49f-4f9e-93cc-5dc93566eb39)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "BT1") (unit 1) + ) + ) + ) ) (symbol (lib_id "Timer_RTC:PCF8523T") (at 74.93 170.18 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000066ae38e2) - (property "Reference" "U5" (id 0) (at 69.85 180.34 0) + (property "Reference" "U5" (at 69.85 180.34 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "PCF8523T" (id 1) (at 76.2 180.34 0) + (property "Value" "PCF8523T" (at 76.2 180.34 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (id 2) (at 95.25 179.07 0) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 95.25 179.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf" (id 3) (at 74.93 170.18 0) + (property "Datasheet" "https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf" (at 74.93 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 74.93 170.18 0) + (property "Checked" "y" (at 74.93 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 74.93 170.18 0) + (property "Distributor" "Mouser" (at 74.93 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "NXP" (id 6) (at 74.93 170.18 0) + (property "Manufacturer" "NXP" (at 74.93 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "PCF8523T/1,118" (id 7) (at 74.93 170.18 0) + (property "Manufacturer_No" "PCF8523T/1,118" (at 74.93 170.18 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b9775c93-d512-41f7-b8ae-680261620464)) @@ -3871,185 +4222,257 @@ (pin "6" (uuid 4906a620-6972-4e0a-9140-f8f17df00feb)) (pin "7" (uuid 40867402-5a00-49d5-83b8-f17ff3cb8e0d)) (pin "8" (uuid 6a37ddfd-0347-443b-8352-b88986eb7815)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "U5") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 96.52 157.48 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000066ae38e8) - (property "Reference" "#PWR0231" (id 0) (at 96.52 163.83 0) + (property "Reference" "#PWR0231" (at 96.52 163.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 96.647 161.8742 0)) - (property "Footprint" "" (id 2) (at 96.52 157.48 0) + (property "Value" "GND" (at 96.647 161.8742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 96.52 157.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 96.52 157.48 0) + (property "Datasheet" "" (at 96.52 157.48 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5576016e-7c92-42fb-9293-40dba111b324)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0231") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 44.45 160.02 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000066ae38f9) - (property "Reference" "C140" (id 0) (at 45.72 157.48 0) + (property "Reference" "C140" (at 45.72 157.48 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "0.1uF" (id 1) (at 44.45 162.56 0) + (property "Value" "0.1uF" (at 44.45 162.56 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 44.45 160.02 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 44.45 160.02 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 44.45 160.02 0) + (property "Datasheet" "" (at 44.45 160.02 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 44.45 160.02 0) + (property "Manufacturer" "Yageo" (at 44.45 160.02 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 44.45 160.02 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 44.45 160.02 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 44.45 160.02 0) + (property "Checked" "y" (at 44.45 160.02 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 44.45 160.02 0) + (property "Distributor" "Mouser" (at 44.45 160.02 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0a080d8f-49e6-4c29-8969-80e24ffd01b1)) (pin "2" (uuid 0d13a83e-5e69-4e2e-85f3-9b4f1ae008f7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "C140") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 44.45 163.83 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000066ae3904) - (property "Reference" "#PWR0234" (id 0) (at 44.45 170.18 0) + (property "Reference" "#PWR0234" (at 44.45 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 44.577 168.2242 0)) - (property "Footprint" "" (id 2) (at 44.45 163.83 0) + (property "Value" "GND" (at 44.577 168.2242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 44.45 163.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 44.45 163.83 0) + (property "Datasheet" "" (at 44.45 163.83 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ad968c0b-3680-4efe-a55f-e53ab924df3c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0234") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 74.93 184.15 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000066ae390d) - (property "Reference" "#PWR0235" (id 0) (at 74.93 190.5 0) + (property "Reference" "#PWR0235" (at 74.93 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 75.057 188.5442 0)) - (property "Footprint" "" (id 2) (at 74.93 184.15 0) + (property "Value" "GND" (at 75.057 188.5442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 74.93 184.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 74.93 184.15 0) + (property "Datasheet" "" (at 74.93 184.15 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 95de0df9-a23e-4bbf-ad9b-448648ff40b4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0235") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 91.44 170.18 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000066ae3918) - (property "Reference" "R137" (id 0) (at 91.44 167.64 90)) - (property "Value" "0" (id 1) (at 91.44 170.18 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 91.44 170.18 0) + (property "Reference" "R137" (at 91.44 167.64 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 91.44 170.18 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 91.44 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 91.44 170.18 0) + (property "Datasheet" "" (at 91.44 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 91.44 170.18 0) + (property "Manufacturer" "Vishay Dale" (at 91.44 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 91.44 170.18 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 91.44 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 91.44 170.18 0) + (property "Distributor" "Mouser" (at 91.44 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 91.44 170.18 0) + (property "Checked" "y" (at 91.44 170.18 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c974f84e-160b-43a8-baa5-8812e3a64837)) (pin "2" (uuid 328885b0-2991-412d-97fd-7f5de2bed522)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R137") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:Crystal_Small") (at 46.99 177.8 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000066ae3925) - (property "Reference" "Y4" (id 0) (at 49.2252 176.6316 90) + (property "Reference" "Y4" (at 49.2252 176.6316 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "32.768 kHz" (id 1) (at 49.2252 178.943 90) + (property "Value" "32.768 kHz" (at 49.2252 178.943 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Crystal:Crystal_SMD_3215-2Pin_3.2x1.5mm" (id 2) (at 46.99 177.8 0) + (property "Footprint" "Crystal:Crystal_SMD_3215-2Pin_3.2x1.5mm" (at 46.99 177.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 46.99 177.8 0) + (property "Datasheet" "" (at 46.99 177.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "ECS-.327-7-34B-TR" (id 4) (at 46.99 177.8 90) + (property "Manufacturer_No" "ECS-.327-7-34B-TR" (at 46.99 177.8 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "ECS" (id 5) (at 46.99 177.8 90) + (property "Manufacturer" "ECS" (at 46.99 177.8 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 46.99 177.8 0) + (property "Checked" "y" (at 46.99 177.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 46.99 177.8 0) + (property "Distributor" "Mouser" (at 46.99 177.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d3b159c5-f1d8-49a2-ae96-085a78c720a2)) (pin "2" (uuid 2855e448-98d6-4186-b1f1-3de107bf12cf)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "Y4") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 77.47 156.21 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000066ae3934) - (property "Reference" "#FLG0115" (id 0) (at 77.47 154.305 0) + (property "Reference" "#FLG0115" (at 77.47 154.305 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 77.47 151.8158 0)) - (property "Footprint" "" (id 2) (at 77.47 156.21 0) + (property "Value" "PWR_FLAG" (at 77.47 151.8158 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 77.47 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 77.47 156.21 0) + (property "Datasheet" "~" (at 77.47 156.21 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 11873d8a-6955-4f0a-8968-35c0d9210969)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#FLG0115") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:USB_C_Receptacle_USB2.0") (at 233.68 118.11 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 403b5a9a-4e83-41aa-b009-84ad7f8355bf) - (property "Reference" "J8" (id 0) (at 233.68 95.25 0)) - (property "Value" "USB_C_Receptacle_USB2.0" (id 1) (at 233.68 97.79 0)) - (property "Footprint" "Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (id 2) (at 229.87 118.11 0) + (property "Reference" "J8" (at 233.68 95.25 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "USB_C_Receptacle_USB2.0" (at 233.68 97.79 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (at 229.87 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (id 3) (at 229.87 118.11 0) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (at 229.87 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 233.68 118.11 0) + (property "Checked" "y" (at 233.68 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "LCSC" (id 5) (at 233.68 118.11 0) + (property "Distributor" "LCSC" (at 233.68 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "C165948" (id 6) (at 233.68 118.11 0) + (property "LCSC" "C165948" (at 233.68 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Korean Hroparts" (id 7) (at 233.68 118.11 0) + (property "Manufacturer" "Korean Hroparts" (at 233.68 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "TYPE-C-31-M-12" (id 8) (at 233.68 118.11 0) + (property "Manufacturer_No" "TYPE-C-31-M-12" (at 233.68 118.11 0) (effects (font (size 1.27 1.27)) hide) ) (pin "A1" (uuid 77e286a7-7b9a-404d-a306-a7565a3a48bf)) @@ -4069,125 +4492,175 @@ (pin "B8" (uuid 6f8908b2-5d59-4561-b115-90f48d55acac)) (pin "B9" (uuid ad347392-ac7c-4b23-818e-75f420f04f11)) (pin "S1" (uuid dc91b45c-3dfb-426a-af26-b5a571a544cc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "J8") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 246.38 59.69 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 491848dc-f41b-4930-bc30-22cdf9b00b99) - (property "Reference" "#PWR0119" (id 0) (at 246.38 66.04 0) + (property "Reference" "#PWR0119" (at 246.38 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 246.507 64.0842 0)) - (property "Footprint" "" (id 2) (at 246.38 59.69 0) + (property "Value" "GND" (at 246.507 64.0842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 246.38 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 246.38 59.69 0) + (property "Datasheet" "" (at 246.38 59.69 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 31a5d208-c7bc-4907-ab9f-98d3952b8125)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0119") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 236.22 30.48 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 5544817c-fdc5-45ab-8ffb-06571a640af5) - (property "Reference" "#PWR0161" (id 0) (at 236.22 36.83 0) + (property "Reference" "#PWR0161" (at 236.22 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 236.093 34.8742 0)) - (property "Footprint" "" (id 2) (at 236.22 30.48 0) + (property "Value" "GND" (at 236.093 34.8742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 236.22 30.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 236.22 30.48 0) + (property "Datasheet" "" (at 236.22 30.48 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 504880db-9fd2-4683-8e76-e1ccb74a33ac)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0161") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 236.22 27.94 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 712f2eb5-6b77-4a65-a3af-e042ca7e0f04) - (property "Reference" "C7" (id 0) (at 233.8832 26.7716 0) + (property "Reference" "C7" (at 233.8832 26.7716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 233.8832 29.083 0) + (property "Value" "0.1uF" (at 233.8832 29.083 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 236.22 27.94 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 236.22 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 236.22 27.94 0) + (property "Datasheet" "" (at 236.22 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 236.22 27.94 0) + (property "Manufacturer" "Yageo" (at 236.22 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 236.22 27.94 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 236.22 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 236.22 27.94 0) + (property "Checked" "y" (at 236.22 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 236.22 27.94 0) + (property "Distributor" "Mouser" (at 236.22 27.94 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5eea47a2-1ce6-44c6-bf78-e2110a704c30)) (pin "2" (uuid d93b542b-3260-40b6-8212-11b7b0738f13)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "C7") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 241.3 144.78 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 7d39e584-68c0-430d-be4c-c157abb14cce) - (property "Reference" "#PWR0198" (id 0) (at 241.3 151.13 0) + (property "Reference" "#PWR0198" (at 241.3 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 241.173 149.1742 0)) - (property "Footprint" "" (id 2) (at 241.3 144.78 0) + (property "Value" "GND" (at 241.173 149.1742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 241.3 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 241.3 144.78 0) + (property "Datasheet" "" (at 241.3 144.78 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3b844429-6ce1-4300-936d-1c2e35819c92)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0198") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 276.86 45.72 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 826b1834-be7a-4944-af23-80ead93cdf2c) - (property "Reference" "#PWR0135" (id 0) (at 276.86 52.07 0) + (property "Reference" "#PWR0135" (at 276.86 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 276.987 50.1142 0)) - (property "Footprint" "" (id 2) (at 276.86 45.72 0) + (property "Value" "GND" (at 276.987 50.1142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 276.86 45.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 276.86 45.72 0) + (property "Datasheet" "" (at 276.86 45.72 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 57489faf-b748-40ed-b196-97992ada3c40)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "#PWR0135") (unit 1) + ) + ) + ) ) (symbol (lib_id "Analog_ADC:INA233") (at 246.38 46.99 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 8fb9d552-75ac-472f-82a6-07f6ee538b2f) - (property "Reference" "U6" (id 0) (at 248.3994 33.02 0) + (property "Reference" "U6" (at 248.3994 33.02 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "INA233" (id 1) (at 248.3994 35.56 0) + (property "Value" "INA233" (at 248.3994 35.56 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_SO:VSSOP-10_3x3mm_P0.5mm" (id 2) (at 266.7 58.42 0) + (property "Footprint" "Package_SO:VSSOP-10_3x3mm_P0.5mm" (at 266.7 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/ina233.pdf" (id 3) (at 255.27 49.53 0) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/ina233.pdf" (at 255.27 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TI" (id 4) (at 246.38 46.99 0) + (property "Manufacturer" "TI" (at 246.38 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "INA233" (id 5) (at 246.38 46.99 0) + (property "Manufacturer_No" "INA233" (at 246.38 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "TI" (id 6) (at 246.38 46.99 0) + (property "Distributor" "TI" (at 246.38 46.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid eff864f3-535a-484e-854c-c333c1c79a1c)) @@ -4200,36 +4673,50 @@ (pin "7" (uuid 760d9e98-ab18-4354-a04d-149d8ed46d55)) (pin "8" (uuid 97603e3b-9e46-46c4-a5bb-5197383a17b7)) (pin "9" (uuid 5352705b-40c4-4870-9ede-fa11ae1cdedd)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "U6") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 223.52 50.8 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid dad595b9-7969-4f5f-815d-7705ea27ad65) - (property "Reference" "R41" (id 0) (at 225.0186 49.6316 0) + (property "Reference" "R41" (at 225.0186 49.6316 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.02" (id 1) (at 225.0186 51.943 0) + (property "Value" "0.02" (at 225.0186 51.943 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0612_1632Metric" (id 2) (at 223.52 50.8 0) + (property "Footprint" "Resistor_SMD:R_0612_1632Metric" (at 223.52 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 223.52 50.8 0) + (property "Datasheet" "" (at 223.52 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 223.52 50.8 0) + (property "Checked" "y" (at 223.52 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 223.52 50.8 0) + (property "Distributor" "Mouser" (at 223.52 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "ROHM" (id 6) (at 223.52 50.8 0) + (property "Manufacturer" "ROHM" (at 223.52 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LTR18EZPFSR020" (id 7) (at 223.52 50.8 0) + (property "Manufacturer_No" "LTR18EZPFSR020" (at 223.52 50.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7a3bb7c8-bf7c-40d3-8c2c-da1dcb2a3973)) (pin "2" (uuid 986eda80-620b-4215-8ead-83a712273ee0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" + (reference "R41") (unit 1) + ) + ) + ) ) ) diff --git a/reform2-motherboard25-pcb/reform2-motherboard25.kicad_pcb b/reform2-motherboard25-pcb/reform2-motherboard25.kicad_pcb @@ -1,4 +1,4 @@ -(kicad_pcb (version 20211014) (generator pcbnew) +(kicad_pcb (version 20221018) (generator pcbnew) (general (thickness 1.6) @@ -67,14 +67,15 @@ (pad_to_mask_clearance 0) (pcbplotparams (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0001000_00000000) (disableapertmacros false) (usegerberextensions false) (usegerberattributes true) (usegerberadvancedattributes true) (creategerberjobfile false) - (svguseinch false) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) (svgprecision 6) - (excludeedgelayer false) (plotframeref false) (viasonmask false) (mode 1) @@ -750,7 +751,7 @@ (net 647 "unconnected-(U6-Pad3)") (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d0633eb) + (tstamp 00000000-0000-0000-0000-00005d0633eb) (at 230 115.8 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -763,30 +764,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d3f0fa8") (attr smd) (fp_text reference "C2" (at 2.05 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 11571b46-1ddc-49c8-aebd-584b7669db15) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a31edf65-fafa-4149-8b56-01823ec71e66) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4057fe55-8d5b-49b7-9342-54dd2f06523d) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 16fd302d-1494-42b0-8d0d-b9161d492674)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 5597e0c9-df4d-4c59-bfd5-5cda2e0ed8a7)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 327076fe-4f84-44e5-8368-ff5d1185ab03)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 521bc922-505b-4d2a-b0e6-b299f2ef6109)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c9644397-cc17-442b-a280-6872525f40a9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp fa2b13dc-924a-4699-b8c6-d05e65f3f11e)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 00f2a6ce-7beb-484b-8ae1-dfb5f7dda3af)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 401fbae3-175f-4bca-ad38-9ecf68a7b859)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7ebc44b4-eac3-4a03-8998-94e442cc590d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8a359f5e-620d-4a84-9902-9f91a9ace065)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16fd302d-1494-42b0-8d0d-b9161d492674)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5597e0c9-df4d-4c59-bfd5-5cda2e0ed8a7)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 327076fe-4f84-44e5-8368-ff5d1185ab03)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c9644397-cc17-442b-a280-6872525f40a9)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 521bc922-505b-4d2a-b0e6-b299f2ef6109)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa2b13dc-924a-4699-b8c6-d05e65f3f11e)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a359f5e-620d-4a84-9902-9f91a9ace065)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 401fbae3-175f-4bca-ad38-9ecf68a7b859)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ebc44b4-eac3-4a03-8998-94e442cc590d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00f2a6ce-7beb-484b-8ae1-dfb5f7dda3af)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 17 "Net-(C2-Pad1)") (pintype "passive") (tstamp 1c39eddd-7658-4810-bf3d-4b2ea2b67482)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 89171b00-4005-4f58-8b74-506455ca72d4)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -796,7 +807,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d06340d) + (tstamp 00000000-0000-0000-0000-00005d06340d) (at 238.8 106 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -809,30 +820,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d24b7b3") (attr smd) (fp_text reference "C4" (at 2.1 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 832bd3a8-2ab3-4bd9-b66f-b70bcc6525a6) ) (fp_text value "1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp cee2de30-7e44-4650-935a-e3a131fcf7f5) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1fbb46b3-fdcd-4db3-bfd5-fbc8b0c0f90b) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 5428c3fa-736f-4200-ab56-2c83a003048e)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 8355f8bc-3d27-440d-a3ca-47ac5580eda0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 18b84a03-c7b8-4535-88e6-a1f5f8c068af)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 66637f55-d146-46c4-94b9-316180017c13)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 94c1a78a-3c49-4dd2-9dd7-7ddb34c4fe03)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e10740e2-5fe4-45bb-bfac-a5b18de39702)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 39eca612-64b1-4c22-b630-4a8d75abfc53)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 42b8d041-e07d-4501-9b3c-e8cf8a4b0c9a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ab15788d-965e-4409-83f0-bc58f735798f)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp df7dc196-cae1-4f04-9cb2-940a83a26f53)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5428c3fa-736f-4200-ab56-2c83a003048e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8355f8bc-3d27-440d-a3ca-47ac5580eda0)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e10740e2-5fe4-45bb-bfac-a5b18de39702)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18b84a03-c7b8-4535-88e6-a1f5f8c068af)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66637f55-d146-46c4-94b9-316180017c13)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94c1a78a-3c49-4dd2-9dd7-7ddb34c4fe03)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df7dc196-cae1-4f04-9cb2-940a83a26f53)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39eca612-64b1-4c22-b630-4a8d75abfc53)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42b8d041-e07d-4501-9b3c-e8cf8a4b0c9a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab15788d-965e-4409-83f0-bc58f735798f)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 18 "Net-(C4-Pad1)") (pintype "passive") (tstamp d2ab08a8-f9f1-4e91-a23b-8f0f3f30bb31)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 1e990d60-df55-42d1-8c99-5d31384aed47)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -842,7 +863,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d06341e) + (tstamp 00000000-0000-0000-0000-00005d06341e) (at 237.1 105 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -855,30 +876,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d24b4dd") (attr smd) (fp_text reference "C5" (at 2.1 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d99e28e5-9c2b-4eb7-ad02-07e05059a4a8) ) (fp_text value "1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 452e9072-e91f-48a0-892f-22bc5396c5d1) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e39f41e0-43d1-48a2-be01-42622c569649) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 908bd15f-5635-4ed0-b8b3-4dab48b0aedf)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp d8fcd416-34ff-4861-9c4f-832afbf04770)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3c7535c1-2142-42c8-af2f-bcbb0d42f411)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5118228d-5a68-423f-8d5d-eb968a1a7648)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5d7b8b75-0719-4f91-9e7e-675854fb856f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp db2a389d-462d-44db-89f1-5f196641bd88)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 67d8ba45-9cd1-41fa-a9d1-65cf1cdd6c28)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8c222fab-a093-4809-b691-e05de1783e1c)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a0fd4171-5e9b-49a3-a6ad-bbbd2f4298b7)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b80b914c-678d-4fa9-a565-05e98985307e)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 908bd15f-5635-4ed0-b8b3-4dab48b0aedf)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8fcd416-34ff-4861-9c4f-832afbf04770)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c7535c1-2142-42c8-af2f-bcbb0d42f411)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5118228d-5a68-423f-8d5d-eb968a1a7648)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db2a389d-462d-44db-89f1-5f196641bd88)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d7b8b75-0719-4f91-9e7e-675854fb856f)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b80b914c-678d-4fa9-a565-05e98985307e)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c222fab-a093-4809-b691-e05de1783e1c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67d8ba45-9cd1-41fa-a9d1-65cf1cdd6c28)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0fd4171-5e9b-49a3-a6ad-bbbd2f4298b7)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 19 "/Reform 2 Power/VREG") (pintype "passive") (tstamp 74edd45b-2012-4792-aa3a-584b888c6f2c)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp e9aa5fe7-82d6-4580-b9ca-01233b6b5cda)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -888,7 +919,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d063440) + (tstamp 00000000-0000-0000-0000-00005d063440) (at 248 109.795383 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -901,30 +932,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/712f2eb5-6b77-4a65-a3af-e042ca7e0f04") (attr smd) (fp_text reference "C7" (at 0 -1.2 -270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7ee93767-ef7b-4e07-a88b-451c3025ddd3) ) (fp_text value "0.1uF" (at 0 1.43 -270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp eb56e4e8-fbac-44df-9fcd-af0f59254d0d) ) (fp_text user "${REFERENCE}" (at 0 0 -270) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5009bbfe-c8db-4d83-b68f-84014e35777d) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 8a953df6-3ed1-414a-b3b1-01dfdea60c2a)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp ca7cff48-615e-4df4-bb2b-90df04a27c23)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 71b497ff-d82e-4db1-8c10-85af7f0c656f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 79b4ba93-873e-4c24-84e2-a0fc74016572)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c0239d49-f91c-4e5c-b240-0d58a4932edb)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp cf66c2ee-88d3-4daa-a1a5-681574516461)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0c7c3ac8-c0b0-4da9-bd74-103591011e9e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 304828a1-1e0d-4dbf-b8f6-51010f9677ed)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9698b012-db08-42d2-b29a-f71a9c906fa5)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e0d971ae-7eae-4950-99bb-94acfcd0f65e)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca7cff48-615e-4df4-bb2b-90df04a27c23)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a953df6-3ed1-414a-b3b1-01dfdea60c2a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf66c2ee-88d3-4daa-a1a5-681574516461)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71b497ff-d82e-4db1-8c10-85af7f0c656f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0239d49-f91c-4e5c-b240-0d58a4932edb)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79b4ba93-873e-4c24-84e2-a0fc74016572)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 304828a1-1e0d-4dbf-b8f6-51010f9677ed)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0d971ae-7eae-4950-99bb-94acfcd0f65e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9698b012-db08-42d2-b29a-f71a9c906fa5)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c7c3ac8-c0b0-4da9-bd74-103591011e9e)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pintype "passive") (tstamp ee3b78f5-03fa-483b-bf91-60c717ed7c52)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp c77acb13-1b2e-4ff5-b66a-3d79e80fa082)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -934,7 +975,7 @@ ) (footprint "Capacitor_SMD:CP_Elec_8x10" (layer "F.Cu") - (tedit 5BCA39D0) (tstamp 00000000-0000-0000-0000-00005d0634d9) + (tstamp 00000000-0000-0000-0000-00005d0634d9) (at 275.6 50.5 90) (descr "SMD capacitor, aluminum electrolytic, Nichicon, 8.0x10mm") (tags "capacitor electrolytic") @@ -947,53 +988,86 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ce5") (attr smd) (fp_text reference "C16" (at 4.9 -3.3 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5098fb3a-8d45-4830-9c58-7f90b424b473) ) (fp_text value "100uF" (at 0 5.2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp fc244444-b828-48db-b854-7167d7e6d4f3) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6a66a1b6-76df-4aff-944e-d5e7ae7855b0) ) - (fp_line (start -4.26 -3.195563) (end -3.195563 -4.26) (layer "F.SilkS") (width 0.12) (tstamp 1119ec3f-347a-4cc9-87b0-b55ae03502ba)) - (fp_line (start -3.195563 -4.26) (end 4.26 -4.26) (layer "F.SilkS") (width 0.12) (tstamp 1e643776-7492-4809-a942-a9d9137e90b0)) - (fp_line (start -5 -3.01) (end -5 -2.01) (layer "F.SilkS") (width 0.12) (tstamp 528b2b7a-7cb0-4faa-b350-74c6b1046c31)) - (fp_line (start 4.26 4.26) (end 4.26 1.51) (layer "F.SilkS") (width 0.12) (tstamp 580b82af-54d0-4a39-848b-8b0bf30315cb)) - (fp_line (start -5.5 -2.51) (end -4.5 -2.51) (layer "F.SilkS") (width 0.12) (tstamp 5e0420f5-93cc-4d22-95cd-9e277cf2cb0c)) - (fp_line (start -4.26 3.195563) (end -3.195563 4.26) (layer "F.SilkS") (width 0.12) (tstamp 75352dea-4ab7-4b6e-90f4-f662108c5cdb)) - (fp_line (start 4.26 -4.26) (end 4.26 -1.51) (layer "F.SilkS") (width 0.12) (tstamp ac39cb8d-5554-4056-8347-15c2a0dd3ae1)) - (fp_line (start -3.195563 4.26) (end 4.26 4.26) (layer "F.SilkS") (width 0.12) (tstamp c14eb5e8-0494-494a-9ade-4744be691d11)) - (fp_line (start -4.26 3.195563) (end -4.26 1.51) (layer "F.SilkS") (width 0.12) (tstamp d488d4de-9b2c-4a9e-af5d-6644e410d353)) - (fp_line (start -4.26 -3.195563) (end -4.26 -1.51) (layer "F.SilkS") (width 0.12) (tstamp ed3bf1d7-237b-4453-b2a3-86b491228d30)) - (fp_line (start -4.4 -3.25) (end -3.25 -4.4) (layer "F.CrtYd") (width 0.05) (tstamp 017aea0d-e511-4c67-8c91-e738b7fb8988)) - (fp_line (start 4.4 1.5) (end 4.4 4.4) (layer "F.CrtYd") (width 0.05) (tstamp 2571e20e-b9f2-4565-8d8d-97e4c0f8be6a)) - (fp_line (start -4.4 -3.25) (end -4.4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 4dc840cf-b4e3-410f-9d8d-e35519a416d7)) - (fp_line (start -3.25 4.4) (end 4.4 4.4) (layer "F.CrtYd") (width 0.05) (tstamp 5a1f9a88-5756-43c7-b5e1-e067d36f5824)) - (fp_line (start -4.4 -1.5) (end -5.25 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 5c3aea97-c7fd-4f21-9b4a-264399409463)) - (fp_line (start -4.4 1.5) (end -4.4 3.25) (layer "F.CrtYd") (width 0.05) (tstamp 75e1ac38-38d3-456d-84ce-08f47f5c9bc1)) - (fp_line (start 5.25 -1.5) (end 5.25 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 79137227-239b-498c-8da5-aaed70cbe2fc)) - (fp_line (start 4.4 -4.4) (end 4.4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 7ba0be79-2b08-49b5-a2c9-6b6807b40b7b)) - (fp_line (start 5.25 1.5) (end 4.4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 8e9e6429-aef1-4a59-9bf0-03d36ae05550)) - (fp_line (start -3.25 -4.4) (end 4.4 -4.4) (layer "F.CrtYd") (width 0.05) (tstamp 97a21aa7-db39-4200-87c3-773f6b6ccf02)) - (fp_line (start -4.4 3.25) (end -3.25 4.4) (layer "F.CrtYd") (width 0.05) (tstamp c768f75a-5385-4235-9ea3-0ea683edbc69)) - (fp_line (start -5.25 1.5) (end -4.4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp e5f6cf7f-b009-4e90-b8ed-fb5d3c543874)) - (fp_line (start 4.4 -1.5) (end 5.25 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp f98a567b-3139-4fb0-a9e5-e440b09d464d)) - (fp_line (start -5.25 -1.5) (end -5.25 1.5) (layer "F.CrtYd") (width 0.05) (tstamp fa7bf77d-f8ee-45a8-b3c5-7b7639ad067b)) - (fp_line (start -3.15 4.15) (end 4.15 4.15) (layer "F.Fab") (width 0.1) (tstamp 1277aa2b-6cba-49ca-b105-36a24bb5767e)) - (fp_line (start -3.15 -4.15) (end 4.15 -4.15) (layer "F.Fab") (width 0.1) (tstamp 146d9e44-1211-4d92-ad75-51bb4152f75a)) - (fp_line (start -4.15 3.15) (end -3.15 4.15) (layer "F.Fab") (width 0.1) (tstamp 4c6b113e-1622-4b02-8cc7-c6171bce966a)) - (fp_line (start 4.15 -4.15) (end 4.15 4.15) (layer "F.Fab") (width 0.1) (tstamp 4d43c6a3-c483-47c4-b695-4e17aede0e76)) - (fp_line (start -3.562278 -1.5) (end -2.762278 -1.5) (layer "F.Fab") (width 0.1) (tstamp 762f403e-fc4b-4f89-a7b7-450fbbf2d30c)) - (fp_line (start -4.15 -3.15) (end -4.15 3.15) (layer "F.Fab") (width 0.1) (tstamp dbc2a116-49cb-41e0-a662-9b8720077e19)) - (fp_line (start -4.15 -3.15) (end -3.15 -4.15) (layer "F.Fab") (width 0.1) (tstamp f13928e6-0e6a-462e-b12c-edf761a7eb0f)) - (fp_line (start -3.162278 -1.9) (end -3.162278 -1.1) (layer "F.Fab") (width 0.1) (tstamp f3c8058c-1388-4531-b8f6-3dbac3b4db5b)) - (fp_circle (center 0 0) (end 4 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 38c49373-fa58-4fc7-90b4-73257baf398f)) - (pad "1" smd roundrect locked (at -3.25 0 90) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) + (fp_line (start -5.5 -2.51) (end -4.5 -2.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e0420f5-93cc-4d22-95cd-9e277cf2cb0c)) + (fp_line (start -5 -3.01) (end -5 -2.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 528b2b7a-7cb0-4faa-b350-74c6b1046c31)) + (fp_line (start -4.26 -3.195563) (end -4.26 -1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed3bf1d7-237b-4453-b2a3-86b491228d30)) + (fp_line (start -4.26 -3.195563) (end -3.195563 -4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1119ec3f-347a-4cc9-87b0-b55ae03502ba)) + (fp_line (start -4.26 3.195563) (end -4.26 1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d488d4de-9b2c-4a9e-af5d-6644e410d353)) + (fp_line (start -4.26 3.195563) (end -3.195563 4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75352dea-4ab7-4b6e-90f4-f662108c5cdb)) + (fp_line (start -3.195563 -4.26) (end 4.26 -4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e643776-7492-4809-a942-a9d9137e90b0)) + (fp_line (start -3.195563 4.26) (end 4.26 4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c14eb5e8-0494-494a-9ade-4744be691d11)) + (fp_line (start 4.26 -4.26) (end 4.26 -1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac39cb8d-5554-4056-8347-15c2a0dd3ae1)) + (fp_line (start 4.26 4.26) (end 4.26 1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 580b82af-54d0-4a39-848b-8b0bf30315cb)) + (fp_line (start -5.25 -1.5) (end -5.25 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa7bf77d-f8ee-45a8-b3c5-7b7639ad067b)) + (fp_line (start -5.25 1.5) (end -4.4 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5f6cf7f-b009-4e90-b8ed-fb5d3c543874)) + (fp_line (start -4.4 -3.25) (end -4.4 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4dc840cf-b4e3-410f-9d8d-e35519a416d7)) + (fp_line (start -4.4 -3.25) (end -3.25 -4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 017aea0d-e511-4c67-8c91-e738b7fb8988)) + (fp_line (start -4.4 -1.5) (end -5.25 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c3aea97-c7fd-4f21-9b4a-264399409463)) + (fp_line (start -4.4 1.5) (end -4.4 3.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75e1ac38-38d3-456d-84ce-08f47f5c9bc1)) + (fp_line (start -4.4 3.25) (end -3.25 4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c768f75a-5385-4235-9ea3-0ea683edbc69)) + (fp_line (start -3.25 -4.4) (end 4.4 -4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97a21aa7-db39-4200-87c3-773f6b6ccf02)) + (fp_line (start -3.25 4.4) (end 4.4 4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a1f9a88-5756-43c7-b5e1-e067d36f5824)) + (fp_line (start 4.4 -4.4) (end 4.4 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7ba0be79-2b08-49b5-a2c9-6b6807b40b7b)) + (fp_line (start 4.4 -1.5) (end 5.25 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f98a567b-3139-4fb0-a9e5-e440b09d464d)) + (fp_line (start 4.4 1.5) (end 4.4 4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2571e20e-b9f2-4565-8d8d-97e4c0f8be6a)) + (fp_line (start 5.25 -1.5) (end 5.25 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79137227-239b-498c-8da5-aaed70cbe2fc)) + (fp_line (start 5.25 1.5) (end 4.4 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e9e6429-aef1-4a59-9bf0-03d36ae05550)) + (fp_line (start -4.15 -3.15) (end -4.15 3.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dbc2a116-49cb-41e0-a662-9b8720077e19)) + (fp_line (start -4.15 -3.15) (end -3.15 -4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f13928e6-0e6a-462e-b12c-edf761a7eb0f)) + (fp_line (start -4.15 3.15) (end -3.15 4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c6b113e-1622-4b02-8cc7-c6171bce966a)) + (fp_line (start -3.562278 -1.5) (end -2.762278 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 762f403e-fc4b-4f89-a7b7-450fbbf2d30c)) + (fp_line (start -3.162278 -1.9) (end -3.162278 -1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3c8058c-1388-4531-b8f6-3dbac3b4db5b)) + (fp_line (start -3.15 -4.15) (end 4.15 -4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 146d9e44-1211-4d92-ad75-51bb4152f75a)) + (fp_line (start -3.15 4.15) (end 4.15 4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1277aa2b-6cba-49ca-b105-36a24bb5767e)) + (fp_line (start 4.15 -4.15) (end 4.15 4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d43c6a3-c483-47c4-b695-4e17aede0e76)) + (fp_circle (center 0 0) (end 4 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 38c49373-fa58-4fc7-90b4-73257baf398f)) + (pad "1" smd roundrect (at -3.25 0 90) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (net 97 "30V_GATE") (pintype "passive") (tstamp 429e7240-5aac-497d-a10e-43e73f50c280)) - (pad "2" smd roundrect locked (at 3.25 0 90) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) + (pad "2" smd roundrect (at 3.25 0 90) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (net 13 "GND") (pintype "passive") (tstamp 8dce2857-e037-4757-91db-39139b79cf68)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_8x10.wrl" (offset (xyz 0 0 0)) @@ -1003,7 +1077,7 @@ ) (footprint "Capacitor_SMD:CP_Elec_8x10" (layer "F.Cu") - (tedit 5BCA39D0) (tstamp 00000000-0000-0000-0000-00005d0634fb) + (tstamp 00000000-0000-0000-0000-00005d0634fb) (at 261.7 59.6 -90) (descr "SMD capacitor, aluminum electrolytic, Nichicon, 8.0x10mm") (tags "capacitor electrolytic") @@ -1016,53 +1090,86 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cc5") (attr smd) (fp_text reference "C18" (at 4.9 -3.3 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 45ecd02f-3de2-4ce6-8a9e-f41152c40036) ) (fp_text value "220uF" (at 0 5.2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ed135dba-18c8-4cec-80d8-3d989decbfd7) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d1c3943e-7a3e-4a7e-94c1-bfe22023dddb) ) - (fp_line (start -4.26 -3.195563) (end -3.195563 -4.26) (layer "F.SilkS") (width 0.12) (tstamp 12b46076-a625-41af-84b5-6e31a0be5933)) - (fp_line (start -4.26 3.195563) (end -3.195563 4.26) (layer "F.SilkS") (width 0.12) (tstamp 1effb8e7-e35b-4646-906f-6decbbbcdb47)) - (fp_line (start 4.26 -4.26) (end 4.26 -1.51) (layer "F.SilkS") (width 0.12) (tstamp 28ef0a22-9f1b-4227-993f-fb2c1add2dc6)) - (fp_line (start -5 -3.01) (end -5 -2.01) (layer "F.SilkS") (width 0.12) (tstamp 4da38b2a-320c-4e2a-844e-02dd47c62775)) - (fp_line (start -4.26 3.195563) (end -4.26 1.51) (layer "F.SilkS") (width 0.12) (tstamp 58278bc9-98ae-4602-bb6f-9bf08016b767)) - (fp_line (start -5.5 -2.51) (end -4.5 -2.51) (layer "F.SilkS") (width 0.12) (tstamp 6a2d1d7f-acce-408d-808d-df26335bd615)) - (fp_line (start -3.195563 -4.26) (end 4.26 -4.26) (layer "F.SilkS") (width 0.12) (tstamp 726a81f0-0401-47f5-b6a9-13f9f588825d)) - (fp_line (start 4.26 4.26) (end 4.26 1.51) (layer "F.SilkS") (width 0.12) (tstamp a2232a0a-dc6b-42d0-893b-5b0120285004)) - (fp_line (start -3.195563 4.26) (end 4.26 4.26) (layer "F.SilkS") (width 0.12) (tstamp b24e2960-28a1-48c0-aaec-b62792085038)) - (fp_line (start -4.26 -3.195563) (end -4.26 -1.51) (layer "F.SilkS") (width 0.12) (tstamp d7ca3be6-9493-47b0-9b66-be441fd78ebc)) - (fp_line (start -4.4 -3.25) (end -3.25 -4.4) (layer "F.CrtYd") (width 0.05) (tstamp 0b2d9538-8943-4689-a6d0-8a816e8733fe)) - (fp_line (start -5.25 -1.5) (end -5.25 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 1b831ee3-7f33-4ae9-bcfb-c320e8fa47d1)) - (fp_line (start 4.4 -1.5) (end 5.25 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 3066de02-3d03-466b-aa1f-3ef7662a7f2a)) - (fp_line (start 4.4 1.5) (end 4.4 4.4) (layer "F.CrtYd") (width 0.05) (tstamp 31262450-a4d9-4740-a18c-aab49580f1fb)) - (fp_line (start -3.25 4.4) (end 4.4 4.4) (layer "F.CrtYd") (width 0.05) (tstamp 35483a9e-081f-407d-9577-ce6b0c13ea0d)) - (fp_line (start -4.4 1.5) (end -4.4 3.25) (layer "F.CrtYd") (width 0.05) (tstamp 6c0d69ec-8925-4e1e-825f-a52790fee4d5)) - (fp_line (start 5.25 1.5) (end 4.4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 861221c6-e568-42ee-b74f-2ba49fc29cee)) - (fp_line (start -4.4 -1.5) (end -5.25 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 8bd98f0c-1c41-4153-a6a9-65b6e0a5bf23)) - (fp_line (start -4.4 3.25) (end -3.25 4.4) (layer "F.CrtYd") (width 0.05) (tstamp 9dd4bcfc-9d27-4cd7-a8d9-4a1f271f42cd)) - (fp_line (start -5.25 1.5) (end -4.4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp a90e339a-ae53-4aa7-be57-06106f799ba6)) - (fp_line (start 4.4 -4.4) (end 4.4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp b9379238-fc7e-4d27-906b-24302ee39535)) - (fp_line (start -3.25 -4.4) (end 4.4 -4.4) (layer "F.CrtYd") (width 0.05) (tstamp c960670a-0416-4c44-8b82-2b51cd3d9199)) - (fp_line (start -4.4 -3.25) (end -4.4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp d30a59f2-1be4-40d9-8a0a-045f664db876)) - (fp_line (start 5.25 -1.5) (end 5.25 1.5) (layer "F.CrtYd") (width 0.05) (tstamp d82b042c-0c40-4a2b-9f01-f52ccbeee893)) - (fp_line (start 4.15 -4.15) (end 4.15 4.15) (layer "F.Fab") (width 0.1) (tstamp 4425b009-96a2-4d98-b640-0e02963dafc2)) - (fp_line (start -3.162278 -1.9) (end -3.162278 -1.1) (layer "F.Fab") (width 0.1) (tstamp 7700fbdd-4ca9-4c34-bc19-95e4cd581905)) - (fp_line (start -3.562278 -1.5) (end -2.762278 -1.5) (layer "F.Fab") (width 0.1) (tstamp 8d7f6d91-ec69-4abd-b8e3-28b8a37dc1e3)) - (fp_line (start -3.15 -4.15) (end 4.15 -4.15) (layer "F.Fab") (width 0.1) (tstamp 8fc822a3-2787-4f60-a84f-f0d529d5057f)) - (fp_line (start -4.15 3.15) (end -3.15 4.15) (layer "F.Fab") (width 0.1) (tstamp 9146079a-6dc0-45b5-97a9-e8c864812e5a)) - (fp_line (start -4.15 -3.15) (end -3.15 -4.15) (layer "F.Fab") (width 0.1) (tstamp 99f638d4-6dec-45f6-a044-b08f38fbcc3e)) - (fp_line (start -3.15 4.15) (end 4.15 4.15) (layer "F.Fab") (width 0.1) (tstamp 9a931af7-183f-40b5-9d84-f3367616fd9a)) - (fp_line (start -4.15 -3.15) (end -4.15 3.15) (layer "F.Fab") (width 0.1) (tstamp c52d2c96-9374-40e0-9d23-39f7cbe08d1f)) - (fp_circle (center 0 0) (end 4 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 24e9ef4d-73b6-4943-b0bd-51cd39555292)) - (pad "1" smd roundrect locked (at -3.25 0 270) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) + (fp_line (start -5.5 -2.51) (end -4.5 -2.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a2d1d7f-acce-408d-808d-df26335bd615)) + (fp_line (start -5 -3.01) (end -5 -2.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4da38b2a-320c-4e2a-844e-02dd47c62775)) + (fp_line (start -4.26 -3.195563) (end -4.26 -1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7ca3be6-9493-47b0-9b66-be441fd78ebc)) + (fp_line (start -4.26 -3.195563) (end -3.195563 -4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 12b46076-a625-41af-84b5-6e31a0be5933)) + (fp_line (start -4.26 3.195563) (end -4.26 1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58278bc9-98ae-4602-bb6f-9bf08016b767)) + (fp_line (start -4.26 3.195563) (end -3.195563 4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1effb8e7-e35b-4646-906f-6decbbbcdb47)) + (fp_line (start -3.195563 -4.26) (end 4.26 -4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 726a81f0-0401-47f5-b6a9-13f9f588825d)) + (fp_line (start -3.195563 4.26) (end 4.26 4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b24e2960-28a1-48c0-aaec-b62792085038)) + (fp_line (start 4.26 -4.26) (end 4.26 -1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28ef0a22-9f1b-4227-993f-fb2c1add2dc6)) + (fp_line (start 4.26 4.26) (end 4.26 1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2232a0a-dc6b-42d0-893b-5b0120285004)) + (fp_line (start -5.25 -1.5) (end -5.25 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b831ee3-7f33-4ae9-bcfb-c320e8fa47d1)) + (fp_line (start -5.25 1.5) (end -4.4 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a90e339a-ae53-4aa7-be57-06106f799ba6)) + (fp_line (start -4.4 -3.25) (end -4.4 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d30a59f2-1be4-40d9-8a0a-045f664db876)) + (fp_line (start -4.4 -3.25) (end -3.25 -4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b2d9538-8943-4689-a6d0-8a816e8733fe)) + (fp_line (start -4.4 -1.5) (end -5.25 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8bd98f0c-1c41-4153-a6a9-65b6e0a5bf23)) + (fp_line (start -4.4 1.5) (end -4.4 3.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c0d69ec-8925-4e1e-825f-a52790fee4d5)) + (fp_line (start -4.4 3.25) (end -3.25 4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9dd4bcfc-9d27-4cd7-a8d9-4a1f271f42cd)) + (fp_line (start -3.25 -4.4) (end 4.4 -4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c960670a-0416-4c44-8b82-2b51cd3d9199)) + (fp_line (start -3.25 4.4) (end 4.4 4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35483a9e-081f-407d-9577-ce6b0c13ea0d)) + (fp_line (start 4.4 -4.4) (end 4.4 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9379238-fc7e-4d27-906b-24302ee39535)) + (fp_line (start 4.4 -1.5) (end 5.25 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3066de02-3d03-466b-aa1f-3ef7662a7f2a)) + (fp_line (start 4.4 1.5) (end 4.4 4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31262450-a4d9-4740-a18c-aab49580f1fb)) + (fp_line (start 5.25 -1.5) (end 5.25 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d82b042c-0c40-4a2b-9f01-f52ccbeee893)) + (fp_line (start 5.25 1.5) (end 4.4 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 861221c6-e568-42ee-b74f-2ba49fc29cee)) + (fp_line (start -4.15 -3.15) (end -4.15 3.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c52d2c96-9374-40e0-9d23-39f7cbe08d1f)) + (fp_line (start -4.15 -3.15) (end -3.15 -4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99f638d4-6dec-45f6-a044-b08f38fbcc3e)) + (fp_line (start -4.15 3.15) (end -3.15 4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9146079a-6dc0-45b5-97a9-e8c864812e5a)) + (fp_line (start -3.562278 -1.5) (end -2.762278 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d7f6d91-ec69-4abd-b8e3-28b8a37dc1e3)) + (fp_line (start -3.162278 -1.9) (end -3.162278 -1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7700fbdd-4ca9-4c34-bc19-95e4cd581905)) + (fp_line (start -3.15 -4.15) (end 4.15 -4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8fc822a3-2787-4f60-a84f-f0d529d5057f)) + (fp_line (start -3.15 4.15) (end 4.15 4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a931af7-183f-40b5-9d84-f3367616fd9a)) + (fp_line (start 4.15 -4.15) (end 4.15 4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4425b009-96a2-4d98-b640-0e02963dafc2)) + (fp_circle (center 0 0) (end 4 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 24e9ef4d-73b6-4943-b0bd-51cd39555292)) + (pad "1" smd roundrect (at -3.25 0 270) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (net 559 "+5V") (pintype "passive") (tstamp fb4ee85e-df34-45dc-8718-f702d25008a0)) - (pad "2" smd roundrect locked (at 3.25 0 270) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) + (pad "2" smd roundrect (at 3.25 0 270) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (net 13 "GND") (pintype "passive") (tstamp 2bd6c406-5df7-4827-8522-8f222da07164)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_8x10.wrl" (offset (xyz 0 0 0)) @@ -1072,7 +1179,7 @@ ) (footprint "Capacitor_SMD:CP_Elec_8x10" (layer "F.Cu") - (tedit 5BCA39D0) (tstamp 00000000-0000-0000-0000-00005d06350c) + (tstamp 00000000-0000-0000-0000-00005d06350c) (at 237.8 59.6 -90) (descr "SMD capacitor, aluminum electrolytic, Nichicon, 8.0x10mm") (tags "capacitor electrolytic") @@ -1085,53 +1192,86 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d08") (attr smd) (fp_text reference "C19" (at 4.9 -3.3) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7cdc044a-f9d0-42a0-9471-79d8913bc147) ) (fp_text value "220uF" (at 0 5.2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 214ec413-615b-49d4-b12f-ac7b02641c21) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d3d119c4-d33a-4385-9676-723f1c802a87) ) - (fp_line (start -4.26 3.195563) (end -4.26 1.51) (layer "F.SilkS") (width 0.12) (tstamp 0f3cea24-f928-4eaa-b0b7-fd0ea925a024)) - (fp_line (start -4.26 -3.195563) (end -3.195563 -4.26) (layer "F.SilkS") (width 0.12) (tstamp 297b64b0-36d7-481b-9e83-08d0e33c1627)) - (fp_line (start -5 -3.01) (end -5 -2.01) (layer "F.SilkS") (width 0.12) (tstamp 3267d68b-cb0e-409d-bf4a-6ad153780e26)) - (fp_line (start 4.26 4.26) (end 4.26 1.51) (layer "F.SilkS") (width 0.12) (tstamp 3377ed29-5be5-460d-82ea-ae0c83418b88)) - (fp_line (start -4.26 -3.195563) (end -4.26 -1.51) (layer "F.SilkS") (width 0.12) (tstamp 457495a0-1653-4720-949c-1e9ed8ed403d)) - (fp_line (start 4.26 -4.26) (end 4.26 -1.51) (layer "F.SilkS") (width 0.12) (tstamp 48b7b7d5-0fe5-4d4d-83ef-b21f65a79eb6)) - (fp_line (start -4.26 3.195563) (end -3.195563 4.26) (layer "F.SilkS") (width 0.12) (tstamp 597f3518-86c2-44b0-8b43-fcf9bbad98aa)) - (fp_line (start -5.5 -2.51) (end -4.5 -2.51) (layer "F.SilkS") (width 0.12) (tstamp 619c4ba6-9357-42d4-9ab4-08b623f6a456)) - (fp_line (start -3.195563 -4.26) (end 4.26 -4.26) (layer "F.SilkS") (width 0.12) (tstamp 67925bc2-a391-4f8d-8c35-05b9076a3298)) - (fp_line (start -3.195563 4.26) (end 4.26 4.26) (layer "F.SilkS") (width 0.12) (tstamp c2b95ead-8cc3-46b6-a537-105d2629397e)) - (fp_line (start 4.4 -4.4) (end 4.4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 0e84b2f1-7707-453e-ab89-3bd0d203d774)) - (fp_line (start -4.4 1.5) (end -4.4 3.25) (layer "F.CrtYd") (width 0.05) (tstamp 13189224-d852-49f4-82f8-e0dcc0b68758)) - (fp_line (start -4.4 3.25) (end -3.25 4.4) (layer "F.CrtYd") (width 0.05) (tstamp 246f4bf3-12b0-4a92-8e92-32d586e03bce)) - (fp_line (start 4.4 1.5) (end 4.4 4.4) (layer "F.CrtYd") (width 0.05) (tstamp 2e823062-7679-4cec-b1a3-22ab146275fd)) - (fp_line (start -4.4 -3.25) (end -4.4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 3470f85e-f234-4e0d-b332-8eb44de8a5d9)) - (fp_line (start -4.4 -3.25) (end -3.25 -4.4) (layer "F.CrtYd") (width 0.05) (tstamp 4e4164a2-9ee3-4195-a128-fc89678634ef)) - (fp_line (start 5.25 -1.5) (end 5.25 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 569361b2-d9fa-4129-bd53-0d9fe15ae0e1)) - (fp_line (start -3.25 4.4) (end 4.4 4.4) (layer "F.CrtYd") (width 0.05) (tstamp 5f566a5c-b4d7-4796-8f6e-15ba14750e4a)) - (fp_line (start 5.25 1.5) (end 4.4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 600c3465-2d1a-4a69-81ef-7ec5d3358494)) - (fp_line (start -5.25 -1.5) (end -5.25 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 9711ec15-dcbc-426b-9229-de0b2dea4bba)) - (fp_line (start 4.4 -1.5) (end 5.25 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp b0aff2e7-8931-4408-af91-ff43b3329fa6)) - (fp_line (start -5.25 1.5) (end -4.4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp b18d5fae-5659-46b5-8135-7cbe6e1182c2)) - (fp_line (start -3.25 -4.4) (end 4.4 -4.4) (layer "F.CrtYd") (width 0.05) (tstamp b7770512-30e4-4f07-8db1-1bf0668eb389)) - (fp_line (start -4.4 -1.5) (end -5.25 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp be147295-4586-4397-8667-41d8b6484028)) - (fp_line (start -3.15 4.15) (end 4.15 4.15) (layer "F.Fab") (width 0.1) (tstamp 17d9b7cb-2e25-46b7-a39d-b22a1225b3a1)) - (fp_line (start -4.15 3.15) (end -3.15 4.15) (layer "F.Fab") (width 0.1) (tstamp 21419b08-c3f7-4333-a0ac-cd81887bcf18)) - (fp_line (start -4.15 -3.15) (end -4.15 3.15) (layer "F.Fab") (width 0.1) (tstamp 2e9adfde-8f73-4ddd-b691-b68c37919dae)) - (fp_line (start -4.15 -3.15) (end -3.15 -4.15) (layer "F.Fab") (width 0.1) (tstamp 2ee2dff9-567b-4178-9c4d-6e28aabf79f8)) - (fp_line (start -3.15 -4.15) (end 4.15 -4.15) (layer "F.Fab") (width 0.1) (tstamp 35b16822-bdd3-4f29-835f-8bd4e25a1e85)) - (fp_line (start -3.162278 -1.9) (end -3.162278 -1.1) (layer "F.Fab") (width 0.1) (tstamp 4cec74d2-394d-45fa-97eb-1a35f0fb5b49)) - (fp_line (start 4.15 -4.15) (end 4.15 4.15) (layer "F.Fab") (width 0.1) (tstamp 924c0276-ec78-4d99-9bbd-d9a8949a1350)) - (fp_line (start -3.562278 -1.5) (end -2.762278 -1.5) (layer "F.Fab") (width 0.1) (tstamp c27a7a1d-7648-413d-8f58-bcfa7cb24044)) - (fp_circle (center 0 0) (end 4 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp dd97adec-11fe-460e-a49d-578eb2099030)) - (pad "1" smd roundrect locked (at -3.25 0 270) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) + (fp_line (start -5.5 -2.51) (end -4.5 -2.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 619c4ba6-9357-42d4-9ab4-08b623f6a456)) + (fp_line (start -5 -3.01) (end -5 -2.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3267d68b-cb0e-409d-bf4a-6ad153780e26)) + (fp_line (start -4.26 -3.195563) (end -4.26 -1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 457495a0-1653-4720-949c-1e9ed8ed403d)) + (fp_line (start -4.26 -3.195563) (end -3.195563 -4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 297b64b0-36d7-481b-9e83-08d0e33c1627)) + (fp_line (start -4.26 3.195563) (end -4.26 1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f3cea24-f928-4eaa-b0b7-fd0ea925a024)) + (fp_line (start -4.26 3.195563) (end -3.195563 4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 597f3518-86c2-44b0-8b43-fcf9bbad98aa)) + (fp_line (start -3.195563 -4.26) (end 4.26 -4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67925bc2-a391-4f8d-8c35-05b9076a3298)) + (fp_line (start -3.195563 4.26) (end 4.26 4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2b95ead-8cc3-46b6-a537-105d2629397e)) + (fp_line (start 4.26 -4.26) (end 4.26 -1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48b7b7d5-0fe5-4d4d-83ef-b21f65a79eb6)) + (fp_line (start 4.26 4.26) (end 4.26 1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3377ed29-5be5-460d-82ea-ae0c83418b88)) + (fp_line (start -5.25 -1.5) (end -5.25 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9711ec15-dcbc-426b-9229-de0b2dea4bba)) + (fp_line (start -5.25 1.5) (end -4.4 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b18d5fae-5659-46b5-8135-7cbe6e1182c2)) + (fp_line (start -4.4 -3.25) (end -4.4 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3470f85e-f234-4e0d-b332-8eb44de8a5d9)) + (fp_line (start -4.4 -3.25) (end -3.25 -4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e4164a2-9ee3-4195-a128-fc89678634ef)) + (fp_line (start -4.4 -1.5) (end -5.25 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be147295-4586-4397-8667-41d8b6484028)) + (fp_line (start -4.4 1.5) (end -4.4 3.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13189224-d852-49f4-82f8-e0dcc0b68758)) + (fp_line (start -4.4 3.25) (end -3.25 4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 246f4bf3-12b0-4a92-8e92-32d586e03bce)) + (fp_line (start -3.25 -4.4) (end 4.4 -4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7770512-30e4-4f07-8db1-1bf0668eb389)) + (fp_line (start -3.25 4.4) (end 4.4 4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5f566a5c-b4d7-4796-8f6e-15ba14750e4a)) + (fp_line (start 4.4 -4.4) (end 4.4 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e84b2f1-7707-453e-ab89-3bd0d203d774)) + (fp_line (start 4.4 -1.5) (end 5.25 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0aff2e7-8931-4408-af91-ff43b3329fa6)) + (fp_line (start 4.4 1.5) (end 4.4 4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e823062-7679-4cec-b1a3-22ab146275fd)) + (fp_line (start 5.25 -1.5) (end 5.25 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 569361b2-d9fa-4129-bd53-0d9fe15ae0e1)) + (fp_line (start 5.25 1.5) (end 4.4 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 600c3465-2d1a-4a69-81ef-7ec5d3358494)) + (fp_line (start -4.15 -3.15) (end -4.15 3.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e9adfde-8f73-4ddd-b691-b68c37919dae)) + (fp_line (start -4.15 -3.15) (end -3.15 -4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ee2dff9-567b-4178-9c4d-6e28aabf79f8)) + (fp_line (start -4.15 3.15) (end -3.15 4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21419b08-c3f7-4333-a0ac-cd81887bcf18)) + (fp_line (start -3.562278 -1.5) (end -2.762278 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c27a7a1d-7648-413d-8f58-bcfa7cb24044)) + (fp_line (start -3.162278 -1.9) (end -3.162278 -1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cec74d2-394d-45fa-97eb-1a35f0fb5b49)) + (fp_line (start -3.15 -4.15) (end 4.15 -4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35b16822-bdd3-4f29-835f-8bd4e25a1e85)) + (fp_line (start -3.15 4.15) (end 4.15 4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17d9b7cb-2e25-46b7-a39d-b22a1225b3a1)) + (fp_line (start 4.15 -4.15) (end 4.15 4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 924c0276-ec78-4d99-9bbd-d9a8949a1350)) + (fp_circle (center 0 0) (end 4 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp dd97adec-11fe-460e-a49d-578eb2099030)) + (pad "1" smd roundrect (at -3.25 0 270) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (net 20 "+3V3") (pintype "passive") (tstamp 793cf115-a51e-48ba-b8bc-5dbe6a65b8e6)) - (pad "2" smd roundrect locked (at 3.25 0 270) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) + (pad "2" smd roundrect (at 3.25 0 270) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (net 13 "GND") (pintype "passive") (tstamp 045a7ebe-8855-47eb-8aa0-332c039a836d)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_8x10.wrl" (offset (xyz 0 0 0)) @@ -1141,7 +1281,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d063594) + (tstamp 00000000-0000-0000-0000-00005d063594) (at 57 63.8 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -1154,30 +1294,40 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d171fa3") (attr smd) (fp_text reference "C27" (at 0 -1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ac1daab4-87bb-447d-b844-6cadb72ebd7d) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp b88d18e5-fcd6-44b6-8d61-a998c1a9b62d) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5e1ba622-0bdf-4612-9261-bd48039ee27d) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2a045017-6c3f-417a-b66b-45220553c262)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a773b825-c717-4c25-82ac-5e3325ebc41c)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1f313052-3cc8-4e24-b71f-05980152470c)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6fade45c-8962-4b7d-93f2-fd89176219f9)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7b51ad0d-f21a-4a28-b4e4-c7f7c499e689)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ba7aa81a-6d65-4fed-910c-568ca21fa5bc)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 10f751a4-2dd6-4f1e-ba6a-664133813887)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4cfc325c-4f0b-4fde-b738-069aebc11d67)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 70add7bd-5a36-4f45-a613-c9bc55264e92)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7aa448d8-444e-40d7-b768-c455ed13fca0)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a773b825-c717-4c25-82ac-5e3325ebc41c)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a045017-6c3f-417a-b66b-45220553c262)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b51ad0d-f21a-4a28-b4e4-c7f7c499e689)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f313052-3cc8-4e24-b71f-05980152470c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ba7aa81a-6d65-4fed-910c-568ca21fa5bc)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6fade45c-8962-4b7d-93f2-fd89176219f9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cfc325c-4f0b-4fde-b738-069aebc11d67)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7aa448d8-444e-40d7-b768-c455ed13fca0)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70add7bd-5a36-4f45-a613-c9bc55264e92)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10f751a4-2dd6-4f1e-ba6a-664133813887)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 16ce1d3a-345f-4998-8cd4-188ae3d56836)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 25 "Net-(C27-Pad2)") (pintype "passive") (tstamp 0988e11a-c14e-4332-aa8b-3959747f43e5)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -1187,7 +1337,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d0635a5) + (tstamp 00000000-0000-0000-0000-00005d0635a5) (at 62.3 63.8 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -1200,30 +1350,40 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d15c03f") (attr smd) (fp_text reference "C28" (at 2.5 -0.03) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 552c21a1-3ff0-48d1-906e-d1cb76408988) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3c5a9e7b-2b5f-4480-9f3c-3b48444b0d0b) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5de539d8-ff40-4796-ad75-ce2d308d23e5) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 47790129-5cdf-4c3c-b21d-bf1968fcecc7)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b20415d1-4385-49c2-a290-bce5559716ff)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3eac5c7f-e268-4caa-b378-fcf814931147)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 73c44b1b-b1b9-4bf7-9cdc-76be463da6dc)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7f95562a-dc10-42b1-9584-3b6699494e1d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp bd8f0385-9d2b-4e99-b569-344435d1ea1d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 134b1154-b06f-4591-850f-36a1a624079d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 161bc572-d994-4938-ba80-60d4716dd674)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5ae7f7ba-dc0a-47e5-ad48-cd65b40daee5)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9992f113-2549-4ed2-892f-c1a9d30a2a01)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47790129-5cdf-4c3c-b21d-bf1968fcecc7)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b20415d1-4385-49c2-a290-bce5559716ff)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73c44b1b-b1b9-4bf7-9cdc-76be463da6dc)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd8f0385-9d2b-4e99-b569-344435d1ea1d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f95562a-dc10-42b1-9584-3b6699494e1d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3eac5c7f-e268-4caa-b378-fcf814931147)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ae7f7ba-dc0a-47e5-ad48-cd65b40daee5)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 134b1154-b06f-4591-850f-36a1a624079d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 161bc572-d994-4938-ba80-60d4716dd674)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9992f113-2549-4ed2-892f-c1a9d30a2a01)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 053667e8-585c-478e-8c83-f7ef6427990c)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 644 "Net-(C28-Pad2)") (pintype "passive") (tstamp 228790ff-3ec2-4186-868c-b595bf9f76ea)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -1233,7 +1393,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d0635b6) + (tstamp 00000000-0000-0000-0000-00005d0635b6) (at 65.4 62.1) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -1246,30 +1406,40 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d156ea0") (attr smd) (fp_text reference "C29" (at -0.1 -1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 94576b07-ae71-4e8a-8c95-081d5c9ef2e1) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 15bcd7be-e186-4498-82cb-081090dc9002) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 46396ae2-3e7f-4c2f-9974-926bceb22b17) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 47658587-8687-46d7-81e0-587cfef2099b)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 613014b9-c41c-4dc4-beaa-e32af79740aa)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0eba2402-b31b-43eb-bd37-c54b29662cb8)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5c1ec58b-1539-4002-997e-ec3a34b8df04)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c480cfcc-adbe-454f-86c6-26a4166d4f10)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d245f248-b9f6-4221-a1ca-3b615948ca63)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0305b8f1-02e3-4176-b66f-2155298fc273)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0c084d21-0d25-40eb-8988-b2545a0f0873)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8e1cd6be-e403-4e68-864d-da3563ce3c22)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 918db9ee-d6e7-45d7-8b51-503e3a8f2f15)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47658587-8687-46d7-81e0-587cfef2099b)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 613014b9-c41c-4dc4-beaa-e32af79740aa)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d245f248-b9f6-4221-a1ca-3b615948ca63)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c1ec58b-1539-4002-997e-ec3a34b8df04)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c480cfcc-adbe-454f-86c6-26a4166d4f10)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0eba2402-b31b-43eb-bd37-c54b29662cb8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 918db9ee-d6e7-45d7-8b51-503e3a8f2f15)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0305b8f1-02e3-4176-b66f-2155298fc273)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e1cd6be-e403-4e68-864d-da3563ce3c22)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c084d21-0d25-40eb-8988-b2545a0f0873)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp cc568ba6-c522-4b2e-9c93-4191d36ffb2b)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp c986379b-a82c-47c5-8f7d-d9c2bf2ed336)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -1279,7 +1449,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d0635c7) + (tstamp 00000000-0000-0000-0000-00005d0635c7) (at 53.5 63.8) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -1292,30 +1462,40 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d14719e") (attr smd) (fp_text reference "C30" (at 0 1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0b192f29-f73f-476e-94b4-76c0e7528425) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 2d14390d-b2b5-4e77-97c7-f340508dbe86) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 72a8191b-dc80-4de3-b14e-207a4149476b) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4f415069-9eef-4e05-b116-dc8cc1649856)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp bdffad5c-9f5a-4038-8a9d-dbe4bca4c296)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2df0b1a0-1afb-412f-ba14-f75b2d7b0f0d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp cb441dad-72ac-4a0a-9562-a31774cac8cd)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f73f9ad6-37b1-40eb-8df0-91ba0400cd1d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp fd117121-a485-4029-9c74-47e500042a90)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1245e4c9-3222-4092-adf8-9e4d364d22f0)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6cc7291e-14b0-4a34-8b1d-322dde4bf30b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c27af10a-f1fd-4961-b770-6e441e03882b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f41cf2c9-bb3e-4386-8824-9da4c5d4e0f1)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bdffad5c-9f5a-4038-8a9d-dbe4bca4c296)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f415069-9eef-4e05-b116-dc8cc1649856)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd117121-a485-4029-9c74-47e500042a90)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f73f9ad6-37b1-40eb-8df0-91ba0400cd1d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb441dad-72ac-4a0a-9562-a31774cac8cd)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2df0b1a0-1afb-412f-ba14-f75b2d7b0f0d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f41cf2c9-bb3e-4386-8824-9da4c5d4e0f1)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6cc7291e-14b0-4a34-8b1d-322dde4bf30b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1245e4c9-3222-4092-adf8-9e4d364d22f0)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c27af10a-f1fd-4961-b770-6e441e03882b)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 26 "Net-(C30-Pad1)") (pintype "passive") (tstamp 8f2b5fab-3ec1-469e-846a-26d650eeb2c4)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 6c1ac138-0ec6-4c3a-b9ae-99a8fedbfa33)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -1325,7 +1505,7 @@ ) (footprint "Diode_SMD:D_SOD-323" (layer "F.Cu") - (tedit 58641739) (tstamp 00000000-0000-0000-0000-00005d0635f7) + (tstamp 00000000-0000-0000-0000-00005d0635f7) (at 225.4 113.2 180) (descr "SOD-323") (tags "SOD-323") @@ -1338,37 +1518,54 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d3259c9") (attr smd) (fp_text reference "D2" (at 0 1.5) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c9a0bef6-fbcf-4b65-95b4-f81a735530ce) ) (fp_text value "BAT46WJ,115" (at 0.1 1.9) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5c0902c7-a660-4b39-ba3f-d87963433f43) ) (fp_text user "${REFERENCE}" (at 0 -1.85) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 86f8fbd3-5711-45b1-9e49-960186834b74) ) - (fp_line (start -1.5 0.85) (end 1.05 0.85) (layer "F.SilkS") (width 0.12) (tstamp 9cfc8ab7-6d04-4b5a-9536-67520fa8221a)) - (fp_line (start -1.5 -0.85) (end 1.05 -0.85) (layer "F.SilkS") (width 0.12) (tstamp a4e6f80e-74e5-40d5-97fd-421b41ea6d95)) - (fp_line (start -1.5 -0.85) (end -1.5 0.85) (layer "F.SilkS") (width 0.12) (tstamp e3a6c158-96bb-4d54-a05d-14dcfe097eab)) - (fp_line (start -1.6 0.95) (end 1.6 0.95) (layer "F.CrtYd") (width 0.05) (tstamp 07766586-c570-403b-910b-d38c6d007837)) - (fp_line (start 1.6 -0.95) (end 1.6 0.95) (layer "F.CrtYd") (width 0.05) (tstamp 0f5f90cc-f370-40a6-b74b-2860ef88a724)) - (fp_line (start -1.6 -0.95) (end -1.6 0.95) (layer "F.CrtYd") (width 0.05) (tstamp 4c3cc99a-e27d-4da5-85f0-c5ba47c4f1ac)) - (fp_line (start -1.6 -0.95) (end 1.6 -0.95) (layer "F.CrtYd") (width 0.05) (tstamp 72cd1e6b-53a0-4517-a2da-9125184756cd)) - (fp_line (start -0.9 -0.7) (end 0.9 -0.7) (layer "F.Fab") (width 0.1) (tstamp 00eb08a0-375e-4f8a-961b-4e3fc6b2a68c)) - (fp_line (start 0.2 0) (end 0.45 0) (layer "F.Fab") (width 0.1) (tstamp 2f4f9209-8f05-4548-af3d-ad79d7828a14)) - (fp_line (start 0.2 0.35) (end -0.3 0) (layer "F.Fab") (width 0.1) (tstamp 304039d6-191e-45b2-9247-d61706ec8565)) - (fp_line (start -0.3 -0.35) (end -0.3 0.35) (layer "F.Fab") (width 0.1) (tstamp 36d278fe-d586-45a0-9800-01f9d525b0ba)) - (fp_line (start -0.3 0) (end 0.2 -0.35) (layer "F.Fab") (width 0.1) (tstamp 614a0628-56f0-4b50-8f1d-d2edf84ec0ce)) - (fp_line (start 0.2 -0.35) (end 0.2 0.35) (layer "F.Fab") (width 0.1) (tstamp a1942a2a-28de-49a7-9794-ef243ef70740)) - (fp_line (start 0.9 0.7) (end -0.9 0.7) (layer "F.Fab") (width 0.1) (tstamp b47c8a15-222f-4c3a-a03c-61c5d33f7ee8)) - (fp_line (start -0.9 0.7) (end -0.9 -0.7) (layer "F.Fab") (width 0.1) (tstamp c65fbdcf-8315-4537-be0c-d9048c4eed63)) - (fp_line (start -0.3 0) (end -0.5 0) (layer "F.Fab") (width 0.1) (tstamp c87d0071-e4f5-4449-ae7c-eef084638bf2)) - (fp_line (start 0.9 -0.7) (end 0.9 0.7) (layer "F.Fab") (width 0.1) (tstamp fc3b90f9-02a9-4047-9be9-25c18af4aba8)) - (pad "1" smd rect locked (at -1.05 0 180) (size 0.6 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -1.5 -0.85) (end -1.5 0.85) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e3a6c158-96bb-4d54-a05d-14dcfe097eab)) + (fp_line (start -1.5 -0.85) (end 1.05 -0.85) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4e6f80e-74e5-40d5-97fd-421b41ea6d95)) + (fp_line (start -1.5 0.85) (end 1.05 0.85) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9cfc8ab7-6d04-4b5a-9536-67520fa8221a)) + (fp_line (start -1.6 -0.95) (end -1.6 0.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c3cc99a-e27d-4da5-85f0-c5ba47c4f1ac)) + (fp_line (start -1.6 -0.95) (end 1.6 -0.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72cd1e6b-53a0-4517-a2da-9125184756cd)) + (fp_line (start -1.6 0.95) (end 1.6 0.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07766586-c570-403b-910b-d38c6d007837)) + (fp_line (start 1.6 -0.95) (end 1.6 0.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f5f90cc-f370-40a6-b74b-2860ef88a724)) + (fp_line (start -0.9 -0.7) (end 0.9 -0.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00eb08a0-375e-4f8a-961b-4e3fc6b2a68c)) + (fp_line (start -0.9 0.7) (end -0.9 -0.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c65fbdcf-8315-4537-be0c-d9048c4eed63)) + (fp_line (start -0.3 -0.35) (end -0.3 0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36d278fe-d586-45a0-9800-01f9d525b0ba)) + (fp_line (start -0.3 0) (end -0.5 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c87d0071-e4f5-4449-ae7c-eef084638bf2)) + (fp_line (start -0.3 0) (end 0.2 -0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 614a0628-56f0-4b50-8f1d-d2edf84ec0ce)) + (fp_line (start 0.2 -0.35) (end 0.2 0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1942a2a-28de-49a7-9794-ef243ef70740)) + (fp_line (start 0.2 0) (end 0.45 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f4f9209-8f05-4548-af3d-ad79d7828a14)) + (fp_line (start 0.2 0.35) (end -0.3 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 304039d6-191e-45b2-9247-d61706ec8565)) + (fp_line (start 0.9 -0.7) (end 0.9 0.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc3b90f9-02a9-4047-9be9-25c18af4aba8)) + (fp_line (start 0.9 0.7) (end -0.9 0.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b47c8a15-222f-4c3a-a03c-61c5d33f7ee8)) + (pad "1" smd rect (at -1.05 0 180) (size 0.6 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 538 "Net-(D2-Pad1)") (pinfunction "K") (pintype "passive") (tstamp fb120077-8e83-4fba-be7d-878319b826ee)) - (pad "2" smd rect locked (at 1.05 0 180) (size 0.6 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 1.05 0 180) (size 0.6 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "A") (pintype "passive") (tstamp cb320132-9224-4a8d-8b8b-266f415c7eaf)) (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-323.wrl" (offset (xyz 0 0 0)) @@ -1378,7 +1575,7 @@ ) (footprint "footprints:TE_1775059-1" (layer "F.Cu") - (tedit 5D2F8E99) (tstamp 00000000-0000-0000-0000-00005d0637eb) + (tstamp 00000000-0000-0000-0000-00005d0637eb) (at 307 100) (property "Checked" "y") (property "Distributor" "Mouser") @@ -1389,59 +1586,76 @@ (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005d0e6993") (attr smd) (fp_text reference "J3" (at -21.1 27.8) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0addcf3b-408c-4aa4-84f3-16196c2f9ec1) ) (fp_text value "SD_Card" (at -5.5 17) (layer "F.SilkS") hide - (effects (font (size 1.00063 1.00063) (thickness 0.05))) + (effects (font (size 1.00063 1.00063) (thickness 0.05))) (tstamp b6636e9a-344d-417e-befb-eb16ba319b88) ) - (fp_line (start -21.7 -2.1) (end 5.5 -2.1) (layer "F.SilkS") (width 0.127) (tstamp 10f637e4-7754-413f-bcfd-7ee6f37c9490)) - (fp_line (start -21.7 0.5) (end -21.7 1.5) (layer "F.SilkS") (width 0.127) (tstamp 2321432e-dad0-453c-b43a-74aa16670517)) - (fp_line (start 8.9 -2.1) (end 8.9 27.15) (layer "F.SilkS") (width 0.127) (tstamp 2f9e27e4-6f8d-4202-842c-a4dfeaf2fdac)) - (fp_line (start -21.7 -1.5) (end -21.7 -2.1) (layer "F.SilkS") (width 0.127) (tstamp 2fdf9abf-ab05-4db0-b11d-7b8153e9315b)) - (fp_line (start 8.7 -2.1) (end 8.9 -2.1) (layer "F.SilkS") (width 0.127) (tstamp 75f1babb-6f6c-46ab-a997-4cfa9b91874a)) - (fp_line (start 8.9 27.15) (end -21.7 27.15) (layer "F.SilkS") (width 0.127) (tstamp c9f2abbe-2f31-4159-8301-33d6a6724620)) - (fp_line (start -21.7 27.15) (end -21.7 22.2) (layer "F.SilkS") (width 0.127) (tstamp d437568c-a58a-481d-aa9a-0af44d88516f)) - (fp_circle (center -22.55 18.9) (end -22.45 18.9) (layer "F.SilkS") (width 0.2) (fill none) (tstamp 4a2f6506-3546-4210-9a3a-a274ade488a6)) - (fp_line (start 9.15 27.4) (end -22.25 27.4) (layer "Eco1.User") (width 0.05) (tstamp 1b0d3c6c-bc4d-48c5-85d4-89798cd5e99b)) - (fp_line (start -22.25 -2.67) (end 9.15 -2.67) (layer "Eco1.User") (width 0.05) (tstamp 3e0c5ef1-b7a2-43b4-a701-c4640d9e89ef)) - (fp_line (start -22.25 27.4) (end -22.25 -2.67) (layer "Eco1.User") (width 0.05) (tstamp 8b1f005c-6d5b-4551-8945-7993a8aa6279)) - (fp_line (start 9.15 -2.67) (end 9.15 27.4) (layer "Eco1.User") (width 0.05) (tstamp d4cf6740-948f-4763-9d63-0a5b49355ae8)) - (fp_line (start 8.9 27.15) (end -21.7 27.15) (layer "Eco2.User") (width 0.127) (tstamp 5c3fa84a-c18e-4005-9c53-386f26af2a86)) - (fp_line (start -21.7 27.15) (end -21.7 -2.1) (layer "Eco2.User") (width 0.127) (tstamp c40003e0-c458-40f3-ace2-a9ae984a9569)) - (fp_line (start -21.7 -2.1) (end 8.9 -2.1) (layer "Eco2.User") (width 0.127) (tstamp c5d53353-2530-4ae2-9da2-f702d49e9b89)) - (fp_line (start 8.9 -2.1) (end 8.9 27.15) (layer "Eco2.User") (width 0.127) (tstamp cda24d8c-9d0e-4e84-a888-5ec9e1670b4d)) - (fp_circle (center -21.26 18.9) (end -21.16 18.9) (layer "Eco2.User") (width 0.2) (fill none) (tstamp 66134a09-aac1-46f4-be81-14f4a58f7b2c)) - (pad "" np_thru_hole circle locked (at 0 0) (size 1.2 1.2) (drill 1.2) (layers *.Cu *.Mask) (tstamp 90f146db-d503-4b1c-9138-b90c79657b14)) - (pad "" np_thru_hole circle locked (at 5 26.2) (size 1 1) (drill 1) (layers *.Cu *.Mask) (tstamp dcd97985-cd6c-4f4b-997e-5b0c6efac94c)) - (pad "1" smd rect locked (at -21.4 18.925) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -21.7 -2.1) (end 5.5 -2.1) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 10f637e4-7754-413f-bcfd-7ee6f37c9490)) + (fp_line (start -21.7 -1.5) (end -21.7 -2.1) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 2fdf9abf-ab05-4db0-b11d-7b8153e9315b)) + (fp_line (start -21.7 0.5) (end -21.7 1.5) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 2321432e-dad0-453c-b43a-74aa16670517)) + (fp_line (start -21.7 27.15) (end -21.7 22.2) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp d437568c-a58a-481d-aa9a-0af44d88516f)) + (fp_line (start 8.7 -2.1) (end 8.9 -2.1) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 75f1babb-6f6c-46ab-a997-4cfa9b91874a)) + (fp_line (start 8.9 -2.1) (end 8.9 27.15) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 2f9e27e4-6f8d-4202-842c-a4dfeaf2fdac)) + (fp_line (start 8.9 27.15) (end -21.7 27.15) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp c9f2abbe-2f31-4159-8301-33d6a6724620)) + (fp_circle (center -22.55 18.9) (end -22.45 18.9) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp 4a2f6506-3546-4210-9a3a-a274ade488a6)) + (fp_line (start -22.25 -2.67) (end 9.15 -2.67) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp 3e0c5ef1-b7a2-43b4-a701-c4640d9e89ef)) + (fp_line (start -22.25 27.4) (end -22.25 -2.67) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp 8b1f005c-6d5b-4551-8945-7993a8aa6279)) + (fp_line (start 9.15 -2.67) (end 9.15 27.4) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp d4cf6740-948f-4763-9d63-0a5b49355ae8)) + (fp_line (start 9.15 27.4) (end -22.25 27.4) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp 1b0d3c6c-bc4d-48c5-85d4-89798cd5e99b)) + (fp_line (start -21.7 -2.1) (end 8.9 -2.1) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp c5d53353-2530-4ae2-9da2-f702d49e9b89)) + (fp_line (start -21.7 27.15) (end -21.7 -2.1) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp c40003e0-c458-40f3-ace2-a9ae984a9569)) + (fp_line (start 8.9 -2.1) (end 8.9 27.15) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp cda24d8c-9d0e-4e84-a888-5ec9e1670b4d)) + (fp_line (start 8.9 27.15) (end -21.7 27.15) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 5c3fa84a-c18e-4005-9c53-386f26af2a86)) + (fp_circle (center -21.26 18.9) (end -21.16 18.9) + (stroke (width 0.2) (type solid)) (fill none) (layer "Eco2.User") (tstamp 66134a09-aac1-46f4-be81-14f4a58f7b2c)) + (pad "" np_thru_hole circle (at 0 0) (size 1.2 1.2) (drill 1.2) (layers "*.Cu" "*.Mask") (tstamp 90f146db-d503-4b1c-9138-b90c79657b14)) + (pad "" np_thru_hole circle (at 5 26.2) (size 1 1) (drill 1) (layers "*.Cu" "*.Mask") (tstamp dcd97985-cd6c-4f4b-997e-5b0c6efac94c)) + (pad "1" smd rect (at -21.4 18.925) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 441 "Net-(J3-Pad1)") (pinfunction "CD/DAT3") (pintype "input") (tstamp 8c2378e6-ffa7-4797-8438-0dec19dd9af1)) - (pad "2" smd rect locked (at -21.4 16.425) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -21.4 16.425) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 440 "Net-(J3-Pad2)") (pinfunction "CMD") (pintype "input") (tstamp 085a429b-71bc-41c7-bced-c012e596c340)) - (pad "3" smd rect locked (at -21.4 13.925) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -21.4 13.925) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "VSS") (pintype "power_in") (tstamp e4c60253-869a-4166-9cd0-846de19daf14)) - (pad "4" smd rect locked (at -21.4 11.425) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -21.4 11.425) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 432 "Net-(C137-Pad1)") (pinfunction "VDD") (pintype "power_in") (tstamp f3508640-0f85-48d5-b8f5-86d8f9d83b10)) - (pad "5" smd rect locked (at -21.4 8.925) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at -21.4 8.925) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 439 "Net-(J3-Pad5)") (pinfunction "CLK") (pintype "input") (tstamp efd2ee83-4b86-4144-a948-0dc2b8b16202)) - (pad "6" smd rect locked (at -21.4 6.425) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at -21.4 6.425) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "VSS") (pintype "power_in") (tstamp 4e389bb6-56c2-44ce-8e19-d96ab14b4c1f)) - (pad "7" smd rect locked (at -21.4 4) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at -21.4 4) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 438 "Net-(J3-Pad7)") (pinfunction "DAT0") (pintype "input") (tstamp 6d653ef2-130f-4f93-b8db-4c95af6a3f94)) - (pad "8" smd rect locked (at -21.4 2.3) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at -21.4 2.3) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 437 "Net-(J3-Pad8)") (pinfunction "DAT1") (pintype "input") (tstamp a3b9cfb2-6310-4f8b-831c-9c09cb7691f5)) - (pad "9" smd rect locked (at -21.4 21.425) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "9" smd rect (at -21.4 21.425) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 442 "Net-(J3-Pad9)") (pinfunction "DAT2") (pintype "input") (tstamp 0c02a478-91c9-4456-a329-941bb5c919fc)) - (pad "10" smd rect locked (at -21.3 -0.07) (size 1.4 0.73) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "10" smd rect (at -21.3 -0.07) (size 1.4 0.73) (layers "F.Cu" "F.Paste" "F.Mask") (net 14 "SD2_CD") (pinfunction "CARD_DETECT") (pintype "input") (tstamp 12117495-5fb3-4113-bb82-0e6e7263bacc)) - (pad "11" smd rect locked (at -2.3 -1.25) (size 1.8 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "11" smd rect (at -2.3 -1.25) (size 1.8 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 111 "unconnected-(J3-Pad11)") (pinfunction "WRITE_PROTECT") (pintype "input+no_connect") (tstamp cc188d15-2acc-4b01-bef2-297b79bb71f2)) - (pad "12" smd rect locked (at -21.3 -1.03) (size 1.4 0.73) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "12" smd rect (at -21.3 -1.03) (size 1.4 0.73) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "SHELL1") (pintype "input") (tstamp 0f354db9-f51f-48a2-b16e-16eb8a982e27)) - (pad "12" smd rect locked (at 7.1 -1.52) (size 2.8 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "12" smd rect (at 7.1 -1.52) (size 2.8 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "SHELL1") (pintype "input") (tstamp fbffcb00-04ae-4b92-86f7-b2d5e192f99b)) - (pad "13" smd rect locked (at 7.1 25.92) (size 2.8 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "13" smd rect (at 7.1 25.92) (size 2.8 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "SHELL2") (pintype "input") (tstamp b0bab02f-1f51-481d-abde-2f53d0d96e55)) (model "${KIPRJMOD}/3d-models/c-1775059-1-d-3d.stp" (offset (xyz 9 -12.5 1.4)) @@ -1451,7 +1665,7 @@ ) (footprint "Inductor_SMD:L_Bourns_SRR1210A" (layer "F.Cu") - (tedit 5B853E9E) (tstamp 00000000-0000-0000-0000-00005d06385d) + (tstamp 00000000-0000-0000-0000-00005d06385d) (at 263.6 47 180) (descr "Bourns SRR1210A series SMD inductor https://www.bourns.com/docs/Product-Datasheets/SRR1210A.pdf") (tags "Bourns SRR1210A SMD inductor") @@ -1464,57 +1678,94 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cba") (attr smd) (fp_text reference "L3" (at 5.4 -7) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4d354c9e-9f71-45e4-aa18-a9e035e952ba) ) (fp_text value "68uH" (at 0 7.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 65db6bea-d9f1-476e-b68e-59e681cc1889) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 899b49ba-5053-49d3-bf2a-396d3a05cde2) ) - (fp_line (start -6.15 3) (end -6.15 5.75) (layer "F.SilkS") (width 0.12) (tstamp 425ce58e-165e-4983-9b80-fd2c2d01a229)) - (fp_line (start -5.75 -6.15) (end 5.75 -6.15) (layer "F.SilkS") (width 0.12) (tstamp 6908bcf0-d339-4266-a805-fecb9e332342)) - (fp_line (start 5.75 6.15) (end -5.75 6.15) (layer "F.SilkS") (width 0.12) (tstamp 6ed2e32a-1ef6-4464-a232-295de4800874)) - (fp_line (start -6.15 -5.75) (end -6.15 -3) (layer "F.SilkS") (width 0.12) (tstamp 6f7a14a5-65b0-4d0c-963c-607b532ad9c6)) - (fp_line (start 6.15 -5.75) (end 6.15 -3) (layer "F.SilkS") (width 0.12) (tstamp 8ea702a7-402b-47e9-8da5-30aa353d3e2f)) - (fp_line (start 6.15 3) (end 6.15 5.75) (layer "F.SilkS") (width 0.12) (tstamp be312945-31a7-4608-9b2f-ffb369472d9e)) - (fp_arc (start -5.75 6.15) (mid -6.032843 6.032843) (end -6.15 5.75) (layer "F.SilkS") (width 0.12) (tstamp 21783fb2-554b-4a9d-9870-1e8633dfb9ef)) - (fp_arc (start 6.15 5.75) (mid 6.032843 6.032843) (end 5.75 6.15) (layer "F.SilkS") (width 0.12) (tstamp 2fbb6167-66c5-42b6-9b5a-fc11c022d4a9)) - (fp_arc (start 5.75 -6.15) (mid 6.032843 -6.032843) (end 6.15 -5.75) (layer "F.SilkS") (width 0.12) (tstamp 33e52d6e-efd4-47f2-aeaf-7b97b2c9062c)) - (fp_arc (start -6.15 -5.75) (mid -6.032843 -6.032843) (end -5.75 -6.15) (layer "F.SilkS") (width 0.12) (tstamp 6de18e0e-c686-4d0f-a6c6-f406116ac81c)) - (fp_line (start 6.25 2.9) (end 6.25 5.75) (layer "F.CrtYd") (width 0.05) (tstamp 002624b1-6563-465f-bfd8-657b9fabc98d)) - (fp_line (start -6.25 2.9) (end -6.7 2.9) (layer "F.CrtYd") (width 0.05) (tstamp 0f2641f6-8af0-4bca-a403-8884bfda4890)) - (fp_line (start 6.7 -2.9) (end 6.7 2.9) (layer "F.CrtYd") (width 0.05) (tstamp 29a06a39-e4b5-4ea7-b2d3-79527a63abd0)) - (fp_line (start 6.7 -2.9) (end 6.25 -2.9) (layer "F.CrtYd") (width 0.05) (tstamp 2bcd9cce-8892-4604-87b0-0da9137e006f)) - (fp_line (start -6.7 -2.9) (end -6.7 2.9) (layer "F.CrtYd") (width 0.05) (tstamp 790ddac8-0ed4-4eea-9f9b-e21e3483b251)) - (fp_line (start 5.75 6.25) (end -5.75 6.25) (layer "F.CrtYd") (width 0.05) (tstamp 8d30b23b-6214-4d22-ac15-5b4f5c88ec2a)) - (fp_line (start -6.25 5.75) (end -6.25 2.9) (layer "F.CrtYd") (width 0.05) (tstamp 9347fc78-c199-43d6-a6dd-0fe2113015b2)) - (fp_line (start -5.75 -6.25) (end 5.75 -6.25) (layer "F.CrtYd") (width 0.05) (tstamp 96d5960b-7367-44cc-9eaf-1b59f0f09484)) - (fp_line (start -6.25 -5.75) (end -6.25 -2.9) (layer "F.CrtYd") (width 0.05) (tstamp a3b8406a-3e6b-40b1-aa9c-8a628b10f5bd)) - (fp_line (start 6.7 2.9) (end 6.25 2.9) (layer "F.CrtYd") (width 0.05) (tstamp eae1c539-17e9-4956-9011-0c7e6f8295fb)) - (fp_line (start 6.25 -5.75) (end 6.25 -2.9) (layer "F.CrtYd") (width 0.05) (tstamp fb8d3d9e-003e-4a22-87ae-38928fa176bc)) - (fp_line (start -6.7 -2.9) (end -6.25 -2.9) (layer "F.CrtYd") (width 0.05) (tstamp ff238a8e-784d-4a72-b21b-15aab19b30a5)) - (fp_arc (start -5.75 6.25) (mid -6.103553 6.103553) (end -6.25 5.75) (layer "F.CrtYd") (width 0.05) (tstamp 0d3d4527-6f98-4109-86a6-ae800a967cac)) - (fp_arc (start -6.25 -5.75) (mid -6.103553 -6.103553) (end -5.75 -6.25) (layer "F.CrtYd") (width 0.05) (tstamp 2caea5ff-610d-4a03-981b-ee60f28b1a0c)) - (fp_arc (start 6.25 5.75) (mid 6.103553 6.103553) (end 5.75 6.25) (layer "F.CrtYd") (width 0.05) (tstamp 352e1708-01d4-408f-8a2d-415ee6afb632)) - (fp_arc (start 5.75 -6.25) (mid 6.103553 -6.103553) (end 6.25 -5.75) (layer "F.CrtYd") (width 0.05) (tstamp f0afacff-1bcb-4431-9aac-6c565797cb98)) - (fp_line (start 4 -2) (end 4 2) (layer "F.Fab") (width 0.1) (tstamp 08201e32-bc06-46b7-8003-d0cf8aa6f6bf)) - (fp_line (start 5.75 6) (end -5.75 6) (layer "F.Fab") (width 0.1) (tstamp 5c357939-b3ad-4f7d-b1e0-b18b32f1505f)) - (fp_line (start -6 -5.75) (end -6 5.75) (layer "F.Fab") (width 0.1) (tstamp 6ac4d182-141d-4478-9010-89edf2702521)) - (fp_line (start 6 -5.75) (end 6 5.75) (layer "F.Fab") (width 0.1) (tstamp a4a706f0-fa10-44a8-a2a7-d5062c067e85)) - (fp_line (start -4 2) (end -4 -2) (layer "F.Fab") (width 0.1) (tstamp d1a93de5-7102-48b1-9351-2943940fbeb1)) - (fp_line (start -5.75 -6) (end 5.75 -6) (layer "F.Fab") (width 0.1) (tstamp ee9da291-f8aa-402b-a531-30cad15dadb5)) - (fp_arc (start -5.75 6) (mid -5.926777 5.926777) (end -6 5.75) (layer "F.Fab") (width 0.1) (tstamp 485d41d3-a5d7-447b-a1ca-c4beb0d8ab02)) - (fp_arc (start 6 5.75) (mid 5.926777 5.926777) (end 5.75 6) (layer "F.Fab") (width 0.1) (tstamp 64817815-ee2e-4c4d-8d36-6458ee3a41fa)) - (fp_arc (start -6 -5.75) (mid -5.926777 -5.926777) (end -5.75 -6) (layer "F.Fab") (width 0.1) (tstamp 741f6ce5-b3b2-4936-bf6b-5c1ae7bfa98c)) - (fp_arc (start 5.75 -6) (mid 5.926777 -5.926777) (end 6 -5.75) (layer "F.Fab") (width 0.1) (tstamp ea84fde0-bc8c-4311-9dbf-e28b2b2125c9)) - (fp_circle (center 0 0) (end 0 -5.6) (layer "F.Fab") (width 0.1) (fill none) (tstamp 129fa396-6467-4a4e-a8ba-2bf1404d76ab)) - (pad "1" smd rect locked (at -5.05 0 180) (size 2.8 5.3) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -6.15 -5.75) (end -6.15 -3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f7a14a5-65b0-4d0c-963c-607b532ad9c6)) + (fp_line (start -6.15 3) (end -6.15 5.75) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 425ce58e-165e-4983-9b80-fd2c2d01a229)) + (fp_line (start -5.75 -6.15) (end 5.75 -6.15) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6908bcf0-d339-4266-a805-fecb9e332342)) + (fp_line (start 5.75 6.15) (end -5.75 6.15) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ed2e32a-1ef6-4464-a232-295de4800874)) + (fp_line (start 6.15 -5.75) (end 6.15 -3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ea702a7-402b-47e9-8da5-30aa353d3e2f)) + (fp_line (start 6.15 3) (end 6.15 5.75) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be312945-31a7-4608-9b2f-ffb369472d9e)) + (fp_arc (start -6.15 -5.75) (mid -6.032843 -6.032843) (end -5.75 -6.15) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6de18e0e-c686-4d0f-a6c6-f406116ac81c)) + (fp_arc (start -5.75 6.15) (mid -6.032843 6.032843) (end -6.15 5.75) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21783fb2-554b-4a9d-9870-1e8633dfb9ef)) + (fp_arc (start 5.75 -6.15) (mid 6.032843 -6.032843) (end 6.15 -5.75) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33e52d6e-efd4-47f2-aeaf-7b97b2c9062c)) + (fp_arc (start 6.15 5.75) (mid 6.032843 6.032843) (end 5.75 6.15) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2fbb6167-66c5-42b6-9b5a-fc11c022d4a9)) + (fp_line (start -6.7 -2.9) (end -6.7 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 790ddac8-0ed4-4eea-9f9b-e21e3483b251)) + (fp_line (start -6.7 -2.9) (end -6.25 -2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff238a8e-784d-4a72-b21b-15aab19b30a5)) + (fp_line (start -6.25 -5.75) (end -6.25 -2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a3b8406a-3e6b-40b1-aa9c-8a628b10f5bd)) + (fp_line (start -6.25 2.9) (end -6.7 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f2641f6-8af0-4bca-a403-8884bfda4890)) + (fp_line (start -6.25 5.75) (end -6.25 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9347fc78-c199-43d6-a6dd-0fe2113015b2)) + (fp_line (start -5.75 -6.25) (end 5.75 -6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96d5960b-7367-44cc-9eaf-1b59f0f09484)) + (fp_line (start 5.75 6.25) (end -5.75 6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d30b23b-6214-4d22-ac15-5b4f5c88ec2a)) + (fp_line (start 6.25 -5.75) (end 6.25 -2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb8d3d9e-003e-4a22-87ae-38928fa176bc)) + (fp_line (start 6.25 2.9) (end 6.25 5.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 002624b1-6563-465f-bfd8-657b9fabc98d)) + (fp_line (start 6.7 -2.9) (end 6.25 -2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2bcd9cce-8892-4604-87b0-0da9137e006f)) + (fp_line (start 6.7 -2.9) (end 6.7 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29a06a39-e4b5-4ea7-b2d3-79527a63abd0)) + (fp_line (start 6.7 2.9) (end 6.25 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eae1c539-17e9-4956-9011-0c7e6f8295fb)) + (fp_arc (start -6.25 -5.75) (mid -6.103553 -6.103553) (end -5.75 -6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2caea5ff-610d-4a03-981b-ee60f28b1a0c)) + (fp_arc (start -5.75 6.25) (mid -6.103553 6.103553) (end -6.25 5.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d3d4527-6f98-4109-86a6-ae800a967cac)) + (fp_arc (start 5.75 -6.25) (mid 6.103553 -6.103553) (end 6.25 -5.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0afacff-1bcb-4431-9aac-6c565797cb98)) + (fp_arc (start 6.25 5.75) (mid 6.103553 6.103553) (end 5.75 6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 352e1708-01d4-408f-8a2d-415ee6afb632)) + (fp_line (start -6 -5.75) (end -6 5.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ac4d182-141d-4478-9010-89edf2702521)) + (fp_line (start -5.75 -6) (end 5.75 -6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee9da291-f8aa-402b-a531-30cad15dadb5)) + (fp_line (start -4 2) (end -4 -2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1a93de5-7102-48b1-9351-2943940fbeb1)) + (fp_line (start 4 -2) (end 4 2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08201e32-bc06-46b7-8003-d0cf8aa6f6bf)) + (fp_line (start 5.75 6) (end -5.75 6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c357939-b3ad-4f7d-b1e0-b18b32f1505f)) + (fp_line (start 6 -5.75) (end 6 5.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4a706f0-fa10-44a8-a2a7-d5062c067e85)) + (fp_arc (start -6 -5.75) (mid -5.926777 -5.926777) (end -5.75 -6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 741f6ce5-b3b2-4936-bf6b-5c1ae7bfa98c)) + (fp_arc (start -5.75 6) (mid -5.926777 5.926777) (end -6 5.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 485d41d3-a5d7-447b-a1ca-c4beb0d8ab02)) + (fp_arc (start 5.75 -6) (mid 5.926777 -5.926777) (end 6 -5.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea84fde0-bc8c-4311-9dbf-e28b2b2125c9)) + (fp_arc (start 6 5.75) (mid 5.926777 5.926777) (end 5.75 6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64817815-ee2e-4c4d-8d36-6458ee3a41fa)) + (fp_circle (center 0 0) (end 0 -5.6) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 129fa396-6467-4a4e-a8ba-2bf1404d76ab)) + (pad "1" smd rect (at -5.05 0 180) (size 2.8 5.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 436 "Net-(C148-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 5fd32d99-5ae4-413f-b7ff-e74d5929620e)) - (pad "2" smd rect locked (at 5.05 0 180) (size 2.8 5.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 5.05 0 180) (size 2.8 5.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 559 "+5V") (pinfunction "2") (pintype "passive") (tstamp 166d083a-7ed3-4046-a948-0f94e975df0c)) (model "${KIPRJMOD}/3d-models/srr1210.stp" (offset (xyz 0 0 0)) @@ -1524,7 +1775,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d063a11) + (tstamp 00000000-0000-0000-0000-00005d063a11) (at 232.9 104.3 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -1537,30 +1788,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d4f04f9") (attr smd) (fp_text reference "R5" (at 0 1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3a80f675-5b1f-4b54-9ab5-a67ce5a37b4d) ) (fp_text value "1M" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4c064696-5a40-4c7b-9408-309e97c4c68d) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 482871e6-9160-4e2e-af08-cfaa4c75803c) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 5ba069e9-3c78-46c9-9a16-da32238d177a)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp c46f25a3-0b43-4d21-91af-f584831518cb)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0e52a8ce-4d00-4b29-ad12-800e99590c2c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9c7e075b-8d84-445b-95c4-b15a53f48f62)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a0b67f23-61ab-4cd3-839f-ed70713c49b9)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c12c1358-74e4-4a7c-92f1-caef5bbc94ea)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5a3eb938-10bd-49e5-9bbd-78f80f6ed11b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6d50b9ae-7d5f-4d1b-9c65-9a66096caba6)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bb451cf5-dbd9-4512-9db0-9dc30a152c60)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c9156cc5-8acc-4598-9b68-2217b9356005)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c46f25a3-0b43-4d21-91af-f584831518cb)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ba069e9-3c78-46c9-9a16-da32238d177a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c12c1358-74e4-4a7c-92f1-caef5bbc94ea)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e52a8ce-4d00-4b29-ad12-800e99590c2c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c7e075b-8d84-445b-95c4-b15a53f48f62)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0b67f23-61ab-4cd3-839f-ed70713c49b9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a3eb938-10bd-49e5-9bbd-78f80f6ed11b)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb451cf5-dbd9-4512-9db0-9dc30a152c60)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9156cc5-8acc-4598-9b68-2217b9356005)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d50b9ae-7d5f-4d1b-9c65-9a66096caba6)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 19 "/Reform 2 Power/VREG") (pintype "passive") (tstamp ce3299d0-d555-4389-a6c0-d8f6ec8e1583)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 60 "Net-(R5-Pad2)") (pintype "passive") (tstamp 1558a28c-d346-427e-8c4f-1d1ef21b8f6b)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -1570,7 +1831,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d063a22) + (tstamp 00000000-0000-0000-0000-00005d063a22) (at 235.1 106 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -1583,30 +1844,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d5c2dff") (attr smd) (fp_text reference "R6" (at 0.9 1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8d84543c-f2e8-4d94-ac35-17f53e1995ec) ) (fp_text value "1M" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6cd81dc8-de22-42c5-9506-c05407ccc79a) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7dd0d4b6-df46-41bb-b1a6-878a0fe82f01) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 5e2d51f5-fd88-4ebf-a29d-be955136df77)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp dc0df423-4efb-441e-be5c-7dda452884a6)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 05fd900b-c1c1-4e7c-b884-eb3939f2bc7c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1a6fa2a5-5d1c-4e6d-a721-9cdcff2b045e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 24e02425-37e1-4d44-b391-a52d34fb2e07)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5492a47a-2b97-4bea-ac98-1d03475a678c)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3f3818e4-35ef-4fed-9ea7-42c6e13db8c0)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4105efbe-aecd-4e64-b309-ffe8dc8b05fe)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 749d3f26-f866-476f-b7c8-7d98cb3de64d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ff9ed825-ccb4-4b20-b0b6-ce5745f7eaaf)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc0df423-4efb-441e-be5c-7dda452884a6)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e2d51f5-fd88-4ebf-a29d-be955136df77)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 05fd900b-c1c1-4e7c-b884-eb3939f2bc7c)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5492a47a-2b97-4bea-ac98-1d03475a678c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a6fa2a5-5d1c-4e6d-a721-9cdcff2b045e)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24e02425-37e1-4d44-b391-a52d34fb2e07)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff9ed825-ccb4-4b20-b0b6-ce5745f7eaaf)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f3818e4-35ef-4fed-9ea7-42c6e13db8c0)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4105efbe-aecd-4e64-b309-ffe8dc8b05fe)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 749d3f26-f866-476f-b7c8-7d98cb3de64d)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 19 "/Reform 2 Power/VREG") (pintype "passive") (tstamp 4fe24294-27e2-44f6-977a-4daea1911144)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 61 "Net-(R6-Pad2)") (pintype "passive") (tstamp 6dd0f8ae-d75e-4cb7-8454-85ce2feb5a8d)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -1616,7 +1887,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d063a33) + (tstamp 00000000-0000-0000-0000-00005d063a33) (at 62.3 65.5) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -1627,30 +1898,40 @@ (path "/00000000-0000-0000-0000-00005d0d8363/66874b86-964a-4086-8c9f-23b60e1576b6") (attr smd) (fp_text reference "R7" (at -2.2 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1450cf09-b162-426f-baa4-e16a78b76d0b) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp bb4e4d50-3c1e-4e44-bd5c-79e3e1dd9f0a) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 63152f16-a032-40ac-90f2-37d29dd330af) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 6d5e1256-371d-4ff3-aaef-5065dd23ab59)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp bbbd2451-e147-428d-a728-f41d757bbe70)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 24beb3d6-7688-4fad-ada2-548a5c20d73b)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 372369ba-0c11-4985-87b6-f43ada8d70c1)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e0a8c043-d015-4c41-8101-3d91ace29dbf)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp eddae2ae-18dc-4fe3-b47b-ac5949baba08)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 080ecd9e-c574-4745-ac8b-3749e784d6f3)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 18077f82-7946-4d0a-b41e-d6a4fab4bd24)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 33c45b43-9f0f-4309-b8d6-1a4d63a14273)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 82a55a0a-b5da-48c6-817b-7469f63dc3d1)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d5e1256-371d-4ff3-aaef-5065dd23ab59)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bbbd2451-e147-428d-a728-f41d757bbe70)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24beb3d6-7688-4fad-ada2-548a5c20d73b)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e0a8c043-d015-4c41-8101-3d91ace29dbf)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eddae2ae-18dc-4fe3-b47b-ac5949baba08)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 372369ba-0c11-4985-87b6-f43ada8d70c1)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82a55a0a-b5da-48c6-817b-7469f63dc3d1)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33c45b43-9f0f-4309-b8d6-1a4d63a14273)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 080ecd9e-c574-4745-ac8b-3749e784d6f3)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18077f82-7946-4d0a-b41e-d6a4fab4bd24)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 644 "Net-(C28-Pad2)") (pintype "passive") (tstamp 5aa16d5f-3d0d-4d02-8e0f-3a80fcde9f8d)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 143 "USB_PWR") (pintype "passive") (tstamp b0d91b47-399d-4f8a-bc07-df2031bdca68)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -1660,7 +1941,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d063c97) + (tstamp 00000000-0000-0000-0000-00005d063c97) (at 57.25 48.25 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -1673,30 +1954,40 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d14cd66") (attr smd) (fp_text reference "R43" (at 2.45 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1ad0835e-eb81-4db3-ab55-9ede08ddd964) ) (fp_text value "4.7k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7afcad6c-84b9-4bd4-8e2a-011e9f743dd9) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0239d6c6-ffe1-4364-8ffb-7840ebd143e8) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 36fc6321-f76d-4fe4-b313-325da8ace631)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b1049dc5-7f24-4774-a26a-8d60fc257b7e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1c7251a7-e2e0-498b-bac7-568bc022f1de)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5215fb71-fa85-4f6e-88b2-2dac9fa4d769)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 575a2598-709a-4682-ab84-6f1285947fd7)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7a69d542-ce6c-463e-b8ad-14e5fd792c2c)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 15fe0501-0a85-4852-8ec7-9ed9504ecd50)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 537563c5-5d5c-4191-a9ff-172e7ce28664)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 54e04e37-751f-404f-ad2c-7f931e3e92f5)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9482944c-cb5c-4652-be68-b69837199f12)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36fc6321-f76d-4fe4-b313-325da8ace631)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1049dc5-7f24-4774-a26a-8d60fc257b7e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a69d542-ce6c-463e-b8ad-14e5fd792c2c)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c7251a7-e2e0-498b-bac7-568bc022f1de)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5215fb71-fa85-4f6e-88b2-2dac9fa4d769)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 575a2598-709a-4682-ab84-6f1285947fd7)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9482944c-cb5c-4652-be68-b69837199f12)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 54e04e37-751f-404f-ad2c-7f931e3e92f5)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 537563c5-5d5c-4191-a9ff-172e7ce28664)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15fe0501-0a85-4852-8ec7-9ed9504ecd50)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 605 "Net-(D14-Pad1)") (pintype "passive") (tstamp bbb3e45c-9b5d-4844-895b-8e5a91b49de8)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 40 "Net-(J4-Pad15)") (pintype "passive") (tstamp bfff3b1a-f759-4e7c-887b-3bd9e7bd9c2b)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -1706,7 +1997,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d063ca8) + (tstamp 00000000-0000-0000-0000-00005d063ca8) (at 55.25 48.25 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -1719,30 +2010,40 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d14d233") (attr smd) (fp_text reference "R44" (at 2.45 -0.05 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 22619ae3-f52d-4fdb-a5be-5c38b4ccb145) ) (fp_text value "4.7k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9296473d-3dd3-49dc-88bc-55b7a6c311af) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7982dc52-74ab-4d48-9514-8b046deb41b5) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 84252eac-a7b8-47b3-a636-03bba46f7826)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b5d647ea-3934-4122-81ea-2d5a9f67f794)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3e747610-0bc6-4763-bacb-1450bf9458a7)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 50c62ccf-02ba-471c-bf69-1db182418cc8)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 90393cc0-be57-4c5d-b762-ef1537adc0c5)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a8aa64df-e0a0-4fd3-9b23-53c425c8be0f)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 181ee0a8-8c80-4f2b-a01a-b3105fec0afc)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 494e4f60-8cce-4fab-9a3e-3cf2b88adefd)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bd41214a-5762-468f-9901-40b9706a7e97)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f8dbb3ee-d8db-4b86-9e62-b54dee6abbbd)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84252eac-a7b8-47b3-a636-03bba46f7826)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b5d647ea-3934-4122-81ea-2d5a9f67f794)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90393cc0-be57-4c5d-b762-ef1537adc0c5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8aa64df-e0a0-4fd3-9b23-53c425c8be0f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e747610-0bc6-4763-bacb-1450bf9458a7)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50c62ccf-02ba-471c-bf69-1db182418cc8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8dbb3ee-d8db-4b86-9e62-b54dee6abbbd)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd41214a-5762-468f-9901-40b9706a7e97)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 494e4f60-8cce-4fab-9a3e-3cf2b88adefd)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 181ee0a8-8c80-4f2b-a01a-b3105fec0afc)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 605 "Net-(D14-Pad1)") (pintype "passive") (tstamp 722744e6-8dd1-44ce-89d8-65d5614fdb70)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 37 "Net-(J4-Pad16)") (pintype "passive") (tstamp c16e9513-72c6-4e5f-9863-d919d13822b7)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -1752,7 +2053,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d063cb9) + (tstamp 00000000-0000-0000-0000-00005d063cb9) (at 53.25 48.25 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -1765,30 +2066,40 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d13f480") (attr smd) (fp_text reference "R45" (at 2.45 0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 47f11f05-594c-489c-9205-214c4bc18579) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7fae4a73-14dc-4f26-8744-3956ce05b8ad) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e41a3c96-88c3-4abe-94c1-e6349c5cfaa0) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1c28cdf1-bc81-4302-ab6d-34103da9e7f3)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 5d0dacf3-059b-4b68-b1ca-a5e66f321e26)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 51eb5161-8365-46fd-bb65-09294f774934)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b955c770-b9a5-4779-b69c-23857a836a33)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b9a3eddf-f33d-41e2-822d-2082d4de3c21)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f5f24ed3-3e86-4f42-b26f-09daad4e2585)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6125dcb3-8f87-44e0-b408-498c09986da5)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8934736f-f5bd-4ac2-bb58-1720064bef9d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a0f298c3-73c6-4698-8446-a5621567c011)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp dc7093de-48fe-4e20-a1f7-98cc29be9b39)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c28cdf1-bc81-4302-ab6d-34103da9e7f3)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d0dacf3-059b-4b68-b1ca-a5e66f321e26)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51eb5161-8365-46fd-bb65-09294f774934)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5f24ed3-3e86-4f42-b26f-09daad4e2585)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b955c770-b9a5-4779-b69c-23857a836a33)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9a3eddf-f33d-41e2-822d-2082d4de3c21)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6125dcb3-8f87-44e0-b408-498c09986da5)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0f298c3-73c6-4698-8446-a5621567c011)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8934736f-f5bd-4ac2-bb58-1720064bef9d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc7093de-48fe-4e20-a1f7-98cc29be9b39)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 39 "Net-(J4-Pad19)") (pintype "passive") (tstamp 79eba7c8-7b46-4787-a77a-9847172e314d)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 917b6bb2-5414-4559-b5b8-517e8ace6833)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -1798,7 +2109,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d063cca) + (tstamp 00000000-0000-0000-0000-00005d063cca) (at 61.75 51.25) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -1811,30 +2122,40 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d16cd31") (attr smd) (fp_text reference "R46" (at -2.45 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4fa0d3b8-7bd8-43e9-91f3-4b1d27a18456) ) (fp_text value "100k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp cb92b041-6c37-4ddf-b4fc-106e38e27a2a) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c4b4e7b7-c5cc-4124-bc95-f85eb43294bc) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 80b7ef1d-2403-48d2-82e5-4f8628ee4a22)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp aae1c5d8-5157-4bca-a83e-0d2ae6d4d362)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3c2a7c7b-1d08-4737-af11-bf9e1236cad7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 40bd675e-1c55-48a8-81fc-a2b56e77a2b4)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 522677e0-1ee2-40e7-afe7-7925cc3dd98e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f2472c8a-0b96-4741-ad48-4538ca37f7e7)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0cb7cbee-c4ad-425a-b27c-d62d21b3e62c)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 566b16e8-d6ff-47bc-8ec5-3efd72462627)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp be964c7c-6860-4c4c-a42f-f3c9e6a44dd7)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c0fc1264-a1ad-437b-92ac-74595462d38d)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aae1c5d8-5157-4bca-a83e-0d2ae6d4d362)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80b7ef1d-2403-48d2-82e5-4f8628ee4a22)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 522677e0-1ee2-40e7-afe7-7925cc3dd98e)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c2a7c7b-1d08-4737-af11-bf9e1236cad7)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40bd675e-1c55-48a8-81fc-a2b56e77a2b4)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f2472c8a-0b96-4741-ad48-4538ca37f7e7)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be964c7c-6860-4c4c-a42f-f3c9e6a44dd7)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0fc1264-a1ad-437b-92ac-74595462d38d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 566b16e8-d6ff-47bc-8ec5-3efd72462627)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0cb7cbee-c4ad-425a-b27c-d62d21b3e62c)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 70 "HDMI_HPD") (pintype "passive") (tstamp df6b5620-ac9f-44a3-8a81-f6200f9c1933)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp f6b58f01-f178-456a-9b03-082ba923432c)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -1844,7 +2165,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d063cdb) + (tstamp 00000000-0000-0000-0000-00005d063cdb) (at 65.75 53.25) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -1857,30 +2178,40 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d1829b9") (attr smd) (fp_text reference "R47" (at 2.4 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 34924844-6c9f-43cf-bbd7-91e8d19613f9) ) (fp_text value "47k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 91dcb20e-b9c7-44a5-8e62-631cd08316a0) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3d9141ac-bb8e-40d9-88d1-f981a190359b) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 33b9f6b3-8365-4594-891c-ff80734a1930)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp bf68bdf0-6be2-4bc1-9083-4eee1232ab14)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2f17610c-2564-4261-9d8d-b052b3e4fee2)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 52c7b86e-4439-4e71-b9bc-9a36ee84aafb)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 704fdcac-2949-4baa-9da3-431890ef1e32)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8374206b-5494-44c0-8a0b-d24ece181435)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 302359f3-2606-4f66-8714-e3197e17543e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3213a740-26f3-4923-946b-37d2d7f2963d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 43edefa3-4fe3-4fc5-9b22-bb285648ca9f)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp cf8491dc-489e-4d4d-aee9-23f6a5423a9c)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33b9f6b3-8365-4594-891c-ff80734a1930)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf68bdf0-6be2-4bc1-9083-4eee1232ab14)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8374206b-5494-44c0-8a0b-d24ece181435)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 704fdcac-2949-4baa-9da3-431890ef1e32)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52c7b86e-4439-4e71-b9bc-9a36ee84aafb)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f17610c-2564-4261-9d8d-b052b3e4fee2)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43edefa3-4fe3-4fc5-9b22-bb285648ca9f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3213a740-26f3-4923-946b-37d2d7f2963d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf8491dc-489e-4d4d-aee9-23f6a5423a9c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 302359f3-2606-4f66-8714-e3197e17543e)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 71 "HDMI_SCL") (pintype "passive") (tstamp d291038f-0a57-475d-879b-64128a7bfd8f)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp 293f526b-e5f4-4e6d-bbe7-02a2667727fb)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -1890,7 +2221,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d063cec) + (tstamp 00000000-0000-0000-0000-00005d063cec) (at 65.75 51.5) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -1903,30 +2234,40 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d185434") (attr smd) (fp_text reference "R48" (at 2.4 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp af5679ca-fc34-44b6-9230-3d4ceedfe935) ) (fp_text value "47k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ceb8ef12-9b00-4bb9-8ed8-1a13e2ad2757) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f8f22c46-4242-4c9a-85ec-9bbf858f85fd) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 38ac97be-98af-49e6-b58b-f0ab2db8ca08)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp ad037c82-3e4d-4ef4-9d28-4835dd1ad1b8)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5b5d1077-a5c9-4c61-9400-aac15df13060)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 86df79bd-5302-444a-9d5b-e7fdda15892b)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9138f9a9-de94-4e75-acf9-b277f708a63d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c9b96708-009a-41de-955e-d9a91764515a)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2dbeefe3-ac25-4a07-823a-1f309b1f5605)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 402e4a7d-40b4-42bd-9c5f-7051e9f1d4e1)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 98162a1e-1ea0-4657-8615-2de70e7e3fd7)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b4c13965-71a1-4be4-9fe3-04ab9d40185d)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad037c82-3e4d-4ef4-9d28-4835dd1ad1b8)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38ac97be-98af-49e6-b58b-f0ab2db8ca08)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b5d1077-a5c9-4c61-9400-aac15df13060)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86df79bd-5302-444a-9d5b-e7fdda15892b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9138f9a9-de94-4e75-acf9-b277f708a63d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c9b96708-009a-41de-955e-d9a91764515a)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 402e4a7d-40b4-42bd-9c5f-7051e9f1d4e1)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2dbeefe3-ac25-4a07-823a-1f309b1f5605)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b4c13965-71a1-4be4-9fe3-04ab9d40185d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98162a1e-1ea0-4657-8615-2de70e7e3fd7)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 136 "HDMI_SDA") (pintype "passive") (tstamp bf6fafb5-cb58-4281-ab00-889cde919997)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp d65406fc-fef8-4d6b-9e2f-9c017b1b711d)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -1936,7 +2277,7 @@ ) (footprint "Package_SO:SSOP-44_5.3x12.8mm_P0.5mm" (layer "F.Cu") - (tedit 5A98D767) (tstamp 00000000-0000-0000-0000-00005d065769) + (tstamp 00000000-0000-0000-0000-00005d065769) (at 237.7 112.9 90) (descr "44-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (http://cds.linear.com/docs/en/datasheet/680313fa.pdf)") (tags "SSOP 0.5") @@ -1949,120 +2290,136 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005cef5f44") (attr smd) (fp_text reference "U4" (at 0 7.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 51414aaa-1728-4052-8f4a-400361587594) ) (fp_text value "LTC6803-4" (at 0 7.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 98a1e60f-9cc2-4bfb-845b-13e98999eb23) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2440a303-ce0c-4ab1-924b-d17b04258b1b) ) - (fp_line (start -2.77 -6.52) (end -2.77 -5.77) (layer "F.SilkS") (width 0.12) (tstamp 474bf6dc-3768-446c-b650-2b480cf6e85a)) - (fp_line (start 2.77 -6.52) (end 2.77 -5.77) (layer "F.SilkS") (width 0.12) (tstamp 4a6740fc-13a5-4cd3-9281-34fa7369e405)) - (fp_line (start -2.77 6.52) (end -2.77 5.77) (layer "F.SilkS") (width 0.12) (tstamp 8c270886-a6c1-4186-bd29-45f9a7ea9b63)) - (fp_line (start -2.77 6.52) (end 2.77 6.52) (layer "F.SilkS") (width 0.12) (tstamp 8f11e03e-3852-423b-980d-4aedc738b530)) - (fp_line (start -2.77 -6.52) (end 2.77 -6.52) (layer "F.SilkS") (width 0.12) (tstamp 9192f67d-ccf5-4a61-96bf-9139daf47d09)) - (fp_line (start 2.77 6.52) (end 2.77 5.77) (layer "F.SilkS") (width 0.12) (tstamp aee5a10b-a2ac-4a0f-a4a9-668c28f01971)) - (fp_line (start -2.77 -5.77) (end -3.94 -5.77) (layer "F.SilkS") (width 0.12) (tstamp d85dbcb2-aaf6-4cee-81be-c11b553fffd3)) - (fp_line (start -4.25 -6.65) (end 4.25 -6.65) (layer "F.CrtYd") (width 0.05) (tstamp 38a67f87-7769-4601-a8ba-a9dfed3e230c)) - (fp_line (start -4.25 -6.65) (end -4.25 6.65) (layer "F.CrtYd") (width 0.05) (tstamp 5bdb36d2-c3cd-4b91-a836-2affc4d246a5)) - (fp_line (start 4.25 -6.65) (end 4.25 6.65) (layer "F.CrtYd") (width 0.05) (tstamp 705b924f-782c-467d-bc40-b13d355a3db0)) - (fp_line (start -4.25 6.65) (end 4.25 6.65) (layer "F.CrtYd") (width 0.05) (tstamp bf039ce0-51dd-444e-a594-6779a8d3fa95)) - (fp_line (start -1.65 -6.4) (end 2.65 -6.4) (layer "F.Fab") (width 0.1) (tstamp 2db1f716-d21e-40b1-b2e4-9e3968dd51da)) - (fp_line (start -2.65 -5.4) (end -1.65 -6.4) (layer "F.Fab") (width 0.1) (tstamp 2e127ad1-ce30-4ba5-b8bc-bac8b38827f1)) - (fp_line (start -2.65 6.4) (end -2.65 -5.4) (layer "F.Fab") (width 0.1) (tstamp 4011d3b6-4b63-4aaa-8f75-1736271d1b2e)) - (fp_line (start 2.65 -6.4) (end 2.65 6.4) (layer "F.Fab") (width 0.1) (tstamp 69496326-e843-4fa2-a2e9-c511b16df755)) - (fp_line (start 2.65 6.4) (end -2.65 6.4) (layer "F.Fab") (width 0.1) (tstamp 90400787-f7f9-4c3b-8d9c-9b4daa3e66e7)) - (pad "1" smd rect locked (at -3.375 -5.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -2.77 -6.52) (end -2.77 -5.77) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 474bf6dc-3768-446c-b650-2b480cf6e85a)) + (fp_line (start -2.77 -6.52) (end 2.77 -6.52) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9192f67d-ccf5-4a61-96bf-9139daf47d09)) + (fp_line (start -2.77 -5.77) (end -3.94 -5.77) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d85dbcb2-aaf6-4cee-81be-c11b553fffd3)) + (fp_line (start -2.77 6.52) (end -2.77 5.77) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c270886-a6c1-4186-bd29-45f9a7ea9b63)) + (fp_line (start -2.77 6.52) (end 2.77 6.52) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f11e03e-3852-423b-980d-4aedc738b530)) + (fp_line (start 2.77 -6.52) (end 2.77 -5.77) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a6740fc-13a5-4cd3-9281-34fa7369e405)) + (fp_line (start 2.77 6.52) (end 2.77 5.77) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aee5a10b-a2ac-4a0f-a4a9-668c28f01971)) + (fp_line (start -4.25 -6.65) (end -4.25 6.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bdb36d2-c3cd-4b91-a836-2affc4d246a5)) + (fp_line (start -4.25 -6.65) (end 4.25 -6.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38a67f87-7769-4601-a8ba-a9dfed3e230c)) + (fp_line (start -4.25 6.65) (end 4.25 6.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bf039ce0-51dd-444e-a594-6779a8d3fa95)) + (fp_line (start 4.25 -6.65) (end 4.25 6.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 705b924f-782c-467d-bc40-b13d355a3db0)) + (fp_line (start -2.65 -5.4) (end -1.65 -6.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e127ad1-ce30-4ba5-b8bc-bac8b38827f1)) + (fp_line (start -2.65 6.4) (end -2.65 -5.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4011d3b6-4b63-4aaa-8f75-1736271d1b2e)) + (fp_line (start -1.65 -6.4) (end 2.65 -6.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2db1f716-d21e-40b1-b2e4-9e3968dd51da)) + (fp_line (start 2.65 -6.4) (end 2.65 6.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69496326-e843-4fa2-a2e9-c511b16df755)) + (fp_line (start 2.65 6.4) (end -2.65 6.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90400787-f7f9-4c3b-8d9c-9b4daa3e66e7)) + (pad "1" smd rect (at -3.375 -5.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 17 "Net-(C2-Pad1)") (pinfunction "V+") (pintype "input") (tstamp a0505828-ffb8-49c4-b4bf-d9abd1ce3206)) - (pad "2" smd rect locked (at -3.375 -4.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -3.375 -4.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 261 "Net-(D30-Pad1)") (pinfunction "C12") (pintype "input") (tstamp 1404ee90-3672-48b9-8e30-88303a00a3ba)) - (pad "3" smd rect locked (at -3.375 -4.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -3.375 -4.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 487 "unconnected-(U4-Pad3)") (pinfunction "S12") (pintype "input+no_connect") (tstamp 30764638-d89d-4b2a-a5e3-d8974c891bcc)) - (pad "4" smd rect locked (at -3.375 -3.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -3.375 -3.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 261 "Net-(D30-Pad1)") (pinfunction "C11") (pintype "input") (tstamp 127d6bf2-dd0f-4952-bf49-3c589ec6f37b)) - (pad "5" smd rect locked (at -3.375 -3.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at -3.375 -3.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 486 "unconnected-(U4-Pad5)") (pinfunction "S11") (pintype "input+no_connect") (tstamp 5363feba-7010-47c2-b89f-061578693366)) - (pad "6" smd rect locked (at -3.375 -2.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at -3.375 -2.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 261 "Net-(D30-Pad1)") (pinfunction "C10") (pintype "input") (tstamp 37b4d16c-5d67-45d5-a3f1-d45a8b2275f2)) - (pad "7" smd rect locked (at -3.375 -2.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at -3.375 -2.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 481 "unconnected-(U4-Pad7)") (pinfunction "S10") (pintype "input+no_connect") (tstamp 6bbca04d-ae6d-4708-98ce-74971318de1f)) - (pad "8" smd rect locked (at -3.375 -1.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at -3.375 -1.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 261 "Net-(D30-Pad1)") (pinfunction "C9") (pintype "input") (tstamp 5e36a7e4-e316-48f0-9784-7a51eb64f80f)) - (pad "9" smd rect locked (at -3.375 -1.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "9" smd rect (at -3.375 -1.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 470 "unconnected-(U4-Pad9)") (pinfunction "S9") (pintype "input+no_connect") (tstamp 02a23569-d503-4d21-84a5-349992dc5703)) - (pad "10" smd rect locked (at -3.375 -0.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "10" smd rect (at -3.375 -0.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 493 "Net-(R9-Pad2)") (pinfunction "C8") (pintype "input") (tstamp 1d52dbf3-9c85-4a9a-a6cb-95b1a5b606ad)) - (pad "11" smd rect locked (at -3.375 -0.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "11" smd rect (at -3.375 -0.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 62 "Net-(R17-Pad2)") (pinfunction "S8") (pintype "input") (tstamp 27391652-2413-4969-9671-3b591c44d493)) - (pad "12" smd rect locked (at -3.375 0.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "12" smd rect (at -3.375 0.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 494 "Net-(R10-Pad2)") (pinfunction "C7") (pintype "input") (tstamp 238071b9-3c83-4da9-be82-900a837d4dbd)) - (pad "13" smd rect locked (at -3.375 0.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "13" smd rect (at -3.375 0.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 63 "Net-(R18-Pad2)") (pinfunction "S7") (pintype "input") (tstamp d6c89109-e7d4-4ffc-b0e3-88766dba9aa8)) - (pad "14" smd rect locked (at -3.375 1.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "14" smd rect (at -3.375 1.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 495 "Net-(R11-Pad2)") (pinfunction "C6") (pintype "input") (tstamp 0950976a-4303-4856-abf5-661530c7f20f)) - (pad "15" smd rect locked (at -3.375 1.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "15" smd rect (at -3.375 1.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 64 "Net-(R19-Pad2)") (pinfunction "S6") (pintype "input") (tstamp 85df5378-f93b-4413-99c9-ce7c4ad58807)) - (pad "16" smd rect locked (at -3.375 2.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "16" smd rect (at -3.375 2.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 496 "Net-(R12-Pad2)") (pinfunction "C5") (pintype "input") (tstamp 85218278-b757-4b62-838b-bbc67bc8de8c)) - (pad "17" smd rect locked (at -3.375 2.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "17" smd rect (at -3.375 2.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 65 "Net-(R20-Pad2)") (pinfunction "S5") (pintype "input") (tstamp 60a5e736-9b17-42fb-8103-650a4ec6c0f7)) - (pad "18" smd rect locked (at -3.375 3.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "18" smd rect (at -3.375 3.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 497 "Net-(R13-Pad2)") (pinfunction "C4") (pintype "input") (tstamp 1f49c9e4-b867-43ad-bc9d-0f63bf2299de)) - (pad "19" smd rect locked (at -3.375 3.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "19" smd rect (at -3.375 3.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 66 "Net-(R21-Pad2)") (pinfunction "S4") (pintype "input") (tstamp ad128892-45df-4c71-b3bc-7aa9b6304fc5)) - (pad "20" smd rect locked (at -3.375 4.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "20" smd rect (at -3.375 4.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 498 "Net-(R14-Pad2)") (pinfunction "C3") (pintype "input") (tstamp e4c9d38a-667c-46ed-8674-35202e5afc49)) - (pad "21" smd rect locked (at -3.375 4.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "21" smd rect (at -3.375 4.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 67 "Net-(R22-Pad2)") (pinfunction "S3") (pintype "input") (tstamp ac3c173a-6c2e-4a19-93f9-9597197eb291)) - (pad "22" smd rect locked (at -3.375 5.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "22" smd rect (at -3.375 5.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 499 "Net-(R15-Pad2)") (pinfunction "C2") (pintype "input") (tstamp 6df71d77-36ca-47d9-801e-41d4274ca542)) - (pad "23" smd rect locked (at 3.375 5.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "23" smd rect (at 3.375 5.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 68 "Net-(R23-Pad2)") (pinfunction "S2") (pintype "input") (tstamp 9e22f2af-f19e-4693-b942-8eec429ab0cd)) - (pad "24" smd rect locked (at 3.375 4.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "24" smd rect (at 3.375 4.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 500 "Net-(R16-Pad2)") (pinfunction "C1") (pintype "input") (tstamp 04e638bb-42eb-44ee-b183-7adb9b56b1ef)) - (pad "25" smd rect locked (at 3.375 4.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "25" smd rect (at 3.375 4.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 69 "Net-(R24-Pad2)") (pinfunction "S1") (pintype "input") (tstamp 8cc5ac4c-93aa-4d4e-bddc-706aa849280e)) - (pad "26" smd rect locked (at 3.375 3.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "26" smd rect (at 3.375 3.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "C0") (pintype "input") (tstamp 6454201f-6e79-4c99-aeee-f933319e7bfa)) - (pad "27" smd rect locked (at 3.375 3.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "27" smd rect (at 3.375 3.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "V-") (pintype "input") (tstamp fa9cf6c9-a1df-4815-9029-24119cef9271)) - (pad "28" smd rect locked (at 3.375 2.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "28" smd rect (at 3.375 2.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 469 "unconnected-(U4-Pad28)") (pinfunction "NC") (pintype "no_connect") (tstamp b51cd034-1314-4983-a02c-76e0651aca51)) - (pad "29" smd rect locked (at 3.375 2.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "29" smd rect (at 3.375 2.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 274 "Net-(R79-Pad1)") (pinfunction "Vtemp1") (pintype "input") (tstamp e9a51e7c-6357-4a31-b822-501ae2c680b0)) - (pad "30" smd rect locked (at 3.375 1.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "30" smd rect (at 3.375 1.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 273 "Net-(R78-Pad1)") (pinfunction "Vtemp2") (pintype "input") (tstamp 0fc862df-9816-41b7-ac55-0fefbc4a0e9c)) - (pad "31" smd rect locked (at 3.375 1.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "31" smd rect (at 3.375 1.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 18 "Net-(C4-Pad1)") (pinfunction "Vref") (pintype "input") (tstamp 053285ba-70b2-48d0-ba45-8feb95f14dda)) - (pad "32" smd rect locked (at 3.375 0.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "32" smd rect (at 3.375 0.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 19 "/Reform 2 Power/VREG") (pinfunction "Vreg") (pintype "input") (tstamp 2a03488f-6a03-4733-b5dc-f2617a8a393a)) - (pad "33" smd rect locked (at 3.375 0.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "33" smd rect (at 3.375 0.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "TOS") (pintype "input") (tstamp 7871958a-32f9-423c-b9b2-065fae9fc1cb)) - (pad "34" smd rect locked (at 3.375 -0.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "34" smd rect (at 3.375 -0.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 61 "Net-(R6-Pad2)") (pinfunction "~{WDTB}") (pintype "open_collector") (tstamp 14ac9f4c-0e54-4c21-8ae3-749be660c410)) - (pad "35" smd rect locked (at 3.375 -0.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "35" smd rect (at 3.375 -0.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 59 "Net-(R4-Pad2)") (pinfunction "GPIO1") (pintype "input") (tstamp 99d832bc-23bc-4746-bfa0-c985db665f94)) - (pad "36" smd rect locked (at 3.375 -1.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "36" smd rect (at 3.375 -1.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 60 "Net-(R5-Pad2)") (pinfunction "GPIO2") (pintype "input") (tstamp fe163a34-8cdd-4741-bb07-9465260dffb2)) - (pad "37" smd rect locked (at 3.375 -1.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "37" smd rect (at 3.375 -1.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "A0") (pintype "input") (tstamp fd97424b-e127-4f5a-b168-fa88bdbb18f9)) - (pad "38" smd rect locked (at 3.375 -2.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "38" smd rect (at 3.375 -2.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "A1") (pintype "input") (tstamp b1216724-5065-4dbd-8402-9f551c11e580)) - (pad "39" smd rect locked (at 3.375 -2.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "39" smd rect (at 3.375 -2.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "A2") (pintype "input") (tstamp 0e5042e6-a9c7-4a24-9ee3-87ad5aa1fa86)) - (pad "40" smd rect locked (at 3.375 -3.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "40" smd rect (at 3.375 -3.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "A3") (pintype "input") (tstamp 4f90e8d9-3748-4adc-85cc-6c98278d431b)) - (pad "41" smd rect locked (at 3.375 -3.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "41" smd rect (at 3.375 -3.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 91 "BMON_SCK") (pinfunction "SCKI") (pintype "input") (tstamp f83fed25-0af8-48d4-bb7d-193d1edc6767)) - (pad "42" smd rect locked (at 3.375 -4.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "42" smd rect (at 3.375 -4.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 90 "BMON_SDI") (pinfunction "SDI") (pintype "input") (tstamp 4584aced-f8d3-478a-9297-7aaa44e0fb28)) - (pad "43" smd rect locked (at 3.375 -4.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "43" smd rect (at 3.375 -4.75 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 89 "BMON_SDO") (pinfunction "SDO") (pintype "open_collector") (tstamp 712a6cc5-e347-4fbd-a2f3-7dd6e4469037)) - (pad "44" smd rect locked (at 3.375 -5.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "44" smd rect (at 3.375 -5.25 90) (size 1.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (net 88 "BMON_CS") (pinfunction "~{CSBI}") (pintype "input") (tstamp be228138-e4db-403c-8a95-a37112015208)) (model "${KISYS3DMOD}/Package_SO.3dshapes/SSOP-44_5.3x12.8mm_P0.5mm.wrl" (offset (xyz 0 0 0)) @@ -2072,7 +2429,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d0dc553) + (tstamp 00000000-0000-0000-0000-00005d0dc553) (at 115 122.6) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -2085,30 +2442,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d35") (attr smd) (fp_text reference "C35" (at -2.5 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b065f356-a7eb-4e71-9c10-800d5eef8ad0) ) (fp_text value "4.7uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 206ac49c-c6ab-4c3c-a682-2654136ac0be) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9f184d09-9d84-4f9d-a69a-c44e0e17596d) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 6ba809d2-15d2-4601-9b6d-04afa176d519)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp bdf32259-bdf1-4746-aa55-fe69acd02065)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8fcaa09a-cd70-4bd9-ad53-771a399f8a9c)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a318bb73-010d-4e66-86c6-c227dc968135)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e9248943-4fee-4e24-9f89-722ba6c768df)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f643e6f1-33c3-4ca9-a482-1d812ae48268)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2bea9cf1-6669-4da5-af66-7f89f3db3e33)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4ef2c5e6-4bf1-425f-a2bf-1d1cdf7d0c39)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 55c86148-5877-4403-9f41-24f51cece128)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 84330105-2278-4c35-8caf-b1100d9ada14)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ba809d2-15d2-4601-9b6d-04afa176d519)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bdf32259-bdf1-4746-aa55-fe69acd02065)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8fcaa09a-cd70-4bd9-ad53-771a399f8a9c)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9248943-4fee-4e24-9f89-722ba6c768df)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f643e6f1-33c3-4ca9-a482-1d812ae48268)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a318bb73-010d-4e66-86c6-c227dc968135)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2bea9cf1-6669-4da5-af66-7f89f3db3e33)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55c86148-5877-4403-9f41-24f51cece128)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84330105-2278-4c35-8caf-b1100d9ada14)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ef2c5e6-4bf1-425f-a2bf-1d1cdf7d0c39)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 559 "+5V") (pintype "passive") (tstamp 6d2371bc-59f4-4d06-9faf-34239c109d7a)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp d69c412e-4e83-48d5-862f-6fff5dd3acab)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -2118,7 +2485,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d0dc575) + (tstamp 00000000-0000-0000-0000-00005d0dc575) (at 112.9 111.8) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -2131,30 +2498,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d40") (attr smd) (fp_text reference "C37" (at 0.8 -1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a55c9d1c-f6a5-43f7-8cd5-5b646515d6f9) ) (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3a9816fa-2345-4e5a-91ad-f4db8b35cc4a) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3d5d930d-bb12-4c3a-bf3b-bf9a89beb921) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 77dcbd52-e49e-4402-947d-87f980a98e62)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 7ab2c572-6a56-4e9e-9a40-2bdccabbaa15)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7c9778a6-bc24-4d6a-9583-4ea1fdd65127)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c2f8a4b0-13db-44d8-a799-9f5c0d8559c8)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp cf03e9a6-0590-400d-b701-2f1ecb5174e5)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e26bfdd0-1c1c-471c-ad54-c0feea57c0df)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 10b8fe8a-409b-4e5d-8dfe-ab73f0426bde)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5d4e8575-c533-49b5-b01e-4f76d8b73b14)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8fe56e91-ba43-4fcb-bc97-531879dbcf66)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a5074845-9822-43eb-94a2-d243439d4feb)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77dcbd52-e49e-4402-947d-87f980a98e62)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ab2c572-6a56-4e9e-9a40-2bdccabbaa15)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e26bfdd0-1c1c-471c-ad54-c0feea57c0df)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf03e9a6-0590-400d-b701-2f1ecb5174e5)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c2f8a4b0-13db-44d8-a799-9f5c0d8559c8)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c9778a6-bc24-4d6a-9583-4ea1fdd65127)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5074845-9822-43eb-94a2-d243439d4feb)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d4e8575-c533-49b5-b01e-4f76d8b73b14)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10b8fe8a-409b-4e5d-8dfe-ab73f0426bde)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8fe56e91-ba43-4fcb-bc97-531879dbcf66)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 138 "+1V2") (pintype "passive") (tstamp 03906853-b0f8-414a-94eb-d9df4abed973)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 400085e7-0dbd-493c-971d-632c04817677)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -2164,7 +2541,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d0dc597) + (tstamp 00000000-0000-0000-0000-00005d0dc597) (at 61.435266 115.986611 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -2177,30 +2554,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da23928") (attr smd) (fp_text reference "C39" (at 0.013389 -1.264734 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5be72e74-7c0f-461e-b481-f52720eb02e4) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a66ec59d-8261-402f-bbba-551899eb0f91) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5869c750-ea89-4e0c-9e29-cd8bd410283d) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 8ecdddac-7226-449f-adfa-9a4d8e67cfd3)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b7735e63-bf14-4a4f-8b08-5f4d95467f03)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 28b5e7dc-3ae2-4607-afb3-da22fb015cb0)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6b621ad8-6be1-4d5d-8ea9-2edf5a03f6e5)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b878ace2-d4e0-4f30-8541-cae758bb8dbc)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c5ef5ea6-1da3-46e2-8bc4-f1ef1ea860e3)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5b6b6fd0-36ed-49fc-95db-41fc01d2fbe2)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 83aa7f58-ab96-4744-b37b-c7b5dd2b5504)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b5806b94-200e-4e8d-987c-2facf645b328)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d0840cb7-2927-4949-a75a-21bec172cd79)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ecdddac-7226-449f-adfa-9a4d8e67cfd3)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7735e63-bf14-4a4f-8b08-5f4d95467f03)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b621ad8-6be1-4d5d-8ea9-2edf5a03f6e5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b878ace2-d4e0-4f30-8541-cae758bb8dbc)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28b5e7dc-3ae2-4607-afb3-da22fb015cb0)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5ef5ea6-1da3-46e2-8bc4-f1ef1ea860e3)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0840cb7-2927-4949-a75a-21bec172cd79)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b6b6fd0-36ed-49fc-95db-41fc01d2fbe2)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83aa7f58-ab96-4744-b37b-c7b5dd2b5504)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5806b94-200e-4e8d-987c-2facf645b328)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 139 "USB3_2_SSTXN") (pintype "passive") (tstamp a7906dac-f88f-4c8e-8ff9-54057d67ed49)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 569 "/Reform 2 USB/USB3_2_SSTXCN") (pintype "passive") (tstamp f0e03b00-beba-44a0-ab65-935c6abb038c)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -2210,7 +2597,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d0dc5a8) + (tstamp 00000000-0000-0000-0000-00005d0dc5a8) (at 62.18566 94.264949 -135) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -2223,30 +2610,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da14d06") (attr smd) (fp_text reference "C40" (at 2.065255 0.035786 135) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c061449e-5e9e-40b9-a423-e0d12436165c) ) (fp_text value "0.1uF" (at 0 1.43 45) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5fdc03c4-d09e-444a-aa91-51c53c132f87) ) (fp_text user "${REFERENCE}" (at 0 0 45) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7d86ed36-4d0e-49e6-ab24-2689bcb570ee) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 27694f72-fbeb-4762-b5ca-beab744e0ac7)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp ec91bcac-7b8e-440b-b0f5-c6551b369c8a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2b524298-fd4c-440b-8ae4-5c800fe62b0f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp da98b849-6bbe-4cc3-9925-71facc895034)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e6ddb8f7-2077-4744-8092-e86780825e9f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ea070b0a-0289-49a5-875f-4c6ccc82f6e5)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0c702dbc-2576-4b96-8e66-5584109028ab)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7b3f21cb-4e0b-448d-bd78-e73d2313a59c)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp afcded63-20d7-4cd2-88c6-7b0b4e763258)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e84ac1ed-55b4-4c70-b00f-1b654ee4b01a)) - (pad "1" smd roundrect locked (at -0.7875 0 225) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27694f72-fbeb-4762-b5ca-beab744e0ac7)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec91bcac-7b8e-440b-b0f5-c6551b369c8a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b524298-fd4c-440b-8ae4-5c800fe62b0f)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6ddb8f7-2077-4744-8092-e86780825e9f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea070b0a-0289-49a5-875f-4c6ccc82f6e5)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da98b849-6bbe-4cc3-9925-71facc895034)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b3f21cb-4e0b-448d-bd78-e73d2313a59c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c702dbc-2576-4b96-8e66-5584109028ab)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e84ac1ed-55b4-4c70-b00f-1b654ee4b01a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp afcded63-20d7-4cd2-88c6-7b0b4e763258)) + (pad "1" smd roundrect (at -0.7875 0 225) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 140 "USB3_1_SSTXN") (pintype "passive") (tstamp 69d34079-e3f0-46be-b357-91f5516da05c)) - (pad "2" smd roundrect locked (at 0.7875 0 225) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 225) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 570 "/Reform 2 USB/USB3_1_SSTXCN") (pintype "passive") (tstamp bca95e29-e0bd-4655-bac3-5e125d520350)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -2256,7 +2653,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d0dc5b9) + (tstamp 00000000-0000-0000-0000-00005d0dc5b9) (at 59.910266 115.986612 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -2269,30 +2666,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da23932") (attr smd) (fp_text reference "C41" (at 0.013388 1.210266 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fa59e261-a0ae-479b-8aae-0e1f33efcad4) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp dfb723f4-586c-45d2-9847-1ca0331192f3) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 127278c1-5ee4-473e-8c79-4b6ed463b829) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 599a615d-5ad4-41aa-aa97-80101340a817)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp a93cf063-c77a-4ef6-b8e6-001ab488131f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 430eeb04-178d-403f-8c32-96ddb274c877)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8f4a7d67-f0d6-4a64-9508-1f208cd0688b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 90ac368a-c0de-4330-926d-df9062eee12b)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp bc246884-35a0-4832-ac0e-fc2d3360959f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 08834cc6-f0ef-45c8-bb9e-02eb49f29900)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3a632819-2adf-4192-98f1-c95d74c4e2bb)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4e3ecbe9-b706-4bd2-b7f0-d824bf8d6c08)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d363bb83-aaf2-41d9-891c-b6f86e9df85f)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 599a615d-5ad4-41aa-aa97-80101340a817)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a93cf063-c77a-4ef6-b8e6-001ab488131f)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8f4a7d67-f0d6-4a64-9508-1f208cd0688b)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90ac368a-c0de-4330-926d-df9062eee12b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 430eeb04-178d-403f-8c32-96ddb274c877)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc246884-35a0-4832-ac0e-fc2d3360959f)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a632819-2adf-4192-98f1-c95d74c4e2bb)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08834cc6-f0ef-45c8-bb9e-02eb49f29900)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e3ecbe9-b706-4bd2-b7f0-d824bf8d6c08)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d363bb83-aaf2-41d9-891c-b6f86e9df85f)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 141 "USB3_2_SSTXP") (pintype "passive") (tstamp 6e752d39-fdc0-4bc6-be14-35df1cdac372)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 571 "/Reform 2 USB/USB3_2_SSTXCP") (pintype "passive") (tstamp 59ba087c-3563-4ada-b234-a3ecaa4ce903)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -2302,7 +2709,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d0dc5ca) + (tstamp 00000000-0000-0000-0000-00005d0dc5ca) (at 61.107322 93.186612 -135) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -2315,30 +2722,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da15148") (attr smd) (fp_text reference "C42" (at 0.014644 1.127082 45) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 937af873-2506-4833-9e41-05ea7b8bced1) ) (fp_text value "0.1uF" (at 0 1.43 45) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 94c97a3e-5074-4efa-8b98-b98b982f4c97) ) (fp_text user "${REFERENCE}" (at 0 0 45) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8943f589-d731-4c3b-ab38-fcef6a71946d) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 40b0536a-0dd5-4131-8f81-3917d43e510b)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 61352b33-4c57-4dd2-9e7e-3d8209a01de7)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 65918584-b902-4361-a8b8-13a70ab45edd)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 65d3c382-5466-4c36-9e76-3759a5047243)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d5bbb8ff-dd58-4e5f-b966-761555813e2b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp dd7a7eee-e967-4df5-9a2d-0df4b1eb3555)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 44afbb97-c7ba-4a3a-95dd-92ae28120af0)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9b2d3c6d-aa5b-4943-a3d2-1e4cc69f4f73)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c5367533-169a-409b-b861-5410c440b8e8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp fb148d20-7c50-4aef-978d-a5f365fd6493)) - (pad "1" smd roundrect locked (at -0.7875 0 225) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61352b33-4c57-4dd2-9e7e-3d8209a01de7)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40b0536a-0dd5-4131-8f81-3917d43e510b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd7a7eee-e967-4df5-9a2d-0df4b1eb3555)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65918584-b902-4361-a8b8-13a70ab45edd)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65d3c382-5466-4c36-9e76-3759a5047243)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5bbb8ff-dd58-4e5f-b966-761555813e2b)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44afbb97-c7ba-4a3a-95dd-92ae28120af0)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5367533-169a-409b-b861-5410c440b8e8)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb148d20-7c50-4aef-978d-a5f365fd6493)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b2d3c6d-aa5b-4943-a3d2-1e4cc69f4f73)) + (pad "1" smd roundrect (at -0.7875 0 225) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 142 "USB3_1_SSTXP") (pintype "passive") (tstamp edc6e0f7-16fe-4385-ab16-3bb253387109)) - (pad "2" smd roundrect locked (at 0.7875 0 225) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 225) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 572 "/Reform 2 USB/USB3_1_SSTXCP") (pintype "passive") (tstamp 31b537b6-fed3-4590-bdb5-0cc38d81aa06)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -2348,7 +2765,7 @@ ) (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d0dc993) + (tstamp 00000000-0000-0000-0000-00005d0dc993) (at 95.75 110 180) (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "inductor") @@ -2361,30 +2778,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da4faf9") (attr smd) (fp_text reference "FB2" (at 0 -1.15) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 74de0f5b-45b1-4776-b70e-77b41f9fffe1) ) (fp_text value "220@100MHz 1.4A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6775291d-00c0-4cc6-ab9d-81f61657c253) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 10671453-f2b6-409b-81b7-6a1686cebf39) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a7dbd120-8355-4f57-b9cf-70ede0795640)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b01eead6-147e-4bb7-827b-f16fcd30aa0f)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 70e4a6c0-7962-4473-9cb2-4eefb118bc33)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 775c23c1-2e2d-4387-8788-89004d49d5c8)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8a6d913a-49ee-4cbc-bb43-0df03ec85b95)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 922cf3f9-efdf-4cb1-a190-e9f89511701c)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4bd114d0-8993-407b-b1be-6db7e4e1f742)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4cea981c-e813-4bbf-bfa1-e5cf99eaafe9)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5922f9bd-0fc7-4738-b5ec-e6d26098a494)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b58bb26f-cf89-4700-872e-6e2c9211e1d6)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7dbd120-8355-4f57-b9cf-70ede0795640)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b01eead6-147e-4bb7-827b-f16fcd30aa0f)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 775c23c1-2e2d-4387-8788-89004d49d5c8)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70e4a6c0-7962-4473-9cb2-4eefb118bc33)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 922cf3f9-efdf-4cb1-a190-e9f89511701c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a6d913a-49ee-4cbc-bb43-0df03ec85b95)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5922f9bd-0fc7-4738-b5ec-e6d26098a494)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bd114d0-8993-407b-b1be-6db7e4e1f742)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cea981c-e813-4bbf-bfa1-e5cf99eaafe9)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b58bb26f-cf89-4700-872e-6e2c9211e1d6)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 138 "+1V2") (pintype "passive") (tstamp 3cd47f21-22e1-494f-adf6-eaf6b9329152)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 94 "USBH_1V1") (pintype "passive") (tstamp 757e5567-4e68-411c-9389-948f9128c087)) (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -2394,7 +2821,7 @@ ) (footprint "footprints:SJ-43516-SMT" (layer "F.Cu") - (tedit 5A1D8B53) (tstamp 00000000-0000-0000-0000-00005d0dcbc2) + (tstamp 00000000-0000-0000-0000-00005d0dcbc2) (at 307.5 88 180) (property "Checked" "y") (property "Distributor" "Mouser") @@ -2405,41 +2832,56 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005dc02ac6") (attr smd) (fp_text reference "J7" (at 6.7 -3.8) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0b105252-b738-4bdc-86a7-c6e91c5239ac) ) (fp_text value "SJ-43516-SMT" (at -0.1 0) (layer "F.SilkS") hide - (effects (font (size 1.003 1.003) (thickness 0.05))) + (effects (font (size 1.003 1.003) (thickness 0.05))) (tstamp 5f634706-81c6-459a-b693-7b5ea31bae7b) ) - (fp_line (start 7.5 3) (end 6.4 3) (layer "F.SilkS") (width 0.127) (tstamp 010b72dc-db08-4d0b-a152-549a47c95550)) - (fp_line (start 7.5 -3) (end 7.5 -2.4) (layer "F.SilkS") (width 0.127) (tstamp 1dc0459a-3c2c-42d1-8cb5-a58feb3535e6)) - (fp_line (start 7.5 3) (end 7.5 0.9) (layer "F.SilkS") (width 0.127) (tstamp 6421d4b9-c202-453a-b177-1e7be972dca8)) - (fp_line (start -8 -3) (end -8 2.1) (layer "F.SilkS") (width 0.127) (tstamp 739b7e8f-a0cd-4aed-9a61-cf07103df364)) - (fp_line (start -3.4 3) (end 3.2 3) (layer "F.SilkS") (width 0.127) (tstamp 808c1cdf-4df1-4cde-bcc7-026397fe9ff0)) - (fp_line (start 7.5 -3) (end -1.5 -3) (layer "F.SilkS") (width 0.127) (tstamp a0725c5c-037f-4bdb-81d0-691d22f6b073)) - (fp_line (start -8 -3) (end -6.7 -3) (layer "F.SilkS") (width 0.127) (tstamp cf60208b-f358-4337-845a-7f7d62599ddb)) - (fp_line (start -8.75 -5.5) (end -8.75 5.5) (layer "Dwgs.User") (width 0.127) (tstamp 0e60304c-6f1e-4388-8c31-1358dc2c1a14)) - (fp_line (start -8.75 5.5) (end 10.75 5.5) (layer "Dwgs.User") (width 0.127) (tstamp 3cd54e7b-8589-40f5-ba51-f8e6511ec7ee)) - (fp_line (start 7.5 3) (end 7.5 -3) (layer "Dwgs.User") (width 0.127) (tstamp 66ab44be-920e-4619-af5f-f61d398f045f)) - (fp_line (start 10.75 -5.5) (end -8.75 -5.5) (layer "Dwgs.User") (width 0.127) (tstamp 71228ae4-6cc9-4b43-abce-e18866fad434)) - (fp_line (start -8 3) (end 7.5 3) (layer "Dwgs.User") (width 0.127) (tstamp 91254bdb-6f65-46e7-a62e-2b0d82b7fdca)) - (fp_line (start -8 -3) (end -8 3) (layer "Dwgs.User") (width 0.127) (tstamp c5acc63e-65f4-4254-ba37-6d7d2ce314a4)) - (fp_line (start 10.75 5.5) (end 10.75 -5.5) (layer "Dwgs.User") (width 0.127) (tstamp c9c7e3da-644a-4057-abd5-a0ddb12837bf)) - (fp_line (start 7.5 -3) (end -8 -3) (layer "Dwgs.User") (width 0.127) (tstamp cb1ae655-d76a-4a6e-b57f-8edc3ecdd6e0)) - (pad "" np_thru_hole circle locked (at 3.5 0 180) (size 1.7 1.7) (drill 1.7) (layers) (tstamp 99ab70a0-83d0-451b-9662-3a3726124eaa)) - (pad "" np_thru_hole circle locked (at -3.5 0 180) (size 1.7 1.7) (drill 1.7) (layers) (tstamp b342a575-aa86-4a50-b18a-3b392581f63c)) - (pad "1" smd rect locked (at -7.4 3.7 180) (size 2 2.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -8 -3) (end -8 2.1) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 739b7e8f-a0cd-4aed-9a61-cf07103df364)) + (fp_line (start -8 -3) (end -6.7 -3) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp cf60208b-f358-4337-845a-7f7d62599ddb)) + (fp_line (start -3.4 3) (end 3.2 3) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 808c1cdf-4df1-4cde-bcc7-026397fe9ff0)) + (fp_line (start 7.5 -3) (end -1.5 -3) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp a0725c5c-037f-4bdb-81d0-691d22f6b073)) + (fp_line (start 7.5 -3) (end 7.5 -2.4) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 1dc0459a-3c2c-42d1-8cb5-a58feb3535e6)) + (fp_line (start 7.5 3) (end 6.4 3) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 010b72dc-db08-4d0b-a152-549a47c95550)) + (fp_line (start 7.5 3) (end 7.5 0.9) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 6421d4b9-c202-453a-b177-1e7be972dca8)) + (fp_line (start -8.75 -5.5) (end -8.75 5.5) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 0e60304c-6f1e-4388-8c31-1358dc2c1a14)) + (fp_line (start -8.75 5.5) (end 10.75 5.5) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 3cd54e7b-8589-40f5-ba51-f8e6511ec7ee)) + (fp_line (start -8 -3) (end -8 3) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp c5acc63e-65f4-4254-ba37-6d7d2ce314a4)) + (fp_line (start -8 3) (end 7.5 3) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 91254bdb-6f65-46e7-a62e-2b0d82b7fdca)) + (fp_line (start 7.5 -3) (end -8 -3) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp cb1ae655-d76a-4a6e-b57f-8edc3ecdd6e0)) + (fp_line (start 7.5 3) (end 7.5 -3) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 66ab44be-920e-4619-af5f-f61d398f045f)) + (fp_line (start 10.75 -5.5) (end -8.75 -5.5) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 71228ae4-6cc9-4b43-abce-e18866fad434)) + (fp_line (start 10.75 5.5) (end 10.75 -5.5) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp c9c7e3da-644a-4057-abd5-a0ddb12837bf)) + (pad "" np_thru_hole circle (at -3.5 0 180) (size 1.7 1.7) (drill 1.7) (layers) (tstamp b342a575-aa86-4a50-b18a-3b392581f63c)) + (pad "" np_thru_hole circle (at 3.5 0 180) (size 1.7 1.7) (drill 1.7) (layers) (tstamp 99ab70a0-83d0-451b-9662-3a3726124eaa)) + (pad "1" smd rect (at -7.4 3.7 180) (size 2 2.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 524 "Net-(C141-Pad1)") (pinfunction "SLEEVE") (pintype "input") (tstamp b17452f3-7ef0-4ec2-bb1f-0c18a8966de0)) - (pad "2" smd rect locked (at 4.8 3.7 180) (size 2.8 2.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 4.8 3.7 180) (size 2.8 2.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 383 "Net-(C127-Pad1)") (pinfunction "TIP") (pintype "input") (tstamp c6fc5742-ebd3-48ce-a2b0-482cc86e5a05)) - (pad "3" smd rect locked (at -2.7 -3.7 180) (size 2 2.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -2.7 -3.7 180) (size 2 2.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 280 "Net-(C147-Pad1)") (pinfunction "RING1") (pintype "input") (tstamp b64a1230-a116-4896-8050-55b8cda02cd4)) - (pad "4" smd rect locked (at -4.6 3.7 180) (size 2 2.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -4.6 3.7 180) (size 2 2.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "RING2") (pintype "input") (tstamp 971f001f-1370-44f9-8740-21ca279e487d)) - (pad "5" smd rect locked (at 8.9 -0.75 180) (size 2.8 2.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 8.9 -0.75 180) (size 2.8 2.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 113 "unconnected-(J7-Pad5)") (pinfunction "TIP_SWITCH") (pintype "passive+no_connect") (tstamp b29e4c3e-dda6-43a9-8ac9-3545daac1d73)) - (pad "6" smd rect locked (at -5.5 -3.7 180) (size 2 2.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at -5.5 -3.7 180) (size 2 2.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 157 "Net-(J7-Pad6)") (pinfunction "RING_SWITCH") (pintype "passive") (tstamp 4d82453c-3074-4d71-bbbe-66b63a0172c1)) (model "${KIPRJMOD}/3d-models/CUI_SJ-43516-SMT-TR.step" (offset (xyz -8 0 2.6)) @@ -2449,7 +2891,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d0dd3e7) + (tstamp 00000000-0000-0000-0000-00005d0dd3e7) (at 45.15 107.05) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -2462,30 +2904,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da0dcb3") (attr smd) (fp_text reference "R55" (at -2.5 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6bd2f2d7-07ae-486d-8eef-f48720e1fb5f) ) (fp_text value "1M" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 96377f9a-17f3-4252-86dd-fe059fa5c4f4) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a99700d9-a1e6-48c0-b3c9-82c9865283a9) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 7d6d1873-bfa0-46fb-81d6-f63f6b493593)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 8aca503c-41c7-48f3-b99b-14831acbd3cc)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 25c6747e-82b4-40fc-bb91-f9a2ec9124e0)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9b7cd641-bb20-4b9c-85f6-4953d84d7428)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b8aef45f-bb91-45e0-b34c-a7352fbe8862)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c242a1bb-e44e-4b83-81a4-136dfa38a92a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 12c8d075-a532-453b-b76c-3c37c074e912)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 445d1223-63eb-45a1-98be-6f309bb99707)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 616b1a91-fd30-4e7c-8e9a-9eceeec7a83f)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c7e58d76-4612-42d1-9d39-eec7e0de8427)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8aca503c-41c7-48f3-b99b-14831acbd3cc)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d6d1873-bfa0-46fb-81d6-f63f6b493593)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25c6747e-82b4-40fc-bb91-f9a2ec9124e0)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c242a1bb-e44e-4b83-81a4-136dfa38a92a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8aef45f-bb91-45e0-b34c-a7352fbe8862)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b7cd641-bb20-4b9c-85f6-4953d84d7428)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 616b1a91-fd30-4e7c-8e9a-9eceeec7a83f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 445d1223-63eb-45a1-98be-6f309bb99707)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7e58d76-4612-42d1-9d39-eec7e0de8427)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12c8d075-a532-453b-b76c-3c37c074e912)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 264 "Net-(C67-Pad1)") (pintype "passive") (tstamp d8112910-9071-43cf-a34a-88ef52af3f46)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 4648120f-7fee-4535-933e-2aeeb5098def)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -2495,7 +2947,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d0dd480) + (tstamp 00000000-0000-0000-0000-00005d0dd480) (at 81.2 61.35) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -2508,30 +2960,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005daa503e") (attr smd) (fp_text reference "R64" (at -2.5 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4bf061b7-2400-46e4-ad43-fbca962f1965) ) (fp_text value "51k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 588dc4ca-5ffc-4f0f-89ef-5d7c7be5b23c) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d3d5daa5-3534-4d73-8fef-e1bf4211ec73) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 33d2c19b-7494-4d80-8f28-b89de614ee8e)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp be048370-7968-4de8-a4a2-ca7088db8ef6)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1154a12f-e0e1-4084-8ffb-08d473fcbf62)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1ee2c904-8bb4-46c0-a3c6-21f8bca15403)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b67bda89-187a-4abf-a013-73c83ef9aafc)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d020ac9b-dea6-4bd6-9885-2cebd6c2de66)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1bfacbc5-f376-4c30-97b5-48b80fdb2db5)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 78546f87-bce9-4a3f-8063-7b20594f605d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a8e5940b-a84d-4df0-9fa2-b64332e07a7e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c5aa9119-8490-4b57-8baf-f5ad84c6f589)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33d2c19b-7494-4d80-8f28-b89de614ee8e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be048370-7968-4de8-a4a2-ca7088db8ef6)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1ee2c904-8bb4-46c0-a3c6-21f8bca15403)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b67bda89-187a-4abf-a013-73c83ef9aafc)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1154a12f-e0e1-4084-8ffb-08d473fcbf62)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d020ac9b-dea6-4bd6-9885-2cebd6c2de66)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5aa9119-8490-4b57-8baf-f5ad84c6f589)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1bfacbc5-f376-4c30-97b5-48b80fdb2db5)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8e5940b-a84d-4df0-9fa2-b64332e07a7e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78546f87-bce9-4a3f-8063-7b20594f605d)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 29 "/Reform 2 Display/EDP_HPD") (pintype "passive") (tstamp 6a585e04-4bf7-4042-8bab-3e1c4f034feb)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 164 "Net-(R64-Pad2)") (pintype "passive") (tstamp cfb7618a-1d2e-42e8-b77a-464269719b9d)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -2541,7 +3003,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d0dd4c4) + (tstamp 00000000-0000-0000-0000-00005d0dd4c4) (at 219.5 102 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -2554,30 +3016,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884335") (attr smd) (fp_text reference "R68" (at -2.5 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c9994664-c62d-40f8-a65f-fcb2c9df4254) ) (fp_text value "4.7k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ce6ba9d6-e174-415e-96b6-6f8ccd854981) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9db1b184-0f47-45c3-abd3-49bb5c17187b) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 5e2f62b7-cac0-4e4b-b4d4-fcaa16bd617f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9d463c0f-b00b-426a-ba7e-6920cdd00743)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 95233105-7c36-44a8-883a-16bb4f6c867d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a655ebe8-579f-40ec-a2ce-e2fc904be497)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp adf8838e-7758-466a-8c52-a5b638018cb5)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp cf78a566-3166-4f03-af00-6ddb1fbd9f4d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7c97e748-6e28-426c-819f-b66b800bea97)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8c3a707d-f923-4679-9978-bc2b79ce81dc)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a54b9505-9c56-47b9-8e57-949bb45626c6)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d4c95456-7bb5-40da-af92-09c4b1c6025a)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e2f62b7-cac0-4e4b-b4d4-fcaa16bd617f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d463c0f-b00b-426a-ba7e-6920cdd00743)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 95233105-7c36-44a8-883a-16bb4f6c867d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp adf8838e-7758-466a-8c52-a5b638018cb5)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf78a566-3166-4f03-af00-6ddb1fbd9f4d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a655ebe8-579f-40ec-a2ce-e2fc904be497)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a54b9505-9c56-47b9-8e57-949bb45626c6)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4c95456-7bb5-40da-af92-09c4b1c6025a)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c97e748-6e28-426c-819f-b66b800bea97)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c3a707d-f923-4679-9978-bc2b79ce81dc)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pintype "passive") (tstamp 6e4fa2b4-02d7-4b19-b357-d8110a27962e)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 534 "INA_SDA") (pintype "passive") (tstamp be66e411-527b-44ce-9dc0-0918c8b9e893)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -2587,7 +3059,7 @@ ) (footprint "Package_TO_SOT_SMD:SOT-23-5" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005d0df360) + (tstamp 00000000-0000-0000-0000-00005d0df360) (at 113.1 119.8 -90) (descr "5-pin SOT23 package") (tags "SOT-23-5") @@ -2600,37 +3072,48 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e1e") (attr smd) (fp_text reference "U13" (at 0 2.3 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 347a84df-f75e-40ee-98a9-a8942f5e3e3b) ) (fp_text value "TLV62568DBV" (at 0 2.9 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3306e270-0f5f-4c8d-99f4-101bd8110dc9) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8a4d935a-4ec3-458c-ad1e-5748d8b6bc60) ) - (fp_line (start 0.9 -1.61) (end -1.55 -1.61) (layer "F.SilkS") (width 0.12) (tstamp c285227e-dbb8-4206-adf2-239582642d12)) - (fp_line (start -0.9 1.61) (end 0.9 1.61) (layer "F.SilkS") (width 0.12) (tstamp dbfe62d8-d368-412f-b64d-3a52132cf7f8)) - (fp_line (start -1.9 -1.8) (end 1.9 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 04572b30-f743-4bda-b4e3-89ca1a8e6287)) - (fp_line (start 1.9 1.8) (end -1.9 1.8) (layer "F.CrtYd") (width 0.05) (tstamp 0e68a82f-51b2-4618-acc3-95180a86f027)) - (fp_line (start -1.9 1.8) (end -1.9 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 170babd0-15f6-437b-bb3f-649f86b2a1d9)) - (fp_line (start 1.9 -1.8) (end 1.9 1.8) (layer "F.CrtYd") (width 0.05) (tstamp 50c13b9b-2fdf-4451-951c-ad619c12ed9e)) - (fp_line (start -0.9 -0.9) (end -0.25 -1.55) (layer "F.Fab") (width 0.1) (tstamp 468a342e-eb86-4b4b-b9f6-efa3f1cc8b80)) - (fp_line (start 0.9 -1.55) (end 0.9 1.55) (layer "F.Fab") (width 0.1) (tstamp 798d9567-5390-4b49-8214-f63379a4278e)) - (fp_line (start 0.9 1.55) (end -0.9 1.55) (layer "F.Fab") (width 0.1) (tstamp 9e01f91d-3ee7-436d-8bcd-e5e1c9ffcb21)) - (fp_line (start -0.9 -0.9) (end -0.9 1.55) (layer "F.Fab") (width 0.1) (tstamp a38683c1-f8b6-4d28-a869-f9879616fc7a)) - (fp_line (start 0.9 -1.55) (end -0.25 -1.55) (layer "F.Fab") (width 0.1) (tstamp bcdbd6e2-959e-4282-839b-bcd5d2903bd5)) - (pad "1" smd rect locked (at -1.1 -0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -0.9 1.61) (end 0.9 1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbfe62d8-d368-412f-b64d-3a52132cf7f8)) + (fp_line (start 0.9 -1.61) (end -1.55 -1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c285227e-dbb8-4206-adf2-239582642d12)) + (fp_line (start -1.9 -1.8) (end 1.9 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04572b30-f743-4bda-b4e3-89ca1a8e6287)) + (fp_line (start -1.9 1.8) (end -1.9 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 170babd0-15f6-437b-bb3f-649f86b2a1d9)) + (fp_line (start 1.9 -1.8) (end 1.9 1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50c13b9b-2fdf-4451-951c-ad619c12ed9e)) + (fp_line (start 1.9 1.8) (end -1.9 1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e68a82f-51b2-4618-acc3-95180a86f027)) + (fp_line (start -0.9 -0.9) (end -0.9 1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a38683c1-f8b6-4d28-a869-f9879616fc7a)) + (fp_line (start -0.9 -0.9) (end -0.25 -1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 468a342e-eb86-4b4b-b9f6-efa3f1cc8b80)) + (fp_line (start 0.9 -1.55) (end -0.25 -1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bcdbd6e2-959e-4282-839b-bcd5d2903bd5)) + (fp_line (start 0.9 -1.55) (end 0.9 1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 798d9567-5390-4b49-8214-f63379a4278e)) + (fp_line (start 0.9 1.55) (end -0.9 1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e01f91d-3ee7-436d-8bcd-e5e1c9ffcb21)) + (pad "1" smd rect (at -1.1 -0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 520 "Net-(R185-Pad2)") (pinfunction "EN") (pintype "input") (tstamp 2260dac4-bb50-4d51-a77b-aa58b3cdc173)) - (pad "2" smd rect locked (at -1.1 0 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -1.1 0 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 37726ce7-367f-416e-b326-10d10cf7310d)) - (pad "3" smd rect locked (at -1.1 0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -1.1 0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 508 "Net-(L6-Pad1)") (pinfunction "SW") (pintype "power_out") (tstamp 2f6e98e1-341e-4b17-bf37-3d80298b9083)) - (pad "4" smd rect locked (at 1.1 0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at 1.1 0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 559 "+5V") (pinfunction "VIN") (pintype "power_in") (tstamp d9e896d4-8df8-4667-bfc5-af40cc3822c9)) - (pad "5" smd rect locked (at 1.1 -0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 1.1 -0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 488 "Net-(C36-Pad2)") (pinfunction "FB") (pintype "input") (tstamp 54811099-6b9e-45e0-bcc8-02decacffa37)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl" (offset (xyz 0 0 0)) @@ -2640,7 +3123,7 @@ ) (footprint "Package_TO_SOT_SMD:TSOT-23-6" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005d0df375) + (tstamp 00000000-0000-0000-0000-00005d0df375) (at 272.2 116.8 90) (descr "6-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_6_05-08-1636.pdf") (tags "TSOT-23-6 MK06A TSOT-6") @@ -2653,39 +3136,50 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ddd") (attr smd) (fp_text reference "U14" (at -2.6 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b78b8898-5a89-41da-9c35-9bf7c345377e) ) (fp_text value "LMR16006YQ3" (at 0 2.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 2911eecb-e956-4f95-a41a-f61cff5963e4) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8080c8bc-05b8-4cf4-8a9b-d48864bfe1d7) ) - (fp_line (start 0.88 -1.51) (end -1.55 -1.51) (layer "F.SilkS") (width 0.12) (tstamp 042f574d-d071-4d39-a453-d8dfaa4ed8a6)) - (fp_line (start -0.88 1.56) (end 0.88 1.56) (layer "F.SilkS") (width 0.12) (tstamp 1ff8b434-9907-4a58-a60a-f8cc00ba0154)) - (fp_line (start -2.17 -1.7) (end 2.17 -1.7) (layer "F.CrtYd") (width 0.05) (tstamp 046d9b63-8162-463f-8d9c-dde282e74e77)) - (fp_line (start -2.17 -1.7) (end -2.17 1.7) (layer "F.CrtYd") (width 0.05) (tstamp 323bbfd9-0d25-4dbf-9ac5-4ba9c7c77d40)) - (fp_line (start 2.17 1.7) (end 2.17 -1.7) (layer "F.CrtYd") (width 0.05) (tstamp 4c87fc7e-c135-45ed-8205-b6e22ac02834)) - (fp_line (start 2.17 1.7) (end -2.17 1.7) (layer "F.CrtYd") (width 0.05) (tstamp b329177b-1be5-4a70-8dbe-47a3b7919653)) - (fp_line (start 0.88 -1.45) (end 0.88 1.45) (layer "F.Fab") (width 0.1) (tstamp 03ff679c-ad87-4577-8d2d-74ff392ab45e)) - (fp_line (start -0.88 -1) (end -0.43 -1.45) (layer "F.Fab") (width 0.1) (tstamp 6a0b44a0-f4a8-44c1-a894-f76071e915eb)) - (fp_line (start 0.88 -1.45) (end -0.43 -1.45) (layer "F.Fab") (width 0.1) (tstamp 861a3bc0-ac18-4787-a2a7-c7aced102e7f)) - (fp_line (start 0.88 1.45) (end -0.88 1.45) (layer "F.Fab") (width 0.1) (tstamp c3b537c8-71d9-46fb-a502-7fc7640a8c21)) - (fp_line (start -0.88 -1) (end -0.88 1.45) (layer "F.Fab") (width 0.1) (tstamp cb11a9f7-b8d9-4701-a98e-b8e1f5334389)) - (pad "1" smd rect locked (at -1.31 -0.95 90) (size 1.22 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -0.88 1.56) (end 0.88 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ff8b434-9907-4a58-a60a-f8cc00ba0154)) + (fp_line (start 0.88 -1.51) (end -1.55 -1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 042f574d-d071-4d39-a453-d8dfaa4ed8a6)) + (fp_line (start -2.17 -1.7) (end -2.17 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 323bbfd9-0d25-4dbf-9ac5-4ba9c7c77d40)) + (fp_line (start -2.17 -1.7) (end 2.17 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 046d9b63-8162-463f-8d9c-dde282e74e77)) + (fp_line (start 2.17 1.7) (end -2.17 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b329177b-1be5-4a70-8dbe-47a3b7919653)) + (fp_line (start 2.17 1.7) (end 2.17 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c87fc7e-c135-45ed-8205-b6e22ac02834)) + (fp_line (start -0.88 -1) (end -0.88 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb11a9f7-b8d9-4701-a98e-b8e1f5334389)) + (fp_line (start -0.88 -1) (end -0.43 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a0b44a0-f4a8-44c1-a894-f76071e915eb)) + (fp_line (start 0.88 -1.45) (end -0.43 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 861a3bc0-ac18-4787-a2a7-c7aced102e7f)) + (fp_line (start 0.88 -1.45) (end 0.88 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03ff679c-ad87-4577-8d2d-74ff392ab45e)) + (fp_line (start 0.88 1.45) (end -0.88 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3b537c8-71d9-46fb-a502-7fc7640a8c21)) + (pad "1" smd rect (at -1.31 -0.95 90) (size 1.22 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 509 "Net-(C3-Pad2)") (pinfunction "BOOST") (pintype "input") (tstamp 2e59b80b-8d54-48ea-92c9-3075cdea9730)) - (pad "2" smd rect locked (at -1.31 0 90) (size 1.22 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -1.31 0 90) (size 1.22 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp e56362a0-8cb4-44e6-9c94-ec30ac7f8f89)) - (pad "3" smd rect locked (at -1.31 0.95 90) (size 1.22 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -1.31 0.95 90) (size 1.22 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 38 "LPC_VCC") (pinfunction "FB") (pintype "input") (tstamp eabfd36c-ecb0-451b-9e40-2220cb015e37)) - (pad "4" smd rect locked (at 1.31 0.95 90) (size 1.22 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at 1.31 0.95 90) (size 1.22 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 584 "Net-(R1-Pad1)") (pinfunction "EN") (pintype "input") (tstamp a41e4e53-aecb-498c-8bfe-e099e91e0467)) - (pad "5" smd rect locked (at 1.31 0 90) (size 1.22 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 1.31 0 90) (size 1.22 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 97 "30V_GATE") (pinfunction "VIN") (pintype "power_in") (tstamp 87ab849b-6017-433d-9c4d-8a3c8783b229)) - (pad "6" smd rect locked (at 1.31 -0.95 90) (size 1.22 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at 1.31 -0.95 90) (size 1.22 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 490 "Net-(C3-Pad1)") (pinfunction "SW") (pintype "output") (tstamp 53773c70-03fb-4ec4-8e59-9a95c0346ec7)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TSOT-23-6.wrl" (offset (xyz 0 0 0)) @@ -2695,7 +3189,7 @@ ) (footprint "footprints:HDMI-685119134923" (layer "F.Cu") - (tedit 5D2E1189) (tstamp 00000000-0000-0000-0000-00005d120d46) + (tstamp 00000000-0000-0000-0000-00005d120d46) (at 49.5 55.7 -90) (descr "WR-COM SMT Horizontal HDMI, 19 pins") (property "Checked" "y") @@ -2707,99 +3201,139 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d123420") (attr smd) (fp_text reference "J4" (at 8.2 3.3) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 43eea659-a431-4c6f-89af-37ea8e6c1deb) ) (fp_text value "HDMI_A" (at -0.05 6.75 90) (layer "F.SilkS") hide - (effects (font (size 1.00111 1.00111) (thickness 0.05))) + (effects (font (size 1.00111 1.00111) (thickness 0.05))) (tstamp 48460998-7667-4a61-b68e-0f7512fef673) ) - (fp_line (start -7.5 -1.2) (end -7.5 -1.8) (layer "F.SilkS") (width 0.127) (tstamp 21c4149c-7dc6-4480-b955-db98eacbd1c8)) - (fp_line (start -7.5 8.5) (end -7.5 10.35) (layer "F.SilkS") (width 0.127) (tstamp 34735d9b-1a2d-4bd0-85d7-fff3a075cab9)) - (fp_line (start -7.5 -1.8) (end 7.5 -1.8) (layer "F.SilkS") (width 0.127) (tstamp 3a2d57b4-175f-4c3a-a777-88731e8ae954)) - (fp_line (start -7.5 10.35) (end 7.5 10.35) (layer "F.SilkS") (width 0.127) (tstamp 3f59f092-948b-4d4c-87d6-ee25ed2ce68d)) - (fp_line (start 7.5 10.35) (end 7.5 8.5) (layer "F.SilkS") (width 0.127) (tstamp 6d228b14-845a-490e-8ba7-f8b2340efb01)) - (fp_line (start -7.5 2.8) (end -7.5 5.1) (layer "F.SilkS") (width 0.127) (tstamp 7e043b15-26fe-44ea-a14a-cd44b4c46363)) - (fp_line (start 7.5 2.8) (end 7.5 5.1) (layer "F.SilkS") (width 0.127) (tstamp b9a23b83-f7f7-4f49-8ed7-153e7b09f8b9)) - (fp_line (start 7.5 -1.8) (end 7.5 -1.2) (layer "F.SilkS") (width 0.127) (tstamp bd47765c-ec52-42e5-9553-d0aae1874294)) - (fp_line (start 7.7 7.4) (end 7.7 6.2) (layer "Dwgs.User") (width 0.127) (tstamp 07fb5c3b-4d2b-4f82-8cb9-51bf3c79f1cc)) - (fp_line (start -7.7 6.2) (end -7.7 7.4) (layer "Dwgs.User") (width 0.127) (tstamp 153f448d-3edd-46d6-88f8-2da5464fd39f)) - (fp_line (start 6.8 -0.1) (end 6.8 1.7) (layer "Dwgs.User") (width 0.127) (tstamp 25e3d3ae-739a-4319-9655-f127e31ce303)) - (fp_line (start 7.5 10.35) (end -7.5 10.35) (layer "Dwgs.User") (width 0.127) (tstamp 439fddc8-a103-44d0-b999-fe7c8b8bfe64)) - (fp_line (start -7.5 10.35) (end -7.5 -1.8) (layer "Dwgs.User") (width 0.127) (tstamp 5ade44c7-644f-4c36-b10e-4e6e7f1ee87b)) - (fp_line (start 7.5 -1.8) (end 7.5 10.35) (layer "Dwgs.User") (width 0.127) (tstamp 60159c9c-69c9-4f14-ae8f-765ddfe5f532)) - (fp_line (start 6.8 6.2) (end 6.8 7.4) (layer "Dwgs.User") (width 0.127) (tstamp 7a03d839-77a9-496e-96f5-93def0637654)) - (fp_line (start -6.8 1.7) (end -6.8 -0.1) (layer "Dwgs.User") (width 0.127) (tstamp b3563e2b-9bd4-48e4-a9c7-e1a89d75816c)) - (fp_line (start -6.8 7.4) (end -6.8 6.2) (layer "Dwgs.User") (width 0.127) (tstamp b4e516b6-b5b0-4805-a439-036f02691e16)) - (fp_line (start -7.7 -0.1) (end -7.7 1.7) (layer "Dwgs.User") (width 0.127) (tstamp bdce9768-4037-423d-8d8f-c7d6c904b570)) - (fp_line (start -7.5 -1.8) (end 7.5 -1.8) (layer "Dwgs.User") (width 0.127) (tstamp d08f965f-4c7f-4104-bfb0-51779cb78c4c)) - (fp_line (start 7.7 1.7) (end 7.7 -0.1) (layer "Dwgs.User") (width 0.127) (tstamp fe18adba-e106-4ede-893d-d75e60efb12d)) - (fp_arc (start -6.8 7.4) (mid -7.25 7.85) (end -7.7 7.4) (layer "Dwgs.User") (width 0.127) (tstamp 1bed49df-fb89-408b-a9a6-628e4bdeed13)) - (fp_arc (start 6.8 6.2) (mid 7.25 5.75) (end 7.7 6.2) (layer "Dwgs.User") (width 0.127) (tstamp 1d2692e8-9b49-4547-a6ce-dc23156158f6)) - (fp_arc (start 6.8 6.2) (mid 7.25 5.75) (end 7.7 6.2) (layer "Dwgs.User") (width 0.127) (tstamp 1fbaa94f-0219-44b0-8a9a-62141dc735d8)) - (fp_arc (start -7.7 6.2) (mid -7.25 5.75) (end -6.8 6.2) (layer "Dwgs.User") (width 0.127) (tstamp 258a9bd8-e5a1-4d1f-898b-14b84ef650d2)) - (fp_arc (start 7.7 1.7) (mid 7.25 2.15) (end 6.8 1.7) (layer "Dwgs.User") (width 0.127) (tstamp 34044391-703c-46cc-8f22-d2459fdd196e)) - (fp_arc (start 6.8 6.2) (mid 7.25 5.75) (end 7.7 6.2) (layer "Dwgs.User") (width 0.127) (tstamp 3fd6f041-adc1-47a2-a298-2eb23ca97c2f)) - (fp_arc (start -7.7 6.2) (mid -7.25 5.75) (end -6.8 6.2) (layer "Dwgs.User") (width 0.127) (tstamp 4147efde-ba36-4f49-aca0-3cdf6e70f95f)) - (fp_arc (start 7.7 7.4) (mid 7.25 7.85) (end 6.8 7.4) (layer "Dwgs.User") (width 0.127) (tstamp 5b166f93-e0fd-4048-9c65-335cffef27f6)) - (fp_arc (start 7.7 7.4) (mid 7.25 7.85) (end 6.8 7.4) (layer "Dwgs.User") (width 0.127) (tstamp 66faf378-7c50-436a-894b-ac011b6d7567)) - (fp_arc (start -6.8 7.4) (mid -7.25 7.85) (end -7.7 7.4) (layer "Dwgs.User") (width 0.127) (tstamp 7c11bb4b-8336-4244-acfa-e2c1e3deb12c)) - (fp_arc (start -7.7 -0.1) (mid -7.25 -0.55) (end -6.8 -0.1) (layer "Dwgs.User") (width 0.127) (tstamp 84560361-d411-4d04-8c48-596eb368a1c4)) - (fp_arc (start -6.8 1.7) (mid -7.25 2.15) (end -7.7 1.7) (layer "Dwgs.User") (width 0.127) (tstamp 8ada6a9a-4e41-446d-89ba-4d65aa4ed125)) - (fp_arc (start 6.8 6.2) (mid 7.25 5.75) (end 7.7 6.2) (layer "Dwgs.User") (width 0.127) (tstamp 96218ec3-e4ea-48bd-ae01-122289536d97)) - (fp_arc (start 7.7 7.4) (mid 7.25 7.85) (end 6.8 7.4) (layer "Dwgs.User") (width 0.127) (tstamp ac655b9f-0c91-4cf6-8f77-4e0ddedaec17)) - (fp_arc (start 7.7 7.4) (mid 7.25 7.85) (end 6.8 7.4) (layer "Dwgs.User") (width 0.127) (tstamp c600bf34-3d3c-4fa3-a076-9b6d48a6462c)) - (fp_arc (start -7.7 6.2) (mid -7.25 5.75) (end -6.8 6.2) (layer "Dwgs.User") (width 0.127) (tstamp cddd8a9b-0975-4400-b0fc-fb01d831f021)) - (fp_arc (start 6.8 -0.1) (mid 7.25 -0.55) (end 7.7 -0.1) (layer "Dwgs.User") (width 0.127) (tstamp dfbc6852-3087-4d69-8391-c45975769241)) - (fp_arc (start -6.8 7.4) (mid -7.25 7.85) (end -7.7 7.4) (layer "Dwgs.User") (width 0.127) (tstamp eac2c4c6-048f-4dd9-8d69-20470ec27cc5)) - (fp_arc (start -6.8 7.4) (mid -7.25 7.85) (end -7.7 7.4) (layer "Dwgs.User") (width 0.127) (tstamp f915ccb9-b2dd-4404-b0fd-f7e38238c4c2)) - (fp_arc (start -7.7 6.2) (mid -7.25 5.75) (end -6.8 6.2) (layer "Dwgs.User") (width 0.127) (tstamp fe99ac97-7683-4f92-9acf-0572b239c2ce)) - (pad "1" smd rect locked (at 4.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -7.5 -1.8) (end 7.5 -1.8) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 3a2d57b4-175f-4c3a-a777-88731e8ae954)) + (fp_line (start -7.5 -1.2) (end -7.5 -1.8) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 21c4149c-7dc6-4480-b955-db98eacbd1c8)) + (fp_line (start -7.5 2.8) (end -7.5 5.1) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 7e043b15-26fe-44ea-a14a-cd44b4c46363)) + (fp_line (start -7.5 8.5) (end -7.5 10.35) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 34735d9b-1a2d-4bd0-85d7-fff3a075cab9)) + (fp_line (start -7.5 10.35) (end 7.5 10.35) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 3f59f092-948b-4d4c-87d6-ee25ed2ce68d)) + (fp_line (start 7.5 -1.8) (end 7.5 -1.2) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp bd47765c-ec52-42e5-9553-d0aae1874294)) + (fp_line (start 7.5 2.8) (end 7.5 5.1) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp b9a23b83-f7f7-4f49-8ed7-153e7b09f8b9)) + (fp_line (start 7.5 10.35) (end 7.5 8.5) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 6d228b14-845a-490e-8ba7-f8b2340efb01)) + (fp_line (start -7.7 -0.1) (end -7.7 1.7) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp bdce9768-4037-423d-8d8f-c7d6c904b570)) + (fp_line (start -7.7 6.2) (end -7.7 7.4) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 153f448d-3edd-46d6-88f8-2da5464fd39f)) + (fp_line (start -7.5 -1.8) (end 7.5 -1.8) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp d08f965f-4c7f-4104-bfb0-51779cb78c4c)) + (fp_line (start -7.5 10.35) (end -7.5 -1.8) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 5ade44c7-644f-4c36-b10e-4e6e7f1ee87b)) + (fp_line (start -6.8 1.7) (end -6.8 -0.1) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp b3563e2b-9bd4-48e4-a9c7-e1a89d75816c)) + (fp_line (start -6.8 7.4) (end -6.8 6.2) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp b4e516b6-b5b0-4805-a439-036f02691e16)) + (fp_line (start 6.8 -0.1) (end 6.8 1.7) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 25e3d3ae-739a-4319-9655-f127e31ce303)) + (fp_line (start 6.8 6.2) (end 6.8 7.4) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 7a03d839-77a9-496e-96f5-93def0637654)) + (fp_line (start 7.5 -1.8) (end 7.5 10.35) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 60159c9c-69c9-4f14-ae8f-765ddfe5f532)) + (fp_line (start 7.5 10.35) (end -7.5 10.35) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 439fddc8-a103-44d0-b999-fe7c8b8bfe64)) + (fp_line (start 7.7 1.7) (end 7.7 -0.1) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp fe18adba-e106-4ede-893d-d75e60efb12d)) + (fp_line (start 7.7 7.4) (end 7.7 6.2) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 07fb5c3b-4d2b-4f82-8cb9-51bf3c79f1cc)) + (fp_arc (start -7.7 -0.1) (mid -7.25 -0.55) (end -6.8 -0.1) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 84560361-d411-4d04-8c48-596eb368a1c4)) + (fp_arc (start -7.7 6.2) (mid -7.25 5.75) (end -6.8 6.2) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 258a9bd8-e5a1-4d1f-898b-14b84ef650d2)) + (fp_arc (start -7.7 6.2) (mid -7.25 5.75) (end -6.8 6.2) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 4147efde-ba36-4f49-aca0-3cdf6e70f95f)) + (fp_arc (start -7.7 6.2) (mid -7.25 5.75) (end -6.8 6.2) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp cddd8a9b-0975-4400-b0fc-fb01d831f021)) + (fp_arc (start -7.7 6.2) (mid -7.25 5.75) (end -6.8 6.2) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp fe99ac97-7683-4f92-9acf-0572b239c2ce)) + (fp_arc (start -6.8 1.7) (mid -7.25 2.15) (end -7.7 1.7) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 8ada6a9a-4e41-446d-89ba-4d65aa4ed125)) + (fp_arc (start -6.8 7.4) (mid -7.25 7.85) (end -7.7 7.4) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 1bed49df-fb89-408b-a9a6-628e4bdeed13)) + (fp_arc (start -6.8 7.4) (mid -7.25 7.85) (end -7.7 7.4) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 7c11bb4b-8336-4244-acfa-e2c1e3deb12c)) + (fp_arc (start -6.8 7.4) (mid -7.25 7.85) (end -7.7 7.4) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp eac2c4c6-048f-4dd9-8d69-20470ec27cc5)) + (fp_arc (start -6.8 7.4) (mid -7.25 7.85) (end -7.7 7.4) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp f915ccb9-b2dd-4404-b0fd-f7e38238c4c2)) + (fp_arc (start 6.8 -0.1) (mid 7.25 -0.55) (end 7.7 -0.1) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp dfbc6852-3087-4d69-8391-c45975769241)) + (fp_arc (start 6.8 6.2) (mid 7.25 5.75) (end 7.7 6.2) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 1d2692e8-9b49-4547-a6ce-dc23156158f6)) + (fp_arc (start 6.8 6.2) (mid 7.25 5.75) (end 7.7 6.2) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 1fbaa94f-0219-44b0-8a9a-62141dc735d8)) + (fp_arc (start 6.8 6.2) (mid 7.25 5.75) (end 7.7 6.2) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 3fd6f041-adc1-47a2-a298-2eb23ca97c2f)) + (fp_arc (start 6.8 6.2) (mid 7.25 5.75) (end 7.7 6.2) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 96218ec3-e4ea-48bd-ae01-122289536d97)) + (fp_arc (start 7.7 1.7) (mid 7.25 2.15) (end 6.8 1.7) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 34044391-703c-46cc-8f22-d2459fdd196e)) + (fp_arc (start 7.7 7.4) (mid 7.25 7.85) (end 6.8 7.4) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 5b166f93-e0fd-4048-9c65-335cffef27f6)) + (fp_arc (start 7.7 7.4) (mid 7.25 7.85) (end 6.8 7.4) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 66faf378-7c50-436a-894b-ac011b6d7567)) + (fp_arc (start 7.7 7.4) (mid 7.25 7.85) (end 6.8 7.4) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp ac655b9f-0c91-4cf6-8f77-4e0ddedaec17)) + (fp_arc (start 7.7 7.4) (mid 7.25 7.85) (end 6.8 7.4) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp c600bf34-3d3c-4fa3-a076-9b6d48a6462c)) + (pad "1" smd rect (at 4.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 1 "HDMI_D2+") (pinfunction "D2+") (pintype "passive") (tstamp 1accaee1-f583-4e96-94a9-5bf5dfb6a763)) - (pad "2" smd rect locked (at 4 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 4 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "D2S") (pintype "power_in") (tstamp 6d10fd8e-3ac9-49e1-a205-bb1546547bc5)) - (pad "3" smd rect locked (at 3.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at 3.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 2 "HDMI_D2-") (pinfunction "D2-") (pintype "passive") (tstamp 90747e14-2947-49e4-8575-f170760478ef)) - (pad "4" smd rect locked (at 3 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at 3 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 3 "HDMI_D1+") (pinfunction "D1+") (pintype "passive") (tstamp 35a33930-dfee-4a1a-834e-823d2a36a8c3)) - (pad "5" smd rect locked (at 2.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 2.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "D1S") (pintype "power_in") (tstamp cfabb3c1-d0bf-4d6e-ae62-6674fe94267e)) - (pad "6" smd rect locked (at 2 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at 2 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 4 "HDMI_D1-") (pinfunction "D1-") (pintype "passive") (tstamp 94a8e811-5ff0-4554-a19d-11cc94f5099c)) - (pad "7" smd rect locked (at 1.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at 1.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 5 "HDMI_D0+") (pinfunction "D0+") (pintype "passive") (tstamp 2fda1009-4aeb-4683-b78b-7e6a177d3442)) - (pad "8" smd rect locked (at 1 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at 1 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "D0S") (pintype "power_in") (tstamp 64eb0aa9-52e6-42d6-8205-c17571283071)) - (pad "9" smd rect locked (at 0.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "9" smd rect (at 0.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 6 "HDMI_D0-") (pinfunction "D0-") (pintype "passive") (tstamp 6e03e4d4-55e9-41a9-9ef8-6d6dd34f9c07)) - (pad "10" smd rect locked (at 0 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "10" smd rect (at 0 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 418 "HDMI_CLK+") (pinfunction "CK+") (pintype "passive") (tstamp cfef5dd0-21b7-4fb2-bd98-cfbb6a83d734)) - (pad "11" smd rect locked (at -0.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "11" smd rect (at -0.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "CKS") (pintype "power_in") (tstamp 8107c9a3-b1f6-401b-91ea-62739683d276)) - (pad "12" smd rect locked (at -1 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "12" smd rect (at -1 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 419 "HDMI_CLK-") (pinfunction "CK-") (pintype "passive") (tstamp 9e4b3c11-9175-4161-bf3d-15fab0b5f153)) - (pad "13" smd rect locked (at -1.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "13" smd rect (at -1.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 41 "Net-(J4-Pad13)") (pinfunction "CEC") (pintype "bidirectional") (tstamp 5ac52038-9362-4d86-aa79-6584db20c3e1)) - (pad "14" smd rect locked (at -2 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "14" smd rect (at -2 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 112 "unconnected-(J4-Pad14)") (pinfunction "UTILITY") (pintype "passive+no_connect") (tstamp d744635a-7c1a-41a6-a43e-5c6404984763)) - (pad "15" smd rect locked (at -2.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "15" smd rect (at -2.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 40 "Net-(J4-Pad15)") (pinfunction "SCL") (pintype "passive") (tstamp 49447f20-e4a2-4014-881b-de22f2731e4d)) - (pad "16" smd rect locked (at -3 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "16" smd rect (at -3 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 37 "Net-(J4-Pad16)") (pinfunction "SDA") (pintype "bidirectional") (tstamp 9b9cf5d9-51cb-4403-ab39-f66ab5b32e03)) - (pad "17" smd rect locked (at -3.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "17" smd rect (at -3.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 862fe68a-da30-4c9f-a98f-dde544cf6eb7)) - (pad "18" smd rect locked (at -4 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "18" smd rect (at -4 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 26 "Net-(C30-Pad1)") (pinfunction "+5V") (pintype "power_in") (tstamp 835054ba-3e5c-4565-a026-2b9fe35089e0)) - (pad "19" smd rect locked (at -4.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "19" smd rect (at -4.5 0 90) (size 0.28 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (net 39 "Net-(J4-Pad19)") (pinfunction "HPD") (pintype "passive") (tstamp ad89dad9-b4c6-4e04-8563-a49969c46d00)) - (pad "SH" thru_hole oval locked (at 7.25 6.8) (size 3 1.5) (drill oval 2.1 0.9) (layers *.Cu *.Mask "F.SilkS") - (net 13 "GND") (pinfunction "SH") (pintype "passive") (tstamp 946726d4-ce1b-402a-9538-3429d7ea9ae2)) - (pad "SH" thru_hole oval locked (at 7.25 0.8) (size 3.556 1.778) (drill oval 2.7 0.9) (layers *.Cu *.Mask "F.SilkS") - (net 13 "GND") (pinfunction "SH") (pintype "passive") (tstamp ba1476c6-369d-4848-b259-4426d1bf85d1)) - (pad "SH" thru_hole oval locked (at -7.25 6.8) (size 3 1.5) (drill oval 2.1 0.9) (layers *.Cu *.Mask "F.SilkS") - (net 13 "GND") (pinfunction "SH") (pintype "passive") (tstamp ee013153-0071-4041-974a-bbc0ae128dee)) - (pad "SH" thru_hole oval locked (at -7.25 0.8) (size 3.556 1.778) (drill oval 2.7 1) (layers *.Cu *.Mask "F.SilkS") + (pad "SH" thru_hole oval (at -7.25 0.8) (size 3.556 1.778) (drill oval 2.7 1) (layers "*.Cu" "*.Mask" "F.SilkS") (net 13 "GND") (pinfunction "SH") (pintype "passive") (tstamp fe952e9c-6a67-4653-b714-d57edd140b9f)) + (pad "SH" thru_hole oval (at -7.25 6.8) (size 3 1.5) (drill oval 2.1 0.9) (layers "*.Cu" "*.Mask" "F.SilkS") + (net 13 "GND") (pinfunction "SH") (pintype "passive") (tstamp ee013153-0071-4041-974a-bbc0ae128dee)) + (pad "SH" thru_hole oval (at 7.25 0.8) (size 3.556 1.778) (drill oval 2.7 0.9) (layers "*.Cu" "*.Mask" "F.SilkS") + (net 13 "GND") (pinfunction "SH") (pintype "passive") (tstamp ba1476c6-369d-4848-b259-4426d1bf85d1)) + (pad "SH" thru_hole oval (at 7.25 6.8) (size 3 1.5) (drill oval 2.1 0.9) (layers "*.Cu" "*.Mask" "F.SilkS") + (net 13 "GND") (pinfunction "SH") (pintype "passive") (tstamp 946726d4-ce1b-402a-9538-3429d7ea9ae2)) (model "${KIPRJMOD}/3d-models/685119134923--3DModel-STEP-56544.STEP" (offset (xyz 0 -3 3.4)) (scale (xyz 1 1 1)) @@ -2808,7 +3342,7 @@ ) (footprint "footprints:692121030100" (layer "F.Cu") - (tedit 5F6C8911) (tstamp 00000000-0000-0000-0000-00005d1316b2) + (tstamp 00000000-0000-0000-0000-00005d1316b2) (at 46.7 97.5 -90) (descr "<B>WR-COM </B><BR> USB 3.0 HORIZONTAL TYPE A") (property "Checked" "y") @@ -2820,45 +3354,56 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da00825") (attr through_hole) (fp_text reference "J6" (at 7.7 -0.9) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 86b64c38-ac31-413e-83ea-43ce5bb3b39b) ) (fp_text value "USB3_A" (at 0.05 3.3 -90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.015))) + (effects (font (size 1 1) (thickness 0.015))) (tstamp bc3538bc-a71a-4c8f-9261-a63c1eb69574) ) - (fp_line (start -7 -8.16) (end 7 -8.16) (layer "F.SilkS") (width 0.2) (tstamp 235a0932-210f-470e-a68b-e23435e0df2c)) - (fp_line (start -7 -5.36) (end -7 -8.16) (layer "F.SilkS") (width 0.2) (tstamp 30ea41ae-068f-4931-8e31-68b801b3c70b)) - (fp_line (start -7 8.52) (end 7 8.52) (layer "F.SilkS") (width 0.2) (tstamp 6df08543-54cc-4c0f-b7cc-12129c597e8a)) - (fp_line (start 7 8.52) (end 7 -1.36) (layer "F.SilkS") (width 0.2) (tstamp a9254548-9966-4869-8aad-2f9ea06a9447)) - (fp_line (start 7 -8.16) (end 7 -5.36) (layer "F.SilkS") (width 0.2) (tstamp b31639cd-0372-4519-a0ad-5442efe26125)) - (fp_line (start -7 -1.36) (end -7 8.52) (layer "F.SilkS") (width 0.2) (tstamp bbad72a7-ea15-4e6e-9463-845db1d1ee4a)) - (fp_circle (center -4.7 -5.36) (end -4.6 -5.36) (layer "F.SilkS") (width 0.2) (fill none) (tstamp 46425217-9472-4163-a365-fc85ccbcc863)) - (fp_line (start -6.9 8.42) (end 6.9 8.42) (layer "F.Fab") (width 0.1) (tstamp 1045e8e8-8d77-4c21-815c-52f6c6fa0800)) - (fp_line (start 6.9 -8.06) (end -6.9 -8.06) (layer "F.Fab") (width 0.1) (tstamp 362bfc79-c467-475e-946a-98a136a61fa0)) - (fp_line (start -6.9 -8.06) (end -6.9 8.42) (layer "F.Fab") (width 0.1) (tstamp 953ccc96-b853-4629-b840-96f082dd3b34)) - (fp_line (start 6.9 8.42) (end 6.9 -8.06) (layer "F.Fab") (width 0.1) (tstamp 991b6966-9745-419d-90eb-b3d88c9cef74)) - (pad "1" thru_hole circle locked (at -3.5 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (fp_line (start -7 -8.16) (end 7 -8.16) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 235a0932-210f-470e-a68b-e23435e0df2c)) + (fp_line (start -7 -5.36) (end -7 -8.16) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 30ea41ae-068f-4931-8e31-68b801b3c70b)) + (fp_line (start -7 -1.36) (end -7 8.52) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp bbad72a7-ea15-4e6e-9463-845db1d1ee4a)) + (fp_line (start -7 8.52) (end 7 8.52) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 6df08543-54cc-4c0f-b7cc-12129c597e8a)) + (fp_line (start 7 -8.16) (end 7 -5.36) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp b31639cd-0372-4519-a0ad-5442efe26125)) + (fp_line (start 7 8.52) (end 7 -1.36) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp a9254548-9966-4869-8aad-2f9ea06a9447)) + (fp_circle (center -4.7 -5.36) (end -4.6 -5.36) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp 46425217-9472-4163-a365-fc85ccbcc863)) + (fp_line (start -6.9 -8.06) (end -6.9 8.42) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 953ccc96-b853-4629-b840-96f082dd3b34)) + (fp_line (start -6.9 8.42) (end 6.9 8.42) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1045e8e8-8d77-4c21-815c-52f6c6fa0800)) + (fp_line (start 6.9 -8.06) (end -6.9 -8.06) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 362bfc79-c467-475e-946a-98a136a61fa0)) + (fp_line (start 6.9 8.42) (end 6.9 -8.06) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 991b6966-9745-419d-90eb-b3d88c9cef74)) + (pad "1" thru_hole circle (at -3.5 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 381 "Net-(C63-Pad1)") (pinfunction "VBUS") (pintype "power_in") (tstamp a7123872-f291-4e44-9773-3af28c423bb0)) - (pad "2" thru_hole circle locked (at -1 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "2" thru_hole circle (at -1 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 154 "USB3_1_DN") (pinfunction "D-") (pintype "bidirectional") (tstamp 2ec2295a-bccc-40bd-a646-2c54cd0ef2fd)) - (pad "3" thru_hole circle locked (at 1 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "3" thru_hole circle (at 1 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 153 "USB3_1_DP") (pinfunction "D+") (pintype "bidirectional") (tstamp 70a51dc8-fa84-476f-b2f7-03a75364f762)) - (pad "4" thru_hole circle locked (at 3.5 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "4" thru_hole circle (at 3.5 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp dcc0b8fc-1971-407e-9172-cda0dec2a8ef)) - (pad "5" thru_hole circle locked (at 4 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "5" thru_hole circle (at 4 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 152 "USB3_1_SSRXN") (pinfunction "SSRX-") (pintype "bidirectional") (tstamp a5fe4eb3-7a1b-4530-8c6c-eac219d73f77)) - (pad "6" thru_hole circle locked (at 2 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "6" thru_hole circle (at 2 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 151 "USB3_1_SSRXP") (pinfunction "SSRX+") (pintype "bidirectional") (tstamp dc562733-7250-45b6-a1e0-939489d5b7c9)) - (pad "7" thru_hole circle locked (at 0 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "7" thru_hole circle (at 0 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "DRAIN") (pintype "power_in") (tstamp 36e8f262-7a23-4b8b-bbe2-6bceff567582)) - (pad "8" thru_hole circle locked (at -2 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "8" thru_hole circle (at -2 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 570 "/Reform 2 USB/USB3_1_SSTXCN") (pinfunction "SSTX-") (pintype "bidirectional") (tstamp 3d513e4d-b1ae-42ce-8ceb-bfe7dccf70fc)) - (pad "9" thru_hole circle locked (at -4 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "9" thru_hole circle (at -4 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 572 "/Reform 2 USB/USB3_1_SSTXCP") (pinfunction "SSTX+") (pintype "bidirectional") (tstamp a7e632ae-12cc-43da-bb53-fe6b561a8003)) - (pad "10" thru_hole circle locked (at -6.57 -3.36 270) (size 3.3 3.3) (drill 2.3) (layers *.Cu *.Mask) + (pad "10" thru_hole circle (at -6.57 -3.36 270) (size 3.3 3.3) (drill 2.3) (layers "*.Cu" "*.Mask") (net 264 "Net-(C67-Pad1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 0bd985e9-1c78-45f4-a120-924dab9d5374)) - (pad "10" thru_hole circle locked (at 6.57 -3.36 270) (size 3.3 3.3) (drill 2.3) (layers *.Cu *.Mask) + (pad "10" thru_hole circle (at 6.57 -3.36 270) (size 3.3 3.3) (drill 2.3) (layers "*.Cu" "*.Mask") (net 264 "Net-(C67-Pad1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 5be989b6-7864-45af-a024-372a1170d700)) (model "${KIPRJMOD}/3d-models/wuerth_692121030100_usb3.stp" (offset (xyz 0 4.4 2.15)) @@ -2868,7 +3413,7 @@ ) (footprint "footprints:692121030100" (layer "F.Cu") - (tedit 5F6C8911) (tstamp 00000000-0000-0000-0000-00005d1316f6) + (tstamp 00000000-0000-0000-0000-00005d1316f6) (at 46.7 120 -90) (descr "<B>WR-COM </B><BR> USB 3.0 HORIZONTAL TYPE A") (property "Checked" "y") @@ -2880,46 +3425,57 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da2390d") (attr through_hole) (fp_text reference "J5" (at 7.7 -0.9) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 38fd5db6-43a0-47f5-bca1-21d227efbbc9) ) (fp_text value "USB3_A" (at 0.05 3.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.015))) + (effects (font (size 1 1) (thickness 0.015))) (tstamp 3ebaaa64-91d3-4600-8d1d-d64bdc407c00) ) - (fp_line (start -7 -1.36) (end -7 8.52) (layer "F.SilkS") (width 0.2) (tstamp 0d40b89d-e9fe-43e1-8b8a-726601296933)) - (fp_line (start -7 -5.36) (end -7 -8.16) (layer "F.SilkS") (width 0.2) (tstamp 44068c69-59c6-4529-8c19-e56190c467c2)) - (fp_line (start 7 -8.16) (end 7 -5.36) (layer "F.SilkS") (width 0.2) (tstamp 6ba15cb1-b7d9-4988-b473-608585ff4758)) - (fp_line (start -7 -8.16) (end 7 -8.16) (layer "F.SilkS") (width 0.2) (tstamp 6babd8c4-2e6e-4980-ac91-e21f44f634ee)) - (fp_line (start -7 8.52) (end 7 8.52) (layer "F.SilkS") (width 0.2) (tstamp 7ccce7a7-b5f7-48c3-8c93-25be5375226a)) - (fp_line (start 7 8.52) (end 7 -1.36) (layer "F.SilkS") (width 0.2) (tstamp ba0ac8d4-a224-4f74-9da6-6e50da7d0e93)) - (fp_circle (center -4.7 -5.36) (end -4.6 -5.36) (layer "F.SilkS") (width 0.2) (fill none) (tstamp acb08e3a-d3ce-448c-aafd-e8e58fa3ab45)) - (fp_line (start 6.9 -8.06) (end -6.9 -8.06) (layer "F.Fab") (width 0.1) (tstamp 0e500657-fcc0-4b2d-9d4e-3a9ebb6a8236)) - (fp_line (start -6.9 8.42) (end 6.9 8.42) (layer "F.Fab") (width 0.1) (tstamp 288feb98-e28f-4b3c-ad82-7b53e7831ea9)) - (fp_line (start 6.9 8.42) (end 6.9 -8.06) (layer "F.Fab") (width 0.1) (tstamp 3bfef2c1-e8db-4e76-92d7-3d4348bc6ba3)) - (fp_line (start -6.9 -8.06) (end -6.9 8.42) (layer "F.Fab") (width 0.1) (tstamp 65e5c607-d67c-4281-8550-155fc5b08967)) - (pad "1" thru_hole circle locked (at -3.5 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (fp_line (start -7 -8.16) (end 7 -8.16) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 6babd8c4-2e6e-4980-ac91-e21f44f634ee)) + (fp_line (start -7 -5.36) (end -7 -8.16) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 44068c69-59c6-4529-8c19-e56190c467c2)) + (fp_line (start -7 -1.36) (end -7 8.52) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 0d40b89d-e9fe-43e1-8b8a-726601296933)) + (fp_line (start -7 8.52) (end 7 8.52) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 7ccce7a7-b5f7-48c3-8c93-25be5375226a)) + (fp_line (start 7 -8.16) (end 7 -5.36) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 6ba15cb1-b7d9-4988-b473-608585ff4758)) + (fp_line (start 7 8.52) (end 7 -1.36) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp ba0ac8d4-a224-4f74-9da6-6e50da7d0e93)) + (fp_circle (center -4.7 -5.36) (end -4.6 -5.36) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp acb08e3a-d3ce-448c-aafd-e8e58fa3ab45)) + (fp_line (start -6.9 -8.06) (end -6.9 8.42) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65e5c607-d67c-4281-8550-155fc5b08967)) + (fp_line (start -6.9 8.42) (end 6.9 8.42) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 288feb98-e28f-4b3c-ad82-7b53e7831ea9)) + (fp_line (start 6.9 -8.06) (end -6.9 -8.06) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e500657-fcc0-4b2d-9d4e-3a9ebb6a8236)) + (fp_line (start 6.9 8.42) (end 6.9 -8.06) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3bfef2c1-e8db-4e76-92d7-3d4348bc6ba3)) + (pad "1" thru_hole circle (at -3.5 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 262 "Net-(C81-Pad1)") (pinfunction "VBUS") (pintype "power_in") (tstamp 03ca8d01-392b-4288-94b8-d21e7cb91350)) - (pad "2" thru_hole circle locked (at -1 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "2" thru_hole circle (at -1 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 149 "USB3_2_DN") (pinfunction "D-") (pintype "bidirectional") (tstamp 5ccc6aaa-7737-44e9-a9a9-bcbe805eac39)) - (pad "3" thru_hole circle locked (at 1 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "3" thru_hole circle (at 1 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 148 "USB3_2_DP") (pinfunction "D+") (pintype "bidirectional") (tstamp 700c0e89-cc67-43ca-a75d-2b676ac7ef81)) - (pad "4" thru_hole circle locked (at 3.5 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "4" thru_hole circle (at 3.5 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 8c8605de-e62f-4d5a-b6e9-e9e172de2370)) - (pad "5" thru_hole circle locked (at 4 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "5" thru_hole circle (at 4 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 147 "USB3_2_SSRXN") (pinfunction "SSRX-") (pintype "bidirectional") (tstamp 2335802b-30a7-41b9-940a-75d1ca952048)) - (pad "6" thru_hole circle locked (at 2 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "6" thru_hole circle (at 2 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 146 "USB3_2_SSRXP") (pinfunction "SSRX+") (pintype "bidirectional") (tstamp 674b88c4-123e-4421-af10-b5e8e3fb248e)) - (pad "7" thru_hole circle locked (at 0 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "7" thru_hole circle (at 0 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "DRAIN") (pintype "power_in") (tstamp fe44a1bf-7547-41b8-a7b1-fc7dc3985101)) - (pad "8" thru_hole circle locked (at -2 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "8" thru_hole circle (at -2 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 569 "/Reform 2 USB/USB3_2_SSTXCN") (pinfunction "SSTX-") (pintype "bidirectional") (tstamp 7a2aef08-c413-417a-8bc9-dca94777408a)) - (pad "9" thru_hole circle locked (at -4 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "9" thru_hole circle (at -4 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 571 "/Reform 2 USB/USB3_2_SSTXCP") (pinfunction "SSTX+") (pintype "bidirectional") (tstamp 78f03b99-93ae-427e-96f8-9e901f6e290e)) - (pad "10" thru_hole circle locked (at 6.57 -3.36 270) (size 3.3 3.3) (drill 2.3) (layers *.Cu *.Mask) - (net 263 "Net-(C74-Pad1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 1cbe7587-4923-4b97-9d97-2d8ac63f0bb5)) - (pad "10" thru_hole circle locked (at -6.57 -3.36 270) (size 3.3 3.3) (drill 2.3) (layers *.Cu *.Mask) + (pad "10" thru_hole circle (at -6.57 -3.36 270) (size 3.3 3.3) (drill 2.3) (layers "*.Cu" "*.Mask") (net 263 "Net-(C74-Pad1)") (pinfunction "SHIELD") (pintype "passive") (tstamp c56dac5f-4024-4149-93d2-eb164307aa7b)) + (pad "10" thru_hole circle (at 6.57 -3.36 270) (size 3.3 3.3) (drill 2.3) (layers "*.Cu" "*.Mask") + (net 263 "Net-(C74-Pad1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 1cbe7587-4923-4b97-9d97-2d8ac63f0bb5)) (model "${KIPRJMOD}/3d-models/wuerth_692121030100_usb3.stp" (offset (xyz 0 4.4 2.15)) (scale (xyz 1 1 1)) @@ -2928,7 +3484,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d14bac5) + (tstamp 00000000-0000-0000-0000-00005d14bac5) (at 219 87 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -2941,30 +3497,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188428d") (attr smd) (fp_text reference "C46" (at 2.5 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b43f1a38-6006-460e-ba0b-5ea735ca181f) ) (fp_text value "10uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 70cd36ae-d977-4767-bcd0-e928a54dd398) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp aeadf8d6-4303-40e9-adc0-20b6fd1a18d8) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp e7602965-53bf-44df-b081-1afce35de563)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp f746a0a6-0528-44ef-bba6-eced90c53c8b)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 260fa490-1c1a-4383-8270-079402d33546)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2c2791fa-a55d-4e06-ab34-214be0f6241e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 45b34cc6-e1c2-4750-8fc3-94e4af573ce9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp df689564-77c4-4508-8598-d013cd7ab4cd)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5648a236-fae3-44e1-82fa-a04c12e58639)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6b50ebea-4eb7-4142-b210-22db0f402171)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9f7cf996-5018-4a6c-a069-6f9f78d261f0)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ce25f650-2ebb-4754-923b-2f07251f9f00)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f746a0a6-0528-44ef-bba6-eced90c53c8b)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7602965-53bf-44df-b081-1afce35de563)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45b34cc6-e1c2-4750-8fc3-94e4af573ce9)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c2791fa-a55d-4e06-ab34-214be0f6241e)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 260fa490-1c1a-4383-8270-079402d33546)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df689564-77c4-4508-8598-d013cd7ab4cd)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b50ebea-4eb7-4142-b210-22db0f402171)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5648a236-fae3-44e1-82fa-a04c12e58639)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce25f650-2ebb-4754-923b-2f07251f9f00)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f7cf996-5018-4a6c-a069-6f9f78d261f0)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pintype "passive") (tstamp d6d2290c-134b-4e2c-ab21-528a33db27be)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 3df37bc5-f37f-4a67-9931-04ca16620940)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -2974,7 +3540,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d14bae7) + (tstamp 00000000-0000-0000-0000-00005d14bae7) (at 213.5 94.5 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -2988,30 +3554,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884219") (attr smd) (fp_text reference "C48" (at 0 -1.3) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a695135e-8156-45e9-8b8e-bc3578100f65) ) (fp_text value "18pF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp caa03d85-f1da-4352-91d2-52b998b7ee56) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7ff425a1-4e31-4610-a270-f361c93aea71) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 1a008e81-98e5-48c6-9a05-b912f57618aa)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 86c85952-af57-47a4-855d-e4efc7e28d41)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 45c0ed48-c217-4b32-8297-39a0ea909eaa)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 58036246-205d-464f-8cae-71eb86aecffc)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 73077493-b63d-4ed1-8b00-befc07a03ba4)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ea906fda-a033-47d7-9481-ff96ce69ebaa)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 020b66b4-fd73-4f30-8483-11803106f4ed)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 63e12bd7-2de6-48d2-a2ff-6f3437984cf8)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 759f8952-29ba-4e36-9a61-1aa58a6a8770)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a2ce047f-58dd-4e66-9d12-59f23fb6c47a)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86c85952-af57-47a4-855d-e4efc7e28d41)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a008e81-98e5-48c6-9a05-b912f57618aa)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea906fda-a033-47d7-9481-ff96ce69ebaa)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45c0ed48-c217-4b32-8297-39a0ea909eaa)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58036246-205d-464f-8cae-71eb86aecffc)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73077493-b63d-4ed1-8b00-befc07a03ba4)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2ce047f-58dd-4e66-9d12-59f23fb6c47a)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 020b66b4-fd73-4f30-8483-11803106f4ed)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63e12bd7-2de6-48d2-a2ff-6f3437984cf8)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 759f8952-29ba-4e36-9a61-1aa58a6a8770)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 186 "Net-(C48-Pad1)") (pintype "passive") (tstamp 41cfc214-1820-45b2-9503-7067cd2e2c2a)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp b0076392-3b40-48ad-8ce3-ff51c5ccea81)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -3021,7 +3597,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d14bb09) + (tstamp 00000000-0000-0000-0000-00005d14bb09) (at 221.25 87 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -3034,30 +3610,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842ab") (attr smd) (fp_text reference "C50" (at 2.5 0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1a665be2-bf32-4d43-b0e8-7ee9a075e55c) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp cc6e5bb3-152d-463b-9d2e-87b109859a64) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c106dfe4-cd85-46fa-bff1-75a25baf9261) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 4ca9fc99-8149-40be-b43c-5100dedee60f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp ad1058e0-2ba8-4716-a943-ce43ed482f36)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 57d6cebe-2462-48d4-8b68-dd163c543c02)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 84e2e04b-3858-4311-85e0-be2f5cc8f725)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b336dd2e-56e4-40b3-9997-a3413a71748f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp fd2dbef4-0c97-4d04-889b-bba347a60485)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 083789a9-143e-4fee-9789-985aa8db106b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2acf68f6-f98c-4378-9e76-1b77fdaebc72)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ac0ffc05-7c24-4b2d-a537-f861892e20d7)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f81396b8-02ef-471f-b618-9f8174a638cf)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ca9fc99-8149-40be-b43c-5100dedee60f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad1058e0-2ba8-4716-a943-ce43ed482f36)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57d6cebe-2462-48d4-8b68-dd163c543c02)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b336dd2e-56e4-40b3-9997-a3413a71748f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84e2e04b-3858-4311-85e0-be2f5cc8f725)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd2dbef4-0c97-4d04-889b-bba347a60485)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac0ffc05-7c24-4b2d-a537-f861892e20d7)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 083789a9-143e-4fee-9789-985aa8db106b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f81396b8-02ef-471f-b618-9f8174a638cf)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2acf68f6-f98c-4378-9e76-1b77fdaebc72)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pintype "passive") (tstamp 7d264a7c-1320-43c7-8215-c18224206e7f)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 0036244f-c2d2-4bcf-b8ec-64785e8c2fba)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -3067,7 +3653,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d14bb1a) + (tstamp 00000000-0000-0000-0000-00005d14bb1a) (at 213.5 87.75 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -3081,30 +3667,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884209") (attr smd) (fp_text reference "C51" (at 2.5 -0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e38b8e54-b187-4fe0-a072-7b104ddea6ce) ) (fp_text value "18pF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp bcbe6d4c-0701-484c-9540-b5a482908a6e) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 182de2b3-0b3c-41ae-ab23-01ba11dea4b5) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 314fc400-1566-46e2-860b-abd50560d273)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 431d01e2-23da-456c-aa81-90577427ed40)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 50ef4ca3-49c7-4dd5-beac-004b064c6a6d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5367dc5c-49ac-4a12-a587-ac17467343ac)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 79b50d67-48ab-48ca-a330-fa1ef5a2ea6c)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7b44d1ff-c214-49d7-ba5a-c32bb7345428)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 871dd105-07a2-4291-841d-c18b7ad3b1ca)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9e6db280-ada7-4cf5-90dc-6623b44d35dd)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e597bb45-ba35-4b50-8441-63367231f7a5)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ff08fac1-1125-4c44-9664-b138abcc250c)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 431d01e2-23da-456c-aa81-90577427ed40)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 314fc400-1566-46e2-860b-abd50560d273)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5367dc5c-49ac-4a12-a587-ac17467343ac)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b44d1ff-c214-49d7-ba5a-c32bb7345428)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79b50d67-48ab-48ca-a330-fa1ef5a2ea6c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50ef4ca3-49c7-4dd5-beac-004b064c6a6d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 871dd105-07a2-4291-841d-c18b7ad3b1ca)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e597bb45-ba35-4b50-8441-63367231f7a5)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e6db280-ada7-4cf5-90dc-6623b44d35dd)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff08fac1-1125-4c44-9664-b138abcc250c)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 187 "Net-(C51-Pad1)") (pintype "passive") (tstamp 68e36b0f-9b15-4b5c-9839-e2ff3b01467c)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 70828c77-b543-4b6b-9ead-cebef76ada27)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -3114,7 +3710,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d14bb2b) + (tstamp 00000000-0000-0000-0000-00005d14bb2b) (at 111.9 54.5) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -3127,30 +3723,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000060fc9f01") (attr smd) (fp_text reference "C52" (at -2.5 0.07) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 979de826-23ab-4dbc-90eb-21378a6d96a9) ) (fp_text value "10nF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4a9b7f78-0849-4d1e-b8cf-7c058507a8c8) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d6add3d8-b606-417b-a8e9-3af9cd87e2d1) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 35a3217f-8712-4168-83bb-3678bb1826e3)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp a5679f7f-cda8-494e-98bd-3a608b855c53)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 382efb67-7226-43a1-9746-7f54ced98543)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7f38f0c0-23a2-4d28-8195-626bd36ecf57)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9a377d0c-e1c9-450e-a565-5f4d06b5f2e5)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d29de7bf-676e-4170-9b7f-5cc32b62100a)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 15d67496-6299-46da-b774-d190b99cf7d9)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2ae1f5eb-21fe-4d30-b150-d00a2b42ed11)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 51868b4f-d5bb-4f59-97fd-d7b76c366460)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5965c2b1-38f8-4429-b095-440def5512b9)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35a3217f-8712-4168-83bb-3678bb1826e3)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5679f7f-cda8-494e-98bd-3a608b855c53)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f38f0c0-23a2-4d28-8195-626bd36ecf57)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 382efb67-7226-43a1-9746-7f54ced98543)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a377d0c-e1c9-450e-a565-5f4d06b5f2e5)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d29de7bf-676e-4170-9b7f-5cc32b62100a)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5965c2b1-38f8-4429-b095-440def5512b9)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15d67496-6299-46da-b774-d190b99cf7d9)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51868b4f-d5bb-4f59-97fd-d7b76c366460)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ae1f5eb-21fe-4d30-b150-d00a2b42ed11)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 379 "Net-(C123-Pad1)") (pintype "passive") (tstamp 1c96bcfd-79c9-438b-9555-145eef22eed2)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 6aabe809-6a0b-438d-9134-99de9b0c1b29)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -3160,7 +3766,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d14bb4d) + (tstamp 00000000-0000-0000-0000-00005d14bb4d) (at 99.9 56.3) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -3173,30 +3779,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000060fcaa65") (attr smd) (fp_text reference "C54" (at -2.5 0.07) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp bee5cbbf-6c89-4843-99e8-82fb347ceef2) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 8570167f-8760-462b-adb7-88cb0b6b8775) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b4bd56dd-d6a4-4ba5-bd35-386547f95496) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 878cb1bd-cf9c-4078-abdf-7613b9e9b203)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp c63573cc-a367-4dac-a7dd-8f42219610ba)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3cde5364-0787-4d3d-a0ec-95883b99514b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5d30d044-893d-4dea-bdda-0f4571265f7f)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 889a662a-90c7-4f51-b351-0f0f0ffbf0f2)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a592be8e-3eec-47df-938a-e365d91c25ba)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2b0ccd7a-8cf1-4247-ad52-4850878d9bc5)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2dd1a3cb-eb11-445a-ba46-f2c73604a137)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b5b704f1-e38b-4322-a020-65b6167f9f35)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp cd2adf6e-61f2-4065-b834-876377b247af)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c63573cc-a367-4dac-a7dd-8f42219610ba)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 878cb1bd-cf9c-4078-abdf-7613b9e9b203)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d30d044-893d-4dea-bdda-0f4571265f7f)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 889a662a-90c7-4f51-b351-0f0f0ffbf0f2)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cde5364-0787-4d3d-a0ec-95883b99514b)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a592be8e-3eec-47df-938a-e365d91c25ba)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd2adf6e-61f2-4065-b834-876377b247af)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b0ccd7a-8cf1-4247-ad52-4850878d9bc5)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2dd1a3cb-eb11-445a-ba46-f2c73604a137)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5b704f1-e38b-4322-a020-65b6167f9f35)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 379 "Net-(C123-Pad1)") (pintype "passive") (tstamp c51e4403-441f-44fa-8fef-0b250012629c)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 8d2177e8-0f4b-4bdc-80c6-1ea1eceb29e0)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -3206,7 +3822,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d14bc42) + (tstamp 00000000-0000-0000-0000-00005d14bc42) (at 56.75 88.25 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -3219,30 +3835,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005eea2b4f") (attr smd) (fp_text reference "C63" (at 2.9 0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a38cf492-c94f-4148-982d-1a1aa845dde9) ) (fp_text value "10uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3e212416-419c-41b1-a871-aa5e9dc1971e) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 40759abf-5104-445a-aa96-44a04d39179d) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 052e82cb-2737-4635-b394-893efdf9c28d)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 5a6726a0-5ff9-4f6f-b7cf-fc0d5ed8de21)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5a920a04-efe6-4d43-8ae1-52f77a049462)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6d03bd46-bd78-4f48-9bbf-29544f8eb4be)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9e07a3dd-92a5-4a29-ac9a-b209a8cd120c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b1373939-8402-434e-be62-e9b29f2778f4)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 51a27c59-9f02-4303-8b8f-1a1dda19ded3)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 759db3c1-9c3a-4f15-a4bb-108cf08daea6)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 85cba0b1-3f4f-409c-9b65-77117f9b6cc1)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ad4d5aa0-3046-4325-b237-dfe728d70718)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a6726a0-5ff9-4f6f-b7cf-fc0d5ed8de21)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 052e82cb-2737-4635-b394-893efdf9c28d)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1373939-8402-434e-be62-e9b29f2778f4)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a920a04-efe6-4d43-8ae1-52f77a049462)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d03bd46-bd78-4f48-9bbf-29544f8eb4be)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e07a3dd-92a5-4a29-ac9a-b209a8cd120c)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85cba0b1-3f4f-409c-9b65-77117f9b6cc1)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 759db3c1-9c3a-4f15-a4bb-108cf08daea6)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad4d5aa0-3046-4325-b237-dfe728d70718)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51a27c59-9f02-4303-8b8f-1a1dda19ded3)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 381 "Net-(C63-Pad1)") (pintype "passive") (tstamp 21174f6a-c2df-4c4e-8381-3adab8b8e286)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 4187ce38-6832-463b-9235-8cd2693cc830)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -3252,7 +3878,7 @@ ) (footprint "Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (layer "F.Cu") - (tedit 5D3C0721) (tstamp 00000000-0000-0000-0000-00005d14c314) + (tstamp 00000000-0000-0000-0000-00005d14c314) (at 154.15 131.2) (descr "USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf") (tags "usb usb-c 2.0 pd") @@ -3266,32 +3892,45 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/403b5a9a-4e83-41aa-b009-84ad7f8355bf") (attr smd) (fp_text reference "J8" (at 0 -5.495) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 70dcfd43-bd0a-4be4-9bbc-c9461dcf2a1f) ) (fp_text value "USB_C_Receptacle_USB2.0" (at 0 5.1) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 99157880-5fe9-43e7-ab05-7d04445b4ebf) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp eba8d7f8-7381-436d-9baa-901383346e55) ) - (fp_line (start -4.7 -1.9) (end -4.7 0.1) (layer "F.SilkS") (width 0.12) (tstamp 27e07234-74e4-42e2-9fea-4d7554dfc85c)) - (fp_line (start 4.7 2) (end 4.7 3.9) (layer "F.SilkS") (width 0.12) (tstamp 34532174-0085-4128-8eda-55317b097b89)) - (fp_line (start 4.7 -1.9) (end 4.7 0.1) (layer "F.SilkS") (width 0.12) (tstamp d53fdd84-bfb6-442a-96f8-4858cf1992b5)) - (fp_line (start -4.7 3.9) (end 4.7 3.9) (layer "F.SilkS") (width 0.12) (tstamp e47ede74-737d-43e4-a86e-c1df7e34dccd)) - (fp_line (start -4.7 2) (end -4.7 3.9) (layer "F.SilkS") (width 0.12) (tstamp f003c978-6926-4eb7-958d-8aea20f6f50a)) - (fp_line (start 5.32 -5.27) (end 5.32 4.15) (layer "F.CrtYd") (width 0.05) (tstamp 1cb6c50a-2e4b-47a1-bbcc-4ed557a92305)) - (fp_line (start -5.32 4.15) (end 5.32 4.15) (layer "F.CrtYd") (width 0.05) (tstamp 647fc712-2494-4319-9e29-efe5fb7c8865)) - (fp_line (start -5.32 -5.27) (end -5.32 4.15) (layer "F.CrtYd") (width 0.05) (tstamp 6703b614-756e-459f-bb94-1d4f08ee08c9)) - (fp_line (start -5.32 -5.27) (end 5.32 -5.27) (layer "F.CrtYd") (width 0.05) (tstamp dcb929c5-4bce-443d-a990-a930a53c7778)) - (fp_line (start -4.47 3.65) (end 4.47 3.65) (layer "F.Fab") (width 0.1) (tstamp 2918f209-9a17-4293-b99d-8bc8fce84ddb)) - (fp_line (start -4.47 -3.65) (end 4.47 -3.65) (layer "F.Fab") (width 0.1) (tstamp 2b921b73-d455-4e58-9f2c-1f5ad57d9f62)) - (fp_line (start 4.47 -3.65) (end 4.47 3.65) (layer "F.Fab") (width 0.1) (tstamp bab97446-c000-4722-acc1-fae66fa55c34)) - (fp_line (start -4.47 -3.65) (end -4.47 3.65) (layer "F.Fab") (width 0.1) (tstamp df6ea31d-92f5-41e6-9bfe-b0a00bfdb4cb)) - (pad "" np_thru_hole circle (at 2.89 -2.6) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask) (tstamp 6a4a937c-0dad-4071-a455-28d9d1bfec5f)) - (pad "" np_thru_hole circle (at -2.89 -2.6) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask) (tstamp a7129fea-d211-4679-9f1d-3a959b32af87)) + (fp_line (start -4.7 -1.9) (end -4.7 0.1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27e07234-74e4-42e2-9fea-4d7554dfc85c)) + (fp_line (start -4.7 2) (end -4.7 3.9) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f003c978-6926-4eb7-958d-8aea20f6f50a)) + (fp_line (start -4.7 3.9) (end 4.7 3.9) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e47ede74-737d-43e4-a86e-c1df7e34dccd)) + (fp_line (start 4.7 -1.9) (end 4.7 0.1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d53fdd84-bfb6-442a-96f8-4858cf1992b5)) + (fp_line (start 4.7 2) (end 4.7 3.9) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34532174-0085-4128-8eda-55317b097b89)) + (fp_line (start -5.32 -5.27) (end -5.32 4.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6703b614-756e-459f-bb94-1d4f08ee08c9)) + (fp_line (start -5.32 -5.27) (end 5.32 -5.27) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dcb929c5-4bce-443d-a990-a930a53c7778)) + (fp_line (start -5.32 4.15) (end 5.32 4.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 647fc712-2494-4319-9e29-efe5fb7c8865)) + (fp_line (start 5.32 -5.27) (end 5.32 4.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1cb6c50a-2e4b-47a1-bbcc-4ed557a92305)) + (fp_line (start -4.47 -3.65) (end -4.47 3.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df6ea31d-92f5-41e6-9bfe-b0a00bfdb4cb)) + (fp_line (start -4.47 -3.65) (end 4.47 -3.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b921b73-d455-4e58-9f2c-1f5ad57d9f62)) + (fp_line (start -4.47 3.65) (end 4.47 3.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2918f209-9a17-4293-b99d-8bc8fce84ddb)) + (fp_line (start 4.47 -3.65) (end 4.47 3.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bab97446-c000-4722-acc1-fae66fa55c34)) + (pad "" np_thru_hole circle (at -2.89 -2.6) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp a7129fea-d211-4679-9f1d-3a959b32af87)) + (pad "" np_thru_hole circle (at 2.89 -2.6) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp 6a4a937c-0dad-4071-a455-28d9d1bfec5f)) (pad "A1" smd rect (at -3.25 -4.045) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "passive") (tstamp 02f0f878-a4ae-444a-a4ed-4cead72fc290)) (pad "A4" smd rect (at -2.45 -4.045) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask") @@ -3324,13 +3963,13 @@ (net 114 "unconnected-(J8-PadA4)") (pinfunction "VBUS") (pintype "passive+no_connect") (tstamp 6647f40c-a09b-4fef-bfb4-009f2f6b0fad)) (pad "B12" smd rect (at -3.25 -4.045) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "passive") (tstamp 86d86c93-cab9-4bd1-ab90-d114e9005e4b)) - (pad "S1" thru_hole oval (at -4.32 -3.13) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask) + (pad "S1" thru_hole oval (at -4.32 -3.13) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "SHIELD") (pintype "passive") (tstamp 37deb161-7e63-452d-bcf8-911c87a6abb2)) - (pad "S1" thru_hole oval (at -4.32 1.05) (size 1 1.6) (drill oval 0.6 1.2) (layers *.Cu *.Mask) + (pad "S1" thru_hole oval (at -4.32 1.05) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "SHIELD") (pintype "passive") (tstamp 3834aa11-f8fc-42d9-be73-4cae9ac76265)) - (pad "S1" thru_hole oval (at 4.32 -3.13) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask) + (pad "S1" thru_hole oval (at 4.32 -3.13) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "SHIELD") (pintype "passive") (tstamp 7b09b35c-8c17-493c-91e2-9877015e29c9)) - (pad "S1" thru_hole oval (at 4.32 1.05) (size 1 1.6) (drill oval 0.6 1.2) (layers *.Cu *.Mask) + (pad "S1" thru_hole oval (at 4.32 1.05) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "SHIELD") (pintype "passive") (tstamp 9efc0723-4736-4117-b724-9777efed15a5)) (model "${KICAD6_3DMODEL_DIR}/Connector_USB.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.wrl" (offset (xyz 0 0 0)) @@ -3345,7 +3984,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d14cf1d) + (tstamp 00000000-0000-0000-0000-00005d14cf1d) (at 217.75 102 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -3358,30 +3997,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188432b") (attr smd) (fp_text reference "R69" (at -2.5 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 886ae7e3-b346-4e94-9352-fd3fd7ef0454) ) (fp_text value "4.7k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 55d1a80e-b000-49ce-b278-0ea2cf858df2) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 813b5208-725d-4722-bb07-1b52216b887a) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 82b22754-811b-42f0-9c78-7f1b009be4e1)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c3b1f900-5ad9-4a2c-a918-6d08c5268ddf)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1374a0b4-f48f-4095-bf72-b25522f9d6c1)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9305c43c-883c-4eb0-814e-ace047ccf40e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d8662a3e-0bfc-4014-a0fb-6fc46212f965)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ebfade62-bcba-4e81-aaa8-35cad801bee7)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 33026705-6070-484e-ad15-543d3ac82a8e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 39a360f2-4c66-4881-9e12-0650ec8642e2)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b5857899-1b5a-449d-8540-998b2b5d6fdd)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d2bc1fdf-cd3c-48ac-8335-b6f1b50975be)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82b22754-811b-42f0-9c78-7f1b009be4e1)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3b1f900-5ad9-4a2c-a918-6d08c5268ddf)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1374a0b4-f48f-4095-bf72-b25522f9d6c1)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8662a3e-0bfc-4014-a0fb-6fc46212f965)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9305c43c-883c-4eb0-814e-ace047ccf40e)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ebfade62-bcba-4e81-aaa8-35cad801bee7)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2bc1fdf-cd3c-48ac-8335-b6f1b50975be)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39a360f2-4c66-4881-9e12-0650ec8642e2)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33026705-6070-484e-ad15-543d3ac82a8e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5857899-1b5a-449d-8540-998b2b5d6fdd)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pintype "passive") (tstamp 209b2b15-c30a-4d32-bfc4-878d4c7e998a)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 535 "INA_SCL") (pintype "passive") (tstamp 174389c9-4b08-4b1a-903e-710f0bea85b2)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -3391,7 +4040,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d14cf2e) + (tstamp 00000000-0000-0000-0000-00005d14cf2e) (at 153.9 122.1 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -3404,30 +4053,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188426e") (attr smd) (fp_text reference "R70" (at 2.4 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0c67b69d-3584-4cea-b935-5a0716a215b1) ) (fp_text value "33" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3e713336-c60c-4647-95a4-d7b31c893b33) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 36fb3690-0f83-4cdc-803e-72dede2b3bd0) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 7d93cc44-0818-4327-9c26-f038a60525ef)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp b0d679f8-633b-45b2-9f7d-85bd443fbc41)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0237d001-552f-4ff3-a3f0-fe0c7edcd69d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 35947bc7-1152-4d37-9427-cc91841d91d9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b8212295-41f3-4ece-b8ff-190744090917)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp eeebac86-f0b0-4b95-b037-b32bd19595a9)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 21a73a35-3cfd-4cef-a2df-cd1632e0fd35)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 578cff48-9435-4f95-a27b-b9eb7513232b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 943ceafa-39cb-4ff9-9d72-75436f6ce8ab)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d6ea8982-e7b7-4eaf-943e-bc3ded1a483d)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0d679f8-633b-45b2-9f7d-85bd443fbc41)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d93cc44-0818-4327-9c26-f038a60525ef)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eeebac86-f0b0-4b95-b037-b32bd19595a9)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0237d001-552f-4ff3-a3f0-fe0c7edcd69d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35947bc7-1152-4d37-9427-cc91841d91d9)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8212295-41f3-4ece-b8ff-190744090917)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 578cff48-9435-4f95-a27b-b9eb7513232b)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21a73a35-3cfd-4cef-a2df-cd1632e0fd35)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6ea8982-e7b7-4eaf-943e-bc3ded1a483d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 943ceafa-39cb-4ff9-9d72-75436f6ce8ab)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 309 "Net-(J8-PadA6)") (pintype "passive") (tstamp c17c9087-20be-4c8d-9da8-d23ca8ef1d1c)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 315 "/Reform 2 Power/Reform 2 LPC/LPCUD_P") (pintype "passive") (tstamp c4c6dcb6-d2c9-40d9-b028-bcc60d0c2a55)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -3437,7 +4096,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d14cf3f) + (tstamp 00000000-0000-0000-0000-00005d14cf3f) (at 155.7 122.1 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -3450,30 +4109,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884356") (attr smd) (fp_text reference "R71" (at -2.4 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4708ac8d-f798-48af-a492-bae27260764a) ) (fp_text value "1.5k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 30cc49aa-da2a-4eba-9db2-ea030ead6ec6) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b45e47a9-c246-4df6-885a-ec0fafa1136b) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 3bf6a713-d852-4d89-ad98-2671e06e9070)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 8d5f2797-5988-4138-a649-c919e65fb3bf)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2a01e8da-3bb0-47f7-b4e5-97e907baa285)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 43bfe9ea-d07d-4fc4-8e8c-e393e273bbb8)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 54949e7e-e9ab-4ae5-ad3c-8928432bd546)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f40d37d2-6a2b-4a41-9cdb-1c0bfbfd4da1)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 230c9669-d813-43dd-9187-70c483fa3181)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4443fdf7-652e-4004-89c4-4151d78e885a)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 696ef821-649f-4ced-8c8a-0847b2cd457e)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f5d3dc8f-9a7b-4a79-ab3b-689ca00d544d)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d5f2797-5988-4138-a649-c919e65fb3bf)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bf6a713-d852-4d89-ad98-2671e06e9070)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a01e8da-3bb0-47f7-b4e5-97e907baa285)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f40d37d2-6a2b-4a41-9cdb-1c0bfbfd4da1)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43bfe9ea-d07d-4fc4-8e8c-e393e273bbb8)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54949e7e-e9ab-4ae5-ad3c-8928432bd546)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 230c9669-d813-43dd-9187-70c483fa3181)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4443fdf7-652e-4004-89c4-4151d78e885a)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 696ef821-649f-4ced-8c8a-0847b2cd457e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5d3dc8f-9a7b-4a79-ab3b-689ca00d544d)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pintype "passive") (tstamp b5cd7c93-0934-40e2-bf2c-b006691e144f)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 309 "Net-(J8-PadA6)") (pintype "passive") (tstamp 2f30e857-6813-494f-bd97-78df6c05e128)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -3483,7 +4152,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d14cf50) + (tstamp 00000000-0000-0000-0000-00005d14cf50) (at 152.15 122.1 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -3496,30 +4165,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884278") (attr smd) (fp_text reference "R72" (at 2.4 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 404f7eea-d031-4edf-9d72-6c5ea87ef3ef) ) (fp_text value "33" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp bf534b5c-ef56-4703-a1ad-693953fcb19d) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b6a5cdf4-88b6-46f9-8e3a-671b23bde22a) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 2a806a86-ad77-418e-b6ea-60c88013f04c)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 6d5a27dd-8c81-4f23-b770-bf7ace1bc605)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 52451d0e-0b22-42f7-9625-fe64ccb0aace)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5b9e02ec-3950-4ac2-bca8-e6ab0f81f09c)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5f6219cf-3089-4659-86da-0bcb28eb7905)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp feafdb74-70b2-45fc-bba2-8ef7b7ced9fc)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1cff9d45-687f-45e1-8e44-778f4e7de39c)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 404f2fcb-3dff-4d8f-bd28-6d91f5cc333e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 422546fa-859f-4e77-9aa7-5dad6d2f74cc)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7bae0da3-f17c-4d4a-b6b7-dbead3331c0c)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a806a86-ad77-418e-b6ea-60c88013f04c)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d5a27dd-8c81-4f23-b770-bf7ace1bc605)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b9e02ec-3950-4ac2-bca8-e6ab0f81f09c)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp feafdb74-70b2-45fc-bba2-8ef7b7ced9fc)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52451d0e-0b22-42f7-9625-fe64ccb0aace)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5f6219cf-3089-4659-86da-0bcb28eb7905)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7bae0da3-f17c-4d4a-b6b7-dbead3331c0c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1cff9d45-687f-45e1-8e44-778f4e7de39c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 422546fa-859f-4e77-9aa7-5dad6d2f74cc)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 404f2fcb-3dff-4d8f-bd28-6d91f5cc333e)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 310 "Net-(J8-PadA7)") (pintype "passive") (tstamp 5b99dd21-87bf-4aa6-a4dc-051363a876c6)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 316 "/Reform 2 Power/Reform 2 LPC/LPCUD_N") (pintype "passive") (tstamp ca0ee6bf-923d-4934-bde0-2d7e4bc64048)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -3529,7 +4208,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d14cf72) + (tstamp 00000000-0000-0000-0000-00005d14cf72) (at 226.5 102 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -3542,30 +4221,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842e9") (attr smd) (fp_text reference "R74" (at -2.5 0 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5479a0b0-3e7d-4eff-ae33-e87881e33426) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 43e8f46e-c408-44ea-9656-7ef2e13eb054) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cf93646c-e8c9-4d92-a22a-4a4e9f001dc6) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 75adb583-d978-4be0-b064-a89ab0107420)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp ae5cdd0c-39b7-4653-b24a-b88c6ce20bb3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1672c462-8afe-4ae5-94e3-19b0174e8057)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2d3ccc4b-36b9-44c6-bb28-86ca3646b0d2)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7da6611a-3edf-4a9f-9fdc-423ac759538b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 87d9e290-39bb-47f0-92bc-d4d9f553a766)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3ef3cf5e-a5b0-4ae3-b103-6b57908e49cf)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6218035c-7ae1-4503-a86f-38f1f1f7cbd1)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ab405b38-4608-419c-8587-c3782f7ebbe5)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c4826fee-52c2-480e-b157-81189552cfb3)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae5cdd0c-39b7-4653-b24a-b88c6ce20bb3)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75adb583-d978-4be0-b064-a89ab0107420)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d3ccc4b-36b9-44c6-bb28-86ca3646b0d2)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87d9e290-39bb-47f0-92bc-d4d9f553a766)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7da6611a-3edf-4a9f-9fdc-423ac759538b)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1672c462-8afe-4ae5-94e3-19b0174e8057)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4826fee-52c2-480e-b157-81189552cfb3)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6218035c-7ae1-4503-a86f-38f1f1f7cbd1)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ef3cf5e-a5b0-4ae3-b103-6b57908e49cf)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab405b38-4608-419c-8587-c3782f7ebbe5)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 89 "BMON_SDO") (pintype "passive") (tstamp e0151f09-4e1f-46c6-95af-4a1b333ad46c)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 318 "/Reform 2 Power/Reform 2 LPC/LPC_MISO1b") (pintype "passive") (tstamp ed40a221-3cc7-47c8-9561-751f5d209895)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -3575,7 +4264,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d14cf94) + (tstamp 00000000-0000-0000-0000-00005d14cf94) (at 221.25 102 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -3588,30 +4277,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842fd") (attr smd) (fp_text reference "R76" (at -2.5 0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4651c8e3-4840-4e2d-8882-ff4f692df58c) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp be647d2a-f445-475d-909f-e72ea95eecce) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8473bdeb-5e52-4bf7-8cb6-bbf2e4e68bc3) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 1daf0c5d-6050-4d88-a52f-7b9e107e9f9f)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 4b46ba9c-1e5b-40e6-a66e-cd05e4cf5950)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6632b8e2-128d-421c-abeb-41bc9bf50e22)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a1b13922-7733-4364-a08f-b14843f0ff91)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp aaa4682c-1030-490d-a4e4-3c2065293a95)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e829ed6b-af20-4f16-a417-755f885b7b19)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0e9f1380-e15b-46af-bb51-1bff6c97af71)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4bd779c5-9043-4474-ad05-54528d8e5992)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b2b929a7-94ff-4598-bf43-9d1fe4a9ac8f)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e337e964-8112-4b5b-9d81-4afd2b57659c)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b46ba9c-1e5b-40e6-a66e-cd05e4cf5950)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1daf0c5d-6050-4d88-a52f-7b9e107e9f9f)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aaa4682c-1030-490d-a4e4-3c2065293a95)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e829ed6b-af20-4f16-a417-755f885b7b19)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1b13922-7733-4364-a08f-b14843f0ff91)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6632b8e2-128d-421c-abeb-41bc9bf50e22)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e9f1380-e15b-46af-bb51-1bff6c97af71)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bd779c5-9043-4474-ad05-54528d8e5992)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e337e964-8112-4b5b-9d81-4afd2b57659c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2b929a7-94ff-4598-bf43-9d1fe4a9ac8f)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 88 "BMON_CS") (pintype "passive") (tstamp a93dda05-6798-4116-936e-ddb650d8f7f6)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 320 "/Reform 2 Power/Reform 2 LPC/LPC_SSEL1") (pintype "passive") (tstamp a6e03281-c88f-4ae0-8c65-b72f5ae81bd1)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -3621,7 +4320,7 @@ ) (footprint "Package_QFP:LQFP-48_7x7mm_P0.5mm" (layer "F.Cu") - (tedit 5C18330E) (tstamp 00000000-0000-0000-0000-00005d14f068) + (tstamp 00000000-0000-0000-0000-00005d14f068) (at 221.9 94.5) (descr "LQFP, 48 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2358-16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") (tags "LQFP QFP") @@ -3634,150 +4333,188 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884241") (attr smd) (fp_text reference "U18" (at 1.8 -5.6) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 95136f7f-6acd-4043-ac62-3183736cbe09) ) (fp_text value "LPC11U24FBD48-301" (at 0 5.85) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp d4a97914-0185-4f83-a996-0ca8ac3727fc) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d917c9b5-8e54-429d-bab4-2dcd6b63a570) ) - (fp_line (start -3.61 3.61) (end -3.61 3.16) (layer "F.SilkS") (width 0.12) (tstamp 03e3133c-bbab-4a75-bafd-9168d4802964)) - (fp_line (start -3.16 3.61) (end -3.61 3.61) (layer "F.SilkS") (width 0.12) (tstamp 1e1ff179-385f-468f-aaa9-e642101db179)) - (fp_line (start 3.16 -3.61) (end 3.61 -3.61) (layer "F.SilkS") (width 0.12) (tstamp 33724b06-c485-4194-a7b1-2903c4326e66)) - (fp_line (start 3.16 3.61) (end 3.61 3.61) (layer "F.SilkS") (width 0.12) (tstamp 679a874f-a8f7-4228-bd2c-965d6cab80bc)) - (fp_line (start 3.61 -3.61) (end 3.61 -3.16) (layer "F.SilkS") (width 0.12) (tstamp 6afe8e8c-800d-4776-a615-17fb8e0570ab)) - (fp_line (start -3.16 -3.61) (end -3.61 -3.61) (layer "F.SilkS") (width 0.12) (tstamp 79cd1be8-5e92-46ed-b704-a28e47826285)) - (fp_line (start -3.61 -3.16) (end -4.9 -3.16) (layer "F.SilkS") (width 0.12) (tstamp a97034ca-3cb2-48cc-a3e2-f3c8d71d1e0f)) - (fp_line (start -3.61 -3.61) (end -3.61 -3.16) (layer "F.SilkS") (width 0.12) (tstamp dee0cb71-33f6-4068-b4b9-8f97b431f2c3)) - (fp_line (start 3.61 3.61) (end 3.61 3.16) (layer "F.SilkS") (width 0.12) (tstamp dfe6ea61-124a-4e94-98de-3f69a1610d8c)) - (fp_line (start -3.15 5.15) (end -3.15 3.75) (layer "F.CrtYd") (width 0.05) (tstamp 09a92ed3-5932-4167-9451-a20d3af0b58b)) - (fp_line (start 5.15 -3.15) (end 5.15 0) (layer "F.CrtYd") (width 0.05) (tstamp 306031bd-eb97-487a-9ff5-b536847e0073)) - (fp_line (start -5.15 -3.15) (end -5.15 0) (layer "F.CrtYd") (width 0.05) (tstamp 38acaaf1-5fd9-4552-a793-22c563d78bba)) - (fp_line (start 3.75 3.75) (end 3.75 3.15) (layer "F.CrtYd") (width 0.05) (tstamp 3f9ca083-95c6-405a-89ca-1578fffe2b98)) - (fp_line (start 3.75 -3.15) (end 5.15 -3.15) (layer "F.CrtYd") (width 0.05) (tstamp 406fe635-9afc-4271-9a4c-b84e30be3d04)) - (fp_line (start -3.75 -3.15) (end -5.15 -3.15) (layer "F.CrtYd") (width 0.05) (tstamp 4ea3094e-adde-43cd-8d55-a18fe1ea58a9)) - (fp_line (start 3.15 3.75) (end 3.75 3.75) (layer "F.CrtYd") (width 0.05) (tstamp 504d5cf5-206d-4534-9ca7-cb29605835ac)) - (fp_line (start -5.15 3.15) (end -5.15 0) (layer "F.CrtYd") (width 0.05) (tstamp 53c49269-758e-49ea-966c-bbea120c5e45)) - (fp_line (start -3.15 -5.15) (end -3.15 -3.75) (layer "F.CrtYd") (width 0.05) (tstamp 6281eb02-e23f-40c8-9639-326b180792c8)) - (fp_line (start 0 5.15) (end 3.15 5.15) (layer "F.CrtYd") (width 0.05) (tstamp 68990c48-6de4-4d2e-890f-a128a79757fc)) - (fp_line (start -3.75 -3.75) (end -3.75 -3.15) (layer "F.CrtYd") (width 0.05) (tstamp 6e9c8ce2-8ef0-40f0-8c92-1bb2e72a9196)) - (fp_line (start 3.15 -3.75) (end 3.75 -3.75) (layer "F.CrtYd") (width 0.05) (tstamp 982f0225-ac5b-4d64-9a6b-c7b3a4f43f95)) - (fp_line (start 3.75 3.15) (end 5.15 3.15) (layer "F.CrtYd") (width 0.05) (tstamp a014bce1-230b-44bc-9f29-b9bf1ee2e71e)) - (fp_line (start 3.15 5.15) (end 3.15 3.75) (layer "F.CrtYd") (width 0.05) (tstamp b9f1d2d6-29b9-4be0-8471-033dfc2e5400)) - (fp_line (start -3.15 -3.75) (end -3.75 -3.75) (layer "F.CrtYd") (width 0.05) (tstamp c68851ef-c27d-4041-be7d-4d33bb858596)) - (fp_line (start 0 -5.15) (end 3.15 -5.15) (layer "F.CrtYd") (width 0.05) (tstamp c982be68-bc23-44d0-a0ee-8a6376f33057)) - (fp_line (start -3.75 3.75) (end -3.75 3.15) (layer "F.CrtYd") (width 0.05) (tstamp cada7233-5317-47e5-b1f3-2b8ecd021332)) - (fp_line (start 0 5.15) (end -3.15 5.15) (layer "F.CrtYd") (width 0.05) (tstamp d2e1d435-4dc3-441b-925b-2758cd21d252)) - (fp_line (start -3.15 3.75) (end -3.75 3.75) (layer "F.CrtYd") (width 0.05) (tstamp ef5f181a-ba13-4f98-9223-290d454440c2)) - (fp_line (start -3.75 3.15) (end -5.15 3.15) (layer "F.CrtYd") (width 0.05) (tstamp f63ed7f5-b782-47e4-b4c1-a21bd9f3e1b7)) - (fp_line (start 3.75 -3.75) (end 3.75 -3.15) (layer "F.CrtYd") (width 0.05) (tstamp f6fd9f4b-7942-4585-a46a-370f5edc2457)) - (fp_line (start 0 -5.15) (end -3.15 -5.15) (layer "F.CrtYd") (width 0.05) (tstamp f76cac5d-933c-4714-8153-8c7acb0dfac0)) - (fp_line (start 5.15 3.15) (end 5.15 0) (layer "F.CrtYd") (width 0.05) (tstamp f7709aa5-c996-48e6-ad11-64aaf37fc0f3)) - (fp_line (start 3.15 -5.15) (end 3.15 -3.75) (layer "F.CrtYd") (width 0.05) (tstamp fe7eed0b-5a1b-49dc-8c71-36f7bd9e3e03)) - (fp_line (start -3.5 -2.5) (end -2.5 -3.5) (layer "F.Fab") (width 0.1) (tstamp 7f843f24-de95-4971-82fa-e54d9a718e68)) - (fp_line (start 3.5 -3.5) (end 3.5 3.5) (layer "F.Fab") (width 0.1) (tstamp 856f8c8a-6822-4e72-9604-2315021ba9fe)) - (fp_line (start -3.5 3.5) (end -3.5 -2.5) (layer "F.Fab") (width 0.1) (tstamp 9d7853e4-2b5e-47fe-8098-249dd4dea321)) - (fp_line (start 3.5 3.5) (end -3.5 3.5) (layer "F.Fab") (width 0.1) (tstamp c0a8d84b-c03a-4923-afce-c5748b8e50c0)) - (fp_line (start -2.5 -3.5) (end 3.5 -3.5) (layer "F.Fab") (width 0.1) (tstamp dc87be56-87ad-499b-a6b5-7bc927ac4935)) - (pad "1" smd roundrect locked (at -4.1625 -2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -3.61 -3.61) (end -3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dee0cb71-33f6-4068-b4b9-8f97b431f2c3)) + (fp_line (start -3.61 -3.16) (end -4.9 -3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a97034ca-3cb2-48cc-a3e2-f3c8d71d1e0f)) + (fp_line (start -3.61 3.61) (end -3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03e3133c-bbab-4a75-bafd-9168d4802964)) + (fp_line (start -3.16 -3.61) (end -3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79cd1be8-5e92-46ed-b704-a28e47826285)) + (fp_line (start -3.16 3.61) (end -3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e1ff179-385f-468f-aaa9-e642101db179)) + (fp_line (start 3.16 -3.61) (end 3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33724b06-c485-4194-a7b1-2903c4326e66)) + (fp_line (start 3.16 3.61) (end 3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 679a874f-a8f7-4228-bd2c-965d6cab80bc)) + (fp_line (start 3.61 -3.61) (end 3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6afe8e8c-800d-4776-a615-17fb8e0570ab)) + (fp_line (start 3.61 3.61) (end 3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dfe6ea61-124a-4e94-98de-3f69a1610d8c)) + (fp_line (start -5.15 -3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38acaaf1-5fd9-4552-a793-22c563d78bba)) + (fp_line (start -5.15 3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53c49269-758e-49ea-966c-bbea120c5e45)) + (fp_line (start -3.75 -3.75) (end -3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e9c8ce2-8ef0-40f0-8c92-1bb2e72a9196)) + (fp_line (start -3.75 -3.15) (end -5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ea3094e-adde-43cd-8d55-a18fe1ea58a9)) + (fp_line (start -3.75 3.15) (end -5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f63ed7f5-b782-47e4-b4c1-a21bd9f3e1b7)) + (fp_line (start -3.75 3.75) (end -3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cada7233-5317-47e5-b1f3-2b8ecd021332)) + (fp_line (start -3.15 -5.15) (end -3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6281eb02-e23f-40c8-9639-326b180792c8)) + (fp_line (start -3.15 -3.75) (end -3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c68851ef-c27d-4041-be7d-4d33bb858596)) + (fp_line (start -3.15 3.75) (end -3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef5f181a-ba13-4f98-9223-290d454440c2)) + (fp_line (start -3.15 5.15) (end -3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09a92ed3-5932-4167-9451-a20d3af0b58b)) + (fp_line (start 0 -5.15) (end -3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f76cac5d-933c-4714-8153-8c7acb0dfac0)) + (fp_line (start 0 -5.15) (end 3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c982be68-bc23-44d0-a0ee-8a6376f33057)) + (fp_line (start 0 5.15) (end -3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2e1d435-4dc3-441b-925b-2758cd21d252)) + (fp_line (start 0 5.15) (end 3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68990c48-6de4-4d2e-890f-a128a79757fc)) + (fp_line (start 3.15 -5.15) (end 3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe7eed0b-5a1b-49dc-8c71-36f7bd9e3e03)) + (fp_line (start 3.15 -3.75) (end 3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 982f0225-ac5b-4d64-9a6b-c7b3a4f43f95)) + (fp_line (start 3.15 3.75) (end 3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 504d5cf5-206d-4534-9ca7-cb29605835ac)) + (fp_line (start 3.15 5.15) (end 3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9f1d2d6-29b9-4be0-8471-033dfc2e5400)) + (fp_line (start 3.75 -3.75) (end 3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6fd9f4b-7942-4585-a46a-370f5edc2457)) + (fp_line (start 3.75 -3.15) (end 5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 406fe635-9afc-4271-9a4c-b84e30be3d04)) + (fp_line (start 3.75 3.15) (end 5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a014bce1-230b-44bc-9f29-b9bf1ee2e71e)) + (fp_line (start 3.75 3.75) (end 3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f9ca083-95c6-405a-89ca-1578fffe2b98)) + (fp_line (start 5.15 -3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 306031bd-eb97-487a-9ff5-b536847e0073)) + (fp_line (start 5.15 3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7709aa5-c996-48e6-ad11-64aaf37fc0f3)) + (fp_line (start -3.5 -2.5) (end -2.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f843f24-de95-4971-82fa-e54d9a718e68)) + (fp_line (start -3.5 3.5) (end -3.5 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d7853e4-2b5e-47fe-8098-249dd4dea321)) + (fp_line (start -2.5 -3.5) (end 3.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc87be56-87ad-499b-a6b5-7bc927ac4935)) + (fp_line (start 3.5 -3.5) (end 3.5 3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 856f8c8a-6822-4e72-9604-2315021ba9fe)) + (fp_line (start 3.5 3.5) (end -3.5 3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0a8d84b-c03a-4923-afce-c5748b8e50c0)) + (pad "1" smd roundrect (at -4.1625 -2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 543 "CHG_RNG") (pinfunction "PIO1_25") (pintype "bidirectional") (tstamp 90dced00-cad0-4d47-8c03-1eb0e5204493)) - (pad "2" smd roundrect locked (at -4.1625 -2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at -4.1625 -2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 328 "1V2_PWR_EN") (pinfunction "PIO1_19") (pintype "bidirectional") (tstamp 8c6278d7-5294-48dd-a4d5-bb911fc271c5)) - (pad "3" smd roundrect locked (at -4.1625 -1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "3" smd roundrect (at -4.1625 -1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 332 "/Reform 2 Power/Reform 2 LPC/LPC_~{RESET}") (pinfunction "PIO0_0") (pintype "bidirectional") (tstamp b6a5b26f-7b11-494b-b868-ec10e3f1bf5c)) - (pad "4" smd roundrect locked (at -4.1625 -1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "4" smd roundrect (at -4.1625 -1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 331 "/Reform 2 Power/Reform 2 LPC/LPC_UFTOGG") (pinfunction "PIO0_1") (pintype "bidirectional") (tstamp 18c1dd86-683e-4a1c-9528-aafe60f5fbb4)) - (pad "5" smd roundrect locked (at -4.1625 -0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "5" smd roundrect (at -4.1625 -0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pinfunction "VSS") (pintype "power_in") (tstamp 775d6d52-2b47-4799-bce5-73a9f92110de)) - (pad "6" smd roundrect locked (at -4.1625 -0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "6" smd roundrect (at -4.1625 -0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 187 "Net-(C51-Pad1)") (pinfunction "XTALIN") (pintype "input") (tstamp 5dff6baf-82e8-4bee-b044-acf4145731fc)) - (pad "7" smd roundrect locked (at -4.1625 0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "7" smd roundrect (at -4.1625 0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 186 "Net-(C48-Pad1)") (pinfunction "XTALOUT") (pintype "output") (tstamp 3b664a26-c403-482b-a34a-7609b9fc5036)) - (pad "8" smd roundrect locked (at -4.1625 0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "8" smd roundrect (at -4.1625 0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pinfunction "VDD") (pintype "power_in") (tstamp d043177d-b0dc-4b15-9eb9-cead545c9300)) - (pad "9" smd roundrect locked (at -4.1625 1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "9" smd roundrect (at -4.1625 1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 596 "PCIE1_PWR_EN") (pinfunction "PIO0_20") (pintype "bidirectional") (tstamp 0e595d2f-bc4d-445e-95a2-47ab0b291947)) - (pad "10" smd roundrect locked (at -4.1625 1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "10" smd roundrect (at -4.1625 1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 327 "/Reform 2 Power/Reform 2 LPC/LPC_SSEL0") (pinfunction "PIO0_2") (pintype "bidirectional") (tstamp 5b28759b-e3f8-4afe-9756-df91a6f29a19)) - (pad "11" smd roundrect locked (at -4.1625 2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "11" smd roundrect (at -4.1625 2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 233 "/Reform 2 Power/Reform 2 LPC/LPC_RXDc") (pinfunction "PIO1_26") (pintype "bidirectional") (tstamp 60bd652a-0c31-4f5a-a114-fbbebb501ba1)) - (pad "12" smd roundrect locked (at -4.1625 2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "12" smd roundrect (at -4.1625 2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 234 "/Reform 2 Power/Reform 2 LPC/LPC_TXDc") (pinfunction "PIO1_27") (pintype "bidirectional") (tstamp 548076ec-5382-45f2-9ea5-c139ecbff431)) - (pad "13" smd roundrect locked (at -2.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "13" smd roundrect (at -2.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 317 "/Reform 2 Power/Reform 2 LPC/LPC_SCK1b") (pinfunction "PIO1_20") (pintype "bidirectional") (tstamp cfb356c7-17d3-4887-89e0-914a56c7ccef)) - (pad "14" smd roundrect locked (at -2.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "14" smd roundrect (at -2.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 330 "/Reform 2 Power/Reform 2 LPC/LPC_UVBUS") (pinfunction "PIO0_3") (pintype "bidirectional") (tstamp ef92ebb7-3d3d-4495-bc2c-6082084a6b17)) - (pad "15" smd roundrect locked (at -1.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "15" smd roundrect (at -1.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 535 "INA_SCL") (pinfunction "PIO0_4") (pintype "bidirectional") (tstamp e0255444-5e1a-42e5-b008-61aab47b09ab)) - (pad "16" smd roundrect locked (at -1.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "16" smd roundrect (at -1.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 534 "INA_SDA") (pinfunction "PIO0_5") (pintype "bidirectional") (tstamp 785b9059-7e22-4769-a891-a89ecee72173)) - (pad "17" smd roundrect locked (at -0.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "17" smd roundrect (at -0.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 217 "/Reform 2 Power/Reform 2 LPC/LPC_MOSI1a") (pinfunction "PIO0_21") (pintype "bidirectional") (tstamp 1edcad61-f642-4a45-b725-fcf2d0e27f15)) - (pad "18" smd roundrect locked (at -0.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "18" smd roundrect (at -0.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 320 "/Reform 2 Power/Reform 2 LPC/LPC_SSEL1") (pinfunction "PIO1_23") (pintype "bidirectional") (tstamp 3d717764-ad2a-40ac-afb1-9e6c0afb7673)) - (pad "19" smd roundrect locked (at 0.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "19" smd roundrect (at 0.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 316 "/Reform 2 Power/Reform 2 LPC/LPCUD_N") (pinfunction "USB_DM") (pintype "bidirectional") (tstamp 6e81cadf-45bb-4135-a088-0f3c4ed10335)) - (pad "20" smd roundrect locked (at 0.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "20" smd roundrect (at 0.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 315 "/Reform 2 Power/Reform 2 LPC/LPCUD_P") (pinfunction "USB_DP") (pintype "bidirectional") (tstamp a717caf8-6807-4df4-b60b-47d0efb2a928)) - (pad "21" smd roundrect locked (at 1.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "21" smd roundrect (at 1.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 460 "IMX_WAKE") (pinfunction "PIO1_24") (pintype "bidirectional") (tstamp c4b3270f-1d0c-4d2c-b9d4-bf1e4fe9c4af)) - (pad "22" smd roundrect locked (at 1.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "22" smd roundrect (at 1.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 218 "/Reform 2 Power/Reform 2 LPC/LPC_~{USBCON}") (pinfunction "PIO0_6") (pintype "bidirectional") (tstamp 84501e63-332c-42c1-9867-c529f29eaab2)) - (pad "23" smd roundrect locked (at 2.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "23" smd roundrect (at 2.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 597 "AUX_PWR_EN") (pinfunction "PIO0_7") (pintype "bidirectional") (tstamp 97295de6-de2b-41a9-8d25-15212e7d85e7)) - (pad "24" smd roundrect locked (at 2.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "24" smd roundrect (at 2.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 329 "/Reform 2 Power/Reform 2 LPC/LPC_SCLKc") (pinfunction "PIO1_28") (pintype "bidirectional") (tstamp 2ec83e64-2882-4a2d-a2ef-a28e3cf81bda)) - (pad "25" smd roundrect locked (at 4.1625 2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "25" smd roundrect (at 4.1625 2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 568 "USB_PWR_EN") (pinfunction "PIO1_31") (pintype "bidirectional") (tstamp 727d4bf6-383b-4f88-998b-3c92927a2eb5)) - (pad "26" smd roundrect locked (at 4.1625 2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "26" smd roundrect (at 4.1625 2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 318 "/Reform 2 Power/Reform 2 LPC/LPC_MISO1b") (pinfunction "PIO1_21") (pintype "bidirectional") (tstamp 1bc8437c-bfd5-48dc-8dce-e60c72d37e66)) - (pad "27" smd roundrect locked (at 4.1625 1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "27" smd roundrect (at 4.1625 1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 324 "/Reform 2 Power/Reform 2 LPC/LPC_MISO0") (pinfunction "PIO0_8") (pintype "bidirectional") (tstamp 978f5780-b3d6-46ce-bfbe-928fbe6a6062)) - (pad "28" smd roundrect locked (at 4.1625 1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "28" smd roundrect (at 4.1625 1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 325 "/Reform 2 Power/Reform 2 LPC/LPC_MOSI0") (pinfunction "PIO0_9") (pintype "bidirectional") (tstamp 19524540-4c39-4572-85cf-be6d99366989)) - (pad "29" smd roundrect locked (at 4.1625 0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "29" smd roundrect (at 4.1625 0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 326 "/Reform 2 Power/Reform 2 LPC/LPC_SCK0a") (pinfunction "PIO0_10") (pintype "bidirectional") (tstamp 43c708e4-379f-4879-a6a9-5e8e38b327ae)) - (pad "30" smd roundrect locked (at 4.1625 0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "30" smd roundrect (at 4.1625 0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 231 "/Reform 2 Power/Reform 2 LPC/LPC_MISO1a") (pinfunction "PIO0_22") (pintype "bidirectional") (tstamp 4de8bbea-cd45-4019-86b7-bf98a6027009)) - (pad "31" smd roundrect locked (at 4.1625 -0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "31" smd roundrect (at 4.1625 -0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 232 "/Reform 2 Power/Reform 2 LPC/LPC_SCK0b") (pinfunction "PIO1_29") (pintype "bidirectional") (tstamp e043628b-3215-43f1-8797-5ce947ffd4d0)) - (pad "32" smd roundrect locked (at 4.1625 -0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "32" smd roundrect (at 4.1625 -0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 227 "/Reform 2 Power/Reform 2 LPC/LPC_TDI") (pinfunction "PIO0_11") (pintype "bidirectional") (tstamp 1ea3fb61-21a6-45e2-9714-c52d4cc0f46b)) - (pad "33" smd roundrect locked (at 4.1625 -1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "33" smd roundrect (at 4.1625 -1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 229 "/Reform 2 Power/Reform 2 LPC/LPC_TMS") (pinfunction "PIO0_12") (pintype "bidirectional") (tstamp 142f9de1-726d-49f2-a488-b34aaaa8e75d)) - (pad "34" smd roundrect locked (at 4.1625 -1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "34" smd roundrect (at 4.1625 -1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 225 "/Reform 2 Power/Reform 2 LPC/LPC_TDO") (pinfunction "PIO0_13") (pintype "bidirectional") (tstamp 4e3c23e3-128c-409e-b61f-e55dc832bcfc)) - (pad "35" smd roundrect locked (at 4.1625 -2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "35" smd roundrect (at 4.1625 -2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 226 "/Reform 2 Power/Reform 2 LPC/LPC_~{TRST}") (pinfunction "PIO0_14") (pintype "bidirectional") (tstamp c9f79c53-8b99-4ab3-be0f-1f98a82caf89)) - (pad "36" smd roundrect locked (at 4.1625 -2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "36" smd roundrect (at 4.1625 -2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 414 "LPC_UART2_TX") (pinfunction "PIO1_13") (pintype "bidirectional") (tstamp b813391c-9092-45b4-b831-422042d11d1c)) - (pad "37" smd roundrect locked (at 2.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "37" smd roundrect (at 2.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 413 "LPC_UART2_RX") (pinfunction "PIO1_14") (pintype "bidirectional") (tstamp 957c43f0-47b0-433c-94bc-ce7b68d55039)) - (pad "38" smd roundrect locked (at 2.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "38" smd roundrect (at 2.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 319 "/Reform 2 Power/Reform 2 LPC/LPC_MOSI1b") (pinfunction "PIO1_22") (pintype "bidirectional") (tstamp e45018f9-6e58-4943-9d3a-b7f498f7f8ff)) - (pad "39" smd roundrect locked (at 1.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "39" smd roundrect (at 1.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 223 "/Reform 2 Power/Reform 2 LPC/LPC_SWDIO") (pinfunction "PIO0_15") (pintype "bidirectional") (tstamp 9ecd4f63-9264-4ec2-8505-9ff0ac258883)) - (pad "40" smd roundrect locked (at 1.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "40" smd roundrect (at 1.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 224 "/Reform 2 Power/Reform 2 LPC/LPC_AD5") (pinfunction "PIO0_16") (pintype "bidirectional") (tstamp 966fe628-accf-4660-8085-5f01d74f834f)) - (pad "41" smd roundrect locked (at 0.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "41" smd roundrect (at 0.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pinfunction "VSS") (pintype "power_in") (tstamp 4dadbc3d-bdce-4f34-b79a-6c933bdf4c24)) - (pad "42" smd roundrect locked (at 0.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "42" smd roundrect (at 0.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 221 "/Reform 2 Power/Reform 2 LPC/LPC_AD7") (pinfunction "PIO0_23") (pintype "bidirectional") (tstamp 6755f253-5947-4383-8129-be2376ed6930)) - (pad "43" smd roundrect locked (at -0.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "43" smd roundrect (at -0.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 99 "5V_PWR_EN") (pinfunction "PIO1_15") (pintype "bidirectional") (tstamp 4a32c797-c29b-46fc-9d02-9f2989904a5d)) - (pad "44" smd roundrect locked (at -0.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "44" smd roundrect (at -0.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pinfunction "VDD") (pintype "power_in") (tstamp fd719fc9-7c90-48cb-b8ee-e7f1cd45ae5e)) - (pad "45" smd roundrect locked (at -1.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "45" smd roundrect (at -1.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 222 "/Reform 2 Power/Reform 2 LPC/LPC_SCLKa") (pinfunction "PIO0_17") (pintype "bidirectional") (tstamp 534d15a6-bf45-4b67-b09c-e9a6895785e3)) - (pad "46" smd roundrect locked (at -1.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "46" smd roundrect (at -1.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 219 "/Reform 2 Power/Reform 2 LPC/LPC_RXDa") (pinfunction "PIO0_18") (pintype "bidirectional") (tstamp 585d6290-3955-488d-8729-238a395b4e34)) - (pad "47" smd roundrect locked (at -2.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "47" smd roundrect (at -2.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 220 "/Reform 2 Power/Reform 2 LPC/LPC_TXDa") (pinfunction "PIO0_19") (pintype "bidirectional") (tstamp bbd1afae-4cb4-4b30-b412-0a7ebd0fb803)) - (pad "48" smd roundrect locked (at -2.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "48" smd roundrect (at -2.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 100 "3V3_PWR_EN") (pinfunction "PIO1_16") (pintype "bidirectional") (tstamp 0d63bf65-b29c-472a-899b-b97e3875f114)) (model "${KISYS3DMOD}/Package_QFP.3dshapes/LQFP-48_7x7mm_P0.5mm.wrl" (offset (xyz 0 0 0)) @@ -3787,7 +4524,7 @@ ) (footprint "Crystal:Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm" (layer "F.Cu") - (tedit 5A0FD1B2) (tstamp 00000000-0000-0000-0000-00005d14f131) + (tstamp 00000000-0000-0000-0000-00005d14f131) (at 213.5 91.1 90) (descr "Abracon Miniature Ceramic Smd Crystal ABM8G http://www.abracon.com/Resonators/ABM8G.pdf, 3.2x2.5mm^2 package") (tags "SMD SMT crystal") @@ -3800,39 +4537,54 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618841ff") (attr smd) (fp_text reference "Y2" (at 0 -2.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b79662dc-37b6-43a2-b5d3-c8e5090f9ec0) ) (fp_text value "12MHz" (at 0 2.45 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 79be705c-96e7-44bb-b497-5841677c917d) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 78289d25-5f8a-4b0e-8f70-e982010e7858) ) - (fp_line (start -2 1.65) (end 2 1.65) (layer "F.SilkS") (width 0.12) (tstamp 11adfe1b-9f4d-4123-b227-bb08cedaab99)) - (fp_line (start -2 -1.65) (end -2 1.65) (layer "F.SilkS") (width 0.12) (tstamp 82ab5195-891f-4217-a4e6-943ca703f4f6)) - (fp_line (start -2.1 -1.7) (end -2.1 1.7) (layer "F.CrtYd") (width 0.05) (tstamp 490ad30b-5ab0-4633-a91d-77ac2ac9fa30)) - (fp_line (start 2.1 -1.7) (end -2.1 -1.7) (layer "F.CrtYd") (width 0.05) (tstamp a5de06af-2e07-4f3f-909f-88abac393ccf)) - (fp_line (start -2.1 1.7) (end 2.1 1.7) (layer "F.CrtYd") (width 0.05) (tstamp e40fcf47-118b-4700-9950-127536791b2a)) - (fp_line (start 2.1 1.7) (end 2.1 -1.7) (layer "F.CrtYd") (width 0.05) (tstamp e88acd4a-5317-49f1-b9d2-be66ced6c264)) - (fp_line (start -1.6 0.25) (end -0.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 232562de-9bfd-4e42-ae41-d5a68818a4f6)) - (fp_line (start -1.4 -1.25) (end 1.4 -1.25) (layer "F.Fab") (width 0.1) (tstamp 24e72349-e22e-4862-963d-24470a3e41b2)) - (fp_line (start -1.4 1.25) (end -1.6 1.05) (layer "F.Fab") (width 0.1) (tstamp 3fc25534-e2c6-472d-9da1-0d52452d3a96)) - (fp_line (start -1.6 -1.05) (end -1.4 -1.25) (layer "F.Fab") (width 0.1) (tstamp 4e66ad46-8982-4c47-b2d1-2768b902a92d)) - (fp_line (start 1.4 -1.25) (end 1.6 -1.05) (layer "F.Fab") (width 0.1) (tstamp 694b6c2e-5c5f-4fba-a2c6-07d862fb0095)) - (fp_line (start 1.4 1.25) (end -1.4 1.25) (layer "F.Fab") (width 0.1) (tstamp 752c50a0-5ea5-4928-83fd-754c8f795d34)) - (fp_line (start 1.6 -1.05) (end 1.6 1.05) (layer "F.Fab") (width 0.1) (tstamp 831c9a1a-5323-42fe-bee1-2d294f52d888)) - (fp_line (start 1.6 1.05) (end 1.4 1.25) (layer "F.Fab") (width 0.1) (tstamp 8422c3fe-ad0a-440c-a624-a6c0d3bbbd3e)) - (fp_line (start -1.6 1.05) (end -1.6 -1.05) (layer "F.Fab") (width 0.1) (tstamp d16b5c15-9b38-4e31-a164-110f4bdab1ac)) - (pad "1" smd rect locked (at -1.1 0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -2 -1.65) (end -2 1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82ab5195-891f-4217-a4e6-943ca703f4f6)) + (fp_line (start -2 1.65) (end 2 1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11adfe1b-9f4d-4123-b227-bb08cedaab99)) + (fp_line (start -2.1 -1.7) (end -2.1 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 490ad30b-5ab0-4633-a91d-77ac2ac9fa30)) + (fp_line (start -2.1 1.7) (end 2.1 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e40fcf47-118b-4700-9950-127536791b2a)) + (fp_line (start 2.1 -1.7) (end -2.1 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5de06af-2e07-4f3f-909f-88abac393ccf)) + (fp_line (start 2.1 1.7) (end 2.1 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e88acd4a-5317-49f1-b9d2-be66ced6c264)) + (fp_line (start -1.6 -1.05) (end -1.4 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e66ad46-8982-4c47-b2d1-2768b902a92d)) + (fp_line (start -1.6 0.25) (end -0.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 232562de-9bfd-4e42-ae41-d5a68818a4f6)) + (fp_line (start -1.6 1.05) (end -1.6 -1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d16b5c15-9b38-4e31-a164-110f4bdab1ac)) + (fp_line (start -1.4 -1.25) (end 1.4 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24e72349-e22e-4862-963d-24470a3e41b2)) + (fp_line (start -1.4 1.25) (end -1.6 1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3fc25534-e2c6-472d-9da1-0d52452d3a96)) + (fp_line (start 1.4 -1.25) (end 1.6 -1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 694b6c2e-5c5f-4fba-a2c6-07d862fb0095)) + (fp_line (start 1.4 1.25) (end -1.4 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 752c50a0-5ea5-4928-83fd-754c8f795d34)) + (fp_line (start 1.6 -1.05) (end 1.6 1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 831c9a1a-5323-42fe-bee1-2d294f52d888)) + (fp_line (start 1.6 1.05) (end 1.4 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8422c3fe-ad0a-440c-a624-a6c0d3bbbd3e)) + (pad "1" smd rect (at -1.1 0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 186 "Net-(C48-Pad1)") (pinfunction "1") (pintype "passive") (tstamp afa0af06-9427-48d8-af99-63d76db7626a)) - (pad "2" smd rect locked (at 1.1 0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 1.1 0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "2") (pintype "passive") (tstamp cf76576a-e78b-4459-baf6-9e3867954e26)) - (pad "3" smd rect locked (at 1.1 -0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at 1.1 -0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 187 "Net-(C51-Pad1)") (pinfunction "3") (pintype "passive") (tstamp ba3d8235-72a2-4a60-a318-fb57f14d1fd6)) - (pad "4" smd rect locked (at -1.1 -0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -1.1 -0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "4") (pintype "passive") (tstamp 5c581193-e30b-4a9e-a643-688df6213e83)) (model "${KISYS3DMOD}/Crystal.3dshapes/Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm.wrl" (offset (xyz 0 0 0)) @@ -3842,7 +4594,7 @@ ) (footprint "reform2-motherboard:mntreform" (layer "F.Cu") - (tedit 0) (tstamp 00000000-0000-0000-0000-00005d180553) + (tstamp 00000000-0000-0000-0000-00005d180553) (at 66.9 88 90) (property "Checked" "y") (property "DNP" "y") @@ -3852,14 +4604,15 @@ (path "/00000000-0000-0000-0000-000061115eaf") (attr through_hole) (fp_text reference "H10" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 700d1e0d-6bfd-4643-b8bf-c422cb6520e1) ) (fp_text value "LOGO_REFORM" (at 0.75 0 90) (layer "F.SilkS") hide - (effects (font (size 1.524 1.524) (thickness 0.3))) + (effects (font (size 1.524 1.524) (thickness 0.3))) (tstamp 8059b234-eb78-4adf-867c-a520f8aa0239) ) - (fp_poly (pts + (fp_poly + (pts (xy 1.94679 2.042305) (xy 2.04316 2.068317) (xy 2.065867 2.0828) @@ -3878,8 +4631,34 @@ (xy 1.620175 2.032) (xy 1.817621 2.032) (xy 1.94679 2.042305) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 1f1222fd-4be4-43bd-818c-ee6583d357ee)) - (fp_poly (pts + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1f1222fd-4be4-43bd-818c-ee6583d357ee)) + (fp_poly + (pts + (xy 10.117124 2.042305) + (xy 10.213493 2.068317) + (xy 10.2362 2.0828) + (xy 10.283474 2.182328) + (xy 10.282771 2.309656) + (xy 10.238382 2.425977) + (xy 10.192914 2.474099) + (xy 10.098837 2.51513) + (xy 9.979031 2.536803) + (xy 9.860644 2.538622) + (xy 9.770822 2.520094) + (xy 9.736667 2.482408) + (xy 9.742154 2.407635) + (xy 9.755996 2.286143) + (xy 9.763588 2.228408) + (xy 9.790508 2.032) + (xy 9.987954 2.032) + (xy 10.117124 2.042305) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c4586eaf-5557-4768-806a-0cfc8a24ceec)) + (fp_poly + (pts (xy -3.937 -1.164532) (xy -3.937 -3.556) (xy 0.635 -3.556) @@ -3901,8 +4680,40 @@ (xy -7.62 -1.164532) (xy -7.62 -4.846802) (xy -3.937 -1.164532) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 764863f5-1548-4c9e-bfa5-f40db4a8d605)) - (fp_poly (pts + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 764863f5-1548-4c9e-bfa5-f40db4a8d605)) + (fp_poly + (pts + (xy 7.991232 2.056282) + (xy 8.108758 2.135909) + (xy 8.187726 2.270403) + (xy 8.215834 2.448887) + (xy 8.195887 2.649864) + (xy 8.13069 2.85184) + (xy 8.023051 3.033319) + (xy 7.985869 3.077335) + (xy 7.870219 3.181113) + (xy 7.747202 3.231109) + (xy 7.660879 3.243809) + (xy 7.528934 3.245599) + (xy 7.424274 3.228387) + (xy 7.400925 3.218145) + (xy 7.310846 3.116448) + (xy 7.266466 2.965105) + (xy 7.263688 2.782945) + (xy 7.298416 2.588795) + (xy 7.366553 2.401485) + (xy 7.464001 2.239843) + (xy 7.586664 2.122696) + (xy 7.646262 2.090643) + (xy 7.83676 2.037587) + (xy 7.991232 2.056282) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b6b728e3-e95d-4670-87a3-994b01e1988b)) + (fp_poly + (pts (xy 15.028334 4.826) (xy -0.296333 4.826) (xy -0.296333 3.771528) @@ -4278,57 +5089,13 @@ (xy -0.296333 0.338666) (xy 15.028334 0.338666) (xy 15.028334 4.826) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 9332cb70-cd69-499b-8c27-c1a1ed0542e8)) - (fp_poly (pts - (xy 7.991232 2.056282) - (xy 8.108758 2.135909) - (xy 8.187726 2.270403) - (xy 8.215834 2.448887) - (xy 8.195887 2.649864) - (xy 8.13069 2.85184) - (xy 8.023051 3.033319) - (xy 7.985869 3.077335) - (xy 7.870219 3.181113) - (xy 7.747202 3.231109) - (xy 7.660879 3.243809) - (xy 7.528934 3.245599) - (xy 7.424274 3.228387) - (xy 7.400925 3.218145) - (xy 7.310846 3.116448) - (xy 7.266466 2.965105) - (xy 7.263688 2.782945) - (xy 7.298416 2.588795) - (xy 7.366553 2.401485) - (xy 7.464001 2.239843) - (xy 7.586664 2.122696) - (xy 7.646262 2.090643) - (xy 7.83676 2.037587) - (xy 7.991232 2.056282) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp b6b728e3-e95d-4670-87a3-994b01e1988b)) - (fp_poly (pts - (xy 10.117124 2.042305) - (xy 10.213493 2.068317) - (xy 10.2362 2.0828) - (xy 10.283474 2.182328) - (xy 10.282771 2.309656) - (xy 10.238382 2.425977) - (xy 10.192914 2.474099) - (xy 10.098837 2.51513) - (xy 9.979031 2.536803) - (xy 9.860644 2.538622) - (xy 9.770822 2.520094) - (xy 9.736667 2.482408) - (xy 9.742154 2.407635) - (xy 9.755996 2.286143) - (xy 9.763588 2.228408) - (xy 9.790508 2.032) - (xy 9.987954 2.032) - (xy 10.117124 2.042305) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp c4586eaf-5557-4768-806a-0cfc8a24ceec)) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9332cb70-cd69-499b-8c27-c1a1ed0542e8)) ) (footprint "footprints:MOLEX_67910-5700" locked (layer "F.Cu") - (tedit 5B16DED1) (tstamp 00000000-0000-0000-0000-00005d1ccb1f) + (tstamp 00000000-0000-0000-0000-00005d1ccb1f) (at 113 47 180) (property "Checked" "y") (property "Distributor" "Mouser") @@ -4339,32 +5106,51 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d1f1f73") (attr smd) (fp_text reference "U11" (at 17.8 0.4 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 968d3c5d-c5f8-4604-97c5-863bd7bbeb42) ) (fp_text value "679105700" (at -0.190457 -0.124727) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp dea13e7e-79fd-42ee-a478-a51533724be3) ) - (fp_line (start -13.2 -5.1) (end -10.4 -5.1) (layer "F.SilkS") (width 0.1524) (tstamp 3097e732-523a-45f3-aa93-e79099b4ee30)) - (fp_line (start -3.2 -5.1) (end -0.8 -5.1) (layer "F.SilkS") (width 0.1524) (tstamp 460f699e-86b6-4f24-bbf5-1fd438ccfac3)) - (fp_line (start -1 5.1) (end -3.8 5.1) (layer "F.SilkS") (width 0.1524) (tstamp 5f6a2b25-ad5d-403b-a652-4fbad2999cad)) - (fp_line (start 16.8 -5.1) (end 16.8 1.5) (layer "F.SilkS") (width 0.1524) (tstamp 7908a1b0-40de-495b-b034-7bc1c9d763ef)) - (fp_line (start 14.4 -5.1) (end 16.8 -5.1) (layer "F.SilkS") (width 0.1524) (tstamp b0cb368d-b8bd-4e7f-b254-0f10e4b4c4a5)) - (fp_line (start -13.2 1.5) (end -13.2 -5.1) (layer "F.SilkS") (width 0.1524) (tstamp bc8a8ef3-b6a5-458d-95a2-f985cfefad51)) - (fp_circle (center -10 5.473) (end -9.9 5.473) (layer "F.SilkS") (width 0.2) (fill none) (tstamp 965221dd-5eb1-46af-8de8-5b22f429190a)) - (fp_line (start -13.2 -5.1) (end 16.8 -5.1) (layer "Dwgs.User") (width 0.1524) (tstamp 11649d68-7e7f-4b3c-be45-b17db006e8a8)) - (fp_line (start 17.875 1.625) (end 17.875 5.5) (layer "Dwgs.User") (width 0.05) (tstamp 641b8256-f564-4b0f-818d-8e5d33065ec7)) - (fp_line (start 17.125 1.625) (end 17.875 1.625) (layer "Dwgs.User") (width 0.05) (tstamp 6e332472-4aa8-4184-aa8d-3fad993855a6)) - (fp_line (start 16.8 5.1) (end -13.2 5.1) (layer "Dwgs.User") (width 0.1524) (tstamp 829b19e4-242d-41fe-bb17-d1ab4c0aa393)) - (fp_line (start 17.875 5.5) (end -14.25 5.5) (layer "Dwgs.User") (width 0.05) (tstamp 8df9b37b-1fb2-41b5-96e5-365dfbecc0b5)) - (fp_line (start -13.5 1.625) (end -13.5 -5.49) (layer "Dwgs.User") (width 0.05) (tstamp 96e8c107-ea66-4bb6-a7ca-1a4bf58ef687)) - (fp_line (start -14.25 1.625) (end -13.5 1.625) (layer "Dwgs.User") (width 0.05) (tstamp c980b61b-61b6-44a9-988d-b3624f061f2f)) - (fp_line (start -13.2 5.1) (end -13.2 -5.1) (layer "Dwgs.User") (width 0.1524) (tstamp cd34eb83-546f-4d99-b325-c4a8224559c6)) - (fp_line (start -13.5 -5.49) (end 17.125 -5.49) (layer "Dwgs.User") (width 0.05) (tstamp d45d84a5-d53f-4910-8603-bf95c78b02b0)) - (fp_line (start 16.8 -5.1) (end 16.8 5.1) (layer "Dwgs.User") (width 0.1524) (tstamp d7634cef-3340-4bc6-bd9c-5e2b82711055)) - (fp_line (start 17.125 -5.49) (end 17.125 1.625) (layer "Dwgs.User") (width 0.05) (tstamp f2e1aebf-606b-4694-baa5-b03488dbc570)) - (fp_line (start -14.25 5.5) (end -14.25 1.625) (layer "Dwgs.User") (width 0.05) (tstamp ffaaa986-d083-482d-8bb6-0f13b635bd4d)) + (fp_line (start -13.2 -5.1) (end -10.4 -5.1) + (stroke (width 0.1524) (type solid)) (layer "F.SilkS") (tstamp 3097e732-523a-45f3-aa93-e79099b4ee30)) + (fp_line (start -13.2 1.5) (end -13.2 -5.1) + (stroke (width 0.1524) (type solid)) (layer "F.SilkS") (tstamp bc8a8ef3-b6a5-458d-95a2-f985cfefad51)) + (fp_line (start -3.2 -5.1) (end -0.8 -5.1) + (stroke (width 0.1524) (type solid)) (layer "F.SilkS") (tstamp 460f699e-86b6-4f24-bbf5-1fd438ccfac3)) + (fp_line (start -1 5.1) (end -3.8 5.1) + (stroke (width 0.1524) (type solid)) (layer "F.SilkS") (tstamp 5f6a2b25-ad5d-403b-a652-4fbad2999cad)) + (fp_line (start 14.4 -5.1) (end 16.8 -5.1) + (stroke (width 0.1524) (type solid)) (layer "F.SilkS") (tstamp b0cb368d-b8bd-4e7f-b254-0f10e4b4c4a5)) + (fp_line (start 16.8 -5.1) (end 16.8 1.5) + (stroke (width 0.1524) (type solid)) (layer "F.SilkS") (tstamp 7908a1b0-40de-495b-b034-7bc1c9d763ef)) + (fp_circle (center -10 5.473) (end -9.9 5.473) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp 965221dd-5eb1-46af-8de8-5b22f429190a)) + (fp_line (start -14.25 1.625) (end -13.5 1.625) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp c980b61b-61b6-44a9-988d-b3624f061f2f)) + (fp_line (start -14.25 5.5) (end -14.25 1.625) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp ffaaa986-d083-482d-8bb6-0f13b635bd4d)) + (fp_line (start -13.5 -5.49) (end 17.125 -5.49) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp d45d84a5-d53f-4910-8603-bf95c78b02b0)) + (fp_line (start -13.5 1.625) (end -13.5 -5.49) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 96e8c107-ea66-4bb6-a7ca-1a4bf58ef687)) + (fp_line (start -13.2 -5.1) (end 16.8 -5.1) + (stroke (width 0.1524) (type solid)) (layer "Dwgs.User") (tstamp 11649d68-7e7f-4b3c-be45-b17db006e8a8)) + (fp_line (start -13.2 5.1) (end -13.2 -5.1) + (stroke (width 0.1524) (type solid)) (layer "Dwgs.User") (tstamp cd34eb83-546f-4d99-b325-c4a8224559c6)) + (fp_line (start 16.8 -5.1) (end 16.8 5.1) + (stroke (width 0.1524) (type solid)) (layer "Dwgs.User") (tstamp d7634cef-3340-4bc6-bd9c-5e2b82711055)) + (fp_line (start 16.8 5.1) (end -13.2 5.1) + (stroke (width 0.1524) (type solid)) (layer "Dwgs.User") (tstamp 829b19e4-242d-41fe-bb17-d1ab4c0aa393)) + (fp_line (start 17.125 -5.49) (end 17.125 1.625) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp f2e1aebf-606b-4694-baa5-b03488dbc570)) + (fp_line (start 17.125 1.625) (end 17.875 1.625) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 6e332472-4aa8-4184-aa8d-3fad993855a6)) + (fp_line (start 17.875 1.625) (end 17.875 5.5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 641b8256-f564-4b0f-818d-8e5d33065ec7)) + (fp_line (start 17.875 5.5) (end -14.25 5.5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 8df9b37b-1fb2-41b5-96e5-365dfbecc0b5)) (pad "" np_thru_hole circle locked (at -10.7 0 180) (size 1.6 1.6) (drill 1.6) (layers) (tstamp 0143fc90-eaa7-4f8e-9afd-7d0753b7b695)) (pad "" np_thru_hole circle locked (at 14.3 0 180) (size 1.1 1.1) (drill 1.1) (layers) (tstamp 630491f8-edd3-4018-9bd1-c9075c73009f)) (pad "1" smd rect locked (at -10 4.1 270) (size 2 0.6) (layers "F.Cu" "F.Paste" "F.Mask") @@ -4481,7 +5267,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d1ccbef) + (tstamp 00000000-0000-0000-0000-00005d1ccbef) (at 128 53.25 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -4494,30 +5280,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005db66e46") (attr smd) (fp_text reference "R67" (at 0.05 1.1 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8b53eb85-f0d2-4f36-9583-2f0595cf578d) ) (fp_text value "1k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp edd694a6-fcf0-4f90-87e7-40994fe87184) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cdd4e956-9e1f-405f-a576-3723006d0113) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4dfbe209-9f33-47ed-9c3f-0cfc26d5291f)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 6b9c51df-0054-40e3-a607-2366e02d974d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0100511c-3247-4c6c-84e9-465e5a2f80b6)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 260642c2-d7df-4d97-b5f8-6762d91dd3cd)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c539ad87-d257-41d4-9ea5-af9fb140efad)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e493d5e7-c82b-42d0-b6b8-a499a6d57fb3)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3a938157-6bfd-451d-93b3-b32b6048d6fe)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7ab14a59-3d60-4883-91a7-ca8651643a4e)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7afb0aac-5581-42ea-8fe8-f9022801baf1)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bc14310b-9556-4d3e-86df-a73870851bce)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b9c51df-0054-40e3-a607-2366e02d974d)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4dfbe209-9f33-47ed-9c3f-0cfc26d5291f)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 260642c2-d7df-4d97-b5f8-6762d91dd3cd)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0100511c-3247-4c6c-84e9-465e5a2f80b6)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e493d5e7-c82b-42d0-b6b8-a499a6d57fb3)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c539ad87-d257-41d4-9ea5-af9fb140efad)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a938157-6bfd-451d-93b3-b32b6048d6fe)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc14310b-9556-4d3e-86df-a73870851bce)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ab14a59-3d60-4883-91a7-ca8651643a4e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7afb0aac-5581-42ea-8fe8-f9022801baf1)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 379 "Net-(C123-Pad1)") (pintype "passive") (tstamp d8503338-7cd5-499f-86a5-ca45262e6c8b)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 144 "Net-(D22-Pad2)") (pintype "passive") (tstamp 97fb822d-a4d1-4fc0-a464-bf06c7c28095)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -4527,7 +5323,7 @@ ) (footprint "footprints:MOLEX_48099-5701" locked (layer "F.Cu") - (tedit 5AE8DC98) (tstamp 00000000-0000-0000-0000-00005d1ccc29) + (tstamp 00000000-0000-0000-0000-00005d1ccc29) (at 111.14 97.4 180) (property "Checked" "y") (property "Distributor" "Mouser") @@ -4538,30 +5334,47 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-0000610f1b47") (attr smd) (fp_text reference "J11" (at -13.86 -5.5) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 851e8d2d-b11c-439f-a6e8-079170369b25) ) (fp_text value "48099-5701" (at 0.209543 0.275273) (layer "F.SilkS") hide - (effects (font (size 0.5 0.5) (thickness 0.05))) + (effects (font (size 0.5 0.5) (thickness 0.05))) (tstamp 76131ba5-b7ab-4c8d-83d5-8fc926060ef5) ) - (fp_line (start 15 3.975) (end 15 -3.975) (layer "Dwgs.User") (width 0.1524) (tstamp 06065bee-c198-45c6-bbdc-cd01b800e729)) - (fp_line (start -15.25 5) (end 15.25 5) (layer "Dwgs.User") (width 0.05) (tstamp 164be837-14a0-47f7-8376-e87400e6b121)) - (fp_line (start -15 -3.975) (end -9.27 -3.975) (layer "Dwgs.User") (width 0.1524) (tstamp 2d0a630a-56eb-40b0-8be6-b4ad8a2f9fda)) - (fp_line (start -9.27 3.975) (end -9.27 -3.975) (layer "Dwgs.User") (width 0.1524) (tstamp 416689d1-c41e-4c04-8ea0-096fb8194043)) - (fp_line (start 9.45 -4.225) (end 9.45 -5) (layer "Dwgs.User") (width 0.05) (tstamp 5ac34ae5-889b-4541-86de-ce19b63240d8)) - (fp_line (start -9.425 -5) (end -9.425 -4.225) (layer "Dwgs.User") (width 0.05) (tstamp 71142aaa-202f-4b5b-a541-2bbb4348dab4)) - (fp_line (start -15.25 -5) (end -9.425 -5) (layer "Dwgs.User") (width 0.05) (tstamp 8bfed4c3-7a8b-4f97-ac1f-bd7b1604152b)) - (fp_line (start -15 3.975) (end -9.27 3.975) (layer "Dwgs.User") (width 0.1524) (tstamp 9237639b-ad54-4f5c-8a1d-2db7b00f3543)) - (fp_line (start -9.425 -4.225) (end 9.45 -4.225) (layer "Dwgs.User") (width 0.05) (tstamp a7f8d0a0-9aa2-4398-b44a-6466d25c56ff)) - (fp_line (start -15 -3.975) (end -15 3.975) (layer "Dwgs.User") (width 0.1524) (tstamp a93d8925-8b99-4424-a197-ce7668a983d6)) - (fp_line (start 9.45 -5) (end 15.25 -5) (layer "Dwgs.User") (width 0.05) (tstamp b0a798c1-342c-4eab-9b76-a3e6e6de3ee9)) - (fp_line (start 15 3.975) (end 9.27 3.975) (layer "Dwgs.User") (width 0.1524) (tstamp b7b490f3-cadc-4d28-ac84-3a6e9b7b3563)) - (fp_line (start 9.27 -3.975) (end 15 -3.975) (layer "Dwgs.User") (width 0.1524) (tstamp bc7ab4ca-deef-485c-8475-2eaa12a11070)) - (fp_line (start 9.27 3.975) (end 9.27 -3.975) (layer "Dwgs.User") (width 0.1524) (tstamp d649b5fe-a4d5-479b-8b54-448d128c1dbf)) - (fp_line (start -15.25 -5) (end -15.25 5) (layer "Dwgs.User") (width 0.05) (tstamp de63bcaa-2996-441a-bf39-8c21ba6ed0e2)) - (fp_line (start 15.25 5) (end 15.25 -5) (layer "Dwgs.User") (width 0.05) (tstamp f9ff2b29-8b0a-4bb1-b50e-ad48f9da7893)) - (fp_line (start -9.27 -3.975) (end 9.27 -3.975) (layer "Dwgs.User") (width 0.1524) (tstamp fcd2c315-1073-4516-b5ee-2b573cff771f)) + (fp_line (start -15.25 -5) (end -15.25 5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp de63bcaa-2996-441a-bf39-8c21ba6ed0e2)) + (fp_line (start -15.25 -5) (end -9.425 -5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 8bfed4c3-7a8b-4f97-ac1f-bd7b1604152b)) + (fp_line (start -15.25 5) (end 15.25 5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 164be837-14a0-47f7-8376-e87400e6b121)) + (fp_line (start -15 -3.975) (end -15 3.975) + (stroke (width 0.1524) (type solid)) (layer "Dwgs.User") (tstamp a93d8925-8b99-4424-a197-ce7668a983d6)) + (fp_line (start -15 -3.975) (end -9.27 -3.975) + (stroke (width 0.1524) (type solid)) (layer "Dwgs.User") (tstamp 2d0a630a-56eb-40b0-8be6-b4ad8a2f9fda)) + (fp_line (start -15 3.975) (end -9.27 3.975) + (stroke (width 0.1524) (type solid)) (layer "Dwgs.User") (tstamp 9237639b-ad54-4f5c-8a1d-2db7b00f3543)) + (fp_line (start -9.425 -5) (end -9.425 -4.225) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 71142aaa-202f-4b5b-a541-2bbb4348dab4)) + (fp_line (start -9.425 -4.225) (end 9.45 -4.225) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp a7f8d0a0-9aa2-4398-b44a-6466d25c56ff)) + (fp_line (start -9.27 -3.975) (end 9.27 -3.975) + (stroke (width 0.1524) (type solid)) (layer "Dwgs.User") (tstamp fcd2c315-1073-4516-b5ee-2b573cff771f)) + (fp_line (start -9.27 3.975) (end -9.27 -3.975) + (stroke (width 0.1524) (type solid)) (layer "Dwgs.User") (tstamp 416689d1-c41e-4c04-8ea0-096fb8194043)) + (fp_line (start 9.27 -3.975) (end 15 -3.975) + (stroke (width 0.1524) (type solid)) (layer "Dwgs.User") (tstamp bc7ab4ca-deef-485c-8475-2eaa12a11070)) + (fp_line (start 9.27 3.975) (end 9.27 -3.975) + (stroke (width 0.1524) (type solid)) (layer "Dwgs.User") (tstamp d649b5fe-a4d5-479b-8b54-448d128c1dbf)) + (fp_line (start 9.45 -5) (end 15.25 -5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp b0a798c1-342c-4eab-9b76-a3e6e6de3ee9)) + (fp_line (start 9.45 -4.225) (end 9.45 -5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 5ac34ae5-889b-4541-86de-ce19b63240d8)) + (fp_line (start 15 3.975) (end 9.27 3.975) + (stroke (width 0.1524) (type solid)) (layer "Dwgs.User") (tstamp b7b490f3-cadc-4d28-ac84-3a6e9b7b3563)) + (fp_line (start 15 3.975) (end 15 -3.975) + (stroke (width 0.1524) (type solid)) (layer "Dwgs.User") (tstamp 06065bee-c198-45c6-bbdc-cd01b800e729)) + (fp_line (start 15.25 5) (end 15.25 -5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp f9ff2b29-8b0a-4bb1-b50e-ad48f9da7893)) (pad "1" smd rect locked (at -12.1 3.15 180) (size 4.8 3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "1") (pintype "passive") (tstamp c30f7f8b-2606-4bf7-9199-85d7a5d9ee48)) (pad "2" smd rect locked (at -12.1 -3.15 180) (size 4.8 3) (layers "F.Cu" "F.Paste" "F.Mask") @@ -4570,8 +5383,8 @@ (net 13 "GND") (pinfunction "3") (pintype "passive") (tstamp cd31cb48-5bac-4948-83ff-cb823a2abd9e)) (pad "4" smd rect locked (at 12.1 -3.15 180) (size 4.8 3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "4") (pintype "passive") (tstamp f1c60d8d-5dfc-414c-9ba0-2e1720911152)) - (pad "5" thru_hole circle locked (at -12.1 0 180) (size 2.4 2.4) (drill 1.6) (layers *.Cu *.Mask "F.SilkS") (tstamp 40d9e40b-ff08-4abe-a439-4e35b6f4ca26)) - (pad "6" thru_hole circle locked (at 12.1 0 180) (size 1.65 1.65) (drill 1.1) (layers *.Cu *.Mask "F.SilkS") (tstamp 03492654-01b4-4e7a-a902-5f14a56b0606)) + (pad "5" thru_hole circle locked (at -12.1 0 180) (size 2.4 2.4) (drill 1.6) (layers "*.Cu" "*.Mask" "F.SilkS") (tstamp 40d9e40b-ff08-4abe-a439-4e35b6f4ca26)) + (pad "6" thru_hole circle locked (at 12.1 0 180) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask" "F.SilkS") (tstamp 03492654-01b4-4e7a-a902-5f14a56b0606)) (model "${KIPRJMOD}/3d-models/480995701.stp" (offset (xyz 0 -3.35 0)) (scale (xyz 1 1 1)) @@ -4580,7 +5393,7 @@ ) (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d1ccd80) + (tstamp 00000000-0000-0000-0000-00005d1ccd80) (at 128 56.5 90) (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "diode") @@ -4593,32 +5406,44 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005db65d52") (attr smd) (fp_text reference "D22" (at -2.7 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 59f07d99-b45c-41ec-9603-9f2d24b05597) ) (fp_text value "LED_WLAN1" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e2c51293-c6ec-469e-a150-29eea7ecd8e5) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a23568cf-a882-4121-8bbc-2bf1658473fe) ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer "F.SilkS") (width 0.12) (tstamp 0fa95470-a470-45cc-afd5-7c5157512150)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer "F.SilkS") (width 0.12) (tstamp a4c464a8-c81e-4949-84d2-e3477a8947dc)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer "F.SilkS") (width 0.12) (tstamp c44798e0-e49c-4e2b-91ba-4ead6c113b98)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3a9e82c2-3f32-4288-b445-f1a2ecd0213a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7c7b0003-c813-48fe-86ad-439130e9d6fe)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b8bc99d3-8327-47ab-9fab-129c317e71d0)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ffc456b8-d7d2-4d1d-9a5d-8b243762d324)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer "F.Fab") (width 0.1) (tstamp 15450bb9-eccc-46de-8211-2783b489a479)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 162c68d4-669d-4be7-87ba-fc6514522853)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 311b3e4b-6235-41e0-8d6b-c13667a7f089)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp cf6aeebd-1f7c-4bef-a7da-6e423d15a693)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer "F.Fab") (width 0.1) (tstamp dba6c4de-45b6-4b4a-a866-040becd405ce)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fa95470-a470-45cc-afd5-7c5157512150)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4c464a8-c81e-4949-84d2-e3477a8947dc)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c44798e0-e49c-4e2b-91ba-4ead6c113b98)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c7b0003-c813-48fe-86ad-439130e9d6fe)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a9e82c2-3f32-4288-b445-f1a2ecd0213a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffc456b8-d7d2-4d1d-9a5d-8b243762d324)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8bc99d3-8327-47ab-9fab-129c317e71d0)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf6aeebd-1f7c-4bef-a7da-6e423d15a693)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 162c68d4-669d-4be7-87ba-fc6514522853)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dba6c4de-45b6-4b4a-a866-040becd405ce)) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15450bb9-eccc-46de-8211-2783b489a479)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 311b3e4b-6235-41e0-8d6b-c13667a7f089)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 145 "Net-(D22-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 8cb494fc-98fa-42f0-8b22-8ea90c910f7f)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 144 "Net-(D22-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 4fb51fae-5acf-48c0-96b6-d085e4b9a2b1)) (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -4628,7 +5453,7 @@ ) (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d1ccdb4) + (tstamp 00000000-0000-0000-0000-00005d1ccdb4) (at 110.25 60) (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "inductor") @@ -4641,30 +5466,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005dac08fc") (attr smd) (fp_text reference "FB3" (at 2.45 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp de960a3a-b602-445f-abdb-a776ed76852d) ) (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 86ebd70f-c1bb-4fc1-8ede-03bb84a99d2c) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 35210947-11c5-4564-876a-cbb774c12575) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3ec39fc2-8229-4938-97cd-cd9698ddb49f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 7bfd91c9-dd93-4d30-91f7-234195b5dd8c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2847a523-2aac-40d3-9133-b3e516f5ddc6)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4db7eab2-03d4-4875-994f-13b7bd256ce7)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ed253be3-5027-4b71-9dfb-b5ad034db882)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f3fb0e3d-bd1b-4fc3-ae0e-ba3fb8ae68c6)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4c2a8655-d98e-4def-9da4-0cd020ddc6e3)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b65fe969-2f4d-42c8-bc19-6bc4dae69314)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ce828f24-fb1e-47a3-a617-283ef1d66cef)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d7ce57b8-57c9-4cb2-831e-a5fdbdc8e8b0)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ec39fc2-8229-4938-97cd-cd9698ddb49f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bfd91c9-dd93-4d30-91f7-234195b5dd8c)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2847a523-2aac-40d3-9133-b3e516f5ddc6)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3fb0e3d-bd1b-4fc3-ae0e-ba3fb8ae68c6)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4db7eab2-03d4-4875-994f-13b7bd256ce7)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed253be3-5027-4b71-9dfb-b5ad034db882)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7ce57b8-57c9-4cb2-831e-a5fdbdc8e8b0)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce828f24-fb1e-47a3-a617-283ef1d66cef)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b65fe969-2f4d-42c8-bc19-6bc4dae69314)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c2a8655-d98e-4def-9da4-0cd020ddc6e3)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 109 "Net-(FB3-Pad1)") (pintype "passive") (tstamp 22fb010f-c26f-401c-aee8-8b5e7cd1e897)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 379 "Net-(C123-Pad1)") (pintype "passive") (tstamp c0e56e61-c2c4-4831-826d-eec9ac1a2b87)) (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -4674,7 +5509,7 @@ ) (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d1d679a) + (tstamp 00000000-0000-0000-0000-00005d1d679a) (at 130 56.5 90) (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "diode") @@ -4687,32 +5522,44 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d21daf3") (attr smd) (fp_text reference "D23" (at -2.7 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 048daed3-34cd-423e-b7c8-9f4342b343e9) ) (fp_text value "LED_NVME" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 1b52f1b5-8e14-496a-bb29-d3635aec94e2) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 099697dc-8a45-4395-a550-e5722e364aa9) ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer "F.SilkS") (width 0.12) (tstamp 26653fe2-17d1-4332-bbd7-405e1d9dd913)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer "F.SilkS") (width 0.12) (tstamp b0e437cd-9aed-40b7-adb7-12d119cc9052)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer "F.SilkS") (width 0.12) (tstamp d1289782-e3ef-4ad3-9efe-383b31845904)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5a1448b2-683d-4dae-9d2c-15e15725fd90)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6e23a7af-6b53-4b37-ac86-be71f624e2eb)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b3d437f3-b611-4614-9050-35738232cb8f)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp efda49b8-00da-42d9-bc6f-a58e70f0c25b)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 06d746d9-dfc9-4ccc-8521-017208bff913)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2459b3a1-7002-49d7-9346-9ba8783be320)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer "F.Fab") (width 0.1) (tstamp 604b50c5-c967-4a29-ac36-6080452d007d)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer "F.Fab") (width 0.1) (tstamp 80295487-b074-4445-aba9-db51e7cc0b32)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a1779622-fa68-4724-a061-3df10cfdca5f)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26653fe2-17d1-4332-bbd7-405e1d9dd913)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0e437cd-9aed-40b7-adb7-12d119cc9052)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1289782-e3ef-4ad3-9efe-383b31845904)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e23a7af-6b53-4b37-ac86-be71f624e2eb)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp efda49b8-00da-42d9-bc6f-a58e70f0c25b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3d437f3-b611-4614-9050-35738232cb8f)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a1448b2-683d-4dae-9d2c-15e15725fd90)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1779622-fa68-4724-a061-3df10cfdca5f)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06d746d9-dfc9-4ccc-8521-017208bff913)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80295487-b074-4445-aba9-db51e7cc0b32)) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 604b50c5-c967-4a29-ac36-6080452d007d)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2459b3a1-7002-49d7-9346-9ba8783be320)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 256 "Net-(D23-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 7c32e7ac-239b-4761-abbe-0a490c91d097)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 255 "Net-(D23-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 84ba1d52-eb07-429a-b872-680f62661bb1)) (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -4722,7 +5569,7 @@ ) (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d1d682b) + (tstamp 00000000-0000-0000-0000-00005d1d682b) (at 58.5 88.25 -90) (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "inductor") @@ -4735,30 +5582,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005e050034") (attr smd) (fp_text reference "FB5" (at -2.9 -0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 27d77f63-1108-477f-bec9-1f4569407eff) ) (fp_text value "220@100MHz 1.4A" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 86731cc9-d8bf-4f34-bd93-e7b1bd903d0a) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 22e8a4af-fa81-4dda-8ca0-5491e649ac64) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1a14e075-f773-4299-9991-31b774f03922)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 6cd16268-f14b-41d3-b11a-dd4331590f8a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1150a1e1-dfb1-49da-a1ba-6be7add9dc69)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a5bfc7a5-c03a-4690-871e-330f9a27d967)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b7c4eefd-b2ae-40e9-82eb-12e12552ffae)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ee1334f3-ba90-4976-947a-b9d643ef4051)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2328fbb1-f2bf-4f3c-89cb-2175c76ec151)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 49e07620-ec7c-4838-8c3b-fb60f6710de5)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bdf65c8c-a743-49ae-891f-d5b3fc734120)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f33012a9-a9f4-4143-8d41-f4d8f584058f)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a14e075-f773-4299-9991-31b774f03922)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6cd16268-f14b-41d3-b11a-dd4331590f8a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1150a1e1-dfb1-49da-a1ba-6be7add9dc69)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5bfc7a5-c03a-4690-871e-330f9a27d967)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee1334f3-ba90-4976-947a-b9d643ef4051)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7c4eefd-b2ae-40e9-82eb-12e12552ffae)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bdf65c8c-a743-49ae-891f-d5b3fc734120)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f33012a9-a9f4-4143-8d41-f4d8f584058f)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2328fbb1-f2bf-4f3c-89cb-2175c76ec151)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 49e07620-ec7c-4838-8c3b-fb60f6710de5)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 143 "USB_PWR") (pintype "passive") (tstamp b8c1efd1-d149-45a0-868c-c540a05e114d)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 381 "Net-(C63-Pad1)") (pintype "passive") (tstamp 6b817137-e0d5-43eb-9213-a993ab483e63)) (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -4768,7 +5625,7 @@ ) (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d1d685e) + (tstamp 00000000-0000-0000-0000-00005d1d685e) (at 62.3 67.5 180) (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "inductor") @@ -4781,30 +5638,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005e029bc1") (attr smd) (fp_text reference "FB8" (at -0.05 -1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 96690bba-ffec-4acd-8a25-64a949986c3b) ) (fp_text value "220@100MHz 1.4A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c89fa616-ad9c-4204-b066-a29f150c8664) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4d5c5ea0-da4f-4c68-a531-634699210724) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp e029b407-38b3-4c07-9285-102b27c7f880)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp f2bbcfc5-3731-44a2-bfd8-a3e8c3173509)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1507905d-5e11-4bc0-aec9-b1963109168f)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 26ca2c09-98f3-4e13-817d-3dea7f25a95f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6349bbd6-7926-4622-a0f2-0ffa8154244b)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9711bff8-a69c-43a8-9873-ca4a39acf4ea)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5398ab3f-85f4-4b32-919b-ff7c0dbebbe1)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6b441fb3-c449-488d-90a7-675fbb301006)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8696a45f-8994-4ed9-9208-5369317f914a)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ae788263-5af2-4a9e-91fa-64d83bc32ad5)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2bbcfc5-3731-44a2-bfd8-a3e8c3173509)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e029b407-38b3-4c07-9285-102b27c7f880)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26ca2c09-98f3-4e13-817d-3dea7f25a95f)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1507905d-5e11-4bc0-aec9-b1963109168f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6349bbd6-7926-4622-a0f2-0ffa8154244b)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9711bff8-a69c-43a8-9873-ca4a39acf4ea)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae788263-5af2-4a9e-91fa-64d83bc32ad5)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5398ab3f-85f4-4b32-919b-ff7c0dbebbe1)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8696a45f-8994-4ed9-9208-5369317f914a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b441fb3-c449-488d-90a7-675fbb301006)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 143 "USB_PWR") (pintype "passive") (tstamp 7025158d-d6bc-4c24-969b-7cf5bb47e61e)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 260 "Net-(C72-Pad1)") (pintype "passive") (tstamp ac08b629-7f2f-4c7b-b8e6-85f7b1839d0e)) (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -4814,7 +5681,7 @@ ) (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d1d686f) + (tstamp 00000000-0000-0000-0000-00005d1d686f) (at 54.9 107.05 180) (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "inductor") @@ -4827,30 +5694,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005e03d0a3") (attr smd) (fp_text reference "FB9" (at -2.4 -0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 457d4fbc-dd54-4fc1-bce1-7e3c6580fce5) ) (fp_text value "220@100MHz 1.4A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp b987f4f6-0960-4f8f-9977-e6f8d0db1404) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 378dbc61-40fe-40c4-a947-afd811c19fea) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 720f30ba-6228-43dd-95da-ee2c377f7e6e)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c5910694-40a4-4f9b-85ec-76b5d165a97e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5d964709-0e0d-42a7-a522-7868eef67a6b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp aaf51d5b-0be4-4dbf-b04d-0ae852640069)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e357bc75-1903-4769-b04e-2db7968df492)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f396ecc0-52cb-413b-a549-f43b5a3138b7)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 05ef962e-d34b-42c9-8af4-5da70b20318b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2cf90e73-2bb9-49cd-bc54-e3e0208aa579)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5b8978fb-8084-4ecc-a2a0-56598c505cd8)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f24f5579-0156-4183-bab8-0bc1b3bc2172)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 720f30ba-6228-43dd-95da-ee2c377f7e6e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5910694-40a4-4f9b-85ec-76b5d165a97e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aaf51d5b-0be4-4dbf-b04d-0ae852640069)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d964709-0e0d-42a7-a522-7868eef67a6b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e357bc75-1903-4769-b04e-2db7968df492)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f396ecc0-52cb-413b-a549-f43b5a3138b7)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f24f5579-0156-4183-bab8-0bc1b3bc2172)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b8978fb-8084-4ecc-a2a0-56598c505cd8)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2cf90e73-2bb9-49cd-bc54-e3e0208aa579)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05ef962e-d34b-42c9-8af4-5da70b20318b)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 143 "USB_PWR") (pintype "passive") (tstamp 7b9f04b7-62dd-4e2c-8672-ccdacf53366d)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 262 "Net-(C81-Pad1)") (pintype "passive") (tstamp 9f7796c2-7db9-4a04-b3aa-bc15c66d74ab)) (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -4860,7 +5737,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d1d79da) + (tstamp 00000000-0000-0000-0000-00005d1d79da) (at 48.55 110.45) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -4873,30 +5750,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df89952") (attr smd) (fp_text reference "R96" (at 2.55 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cc0229b9-de9b-4630-8b76-16b8df288287) ) (fp_text value "1M" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 1cc96e11-f9d0-404e-91f0-b1fc47d2a568) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f9d47076-81b5-42af-86b8-8779aa8fbe40) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 8e7750f1-4191-4fb6-8a0b-f15e848121dc)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b81da5e3-96ab-45b5-9d25-29287759f807)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6232a1b9-bce4-48c4-9e3e-0cdd2ecc5af5)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7347eb6d-7d57-423d-aa55-2bb3b7561c9a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp af90c4e0-3c8b-4daa-b6bd-9851cb4546e6)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e18af775-a6d9-43c5-9ffc-636eab8cefcf)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6935a917-0699-4075-bd3e-afb584af1220)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6e7b91c6-5400-47aa-abc7-c193d6a39652)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a705e1ec-b83e-4210-a3d1-0025b3790765)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f441234f-524f-450c-863e-7cd77ceafee2)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e7750f1-4191-4fb6-8a0b-f15e848121dc)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b81da5e3-96ab-45b5-9d25-29287759f807)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e18af775-a6d9-43c5-9ffc-636eab8cefcf)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6232a1b9-bce4-48c4-9e3e-0cdd2ecc5af5)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7347eb6d-7d57-423d-aa55-2bb3b7561c9a)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af90c4e0-3c8b-4daa-b6bd-9851cb4546e6)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f441234f-524f-450c-863e-7cd77ceafee2)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a705e1ec-b83e-4210-a3d1-0025b3790765)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e7b91c6-5400-47aa-abc7-c193d6a39652)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6935a917-0699-4075-bd3e-afb584af1220)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 263 "Net-(C74-Pad1)") (pintype "passive") (tstamp 9d40ddd5-7ecf-4d56-8a97-a9a5cf33a551)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp cdf4bf6f-d820-4680-868a-adc4730f37f0)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -4906,7 +5793,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d1d79fc) + (tstamp 00000000-0000-0000-0000-00005d1d79fc) (at 130 53.25 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -4919,30 +5806,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d21dafe") (attr smd) (fp_text reference "R110" (at 0.05 -1.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f5258193-86d8-40b7-92a1-f02d6e4383c6) ) (fp_text value "1k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7b634fb3-45d6-475a-afc2-52f5423c191e) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 41cba7b6-1d91-4997-8948-17cb2e46c4a2) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d7497905-ea7c-481e-9cff-b9fae7c7c2a9)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp f8b308e9-baa5-4ca7-a32a-551b1decc667)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0ed5ae9f-860e-4776-88b8-3c088325835a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ae7a34e9-d3f1-40b2-9dad-971914f41801)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d5008a01-b596-402f-b362-183f6dd479d0)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f90df914-1db9-4f3b-95d5-ce4d0137655c)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8273cc54-8ecb-4c71-a83d-dcdd5bc51cb6)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8e322354-2480-4cb3-9a32-8b4cebedbb93)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp bbb390e4-4399-4123-9dbf-05bbd49025da)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e496f7fc-547e-4491-bf2a-257d8010aa40)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7497905-ea7c-481e-9cff-b9fae7c7c2a9)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8b308e9-baa5-4ca7-a32a-551b1decc667)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5008a01-b596-402f-b362-183f6dd479d0)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae7a34e9-d3f1-40b2-9dad-971914f41801)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f90df914-1db9-4f3b-95d5-ce4d0137655c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ed5ae9f-860e-4776-88b8-3c088325835a)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e322354-2480-4cb3-9a32-8b4cebedbb93)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8273cc54-8ecb-4c71-a83d-dcdd5bc51cb6)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bbb390e4-4399-4123-9dbf-05bbd49025da)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e496f7fc-547e-4491-bf2a-257d8010aa40)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 380 "Net-(C124-Pad1)") (pintype "passive") (tstamp 06834837-9160-4bd7-83cc-389240c2daa9)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 255 "Net-(D23-Pad2)") (pintype "passive") (tstamp 49e995f8-dcf3-493b-91cf-e689cb7550d8)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -4952,7 +5849,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d1e7c9f) + (tstamp 00000000-0000-0000-0000-00005d1e7c9f) (at 312.15 57.8) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -4965,30 +5862,40 @@ (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a04fd85") (attr smd) (fp_text reference "C22" (at -2.45 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a39a943c-6f4b-442d-8e55-1601522bbacb) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4aa2b99f-1ef1-41b2-a0c3-13ba81ec9c2b) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d9376815-1c6a-41a0-88d2-fd3ebb18cdda) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 49f066a7-b90d-42d3-92b5-504e4349340c)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp d954ac78-f84d-4972-a69a-c1025e5629df)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7b8a67ff-b21b-46b2-b6fd-1ed4407a5e2a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp da7896e9-a9ad-4c87-b866-3c47f35ce810)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp df6cb6ee-b030-4db1-a9c9-ada5f92b2e76)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ec8f1315-afe7-43bb-9e99-f62ee7d2a8bf)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3135421d-4301-4d94-aa1f-dba1b1c4ae1e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 48831292-6338-4359-b753-a917bb6c8f77)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b430fb5e-03db-40e6-bcc3-a89e2a1f0082)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c62cc089-1954-48d9-9629-1eb68b6e0670)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49f066a7-b90d-42d3-92b5-504e4349340c)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d954ac78-f84d-4972-a69a-c1025e5629df)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da7896e9-a9ad-4c87-b866-3c47f35ce810)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b8a67ff-b21b-46b2-b6fd-1ed4407a5e2a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df6cb6ee-b030-4db1-a9c9-ada5f92b2e76)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec8f1315-afe7-43bb-9e99-f62ee7d2a8bf)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3135421d-4301-4d94-aa1f-dba1b1c4ae1e)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c62cc089-1954-48d9-9629-1eb68b6e0670)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48831292-6338-4359-b753-a917bb6c8f77)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b430fb5e-03db-40e6-bcc3-a89e2a1f0082)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp 5d260187-2ddf-4bfd-bcbc-60646a29f73c)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 81af6a09-0377-479c-a826-7fef7490b1b2)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -4998,7 +5905,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d1e7cd2) + (tstamp 00000000-0000-0000-0000-00005d1e7cd2) (at 294.35 57.8) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5011,30 +5918,40 @@ (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a05122d") (attr smd) (fp_text reference "C23" (at 0 -1.13) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 58775a6a-a788-4858-9e83-90a1492fd28a) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7e5bb0be-a17a-43c1-8d7d-6cc737dc2d78) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2508d7b3-159f-4ea6-af6a-74879153e97b) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 4c49d0a3-a1bb-48c8-8548-713c4ba86f4f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 78398ae8-60cf-480a-9633-8735a747860d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5be0fd9a-2676-42d6-95bf-a752706e7ea1)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8c1fc974-a7da-463a-894f-2136699ba7bf)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ddb88c84-12cd-4820-8026-6e7e5d620b76)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ffe019f4-0ff2-464c-8803-4f835824d067)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 06fcdd5b-6629-4028-bf8f-e10ddfc74fe8)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 12eeb3ce-c82c-4eb3-aff6-5e9880fa7647)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 59eaaf12-7875-480e-82b5-a798b8069361)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c355516e-8ed7-4a38-99a5-42e68694de33)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c49d0a3-a1bb-48c8-8548-713c4ba86f4f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78398ae8-60cf-480a-9633-8735a747860d)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5be0fd9a-2676-42d6-95bf-a752706e7ea1)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ddb88c84-12cd-4820-8026-6e7e5d620b76)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffe019f4-0ff2-464c-8803-4f835824d067)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c1fc974-a7da-463a-894f-2136699ba7bf)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06fcdd5b-6629-4028-bf8f-e10ddfc74fe8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c355516e-8ed7-4a38-99a5-42e68694de33)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59eaaf12-7875-480e-82b5-a798b8069361)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12eeb3ce-c82c-4eb3-aff6-5e9880fa7647)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 21 "Net-(C23-Pad1)") (pintype "passive") (tstamp 98bb226d-9fa8-40af-b5e1-f5e9f1f83046)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 45895628-0fe7-45c1-8ef1-468db9fa195f)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5044,7 +5961,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d1e7d02) + (tstamp 00000000-0000-0000-0000-00005d1e7d02) (at 298.35 57.8) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5057,30 +5974,40 @@ (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a051336") (attr smd) (fp_text reference "C24" (at 0 -1.13) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp aea38d6e-3a03-4f97-a797-c296be77b150) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e89b1181-6269-4a73-b9e7-5bbc0d139e04) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 964f3c94-a3b8-4d17-a335-65b2d335ea63) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 84526f82-0c3a-4a13-8624-80e86ceb9411)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp bd7b646d-ab7f-4a10-9d1a-64f6df7441e8)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 071803f1-57cb-4c7b-bd90-aef840af484d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9c119949-74d5-4415-867c-0be98b16337b)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ce983d04-85e7-4c2e-ac57-3ce387847b5e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f405dca1-0d5a-4579-a20f-cfdaedf8737a)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 06028ea0-493f-4f13-966a-a6ef0fde7833)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 29614c62-747d-4eb3-9912-cd54826bd057)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 398dd77d-406b-4260-b327-5ae0e07eac24)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e88c7c3a-823a-4eff-9ef2-dd25fd5929db)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84526f82-0c3a-4a13-8624-80e86ceb9411)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd7b646d-ab7f-4a10-9d1a-64f6df7441e8)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 071803f1-57cb-4c7b-bd90-aef840af484d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c119949-74d5-4415-867c-0be98b16337b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce983d04-85e7-4c2e-ac57-3ce387847b5e)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f405dca1-0d5a-4579-a20f-cfdaedf8737a)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06028ea0-493f-4f13-966a-a6ef0fde7833)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 398dd77d-406b-4260-b327-5ae0e07eac24)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29614c62-747d-4eb3-9912-cd54826bd057)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e88c7c3a-823a-4eff-9ef2-dd25fd5929db)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 22 "Net-(C24-Pad1)") (pintype "passive") (tstamp 4925e30e-673b-47a7-9f16-562e84f50d7a)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 3d786284-44df-4c87-8613-a533019e26dc)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5090,7 +6017,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d1e7d32) + (tstamp 00000000-0000-0000-0000-00005d1e7d32) (at 297.25 78.15) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5103,30 +6030,40 @@ (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a0513ca") (attr smd) (fp_text reference "C25" (at -0.05 1.15) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ce803d66-c91d-45b0-a0bb-bbb7bccb52c4) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ce8e764f-d3e8-403d-8d54-e3aef19e0f9e) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b17bf239-c8e9-4b9c-8eec-5a5488ac7310) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 8d8b0171-b7d8-4fb4-baf0-6ad5fa15cf6c)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp a82bb91d-0d65-4a73-b23e-daa2710df2e5)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1b4ae5c1-282e-4c6f-8985-b49c82346cc9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1dd43ea1-97b1-455d-9e78-e864f43facdd)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 244e58ea-f7af-4f12-ad50-b3487e74c3c6)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8e1369ed-ac63-40a9-9034-ebbbb530a88f)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9664e326-960d-4a6d-a637-72134b407328)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp aa3e5a94-d370-4ddb-962f-c3779a99d293)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bf96af9a-c7f7-43a0-b4d2-8c10f51fafda)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp fabd82bc-7187-4b9b-8a70-9bef83da2ee6)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d8b0171-b7d8-4fb4-baf0-6ad5fa15cf6c)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a82bb91d-0d65-4a73-b23e-daa2710df2e5)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e1369ed-ac63-40a9-9034-ebbbb530a88f)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b4ae5c1-282e-4c6f-8985-b49c82346cc9)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 244e58ea-f7af-4f12-ad50-b3487e74c3c6)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1dd43ea1-97b1-455d-9e78-e864f43facdd)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9664e326-960d-4a6d-a637-72134b407328)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf96af9a-c7f7-43a0-b4d2-8c10f51fafda)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fabd82bc-7187-4b9b-8a70-9bef83da2ee6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa3e5a94-d370-4ddb-962f-c3779a99d293)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 23 "Net-(C25-Pad1)") (pintype "passive") (tstamp 5f82a4a8-54e2-4d56-8bcc-279f46c365c4)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp b3583ba0-d942-4c18-a195-ba6a83e0a2c3)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5136,7 +6073,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d1e7d62) + (tstamp 00000000-0000-0000-0000-00005d1e7d62) (at 293.1 78.15) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5149,30 +6086,40 @@ (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a05141b") (attr smd) (fp_text reference "C26" (at 2 0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 76e17d3f-8ecc-45c8-829d-a377c33c85db) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3cfdb857-9c68-40c8-a16a-414e366d2fed) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fb19e393-decc-49ad-a5a4-9c4bc1ed56d0) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 687fd2d2-b8a7-4ffc-bd85-9cfd22059a55)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c1fe0d46-7df3-4df3-a775-94c68362463c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1a0ad20c-b6c3-4986-b3d8-a1da9dd43e28)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1ff24628-cf71-4ae2-8f7d-2234fa9e5151)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 488f0e30-48ef-488b-b431-33922ad5cf76)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b41ebbe3-aba9-404d-815c-da3e76219365)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2e9e4a50-baa7-4a9d-b91e-56015a16a607)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b765850e-4ba1-4bbc-849e-525740591773)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d09527dc-f8b7-4d01-9c57-2aa792d7b21d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e5d7bfda-cd02-41d3-b6ae-85c36bb1ed06)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 687fd2d2-b8a7-4ffc-bd85-9cfd22059a55)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1fe0d46-7df3-4df3-a775-94c68362463c)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a0ad20c-b6c3-4986-b3d8-a1da9dd43e28)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1ff24628-cf71-4ae2-8f7d-2234fa9e5151)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b41ebbe3-aba9-404d-815c-da3e76219365)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 488f0e30-48ef-488b-b431-33922ad5cf76)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5d7bfda-cd02-41d3-b6ae-85c36bb1ed06)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b765850e-4ba1-4bbc-849e-525740591773)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d09527dc-f8b7-4d01-9c57-2aa792d7b21d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e9e4a50-baa7-4a9d-b91e-56015a16a607)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 24 "Net-(C26-Pad1)") (pintype "passive") (tstamp 32165852-e6c0-40fd-bdc6-cd979b188469)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 2cba7bac-f4fb-44e3-8299-ae0010b370ba)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5182,7 +6129,7 @@ ) (footprint "footprints:PULSE_J0G-0003NL" (layer "F.Cu") - (tedit 5A1DB0FC) (tstamp 00000000-0000-0000-0000-00005d1e7e66) + (tstamp 00000000-0000-0000-0000-00005d1e7e66) (at 303 68 -90) (property "Checked" "y") (property "Distributor" "Mouser") @@ -5193,73 +6140,94 @@ (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a04fc73") (attr through_hole) (fp_text reference "P1" (at -8 11.8 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0fb06031-1890-469b-bce9-1f18505db42b) ) (fp_text value "J0G-0003NL" (at -0.03 -0.45) (layer "F.SilkS") hide - (effects (font (size 0.5 0.5) (thickness 0.05))) + (effects (font (size 0.5 0.5) (thickness 0.05))) (tstamp e3e6fe2f-36e5-44fd-bdbc-81381bf3ba4e) ) - (fp_line (start 8.79 10.92) (end -8.79 10.92) (layer "F.SilkS") (width 0.127) (tstamp 6ab27828-bf68-4a8b-8f4d-1969fbaaca35)) - (fp_line (start -8.79 10.92) (end -8.79 2.03) (layer "F.SilkS") (width 0.127) (tstamp 7a92aed8-c4d5-4e3b-97d1-bdacbfc50288)) - (fp_line (start 8.79 2.03) (end 8.79 10.92) (layer "F.SilkS") (width 0.127) (tstamp 7e65e5f6-81fa-49ab-85fc-437b9975ddfd)) - (fp_line (start -8.79 -13.21) (end 8.79 -13.21) (layer "F.SilkS") (width 0.127) (tstamp 888dedd5-7dee-43d4-95d7-0a50072f012a)) - (fp_circle (center -9.66 6.6) (end -9.46 6.6) (layer "F.SilkS") (width 0.4) (fill none) (tstamp 91333f6c-2825-4f56-8692-beaddac59f1b)) - (fp_line (start -10.5 -1.5) (end -9.25 -1.5) (layer "Dwgs.User") (width 0.05) (tstamp 03124322-2a37-4b59-a1ed-ec5e65075416)) - (fp_line (start 10.5 -1.5) (end 9.25 -1.5) (layer "Dwgs.User") (width 0.05) (tstamp 1b4ca1dc-07d6-439f-a7d6-95adf74020dd)) - (fp_line (start -9.25 11.25) (end 9.25 11.25) (layer "Dwgs.User") (width 0.05) (tstamp 4505b5db-0500-43a3-b32a-4b5efb02279b)) - (fp_line (start 10.5 1.5) (end 10.5 -1.5) (layer "Dwgs.User") (width 0.05) (tstamp 49813f51-683b-415f-a98b-0af8b7bf6237)) - (fp_line (start 9.25 11.25) (end 9.25 1.5) (layer "Dwgs.User") (width 0.05) (tstamp 62bd8066-2d1c-49d0-a7f7-d06cf4ca8522)) - (fp_line (start -9.25 1.5) (end -10.5 1.5) (layer "Dwgs.User") (width 0.05) (tstamp 78230939-cb30-4be7-b2b1-480526be32d7)) - (fp_line (start 8.79 -13.21) (end 8.79 10.92) (layer "Dwgs.User") (width 0.127) (tstamp 7eba453a-47e4-4e14-84fd-1cfdf6e58c74)) - (fp_line (start 9.25 -1.5) (end 9.25 -13.5) (layer "Dwgs.User") (width 0.05) (tstamp 8e6f03e0-7864-471d-a1f4-9e7350edf82e)) - (fp_line (start 8.79 10.92) (end -8.79 10.92) (layer "Dwgs.User") (width 0.127) (tstamp ae55776c-6d2b-4497-bd4c-27cc691bb0dd)) - (fp_line (start -9.25 -1.5) (end -9.25 -13.5) (layer "Dwgs.User") (width 0.05) (tstamp c0b3c251-74b4-4fa9-964a-eb52cc50e972)) - (fp_line (start -10.5 1.5) (end -10.5 -1.5) (layer "Dwgs.User") (width 0.05) (tstamp cf927a6b-c725-4d73-8dd3-1dcbfd473559)) - (fp_line (start 9.25 1.5) (end 10.5 1.5) (layer "Dwgs.User") (width 0.05) (tstamp d3f820d6-db60-4e59-bab8-3f05cb56670e)) - (fp_line (start -8.79 -13.21) (end 8.79 -13.21) (layer "Dwgs.User") (width 0.127) (tstamp ec745433-21a9-4f60-bdb4-059576112eb0)) - (fp_line (start 9.25 -13.5) (end -9.25 -13.5) (layer "Dwgs.User") (width 0.05) (tstamp f537afd8-8b42-4ce1-a765-46823c8cdf6b)) - (fp_line (start -8.79 10.92) (end -8.79 -13.21) (layer "Dwgs.User") (width 0.127) (tstamp f6e33967-24a1-4ad0-8e6a-989efdaa550f)) - (fp_line (start -9.25 11.25) (end -9.25 1.5) (layer "Dwgs.User") (width 0.05) (tstamp f85f5f07-0eb8-4935-9e18-06e4c0c45fa4)) - (pad "" np_thru_hole circle locked (at 4.825 0 270) (size 3.2 3.2) (drill 3.2) (layers) (tstamp 299988cd-5271-41f5-992d-138028996380)) - (pad "" np_thru_hole circle locked (at -4.825 0 270) (size 3.2 3.2) (drill 3.2) (layers) (tstamp fcc0f475-fe6b-47fb-ba0b-3d3d035313e8)) - (pad "1" thru_hole rect locked (at -5.075 6.6 270) (size 1.398 1.398) (drill 0.89) (layers *.Cu *.Mask "F.SilkS") + (fp_line (start -8.79 -13.21) (end 8.79 -13.21) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 888dedd5-7dee-43d4-95d7-0a50072f012a)) + (fp_line (start -8.79 10.92) (end -8.79 2.03) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 7a92aed8-c4d5-4e3b-97d1-bdacbfc50288)) + (fp_line (start 8.79 2.03) (end 8.79 10.92) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 7e65e5f6-81fa-49ab-85fc-437b9975ddfd)) + (fp_line (start 8.79 10.92) (end -8.79 10.92) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 6ab27828-bf68-4a8b-8f4d-1969fbaaca35)) + (fp_circle (center -9.66 6.6) (end -9.46 6.6) + (stroke (width 0.4) (type solid)) (fill none) (layer "F.SilkS") (tstamp 91333f6c-2825-4f56-8692-beaddac59f1b)) + (fp_line (start -10.5 -1.5) (end -9.25 -1.5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 03124322-2a37-4b59-a1ed-ec5e65075416)) + (fp_line (start -10.5 1.5) (end -10.5 -1.5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp cf927a6b-c725-4d73-8dd3-1dcbfd473559)) + (fp_line (start -9.25 -1.5) (end -9.25 -13.5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp c0b3c251-74b4-4fa9-964a-eb52cc50e972)) + (fp_line (start -9.25 1.5) (end -10.5 1.5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 78230939-cb30-4be7-b2b1-480526be32d7)) + (fp_line (start -9.25 11.25) (end -9.25 1.5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp f85f5f07-0eb8-4935-9e18-06e4c0c45fa4)) + (fp_line (start -9.25 11.25) (end 9.25 11.25) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 4505b5db-0500-43a3-b32a-4b5efb02279b)) + (fp_line (start -8.79 -13.21) (end 8.79 -13.21) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp ec745433-21a9-4f60-bdb4-059576112eb0)) + (fp_line (start -8.79 10.92) (end -8.79 -13.21) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp f6e33967-24a1-4ad0-8e6a-989efdaa550f)) + (fp_line (start 8.79 -13.21) (end 8.79 10.92) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 7eba453a-47e4-4e14-84fd-1cfdf6e58c74)) + (fp_line (start 8.79 10.92) (end -8.79 10.92) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp ae55776c-6d2b-4497-bd4c-27cc691bb0dd)) + (fp_line (start 9.25 -13.5) (end -9.25 -13.5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp f537afd8-8b42-4ce1-a765-46823c8cdf6b)) + (fp_line (start 9.25 -1.5) (end 9.25 -13.5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 8e6f03e0-7864-471d-a1f4-9e7350edf82e)) + (fp_line (start 9.25 1.5) (end 10.5 1.5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp d3f820d6-db60-4e59-bab8-3f05cb56670e)) + (fp_line (start 9.25 11.25) (end 9.25 1.5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 62bd8066-2d1c-49d0-a7f7-d06cf4ca8522)) + (fp_line (start 10.5 -1.5) (end 9.25 -1.5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 1b4ca1dc-07d6-439f-a7d6-95adf74020dd)) + (fp_line (start 10.5 1.5) (end 10.5 -1.5) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 49813f51-683b-415f-a98b-0af8b7bf6237)) + (pad "" np_thru_hole circle (at -4.825 0 270) (size 3.2 3.2) (drill 3.2) (layers) (tstamp fcc0f475-fe6b-47fb-ba0b-3d3d035313e8)) + (pad "" np_thru_hole circle (at 4.825 0 270) (size 3.2 3.2) (drill 3.2) (layers) (tstamp 299988cd-5271-41f5-992d-138028996380)) + (pad "1" thru_hole rect (at -5.075 6.6 270) (size 1.398 1.398) (drill 0.89) (layers "*.Cu" "*.Mask" "F.SilkS") (net 22 "Net-(C24-Pad1)") (pinfunction "TRCT3") (pintype "passive") (tstamp 4eff90da-3617-425e-97c4-df0aa8b88bfb)) - (pad "2" thru_hole circle locked (at -3.045 6.6 270) (size 1.398 1.398) (drill 0.89) (layers *.Cu *.Mask "F.SilkS") + (pad "2" thru_hole circle (at -3.045 6.6 270) (size 1.398 1.398) (drill 0.89) (layers "*.Cu" "*.Mask" "F.SilkS") (net 48 "ETH0_C-") (pinfunction "TRD3-") (pintype "passive") (tstamp 2479eea8-ef13-4b9b-91f0-997f25b17ad1)) - (pad "3" thru_hole circle locked (at -1.015 6.6 270) (size 1.398 1.398) (drill 0.89) (layers *.Cu *.Mask "F.SilkS") + (pad "3" thru_hole circle (at -1.015 6.6 270) (size 1.398 1.398) (drill 0.89) (layers "*.Cu" "*.Mask" "F.SilkS") (net 47 "ETH0_C+") (pinfunction "TRD3+") (pintype "passive") (tstamp ff0122e7-8345-4013-9c79-be79231a22b1)) - (pad "4" thru_hole circle locked (at 1.015 6.6 270) (size 1.398 1.398) (drill 0.89) (layers *.Cu *.Mask "F.SilkS") + (pad "4" thru_hole circle (at 1.015 6.6 270) (size 1.398 1.398) (drill 0.89) (layers "*.Cu" "*.Mask" "F.SilkS") (net 46 "ETH0_B+") (pinfunction "TRD2+") (pintype "passive") (tstamp 20ee16a8-8928-43f9-82b9-75cb2769fa95)) - (pad "5" thru_hole circle locked (at 3.045 6.6 270) (size 1.398 1.398) (drill 0.89) (layers *.Cu *.Mask "F.SilkS") + (pad "5" thru_hole circle (at 3.045 6.6 270) (size 1.398 1.398) (drill 0.89) (layers "*.Cu" "*.Mask" "F.SilkS") (net 49 "ETH0_B-") (pinfunction "TRD2-") (pintype "passive") (tstamp 78f85885-1d03-4d6a-ad6f-83c7590ddc17)) - (pad "6" thru_hole circle locked (at 5.075 6.6 270) (size 1.398 1.398) (drill 0.89) (layers *.Cu *.Mask "F.SilkS") + (pad "6" thru_hole circle (at 5.075 6.6 270) (size 1.398 1.398) (drill 0.89) (layers "*.Cu" "*.Mask" "F.SilkS") (net 23 "Net-(C25-Pad1)") (pinfunction "TRCT2") (pintype "passive") (tstamp bc7d217a-ecca-4424-be0b-a8a579b35bd1)) - (pad "7" thru_hole circle locked (at -6.095 9.14 270) (size 1.398 1.398) (drill 0.89) (layers *.Cu *.Mask "F.SilkS") + (pad "7" thru_hole circle (at -6.095 9.14 270) (size 1.398 1.398) (drill 0.89) (layers "*.Cu" "*.Mask" "F.SilkS") (net 21 "Net-(C23-Pad1)") (pinfunction "TRCT4") (pintype "passive") (tstamp 1e26a46f-d054-42ca-9228-60813bc44ef0)) - (pad "8" thru_hole circle locked (at -4.065 9.14 270) (size 1.398 1.398) (drill 0.89) (layers *.Cu *.Mask "F.SilkS") + (pad "8" thru_hole circle (at -4.065 9.14 270) (size 1.398 1.398) (drill 0.89) (layers "*.Cu" "*.Mask" "F.SilkS") (net 45 "ETH0_D+") (pinfunction "TRD4+") (pintype "passive") (tstamp 6075dfe1-def8-461a-a322-bc62c0c86c00)) - (pad "9" thru_hole circle locked (at -2.035 9.14 270) (size 1.398 1.398) (drill 0.89) (layers *.Cu *.Mask "F.SilkS") + (pad "9" thru_hole circle (at -2.035 9.14 270) (size 1.398 1.398) (drill 0.89) (layers "*.Cu" "*.Mask" "F.SilkS") (net 44 "ETH0_D-") (pinfunction "TRD4-") (pintype "passive") (tstamp 0aaf77e7-06bd-4cc6-9a42-713573c334f0)) - (pad "10" thru_hole circle locked (at 2.035 9.14 270) (size 1.398 1.398) (drill 0.89) (layers *.Cu *.Mask "F.SilkS") + (pad "10" thru_hole circle (at 2.035 9.14 270) (size 1.398 1.398) (drill 0.89) (layers "*.Cu" "*.Mask" "F.SilkS") (net 42 "ETH0_A-") (pinfunction "TDR1-") (pintype "passive") (tstamp 5385a379-1b03-458b-8002-c557382cb0b5)) - (pad "11" thru_hole circle locked (at 4.065 9.14 270) (size 1.398 1.398) (drill 0.89) (layers *.Cu *.Mask "F.SilkS") + (pad "11" thru_hole circle (at 4.065 9.14 270) (size 1.398 1.398) (drill 0.89) (layers "*.Cu" "*.Mask" "F.SilkS") (net 43 "ETH0_A+") (pinfunction "TDR1+") (pintype "passive") (tstamp c87d0e17-d9b2-4ced-a148-a40b900872ac)) - (pad "12" thru_hole circle locked (at 6.095 9.14 270) (size 1.398 1.398) (drill 0.89) (layers *.Cu *.Mask "F.SilkS") + (pad "12" thru_hole circle (at 6.095 9.14 270) (size 1.398 1.398) (drill 0.89) (layers "*.Cu" "*.Mask" "F.SilkS") (net 24 "Net-(C26-Pad1)") (pinfunction "TRCT1") (pintype "passive") (tstamp 356d5195-2467-4ec3-a835-abcdc7eb4759)) - (pad "13" thru_hole circle locked (at -7.52 -6.35 270) (size 1.905 1.905) (drill 1.27) (layers *.Cu *.Mask "F.SilkS") + (pad "13" thru_hole circle (at -7.52 -6.35 270) (size 1.905 1.905) (drill 1.27) (layers "*.Cu" "*.Mask" "F.SilkS") (net 426 "Net-(P1-Pad13)") (pinfunction "YEL-") (pintype "passive") (tstamp d297ef9e-9c04-4279-8608-1529ac0323b7)) - (pad "14" thru_hole circle locked (at -7.52 -8.89 270) (size 1.905 1.905) (drill 1.27) (layers *.Cu *.Mask "F.SilkS") + (pad "14" thru_hole circle (at -7.52 -8.89 270) (size 1.905 1.905) (drill 1.27) (layers "*.Cu" "*.Mask" "F.SilkS") (net 20 "+3V3") (pinfunction "YEL+") (pintype "passive") (tstamp 01b2229c-8147-4ec9-84d0-640da9e0e2fe)) - (pad "15" thru_hole circle locked (at 7.52 -3.81 270) (size 1.905 1.905) (drill 1.27) (layers *.Cu *.Mask "F.SilkS") + (pad "15" thru_hole circle (at 7.52 -3.81 270) (size 1.905 1.905) (drill 1.27) (layers "*.Cu" "*.Mask" "F.SilkS") (net 425 "Net-(P1-Pad15)") (pinfunction "ORN-") (pintype "passive") (tstamp 8df9f76d-b7b4-426d-8737-991072d768fc)) - (pad "16" thru_hole circle locked (at 7.52 -6.35 270) (size 1.905 1.905) (drill 1.27) (layers *.Cu *.Mask "F.SilkS") + (pad "16" thru_hole circle (at 7.52 -6.35 270) (size 1.905 1.905) (drill 1.27) (layers "*.Cu" "*.Mask" "F.SilkS") (net 20 "+3V3") (pinfunction "COM+") (pintype "passive") (tstamp d29213b6-b24b-4910-81df-46db2ad0227c)) - (pad "17" thru_hole circle locked (at 7.52 -8.89 270) (size 1.905 1.905) (drill 1.27) (layers *.Cu *.Mask "F.SilkS") + (pad "17" thru_hole circle (at 7.52 -8.89 270) (size 1.905 1.905) (drill 1.27) (layers "*.Cu" "*.Mask" "F.SilkS") (net 424 "Net-(P1-Pad17)") (pinfunction "GRN-") (pintype "passive") (tstamp ec4fb478-1832-4fbc-9155-34a8cde5bb08)) - (pad "SH1" thru_hole circle locked (at -8.79 0 270) (size 2.355 2.355) (drill 1.57) (layers *.Cu *.Mask "F.SilkS") + (pad "SH1" thru_hole circle (at -8.79 0 270) (size 2.355 2.355) (drill 1.57) (layers "*.Cu" "*.Mask" "F.SilkS") (net 13 "GND") (pinfunction "SHIELD") (pintype "input") (tstamp 6571466d-9930-4d9c-8b56-f5c30e1f786a)) - (pad "SH2" thru_hole circle locked (at 8.79 0 270) (size 2.355 2.355) (drill 1.57) (layers *.Cu *.Mask "F.SilkS") + (pad "SH2" thru_hole circle (at 8.79 0 270) (size 2.355 2.355) (drill 1.57) (layers "*.Cu" "*.Mask" "F.SilkS") (net 13 "GND") (pinfunction "SHIELD") (pintype "input") (tstamp 7f391486-7be4-4a17-baf5-2dd67b838d6b)) (model "${KIPRJMOD}/3d-models/J0G-0003NL.step" (offset (xyz 0 13.25 5.5)) @@ -5269,7 +6237,7 @@ ) (footprint "footprints:SWC_RAPC712X" (layer "F.Cu") - (tedit 5A65FEE8) (tstamp 00000000-0000-0000-0000-00005d1ec526) + (tstamp 00000000-0000-0000-0000-00005d1ec526) (at 305.5 51.5 90) (property "Checked" "y") (property "Distributor" "Mouser") @@ -5280,29 +6248,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005cc82e0e") (attr smd) (fp_text reference "J1" (at 3.8 -4.5 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a2eace27-3412-4dce-94a0-00d972308ba0) ) (fp_text value "Jack-DC" (at 0.1 9.5 90) (layer "F.SilkS") hide - (effects (font (size 1.00536 1.00536) (thickness 0.05))) + (effects (font (size 1.00536 1.00536) (thickness 0.05))) (tstamp 8c11cd86-a3ff-4ca2-9bfc-a110a2623445) ) - (fp_line (start 4.5 -3.8) (end 2.4 -3.8) (layer "F.SilkS") (width 0.127) (tstamp 45a4ad7a-5318-411e-8bea-5f6912d90b5b)) - (fp_line (start -4.5 10.74) (end 4.5 10.74) (layer "F.SilkS") (width 0.127) (tstamp 52fd0a5e-3e93-46c1-b2f5-f41548e0328e)) - (fp_line (start 4.5 -2.1) (end 4.5 -3.8) (layer "F.SilkS") (width 0.127) (tstamp 59c2c36c-601b-48aa-afdf-b35d8bd753a6)) - (fp_line (start 4.5 10.74) (end 4.5 2.1) (layer "F.SilkS") (width 0.127) (tstamp 9666956c-2f0b-4459-b8f4-28d53ec71b15)) - (fp_line (start -4.5 -3.8) (end -4.5 10.74) (layer "F.SilkS") (width 0.127) (tstamp f20a13bc-b6ce-44ab-8186-a6d1957b2f01)) - (fp_line (start -2.4 -3.8) (end -4.5 -3.8) (layer "F.SilkS") (width 0.127) (tstamp fc302127-03ef-49a1-afbc-ef7c0ea5528c)) - (fp_line (start -2.35 -3.8) (end -4.5 -3.8) (layer "Dwgs.User") (width 0.127) (tstamp 107e562c-cf92-4dda-9ef4-3ddf75829a5b)) - (fp_line (start 4.5 10.75) (end 4.5 -3.8) (layer "Dwgs.User") (width 0.127) (tstamp 5aab5f4f-577a-4cc5-8cf6-9e28f7739399)) - (fp_line (start 4.5 -3.8) (end -2.3 -3.8) (layer "Dwgs.User") (width 0.127) (tstamp 5af20bc5-4ad9-4df0-837f-85a9499d2663)) - (fp_line (start -4.5 10.75) (end 4.5 10.75) (layer "Dwgs.User") (width 0.127) (tstamp dd29ef8b-0f08-4ea0-ac32-fa9b2a29e877)) - (fp_line (start -4.5 -3.8) (end -4.5 10.75) (layer "Dwgs.User") (width 0.127) (tstamp ecaa30d8-a763-42b3-ae52-bd050ed9b0d5)) - (pad "1" thru_hole oval locked (at 0 -3 90) (size 4 2) (drill oval 3 1) (layers *.Cu *.Mask) + (fp_line (start -4.5 -3.8) (end -4.5 10.74) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp f20a13bc-b6ce-44ab-8186-a6d1957b2f01)) + (fp_line (start -4.5 10.74) (end 4.5 10.74) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 52fd0a5e-3e93-46c1-b2f5-f41548e0328e)) + (fp_line (start -2.4 -3.8) (end -4.5 -3.8) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp fc302127-03ef-49a1-afbc-ef7c0ea5528c)) + (fp_line (start 4.5 -3.8) (end 2.4 -3.8) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 45a4ad7a-5318-411e-8bea-5f6912d90b5b)) + (fp_line (start 4.5 -2.1) (end 4.5 -3.8) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 59c2c36c-601b-48aa-afdf-b35d8bd753a6)) + (fp_line (start 4.5 10.74) (end 4.5 2.1) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 9666956c-2f0b-4459-b8f4-28d53ec71b15)) + (fp_line (start -4.5 -3.8) (end -4.5 10.75) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp ecaa30d8-a763-42b3-ae52-bd050ed9b0d5)) + (fp_line (start -4.5 10.75) (end 4.5 10.75) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp dd29ef8b-0f08-4ea0-ac32-fa9b2a29e877)) + (fp_line (start -2.35 -3.8) (end -4.5 -3.8) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 107e562c-cf92-4dda-9ef4-3ddf75829a5b)) + (fp_line (start 4.5 -3.8) (end -2.3 -3.8) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 5af20bc5-4ad9-4df0-837f-85a9499d2663)) + (fp_line (start 4.5 10.75) (end 4.5 -3.8) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 5aab5f4f-577a-4cc5-8cf6-9e28f7739399)) + (pad "1" thru_hole oval (at 0 -3 90) (size 4 2) (drill oval 3 1) (layers "*.Cu" "*.Mask") (net 514 "/Reform 2 Power/24V_IN") (pintype "passive") (tstamp eecacbfc-3eb4-4e3d-8f77-c8ca53cd5b1d)) - (pad "2" thru_hole oval locked (at 4.8 0 180) (size 4 1.8) (drill oval 3 0.75) (layers *.Cu *.Mask) + (pad "2" thru_hole oval (at 4.8 0 180) (size 4 1.8) (drill oval 3 0.75) (layers "*.Cu" "*.Mask") (net 13 "GND") (pintype "passive") (tstamp e1fb7137-6126-4957-bddb-150c9acadb1d)) - (pad "3" thru_hole oval locked (at 0 3.25 90) (size 4 1.75) (drill oval 3 0.75) (layers *.Cu *.Mask) + (pad "3" thru_hole oval (at 0 3.25 90) (size 4 1.75) (drill oval 3 0.75) (layers "*.Cu" "*.Mask") (net 13 "GND") (pintype "passive") (tstamp 066764f4-52d3-42df-bcdf-eba8ac495b6d)) (model "${KIPRJMOD}/3d-models/SW3dPS-rapc722.STEP" (offset (xyz 0 1.2 0)) @@ -5312,7 +6291,7 @@ ) (footprint "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad" (layer "F.Cu") - (tedit 56D1B4CB) (tstamp 00000000-0000-0000-0000-00005d1f5759) + (tstamp 00000000-0000-0000-0000-00005d1f5759) (at 312.928 43.94) (descr "Mounting Hole 2.2mm, M2, DIN965") (tags "mounting hole 2.2mm m2 din965") @@ -5324,25 +6303,27 @@ (path "/00000000-0000-0000-0000-00005dbe65c1") (attr exclude_from_pos_files) (fp_text reference "H6" (at 0 -2.9) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 516ffcfb-53a4-41ca-9cc3-7f1eb1db31b6) ) (fp_text value "MountingHole_Pad" (at 0 2.9) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 589c424a-2f84-4cb4-90d6-7c85d6192e18) ) (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 093f6023-9437-41e6-be29-62dbcedd78f2) ) - (fp_circle (center 0 0) (end 1.9 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 2c549fef-e09e-4f25-84b4-8665a5f55853)) - (fp_circle (center 0 0) (end 2.15 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp f1480abf-b728-4348-9c2d-9f92064a0057)) - (pad "1" thru_hole circle locked (at 0 0) (size 3.8 3.8) (drill 2.2) (layers *.Cu *.Mask) + (fp_circle (center 0 0) (end 1.9 0) + (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 2c549fef-e09e-4f25-84b4-8665a5f55853)) + (fp_circle (center 0 0) (end 2.15 0) + (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp f1480abf-b728-4348-9c2d-9f92064a0057)) + (pad "1" thru_hole circle (at 0 0) (size 3.8 3.8) (drill 2.2) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "1") (pintype "input") (tstamp 5ca701c7-47b1-4041-8711-79505112c042)) ) (footprint "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad" (layer "F.Cu") - (tedit 56D1B4CB) (tstamp 00000000-0000-0000-0000-00005d1f5761) + (tstamp 00000000-0000-0000-0000-00005d1f5761) (at 42.04 130.48) (descr "Mounting Hole 2.2mm, M2, DIN965") (tags "mounting hole 2.2mm m2 din965") @@ -5354,25 +6335,27 @@ (path "/00000000-0000-0000-0000-00005dbf5601") (attr exclude_from_pos_files) (fp_text reference "H7" (at 3.21 1.52) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp da8ae4a2-9fdd-412e-bb91-1205792cc681) ) (fp_text value "MountingHole_Pad" (at 0 2.9) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 2dead144-cc24-4d25-9185-5773bc8ee63f) ) (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9c2358e6-bdbc-45fe-af6d-97f5cc1ca4f0) ) - (fp_circle (center 0 0) (end 1.9 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 521f04f8-f6b2-4503-9c50-7ef20b8764b9)) - (fp_circle (center 0 0) (end 2.15 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 5f0cb756-c206-4c0a-913d-028f2f69e3d6)) - (pad "1" thru_hole circle locked (at 0 0) (size 3.8 3.8) (drill 2.2) (layers *.Cu *.Mask) + (fp_circle (center 0 0) (end 1.9 0) + (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 521f04f8-f6b2-4503-9c50-7ef20b8764b9)) + (fp_circle (center 0 0) (end 2.15 0) + (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 5f0cb756-c206-4c0a-913d-028f2f69e3d6)) + (pad "1" thru_hole circle (at 0 0) (size 3.8 3.8) (drill 2.2) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "1") (pintype "input") (tstamp 588ca3c8-9017-4cc3-9766-02a8bd2338ce)) ) (footprint "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad" (layer "F.Cu") - (tedit 56D1B4CB) (tstamp 00000000-0000-0000-0000-00005d1f5769) + (tstamp 00000000-0000-0000-0000-00005d1f5769) (at 312.928 130.48) (descr "Mounting Hole 2.2mm, M2, DIN965") (tags "mounting hole 2.2mm m2 din965") @@ -5384,25 +6367,27 @@ (path "/00000000-0000-0000-0000-00005dbf5615") (attr exclude_from_pos_files) (fp_text reference "H8" (at -3.55 0.02) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp aa5f768c-6d47-4893-bfb7-1430e3afda13) ) (fp_text value "MountingHole_Pad" (at 0 2.9) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 59214de1-1349-4c2e-bcc3-197f2408d01f) ) (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5390a572-de19-435d-9913-9cc758398e2f) ) - (fp_circle (center 0 0) (end 1.9 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 44bc0326-8b19-4408-9e9c-fe039871e5b6)) - (fp_circle (center 0 0) (end 2.15 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp a328c6d1-c9af-476b-8219-41fd3ba3f2c4)) - (pad "1" thru_hole circle locked (at 0 0) (size 3.8 3.8) (drill 2.2) (layers *.Cu *.Mask) + (fp_circle (center 0 0) (end 1.9 0) + (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 44bc0326-8b19-4408-9e9c-fe039871e5b6)) + (fp_circle (center 0 0) (end 2.15 0) + (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp a328c6d1-c9af-476b-8219-41fd3ba3f2c4)) + (pad "1" thru_hole circle (at 0 0) (size 3.8 3.8) (drill 2.2) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "1") (pintype "input") (tstamp 6ac317fa-03a6-4184-9000-c105b8d6aac4)) ) (footprint "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad" (layer "F.Cu") - (tedit 56D1B4CB) (tstamp 00000000-0000-0000-0000-00005d1febca) + (tstamp 00000000-0000-0000-0000-00005d1febca) (at 42.04 43.94) (descr "Mounting Hole 2.2mm, M2, DIN965") (tags "mounting hole 2.2mm m2 din965") @@ -5414,25 +6399,27 @@ (path "/00000000-0000-0000-0000-00005dbc8bc3") (attr exclude_from_pos_files) (fp_text reference "H5" (at 0 -2.9) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 18684931-3d5e-4abc-9e78-8339aa87d55d) ) (fp_text value "MountingHole_Pad" (at 0 2.9) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 927ffb19-8e65-46fe-90ea-1639b5eda2b2) ) (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 69c0017c-7bf4-48e1-a86c-482a8de9eebe) ) - (fp_circle (center 0 0) (end 1.9 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 68b8006d-5355-41ee-966f-7bc6d5c8e79a)) - (fp_circle (center 0 0) (end 2.15 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp a1614f5e-486c-476b-ab13-22c28e9e3b12)) - (pad "1" thru_hole circle locked (at 0 0) (size 3.8 3.8) (drill 2.2) (layers *.Cu *.Mask) + (fp_circle (center 0 0) (end 1.9 0) + (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 68b8006d-5355-41ee-966f-7bc6d5c8e79a)) + (fp_circle (center 0 0) (end 2.15 0) + (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp a1614f5e-486c-476b-ab13-22c28e9e3b12)) + (pad "1" thru_hole circle (at 0 0) (size 3.8 3.8) (drill 2.2) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "1") (pintype "input") (tstamp ff714a7f-5040-49c0-b280-f2e58c3ce402)) ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d24153b) + (tstamp 00000000-0000-0000-0000-00005d24153b) (at 45.15 108.75) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5445,30 +6432,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df1df02") (attr smd) (fp_text reference "C67" (at -2.5 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c979844c-eb0f-4616-aa33-275c114537fe) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a7f1439c-681f-45ff-912d-637be159199c) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7c570974-dbee-45f0-aee2-b17423e3debb) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4c9c2a6d-fd67-4c68-913d-d580756b1f03)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 8c80e647-22ca-4517-829b-5ee35a050458)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0174ed1d-dc46-4748-9e88-5dfb656d59d4)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 10d7be73-4e34-4876-ba6c-976e2adf7bac)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2434eb30-f1da-42e5-98ad-a4640c471f76)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f6d6eab2-44b2-485f-b0ae-79d4a0ae21c9)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 89395700-d411-4647-97af-d22ba4c84ddf)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a478f255-ebae-4fe3-bfe9-4833b1d79261)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d0a9cb14-6c34-46b5-9137-6c28eaee4a9b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp dcc040a0-31e8-49ed-ae58-15559911c092)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c80e647-22ca-4517-829b-5ee35a050458)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c9c2a6d-fd67-4c68-913d-d580756b1f03)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0174ed1d-dc46-4748-9e88-5dfb656d59d4)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2434eb30-f1da-42e5-98ad-a4640c471f76)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10d7be73-4e34-4876-ba6c-976e2adf7bac)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6d6eab2-44b2-485f-b0ae-79d4a0ae21c9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dcc040a0-31e8-49ed-ae58-15559911c092)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89395700-d411-4647-97af-d22ba4c84ddf)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0a9cb14-6c34-46b5-9137-6c28eaee4a9b)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a478f255-ebae-4fe3-bfe9-4833b1d79261)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 264 "Net-(C67-Pad1)") (pintype "passive") (tstamp 0029009f-0d3f-471b-959d-93ad4bcd3393)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp bb14f652-a65a-4bab-9712-650f0dcc50e4)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5478,7 +6475,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d24154c) + (tstamp 00000000-0000-0000-0000-00005d24154c) (at 45.15 110.45) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5491,30 +6488,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df2d105") (attr smd) (fp_text reference "C68" (at -2.5 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp df76fcf4-4ab0-44f5-b933-f508bf9763bd) ) (fp_text value "2nF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 449baf5c-7547-4ef4-994c-088bb589275f) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c4394e9e-3162-4435-a7b6-d1170ff290bf) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 8c5b873d-aacb-4661-ab1b-033b7267db6b)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp e68cd628-b242-4bd7-82a6-4f702bc7db97)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3731284c-7d24-42f1-85f7-1cbe50a8b951)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3b287ede-3732-426f-bfd7-40e383b11134)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 83e8154c-8d94-4ec5-b720-8347fd734a40)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp dc73b8b4-e053-49d5-84c4-ff0e3f47eef4)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 89fd8f74-18a2-4d1a-b93e-06eb707228a1)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 991befcf-17ce-4710-825f-c1422d9de398)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a4aff5df-6ee8-492b-9204-cb6b70115055)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b38dfae3-3cff-4de8-8d57-05ba65a88022)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c5b873d-aacb-4661-ab1b-033b7267db6b)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e68cd628-b242-4bd7-82a6-4f702bc7db97)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc73b8b4-e053-49d5-84c4-ff0e3f47eef4)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b287ede-3732-426f-bfd7-40e383b11134)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83e8154c-8d94-4ec5-b720-8347fd734a40)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3731284c-7d24-42f1-85f7-1cbe50a8b951)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4aff5df-6ee8-492b-9204-cb6b70115055)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89fd8f74-18a2-4d1a-b93e-06eb707228a1)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 991befcf-17ce-4710-825f-c1422d9de398)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b38dfae3-3cff-4de8-8d57-05ba65a88022)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 264 "Net-(C67-Pad1)") (pintype "passive") (tstamp 57db3ca1-4890-449f-842f-21f8fddb3d1a)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 66539b1a-7841-4230-9c93-0c51ac9ead27)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5524,7 +6531,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241585) + (tstamp 00000000-0000-0000-0000-00005d241585) (at 55 88.25 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5537,30 +6544,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dc98163") (attr smd) (fp_text reference "C70" (at 2.9 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fc987c61-d143-4ed6-835e-edacfde721f1) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 945eb894-f804-4159-9f00-e820b47bfda5) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp df91baab-c3f7-48b8-874e-32c55e57b900) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3f1fe5c2-2048-4747-bb56-3f4d7fa201cf)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 5daab193-70a0-4ce8-8ff3-b052f6865a84)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 45539f87-9197-43a5-8a7c-5e5f5695c298)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7b3eb645-9a24-4d7f-8dd7-ac4a045a66a0)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp af98f330-f7b4-4886-aea5-2934e1f20ea8)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e3d968f8-5e1f-424b-9617-e268f6f8b8d3)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1f709069-e93d-45a0-9ef5-f6543f6c98f3)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 65e39321-0e61-42c9-a73b-d5ac06bdbd8d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6e36f19e-b829-4e57-8fda-93f280b0bbe1)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f9fb4c25-0fa4-4f10-b140-cf0052797378)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f1fe5c2-2048-4747-bb56-3f4d7fa201cf)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5daab193-70a0-4ce8-8ff3-b052f6865a84)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af98f330-f7b4-4886-aea5-2934e1f20ea8)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3d968f8-5e1f-424b-9617-e268f6f8b8d3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b3eb645-9a24-4d7f-8dd7-ac4a045a66a0)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45539f87-9197-43a5-8a7c-5e5f5695c298)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e36f19e-b829-4e57-8fda-93f280b0bbe1)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65e39321-0e61-42c9-a73b-d5ac06bdbd8d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f709069-e93d-45a0-9ef5-f6543f6c98f3)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9fb4c25-0fa4-4f10-b140-cf0052797378)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 381 "Net-(C63-Pad1)") (pintype "passive") (tstamp 9c1a27d7-8107-4e52-ad69-17dd0b773d72)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 1394ea3c-a3ac-455c-aa18-29d2ed74f7eb)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5570,7 +6587,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d2415ad) + (tstamp 00000000-0000-0000-0000-00005d2415ad) (at 80.85 125.9 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5583,30 +6600,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005eea4792") (attr smd) (fp_text reference "C71" (at 2.5 0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 397b3570-b488-45df-b3e4-83130597ea38) ) (fp_text value "10uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 617c6be0-1971-479a-9b2f-080bcf60499f) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 87e93d7d-6c22-4517-8319-24911c03aac4) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2076ef73-cad2-4b87-b835-c1acfdd42e1b)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 800fca18-d5be-4f5d-8e7c-49f26b9abdd0)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 59113023-77c1-4283-ad0e-fba99ba87807)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8ded7872-436f-455c-9284-359d5ac0745a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b6388c00-0e5f-43d1-82b3-fc7a3e0e48cc)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c57fd57c-dd2a-4cf2-ab5d-fc015eb53e1d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 00a3ead6-803b-48a6-a3f2-9e5cda1174b9)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6afd7c97-fb87-488c-8477-fa51378a9401)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp adeceedb-d75d-4ad7-a27e-98b0bb98e8c1)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e817c737-5fa0-4248-8316-255403248f2c)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 800fca18-d5be-4f5d-8e7c-49f26b9abdd0)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2076ef73-cad2-4b87-b835-c1acfdd42e1b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c57fd57c-dd2a-4cf2-ab5d-fc015eb53e1d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ded7872-436f-455c-9284-359d5ac0745a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 59113023-77c1-4283-ad0e-fba99ba87807)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6388c00-0e5f-43d1-82b3-fc7a3e0e48cc)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00a3ead6-803b-48a6-a3f2-9e5cda1174b9)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp adeceedb-d75d-4ad7-a27e-98b0bb98e8c1)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6afd7c97-fb87-488c-8477-fa51378a9401)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e817c737-5fa0-4248-8316-255403248f2c)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 258 "Net-(C71-Pad1)") (pintype "passive") (tstamp c1a28e79-6918-4f74-b95a-695c7a99f236)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp e5791065-146c-4f3f-8a3b-7f8ba8ed9e72)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5616,7 +6643,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d2415d5) + (tstamp 00000000-0000-0000-0000-00005d2415d5) (at 59.75 68.25 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5629,30 +6656,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005eea3522") (attr smd) (fp_text reference "C72" (at 2.5 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c3358bd5-fa8d-440a-976a-eec36dd7bb1d) ) (fp_text value "10uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f358d3b7-5b67-4b0c-b58a-939a516a596f) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b9767963-1e33-43ef-8b05-58db03df34d1) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 1950be6b-ac4f-4c8e-891c-3ff47ad51c45)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 816bcd08-e3f0-41e8-898c-fd29720d948a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7cfab275-c3da-4168-b1df-8add95573fe4)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9398fa7d-0252-4ef4-bdf9-27012a7341ea)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9e95d53e-e96b-4bbd-bdea-9a1545f8d6f0)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b7b128f8-6ce4-4ffa-9bdf-35f9c5ec8ea7)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 71d7a85c-0288-4ff5-a5ef-7ce05bd6b139)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 76eeadb9-9355-4a1c-b290-28ad11ccb85f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7911b7ea-7a20-4260-9620-0fab08631038)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 86ab80f5-4035-4b81-8ae0-38c89fc21841)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 816bcd08-e3f0-41e8-898c-fd29720d948a)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1950be6b-ac4f-4c8e-891c-3ff47ad51c45)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9398fa7d-0252-4ef4-bdf9-27012a7341ea)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e95d53e-e96b-4bbd-bdea-9a1545f8d6f0)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7b128f8-6ce4-4ffa-9bdf-35f9c5ec8ea7)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7cfab275-c3da-4168-b1df-8add95573fe4)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71d7a85c-0288-4ff5-a5ef-7ce05bd6b139)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7911b7ea-7a20-4260-9620-0fab08631038)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 76eeadb9-9355-4a1c-b290-28ad11ccb85f)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86ab80f5-4035-4b81-8ae0-38c89fc21841)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 260 "Net-(C72-Pad1)") (pintype "passive") (tstamp 5ba98484-84ad-4fce-aeeb-153cb549d6e3)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 70d47048-9837-4eea-8a0a-ab45cc09b93b)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5662,7 +6699,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 00000000-0000-0000-0000-00005d2415e6) + (tstamp 00000000-0000-0000-0000-00005d2415e6) (at 85.9 116.5 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5676,27 +6713,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/479666b9-b5f0-46d6-b7ad-c3521173c04d") (attr smd) (fp_text reference "C73" (at 2.5 -0.03 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 00c54ad0-0961-42a8-9b83-d21a4bb07faa) ) (fp_text value "1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ba248ca1-7ae3-47d5-82d2-c38b3da1988d) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 013ddb9a-d696-4b34-85af-e31a64d9c940) ) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 5ff96a30-12ed-461d-8178-bfe7d161e5a7)) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp cb9e6c52-afdd-4bbf-8348-1a97c9e4b75c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 34f6dac3-78d3-4f72-92b9-d19c0cfcb1e5)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4d796599-7c62-4dd7-85dd-d5f9458ad1b4)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 782ff168-c265-4fbe-893d-23b15edd2a3b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 80a82a2b-24d0-48c4-a843-0b1729c05835)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 080dcc73-40bf-4224-9819-d235cf9c352e)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7aa13577-05ba-44c7-b39c-c96277346690)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7e9b2fa1-a914-419a-935b-94a75e7f25c8)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e0fdc145-a1b2-41ec-bec8-4b59434d538c)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ff96a30-12ed-461d-8178-bfe7d161e5a7)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb9e6c52-afdd-4bbf-8348-1a97c9e4b75c)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80a82a2b-24d0-48c4-a843-0b1729c05835)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 782ff168-c265-4fbe-893d-23b15edd2a3b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34f6dac3-78d3-4f72-92b9-d19c0cfcb1e5)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d796599-7c62-4dd7-85dd-d5f9458ad1b4)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e9b2fa1-a914-419a-935b-94a75e7f25c8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0fdc145-a1b2-41ec-bec8-4b59434d538c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 080dcc73-40bf-4224-9819-d235cf9c352e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7aa13577-05ba-44c7-b39c-c96277346690)) (pad "1" smd roundrect (at -0.775 0 270) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 96 "USBH_3V3") (pintype "passive") (tstamp fa0d6a26-7bdd-4d0c-a4f9-fda993fe6b37)) (pad "2" smd roundrect (at 0.775 0 270) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -5709,7 +6756,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d2415f7) + (tstamp 00000000-0000-0000-0000-00005d2415f7) (at 48.55 108.75) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5722,30 +6769,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df8996c") (attr smd) (fp_text reference "C74" (at 2.55 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp edfc9375-4b9f-4479-add0-f554aa58be70) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 8a1e9af0-2b2c-4b82-a074-cf88ad735da2) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 22802cb3-d575-41b0-ab98-2c8baef07d03) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2ea55b4f-b985-444f-a619-36512c381a57)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 46f7a402-6c8e-41bb-9620-2add192dff06)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0ed60b71-3067-4fe8-a543-45df8b5be276)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3b608f59-db39-4c6b-bd24-43985b7b4e81)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 95f6c659-f61a-420e-bda2-d229f7b716f7)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ecfabea3-23f6-4ed7-bb96-e3877caa5a87)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a11109c0-e1d3-4502-ad66-9c0f4d021dd0)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c714cd78-32d5-4454-94df-f5c40f28c2e2)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp cdeb8a92-9f76-4708-acc5-e32895463d0c)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ce9fae89-158c-41c7-ae52-4fab6469787a)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46f7a402-6c8e-41bb-9620-2add192dff06)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ea55b4f-b985-444f-a619-36512c381a57)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ed60b71-3067-4fe8-a543-45df8b5be276)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ecfabea3-23f6-4ed7-bb96-e3877caa5a87)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b608f59-db39-4c6b-bd24-43985b7b4e81)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 95f6c659-f61a-420e-bda2-d229f7b716f7)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c714cd78-32d5-4454-94df-f5c40f28c2e2)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a11109c0-e1d3-4502-ad66-9c0f4d021dd0)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce9fae89-158c-41c7-ae52-4fab6469787a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cdeb8a92-9f76-4708-acc5-e32895463d0c)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 263 "Net-(C74-Pad1)") (pintype "passive") (tstamp d478a86b-9d2d-4d59-a347-9c3c721ab0f7)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 0c6bd25b-e412-4f12-8b35-2b95aeedae4a)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5755,7 +6812,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d24163b) + (tstamp 00000000-0000-0000-0000-00005d24163b) (at 48.55 107.05) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5768,30 +6825,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df89976") (attr smd) (fp_text reference "C78" (at 2.55 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d019f867-3292-482c-9705-623e79a0129f) ) (fp_text value "2nF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a2ba090b-0cd9-4c66-a951-9a1c858140f7) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3bef7f29-622e-4689-b153-a286fbaf890f) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 5a0e89a9-25e1-4472-afc1-4620034c8c13)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b9284fd9-3411-47e0-bcbe-aa075199e252)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 063e48f6-37b2-458d-832d-9d7f2d00eee4)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 10bb620c-1a6e-47b1-abff-c65915490d26)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5391c491-e363-497c-8059-034f2303a961)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ee692b87-46b5-480f-b0e8-d2be20002dcf)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 077ea8af-664a-46c8-8a78-7c8ae677f93f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 33f9cc7e-aa50-4940-8b62-391f3c374c6b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 68c05549-f5b2-4ed5-ae2e-a43056d95aec)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f4e7ec66-ad1a-4878-9bc2-e535b2f4cf3b)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a0e89a9-25e1-4472-afc1-4620034c8c13)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9284fd9-3411-47e0-bcbe-aa075199e252)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5391c491-e363-497c-8059-034f2303a961)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 063e48f6-37b2-458d-832d-9d7f2d00eee4)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee692b87-46b5-480f-b0e8-d2be20002dcf)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10bb620c-1a6e-47b1-abff-c65915490d26)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4e7ec66-ad1a-4878-9bc2-e535b2f4cf3b)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33f9cc7e-aa50-4940-8b62-391f3c374c6b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 077ea8af-664a-46c8-8a78-7c8ae677f93f)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68c05549-f5b2-4ed5-ae2e-a43056d95aec)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 263 "Net-(C74-Pad1)") (pintype "passive") (tstamp 906fc104-0cc1-42de-8fd8-f917b9e5d191)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp f51b94fc-460c-4bc8-b4c2-416eb6bba8f5)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5801,7 +6868,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241694) + (tstamp 00000000-0000-0000-0000-00005d241694) (at 54.9 108.75) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5814,30 +6881,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005eea2fe2") (attr smd) (fp_text reference "C81" (at 2.45 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f2c1a742-a3a8-459c-b8bf-7d728e7738a3) ) (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3e9b3244-76c1-4b10-8334-df81e05465f8) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1499cd4e-1af1-4da2-bdc3-28c55f4b792c) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3f55acbc-7c39-4682-91a5-4737cce9e085)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c7543b91-2e1b-42ac-8de8-d6055b8fa750)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 021e8f59-f1b4-4722-bbbe-edf437b48c43)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 98a58644-fb9d-415b-afc2-b9cf7c1c5eab)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp afdf4ea9-8f3c-41e7-83aa-a125e7c30a2d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp bc3ed6ae-390b-46d9-a907-e7b6fd175b7c)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 620815e2-b39f-4667-a130-f4036cf49232)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 95d63dfd-cae2-42e5-b75c-4bb59564c7df)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d846dae5-7292-4011-a402-c2c59ce5807b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e46910be-8ee9-4d79-a562-8ef87cec05b3)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f55acbc-7c39-4682-91a5-4737cce9e085)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7543b91-2e1b-42ac-8de8-d6055b8fa750)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp afdf4ea9-8f3c-41e7-83aa-a125e7c30a2d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 98a58644-fb9d-415b-afc2-b9cf7c1c5eab)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc3ed6ae-390b-46d9-a907-e7b6fd175b7c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 021e8f59-f1b4-4722-bbbe-edf437b48c43)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e46910be-8ee9-4d79-a562-8ef87cec05b3)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d846dae5-7292-4011-a402-c2c59ce5807b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 620815e2-b39f-4667-a130-f4036cf49232)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 95d63dfd-cae2-42e5-b75c-4bb59564c7df)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 262 "Net-(C81-Pad1)") (pintype "passive") (tstamp ead3aa29-b67c-4654-b547-25acfde64557)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 8f10da11-dfec-458e-9061-b83046b7d8e6)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5847,7 +6924,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d2416dc) + (tstamp 00000000-0000-0000-0000-00005d2416dc) (at 99.9125 58.1) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5860,30 +6937,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eeaccad") (attr smd) (fp_text reference "C83" (at -2.5125 0.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b4579b72-87b2-408a-af37-addfe140fc48) ) (fp_text value "47uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3cbffb10-7ac4-4819-be32-aaf0f5d48ad9) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp aa9f4a2c-1f4b-4f71-b720-eb0ec589d7bb) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 7dbca992-7ef9-4a9b-9548-34ad08a47def)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 8fd61a3e-1844-4923-84d8-9b8d95d6e8f6)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 464b9f88-71a4-4dc4-b8f9-c0c32c121127)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a4055d1a-9b5f-4817-b4e9-2192efedef9f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c1d3a1b7-1fe2-4a33-9b9c-b1e7bb04340d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d964271f-796f-4686-8f83-3f9111f99de7)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 218f6ac3-578f-4442-b35a-07d93a16fe8e)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3eed8260-b452-4569-88a6-c1340dd9808d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c358de5e-7fa2-4881-9a15-f5994ba71933)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp fa04b4ff-fdc4-4730-a688-0c341bae477b)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8fd61a3e-1844-4923-84d8-9b8d95d6e8f6)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7dbca992-7ef9-4a9b-9548-34ad08a47def)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d964271f-796f-4686-8f83-3f9111f99de7)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 464b9f88-71a4-4dc4-b8f9-c0c32c121127)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4055d1a-9b5f-4817-b4e9-2192efedef9f)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1d3a1b7-1fe2-4a33-9b9c-b1e7bb04340d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c358de5e-7fa2-4881-9a15-f5994ba71933)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 218f6ac3-578f-4442-b35a-07d93a16fe8e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa04b4ff-fdc4-4730-a688-0c341bae477b)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3eed8260-b452-4569-88a6-c1340dd9808d)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 379 "Net-(C123-Pad1)") (pintype "passive") (tstamp 81350d2e-3091-4b3e-8645-aea517689c7d)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp dcca350d-e11e-4c6e-b0a0-5493ae882187)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5893,7 +6980,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d2416ed) + (tstamp 00000000-0000-0000-0000-00005d2416ed) (at 58 68.25 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5906,30 +6993,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005ddbd7f0") (attr smd) (fp_text reference "C84" (at 2.55 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6d9d2700-5c89-44c4-b917-3b5db70a86e9) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9d275338-5af3-4071-a888-ae65d1abded2) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 571d0d12-75cc-4c08-ae6f-7b86e7e98fc5) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 23619a36-eee3-4c22-85fc-378853d0da54)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9490fc2f-dfa6-4337-8587-5bc00d851fc9)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0a639f9d-8109-4476-9a5a-82661dc71567)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5a05cab5-a591-45d3-b108-112d9d21bfdb)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 83f16845-e9fe-4891-bb30-cb8259e9f07c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 891da37d-21a5-4d73-b280-e07207099ff4)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 19264fea-fdab-4dbb-9a9c-3473ebbb9dbf)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c3cb487d-6e19-4ae1-a23e-0945a18fc59a)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp cb42d63e-78ae-4c9c-a6ac-ba69c8db62c7)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ebd1de92-36a3-4168-b1c9-7d2dc7db6aec)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23619a36-eee3-4c22-85fc-378853d0da54)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9490fc2f-dfa6-4337-8587-5bc00d851fc9)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 891da37d-21a5-4d73-b280-e07207099ff4)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a05cab5-a591-45d3-b108-112d9d21bfdb)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a639f9d-8109-4476-9a5a-82661dc71567)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83f16845-e9fe-4891-bb30-cb8259e9f07c)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb42d63e-78ae-4c9c-a6ac-ba69c8db62c7)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ebd1de92-36a3-4168-b1c9-7d2dc7db6aec)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19264fea-fdab-4dbb-9a9c-3473ebbb9dbf)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3cb487d-6e19-4ae1-a23e-0945a18fc59a)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 260 "Net-(C72-Pad1)") (pintype "passive") (tstamp e5489acb-7cdd-4990-a0e4-0aaf5544e6eb)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp d9cfcc58-e962-4f40-b79f-c102d6db07f8)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5939,7 +7036,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d2416fe) + (tstamp 00000000-0000-0000-0000-00005d2416fe) (at 54.9 110.45) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5952,30 +7049,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dce0984") (attr smd) (fp_text reference "C85" (at 2.45 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c76fead6-46cb-4bbe-90b0-edea5b83b15a) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 90e0ab7a-c4e1-44e6-b7c8-2aaae2634291) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a19c54a0-3128-455c-9f1e-d9d3f5dd4e7b) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 33ea6181-432b-4522-9ae7-d99f57247caa)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp f7ad934e-1072-491c-a513-4bfed8b35a2a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 58f191c9-7f36-4682-be27-ee5e00cfb2c1)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 64f9040f-63b0-4cd6-b606-453eb1a63da7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp cb91ba65-b83b-4b64-b534-58f1be736fb3)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp fd1a2ff9-62da-47f6-acaf-907803c84e6e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0831128d-3406-40c2-937d-f5d9b2e0be35)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 61b9e6c9-5ed5-4996-9a55-d5b75291f4be)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6cbf83b2-1ffb-4d97-9d4c-22c3997e78a4)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f3328ca4-aad9-4618-bcdb-4cb0627dce32)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7ad934e-1072-491c-a513-4bfed8b35a2a)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33ea6181-432b-4522-9ae7-d99f57247caa)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd1a2ff9-62da-47f6-acaf-907803c84e6e)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 64f9040f-63b0-4cd6-b606-453eb1a63da7)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb91ba65-b83b-4b64-b534-58f1be736fb3)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58f191c9-7f36-4682-be27-ee5e00cfb2c1)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61b9e6c9-5ed5-4996-9a55-d5b75291f4be)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3328ca4-aad9-4618-bcdb-4cb0627dce32)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0831128d-3406-40c2-937d-f5d9b2e0be35)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6cbf83b2-1ffb-4d97-9d4c-22c3997e78a4)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 262 "Net-(C81-Pad1)") (pintype "passive") (tstamp 979dca9d-6fc9-40ff-a39b-9934a9d8d21d)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp e08a617c-3481-478b-9f20-e5f7224ec007)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -5985,7 +7092,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d2417ec) + (tstamp 00000000-0000-0000-0000-00005d2417ec) (at 88.3 64.1 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -5998,30 +7105,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2cda6f") (attr smd) (fp_text reference "C99" (at 0 -1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 82225f4b-5108-43b0-871d-28cb956bf6ba) ) (fp_text value "10uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f3ea5e07-529d-4950-8c03-39666c463f10) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 259418b7-0905-44a9-a95d-fc1d9b31ef74) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 648e674c-f4ef-4131-bb7b-f7c308da47d1)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp bd093a5c-7cdd-42c2-b9a6-d761305e0940)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp cf7337a3-73ea-4b25-9f9b-9e358fb45389)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e27839ae-e9cb-46fa-84c7-6afb7abac1c9)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f5d229c5-157a-47b9-b48c-416e66082992)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f76ea2ee-bd69-426e-b648-221b8aa39c38)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 26879322-7770-4762-bf7a-a4474fc1687b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4b215604-9860-4f55-a240-87569b8773bd)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7696df66-0a2d-4bfd-82d5-87416e3971d8)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 940463ed-dd9e-450e-a0a7-0855424eab87)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 648e674c-f4ef-4131-bb7b-f7c308da47d1)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd093a5c-7cdd-42c2-b9a6-d761305e0940)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5d229c5-157a-47b9-b48c-416e66082992)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf7337a3-73ea-4b25-9f9b-9e358fb45389)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f76ea2ee-bd69-426e-b648-221b8aa39c38)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e27839ae-e9cb-46fa-84c7-6afb7abac1c9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 940463ed-dd9e-450e-a0a7-0855424eab87)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26879322-7770-4762-bf7a-a4474fc1687b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b215604-9860-4f55-a240-87569b8773bd)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7696df66-0a2d-4bfd-82d5-87416e3971d8)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp 563ff70c-6aad-43c6-9be5-797c8e9c8500)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 9983e77b-8190-48b6-806a-05428eb6d5ac)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6031,7 +7148,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d2417fd) + (tstamp 00000000-0000-0000-0000-00005d2417fd) (at 84.25 81.75) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6044,30 +7161,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2cd479") (attr smd) (fp_text reference "C100" (at -0.05 1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0c7f23a0-6ba0-4f99-a985-3a1d1001a4d7) ) (fp_text value "1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 43a40d06-20c9-4d25-8d6c-2a1d8c54fa40) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0141557a-dbdc-4ec3-b3e9-cbda37ee715a) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 11d91af4-5e87-4d38-9e93-0b7527c61fdc)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp c4fe28d1-96c1-4015-a3d4-673a2ffca1bf)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 30846e89-5f00-4450-82ed-c5cb86a7382b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4a8d071a-1d73-4590-9d36-797ed15a47a3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b7605746-dfd3-41f8-be03-87d7c5460320)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ebbae369-8d21-49a1-955b-6e015d35dc60)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 467c2f68-102f-4988-881f-a1f576797442)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b3478758-4730-4e04-a61b-1fe778cbca27)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp cacd55cf-8a58-4c37-8a7e-7b177fbe8753)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fdda13de-b6fd-426a-ba4c-b2c07cfa4fc8)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4fe28d1-96c1-4015-a3d4-673a2ffca1bf)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11d91af4-5e87-4d38-9e93-0b7527c61fdc)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a8d071a-1d73-4590-9d36-797ed15a47a3)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ebbae369-8d21-49a1-955b-6e015d35dc60)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30846e89-5f00-4450-82ed-c5cb86a7382b)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7605746-dfd3-41f8-be03-87d7c5460320)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fdda13de-b6fd-426a-ba4c-b2c07cfa4fc8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cacd55cf-8a58-4c37-8a7e-7b177fbe8753)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 467c2f68-102f-4988-881f-a1f576797442)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3478758-4730-4e04-a61b-1fe778cbca27)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp 21f53e96-cc3b-480c-99f4-0d88fd5531e8)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 40ffbb61-b02b-4097-8511-59af4ddee1d3)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6077,7 +7204,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d24181f) + (tstamp 00000000-0000-0000-0000-00005d24181f) (at 83.6 63.25 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6090,30 +7217,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2cc570") (attr smd) (fp_text reference "C102" (at 0 1.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 747265fa-f249-43e9-a0cd-52d34b72d83f) ) (fp_text value "10nF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp b176f79b-c1cc-4ce4-92c8-fa1823eddb77) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4138a49d-6604-41ec-b3e6-d3bd7bcc0e42) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 1f534dba-50a0-45d0-ba52-35011ada4f59)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp ff1ef1a7-7549-4c0d-8aac-52ea475d121e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 13cddf75-bc14-4eba-961a-f8f3f0706e9b)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2061060b-5e63-4851-a76c-5c5c75e59706)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9ae14690-fd3f-47e2-b66c-fd2fca0e64e2)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f30a2ea6-9e78-400d-b611-ba4f1283bebe)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0647fb53-3be6-49ce-b9da-e677aea8fa6b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3d5102c3-cd84-4ca6-9554-3e7fdff10907)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4b0759c2-8ef5-40ba-93e7-62ae0442682c)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8b872ea0-6851-4d01-a8e0-3ed1df05bfa6)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff1ef1a7-7549-4c0d-8aac-52ea475d121e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f534dba-50a0-45d0-ba52-35011ada4f59)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13cddf75-bc14-4eba-961a-f8f3f0706e9b)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f30a2ea6-9e78-400d-b611-ba4f1283bebe)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9ae14690-fd3f-47e2-b66c-fd2fca0e64e2)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2061060b-5e63-4851-a76c-5c5c75e59706)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0647fb53-3be6-49ce-b9da-e677aea8fa6b)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b872ea0-6851-4d01-a8e0-3ed1df05bfa6)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d5102c3-cd84-4ca6-9554-3e7fdff10907)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b0759c2-8ef5-40ba-93e7-62ae0442682c)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp 9d90b2ac-9e22-4349-877c-db3e07b1ab02)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 64dfd2c5-4263-4ba1-bdf0-ea199a2d777a)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6123,7 +7260,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241830) + (tstamp 00000000-0000-0000-0000-00005d241830) (at 95.7 79.9 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6136,30 +7273,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2ccf1d") (attr smd) (fp_text reference "C103" (at 2.85 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 24396464-7671-4a64-b530-e0d90aa653ba) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f362f550-4b74-418d-a73a-025a33de619e) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e81a843f-b1ed-45ac-a83a-e5a0c274c984) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 73665c8c-d53a-489f-b927-b191e465f120)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b9f3be37-4d7d-45dd-bce2-71a2035c3fc0)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1972a07b-1add-423c-8163-55b9019a773e)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 678925d3-e5dc-4b89-892b-4b04ea94e30d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a31bbcc3-1a69-4914-b436-5a79f4d47542)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a9490db8-7d62-4c77-9dec-0c00b7ac69d6)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3146dc86-3e11-42cf-ad26-2a2d49cdada8)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7e6cd166-7f5a-42ff-bfb7-05b897073df0)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c34bf094-ba7f-44cb-9979-afb1b70d45dd)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp daad9c43-8b8c-4006-bd1b-8bff15219548)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73665c8c-d53a-489f-b927-b191e465f120)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9f3be37-4d7d-45dd-bce2-71a2035c3fc0)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a31bbcc3-1a69-4914-b436-5a79f4d47542)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9490db8-7d62-4c77-9dec-0c00b7ac69d6)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 678925d3-e5dc-4b89-892b-4b04ea94e30d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1972a07b-1add-423c-8163-55b9019a773e)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e6cd166-7f5a-42ff-bfb7-05b897073df0)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3146dc86-3e11-42cf-ad26-2a2d49cdada8)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp daad9c43-8b8c-4006-bd1b-8bff15219548)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c34bf094-ba7f-44cb-9979-afb1b70d45dd)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp 3a850ddf-1d65-489e-a597-829740d9664f)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 6176abb6-60d1-420a-a346-ef9e3a8500c6)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6169,7 +7316,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241841) + (tstamp 00000000-0000-0000-0000-00005d241841) (at 94.45 67) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6182,30 +7329,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2cc9ee") (attr smd) (fp_text reference "C104" (at -0.05 1.5) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 668c034d-5cb6-42c1-8ef5-f5ba0933ad5d) ) (fp_text value "10nF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 270dd9ef-d136-4fa4-8e72-0e6e720faa87) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 68a6039e-6013-48f2-a893-fd450ba7bee8) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 07112519-71bb-405f-817f-a3bc396b46c5)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 495993d2-0d62-4f37-a213-8a4c7ffd9a3f)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4017408a-a216-4402-b4ca-e958cf98e7be)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 88339659-4414-4455-9912-ed3ee87c62be)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9c3bbd7b-bcef-406f-bd99-a056bb4c587a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp efe822be-941a-443d-9053-167aefd9789a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 30af085c-c675-4b98-a0d6-19c57c347937)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 783458b2-53ba-4fac-843f-5a49a5257ce1)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a194ce5a-d60b-4359-b65a-f12384c85f98)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c199da7c-ef48-481d-8779-0f39caae03fe)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 495993d2-0d62-4f37-a213-8a4c7ffd9a3f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07112519-71bb-405f-817f-a3bc396b46c5)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp efe822be-941a-443d-9053-167aefd9789a)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4017408a-a216-4402-b4ca-e958cf98e7be)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88339659-4414-4455-9912-ed3ee87c62be)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c3bbd7b-bcef-406f-bd99-a056bb4c587a)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a194ce5a-d60b-4359-b65a-f12384c85f98)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c199da7c-ef48-481d-8779-0f39caae03fe)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 783458b2-53ba-4fac-843f-5a49a5257ce1)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30af085c-c675-4b98-a0d6-19c57c347937)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp ce4fb0b2-5da8-4113-bd23-2b90c36b1ae0)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp afde2d41-d43c-4d36-b87b-f97e1e589df6)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6215,7 +7372,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241852) + (tstamp 00000000-0000-0000-0000-00005d241852) (at 92.25 58.5 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6228,30 +7385,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e31225c") (attr smd) (fp_text reference "C105" (at -2.8 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1589676f-a89e-4478-8d5f-10d773e6bf96) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 0b684386-0345-4767-9c2e-e66a16e57b8f) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 066546b2-0ab9-4b60-85d5-0ba041b8067b) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 36741b9d-2ba8-4517-b844-10b228b9d207)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 79a645d3-241f-4d11-8500-8171d2ad00a1)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2582eb26-0ea3-49f9-a67d-125eac46f248)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8a5f1d58-6a94-4029-a0e4-f947720e6517)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9adfba46-2682-4d4b-9909-edb88459a0ae)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c6191013-8358-4eb4-9230-3aebdf6d1897)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 332c7ebb-26f2-4b5c-9264-7747c73e5965)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 96ff6570-91fa-4858-baf0-dbcf93c48674)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 99a8d8b7-ca97-4c3e-b182-c7801f475632)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a1fb737e-4c93-4ebf-959a-ea6dadf76a93)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36741b9d-2ba8-4517-b844-10b228b9d207)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79a645d3-241f-4d11-8500-8171d2ad00a1)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9adfba46-2682-4d4b-9909-edb88459a0ae)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6191013-8358-4eb4-9230-3aebdf6d1897)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a5f1d58-6a94-4029-a0e4-f947720e6517)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2582eb26-0ea3-49f9-a67d-125eac46f248)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 332c7ebb-26f2-4b5c-9264-7747c73e5965)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96ff6570-91fa-4858-baf0-dbcf93c48674)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1fb737e-4c93-4ebf-959a-ea6dadf76a93)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99a8d8b7-ca97-4c3e-b182-c7801f475632)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 35 "EDP_TX1_DN") (pintype "passive") (tstamp c0b42a16-93b9-4cdd-a960-f2a1cd59b424)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 386 "/Reform 2 Display/ML1N") (pintype "passive") (tstamp 27bb7fb9-aba9-4c19-9b59-003b796bfd3e)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6261,7 +7428,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241863) + (tstamp 00000000-0000-0000-0000-00005d241863) (at 87 58.5 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6274,30 +7441,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e31c261") (attr smd) (fp_text reference "C106" (at -2.8 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2520d69c-6352-408e-99c6-1055995c6a21) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3553f4c2-2d37-4217-9919-e25aa02fe8e9) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 694c94a9-b055-4f29-a5ab-3612ee23c819) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 99a3e4a3-4035-4363-8012-6f84900db32a)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp f1ddb374-0634-4940-9071-a47f9cb1cbee)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0bcfb85c-5238-450f-b7c4-a4437933a669)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a7b46924-fc8f-4f87-8b50-f643a8ca6a16)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d2137a1a-97fe-4315-918e-5548e024d6d9)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f974eccb-6ebb-47b2-a537-1656da422f95)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 07251200-6bf2-43dc-8ee0-fc904752d9f9)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 277b10dd-a795-4a55-863f-4cf055930d3c)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4a1bcf29-937f-40be-b967-6767cc6d0fe7)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4e9090b8-c5d2-4bfd-b549-cab6bd9a9150)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99a3e4a3-4035-4363-8012-6f84900db32a)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1ddb374-0634-4940-9071-a47f9cb1cbee)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7b46924-fc8f-4f87-8b50-f643a8ca6a16)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f974eccb-6ebb-47b2-a537-1656da422f95)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2137a1a-97fe-4315-918e-5548e024d6d9)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0bcfb85c-5238-450f-b7c4-a4437933a669)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e9090b8-c5d2-4bfd-b549-cab6bd9a9150)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07251200-6bf2-43dc-8ee0-fc904752d9f9)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a1bcf29-937f-40be-b967-6767cc6d0fe7)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 277b10dd-a795-4a55-863f-4cf055930d3c)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 33 "EDP_TX0_DN") (pintype "passive") (tstamp 640fc4d5-1544-4a6b-af6b-92e856032191)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 387 "/Reform 2 Display/ML0N") (pintype "passive") (tstamp 0912e59f-552a-4536-b15f-bacdd53071cb)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6307,7 +7484,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241874) + (tstamp 00000000-0000-0000-0000-00005d241874) (at 83.5 58.5 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6320,30 +7497,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e3225a9") (attr smd) (fp_text reference "C107" (at -2.8 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 707a94c5-8511-4e59-bd8b-3308d77d2d43) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6be5a2c0-0d24-4de7-9aad-112de87c6d0a) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f0ea0ec3-513a-48bb-9f9a-0add56b2c3cb) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 8478cc84-67cb-4c01-8901-6ab5e65dc9dc)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 926f7f18-4d96-417b-ba1f-f75bc6aeeee8)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 18358888-eca6-43a9-b3c1-e7b1ddcb8689)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4f435b85-6f03-430a-96ed-9b2a9aa42651)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5e29307e-846d-4f48-bc84-d8c3468d71ab)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f3634a9e-9ba5-4bc9-b7ab-667421f7b89e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 438c728c-e77d-4ae1-9ae8-5f9cf8b768ef)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 52e7726e-684c-4b39-b9f4-1529e8cad646)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp abe5fe50-ba70-4cc6-a9a0-4dea09dbde60)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d4d997f6-c33d-4f36-b67b-a39273b6fbaa)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 926f7f18-4d96-417b-ba1f-f75bc6aeeee8)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8478cc84-67cb-4c01-8901-6ab5e65dc9dc)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18358888-eca6-43a9-b3c1-e7b1ddcb8689)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f435b85-6f03-430a-96ed-9b2a9aa42651)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e29307e-846d-4f48-bc84-d8c3468d71ab)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3634a9e-9ba5-4bc9-b7ab-667421f7b89e)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 438c728c-e77d-4ae1-9ae8-5f9cf8b768ef)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp abe5fe50-ba70-4cc6-a9a0-4dea09dbde60)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4d997f6-c33d-4f36-b67b-a39273b6fbaa)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52e7726e-684c-4b39-b9f4-1529e8cad646)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 31 "EDP_AUX_DN") (pintype "passive") (tstamp 708933d1-1d78-4f69-aa64-f06411cd6fbb)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 388 "/Reform 2 Display/EDAUXN") (pintype "passive") (tstamp d877b437-a765-41c2-8a9b-0d0a2bb13aef)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6353,7 +7540,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241896) + (tstamp 00000000-0000-0000-0000-00005d241896) (at 88.75 58.5 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6366,30 +7553,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e31c26d") (attr smd) (fp_text reference "C109" (at -2.8 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp bd050976-6895-44a7-bff1-594d7acc78d8) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp be068603-7924-428e-acb8-f06fc3c8f75f) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d38ea342-ae1a-4730-b06a-db1c9cc3f315) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp bb869f87-8ef4-42a4-a00a-e3257c90ce69)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp eaacd6be-c13a-412d-a476-39d6ddc4d3d3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 048bf4d0-5c00-4ecb-8f9b-ec2e819ad052)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4deb7fd4-0de5-441d-9d3e-07e5786b491d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 85b031ca-cf71-425f-8c96-fa70d2a2cdde)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b0d3eb6f-2d9d-4a7b-b5bf-ba439011fdef)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 33e68d1e-9563-47d6-a420-8dfdbe1b2aa4)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6735f2f1-5a82-48d4-9a36-fd47095a1173)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 721ab92b-e1a5-4f3a-b55c-74ab37af707c)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7591e154-1831-4d38-b163-cd90755bb030)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eaacd6be-c13a-412d-a476-39d6ddc4d3d3)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb869f87-8ef4-42a4-a00a-e3257c90ce69)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0d3eb6f-2d9d-4a7b-b5bf-ba439011fdef)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4deb7fd4-0de5-441d-9d3e-07e5786b491d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85b031ca-cf71-425f-8c96-fa70d2a2cdde)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 048bf4d0-5c00-4ecb-8f9b-ec2e819ad052)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7591e154-1831-4d38-b163-cd90755bb030)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33e68d1e-9563-47d6-a420-8dfdbe1b2aa4)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 721ab92b-e1a5-4f3a-b55c-74ab37af707c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6735f2f1-5a82-48d4-9a36-fd47095a1173)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 34 "EDP_TX0_DP") (pintype "passive") (tstamp e6b6eaab-0b22-47e9-a93b-c78d2b7967bf)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 390 "/Reform 2 Display/ML0P") (pintype "passive") (tstamp afbb08b0-91d1-4ec3-beee-d5ebbffd4774)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6399,7 +7596,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d2418a7) + (tstamp 00000000-0000-0000-0000-00005d2418a7) (at 85.25 58.5 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6412,30 +7609,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e3225b5") (attr smd) (fp_text reference "C110" (at -2.8 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9c590cfc-9435-40a7-bad2-4b83844a6a2f) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp b9652fda-11a3-4951-90d5-aa4ab8b7a110) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4642346f-34c6-410b-95e7-cf3e991be7ab) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 0290cc11-2878-43d7-859a-9c74ccfba21b)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 5cf0866f-e3c6-44ad-a922-0b0b759ed3c8)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 70ee3f9c-22b3-4e9a-b7b2-3d1d2443267e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 722698e4-d4dc-4af4-9ced-05f5df923423)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 854173c4-6c1b-4144-99a7-d47d7cc1ed7c)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b237ceea-30f3-4202-9aff-8420b4d5d1b2)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 26019a40-8003-496a-8c6b-e4edc5015881)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 368cf7c3-c136-4b25-995f-25899f204eac)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 69bccae7-71a7-42cd-8e39-ade0acb56d58)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ea26ffb2-3f7f-4eb9-aa24-72ee781b415c)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0290cc11-2878-43d7-859a-9c74ccfba21b)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cf0866f-e3c6-44ad-a922-0b0b759ed3c8)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70ee3f9c-22b3-4e9a-b7b2-3d1d2443267e)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b237ceea-30f3-4202-9aff-8420b4d5d1b2)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 854173c4-6c1b-4144-99a7-d47d7cc1ed7c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 722698e4-d4dc-4af4-9ced-05f5df923423)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26019a40-8003-496a-8c6b-e4edc5015881)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 368cf7c3-c136-4b25-995f-25899f204eac)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69bccae7-71a7-42cd-8e39-ade0acb56d58)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea26ffb2-3f7f-4eb9-aa24-72ee781b415c)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 32 "EDP_AUX_DP") (pintype "passive") (tstamp 724caf12-10e3-478f-ba4f-166a22faf270)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 391 "/Reform 2 Display/EDAUXP") (pintype "passive") (tstamp a22cc092-1fc1-43c5-8b9f-c9b2671a4b6d)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6445,7 +7652,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d2418b8) + (tstamp 00000000-0000-0000-0000-00005d2418b8) (at 93.7 79.9 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6458,30 +7665,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2e40cb") (attr smd) (fp_text reference "C111" (at 2.8 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 01a4ef2e-189f-44c2-a5ed-35ac5dd4229c) ) (fp_text value "1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 1e1bdc9c-e106-494e-8c38-ee7cc9212869) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f5f108ef-09f8-47fc-924d-94b8fe31a989) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 40310410-65c6-412a-9ca9-8ce0b5b9b33e)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 44531ce1-39d5-4cdf-a9a5-d1b8866fb17f)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 33fad2cf-3be6-459b-8ac4-cde227433152)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7760acd0-3fb1-412d-a0c5-ae1df7e17d67)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp aec93006-48a9-4580-9cdc-ed8183d8fc19)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e979249e-ca20-46b9-873a-9b0e1236c394)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1f7e621c-2710-4516-9ec6-e633f1b3c9e3)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6e371ddf-54ca-42f1-99c9-4b2f03e977fb)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9bd75d45-6f4b-4a6a-b03b-ef8d348bfeee)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d88bbf8c-06fe-4a8e-abf3-fdb1d36eb8a9)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44531ce1-39d5-4cdf-a9a5-d1b8866fb17f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40310410-65c6-412a-9ca9-8ce0b5b9b33e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e979249e-ca20-46b9-873a-9b0e1236c394)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33fad2cf-3be6-459b-8ac4-cde227433152)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aec93006-48a9-4580-9cdc-ed8183d8fc19)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7760acd0-3fb1-412d-a0c5-ae1df7e17d67)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e371ddf-54ca-42f1-99c9-4b2f03e977fb)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bd75d45-6f4b-4a6a-b03b-ef8d348bfeee)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f7e621c-2710-4516-9ec6-e633f1b3c9e3)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d88bbf8c-06fe-4a8e-abf3-fdb1d36eb8a9)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp 16bf1344-bbc8-4116-8cbb-30a01b529cd7)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 14374f1f-6559-4e14-a44f-8ea7b8cbb3a4)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6491,7 +7708,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d2418c9) + (tstamp 00000000-0000-0000-0000-00005d2418c9) (at 79.2 64 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6504,30 +7721,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2f21db") (attr smd) (fp_text reference "C112" (at 0.05 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 35bf833e-47a3-4ef7-87d0-1f21b642c428) ) (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e7a1c9d8-64e3-446f-8938-7e4c22388cae) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 34c8f392-5339-4cef-b5fa-08e58921e6c4) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 20dbc182-4493-4f24-832a-4a91397e9d9c)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 298a761c-e3a1-41b7-8200-1a638ca1c979)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 26dc012e-e9d3-490d-a5c9-2dd7904e47f1)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4aca09c0-10dd-4f51-b000-34afc2931675)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6cc3aa74-6aa2-4f92-bc96-2e7da42eee1d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7919269f-3fa1-4552-a0e1-aabb03b88127)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1d4acf4d-a851-496b-939c-d3be5e0b244a)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 471f22eb-5573-427e-b18c-b9034bd94208)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8906dae9-7259-479e-9aa4-71da338a1fd0)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9a3b86df-ff35-47ee-a3ee-771a809f0a9b)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 298a761c-e3a1-41b7-8200-1a638ca1c979)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20dbc182-4493-4f24-832a-4a91397e9d9c)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26dc012e-e9d3-490d-a5c9-2dd7904e47f1)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7919269f-3fa1-4552-a0e1-aabb03b88127)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4aca09c0-10dd-4f51-b000-34afc2931675)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cc3aa74-6aa2-4f92-bc96-2e7da42eee1d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 471f22eb-5573-427e-b18c-b9034bd94208)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d4acf4d-a851-496b-939c-d3be5e0b244a)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8906dae9-7259-479e-9aa4-71da338a1fd0)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a3b86df-ff35-47ee-a3ee-771a809f0a9b)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 166 "+1V8") (pintype "passive") (tstamp 3fe6cd04-7e26-4747-8870-bba98d2a49c5)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp e1c70f47-5f87-4f54-9b4d-095bd7f0b0e0)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6537,7 +7764,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d2418eb) + (tstamp 00000000-0000-0000-0000-00005d2418eb) (at 77 70.3 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6550,30 +7777,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2f97d4") (attr smd) (fp_text reference "C114" (at 0 -1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ab9bf828-9be7-49cb-b250-7f941e4c2add) ) (fp_text value "1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ac2637fd-44b2-4c30-8e40-60c3ae3406a0) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 620da22e-6aa5-4bc5-86cf-890bf60c9bb4) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 89116338-b19b-48fa-8b3b-99eb4749bb26)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp c3406b53-f95d-433b-90b7-9ff57d12acd1)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 01b4a262-a570-4192-8cb8-654000ef58ed)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 08cdb800-1700-4dca-9d85-32417e0a5572)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8e513c0a-e277-481f-b22d-1bb432c1f38c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp fe3d6dc2-6574-49b1-b508-c0a0d5029f67)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 02450e0d-1b92-4b09-8c7d-2c53a6bbf66f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1d982511-92e9-4ee4-826f-b50c59433fad)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7b478481-7080-413e-b7e6-5acb9fa3ef36)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e98db81d-dc0d-4594-8c3b-b9c0b88f525c)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3406b53-f95d-433b-90b7-9ff57d12acd1)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89116338-b19b-48fa-8b3b-99eb4749bb26)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08cdb800-1700-4dca-9d85-32417e0a5572)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e513c0a-e277-481f-b22d-1bb432c1f38c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe3d6dc2-6574-49b1-b508-c0a0d5029f67)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01b4a262-a570-4192-8cb8-654000ef58ed)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b478481-7080-413e-b7e6-5acb9fa3ef36)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d982511-92e9-4ee4-826f-b50c59433fad)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02450e0d-1b92-4b09-8c7d-2c53a6bbf66f)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e98db81d-dc0d-4594-8c3b-b9c0b88f525c)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 166 "+1V8") (pintype "passive") (tstamp 471d0de0-3885-444f-b8ac-805df79b93e8)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 11c0673b-998b-465a-a9a5-4e1846651955)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6583,7 +7820,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d2418fc) + (tstamp 00000000-0000-0000-0000-00005d2418fc) (at 77.5 79.3 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6596,30 +7833,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2f21bd") (attr smd) (fp_text reference "C115" (at 2.8 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 026bfbf5-f511-42ff-b198-26736e3a510f) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 62784dd7-b5b5-4b10-bcbc-fc7ff50a1522) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d23db7f2-ef09-4854-9151-9df984b693b1) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 3da264db-2916-4980-8c7c-e01d3f9ec327)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a6780ef1-c7a2-42bd-887a-e0771b7b7f8a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 18ff34df-6e0e-4158-abc5-5fbbc05a9d74)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6244cec6-5d42-4a45-9fdb-0496e8ca5dd6)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b462c578-bbda-4cb2-aa89-25fa764e23c5)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c6c274e4-a28f-419c-b5a4-e381f0fdf0af)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 097f3343-f577-4441-ad92-6b5257e06320)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2af0a8f5-27c7-4d0c-807a-c156c6f6d9e3)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 677d71e7-f28d-49f0-9266-4bdcb3bc6ef4)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d77557d3-816c-4cd9-b1df-0f4e0ef91b1b)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6780ef1-c7a2-42bd-887a-e0771b7b7f8a)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3da264db-2916-4980-8c7c-e01d3f9ec327)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6244cec6-5d42-4a45-9fdb-0496e8ca5dd6)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18ff34df-6e0e-4158-abc5-5fbbc05a9d74)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b462c578-bbda-4cb2-aa89-25fa764e23c5)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6c274e4-a28f-419c-b5a4-e381f0fdf0af)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d77557d3-816c-4cd9-b1df-0f4e0ef91b1b)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 677d71e7-f28d-49f0-9266-4bdcb3bc6ef4)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2af0a8f5-27c7-4d0c-807a-c156c6f6d9e3)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 097f3343-f577-4441-ad92-6b5257e06320)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 166 "+1V8") (pintype "passive") (tstamp ba295ae2-fc8f-4604-82a1-4f95424e8620)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 1df9c7ba-ea45-4077-9141-78652b9b157b)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6629,7 +7876,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d24191e) + (tstamp 00000000-0000-0000-0000-00005d24191e) (at 75.7 81 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6642,30 +7889,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2f21d1") (attr smd) (fp_text reference "C117" (at 0 1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9c43697f-abe4-4c62-ad69-c2ab6110851f) ) (fp_text value "10nF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp cb7aff75-8bb2-4a4b-826a-9e656f55a604) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fd84cb57-fe68-4676-b79e-40163e6e230d) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 058771b9-535b-4e66-951d-e27b83b6246f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp d0307a69-7e6d-4b82-aa8f-ca599a8d9ffe)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 052f2688-d8fc-41d8-b4af-75c3dec54352)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 07c8a201-0f92-4644-9e13-82f815595a66)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 20939428-6b47-4b68-bf85-0a08b6401840)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 44e3364a-8fa8-469a-97ac-cdc9845ef097)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 16ecf670-5fd8-488c-bfaa-9ef1070f36fb)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5864c2e1-dff2-4644-8ea5-68e99e7cc6e4)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 93ffe678-807d-4c73-bdd4-0fe6bdc991af)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fae4eded-335d-4f40-97c2-a02015da90e1)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 058771b9-535b-4e66-951d-e27b83b6246f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0307a69-7e6d-4b82-aa8f-ca599a8d9ffe)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 052f2688-d8fc-41d8-b4af-75c3dec54352)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 20939428-6b47-4b68-bf85-0a08b6401840)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07c8a201-0f92-4644-9e13-82f815595a66)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44e3364a-8fa8-469a-97ac-cdc9845ef097)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16ecf670-5fd8-488c-bfaa-9ef1070f36fb)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fae4eded-335d-4f40-97c2-a02015da90e1)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5864c2e1-dff2-4644-8ea5-68e99e7cc6e4)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93ffe678-807d-4c73-bdd4-0fe6bdc991af)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 166 "+1V8") (pintype "passive") (tstamp d6491631-48fb-43f7-a000-d920bf1633c1)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp e9f7c205-bf62-4137-8174-8ed55973eb17)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6675,7 +7932,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d24192f) + (tstamp 00000000-0000-0000-0000-00005d24192f) (at 76.5 74.75 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6688,30 +7945,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2e40c1") (attr smd) (fp_text reference "C118" (at 0 1.15 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8daf7a64-15ef-4d74-b987-b44c851961ab) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ed7b1f52-714d-4cdd-a058-4f744cf80cdb) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c77d23d4-024e-4cb8-8a71-bdb90642ec55) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 7e0197cc-21bb-45cd-a0bd-c391b1599220)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b906c540-83e4-47ce-abe1-b15316e136ee)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2ab6afcb-0967-4b0f-b6d2-0098a3c3cf54)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 413a3717-7408-4e1c-a4c4-9bb47c5a1fcf)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ab67664a-4002-4a43-baa4-a169c7703617)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ebf84acb-99ae-4871-b8c2-9a24ac09683b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8bfed050-1b0d-4623-a852-9c31a07c1f02)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d4a1321a-6fea-4488-a01e-b2143a9638a8)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp dc2bde29-063d-4b39-b72e-87c4a6206d39)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f4010495-1ac0-4fa9-bc19-c29790efaa33)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e0197cc-21bb-45cd-a0bd-c391b1599220)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b906c540-83e4-47ce-abe1-b15316e136ee)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ebf84acb-99ae-4871-b8c2-9a24ac09683b)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 413a3717-7408-4e1c-a4c4-9bb47c5a1fcf)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab67664a-4002-4a43-baa4-a169c7703617)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ab6afcb-0967-4b0f-b6d2-0098a3c3cf54)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8bfed050-1b0d-4623-a852-9c31a07c1f02)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4010495-1ac0-4fa9-bc19-c29790efaa33)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4a1321a-6fea-4488-a01e-b2143a9638a8)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc2bde29-063d-4b39-b72e-87c4a6206d39)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp ed63cc59-09a3-47bf-ad1e-87a9a2160311)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp d1cb6bf0-1f9c-458c-8566-a1b9717f8313)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6721,7 +7988,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241940) + (tstamp 00000000-0000-0000-0000-00005d241940) (at 121.5 54.5) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6734,30 +8001,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d677bf9") (attr smd) (fp_text reference "C119" (at 0 -1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp bb49eb72-27c2-4580-adc6-0749ff4eb01e) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 82867f5b-558a-45ab-8580-23e23d0b926a) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ed1f9d87-027d-4a03-b834-05b212580cb2) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3404731a-fbe7-4047-863c-00f631faf737)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b935bbb0-08f2-4ee2-8613-f44f9d282d0a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 08111b20-f38a-4884-a1ad-071f162a09f8)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 44a36fb1-81d0-4435-8bca-85c2504523ab)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4a8f624d-3200-429c-b611-b3af9e5da1be)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c72df431-87a3-4260-806f-28b0b0f524d7)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3598644a-789c-43ab-b0d3-5f50a24bb861)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6652ea62-5702-4059-8dfb-370963acdcf9)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b7473392-e7fa-485b-ab3c-142042fd4b08)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp be489144-69b7-4c8f-8891-81fc8c8c4953)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3404731a-fbe7-4047-863c-00f631faf737)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b935bbb0-08f2-4ee2-8613-f44f9d282d0a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44a36fb1-81d0-4435-8bca-85c2504523ab)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c72df431-87a3-4260-806f-28b0b0f524d7)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a8f624d-3200-429c-b611-b3af9e5da1be)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08111b20-f38a-4884-a1ad-071f162a09f8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be489144-69b7-4c8f-8891-81fc8c8c4953)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3598644a-789c-43ab-b0d3-5f50a24bb861)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6652ea62-5702-4059-8dfb-370963acdcf9)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7473392-e7fa-485b-ab3c-142042fd4b08)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 254 "+1V5") (pintype "passive") (tstamp feeed042-bfd4-4e28-8738-ef51d1362282)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 0a73b63b-c554-47cb-b4df-ad910416ed95)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6767,7 +8044,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241951) + (tstamp 00000000-0000-0000-0000-00005d241951) (at 121.5 56.5) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6780,30 +8057,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d6779b0") (attr smd) (fp_text reference "C120" (at 0 1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp aa22ee61-22e1-4974-bfaa-31e39f9089b7) ) (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp db2adaa7-b516-470a-9a2d-11062a1af482) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c394b454-26d0-4746-a7d5-e1f0bcd5e3e2) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 68992232-ad37-433e-af0e-b2d47cd68797)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 783bbd2d-a52e-403b-a7d6-0744cdd81a65)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 85a4ab24-77d4-4508-a666-964f89c3b802)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 95e7c353-3e6b-473d-b029-a375945cc31e)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e901f7cf-234d-468d-9506-8bdc39573d16)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f8dd35c4-4d6d-4109-b847-d5960050ad26)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ac21ad00-c58c-4d98-8d32-819fc21ec4b2)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp bc5890a5-c0e4-4132-bcfb-b597888e8a58)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e79a87c2-fd45-479e-9c67-a15ef80bc426)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f579ff34-f9b8-41a0-9d86-fcd35594e866)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68992232-ad37-433e-af0e-b2d47cd68797)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 783bbd2d-a52e-403b-a7d6-0744cdd81a65)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85a4ab24-77d4-4508-a666-964f89c3b802)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8dd35c4-4d6d-4109-b847-d5960050ad26)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e901f7cf-234d-468d-9506-8bdc39573d16)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 95e7c353-3e6b-473d-b029-a375945cc31e)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e79a87c2-fd45-479e-9c67-a15ef80bc426)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac21ad00-c58c-4d98-8d32-819fc21ec4b2)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc5890a5-c0e4-4132-bcfb-b597888e8a58)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f579ff34-f9b8-41a0-9d86-fcd35594e866)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 254 "+1V5") (pintype "passive") (tstamp 23e5d696-a67c-48b4-bf30-6ea7457d4b4f)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp a92f51ed-eb1d-4efd-aa8b-30085315be4e)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6813,7 +8100,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241a23) + (tstamp 00000000-0000-0000-0000-00005d241a23) (at 71.4 49.75) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6826,30 +8113,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005ed877d7") (attr smd) (fp_text reference "C131" (at 2.85 0.07) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f3302187-5c5c-4690-ac15-d7a2efb6ec73) ) (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5c739dd4-2a25-4f64-8c32-8a176376998a) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1369049d-271c-49b9-a636-ca4ef2c02108) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9407d98b-eac2-4b8a-861c-fd16d94008e8)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp e5bc8b0b-6158-4b34-9cf2-3bcdc747aaf1)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 04406d04-25de-4ee6-993f-d56d2a34deb4)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 05c1d12a-d88b-4cfd-8942-7a4d82fbb468)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 154b664a-8765-4c14-92c3-f5125d7696f4)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 83945d06-2f5b-4600-a155-9cb44bb93961)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4eb52d4d-cba6-485b-9188-bb0fde4e7524)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 612a6cec-5d7c-47e0-bee7-d2ee0eb08b9e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bb11637f-a3e0-4319-a7e6-7d346933e5ef)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e8423f28-730b-4d75-afb5-fad36bec928e)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5bc8b0b-6158-4b34-9cf2-3bcdc747aaf1)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9407d98b-eac2-4b8a-861c-fd16d94008e8)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04406d04-25de-4ee6-993f-d56d2a34deb4)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83945d06-2f5b-4600-a155-9cb44bb93961)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 154b664a-8765-4c14-92c3-f5125d7696f4)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 05c1d12a-d88b-4cfd-8942-7a4d82fbb468)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb11637f-a3e0-4319-a7e6-7d346933e5ef)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8423f28-730b-4d75-afb5-fad36bec928e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4eb52d4d-cba6-485b-9188-bb0fde4e7524)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 612a6cec-5d7c-47e0-bee7-d2ee0eb08b9e)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 561 "/Reform 2 Display/EDP_BL_VCC") (pintype "passive") (tstamp 1e450cee-45f2-4bd7-996f-5b78dc180edd)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 33ee8c80-6522-4fae-a23c-70c290fa14a1)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6859,7 +8156,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241a34) + (tstamp 00000000-0000-0000-0000-00005d241a34) (at 81.85 46.75 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6872,30 +8169,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005edc6053") (attr smd) (fp_text reference "C132" (at 2.85 -0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2b77c64a-4ff7-4506-a3c3-26445858c82c) ) (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 98fbb188-e7f8-4944-9923-a9508572eee8) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp df792943-e732-4734-b6a3-295063a456e5) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a2964704-f7d0-4cd8-ada5-03dc57be6d10)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp f2ffaac3-51b3-4f24-ab27-50bde932fd5e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 39cb1151-6a85-407e-8a1e-46ba92039b1d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4d3a5cdf-244b-448a-8421-63a7d14146f4)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b2c89443-6209-46d1-8980-8e160a5aff7d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f9120c3f-1ba1-4a14-9395-4b983373380d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 94c28832-9c38-4b04-9d3a-9c97d246c0fc)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b6b865c5-e3d5-4353-9f4c-60d65fb59e0f)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp db286fb1-dc5f-49a6-8a02-75716745cded)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f095715b-2475-40ad-a501-d634c09ebe30)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2964704-f7d0-4cd8-ada5-03dc57be6d10)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2ffaac3-51b3-4f24-ab27-50bde932fd5e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9120c3f-1ba1-4a14-9395-4b983373380d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d3a5cdf-244b-448a-8421-63a7d14146f4)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2c89443-6209-46d1-8980-8e160a5aff7d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 39cb1151-6a85-407e-8a1e-46ba92039b1d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db286fb1-dc5f-49a6-8a02-75716745cded)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f095715b-2475-40ad-a501-d634c09ebe30)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94c28832-9c38-4b04-9d3a-9c97d246c0fc)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6b865c5-e3d5-4353-9f4c-60d65fb59e0f)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 562 "/Reform 2 Display/EDP_LCD_VCC") (pintype "passive") (tstamp 947882ea-491e-4e85-981d-07fba2b69755)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp eb84999b-eee4-4566-b1c5-590b1415eafe)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6905,7 +8212,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241a45) + (tstamp 00000000-0000-0000-0000-00005d241a45) (at 71.4 48.25) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6918,30 +8225,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005ed9b07a") (attr smd) (fp_text reference "C133" (at 2.85 0.07) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e78c24bc-97d2-492b-85f0-fb20da0bbf3d) ) (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 40db1fc6-38cc-4484-b095-10b35296dc6e) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 40605c33-f5bb-42b6-ad47-74152ac4f3c6) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 0ad5eecb-3b99-4370-8686-f12607e5baf7)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp d7af6f42-9018-4718-a38e-7d3d3c53b995)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0d27ade1-d79e-4a88-80f3-61a46cea7f1d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 73da3772-e7de-47d1-ae62-f799310bfdbc)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp bbd45b1d-bb94-4778-930a-e69f8be7f1c0)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp bd060e57-65ab-4d5d-b3ff-9237a4a67451)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 24bc8e05-09f0-4b03-81dc-937900d40a29)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3233188d-6043-4f78-b6c7-fb91aa4341bf)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 854429e2-1409-4a05-a842-c54b9b488d70)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9399ea80-6277-4dcc-a2ae-309d3d7cf52b)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ad5eecb-3b99-4370-8686-f12607e5baf7)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7af6f42-9018-4718-a38e-7d3d3c53b995)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bbd45b1d-bb94-4778-930a-e69f8be7f1c0)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d27ade1-d79e-4a88-80f3-61a46cea7f1d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73da3772-e7de-47d1-ae62-f799310bfdbc)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd060e57-65ab-4d5d-b3ff-9237a4a67451)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3233188d-6043-4f78-b6c7-fb91aa4341bf)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 854429e2-1409-4a05-a842-c54b9b488d70)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24bc8e05-09f0-4b03-81dc-937900d40a29)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9399ea80-6277-4dcc-a2ae-309d3d7cf52b)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 561 "/Reform 2 Display/EDP_BL_VCC") (pintype "passive") (tstamp dfab194a-07ab-4a58-b3f7-e08c11d4b3d4)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 17f41136-4a7f-4ef5-9b59-a3df318a7e11)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6951,7 +8268,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241a56) + (tstamp 00000000-0000-0000-0000-00005d241a56) (at 81.85 48.25 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -6964,30 +8281,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005edc605d") (attr smd) (fp_text reference "C134" (at 2.8 -0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d87c11ae-dc62-4ba5-8d7b-063036337ff6) ) (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f5b5124a-4f6b-473e-9c0a-bbd3d96fc662) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 74fe7039-e664-4ceb-b7be-76d65c65b36e) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 4cfbbe92-dc53-46d6-9290-708d72a50c9e)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 580f506f-9f5b-4668-8448-06556ce4c264)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 213cdabb-2475-476d-a3e1-34de7bcde87f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5e6fb973-2ff7-4732-96cd-fe65de26563a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a9d8b414-564a-4a67-bf91-6a6f427a5dde)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ae0550d3-100a-47b4-85b6-f46f0fe5c202)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 02418eac-a6dc-4060-8c01-4afae979b8be)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 13550ea6-56f4-4209-8db0-b66b66ce5879)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 83772b2d-9780-4217-99c7-8f222eae5c6e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9774af7e-73a5-42e4-930a-c5144c024923)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4cfbbe92-dc53-46d6-9290-708d72a50c9e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 580f506f-9f5b-4668-8448-06556ce4c264)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 213cdabb-2475-476d-a3e1-34de7bcde87f)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae0550d3-100a-47b4-85b6-f46f0fe5c202)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e6fb973-2ff7-4732-96cd-fe65de26563a)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9d8b414-564a-4a67-bf91-6a6f427a5dde)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13550ea6-56f4-4209-8db0-b66b66ce5879)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9774af7e-73a5-42e4-930a-c5144c024923)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02418eac-a6dc-4060-8c01-4afae979b8be)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83772b2d-9780-4217-99c7-8f222eae5c6e)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 562 "/Reform 2 Display/EDP_LCD_VCC") (pintype "passive") (tstamp 78a3a813-7c77-4781-ba8d-a7dba5a33e70)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 70f2ecb7-c42b-40eb-919c-7a500ec69cc0)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -6997,7 +8324,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241a67) + (tstamp 00000000-0000-0000-0000-00005d241a67) (at 71.4 46.75) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -7010,30 +8337,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005ed9b22d") (attr smd) (fp_text reference "C135" (at 2.85 0.07) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b7f257a7-8ec3-4112-ad9f-943735b22453) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3ac4264a-3992-4a8d-9943-e424f3f56695) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 49ed83cc-6564-41d4-b658-3ad02200922d) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp ad020ad2-87ae-4395-a4a6-17ebccdf6d81)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp e7994026-d1a7-4fc3-be71-8eee90b44086)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2f7ad6b4-ad0d-492d-9eda-dffaa19fcde4)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 933e0bff-8a18-49bc-baed-6b46214b3b3c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9d8cb8cf-0fc7-4789-bc15-7921633822a4)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp cd0aa5c0-a717-40d9-8b1b-346b7d3763d1)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0f3e34b0-8073-4b56-a91e-72ee34f9c247)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 876e395e-fb6e-46a3-bd7a-8094df7adf42)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp acd144c1-12a6-470b-9bf4-be16cd574c0c)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp eb568901-53c3-4b6a-beb4-b04fb48119f5)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7994026-d1a7-4fc3-be71-8eee90b44086)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad020ad2-87ae-4395-a4a6-17ebccdf6d81)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 933e0bff-8a18-49bc-baed-6b46214b3b3c)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd0aa5c0-a717-40d9-8b1b-346b7d3763d1)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d8cb8cf-0fc7-4789-bc15-7921633822a4)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f7ad6b4-ad0d-492d-9eda-dffaa19fcde4)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 876e395e-fb6e-46a3-bd7a-8094df7adf42)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f3e34b0-8073-4b56-a91e-72ee34f9c247)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp acd144c1-12a6-470b-9bf4-be16cd574c0c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb568901-53c3-4b6a-beb4-b04fb48119f5)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 561 "/Reform 2 Display/EDP_BL_VCC") (pintype "passive") (tstamp a90c3850-3056-4012-bf2f-f1477768cb92)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp d593469e-1c9a-4afe-b8c8-cb665d732061)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7043,7 +8380,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241a78) + (tstamp 00000000-0000-0000-0000-00005d241a78) (at 81.85 49.75 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -7056,30 +8393,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005edc6067") (attr smd) (fp_text reference "C136" (at 2.8 -0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 26b49b70-5b67-4ce8-bf15-ec4c2cf1d814) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp cfcfb1af-9222-453c-bfca-a718160e7907) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c3a264b1-cff2-4497-bf23-11a52b15c11d) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 8b1d2f6d-2597-4d96-b048-52bf901c3781)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp e3c9ceae-5e3d-4af2-aca1-dd152e2b442d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp afa314c2-e024-43df-93ff-5de4e0b3eab3)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp da323592-01b4-4633-87cd-1e3eda6eb8ab)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ec1cdca4-dc0b-45f2-bf48-d1c727009ee1)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f37dc573-7371-4bf6-9eb7-8db45d7af019)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1c084657-a8ed-4a42-8554-a0d52051c4fa)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 436e0e66-a353-48e0-a88b-e0ca35943085)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4d37df7a-cb91-4527-8e15-53ab7a8060fa)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6de016d0-2b7c-48ba-83e9-9886b9366aec)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e3c9ceae-5e3d-4af2-aca1-dd152e2b442d)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b1d2f6d-2597-4d96-b048-52bf901c3781)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da323592-01b4-4633-87cd-1e3eda6eb8ab)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec1cdca4-dc0b-45f2-bf48-d1c727009ee1)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp afa314c2-e024-43df-93ff-5de4e0b3eab3)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f37dc573-7371-4bf6-9eb7-8db45d7af019)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d37df7a-cb91-4527-8e15-53ab7a8060fa)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 436e0e66-a353-48e0-a88b-e0ca35943085)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6de016d0-2b7c-48ba-83e9-9886b9366aec)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c084657-a8ed-4a42-8554-a0d52051c4fa)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 562 "/Reform 2 Display/EDP_LCD_VCC") (pintype "passive") (tstamp 13281592-b012-423f-ad5d-667a1e423a1d)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 4360b57a-a009-4271-97e7-d0c2485911dc)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7089,7 +8436,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241a89) + (tstamp 00000000-0000-0000-0000-00005d241a89) (at 283.3 112.75 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -7102,30 +8449,40 @@ (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005ee5821e") (attr smd) (fp_text reference "C137" (at 2.95 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp daa93243-8a2a-47d9-bc9e-931e606ba80d) ) (fp_text value "10uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6ae83cb8-b742-446c-b580-2bfd94e3c150) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a915dd92-be27-433f-99d4-0cd6e738e30e) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9df1a70f-cb28-4527-8cad-2ef34a9adf5a)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a6d150b5-c8c4-47ed-bfb1-8525e9361277)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1f2159eb-e035-46fd-b3b2-fce94adfe15e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 45a6f18a-e2b7-48f9-a998-96d0689565a5)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4d0d8468-db23-430a-852f-046c8582b854)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8bc3ecd4-d6b4-4f9b-a39b-ab65fea887ca)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 17e681a3-84d9-4dab-abc0-c049abe1a0b8)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4d1d30a6-41a4-457e-bf4d-e2733f597612)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7af073f9-3a05-4988-a330-8ba0a7bc080f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b8ac7923-709a-497a-989a-faa1ff36bdc4)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6d150b5-c8c4-47ed-bfb1-8525e9361277)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9df1a70f-cb28-4527-8cad-2ef34a9adf5a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8bc3ecd4-d6b4-4f9b-a39b-ab65fea887ca)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d0d8468-db23-430a-852f-046c8582b854)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f2159eb-e035-46fd-b3b2-fce94adfe15e)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45a6f18a-e2b7-48f9-a998-96d0689565a5)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7af073f9-3a05-4988-a330-8ba0a7bc080f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8ac7923-709a-497a-989a-faa1ff36bdc4)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17e681a3-84d9-4dab-abc0-c049abe1a0b8)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d1d30a6-41a4-457e-bf4d-e2733f597612)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 432 "Net-(C137-Pad1)") (pintype "passive") (tstamp 6490e8cd-5518-4a66-b5d4-da518ff07bd6)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp f63d1cfe-75a0-4d7d-82f8-7ea2fdffda40)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7135,7 +8492,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d241a9a) + (tstamp 00000000-0000-0000-0000-00005d241a9a) (at 281.3 112.75 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -7148,30 +8505,40 @@ (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005ee585f1") (attr smd) (fp_text reference "C138" (at 2.85 -0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9c5057b6-b9f4-4ade-a364-f160c4f9bbf1) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 84f67dbe-e510-4a67-8217-f401e738059b) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp df7392fa-73df-43c1-a150-046fb954dbda) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 1289965d-0f37-4081-a22b-d9d1caa5c38a)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3c5cafbc-1499-4ac6-8300-7adc37d57d5b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3610e188-ee88-42e5-9f3f-e9484e77baf5)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 677fb5fd-04f9-42ad-86b0-3331226bd6d9)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c776ed67-d0d0-43b6-bb90-4be1dc33b5b5)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f16e9043-a8b2-4832-8bb5-ed10ab37d58f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 338cbe93-9e1f-4949-9d90-e9a71cc308d6)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 388e8178-b4dd-4232-b616-9516ba318117)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 417034c7-463e-49e6-bb99-da00cb0172f5)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e9c94b11-9eb0-4fac-99d1-2ad20952d22b)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c5cafbc-1499-4ac6-8300-7adc37d57d5b)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1289965d-0f37-4081-a22b-d9d1caa5c38a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3610e188-ee88-42e5-9f3f-e9484e77baf5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 677fb5fd-04f9-42ad-86b0-3331226bd6d9)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c776ed67-d0d0-43b6-bb90-4be1dc33b5b5)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f16e9043-a8b2-4832-8bb5-ed10ab37d58f)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9c94b11-9eb0-4fac-99d1-2ad20952d22b)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 338cbe93-9e1f-4949-9d90-e9a71cc308d6)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 388e8178-b4dd-4232-b616-9516ba318117)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 417034c7-463e-49e6-bb99-da00cb0172f5)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 432 "Net-(C137-Pad1)") (pintype "passive") (tstamp 085b3ffd-0829-410e-a3ed-8967913883bc)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 0684ef71-3f87-4a89-856c-4848c6c78eb4)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7181,7 +8548,7 @@ ) (footprint "Capacitor_SMD:C_1210_3225Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 00000000-0000-0000-0000-00005d241b4a) + (tstamp 00000000-0000-0000-0000-00005d241b4a) (at 307.55 80.55 180) (descr "Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -7194,27 +8561,37 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f2211cd") (attr smd) (fp_text reference "C147" (at 0 2 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 15540e2f-078d-4ca2-b9f5-bcf889ba6a88) ) (fp_text value "220uF" (at 0 2.3 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 112a4186-0a65-4da6-85c6-ab9c06fc1a0a) ) (fp_text user "${REFERENCE}" (at 0 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) + (effects (font (size 0.8 0.8) (thickness 0.12))) (tstamp 54abd20d-e7ca-4c9a-a7dc-662964b24de7) ) - (fp_line (start -0.711252 1.36) (end 0.711252 1.36) (layer "F.SilkS") (width 0.12) (tstamp 128a6fde-e2cd-47bf-bb1d-5bafa17c2059)) - (fp_line (start -0.711252 -1.36) (end 0.711252 -1.36) (layer "F.SilkS") (width 0.12) (tstamp ceccdf5e-d5a0-4736-ae69-cad3b9ac8bd9)) - (fp_line (start 2.3 1.6) (end -2.3 1.6) (layer "F.CrtYd") (width 0.05) (tstamp 0b3ea95f-a488-4ca4-888b-86364294bd0f)) - (fp_line (start -2.3 1.6) (end -2.3 -1.6) (layer "F.CrtYd") (width 0.05) (tstamp 7270b1a8-9542-4e2a-84f4-96df63aff6ff)) - (fp_line (start -2.3 -1.6) (end 2.3 -1.6) (layer "F.CrtYd") (width 0.05) (tstamp 805fbb22-b7a3-4f77-ad77-2527abbbfc55)) - (fp_line (start 2.3 -1.6) (end 2.3 1.6) (layer "F.CrtYd") (width 0.05) (tstamp c668204b-5138-486a-906b-364a4ec92aa5)) - (fp_line (start 1.6 -1.25) (end 1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 0dd6c957-bccd-4331-b84e-e2655399e12b)) - (fp_line (start 1.6 1.25) (end -1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 3f9c8983-6c65-419d-8b8f-24b9e94575d3)) - (fp_line (start -1.6 1.25) (end -1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp 61e91b20-9f06-40c4-b108-f62c2e57c9c9)) - (fp_line (start -1.6 -1.25) (end 1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp 66428b03-1483-4bde-beb9-c3f8f17c3f0d)) + (fp_line (start -0.711252 -1.36) (end 0.711252 -1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ceccdf5e-d5a0-4736-ae69-cad3b9ac8bd9)) + (fp_line (start -0.711252 1.36) (end 0.711252 1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 128a6fde-e2cd-47bf-bb1d-5bafa17c2059)) + (fp_line (start -2.3 -1.6) (end 2.3 -1.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 805fbb22-b7a3-4f77-ad77-2527abbbfc55)) + (fp_line (start -2.3 1.6) (end -2.3 -1.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7270b1a8-9542-4e2a-84f4-96df63aff6ff)) + (fp_line (start 2.3 -1.6) (end 2.3 1.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c668204b-5138-486a-906b-364a4ec92aa5)) + (fp_line (start 2.3 1.6) (end -2.3 1.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b3ea95f-a488-4ca4-888b-86364294bd0f)) + (fp_line (start -1.6 -1.25) (end 1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66428b03-1483-4bde-beb9-c3f8f17c3f0d)) + (fp_line (start -1.6 1.25) (end -1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61e91b20-9f06-40c4-b108-f62c2e57c9c9)) + (fp_line (start 1.6 -1.25) (end 1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0dd6c957-bccd-4331-b84e-e2655399e12b)) + (fp_line (start 1.6 1.25) (end -1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f9c8983-6c65-419d-8b8f-24b9e94575d3)) (pad "1" smd roundrect (at -1.475 0 180) (size 1.15 2.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2173913043) (net 280 "Net-(C147-Pad1)") (pintype "passive") (tstamp 8db16b70-afaa-47c2-a442-89f11b67b76a)) (pad "2" smd roundrect (at 1.475 0 180) (size 1.15 2.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2173913043) @@ -7227,7 +8604,7 @@ ) (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (layer "F.Cu") - (tedit 59FED5CC) (tstamp 00000000-0000-0000-0000-00005d24274a) + (tstamp 00000000-0000-0000-0000-00005d24274a) (at 191.6 123.7 -90) (descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row") (tags "Through hole pin header THT 1x03 2.54mm single row") @@ -7240,37 +8617,52 @@ (path "/00000000-0000-0000-0000-00005d81c2bf") (attr through_hole) (fp_text reference "J20" (at -0.5 -2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 39eb86f3-f7d9-40b2-b98a-01f36877f9ea) ) (fp_text value "Conn_01x03_Male" (at 0 7.41 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp b381e29e-557b-4a68-8a51-40904fe58033) ) (fp_text user "${REFERENCE}" (at 0 2.54) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 39334ef9-ea98-4ea3-85e0-6a1552eb2ce1) ) - (fp_line (start 1.33 1.27) (end 1.33 6.41) (layer "F.SilkS") (width 0.12) (tstamp 05758b73-466d-4e77-bed8-bd2b46903681)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp 0bbf10f9-a59a-4f04-b556-80308c18ea70)) - (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 1e06c3d1-2289-4165-b87d-a201f8cf3f58)) - (fp_line (start -1.33 1.27) (end -1.33 6.41) (layer "F.SilkS") (width 0.12) (tstamp 278a1653-e214-44bc-bb9d-a3a5dec8b123)) - (fp_line (start -1.33 0) (end -1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 52747b38-8802-479e-9bad-ad0afcd49a85)) - (fp_line (start -1.33 6.41) (end 1.33 6.41) (layer "F.SilkS") (width 0.12) (tstamp c035f062-9a70-4d0a-a5c6-02b4dccbf261)) - (fp_line (start -1.8 6.85) (end 1.8 6.85) (layer "F.CrtYd") (width 0.05) (tstamp 143768b2-628c-4e06-83eb-3734b99c49c5)) - (fp_line (start -1.8 -1.8) (end -1.8 6.85) (layer "F.CrtYd") (width 0.05) (tstamp 4a650d12-6fa7-46a8-b39c-d83a80c4303a)) - (fp_line (start 1.8 6.85) (end 1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 4c9f883d-cb60-4c98-b8dc-d4bc795ce611)) - (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 9dc7ef57-07fb-493c-b81c-2bcc5d53217a)) - (fp_line (start 1.27 -1.27) (end 1.27 6.35) (layer "F.Fab") (width 0.1) (tstamp 23c53e8b-ec67-4ca9-bb8a-b56efa5cd35f)) - (fp_line (start 1.27 6.35) (end -1.27 6.35) (layer "F.Fab") (width 0.1) (tstamp 281a9e05-8e2d-4545-86df-e1ee7c29a65a)) - (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 2a9e822c-1982-459c-9104-f3a33160c964)) - (fp_line (start -1.27 6.35) (end -1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp d446026c-94ec-4272-95b4-f13bc161bdd0)) - (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp d7b89496-8792-4662-8f3d-3b4ecd80601e)) - (pad "1" thru_hole rect locked (at 0 0 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (fp_line (start -1.33 -1.33) (end 0 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e06c3d1-2289-4165-b87d-a201f8cf3f58)) + (fp_line (start -1.33 0) (end -1.33 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52747b38-8802-479e-9bad-ad0afcd49a85)) + (fp_line (start -1.33 1.27) (end -1.33 6.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 278a1653-e214-44bc-bb9d-a3a5dec8b123)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bbf10f9-a59a-4f04-b556-80308c18ea70)) + (fp_line (start -1.33 6.41) (end 1.33 6.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c035f062-9a70-4d0a-a5c6-02b4dccbf261)) + (fp_line (start 1.33 1.27) (end 1.33 6.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05758b73-466d-4e77-bed8-bd2b46903681)) + (fp_line (start -1.8 -1.8) (end -1.8 6.85) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a650d12-6fa7-46a8-b39c-d83a80c4303a)) + (fp_line (start -1.8 6.85) (end 1.8 6.85) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 143768b2-628c-4e06-83eb-3734b99c49c5)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9dc7ef57-07fb-493c-b81c-2bcc5d53217a)) + (fp_line (start 1.8 6.85) (end 1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c9f883d-cb60-4c98-b8dc-d4bc795ce611)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a9e822c-1982-459c-9104-f3a33160c964)) + (fp_line (start -1.27 6.35) (end -1.27 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d446026c-94ec-4272-95b4-f13bc161bdd0)) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7b89496-8792-4662-8f3d-3b4ecd80601e)) + (fp_line (start 1.27 -1.27) (end 1.27 6.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23c53e8b-ec67-4ca9-bb8a-b56efa5cd35f)) + (fp_line (start 1.27 6.35) (end -1.27 6.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 281a9e05-8e2d-4545-86df-e1ee7c29a65a)) + (pad "1" thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 285 "IMX_UART2_TX") (pinfunction "Pin_1") (pintype "passive") (tstamp 7a53fc42-6da4-42b4-bce7-37bbba675802)) - (pad "2" thru_hole oval locked (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "2" thru_hole oval (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 284 "IMX_UART2_RX") (pinfunction "Pin_2") (pintype "passive") (tstamp f719f126-f5aa-4af4-8ef2-e06c7a1247ca)) - (pad "3" thru_hole oval locked (at 0 5.08 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "3" thru_hole oval (at 0 5.08 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp d0249f71-2fff-448c-a7e3-32a8f5960d0a)) (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.wrl" (offset (xyz 0 0 0)) @@ -7280,7 +8672,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d2433d8) + (tstamp 00000000-0000-0000-0000-00005d2433d8) (at 240.5 105.55 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7293,30 +8685,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d7a411c") (attr smd) (fp_text reference "R78" (at -0.95 1.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 44a63f19-312e-4dad-9737-5048a3f2672b) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5dc3241d-9b91-43c8-92d6-cfa5bfd4f465) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 044a2acc-c78d-452d-b35e-12980db460da) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp a4c70f68-b56e-45c7-812a-c592f5062468)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d03f9c07-9258-4552-81dc-b13661e86a92)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 16de8a71-5af1-4b1a-b152-7855ea399892)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1b41fff7-b9f7-45ee-88e6-cc54c57cbf83)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2d443722-27b3-44c5-acf5-756e35f5d9cc)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 30631b91-6f6e-4f9c-be76-3dcedbdb26cf)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 56eab1d0-8c46-49b4-bab5-b821be4d8f3d)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 61c1de2b-0303-4b7e-8489-51f4c10a4595)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 903ef5f8-41b7-4f75-845b-3289c84209cf)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e6e73a1c-c7c9-4f3a-917d-50216dc4bc72)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d03f9c07-9258-4552-81dc-b13661e86a92)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4c70f68-b56e-45c7-812a-c592f5062468)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d443722-27b3-44c5-acf5-756e35f5d9cc)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b41fff7-b9f7-45ee-88e6-cc54c57cbf83)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16de8a71-5af1-4b1a-b152-7855ea399892)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30631b91-6f6e-4f9c-be76-3dcedbdb26cf)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6e73a1c-c7c9-4f3a-917d-50216dc4bc72)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 903ef5f8-41b7-4f75-845b-3289c84209cf)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56eab1d0-8c46-49b4-bab5-b821be4d8f3d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61c1de2b-0303-4b7e-8489-51f4c10a4595)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 273 "Net-(R78-Pad1)") (pintype "passive") (tstamp db185b84-825c-49b3-ac35-3a019c552b7e)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 6fc87dad-79b8-421a-80fe-9498c34ba3e2)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7326,7 +8728,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d2433e9) + (tstamp 00000000-0000-0000-0000-00005d2433e9) (at 243.45 102.8 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7339,30 +8741,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d74f9c5") (attr smd) (fp_text reference "R79" (at -2.5 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 55c647c2-5a81-49e9-b5e3-40c97d65dac1) ) (fp_text value "100k NTC" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e14e2670-92d8-4bf1-973b-cb1983263157) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0c843641-679a-495a-ba7c-03fe7842112d) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 26606fab-7dd9-4c29-9484-7dbb725d3ce5)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 34d91f23-27b4-4c52-ad47-c15e89f81984)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1d05e831-a8ec-4ab2-bea4-90c5a61696e7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3a8115e9-2b66-4567-a282-fca3fad08607)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 54c64604-a139-4c1a-b869-a7d0dcd9758d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5f85aca8-b3ea-4a5e-bec7-a2a5f633c609)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 06db8b44-0196-4bf1-9b85-400b3c9a42e8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 878e860f-919e-43cb-9829-4a6584b214ca)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a3f77d84-9445-440e-bcc3-37b67033276b)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f01c842c-2a97-40ee-9387-61c927c35ee0)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34d91f23-27b4-4c52-ad47-c15e89f81984)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26606fab-7dd9-4c29-9484-7dbb725d3ce5)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d05e831-a8ec-4ab2-bea4-90c5a61696e7)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54c64604-a139-4c1a-b869-a7d0dcd9758d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a8115e9-2b66-4567-a282-fca3fad08607)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5f85aca8-b3ea-4a5e-bec7-a2a5f633c609)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06db8b44-0196-4bf1-9b85-400b3c9a42e8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f01c842c-2a97-40ee-9387-61c927c35ee0)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 878e860f-919e-43cb-9829-4a6584b214ca)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3f77d84-9445-440e-bcc3-37b67033276b)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 274 "Net-(R79-Pad1)") (pintype "passive") (tstamp 4ddb53ca-8dcc-4b33-9558-b8fe53a52675)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp f7aa0d01-7915-4861-89e9-2ed996eeabd1)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7372,7 +8784,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 00000000-0000-0000-0000-00005d24340b) + (tstamp 00000000-0000-0000-0000-00005d24340b) (at 65.4 107.2 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7386,27 +8798,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/5b7b4ed8-32f4-4455-b3c1-aa0ea9bb1bd1") (attr smd) (fp_text reference "R81" (at -2.5 0.07 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1c7c9691-0ea2-40be-b2f5-619670d2ae0f) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5a49b12d-5bcb-4c9d-84db-3e9d1ba9a907) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 408c9828-758e-4590-a148-7cf8772add0a) ) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp 0381debc-3266-4761-877d-b3942d70ba82)) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer "F.SilkS") (width 0.12) (tstamp 69728e09-2a23-4439-bf05-ab7e5f612d54)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 57a1a946-e304-4df7-9443-0d76104fff79)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6fbd6737-71db-4dd9-afb3-d9d5511504ac)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a2216afa-b17a-419b-a1df-b3e102de4eb3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e5cbb07f-152f-4ec5-9aaf-36bd8eb5e593)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 0d0a3586-469b-452c-b256-24b752fe624b)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 4f0250c5-d6fb-4cf9-85ad-c3bb57d029a1)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 5aef1419-b31e-4d11-b728-d1638baa2d9d)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp ff90230d-868e-4e25-a830-ce2ba59b9497)) + (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0381debc-3266-4761-877d-b3942d70ba82)) + (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69728e09-2a23-4439-bf05-ab7e5f612d54)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6fbd6737-71db-4dd9-afb3-d9d5511504ac)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2216afa-b17a-419b-a1df-b3e102de4eb3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57a1a946-e304-4df7-9443-0d76104fff79)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5cbb07f-152f-4ec5-9aaf-36bd8eb5e593)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff90230d-868e-4e25-a830-ce2ba59b9497)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5aef1419-b31e-4d11-b728-d1638baa2d9d)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d0a3586-469b-452c-b256-24b752fe624b)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f0250c5-d6fb-4cf9-85ad-c3bb57d029a1)) (pad "1" smd roundrect (at -0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 321 "Net-(R81-Pad1)") (pintype "passive") (tstamp 778b71f2-697f-44a3-829a-49fb4cf90d40)) (pad "2" smd roundrect (at 0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -7419,7 +8841,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d24359f) + (tstamp 00000000-0000-0000-0000-00005d24359f) (at 67 107.2 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7432,30 +8854,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005d907271") (attr smd) (fp_text reference "R103" (at -2.9 0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 44cb83ba-8c8f-4e9d-a189-6f4991889664) ) (fp_text value "100k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp fc1d048d-6d8d-4346-a171-c8a58b360663) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp db95b167-fdc9-4979-928b-64fc60d0a6d7) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 82c397fb-bc17-47a0-a593-ecf867de027b)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp da5caf3c-943f-4a73-9f86-b78f200ab491)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1582deab-a623-4f5e-b26c-ac12a45b1c14)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 45e16711-3fde-401c-9af1-47e63694bbd9)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8b87e22b-b021-444b-a906-349f4da760db)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp dea2b6e2-dc44-4a18-a8b6-0542aca799fc)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0709ea78-a756-41be-81dd-ff3cfb98775e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3386ddb4-0a7e-421f-a5c3-29bd53fcef5b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b6984e9b-4a06-4bfe-be48-ecd1d37fabf7)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp cd491121-3d69-45bb-8797-126e6cd10eea)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da5caf3c-943f-4a73-9f86-b78f200ab491)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82c397fb-bc17-47a0-a593-ecf867de027b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dea2b6e2-dc44-4a18-a8b6-0542aca799fc)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b87e22b-b021-444b-a906-349f4da760db)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45e16711-3fde-401c-9af1-47e63694bbd9)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1582deab-a623-4f5e-b26c-ac12a45b1c14)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6984e9b-4a06-4bfe-be48-ecd1d37fabf7)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd491121-3d69-45bb-8797-126e6cd10eea)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3386ddb4-0a7e-421f-a5c3-29bd53fcef5b)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0709ea78-a756-41be-81dd-ff3cfb98775e)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 26b02230-5541-46a5-9f31-378531e659ac)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 286 "USB_RESETn") (pintype "passive") (tstamp 593c711e-8ac3-4594-9992-3d25fd5722a8)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7465,7 +8897,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d243648) + (tstamp 00000000-0000-0000-0000-00005d243648) (at 173.75 125.1 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7478,30 +8910,40 @@ (path "/00000000-0000-0000-0000-00005e2aec8a") (attr smd) (fp_text reference "R113" (at 2.8 0 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f309a23c-5c07-4f5d-ae8a-045a1302e332) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 694865c5-c096-45ef-b816-28775010977e) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e40b5b84-cb39-41fd-9feb-318eeb011ef2) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 76aa2b00-4f2a-403f-b519-f49825ba1b32)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d395d61a-f725-4792-95fa-88a38ff4ee1d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1ecbc43d-e11b-46ad-aa02-a01b458bfff1)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 40f5670c-4146-424c-8edd-31488e41b7a2)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 42a037d1-7256-47aa-bbb2-ca35f7da4566)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f57b1a90-7901-491b-9de5-ab9fc674914b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1913d0a5-46b3-4c4a-b150-3dc34cf293d2)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2d254e8e-6cc2-4412-b749-8597b2483129)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b04c66ad-bf2f-4cba-8876-10f43edc06e5)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ec70cc62-2dc8-452c-a828-038e6a30cfd8)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d395d61a-f725-4792-95fa-88a38ff4ee1d)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76aa2b00-4f2a-403f-b519-f49825ba1b32)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f57b1a90-7901-491b-9de5-ab9fc674914b)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42a037d1-7256-47aa-bbb2-ca35f7da4566)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40f5670c-4146-424c-8edd-31488e41b7a2)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1ecbc43d-e11b-46ad-aa02-a01b458bfff1)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1913d0a5-46b3-4c4a-b150-3dc34cf293d2)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec70cc62-2dc8-452c-a828-038e6a30cfd8)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b04c66ad-bf2f-4cba-8876-10f43edc06e5)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d254e8e-6cc2-4412-b749-8597b2483129)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 290 "Net-(R113-Pad1)") (pintype "passive") (tstamp 322e13de-5770-4ec9-8dea-004f81858b1a)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp 05a5c45b-128a-4a07-a6cf-d6ff52e2c6a8)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7511,7 +8953,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d24366a) + (tstamp 00000000-0000-0000-0000-00005d24366a) (at 171.95 125.1 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7524,30 +8966,40 @@ (path "/00000000-0000-0000-0000-00005dc1194c") (attr smd) (fp_text reference "R115" (at -2.8 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c6d3466c-17d7-44c3-86eb-fe33608adf57) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f218c7af-a670-48a8-9b40-e8b2a80cea53) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0622823c-6353-47df-b252-8444aac9fb2e) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 7063bb07-4cb2-4cf7-9eb7-bf6f3ea1c06b)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c3aa5edd-9d81-4d75-b6f2-9d72fafbb1a6)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 26e5a6e6-d2df-4da4-a405-a521d57974a6)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2ea6c310-701b-40a3-a973-c5d481b2fdcb)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 300afaed-0ff5-4e93-9bde-293a0d8d40e9)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e8895321-b44d-442d-94f1-a499149a4757)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 36e92f08-9684-418e-80a7-934ed681514b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3cdd5883-7984-463d-ab71-97ced6d9d994)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 92392a53-0e7b-4b94-87f8-2f2708114ecc)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 97affe42-931a-4281-93c0-a7c51ba837b4)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7063bb07-4cb2-4cf7-9eb7-bf6f3ea1c06b)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3aa5edd-9d81-4d75-b6f2-9d72fafbb1a6)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 300afaed-0ff5-4e93-9bde-293a0d8d40e9)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8895321-b44d-442d-94f1-a499149a4757)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26e5a6e6-d2df-4da4-a405-a521d57974a6)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ea6c310-701b-40a3-a973-c5d481b2fdcb)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97affe42-931a-4281-93c0-a7c51ba837b4)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36e92f08-9684-418e-80a7-934ed681514b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3cdd5883-7984-463d-ab71-97ced6d9d994)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92392a53-0e7b-4b94-87f8-2f2708114ecc)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp e563c477-9718-46d0-a033-ff9bf87dc78c)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 291 "IMX_RESETn") (pintype "passive") (tstamp 630c58ca-da58-4526-8b4c-0c271ac7eb14)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7557,7 +9009,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d243703) + (tstamp 00000000-0000-0000-0000-00005d243703) (at 229.5 98.7) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7570,30 +9022,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188436f") (attr smd) (fp_text reference "R124" (at 0 1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9a0536db-c94b-4a07-9e49-0394e338fe9c) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a0eaa00f-09db-47c2-b581-e5d490ecb81c) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 732bef1b-734b-4721-a24e-15ee23a7843c) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3a53b7ec-066e-4493-b132-6827b3a81692)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp e1dc4c7c-8357-477c-89ee-549075e81dba)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3602841b-55eb-4837-951c-4918f69b88a0)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3894070f-678e-4d5e-ac61-c1e3a70da7a7)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7b5f9903-10b9-46c8-b940-c41714c7e953)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c77ffd3f-31e4-4d60-a881-dd7a4adbd693)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a66f9bda-3617-4da3-b7c1-1a17e9ed80ad)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp adb3f9a0-ceae-4b5a-9735-a540e8bda523)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b81bd1cf-51ef-4c3e-b9e4-0c4aeb741982)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp dadd27be-c519-42fa-9d73-2849bd50a7b6)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a53b7ec-066e-4493-b132-6827b3a81692)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1dc4c7c-8357-477c-89ee-549075e81dba)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3602841b-55eb-4837-951c-4918f69b88a0)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c77ffd3f-31e4-4d60-a881-dd7a4adbd693)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3894070f-678e-4d5e-ac61-c1e3a70da7a7)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b5f9903-10b9-46c8-b940-c41714c7e953)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dadd27be-c519-42fa-9d73-2849bd50a7b6)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a66f9bda-3617-4da3-b7c1-1a17e9ed80ad)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b81bd1cf-51ef-4c3e-b9e4-0c4aeb741982)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp adb3f9a0-ceae-4b5a-9735-a540e8bda523)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 324 "/Reform 2 Power/Reform 2 LPC/LPC_MISO0") (pintype "passive") (tstamp 7a19763a-2442-4d36-bb5f-736ca39a3ccd)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 295 "LPC_MISO") (pintype "passive") (tstamp 95be32d1-ee35-45d3-b1ba-e83b65ee5b8f)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7603,7 +9065,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d243714) + (tstamp 00000000-0000-0000-0000-00005d243714) (at 229.5 97.1) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7616,30 +9078,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884379") (attr smd) (fp_text reference "R125" (at 2 0 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 309b3a2c-b7c7-40e0-9824-5b00f171dbd6) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e2deb38c-187d-42f5-8b17-9f94af2f637b) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp efa57e45-54c1-4a7c-b142-efb33508b348) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1f4c9104-e81a-450a-a81a-1b1fe6b8aacb)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b26a6fc3-cb19-4d8c-8f81-5bd072eb4169)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 46f121cc-5e5b-4950-9750-da4076256d0e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 606bea73-bea4-45f2-abe8-6be03944f00b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a62b58ee-5027-45b5-910c-723660d4215f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d99e6cbd-addd-4fb6-b2e7-62f94645afe7)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 217ca6ae-fdff-4f86-9750-6029058d74fe)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 344e69dd-72a6-4b82-8245-bb35f579de86)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5168f0c7-36e3-49f3-916b-293efaf6abff)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6ae3e492-b030-43a3-a275-9abad5671a65)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f4c9104-e81a-450a-a81a-1b1fe6b8aacb)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b26a6fc3-cb19-4d8c-8f81-5bd072eb4169)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a62b58ee-5027-45b5-910c-723660d4215f)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 606bea73-bea4-45f2-abe8-6be03944f00b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d99e6cbd-addd-4fb6-b2e7-62f94645afe7)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 46f121cc-5e5b-4950-9750-da4076256d0e)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 217ca6ae-fdff-4f86-9750-6029058d74fe)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5168f0c7-36e3-49f3-916b-293efaf6abff)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ae3e492-b030-43a3-a275-9abad5671a65)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 344e69dd-72a6-4b82-8245-bb35f579de86)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 325 "/Reform 2 Power/Reform 2 LPC/LPC_MOSI0") (pintype "passive") (tstamp d2f2c986-600d-4df3-a214-888ecc5d2045)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 296 "LPC_MOSI") (pintype "passive") (tstamp fc202bf6-f78c-491a-ab1d-6066ceadeb2d)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7649,7 +9121,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d243747) + (tstamp 00000000-0000-0000-0000-00005d243747) (at 226.7 107.1 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7662,30 +9134,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884364") (attr smd) (fp_text reference "R128" (at 2.8 -0.1 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e9f5a762-5f59-4c04-b006-866cec04919e) ) (fp_text value "10k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3e970e23-7f40-4776-8645-1cc8e6412388) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6abaf876-e971-46a9-b200-8be7754325a2) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 08e9704a-d9da-4ed9-9a42-495cc8c31cac)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 82ab5ee3-3be3-4567-bb83-03410dd8e35f)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 04492335-3a7d-49c5-8da8-b897ff9875cc)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 325a6d25-146c-4021-9162-bc4d1f046af3)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4f54b623-222e-411f-9a70-369d7d1fbb3a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6a295517-793e-48af-b9b3-d520facf1a8c)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 735fc4f2-124b-4860-9893-fc7db238390b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a05e6551-bf0a-4984-a45d-f97d8b7c04d6)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ae77af1e-700e-408b-ae75-88ae8b5fd856)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ea8c9175-f382-461a-9c19-64f425b37294)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82ab5ee3-3be3-4567-bb83-03410dd8e35f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08e9704a-d9da-4ed9-9a42-495cc8c31cac)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04492335-3a7d-49c5-8da8-b897ff9875cc)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 325a6d25-146c-4021-9162-bc4d1f046af3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f54b623-222e-411f-9a70-369d7d1fbb3a)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a295517-793e-48af-b9b3-d520facf1a8c)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 735fc4f2-124b-4860-9893-fc7db238390b)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea8c9175-f382-461a-9c19-64f425b37294)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a05e6551-bf0a-4984-a45d-f97d8b7c04d6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae77af1e-700e-408b-ae75-88ae8b5fd856)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 89 "BMON_SDO") (pintype "passive") (tstamp 42386df2-67c0-4715-a155-e747d9a53a54)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pintype "passive") (tstamp 3282cc65-1af2-4ec2-ac40-5167f8e39b8b)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7695,7 +9177,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d243758) + (tstamp 00000000-0000-0000-0000-00005d243758) (at 88.5 82.75 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7708,30 +9190,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005d9f4ebd") (attr smd) (fp_text reference "R129" (at 2.85 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4c3056aa-4163-4732-bbbd-61495ce86a6b) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp cb9799cc-ac6d-4e0f-8768-ce0d532326dd) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 050d42f1-38f8-455b-a311-bf90daf7029c) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 63d41ae8-e64a-4aca-84fa-addf3ed85ac2)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp d8a8ecb0-6a48-4978-b55e-818addfbfdab)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0ac33274-f839-45aa-9abf-674cc9401be5)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 12995203-11d6-4161-9e0f-5868b68479a0)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5098dcd6-0fef-4b9a-9dc3-b74cfd006ab4)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp bc9d4045-29e3-4ed0-9d00-c6c04b9cf274)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 07c19132-4ff3-4aa1-9b33-ab7c056e5efa)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5874b0bc-1c5d-46ca-be29-1ec9eb574e64)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6a402d03-fe33-4ef0-a6ab-13bbce2a0834)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 71d93757-3ddf-448c-a897-81d2ce8ea1e9)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63d41ae8-e64a-4aca-84fa-addf3ed85ac2)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8a8ecb0-6a48-4978-b55e-818addfbfdab)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ac33274-f839-45aa-9abf-674cc9401be5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc9d4045-29e3-4ed0-9d00-c6c04b9cf274)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 12995203-11d6-4161-9e0f-5868b68479a0)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5098dcd6-0fef-4b9a-9dc3-b74cfd006ab4)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07c19132-4ff3-4aa1-9b33-ab7c056e5efa)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71d93757-3ddf-448c-a897-81d2ce8ea1e9)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5874b0bc-1c5d-46ca-be29-1ec9eb574e64)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a402d03-fe33-4ef0-a6ab-13bbce2a0834)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 298 "Net-(R129-Pad1)") (pintype "passive") (tstamp c66e362c-da97-4db1-b7a0-4db145bcab8a)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 165 "EDP_SCL") (pintype "passive") (tstamp 7523a35f-03b8-495d-8f37-a8c22af91aeb)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7741,7 +9233,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d243769) + (tstamp 00000000-0000-0000-0000-00005d243769) (at 90.25 82.75 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7754,30 +9246,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005da0b272") (attr smd) (fp_text reference "R130" (at 2.85 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c37e1f0a-3678-474e-abd0-0904c0aa3a09) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 566c0308-f3a0-438e-9b38-36208c67f275) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 99334f17-9ff4-479e-b9f0-bec42ac6ce1e) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 1d3d22d3-fe10-4047-99f3-c910cb72baa3)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 967000fe-0082-491f-bf48-51be97a92ed8)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4a39e8e6-d379-47aa-b896-7b66c0bac676)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7fa3ab33-013e-4ec2-958b-e548e2368964)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b2afbef9-abfb-41ba-a2f4-c876b61799f7)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp fd00eecf-f622-4513-89a9-7f654cff4b60)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 296acb24-1110-485d-acd1-3a1216a374ce)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6a9af2be-5d30-4d49-8e31-3c76582a1744)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6fde2876-ec5d-46c0-bfc3-f162d16a8378)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp dd9350de-7354-409d-9a00-d853f3c5c0f2)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 967000fe-0082-491f-bf48-51be97a92ed8)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d3d22d3-fe10-4047-99f3-c910cb72baa3)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7fa3ab33-013e-4ec2-958b-e548e2368964)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd00eecf-f622-4513-89a9-7f654cff4b60)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2afbef9-abfb-41ba-a2f4-c876b61799f7)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a39e8e6-d379-47aa-b896-7b66c0bac676)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a9af2be-5d30-4d49-8e31-3c76582a1744)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd9350de-7354-409d-9a00-d853f3c5c0f2)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 296acb24-1110-485d-acd1-3a1216a374ce)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fde2876-ec5d-46c0-bfc3-f162d16a8378)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 299 "Net-(R130-Pad1)") (pintype "passive") (tstamp 91f4711f-4398-4a9f-9677-cdb360ad75fa)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 167 "EDP_SDA") (pintype "passive") (tstamp 6fb02717-0602-44f9-b063-adfdf6981860)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7787,7 +9289,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d24377a) + (tstamp 00000000-0000-0000-0000-00005d24377a) (at 86.75 82.75 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7800,30 +9302,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005da1e94b") (attr smd) (fp_text reference "R131" (at 2.85 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5830f288-b9a8-42f0-911f-7d9689e2cf7c) ) (fp_text value "4.7k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 953f4144-5e6c-40fb-96ce-4df2301ef19f) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1f087969-294b-4b5d-9948-f8b1c6692680) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 698df22a-05b6-4029-ab3e-0ffe47240c28)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp ec1273eb-e564-4671-a1d4-891d731d6ff2)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1fe07e09-f672-49fd-b962-ca7506adff00)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 384f772a-fe83-4a0d-a32c-b6995819b4aa)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp bb11076b-b297-4646-9460-91919e4a6e80)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp cb8d7159-051e-449c-9924-0395402b94e2)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 05276485-6599-4010-8315-fc12d571137e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1ea88e25-ef27-43b4-856d-502278666350)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp bc8941c8-a099-4805-b51a-f4ed02e595e3)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c384b10c-8603-4505-950b-9f5cc850ebaf)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 698df22a-05b6-4029-ab3e-0ffe47240c28)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec1273eb-e564-4671-a1d4-891d731d6ff2)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1fe07e09-f672-49fd-b962-ca7506adff00)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 384f772a-fe83-4a0d-a32c-b6995819b4aa)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb11076b-b297-4646-9460-91919e4a6e80)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb8d7159-051e-449c-9924-0395402b94e2)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c384b10c-8603-4505-950b-9f5cc850ebaf)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ea88e25-ef27-43b4-856d-502278666350)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05276485-6599-4010-8315-fc12d571137e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc8941c8-a099-4805-b51a-f4ed02e595e3)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 298 "Net-(R129-Pad1)") (pintype "passive") (tstamp 7f2efdf7-957b-4206-bdf5-d9f20a585580)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 166 "+1V8") (pintype "passive") (tstamp 29be1482-420f-4919-8d64-613d5301b822)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7833,7 +9345,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d24378b) + (tstamp 00000000-0000-0000-0000-00005d24378b) (at 92 82.75 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7846,30 +9358,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005da1ec52") (attr smd) (fp_text reference "R132" (at 2.85 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ad5e4c91-1adc-4987-aca4-85dd433057cf) ) (fp_text value "4.7k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 77989978-cf14-421a-873d-d31bb4086641) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5e3f0f25-3432-469b-8f8b-57422a9753af) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3bbcd4bf-e9b0-4082-9f3a-2f8e3403ef9e)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 3ebf7479-76e5-4c4d-9514-8d90dec58a53)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1a455ca3-297e-45f1-9472-1f4d556ba35d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6136a05a-d04c-4ac3-9b75-667700043c40)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 75b9bcb2-da97-441d-9355-19aaa6bbff80)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 808de18e-6944-4552-ae87-bfd3fc92db6c)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 17cee112-7b63-4028-a0d6-95b59c0c31bd)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3dabe0f5-7d25-4344-b92e-3802274cd5fb)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5f875972-1162-4a8c-9614-0bbe1cc0513f)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f7225eeb-0ed8-4e54-a41c-5bb63d779808)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bbcd4bf-e9b0-4082-9f3a-2f8e3403ef9e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ebf7479-76e5-4c4d-9514-8d90dec58a53)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a455ca3-297e-45f1-9472-1f4d556ba35d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 808de18e-6944-4552-ae87-bfd3fc92db6c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75b9bcb2-da97-441d-9355-19aaa6bbff80)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6136a05a-d04c-4ac3-9b75-667700043c40)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17cee112-7b63-4028-a0d6-95b59c0c31bd)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3dabe0f5-7d25-4344-b92e-3802274cd5fb)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f875972-1162-4a8c-9614-0bbe1cc0513f)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7225eeb-0ed8-4e54-a41c-5bb63d779808)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 299 "Net-(R130-Pad1)") (pintype "passive") (tstamp e5ca1131-946c-433a-8d23-f1a57d2b6ee4)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 166 "+1V8") (pintype "passive") (tstamp 7a3d75b5-85c5-4578-87f6-e0c5cb65b30e)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7879,7 +9401,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d243802) + (tstamp 00000000-0000-0000-0000-00005d243802) (at 285.4 94.6 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7892,30 +9414,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006187efd7") (attr smd) (fp_text reference "R139" (at -1.9 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 945cbf90-a8fd-400a-9ead-b49c21923b64) ) (fp_text value "33" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5d62bcb6-3794-462b-8bb3-7b025f0dc6b4) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a70d813a-1e08-4d0a-a7a5-54f3f4e7c9fe) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 0b2b5bdb-527e-4d36-8710-4501ae372a1e)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 601c4888-2242-45ab-ba53-a8bc9ea33b9e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 28956188-9311-448e-9576-e1da01c980af)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2e337be7-a4f9-4ea4-a03b-5823672e36f0)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 424887d4-83d9-45c2-8aec-cc2d859439de)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e09187af-4e9f-44fd-86d5-0728438106ee)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1c985ed6-3367-4fa4-a9ef-e72ca176952b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 30313e80-478c-4c90-a7b8-e05d232f827c)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 88440540-146b-421f-b27c-ecc82e7ac209)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c23262f3-fd6e-48b8-8cb3-137eb1b3a443)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b2b5bdb-527e-4d36-8710-4501ae372a1e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 601c4888-2242-45ab-ba53-a8bc9ea33b9e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 424887d4-83d9-45c2-8aec-cc2d859439de)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28956188-9311-448e-9576-e1da01c980af)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e09187af-4e9f-44fd-86d5-0728438106ee)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e337be7-a4f9-4ea4-a03b-5823672e36f0)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c23262f3-fd6e-48b8-8cb3-137eb1b3a443)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88440540-146b-421f-b27c-ecc82e7ac209)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c985ed6-3367-4fa4-a9ef-e72ca176952b)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30313e80-478c-4c90-a7b8-e05d232f827c)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 365 "DAC_RXFS") (pintype "passive") (tstamp 75a50a87-b25b-4364-89d1-189c3d0093a6)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 307 "Net-(R139-Pad2)") (pintype "passive") (tstamp 782f2302-7cca-4c0c-9eea-9499bf26ff9e)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7925,7 +9457,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d243835) + (tstamp 00000000-0000-0000-0000-00005d243835) (at 298.2 81.6 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7938,30 +9470,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0db521") (attr smd) (fp_text reference "R142" (at 0 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2f10ab87-4620-481d-89b7-266544032a1a) ) (fp_text value "47k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 311831ae-7313-4cb6-b787-b30d0c62dac7) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2988cc73-195e-4fd1-933a-5eeb8b28a9df) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2b71bd9d-663d-4e7c-8cc4-f42280bed6d9)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 92856972-2391-4697-b479-ef983f3d169d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1261e15f-f9fb-45e0-91a4-665bd33c25ad)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 29a5b2a2-fe66-4b60-9543-5c8e5b72f10e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d18e5061-fde1-4df7-a66c-5a29d701129d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f727a006-66bd-4aaa-beca-194d06dd991b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 873d2c85-1a3e-49a9-97ff-7f864e105d23)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a206e4e0-7016-4329-8188-2491de6c832e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp af994859-bb37-429d-a421-906a69d14db9)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c3ce749a-57cb-4005-974d-5f010f4dcd5f)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92856972-2391-4697-b479-ef983f3d169d)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b71bd9d-663d-4e7c-8cc4-f42280bed6d9)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29a5b2a2-fe66-4b60-9543-5c8e5b72f10e)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d18e5061-fde1-4df7-a66c-5a29d701129d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f727a006-66bd-4aaa-beca-194d06dd991b)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1261e15f-f9fb-45e0-91a4-665bd33c25ad)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af994859-bb37-429d-a421-906a69d14db9)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a206e4e0-7016-4329-8188-2491de6c832e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3ce749a-57cb-4005-974d-5f010f4dcd5f)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 873d2c85-1a3e-49a9-97ff-7f864e105d23)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 383 "Net-(C127-Pad1)") (pintype "passive") (tstamp 05c1ec9e-f585-4e6a-b887-791df5de6263)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 6b146917-40fc-4367-a289-be20aa35da68)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -7971,7 +9513,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d243846) + (tstamp 00000000-0000-0000-0000-00005d243846) (at 310 95 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -7984,30 +9526,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0db197") (attr smd) (fp_text reference "R143" (at 0 -1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9c50c5a9-5591-4c46-a0a8-28253175ed26) ) (fp_text value "47k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 270254e5-a6f7-4967-8215-9bb05f19b554) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 449cb14d-b0c7-4e00-90d9-af34330cf183) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 424a7ca2-e830-40f6-bebb-3f7745048cce)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp b34338b6-5cd2-47d3-86b4-cecc2e34e028)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 305f0f59-985a-4b0f-8927-20143d4c45e3)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a6d84d5f-5761-43d4-82e1-595d5ba6f477)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e94f5959-7bc0-425e-bfc0-386d65c495e8)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f5fc2dd4-b674-4357-8c71-99262d760bb3)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5014ace5-2b32-4e92-a71c-7b9d338fa87e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 51628384-11b9-4744-91b7-6c154809825a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp da67ad82-0566-41dc-a161-640b78a80a2a)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp dc1f12b9-f009-41af-882f-303b81c84c6f)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b34338b6-5cd2-47d3-86b4-cecc2e34e028)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 424a7ca2-e830-40f6-bebb-3f7745048cce)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e94f5959-7bc0-425e-bfc0-386d65c495e8)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5fc2dd4-b674-4357-8c71-99262d760bb3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6d84d5f-5761-43d4-82e1-595d5ba6f477)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 305f0f59-985a-4b0f-8927-20143d4c45e3)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc1f12b9-f009-41af-882f-303b81c84c6f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5014ace5-2b32-4e92-a71c-7b9d338fa87e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51628384-11b9-4744-91b7-6c154809825a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da67ad82-0566-41dc-a161-640b78a80a2a)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 280 "Net-(C147-Pad1)") (pintype "passive") (tstamp f8c3d96e-c4ea-469b-9d85-265cfc5f3e9c)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp d9f2cf00-7ab9-40ba-a732-a242b54e4c04)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -8017,7 +9569,7 @@ ) (footprint "footprints:UK-B0206-G3.8-250-JZ" (layer "F.Cu") - (tedit 5F885B05) (tstamp 00000000-0000-0000-0000-00005d2438e8) + (tstamp 00000000-0000-0000-0000-00005d2438e8) (at 166.65 125.85 180) (descr "Surface Mount Tactile Switch for High-Density Mounting, 3.1mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf") (tags "Tactile Switch") @@ -8030,28 +9582,35 @@ (path "/00000000-0000-0000-0000-00005dbc8bec") (attr smd) (fp_text reference "SW6" (at 0 4.2 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 234ca6f2-6566-49f6-9f01-94fe80ea6bd2) ) (fp_text value "SW_Push" (at 0 3.55 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp fa4cf4b9-59ed-42b5-b6ce-c0a401c475fe) ) - (fp_line (start 2.25 2.25) (end -2.25 2.25) (layer "F.SilkS") (width 0.12) (tstamp 35e1bef8-eef1-46c0-aa39-cc94ff2f52ac)) - (fp_line (start -4.15 -2.25) (end -3.15 -2.25) (layer "F.SilkS") (width 0.12) (tstamp bb6827c6-33c3-441f-9c10-23d19797329a)) - (fp_line (start -2.25 -2.25) (end 2.25 -2.25) (layer "F.SilkS") (width 0.12) (tstamp c833f5a7-9262-4d2a-9ab8-739f4fb60d23)) - (fp_line (start 2.25 -2.25) (end 2.25 2.25) (layer "F.SilkS") (width 0.12) (tstamp c8670df9-7fc0-4405-bb4a-b572c9b0e9f5)) - (fp_line (start -4.15 -1.25) (end -4.15 -2.25) (layer "F.SilkS") (width 0.12) (tstamp e6c04900-d637-424c-a79f-2426dddccb83)) - (fp_line (start -2.25 2.25) (end -2.25 -2.25) (layer "F.SilkS") (width 0.12) (tstamp ebf8133a-be66-402d-8122-0e248952ddcc)) - (fp_circle (center 0 0) (end 1.2 0) (layer "F.SilkS") (width 0.1) (fill none) (tstamp 9e9cf3a8-9e08-45a7-8846-eaffb6635d64)) - (pad "1" smd rect locked (at 3.25 -1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "GND") (pinfunction "1") (pintype "passive") (tstamp 91b3c90f-da22-48dc-ac65-ccb595f061aa)) - (pad "1" smd rect locked (at -3.25 -1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -4.15 -2.25) (end -3.15 -2.25) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb6827c6-33c3-441f-9c10-23d19797329a)) + (fp_line (start -4.15 -1.25) (end -4.15 -2.25) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6c04900-d637-424c-a79f-2426dddccb83)) + (fp_line (start -2.25 -2.25) (end 2.25 -2.25) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c833f5a7-9262-4d2a-9ab8-739f4fb60d23)) + (fp_line (start -2.25 2.25) (end -2.25 -2.25) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebf8133a-be66-402d-8122-0e248952ddcc)) + (fp_line (start 2.25 -2.25) (end 2.25 2.25) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8670df9-7fc0-4405-bb4a-b572c9b0e9f5)) + (fp_line (start 2.25 2.25) (end -2.25 2.25) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35e1bef8-eef1-46c0-aa39-cc94ff2f52ac)) + (fp_circle (center 0 0) (end 1.2 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.SilkS") (tstamp 9e9cf3a8-9e08-45a7-8846-eaffb6635d64)) + (pad "1" smd rect (at -3.25 -1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "1") (pintype "passive") (tstamp bbc3a034-9976-4289-8209-e985e2a3f65d)) - (pad "2" smd rect locked (at 3.25 1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 291 "IMX_RESETn") (pinfunction "2") (pintype "passive") (tstamp 6e87bc04-28c1-45e7-b462-6e59a53da57d)) - (pad "2" smd rect locked (at -3.25 1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "1" smd rect (at 3.25 -1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "GND") (pinfunction "1") (pintype "passive") (tstamp 91b3c90f-da22-48dc-ac65-ccb595f061aa)) + (pad "2" smd rect (at -3.25 1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (net 291 "IMX_RESETn") (pinfunction "2") (pintype "passive") (tstamp cd5a7f65-9ee0-445a-b979-3fee3053f34d)) + (pad "2" smd rect (at 3.25 1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") + (net 291 "IMX_RESETn") (pinfunction "2") (pintype "passive") (tstamp 6e87bc04-28c1-45e7-b462-6e59a53da57d)) (model "${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_SPST_PTS645.step" (offset (xyz 0 0 0)) (scale (xyz 0.7 0.7 0.7)) @@ -8060,7 +9619,7 @@ ) (footprint "footprints:TSSOP50P640X120-38N" (layer "F.Cu") - (tedit 5AE8D8CD) (tstamp 00000000-0000-0000-0000-00005d25951e) + (tstamp 00000000-0000-0000-0000-00005d25951e) (at 56 57.2 180) (property "Checked" "y") (property "Distributor" "Mouser") @@ -8071,108 +9630,128 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d124b0e") (attr smd) (fp_text reference "U22" (at -4.75 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 797a22f0-5ee6-4d87-b1d3-f0cae0ebd0bd) ) (fp_text value "TPD12S521" (at -0.15 -0.075 90) (layer "F.SilkS") hide - (effects (font (size 0.5 0.5) (thickness 0.05))) + (effects (font (size 0.5 0.5) (thickness 0.05))) (tstamp 12399297-51b0-4020-b681-1dadd8f6987d) ) - (fp_line (start -2.25 -4.9) (end 2.25 -4.9) (layer "F.SilkS") (width 0.127) (tstamp 40a2f06c-006b-413e-a7ee-678c2907012c)) - (fp_line (start 2.25 4.9) (end -2.25 4.9) (layer "F.SilkS") (width 0.127) (tstamp 9074f5f4-0f42-4e4f-8d5e-afd2c379bba6)) - (fp_circle (center -1.423 -4.2) (end -1.243 -4.2) (layer "F.SilkS") (width 0.25) (fill none) (tstamp 433aaf71-e925-4bb8-a1a0-1fc1e6e9db34)) - (fp_circle (center -3.023 -5) (end -2.943 -5) (layer "F.SilkS") (width 0.2) (fill none) (tstamp ef253cbe-5843-4a94-a1fe-a5ec6927a2e1)) - (fp_line (start -2.5 5.15) (end -2.5 4.88) (layer "Dwgs.User") (width 0.05) (tstamp 1e347d42-6542-4b39-afb9-6dff2a392da4)) - (fp_line (start -2.25 -4.9) (end 2.25 -4.9) (layer "Dwgs.User") (width 0.127) (tstamp 251882ee-b055-496a-85c5-c29fc76c37d5)) - (fp_line (start 3.91 -4.88) (end 3.91 4.88) (layer "Dwgs.User") (width 0.05) (tstamp 2ad18e38-54cc-47d5-b35a-e7df5bc5d163)) - (fp_line (start 3.91 4.88) (end 2.5 4.88) (layer "Dwgs.User") (width 0.05) (tstamp 337b3b53-75f7-4a06-b00f-5a87e6ebb232)) - (fp_line (start 2.25 4.9) (end -2.25 4.9) (layer "Dwgs.User") (width 0.127) (tstamp 39eb7b31-b73c-4653-8756-dacaa7927cdf)) - (fp_line (start 2.5 -4.88) (end 3.91 -4.88) (layer "Dwgs.User") (width 0.05) (tstamp 3b352917-ea25-48b3-a739-cdc996f6d615)) - (fp_line (start 2.5 4.88) (end 2.5 5.15) (layer "Dwgs.User") (width 0.05) (tstamp 458b00ab-1435-4633-b8b7-a07872c6f4cd)) - (fp_line (start -3.91 -4.88) (end -2.5 -4.88) (layer "Dwgs.User") (width 0.05) (tstamp 5d5ee12e-a4b5-4675-8b6f-9ab4ff48775c)) - (fp_line (start -2.5 -5.15) (end 2.5 -5.15) (layer "Dwgs.User") (width 0.05) (tstamp 5f2d8f6d-a5f4-48ce-9a59-a91536f1d1a9)) - (fp_line (start -2.5 -4.88) (end -2.5 -5.15) (layer "Dwgs.User") (width 0.05) (tstamp 63dfb397-7f81-45c8-8f2b-bb8005d2e1d6)) - (fp_line (start 2.5 5.15) (end -2.5 5.15) (layer "Dwgs.User") (width 0.05) (tstamp 67b6f9c5-0e66-4b33-87e8-ca1f99a58ee8)) - (fp_line (start 2.25 -4.9) (end 2.25 4.9) (layer "Dwgs.User") (width 0.127) (tstamp 923ba69e-dc6a-48b5-885c-8c6374a51443)) - (fp_line (start -2.5 4.88) (end -3.91 4.88) (layer "Dwgs.User") (width 0.05) (tstamp b2829dac-63f7-4971-811a-4a24386b926d)) - (fp_line (start -3.91 4.88) (end -3.91 -4.88) (layer "Dwgs.User") (width 0.05) (tstamp cb7fa681-7a82-4dc9-92b8-35b3fbdff94e)) - (fp_line (start 2.5 -5.15) (end 2.5 -4.88) (layer "Dwgs.User") (width 0.05) (tstamp cd52d8ed-5aab-458e-a5fc-be36c52c6b67)) - (fp_line (start -2.25 4.9) (end -2.25 -4.9) (layer "Dwgs.User") (width 0.127) (tstamp dba06488-d832-4604-be4f-205419f8295c)) - (pad "1" smd rect locked (at -2.88 -4.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -2.25 -4.9) (end 2.25 -4.9) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 40a2f06c-006b-413e-a7ee-678c2907012c)) + (fp_line (start 2.25 4.9) (end -2.25 4.9) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 9074f5f4-0f42-4e4f-8d5e-afd2c379bba6)) + (fp_circle (center -3.023 -5) (end -2.943 -5) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp ef253cbe-5843-4a94-a1fe-a5ec6927a2e1)) + (fp_circle (center -1.423 -4.2) (end -1.243 -4.2) + (stroke (width 0.25) (type solid)) (fill none) (layer "F.SilkS") (tstamp 433aaf71-e925-4bb8-a1a0-1fc1e6e9db34)) + (fp_line (start -3.91 -4.88) (end -2.5 -4.88) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 5d5ee12e-a4b5-4675-8b6f-9ab4ff48775c)) + (fp_line (start -3.91 4.88) (end -3.91 -4.88) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp cb7fa681-7a82-4dc9-92b8-35b3fbdff94e)) + (fp_line (start -2.5 -5.15) (end 2.5 -5.15) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 5f2d8f6d-a5f4-48ce-9a59-a91536f1d1a9)) + (fp_line (start -2.5 -4.88) (end -2.5 -5.15) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 63dfb397-7f81-45c8-8f2b-bb8005d2e1d6)) + (fp_line (start -2.5 4.88) (end -3.91 4.88) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp b2829dac-63f7-4971-811a-4a24386b926d)) + (fp_line (start -2.5 5.15) (end -2.5 4.88) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 1e347d42-6542-4b39-afb9-6dff2a392da4)) + (fp_line (start -2.25 -4.9) (end 2.25 -4.9) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 251882ee-b055-496a-85c5-c29fc76c37d5)) + (fp_line (start -2.25 4.9) (end -2.25 -4.9) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp dba06488-d832-4604-be4f-205419f8295c)) + (fp_line (start 2.25 -4.9) (end 2.25 4.9) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 923ba69e-dc6a-48b5-885c-8c6374a51443)) + (fp_line (start 2.25 4.9) (end -2.25 4.9) + (stroke (width 0.127) (type solid)) (layer "Dwgs.User") (tstamp 39eb7b31-b73c-4653-8756-dacaa7927cdf)) + (fp_line (start 2.5 -5.15) (end 2.5 -4.88) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp cd52d8ed-5aab-458e-a5fc-be36c52c6b67)) + (fp_line (start 2.5 -4.88) (end 3.91 -4.88) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 3b352917-ea25-48b3-a739-cdc996f6d615)) + (fp_line (start 2.5 4.88) (end 2.5 5.15) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 458b00ab-1435-4633-b8b7-a07872c6f4cd)) + (fp_line (start 2.5 5.15) (end -2.5 5.15) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 67b6f9c5-0e66-4b33-87e8-ca1f99a58ee8)) + (fp_line (start 3.91 -4.88) (end 3.91 4.88) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 2ad18e38-54cc-47d5-b35a-e7df5bc5d163)) + (fp_line (start 3.91 4.88) (end 2.5 4.88) + (stroke (width 0.05) (type solid)) (layer "Dwgs.User") (tstamp 337b3b53-75f7-4a06-b00f-5a87e6ebb232)) + (pad "1" smd rect (at -2.88 -4.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 644 "Net-(C28-Pad2)") (pinfunction "5V_SUPPLY") (pintype "power_in") (tstamp 6e99476d-9b2a-45d3-a620-2515c5ef0292)) - (pad "2" smd rect locked (at -2.88 -4 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -2.88 -4 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 542 "Net-(R161-Pad2)") (pinfunction "LV_SUPPLY") (pintype "power_in") (tstamp d92e5fff-b966-4c78-97c1-76bc05378961)) - (pad "3" smd rect locked (at -2.88 -3.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -2.88 -3.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp de92b029-9eca-4f7e-ae56-7343ffe51599)) - (pad "4" smd rect locked (at -2.88 -3 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -2.88 -3 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 1 "HDMI_D2+") (pinfunction "TMDS_D2+") (pintype "input") (tstamp 2828bf9c-f31b-4055-a579-1abb96aa5b8a)) - (pad "5" smd rect locked (at -2.88 -2.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at -2.88 -2.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "TMDS_GND") (pintype "power_in") (tstamp 9eb8f24c-8ceb-46b1-8dfa-fd6743f77407)) - (pad "6" smd rect locked (at -2.88 -2 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at -2.88 -2 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 2 "HDMI_D2-") (pinfunction "TMDS_D2-") (pintype "input") (tstamp ef89fb7b-ee9b-4efb-b22a-7274ae97ec12)) - (pad "7" smd rect locked (at -2.88 -1.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at -2.88 -1.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 3 "HDMI_D1+") (pinfunction "TMDS_D1+") (pintype "input") (tstamp 8be29892-b6f0-47c9-bdfa-59cb89f9c7a6)) - (pad "8" smd rect locked (at -2.88 -1 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at -2.88 -1 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "TMDS_GND") (pintype "power_in") (tstamp 3e563202-689b-4d2a-9891-f108d796bfff)) - (pad "9" smd rect locked (at -2.88 -0.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "9" smd rect (at -2.88 -0.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 4 "HDMI_D1-") (pinfunction "TMDS_D1-") (pintype "input") (tstamp 0c60b78e-d01f-4985-bc09-5f24cacaad8d)) - (pad "10" smd rect locked (at -2.88 0 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "10" smd rect (at -2.88 0 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 5 "HDMI_D0+") (pinfunction "TMDS_D0+") (pintype "input") (tstamp a6df2635-54f7-404c-9c22-4b1f44eb50e0)) - (pad "11" smd rect locked (at -2.88 0.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "11" smd rect (at -2.88 0.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "TMDS_GND") (pintype "power_in") (tstamp 87d3e705-78fb-43fa-a5b2-ec903ed48731)) - (pad "12" smd rect locked (at -2.88 1 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "12" smd rect (at -2.88 1 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 6 "HDMI_D0-") (pinfunction "TMDS_D0-") (pintype "input") (tstamp 61b75314-ca04-4e4a-b07f-d27ac876d20b)) - (pad "13" smd rect locked (at -2.88 1.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "13" smd rect (at -2.88 1.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 418 "HDMI_CLK+") (pinfunction "TMDS_CK+") (pintype "input") (tstamp 5297809f-dd06-4e2f-90dc-afc2d5a6dfec)) - (pad "14" smd rect locked (at -2.88 2 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "14" smd rect (at -2.88 2 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "TMDS_GND") (pintype "power_in") (tstamp dacc2bbf-776a-4b7e-af25-7dcde62bf43d)) - (pad "15" smd rect locked (at -2.88 2.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "15" smd rect (at -2.88 2.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 419 "HDMI_CLK-") (pinfunction "TMDS_CK-") (pintype "input") (tstamp 1ea08606-d70f-468e-8997-04ed4e2341f3)) - (pad "16" smd rect locked (at -2.88 3 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "16" smd rect (at -2.88 3 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 135 "HDMI_CEC") (pinfunction "CE_REMOTE_IN") (pintype "input") (tstamp 75f08d94-47c4-4ca0-8c00-c414d746a337)) - (pad "17" smd rect locked (at -2.88 3.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "17" smd rect (at -2.88 3.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 71 "HDMI_SCL") (pinfunction "DDC_CLK_IN") (pintype "input") (tstamp 3299bfbb-f6e8-49cc-9392-0355fcb88150)) - (pad "18" smd rect locked (at -2.88 4 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "18" smd rect (at -2.88 4 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 136 "HDMI_SDA") (pinfunction "DDC_DAT_IN") (pintype "input") (tstamp 0edc88e0-4a89-4b40-b7fa-f6b6471ace32)) - (pad "19" smd rect locked (at -2.88 4.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "19" smd rect (at -2.88 4.5 180) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 70 "HDMI_HPD") (pinfunction "HOTPLUG_DET_IN") (pintype "input") (tstamp abb6e874-396f-4997-af95-b9cc9c238dc5)) - (pad "20" smd rect locked (at 2.88 4.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "20" smd rect (at 2.88 4.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 39 "Net-(J4-Pad19)") (pinfunction "HOTPLUG_DET_OUT") (pintype "output") (tstamp c392fd17-4e7d-47f9-af5c-c5cafd18313b)) - (pad "21" smd rect locked (at 2.88 4) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "21" smd rect (at 2.88 4) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 37 "Net-(J4-Pad16)") (pinfunction "DDC_DAT_OUT") (pintype "output") (tstamp aadf30a1-8e84-4db5-8d2c-7d08d30342f5)) - (pad "22" smd rect locked (at 2.88 3.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "22" smd rect (at 2.88 3.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 40 "Net-(J4-Pad15)") (pinfunction "DDC_CLK_OUT") (pintype "output") (tstamp f5e3d6d7-a3d5-42a1-893c-99beddbb0a4d)) - (pad "23" smd rect locked (at 2.88 3) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "23" smd rect (at 2.88 3) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 41 "Net-(J4-Pad13)") (pinfunction "CE_REMOTE_OUT") (pintype "output") (tstamp 7391e5a6-37ae-4c86-a907-b42394596a9f)) - (pad "24" smd rect locked (at 2.88 2.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "24" smd rect (at 2.88 2.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 419 "HDMI_CLK-") (pinfunction "TMDS_CK-") (pintype "input") (tstamp a536f557-1772-45b0-a875-ba96fb3c3fdf)) - (pad "25" smd rect locked (at 2.88 2) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "25" smd rect (at 2.88 2) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "TMDS_GND") (pintype "power_in") (tstamp f23cfdab-7327-465e-89c4-338ccf120e25)) - (pad "26" smd rect locked (at 2.88 1.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "26" smd rect (at 2.88 1.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 418 "HDMI_CLK+") (pinfunction "TMDS_CK+") (pintype "input") (tstamp 8a403aae-ef80-4efc-903e-98f38b7c5d41)) - (pad "27" smd rect locked (at 2.88 1) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "27" smd rect (at 2.88 1) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 6 "HDMI_D0-") (pinfunction "TMDS_D0-") (pintype "input") (tstamp cf9257b6-f7d2-41a4-b307-4f38f15361fe)) - (pad "28" smd rect locked (at 2.88 0.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "28" smd rect (at 2.88 0.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "TMDS_GND") (pintype "power_in") (tstamp d480abe4-4aa6-4478-8d89-f640e137c15f)) - (pad "29" smd rect locked (at 2.88 0) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "29" smd rect (at 2.88 0) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 5 "HDMI_D0+") (pinfunction "TMDS_D0+") (pintype "input") (tstamp 98753251-0373-412e-bced-223eb529b268)) - (pad "30" smd rect locked (at 2.88 -0.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "30" smd rect (at 2.88 -0.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 4 "HDMI_D1-") (pinfunction "TMDS_D1-") (pintype "input") (tstamp e845613f-0056-44f9-97df-d082bd384248)) - (pad "31" smd rect locked (at 2.88 -1) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "31" smd rect (at 2.88 -1) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "TMDS_GND") (pintype "power_in") (tstamp 5bf00981-d84a-4651-abf1-db76d53e1b04)) - (pad "32" smd rect locked (at 2.88 -1.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "32" smd rect (at 2.88 -1.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 3 "HDMI_D1+") (pinfunction "TMDS_D1+") (pintype "input") (tstamp 9bb2d69d-792d-4828-9443-a799a53db0c3)) - (pad "33" smd rect locked (at 2.88 -2) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "33" smd rect (at 2.88 -2) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 2 "HDMI_D2-") (pinfunction "TMDS_D2-") (pintype "input") (tstamp 1f982c1f-949e-47e8-80ee-cb4f41224c96)) - (pad "34" smd rect locked (at 2.88 -2.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "34" smd rect (at 2.88 -2.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "TMDS_GND") (pintype "power_in") (tstamp c049690e-6c0f-43a3-8210-7bc699404dd2)) - (pad "35" smd rect locked (at 2.88 -3) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "35" smd rect (at 2.88 -3) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 1 "HDMI_D2+") (pinfunction "TMDS_D2+") (pintype "input") (tstamp ae81a9a6-8834-47d2-bc5d-66974c4c1a4b)) - (pad "36" smd rect locked (at 2.88 -3.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "36" smd rect (at 2.88 -3.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 9ad6501b-6704-4693-b843-ec7727140517)) - (pad "37" smd rect locked (at 2.88 -4) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "37" smd rect (at 2.88 -4) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 25 "Net-(C27-Pad2)") (pinfunction "ESD_BYP") (pintype "passive") (tstamp 98a9a5e4-a5a4-4954-9472-22302bbba802)) - (pad "38" smd rect locked (at 2.88 -4.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "38" smd rect (at 2.88 -4.5) (size 1.56 0.26) (layers "F.Cu" "F.Paste" "F.Mask") (net 26 "Net-(C30-Pad1)") (pinfunction "5V_OUT") (pintype "output") (tstamp ce98bc51-81d5-4671-bcc3-842ca7f71f03)) (model "${KIPRJMOD}/3d-models/CM2020-00TR--3DModel-STEP-56544.STEP" (offset (xyz 0 0 0.6)) @@ -8182,7 +9761,7 @@ ) (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "F.Cu") - (tedit 5A0F774F) (tstamp 00000000-0000-0000-0000-00005d263ab5) + (tstamp 00000000-0000-0000-0000-00005d263ab5) (at 185.5 41.5) (descr "SMD pad as test Point, diameter 1.0mm") (tags "test point SMD pad") @@ -8194,25 +9773,27 @@ (path "/00000000-0000-0000-0000-00005dbab563") (attr exclude_from_pos_files) (fp_text reference "TP8" (at -1.9 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9efc6274-3ec9-4f86-87e5-a97a04912613) ) (fp_text value "T_PMIC_ON_REQ" (at 0 1.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 1a5de6ae-3a54-49ac-94bd-9d05886791d3) ) (fp_text user "${REFERENCE}" (at 0 -1.45) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7fa0534c-a008-48c6-85d5-a98f30afb4bc) ) - (fp_circle (center 0 0) (end 0 0.7) (layer "F.SilkS") (width 0.12) (fill none) (tstamp d18539e2-3cf3-4f16-98d9-b98d42060132)) - (fp_circle (center 0 0) (end 1 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp d4ac1f5b-d8aa-4d43-b8e9-4298f81eed26)) - (pad "1" smd circle locked (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") + (fp_circle (center 0 0) (end 0 0.7) + (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp d18539e2-3cf3-4f16-98d9-b98d42060132)) + (fp_circle (center 0 0) (end 1 0) + (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp d4ac1f5b-d8aa-4d43-b8e9-4298f81eed26)) + (pad "1" smd circle (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") (net 374 "Net-(TP8-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 348a93ba-76ca-435d-9d00-33011fb09ea6)) ) (footprint "Package_TO_SOT_SMD:SOT-23-5" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005d2672d2) + (tstamp 00000000-0000-0000-0000-00005d2672d2) (at 125.9 120.5 -90) (descr "5-pin SOT23 package") (tags "SOT-23-5") @@ -8225,37 +9806,48 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e8b") (attr smd) (fp_text reference "U19" (at 0 2.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fa42331b-3620-41ea-b86d-a2f2f65de02a) ) (fp_text value "TLV62568DBV" (at 0 2.9 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4d1d9461-88a1-4b15-a8f7-7bffcdc4d5ae) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f0d4000b-2e82-4946-8204-20b0aa047e80) ) - (fp_line (start -0.9 1.61) (end 0.9 1.61) (layer "F.SilkS") (width 0.12) (tstamp 3640c1c9-d9ae-48cf-b438-b50e52c5e565)) - (fp_line (start 0.9 -1.61) (end -1.55 -1.61) (layer "F.SilkS") (width 0.12) (tstamp 8ab9eb8d-1b4b-4a31-876f-9930cab445ad)) - (fp_line (start -1.9 -1.8) (end 1.9 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 6d075bfc-2197-47e9-aa98-a3dfeaa137d0)) - (fp_line (start -1.9 1.8) (end -1.9 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 9c76543d-9a09-43fe-ae4c-65127149010c)) - (fp_line (start 1.9 1.8) (end -1.9 1.8) (layer "F.CrtYd") (width 0.05) (tstamp aafa9287-001b-457a-a84d-ee5d4dc25cec)) - (fp_line (start 1.9 -1.8) (end 1.9 1.8) (layer "F.CrtYd") (width 0.05) (tstamp fd98f876-f47e-4ab7-8a7c-a8b9375173e8)) - (fp_line (start 0.9 -1.55) (end -0.25 -1.55) (layer "F.Fab") (width 0.1) (tstamp 2537a60b-a335-469c-ae5b-da643f916e65)) - (fp_line (start 0.9 -1.55) (end 0.9 1.55) (layer "F.Fab") (width 0.1) (tstamp 30e434ad-d239-458a-9c65-0dd04e22eb66)) - (fp_line (start -0.9 -0.9) (end -0.25 -1.55) (layer "F.Fab") (width 0.1) (tstamp 346833c1-c1b0-472e-98aa-6f7f424e1421)) - (fp_line (start 0.9 1.55) (end -0.9 1.55) (layer "F.Fab") (width 0.1) (tstamp 45635c7a-304f-48da-82e3-ac72fda6f070)) - (fp_line (start -0.9 -0.9) (end -0.9 1.55) (layer "F.Fab") (width 0.1) (tstamp 808e7f3b-1394-4b2e-9ef0-b6f6e45d4194)) - (pad "1" smd rect locked (at -1.1 -0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -0.9 1.61) (end 0.9 1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3640c1c9-d9ae-48cf-b438-b50e52c5e565)) + (fp_line (start 0.9 -1.61) (end -1.55 -1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ab9eb8d-1b4b-4a31-876f-9930cab445ad)) + (fp_line (start -1.9 -1.8) (end 1.9 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d075bfc-2197-47e9-aa98-a3dfeaa137d0)) + (fp_line (start -1.9 1.8) (end -1.9 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c76543d-9a09-43fe-ae4c-65127149010c)) + (fp_line (start 1.9 -1.8) (end 1.9 1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd98f876-f47e-4ab7-8a7c-a8b9375173e8)) + (fp_line (start 1.9 1.8) (end -1.9 1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aafa9287-001b-457a-a84d-ee5d4dc25cec)) + (fp_line (start -0.9 -0.9) (end -0.9 1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 808e7f3b-1394-4b2e-9ef0-b6f6e45d4194)) + (fp_line (start -0.9 -0.9) (end -0.25 -1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 346833c1-c1b0-472e-98aa-6f7f424e1421)) + (fp_line (start 0.9 -1.55) (end -0.25 -1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2537a60b-a335-469c-ae5b-da643f916e65)) + (fp_line (start 0.9 -1.55) (end 0.9 1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30e434ad-d239-458a-9c65-0dd04e22eb66)) + (fp_line (start 0.9 1.55) (end -0.9 1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45635c7a-304f-48da-82e3-ac72fda6f070)) + (pad "1" smd rect (at -1.1 -0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 521 "Net-(R186-Pad2)") (pinfunction "EN") (pintype "input") (tstamp d8166ec3-a6d2-4f48-a497-3acbf1724d6f)) - (pad "2" smd rect locked (at -1.1 0 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -1.1 0 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp d20aa8cd-8cb0-4776-97f3-54029900e464)) - (pad "3" smd rect locked (at -1.1 0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -1.1 0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 510 "Net-(L7-Pad1)") (pinfunction "SW") (pintype "power_out") (tstamp faae1ddf-e19b-4c10-8b61-fca0e7c3ce66)) - (pad "4" smd rect locked (at 1.1 0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at 1.1 0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 559 "+5V") (pinfunction "VIN") (pintype "power_in") (tstamp 35e1b537-6cc8-415f-a975-cc49c22254ae)) - (pad "5" smd rect locked (at 1.1 -0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 1.1 -0.95 270) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 489 "Net-(C38-Pad2)") (pinfunction "FB") (pintype "input") (tstamp 3944a4f4-087c-4b66-a81d-0dd826085f96)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl" (offset (xyz 0 0 0)) @@ -8265,7 +9857,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d275397) + (tstamp 00000000-0000-0000-0000-00005d275397) (at 111.9 58.1) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -8278,30 +9870,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eead537") (attr smd) (fp_text reference "C123" (at 2.8 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 080e28c1-6865-4516-a46c-6c5135860dfc) ) (fp_text value "47uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 19dc8e7a-b72b-457f-89d0-83e434b5640f) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 839ae66d-2f23-496a-beed-51319c52a7dc) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 24d0c6a5-f761-43b6-84c3-9639970f9c3f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp e8fce57f-e51c-406d-82ea-93a7da1285e3)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 26cc2bf5-b272-4e96-9224-244cdfa2bc8c)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6150e8e4-0b6e-4744-b552-1436adab6aa9)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8767b5ee-e6e7-43a3-8f0e-275d7ac3aa29)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp da7000d3-f56c-4e6a-be8e-abec10da72a7)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1fd027fb-3baf-452b-8552-4a6c52640746)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3c3b53ec-6a77-4153-90ad-574cdd613c10)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d26b02e7-b0f1-42ab-9834-84c176372e3c)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e5d0e6ef-5081-4dfc-98a6-ce16f6b3d3dd)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24d0c6a5-f761-43b6-84c3-9639970f9c3f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8fce57f-e51c-406d-82ea-93a7da1285e3)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8767b5ee-e6e7-43a3-8f0e-275d7ac3aa29)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26cc2bf5-b272-4e96-9224-244cdfa2bc8c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da7000d3-f56c-4e6a-be8e-abec10da72a7)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6150e8e4-0b6e-4744-b552-1436adab6aa9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d26b02e7-b0f1-42ab-9834-84c176372e3c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5d0e6ef-5081-4dfc-98a6-ce16f6b3d3dd)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c3b53ec-6a77-4153-90ad-574cdd613c10)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1fd027fb-3baf-452b-8552-4a6c52640746)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 379 "Net-(C123-Pad1)") (pintype "passive") (tstamp 4b1b29d7-1c27-4f1c-96bc-676b9b50f607)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp fda232b7-442d-45b9-abf1-3910cd347ffe)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -8311,7 +9913,7 @@ ) (footprint "Package_TO_SOT_SMD:TO-263-7_TabPin8" (layer "F.Cu") - (tedit 5A70FBD7) (tstamp 00000000-0000-0000-0000-00005d283faf) + (tstamp 00000000-0000-0000-0000-00005d283faf) (at 249.6 66 -90) (descr "TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/") (tags "D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427") @@ -8324,75 +9926,114 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5db1") (attr smd) (fp_text reference "U12" (at 7.2 -6.2 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 587b13d1-68b2-4068-afde-93f078c19b70) ) (fp_text value "LM2677SX-3.3" (at 0 6.65 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 898d209d-cad7-4a3b-977a-401c8a2d9eb0) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp aac3c577-499f-4d6b-84e4-523175db1e66) ) - (fp_line (start -2.95 -5.2) (end -2.95 -4.51) (layer "F.SilkS") (width 0.12) (tstamp 331fc8eb-11b7-44e8-96dc-2e125456fe56)) - (fp_line (start -2.95 4.51) (end -4.05 4.51) (layer "F.SilkS") (width 0.12) (tstamp 4fb455e0-bc36-4826-b73b-afa0460bf9d0)) - (fp_line (start -2.95 -4.51) (end -8.075 -4.51) (layer "F.SilkS") (width 0.12) (tstamp 6b743611-4cc3-4319-85fa-3d6a1915d3c3)) - (fp_line (start -2.95 5.2) (end -2.95 4.51) (layer "F.SilkS") (width 0.12) (tstamp b0f9dc0a-d2de-4a15-942b-55631b7307e1)) - (fp_line (start -1.45 5.2) (end -2.95 5.2) (layer "F.SilkS") (width 0.12) (tstamp bea54cb9-a5d5-4bc5-86e5-a9b4579f559c)) - (fp_line (start -1.45 -5.2) (end -2.95 -5.2) (layer "F.SilkS") (width 0.12) (tstamp cc192821-0ade-4dad-ac73-0d42409e35d6)) - (fp_line (start 8.32 -5.65) (end -8.32 -5.65) (layer "F.CrtYd") (width 0.05) (tstamp 5eb1a721-817e-4079-b7e9-46d44197186a)) - (fp_line (start 8.32 5.65) (end 8.32 -5.65) (layer "F.CrtYd") (width 0.05) (tstamp 7041ab0b-4c7b-415d-a737-02d9b6154880)) - (fp_line (start -8.32 -5.65) (end -8.32 5.65) (layer "F.CrtYd") (width 0.05) (tstamp 8393a092-2625-41b8-9ed5-497ce8843c56)) - (fp_line (start -8.32 5.65) (end 8.32 5.65) (layer "F.CrtYd") (width 0.05) (tstamp c7880d96-ffe7-4e48-91df-404b9a15bfc0)) - (fp_line (start -7.45 2.24) (end -7.45 2.84) (layer "F.Fab") (width 0.1) (tstamp 0edfc22a-f39f-4a7c-88b6-c4af4178b73f)) - (fp_line (start -7.45 -0.97) (end -2.75 -0.97) (layer "F.Fab") (width 0.1) (tstamp 15efb303-0332-421d-977f-cb9839dd6edf)) - (fp_line (start -7.45 3.51) (end -7.45 4.11) (layer "F.Fab") (width 0.1) (tstamp 1b7a2847-cd2c-46a5-b7ce-31e453c8a5d9)) - (fp_line (start 6.5 -5) (end 7.5 -5) (layer "F.Fab") (width 0.1) (tstamp 27f0a6af-882f-4213-b910-5718d3013aac)) - (fp_line (start -2.75 -0.3) (end -7.45 -0.3) (layer "F.Fab") (width 0.1) (tstamp 28efa1c5-cda6-46c7-900a-de716548e843)) - (fp_line (start -2.75 -1.57) (end -7.45 -1.57) (layer "F.Fab") (width 0.1) (tstamp 40daa350-6f0b-4c6f-ac3b-af031c3b12be)) - (fp_line (start -7.45 -1.57) (end -7.45 -0.97) (layer "F.Fab") (width 0.1) (tstamp 4722f793-9051-4a1d-b769-600e7bc8b870)) - (fp_line (start 6.5 5) (end -2.75 5) (layer "F.Fab") (width 0.1) (tstamp 56355fe0-f1a0-4834-ada0-d8174186ff43)) - (fp_line (start -7.45 -2.84) (end -7.45 -2.24) (layer "F.Fab") (width 0.1) (tstamp 6995fbb9-7329-45b8-a106-bdec8e812912)) - (fp_line (start -2.75 -4) (end -1.75 -5) (layer "F.Fab") (width 0.1) (tstamp 6f8081b4-2ccc-4db8-ab82-f933207fbbe3)) - (fp_line (start -7.45 1.57) (end -2.75 1.57) (layer "F.Fab") (width 0.1) (tstamp 721d4500-9266-423a-bee8-ec29d1bf4343)) - (fp_line (start -7.45 -2.24) (end -2.75 -2.24) (layer "F.Fab") (width 0.1) (tstamp 7501babb-d20b-4abf-9e6b-2e917b461fd2)) - (fp_line (start -7.45 0.3) (end -2.75 0.3) (layer "F.Fab") (width 0.1) (tstamp 79990b8c-7344-4085-963a-cfcbb73bd92a)) - (fp_line (start -2.75 5) (end -2.75 -4) (layer "F.Fab") (width 0.1) (tstamp 7d0f9f8f-63b2-456f-9610-3b735db43db0)) - (fp_line (start -7.45 4.11) (end -2.75 4.11) (layer "F.Fab") (width 0.1) (tstamp 91ecdfed-fd50-4768-a874-c83d1093a320)) - (fp_line (start 6.5 -5) (end 6.5 5) (layer "F.Fab") (width 0.1) (tstamp 937b36df-c81c-44f5-9411-d7fe80245122)) - (fp_line (start 7.5 -5) (end 7.5 5) (layer "F.Fab") (width 0.1) (tstamp 9706b4d2-21a5-46b1-9333-84e21352554e)) - (fp_line (start -7.45 -4.11) (end -7.45 -3.51) (layer "F.Fab") (width 0.1) (tstamp 9ba01186-f375-471e-aabb-c950527d2e18)) - (fp_line (start -2.75 3.51) (end -7.45 3.51) (layer "F.Fab") (width 0.1) (tstamp a5a4c60d-35e2-4f1b-88c5-50122958f6a0)) - (fp_line (start 7.5 5) (end 6.5 5) (layer "F.Fab") (width 0.1) (tstamp a6fc249e-8779-4a95-8857-0ae692abcb5f)) - (fp_line (start -2.75 -2.84) (end -7.45 -2.84) (layer "F.Fab") (width 0.1) (tstamp a9adae90-2528-4df6-b769-7d58b99e76d3)) - (fp_line (start -1.75 -5) (end 6.5 -5) (layer "F.Fab") (width 0.1) (tstamp c3cec9d8-95f3-4671-8113-414702752502)) - (fp_line (start -7.45 2.84) (end -2.75 2.84) (layer "F.Fab") (width 0.1) (tstamp c53cf52d-2caa-4f27-a99f-bad1a9df1983)) - (fp_line (start -2.64 -4.11) (end -7.45 -4.11) (layer "F.Fab") (width 0.1) (tstamp c5aabdf5-ac20-4e45-8fa3-71ec1905f742)) - (fp_line (start -7.45 -3.51) (end -2.75 -3.51) (layer "F.Fab") (width 0.1) (tstamp c6c860dc-ac11-495b-b749-f24507557ba6)) - (fp_line (start -7.45 0.97) (end -7.45 1.57) (layer "F.Fab") (width 0.1) (tstamp d979b5c7-bcdb-4297-ae55-d529dd9c85b0)) - (fp_line (start -2.75 0.97) (end -7.45 0.97) (layer "F.Fab") (width 0.1) (tstamp dfdc4375-dfed-40fa-8297-67f3a82a0fa2)) - (fp_line (start -7.45 -0.3) (end -7.45 0.3) (layer "F.Fab") (width 0.1) (tstamp e46af404-6f7d-494d-b089-6a2f99ca55ea)) - (fp_line (start -2.75 2.24) (end -7.45 2.24) (layer "F.Fab") (width 0.1) (tstamp f93e82a4-b2ae-48d1-8bf7-adedb1a7fb48)) - (pad "" smd rect locked (at 0.95 2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp 0bb187d0-dd31-4d8f-a569-fd087f44caf1)) - (pad "" smd rect locked (at 0.95 -2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp 4ba49800-b672-49d8-bf15-3c01fd154adc)) - (pad "" smd rect locked (at 5.8 2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp a2d63089-db24-4142-8962-6e1717dc3149)) - (pad "" smd rect locked (at 5.8 -2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp e2ac0b6a-4f4a-4966-a431-6901ae55a58c)) - (pad "1" smd rect locked (at -5.775 -3.81 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -2.95 -5.2) (end -2.95 -4.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 331fc8eb-11b7-44e8-96dc-2e125456fe56)) + (fp_line (start -2.95 -4.51) (end -8.075 -4.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b743611-4cc3-4319-85fa-3d6a1915d3c3)) + (fp_line (start -2.95 4.51) (end -4.05 4.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fb455e0-bc36-4826-b73b-afa0460bf9d0)) + (fp_line (start -2.95 5.2) (end -2.95 4.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0f9dc0a-d2de-4a15-942b-55631b7307e1)) + (fp_line (start -1.45 -5.2) (end -2.95 -5.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc192821-0ade-4dad-ac73-0d42409e35d6)) + (fp_line (start -1.45 5.2) (end -2.95 5.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bea54cb9-a5d5-4bc5-86e5-a9b4579f559c)) + (fp_line (start -8.32 -5.65) (end -8.32 5.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8393a092-2625-41b8-9ed5-497ce8843c56)) + (fp_line (start -8.32 5.65) (end 8.32 5.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7880d96-ffe7-4e48-91df-404b9a15bfc0)) + (fp_line (start 8.32 -5.65) (end -8.32 -5.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5eb1a721-817e-4079-b7e9-46d44197186a)) + (fp_line (start 8.32 5.65) (end 8.32 -5.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7041ab0b-4c7b-415d-a737-02d9b6154880)) + (fp_line (start -7.45 -4.11) (end -7.45 -3.51) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ba01186-f375-471e-aabb-c950527d2e18)) + (fp_line (start -7.45 -3.51) (end -2.75 -3.51) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c6c860dc-ac11-495b-b749-f24507557ba6)) + (fp_line (start -7.45 -2.84) (end -7.45 -2.24) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6995fbb9-7329-45b8-a106-bdec8e812912)) + (fp_line (start -7.45 -2.24) (end -2.75 -2.24) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7501babb-d20b-4abf-9e6b-2e917b461fd2)) + (fp_line (start -7.45 -1.57) (end -7.45 -0.97) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4722f793-9051-4a1d-b769-600e7bc8b870)) + (fp_line (start -7.45 -0.97) (end -2.75 -0.97) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15efb303-0332-421d-977f-cb9839dd6edf)) + (fp_line (start -7.45 -0.3) (end -7.45 0.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e46af404-6f7d-494d-b089-6a2f99ca55ea)) + (fp_line (start -7.45 0.3) (end -2.75 0.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79990b8c-7344-4085-963a-cfcbb73bd92a)) + (fp_line (start -7.45 0.97) (end -7.45 1.57) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d979b5c7-bcdb-4297-ae55-d529dd9c85b0)) + (fp_line (start -7.45 1.57) (end -2.75 1.57) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 721d4500-9266-423a-bee8-ec29d1bf4343)) + (fp_line (start -7.45 2.24) (end -7.45 2.84) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0edfc22a-f39f-4a7c-88b6-c4af4178b73f)) + (fp_line (start -7.45 2.84) (end -2.75 2.84) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c53cf52d-2caa-4f27-a99f-bad1a9df1983)) + (fp_line (start -7.45 3.51) (end -7.45 4.11) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b7a2847-cd2c-46a5-b7ce-31e453c8a5d9)) + (fp_line (start -7.45 4.11) (end -2.75 4.11) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91ecdfed-fd50-4768-a874-c83d1093a320)) + (fp_line (start -2.75 -4) (end -1.75 -5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f8081b4-2ccc-4db8-ab82-f933207fbbe3)) + (fp_line (start -2.75 -2.84) (end -7.45 -2.84) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9adae90-2528-4df6-b769-7d58b99e76d3)) + (fp_line (start -2.75 -1.57) (end -7.45 -1.57) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40daa350-6f0b-4c6f-ac3b-af031c3b12be)) + (fp_line (start -2.75 -0.3) (end -7.45 -0.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28efa1c5-cda6-46c7-900a-de716548e843)) + (fp_line (start -2.75 0.97) (end -7.45 0.97) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dfdc4375-dfed-40fa-8297-67f3a82a0fa2)) + (fp_line (start -2.75 2.24) (end -7.45 2.24) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f93e82a4-b2ae-48d1-8bf7-adedb1a7fb48)) + (fp_line (start -2.75 3.51) (end -7.45 3.51) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5a4c60d-35e2-4f1b-88c5-50122958f6a0)) + (fp_line (start -2.75 5) (end -2.75 -4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d0f9f8f-63b2-456f-9610-3b735db43db0)) + (fp_line (start -2.64 -4.11) (end -7.45 -4.11) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5aabdf5-ac20-4e45-8fa3-71ec1905f742)) + (fp_line (start -1.75 -5) (end 6.5 -5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3cec9d8-95f3-4671-8113-414702752502)) + (fp_line (start 6.5 -5) (end 6.5 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 937b36df-c81c-44f5-9411-d7fe80245122)) + (fp_line (start 6.5 -5) (end 7.5 -5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 27f0a6af-882f-4213-b910-5718d3013aac)) + (fp_line (start 6.5 5) (end -2.75 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56355fe0-f1a0-4834-ada0-d8174186ff43)) + (fp_line (start 7.5 -5) (end 7.5 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9706b4d2-21a5-46b1-9333-84e21352554e)) + (fp_line (start 7.5 5) (end 6.5 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6fc249e-8779-4a95-8857-0ae692abcb5f)) + (pad "" smd rect (at 0.95 -2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp 4ba49800-b672-49d8-bf15-3c01fd154adc)) + (pad "" smd rect (at 0.95 2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp 0bb187d0-dd31-4d8f-a569-fd087f44caf1)) + (pad "" smd rect (at 5.8 -2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp e2ac0b6a-4f4a-4966-a431-6901ae55a58c)) + (pad "" smd rect (at 5.8 2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp a2d63089-db24-4142-8962-6e1717dc3149)) + (pad "1" smd rect (at -5.775 -3.81 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 278 "Net-(C128-Pad1)") (pinfunction "VSW") (pintype "output") (tstamp ff9671fa-fa82-4dfc-b3ad-21bb61d42244)) - (pad "2" smd rect locked (at -5.775 -2.54 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -5.775 -2.54 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 97 "30V_GATE") (pinfunction "VIN") (pintype "power_in") (tstamp b95d2565-60cd-4ad2-8c6a-b1152acec821)) - (pad "3" smd rect locked (at -5.775 -1.27 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -5.775 -1.27 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 277 "Net-(C128-Pad2)") (pinfunction "CB") (pintype "passive") (tstamp 95fb4a64-4468-4df9-ad2d-ad513a3ae9b1)) - (pad "4" smd rect locked (at -5.775 0 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -5.775 0 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp c565d853-6ff0-45e2-acb8-b6390aaf1df8)) - (pad "5" smd rect locked (at -5.775 1.27 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at -5.775 1.27 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 627 "unconnected-(U12-Pad5)") (pinfunction "SYNC") (pintype "input+no_connect") (tstamp 4286cef8-dab8-461c-b8fd-984577a8c1b2)) - (pad "6" smd rect locked (at -5.775 2.54 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at -5.775 2.54 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 20 "+3V3") (pinfunction "FB") (pintype "input") (tstamp 49c43edf-0eda-4aee-ba23-98cf1eaae15b)) - (pad "7" smd rect locked (at -5.775 3.81 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at -5.775 3.81 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 100 "3V3_PWR_EN") (pinfunction "ON/~{OFF}") (pintype "input") (tstamp c1dafe20-a00e-4673-b898-ba0db2c01260)) - (pad "8" smd rect locked (at 3.375 0 270) (size 9.4 10.8) (layers "F.Cu" "F.Mask") + (pad "8" smd rect (at 3.375 0 270) (size 9.4 10.8) (layers "F.Cu" "F.Mask") (net 13 "GND") (pinfunction "PAD") (pintype "power_in") (tstamp d0914b5e-f16e-4618-8ac9-dd91c46316d8)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TO-263-7_TabPin8.wrl" (offset (xyz 0 0 0)) @@ -8402,7 +10043,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d28405d) + (tstamp 00000000-0000-0000-0000-00005d28405d) (at 152.75 54.25 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -8415,30 +10056,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eeaf1a5") (attr smd) (fp_text reference "C126" (at 0.05 1.25 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 20f52eb2-34ed-4f06-803c-81473fe0fada) ) (fp_text value "47uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5d3f14b3-ec4a-40b6-9eb4-a6a7d999db7a) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 57f721b4-0bdc-4a62-956f-321215012e44) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 985f7167-1c11-4f5c-8603-2d0557fbae36)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d7e25837-21f7-4090-90a9-4f256d7049a3)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 05e66605-7727-4c8e-bd6a-c8f4e8a6ab7b)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8ba2de92-37ec-444c-a088-cf9a9b0d0124)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d238c621-8fe5-4f3a-94ad-140167d4f816)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e8c5ffee-ddd8-43e0-96f7-74cce97f3570)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 33502bc8-428b-43f5-9665-abd6b0b70537)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 434d2bea-a339-4404-aa28-82a5567d9eb0)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a9f78f9f-db01-4425-b612-35bc5fd3b505)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp dd2d6c2f-d748-4157-977f-b156e10f50e0)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7e25837-21f7-4090-90a9-4f256d7049a3)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 985f7167-1c11-4f5c-8603-2d0557fbae36)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8c5ffee-ddd8-43e0-96f7-74cce97f3570)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 05e66605-7727-4c8e-bd6a-c8f4e8a6ab7b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ba2de92-37ec-444c-a088-cf9a9b0d0124)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d238c621-8fe5-4f3a-94ad-140167d4f816)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 434d2bea-a339-4404-aa28-82a5567d9eb0)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd2d6c2f-d748-4157-977f-b156e10f50e0)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33502bc8-428b-43f5-9665-abd6b0b70537)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9f78f9f-db01-4425-b612-35bc5fd3b505)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 380 "Net-(C124-Pad1)") (pintype "passive") (tstamp b66ff9f0-2809-41d7-8da9-59db2f1dd530)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 0ca80858-46de-4a12-ae63-b3886b1783e7)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -8448,7 +10099,7 @@ ) (footprint "Capacitor_SMD:CP_Elec_8x10" (layer "F.Cu") - (tedit 5BCA39D0) (tstamp 00000000-0000-0000-0000-00005d28408d) + (tstamp 00000000-0000-0000-0000-00005d28408d) (at 251.8 50.5 90) (descr "SMD capacitor, aluminum electrolytic, Nichicon, 8.0x10mm") (tags "capacitor electrolytic") @@ -8461,53 +10112,86 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cf1") (attr smd) (fp_text reference "C17" (at 5 3 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9206d6e6-1242-4265-9f99-44b427de3273) ) (fp_text value "100uF" (at 0 5.2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 22b09a66-6e5c-421c-b96b-a25c22df00d6) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 333bbfab-d6e9-423a-8ca1-f711ecddd5af) ) - (fp_line (start -4.26 -3.195563) (end -4.26 -1.51) (layer "F.SilkS") (width 0.12) (tstamp 0de76c35-1f94-4213-8899-20fc54130880)) - (fp_line (start 4.26 4.26) (end 4.26 1.51) (layer "F.SilkS") (width 0.12) (tstamp 21ac546f-7554-4d7c-80b5-3f359c16f949)) - (fp_line (start -4.26 3.195563) (end -3.195563 4.26) (layer "F.SilkS") (width 0.12) (tstamp 295719a2-ae5e-4a2b-99cc-6e47aec5bddd)) - (fp_line (start -4.26 -3.195563) (end -3.195563 -4.26) (layer "F.SilkS") (width 0.12) (tstamp 2f29a24f-4f06-44b9-98e0-014bd3dfe609)) - (fp_line (start -3.195563 -4.26) (end 4.26 -4.26) (layer "F.SilkS") (width 0.12) (tstamp 30ef90b2-6975-4ba6-bbd5-5acf0f2c68f6)) - (fp_line (start -5.5 -2.51) (end -4.5 -2.51) (layer "F.SilkS") (width 0.12) (tstamp 41d82add-f612-4f57-8765-a4c209224fb3)) - (fp_line (start 4.26 -4.26) (end 4.26 -1.51) (layer "F.SilkS") (width 0.12) (tstamp 6c6dfaf9-b77b-45b5-8db1-ed3a5f95add2)) - (fp_line (start -3.195563 4.26) (end 4.26 4.26) (layer "F.SilkS") (width 0.12) (tstamp 7572c1f8-fe19-4403-bf72-c15797bfd7af)) - (fp_line (start -4.26 3.195563) (end -4.26 1.51) (layer "F.SilkS") (width 0.12) (tstamp b7001a53-c1de-441e-9c5a-b044a4297875)) - (fp_line (start -5 -3.01) (end -5 -2.01) (layer "F.SilkS") (width 0.12) (tstamp d1ff10cf-8d2d-4afa-8fa2-12e9499b7d6f)) - (fp_line (start -4.4 -1.5) (end -5.25 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 19381a71-2e5c-4071-90b8-eba856b1e799)) - (fp_line (start -3.25 4.4) (end 4.4 4.4) (layer "F.CrtYd") (width 0.05) (tstamp 1b21f440-68b7-4a0f-bf42-3cb4889e42a9)) - (fp_line (start -4.4 1.5) (end -4.4 3.25) (layer "F.CrtYd") (width 0.05) (tstamp 2b3baee1-36c8-4de8-a24c-19ecfd444ee8)) - (fp_line (start -4.4 -3.25) (end -3.25 -4.4) (layer "F.CrtYd") (width 0.05) (tstamp 2dc7766c-c9d5-41c8-9f7c-a3fa1bd1e659)) - (fp_line (start -5.25 -1.5) (end -5.25 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 36b7431a-2b2e-4c5f-b91d-f1dd2bb0875e)) - (fp_line (start 5.25 1.5) (end 4.4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 46c227e4-1c3d-4e22-bee6-7550cad51229)) - (fp_line (start -4.4 3.25) (end -3.25 4.4) (layer "F.CrtYd") (width 0.05) (tstamp 51879a98-ab0d-4a81-8b13-6023dbe6ae06)) - (fp_line (start -5.25 1.5) (end -4.4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 5bc9a254-8611-48be-b5c5-a4274a687b38)) - (fp_line (start 4.4 -4.4) (end 4.4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 8eef980b-f807-4e70-ba6d-f153aa92a160)) - (fp_line (start 5.25 -1.5) (end 5.25 1.5) (layer "F.CrtYd") (width 0.05) (tstamp b72082e0-a9f6-4429-aab4-bfd7fd42cb2a)) - (fp_line (start -3.25 -4.4) (end 4.4 -4.4) (layer "F.CrtYd") (width 0.05) (tstamp c94ff51d-7c5c-4398-861c-a990c6d89c42)) - (fp_line (start 4.4 1.5) (end 4.4 4.4) (layer "F.CrtYd") (width 0.05) (tstamp d8f2e3c9-a9f8-4138-9e20-cb739a84bfde)) - (fp_line (start -4.4 -3.25) (end -4.4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp e32078cd-fe56-4b6e-828b-1e4ab374bb69)) - (fp_line (start 4.4 -1.5) (end 5.25 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp e7b361dd-1690-4695-bef2-acccfa0f1076)) - (fp_line (start -4.15 -3.15) (end -4.15 3.15) (layer "F.Fab") (width 0.1) (tstamp 26b379d4-c8ed-401e-90fa-9c76ed8de068)) - (fp_line (start -3.15 -4.15) (end 4.15 -4.15) (layer "F.Fab") (width 0.1) (tstamp 56907d6d-8b50-44c8-be82-8c95d51a3196)) - (fp_line (start 4.15 -4.15) (end 4.15 4.15) (layer "F.Fab") (width 0.1) (tstamp 81398e43-452f-4aaf-9a71-6c022df4e87b)) - (fp_line (start -3.15 4.15) (end 4.15 4.15) (layer "F.Fab") (width 0.1) (tstamp 8623d5d6-3044-4262-98d6-6b7e3a82f77a)) - (fp_line (start -3.162278 -1.9) (end -3.162278 -1.1) (layer "F.Fab") (width 0.1) (tstamp 8f9f94cd-8890-44fc-8925-709668621c4c)) - (fp_line (start -4.15 3.15) (end -3.15 4.15) (layer "F.Fab") (width 0.1) (tstamp aae03c32-3223-40bb-9c22-cc8225ec5fd1)) - (fp_line (start -4.15 -3.15) (end -3.15 -4.15) (layer "F.Fab") (width 0.1) (tstamp b9ac0beb-832c-4520-a448-77616a9f69e0)) - (fp_line (start -3.562278 -1.5) (end -2.762278 -1.5) (layer "F.Fab") (width 0.1) (tstamp be2e244d-1ce9-4f3b-a686-0d947dd12df4)) - (fp_circle (center 0 0) (end 4 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 27e74919-4b34-4fc7-866e-d27bba5fc2c3)) - (pad "1" smd roundrect locked (at -3.25 0 90) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) + (fp_line (start -5.5 -2.51) (end -4.5 -2.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41d82add-f612-4f57-8765-a4c209224fb3)) + (fp_line (start -5 -3.01) (end -5 -2.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1ff10cf-8d2d-4afa-8fa2-12e9499b7d6f)) + (fp_line (start -4.26 -3.195563) (end -4.26 -1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0de76c35-1f94-4213-8899-20fc54130880)) + (fp_line (start -4.26 -3.195563) (end -3.195563 -4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f29a24f-4f06-44b9-98e0-014bd3dfe609)) + (fp_line (start -4.26 3.195563) (end -4.26 1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7001a53-c1de-441e-9c5a-b044a4297875)) + (fp_line (start -4.26 3.195563) (end -3.195563 4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 295719a2-ae5e-4a2b-99cc-6e47aec5bddd)) + (fp_line (start -3.195563 -4.26) (end 4.26 -4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30ef90b2-6975-4ba6-bbd5-5acf0f2c68f6)) + (fp_line (start -3.195563 4.26) (end 4.26 4.26) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7572c1f8-fe19-4403-bf72-c15797bfd7af)) + (fp_line (start 4.26 -4.26) (end 4.26 -1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c6dfaf9-b77b-45b5-8db1-ed3a5f95add2)) + (fp_line (start 4.26 4.26) (end 4.26 1.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21ac546f-7554-4d7c-80b5-3f359c16f949)) + (fp_line (start -5.25 -1.5) (end -5.25 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 36b7431a-2b2e-4c5f-b91d-f1dd2bb0875e)) + (fp_line (start -5.25 1.5) (end -4.4 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bc9a254-8611-48be-b5c5-a4274a687b38)) + (fp_line (start -4.4 -3.25) (end -4.4 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e32078cd-fe56-4b6e-828b-1e4ab374bb69)) + (fp_line (start -4.4 -3.25) (end -3.25 -4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2dc7766c-c9d5-41c8-9f7c-a3fa1bd1e659)) + (fp_line (start -4.4 -1.5) (end -5.25 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 19381a71-2e5c-4071-90b8-eba856b1e799)) + (fp_line (start -4.4 1.5) (end -4.4 3.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b3baee1-36c8-4de8-a24c-19ecfd444ee8)) + (fp_line (start -4.4 3.25) (end -3.25 4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51879a98-ab0d-4a81-8b13-6023dbe6ae06)) + (fp_line (start -3.25 -4.4) (end 4.4 -4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c94ff51d-7c5c-4398-861c-a990c6d89c42)) + (fp_line (start -3.25 4.4) (end 4.4 4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b21f440-68b7-4a0f-bf42-3cb4889e42a9)) + (fp_line (start 4.4 -4.4) (end 4.4 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8eef980b-f807-4e70-ba6d-f153aa92a160)) + (fp_line (start 4.4 -1.5) (end 5.25 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7b361dd-1690-4695-bef2-acccfa0f1076)) + (fp_line (start 4.4 1.5) (end 4.4 4.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8f2e3c9-a9f8-4138-9e20-cb739a84bfde)) + (fp_line (start 5.25 -1.5) (end 5.25 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b72082e0-a9f6-4429-aab4-bfd7fd42cb2a)) + (fp_line (start 5.25 1.5) (end 4.4 1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 46c227e4-1c3d-4e22-bee6-7550cad51229)) + (fp_line (start -4.15 -3.15) (end -4.15 3.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26b379d4-c8ed-401e-90fa-9c76ed8de068)) + (fp_line (start -4.15 -3.15) (end -3.15 -4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9ac0beb-832c-4520-a448-77616a9f69e0)) + (fp_line (start -4.15 3.15) (end -3.15 4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aae03c32-3223-40bb-9c22-cc8225ec5fd1)) + (fp_line (start -3.562278 -1.5) (end -2.762278 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be2e244d-1ce9-4f3b-a686-0d947dd12df4)) + (fp_line (start -3.162278 -1.9) (end -3.162278 -1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f9f94cd-8890-44fc-8925-709668621c4c)) + (fp_line (start -3.15 -4.15) (end 4.15 -4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56907d6d-8b50-44c8-be82-8c95d51a3196)) + (fp_line (start -3.15 4.15) (end 4.15 4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8623d5d6-3044-4262-98d6-6b7e3a82f77a)) + (fp_line (start 4.15 -4.15) (end 4.15 4.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81398e43-452f-4aaf-9a71-6c022df4e87b)) + (fp_circle (center 0 0) (end 4 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 27e74919-4b34-4fc7-866e-d27bba5fc2c3)) + (pad "1" smd roundrect (at -3.25 0 90) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (net 97 "30V_GATE") (pintype "passive") (tstamp e16fc2ac-6c13-4799-a1fb-5e85071eb1b4)) - (pad "2" smd roundrect locked (at 3.25 0 90) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) + (pad "2" smd roundrect (at 3.25 0 90) (size 3.5 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (net 13 "GND") (pintype "passive") (tstamp 8f4b566d-763f-4188-8685-fc529771a376)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_8x10.wrl" (offset (xyz 0 0 0)) @@ -8517,7 +10201,7 @@ ) (footprint "Diode_SMD:D_SMA" (layer "F.Cu") - (tedit 586432E5) (tstamp 00000000-0000-0000-0000-00005d2840c4) + (tstamp 00000000-0000-0000-0000-00005d2840c4) (at 274.6 42.5) (descr "Diode SMA (DO-214AC)") (tags "Diode SMA (DO-214AC)") @@ -8530,37 +10214,54 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d29") (attr smd) (fp_text reference "D20" (at 4 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 220e7033-d780-483f-894d-fe69a1e68464) ) (fp_text value "SK54A-LTP" (at 0 2.6) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6f15efbe-42c9-4a88-a033-55937f342a7e) ) (fp_text user "${REFERENCE}" (at 0 -2.5) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp bd2b29ac-710a-4f1f-a771-1df9ab9efedf) ) - (fp_line (start -3.4 -1.65) (end 2 -1.65) (layer "F.SilkS") (width 0.12) (tstamp b3e24979-04f0-44c4-9d33-e9330925910b)) - (fp_line (start -3.4 -1.65) (end -3.4 1.65) (layer "F.SilkS") (width 0.12) (tstamp bfaf1c25-4015-4c04-8183-52671484789d)) - (fp_line (start -3.4 1.65) (end 2 1.65) (layer "F.SilkS") (width 0.12) (tstamp c59caade-1d78-409d-b0d9-c8d284bb2cf1)) - (fp_line (start -3.5 -1.75) (end 3.5 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 09617949-6aef-4f7f-966c-cb5d245fd787)) - (fp_line (start -3.5 1.75) (end -3.5 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 6427263f-f901-457a-b029-68f3220d5f76)) - (fp_line (start 3.5 -1.75) (end 3.5 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 85d76b96-b3fb-4067-8763-029fa7ef4cc3)) - (fp_line (start 3.5 1.75) (end -3.5 1.75) (layer "F.CrtYd") (width 0.05) (tstamp ce494338-b452-413d-adef-6cbf34894d08)) - (fp_line (start 2.3 -1.5) (end 2.3 1.5) (layer "F.Fab") (width 0.1) (tstamp 0443b275-86ad-4fb7-8dff-73b09cb24124)) - (fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) (layer "F.Fab") (width 0.1) (tstamp 252e26a6-aa73-4e00-879e-eb12a1533335)) - (fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) (layer "F.Fab") (width 0.1) (tstamp 31efd18b-1bc2-428a-a5af-c03d0848a103)) - (fp_line (start 2.3 -1.5) (end -2.3 -1.5) (layer "F.Fab") (width 0.1) (tstamp 42325bd0-ca96-4204-86bc-fbcfb078e11a)) - (fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) (layer "F.Fab") (width 0.1) (tstamp 592fc19c-ce3a-4052-a4c1-eb6257b51d61)) - (fp_line (start 2.3 1.5) (end -2.3 1.5) (layer "F.Fab") (width 0.1) (tstamp 5c04d604-2bf7-4d5b-9572-6c6ba93f46b3)) - (fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) (layer "F.Fab") (width 0.1) (tstamp a9709004-c9f7-423d-8263-bcec3aa36f36)) - (fp_line (start -2.3 1.5) (end -2.3 -1.5) (layer "F.Fab") (width 0.1) (tstamp b3c59cf5-dd3c-44b2-8da2-c237a260f74f)) - (fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) (layer "F.Fab") (width 0.1) (tstamp ba4b4290-68cb-48e6-8e72-7daebfb0fb55)) - (fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) (layer "F.Fab") (width 0.1) (tstamp fee89245-9312-4efc-994c-675d1252e929)) - (pad "1" smd rect locked (at -2 0) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -3.4 -1.65) (end -3.4 1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfaf1c25-4015-4c04-8183-52671484789d)) + (fp_line (start -3.4 -1.65) (end 2 -1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3e24979-04f0-44c4-9d33-e9330925910b)) + (fp_line (start -3.4 1.65) (end 2 1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c59caade-1d78-409d-b0d9-c8d284bb2cf1)) + (fp_line (start -3.5 -1.75) (end 3.5 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09617949-6aef-4f7f-966c-cb5d245fd787)) + (fp_line (start -3.5 1.75) (end -3.5 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6427263f-f901-457a-b029-68f3220d5f76)) + (fp_line (start 3.5 -1.75) (end 3.5 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85d76b96-b3fb-4067-8763-029fa7ef4cc3)) + (fp_line (start 3.5 1.75) (end -3.5 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce494338-b452-413d-adef-6cbf34894d08)) + (fp_line (start -2.3 1.5) (end -2.3 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3c59cf5-dd3c-44b2-8da2-c237a260f74f)) + (fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba4b4290-68cb-48e6-8e72-7daebfb0fb55)) + (fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9709004-c9f7-423d-8263-bcec3aa36f36)) + (fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31efd18b-1bc2-428a-a5af-c03d0848a103)) + (fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 592fc19c-ce3a-4052-a4c1-eb6257b51d61)) + (fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fee89245-9312-4efc-994c-675d1252e929)) + (fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 252e26a6-aa73-4e00-879e-eb12a1533335)) + (fp_line (start 2.3 -1.5) (end -2.3 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42325bd0-ca96-4204-86bc-fbcfb078e11a)) + (fp_line (start 2.3 -1.5) (end 2.3 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0443b275-86ad-4fb7-8dff-73b09cb24124)) + (fp_line (start 2.3 1.5) (end -2.3 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c04d604-2bf7-4d5b-9572-6c6ba93f46b3)) + (pad "1" smd rect (at -2 0) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 436 "Net-(C148-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 8acbe729-01c7-4d95-97ca-6011295fe765)) - (pad "2" smd rect locked (at 2 0) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 2 0) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "A") (pintype "passive") (tstamp bd7e6c86-d7a4-4c86-ae07-9e8e762de341)) (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SMA.wrl" (offset (xyz 0 0 0)) @@ -8570,7 +10271,7 @@ ) (footprint "Inductor_SMD:L_Bourns_SRR1210A" (layer "F.Cu") - (tedit 5B853E9E) (tstamp 00000000-0000-0000-0000-00005d284162) + (tstamp 00000000-0000-0000-0000-00005d284162) (at 239.6 46.9 180) (descr "Bourns SRR1210A series SMD inductor https://www.bourns.com/docs/Product-Datasheets/SRR1210A.pdf") (tags "Bourns SRR1210A SMD inductor") @@ -8583,57 +10284,94 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cfe") (attr smd) (fp_text reference "L4" (at 5.4 -7) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fc515aa3-2dc3-423f-b66d-fda11a959a92) ) (fp_text value "68uH" (at 0 7.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 97c10d0b-735a-41ba-8844-ac67011aa1f0) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp df68e8fd-cf8d-4445-8d2a-fd6624ce1916) ) - (fp_line (start -6.15 3) (end -6.15 5.75) (layer "F.SilkS") (width 0.12) (tstamp 0a8b9123-d9dd-42da-ae1e-9dc720ae799a)) - (fp_line (start 6.15 -5.75) (end 6.15 -3) (layer "F.SilkS") (width 0.12) (tstamp 0c865186-cc95-4f0b-b396-5b397ca5a314)) - (fp_line (start -6.15 -5.75) (end -6.15 -3) (layer "F.SilkS") (width 0.12) (tstamp 502fb547-43d8-4cbd-a90e-a352fa95d205)) - (fp_line (start 5.75 6.15) (end -5.75 6.15) (layer "F.SilkS") (width 0.12) (tstamp af80d203-c30c-43a6-8f6b-1a2203057208)) - (fp_line (start -5.75 -6.15) (end 5.75 -6.15) (layer "F.SilkS") (width 0.12) (tstamp b6079f5c-a228-462c-8f08-6c1ec210adc8)) - (fp_line (start 6.15 3) (end 6.15 5.75) (layer "F.SilkS") (width 0.12) (tstamp ee95a6c1-3dce-4251-bdef-71c73e202090)) - (fp_arc (start -5.75 6.15) (mid -6.032843 6.032843) (end -6.15 5.75) (layer "F.SilkS") (width 0.12) (tstamp 32a2fff1-39a3-4e0b-b16e-282f30c403f5)) - (fp_arc (start 5.75 -6.15) (mid 6.032843 -6.032843) (end 6.15 -5.75) (layer "F.SilkS") (width 0.12) (tstamp 45593822-63ea-46ce-851b-a32c4d1a33dd)) - (fp_arc (start 6.15 5.75) (mid 6.032843 6.032843) (end 5.75 6.15) (layer "F.SilkS") (width 0.12) (tstamp 4c63c703-2325-4040-b656-f253849cea3b)) - (fp_arc (start -6.15 -5.75) (mid -6.032843 -6.032843) (end -5.75 -6.15) (layer "F.SilkS") (width 0.12) (tstamp dd8d8983-d39e-49b7-83b9-1a83a0578453)) - (fp_line (start -6.7 -2.9) (end -6.25 -2.9) (layer "F.CrtYd") (width 0.05) (tstamp 01afe044-b1f4-4712-85e3-232da4313cb8)) - (fp_line (start 6.7 2.9) (end 6.25 2.9) (layer "F.CrtYd") (width 0.05) (tstamp 1d14f101-1aa9-4474-8600-f37be65dff2a)) - (fp_line (start 6.7 -2.9) (end 6.25 -2.9) (layer "F.CrtYd") (width 0.05) (tstamp 24aedff2-97e0-4348-a58e-465c1a19c69c)) - (fp_line (start -6.25 -5.75) (end -6.25 -2.9) (layer "F.CrtYd") (width 0.05) (tstamp 2a30a66d-a272-41f0-8329-90b44624997b)) - (fp_line (start 6.25 -5.75) (end 6.25 -2.9) (layer "F.CrtYd") (width 0.05) (tstamp 4f5a6268-d8dc-4eeb-a4eb-e9c79abb86fe)) - (fp_line (start -6.25 5.75) (end -6.25 2.9) (layer "F.CrtYd") (width 0.05) (tstamp 54ecf89c-e0b8-47a0-96c3-77bc4e0f02d0)) - (fp_line (start -6.25 2.9) (end -6.7 2.9) (layer "F.CrtYd") (width 0.05) (tstamp 907d4e1b-002b-43de-b95a-899585a948e3)) - (fp_line (start 5.75 6.25) (end -5.75 6.25) (layer "F.CrtYd") (width 0.05) (tstamp 94b9d47c-1cad-451f-9c90-d35e3db8a3eb)) - (fp_line (start 6.7 -2.9) (end 6.7 2.9) (layer "F.CrtYd") (width 0.05) (tstamp 9ba77fd1-76f8-4141-ab88-4adc214bfaec)) - (fp_line (start 6.25 2.9) (end 6.25 5.75) (layer "F.CrtYd") (width 0.05) (tstamp b9e58914-e1eb-4b71-b563-f6ac988c2948)) - (fp_line (start -6.7 -2.9) (end -6.7 2.9) (layer "F.CrtYd") (width 0.05) (tstamp ba316f8c-77e7-479c-ba2d-84f35e8ac7d6)) - (fp_line (start -5.75 -6.25) (end 5.75 -6.25) (layer "F.CrtYd") (width 0.05) (tstamp c3baf6cf-f80a-46d6-a42d-6864851f5870)) - (fp_arc (start 5.75 -6.25) (mid 6.103553 -6.103553) (end 6.25 -5.75) (layer "F.CrtYd") (width 0.05) (tstamp 48286c55-3559-4f70-b770-a2b762941bac)) - (fp_arc (start -6.25 -5.75) (mid -6.103553 -6.103553) (end -5.75 -6.25) (layer "F.CrtYd") (width 0.05) (tstamp 4ec474d0-e730-45b3-a0bc-db3ed23bb623)) - (fp_arc (start 6.25 5.75) (mid 6.103553 6.103553) (end 5.75 6.25) (layer "F.CrtYd") (width 0.05) (tstamp 60b90308-1cb9-499d-a77f-fc493bbf4be0)) - (fp_arc (start -5.75 6.25) (mid -6.103553 6.103553) (end -6.25 5.75) (layer "F.CrtYd") (width 0.05) (tstamp 67e553ca-5313-4ef4-8ed2-b4adeb847a92)) - (fp_line (start -5.75 -6) (end 5.75 -6) (layer "F.Fab") (width 0.1) (tstamp 292fd89a-e3b0-4f71-89cc-34e0baac9e2f)) - (fp_line (start 6 -5.75) (end 6 5.75) (layer "F.Fab") (width 0.1) (tstamp 33fbf7da-fc37-4dda-8274-c8186309acaf)) - (fp_line (start 5.75 6) (end -5.75 6) (layer "F.Fab") (width 0.1) (tstamp 581c38fe-7181-4275-bb00-a989fc867f1b)) - (fp_line (start -6 -5.75) (end -6 5.75) (layer "F.Fab") (width 0.1) (tstamp 8bdeafd8-030f-4003-ae98-82ccabe8bb38)) - (fp_line (start 4 -2) (end 4 2) (layer "F.Fab") (width 0.1) (tstamp 8de2690a-0479-49aa-8dff-4553a29ccd5f)) - (fp_line (start -4 2) (end -4 -2) (layer "F.Fab") (width 0.1) (tstamp c08a217d-5e24-4743-af19-4102b11111ad)) - (fp_arc (start 5.75 -6) (mid 5.926777 -5.926777) (end 6 -5.75) (layer "F.Fab") (width 0.1) (tstamp 1788376f-1d05-4a11-9813-bdcf4b4be768)) - (fp_arc (start -5.75 6) (mid -5.926777 5.926777) (end -6 5.75) (layer "F.Fab") (width 0.1) (tstamp 1f190acf-abeb-479b-8fbc-1ba9f3bd2254)) - (fp_arc (start 6 5.75) (mid 5.926777 5.926777) (end 5.75 6) (layer "F.Fab") (width 0.1) (tstamp 3d92d30e-53f8-4034-a1a7-88c329ac1836)) - (fp_arc (start -6 -5.75) (mid -5.926777 -5.926777) (end -5.75 -6) (layer "F.Fab") (width 0.1) (tstamp c4343306-e4fa-4322-a9a0-749c24675421)) - (fp_circle (center 0 0) (end 0 -5.6) (layer "F.Fab") (width 0.1) (fill none) (tstamp 53235655-4aec-4ac9-9b8f-76016cb882b9)) - (pad "1" smd rect locked (at -5.05 0 180) (size 2.8 5.3) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -6.15 -5.75) (end -6.15 -3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 502fb547-43d8-4cbd-a90e-a352fa95d205)) + (fp_line (start -6.15 3) (end -6.15 5.75) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a8b9123-d9dd-42da-ae1e-9dc720ae799a)) + (fp_line (start -5.75 -6.15) (end 5.75 -6.15) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6079f5c-a228-462c-8f08-6c1ec210adc8)) + (fp_line (start 5.75 6.15) (end -5.75 6.15) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af80d203-c30c-43a6-8f6b-1a2203057208)) + (fp_line (start 6.15 -5.75) (end 6.15 -3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c865186-cc95-4f0b-b396-5b397ca5a314)) + (fp_line (start 6.15 3) (end 6.15 5.75) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee95a6c1-3dce-4251-bdef-71c73e202090)) + (fp_arc (start -6.15 -5.75) (mid -6.032843 -6.032843) (end -5.75 -6.15) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd8d8983-d39e-49b7-83b9-1a83a0578453)) + (fp_arc (start -5.75 6.15) (mid -6.032843 6.032843) (end -6.15 5.75) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32a2fff1-39a3-4e0b-b16e-282f30c403f5)) + (fp_arc (start 5.75 -6.15) (mid 6.032843 -6.032843) (end 6.15 -5.75) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45593822-63ea-46ce-851b-a32c4d1a33dd)) + (fp_arc (start 6.15 5.75) (mid 6.032843 6.032843) (end 5.75 6.15) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c63c703-2325-4040-b656-f253849cea3b)) + (fp_line (start -6.7 -2.9) (end -6.7 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ba316f8c-77e7-479c-ba2d-84f35e8ac7d6)) + (fp_line (start -6.7 -2.9) (end -6.25 -2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01afe044-b1f4-4712-85e3-232da4313cb8)) + (fp_line (start -6.25 -5.75) (end -6.25 -2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a30a66d-a272-41f0-8329-90b44624997b)) + (fp_line (start -6.25 2.9) (end -6.7 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 907d4e1b-002b-43de-b95a-899585a948e3)) + (fp_line (start -6.25 5.75) (end -6.25 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54ecf89c-e0b8-47a0-96c3-77bc4e0f02d0)) + (fp_line (start -5.75 -6.25) (end 5.75 -6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3baf6cf-f80a-46d6-a42d-6864851f5870)) + (fp_line (start 5.75 6.25) (end -5.75 6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94b9d47c-1cad-451f-9c90-d35e3db8a3eb)) + (fp_line (start 6.25 -5.75) (end 6.25 -2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f5a6268-d8dc-4eeb-a4eb-e9c79abb86fe)) + (fp_line (start 6.25 2.9) (end 6.25 5.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9e58914-e1eb-4b71-b563-f6ac988c2948)) + (fp_line (start 6.7 -2.9) (end 6.25 -2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24aedff2-97e0-4348-a58e-465c1a19c69c)) + (fp_line (start 6.7 -2.9) (end 6.7 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9ba77fd1-76f8-4141-ab88-4adc214bfaec)) + (fp_line (start 6.7 2.9) (end 6.25 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d14f101-1aa9-4474-8600-f37be65dff2a)) + (fp_arc (start -6.25 -5.75) (mid -6.103553 -6.103553) (end -5.75 -6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ec474d0-e730-45b3-a0bc-db3ed23bb623)) + (fp_arc (start -5.75 6.25) (mid -6.103553 6.103553) (end -6.25 5.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67e553ca-5313-4ef4-8ed2-b4adeb847a92)) + (fp_arc (start 5.75 -6.25) (mid 6.103553 -6.103553) (end 6.25 -5.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48286c55-3559-4f70-b770-a2b762941bac)) + (fp_arc (start 6.25 5.75) (mid 6.103553 6.103553) (end 5.75 6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60b90308-1cb9-499d-a77f-fc493bbf4be0)) + (fp_line (start -6 -5.75) (end -6 5.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8bdeafd8-030f-4003-ae98-82ccabe8bb38)) + (fp_line (start -5.75 -6) (end 5.75 -6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 292fd89a-e3b0-4f71-89cc-34e0baac9e2f)) + (fp_line (start -4 2) (end -4 -2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c08a217d-5e24-4743-af19-4102b11111ad)) + (fp_line (start 4 -2) (end 4 2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8de2690a-0479-49aa-8dff-4553a29ccd5f)) + (fp_line (start 5.75 6) (end -5.75 6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 581c38fe-7181-4275-bb00-a989fc867f1b)) + (fp_line (start 6 -5.75) (end 6 5.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33fbf7da-fc37-4dda-8274-c8186309acaf)) + (fp_arc (start -6 -5.75) (mid -5.926777 -5.926777) (end -5.75 -6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4343306-e4fa-4322-a9a0-749c24675421)) + (fp_arc (start -5.75 6) (mid -5.926777 5.926777) (end -6 5.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f190acf-abeb-479b-8fbc-1ba9f3bd2254)) + (fp_arc (start 5.75 -6) (mid 5.926777 -5.926777) (end 6 -5.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1788376f-1d05-4a11-9813-bdcf4b4be768)) + (fp_arc (start 6 5.75) (mid 5.926777 5.926777) (end 5.75 6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d92d30e-53f8-4034-a1a7-88c329ac1836)) + (fp_circle (center 0 0) (end 0 -5.6) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 53235655-4aec-4ac9-9b8f-76016cb882b9)) + (pad "1" smd rect (at -5.05 0 180) (size 2.8 5.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 278 "Net-(C128-Pad1)") (pinfunction "1") (pintype "passive") (tstamp cab67e49-8017-4729-8c70-19abafd12b45)) - (pad "2" smd rect locked (at 5.05 0 180) (size 2.8 5.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 5.05 0 180) (size 2.8 5.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 20 "+3V3") (pinfunction "2") (pintype "passive") (tstamp 90cbb360-29c4-453f-aea0-67d0e5c0c642)) (model "${KIPRJMOD}/3d-models/srr1210.stp" (offset (xyz 0 0 0)) @@ -8643,7 +10381,7 @@ ) (footprint "Package_DFN_QFN:QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm" (layer "F.Cu") - (tedit 5B4E85CF) (tstamp 00000000-0000-0000-0000-00005d286b3b) + (tstamp 00000000-0000-0000-0000-00005d286b3b) (at 259 89.75 90) (descr "QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1701.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py") (tags "QFN DFN_QFN") @@ -8656,125 +10394,141 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f207317") (attr smd) (fp_text reference "U2" (at -3.55 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 31da40ba-83cd-4085-b502-13aed4326b1b) ) (fp_text value "LTC4020EUHFPBF" (at 0 4.82 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f273614a-d0fe-4e93-abb6-852c025bc8a6) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2ffc0818-e18a-4a9e-9470-7527031d07bf) ) - (fp_line (start 2.61 3.61) (end 2.61 3.135) (layer "F.SilkS") (width 0.12) (tstamp 0986e0b2-e663-4d6e-b106-4c0779bf0b41)) - (fp_line (start 1.885 -3.61) (end 2.61 -3.61) (layer "F.SilkS") (width 0.12) (tstamp 19ba2d72-67a8-44f5-9b98-a7d5c561e404)) - (fp_line (start -1.885 -3.61) (end -2.61 -3.61) (layer "F.SilkS") (width 0.12) (tstamp 7776322e-1edf-4593-95a0-b008cb3c225a)) - (fp_line (start -1.885 3.61) (end -2.61 3.61) (layer "F.SilkS") (width 0.12) (tstamp 86e76659-7192-480a-8fbc-328aba614c50)) - (fp_line (start 1.885 3.61) (end 2.61 3.61) (layer "F.SilkS") (width 0.12) (tstamp 9f85e7b9-20f2-4eca-80ac-b1838560359d)) - (fp_line (start 2.61 -3.61) (end 2.61 -3.135) (layer "F.SilkS") (width 0.12) (tstamp c12c7cb8-205d-4a9d-b081-4d2ce4dc320b)) - (fp_line (start -2.61 3.61) (end -2.61 3.135) (layer "F.SilkS") (width 0.12) (tstamp f4401233-868a-49c5-a648-ebe1152bd869)) - (fp_line (start 3.12 4.12) (end 3.12 -4.12) (layer "F.CrtYd") (width 0.05) (tstamp 0d7c5f6e-cfef-4df8-8392-9a69617ad80f)) - (fp_line (start 3.12 -4.12) (end -3.12 -4.12) (layer "F.CrtYd") (width 0.05) (tstamp 71cdb4e6-9293-43b4-9c43-932f100b611d)) - (fp_line (start -3.12 -4.12) (end -3.12 4.12) (layer "F.CrtYd") (width 0.05) (tstamp a07d17a7-6750-4bfb-a117-b78d07a5e930)) - (fp_line (start -3.12 4.12) (end 3.12 4.12) (layer "F.CrtYd") (width 0.05) (tstamp d81aea28-b114-4db4-9d14-fd731395985f)) - (fp_line (start 2.5 -3.5) (end 2.5 3.5) (layer "F.Fab") (width 0.1) (tstamp 3255d7dd-37fa-44ac-9c71-98fb3fa823a5)) - (fp_line (start -2.5 -2.5) (end -1.5 -3.5) (layer "F.Fab") (width 0.1) (tstamp 65d26418-52d7-4429-bf39-79d926b2294e)) - (fp_line (start -1.5 -3.5) (end 2.5 -3.5) (layer "F.Fab") (width 0.1) (tstamp 93dfeed0-f397-402f-b9a3-9ed706d8f234)) - (fp_line (start 2.5 3.5) (end -2.5 3.5) (layer "F.Fab") (width 0.1) (tstamp ddf54529-1ce2-4a6b-bc7a-9f031435be58)) - (fp_line (start -2.5 3.5) (end -2.5 -2.5) (layer "F.Fab") (width 0.1) (tstamp f6543296-8532-4c88-8ba7-04a09933ea9c)) - (pad "" smd roundrect locked (at 1.05 -2.06 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 014f61f1-92dc-4c10-a9b3-cd8a85a4eedd)) - (pad "" smd roundrect locked (at 0 -2.06 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 178f7764-5f3f-4501-b412-4b9b78999fe6)) - (pad "" smd roundrect locked (at 0 -1.03 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 360624b1-7880-499b-ab3e-72fa1a974777)) - (pad "" smd roundrect locked (at -1.05 2.06 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 40191c81-459b-4a92-84e2-fefe8c4a219e)) - (pad "" smd roundrect locked (at 1.05 1.03 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 47308486-9b6a-4667-8b3a-ae73499b56b4)) - (pad "" smd roundrect locked (at -1.05 0 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 8796b72d-09c8-4899-9c3f-4353ccc06882)) - (pad "" smd roundrect locked (at -1.05 -2.06 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 881f9fc5-9c24-406f-98b3-ae5fdcf01a26)) - (pad "" smd roundrect locked (at 0 0 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 905fdd3d-e251-4521-8ac8-0ad8b3075a9b)) - (pad "" smd roundrect locked (at 0 2.06 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 98e248d2-a733-4497-9bbd-e669a90ad5dd)) - (pad "" smd roundrect locked (at 1.05 2.06 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp bfd6216b-41e8-4eb2-b601-b9af3d76363e)) - (pad "" smd roundrect locked (at -1.05 1.03 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp c1d8698d-5dee-4773-9a88-f875b0746116)) - (pad "" smd roundrect locked (at 1.05 -1.03 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp c494db68-ab9d-4712-af6e-49dbfc093aac)) - (pad "" smd roundrect locked (at 0 1.03 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp cdbd89aa-1f42-4388-a87b-3bd0b6437d7d)) - (pad "" smd roundrect locked (at 1.05 0 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp d5fc646f-70f2-47d6-8eb1-d8ae14bad60c)) - (pad "" smd roundrect locked (at -1.05 -1.03 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp e55ea91b-2299-4bef-bb08-589e5c73d5fe)) - (pad "1" smd roundrect locked (at -2.4375 -2.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -2.61 3.61) (end -2.61 3.135) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4401233-868a-49c5-a648-ebe1152bd869)) + (fp_line (start -1.885 -3.61) (end -2.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7776322e-1edf-4593-95a0-b008cb3c225a)) + (fp_line (start -1.885 3.61) (end -2.61 3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86e76659-7192-480a-8fbc-328aba614c50)) + (fp_line (start 1.885 -3.61) (end 2.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19ba2d72-67a8-44f5-9b98-a7d5c561e404)) + (fp_line (start 1.885 3.61) (end 2.61 3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f85e7b9-20f2-4eca-80ac-b1838560359d)) + (fp_line (start 2.61 -3.61) (end 2.61 -3.135) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c12c7cb8-205d-4a9d-b081-4d2ce4dc320b)) + (fp_line (start 2.61 3.61) (end 2.61 3.135) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0986e0b2-e663-4d6e-b106-4c0779bf0b41)) + (fp_line (start -3.12 -4.12) (end -3.12 4.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a07d17a7-6750-4bfb-a117-b78d07a5e930)) + (fp_line (start -3.12 4.12) (end 3.12 4.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d81aea28-b114-4db4-9d14-fd731395985f)) + (fp_line (start 3.12 -4.12) (end -3.12 -4.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71cdb4e6-9293-43b4-9c43-932f100b611d)) + (fp_line (start 3.12 4.12) (end 3.12 -4.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d7c5f6e-cfef-4df8-8392-9a69617ad80f)) + (fp_line (start -2.5 -2.5) (end -1.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65d26418-52d7-4429-bf39-79d926b2294e)) + (fp_line (start -2.5 3.5) (end -2.5 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6543296-8532-4c88-8ba7-04a09933ea9c)) + (fp_line (start -1.5 -3.5) (end 2.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93dfeed0-f397-402f-b9a3-9ed706d8f234)) + (fp_line (start 2.5 -3.5) (end 2.5 3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3255d7dd-37fa-44ac-9c71-98fb3fa823a5)) + (fp_line (start 2.5 3.5) (end -2.5 3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ddf54529-1ce2-4a6b-bc7a-9f031435be58)) + (pad "" smd roundrect (at -1.05 -2.06 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 881f9fc5-9c24-406f-98b3-ae5fdcf01a26)) + (pad "" smd roundrect (at -1.05 -1.03 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp e55ea91b-2299-4bef-bb08-589e5c73d5fe)) + (pad "" smd roundrect (at -1.05 0 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 8796b72d-09c8-4899-9c3f-4353ccc06882)) + (pad "" smd roundrect (at -1.05 1.03 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp c1d8698d-5dee-4773-9a88-f875b0746116)) + (pad "" smd roundrect (at -1.05 2.06 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 40191c81-459b-4a92-84e2-fefe8c4a219e)) + (pad "" smd roundrect (at 0 -2.06 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 178f7764-5f3f-4501-b412-4b9b78999fe6)) + (pad "" smd roundrect (at 0 -1.03 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 360624b1-7880-499b-ab3e-72fa1a974777)) + (pad "" smd roundrect (at 0 0 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 905fdd3d-e251-4521-8ac8-0ad8b3075a9b)) + (pad "" smd roundrect (at 0 1.03 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp cdbd89aa-1f42-4388-a87b-3bd0b6437d7d)) + (pad "" smd roundrect (at 0 2.06 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 98e248d2-a733-4497-9bbd-e669a90ad5dd)) + (pad "" smd roundrect (at 1.05 -2.06 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 014f61f1-92dc-4c10-a9b3-cd8a85a4eedd)) + (pad "" smd roundrect (at 1.05 -1.03 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp c494db68-ab9d-4712-af6e-49dbfc093aac)) + (pad "" smd roundrect (at 1.05 0 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp d5fc646f-70f2-47d6-8eb1-d8ae14bad60c)) + (pad "" smd roundrect (at 1.05 1.03 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 47308486-9b6a-4667-8b3a-ae73499b56b4)) + (pad "" smd roundrect (at 1.05 2.06 90) (size 0.85 0.83) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp bfd6216b-41e8-4eb2-b601-b9af3d76363e)) + (pad "1" smd roundrect (at -2.4375 -2.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 159 "Net-(Q1-Pad4)") (pinfunction "TG1") (pintype "output") (tstamp 455e4230-ff39-45ca-a168-1bdebcecf6b2)) - (pad "2" smd roundrect locked (at -2.4375 -2.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at -2.4375 -2.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 16 "Net-(C1-Pad1)") (pinfunction "BST1") (pintype "passive") (tstamp bd30ba30-0f30-4a3d-b85b-6e93f120cc03)) - (pad "3" smd roundrect locked (at -2.4375 -1.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "3" smd roundrect (at -2.4375 -1.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pinfunction "SGND_2") (pintype "power_in") (tstamp 0a8914ce-4992-49f7-a38f-b94f47fc8c54)) - (pad "4" smd roundrect locked (at -2.4375 -1.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "4" smd roundrect (at -2.4375 -1.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pinfunction "SENSGND") (pintype "passive") (tstamp 1f16688f-dad5-4107-9f3c-9e4ad740bc38)) - (pad "5" smd roundrect locked (at -2.4375 -0.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "5" smd roundrect (at -2.4375 -0.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 515 "Net-(C45-Pad2)") (pinfunction "SENSBOT") (pintype "input") (tstamp 33111cb8-31a4-4705-9d4d-0760895d0859)) - (pad "6" smd roundrect locked (at -2.4375 -0.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "6" smd roundrect (at -2.4375 -0.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 158 "Net-(Q1-Pad5)") (pinfunction "SENSTOP") (pintype "input") (tstamp 5eb5dd52-b4c2-4f19-bcf2-0a14039071ad)) - (pad "7" smd roundrect locked (at -2.4375 0.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "7" smd roundrect (at -2.4375 0.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 98 "/Reform 2 Power/VIN") (pinfunction "SENSVIN") (pintype "input") (tstamp 3a91236a-d4c9-46a1-865f-8c717b5f6ead)) - (pad "8" smd roundrect locked (at -2.4375 0.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "8" smd roundrect (at -2.4375 0.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 161 "Net-(R3-Pad2)") (pinfunction "RT") (pintype "passive") (tstamp be37a32e-7c01-455a-95a0-76991edc3d11)) - (pad "9" smd roundrect locked (at -2.4375 1.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "9" smd roundrect (at -2.4375 1.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 595 "Net-(R34-Pad1)") (pinfunction "~{SHDN}") (pintype "input") (tstamp cee9ef9a-1c8e-47c9-82ad-260f1974cbf5)) - (pad "10" smd roundrect locked (at -2.4375 1.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "10" smd roundrect (at -2.4375 1.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 501 "/Reform 2 Power/CHG_INTVCC") (pinfunction "VIN_REG") (pintype "input") (tstamp 2273ad5b-f7e0-4892-bdff-db8201b0951d)) - (pad "11" smd roundrect locked (at -2.4375 2.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "11" smd roundrect (at -2.4375 2.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 585 "Net-(R193-Pad2)") (pinfunction "MODE") (pintype "passive") (tstamp b68e0584-8158-4b33-9601-faa723ac1a4d)) - (pad "12" smd roundrect locked (at -2.4375 2.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "12" smd roundrect (at -2.4375 2.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 507 "CHG_STAT1") (pinfunction "STAT1") (pintype "output") (tstamp a5b76875-378b-4429-8caa-63ce0178f435)) - (pad "13" smd roundrect locked (at -1.5 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "13" smd roundrect (at -1.5 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 506 "CHG_STAT2") (pinfunction "STAT2") (pintype "output") (tstamp 7df57cdb-d489-4a99-b62a-99a02819c96d)) - (pad "14" smd roundrect locked (at -1 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "14" smd roundrect (at -1 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 162 "Net-(R51-Pad2)") (pinfunction "TIMER") (pintype "passive") (tstamp 862069af-8226-491f-b7f3-e6f5e0d81e00)) - (pad "15" smd roundrect locked (at -0.5 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "15" smd roundrect (at -0.5 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 464 "unconnected-(U2-Pad15)") (pinfunction "RNG/SS") (pintype "passive+no_connect") (tstamp c9f8f223-b408-4f0c-ab3d-3307ab6a7be2)) - (pad "16" smd roundrect locked (at 0 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "16" smd roundrect (at 0 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 591 "Net-(Q4-Pad3)") (pinfunction "NTC") (pintype "passive") (tstamp 8f771ecd-e283-46cc-8307-5b62d5ada712)) - (pad "17" smd roundrect locked (at 0.5 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "17" smd roundrect (at 0.5 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 646 "Net-(R173-Pad1)") (pinfunction "VFB") (pintype "passive") (tstamp da81b17e-fc3f-4649-abbf-db7b2c0b2bb5)) - (pad "18" smd roundrect locked (at 1 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "18" smd roundrect (at 1 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 505 "Net-(R174-Pad1)") (pinfunction "FBG") (pintype "passive") (tstamp 89ca9094-331f-402f-bebe-c8e4aedea11f)) - (pad "19" smd roundrect locked (at 1.5 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "19" smd roundrect (at 1.5 3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 519 "Net-(R182-Pad1)") (pinfunction "VFBMIN") (pintype "output") (tstamp d8c7250a-7b4a-48ed-8d60-540ab971ee03)) - (pad "20" smd roundrect locked (at 2.4375 2.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "20" smd roundrect (at 2.4375 2.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 311 "CHGBAT") (pinfunction "BAT") (pintype "passive") (tstamp 54a278af-8d0b-49a4-9a1b-8c12f2b50b37)) - (pad "21" smd roundrect locked (at 2.4375 2.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "21" smd roundrect (at 2.4375 2.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 522 "Net-(Q18-Pad4)") (pinfunction "BGATE") (pintype "output") (tstamp af21d19f-9ce4-4a1f-a9ea-cac4050637f5)) - (pad "22" smd roundrect locked (at 2.4375 1.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "22" smd roundrect (at 2.4375 1.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 503 "Net-(C31-Pad1)") (pinfunction "CSN") (pintype "input") (tstamp 28a5e929-3f72-4b7e-a99b-eae9eb04f23a)) - (pad "23" smd roundrect locked (at 2.4375 1.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "23" smd roundrect (at 2.4375 1.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 423 "Net-(C31-Pad2)") (pinfunction "CSP") (pintype "input") (tstamp 10c7e30f-26d4-4ad5-98c2-56d2e4bf6c40)) - (pad "24" smd roundrect locked (at 2.4375 0.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "24" smd roundrect (at 2.4375 0.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 512 "Net-(C64-Pad1)") (pinfunction "CSOUT") (pintype "output") (tstamp 90e93cd9-3fba-4945-b726-5f2ddf96ca2b)) - (pad "25" smd roundrect locked (at 2.4375 0.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "25" smd roundrect (at 2.4375 0.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 517 "Net-(R8-Pad2)") (pinfunction "ILIMIT") (pintype "passive") (tstamp 07150010-07ee-4544-8a7d-895d83d4f34e)) - (pad "26" smd roundrect locked (at 2.4375 -0.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "26" smd roundrect (at 2.4375 -0.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 518 "Net-(R182-Pad2)") (pinfunction "VFBMAX") (pintype "output") (tstamp 08d3238a-ae9a-471b-851b-d6e416040c3a)) - (pad "27" smd roundrect locked (at 2.4375 -0.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "27" smd roundrect (at 2.4375 -0.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 511 "Net-(C64-Pad2)") (pinfunction "ITH") (pintype "passive") (tstamp 241e4574-035f-469e-a35e-60e53e0a4c0f)) - (pad "28" smd roundrect locked (at 2.4375 -1.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "28" smd roundrect (at 2.4375 -1.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 516 "Net-(R80-Pad2)") (pinfunction "VC") (pintype "passive") (tstamp 2eb71c15-bc16-427d-bb3a-7546774108fb)) - (pad "29" smd roundrect locked (at 2.4375 -1.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "29" smd roundrect (at 2.4375 -1.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pinfunction "SGND_3") (pintype "power_in") (tstamp e4e0ea10-6c41-4997-a8bc-e5936cdc728a)) - (pad "30" smd roundrect locked (at 2.4375 -2.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "30" smd roundrect (at 2.4375 -2.25 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 137 "Net-(C32-Pad1)") (pinfunction "BST2") (pintype "passive") (tstamp 694e46b8-2aaa-444c-97c2-ddc1d481ca65)) - (pad "31" smd roundrect locked (at 2.4375 -2.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "31" smd roundrect (at 2.4375 -2.75 90) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 491 "Net-(Q15-Pad4)") (pinfunction "TG2") (pintype "output") (tstamp c91d4c5d-f620-4610-b761-aad71f98b016)) - (pad "32" smd roundrect locked (at 1.5 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "32" smd roundrect (at 1.5 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 502 "Net-(C32-Pad2)") (pinfunction "SW2") (pintype "passive") (tstamp a127c444-18ba-414f-8a80-d04a12dc029e)) - (pad "33" smd roundrect locked (at 1 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "33" smd roundrect (at 1 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 492 "Net-(Q17-Pad4)") (pinfunction "BG2") (pintype "output") (tstamp 7eb18e12-53df-41dd-a2eb-96c71e040db7)) - (pad "34" smd roundrect locked (at 0.5 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "34" smd roundrect (at 0.5 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 501 "/Reform 2 Power/CHG_INTVCC") (pinfunction "INTVCC") (pintype "passive") (tstamp bdd16b76-2ee0-4d30-b96b-26344b71f5b2)) - (pad "35" smd roundrect locked (at 0 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "35" smd roundrect (at 0 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pinfunction "PGND") (pintype "power_in") (tstamp 4aa07c1e-35a9-4654-b4d7-22256a23dd75)) - (pad "36" smd roundrect locked (at -0.5 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "36" smd roundrect (at -0.5 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 98 "/Reform 2 Power/VIN") (pinfunction "PVIN") (pintype "input") (tstamp 178abc6f-4655-4bf8-863a-921659fdb99c)) - (pad "37" smd roundrect locked (at -1 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "37" smd roundrect (at -1 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 160 "Net-(Q2-Pad4)") (pinfunction "BG1") (pintype "output") (tstamp 4b3b3bfd-3b69-4828-aecd-036e6e30cc7e)) - (pad "38" smd roundrect locked (at -1.5 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "38" smd roundrect (at -1.5 -3.4375 90) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 15 "Net-(C1-Pad2)") (pinfunction "SW1") (pintype "passive") (tstamp 0410ba00-e884-40ba-b043-c68b4a521007)) - (pad "39" smd roundrect locked (at 0 0 90) (size 3.15 5.15) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.07936507937) + (pad "39" smd roundrect (at 0 0 90) (size 3.15 5.15) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.07936507937) (net 13 "GND") (pinfunction "SGND") (pintype "power_in") (tstamp 9d5671d4-6dad-4e35-a1dc-d59f8492ac4a)) (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm.wrl" (offset (xyz 0 0 0)) @@ -8784,7 +10538,7 @@ ) (footprint "footprints:692121030100" (layer "F.Cu") - (tedit 5F6C8911) (tstamp 00000000-0000-0000-0000-00005d290c81) + (tstamp 00000000-0000-0000-0000-00005d290c81) (at 46.7 75 -90) (descr "<B>WR-COM </B><BR> USB 3.0 HORIZONTAL TYPE A") (property "Checked" "y") @@ -8796,46 +10550,57 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da0c9af") (attr through_hole) (fp_text reference "J17" (at 7.7 -0.4) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fa9f1ddc-953e-4e33-8fd8-a986b349b8dc) ) (fp_text value "USB3_A" (at 0.05 3.3 -90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.015))) + (effects (font (size 1 1) (thickness 0.015))) (tstamp 9aedd7c1-92d9-4004-b829-9e7b05513b7b) ) - (fp_line (start -7 -8.16) (end 7 -8.16) (layer "F.SilkS") (width 0.2) (tstamp 153055ac-8631-4140-8721-5f3ff922e782)) - (fp_line (start -7 -5.36) (end -7 -8.16) (layer "F.SilkS") (width 0.2) (tstamp 7d395cee-39d3-4b60-8b1f-ae70a4fd22bd)) - (fp_line (start -7 -1.36) (end -7 8.52) (layer "F.SilkS") (width 0.2) (tstamp a6874518-dbc4-41f3-985b-567929794454)) - (fp_line (start 7 -8.16) (end 7 -5.36) (layer "F.SilkS") (width 0.2) (tstamp d495df72-5c2a-4343-8263-eeb8cc19d2ba)) - (fp_line (start -7 8.52) (end 7 8.52) (layer "F.SilkS") (width 0.2) (tstamp d5f042d8-a2d5-4627-833b-5e0f1de38187)) - (fp_line (start 7 8.52) (end 7 -1.36) (layer "F.SilkS") (width 0.2) (tstamp ef8e574b-3322-4173-9323-a3d8b42c3725)) - (fp_circle (center -4.7 -5.36) (end -4.6 -5.36) (layer "F.SilkS") (width 0.2) (fill none) (tstamp 11cb2419-1f1e-4e88-81d5-191268e5cb0e)) - (fp_line (start 6.9 -8.06) (end -6.9 -8.06) (layer "F.Fab") (width 0.1) (tstamp 24d8f86a-8def-4985-96da-1c241d6f2fd0)) - (fp_line (start -6.9 8.42) (end 6.9 8.42) (layer "F.Fab") (width 0.1) (tstamp 4c875ce5-319f-4f90-b527-b3343a2a462c)) - (fp_line (start 6.9 8.42) (end 6.9 -8.06) (layer "F.Fab") (width 0.1) (tstamp 874c3507-1a6b-4787-bc15-fd6491171bc2)) - (fp_line (start -6.9 -8.06) (end -6.9 8.42) (layer "F.Fab") (width 0.1) (tstamp d9d7ea3d-24cc-4f78-bbf4-cdecb75bb7c0)) - (pad "1" thru_hole circle locked (at -3.5 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (fp_line (start -7 -8.16) (end 7 -8.16) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 153055ac-8631-4140-8721-5f3ff922e782)) + (fp_line (start -7 -5.36) (end -7 -8.16) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 7d395cee-39d3-4b60-8b1f-ae70a4fd22bd)) + (fp_line (start -7 -1.36) (end -7 8.52) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp a6874518-dbc4-41f3-985b-567929794454)) + (fp_line (start -7 8.52) (end 7 8.52) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp d5f042d8-a2d5-4627-833b-5e0f1de38187)) + (fp_line (start 7 -8.16) (end 7 -5.36) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp d495df72-5c2a-4343-8263-eeb8cc19d2ba)) + (fp_line (start 7 8.52) (end 7 -1.36) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp ef8e574b-3322-4173-9323-a3d8b42c3725)) + (fp_circle (center -4.7 -5.36) (end -4.6 -5.36) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp 11cb2419-1f1e-4e88-81d5-191268e5cb0e)) + (fp_line (start -6.9 -8.06) (end -6.9 8.42) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d9d7ea3d-24cc-4f78-bbf4-cdecb75bb7c0)) + (fp_line (start -6.9 8.42) (end 6.9 8.42) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c875ce5-319f-4f90-b527-b3343a2a462c)) + (fp_line (start 6.9 -8.06) (end -6.9 -8.06) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24d8f86a-8def-4985-96da-1c241d6f2fd0)) + (fp_line (start 6.9 8.42) (end 6.9 -8.06) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 874c3507-1a6b-4787-bc15-fd6491171bc2)) + (pad "1" thru_hole circle (at -3.5 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 260 "Net-(C72-Pad1)") (pinfunction "VBUS") (pintype "power_in") (tstamp d6fd9d92-5293-4cc2-8d73-b881e2d3e325)) - (pad "2" thru_hole circle locked (at -1 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "2" thru_hole circle (at -1 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 373 "USB2_DN") (pinfunction "D-") (pintype "bidirectional") (tstamp 71e84013-ec25-4972-aa61-feb9ecb21e24)) - (pad "3" thru_hole circle locked (at 1 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "3" thru_hole circle (at 1 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 372 "USB2_DP") (pinfunction "D+") (pintype "bidirectional") (tstamp f4494ef3-d601-49d0-903b-2744fde63e78)) - (pad "4" thru_hole circle locked (at 3.5 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "4" thru_hole circle (at 3.5 -5.36 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp e43faf56-1169-43fa-a7db-91bcd3abadc0)) - (pad "5" thru_hole circle locked (at 4 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "5" thru_hole circle (at 4 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 371 "USB2_RX_N") (pinfunction "SSRX-") (pintype "bidirectional") (tstamp c2bae8b2-c34a-415f-aefc-3d735a6c11ce)) - (pad "6" thru_hole circle locked (at 2 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "6" thru_hole circle (at 2 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 370 "USB2_RX_P") (pinfunction "SSRX+") (pintype "bidirectional") (tstamp 3019e843-a97a-4dfd-b85d-f52cbe9b79c1)) - (pad "7" thru_hole circle locked (at 0 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "7" thru_hole circle (at 0 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "DRAIN") (pintype "power_in") (tstamp 473e8463-8de5-4b19-a1fb-0590d7d7def7)) - (pad "8" thru_hole circle locked (at -2 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "8" thru_hole circle (at -2 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 200 "USB2_TX_N") (pinfunction "SSTX-") (pintype "bidirectional") (tstamp 0b6dc975-e05d-4f2e-8d3a-9f72afeecd85)) - (pad "9" thru_hole circle locked (at -4 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (pad "9" thru_hole circle (at -4 -6.86 270) (size 1.3 1.3) (drill 0.7) (layers "*.Cu" "*.Mask") (net 201 "USB2_TX_P") (pinfunction "SSTX+") (pintype "bidirectional") (tstamp 2a2d73b2-a384-4098-9933-e81249775bf1)) - (pad "10" thru_hole circle locked (at 6.57 -3.36 270) (size 3.3 3.3) (drill 2.3) (layers *.Cu *.Mask) - (net 272 "Net-(C75-Pad1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 7fe8a4b4-5b21-435c-993b-895ec606128c)) - (pad "10" thru_hole circle locked (at -6.57 -3.36 270) (size 3.3 3.3) (drill 2.3) (layers *.Cu *.Mask) + (pad "10" thru_hole circle (at -6.57 -3.36 270) (size 3.3 3.3) (drill 2.3) (layers "*.Cu" "*.Mask") (net 272 "Net-(C75-Pad1)") (pinfunction "SHIELD") (pintype "passive") (tstamp ad9e568d-cbb3-48b7-8e9a-97c2dd23d7e7)) + (pad "10" thru_hole circle (at 6.57 -3.36 270) (size 3.3 3.3) (drill 2.3) (layers "*.Cu" "*.Mask") + (net 272 "Net-(C75-Pad1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 7fe8a4b4-5b21-435c-993b-895ec606128c)) (model "${KIPRJMOD}/3d-models/wuerth_692121030100_usb3.stp" (offset (xyz 0 4.4 2.15)) (scale (xyz 1 1 1)) @@ -8844,7 +10609,7 @@ ) (footprint "Capacitor_SMD:C_1210_3225Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 00000000-0000-0000-0000-00005d294df9) + (tstamp 00000000-0000-0000-0000-00005d294df9) (at 302.4 80.6 180) (descr "Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -8857,27 +10622,37 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f2217e7") (attr smd) (fp_text reference "C127" (at 1.6 1.95) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 829dcf3b-8b3d-4b77-a8b2-8c09f815bcdc) ) (fp_text value "220uF" (at 0 2.3 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 93c06d69-0476-4b42-ac7e-9edc54542aaa) ) (fp_text user "${REFERENCE}" (at 0 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) + (effects (font (size 0.8 0.8) (thickness 0.12))) (tstamp 19735503-0833-4e2e-ac07-9ecc22e17afa) ) - (fp_line (start -0.711252 1.36) (end 0.711252 1.36) (layer "F.SilkS") (width 0.12) (tstamp 02e1067b-189a-411f-b0f1-a193965217ea)) - (fp_line (start -0.711252 -1.36) (end 0.711252 -1.36) (layer "F.SilkS") (width 0.12) (tstamp 49e741d9-d8eb-4789-8a8b-25b9e4a87369)) - (fp_line (start 2.3 -1.6) (end 2.3 1.6) (layer "F.CrtYd") (width 0.05) (tstamp 7db15b63-6e42-47db-aa29-1dcea70180c0)) - (fp_line (start 2.3 1.6) (end -2.3 1.6) (layer "F.CrtYd") (width 0.05) (tstamp d1290fed-f532-42ec-b705-8a2511f4bb9c)) - (fp_line (start -2.3 1.6) (end -2.3 -1.6) (layer "F.CrtYd") (width 0.05) (tstamp d4b39c78-e6f8-4b7d-ae08-c233531d73ab)) - (fp_line (start -2.3 -1.6) (end 2.3 -1.6) (layer "F.CrtYd") (width 0.05) (tstamp ff345443-7552-4bfb-9287-102a340f8906)) - (fp_line (start -1.6 -1.25) (end 1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp 44be613b-4dc4-457d-923d-a96c59a35e94)) - (fp_line (start 1.6 1.25) (end -1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 60548f3c-4c31-430e-942d-79921cf427ac)) - (fp_line (start 1.6 -1.25) (end 1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 9fe87685-b5c1-49e7-a77e-df58b600468d)) - (fp_line (start -1.6 1.25) (end -1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp f52caf81-ea88-4df0-b2d8-5acc12abb32d)) + (fp_line (start -0.711252 -1.36) (end 0.711252 -1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49e741d9-d8eb-4789-8a8b-25b9e4a87369)) + (fp_line (start -0.711252 1.36) (end 0.711252 1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02e1067b-189a-411f-b0f1-a193965217ea)) + (fp_line (start -2.3 -1.6) (end 2.3 -1.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff345443-7552-4bfb-9287-102a340f8906)) + (fp_line (start -2.3 1.6) (end -2.3 -1.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4b39c78-e6f8-4b7d-ae08-c233531d73ab)) + (fp_line (start 2.3 -1.6) (end 2.3 1.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7db15b63-6e42-47db-aa29-1dcea70180c0)) + (fp_line (start 2.3 1.6) (end -2.3 1.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1290fed-f532-42ec-b705-8a2511f4bb9c)) + (fp_line (start -1.6 -1.25) (end 1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44be613b-4dc4-457d-923d-a96c59a35e94)) + (fp_line (start -1.6 1.25) (end -1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f52caf81-ea88-4df0-b2d8-5acc12abb32d)) + (fp_line (start 1.6 -1.25) (end 1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9fe87685-b5c1-49e7-a77e-df58b600468d)) + (fp_line (start 1.6 1.25) (end -1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60548f3c-4c31-430e-942d-79921cf427ac)) (pad "1" smd roundrect (at -1.475 0 180) (size 1.15 2.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2173913043) (net 383 "Net-(C127-Pad1)") (pintype "passive") (tstamp eb04407b-3983-4d5f-9e3f-68bac21d7da2)) (pad "2" smd roundrect (at 1.475 0 180) (size 1.15 2.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2173913043) @@ -8890,7 +10665,7 @@ ) (footprint "footprints:WA-SMSI-M2" (layer "F.Cu") - (tedit 5DB722B4) (tstamp 00000000-0000-0000-0000-00005d31e3b2) + (tstamp 00000000-0000-0000-0000-00005d31e3b2) (at 192.5 117) (property "Checked" "y") (property "Distributor" "Mouser") @@ -8901,22 +10676,26 @@ (path "/00000000-0000-0000-0000-00005d3bcefd") (attr smd) (fp_text reference "H24" (at 0 -2.9) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 385d3248-ff7c-4d62-a6ff-4d14c310b024) ) (fp_text value "MountingHole_Pad" (at 0 2.9) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a2e2a2b4-c1cc-4e2c-91cb-4e885c96131a) ) (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2a574922-7884-44ae-8be7-92d392c7b42a) ) - (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) (layer "F.Paste") (width 0.9) (tstamp 3d8b830a-e3ef-42e5-8fcd-6d1886486e6c)) - (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) (layer "F.Paste") (width 0.9) (tstamp 52f3be50-1fe8-4582-a6d1-6d7f8be97966)) - (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) (layer "F.Paste") (width 0.9) (tstamp 633a2dba-ed8f-4135-966d-be6d2f2c7b4c)) - (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) (layer "F.Paste") (width 0.9) (tstamp dde9fe45-4af3-4269-8e4d-287172d95454)) - (pad "1" thru_hole circle locked (at 0 0) (size 5 5) (drill 3) (layers *.Cu *.Mask) + (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 633a2dba-ed8f-4135-966d-be6d2f2c7b4c)) + (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 3d8b830a-e3ef-42e5-8fcd-6d1886486e6c)) + (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp dde9fe45-4af3-4269-8e4d-287172d95454)) + (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 52f3be50-1fe8-4582-a6d1-6d7f8be97966)) + (pad "1" thru_hole circle (at 0 0) (size 5 5) (drill 3) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "1") (pintype "input") (tstamp 54dd7c70-8b7c-46a7-995a-e9064aac8de8)) (model "${KIPRJMOD}/3d-models/9774010243R.stp" (offset (xyz 0 0 -1.4)) @@ -8926,7 +10705,7 @@ ) (footprint "footprints:WA-SMSI-M2" (layer "F.Cu") - (tedit 5DB722B4) (tstamp 00000000-0000-0000-0000-00005d31e3c0) + (tstamp 00000000-0000-0000-0000-00005d31e3c0) (at 205.25 47) (property "Checked" "y") (property "Distributor" "Mouser") @@ -8937,22 +10716,26 @@ (path "/00000000-0000-0000-0000-00005d3b2b53") (attr smd) (fp_text reference "H22" (at 0 -2.9) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 63a93978-a6e3-4347-b887-defeb04e9038) ) (fp_text value "MountingHole_Pad" (at 0 2.9) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 08d9af75-8077-42f7-a27a-04d50e90ac92) ) (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp da6c5ae6-96b1-4898-9545-d257c3d61933) ) - (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) (layer "F.Paste") (width 0.9) (tstamp 2b764814-fbcf-41fc-aad1-8448b408066d)) - (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) (layer "F.Paste") (width 0.9) (tstamp 35dd135a-3ab9-41cd-99ee-b8c91676bf13)) - (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) (layer "F.Paste") (width 0.9) (tstamp 41472116-c150-4744-aa75-c8efcd06ea56)) - (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) (layer "F.Paste") (width 0.9) (tstamp 87be7dca-5741-4d7b-aa4f-4dbdacfe8b5d)) - (pad "1" thru_hole circle locked (at 0 0) (size 5 5) (drill 3) (layers *.Cu *.Mask) + (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 35dd135a-3ab9-41cd-99ee-b8c91676bf13)) + (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 2b764814-fbcf-41fc-aad1-8448b408066d)) + (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 87be7dca-5741-4d7b-aa4f-4dbdacfe8b5d)) + (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 41472116-c150-4744-aa75-c8efcd06ea56)) + (pad "1" thru_hole circle (at 0 0) (size 5 5) (drill 3) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "1") (pintype "input") (tstamp 0e3aebf2-fefd-4128-9a63-f5113323e374)) (model "${KIPRJMOD}/3d-models/9774010243R.stp" (offset (xyz 0 0 -1.4)) @@ -8962,7 +10745,7 @@ ) (footprint "footprints:WA-SMSI-M2" (layer "F.Cu") - (tedit 5DB722B4) (tstamp 00000000-0000-0000-0000-00005d31e40f) + (tstamp 00000000-0000-0000-0000-00005d31e40f) (at 205.25 107) (property "Checked" "y") (property "Distributor" "Mouser") @@ -8973,22 +10756,26 @@ (path "/00000000-0000-0000-0000-00005d3d201f") (attr smd) (fp_text reference "H27" (at 0 -2.9) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 29454d0c-55c2-495f-b4b4-9f4d4c30e4a9) ) (fp_text value "MountingHole_Pad" (at 0 2.9) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3649e332-3607-4a41-b389-11dc73b629a6) ) (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 12c3d7c9-403f-4f8f-897e-d71487c61834) ) - (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) (layer "F.Paste") (width 0.9) (tstamp 34e4f90b-ec5f-438e-8232-d1f0e34881f4)) - (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) (layer "F.Paste") (width 0.9) (tstamp 8377daf8-1b8f-434d-90c5-06b2d6b6b56a)) - (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) (layer "F.Paste") (width 0.9) (tstamp e71a5185-b439-4efc-9914-9ddb139d3ac1)) - (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) (layer "F.Paste") (width 0.9) (tstamp fbb2632e-7b4f-45ca-a0d9-eb131ce02d7c)) - (pad "1" thru_hole circle locked (at 0 0) (size 5 5) (drill 3) (layers *.Cu *.Mask) + (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp e71a5185-b439-4efc-9914-9ddb139d3ac1)) + (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 34e4f90b-ec5f-438e-8232-d1f0e34881f4)) + (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp fbb2632e-7b4f-45ca-a0d9-eb131ce02d7c)) + (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 8377daf8-1b8f-434d-90c5-06b2d6b6b56a)) + (pad "1" thru_hole circle (at 0 0) (size 5 5) (drill 3) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "1") (pintype "input") (tstamp 10ca07cd-af83-4467-9073-7901ff130b42)) (model "${KIPRJMOD}/3d-models/9774010243R.stp" (offset (xyz 0 0 -1.4)) @@ -8998,7 +10785,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d34b486) + (tstamp 00000000-0000-0000-0000-00005d34b486) (at 228.8 58 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -9011,30 +10798,40 @@ (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005d3f4205") (attr smd) (fp_text reference "R116" (at -2 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ab9c6827-e50d-46cd-8c4d-647b95a1c78d) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 334143e1-b128-4ff4-bd65-e5555da084d8) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 34113161-3860-48d2-bb47-a590b2c2f4a9) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 9f7c0a69-6b67-473d-80f8-80d8e4faa417)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp fab8e1ed-6a36-4b79-baa1-275c8ca5f854)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 52c843eb-f084-4248-88d9-19b241b367ab)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7de71cd7-036d-4269-96cf-4a0973978b0a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c5a67833-d928-4deb-96fd-e35eb946b9c7)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f77906c4-30d1-4ef2-b2e2-06981fcb0d49)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 37b24803-4406-43f2-b54b-27f517568fa3)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 419b89b1-28c3-4094-930c-1ba5525bbf9a)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 896741e0-f05c-4d65-bb55-91f154660aea)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9a03f6fd-09eb-4fd5-b2d1-f79b86048255)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f7c0a69-6b67-473d-80f8-80d8e4faa417)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fab8e1ed-6a36-4b79-baa1-275c8ca5f854)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52c843eb-f084-4248-88d9-19b241b367ab)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f77906c4-30d1-4ef2-b2e2-06981fcb0d49)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7de71cd7-036d-4269-96cf-4a0973978b0a)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5a67833-d928-4deb-96fd-e35eb946b9c7)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 419b89b1-28c3-4094-930c-1ba5525bbf9a)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 896741e0-f05c-4d65-bb55-91f154660aea)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a03f6fd-09eb-4fd5-b2d1-f79b86048255)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37b24803-4406-43f2-b54b-27f517568fa3)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 426 "Net-(P1-Pad13)") (pintype "passive") (tstamp c71fa9b1-7471-4aa3-b2cc-7636b429f393)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 50 "ETH0_LED_RX") (pintype "passive") (tstamp 96cdd4e0-49df-49a1-967e-f30027c8f24c)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9044,7 +10841,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d34b848) + (tstamp 00000000-0000-0000-0000-00005d34b848) (at 223.2 55.5 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -9057,30 +10854,40 @@ (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005d3f5686") (attr smd) (fp_text reference "R147" (at 0 -1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 37bc13f4-0e10-4a96-b3af-984d9518a328) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 285c9e6d-aea8-44f7-841f-acde0738da4c) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b4e9c0b7-82c1-4d06-8fee-efc63f7baab1) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 00ea4cb6-c697-409a-abf4-83e6a42621f4)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp aa79ba7b-7376-432f-b741-88949e3d5248)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 061c381a-bef9-41ed-9492-5a641ca90086)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 965839d9-824e-4880-8768-d1ad4b033149)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp abe62c46-9359-4b93-9b5e-cf5c72638a66)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp cb35abd4-1560-4a19-843a-a95560c992a9)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1882f1ff-6a5f-4a03-8edf-c4e24203b46b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4fbfb281-5887-4b18-805c-845fa8eeaa25)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a1368a36-09b2-412c-a379-800cb88e5f96)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ec654c55-ac91-4c55-a59a-5210ec84d910)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa79ba7b-7376-432f-b741-88949e3d5248)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00ea4cb6-c697-409a-abf4-83e6a42621f4)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 965839d9-824e-4880-8768-d1ad4b033149)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb35abd4-1560-4a19-843a-a95560c992a9)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 061c381a-bef9-41ed-9492-5a641ca90086)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abe62c46-9359-4b93-9b5e-cf5c72638a66)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1368a36-09b2-412c-a379-800cb88e5f96)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec654c55-ac91-4c55-a59a-5210ec84d910)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1882f1ff-6a5f-4a03-8edf-c4e24203b46b)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fbfb281-5887-4b18-805c-845fa8eeaa25)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 424 "Net-(P1-Pad17)") (pintype "passive") (tstamp 1bc9c7c1-8c1b-4236-98af-078ba0de8ee3)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 375 "ETH0_LED_LINK1") (pintype "passive") (tstamp 5feca081-0ad4-4610-adca-a3e15d2a9429)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9090,7 +10897,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d34f63a) + (tstamp 00000000-0000-0000-0000-00005d34f63a) (at 228.8 59.7) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -9103,30 +10910,40 @@ (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005d3f4a40") (attr smd) (fp_text reference "R146" (at 0 1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 49b9b6b7-6303-441e-8c39-0a9a09e1c368) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4cfb7536-8a8d-41b2-9ac6-a4778758ff69) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b1c7b644-7118-4ad6-9758-4f6eb4e77308) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3638417e-c8b1-4c16-8677-c41dcefab333)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 79443e98-efdf-4564-bbf6-95ba7cae2298)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 199ba1cf-7c22-4c12-aaf3-3a3fcbb92010)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 270e4825-6cc8-47b2-b532-58e6c56c049a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c880565d-92fb-4c7e-8f45-792c95fdb575)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e90d67ba-687b-41d1-baf9-e761d1bb5f7d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 553af697-3cd3-44db-8898-57dd24c5f51e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 82b46b41-fe84-49d1-8a6f-32cd337cc9b3)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b41b9dad-8ed6-4755-b5ea-77c34c6f928e)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b8170828-da6e-45d1-9162-4b6f640e9c57)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3638417e-c8b1-4c16-8677-c41dcefab333)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79443e98-efdf-4564-bbf6-95ba7cae2298)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e90d67ba-687b-41d1-baf9-e761d1bb5f7d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 270e4825-6cc8-47b2-b532-58e6c56c049a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 199ba1cf-7c22-4c12-aaf3-3a3fcbb92010)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c880565d-92fb-4c7e-8f45-792c95fdb575)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 553af697-3cd3-44db-8898-57dd24c5f51e)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82b46b41-fe84-49d1-8a6f-32cd337cc9b3)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b41b9dad-8ed6-4755-b5ea-77c34c6f928e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8170828-da6e-45d1-9162-4b6f640e9c57)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 425 "Net-(P1-Pad15)") (pintype "passive") (tstamp b142b681-9da4-4fa0-acf5-11574a53819f)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 376 "ETH0_LED_LINK2") (pintype "passive") (tstamp 58ffccb7-4095-4f45-ab07-0e750f313205)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9136,7 +10953,7 @@ ) (footprint "footprints:TE_1-2199230-6" locked (layer "F.Cu") - (tedit 5D27692E) (tstamp 00000000-0000-0000-0000-00005d357a5b) + (tstamp 00000000-0000-0000-0000-00005d357a5b) (at 142.5 48.75) (property "Checked" "y") (property "Distributor" "Mouser") @@ -9147,32 +10964,49 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-0000610031f1") (attr smd) (fp_text reference "J10" (at -6.8 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 39aa8b88-51c3-4e64-b479-a9cefffe5c1a) ) (fp_text value "1-2199230-6" (at -0.5 -1.5) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 479bd7c0-a52c-4721-83b9-310d241b2f6a) ) - (fp_line (start 10.95 -1.05) (end 10.95 -2.8) (layer "F.SilkS") (width 0.127) (tstamp 23a5998c-7a8f-462c-97e6-a338cf945bf5)) - (fp_line (start 9.45 2.5) (end 10.95 2.5) (layer "F.SilkS") (width 0.127) (tstamp 54522886-b946-40dd-8e6b-3121cf76272c)) - (fp_line (start 10.95 2.5) (end 10.95 0.8) (layer "F.SilkS") (width 0.127) (tstamp 5aafebfe-b571-43db-82d2-c6199f91c0fb)) - (fp_line (start -10.95 2.5) (end -9.35 2.5) (layer "F.SilkS") (width 0.127) (tstamp 65d3a1b9-cf5f-47af-afc0-e36977a054af)) - (fp_line (start 5.1 -5.25) (end 6.9 -5.25) (layer "F.SilkS") (width 0.127) (tstamp 7b54aae7-093c-4f24-b5da-2ffdb9c0605a)) - (fp_line (start 5.35 2.5) (end 7.15 2.5) (layer "F.SilkS") (width 0.127) (tstamp aa43dca0-ef41-443a-849c-0081729d0ecc)) - (fp_line (start -10.95 1.2) (end -10.95 2.5) (layer "F.SilkS") (width 0.127) (tstamp aba16ce0-04b6-41b7-a9b9-6a87ed550b84)) - (fp_line (start -10.95 -2.9) (end -10.95 -0.95) (layer "F.SilkS") (width 0.127) (tstamp ad79d6fa-4736-4086-8a49-d60c735c2bf6)) - (fp_circle (center -9.25 -6.5) (end -9.15 -6.5) (layer "F.SilkS") (width 0.2) (fill none) (tstamp 4c002f31-840f-45bc-aa94-43bd13a9ae02)) - (fp_line (start 11.25 -6.3) (end -11.2 -6.3) (layer "Eco1.User") (width 0.05) (tstamp 0f4ced52-ed1a-4fab-8db3-ce723b7acfce)) - (fp_line (start -11.2 3.3) (end 11.25 3.3) (layer "Eco1.User") (width 0.05) (tstamp 279675a4-2d21-470f-8618-e58fd2687b4c)) - (fp_line (start -11.2 -6.3) (end -11.2 3.3) (layer "Eco1.User") (width 0.05) (tstamp 7d721c3f-7aa9-4c6c-9874-29c810e587f3)) - (fp_line (start 11.25 3.3) (end 11.25 -6.3) (layer "Eco1.User") (width 0.05) (tstamp b5fbf34f-06ad-42ee-9460-487e285bd4b5)) - (fp_line (start -10.95 -5.25) (end 10.95 -5.25) (layer "Eco2.User") (width 0.127) (tstamp 057e4c39-2018-43e0-8893-f9275778f5ed)) - (fp_line (start 10.95 2.5) (end -10.95 2.5) (layer "Eco2.User") (width 0.127) (tstamp 058de7f8-8a67-4ed3-81a7-8f4f10e20fa4)) - (fp_line (start -10.95 2.5) (end -10.95 -5.25) (layer "Eco2.User") (width 0.127) (tstamp 6be52493-8c3e-4713-a6fa-b544ae9c5fe1)) - (fp_line (start 10.95 -5.25) (end 10.95 2.5) (layer "Eco2.User") (width 0.127) (tstamp c6a3b6ea-36f6-4bd4-9e13-78c0ae349e77)) - (pad "" np_thru_hole circle locked (at -10 0) (size 1.1 1.1) (drill 1.1) (layers *.Cu *.Mask "F.SilkS") (tstamp 933c109c-8a21-4794-92c3-4ef58c55f6c4)) - (pad "" np_thru_hole circle locked (at 10 0) (size 1.6 1.6) (drill 1.6) (layers *.Cu *.Mask "F.SilkS") (tstamp cc28b58f-f8ad-44e6-a409-ba928e8c2b4c)) + (fp_line (start -10.95 -2.9) (end -10.95 -0.95) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp ad79d6fa-4736-4086-8a49-d60c735c2bf6)) + (fp_line (start -10.95 1.2) (end -10.95 2.5) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp aba16ce0-04b6-41b7-a9b9-6a87ed550b84)) + (fp_line (start -10.95 2.5) (end -9.35 2.5) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 65d3a1b9-cf5f-47af-afc0-e36977a054af)) + (fp_line (start 5.1 -5.25) (end 6.9 -5.25) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 7b54aae7-093c-4f24-b5da-2ffdb9c0605a)) + (fp_line (start 5.35 2.5) (end 7.15 2.5) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp aa43dca0-ef41-443a-849c-0081729d0ecc)) + (fp_line (start 9.45 2.5) (end 10.95 2.5) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 54522886-b946-40dd-8e6b-3121cf76272c)) + (fp_line (start 10.95 -1.05) (end 10.95 -2.8) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 23a5998c-7a8f-462c-97e6-a338cf945bf5)) + (fp_line (start 10.95 2.5) (end 10.95 0.8) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 5aafebfe-b571-43db-82d2-c6199f91c0fb)) + (fp_circle (center -9.25 -6.5) (end -9.15 -6.5) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp 4c002f31-840f-45bc-aa94-43bd13a9ae02)) + (fp_line (start -11.2 -6.3) (end -11.2 3.3) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp 7d721c3f-7aa9-4c6c-9874-29c810e587f3)) + (fp_line (start -11.2 3.3) (end 11.25 3.3) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp 279675a4-2d21-470f-8618-e58fd2687b4c)) + (fp_line (start 11.25 -6.3) (end -11.2 -6.3) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp 0f4ced52-ed1a-4fab-8db3-ce723b7acfce)) + (fp_line (start 11.25 3.3) (end 11.25 -6.3) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp b5fbf34f-06ad-42ee-9460-487e285bd4b5)) + (fp_line (start -10.95 -5.25) (end 10.95 -5.25) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 057e4c39-2018-43e0-8893-f9275778f5ed)) + (fp_line (start -10.95 2.5) (end -10.95 -5.25) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 6be52493-8c3e-4713-a6fa-b544ae9c5fe1)) + (fp_line (start 10.95 -5.25) (end 10.95 2.5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp c6a3b6ea-36f6-4bd4-9e13-78c0ae349e77)) + (fp_line (start 10.95 2.5) (end -10.95 2.5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 058de7f8-8a67-4ed3-81a7-8f4f10e20fa4)) + (pad "" np_thru_hole circle locked (at -10 0) (size 1.1 1.1) (drill 1.1) (layers "*.Cu" "*.Mask" "F.SilkS") (tstamp 933c109c-8a21-4794-92c3-4ef58c55f6c4)) + (pad "" np_thru_hole circle locked (at 10 0) (size 1.6 1.6) (drill 1.6) (layers "*.Cu" "*.Mask" "F.SilkS") (tstamp cc28b58f-f8ad-44e6-a409-ba928e8c2b4c)) (pad "1" smd rect locked (at -9.25 -5.275) (size 0.3 1.55) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "1") (pintype "passive") (tstamp 0d630516-40d9-4eee-802c-770704a5cf1b)) (pad "2" smd rect locked (at -9 2.275) (size 0.3 1.55) (layers "F.Cu" "F.Paste" "F.Mask") @@ -9324,7 +11158,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d357b99) + (tstamp 00000000-0000-0000-0000-00005d357b99) (at 128.5 44 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -9337,30 +11171,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d2dcff0") (attr smd) (fp_text reference "R104" (at 2.9 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1a9384eb-6770-4963-995a-a0354cdfb557) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 51ca412f-f58e-4b87-93a0-50ac60273def) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a0a5ff14-5694-404f-bff0-399f464122c3) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 41b0c0c3-7b5c-483c-9a64-f3340f15b931)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 8e7d5a3c-783a-4be0-b3ec-ee9a51e5b193)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0a4e3250-16dc-4973-8d89-a91150802189)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 99c4ae01-9bfc-4173-892e-03269d6ef906)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp afab49a5-2725-499b-9fa2-1ccffcd7a7e0)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d65a158d-e516-4a27-94b4-7f82ed5500a7)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0421ff1d-4eea-4ac0-b7cf-a25e50a74e46)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9af4ad08-7691-448e-80f1-db7d16da5ff6)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c0d91101-c0eb-452f-9b82-0a9f9944037a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c1ae088c-8f90-4b5b-91b4-6096cfb92a14)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e7d5a3c-783a-4be0-b3ec-ee9a51e5b193)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41b0c0c3-7b5c-483c-9a64-f3340f15b931)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d65a158d-e516-4a27-94b4-7f82ed5500a7)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99c4ae01-9bfc-4173-892e-03269d6ef906)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp afab49a5-2725-499b-9fa2-1ccffcd7a7e0)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a4e3250-16dc-4973-8d89-a91150802189)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0d91101-c0eb-452f-9b82-0a9f9944037a)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0421ff1d-4eea-4ac0-b7cf-a25e50a74e46)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9af4ad08-7691-448e-80f1-db7d16da5ff6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1ae088c-8f90-4b5b-91b4-6096cfb92a14)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 287 "Net-(J10-Pad13)") (pintype "passive") (tstamp cf7759ba-2fda-4464-b1e9-0415c74b97fb)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 473d07a6-0ae0-4262-b927-a90ae475d20f)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9370,7 +11214,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d357bc9) + (tstamp 00000000-0000-0000-0000-00005d357bc9) (at 138.5 41.1 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -9383,30 +11227,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d2f70c7") (attr smd) (fp_text reference "R105" (at 0 -1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 70d38024-e8ed-45b6-8c95-88b0f93bfddd) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e6b18134-2de5-4452-8536-e19ef672dc68) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6b16f7d5-cfda-410d-8780-cc21bc932986) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 083f2f2a-c7e5-453b-aea1-bf71f0c192f9)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 164ad662-1c25-4885-8721-7c2b483da20f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 380360ed-5db0-4911-a104-b67316b9d130)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 40c3d08c-41dc-44c4-a896-728da13660c1)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4264fc0e-eb79-4a11-a4d4-7ac64a201ad5)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a432d659-0a38-4999-bdd8-82a7cc37fd8f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2364eb94-19e7-4dad-a5e4-df3147e7c406)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8fd89420-7262-49b6-abb7-ab5b14636397)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d32e3fc5-f50c-417b-ba60-64254cfdf054)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d4ab7321-392a-4b73-a924-720e97ba13ce)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 164ad662-1c25-4885-8721-7c2b483da20f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 083f2f2a-c7e5-453b-aea1-bf71f0c192f9)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4264fc0e-eb79-4a11-a4d4-7ac64a201ad5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40c3d08c-41dc-44c4-a896-728da13660c1)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a432d659-0a38-4999-bdd8-82a7cc37fd8f)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 380360ed-5db0-4911-a104-b67316b9d130)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8fd89420-7262-49b6-abb7-ab5b14636397)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2364eb94-19e7-4dad-a5e4-df3147e7c406)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4ab7321-392a-4b73-a924-720e97ba13ce)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d32e3fc5-f50c-417b-ba60-64254cfdf054)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 238 "Net-(J10-Pad25)") (pintype "passive") (tstamp bbe90c01-e786-4a94-aee3-d937813d3e3a)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 260c2020-1b08-43e0-b788-8f1a2fb548bb)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9416,7 +11270,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d357bf9) + (tstamp 00000000-0000-0000-0000-00005d357bf9) (at 145.8 41.1) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -9429,30 +11283,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d304133") (attr smd) (fp_text reference "R106" (at 0 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e77b32c3-5f13-43cb-9358-c3fbfe6be3a6) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp eefbf4da-f602-4555-949e-3c3b76a91903) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c3b37cfa-cc59-4e8e-a9c9-9bdc28e37bcd) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 0916b324-5d37-4d24-9d09-e9e97f226b4f)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 320f3fea-11f8-4e40-b1d5-f4fb99adf6f8)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0038aa11-6924-4b93-80b0-9c2809f6e0e2)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 13425e40-4d30-4360-8498-59e42ab7fa08)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3e8e61b5-12e0-4d3d-aa60-0ae8cf01801d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a1c5a155-4e49-464d-96fa-9f3752828159)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5758ba00-caf1-42d0-bc2b-15fa80c0e8e6)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6c97b545-31e7-4c7f-8a86-e874112a1201)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bf82a19a-cda2-458c-8120-9fb3d7f7a851)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ce57e071-1da1-4b87-b162-6912ee0ccdf8)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 320f3fea-11f8-4e40-b1d5-f4fb99adf6f8)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0916b324-5d37-4d24-9d09-e9e97f226b4f)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0038aa11-6924-4b93-80b0-9c2809f6e0e2)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1c5a155-4e49-464d-96fa-9f3752828159)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13425e40-4d30-4360-8498-59e42ab7fa08)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e8e61b5-12e0-4d3d-aa60-0ae8cf01801d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5758ba00-caf1-42d0-bc2b-15fa80c0e8e6)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf82a19a-cda2-458c-8120-9fb3d7f7a851)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c97b545-31e7-4c7f-8a86-e874112a1201)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce57e071-1da1-4b87-b162-6912ee0ccdf8)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 228 "Net-(J10-Pad37)") (pintype "passive") (tstamp 31a142aa-9c14-4d54-a6f4-c3ec485a33c5)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp a6fa12a8-2f74-4183-af28-862fecf135c8)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9462,7 +11326,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d357c29) + (tstamp 00000000-0000-0000-0000-00005d357c29) (at 138.75 54.5 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -9475,30 +11339,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006109426d") (attr smd) (fp_text reference "C58" (at 0.1 -1.25 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 309a272e-ae1c-4bb2-8f97-219482356318) ) (fp_text value "10nF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a6f0b98c-952f-4a49-a58b-f0d2175ae6fa) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ba7696d5-4dd4-4042-b910-1ed8def6af9f) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1a0c2726-8ed0-4ce3-9d32-5161c1dc403c)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 3a72c429-d9dd-4f64-afa9-e444862b6122)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1f286319-8547-4b52-a2c6-c41d027bb572)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5279baee-1dc2-46d6-8a88-69f73d1de583)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 99128deb-3669-42d3-ac9f-5d0d88cd5669)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f922182f-9f0b-4cad-9bb0-148a078b8542)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0684e343-b902-405e-b1e8-feaf762eb445)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1b9cc269-d8e1-4c19-9992-fd259c2a0687)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1e45359c-093a-437b-aeaf-055053a5568c)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4710ab28-e90c-4ea4-a31b-5117d5637594)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a0c2726-8ed0-4ce3-9d32-5161c1dc403c)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a72c429-d9dd-4f64-afa9-e444862b6122)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5279baee-1dc2-46d6-8a88-69f73d1de583)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f922182f-9f0b-4cad-9bb0-148a078b8542)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f286319-8547-4b52-a2c6-c41d027bb572)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99128deb-3669-42d3-ac9f-5d0d88cd5669)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0684e343-b902-405e-b1e8-feaf762eb445)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e45359c-093a-437b-aeaf-055053a5568c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b9cc269-d8e1-4c19-9992-fd259c2a0687)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4710ab28-e90c-4ea4-a31b-5117d5637594)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 380 "Net-(C124-Pad1)") (pintype "passive") (tstamp dc2b8522-ec08-4303-9daa-6691d6b30c8d)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 8f1b60fa-bbeb-40f3-b4ae-fced974a5620)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9508,7 +11382,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d357c59) + (tstamp 00000000-0000-0000-0000-00005d357c59) (at 134 54.5 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -9521,30 +11395,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000061094277") (attr smd) (fp_text reference "C59" (at 0 1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c5ce00b6-c2c6-478b-a630-771f37838be6) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 21cbcc87-ce70-42da-a480-9e2bc75c661b) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 76e60d95-43d7-444d-bb66-0ae3e12b6080) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 856ab7a0-36ef-4b4a-9167-6892568f63b6)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a5992ff8-80c3-4389-ae54-1fe236a3856d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1a810a55-74e8-489a-b888-30829419c8c7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a38bf01e-bb51-4965-b742-6af2ff9a7b42)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b1fdf661-5ea3-472a-943d-7bb851f0e198)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp bdeb0921-5bd0-4ab4-a088-3aa4dcbd7c51)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 10f6063d-41bc-454c-955f-31bdb5d109b2)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 13a308d8-54df-49fe-83f5-c3a085cb39ab)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3b60f4d4-a95b-4144-8718-5dfc758e67a9)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 919080e9-c905-4477-9200-92edf9cc930f)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5992ff8-80c3-4389-ae54-1fe236a3856d)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 856ab7a0-36ef-4b4a-9167-6892568f63b6)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1fdf661-5ea3-472a-943d-7bb851f0e198)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bdeb0921-5bd0-4ab4-a088-3aa4dcbd7c51)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a38bf01e-bb51-4965-b742-6af2ff9a7b42)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a810a55-74e8-489a-b888-30829419c8c7)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10f6063d-41bc-454c-955f-31bdb5d109b2)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 919080e9-c905-4477-9200-92edf9cc930f)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13a308d8-54df-49fe-83f5-c3a085cb39ab)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b60f4d4-a95b-4144-8718-5dfc758e67a9)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 380 "Net-(C124-Pad1)") (pintype "passive") (tstamp 2c1852bf-34c9-4585-b1a4-7f58b7cd4e20)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 4a591724-4e53-4aec-9081-fdf387990e0d)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9554,7 +11438,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d357c89) + (tstamp 00000000-0000-0000-0000-00005d357c89) (at 137 54.5 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -9567,30 +11451,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000061094281") (attr smd) (fp_text reference "C60" (at 0.1 1.1 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp dd26734f-2eff-49c7-b94e-927170c6a852) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f561ea26-cd99-4efe-b6c2-e709956e5ba4) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 382fe0b3-ff2e-48ec-88ac-3c6f5add5ebe) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp b9dfc33a-6da1-480e-ad7b-3ceececc5745)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp fdb256c6-1472-4c0a-a335-41d40135a6d3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 02211a7f-ffef-4d39-b3b1-79e88d7b973b)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 764cef05-33da-44b7-a712-1d6f14921150)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ab3745dd-2487-4464-8176-fa1a1aeacb76)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp bd0160c9-35b8-4bee-aa65-9344ba734ba7)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2cba8d66-6f5d-49d7-a605-c1d06f03882f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6fe745db-601f-4488-a3e4-459d5504ea2f)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b128fdc6-b5f4-4c99-b0ab-a39061a3b096)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b452e66d-2ef7-4a93-9b04-7bbc89273442)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9dfc33a-6da1-480e-ad7b-3ceececc5745)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fdb256c6-1472-4c0a-a335-41d40135a6d3)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd0160c9-35b8-4bee-aa65-9344ba734ba7)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab3745dd-2487-4464-8176-fa1a1aeacb76)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 764cef05-33da-44b7-a712-1d6f14921150)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02211a7f-ffef-4d39-b3b1-79e88d7b973b)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b452e66d-2ef7-4a93-9b04-7bbc89273442)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fe745db-601f-4488-a3e4-459d5504ea2f)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2cba8d66-6f5d-49d7-a605-c1d06f03882f)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b128fdc6-b5f4-4c99-b0ab-a39061a3b096)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 380 "Net-(C124-Pad1)") (pintype "passive") (tstamp 36ee3623-3ab0-4714-a93d-a2fd8269c59c)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp b6173306-4f27-402d-bba2-1f6902d8e1e4)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9600,7 +11494,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d357cb9) + (tstamp 00000000-0000-0000-0000-00005d357cb9) (at 148.5 54.25 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -9613,30 +11507,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006109428b") (attr smd) (fp_text reference "C61" (at -0.05 1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cec86409-9433-4acf-a08f-909518fb0627) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3b220e01-8dde-4b2c-9d73-9ea06118b7c4) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fd4c01dd-d0f4-4db2-9612-34ff51ac9f69) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3ad45139-8588-4ed5-a89a-4bb5a3ffc92e)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9af2af5b-456d-42d4-87df-607f72aaebcf)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 11914464-4e9d-4373-b439-2313e6313948)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 794dbcee-6253-4616-9acb-2d074706f3ed)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp add4929e-7c3d-4669-8429-2de21e608a6e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b47c3156-1fb7-4e08-b60a-cd019fcaf180)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 37948012-c377-4942-a1b7-f431d72551d0)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 671e8d6c-b820-4546-93e0-8ba899a2f1fb)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9be8c71e-97ef-4115-9b49-bb4e4cfc2100)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp be1f8e95-c995-4930-b8aa-3da18320d57d)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ad45139-8588-4ed5-a89a-4bb5a3ffc92e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9af2af5b-456d-42d4-87df-607f72aaebcf)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b47c3156-1fb7-4e08-b60a-cd019fcaf180)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp add4929e-7c3d-4669-8429-2de21e608a6e)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11914464-4e9d-4373-b439-2313e6313948)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 794dbcee-6253-4616-9acb-2d074706f3ed)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be1f8e95-c995-4930-b8aa-3da18320d57d)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37948012-c377-4942-a1b7-f431d72551d0)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 671e8d6c-b820-4546-93e0-8ba899a2f1fb)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9be8c71e-97ef-4115-9b49-bb4e4cfc2100)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 380 "Net-(C124-Pad1)") (pintype "passive") (tstamp 59232820-df15-4a7b-bc10-9f09a69540f0)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 8e512060-8090-414a-b542-f614f25a5dcf)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9646,7 +11550,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d357ce9) + (tstamp 00000000-0000-0000-0000-00005d357ce9) (at 130.25 44 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -9659,30 +11563,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d2dbe2e") (attr smd) (fp_text reference "R107" (at 2.9 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 824c1275-6a20-48d3-94a4-3cc0ad1eb6e1) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 0fb4f9a3-cfa7-442a-8918-1787556d667a) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e0879a5d-1bc9-4732-90f1-d27e0fb63363) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4c19c878-e39e-432f-bd58-9d9458623125)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 8ef6323c-37d6-48a7-a1f6-56b221d184c6)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1bdd5ae4-fd1a-4184-afbc-e1807c78f346)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 229d8e5c-6dce-49d5-80d2-c358f950ccfb)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 68530af5-e83b-4e19-a2e0-4a4e2204b7e4)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c7a09db5-af57-4cab-8b83-0a9e1041f1df)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5ff68d48-458f-470e-bb3b-b28034c50d23)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a1356274-cb6b-4e5c-a093-edc91311ebe9)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e5d8c27f-eb85-4913-908d-6e6eff469170)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f4c2530d-984c-4206-8b32-83671bb24c23)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ef6323c-37d6-48a7-a1f6-56b221d184c6)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c19c878-e39e-432f-bd58-9d9458623125)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7a09db5-af57-4cab-8b83-0a9e1041f1df)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68530af5-e83b-4e19-a2e0-4a4e2204b7e4)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1bdd5ae4-fd1a-4184-afbc-e1807c78f346)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 229d8e5c-6dce-49d5-80d2-c358f950ccfb)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1356274-cb6b-4e5c-a093-edc91311ebe9)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ff68d48-458f-470e-bb3b-b28034c50d23)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5d8c27f-eb85-4913-908d-6e6eff469170)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4c2530d-984c-4206-8b32-83671bb24c23)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 243 "Net-(J10-Pad11)") (pintype "passive") (tstamp d002ad07-896c-4386-9c77-598649c9753d)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 4d4def07-fc1b-4d61-8719-b626d9e64197)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9692,7 +11606,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d357d19) + (tstamp 00000000-0000-0000-0000-00005d357d19) (at 129.25 41.1 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -9705,30 +11619,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d2f70bd") (attr smd) (fp_text reference "R108" (at 2.85 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 024f4e5c-b467-4d0e-8587-baba3a718784) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4b3d7a68-febd-474a-9fa2-749fc9843160) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5e32775b-22ef-4ef8-8aa7-09d2ca5b38c2) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 910229d8-9afb-49a4-83d0-8209cebfbee4)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp af1bdcda-ef52-41e2-a9ef-ef278ddcf550)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2e569b8c-1454-4429-b458-c251b7e68134)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7631b49a-c44d-42b8-914f-d4ac84f83877)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a20d7e7b-bf7c-46f8-93ab-9abb2f31c2f5)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp adbe85a5-a478-486f-a8ef-bdef4ca1c924)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1590e48d-4625-4379-8dde-6ec7f24cce26)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2e6382ea-b4f7-4fee-af4e-889a88b91d00)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 77829c40-6fbc-473a-b32b-e6e741b50a70)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8ac8bf58-80ec-4446-a2c4-5f64dcebb3e4)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af1bdcda-ef52-41e2-a9ef-ef278ddcf550)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 910229d8-9afb-49a4-83d0-8209cebfbee4)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp adbe85a5-a478-486f-a8ef-bdef4ca1c924)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7631b49a-c44d-42b8-914f-d4ac84f83877)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e569b8c-1454-4429-b458-c251b7e68134)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a20d7e7b-bf7c-46f8-93ab-9abb2f31c2f5)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1590e48d-4625-4379-8dde-6ec7f24cce26)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ac8bf58-80ec-4446-a2c4-5f64dcebb3e4)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e6382ea-b4f7-4fee-af4e-889a88b91d00)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77829c40-6fbc-473a-b32b-e6e741b50a70)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 240 "Net-(J10-Pad23)") (pintype "passive") (tstamp 19792eb2-ec2c-451b-9035-46ea6a1362b7)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp c4c23e4f-8a2e-4b5c-9a9d-9e54086b62a3)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9738,7 +11662,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d357d49) + (tstamp 00000000-0000-0000-0000-00005d357d49) (at 142 41.1) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -9751,30 +11675,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d304129") (attr smd) (fp_text reference "R109" (at 0 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7b46280f-5e20-4484-b2ab-688b2c3fe245) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9d4a8919-bdd5-49e6-9e44-5cba227276f4) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6675f953-a9be-408e-b94d-bbf27acab381) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 76ffafbb-0c29-4c53-b182-632ebcbb1e55)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp ea76656c-3d3b-456d-ac3e-c2680e1ed665)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1bcf4558-044a-44d6-8eb8-0f0babde424d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6c7d2124-2161-43bb-8b40-ca040d370dab)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a8a7f22c-c82a-4e8a-a5f1-ae11b530887b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp bdeeb213-8414-4654-be7a-a0d809d67bea)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5e2d125f-3156-4b2a-9658-644f4011c176)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9b4b2b08-4b2b-4ee5-8fa4-a064159de207)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ec53e965-32e6-4b61-85bc-961cbc06da1c)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ff6c028d-4b00-4192-ab02-445e530a36e0)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76ffafbb-0c29-4c53-b182-632ebcbb1e55)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea76656c-3d3b-456d-ac3e-c2680e1ed665)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c7d2124-2161-43bb-8b40-ca040d370dab)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bdeeb213-8414-4654-be7a-a0d809d67bea)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1bcf4558-044a-44d6-8eb8-0f0babde424d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8a7f22c-c82a-4e8a-a5f1-ae11b530887b)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff6c028d-4b00-4192-ab02-445e530a36e0)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec53e965-32e6-4b61-85bc-961cbc06da1c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b4b2b08-4b2b-4ee5-8fa4-a064159de207)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e2d125f-3156-4b2a-9658-644f4011c176)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 230 "Net-(J10-Pad35)") (pintype "passive") (tstamp 35adb2da-2736-4d83-bee3-c5eff10cc88f)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 491700f1-82b4-4017-8cec-87fbe798631e)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9784,7 +11718,7 @@ ) (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d357d7c) + (tstamp 00000000-0000-0000-0000-00005d357d7c) (at 151.75 57) (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "inductor") @@ -9797,30 +11731,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005db754ed") (attr smd) (fp_text reference "FB4" (at 0.05 1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fb555ad7-8e83-4b0a-b843-96ceece464f1) ) (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c4ae2a4b-b851-4c0c-91d0-801af071249c) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 93966de6-f9df-42ff-b82e-6c132e29aac5) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 65e233b3-adc2-41da-a9cf-9845f596d3ce)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 8be6d0ee-5f9c-4032-9b08-ebe70c2a6569)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 10b07dc8-c984-43b2-89f6-2a86425a162e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 29b786f4-f2a4-404d-96a5-e89edac2b107)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4be68b3b-07d8-4aa9-aec9-c3ac7cc57494)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9496bad3-e7be-47b5-b8ef-6f071773ec3e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 17535a06-007f-4940-8a2f-73036464cc19)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3ceda274-ea7c-48f8-8210-6e01391514a9)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 56113900-9e97-4a03-9bdf-5dda1b9d3ee2)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 760e4d7a-796a-43a4-a3f2-b3472db512bc)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65e233b3-adc2-41da-a9cf-9845f596d3ce)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8be6d0ee-5f9c-4032-9b08-ebe70c2a6569)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4be68b3b-07d8-4aa9-aec9-c3ac7cc57494)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29b786f4-f2a4-404d-96a5-e89edac2b107)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10b07dc8-c984-43b2-89f6-2a86425a162e)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9496bad3-e7be-47b5-b8ef-6f071773ec3e)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 760e4d7a-796a-43a4-a3f2-b3472db512bc)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56113900-9e97-4a03-9bdf-5dda1b9d3ee2)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17535a06-007f-4940-8a2f-73036464cc19)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ceda274-ea7c-48f8-8210-6e01391514a9)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp 36256225-ee11-4a2d-8e4b-508961f405b5)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 380 "Net-(C124-Pad1)") (pintype "passive") (tstamp e06f7a38-872c-44ba-8bca-c1606bb074e8)) (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -9830,7 +11774,7 @@ ) (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "F.Cu") - (tedit 5A0F774F) (tstamp 00000000-0000-0000-0000-00005d35b5db) + (tstamp 00000000-0000-0000-0000-00005d35b5db) (at 147.75 92) (descr "SMD pad as test Point, diameter 1.0mm") (tags "test point SMD pad") @@ -9842,25 +11786,27 @@ (path "/00000000-0000-0000-0000-00005d40c483") (attr exclude_from_pos_files) (fp_text reference "TP10" (at 0 -1.448) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp db67891d-d15e-43a9-915a-64bd4f909fb4) ) (fp_text value "T_M4_NMI" (at 0 1.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9f2b7be4-cca5-4c3f-aa88-e82a1414bf76) ) (fp_text user "${REFERENCE}" (at 0 -1.45) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1fe5040d-c1ba-4ff3-87c6-f6068fbf43e7) ) - (fp_circle (center 0 0) (end 0 0.7) (layer "F.SilkS") (width 0.12) (fill none) (tstamp da3a87a1-504a-4b30-b720-dc7f66b88cfe)) - (fp_circle (center 0 0) (end 1 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 609abf05-dc51-4616-84b3-2579b24507e8)) - (pad "1" smd circle locked (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") + (fp_circle (center 0 0) (end 0 0.7) + (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp da3a87a1-504a-4b30-b720-dc7f66b88cfe)) + (fp_circle (center 0 0) (end 1 0) + (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 609abf05-dc51-4616-84b3-2579b24507e8)) + (pad "1" smd circle (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") (net 427 "Net-(TP10-Pad1)") (pinfunction "1") (pintype "passive") (tstamp c2dd633b-f9d0-4694-bb10-8952194be95b)) ) (footprint "Diode_SMD:D_SMA" (layer "F.Cu") - (tedit 586432E5) (tstamp 00000000-0000-0000-0000-00005d35db45) + (tstamp 00000000-0000-0000-0000-00005d35db45) (at 250.6 42.5) (descr "Diode SMA (DO-214AC)") (tags "Diode SMA (DO-214AC)") @@ -9873,37 +11819,54 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5fd6") (attr smd) (fp_text reference "D21" (at 4.1 -0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b4d9cf32-255a-4582-ba67-498f646dd70a) ) (fp_text value "SK54A-LTP" (at 0 2.6) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 1c341b13-c0dc-4735-9205-89e2afd1e687) ) (fp_text user "${REFERENCE}" (at 0 -2.5) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f40baacf-690b-4859-bdc4-30d993111fc3) ) - (fp_line (start -3.4 -1.65) (end -3.4 1.65) (layer "F.SilkS") (width 0.12) (tstamp 32244993-7d7f-47f8-b4b5-461fada3464f)) - (fp_line (start -3.4 1.65) (end 2 1.65) (layer "F.SilkS") (width 0.12) (tstamp 39367e7f-44df-4f54-b6ff-87f777fdd2ed)) - (fp_line (start -3.4 -1.65) (end 2 -1.65) (layer "F.SilkS") (width 0.12) (tstamp 5dd74953-522f-4bd8-b145-3e9a001ca8cf)) - (fp_line (start 3.5 1.75) (end -3.5 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 196a2261-a6df-4d2b-84ef-9d48d4cadf94)) - (fp_line (start 3.5 -1.75) (end 3.5 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 7d7cd591-ef74-40e5-a4fe-b5f5e5f4e271)) - (fp_line (start -3.5 1.75) (end -3.5 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 8d81b44c-64b0-4c67-83d2-e3e546be6071)) - (fp_line (start -3.5 -1.75) (end 3.5 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 8ec7016b-84a8-45d0-8704-a68df005dd03)) - (fp_line (start 2.3 1.5) (end -2.3 1.5) (layer "F.Fab") (width 0.1) (tstamp 17d146f0-133e-4f36-8758-47b389279594)) - (fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) (layer "F.Fab") (width 0.1) (tstamp 2fb88363-2d73-410b-98f9-aae13a2f1049)) - (fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) (layer "F.Fab") (width 0.1) (tstamp 68632446-3158-44fe-bd42-cf5a26ea6afe)) - (fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) (layer "F.Fab") (width 0.1) (tstamp 6e9e7c65-353f-4508-8091-ef81e6a8b25a)) - (fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) (layer "F.Fab") (width 0.1) (tstamp 8641a2ea-db95-4701-b5e4-8dcc1a704fce)) - (fp_line (start -2.3 1.5) (end -2.3 -1.5) (layer "F.Fab") (width 0.1) (tstamp c196f59c-d7e3-4cd9-90ab-a70ada17bbd7)) - (fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) (layer "F.Fab") (width 0.1) (tstamp c288ae29-028c-4f3a-95d8-0059de04acf2)) - (fp_line (start 2.3 -1.5) (end -2.3 -1.5) (layer "F.Fab") (width 0.1) (tstamp c593d498-af46-4839-b0d4-d4d94e84331a)) - (fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) (layer "F.Fab") (width 0.1) (tstamp dd817f35-bcf5-4408-bda7-6b454fb1eba6)) - (fp_line (start 2.3 -1.5) (end 2.3 1.5) (layer "F.Fab") (width 0.1) (tstamp e8c83d87-834f-409e-bfbb-5f7ed93cf388)) - (pad "1" smd rect locked (at -2 0) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -3.4 -1.65) (end -3.4 1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32244993-7d7f-47f8-b4b5-461fada3464f)) + (fp_line (start -3.4 -1.65) (end 2 -1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5dd74953-522f-4bd8-b145-3e9a001ca8cf)) + (fp_line (start -3.4 1.65) (end 2 1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39367e7f-44df-4f54-b6ff-87f777fdd2ed)) + (fp_line (start -3.5 -1.75) (end 3.5 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ec7016b-84a8-45d0-8704-a68df005dd03)) + (fp_line (start -3.5 1.75) (end -3.5 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d81b44c-64b0-4c67-83d2-e3e546be6071)) + (fp_line (start 3.5 -1.75) (end 3.5 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d7cd591-ef74-40e5-a4fe-b5f5e5f4e271)) + (fp_line (start 3.5 1.75) (end -3.5 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 196a2261-a6df-4d2b-84ef-9d48d4cadf94)) + (fp_line (start -2.3 1.5) (end -2.3 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c196f59c-d7e3-4cd9-90ab-a70ada17bbd7)) + (fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c288ae29-028c-4f3a-95d8-0059de04acf2)) + (fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e9e7c65-353f-4508-8091-ef81e6a8b25a)) + (fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2fb88363-2d73-410b-98f9-aae13a2f1049)) + (fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd817f35-bcf5-4408-bda7-6b454fb1eba6)) + (fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68632446-3158-44fe-bd42-cf5a26ea6afe)) + (fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8641a2ea-db95-4701-b5e4-8dcc1a704fce)) + (fp_line (start 2.3 -1.5) (end -2.3 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c593d498-af46-4839-b0d4-d4d94e84331a)) + (fp_line (start 2.3 -1.5) (end 2.3 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8c83d87-834f-409e-bfbb-5f7ed93cf388)) + (fp_line (start 2.3 1.5) (end -2.3 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17d146f0-133e-4f36-8758-47b389279594)) + (pad "1" smd rect (at -2 0) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 278 "Net-(C128-Pad1)") (pinfunction "K") (pintype "passive") (tstamp e445beaf-81d0-446c-b01c-59c9cc97a120)) - (pad "2" smd rect locked (at 2 0) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 2 0) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "A") (pintype "passive") (tstamp 476b7f99-b55e-45cf-87f2-601db2d27c01)) (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SMA.wrl" (offset (xyz 0 0 0)) @@ -9913,7 +11876,7 @@ ) (footprint "Connector_PinHeader_2.00mm:PinHeader_2x15_P2.00mm_Vertical" (layer "F.Cu") - (tedit 59FED667) (tstamp 00000000-0000-0000-0000-00005d371b3e) + (tstamp 00000000-0000-0000-0000-00005d371b3e) (at 92.5 42 -90) (descr "Through hole straight pin header, 2x15, 2.00mm pitch, double rows") (tags "Through hole pin header THT 2x15 2.00mm double row") @@ -9926,93 +11889,110 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005d455f41") (attr through_hole) (fp_text reference "J24" (at -0.1 29.9 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 93203057-3d8d-4d88-ba17-a19f358bf6ae) ) (fp_text value "EDP_HEADER" (at 1 30.06 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 8856b48b-5e86-4eb6-b1ec-b1db9a3f6794) ) (fp_text user "${REFERENCE}" (at 1 14) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ac48a6fc-4b1d-49dd-81e2-df964f8950b3) ) - (fp_line (start -1.06 1) (end -1.06 29.06) (layer "F.SilkS") (width 0.12) (tstamp 0330ae62-bc6d-43dc-ab12-46c6bde41e90)) - (fp_line (start 3.06 -1.06) (end 3.06 29.06) (layer "F.SilkS") (width 0.12) (tstamp 076f6d69-fdb9-4d6a-9042-f39e5d7c75d7)) - (fp_line (start -1.06 29.06) (end 3.06 29.06) (layer "F.SilkS") (width 0.12) (tstamp 2c3f8477-b7fb-48ca-a83f-6e2e50f50725)) - (fp_line (start -1.06 0) (end -1.06 -1.06) (layer "F.SilkS") (width 0.12) (tstamp 4f8a954c-9011-45a8-af23-c7467adc2174)) - (fp_line (start -1.06 1) (end 1 1) (layer "F.SilkS") (width 0.12) (tstamp 5cd3042d-d1e2-4483-9f52-3a871bb8588d)) - (fp_line (start 1 1) (end 1 -1.06) (layer "F.SilkS") (width 0.12) (tstamp 99ec1d89-6ec8-40aa-b17d-007caf4c9c4b)) - (fp_line (start 1 -1.06) (end 3.06 -1.06) (layer "F.SilkS") (width 0.12) (tstamp d1af5a65-79c2-498d-8061-4ff0cbfbde36)) - (fp_line (start -1.06 -1.06) (end 0 -1.06) (layer "F.SilkS") (width 0.12) (tstamp e637016c-d631-4047-a7b9-69f545234ac1)) - (fp_line (start 3.5 -1.5) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 19ad8e63-c723-4159-804c-517655bcebc5)) - (fp_line (start -1.5 -1.5) (end -1.5 29.5) (layer "F.CrtYd") (width 0.05) (tstamp 5a41dcf6-e011-4ea4-82d4-82ab35626dbc)) - (fp_line (start -1.5 29.5) (end 3.5 29.5) (layer "F.CrtYd") (width 0.05) (tstamp c880bfe3-67cd-4821-a876-b58e7deb8faf)) - (fp_line (start 3.5 29.5) (end 3.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp dc6dd305-9984-44a3-8f92-b54767fde869)) - (fp_line (start 0 -1) (end 3 -1) (layer "F.Fab") (width 0.1) (tstamp 84441583-b9ed-4baf-b2e9-aa1e1c72f7cb)) - (fp_line (start -1 29) (end -1 0) (layer "F.Fab") (width 0.1) (tstamp 91efae06-eb9b-42dd-ba62-8eb596bc6637)) - (fp_line (start -1 0) (end 0 -1) (layer "F.Fab") (width 0.1) (tstamp 958543af-c39c-4975-aa57-5cd6df8b2d50)) - (fp_line (start 3 29) (end -1 29) (layer "F.Fab") (width 0.1) (tstamp 9be577da-477a-498a-a788-68b3981b29d7)) - (fp_line (start 3 -1) (end 3 29) (layer "F.Fab") (width 0.1) (tstamp f4107cd7-ff75-4139-9804-37896e00157b)) - (pad "1" thru_hole rect locked (at 0 0 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (fp_line (start -1.06 -1.06) (end 0 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e637016c-d631-4047-a7b9-69f545234ac1)) + (fp_line (start -1.06 0) (end -1.06 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f8a954c-9011-45a8-af23-c7467adc2174)) + (fp_line (start -1.06 1) (end -1.06 29.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0330ae62-bc6d-43dc-ab12-46c6bde41e90)) + (fp_line (start -1.06 1) (end 1 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cd3042d-d1e2-4483-9f52-3a871bb8588d)) + (fp_line (start -1.06 29.06) (end 3.06 29.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c3f8477-b7fb-48ca-a83f-6e2e50f50725)) + (fp_line (start 1 -1.06) (end 3.06 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1af5a65-79c2-498d-8061-4ff0cbfbde36)) + (fp_line (start 1 1) (end 1 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99ec1d89-6ec8-40aa-b17d-007caf4c9c4b)) + (fp_line (start 3.06 -1.06) (end 3.06 29.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 076f6d69-fdb9-4d6a-9042-f39e5d7c75d7)) + (fp_line (start -1.5 -1.5) (end -1.5 29.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a41dcf6-e011-4ea4-82d4-82ab35626dbc)) + (fp_line (start -1.5 29.5) (end 3.5 29.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c880bfe3-67cd-4821-a876-b58e7deb8faf)) + (fp_line (start 3.5 -1.5) (end -1.5 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 19ad8e63-c723-4159-804c-517655bcebc5)) + (fp_line (start 3.5 29.5) (end 3.5 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc6dd305-9984-44a3-8f92-b54767fde869)) + (fp_line (start -1 0) (end 0 -1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 958543af-c39c-4975-aa57-5cd6df8b2d50)) + (fp_line (start -1 29) (end -1 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91efae06-eb9b-42dd-ba62-8eb596bc6637)) + (fp_line (start 0 -1) (end 3 -1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84441583-b9ed-4baf-b2e9-aa1e1c72f7cb)) + (fp_line (start 3 -1) (end 3 29) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4107cd7-ff75-4139-9804-37896e00157b)) + (fp_line (start 3 29) (end -1 29) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9be577da-477a-498a-a788-68b3981b29d7)) + (pad "1" thru_hole rect (at 0 0 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 242 "unconnected-(J24-Pad1)") (pinfunction "Pin_1") (pintype "passive+no_connect") (tstamp b55cc4b9-c31e-4bcc-bf19-974574169f33)) - (pad "2" thru_hole oval locked (at 2 0 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "2" thru_hole oval (at 2 0 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_2") (pintype "passive") (tstamp e12e9e4a-b666-4faa-b36e-8cf239ce520a)) - (pad "3" thru_hole oval locked (at 0 2 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "3" thru_hole oval (at 0 2 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 35 "EDP_TX1_DN") (pinfunction "Pin_3") (pintype "passive") (tstamp df1fb28a-f42a-4e33-b32c-9b40d2091502)) - (pad "4" thru_hole oval locked (at 2 2 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "4" thru_hole oval (at 2 2 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 36 "EDP_TX1_DP") (pinfunction "Pin_4") (pintype "passive") (tstamp c09595e0-c71c-4361-86fe-a407a0fda6eb)) - (pad "5" thru_hole oval locked (at 0 4 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "5" thru_hole oval (at 0 4 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_5") (pintype "passive") (tstamp a3153938-f4ab-4f85-b2dc-8e90525360c6)) - (pad "6" thru_hole oval locked (at 2 4 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "6" thru_hole oval (at 2 4 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 33 "EDP_TX0_DN") (pinfunction "Pin_6") (pintype "passive") (tstamp 28810788-cb1e-4b78-8ddd-c0f649c963bb)) - (pad "7" thru_hole oval locked (at 0 6 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "7" thru_hole oval (at 0 6 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 34 "EDP_TX0_DP") (pinfunction "Pin_7") (pintype "passive") (tstamp 6c61e015-056b-4b55-870b-e0b54fdea3de)) - (pad "8" thru_hole oval locked (at 2 6 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "8" thru_hole oval (at 2 6 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp d2314e4c-be0e-4330-a978-dee35b2bdfc5)) - (pad "9" thru_hole oval locked (at 0 8 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "9" thru_hole oval (at 0 8 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 32 "EDP_AUX_DP") (pinfunction "Pin_9") (pintype "passive") (tstamp 5b4524bc-0e8a-4627-999b-683ffc12bc6c)) - (pad "10" thru_hole oval locked (at 2 8 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "10" thru_hole oval (at 2 8 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 31 "EDP_AUX_DN") (pinfunction "Pin_10") (pintype "passive") (tstamp 6e109ee3-9685-4c40-8d96-1ac446eb16ee)) - (pad "11" thru_hole oval locked (at 0 10 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "11" thru_hole oval (at 0 10 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_11") (pintype "passive") (tstamp 70abd8b7-5a2f-4f2a-b4a5-9a6697b8f1da)) - (pad "12" thru_hole oval locked (at 2 10 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "12" thru_hole oval (at 2 10 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 562 "/Reform 2 Display/EDP_LCD_VCC") (pinfunction "Pin_12") (pintype "passive") (tstamp b4d4c79e-ac5b-4406-8c9d-4b2a070871e6)) - (pad "13" thru_hole oval locked (at 0 12 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "13" thru_hole oval (at 0 12 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 562 "/Reform 2 Display/EDP_LCD_VCC") (pinfunction "Pin_13") (pintype "passive") (tstamp ae29074d-238d-4ae3-900c-4a06309e9c4c)) - (pad "14" thru_hole oval locked (at 2 12 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "14" thru_hole oval (at 2 12 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 30 "/Reform 2 Display/EDP_LCD_TEST") (pinfunction "Pin_14") (pintype "passive+no_connect") (tstamp 88340bf1-f6ee-4c27-ac5a-cc8374e541c8)) - (pad "15" thru_hole oval locked (at 0 14 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "15" thru_hole oval (at 0 14 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 241 "unconnected-(J24-Pad15)") (pinfunction "Pin_15") (pintype "passive+no_connect") (tstamp 0c9c4273-8ba9-41ab-944c-71f00a5a24c7)) - (pad "16" thru_hole oval locked (at 2 14 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "16" thru_hole oval (at 2 14 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 239 "unconnected-(J24-Pad16)") (pinfunction "Pin_16") (pintype "passive+no_connect") (tstamp a9d02b12-cb7f-495a-9f1e-ac7f20051049)) - (pad "17" thru_hole oval locked (at 0 16 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "17" thru_hole oval (at 0 16 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 29 "/Reform 2 Display/EDP_HPD") (pinfunction "Pin_17") (pintype "passive") (tstamp c5018871-efd2-4754-836f-897c3cbec6a5)) - (pad "18" thru_hole oval locked (at 2 16 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "18" thru_hole oval (at 2 16 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_18") (pintype "passive") (tstamp aaba24c7-89f7-4b6d-b040-241e6c698414)) - (pad "19" thru_hole oval locked (at 0 18 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "19" thru_hole oval (at 0 18 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_19") (pintype "passive") (tstamp 9c3298c1-e413-471d-9864-50f998fa202e)) - (pad "20" thru_hole oval locked (at 2 18 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "20" thru_hole oval (at 2 18 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_20") (pintype "passive") (tstamp 18aec706-33ca-470d-b68d-511f1366870d)) - (pad "21" thru_hole oval locked (at 0 20 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "21" thru_hole oval (at 0 20 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_21") (pintype "passive") (tstamp c971c9cf-83f1-4299-9e4c-9e2a5a70f5cd)) - (pad "22" thru_hole oval locked (at 2 20 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "22" thru_hole oval (at 2 20 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 301 "BACKLIGHT_EN") (pinfunction "Pin_22") (pintype "passive") (tstamp e50e739f-4a75-4f41-b04b-e279dbff422b)) - (pad "23" thru_hole oval locked (at 0 22 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "23" thru_hole oval (at 0 22 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 300 "BACKLIGHT_PWM") (pinfunction "Pin_23") (pintype "passive") (tstamp a1a3a4c2-cb5d-49a7-b2bf-01ade3034795)) - (pad "24" thru_hole oval locked (at 2 22 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "24" thru_hole oval (at 2 22 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 237 "unconnected-(J24-Pad24)") (pinfunction "Pin_24") (pintype "passive+no_connect") (tstamp 3da926e3-c9f7-4e03-853e-ce597448363a)) - (pad "25" thru_hole oval locked (at 0 24 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "25" thru_hole oval (at 0 24 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 236 "unconnected-(J24-Pad25)") (pinfunction "Pin_25") (pintype "passive+no_connect") (tstamp 0638f55e-8907-48b1-bf76-473f531c86b7)) - (pad "26" thru_hole oval locked (at 2 24 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "26" thru_hole oval (at 2 24 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 561 "/Reform 2 Display/EDP_BL_VCC") (pinfunction "Pin_26") (pintype "passive") (tstamp 70545fc8-8161-478a-9a64-6994bc5534b7)) - (pad "27" thru_hole oval locked (at 0 26 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "27" thru_hole oval (at 0 26 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 561 "/Reform 2 Display/EDP_BL_VCC") (pinfunction "Pin_27") (pintype "passive") (tstamp 5974b305-c3db-4673-bbb1-ac7f9040951b)) - (pad "28" thru_hole oval locked (at 2 26 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "28" thru_hole oval (at 2 26 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 561 "/Reform 2 Display/EDP_BL_VCC") (pinfunction "Pin_28") (pintype "passive") (tstamp 03bd2723-e0ae-49b1-b842-9bcc85d06d0e)) - (pad "29" thru_hole oval locked (at 0 28 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "29" thru_hole oval (at 0 28 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 561 "/Reform 2 Display/EDP_BL_VCC") (pinfunction "Pin_29") (pintype "passive") (tstamp ca70190f-cd0e-4ad2-841a-520db14e14ee)) - (pad "30" thru_hole oval locked (at 2 28 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "30" thru_hole oval (at 2 28 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 235 "unconnected-(J24-Pad30)") (pinfunction "Pin_30") (pintype "passive+no_connect") (tstamp 0cd96f31-c901-44af-9694-78dad735b2dd)) (model "${KISYS3DMOD}/Connector_PinHeader_2.00mm.3dshapes/PinHeader_2x15_P2.00mm_Vertical.wrl" (offset (xyz 0 0 0)) @@ -10022,7 +12002,7 @@ ) (footprint "Package_QFP:HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm" (layer "F.Cu") - (tedit 5A65E3DB) (tstamp 00000000-0000-0000-0000-00005d37a68c) + (tstamp 00000000-0000-0000-0000-00005d37a68c) (at 85.75 73.75 90) (descr "64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [HTQFP] thermal pad") (tags "HTQFP-64 Pitch 0.5 ") @@ -10035,168 +12015,186 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005d1d2542") (attr smd) (fp_text reference "U10" (at -6.05 -5.6 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 32605ca4-8aa5-4b98-9229-4fd86ee74841) ) (fp_text value "SN65DSI86IPAPQ1" (at 0 7.45 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a40228c0-fe32-4bfa-a903-b031f241c9f9) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d520df13-3beb-4f42-93d1-041bee51cfca) ) - (fp_line (start -5.175 -5.175) (end -4.125 -5.175) (layer "F.SilkS") (width 0.12) (tstamp 159446f4-090e-4d43-9141-ad6afabe290d)) - (fp_line (start 5.175 -5.175) (end 4.125 -5.175) (layer "F.SilkS") (width 0.12) (tstamp 24963f86-e885-451d-bed0-c9032fdf573e)) - (fp_line (start -5.175 -5.175) (end -5.175 -4.225) (layer "F.SilkS") (width 0.12) (tstamp 40838983-3fbd-4c23-bc3e-8ce012b12b1d)) - (fp_line (start -5.175 -4.225) (end -6.45 -4.225) (layer "F.SilkS") (width 0.12) (tstamp 57f520bf-2716-4879-abe3-7d335401cdbc)) - (fp_line (start -5.175 5.175) (end -5.175 4.125) (layer "F.SilkS") (width 0.12) (tstamp 61b2e4b3-0ca2-4426-8a53-9fd5a97a6e4d)) - (fp_line (start -5.175 5.175) (end -4.125 5.175) (layer "F.SilkS") (width 0.12) (tstamp 855c1000-2b30-4c5d-8d57-8a04483f2563)) - (fp_line (start 5.175 5.175) (end 5.175 4.125) (layer "F.SilkS") (width 0.12) (tstamp 94dc8586-67aa-40cd-abc5-6a8ba2829df7)) - (fp_line (start 5.175 5.175) (end 4.125 5.175) (layer "F.SilkS") (width 0.12) (tstamp cb85ebfd-c885-44b6-9e36-6ba83a2cf29e)) - (fp_line (start 5.175 -5.175) (end 5.175 -4.125) (layer "F.SilkS") (width 0.12) (tstamp e38facd8-0684-440e-8e64-f5807f8d090e)) - (fp_line (start -6.7 6.7) (end 6.7 6.7) (layer "F.CrtYd") (width 0.05) (tstamp 116c90dd-5117-4651-b261-0c8cf8abe945)) - (fp_line (start -6.7 -6.7) (end -6.7 6.7) (layer "F.CrtYd") (width 0.05) (tstamp 6ae7b983-6c25-4467-865f-11d3021d1452)) - (fp_line (start -6.7 -6.7) (end 6.7 -6.7) (layer "F.CrtYd") (width 0.05) (tstamp 7bfabb74-1150-4157-96bd-e7a0b1c80880)) - (fp_line (start 6.7 -6.7) (end 6.7 6.7) (layer "F.CrtYd") (width 0.05) (tstamp f997d1b9-c10c-4f51-b0fb-1008b168b484)) - (fp_line (start -5 5) (end -5 -4) (layer "F.Fab") (width 0.1) (tstamp 32a7a95e-3383-47f4-93fe-06ff1d2117d6)) - (fp_line (start 5 5) (end -5 5) (layer "F.Fab") (width 0.1) (tstamp 3a0f4a8a-3e1c-4b71-94b1-573fa99a8b52)) - (fp_line (start -5 -4) (end -4 -5) (layer "F.Fab") (width 0.1) (tstamp 3f58ac93-4c0a-4608-a919-7cce0b5c1c27)) - (fp_line (start 5 -5) (end 5 5) (layer "F.Fab") (width 0.1) (tstamp 55523415-2a01-417d-a238-df056734bdf8)) - (fp_line (start -4 -5) (end 5 -5) (layer "F.Fab") (width 0.1) (tstamp 9627085a-8b12-4297-a8cb-731552deed65)) - (pad "" smd rect locked (at -2 2 270) (size 3.2 3.2) (layers "F.Paste") (tstamp 1a86e037-51a1-4ec5-afd7-2df1b9d7d520)) - (pad "" smd rect locked (at 2 -2 270) (size 3.2 3.2) (layers "F.Paste") (tstamp 77aca35d-20ac-410d-a6f6-d3f0685fdfd6)) - (pad "" smd rect locked (at 2 2 270) (size 3.2 3.2) (layers "F.Paste") (tstamp a93f315e-0c73-49aa-a062-c5b4c37e4fef)) - (pad "" smd rect locked (at -2 -2 270) (size 3.2 3.2) (layers "F.Paste") (tstamp c58b183a-0420-4b54-bc3b-89189a3501fa)) - (pad "1" smd rect locked (at -5.7 -3.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -5.175 -5.175) (end -5.175 -4.225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40838983-3fbd-4c23-bc3e-8ce012b12b1d)) + (fp_line (start -5.175 -5.175) (end -4.125 -5.175) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 159446f4-090e-4d43-9141-ad6afabe290d)) + (fp_line (start -5.175 -4.225) (end -6.45 -4.225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57f520bf-2716-4879-abe3-7d335401cdbc)) + (fp_line (start -5.175 5.175) (end -5.175 4.125) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61b2e4b3-0ca2-4426-8a53-9fd5a97a6e4d)) + (fp_line (start -5.175 5.175) (end -4.125 5.175) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 855c1000-2b30-4c5d-8d57-8a04483f2563)) + (fp_line (start 5.175 -5.175) (end 4.125 -5.175) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24963f86-e885-451d-bed0-c9032fdf573e)) + (fp_line (start 5.175 -5.175) (end 5.175 -4.125) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e38facd8-0684-440e-8e64-f5807f8d090e)) + (fp_line (start 5.175 5.175) (end 4.125 5.175) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb85ebfd-c885-44b6-9e36-6ba83a2cf29e)) + (fp_line (start 5.175 5.175) (end 5.175 4.125) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94dc8586-67aa-40cd-abc5-6a8ba2829df7)) + (fp_line (start -6.7 -6.7) (end -6.7 6.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ae7b983-6c25-4467-865f-11d3021d1452)) + (fp_line (start -6.7 -6.7) (end 6.7 -6.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7bfabb74-1150-4157-96bd-e7a0b1c80880)) + (fp_line (start -6.7 6.7) (end 6.7 6.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 116c90dd-5117-4651-b261-0c8cf8abe945)) + (fp_line (start 6.7 -6.7) (end 6.7 6.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f997d1b9-c10c-4f51-b0fb-1008b168b484)) + (fp_line (start -5 -4) (end -4 -5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f58ac93-4c0a-4608-a919-7cce0b5c1c27)) + (fp_line (start -5 5) (end -5 -4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32a7a95e-3383-47f4-93fe-06ff1d2117d6)) + (fp_line (start -4 -5) (end 5 -5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9627085a-8b12-4297-a8cb-731552deed65)) + (fp_line (start 5 -5) (end 5 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55523415-2a01-417d-a238-df056734bdf8)) + (fp_line (start 5 5) (end -5 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a0f4a8a-3e1c-4b71-94b1-573fa99a8b52)) + (pad "" smd rect (at -2 -2 270) (size 3.2 3.2) (layers "F.Paste") (tstamp c58b183a-0420-4b54-bc3b-89189a3501fa)) + (pad "" smd rect (at -2 2 270) (size 3.2 3.2) (layers "F.Paste") (tstamp 1a86e037-51a1-4ec5-afd7-2df1b9d7d520)) + (pad "" smd rect (at 2 -2 270) (size 3.2 3.2) (layers "F.Paste") (tstamp 77aca35d-20ac-410d-a6f6-d3f0685fdfd6)) + (pad "" smd rect (at 2 2 270) (size 3.2 3.2) (layers "F.Paste") (tstamp a93f315e-0c73-49aa-a062-c5b4c37e4fef)) + (pad "1" smd rect (at -5.7 -3.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "ADDR") (pintype "input") (tstamp 65c406cb-9691-4269-b3a9-75c87061fb08)) - (pad "2" smd rect locked (at -5.7 -3.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -5.7 -3.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 185 "EDP_RESETn") (pinfunction "~{EN}") (pintype "input") (tstamp 6d215d37-0e93-4dd7-a0cd-cc5edd789a73)) - (pad "3" smd rect locked (at -5.7 -2.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -5.7 -2.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 560 "Net-(C100-Pad1)") (pinfunction "VCCA") (pintype "power_in") (tstamp cdca914a-5074-42d5-8613-bd98103bf751)) - (pad "4" smd rect locked (at -5.7 -2.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -5.7 -2.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 604 "unconnected-(U10-Pad4)") (pinfunction "DB0P") (pintype "input+no_connect") (tstamp 5c438604-cf87-4bb9-903c-0fa3c5c2e55d)) - (pad "5" smd rect locked (at -5.7 -1.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at -5.7 -1.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 603 "unconnected-(U10-Pad5)") (pinfunction "DB0N") (pintype "input+no_connect") (tstamp 09872a25-55c1-424e-84b3-2effa85d95ce)) - (pad "6" smd rect locked (at -5.7 -1.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at -5.7 -1.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 593 "unconnected-(U10-Pad6)") (pinfunction "DB1P") (pintype "input+no_connect") (tstamp 76613ac8-dd09-4331-8929-0f69d02fdb40)) - (pad "7" smd rect locked (at -5.7 -0.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at -5.7 -0.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 592 "unconnected-(U10-Pad7)") (pinfunction "DB1N") (pintype "input+no_connect") (tstamp 488a0954-53f5-4d75-8895-f57b5e93546a)) - (pad "8" smd rect locked (at -5.7 -0.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at -5.7 -0.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 589 "unconnected-(U10-Pad8)") (pinfunction "DBCP") (pintype "input+no_connect") (tstamp feb4a6e8-2772-40ab-ada1-b7385d3c395b)) - (pad "9" smd rect locked (at -5.7 0.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "9" smd rect (at -5.7 0.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 588 "unconnected-(U10-Pad9)") (pinfunction "DBCN") (pintype "input+no_connect") (tstamp 0c43f03c-e054-42b4-a2dc-6e73e0dd4d18)) - (pad "10" smd rect locked (at -5.7 0.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "10" smd rect (at -5.7 0.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 587 "unconnected-(U10-Pad10)") (pinfunction "DB2P") (pintype "input+no_connect") (tstamp 6874501e-0312-4a16-b3ff-0839bfb1bd72)) - (pad "11" smd rect locked (at -5.7 1.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "11" smd rect (at -5.7 1.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 586 "unconnected-(U10-Pad11)") (pinfunction "DB2N") (pintype "input+no_connect") (tstamp 573bfe4e-f811-432c-a4cd-baca74cbd1f3)) - (pad "12" smd rect locked (at -5.7 1.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "12" smd rect (at -5.7 1.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 583 "unconnected-(U10-Pad12)") (pinfunction "DB3P") (pintype "input+no_connect") (tstamp 13b071ab-5fdb-404b-80a3-6edeaf129a0a)) - (pad "13" smd rect locked (at -5.7 2.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "13" smd rect (at -5.7 2.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 580 "unconnected-(U10-Pad13)") (pinfunction "DB3N") (pintype "input+no_connect") (tstamp 3670b17a-76c2-4660-8bf6-97a2cde502e5)) - (pad "14" smd rect locked (at -5.7 2.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "14" smd rect (at -5.7 2.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 560 "Net-(C100-Pad1)") (pinfunction "VCCA") (pintype "power_in") (tstamp d29aaa73-76bf-4eb8-802d-b6f9f7729cff)) - (pad "15" smd rect locked (at -5.7 3.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "15" smd rect (at -5.7 3.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 298 "Net-(R129-Pad1)") (pinfunction "SCL") (pintype "bidirectional") (tstamp 29a67a9f-a86f-4dd0-9de9-128a1561bfb1)) - (pad "16" smd rect locked (at -5.7 3.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "16" smd rect (at -5.7 3.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 299 "Net-(R130-Pad1)") (pinfunction "SDA") (pintype "bidirectional") (tstamp 9ea8d35d-2073-4273-9e6b-d2bfe4bdc1dc)) - (pad "17" smd rect locked (at -3.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "17" smd rect (at -3.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 560 "Net-(C100-Pad1)") (pinfunction "VCC") (pintype "power_in") (tstamp 87df87a8-2ad2-4af2-9007-14d933524047)) - (pad "18" smd rect locked (at -3.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "18" smd rect (at -3.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 560 "Net-(C100-Pad1)") (pinfunction "VCCA") (pintype "power_in") (tstamp 650d6b15-9a92-40a3-9a5b-528530dae3c2)) - (pad "19" smd rect locked (at -2.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "19" smd rect (at -2.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 75 "DSI_D0_P") (pinfunction "DA0P") (pintype "input") (tstamp ddc519f8-dd73-4a22-8dac-be7a0065aa9d)) - (pad "20" smd rect locked (at -2.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "20" smd rect (at -2.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 74 "DSI_D0_N") (pinfunction "DA0N") (pintype "bidirectional") (tstamp bc9cf6a6-d1e7-4a4c-9e97-46e1a499207f)) - (pad "21" smd rect locked (at -1.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "21" smd rect (at -1.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 79 "DSI_D1_P") (pinfunction "DA1P") (pintype "input") (tstamp c8d9801c-5ba1-47ae-a45b-1522886f6874)) - (pad "22" smd rect locked (at -1.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "22" smd rect (at -1.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 78 "DSI_D1_N") (pinfunction "DA1N") (pintype "input") (tstamp 4942b7de-5f3b-4ccd-be56-290b054c91f2)) - (pad "23" smd rect locked (at -0.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "23" smd rect (at -0.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 58eb8df7-f3be-4251-9194-03ebed623080)) - (pad "24" smd rect locked (at -0.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "24" smd rect (at -0.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 77 "DSI_CLK_P") (pinfunction "DACP") (pintype "input") (tstamp b1a3e4a3-03eb-4cf5-a058-6a1a8bf6e5df)) - (pad "25" smd rect locked (at 0.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "25" smd rect (at 0.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 76 "DSI_CLK_N") (pinfunction "DACN") (pintype "input") (tstamp cbdfc57a-3142-4e4c-8a9c-a5af6eaf6518)) - (pad "26" smd rect locked (at 0.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "26" smd rect (at 0.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp eae7acdb-f881-481d-82fa-a52320b3e6e7)) - (pad "27" smd rect locked (at 1.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "27" smd rect (at 1.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 81 "DSI_D2_P") (pinfunction "DA2P") (pintype "input") (tstamp b56862d2-990c-4e52-8c30-10367caaf240)) - (pad "28" smd rect locked (at 1.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "28" smd rect (at 1.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 80 "DSI_D2_N") (pinfunction "DA2N") (pintype "input") (tstamp 881381df-fde6-4e61-afa6-e326c4362e4c)) - (pad "29" smd rect locked (at 2.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "29" smd rect (at 2.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 73 "DSI_D3_P") (pinfunction "DA3P") (pintype "input") (tstamp 7084938a-952e-4110-8d91-f85de2914292)) - (pad "30" smd rect locked (at 2.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "30" smd rect (at 2.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 72 "DSI_D3_N") (pinfunction "DA3N") (pintype "input") (tstamp b578679c-e1a6-40fa-b895-c6228889527c)) - (pad "31" smd rect locked (at 3.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "31" smd rect (at 3.25 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 560 "Net-(C100-Pad1)") (pinfunction "VCCA") (pintype "power_in") (tstamp bb708e6e-711f-4c1a-b3f7-12a11abb467b)) - (pad "32" smd rect locked (at 3.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "32" smd rect (at 3.75 5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 164 "Net-(R64-Pad2)") (pinfunction "HPD") (pintype "input") (tstamp 044b3f4a-6a4d-4c3f-9e63-b2567cc44822)) - (pad "33" smd rect locked (at 5.7 3.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "33" smd rect (at 5.7 3.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 560 "Net-(C100-Pad1)") (pinfunction "VCC") (pintype "power_in") (tstamp 6d53d880-e2eb-4d9d-b0ec-946ffa274663)) - (pad "34" smd rect locked (at 5.7 3.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "34" smd rect (at 5.7 3.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 391 "/Reform 2 Display/EDAUXP") (pinfunction "AUXP") (pintype "bidirectional") (tstamp 4e0f7622-e038-468d-a3df-26f862e89d41)) - (pad "35" smd rect locked (at 5.7 2.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "35" smd rect (at 5.7 2.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 388 "/Reform 2 Display/EDAUXN") (pinfunction "AUXN") (pintype "bidirectional") (tstamp 3eab6c1a-83ed-4ebe-a340-b6a33c16cb7d)) - (pad "36" smd rect locked (at 5.7 2.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "36" smd rect (at 5.7 2.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 560 "Net-(C100-Pad1)") (pinfunction "VCCA") (pintype "power_in") (tstamp 4502b1aa-e3eb-4517-893c-9a4180f85c3e)) - (pad "37" smd rect locked (at 5.7 1.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "37" smd rect (at 5.7 1.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 390 "/Reform 2 Display/ML0P") (pinfunction "ML0P") (pintype "output") (tstamp 7654601d-6f0e-4539-bbd7-741eedd7034a)) - (pad "38" smd rect locked (at 5.7 1.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "38" smd rect (at 5.7 1.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 387 "/Reform 2 Display/ML0N") (pinfunction "ML0N") (pintype "output") (tstamp 7bbcbdaa-b553-4b7b-9bea-5cb8207c95eb)) - (pad "39" smd rect locked (at 5.7 0.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "39" smd rect (at 5.7 0.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 389 "/Reform 2 Display/ML1P") (pinfunction "ML1P") (pintype "output") (tstamp bfa6a0fb-2c34-447b-a765-746a5597614a)) - (pad "40" smd rect locked (at 5.7 0.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "40" smd rect (at 5.7 0.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 386 "/Reform 2 Display/ML1N") (pinfunction "ML1N") (pintype "output") (tstamp 02f51f14-0b17-40eb-81c4-9530b8763e07)) - (pad "41" smd rect locked (at 5.7 -0.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "41" smd rect (at 5.7 -0.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 560 "Net-(C100-Pad1)") (pinfunction "VCCA") (pintype "power_in") (tstamp 2b048127-8f44-440a-a25a-cf739efdf431)) - (pad "42" smd rect locked (at 5.7 -0.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "42" smd rect (at 5.7 -0.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 166 "+1V8") (pinfunction "VPLL") (pintype "power_in") (tstamp a89fb4cf-d6fb-4dc5-b6c6-38b5e6c1c415)) - (pad "43" smd rect locked (at 5.7 -1.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "43" smd rect (at 5.7 -1.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 560 "Net-(C100-Pad1)") (pinfunction "VCCA") (pintype "power_in") (tstamp 90cbad7f-acf6-4cb6-acf3-92d3614411d8)) - (pad "44" smd rect locked (at 5.7 -1.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "44" smd rect (at 5.7 -1.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 579 "unconnected-(U10-Pad44)") (pinfunction "ML2P") (pintype "output+no_connect") (tstamp c444f313-7c76-4f9b-b2ed-065c55b5e5fc)) - (pad "45" smd rect locked (at 5.7 -2.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "45" smd rect (at 5.7 -2.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 578 "unconnected-(U10-Pad45)") (pinfunction "ML2N") (pintype "output+no_connect") (tstamp 47ecd94e-2015-41ea-b3f1-4dd0241466b7)) - (pad "46" smd rect locked (at 5.7 -2.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "46" smd rect (at 5.7 -2.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 577 "unconnected-(U10-Pad46)") (pinfunction "ML3P") (pintype "output+no_connect") (tstamp d7adf162-e533-4a3d-9606-2c9aaf421582)) - (pad "47" smd rect locked (at 5.7 -3.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "47" smd rect (at 5.7 -3.25 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 576 "unconnected-(U10-Pad47)") (pinfunction "ML3N") (pintype "output+no_connect") (tstamp 7a991a5e-94df-4ae7-9b81-267682cf95b8)) - (pad "48" smd rect locked (at 5.7 -3.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "48" smd rect (at 5.7 -3.75 90) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 560 "Net-(C100-Pad1)") (pinfunction "VCCA") (pintype "power_in") (tstamp 165d8275-6112-4857-92b1-9e958b01a541)) - (pad "49" smd rect locked (at 3.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "49" smd rect (at 3.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 560 "Net-(C100-Pad1)") (pinfunction "VCC") (pintype "power_in") (tstamp 7c76769c-dd96-45cb-ad5f-5e175bb35f13)) - (pad "50" smd rect locked (at 3.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "50" smd rect (at 3.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 575 "unconnected-(U10-Pad50)") (pinfunction "TEST3") (pintype "bidirectional+no_connect") (tstamp 23376e35-ab21-468d-affd-473e737fb1bc)) - (pad "51" smd rect locked (at 2.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "51" smd rect (at 2.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 198 "Net-(R77-Pad2)") (pinfunction "REFCLK") (pintype "input") (tstamp 882a6342-fd87-4180-adc2-411672d9d45b)) - (pad "52" smd rect locked (at 2.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "52" smd rect (at 2.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 21cf060b-00bb-4d3b-89f7-758c8a4cf996)) - (pad "53" smd rect locked (at 1.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "53" smd rect (at 1.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 166 "+1V8") (pinfunction "VCCIO") (pintype "power_in") (tstamp c6898f99-ab50-498a-a06f-c9e18d554a9f)) - (pad "54" smd rect locked (at 1.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "54" smd rect (at 1.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 574 "unconnected-(U10-Pad54)") (pinfunction "GPIO3") (pintype "bidirectional+no_connect") (tstamp c8146ac7-5631-4a3a-8dbf-d79e61862d48)) - (pad "55" smd rect locked (at 0.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "55" smd rect (at 0.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 573 "unconnected-(U10-Pad55)") (pinfunction "TEST2") (pintype "bidirectional+no_connect") (tstamp 239330cb-ae40-454d-99b5-4e317713903e)) - (pad "56" smd rect locked (at 0.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "56" smd rect (at 0.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 558 "unconnected-(U10-Pad56)") (pinfunction "GPIO2") (pintype "bidirectional+no_connect") (tstamp c335f3ef-7cbf-473d-aa72-687ec026237a)) - (pad "57" smd rect locked (at -0.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "57" smd rect (at -0.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 550 "unconnected-(U10-Pad57)") (pinfunction "GPIO4") (pintype "bidirectional+no_connect") (tstamp 52c250c6-1bf2-41fb-a356-2f1aade300d6)) - (pad "58" smd rect locked (at -0.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "58" smd rect (at -0.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 549 "unconnected-(U10-Pad58)") (pinfunction "GPIO1") (pintype "bidirectional+no_connect") (tstamp 4ef26cff-64d9-4b4c-826c-ee048ff0d081)) - (pad "59" smd rect locked (at -1.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "59" smd rect (at -1.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 560 "Net-(C100-Pad1)") (pinfunction "VCC") (pintype "power_in") (tstamp a166fb7e-f309-4346-8987-82f7de62a5ee)) - (pad "60" smd rect locked (at -1.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "60" smd rect (at -1.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 548 "unconnected-(U10-Pad60)") (pinfunction "TEST1") (pintype "input+no_connect") (tstamp 7a57e26f-aea5-48d5-ae3c-0ffefa8d615e)) - (pad "61" smd rect locked (at -2.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "61" smd rect (at -2.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 184 "EDP_IRQ") (pinfunction "IRQ") (pintype "output") (tstamp 3dc2bcdf-2ede-4287-939e-29e5b6235ce3)) - (pad "62" smd rect locked (at -2.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "62" smd rect (at -2.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 560 "Net-(C100-Pad1)") (pinfunction "VCC") (pintype "power_in") (tstamp 437a2d49-c8f3-4145-955c-b34ce94b1e55)) - (pad "63" smd rect locked (at -3.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "63" smd rect (at -3.25 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 166 "+1V8") (pinfunction "VCCIO") (pintype "power_in") (tstamp 31871f4c-c978-40f3-92bb-6595457f7bb6)) - (pad "64" smd rect locked (at -3.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "64" smd rect (at -3.75 -5.7 180) (size 1.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 790bce03-7d94-488c-9f41-03fb18d9cf50)) - (pad "65" smd rect locked (at 0 0 270) (size 8 8) (layers "F.Cu" "F.Mask") + (pad "65" smd rect (at 0 0 270) (size 8 8) (layers "F.Cu" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp bfd09820-fd96-4aa6-81df-31163a67c25b)) (model "${KISYS3DMOD}/Package_QFP.3dshapes/TQFP-64_10x10mm_Pitch0.5mm_EP8x8mm.wrl" (offset (xyz 0 0 0)) @@ -10206,7 +12204,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d398d50) + (tstamp 00000000-0000-0000-0000-00005d398d50) (at 74.3 67.2 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -10219,30 +12217,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-000060f2545c") (attr smd) (fp_text reference "R77" (at 0 1.1 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp bf006ecd-6b6d-4016-b841-d0f2d5b216ca) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5c0f7737-3700-44cd-8999-e709385cb621) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b8abf4cc-1e6f-463e-8aa1-06d00047e310) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 6451432f-603a-403d-92f6-7423a39b204e)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp e68cbcec-e302-495a-a96b-7aede6e7aa4e)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 66dc9a28-d930-4ba4-a274-3111741fb095)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9a1f59c2-2852-4b63-acf3-78d4875a023a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp be8694c0-6e7d-4228-8cd7-a636b267db22)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp cfe6adf2-bc63-429b-a752-b15d0d64aa8d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0a82cbce-15f4-471c-ae27-78fc51f71d17)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3efbe138-fd3c-4452-a56c-294284a26e1b)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3fb70b0a-6c9d-4230-8140-cf30005ef7c8)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp cc2307a9-1f11-4bd9-8ec1-fd3b339e93ca)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6451432f-603a-403d-92f6-7423a39b204e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e68cbcec-e302-495a-a96b-7aede6e7aa4e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a1f59c2-2852-4b63-acf3-78d4875a023a)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be8694c0-6e7d-4228-8cd7-a636b267db22)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66dc9a28-d930-4ba4-a274-3111741fb095)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfe6adf2-bc63-429b-a752-b15d0d64aa8d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc2307a9-1f11-4bd9-8ec1-fd3b339e93ca)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3fb70b0a-6c9d-4230-8140-cf30005ef7c8)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a82cbce-15f4-471c-ae27-78fc51f71d17)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3efbe138-fd3c-4452-a56c-294284a26e1b)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 05840b4a-173c-4a65-982a-6b6da1d8294b)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 198 "Net-(R77-Pad2)") (pintype "passive") (tstamp 1784f543-7a52-4a76-9399-2d91e03b9b0c)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -10252,7 +12260,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d39a42b) + (tstamp 00000000-0000-0000-0000-00005d39a42b) (at 90.5 58.5 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -10265,30 +12273,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e316ff8") (attr smd) (fp_text reference "C108" (at -2.8 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ddc588e5-b89a-4421-94a0-44892f0e417b) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a6289ffd-f9e4-45c3-8251-5da34d6353c9) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c4821faf-68db-4d3b-b102-fee02bc5b334) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 417c993b-7c49-46c7-979b-edd778171b2e)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 8443d276-eff7-4525-a70d-565df1fe1cc2)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5201e43e-345a-4544-ab6e-c8f2c689227c)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ae37c6b1-319d-4c49-a803-7df76e9f3f5a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp bcf92764-9516-44d4-bb5e-b332f78d765a)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ec51f58d-4ee3-4186-b886-759289cc1e80)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5aa242e6-d191-4c7f-ac76-9cfc05fdcabc)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7bf4531d-94b3-4f6a-b0c1-9c6f32d0e281)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 825df47f-554b-4c0c-8a5d-c4f03434ddf1)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e4cfc7b2-5be1-41bb-bba1-e5c0a15e97ff)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 417c993b-7c49-46c7-979b-edd778171b2e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8443d276-eff7-4525-a70d-565df1fe1cc2)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bcf92764-9516-44d4-bb5e-b332f78d765a)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5201e43e-345a-4544-ab6e-c8f2c689227c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec51f58d-4ee3-4186-b886-759289cc1e80)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae37c6b1-319d-4c49-a803-7df76e9f3f5a)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7bf4531d-94b3-4f6a-b0c1-9c6f32d0e281)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4cfc7b2-5be1-41bb-bba1-e5c0a15e97ff)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 825df47f-554b-4c0c-8a5d-c4f03434ddf1)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5aa242e6-d191-4c7f-ac76-9cfc05fdcabc)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 36 "EDP_TX1_DP") (pintype "passive") (tstamp e7539e5e-ee22-4d97-bd17-814602216961)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 389 "/Reform 2 Display/ML1P") (pintype "passive") (tstamp d0af5b0f-5302-458a-979f-222b18e8e45a)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -10298,7 +12316,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d39b0f5) + (tstamp 00000000-0000-0000-0000-00005d39b0f5) (at 99.9 54.5) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -10311,30 +12329,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000060fcacbe") (attr smd) (fp_text reference "C55" (at -2.5 0.07) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1c52d38b-c13c-448c-9f18-ff63ef6fe4a7) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 0f32269d-4627-46e1-bcde-003b8c467c6b) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 96d69aea-9e61-40e3-bbe0-5502826407f7) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 400db34e-1e55-4486-8066-4ce4043b1fa8)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 75e16d4a-e193-400f-8544-eec31799631d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2162adff-0dab-4b41-a556-9613f8146c0e)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 25cc9b58-697a-47f5-8882-c8ef4ea584dd)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 77f6cb8d-6023-426f-a1a3-83b4f2bdd40a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d702c8da-bd7a-4cc1-ab22-4523a77da6b3)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 35958eae-33e2-4694-a121-3e000e439118)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3d91fcb2-5d1e-48eb-9498-868c8e56bc28)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 656e3cae-5787-4664-9bb1-844ab414e68a)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d1fb07e9-c6b8-4482-bdd4-9dd70d59b07e)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75e16d4a-e193-400f-8544-eec31799631d)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 400db34e-1e55-4486-8066-4ce4043b1fa8)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d702c8da-bd7a-4cc1-ab22-4523a77da6b3)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2162adff-0dab-4b41-a556-9613f8146c0e)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25cc9b58-697a-47f5-8882-c8ef4ea584dd)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77f6cb8d-6023-426f-a1a3-83b4f2bdd40a)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d91fcb2-5d1e-48eb-9498-868c8e56bc28)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35958eae-33e2-4694-a121-3e000e439118)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1fb07e9-c6b8-4482-bdd4-9dd70d59b07e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 656e3cae-5787-4664-9bb1-844ab414e68a)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 379 "Net-(C123-Pad1)") (pintype "passive") (tstamp 7b19c7e6-0143-425f-b909-0173bfddb779)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 32e448b3-580a-4a5f-884f-66bc2f47742f)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -10344,7 +12372,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d3a0946) + (tstamp 00000000-0000-0000-0000-00005d3a0946) (at 111.9 56.3) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -10357,30 +12385,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000060fca681") (attr smd) (fp_text reference "C53" (at -2.5 0.07) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 41435b34-8a2b-4377-bc43-a97600963795) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 35819f78-a926-464d-b333-29ca50543ec8) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 551969b2-a4f8-478b-ba07-cf3a84590420) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 3120cdbf-e28e-4cdc-ba48-2df3574ec33c)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d401ca37-f250-4282-99df-7fae791f8c80)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 27d8cb45-6935-4a2d-96a1-87bddc3069f3)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 336186c7-280a-45bd-8a35-d13e8a0d474e)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5ae686c5-b3d2-4320-bc69-2a14895a49f4)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e8c1337e-3dfe-412c-a618-b6bb708d6271)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4bdbc86d-d72c-4e55-a106-f123267e4733)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4c822eba-de82-41bf-8db4-ccf23bc63242)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4e063c84-1919-4991-8ebc-5e816d2ad58d)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 78c6330b-2460-4df5-9828-e5778868dbfe)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d401ca37-f250-4282-99df-7fae791f8c80)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3120cdbf-e28e-4cdc-ba48-2df3574ec33c)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8c1337e-3dfe-412c-a618-b6bb708d6271)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 336186c7-280a-45bd-8a35-d13e8a0d474e)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ae686c5-b3d2-4320-bc69-2a14895a49f4)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27d8cb45-6935-4a2d-96a1-87bddc3069f3)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bdbc86d-d72c-4e55-a106-f123267e4733)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c822eba-de82-41bf-8db4-ccf23bc63242)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e063c84-1919-4991-8ebc-5e816d2ad58d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78c6330b-2460-4df5-9828-e5778868dbfe)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 379 "Net-(C123-Pad1)") (pintype "passive") (tstamp 2c71a5a5-ecdd-4253-95a0-72f163c4e1a1)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 9aed775e-205b-4cdb-80c0-fd6dfbabe4bf)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -10390,7 +12428,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 00000000-0000-0000-0000-00005d3ef944) + (tstamp 00000000-0000-0000-0000-00005d3ef944) (at 82.3 93.5 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -10403,27 +12441,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/42f91bf8-57e9-4879-bb10-6763602c2a67") (attr smd) (fp_text reference "C21" (at 0 1.17 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2244d448-aa18-4581-a4f9-e20a2df0fee4) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 01c6185a-0c1d-4ab5-96dd-5b007f39c852) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 38e26763-4845-4923-8b3f-f5be78e24748) ) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 573a1c01-1c39-469f-8630-c16f8d194a55)) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp 817522b7-677a-4ad4-a6bd-a22460fedc64)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 29a51919-b90d-4ccb-b543-5b1df1292672)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7289e069-1aae-44f0-9fff-a5577f0eae8c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b4d18e57-cd98-439c-8e73-d2a4fa529ca3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e528e112-e8b5-4847-9126-97c0248d61fb)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 45db0e24-01d0-44a6-9cdc-86bc22d1ffa4)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4a97830f-aa50-467c-8aac-da8bd9c700b3)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5b473b15-2bfb-46d4-9b74-1e6bb85065b8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8af2dd97-44bc-40cc-809b-64caae27476c)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 573a1c01-1c39-469f-8630-c16f8d194a55)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 817522b7-677a-4ad4-a6bd-a22460fedc64)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7289e069-1aae-44f0-9fff-a5577f0eae8c)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29a51919-b90d-4ccb-b543-5b1df1292672)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4d18e57-cd98-439c-8e73-d2a4fa529ca3)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e528e112-e8b5-4847-9126-97c0248d61fb)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45db0e24-01d0-44a6-9cdc-86bc22d1ffa4)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b473b15-2bfb-46d4-9b74-1e6bb85065b8)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8af2dd97-44bc-40cc-809b-64caae27476c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a97830f-aa50-467c-8aac-da8bd9c700b3)) (pad "1" smd roundrect (at -0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 94 "USBH_1V1") (pintype "passive") (tstamp 9b8f8e53-7163-474b-bd0f-3af6e6ae0638)) (pad "2" smd roundrect (at 0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -10436,7 +12484,7 @@ ) (footprint "Resistor_SMD:R_0612_1632Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 00000000-0000-0000-0000-00005d3ef974) + (tstamp 00000000-0000-0000-0000-00005d3ef974) (at 249.9 114.2) (descr "Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -10449,27 +12497,37 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/dad595b9-7969-4f5f-815d-7705ea27ad65") (attr smd) (fp_text reference "R41" (at 0 2.45) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 04fb2162-e10a-4db3-9c5e-79381b6a2ad8) ) (fp_text value "0.02" (at 0 2.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6a883a88-90bb-49de-a997-a93fad3cd348) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 38634a4a-f253-40d6-b2c3-d1ebb07914d8) ) - (fp_line (start -0.182983 1.71) (end 0.182983 1.71) (layer "F.SilkS") (width 0.12) (tstamp 76536332-1ba6-459d-87d2-1c55dcaa83eb)) - (fp_line (start -0.182983 -1.71) (end 0.182983 -1.71) (layer "F.SilkS") (width 0.12) (tstamp a74c9080-24c8-4a79-89fb-0127f695d67e)) - (fp_line (start 1.5 1.95) (end -1.5 1.95) (layer "F.CrtYd") (width 0.05) (tstamp 166176fd-106d-4244-ad8d-63feb3bb73a0)) - (fp_line (start 1.5 -1.95) (end 1.5 1.95) (layer "F.CrtYd") (width 0.05) (tstamp 17b1457d-5c3c-48ff-a2b2-d898cdaace1b)) - (fp_line (start -1.5 -1.95) (end 1.5 -1.95) (layer "F.CrtYd") (width 0.05) (tstamp 9986066c-c263-401e-b0a4-d8f2a586983a)) - (fp_line (start -1.5 1.95) (end -1.5 -1.95) (layer "F.CrtYd") (width 0.05) (tstamp a89735b7-05a4-477c-9a41-c30efaae26e7)) - (fp_line (start -0.8 -1.6) (end 0.8 -1.6) (layer "F.Fab") (width 0.1) (tstamp 4d70378e-528c-4164-a104-96c467b28b0c)) - (fp_line (start 0.8 1.6) (end -0.8 1.6) (layer "F.Fab") (width 0.1) (tstamp 6702de0c-14e9-447f-a96b-013b266ebc72)) - (fp_line (start -0.8 1.6) (end -0.8 -1.6) (layer "F.Fab") (width 0.1) (tstamp 73c9cefe-7a74-4f09-9726-832c29b7e64d)) - (fp_line (start 0.8 -1.6) (end 0.8 1.6) (layer "F.Fab") (width 0.1) (tstamp 86c020aa-1fdb-48b7-9c69-6596ede754b6)) + (fp_line (start -0.182983 -1.71) (end 0.182983 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a74c9080-24c8-4a79-89fb-0127f695d67e)) + (fp_line (start -0.182983 1.71) (end 0.182983 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76536332-1ba6-459d-87d2-1c55dcaa83eb)) + (fp_line (start -1.5 -1.95) (end 1.5 -1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9986066c-c263-401e-b0a4-d8f2a586983a)) + (fp_line (start -1.5 1.95) (end -1.5 -1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a89735b7-05a4-477c-9a41-c30efaae26e7)) + (fp_line (start 1.5 -1.95) (end 1.5 1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17b1457d-5c3c-48ff-a2b2-d898cdaace1b)) + (fp_line (start 1.5 1.95) (end -1.5 1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 166176fd-106d-4244-ad8d-63feb3bb73a0)) + (fp_line (start -0.8 -1.6) (end 0.8 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d70378e-528c-4164-a104-96c467b28b0c)) + (fp_line (start -0.8 1.6) (end -0.8 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73c9cefe-7a74-4f09-9726-832c29b7e64d)) + (fp_line (start 0.8 -1.6) (end 0.8 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86c020aa-1fdb-48b7-9c69-6596ede754b6)) + (fp_line (start 0.8 1.6) (end -0.8 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6702de0c-14e9-447f-a96b-013b266ebc72)) (pad "1" smd roundrect (at -0.75 0) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 259 "BAT1FUSED") (pintype "passive") (tstamp a167cfef-bc01-49b9-9203-8a2030493544)) (pad "2" smd roundrect (at 0.75 0) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -10482,7 +12540,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d444c6f) + (tstamp 00000000-0000-0000-0000-00005d444c6f) (at 76.85 125.9 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -10495,30 +12553,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005d96eeab") (attr smd) (fp_text reference "R91" (at -2.55 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2c737d5a-72fa-4264-9f3b-4b6f6597566f) ) (fp_text value "27" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3c56dd91-deff-4c0f-bf70-9039c5ad8470) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a731874f-3267-4250-a2ed-cbec66af8e27) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 0b07cfff-711c-42a5-8fce-45dab849fb97)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d39bd06f-5884-482a-938f-06d36397c6bb)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 360b3e8f-fd3d-45d9-8f54-cf67bbf81759)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4f65de36-f358-4d71-ae89-fb89c2dcd47d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9c3ca6f3-1af9-48da-abad-ff0527983228)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp dfad2d96-1277-4a42-ade4-7347687a78d3)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 03b866e3-bd67-4ed6-9149-07c54aa4bdf5)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fa8302c1-2506-4630-8741-181b7e122bff)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp fada4659-d1e8-48b1-97f0-b95297d0585a)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp fbe4acfc-158a-42c3-8dcb-3591b5f3171b)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d39bd06f-5884-482a-938f-06d36397c6bb)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b07cfff-711c-42a5-8fce-45dab849fb97)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f65de36-f358-4d71-ae89-fb89c2dcd47d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dfad2d96-1277-4a42-ade4-7347687a78d3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c3ca6f3-1af9-48da-abad-ff0527983228)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 360b3e8f-fd3d-45d9-8f54-cf67bbf81759)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03b866e3-bd67-4ed6-9149-07c54aa4bdf5)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa8302c1-2506-4630-8741-181b7e122bff)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fbe4acfc-158a-42c3-8dcb-3591b5f3171b)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fada4659-d1e8-48b1-97f0-b95297d0585a)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 181 "USB3_4_DP") (pintype "passive") (tstamp 250c3c80-027e-4f0d-b40b-5a6b841a14b9)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 252 "Net-(J14-Pad3)") (pintype "passive") (tstamp a0061001-1ddb-4b94-b0e8-18cf22143a1e)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -10528,7 +12596,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d444ccf) + (tstamp 00000000-0000-0000-0000-00005d444ccf) (at 78.85 125.9 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -10541,30 +12609,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005d96eeb5") (attr smd) (fp_text reference "R93" (at -2.5 -0.05 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3baf0d58-b8ea-47b2-8b6c-b01dbcf088d7) ) (fp_text value "27" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 572207b5-4870-49e1-b286-75f0da359298) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 38e8203e-6bca-44be-a5b4-6b619de2d308) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 001773e0-0807-4bf5-b26e-e9b1b609dd3f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 5a96c5da-3e2e-4e54-8a90-08a3f9bf1dcb)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 96fcacec-3ab1-44b6-bc09-430ea87148af)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 99b38507-80a9-4898-8ee2-e1fd281bc557)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp bdd0398e-1e88-4af5-8ae7-bfb41684f7af)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c69d199c-54cd-402b-81d1-a559df4091f8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5429e72c-f024-4373-8d8f-b3fc40b6155a)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 55a58ebf-59f2-4cf8-99ba-f286e5f95105)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c57a1fe3-0ae0-4100-a34b-9e46af6351ca)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d74c7d98-f4ea-4788-b103-5d1c3aaade81)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 001773e0-0807-4bf5-b26e-e9b1b609dd3f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a96c5da-3e2e-4e54-8a90-08a3f9bf1dcb)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96fcacec-3ab1-44b6-bc09-430ea87148af)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c69d199c-54cd-402b-81d1-a559df4091f8)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99b38507-80a9-4898-8ee2-e1fd281bc557)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bdd0398e-1e88-4af5-8ae7-bfb41684f7af)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55a58ebf-59f2-4cf8-99ba-f286e5f95105)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d74c7d98-f4ea-4788-b103-5d1c3aaade81)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5429e72c-f024-4373-8d8f-b3fc40b6155a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c57a1fe3-0ae0-4100-a34b-9e46af6351ca)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 180 "USB3_4_DN") (pintype "passive") (tstamp fc539a30-4694-4599-8595-755e022dfcb5)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 253 "Net-(J14-Pad2)") (pintype "passive") (tstamp 905c7c00-fe8f-442a-a138-76aa9b5789f5)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -10574,7 +12652,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d444cff) + (tstamp 00000000-0000-0000-0000-00005d444cff) (at 64.75 126 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -10587,30 +12665,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005d950f53") (attr smd) (fp_text reference "R90" (at -2.5 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f51591c2-0d04-4fcb-ad72-c9dcd55b6e90) ) (fp_text value "27" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9592a1b6-efc8-4040-9fae-43f8fa6dee34) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7c0ab96f-1085-45d0-9f6d-42cc867f6342) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 40c30886-b8c5-4141-a021-0d4c675a7750)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 66e09a0b-766d-4b5a-9783-76d77d66dc37)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0cf0b533-2aea-480f-b1af-7e5586d85375)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 47a39f32-38a5-47a7-846f-d72d0345c144)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 80b65b01-923a-4279-99c2-aece6d977282)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b4940b1e-f1c7-4633-9d7b-935449f53e1a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 047f987b-39b4-4330-bf6d-a7ce79e7792d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 407a63bb-1bde-4cfd-a932-5f000bf4a415)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 92716c96-3b53-4b34-8bfe-70398c5cfc23)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp be0ab550-f373-461a-8764-229bfae99ec9)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66e09a0b-766d-4b5a-9783-76d77d66dc37)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40c30886-b8c5-4141-a021-0d4c675a7750)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4940b1e-f1c7-4633-9d7b-935449f53e1a)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80b65b01-923a-4279-99c2-aece6d977282)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0cf0b533-2aea-480f-b1af-7e5586d85375)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47a39f32-38a5-47a7-846f-d72d0345c144)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 407a63bb-1bde-4cfd-a932-5f000bf4a415)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be0ab550-f373-461a-8764-229bfae99ec9)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92716c96-3b53-4b34-8bfe-70398c5cfc23)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 047f987b-39b4-4330-bf6d-a7ce79e7792d)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 183 "USB3_3_DP") (pintype "passive") (tstamp 47750112-c060-4152-8662-d14c4c3347e0)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 188 "Net-(J9-Pad3)") (pintype "passive") (tstamp 4109af39-8b6a-4c47-9ca8-8e15b802d483)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -10620,7 +12708,7 @@ ) (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d444d2f) + (tstamp 00000000-0000-0000-0000-00005d444d2f) (at 71.5 124.75 180) (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "inductor") @@ -10633,30 +12721,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005e07638b") (attr smd) (fp_text reference "FB6" (at 0 1.15) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d9f3c221-a0fb-4e95-9fd6-cc53da57fee2) ) (fp_text value "220@100MHz 1.4A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp cd7405fd-16ee-4cb9-bbf0-761dc2411600) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 86450139-dad5-445c-a52a-cf34d4f2ef25) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp bf3807b5-b28c-4487-9dd1-9d42bd145610)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp f953a708-52ca-40a6-ad7d-c4bb6c558db4)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 49033ca7-0bd5-47b1-b8e7-f55d648a1940)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5a9eeecd-e149-4e34-b780-3932621b4b8e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d5d803c1-8c82-452a-9c99-354642fa2172)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ea61914c-ed32-414f-828d-d04d2d92c60b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 08e6edea-7756-490f-903c-3443a829c34f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6bd18b00-79a1-4352-9718-bef6fea336b5)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c2d8c1a7-21cb-4651-a490-a6e1a930aa9d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp eb6bed14-07eb-4cd8-b5c6-e9aa51f46e92)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f953a708-52ca-40a6-ad7d-c4bb6c558db4)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf3807b5-b28c-4487-9dd1-9d42bd145610)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a9eeecd-e149-4e34-b780-3932621b4b8e)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49033ca7-0bd5-47b1-b8e7-f55d648a1940)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea61914c-ed32-414f-828d-d04d2d92c60b)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5d803c1-8c82-452a-9c99-354642fa2172)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb6bed14-07eb-4cd8-b5c6-e9aa51f46e92)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6bd18b00-79a1-4352-9718-bef6fea336b5)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2d8c1a7-21cb-4651-a490-a6e1a930aa9d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08e6edea-7756-490f-903c-3443a829c34f)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 143 "USB_PWR") (pintype "passive") (tstamp 85f6b7af-85c9-4b1a-9407-4f7b6e1075fb)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 257 "Net-(C69-Pad1)") (pintype "passive") (tstamp cf289e85-3e6f-426a-9337-0e93a8c6a3d2)) (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -10666,7 +12764,7 @@ ) (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d444d5f) + (tstamp 00000000-0000-0000-0000-00005d444d5f) (at 83.6 124.65 180) (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "inductor") @@ -10679,30 +12777,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005e089963") (attr smd) (fp_text reference "FB7" (at 0 1.15) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ad5b884f-e645-4b02-abb5-b00886d2a120) ) (fp_text value "220@100MHz 1.4A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 31056f05-0bf6-47ad-aa50-885102431410) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e3792af8-9f16-471c-9f2d-4cbe85ac08b1) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 9cf1738b-afc1-42bb-a3ce-18a15380e99e)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b8a93fe1-92db-4e37-83bd-684857c800be)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 068a49cb-e9cd-46bc-b1b5-687a87a2d53a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 38ecdf7e-4d4b-4ac7-a376-13a8cf98b507)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4483cbfc-4259-4fc5-833b-952af4c634a9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp dd8bbe94-d2bf-4152-be93-35e7cfa68564)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5ae0e329-24cc-4302-8b04-e43889804dd0)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 679f1f0a-87d5-4457-a82f-1747778359f7)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bab44a34-cec4-4045-8232-bda8d8010756)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fb98ce2a-8c01-46a4-8048-df63a009ecb4)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9cf1738b-afc1-42bb-a3ce-18a15380e99e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8a93fe1-92db-4e37-83bd-684857c800be)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4483cbfc-4259-4fc5-833b-952af4c634a9)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38ecdf7e-4d4b-4ac7-a376-13a8cf98b507)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 068a49cb-e9cd-46bc-b1b5-687a87a2d53a)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd8bbe94-d2bf-4152-be93-35e7cfa68564)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bab44a34-cec4-4045-8232-bda8d8010756)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb98ce2a-8c01-46a4-8048-df63a009ecb4)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ae0e329-24cc-4302-8b04-e43889804dd0)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 679f1f0a-87d5-4457-a82f-1747778359f7)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 143 "USB_PWR") (pintype "passive") (tstamp 767a0772-f153-4273-859c-4266eb15dc08)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 258 "Net-(C71-Pad1)") (pintype "passive") (tstamp 26d6f4d2-a3f6-4f4d-91c5-0cb266526a03)) (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -10712,7 +12820,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d444d8f) + (tstamp 00000000-0000-0000-0000-00005d444d8f) (at 71.5 126.75) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -10725,30 +12833,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dced684") (attr smd) (fp_text reference "C76" (at 2.5 0.05 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 17129ba4-a33f-4ccd-8236-3d4aee8cbf73) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 492a0722-25fb-4030-8ffe-e5308028fbec) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 99b26220-f947-420d-bd70-becdc89eaafc) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 81b2a618-be0e-454b-8a41-e206b5c617b1)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp dfbf74e4-ef56-4303-917b-0117d579d43b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 54793ac4-0b59-4670-a18b-9ac03a46c2b9)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 888cf354-3748-4725-973f-5d36f55a6dd1)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c1cbeac7-7f91-4ccb-a2fd-624ce03df84f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e5d0be8c-d195-4216-b714-e1f7057ffc28)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 127cdb3a-3905-42ac-94f5-c7289f71a562)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 47320383-9adc-4b5e-897a-9ce641352ff7)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 604e68ee-f2e3-457a-a0a3-bc6af1001298)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e1a5df84-a1c8-4c0c-918e-994b1f60cd99)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81b2a618-be0e-454b-8a41-e206b5c617b1)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dfbf74e4-ef56-4303-917b-0117d579d43b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54793ac4-0b59-4670-a18b-9ac03a46c2b9)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 888cf354-3748-4725-973f-5d36f55a6dd1)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1cbeac7-7f91-4ccb-a2fd-624ce03df84f)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5d0be8c-d195-4216-b714-e1f7057ffc28)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47320383-9adc-4b5e-897a-9ce641352ff7)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 604e68ee-f2e3-457a-a0a3-bc6af1001298)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1a5df84-a1c8-4c0c-918e-994b1f60cd99)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 127cdb3a-3905-42ac-94f5-c7289f71a562)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 257 "Net-(C69-Pad1)") (pintype "passive") (tstamp 5f0d2fd3-46d7-4f14-984c-f054f517b9c1)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp a75b616a-8f76-48d3-83d8-a33e7acaa1a6)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -10758,7 +12876,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d444dbf) + (tstamp 00000000-0000-0000-0000-00005d444dbf) (at 83.6 126.65) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -10771,30 +12889,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dcfa992") (attr smd) (fp_text reference "C77" (at 2 0.05 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fb0787e9-3eb8-4976-b396-3d33b6dd86c3) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4073b0ed-5a05-4349-92d3-b64635aff5e1) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1d1d6be2-afb4-4914-b5d1-9fbbd52d6811) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 95c8bb85-e6c9-4274-a215-7418d544c264)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp ffe65880-2318-4020-a71a-780d185e25c1)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1dece1c6-d906-4e66-badd-d62ca1d69d3a)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4c1af883-5455-4b45-876f-02440a8f1f4a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 850119b3-a126-409d-b61c-b4d313813924)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9b2f27d9-a5ef-49a9-aa81-de531b745222)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1ab323cb-fd34-441b-b514-3c2864cfbd97)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6b67175d-b914-4075-a280-4cf2823d4016)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8f5fc399-332e-4fce-ae2b-dae38c104609)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a58f4abb-aa3a-4cf7-a683-f85623c2c33f)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95c8bb85-e6c9-4274-a215-7418d544c264)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ffe65880-2318-4020-a71a-780d185e25c1)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1dece1c6-d906-4e66-badd-d62ca1d69d3a)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 850119b3-a126-409d-b61c-b4d313813924)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c1af883-5455-4b45-876f-02440a8f1f4a)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b2f27d9-a5ef-49a9-aa81-de531b745222)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ab323cb-fd34-441b-b514-3c2864cfbd97)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f5fc399-332e-4fce-ae2b-dae38c104609)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b67175d-b914-4075-a280-4cf2823d4016)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a58f4abb-aa3a-4cf7-a683-f85623c2c33f)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 258 "Net-(C71-Pad1)") (pintype "passive") (tstamp 2c46609d-6219-402a-923c-77a31c8bbc87)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 4316d864-cb00-4ae3-9587-bcfdc9da40ea)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -10804,7 +12932,7 @@ ) (footprint "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" (layer "F.Cu") - (tedit 5B7745C2) (tstamp 00000000-0000-0000-0000-00005d444e2a) + (tstamp 00000000-0000-0000-0000-00005d444e2a) (at 80.9 131 180) (descr "JST PH series connector, B4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator") (tags "connector JST PH side entry") @@ -10817,67 +12945,110 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dbc25d6") (attr through_hole) (fp_text reference "J14" (at 8.8 2 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8df16261-0acc-4fb0-b767-601ddccdd29f) ) (fp_text value "USB_INT2" (at 3 4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e6483063-8783-4603-9b44-9496c4d192db) ) (fp_text user "${REFERENCE}" (at 3 1.5) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 69ee1ed4-a118-4534-8911-1a456f720fe5) ) - (fp_line (start 7.45 2.3) (end 7.45 -1.2) (layer "F.SilkS") (width 0.12) (tstamp 06c31348-9738-476f-a170-9a1a28cd660a)) - (fp_line (start 3.1 1.8) (end 3.1 2.3) (layer "F.SilkS") (width 0.12) (tstamp 1197b1bb-4b0c-406c-871d-f0e8b32e58f8)) - (fp_line (start -2.06 2.91) (end 8.06 2.91) (layer "F.SilkS") (width 0.12) (tstamp 29eaa75e-21d0-4e60-8e42-418397726438)) - (fp_line (start 5.5 -1.2) (end 5.5 -1.81) (layer "F.SilkS") (width 0.12) (tstamp 2c26892f-2a17-4acf-b446-2974cf458152)) - (fp_line (start 8.06 0.8) (end 7.45 0.8) (layer "F.SilkS") (width 0.12) (tstamp 2ffc0a35-3769-436b-8fa0-a05af437a58a)) - (fp_line (start 7.45 -1.2) (end 5.5 -1.2) (layer "F.SilkS") (width 0.12) (tstamp 37145abc-b84f-4f8a-95cd-cd236e003e9e)) - (fp_line (start -2.06 -0.5) (end -1.45 -0.5) (layer "F.SilkS") (width 0.12) (tstamp 427f23fd-6d25-4f0d-8f3e-a04865aff8ec)) - (fp_line (start 0.9 2.3) (end 0.9 1.8) (layer "F.SilkS") (width 0.12) (tstamp 46779085-a00a-4a1f-8255-b7a1b3193146)) - (fp_line (start 3 2.3) (end 3 1.8) (layer "F.SilkS") (width 0.12) (tstamp 496ac564-1d8b-45ee-a932-5c7274691dcb)) - (fp_line (start 1 2.3) (end 1 1.8) (layer "F.SilkS") (width 0.12) (tstamp 4b85351e-ee5d-4c1d-981c-bedf842e5566)) - (fp_line (start 4.9 2.3) (end 4.9 1.8) (layer "F.SilkS") (width 0.12) (tstamp 4ca26d48-e16f-43cc-8438-b3219116c1f1)) - (fp_line (start -2.06 0.8) (end -1.45 0.8) (layer "F.SilkS") (width 0.12) (tstamp 4f7eef7c-c659-48c8-aefa-b80020759b01)) - (fp_line (start -0.3 -1.91) (end -0.6 -1.91) (layer "F.SilkS") (width 0.12) (tstamp 5d6b2d92-3024-4e66-91a3-fdf8b6673161)) - (fp_line (start 0.5 -1.2) (end -1.45 -1.2) (layer "F.SilkS") (width 0.12) (tstamp 64de1de8-569a-4745-a9f5-0d82694ba90a)) - (fp_line (start 0.5 -1.81) (end 0.5 -1.2) (layer "F.SilkS") (width 0.12) (tstamp 654e770b-12bd-4a55-a5de-67efa794776f)) - (fp_line (start -1.45 -1.2) (end -1.45 2.3) (layer "F.SilkS") (width 0.12) (tstamp 67b9546b-e7fe-4bf0-9206-be9d6dd36798)) - (fp_line (start 8.06 -0.5) (end 7.45 -0.5) (layer "F.SilkS") (width 0.12) (tstamp 6df48e6f-1e46-4984-bea4-cd575496daa1)) - (fp_line (start -1.45 2.3) (end 7.45 2.3) (layer "F.SilkS") (width 0.12) (tstamp 78f6774b-3062-4767-a18e-33ada22e9316)) - (fp_line (start -0.3 -2.01) (end -0.6 -2.01) (layer "F.SilkS") (width 0.12) (tstamp 7df6b345-f28f-4d99-82ed-04e253b2d0a1)) - (fp_line (start 8.06 2.91) (end 8.06 -1.81) (layer "F.SilkS") (width 0.12) (tstamp 7f55bb9a-c053-4f8c-b9e9-a32c2443d50b)) - (fp_line (start 2.9 2.3) (end 2.9 1.8) (layer "F.SilkS") (width 0.12) (tstamp 859099d3-77b3-47d5-9cd2-a25d9e1faa82)) - (fp_line (start 4.9 1.8) (end 5.1 1.8) (layer "F.SilkS") (width 0.12) (tstamp 9364806a-d852-496d-ba83-67125b881426)) - (fp_line (start 0.9 1.8) (end 1.1 1.8) (layer "F.SilkS") (width 0.12) (tstamp a57b01f3-d975-4b22-9a94-3851a8d4bbdd)) - (fp_line (start 1.1 1.8) (end 1.1 2.3) (layer "F.SilkS") (width 0.12) (tstamp b24898bb-ee74-4779-a4b9-0c508fd20e3f)) - (fp_line (start 8.06 -1.81) (end -2.06 -1.81) (layer "F.SilkS") (width 0.12) (tstamp dea0a9cb-e60d-41e0-bf8a-4ce9edcf956b)) - (fp_line (start -0.6 -2.01) (end -0.6 -1.81) (layer "F.SilkS") (width 0.12) (tstamp e399ba41-3bf3-42ab-a9c0-8542cc6ffccc)) - (fp_line (start 5.1 1.8) (end 5.1 2.3) (layer "F.SilkS") (width 0.12) (tstamp e47e5ad9-2419-4274-bf22-11e93ba40bff)) - (fp_line (start -2.06 -1.81) (end -2.06 2.91) (layer "F.SilkS") (width 0.12) (tstamp eec9b4db-f9ae-4da5-8655-5522a0568127)) - (fp_line (start -2.36 -2.11) (end -2.36 -0.86) (layer "F.SilkS") (width 0.12) (tstamp f10528c6-22d1-42f9-8f7f-721237df83b5)) - (fp_line (start 5 2.3) (end 5 1.8) (layer "F.SilkS") (width 0.12) (tstamp f393c6c3-fe81-4f56-aef3-0fd80108d4da)) - (fp_line (start -1.11 -2.11) (end -2.36 -2.11) (layer "F.SilkS") (width 0.12) (tstamp f9cd6a3b-6fe9-466a-a6cf-46d1cdf7903c)) - (fp_line (start -0.3 -1.81) (end -0.3 -2.01) (layer "F.SilkS") (width 0.12) (tstamp fa46a85b-47bb-4c05-a29d-daff32080ba3)) - (fp_line (start 2.9 1.8) (end 3.1 1.8) (layer "F.SilkS") (width 0.12) (tstamp fb1880de-a20b-483b-b4da-42816b8c727d)) - (fp_line (start -2.45 -2.2) (end -2.45 3.3) (layer "F.CrtYd") (width 0.05) (tstamp 0f4d00a7-6506-4ded-8bb2-97316f1ae5af)) - (fp_line (start -2.45 3.3) (end 8.45 3.3) (layer "F.CrtYd") (width 0.05) (tstamp 47aaf814-9d95-4aa8-b99a-d4084057774f)) - (fp_line (start 8.45 -2.2) (end -2.45 -2.2) (layer "F.CrtYd") (width 0.05) (tstamp 6fbed70c-1380-467a-a96a-4b930ee5871e)) - (fp_line (start 8.45 3.3) (end 8.45 -2.2) (layer "F.CrtYd") (width 0.05) (tstamp a7b530dd-339f-4545-8b68-0ce3f491d3ea)) - (fp_line (start 7.95 -1.7) (end -1.95 -1.7) (layer "F.Fab") (width 0.1) (tstamp 715de8f5-8812-4fe2-95a7-cfdef72ac61b)) - (fp_line (start -2.36 -2.11) (end -2.36 -0.86) (layer "F.Fab") (width 0.1) (tstamp 980829e2-982a-44a6-b200-26b7ed6363cf)) - (fp_line (start -1.11 -2.11) (end -2.36 -2.11) (layer "F.Fab") (width 0.1) (tstamp b50e9d6c-27ce-4504-b41a-048ff0225f38)) - (fp_line (start -1.95 2.8) (end 7.95 2.8) (layer "F.Fab") (width 0.1) (tstamp c13069fb-5e5b-48f9-8fa3-85050a1db38f)) - (fp_line (start 7.95 2.8) (end 7.95 -1.7) (layer "F.Fab") (width 0.1) (tstamp dfdc23ab-9f97-4519-8f55-2710e4a58cd0)) - (fp_line (start -1.95 -1.7) (end -1.95 2.8) (layer "F.Fab") (width 0.1) (tstamp f423a7e2-0567-4fdd-acbf-fb1cac6e9c51)) - (pad "1" thru_hole roundrect locked (at 0 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) (roundrect_rratio 0.2083333333) + (fp_line (start -2.36 -2.11) (end -2.36 -0.86) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f10528c6-22d1-42f9-8f7f-721237df83b5)) + (fp_line (start -2.06 -1.81) (end -2.06 2.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eec9b4db-f9ae-4da5-8655-5522a0568127)) + (fp_line (start -2.06 -0.5) (end -1.45 -0.5) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 427f23fd-6d25-4f0d-8f3e-a04865aff8ec)) + (fp_line (start -2.06 0.8) (end -1.45 0.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f7eef7c-c659-48c8-aefa-b80020759b01)) + (fp_line (start -2.06 2.91) (end 8.06 2.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29eaa75e-21d0-4e60-8e42-418397726438)) + (fp_line (start -1.45 -1.2) (end -1.45 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67b9546b-e7fe-4bf0-9206-be9d6dd36798)) + (fp_line (start -1.45 2.3) (end 7.45 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78f6774b-3062-4767-a18e-33ada22e9316)) + (fp_line (start -1.11 -2.11) (end -2.36 -2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9cd6a3b-6fe9-466a-a6cf-46d1cdf7903c)) + (fp_line (start -0.6 -2.01) (end -0.6 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e399ba41-3bf3-42ab-a9c0-8542cc6ffccc)) + (fp_line (start -0.3 -2.01) (end -0.6 -2.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7df6b345-f28f-4d99-82ed-04e253b2d0a1)) + (fp_line (start -0.3 -1.91) (end -0.6 -1.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d6b2d92-3024-4e66-91a3-fdf8b6673161)) + (fp_line (start -0.3 -1.81) (end -0.3 -2.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa46a85b-47bb-4c05-a29d-daff32080ba3)) + (fp_line (start 0.5 -1.81) (end 0.5 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 654e770b-12bd-4a55-a5de-67efa794776f)) + (fp_line (start 0.5 -1.2) (end -1.45 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64de1de8-569a-4745-a9f5-0d82694ba90a)) + (fp_line (start 0.9 1.8) (end 1.1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a57b01f3-d975-4b22-9a94-3851a8d4bbdd)) + (fp_line (start 0.9 2.3) (end 0.9 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46779085-a00a-4a1f-8255-b7a1b3193146)) + (fp_line (start 1 2.3) (end 1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b85351e-ee5d-4c1d-981c-bedf842e5566)) + (fp_line (start 1.1 1.8) (end 1.1 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b24898bb-ee74-4779-a4b9-0c508fd20e3f)) + (fp_line (start 2.9 1.8) (end 3.1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb1880de-a20b-483b-b4da-42816b8c727d)) + (fp_line (start 2.9 2.3) (end 2.9 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 859099d3-77b3-47d5-9cd2-a25d9e1faa82)) + (fp_line (start 3 2.3) (end 3 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 496ac564-1d8b-45ee-a932-5c7274691dcb)) + (fp_line (start 3.1 1.8) (end 3.1 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1197b1bb-4b0c-406c-871d-f0e8b32e58f8)) + (fp_line (start 4.9 1.8) (end 5.1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9364806a-d852-496d-ba83-67125b881426)) + (fp_line (start 4.9 2.3) (end 4.9 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ca26d48-e16f-43cc-8438-b3219116c1f1)) + (fp_line (start 5 2.3) (end 5 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f393c6c3-fe81-4f56-aef3-0fd80108d4da)) + (fp_line (start 5.1 1.8) (end 5.1 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e47e5ad9-2419-4274-bf22-11e93ba40bff)) + (fp_line (start 5.5 -1.2) (end 5.5 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c26892f-2a17-4acf-b446-2974cf458152)) + (fp_line (start 7.45 -1.2) (end 5.5 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37145abc-b84f-4f8a-95cd-cd236e003e9e)) + (fp_line (start 7.45 2.3) (end 7.45 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06c31348-9738-476f-a170-9a1a28cd660a)) + (fp_line (start 8.06 -1.81) (end -2.06 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dea0a9cb-e60d-41e0-bf8a-4ce9edcf956b)) + (fp_line (start 8.06 -0.5) (end 7.45 -0.5) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6df48e6f-1e46-4984-bea4-cd575496daa1)) + (fp_line (start 8.06 0.8) (end 7.45 0.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ffc0a35-3769-436b-8fa0-a05af437a58a)) + (fp_line (start 8.06 2.91) (end 8.06 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f55bb9a-c053-4f8c-b9e9-a32c2443d50b)) + (fp_line (start -2.45 -2.2) (end -2.45 3.3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f4d00a7-6506-4ded-8bb2-97316f1ae5af)) + (fp_line (start -2.45 3.3) (end 8.45 3.3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47aaf814-9d95-4aa8-b99a-d4084057774f)) + (fp_line (start 8.45 -2.2) (end -2.45 -2.2) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6fbed70c-1380-467a-a96a-4b930ee5871e)) + (fp_line (start 8.45 3.3) (end 8.45 -2.2) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7b530dd-339f-4545-8b68-0ce3f491d3ea)) + (fp_line (start -2.36 -2.11) (end -2.36 -0.86) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 980829e2-982a-44a6-b200-26b7ed6363cf)) + (fp_line (start -1.95 -1.7) (end -1.95 2.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f423a7e2-0567-4fdd-acbf-fb1cac6e9c51)) + (fp_line (start -1.95 2.8) (end 7.95 2.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c13069fb-5e5b-48f9-8fa3-85050a1db38f)) + (fp_line (start -1.11 -2.11) (end -2.36 -2.11) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b50e9d6c-27ce-4504-b41a-048ff0225f38)) + (fp_line (start 7.95 -1.7) (end -1.95 -1.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 715de8f5-8812-4fe2-95a7-cfdef72ac61b)) + (fp_line (start 7.95 2.8) (end 7.95 -1.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dfdc23ab-9f97-4519-8f55-2710e4a58cd0)) + (pad "1" thru_hole roundrect (at 0 0 180) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.2083333333) (net 258 "Net-(C71-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp afd7d9c8-990a-4189-b13a-2684b271352d)) - (pad "2" thru_hole oval locked (at 2 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (pad "2" thru_hole oval (at 2 0 180) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") (net 253 "Net-(J14-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 0f6bba4a-f135-44ae-9e63-fbfcc2720b19)) - (pad "3" thru_hole oval locked (at 4 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (pad "3" thru_hole oval (at 4 0 180) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") (net 252 "Net-(J14-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 25cc7246-ccc0-4776-95f4-839a8b92d340)) - (pad "4" thru_hole oval locked (at 6 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (pad "4" thru_hole oval (at 6 0 180) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_4") (pintype "passive") (tstamp 6e50be9d-b425-463f-a1a8-2a7797e16c93)) (model "${KISYS3DMOD}/Connector_JST.3dshapes/JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical.wrl" (offset (xyz 0 0 0)) @@ -10887,7 +13058,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d444ed0) + (tstamp 00000000-0000-0000-0000-00005d444ed0) (at 68.75 126 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -10900,30 +13071,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005eea41f9") (attr smd) (fp_text reference "C69" (at 2.5 0.05 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 94fe21df-bae2-4959-93f1-d1ec5b794554) ) (fp_text value "10uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ed12bc59-91c3-4096-9c1b-39703b1a9a1c) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f4965361-11bd-490d-ab56-e48ce98fd913) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4b2326a5-ce7c-41bc-abc7-32c79b6342f3)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 9ccefec2-6dc2-4892-9954-5efd793ae4c8)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0c9fed3a-ba78-4589-a2a6-9094136bbdc8)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 443046db-3198-4430-933e-1625477898b3)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 586f8032-eb84-4d73-831c-4bf8be9fd49f)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ce52bdce-7f48-482b-b1e5-025dbe4541fa)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0d8e1003-1782-4e64-b612-f52fe855159d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 47e0dce5-8a3c-4c4c-8e4c-678a47a5b50d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 80bf33d9-e70c-41ec-b8be-fe7866993409)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp bcce859e-e422-402a-9690-9ed8aaa695b6)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ccefec2-6dc2-4892-9954-5efd793ae4c8)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b2326a5-ce7c-41bc-abc7-32c79b6342f3)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce52bdce-7f48-482b-b1e5-025dbe4541fa)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 586f8032-eb84-4d73-831c-4bf8be9fd49f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c9fed3a-ba78-4589-a2a6-9094136bbdc8)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 443046db-3198-4430-933e-1625477898b3)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47e0dce5-8a3c-4c4c-8e4c-678a47a5b50d)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80bf33d9-e70c-41ec-b8be-fe7866993409)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bcce859e-e422-402a-9690-9ed8aaa695b6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d8e1003-1782-4e64-b612-f52fe855159d)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 257 "Net-(C69-Pad1)") (pintype "passive") (tstamp a70e7dac-7686-49d3-855b-5df03838cc34)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp da9900d2-1fb4-44b9-a5ac-c34710657f8f)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -10933,7 +13114,7 @@ ) (footprint "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" (layer "F.Cu") - (tedit 5B7745C2) (tstamp 00000000-0000-0000-0000-00005d444f3b) + (tstamp 00000000-0000-0000-0000-00005d444f3b) (at 68.8 131 180) (descr "JST PH series connector, B4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator") (tags "connector JST PH side entry") @@ -10946,67 +13127,110 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000060f17696") (attr through_hole) (fp_text reference "J9" (at 8.7 2.4 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d455b73f-1c8a-4e4e-a1c0-9ab05cd30165) ) (fp_text value "USB_INT1" (at 3 4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a7c8b050-1abb-4ee3-aed5-6a076ad03a59) ) (fp_text user "${REFERENCE}" (at 3 1.5) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7f337999-5db7-4745-93ab-2ef4fe470529) ) - (fp_line (start 5.5 -1.2) (end 5.5 -1.81) (layer "F.SilkS") (width 0.12) (tstamp 045296de-f8be-4e2f-b92d-00322307b2ad)) - (fp_line (start -1.11 -2.11) (end -2.36 -2.11) (layer "F.SilkS") (width 0.12) (tstamp 193f95ce-1b9c-4040-b966-fdedb8c323f4)) - (fp_line (start 8.06 2.91) (end 8.06 -1.81) (layer "F.SilkS") (width 0.12) (tstamp 1a903bde-5cf8-43b1-979b-0cdd0801bd00)) - (fp_line (start -2.06 -0.5) (end -1.45 -0.5) (layer "F.SilkS") (width 0.12) (tstamp 245e1239-ec60-4bd6-9a77-a698516f5bea)) - (fp_line (start -2.06 -1.81) (end -2.06 2.91) (layer "F.SilkS") (width 0.12) (tstamp 24a6a119-5bbe-42c4-a31e-2faf818fb679)) - (fp_line (start 0.5 -1.2) (end -1.45 -1.2) (layer "F.SilkS") (width 0.12) (tstamp 2cff67a3-7c11-4a73-b308-965104e0a016)) - (fp_line (start -0.3 -2.01) (end -0.6 -2.01) (layer "F.SilkS") (width 0.12) (tstamp 39d1ed61-7c53-4029-9f0e-4d8e6abd5916)) - (fp_line (start -1.45 -1.2) (end -1.45 2.3) (layer "F.SilkS") (width 0.12) (tstamp 3c94f0fb-313a-46a9-99eb-66fc25ea9010)) - (fp_line (start -2.06 2.91) (end 8.06 2.91) (layer "F.SilkS") (width 0.12) (tstamp 51ee5868-7537-4211-aa11-3c337dda7f90)) - (fp_line (start -0.3 -1.91) (end -0.6 -1.91) (layer "F.SilkS") (width 0.12) (tstamp 68a4f28e-5ea8-42b5-88b4-d53e51610318)) - (fp_line (start -2.36 -2.11) (end -2.36 -0.86) (layer "F.SilkS") (width 0.12) (tstamp 72783c16-28b8-4a28-902d-5279a687eac2)) - (fp_line (start 8.06 0.8) (end 7.45 0.8) (layer "F.SilkS") (width 0.12) (tstamp 79c6b16f-0adb-4f0d-993d-23a666099b06)) - (fp_line (start 2.9 1.8) (end 3.1 1.8) (layer "F.SilkS") (width 0.12) (tstamp 7eba304d-90fc-43da-af51-2699538f150c)) - (fp_line (start -2.06 0.8) (end -1.45 0.8) (layer "F.SilkS") (width 0.12) (tstamp 80cb0a1d-5b8f-425f-84f4-6cb901d1210c)) - (fp_line (start 3 2.3) (end 3 1.8) (layer "F.SilkS") (width 0.12) (tstamp 8528f401-da37-489f-b9dd-97daafa08716)) - (fp_line (start 1.1 1.8) (end 1.1 2.3) (layer "F.SilkS") (width 0.12) (tstamp 88723c47-ac51-4986-8383-8f006e7f9c39)) - (fp_line (start 7.45 2.3) (end 7.45 -1.2) (layer "F.SilkS") (width 0.12) (tstamp 8b2b91db-61bf-4aae-93fd-ad27643ac9c7)) - (fp_line (start -1.45 2.3) (end 7.45 2.3) (layer "F.SilkS") (width 0.12) (tstamp 90e616c7-715b-4743-85e7-34bf98f7f544)) - (fp_line (start 5 2.3) (end 5 1.8) (layer "F.SilkS") (width 0.12) (tstamp 929406c7-40cb-47f2-a3cf-1233ef9ab71b)) - (fp_line (start -0.3 -1.81) (end -0.3 -2.01) (layer "F.SilkS") (width 0.12) (tstamp 9ba28a29-fc00-4b30-8299-75eb6ed5017a)) - (fp_line (start 0.9 1.8) (end 1.1 1.8) (layer "F.SilkS") (width 0.12) (tstamp 9dc4873a-2607-46eb-8176-2e2e1ff5755f)) - (fp_line (start 0.5 -1.81) (end 0.5 -1.2) (layer "F.SilkS") (width 0.12) (tstamp a1ddf8ac-87e1-4d4b-ab3d-1f3b175755b3)) - (fp_line (start 8.06 -1.81) (end -2.06 -1.81) (layer "F.SilkS") (width 0.12) (tstamp a286624d-9651-431f-8db8-485852f325e1)) - (fp_line (start -0.6 -2.01) (end -0.6 -1.81) (layer "F.SilkS") (width 0.12) (tstamp ab2d1b9d-a2f7-4d6b-bf8f-96327fbc3936)) - (fp_line (start 1 2.3) (end 1 1.8) (layer "F.SilkS") (width 0.12) (tstamp bc295fc9-99e6-452b-a451-be9eb6f7dffd)) - (fp_line (start 5.1 1.8) (end 5.1 2.3) (layer "F.SilkS") (width 0.12) (tstamp d8dd80c7-5286-4178-9f05-0aacadea95c5)) - (fp_line (start 4.9 1.8) (end 5.1 1.8) (layer "F.SilkS") (width 0.12) (tstamp d9c8da9a-a469-4b34-ac81-d97031fcd81e)) - (fp_line (start 3.1 1.8) (end 3.1 2.3) (layer "F.SilkS") (width 0.12) (tstamp e297a69d-241d-4404-a03c-f45f3a7e83c8)) - (fp_line (start 0.9 2.3) (end 0.9 1.8) (layer "F.SilkS") (width 0.12) (tstamp e8c7477e-0a1b-45be-bd23-58ff10e92506)) - (fp_line (start 2.9 2.3) (end 2.9 1.8) (layer "F.SilkS") (width 0.12) (tstamp f48de76d-7b41-4c77-8e30-a20cb07a4594)) - (fp_line (start 8.06 -0.5) (end 7.45 -0.5) (layer "F.SilkS") (width 0.12) (tstamp f5c9e631-9361-48e5-865c-da81d2120392)) - (fp_line (start 7.45 -1.2) (end 5.5 -1.2) (layer "F.SilkS") (width 0.12) (tstamp fa4f0265-0baf-4f08-98fe-ebd4f5ff2c86)) - (fp_line (start 4.9 2.3) (end 4.9 1.8) (layer "F.SilkS") (width 0.12) (tstamp fb007e20-e6c5-467a-afd8-ba2b5ce1e587)) - (fp_line (start 8.45 3.3) (end 8.45 -2.2) (layer "F.CrtYd") (width 0.05) (tstamp 43e37b4b-f693-44b5-ac9e-9fb9ab943a60)) - (fp_line (start -2.45 3.3) (end 8.45 3.3) (layer "F.CrtYd") (width 0.05) (tstamp ae63ea51-090b-444e-be4d-999d5512774e)) - (fp_line (start 8.45 -2.2) (end -2.45 -2.2) (layer "F.CrtYd") (width 0.05) (tstamp be94c800-265a-4bef-9211-e52bb2a4ad57)) - (fp_line (start -2.45 -2.2) (end -2.45 3.3) (layer "F.CrtYd") (width 0.05) (tstamp e30cadd0-d471-4fae-98cf-c3ffc686dea4)) - (fp_line (start -1.95 2.8) (end 7.95 2.8) (layer "F.Fab") (width 0.1) (tstamp 29c3ed9d-f1fb-436e-aeee-b10f87652b85)) - (fp_line (start -1.95 -1.7) (end -1.95 2.8) (layer "F.Fab") (width 0.1) (tstamp 30bea62d-83ee-4cd8-95a3-7ecb23237e9b)) - (fp_line (start 7.95 2.8) (end 7.95 -1.7) (layer "F.Fab") (width 0.1) (tstamp 8f078aa2-af9e-4b53-b792-9ea3ef80aadc)) - (fp_line (start -1.11 -2.11) (end -2.36 -2.11) (layer "F.Fab") (width 0.1) (tstamp 9e480936-723a-46aa-bd7d-91745d86efc5)) - (fp_line (start 7.95 -1.7) (end -1.95 -1.7) (layer "F.Fab") (width 0.1) (tstamp a41e2f22-1df2-41cd-a4c7-5a7f6ea3a3e0)) - (fp_line (start -2.36 -2.11) (end -2.36 -0.86) (layer "F.Fab") (width 0.1) (tstamp f3c09bee-4f49-4424-8a52-a44cd754d381)) - (pad "1" thru_hole roundrect locked (at 0 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) (roundrect_rratio 0.2083333333) + (fp_line (start -2.36 -2.11) (end -2.36 -0.86) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72783c16-28b8-4a28-902d-5279a687eac2)) + (fp_line (start -2.06 -1.81) (end -2.06 2.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24a6a119-5bbe-42c4-a31e-2faf818fb679)) + (fp_line (start -2.06 -0.5) (end -1.45 -0.5) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 245e1239-ec60-4bd6-9a77-a698516f5bea)) + (fp_line (start -2.06 0.8) (end -1.45 0.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80cb0a1d-5b8f-425f-84f4-6cb901d1210c)) + (fp_line (start -2.06 2.91) (end 8.06 2.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51ee5868-7537-4211-aa11-3c337dda7f90)) + (fp_line (start -1.45 -1.2) (end -1.45 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c94f0fb-313a-46a9-99eb-66fc25ea9010)) + (fp_line (start -1.45 2.3) (end 7.45 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90e616c7-715b-4743-85e7-34bf98f7f544)) + (fp_line (start -1.11 -2.11) (end -2.36 -2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 193f95ce-1b9c-4040-b966-fdedb8c323f4)) + (fp_line (start -0.6 -2.01) (end -0.6 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab2d1b9d-a2f7-4d6b-bf8f-96327fbc3936)) + (fp_line (start -0.3 -2.01) (end -0.6 -2.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39d1ed61-7c53-4029-9f0e-4d8e6abd5916)) + (fp_line (start -0.3 -1.91) (end -0.6 -1.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68a4f28e-5ea8-42b5-88b4-d53e51610318)) + (fp_line (start -0.3 -1.81) (end -0.3 -2.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ba28a29-fc00-4b30-8299-75eb6ed5017a)) + (fp_line (start 0.5 -1.81) (end 0.5 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1ddf8ac-87e1-4d4b-ab3d-1f3b175755b3)) + (fp_line (start 0.5 -1.2) (end -1.45 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2cff67a3-7c11-4a73-b308-965104e0a016)) + (fp_line (start 0.9 1.8) (end 1.1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9dc4873a-2607-46eb-8176-2e2e1ff5755f)) + (fp_line (start 0.9 2.3) (end 0.9 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8c7477e-0a1b-45be-bd23-58ff10e92506)) + (fp_line (start 1 2.3) (end 1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc295fc9-99e6-452b-a451-be9eb6f7dffd)) + (fp_line (start 1.1 1.8) (end 1.1 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88723c47-ac51-4986-8383-8f006e7f9c39)) + (fp_line (start 2.9 1.8) (end 3.1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7eba304d-90fc-43da-af51-2699538f150c)) + (fp_line (start 2.9 2.3) (end 2.9 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f48de76d-7b41-4c77-8e30-a20cb07a4594)) + (fp_line (start 3 2.3) (end 3 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8528f401-da37-489f-b9dd-97daafa08716)) + (fp_line (start 3.1 1.8) (end 3.1 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e297a69d-241d-4404-a03c-f45f3a7e83c8)) + (fp_line (start 4.9 1.8) (end 5.1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9c8da9a-a469-4b34-ac81-d97031fcd81e)) + (fp_line (start 4.9 2.3) (end 4.9 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb007e20-e6c5-467a-afd8-ba2b5ce1e587)) + (fp_line (start 5 2.3) (end 5 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 929406c7-40cb-47f2-a3cf-1233ef9ab71b)) + (fp_line (start 5.1 1.8) (end 5.1 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8dd80c7-5286-4178-9f05-0aacadea95c5)) + (fp_line (start 5.5 -1.2) (end 5.5 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 045296de-f8be-4e2f-b92d-00322307b2ad)) + (fp_line (start 7.45 -1.2) (end 5.5 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa4f0265-0baf-4f08-98fe-ebd4f5ff2c86)) + (fp_line (start 7.45 2.3) (end 7.45 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b2b91db-61bf-4aae-93fd-ad27643ac9c7)) + (fp_line (start 8.06 -1.81) (end -2.06 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a286624d-9651-431f-8db8-485852f325e1)) + (fp_line (start 8.06 -0.5) (end 7.45 -0.5) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5c9e631-9361-48e5-865c-da81d2120392)) + (fp_line (start 8.06 0.8) (end 7.45 0.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79c6b16f-0adb-4f0d-993d-23a666099b06)) + (fp_line (start 8.06 2.91) (end 8.06 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a903bde-5cf8-43b1-979b-0cdd0801bd00)) + (fp_line (start -2.45 -2.2) (end -2.45 3.3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e30cadd0-d471-4fae-98cf-c3ffc686dea4)) + (fp_line (start -2.45 3.3) (end 8.45 3.3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae63ea51-090b-444e-be4d-999d5512774e)) + (fp_line (start 8.45 -2.2) (end -2.45 -2.2) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be94c800-265a-4bef-9211-e52bb2a4ad57)) + (fp_line (start 8.45 3.3) (end 8.45 -2.2) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43e37b4b-f693-44b5-ac9e-9fb9ab943a60)) + (fp_line (start -2.36 -2.11) (end -2.36 -0.86) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3c09bee-4f49-4424-8a52-a44cd754d381)) + (fp_line (start -1.95 -1.7) (end -1.95 2.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30bea62d-83ee-4cd8-95a3-7ecb23237e9b)) + (fp_line (start -1.95 2.8) (end 7.95 2.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29c3ed9d-f1fb-436e-aeee-b10f87652b85)) + (fp_line (start -1.11 -2.11) (end -2.36 -2.11) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e480936-723a-46aa-bd7d-91745d86efc5)) + (fp_line (start 7.95 -1.7) (end -1.95 -1.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a41e2f22-1df2-41cd-a4c7-5a7f6ea3a3e0)) + (fp_line (start 7.95 2.8) (end 7.95 -1.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f078aa2-af9e-4b53-b792-9ea3ef80aadc)) + (pad "1" thru_hole roundrect (at 0 0 180) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.2083333333) (net 257 "Net-(C69-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 3e44f1d3-0d1d-4793-b977-b1c922de0f6c)) - (pad "2" thru_hole oval locked (at 2 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (pad "2" thru_hole oval (at 2 0 180) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") (net 189 "Net-(J9-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 9cd692b1-5bdb-4d89-9eb1-aa6f4f2c5ed7)) - (pad "3" thru_hole oval locked (at 4 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (pad "3" thru_hole oval (at 4 0 180) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") (net 188 "Net-(J9-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 368da704-844b-4928-82b3-4f8886062260)) - (pad "4" thru_hole oval locked (at 6 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (pad "4" thru_hole oval (at 6 0 180) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_4") (pintype "passive") (tstamp 7581cf48-2a03-48d5-a03e-a5749a1b75da)) (model "${KISYS3DMOD}/Connector_JST.3dshapes/JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical.wrl" (offset (xyz 0 0 0)) @@ -11016,7 +13240,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d44513a) + (tstamp 00000000-0000-0000-0000-00005d44513a) (at 66.75 126 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -11029,30 +13253,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005d95f31a") (attr smd) (fp_text reference "R92" (at -2.5 -0.05 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 616029bb-d3ae-455e-bdd9-dd9dc09ada1d) ) (fp_text value "27" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 2a1c776f-166e-4133-ae6e-23c21d188756) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fbca5914-c215-46c3-96aa-43180abe4b3f) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 02f467bc-ce7e-4210-81fc-26869828290b)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d09357fb-7752-43a3-9941-6ebce96db4f1)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 58ae0bd3-43ca-4189-b564-074e40f5043c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b967b8be-e22a-4ee3-b8af-f7bab06f6224)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c67a82ff-8a0e-4845-a06f-a111772b5629)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d62ebfc3-f5fc-4414-a5b5-84c1bf5e295e)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 20c4c1a6-6ab9-4897-abda-c035c48d39c9)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 30af3113-44a7-45c8-980b-f54da61d1129)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5f10dcdd-fcb1-42d5-9046-a40a8b4dedcf)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d2027ca1-71d2-40f2-8691-1ff2346d2572)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d09357fb-7752-43a3-9941-6ebce96db4f1)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02f467bc-ce7e-4210-81fc-26869828290b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d62ebfc3-f5fc-4414-a5b5-84c1bf5e295e)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c67a82ff-8a0e-4845-a06f-a111772b5629)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b967b8be-e22a-4ee3-b8af-f7bab06f6224)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58ae0bd3-43ca-4189-b564-074e40f5043c)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2027ca1-71d2-40f2-8691-1ff2346d2572)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30af3113-44a7-45c8-980b-f54da61d1129)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f10dcdd-fcb1-42d5-9046-a40a8b4dedcf)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20c4c1a6-6ab9-4897-abda-c035c48d39c9)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 182 "USB3_3_DN") (pintype "passive") (tstamp 836edfae-0d37-481f-acc1-f736ee866ff3)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 189 "Net-(J9-Pad2)") (pintype "passive") (tstamp d5955a04-5f6d-45fc-b0e4-7757061e372d)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -11062,7 +13296,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d467ee6) + (tstamp 00000000-0000-0000-0000-00005d467ee6) (at 99.5 67.65 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -11075,30 +13309,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d6f") (attr smd) (fp_text reference "C129" (at 2.9 0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c835b3e7-d879-4bf7-8a98-43955d574763) ) (fp_text value "1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c0550366-f192-48a9-a147-24d06cfa324f) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8e827b33-5178-4d0f-8d4b-62aa835f9ab7) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 40d51bed-a8b2-4b06-8f58-7f1cf1282dca)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp b0a01d90-f077-4127-b97e-3088dbaec596)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3eb5bfbd-c0d9-4b4b-9c2d-2313c48f65a7)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7874c9e0-33d4-4315-b257-0b4cd512c2c9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 939407b0-3009-4d63-9783-a6929c65d3f4)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d0137a68-c320-4ad0-b97a-e78fcc9d7f01)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 663861cb-f4cc-4345-aab0-8f7d4d82a40d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a36721aa-472b-4c0c-a4dd-c8403979de3d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp aa5e8998-dccb-4bc7-a996-e9b3ee5d97fa)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ffba246e-b162-4b03-b8a0-7b316ce1fec2)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0a01d90-f077-4127-b97e-3088dbaec596)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40d51bed-a8b2-4b06-8f58-7f1cf1282dca)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3eb5bfbd-c0d9-4b4b-9c2d-2313c48f65a7)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7874c9e0-33d4-4315-b257-0b4cd512c2c9)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d0137a68-c320-4ad0-b97a-e78fcc9d7f01)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 939407b0-3009-4d63-9783-a6929c65d3f4)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ffba246e-b162-4b03-b8a0-7b316ce1fec2)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a36721aa-472b-4c0c-a4dd-c8403979de3d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa5e8998-dccb-4bc7-a996-e9b3ee5d97fa)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 663861cb-f4cc-4345-aab0-8f7d4d82a40d)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 598 "Net-(C129-Pad1)") (pintype "passive") (tstamp 8a76da86-4629-419a-bdb6-b45afffddaa1)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp fa288e99-cdc4-4516-b0ab-8243ef92fd9a)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -11108,7 +13352,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d467f16) + (tstamp 00000000-0000-0000-0000-00005d467f16) (at 102.4 73.8 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -11121,30 +13365,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d88") (attr smd) (fp_text reference "C130" (at 0 -1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c826e9a5-29be-4094-9ee7-25ed9e6ed977) ) (fp_text value "1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 781c04de-06f4-459d-8566-42fef97d9141) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b174a0e3-e4b5-45f3-aecf-f151b9163c59) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c9b2ad5b-9a04-4d16-abc6-5ca64e655051)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp e286f5a5-4a91-430b-99de-97e5992fae27)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2f7e6c61-05d5-4da8-a5ff-0f40ce6ec276)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 554890a2-e290-41c5-b3e0-7961a708f57f)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 55689b6a-7992-4742-99d2-ec44c44b86f9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 680d4c5a-52e0-4515-9eb0-655f14816add)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 02e5fc69-ccaf-4fac-9057-9b79843ab229)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 948d1d5a-92e6-4a78-b7e0-2192807383ec)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a3a8a29d-d81b-4259-8911-0f4ffba3a87d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e95fbdec-5060-4f22-8345-b8264fa7d821)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e286f5a5-4a91-430b-99de-97e5992fae27)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9b2ad5b-9a04-4d16-abc6-5ca64e655051)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 55689b6a-7992-4742-99d2-ec44c44b86f9)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 554890a2-e290-41c5-b3e0-7961a708f57f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f7e6c61-05d5-4da8-a5ff-0f40ce6ec276)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 680d4c5a-52e0-4515-9eb0-655f14816add)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02e5fc69-ccaf-4fac-9057-9b79843ab229)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3a8a29d-d81b-4259-8911-0f4ffba3a87d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e95fbdec-5060-4f22-8345-b8264fa7d821)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 948d1d5a-92e6-4a78-b7e0-2192807383ec)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 166 "+1V8") (pintype "passive") (tstamp ad5c8623-311e-4545-a845-3cd139784b06)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 1067ed36-537b-4b37-a6be-0624ff9a5cb3)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -11154,7 +13408,7 @@ ) (footprint "Package_TO_SOT_SMD:SOT-223" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005d467f4b) + (tstamp 00000000-0000-0000-0000-00005d467f4b) (at 104.05 68.5 -90) (descr "module CMS SOT223 4 pins") (tags "CMS SOT") @@ -11167,36 +13421,49 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d5f") (attr smd) (fp_text reference "U17" (at -3.15 -4.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cc7030fd-beba-4c1a-94b3-8e91da11e0b9) ) (fp_text value "TLV1117-18" (at 0 4.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5b40d291-7371-4310-b36d-6fbd82cf9670) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9ae67574-c1bf-4a04-94fc-768b3c4de9d7) ) - (fp_line (start 1.91 3.41) (end 1.91 2.15) (layer "F.SilkS") (width 0.12) (tstamp 01783d2a-0267-4cc1-a621-6f45762fbe6b)) - (fp_line (start -1.85 3.41) (end 1.91 3.41) (layer "F.SilkS") (width 0.12) (tstamp 23a57d0d-4914-4cbd-b4e0-37295804637c)) - (fp_line (start 1.91 -3.41) (end 1.91 -2.15) (layer "F.SilkS") (width 0.12) (tstamp 5d57dcf2-801c-4449-a625-6052218851a5)) - (fp_line (start -4.1 -3.41) (end 1.91 -3.41) (layer "F.SilkS") (width 0.12) (tstamp c9623b41-fc02-410c-844b-0daba359dccc)) - (fp_line (start 4.4 3.6) (end 4.4 -3.6) (layer "F.CrtYd") (width 0.05) (tstamp 4586a84d-6549-4f81-91fb-09bba0f415bd)) - (fp_line (start 4.4 -3.6) (end -4.4 -3.6) (layer "F.CrtYd") (width 0.05) (tstamp 89c767d6-11ac-481b-889b-834b64baade6)) - (fp_line (start -4.4 3.6) (end 4.4 3.6) (layer "F.CrtYd") (width 0.05) (tstamp e8099d80-6fc5-41a6-a680-3ca716b75ad3)) - (fp_line (start -4.4 -3.6) (end -4.4 3.6) (layer "F.CrtYd") (width 0.05) (tstamp ee83a552-4bdf-4f8d-8441-26daf9de72d3)) - (fp_line (start -0.8 -3.35) (end 1.85 -3.35) (layer "F.Fab") (width 0.1) (tstamp 03ab6432-3f0c-4e66-acd4-8143f64bee28)) - (fp_line (start -1.85 3.35) (end 1.85 3.35) (layer "F.Fab") (width 0.1) (tstamp 2189f54c-a5e3-4d9a-a627-ccf954b6fc60)) - (fp_line (start -1.85 -2.3) (end -0.8 -3.35) (layer "F.Fab") (width 0.1) (tstamp 4f0749eb-937f-477f-bf20-460bdf021463)) - (fp_line (start -1.85 -2.3) (end -1.85 3.35) (layer "F.Fab") (width 0.1) (tstamp 653f514f-99ed-4333-b156-4f3877c11bce)) - (fp_line (start 1.85 -3.35) (end 1.85 3.35) (layer "F.Fab") (width 0.1) (tstamp 723529ae-833c-426f-8884-fb22967c6030)) + (fp_line (start -4.1 -3.41) (end 1.91 -3.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9623b41-fc02-410c-844b-0daba359dccc)) + (fp_line (start -1.85 3.41) (end 1.91 3.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23a57d0d-4914-4cbd-b4e0-37295804637c)) + (fp_line (start 1.91 -3.41) (end 1.91 -2.15) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d57dcf2-801c-4449-a625-6052218851a5)) + (fp_line (start 1.91 3.41) (end 1.91 2.15) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01783d2a-0267-4cc1-a621-6f45762fbe6b)) + (fp_line (start -4.4 -3.6) (end -4.4 3.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee83a552-4bdf-4f8d-8441-26daf9de72d3)) + (fp_line (start -4.4 3.6) (end 4.4 3.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8099d80-6fc5-41a6-a680-3ca716b75ad3)) + (fp_line (start 4.4 -3.6) (end -4.4 -3.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 89c767d6-11ac-481b-889b-834b64baade6)) + (fp_line (start 4.4 3.6) (end 4.4 -3.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4586a84d-6549-4f81-91fb-09bba0f415bd)) + (fp_line (start -1.85 -2.3) (end -1.85 3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 653f514f-99ed-4333-b156-4f3877c11bce)) + (fp_line (start -1.85 -2.3) (end -0.8 -3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f0749eb-937f-477f-bf20-460bdf021463)) + (fp_line (start -1.85 3.35) (end 1.85 3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2189f54c-a5e3-4d9a-a627-ccf954b6fc60)) + (fp_line (start -0.8 -3.35) (end 1.85 -3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03ab6432-3f0c-4e66-acd4-8143f64bee28)) + (fp_line (start 1.85 -3.35) (end 1.85 3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 723529ae-833c-426f-8884-fb22967c6030)) (pad "1" smd rect (at -3.15 -2.3 270) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 175813e5-e1f9-4884-8f2e-a39e47463d5e)) - (pad "2" smd rect (at 3.15 0 270) (size 2 3.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 166 "+1V8") (pinfunction "VO") (pintype "power_out") (tstamp 3c9ed796-6796-4ef9-af59-a017f5da7ae2)) (pad "2" smd rect (at -3.15 0 270) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask") (net 166 "+1V8") (pinfunction "VO") (pintype "power_out") (tstamp 8ed9de77-2f55-4505-b2f2-759c7c1892e1)) + (pad "2" smd rect (at 3.15 0 270) (size 2 3.8) (layers "F.Cu" "F.Paste" "F.Mask") + (net 166 "+1V8") (pinfunction "VO") (pintype "power_out") (tstamp 3c9ed796-6796-4ef9-af59-a017f5da7ae2)) (pad "3" smd rect (at -3.15 2.3 270) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask") (net 598 "Net-(C129-Pad1)") (pinfunction "VI") (pintype "power_in") (tstamp 1f903ccc-bf83-45c2-afe1-6969e2ac11f5)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-223.wrl" @@ -11207,7 +13474,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d48f396) + (tstamp 00000000-0000-0000-0000-00005d48f396) (at 93 100 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -11221,30 +13488,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/941d70ad-4bbe-4fbb-bb84-12663cceabd6") (attr smd) (fp_text reference "C8" (at -2.15 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a71f49e8-7557-4568-b821-521d0c3beabe) ) (fp_text value "18pF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4d893b35-1ca9-41fd-b872-c04db3febad9) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 27925452-37dc-401e-95b5-2cb91de3c6b6) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 076b0ccc-31b9-4ae2-ac7b-ade92a93d994)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp e97d3711-c571-4ae5-b44b-39d252527e23)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 25dd6c54-ee94-4c39-be1e-de44ec6b26f3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4be0dbea-bd3b-4dae-af23-88eeaa86d5d0)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b3740a43-d372-4610-9911-a55822d2a955)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d74bc5f7-6a12-4c60-8334-749b0f1b75b2)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2c6b4034-b031-4ad0-b563-0bb7dcee1e5d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8ac9bb37-de42-429b-9468-0f45e047442b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8faa383e-9259-43bf-a00f-34db07100a35)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9feabcf7-19bd-45cb-8b74-62948d7d78d1)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e97d3711-c571-4ae5-b44b-39d252527e23)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 076b0ccc-31b9-4ae2-ac7b-ade92a93d994)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3740a43-d372-4610-9911-a55822d2a955)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25dd6c54-ee94-4c39-be1e-de44ec6b26f3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d74bc5f7-6a12-4c60-8334-749b0f1b75b2)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4be0dbea-bd3b-4dae-af23-88eeaa86d5d0)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8faa383e-9259-43bf-a00f-34db07100a35)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ac9bb37-de42-429b-9468-0f45e047442b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9feabcf7-19bd-45cb-8b74-62948d7d78d1)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c6b4034-b031-4ad0-b563-0bb7dcee1e5d)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 93 "Net-(C8-Pad1)") (pintype "passive") (tstamp 7edbe7b3-ac2d-4563-b6b2-bce6a42a2294)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 92 "Net-(C10-Pad2)") (pintype "passive") (tstamp ab1f4ea3-53fd-4f07-9795-3eac4427f90d)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -11254,7 +13531,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d538727) + (tstamp 00000000-0000-0000-0000-00005d538727) (at 224.75 102 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -11267,30 +13544,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842f3") (attr smd) (fp_text reference "R75" (at -2.5 0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d01585c0-ff8d-4d80-895a-d0f43a69c51b) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9a190e6f-f7ac-44f9-aafd-0ffdaae36bc4) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0710d3ef-b5b6-4873-9105-e41e4337b147) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b88b7a02-00ad-4a20-b74b-4ac6fa73cb52)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp deef65ea-5796-4266-9596-f54526e519fe)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 02b3d96e-7b8a-4e50-821b-284ab114c9df)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 17d34694-0474-4a8e-81a9-2c0caf61f792)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 801799b8-ebb5-402f-bd4f-3c59b14e64bc)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d3629bb8-2990-4012-9011-102e07136cf6)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 42750e58-38ff-4837-8dda-36f891afb9e0)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7ecd829b-0edd-44c4-9a04-79cb19004407)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ac273a09-3ac4-4a17-a35a-7d94e9de9b13)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c54abbf2-0fe0-4b4f-a721-8ae08c0f89bb)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp deef65ea-5796-4266-9596-f54526e519fe)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b88b7a02-00ad-4a20-b74b-4ac6fa73cb52)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3629bb8-2990-4012-9011-102e07136cf6)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 801799b8-ebb5-402f-bd4f-3c59b14e64bc)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17d34694-0474-4a8e-81a9-2c0caf61f792)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02b3d96e-7b8a-4e50-821b-284ab114c9df)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c54abbf2-0fe0-4b4f-a721-8ae08c0f89bb)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42750e58-38ff-4837-8dda-36f891afb9e0)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac273a09-3ac4-4a17-a35a-7d94e9de9b13)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ecd829b-0edd-44c4-9a04-79cb19004407)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 90 "BMON_SDI") (pintype "passive") (tstamp 72d6b9d1-6036-403f-83d5-636c825a1edc)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 319 "/Reform 2 Power/Reform 2 LPC/LPC_MOSI1b") (pintype "passive") (tstamp c2197c2a-1f43-4282-9844-14ee2b346f66)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -11300,7 +13587,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d5397df) + (tstamp 00000000-0000-0000-0000-00005d5397df) (at 213.75 97.75 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -11313,30 +13600,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884297") (attr smd) (fp_text reference "C47" (at 2.55 -0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 52813152-a197-4d01-b988-fdc29d1c72ec) ) (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9cc796d3-7d45-4644-9439-5a7a3d8f3f11) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 813bf003-b75d-4ee7-952a-3d9dfb97c9fa) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 35c63679-67ab-49a3-98fb-3028429ce5b9)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp f5e32f76-f3ec-4447-934e-c3a301766408)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 122d7056-8201-4fc1-a0f2-0454cf94f8df)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 44da23f1-7f3a-4e02-b79b-d40b1cdb2537)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 84d0ceba-a603-4c6b-a24f-3480059427f3)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d4d1a244-f05b-447e-b468-f2180a07151c)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 013301c5-8de5-47d0-9cc6-a7935f5809fb)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4f6d9573-1847-4b05-9917-512a7491ee9e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5289a85b-e4b9-455e-88c8-8e0649dcbe2b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 712ba68c-d8c0-4a37-bb5c-d190039abf7c)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35c63679-67ab-49a3-98fb-3028429ce5b9)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5e32f76-f3ec-4447-934e-c3a301766408)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 122d7056-8201-4fc1-a0f2-0454cf94f8df)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44da23f1-7f3a-4e02-b79b-d40b1cdb2537)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4d1a244-f05b-447e-b468-f2180a07151c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84d0ceba-a603-4c6b-a24f-3480059427f3)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 013301c5-8de5-47d0-9cc6-a7935f5809fb)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5289a85b-e4b9-455e-88c8-8e0649dcbe2b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 712ba68c-d8c0-4a37-bb5c-d190039abf7c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f6d9573-1847-4b05-9917-512a7491ee9e)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pintype "passive") (tstamp d1d95d40-263e-4f27-bcb6-71f3600e697f)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 5a1a3957-32fd-4bce-9073-56258830a55a)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -11346,7 +13643,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d53980f) + (tstamp 00000000-0000-0000-0000-00005d53980f) (at 213.75 99.5 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -11359,30 +13656,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842a1") (attr smd) (fp_text reference "C49" (at 2.55 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d3abffd3-13b3-42b0-a457-aa20b4b82173) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 484165eb-8990-4e58-af6a-3b153c699f0b) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7df5739e-c664-4b4c-b612-4c3cda67e563) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 51c771e4-1256-43a8-ad8c-0fc4fede9b2e)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp ddcaa0c2-e6f7-4244-bada-7c8c4b9f40d5)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5ea6971f-0d78-4cab-870b-ab97821652db)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a76c1384-0ff1-4c18-910e-659d2d17c601)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ac001cfc-cf0b-4780-8f41-e1e5923195cc)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f4de43f1-45fb-472d-9f01-8e4930b4aea5)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5fc6742c-c95d-4a79-80ce-e1f5edcd866a)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 79debfd8-dd03-4016-a02e-bd8cf6973c66)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp aab0152b-11cf-42f3-bb0c-b0d53ecd9432)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp dbd918e7-7094-4085-aafc-f6cf93e2fdb1)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ddcaa0c2-e6f7-4244-bada-7c8c4b9f40d5)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51c771e4-1256-43a8-ad8c-0fc4fede9b2e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ea6971f-0d78-4cab-870b-ab97821652db)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4de43f1-45fb-472d-9f01-8e4930b4aea5)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac001cfc-cf0b-4780-8f41-e1e5923195cc)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a76c1384-0ff1-4c18-910e-659d2d17c601)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79debfd8-dd03-4016-a02e-bd8cf6973c66)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aab0152b-11cf-42f3-bb0c-b0d53ecd9432)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dbd918e7-7094-4085-aafc-f6cf93e2fdb1)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5fc6742c-c95d-4a79-80ce-e1f5edcd866a)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pintype "passive") (tstamp b35fa868-2a71-4943-8b96-97a5106a4674)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 44303295-c103-48a2-adbc-52713fb80056)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -11392,7 +13699,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d54d79a) + (tstamp 00000000-0000-0000-0000-00005d54d79a) (at 217.5 80.75 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -11405,30 +13712,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005da87421") (attr smd) (fp_text reference "R135" (at 0 -1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e6fb6e1d-e96c-4913-935a-eeaf4072d727) ) (fp_text value "4.7k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 8701cadc-5ba7-48c1-9a36-e9d212727c7a) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8d9f24aa-6fae-40bd-9a3d-28e90069e09e) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 343c5473-1387-4cd4-9a5f-5073f20cabb4)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp da91d5b3-3b70-495b-873c-2c8926edf77b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0ca86e8e-50b8-4cc9-8f43-83a82a3bdb0c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1c9066d5-0971-42c9-8079-3d4d39ede618)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp eb126b8c-f8a7-4792-adde-dab15f42df4d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f78de5a7-ea8e-4615-970d-73943f541606)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2341e13f-e487-464c-b882-d69c28038c72)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 473edb64-b029-455b-aa84-14bbc1fa8cf4)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d3fd4be2-80e9-4315-b1be-5596fc7462a3)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f42f323e-2c7c-4b71-b8b5-1d53a53e0956)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 343c5473-1387-4cd4-9a5f-5073f20cabb4)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da91d5b3-3b70-495b-873c-2c8926edf77b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb126b8c-f8a7-4792-adde-dab15f42df4d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ca86e8e-50b8-4cc9-8f43-83a82a3bdb0c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c9066d5-0971-42c9-8079-3d4d39ede618)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f78de5a7-ea8e-4615-970d-73943f541606)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f42f323e-2c7c-4b71-b8b5-1d53a53e0956)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3fd4be2-80e9-4315-b1be-5596fc7462a3)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2341e13f-e487-464c-b882-d69c28038c72)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 473edb64-b029-455b-aa84-14bbc1fa8cf4)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp 3d692c4c-d589-4928-b6b4-4ba52a38277a)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 408 "Net-(R135-Pad2)") (pintype "passive") (tstamp 76416bb1-e2f3-4321-9aa9-acc861c84246)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -11438,7 +13755,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005d62ab28) + (tstamp 00000000-0000-0000-0000-00005d62ab28) (at 150.5 54.25 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -11451,30 +13768,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eeaefe2") (attr smd) (fp_text reference "C124" (at 2.65 0.9 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b3866270-94e8-4b9a-9b24-0414563cccdd) ) (fp_text value "47uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 43d163c3-37e8-48fb-9a44-462118725054) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 456476c1-fb49-45e7-9f08-ce1703fff770) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4ab2c6df-69f1-48d8-bccd-987cbd897314)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 58f5bfd2-2150-4bcd-bbbf-ba6d39f83e41)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 07581155-44d8-413e-a145-78378706a445)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 49615b01-9294-411b-8951-2f5af1f0ad3c)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c6bdc093-b0f2-4c72-8e0c-141f7c2009b0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp db7995cb-dd26-4ad8-8752-26708a732845)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 19d77385-a709-46f2-bcd6-298d22b7df59)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b32dec5e-b7c9-4322-a2c9-6bf73df99156)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f14b6f01-8779-4ff1-bec4-3bde79f1cc51)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fedce418-10cc-40ec-89b5-30d9fadbe7ee)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58f5bfd2-2150-4bcd-bbbf-ba6d39f83e41)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ab2c6df-69f1-48d8-bccd-987cbd897314)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07581155-44d8-413e-a145-78378706a445)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db7995cb-dd26-4ad8-8752-26708a732845)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49615b01-9294-411b-8951-2f5af1f0ad3c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6bdc093-b0f2-4c72-8e0c-141f7c2009b0)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fedce418-10cc-40ec-89b5-30d9fadbe7ee)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f14b6f01-8779-4ff1-bec4-3bde79f1cc51)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b32dec5e-b7c9-4322-a2c9-6bf73df99156)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19d77385-a709-46f2-bcd6-298d22b7df59)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 380 "Net-(C124-Pad1)") (pintype "passive") (tstamp c247cc31-4daa-470e-8098-12cd85369851)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 708260a2-8244-4a7a-a315-84dd462761d8)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -11484,7 +13811,7 @@ ) (footprint "Button_Switch_SMD:SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm" (layer "F.Cu") - (tedit 5AC88315) (tstamp 00000000-0000-0000-0000-00005d6609ad) + (tstamp 00000000-0000-0000-0000-00005d6609ad) (at 166.7 131.05 180) (descr "SMD 1x-dip-switch SPST Omron_A6S-110x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf)") (tags "SMD DIP Switch SPST Slide 8.9mm 350mil") @@ -11497,56 +13824,88 @@ (path "/00000000-0000-0000-0000-00005e29784d") (attr smd) (fp_text reference "SW3" (at 4.7 1.45) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6c707a6e-4b25-4317-8ae2-08d4ca85c144) ) (fp_text value "SW_DIP_x01" (at 0 2.8) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp eb41eaf8-fc2e-43ec-9227-1fedd7559256) ) (fp_text user "${REFERENCE}" (at 2.3 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 251696f1-8a33-4108-8f6c-666d6f581ab3) ) (fp_text user "on" (at 0.075 -1.145) (layer "F.Fab") - (effects (font (size 0.6 0.6) (thickness 0.09))) + (effects (font (size 0.6 0.6) (thickness 0.09))) (tstamp 5718d02e-8df0-43a5-9714-093559a0a859) ) - (fp_line (start -5.2 -0.851) (end -3.16 -0.851) (layer "F.SilkS") (width 0.12) (tstamp 053d5b5b-68d7-4c24-9f91-fa8453643802)) - (fp_line (start 3.16 -1.8) (end 3.16 -0.061) (layer "F.SilkS") (width 0.12) (tstamp 1516921b-5fd8-42e1-b23d-1af4323e9438)) - (fp_line (start -3.16 1.8) (end 3.16 1.8) (layer "F.SilkS") (width 0.12) (tstamp 53105295-7bdd-4918-9fe1-4efe9c71f39e)) - (fp_line (start -3.16 0.061) (end -3.16 1.8) (layer "F.SilkS") (width 0.12) (tstamp b18df73b-c8e5-4280-9ea6-ed4f511da3c6)) - (fp_line (start 3.16 0.061) (end 3.16 1.8) (layer "F.SilkS") (width 0.12) (tstamp c30d2333-8f5d-4145-8041-55cc59b83a40)) - (fp_line (start -3.16 -1.8) (end -3.16 -0.851) (layer "F.SilkS") (width 0.12) (tstamp ce79530d-b5e9-4646-969b-e81071f6ca25)) - (fp_line (start -3.16 -1.8) (end 3.16 -1.8) (layer "F.SilkS") (width 0.12) (tstamp ebd76ed1-5199-43c7-a5bc-104dc8a60358)) - (fp_line (start 5.45 2.05) (end 5.45 -2.05) (layer "F.CrtYd") (width 0.05) (tstamp 3a520c17-57c0-47fc-855f-6792ce348683)) - (fp_line (start -5.45 -2.05) (end -5.45 2.05) (layer "F.CrtYd") (width 0.05) (tstamp 4acc9769-1ff3-42a2-ae4c-8a591c57ee17)) - (fp_line (start -5.45 2.05) (end 5.45 2.05) (layer "F.CrtYd") (width 0.05) (tstamp 6eb4e453-b000-4716-b9cd-9d91491aef36)) - (fp_line (start 5.45 -2.05) (end -5.45 -2.05) (layer "F.CrtYd") (width 0.05) (tstamp d8606268-5b4a-4725-8a23-5a35fe715c98)) - (fp_line (start -3.1 -0.74) (end -2.1 -1.74) (layer "F.Fab") (width 0.1) (tstamp 0cd26a74-f558-498f-bed4-371a10d2b513)) - (fp_line (start -2.1 -1.74) (end 3.1 -1.74) (layer "F.Fab") (width 0.1) (tstamp 1722006e-b3c3-4356-826f-4e21818c9d95)) - (fp_line (start -1.5 0.15) (end -0.5 0.15) (layer "F.Fab") (width 0.1) (tstamp 257f9380-5c01-4973-b58d-19772b5cdd0f)) - (fp_line (start -1.5 -0.55) (end -1.5 0.55) (layer "F.Fab") (width 0.1) (tstamp 2d4c6458-4923-4c76-b7c1-4433fced05b4)) - (fp_line (start -1.5 0.35) (end -0.5 0.35) (layer "F.Fab") (width 0.1) (tstamp 2e05f3dc-4a55-4135-9bca-d966a580b68e)) - (fp_line (start 3.1 1.74) (end -3.1 1.74) (layer "F.Fab") (width 0.1) (tstamp 34fa6879-811f-4956-a6a9-06a11f0c0f86)) - (fp_line (start -1.5 0.45) (end -0.5 0.45) (layer "F.Fab") (width 0.1) (tstamp 374895d6-76a2-44ed-9b9a-d306b100a79a)) - (fp_line (start -1.5 0.25) (end -0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp 42ae4343-a78f-4b58-b801-6773b4370d61)) - (fp_line (start -3.1 1.74) (end -3.1 -0.74) (layer "F.Fab") (width 0.1) (tstamp 6a344c08-3c83-4295-b519-91e7ab23fa1e)) - (fp_line (start 1.5 0.55) (end 1.5 -0.55) (layer "F.Fab") (width 0.1) (tstamp 7527e658-7f79-4e1a-9b8a-5d0f3d5fae8b)) - (fp_line (start -1.5 -0.45) (end -0.5 -0.45) (layer "F.Fab") (width 0.1) (tstamp 844673be-1830-42fd-a2a4-8e21732fb1cb)) - (fp_line (start 1.5 -0.55) (end -1.5 -0.55) (layer "F.Fab") (width 0.1) (tstamp 8992b5c1-f596-413c-9bac-faa33bea0649)) - (fp_line (start -1.5 0.05) (end -0.5 0.05) (layer "F.Fab") (width 0.1) (tstamp 973daf24-b636-48d9-a747-844924c2a405)) - (fp_line (start -1.5 -0.35) (end -0.5 -0.35) (layer "F.Fab") (width 0.1) (tstamp bf548860-4684-4636-8f4e-1e5b237c63d1)) - (fp_line (start -1.5 -0.05) (end -0.5 -0.05) (layer "F.Fab") (width 0.1) (tstamp c19d532d-3ee7-46c1-9b3e-0f475460c40b)) - (fp_line (start -0.5 -0.55) (end -0.5 0.55) (layer "F.Fab") (width 0.1) (tstamp ccd608cf-cb81-4b13-9bcf-df05c686c3ae)) - (fp_line (start -1.5 0.55) (end 1.5 0.55) (layer "F.Fab") (width 0.1) (tstamp d47f0ba2-f8d9-43d5-af2e-6e42139f502c)) - (fp_line (start -1.5 -0.15) (end -0.5 -0.15) (layer "F.Fab") (width 0.1) (tstamp d6349faa-6fb4-40dd-96b1-c60253d2bd0a)) - (fp_line (start 3.1 -1.74) (end 3.1 1.74) (layer "F.Fab") (width 0.1) (tstamp dbc5aabd-e282-4d11-b62a-04d115b9ccef)) - (fp_line (start -1.5 -0.25) (end -0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp de1497dc-e2af-4842-b4e8-375c0336fb09)) - (fp_line (start -1.5 0.55) (end -0.5 0.55) (layer "F.Fab") (width 0.1) (tstamp f99eb5f4-7680-477d-bff6-c7c970c12c1e)) - (pad "1" smd rect locked (at -4.45 0 180) (size 1.5 1.1) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -5.2 -0.851) (end -3.16 -0.851) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 053d5b5b-68d7-4c24-9f91-fa8453643802)) + (fp_line (start -3.16 -1.8) (end -3.16 -0.851) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce79530d-b5e9-4646-969b-e81071f6ca25)) + (fp_line (start -3.16 -1.8) (end 3.16 -1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebd76ed1-5199-43c7-a5bc-104dc8a60358)) + (fp_line (start -3.16 0.061) (end -3.16 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b18df73b-c8e5-4280-9ea6-ed4f511da3c6)) + (fp_line (start -3.16 1.8) (end 3.16 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53105295-7bdd-4918-9fe1-4efe9c71f39e)) + (fp_line (start 3.16 -1.8) (end 3.16 -0.061) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1516921b-5fd8-42e1-b23d-1af4323e9438)) + (fp_line (start 3.16 0.061) (end 3.16 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c30d2333-8f5d-4145-8041-55cc59b83a40)) + (fp_line (start -5.45 -2.05) (end -5.45 2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4acc9769-1ff3-42a2-ae4c-8a591c57ee17)) + (fp_line (start -5.45 2.05) (end 5.45 2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6eb4e453-b000-4716-b9cd-9d91491aef36)) + (fp_line (start 5.45 -2.05) (end -5.45 -2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8606268-5b4a-4725-8a23-5a35fe715c98)) + (fp_line (start 5.45 2.05) (end 5.45 -2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a520c17-57c0-47fc-855f-6792ce348683)) + (fp_line (start -3.1 -0.74) (end -2.1 -1.74) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0cd26a74-f558-498f-bed4-371a10d2b513)) + (fp_line (start -3.1 1.74) (end -3.1 -0.74) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a344c08-3c83-4295-b519-91e7ab23fa1e)) + (fp_line (start -2.1 -1.74) (end 3.1 -1.74) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1722006e-b3c3-4356-826f-4e21818c9d95)) + (fp_line (start -1.5 -0.55) (end -1.5 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d4c6458-4923-4c76-b7c1-4433fced05b4)) + (fp_line (start -1.5 -0.45) (end -0.5 -0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 844673be-1830-42fd-a2a4-8e21732fb1cb)) + (fp_line (start -1.5 -0.35) (end -0.5 -0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf548860-4684-4636-8f4e-1e5b237c63d1)) + (fp_line (start -1.5 -0.25) (end -0.5 -0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de1497dc-e2af-4842-b4e8-375c0336fb09)) + (fp_line (start -1.5 -0.15) (end -0.5 -0.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6349faa-6fb4-40dd-96b1-c60253d2bd0a)) + (fp_line (start -1.5 -0.05) (end -0.5 -0.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c19d532d-3ee7-46c1-9b3e-0f475460c40b)) + (fp_line (start -1.5 0.05) (end -0.5 0.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 973daf24-b636-48d9-a747-844924c2a405)) + (fp_line (start -1.5 0.15) (end -0.5 0.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 257f9380-5c01-4973-b58d-19772b5cdd0f)) + (fp_line (start -1.5 0.25) (end -0.5 0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42ae4343-a78f-4b58-b801-6773b4370d61)) + (fp_line (start -1.5 0.35) (end -0.5 0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e05f3dc-4a55-4135-9bca-d966a580b68e)) + (fp_line (start -1.5 0.45) (end -0.5 0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 374895d6-76a2-44ed-9b9a-d306b100a79a)) + (fp_line (start -1.5 0.55) (end -0.5 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f99eb5f4-7680-477d-bff6-c7c970c12c1e)) + (fp_line (start -1.5 0.55) (end 1.5 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d47f0ba2-f8d9-43d5-af2e-6e42139f502c)) + (fp_line (start -0.5 -0.55) (end -0.5 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ccd608cf-cb81-4b13-9bcf-df05c686c3ae)) + (fp_line (start 1.5 -0.55) (end -1.5 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8992b5c1-f596-413c-9bac-faa33bea0649)) + (fp_line (start 1.5 0.55) (end 1.5 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7527e658-7f79-4e1a-9b8a-5d0f3d5fae8b)) + (fp_line (start 3.1 -1.74) (end 3.1 1.74) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dbc5aabd-e282-4d11-b62a-04d115b9ccef)) + (fp_line (start 3.1 1.74) (end -3.1 1.74) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34fa6879-811f-4956-a6a9-06a11f0c0f86)) + (pad "1" smd rect (at -4.45 0 180) (size 1.5 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (net 290 "Net-(R113-Pad1)") (pintype "passive") (tstamp f0db838b-258c-4ac7-80ba-3b1c5573020f)) - (pad "2" smd rect locked (at 4.45 0 180) (size 1.5 1.1) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 4.45 0 180) (size 1.5 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (net 333 "IMX_FBOOT") (pintype "passive") (tstamp 02998450-e569-4076-a5f0-473ec80e96a8)) (model "${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm.wrl" (offset (xyz 0 0 0)) @@ -11556,7 +13915,7 @@ ) (footprint "Connector_FFC-FPC:Hirose_FH12-33S-0.5SH_1x33-1MP_P0.50mm_Horizontal" (layer "F.Cu") - (tedit 5AEE0F8A) (tstamp 00000000-0000-0000-0000-00005d690004) + (tstamp 00000000-0000-0000-0000-00005d690004) (at 214.2 63.7 90) (descr "Molex FH12, FFC/FPC connector, FH12-33S-0.5SH, 33 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator") (tags "connector Hirose top entry") @@ -11569,113 +13928,141 @@ (path "/00000000-0000-0000-0000-0000613584e8") (attr smd) (fp_text reference "J15" (at 0 -3.4 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8a41aca9-d02b-4f04-87d0-9ca290b74aaa) ) (fp_text value "Conn_01x33" (at 0 5.6 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6ed28955-dbcc-4804-a6c4-8569503ea092) ) (fp_text user "${REFERENCE}" (at 0 3.7 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d167eb74-fa6a-4cbe-9642-e6069a63ff33) ) - (fp_line (start -8.41 -1.3) (end -8.41 -2.5) (layer "F.SilkS") (width 0.12) (tstamp 0bb64d2c-5cec-49e4-854c-9772f8888215)) - (fp_line (start 8.41 -1.3) (end 9.9 -1.3) (layer "F.SilkS") (width 0.12) (tstamp 4844fb8a-01d4-4f7f-819c-ec9991519ecc)) - (fp_line (start -9.9 -1.3) (end -9.9 0.04) (layer "F.SilkS") (width 0.12) (tstamp 52ad6b0e-0849-4100-af90-2115f970002f)) - (fp_line (start -9.9 2.76) (end -9.9 4.5) (layer "F.SilkS") (width 0.12) (tstamp 8154450c-21e4-4d5f-ac08-bd02615fa764)) - (fp_line (start 9.9 -1.3) (end 9.9 0.04) (layer "F.SilkS") (width 0.12) (tstamp a2bfdfe3-5070-4889-bc8c-3826a5b2a582)) - (fp_line (start -9.9 4.5) (end 9.9 4.5) (layer "F.SilkS") (width 0.12) (tstamp d1958dfa-626a-46cd-9a79-b998e740a62a)) - (fp_line (start 9.9 4.5) (end 9.9 2.76) (layer "F.SilkS") (width 0.12) (tstamp d295e7d5-634f-4f41-a3b8-ec5e4d452bf5)) - (fp_line (start -8.41 -1.3) (end -9.9 -1.3) (layer "F.SilkS") (width 0.12) (tstamp e00a8056-9bec-4fd7-96be-52b3f25ef59a)) - (fp_line (start 11.3 4.9) (end 11.3 -3) (layer "F.CrtYd") (width 0.05) (tstamp 0c9ffe06-4c09-4a57-83f6-49723441a0dc)) - (fp_line (start 11.3 -3) (end -11.3 -3) (layer "F.CrtYd") (width 0.05) (tstamp 7b034842-aa6b-49de-9628-f4ff80299534)) - (fp_line (start -11.3 -3) (end -11.3 4.9) (layer "F.CrtYd") (width 0.05) (tstamp 88ada491-8d46-479e-be1a-a71e04be7a32)) - (fp_line (start -11.3 4.9) (end 11.3 4.9) (layer "F.CrtYd") (width 0.05) (tstamp a7d3ccd7-dc10-4834-8018-2c5acd234fbd)) - (fp_line (start 9.7 3.7) (end 9.7 4.4) (layer "F.Fab") (width 0.1) (tstamp 2264672d-e4ea-412d-bbdc-3c7b0f19d7f8)) - (fp_line (start -8 -0.492893) (end -7.5 -1.2) (layer "F.Fab") (width 0.1) (tstamp 2586ad6d-5419-43df-9d62-ed32a19e74b7)) - (fp_line (start 9.2 3.7) (end 9.7 3.7) (layer "F.Fab") (width 0.1) (tstamp 259f748b-0034-4914-8355-10103e4cca8c)) - (fp_line (start -9.7 3.7) (end -9.7 4.4) (layer "F.Fab") (width 0.1) (tstamp 2685000b-9ba9-41ec-b1fe-7d38fe0bdf0e)) - (fp_line (start 0 -1.2) (end 9.8 -1.2) (layer "F.Fab") (width 0.1) (tstamp 3918e24e-173f-47ec-a0bb-3c5db5b686e9)) - (fp_line (start 9.7 4.4) (end 0 4.4) (layer "F.Fab") (width 0.1) (tstamp 6c746a0c-7665-4cb8-bf1c-30f593d610b0)) - (fp_line (start -9.2 3.4) (end -9.2 3.7) (layer "F.Fab") (width 0.1) (tstamp 7bcd12ff-62a3-490f-84ef-263277f3ff42)) - (fp_line (start 9.8 3.4) (end 9.2 3.4) (layer "F.Fab") (width 0.1) (tstamp 82b0f7bb-4472-4947-8869-6ea736a957b1)) - (fp_line (start -8.5 -1.2) (end -8 -0.492893) (layer "F.Fab") (width 0.1) (tstamp 8857e7b6-7f45-4ee4-9b57-a57792145ca8)) - (fp_line (start 9.8 -1.2) (end 9.8 3.4) (layer "F.Fab") (width 0.1) (tstamp 949dc571-87e3-4b8d-97d6-fdeaa7cc002d)) - (fp_line (start -9.7 4.4) (end 0 4.4) (layer "F.Fab") (width 0.1) (tstamp b14d9e0e-5ed1-4098-9f96-0370101ccb13)) - (fp_line (start -9.8 -1.2) (end -9.8 3.4) (layer "F.Fab") (width 0.1) (tstamp c906536e-d3e1-4e84-a29f-01fc88041d09)) - (fp_line (start -9.8 3.4) (end -9.2 3.4) (layer "F.Fab") (width 0.1) (tstamp ca04443a-d1bf-4d84-bbd1-bec6f3ea68d9)) - (fp_line (start 0 -1.2) (end -9.8 -1.2) (layer "F.Fab") (width 0.1) (tstamp d2c336db-8d0d-40c4-8ae6-00c94e2808e2)) - (fp_line (start -9.2 3.7) (end -9.7 3.7) (layer "F.Fab") (width 0.1) (tstamp dbad41a3-f019-42fb-bb76-6636114c7fa9)) - (fp_line (start 9.2 3.4) (end 9.2 3.7) (layer "F.Fab") (width 0.1) (tstamp ff2474cd-fb6d-4ed9-bbaf-e04211d8b069)) - (pad "1" smd rect locked (at -8 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -9.9 -1.3) (end -9.9 0.04) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52ad6b0e-0849-4100-af90-2115f970002f)) + (fp_line (start -9.9 2.76) (end -9.9 4.5) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8154450c-21e4-4d5f-ac08-bd02615fa764)) + (fp_line (start -9.9 4.5) (end 9.9 4.5) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1958dfa-626a-46cd-9a79-b998e740a62a)) + (fp_line (start -8.41 -1.3) (end -9.9 -1.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e00a8056-9bec-4fd7-96be-52b3f25ef59a)) + (fp_line (start -8.41 -1.3) (end -8.41 -2.5) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bb64d2c-5cec-49e4-854c-9772f8888215)) + (fp_line (start 8.41 -1.3) (end 9.9 -1.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4844fb8a-01d4-4f7f-819c-ec9991519ecc)) + (fp_line (start 9.9 -1.3) (end 9.9 0.04) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2bfdfe3-5070-4889-bc8c-3826a5b2a582)) + (fp_line (start 9.9 4.5) (end 9.9 2.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d295e7d5-634f-4f41-a3b8-ec5e4d452bf5)) + (fp_line (start -11.3 -3) (end -11.3 4.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88ada491-8d46-479e-be1a-a71e04be7a32)) + (fp_line (start -11.3 4.9) (end 11.3 4.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7d3ccd7-dc10-4834-8018-2c5acd234fbd)) + (fp_line (start 11.3 -3) (end -11.3 -3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b034842-aa6b-49de-9628-f4ff80299534)) + (fp_line (start 11.3 4.9) (end 11.3 -3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c9ffe06-4c09-4a57-83f6-49723441a0dc)) + (fp_line (start -9.8 -1.2) (end -9.8 3.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c906536e-d3e1-4e84-a29f-01fc88041d09)) + (fp_line (start -9.8 3.4) (end -9.2 3.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca04443a-d1bf-4d84-bbd1-bec6f3ea68d9)) + (fp_line (start -9.7 3.7) (end -9.7 4.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2685000b-9ba9-41ec-b1fe-7d38fe0bdf0e)) + (fp_line (start -9.7 4.4) (end 0 4.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b14d9e0e-5ed1-4098-9f96-0370101ccb13)) + (fp_line (start -9.2 3.4) (end -9.2 3.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7bcd12ff-62a3-490f-84ef-263277f3ff42)) + (fp_line (start -9.2 3.7) (end -9.7 3.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dbad41a3-f019-42fb-bb76-6636114c7fa9)) + (fp_line (start -8.5 -1.2) (end -8 -0.492893) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8857e7b6-7f45-4ee4-9b57-a57792145ca8)) + (fp_line (start -8 -0.492893) (end -7.5 -1.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2586ad6d-5419-43df-9d62-ed32a19e74b7)) + (fp_line (start 0 -1.2) (end -9.8 -1.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2c336db-8d0d-40c4-8ae6-00c94e2808e2)) + (fp_line (start 0 -1.2) (end 9.8 -1.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3918e24e-173f-47ec-a0bb-3c5db5b686e9)) + (fp_line (start 9.2 3.4) (end 9.2 3.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff2474cd-fb6d-4ed9-bbaf-e04211d8b069)) + (fp_line (start 9.2 3.7) (end 9.7 3.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 259f748b-0034-4914-8355-10103e4cca8c)) + (fp_line (start 9.7 3.7) (end 9.7 4.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2264672d-e4ea-412d-bbdc-3c7b0f19d7f8)) + (fp_line (start 9.7 4.4) (end 0 4.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c746a0c-7665-4cb8-bf1c-30f593d610b0)) + (fp_line (start 9.8 -1.2) (end 9.8 3.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 949dc571-87e3-4b8d-97d6-fdeaa7cc002d)) + (fp_line (start 9.8 3.4) (end 9.2 3.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82b0f7bb-4472-4947-8869-6ea736a957b1)) + (pad "1" smd rect (at -8 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp b0d7ef7f-8eeb-43dd-8ed1-9437bfb618b2)) - (pad "2" smd rect locked (at -7.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -7.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "Pin_2") (pintype "passive") (tstamp 8c56f99a-f329-4c44-ae23-1b92f75c3a9f)) - (pad "3" smd rect locked (at -7 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -7 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 215 "unconnected-(J15-Pad3)") (pinfunction "Pin_3") (pintype "passive+no_connect") (tstamp 8361672f-ba51-49bb-9c9b-f2a81b94fc1b)) - (pad "4" smd rect locked (at -6.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -6.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 214 "unconnected-(J15-Pad4)") (pinfunction "Pin_4") (pintype "passive+no_connect") (tstamp 48085ee4-cfa6-44ca-9f2b-b94fd5649088)) - (pad "5" smd rect locked (at -6 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at -6 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 213 "unconnected-(J15-Pad5)") (pinfunction "Pin_5") (pintype "passive+no_connect") (tstamp 38d9def3-42e9-4c07-8cba-21e83f2d4049)) - (pad "6" smd rect locked (at -5.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at -5.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 212 "unconnected-(J15-Pad6)") (pinfunction "Pin_6") (pintype "passive+no_connect") (tstamp 914f6344-c36d-4c84-abc7-29b87dd477eb)) - (pad "7" smd rect locked (at -5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at -5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 211 "unconnected-(J15-Pad7)") (pinfunction "Pin_7") (pintype "passive+no_connect") (tstamp 1a5ab257-69c9-4b04-b36a-9078c5042a24)) - (pad "8" smd rect locked (at -4.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at -4.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 210 "unconnected-(J15-Pad8)") (pinfunction "Pin_8") (pintype "passive+no_connect") (tstamp a5ed0481-8bbc-414a-9f59-a9a1879757f6)) - (pad "9" smd rect locked (at -4 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "9" smd rect (at -4 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 209 "unconnected-(J15-Pad9)") (pinfunction "Pin_9") (pintype "passive+no_connect") (tstamp 926588af-ac23-4075-a127-16981cc35f61)) - (pad "10" smd rect locked (at -3.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "10" smd rect (at -3.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 208 "unconnected-(J15-Pad10)") (pinfunction "Pin_10") (pintype "passive+no_connect") (tstamp 3541c8a6-45b5-4709-9e1f-1abeaa4e5644)) - (pad "11" smd rect locked (at -3 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "11" smd rect (at -3 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 207 "unconnected-(J15-Pad11)") (pinfunction "Pin_11") (pintype "passive+no_connect") (tstamp 16e37d70-61f9-4723-9d0f-43a444ad4a42)) - (pad "12" smd rect locked (at -2.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "12" smd rect (at -2.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "Pin_12") (pintype "passive") (tstamp 9820e013-31e8-4443-a188-4075cd4890fe)) - (pad "13" smd rect locked (at -2 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "13" smd rect (at -2 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 72 "DSI_D3_N") (pinfunction "Pin_13") (pintype "passive") (tstamp c43eeacc-2bce-4a99-b7c8-6300d36a29d5)) - (pad "14" smd rect locked (at -1.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "14" smd rect (at -1.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 73 "DSI_D3_P") (pinfunction "Pin_14") (pintype "passive") (tstamp 4d793d8c-4dd7-460f-a2cd-e7e767140151)) - (pad "15" smd rect locked (at -1 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "15" smd rect (at -1 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "Pin_15") (pintype "passive") (tstamp 93d717b4-0190-4a58-8011-a0ff6b446d52)) - (pad "16" smd rect locked (at -0.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "16" smd rect (at -0.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 80 "DSI_D2_N") (pinfunction "Pin_16") (pintype "passive") (tstamp 24bb33fb-4fac-4aff-8635-6a133ba17fe2)) - (pad "17" smd rect locked (at 0 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "17" smd rect (at 0 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 81 "DSI_D2_P") (pinfunction "Pin_17") (pintype "passive") (tstamp 726814a2-d347-407b-997c-f8ee118c1b79)) - (pad "18" smd rect locked (at 0.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "18" smd rect (at 0.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "Pin_18") (pintype "passive") (tstamp 7671e59e-e51d-4786-8978-202d5b94d08d)) - (pad "19" smd rect locked (at 1 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "19" smd rect (at 1 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 76 "DSI_CLK_N") (pinfunction "Pin_19") (pintype "passive") (tstamp 75706841-5061-4895-88f8-49dd5386c9bb)) - (pad "20" smd rect locked (at 1.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "20" smd rect (at 1.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 77 "DSI_CLK_P") (pinfunction "Pin_20") (pintype "passive") (tstamp 20995cd2-1d7f-445e-a4c4-83aa5e103ad5)) - (pad "21" smd rect locked (at 2 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "21" smd rect (at 2 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "Pin_21") (pintype "passive") (tstamp 352db343-030a-4eb0-ac94-dbd234c9583d)) - (pad "22" smd rect locked (at 2.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "22" smd rect (at 2.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 78 "DSI_D1_N") (pinfunction "Pin_22") (pintype "passive") (tstamp 8da6769b-82ca-44c9-8d23-751c39711070)) - (pad "23" smd rect locked (at 3 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "23" smd rect (at 3 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 79 "DSI_D1_P") (pinfunction "Pin_23") (pintype "passive") (tstamp d2451020-82c9-4152-81a2-6dfa889b6f7b)) - (pad "24" smd rect locked (at 3.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "24" smd rect (at 3.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "Pin_24") (pintype "passive") (tstamp 971db16c-9df5-405d-9364-c5626df331bd)) - (pad "25" smd rect locked (at 4 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "25" smd rect (at 4 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 74 "DSI_D0_N") (pinfunction "Pin_25") (pintype "passive") (tstamp bda5ba40-46c9-4d14-8712-3361e35359a8)) - (pad "26" smd rect locked (at 4.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "26" smd rect (at 4.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 75 "DSI_D0_P") (pinfunction "Pin_26") (pintype "passive") (tstamp 38f6f8ea-f0ed-490f-bc34-74e11e765e36)) - (pad "27" smd rect locked (at 5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "27" smd rect (at 5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "Pin_27") (pintype "passive") (tstamp af0afdce-8e20-4640-a24b-eae80142845e)) - (pad "28" smd rect locked (at 5.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "28" smd rect (at 5.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 206 "unconnected-(J15-Pad28)") (pinfunction "Pin_28") (pintype "passive+no_connect") (tstamp baed6a7c-2858-455c-9a21-cdf020cd6172)) - (pad "29" smd rect locked (at 6 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "29" smd rect (at 6 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 205 "unconnected-(J15-Pad29)") (pinfunction "Pin_29") (pintype "passive+no_connect") (tstamp 192622b1-ae90-4c34-838e-6a099d668411)) - (pad "30" smd rect locked (at 6.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "30" smd rect (at 6.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "Pin_30") (pintype "passive") (tstamp e1aa34e9-17d1-4db9-8f85-c1027bb96e2b)) - (pad "31" smd rect locked (at 7 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "31" smd rect (at 7 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 204 "unconnected-(J15-Pad31)") (pinfunction "Pin_31") (pintype "passive+no_connect") (tstamp 6af4da4b-e722-4462-bd79-b2c5659a62ed)) - (pad "32" smd rect locked (at 7.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "32" smd rect (at 7.5 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 203 "unconnected-(J15-Pad32)") (pinfunction "Pin_32") (pintype "passive+no_connect") (tstamp b49ac057-6bb1-48c5-b565-6a5008cb6c85)) - (pad "33" smd rect locked (at 8 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "33" smd rect (at 8 -1.85 90) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 202 "unconnected-(J15-Pad33)") (pinfunction "Pin_33") (pintype "passive+no_connect") (tstamp 02addc17-e202-4d1e-af7e-c5c11dc165ac)) - (pad "MP" smd rect locked (at 9.9 1.4 90) (size 1.8 2.2) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 71648485-a0f9-4bc4-8469-6b5eedc800bf)) - (pad "MP" smd rect locked (at -9.9 1.4 90) (size 1.8 2.2) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp bbac79e8-c63b-408a-b861-e4831dd49948)) + (pad "MP" smd rect (at -9.9 1.4 90) (size 1.8 2.2) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp bbac79e8-c63b-408a-b861-e4831dd49948)) + (pad "MP" smd rect (at 9.9 1.4 90) (size 1.8 2.2) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 71648485-a0f9-4bc4-8469-6b5eedc800bf)) (model "${KIPRJMOD}/3d-models/687133149022_Download_STP_687133149022_rev1.stp" (offset (xyz 0 -1 1.1)) (scale (xyz 1 1 1)) @@ -11684,7 +14071,7 @@ ) (footprint "footprints:cpu" (layer "F.Cu") - (tedit 0) (tstamp 00000000-0000-0000-0000-00005d6f5697) + (tstamp 00000000-0000-0000-0000-00005d6f5697) (at 176 76) (property "Checked" "y") (property "DNP" "y") @@ -11694,14 +14081,15 @@ (path "/00000000-0000-0000-0000-0000616fbc04") (attr through_hole) (fp_text reference "H13" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3d396924-dc47-4feb-9843-ec8c7ae1a084) ) (fp_text value "LABEL_CPU" (at 0.75 0) (layer "F.SilkS") hide - (effects (font (size 1.524 1.524) (thickness 0.3))) + (effects (font (size 1.524 1.524) (thickness 0.3))) (tstamp 356050b7-723f-4fa7-b1d0-0f57ff853703) ) - (fp_poly (pts + (fp_poly + (pts (xy 0.144103 -0.44411) (xy 0.229376 -0.376143) (xy 0.254 -0.2667) @@ -11718,8 +14106,11 @@ (xy -0.075553 -0.463272) (xy -0.008466 -0.465666) (xy 0.144103 -0.44411) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 8dc3dff7-adc9-4601-a090-509dcabfaa70)) - (fp_poly (pts + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8dc3dff7-adc9-4601-a090-509dcabfaa70)) + (fp_poly + (pts (xy 3.175 1.608667) (xy -3.132666 1.608667) (xy -3.132666 0.185352) @@ -11874,11 +14265,13 @@ (xy -3.132666 -1.608666) (xy 3.175 -1.608666) (xy 3.175 1.608667) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp aa445540-fc75-4206-a65e-15bdd162518b)) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp aa445540-fc75-4206-a65e-15bdd162518b)) ) (footprint "Connector_PinHeader_2.00mm:PinHeader_1x03_P2.00mm_Vertical" (layer "F.Cu") - (tedit 59FED667) (tstamp 00000000-0000-0000-0000-00005d726125) + (tstamp 00000000-0000-0000-0000-00005d726125) (at 304.3 95.825 -90) (descr "Through hole straight pin header, 1x03, 2.00mm pitch, single row") (tags "Through hole pin header THT 1x03 2.00mm single row") @@ -11891,37 +14284,52 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-000061932c31") (attr through_hole) (fp_text reference "J16" (at -0.125 -1.7 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3f4f156b-6fe6-44f2-aebe-33a8a5d14964) ) (fp_text value "LINE_IN" (at 0 6.06 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 963388bf-8b3f-4798-8cad-60f70e7d609d) ) (fp_text user "${REFERENCE}" (at 0 2) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f9f7377a-9707-4dde-9d49-0bd940f20641) ) - (fp_line (start 1.06 1) (end 1.06 5.06) (layer "F.SilkS") (width 0.12) (tstamp 821745aa-829a-4b11-a568-617985e37ce4)) - (fp_line (start -1.06 5.06) (end 1.06 5.06) (layer "F.SilkS") (width 0.12) (tstamp 8d6fb37d-c6a5-4d83-b4cc-312dad7330c8)) - (fp_line (start -1.06 -1.06) (end 0 -1.06) (layer "F.SilkS") (width 0.12) (tstamp 9dee0f32-7ae5-4b15-9be6-884ed8db7a0f)) - (fp_line (start -1.06 1) (end 1.06 1) (layer "F.SilkS") (width 0.12) (tstamp a55069f1-7eb2-4422-9c06-0702e31a49bb)) - (fp_line (start -1.06 0) (end -1.06 -1.06) (layer "F.SilkS") (width 0.12) (tstamp b170da77-ab35-42dd-893f-03b38f501042)) - (fp_line (start -1.06 1) (end -1.06 5.06) (layer "F.SilkS") (width 0.12) (tstamp d77ef04f-8552-42e1-87de-2a58d1a381b8)) - (fp_line (start 1.5 -1.5) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 9d8ce98c-dc05-4bcc-9ce8-d6ab0d98ef78)) - (fp_line (start -1.5 -1.5) (end -1.5 5.5) (layer "F.CrtYd") (width 0.05) (tstamp a21fa8d8-362f-4451-a729-9c564fc86847)) - (fp_line (start 1.5 5.5) (end 1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp c8c3fcc6-a3d1-47c0-906a-51f0b0247aad)) - (fp_line (start -1.5 5.5) (end 1.5 5.5) (layer "F.CrtYd") (width 0.05) (tstamp dc32f88d-538f-4afd-92da-cd698e775ecf)) - (fp_line (start -1 5) (end -1 -0.5) (layer "F.Fab") (width 0.1) (tstamp 283f8723-fc34-4edf-a3a3-0ebbb25a552c)) - (fp_line (start 1 5) (end -1 5) (layer "F.Fab") (width 0.1) (tstamp 2f1ea451-844c-4ce4-b307-17737a8e0d26)) - (fp_line (start 1 -1) (end 1 5) (layer "F.Fab") (width 0.1) (tstamp 417279c3-189d-4fa9-8a76-fa33ab6b8f47)) - (fp_line (start -0.5 -1) (end 1 -1) (layer "F.Fab") (width 0.1) (tstamp 59f92334-7856-441b-892f-cc581153ec0c)) - (fp_line (start -1 -0.5) (end -0.5 -1) (layer "F.Fab") (width 0.1) (tstamp 9c9ed235-4bae-43aa-9bbe-dd4aa4f05f08)) - (pad "1" thru_hole rect locked (at 0 0 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (fp_line (start -1.06 -1.06) (end 0 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9dee0f32-7ae5-4b15-9be6-884ed8db7a0f)) + (fp_line (start -1.06 0) (end -1.06 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b170da77-ab35-42dd-893f-03b38f501042)) + (fp_line (start -1.06 1) (end -1.06 5.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d77ef04f-8552-42e1-87de-2a58d1a381b8)) + (fp_line (start -1.06 1) (end 1.06 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a55069f1-7eb2-4422-9c06-0702e31a49bb)) + (fp_line (start -1.06 5.06) (end 1.06 5.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d6fb37d-c6a5-4d83-b4cc-312dad7330c8)) + (fp_line (start 1.06 1) (end 1.06 5.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 821745aa-829a-4b11-a568-617985e37ce4)) + (fp_line (start -1.5 -1.5) (end -1.5 5.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a21fa8d8-362f-4451-a729-9c564fc86847)) + (fp_line (start -1.5 5.5) (end 1.5 5.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc32f88d-538f-4afd-92da-cd698e775ecf)) + (fp_line (start 1.5 -1.5) (end -1.5 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d8ce98c-dc05-4bcc-9ce8-d6ab0d98ef78)) + (fp_line (start 1.5 5.5) (end 1.5 -1.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8c3fcc6-a3d1-47c0-906a-51f0b0247aad)) + (fp_line (start -1 -0.5) (end -0.5 -1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c9ed235-4bae-43aa-9bbe-dd4aa4f05f08)) + (fp_line (start -1 5) (end -1 -0.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 283f8723-fc34-4edf-a3a3-0ebbb25a552c)) + (fp_line (start -0.5 -1) (end 1 -1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59f92334-7856-441b-892f-cc581153ec0c)) + (fp_line (start 1 -1) (end 1 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 417279c3-189d-4fa9-8a76-fa33ab6b8f47)) + (fp_line (start 1 5) (end -1 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f1ea451-844c-4ce4-b307-17737a8e0d26)) + (pad "1" thru_hole rect (at 0 0 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp a00f7d78-2df3-41ac-836c-caf886e355ab)) - (pad "2" thru_hole oval locked (at 0 2 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "2" thru_hole oval (at 0 2 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 565 "Net-(C163-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 25e7db07-3342-4cc2-83b1-9a0c9b73a6f7)) - (pad "3" thru_hole oval locked (at 0 4 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (pad "3" thru_hole oval (at 0 4 270) (size 1.35 1.35) (drill 0.8) (layers "*.Cu" "*.Mask") (net 563 "Net-(C162-Pad2)") (pinfunction "Pin_3") (pintype "passive") (tstamp 3ec0e635-0da0-42d6-933a-1ecbc586cbce)) (model "${KISYS3DMOD}/Connector_PinHeader_2.00mm.3dshapes/PinHeader_1x03_P2.00mm_Vertical.wrl" (offset (xyz 0 0 0)) @@ -11931,7 +14339,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d726e6d) + (tstamp 00000000-0000-0000-0000-00005d726e6d) (at 214 80.75) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -11944,30 +14352,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000618caf93") (attr smd) (fp_text reference "R66" (at -0.1 1.25 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp af59971e-0d2c-4257-b5d9-b07849d32525) ) (fp_text value "220" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9b69c72f-9dfc-4d7b-952c-b26ec9eb3aef) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 66261a7c-3015-4ac2-9705-d9155de60ab2) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 86abe818-0624-4e81-8b4b-f2eaa566223f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c828922d-158b-4f14-8f7e-ee4adfc7dfb7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2f6c84c6-098b-4407-b539-3001ddfc73c1)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 32987d4d-b362-4d16-a586-0c44c7b02be7)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 44f85cd1-b18f-4afa-a988-fef8d97d878c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f969b028-1f71-4582-9208-8254b62bd646)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 03744909-6ae9-456f-be37-620b3cc77212)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a1348766-af4b-4210-99f7-4a1734e9a9a9)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp cd903358-dd23-439f-91af-cfb762aa4ea0)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp efba7a45-546e-4075-a275-4c5c17a28bd6)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86abe818-0624-4e81-8b4b-f2eaa566223f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c828922d-158b-4f14-8f7e-ee4adfc7dfb7)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f969b028-1f71-4582-9208-8254b62bd646)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44f85cd1-b18f-4afa-a988-fef8d97d878c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f6c84c6-098b-4407-b539-3001ddfc73c1)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 32987d4d-b362-4d16-a586-0c44c7b02be7)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd903358-dd23-439f-91af-cfb762aa4ea0)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1348766-af4b-4210-99f7-4a1734e9a9a9)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efba7a45-546e-4075-a275-4c5c17a28bd6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03744909-6ae9-456f-be37-620b3cc77212)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 302 "DAC_SCL") (pintype "passive") (tstamp e65d3690-cd74-4d04-a92d-7f81bb654704)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 408 "Net-(R135-Pad2)") (pintype "passive") (tstamp 4dc4ba40-50af-473c-8ed1-917ccfe56514)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -11977,7 +14395,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d72741e) + (tstamp 00000000-0000-0000-0000-00005d72741e) (at 205.7 80.75) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -11990,30 +14408,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000618cb2d9") (attr smd) (fp_text reference "R112" (at 0 1.25 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2fd06468-85c2-4c49-9956-823e7fb9da50) ) (fp_text value "220" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 091588fa-cfe4-4b07-9e75-8da6ad6247bd) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a9288f19-fa74-4379-92a0-3401d1f5e49b) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 100675dc-00a5-44e4-8fb0-d4d285a83c74)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1db78860-a569-4038-a09d-458330ab9fa9)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5cba1724-abd4-461f-b222-a19800900749)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7d7f5f98-fdae-4bca-82cf-353f6d3d0d70)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp bbe17d72-0a1f-4e2a-9a1e-c70257539479)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp eb1a0a9e-7af3-4cd0-8501-f97ed6cb2742)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 34b28db6-ac63-41a9-934b-b3c57c859341)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4cdb9ba7-1c7a-4c52-9077-36dc50a269f7)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6149c93e-3adc-4895-a0d0-7588351d0b9a)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ae7b58ab-38a2-4052-ae33-0a5d3585d656)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1db78860-a569-4038-a09d-458330ab9fa9)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 100675dc-00a5-44e4-8fb0-d4d285a83c74)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb1a0a9e-7af3-4cd0-8501-f97ed6cb2742)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bbe17d72-0a1f-4e2a-9a1e-c70257539479)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cba1724-abd4-461f-b222-a19800900749)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d7f5f98-fdae-4bca-82cf-353f6d3d0d70)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cdb9ba7-1c7a-4c52-9077-36dc50a269f7)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34b28db6-ac63-41a9-934b-b3c57c859341)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae7b58ab-38a2-4052-ae33-0a5d3585d656)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6149c93e-3adc-4895-a0d0-7588351d0b9a)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 303 "DAC_SDA") (pintype "passive") (tstamp 16684904-2205-49b3-ab7c-bca7efd46b92)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 289 "Net-(R112-Pad2)") (pintype "passive") (tstamp f98cae36-bc78-4b16-a376-34d67c07360c)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -12023,7 +14451,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d727520) + (tstamp 00000000-0000-0000-0000-00005d727520) (at 283.5 94.6 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -12036,30 +14464,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006188c4a7") (attr smd) (fp_text reference "R121" (at -2.8 -0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e53c3191-551e-4866-a8eb-32fc075eb5ad) ) (fp_text value "33" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ea515264-5231-4377-8461-d8baf68a037b) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1a7f5aac-f684-4195-bb32-ef15c5f6d4f4) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 1626c498-0c94-4640-b004-d2cb0040430e)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 76b9907f-ecc8-4143-a437-70ef20003112)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2b029b7f-854d-433d-887a-d03a803f0b61)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 428db9c3-dd3d-42a7-8609-6634edb82143)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5228ea62-509e-40af-9d9d-aade7a6dcb7b)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9fa4fb50-f9fd-4f58-b7f1-f802a22e55c3)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 24b6e878-eeab-456c-8639-bf2026dc01ef)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 65851606-341f-49ed-b495-078c87a278df)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8dffba78-e0e0-42d7-bb21-3b9bd5b3bd15)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f80de34e-447b-48cb-a736-d96b7d936bf8)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76b9907f-ecc8-4143-a437-70ef20003112)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1626c498-0c94-4640-b004-d2cb0040430e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b029b7f-854d-433d-887a-d03a803f0b61)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5228ea62-509e-40af-9d9d-aade7a6dcb7b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9fa4fb50-f9fd-4f58-b7f1-f802a22e55c3)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 428db9c3-dd3d-42a7-8609-6634edb82143)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f80de34e-447b-48cb-a736-d96b7d936bf8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8dffba78-e0e0-42d7-bb21-3b9bd5b3bd15)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24b6e878-eeab-456c-8639-bf2026dc01ef)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65851606-341f-49ed-b495-078c87a278df)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 368 "DAC_DOUT") (pintype "passive") (tstamp 05ecc776-fb68-4332-b338-a6a5863c4e9a)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 409 "Net-(R121-Pad2)") (pintype "passive") (tstamp 46735bb9-acbc-4ae4-82ff-dff1d2a44b81)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -12069,7 +14507,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d727891) + (tstamp 00000000-0000-0000-0000-00005d727891) (at 287.3 94.6 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -12082,30 +14520,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006188c0bd") (attr smd) (fp_text reference "R150" (at -2.65 2.2 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 67281a6a-d664-4e46-bfb8-a6ee343d0508) ) (fp_text value "33" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 890a1d32-9ae2-4f12-acba-51f163484a24) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 060e3c0a-bf4b-4c4d-9a25-eb4e395875af) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 248ff884-9ea4-478c-aab3-1adcc7d3facf)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp d19c3708-aea8-4510-9942-a89497b99dff)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 35756f04-db26-4d62-801f-829185700c40)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 62e92ebb-f28c-493b-9229-3dec1f6785a1)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 89e829dd-6894-43bb-858d-985e82c3e1ce)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d8df408e-fa18-466e-a144-67aaf46a2dc5)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 21bf8457-a10e-4429-8549-d89887f8e060)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5d1b2e7e-9e25-4767-a6e8-b9d049d002d9)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ba7ccd0d-8601-4fd6-9f8d-d281b22cebc2)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp de288e2e-5f6d-44c8-99c4-28db74b8f53d)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 248ff884-9ea4-478c-aab3-1adcc7d3facf)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d19c3708-aea8-4510-9942-a89497b99dff)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35756f04-db26-4d62-801f-829185700c40)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62e92ebb-f28c-493b-9229-3dec1f6785a1)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8df408e-fa18-466e-a144-67aaf46a2dc5)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 89e829dd-6894-43bb-858d-985e82c3e1ce)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d1b2e7e-9e25-4767-a6e8-b9d049d002d9)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba7ccd0d-8601-4fd6-9f8d-d281b22cebc2)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21bf8457-a10e-4429-8549-d89887f8e060)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de288e2e-5f6d-44c8-99c4-28db74b8f53d)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 366 "DAC_DIN") (pintype "passive") (tstamp 2db00f58-48b8-4070-a76f-2c81d39ddbb8)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 410 "Net-(R150-Pad2)") (pintype "passive") (tstamp 8c5df753-7cfd-42b7-8e4a-5b8acc05dc83)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -12115,7 +14563,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d7278a2) + (tstamp 00000000-0000-0000-0000-00005d7278a2) (at 281.6 94.6 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -12128,30 +14576,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006188c251") (attr smd) (fp_text reference "R151" (at -2.85 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp dc146190-cf96-49d4-8993-1d92c3d59b81) ) (fp_text value "33" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp d7c3868d-4959-4381-a880-fd9db309f365) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a334a12a-8f01-4d6d-87fd-f11fe2a53372) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 6305e811-e8f9-470e-afad-5483848a64d7)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp be477d4c-6eb4-4b6e-bd77-fbbd2f3beeef)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 07fa0e73-35da-4f33-a3f7-e5785babea0a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0984c53b-12de-468c-a902-fd7b7b4012da)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 499e5e74-2091-43d5-8c3e-daa222e7b0fb)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b9b8bb67-8a6c-4edf-a3f4-eb11ca384e0a)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 38f96600-4710-423b-9b53-f9417707370d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a5516a03-be79-462e-9f1a-37e6fa394a46)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ecc0e20a-0330-4685-adf5-2e50f19b1107)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f8ae9ed2-274f-4b7a-b227-23cecff2d5af)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be477d4c-6eb4-4b6e-bd77-fbbd2f3beeef)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6305e811-e8f9-470e-afad-5483848a64d7)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 499e5e74-2091-43d5-8c3e-daa222e7b0fb)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9b8bb67-8a6c-4edf-a3f4-eb11ca384e0a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07fa0e73-35da-4f33-a3f7-e5785babea0a)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0984c53b-12de-468c-a902-fd7b7b4012da)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38f96600-4710-423b-9b53-f9417707370d)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5516a03-be79-462e-9f1a-37e6fa394a46)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8ae9ed2-274f-4b7a-b227-23cecff2d5af)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ecc0e20a-0330-4685-adf5-2e50f19b1107)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 367 "DAC_TXFS") (pintype "passive") (tstamp 5cc17df7-f628-4e38-9fea-cf5fe1a96d72)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 411 "Net-(R151-Pad2)") (pintype "passive") (tstamp e9003506-7c8a-4cf5-903b-61ef89f2965a)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -12161,7 +14619,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d7278d5) + (tstamp 00000000-0000-0000-0000-00005d7278d5) (at 176.4 55.1 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -12174,30 +14632,40 @@ (path "/00000000-0000-0000-0000-000061c521ba") (attr smd) (fp_text reference "R154" (at 0 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 53d9b399-f97f-48cf-8401-40c4d7434c18) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4cf73bdd-2dce-425b-9d4a-1e9760691b4c) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp eaf617ae-f5ab-4614-8f72-c8d86cd7db0d) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 7a3376b0-cdf2-4da1-a5d9-199837c7ab22)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp d74d308b-102c-4bb4-ae7d-e9bd0c580d42)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4d504439-831f-4524-80ab-37cacc45c131)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4f841c9a-34f8-411e-9895-cdb0f69c03e8)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e6c66373-771b-483c-8a3f-46fe12978618)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ef8ae0d7-dc06-4818-9301-c0bd8c212bcb)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 03d9c844-b9e3-4feb-af93-cb41b5a5b249)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 68831104-bb66-422c-a8d5-06ddc021bffc)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp cfab6fef-f569-460d-b185-683402d767fb)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d084c7f0-38a6-4439-87ba-a0da85d6277c)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a3376b0-cdf2-4da1-a5d9-199837c7ab22)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d74d308b-102c-4bb4-ae7d-e9bd0c580d42)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef8ae0d7-dc06-4818-9301-c0bd8c212bcb)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d504439-831f-4524-80ab-37cacc45c131)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f841c9a-34f8-411e-9895-cdb0f69c03e8)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6c66373-771b-483c-8a3f-46fe12978618)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d084c7f0-38a6-4439-87ba-a0da85d6277c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cfab6fef-f569-460d-b185-683402d767fb)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68831104-bb66-422c-a8d5-06ddc021bffc)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03d9c844-b9e3-4feb-af93-cb41b5a5b249)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 413 "LPC_UART2_RX") (pintype "passive") (tstamp 45421890-4570-4d58-9c8a-b52539bb9deb)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 412 "Net-(R154-Pad2)") (pintype "passive") (tstamp 820ab5c5-08e7-4bcd-a388-bfd9afe34c58)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -12207,7 +14675,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d7278e6) + (tstamp 00000000-0000-0000-0000-00005d7278e6) (at 181.1 55.1) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -12220,30 +14688,40 @@ (path "/00000000-0000-0000-0000-000061c5240b") (attr smd) (fp_text reference "R155" (at 0 -1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ba3de441-9bbc-4c98-8b52-3bae39f434ae) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp b92d2ee3-7d85-4edd-9c33-e88a70dced27) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 96a5b1c1-0d5a-4255-af60-b00bc1052ae4) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 0a2db0fd-a1d7-4f62-9016-2a4a5b1a7e1f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 63604e7b-679c-410a-8df6-52ff0b74fe97)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 721bde12-e0ea-42e9-ab6c-74623dd6a176)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a3f3ec0f-c1b0-422f-8fd9-ee77129b8b46)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b0d892eb-4318-46c5-b5e5-68e52dae3233)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e2de0fbc-db28-4d2c-bae2-be2585a4c582)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4b20051f-cca4-47f9-b0da-3a060e06d54e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4dd3d0d5-e35d-495d-bcd9-70014cc2f160)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b2ce7198-c257-4729-af96-42391bbf81b9)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f91fe0b3-fea3-4b08-ab4b-1529046c81dd)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a2db0fd-a1d7-4f62-9016-2a4a5b1a7e1f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63604e7b-679c-410a-8df6-52ff0b74fe97)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0d892eb-4318-46c5-b5e5-68e52dae3233)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a3f3ec0f-c1b0-422f-8fd9-ee77129b8b46)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 721bde12-e0ea-42e9-ab6c-74623dd6a176)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e2de0fbc-db28-4d2c-bae2-be2585a4c582)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f91fe0b3-fea3-4b08-ab4b-1529046c81dd)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2ce7198-c257-4729-af96-42391bbf81b9)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4dd3d0d5-e35d-495d-bcd9-70014cc2f160)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b20051f-cca4-47f9-b0da-3a060e06d54e)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 415 "Net-(R155-Pad1)") (pintype "passive") (tstamp 256e161d-3d1e-48d3-b88b-049339197ed9)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 414 "LPC_UART2_TX") (pintype "passive") (tstamp b3bf6b7c-bacb-4a2a-95ec-aa2e0b1edde1)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -12253,7 +14731,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d727908) + (tstamp 00000000-0000-0000-0000-00005d727908) (at 213.5 85.85 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -12266,30 +14744,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618843a8") (attr smd) (fp_text reference "R157" (at 2.9 -0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7c96a0df-fbfa-42fb-a93c-aeacc78f3933) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4fcf49fb-cf1b-4647-b8b7-37dbacba22bc) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3ee2c6f2-f41c-48d6-9f45-bb2ed823d8ad) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 36e409e4-f8d3-4f9f-a96c-c09d5b43ef79)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 509a335a-10b9-42c3-afff-de7ee20acbfc)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 097b8313-a2d1-4d0c-9997-236b032d1715)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 187a5339-8511-41e9-a903-34a66e365241)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7db5e231-052a-4998-a9c5-8d72e9404a0e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c38631ab-9cc7-4d01-affb-95a2b2847377)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2c47d58d-bda2-4ab5-92f3-1560f6fa1a8d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 36cddba5-3f74-48ad-94cf-5d6097db00b3)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 91696793-46e8-425a-ae4f-fb8d2477f7ef)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp bbf1bfe8-ee06-40d7-befd-0ae5bac78c74)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36e409e4-f8d3-4f9f-a96c-c09d5b43ef79)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 509a335a-10b9-42c3-afff-de7ee20acbfc)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7db5e231-052a-4998-a9c5-8d72e9404a0e)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 097b8313-a2d1-4d0c-9997-236b032d1715)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 187a5339-8511-41e9-a903-34a66e365241)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c38631ab-9cc7-4d01-affb-95a2b2847377)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36cddba5-3f74-48ad-94cf-5d6097db00b3)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c47d58d-bda2-4ab5-92f3-1560f6fa1a8d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bbf1bfe8-ee06-40d7-befd-0ae5bac78c74)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91696793-46e8-425a-ae4f-fb8d2477f7ef)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 327 "/Reform 2 Power/Reform 2 LPC/LPC_SSEL0") (pintype "passive") (tstamp 86995452-a47e-4940-a01c-d897ad8bbe1d)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 416 "LPC_SS0") (pintype "passive") (tstamp 586fb661-77ad-4447-8434-bc3eaa17bf80)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -12299,7 +14787,7 @@ ) (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "F.Cu") - (tedit 5A0F774F) (tstamp 00000000-0000-0000-0000-00005d727a1a) + (tstamp 00000000-0000-0000-0000-00005d727a1a) (at 188.4 41.5) (descr "SMD pad as test Point, diameter 1.0mm") (tags "test point SMD pad") @@ -12311,25 +14799,27 @@ (path "/00000000-0000-0000-0000-000061a56e27") (attr exclude_from_pos_files) (fp_text reference "TP2" (at 2 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4fbed879-8a92-45ab-b3b0-eb9dc56c3cd5) ) (fp_text value "T_OTG" (at 0 1.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 47b8e31c-9bf5-4275-b1e3-458da8a3d5ed) ) (fp_text user "${REFERENCE}" (at 0 -1.45) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9e6c66df-1fdd-4c9b-91ea-2ec3004f4a49) ) - (fp_circle (center 0 0) (end 0 0.7) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 59a3421b-fc0b-4108-834a-163c8d11ec2f)) - (fp_circle (center 0 0) (end 1 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 67c5a832-ac19-4ed6-a9c4-1931a4b6e553)) - (pad "1" smd circle locked (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") + (fp_circle (center 0 0) (end 0 0.7) + (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 59a3421b-fc0b-4108-834a-163c8d11ec2f)) + (fp_circle (center 0 0) (end 1 0) + (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 67c5a832-ac19-4ed6-a9c4-1931a4b6e553)) + (pad "1" smd circle (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") (net 417 "Net-(TP2-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 6e6b24b3-d104-4fe9-b58a-806ad867dfb3)) ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005d7661a0) + (tstamp 00000000-0000-0000-0000-00005d7661a0) (at 281.8 108.35 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -12342,30 +14832,40 @@ (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005d1cb92a") (attr smd) (fp_text reference "R42" (at 0 -1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 35017df4-48aa-4de5-82e9-a247e3c7377b) ) (fp_text value "1.5k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a260a7ba-dff3-454b-80cf-2e6f778c9aba) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 988c75e3-0325-4b66-a8fc-11cd1028088c) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9bdd0c70-2f1e-4717-aab8-3eb171450a60)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d7124c36-12f1-4a70-9763-fa679da5abef)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 28e3f8d5-0408-4ce6-86c5-b3259154f559)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 40325ac5-62a9-47ba-8c1c-27d823a17335)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7f8722db-95de-4fab-ada0-f0735b5e744e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 960ebabd-8636-40b7-bc71-35d24ac0b54a)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 47ed146b-d5d9-4787-95fa-c3064f356719)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5119cf0b-8f85-4311-a5da-3e20664278ea)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 79040892-9419-4766-adcf-5edfaf39c655)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ce64b423-83f7-4b11-80b3-ec6380eaf820)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7124c36-12f1-4a70-9763-fa679da5abef)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9bdd0c70-2f1e-4717-aab8-3eb171450a60)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 960ebabd-8636-40b7-bc71-35d24ac0b54a)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f8722db-95de-4fab-ada0-f0735b5e744e)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28e3f8d5-0408-4ce6-86c5-b3259154f559)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40325ac5-62a9-47ba-8c1c-27d823a17335)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5119cf0b-8f85-4311-a5da-3e20664278ea)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79040892-9419-4766-adcf-5edfaf39c655)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47ed146b-d5d9-4787-95fa-c3064f356719)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce64b423-83f7-4b11-80b3-ec6380eaf820)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 432 "Net-(C137-Pad1)") (pintype "passive") (tstamp 565c8659-e934-48d1-a8fc-a3cbd8f887ef)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 14 "SD2_CD") (pintype "passive") (tstamp 8e5568f1-66c9-4c6d-b493-f6d458dfa0e2)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -12375,7 +14875,7 @@ ) (footprint "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" (layer "F.Cu") - (tedit 5B7745C2) (tstamp 00000000-0000-0000-0000-00005d821334) + (tstamp 00000000-0000-0000-0000-00005d821334) (at 235 75.1) (descr "JST PH series connector, B4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator") (tags "connector JST PH side entry") @@ -12388,67 +14888,110 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618843cb") (attr through_hole) (fp_text reference "J23" (at -2.7 2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6ef85f96-b090-4b0a-9ea6-0f47810d077c) ) (fp_text value "KDBSYSCTL" (at 3 4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 325fc8e5-480d-4bd5-afa4-16db524fea86) ) (fp_text user "${REFERENCE}" (at 3 1.5) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f17c073e-f09b-4b2a-a81e-aca198982120) ) - (fp_line (start 3 2.3) (end 3 1.8) (layer "F.SilkS") (width 0.12) (tstamp 07659e45-191f-4ea2-9907-cacd8f990e71)) - (fp_line (start 5 2.3) (end 5 1.8) (layer "F.SilkS") (width 0.12) (tstamp 07bce8f2-02ab-459b-9089-d42cf60eb2c5)) - (fp_line (start -1.11 -2.11) (end -2.36 -2.11) (layer "F.SilkS") (width 0.12) (tstamp 0f3b1872-aad5-4834-a224-9b39be61ecfb)) - (fp_line (start 1.1 1.8) (end 1.1 2.3) (layer "F.SilkS") (width 0.12) (tstamp 1e5b7a1d-dec7-42d4-810a-168eeded3fcb)) - (fp_line (start -2.06 2.91) (end 8.06 2.91) (layer "F.SilkS") (width 0.12) (tstamp 233f3e96-3476-4c9f-a988-6f87140624b2)) - (fp_line (start 0.9 1.8) (end 1.1 1.8) (layer "F.SilkS") (width 0.12) (tstamp 32adde92-3f00-4c9d-90b1-e31bfb79dee4)) - (fp_line (start 5.1 1.8) (end 5.1 2.3) (layer "F.SilkS") (width 0.12) (tstamp 3995c4c2-5d02-43f1-a094-fcdf1ab26489)) - (fp_line (start -0.3 -1.91) (end -0.6 -1.91) (layer "F.SilkS") (width 0.12) (tstamp 3fcee25b-9665-4ae0-9af7-6fa4b1df2442)) - (fp_line (start 2.9 2.3) (end 2.9 1.8) (layer "F.SilkS") (width 0.12) (tstamp 433526c9-faeb-48aa-9010-6db6960d8c37)) - (fp_line (start 4.9 1.8) (end 5.1 1.8) (layer "F.SilkS") (width 0.12) (tstamp 508e5768-dd1e-458c-b02f-a3385995529e)) - (fp_line (start 0.5 -1.81) (end 0.5 -1.2) (layer "F.SilkS") (width 0.12) (tstamp 53723c5f-a482-4f67-b1a5-f7d3bc9bb69d)) - (fp_line (start -2.06 0.8) (end -1.45 0.8) (layer "F.SilkS") (width 0.12) (tstamp 596e8e8f-f14a-4c9a-b6ab-2a04e310513d)) - (fp_line (start -1.45 -1.2) (end -1.45 2.3) (layer "F.SilkS") (width 0.12) (tstamp 5b057c76-826d-45d5-9a75-ece138595491)) - (fp_line (start 2.9 1.8) (end 3.1 1.8) (layer "F.SilkS") (width 0.12) (tstamp 5e61bb0d-dc1d-426a-91f4-b0ebbdfea2d3)) - (fp_line (start -2.06 -0.5) (end -1.45 -0.5) (layer "F.SilkS") (width 0.12) (tstamp 63384e55-fc72-405c-8e93-858cab9e3225)) - (fp_line (start 8.06 -0.5) (end 7.45 -0.5) (layer "F.SilkS") (width 0.12) (tstamp 66d49e38-3de4-49fa-b4ff-7f817c20aed0)) - (fp_line (start 7.45 2.3) (end 7.45 -1.2) (layer "F.SilkS") (width 0.12) (tstamp 6d200039-5ab4-407a-8251-d03f4be1391b)) - (fp_line (start -1.45 2.3) (end 7.45 2.3) (layer "F.SilkS") (width 0.12) (tstamp 70c8aa2b-73f2-4752-843d-ccb01358a225)) - (fp_line (start 3.1 1.8) (end 3.1 2.3) (layer "F.SilkS") (width 0.12) (tstamp 793287e7-716d-43c7-96fd-ef7fd7b9f46e)) - (fp_line (start 0.9 2.3) (end 0.9 1.8) (layer "F.SilkS") (width 0.12) (tstamp 7d711699-3ede-4300-ad40-c58a82e3f77a)) - (fp_line (start -0.3 -2.01) (end -0.6 -2.01) (layer "F.SilkS") (width 0.12) (tstamp 8e36bebd-93e7-40f9-abfd-e8bf94c78b03)) - (fp_line (start 8.06 0.8) (end 7.45 0.8) (layer "F.SilkS") (width 0.12) (tstamp 9a11c38c-d49f-462c-8f02-57e433ba7622)) - (fp_line (start 8.06 2.91) (end 8.06 -1.81) (layer "F.SilkS") (width 0.12) (tstamp c7ab44d8-2ab0-4c6b-b251-8f0ea301546d)) - (fp_line (start -2.06 -1.81) (end -2.06 2.91) (layer "F.SilkS") (width 0.12) (tstamp ce2ee5d5-d3cf-48f9-b803-c255ea72b7a9)) - (fp_line (start 1 2.3) (end 1 1.8) (layer "F.SilkS") (width 0.12) (tstamp dfde9f7b-c92e-482a-904f-f64155a8f260)) - (fp_line (start 7.45 -1.2) (end 5.5 -1.2) (layer "F.SilkS") (width 0.12) (tstamp e2ffdce2-fc62-4c66-8872-03cb5a38cbfb)) - (fp_line (start -0.3 -1.81) (end -0.3 -2.01) (layer "F.SilkS") (width 0.12) (tstamp e4e95981-86c0-41c6-a5da-bd9243bc3127)) - (fp_line (start -0.6 -2.01) (end -0.6 -1.81) (layer "F.SilkS") (width 0.12) (tstamp e7c7c8b2-f55c-4b7c-b3e9-d987753bb573)) - (fp_line (start 0.5 -1.2) (end -1.45 -1.2) (layer "F.SilkS") (width 0.12) (tstamp f005ffe3-74c0-48be-9f62-1ac558f88c29)) - (fp_line (start 4.9 2.3) (end 4.9 1.8) (layer "F.SilkS") (width 0.12) (tstamp f0d3a280-e836-4a83-90c1-f661d2b0d56a)) - (fp_line (start 8.06 -1.81) (end -2.06 -1.81) (layer "F.SilkS") (width 0.12) (tstamp f22fd40d-9746-4394-a1e9-49cb7b8bd896)) - (fp_line (start 5.5 -1.2) (end 5.5 -1.81) (layer "F.SilkS") (width 0.12) (tstamp fdcff63d-edf3-4689-b354-d3b6a47af0ae)) - (fp_line (start -2.36 -2.11) (end -2.36 -0.86) (layer "F.SilkS") (width 0.12) (tstamp ff5c5d2c-a8f0-4af6-9020-1a11fcc6e416)) - (fp_line (start -2.45 3.3) (end 8.45 3.3) (layer "F.CrtYd") (width 0.05) (tstamp 2cb5f8be-e83a-46f1-9aa5-5aff55be6917)) - (fp_line (start -2.45 -2.2) (end -2.45 3.3) (layer "F.CrtYd") (width 0.05) (tstamp 72e99b7a-d993-47c1-bf73-0f3ea971216a)) - (fp_line (start 8.45 -2.2) (end -2.45 -2.2) (layer "F.CrtYd") (width 0.05) (tstamp 95a76172-e090-4902-abc4-fff5a29b0379)) - (fp_line (start 8.45 3.3) (end 8.45 -2.2) (layer "F.CrtYd") (width 0.05) (tstamp f138cd46-2311-4cea-9a39-a5dab2199ff1)) - (fp_line (start -1.95 -1.7) (end -1.95 2.8) (layer "F.Fab") (width 0.1) (tstamp 1d06dc60-9c78-4040-9271-5ac908098cc0)) - (fp_line (start -2.36 -2.11) (end -2.36 -0.86) (layer "F.Fab") (width 0.1) (tstamp 5f817cd5-5812-421e-82ef-bd4490cd07b2)) - (fp_line (start -1.95 2.8) (end 7.95 2.8) (layer "F.Fab") (width 0.1) (tstamp 8f5d2681-ec6d-4e10-acf0-48e06bccffd3)) - (fp_line (start 7.95 2.8) (end 7.95 -1.7) (layer "F.Fab") (width 0.1) (tstamp bba694f0-01db-494c-824a-622dc3d3b36e)) - (fp_line (start 7.95 -1.7) (end -1.95 -1.7) (layer "F.Fab") (width 0.1) (tstamp d07859ec-e0a8-4f67-a9bf-16b6815594fc)) - (fp_line (start -1.11 -2.11) (end -2.36 -2.11) (layer "F.Fab") (width 0.1) (tstamp d89c19ab-496b-457e-8ec8-966bbf1abcc9)) - (pad "1" thru_hole roundrect locked (at 0 0) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) (roundrect_rratio 0.2083333333) + (fp_line (start -2.36 -2.11) (end -2.36 -0.86) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff5c5d2c-a8f0-4af6-9020-1a11fcc6e416)) + (fp_line (start -2.06 -1.81) (end -2.06 2.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce2ee5d5-d3cf-48f9-b803-c255ea72b7a9)) + (fp_line (start -2.06 -0.5) (end -1.45 -0.5) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63384e55-fc72-405c-8e93-858cab9e3225)) + (fp_line (start -2.06 0.8) (end -1.45 0.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 596e8e8f-f14a-4c9a-b6ab-2a04e310513d)) + (fp_line (start -2.06 2.91) (end 8.06 2.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 233f3e96-3476-4c9f-a988-6f87140624b2)) + (fp_line (start -1.45 -1.2) (end -1.45 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b057c76-826d-45d5-9a75-ece138595491)) + (fp_line (start -1.45 2.3) (end 7.45 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70c8aa2b-73f2-4752-843d-ccb01358a225)) + (fp_line (start -1.11 -2.11) (end -2.36 -2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f3b1872-aad5-4834-a224-9b39be61ecfb)) + (fp_line (start -0.6 -2.01) (end -0.6 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7c7c8b2-f55c-4b7c-b3e9-d987753bb573)) + (fp_line (start -0.3 -2.01) (end -0.6 -2.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e36bebd-93e7-40f9-abfd-e8bf94c78b03)) + (fp_line (start -0.3 -1.91) (end -0.6 -1.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fcee25b-9665-4ae0-9af7-6fa4b1df2442)) + (fp_line (start -0.3 -1.81) (end -0.3 -2.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4e95981-86c0-41c6-a5da-bd9243bc3127)) + (fp_line (start 0.5 -1.81) (end 0.5 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53723c5f-a482-4f67-b1a5-f7d3bc9bb69d)) + (fp_line (start 0.5 -1.2) (end -1.45 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f005ffe3-74c0-48be-9f62-1ac558f88c29)) + (fp_line (start 0.9 1.8) (end 1.1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32adde92-3f00-4c9d-90b1-e31bfb79dee4)) + (fp_line (start 0.9 2.3) (end 0.9 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d711699-3ede-4300-ad40-c58a82e3f77a)) + (fp_line (start 1 2.3) (end 1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dfde9f7b-c92e-482a-904f-f64155a8f260)) + (fp_line (start 1.1 1.8) (end 1.1 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e5b7a1d-dec7-42d4-810a-168eeded3fcb)) + (fp_line (start 2.9 1.8) (end 3.1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e61bb0d-dc1d-426a-91f4-b0ebbdfea2d3)) + (fp_line (start 2.9 2.3) (end 2.9 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 433526c9-faeb-48aa-9010-6db6960d8c37)) + (fp_line (start 3 2.3) (end 3 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07659e45-191f-4ea2-9907-cacd8f990e71)) + (fp_line (start 3.1 1.8) (end 3.1 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 793287e7-716d-43c7-96fd-ef7fd7b9f46e)) + (fp_line (start 4.9 1.8) (end 5.1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 508e5768-dd1e-458c-b02f-a3385995529e)) + (fp_line (start 4.9 2.3) (end 4.9 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0d3a280-e836-4a83-90c1-f661d2b0d56a)) + (fp_line (start 5 2.3) (end 5 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07bce8f2-02ab-459b-9089-d42cf60eb2c5)) + (fp_line (start 5.1 1.8) (end 5.1 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3995c4c2-5d02-43f1-a094-fcdf1ab26489)) + (fp_line (start 5.5 -1.2) (end 5.5 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fdcff63d-edf3-4689-b354-d3b6a47af0ae)) + (fp_line (start 7.45 -1.2) (end 5.5 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2ffdce2-fc62-4c66-8872-03cb5a38cbfb)) + (fp_line (start 7.45 2.3) (end 7.45 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d200039-5ab4-407a-8251-d03f4be1391b)) + (fp_line (start 8.06 -1.81) (end -2.06 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f22fd40d-9746-4394-a1e9-49cb7b8bd896)) + (fp_line (start 8.06 -0.5) (end 7.45 -0.5) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66d49e38-3de4-49fa-b4ff-7f817c20aed0)) + (fp_line (start 8.06 0.8) (end 7.45 0.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a11c38c-d49f-462c-8f02-57e433ba7622)) + (fp_line (start 8.06 2.91) (end 8.06 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7ab44d8-2ab0-4c6b-b251-8f0ea301546d)) + (fp_line (start -2.45 -2.2) (end -2.45 3.3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72e99b7a-d993-47c1-bf73-0f3ea971216a)) + (fp_line (start -2.45 3.3) (end 8.45 3.3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2cb5f8be-e83a-46f1-9aa5-5aff55be6917)) + (fp_line (start 8.45 -2.2) (end -2.45 -2.2) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 95a76172-e090-4902-abc4-fff5a29b0379)) + (fp_line (start 8.45 3.3) (end 8.45 -2.2) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f138cd46-2311-4cea-9a39-a5dab2199ff1)) + (fp_line (start -2.36 -2.11) (end -2.36 -0.86) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f817cd5-5812-421e-82ef-bd4490cd07b2)) + (fp_line (start -1.95 -1.7) (end -1.95 2.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d06dc60-9c78-4040-9271-5ac908098cc0)) + (fp_line (start -1.95 2.8) (end 7.95 2.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f5d2681-ec6d-4e10-acf0-48e06bccffd3)) + (fp_line (start -1.11 -2.11) (end -2.36 -2.11) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d89c19ab-496b-457e-8ec8-966bbf1abcc9)) + (fp_line (start 7.95 -1.7) (end -1.95 -1.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d07859ec-e0a8-4f67-a9bf-16b6815594fc)) + (fp_line (start 7.95 2.8) (end 7.95 -1.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bba694f0-01db-494c-824a-622dc3d3b36e)) + (pad "1" thru_hole roundrect (at 0 0) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.2083333333) (net 38 "LPC_VCC") (pinfunction "Pin_1") (pintype "passive") (tstamp a6ae5dd2-e452-4276-9eab-71f57ea5001e)) - (pad "2" thru_hole oval locked (at 2 0) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (pad "2" thru_hole oval (at 2 0) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") (net 234 "/Reform 2 Power/Reform 2 LPC/LPC_TXDc") (pinfunction "Pin_2") (pintype "passive") (tstamp b294e59f-4ae4-49b9-8c4e-1be0f70ac5f9)) - (pad "3" thru_hole oval locked (at 4 0) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (pad "3" thru_hole oval (at 4 0) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") (net 233 "/Reform 2 Power/Reform 2 LPC/LPC_RXDc") (pinfunction "Pin_3") (pintype "passive") (tstamp db51dc0c-6737-406f-8211-b8fa1933f6a6)) - (pad "4" thru_hole oval locked (at 6 0) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (pad "4" thru_hole oval (at 6 0) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_4") (pintype "passive") (tstamp 15a0be13-5a90-4068-8daf-e16a980525d3)) (model "${KISYS3DMOD}/Connector_JST.3dshapes/JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical.wrl" (offset (xyz 0 0 0)) @@ -12458,7 +15001,7 @@ ) (footprint "footprints:TE_1473149-4" locked (layer "F.Cu") - (tedit 5D2B9F5F) (tstamp 00000000-0000-0000-0000-00005d89e982) + (tstamp 00000000-0000-0000-0000-00005d89e982) (at 161 77 90) (property "Checked" "y") (property "Distributor" "Mouser") @@ -12469,158 +15012,301 @@ (path "/00000000-0000-0000-0000-000060678a3c") (attr smd) (fp_text reference "U1" (at 0.4 -0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6916c589-17fc-4b73-b753-0d04d1c5297e) ) (fp_text value "Nitrogen8M_SOM" (at 14.75 -1.5 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6279a369-d3fd-4211-b442-a044158b1d0c) ) - (fp_line (start -33.95 3.7) (end -32 3.7) (layer "F.SilkS") (width 0.127) (tstamp 1aeea86e-0ecd-461a-a2e8-6a2ec6d36955)) - (fp_line (start 35 1.85) (end 35.55 1.85) (layer "F.SilkS") (width 0.127) (tstamp 2de49ff4-c277-4d0d-8a5b-0098659aac2a)) - (fp_line (start 33.95 1.85) (end 33.95 8.45) (layer "F.SilkS") (width 0.127) (tstamp 4100cab2-8fb1-4191-8017-d6b12f585ac0)) - (fp_line (start 33.95 8.45) (end 35 8.45) (layer "F.SilkS") (width 0.127) (tstamp 59b5895d-f975-44a6-ae11-a3b5f87ea3b3)) - (fp_line (start -35 1.85) (end -33.95 1.85) (layer "F.SilkS") (width 0.127) (tstamp 6744a5f2-d26f-4147-8bc2-30ceb72da30d)) - (fp_line (start -33.02 -5) (end -33.02 -3.27) (layer "F.SilkS") (width 0.127) (tstamp 6eca6ef6-318b-4733-adef-d6c432eb951b)) - (fp_line (start -35.55 -5) (end -35.55 1.85) (layer "F.SilkS") (width 0.127) (tstamp 716d2e21-3c75-4463-88d8-f8a0a2221759)) - (fp_line (start -33 -5) (end -32 -5) (layer "F.SilkS") (width 0.127) (tstamp 74be585b-3982-4567-9eea-c0a92de91b58)) - (fp_line (start 35.55 -5) (end 33.02 -5) (layer "F.SilkS") (width 0.127) (tstamp 7dbebe55-9dbe-4924-8a43-d9a9688a84aa)) - (fp_line (start -33.02 -3.27) (end -32 -3.27) (layer "F.SilkS") (width 0.127) (tstamp 7e8f923c-a6cd-4e5d-9bf0-fd4e527e6bea)) - (fp_line (start 33.02 -3.27) (end 32 -3.27) (layer "F.SilkS") (width 0.127) (tstamp 7fc3fd9f-0d2e-496b-9ba4-8007561de946)) - (fp_line (start 33.95 1.85) (end 35 1.85) (layer "F.SilkS") (width 0.127) (tstamp 917706c1-0a87-498e-b06c-13204e10eec0)) - (fp_line (start 35 8.45) (end 35 1.85) (layer "F.SilkS") (width 0.127) (tstamp 992fade9-3f75-4b71-b79b-f95730317756)) - (fp_line (start -33.95 3.7) (end -33.95 8.45) (layer "F.SilkS") (width 0.127) (tstamp 9b92e4a8-e111-43f2-a56f-7338f5662c63)) - (fp_line (start -35.55 1.85) (end -35 1.85) (layer "F.SilkS") (width 0.127) (tstamp 9f403d3d-b09c-49db-a2cf-73f152a1d1da)) - (fp_line (start -35 1.85) (end -35 8.45) (layer "F.SilkS") (width 0.127) (tstamp af5b79d9-6b29-457c-a715-c55bab0f6925)) - (fp_line (start 35.55 1.85) (end 35.55 -5) (layer "F.SilkS") (width 0.127) (tstamp baa59253-cc68-46f4-afd6-15d33a92d2c2)) - (fp_line (start -33.95 1.85) (end -33.95 3.7) (layer "F.SilkS") (width 0.127) (tstamp bf7a58da-2665-4716-851d-0c8a31193049)) - (fp_line (start -33.95 8.45) (end -35 8.45) (layer "F.SilkS") (width 0.127) (tstamp c203693d-ee30-4e95-9465-8887218a4db1)) - (fp_line (start 32 -5) (end 33 -5) (layer "F.SilkS") (width 0.127) (tstamp c5bf2538-ff09-4526-a16d-0132768f971f)) - (fp_line (start 32 3.7) (end 33.95 3.7) (layer "F.SilkS") (width 0.127) (tstamp cc35876b-40f4-4ca0-9b46-71f63f73e185)) - (fp_line (start -35.55 -5) (end -33.02 -5) (layer "F.SilkS") (width 0.127) (tstamp e4a0c61c-e140-46c3-b07a-2b54bfc273ba)) - (fp_line (start -33.95 1.85) (end 33.95 1.85) (layer "F.SilkS") (width 0.127) (tstamp e6870b0d-f030-46ce-b91b-4d13837517e2)) - (fp_line (start 33.02 -5) (end 33.02 -3.27) (layer "F.SilkS") (width 0.127) (tstamp ecc49770-f273-4db5-b22f-060d39a358c0)) - (fp_circle (center 31.65 -6) (end 31.75 -6) (layer "F.SilkS") (width 0.5) (fill none) (tstamp 8cd2e79d-1cf2-4325-a3e1-544c97ffa018)) - (fp_line (start -36 -5.35) (end 36 -5.35) (layer "Eco1.User") (width 0.05) (tstamp 1e2b3f3a-890c-425a-9d57-0544552ec631)) - (fp_line (start 30.05 5.35) (end 30.05 21.75) (layer "Eco1.User") (width 0.05) (tstamp 1ee8ef6e-88e8-4d59-b35a-caf2f6dc56a6)) - (fp_line (start -30.05 5.35) (end 30.05 5.35) (layer "Eco1.User") (width 0.05) (tstamp 4a355f92-fe37-4af7-97bf-6863344097d6)) - (fp_line (start -36 21.75) (end -30.05 21.75) (layer "Eco1.User") (width 0.05) (tstamp 60ed142b-5f7e-4a99-9397-5eb925d4fb03)) - (fp_line (start 30.05 21.75) (end 36 21.75) (layer "Eco1.User") (width 0.05) (tstamp cbc70bb3-b6bd-455b-80c4-735d0b9ae28b)) - (fp_line (start -36 21.75) (end -36 -5.35) (layer "Eco1.User") (width 0.05) (tstamp d036f0ca-0826-43a4-9176-444f48f1d941)) - (fp_line (start 36 -5.35) (end 36 21.75) (layer "Eco1.User") (width 0.05) (tstamp d8c6b902-d3e0-4299-8284-dafc7a21fe93)) - (fp_line (start -30.05 21.75) (end -30.05 5.35) (layer "Eco1.User") (width 0.05) (tstamp fca8f47f-4f5e-4a6a-af77-242e11b86e76)) - (fp_line (start 35.55 -5) (end 33.02 -5) (layer "Eco2.User") (width 0.127) (tstamp 00f113e6-5ba3-4c20-8b8a-98a8fa9160de)) - (fp_line (start 35.7 16.45) (end 35.4 16.45) (layer "Eco2.User") (width 0.127) (tstamp 011cd605-ce2d-4469-8f90-083d4da93afe)) - (fp_line (start 35 9.9) (end 35.75 10.4) (layer "Eco2.User") (width 0.127) (tstamp 0372ceec-e981-433b-8568-d31b60215112)) - (fp_line (start 33.2 21.2) (end 33.4 21) (layer "Eco2.User") (width 0.127) (tstamp 073783ef-dadc-403f-9eb6-f7ea746385ea)) - (fp_line (start 33.02 -5) (end 33.02 -3.27) (layer "Eco2.User") (width 0.127) (tstamp 077b3377-2379-4436-86d1-b405d640271f)) - (fp_line (start -33.95 8.45) (end -33.95 3.7) (layer "Eco2.User") (width 0.127) (tstamp 098f11fb-70af-4952-9d24-4ab2d145c426)) - (fp_line (start 33.95 1.85) (end 33.95 3.7) (layer "Eco2.User") (width 0.127) (tstamp 09fc3d79-a9c4-4680-8122-f6897e429f7a)) - (fp_line (start 33.9 20.3) (end 33.9 20.1) (layer "Eco2.User") (width 0.254) (tstamp 0a4aae93-a366-4d85-8d24-7ca06a0fa7f6)) - (fp_line (start -33.9 20.3) (end -33.9 20.1) (layer "Eco2.User") (width 0.254) (tstamp 0bb47664-1376-462b-ab7c-e41bb7e3b424)) - (fp_line (start -33.85 21.5) (end -33.8 21.5) (layer "Eco2.User") (width 0.127) (tstamp 0bee8e90-f6aa-4b28-9e6e-834ab8d97747)) - (fp_line (start 35.55 1.85) (end 35.55 -5) (layer "Eco2.User") (width 0.127) (tstamp 0d0ebe2f-29f3-4ad8-b8d3-234bd9342355)) - (fp_line (start -33.02 -3.27) (end -33.02 -5) (layer "Eco2.User") (width 0.127) (tstamp 101703a3-e1a0-42e6-981d-cb6b49499dbd)) - (fp_line (start -35.3 15.2) (end -33.6 15.2) (layer "Eco2.User") (width 0.127) (tstamp 129ffb5c-dfff-41c8-bdfd-58137053822f)) - (fp_line (start 34.6 8.5) (end 34.2 16.4) (layer "Eco2.User") (width 0.127) (tstamp 146637e7-1c8f-4fa1-8c13-bd328e7d49a6)) - (fp_line (start -33.95 3.7) (end -33.95 1.85) (layer "Eco2.User") (width 0.127) (tstamp 16fa6556-29e6-457b-b83d-a3bd91051fda)) - (fp_line (start -35.4 16) (end -35.4 10.6) (layer "Eco2.User") (width 0.127) (tstamp 1cfc095b-8050-4580-94d6-fbfcc8bfe7b7)) - (fp_line (start 33.8 21.5) (end 33.7071 21.5) (layer "Eco2.User") (width 0.127) (tstamp 1eff6bd0-ac79-4999-b5c2-6cc003180e06)) - (fp_line (start 35 8.45) (end 33.95 8.45) (layer "Eco2.User") (width 0.127) (tstamp 21f81ede-6e4f-4ee5-b02f-f65d313fb70a)) - (fp_line (start -33.5293 21.1293) (end -33.4 21) (layer "Eco2.User") (width 0.127) (tstamp 257cad49-cc8e-4619-b766-c785ede46fa6)) - (fp_line (start -33.1 18.5) (end -34.2 18.5) (layer "Eco2.User") (width 0.254) (tstamp 25869970-14dc-4d5a-b5c9-8cc4c9fe0cd2)) - (fp_line (start -35.75 10.4) (end -35.75 16.45) (layer "Eco2.User") (width 0.127) (tstamp 2ad4b944-fbce-4b78-8ee7-042058a2da31)) - (fp_line (start -35 9.9) (end -35.75 10.4) (layer "Eco2.User") (width 0.127) (tstamp 2f59613e-ee44-42ef-bf89-35660c22c6f4)) - (fp_line (start -34.7 10.1) (end -35.4 10.6) (layer "Eco2.User") (width 0.127) (tstamp 303d3b5f-f0f2-4106-8af5-902235731684)) - (fp_line (start 34.5 16.4) (end 33.2 16.6) (layer "Eco2.User") (width 0.127) (tstamp 32497a5c-44d1-48e1-b861-f443cb271fa8)) - (fp_line (start -33.2 16.6) (end -33 17.9) (layer "Eco2.User") (width 0.127) (tstamp 32b31b64-d5b2-4201-a9b7-0e11f007dfec)) - (fp_line (start -34.6 8.5) (end -34.2 16.4) (layer "Eco2.User") (width 0.127) (tstamp 32c7d258-364e-4dce-9182-c1754814c9e1)) - (fp_line (start 34.7 10.1) (end 35.4 10.6) (layer "Eco2.User") (width 0.127) (tstamp 34318739-7ff7-4ade-a67c-3b639b5f1ffd)) - (fp_line (start 33.9 16.4) (end 34.3 8.5) (layer "Eco2.User") (width 0.127) (tstamp 3540fce7-17bd-4bd9-a240-e43b4ce99090)) - (fp_line (start -35.7 16.45) (end -35.4 16.45) (layer "Eco2.User") (width 0.127) (tstamp 366414f2-b8ec-4288-acf2-6a6f73dcefe3)) - (fp_line (start 35.75 10.4) (end 35.75 16.45) (layer "Eco2.User") (width 0.127) (tstamp 39892eef-fcb4-4d05-aa1d-480a49460fa6)) - (fp_line (start -33.2 21.2) (end -33.4 21) (layer "Eco2.User") (width 0.127) (tstamp 4275b550-6902-46de-a054-cd0ec762ab8d)) - (fp_line (start -33.4 19.6) (end -33.1 19.6) (layer "Eco2.User") (width 0.254) (tstamp 43389b36-5397-4d19-bcc7-1eabfb7e469b)) - (fp_line (start 33.6 15.2) (end 33.6 16) (layer "Eco2.User") (width 0.127) (tstamp 4658f25f-ecc4-49d4-9c2f-4ec55f34e68b)) - (fp_line (start 33.2879 21.2879) (end 33.2 21.2) (layer "Eco2.User") (width 0.127) (tstamp 4bb7b71a-5c2e-4e53-94d3-148188898114)) - (fp_line (start -32.6 19.1) (end -32.6 19) (layer "Eco2.User") (width 0.127) (tstamp 500e5c30-d120-421c-af98-e4126469d272)) - (fp_line (start 33 17.9) (end 34.3 17.9) (layer "Eco2.User") (width 0.127) (tstamp 56c639b4-17a3-439a-afb8-aac1968faca2)) - (fp_line (start 35 1.85) (end 35 8.45) (layer "Eco2.User") (width 0.127) (tstamp 5b9331c3-3861-4769-a415-054172a1ac88)) - (fp_line (start 33.4 19.6) (end 33.1 19.6) (layer "Eco2.User") (width 0.254) (tstamp 5ea36773-fd51-4586-a1fe-8fae8e008ac8)) - (fp_line (start -35 8.45) (end -33.95 8.45) (layer "Eco2.User") (width 0.127) (tstamp 638b04f6-d024-4a10-8162-044bb26928c2)) - (fp_line (start -33.7071 21.2) (end -33.8 21.2) (layer "Eco2.User") (width 0.127) (tstamp 68918ab3-1a9d-4193-9e5f-597d24b302c2)) - (fp_line (start -33 20.8) (end -33.4 20.8) (layer "Eco2.User") (width 0.254) (tstamp 6cec2d29-3925-4fea-b5eb-cff7e4f83ccf)) - (fp_line (start 35.4 16) (end 35.4 10.6) (layer "Eco2.User") (width 0.127) (tstamp 6cef315c-5a45-4a96-815d-c8d494d40591)) - (fp_line (start 33.95 8.45) (end 33.95 3.7) (layer "Eco2.User") (width 0.127) (tstamp 7155eaab-35b2-41d8-9f7b-767999661ba0)) - (fp_line (start -33.6 15.2) (end -33.6 16) (layer "Eco2.User") (width 0.127) (tstamp 72af707f-3f4d-4ac4-b347-ba7e77c828c8)) - (fp_line (start 33.1 18.5) (end 34.2 18.5) (layer "Eco2.User") (width 0.254) (tstamp 74f5d622-429c-4200-8356-5d6397ac3257)) - (fp_line (start 34.2 16.4) (end 33.9 16.4) (layer "Eco2.User") (width 0.127) (tstamp 750ae576-82b8-4cff-9c06-1a13f7caf9d3)) - (fp_line (start 32.6 19.1) (end 32.6 19) (layer "Eco2.User") (width 0.127) (tstamp 7665c3f7-822e-4c24-9f2d-3eb08031daa4)) - (fp_line (start -34.3 20.7) (end -34.3 17.9) (layer "Eco2.User") (width 0.127) (tstamp 7a2a602e-1b68-4334-8f7d-d55e95708f95)) - (fp_line (start 33 20.8) (end 33.4 20.8) (layer "Eco2.User") (width 0.254) (tstamp 7c3609e2-f181-46e8-b84d-e0cfe0cd876f)) - (fp_line (start 34.7 8.5) (end 34.7 10.1) (layer "Eco2.User") (width 0.127) (tstamp 7e381968-b2b7-4360-a141-d737f86e44c4)) - (fp_line (start -35 8.45) (end -35 9.9) (layer "Eco2.User") (width 0.127) (tstamp 80cb96a3-e926-4ab5-8406-f06b827add58)) - (fp_line (start 33.5293 21.1293) (end 33.4 21) (layer "Eco2.User") (width 0.127) (tstamp 8194f45a-9ffb-48c7-91de-7cf5527a225d)) - (fp_line (start -35 1.85) (end -33.95 1.85) (layer "Eco2.User") (width 0.127) (tstamp 8fa7509b-397e-46b4-b365-09604f478503)) - (fp_line (start -35.55 1.85) (end -35 1.85) (layer "Eco2.User") (width 0.127) (tstamp 8fe02748-07be-40d4-835c-77fbfd905ad5)) - (fp_line (start -33 20.8) (end -33.4 21) (layer "Eco2.User") (width 0.127) (tstamp 9681e97b-a1e9-4d98-9a2a-d66ecc4edbf4)) - (fp_line (start 33.85 21.5) (end 33.8 21.5) (layer "Eco2.User") (width 0.127) (tstamp 96f6132f-619f-4f88-b449-7ce7baff72cb)) - (fp_line (start -33.6 16) (end -35.4 16) (layer "Eco2.User") (width 0.127) (tstamp 9a577574-40ae-4c4c-abc8-bdfaf30d01b8)) - (fp_line (start -34.7 8.5) (end -34.7 10.1) (layer "Eco2.User") (width 0.127) (tstamp 9c3a7402-eff7-45fd-aaff-d457a43e71fd)) - (fp_line (start 35.4 16.45) (end 35.4 16) (layer "Eco2.User") (width 0.127) (tstamp 9c856069-5fe3-45da-9d16-040f1b4dd056)) - (fp_line (start 33.6 16) (end 35.4 16) (layer "Eco2.User") (width 0.127) (tstamp 9ef7142c-1384-4d6c-b7ea-38ce45daaf2f)) - (fp_line (start 35.3 15.2) (end 33.6 15.2) (layer "Eco2.User") (width 0.127) (tstamp a13c3cdb-1e9c-4573-af22-e4e561f3f137)) - (fp_line (start -34.2 16.4) (end -33.9 16.4) (layer "Eco2.User") (width 0.127) (tstamp a3f0ee2c-6122-4fc0-a04c-96b868499687)) - (fp_line (start -33.2 21.2) (end -33 20.8) (layer "Eco2.User") (width 0.127) (tstamp a4ec589f-14ad-4d7a-932d-c808250b540e)) - (fp_line (start 34.6 17.9) (end 34.5 16.4) (layer "Eco2.User") (width 0.127) (tstamp a90571f7-261c-4b08-878e-281158811101)) - (fp_line (start -33 20.8) (end -33 19.9) (layer "Eco2.User") (width 0.127) (tstamp b40ff4d8-ca1a-484a-a823-8f21296e8613)) - (fp_line (start 33.2 16.6) (end 33 17.9) (layer "Eco2.User") (width 0.127) (tstamp b49431eb-ec10-4eb2-ac70-02ec4dce7ad2)) - (fp_line (start -33.02 -5) (end -35.55 -5) (layer "Eco2.User") (width 0.127) (tstamp b68e2027-095f-4198-9879-d77ca256fb98)) - (fp_line (start -34.6 17.9) (end -34.5 16.4) (layer "Eco2.User") (width 0.127) (tstamp ba68c9f4-e28e-4c13-bb3b-c1795877b13e)) - (fp_line (start 33 20.8) (end 33 19.9) (layer "Eco2.User") (width 0.127) (tstamp baeab59f-c809-4d59-a8bc-b56b9e3bd77f)) - (fp_line (start -34.6 17.8) (end -34.6 20.75) (layer "Eco2.User") (width 0.127) (tstamp bf5dc129-a303-4086-848d-fa41da8fb950)) - (fp_line (start -33.9 16.4) (end -34.3 8.5) (layer "Eco2.User") (width 0.127) (tstamp c63cf3bf-e574-451c-b157-d95e198efaeb)) - (fp_line (start 34.3 20.7) (end 34.3 17.9) (layer "Eco2.User") (width 0.127) (tstamp c6c7c4ca-1b97-46b0-8f1c-c99483757793)) - (fp_line (start 34.6 17.8) (end 34.6 20.75) (layer "Eco2.User") (width 0.127) (tstamp c8fe475b-9848-4d6a-bc80-887701b572e5)) - (fp_line (start 33.7071 21.2) (end 33.8 21.2) (layer "Eco2.User") (width 0.127) (tstamp cbc61255-9a6f-450a-8ec1-d3a4d6b16969)) - (fp_line (start 33.02 -5) (end -33.02 -5) (layer "Eco2.User") (width 0.127) (tstamp ce95b8be-5c1f-4f46-9f83-507b54ff5739)) - (fp_line (start -35.4 16.45) (end -35.4 16) (layer "Eco2.User") (width 0.127) (tstamp d406397b-941d-4655-9580-ebd51905cc62)) - (fp_line (start -33.8 21.5) (end -33.7071 21.5) (layer "Eco2.User") (width 0.127) (tstamp d725c8d8-aac2-4e24-89aa-608a985eeba8)) - (fp_line (start 35 8.45) (end 35 9.9) (layer "Eco2.User") (width 0.127) (tstamp d731715a-261a-490f-82be-54b2f544b306)) - (fp_line (start 34.3 17.9) (end 34.6 17.9) (layer "Eco2.User") (width 0.127) (tstamp d8e88612-731e-4dd9-8144-7070c5facf47)) - (fp_line (start -35 1.85) (end -35 8.45) (layer "Eco2.User") (width 0.127) (tstamp dba756c6-74ac-4e3d-b8f0-a6e042dd18dc)) - (fp_line (start 33.02 -3.27) (end -33.02 -3.27) (layer "Eco2.User") (width 0.127) (tstamp e0ad2d09-4809-4557-b3dc-d69b94297920)) - (fp_line (start -33.2879 21.2879) (end -33.2 21.2) (layer "Eco2.User") (width 0.127) (tstamp e53f711c-56fd-43bd-8e44-a5056e157e25)) - (fp_line (start -34.3 17.9) (end -34.6 17.9) (layer "Eco2.User") (width 0.127) (tstamp e7df1ef3-8614-453a-b70d-abcfc7ceb8e1)) - (fp_line (start -34.5 16.4) (end -33.2 16.6) (layer "Eco2.User") (width 0.127) (tstamp e867344f-326b-41b6-9e64-8301a93b6093)) - (fp_line (start 33.95 3.7) (end -33.95 3.7) (layer "Eco2.User") (width 0.127) (tstamp ea18b774-bc15-49e8-89fc-e24035f89836)) - (fp_line (start 33.95 1.85) (end 35.55 1.85) (layer "Eco2.User") (width 0.127) (tstamp ee497a37-a75b-405a-97b2-6ef716593b84)) - (fp_line (start -35.55 -5) (end -35.55 1.85) (layer "Eco2.User") (width 0.127) (tstamp f371ac4d-aa39-4ff4-aa82-acb5926d7238)) - (fp_line (start 33.2 21.2) (end 33 20.8) (layer "Eco2.User") (width 0.127) (tstamp f3ce8111-f13c-4473-ab66-b366eabeec64)) - (fp_line (start 33 20.8) (end 33.4 21) (layer "Eco2.User") (width 0.127) (tstamp f6b8c93c-10d2-4183-b569-b071d089dc7d)) - (fp_line (start -33.95 1.85) (end 33.95 1.85) (layer "Eco2.User") (width 0.127) (tstamp f804e4a4-9b9a-4e1b-9ac5-daf534f3bfad)) - (fp_line (start -33 17.9) (end -34.3 17.9) (layer "Eco2.User") (width 0.127) (tstamp fb706fa1-7535-4a0f-9bae-855fb8e0d7d2)) - (fp_arc (start 33.9 20.3) (mid 33.753553 20.653553) (end 33.4 20.8) (layer "Eco2.User") (width 0.254) (tstamp 1e16feec-bdb2-4bfc-be1f-0c78186b2903)) - (fp_arc (start -33.9 20.1) (mid -33.753553 19.746447) (end -33.4 19.6) (layer "Eco2.User") (width 0.254) (tstamp 1e1de3d9-7cdb-4a36-a171-218d5a5c8266)) - (fp_arc (start -33.5293 21.1293) (mid -33.607423 21.18155) (end -33.699579 21.200006) (layer "Eco2.User") (width 0.127) (tstamp 3a18645f-f66a-4db2-9ca7-4d6a23efa5e2)) - (fp_arc (start 33 19.9) (mid 33.43934 18.83934) (end 34.5 18.4) (layer "Eco2.User") (width 0.127) (tstamp 469d78d0-a437-4242-9f2d-3f24c1871870)) - (fp_arc (start -33.8 21.2) (mid -34.153553 21.053553) (end -34.3 20.7) (layer "Eco2.User") (width 0.127) (tstamp 51d10b25-76c4-41a0-bd5e-1e5424e0532b)) - (fp_arc (start 33.1 19.6) (mid 32.746447 19.453553) (end 32.6 19.1) (layer "Eco2.User") (width 0.254) (tstamp 527f25d0-b5d0-453c-aaba-2dc98f518f26)) - (fp_arc (start -34.5 18.4) (mid -33.43934 18.83934) (end -33 19.9) (layer "Eco2.User") (width 0.127) (tstamp 539a8fd8-ada0-4fcf-ab03-5dd7133b4f0a)) - (fp_arc (start 33.4 19.6) (mid 33.753553 19.746447) (end 33.9 20.1) (layer "Eco2.User") (width 0.254) (tstamp 67bdd611-a7be-441b-b9d2-c40696b3f189)) - (fp_arc (start 34.6 20.75) (mid 34.38033 21.28033) (end 33.85 21.5) (layer "Eco2.User") (width 0.127) (tstamp 725100e7-9054-443e-afe3-740b0cddee7e)) - (fp_arc (start -32.6 19.1) (mid -32.746447 19.453553) (end -33.1 19.6) (layer "Eco2.User") (width 0.254) (tstamp 74dd016d-3214-40ad-be1e-f4c472c3e8ea)) - (fp_arc (start -33.4 20.8) (mid -33.753553 20.653553) (end -33.9 20.3) (layer "Eco2.User") (width 0.254) (tstamp 77e33425-e388-411b-bc99-3d8813f2dba5)) - (fp_arc (start 34.3 20.7) (mid 34.153553 21.053553) (end 33.8 21.2) (layer "Eco2.User") (width 0.127) (tstamp 7c920a54-5aba-4ffb-b1ff-0e0b956d99f1)) - (fp_arc (start -33.1 18.5) (mid -32.746447 18.646447) (end -32.6 19) (layer "Eco2.User") (width 0.254) (tstamp 90ddfcba-66ca-4e2f-b64a-a04604c3e3fb)) - (fp_arc (start -33.2879 21.2879) (mid -33.52227 21.444649) (end -33.798736 21.500018) (layer "Eco2.User") (width 0.127) (tstamp 9932ebd5-e1a3-4648-94d4-c192a97bd813)) - (fp_arc (start 33.699579 21.200006) (mid 33.607423 21.18155) (end 33.5293 21.1293) (layer "Eco2.User") (width 0.127) (tstamp ac5d7285-b1ce-4a2a-9239-48af1ef4e284)) - (fp_arc (start 33.798736 21.500018) (mid 33.52227 21.444649) (end 33.2879 21.2879) (layer "Eco2.User") (width 0.127) (tstamp cbc4e7ac-7ad8-4375-a264-79b88823ea0b)) - (fp_arc (start 32.6 19) (mid 32.746447 18.646447) (end 33.1 18.5) (layer "Eco2.User") (width 0.254) (tstamp eb4c759d-b533-4b8f-beac-bf2a4b1f1958)) - (fp_arc (start -33.85 21.5) (mid -34.38033 21.28033) (end -34.6 20.75) (layer "Eco2.User") (width 0.127) (tstamp fafeff9c-611b-4468-a457-adb08b6b5d30)) - (fp_circle (center 32.285 -4.095) (end 32.385 -4.095) (layer "Eco2.User") (width 0.5) (fill none) (tstamp ea5a7097-285d-47c6-9acb-081462a7d33a)) - (pad "" np_thru_hole circle locked (at 33.4 0 90) (size 1.6 1.6) (drill 1.6) (layers *.Cu *.Mask "F.SilkS") (tstamp b845b752-614d-4b43-ab2b-798352a6bf61)) - (pad "" np_thru_hole circle locked (at -33.4 0 90) (size 1.1 1.1) (drill 1.1) (layers *.Cu *.Mask "F.SilkS") (tstamp e7e16b21-ae1f-433d-a2be-6205363314c9)) + (fp_line (start -35.55 -5) (end -35.55 1.85) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 716d2e21-3c75-4463-88d8-f8a0a2221759)) + (fp_line (start -35.55 -5) (end -33.02 -5) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp e4a0c61c-e140-46c3-b07a-2b54bfc273ba)) + (fp_line (start -35.55 1.85) (end -35 1.85) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 9f403d3d-b09c-49db-a2cf-73f152a1d1da)) + (fp_line (start -35 1.85) (end -35 8.45) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp af5b79d9-6b29-457c-a715-c55bab0f6925)) + (fp_line (start -35 1.85) (end -33.95 1.85) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 6744a5f2-d26f-4147-8bc2-30ceb72da30d)) + (fp_line (start -33.95 1.85) (end -33.95 3.7) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp bf7a58da-2665-4716-851d-0c8a31193049)) + (fp_line (start -33.95 1.85) (end 33.95 1.85) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp e6870b0d-f030-46ce-b91b-4d13837517e2)) + (fp_line (start -33.95 3.7) (end -33.95 8.45) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 9b92e4a8-e111-43f2-a56f-7338f5662c63)) + (fp_line (start -33.95 3.7) (end -32 3.7) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 1aeea86e-0ecd-461a-a2e8-6a2ec6d36955)) + (fp_line (start -33.95 8.45) (end -35 8.45) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp c203693d-ee30-4e95-9465-8887218a4db1)) + (fp_line (start -33.02 -5) (end -33.02 -3.27) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 6eca6ef6-318b-4733-adef-d6c432eb951b)) + (fp_line (start -33.02 -3.27) (end -32 -3.27) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 7e8f923c-a6cd-4e5d-9bf0-fd4e527e6bea)) + (fp_line (start -33 -5) (end -32 -5) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 74be585b-3982-4567-9eea-c0a92de91b58)) + (fp_line (start 32 -5) (end 33 -5) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp c5bf2538-ff09-4526-a16d-0132768f971f)) + (fp_line (start 32 3.7) (end 33.95 3.7) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp cc35876b-40f4-4ca0-9b46-71f63f73e185)) + (fp_line (start 33.02 -5) (end 33.02 -3.27) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp ecc49770-f273-4db5-b22f-060d39a358c0)) + (fp_line (start 33.02 -3.27) (end 32 -3.27) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 7fc3fd9f-0d2e-496b-9ba4-8007561de946)) + (fp_line (start 33.95 1.85) (end 33.95 8.45) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 4100cab2-8fb1-4191-8017-d6b12f585ac0)) + (fp_line (start 33.95 1.85) (end 35 1.85) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 917706c1-0a87-498e-b06c-13204e10eec0)) + (fp_line (start 33.95 8.45) (end 35 8.45) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 59b5895d-f975-44a6-ae11-a3b5f87ea3b3)) + (fp_line (start 35 1.85) (end 35.55 1.85) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 2de49ff4-c277-4d0d-8a5b-0098659aac2a)) + (fp_line (start 35 8.45) (end 35 1.85) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 992fade9-3f75-4b71-b79b-f95730317756)) + (fp_line (start 35.55 -5) (end 33.02 -5) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 7dbebe55-9dbe-4924-8a43-d9a9688a84aa)) + (fp_line (start 35.55 1.85) (end 35.55 -5) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp baa59253-cc68-46f4-afd6-15d33a92d2c2)) + (fp_circle (center 31.65 -6) (end 31.75 -6) + (stroke (width 0.5) (type solid)) (fill none) (layer "F.SilkS") (tstamp 8cd2e79d-1cf2-4325-a3e1-544c97ffa018)) + (fp_line (start -36 -5.35) (end 36 -5.35) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp 1e2b3f3a-890c-425a-9d57-0544552ec631)) + (fp_line (start -36 21.75) (end -36 -5.35) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp d036f0ca-0826-43a4-9176-444f48f1d941)) + (fp_line (start -36 21.75) (end -30.05 21.75) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp 60ed142b-5f7e-4a99-9397-5eb925d4fb03)) + (fp_line (start -30.05 5.35) (end 30.05 5.35) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp 4a355f92-fe37-4af7-97bf-6863344097d6)) + (fp_line (start -30.05 21.75) (end -30.05 5.35) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp fca8f47f-4f5e-4a6a-af77-242e11b86e76)) + (fp_line (start 30.05 5.35) (end 30.05 21.75) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp 1ee8ef6e-88e8-4d59-b35a-caf2f6dc56a6)) + (fp_line (start 30.05 21.75) (end 36 21.75) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp cbc70bb3-b6bd-455b-80c4-735d0b9ae28b)) + (fp_line (start 36 -5.35) (end 36 21.75) + (stroke (width 0.05) (type solid)) (layer "Eco1.User") (tstamp d8c6b902-d3e0-4299-8284-dafc7a21fe93)) + (fp_line (start -35.75 10.4) (end -35.75 16.45) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 2ad4b944-fbce-4b78-8ee7-042058a2da31)) + (fp_line (start -35.7 16.45) (end -35.4 16.45) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 366414f2-b8ec-4288-acf2-6a6f73dcefe3)) + (fp_line (start -35.55 -5) (end -35.55 1.85) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp f371ac4d-aa39-4ff4-aa82-acb5926d7238)) + (fp_line (start -35.55 1.85) (end -35 1.85) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 8fe02748-07be-40d4-835c-77fbfd905ad5)) + (fp_line (start -35.4 16) (end -35.4 10.6) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 1cfc095b-8050-4580-94d6-fbfcc8bfe7b7)) + (fp_line (start -35.4 16.45) (end -35.4 16) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp d406397b-941d-4655-9580-ebd51905cc62)) + (fp_line (start -35.3 15.2) (end -33.6 15.2) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 129ffb5c-dfff-41c8-bdfd-58137053822f)) + (fp_line (start -35 1.85) (end -35 8.45) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp dba756c6-74ac-4e3d-b8f0-a6e042dd18dc)) + (fp_line (start -35 1.85) (end -33.95 1.85) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 8fa7509b-397e-46b4-b365-09604f478503)) + (fp_line (start -35 8.45) (end -35 9.9) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 80cb96a3-e926-4ab5-8406-f06b827add58)) + (fp_line (start -35 8.45) (end -33.95 8.45) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 638b04f6-d024-4a10-8162-044bb26928c2)) + (fp_line (start -35 9.9) (end -35.75 10.4) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 2f59613e-ee44-42ef-bf89-35660c22c6f4)) + (fp_line (start -34.7 8.5) (end -34.7 10.1) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 9c3a7402-eff7-45fd-aaff-d457a43e71fd)) + (fp_line (start -34.7 10.1) (end -35.4 10.6) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 303d3b5f-f0f2-4106-8af5-902235731684)) + (fp_line (start -34.6 8.5) (end -34.2 16.4) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 32c7d258-364e-4dce-9182-c1754814c9e1)) + (fp_line (start -34.6 17.8) (end -34.6 20.75) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp bf5dc129-a303-4086-848d-fa41da8fb950)) + (fp_line (start -34.6 17.9) (end -34.5 16.4) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp ba68c9f4-e28e-4c13-bb3b-c1795877b13e)) + (fp_line (start -34.5 16.4) (end -33.2 16.6) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp e867344f-326b-41b6-9e64-8301a93b6093)) + (fp_line (start -34.3 17.9) (end -34.6 17.9) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp e7df1ef3-8614-453a-b70d-abcfc7ceb8e1)) + (fp_line (start -34.3 20.7) (end -34.3 17.9) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 7a2a602e-1b68-4334-8f7d-d55e95708f95)) + (fp_line (start -34.2 16.4) (end -33.9 16.4) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp a3f0ee2c-6122-4fc0-a04c-96b868499687)) + (fp_line (start -33.95 1.85) (end 33.95 1.85) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp f804e4a4-9b9a-4e1b-9ac5-daf534f3bfad)) + (fp_line (start -33.95 3.7) (end -33.95 1.85) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 16fa6556-29e6-457b-b83d-a3bd91051fda)) + (fp_line (start -33.95 8.45) (end -33.95 3.7) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 098f11fb-70af-4952-9d24-4ab2d145c426)) + (fp_line (start -33.9 16.4) (end -34.3 8.5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp c63cf3bf-e574-451c-b157-d95e198efaeb)) + (fp_line (start -33.9 20.3) (end -33.9 20.1) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 0bb47664-1376-462b-ab7c-e41bb7e3b424)) + (fp_line (start -33.85 21.5) (end -33.8 21.5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 0bee8e90-f6aa-4b28-9e6e-834ab8d97747)) + (fp_line (start -33.8 21.5) (end -33.7071 21.5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp d725c8d8-aac2-4e24-89aa-608a985eeba8)) + (fp_line (start -33.7071 21.2) (end -33.8 21.2) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 68918ab3-1a9d-4193-9e5f-597d24b302c2)) + (fp_line (start -33.6 15.2) (end -33.6 16) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 72af707f-3f4d-4ac4-b347-ba7e77c828c8)) + (fp_line (start -33.6 16) (end -35.4 16) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 9a577574-40ae-4c4c-abc8-bdfaf30d01b8)) + (fp_line (start -33.5293 21.1293) (end -33.4 21) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 257cad49-cc8e-4619-b766-c785ede46fa6)) + (fp_line (start -33.4 19.6) (end -33.1 19.6) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 43389b36-5397-4d19-bcc7-1eabfb7e469b)) + (fp_line (start -33.2879 21.2879) (end -33.2 21.2) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp e53f711c-56fd-43bd-8e44-a5056e157e25)) + (fp_line (start -33.2 16.6) (end -33 17.9) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 32b31b64-d5b2-4201-a9b7-0e11f007dfec)) + (fp_line (start -33.2 21.2) (end -33.4 21) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 4275b550-6902-46de-a054-cd0ec762ab8d)) + (fp_line (start -33.2 21.2) (end -33 20.8) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp a4ec589f-14ad-4d7a-932d-c808250b540e)) + (fp_line (start -33.1 18.5) (end -34.2 18.5) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 25869970-14dc-4d5a-b5c9-8cc4c9fe0cd2)) + (fp_line (start -33.02 -5) (end -35.55 -5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp b68e2027-095f-4198-9879-d77ca256fb98)) + (fp_line (start -33.02 -3.27) (end -33.02 -5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 101703a3-e1a0-42e6-981d-cb6b49499dbd)) + (fp_line (start -33 17.9) (end -34.3 17.9) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp fb706fa1-7535-4a0f-9bae-855fb8e0d7d2)) + (fp_line (start -33 20.8) (end -33.4 20.8) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 6cec2d29-3925-4fea-b5eb-cff7e4f83ccf)) + (fp_line (start -33 20.8) (end -33.4 21) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 9681e97b-a1e9-4d98-9a2a-d66ecc4edbf4)) + (fp_line (start -33 20.8) (end -33 19.9) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp b40ff4d8-ca1a-484a-a823-8f21296e8613)) + (fp_line (start -32.6 19.1) (end -32.6 19) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 500e5c30-d120-421c-af98-e4126469d272)) + (fp_line (start 32.6 19.1) (end 32.6 19) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 7665c3f7-822e-4c24-9f2d-3eb08031daa4)) + (fp_line (start 33 17.9) (end 34.3 17.9) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 56c639b4-17a3-439a-afb8-aac1968faca2)) + (fp_line (start 33 20.8) (end 33 19.9) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp baeab59f-c809-4d59-a8bc-b56b9e3bd77f)) + (fp_line (start 33 20.8) (end 33.4 20.8) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 7c3609e2-f181-46e8-b84d-e0cfe0cd876f)) + (fp_line (start 33 20.8) (end 33.4 21) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp f6b8c93c-10d2-4183-b569-b071d089dc7d)) + (fp_line (start 33.02 -5) (end -33.02 -5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp ce95b8be-5c1f-4f46-9f83-507b54ff5739)) + (fp_line (start 33.02 -5) (end 33.02 -3.27) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 077b3377-2379-4436-86d1-b405d640271f)) + (fp_line (start 33.02 -3.27) (end -33.02 -3.27) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp e0ad2d09-4809-4557-b3dc-d69b94297920)) + (fp_line (start 33.1 18.5) (end 34.2 18.5) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 74f5d622-429c-4200-8356-5d6397ac3257)) + (fp_line (start 33.2 16.6) (end 33 17.9) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp b49431eb-ec10-4eb2-ac70-02ec4dce7ad2)) + (fp_line (start 33.2 21.2) (end 33 20.8) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp f3ce8111-f13c-4473-ab66-b366eabeec64)) + (fp_line (start 33.2 21.2) (end 33.4 21) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 073783ef-dadc-403f-9eb6-f7ea746385ea)) + (fp_line (start 33.2879 21.2879) (end 33.2 21.2) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 4bb7b71a-5c2e-4e53-94d3-148188898114)) + (fp_line (start 33.4 19.6) (end 33.1 19.6) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 5ea36773-fd51-4586-a1fe-8fae8e008ac8)) + (fp_line (start 33.5293 21.1293) (end 33.4 21) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 8194f45a-9ffb-48c7-91de-7cf5527a225d)) + (fp_line (start 33.6 15.2) (end 33.6 16) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 4658f25f-ecc4-49d4-9c2f-4ec55f34e68b)) + (fp_line (start 33.6 16) (end 35.4 16) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 9ef7142c-1384-4d6c-b7ea-38ce45daaf2f)) + (fp_line (start 33.7071 21.2) (end 33.8 21.2) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp cbc61255-9a6f-450a-8ec1-d3a4d6b16969)) + (fp_line (start 33.8 21.5) (end 33.7071 21.5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 1eff6bd0-ac79-4999-b5c2-6cc003180e06)) + (fp_line (start 33.85 21.5) (end 33.8 21.5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 96f6132f-619f-4f88-b449-7ce7baff72cb)) + (fp_line (start 33.9 16.4) (end 34.3 8.5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 3540fce7-17bd-4bd9-a240-e43b4ce99090)) + (fp_line (start 33.9 20.3) (end 33.9 20.1) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 0a4aae93-a366-4d85-8d24-7ca06a0fa7f6)) + (fp_line (start 33.95 1.85) (end 33.95 3.7) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 09fc3d79-a9c4-4680-8122-f6897e429f7a)) + (fp_line (start 33.95 1.85) (end 35.55 1.85) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp ee497a37-a75b-405a-97b2-6ef716593b84)) + (fp_line (start 33.95 3.7) (end -33.95 3.7) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp ea18b774-bc15-49e8-89fc-e24035f89836)) + (fp_line (start 33.95 8.45) (end 33.95 3.7) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 7155eaab-35b2-41d8-9f7b-767999661ba0)) + (fp_line (start 34.2 16.4) (end 33.9 16.4) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 750ae576-82b8-4cff-9c06-1a13f7caf9d3)) + (fp_line (start 34.3 17.9) (end 34.6 17.9) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp d8e88612-731e-4dd9-8144-7070c5facf47)) + (fp_line (start 34.3 20.7) (end 34.3 17.9) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp c6c7c4ca-1b97-46b0-8f1c-c99483757793)) + (fp_line (start 34.5 16.4) (end 33.2 16.6) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 32497a5c-44d1-48e1-b861-f443cb271fa8)) + (fp_line (start 34.6 8.5) (end 34.2 16.4) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 146637e7-1c8f-4fa1-8c13-bd328e7d49a6)) + (fp_line (start 34.6 17.8) (end 34.6 20.75) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp c8fe475b-9848-4d6a-bc80-887701b572e5)) + (fp_line (start 34.6 17.9) (end 34.5 16.4) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp a90571f7-261c-4b08-878e-281158811101)) + (fp_line (start 34.7 8.5) (end 34.7 10.1) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 7e381968-b2b7-4360-a141-d737f86e44c4)) + (fp_line (start 34.7 10.1) (end 35.4 10.6) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 34318739-7ff7-4ade-a67c-3b639b5f1ffd)) + (fp_line (start 35 1.85) (end 35 8.45) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 5b9331c3-3861-4769-a415-054172a1ac88)) + (fp_line (start 35 8.45) (end 33.95 8.45) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 21f81ede-6e4f-4ee5-b02f-f65d313fb70a)) + (fp_line (start 35 8.45) (end 35 9.9) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp d731715a-261a-490f-82be-54b2f544b306)) + (fp_line (start 35 9.9) (end 35.75 10.4) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 0372ceec-e981-433b-8568-d31b60215112)) + (fp_line (start 35.3 15.2) (end 33.6 15.2) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp a13c3cdb-1e9c-4573-af22-e4e561f3f137)) + (fp_line (start 35.4 16) (end 35.4 10.6) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 6cef315c-5a45-4a96-815d-c8d494d40591)) + (fp_line (start 35.4 16.45) (end 35.4 16) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 9c856069-5fe3-45da-9d16-040f1b4dd056)) + (fp_line (start 35.55 -5) (end 33.02 -5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 00f113e6-5ba3-4c20-8b8a-98a8fa9160de)) + (fp_line (start 35.55 1.85) (end 35.55 -5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 0d0ebe2f-29f3-4ad8-b8d3-234bd9342355)) + (fp_line (start 35.7 16.45) (end 35.4 16.45) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 011cd605-ce2d-4469-8f90-083d4da93afe)) + (fp_line (start 35.75 10.4) (end 35.75 16.45) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 39892eef-fcb4-4d05-aa1d-480a49460fa6)) + (fp_arc (start -34.5 18.4) (mid -33.43934 18.83934) (end -33 19.9) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 539a8fd8-ada0-4fcf-ab03-5dd7133b4f0a)) + (fp_arc (start -33.9 20.1) (mid -33.753553 19.746447) (end -33.4 19.6) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 1e1de3d9-7cdb-4a36-a171-218d5a5c8266)) + (fp_arc (start -33.85 21.5) (mid -34.38033 21.28033) (end -34.6 20.75) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp fafeff9c-611b-4468-a457-adb08b6b5d30)) + (fp_arc (start -33.8 21.2) (mid -34.153553 21.053553) (end -34.3 20.7) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 51d10b25-76c4-41a0-bd5e-1e5424e0532b)) + (fp_arc (start -33.5293 21.1293) (mid -33.607423 21.18155) (end -33.699579 21.200006) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 3a18645f-f66a-4db2-9ca7-4d6a23efa5e2)) + (fp_arc (start -33.4 20.8) (mid -33.753553 20.653553) (end -33.9 20.3) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 77e33425-e388-411b-bc99-3d8813f2dba5)) + (fp_arc (start -33.2879 21.2879) (mid -33.52227 21.444649) (end -33.798736 21.500018) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 9932ebd5-e1a3-4648-94d4-c192a97bd813)) + (fp_arc (start -33.1 18.5) (mid -32.746447 18.646447) (end -32.6 19) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 90ddfcba-66ca-4e2f-b64a-a04604c3e3fb)) + (fp_arc (start -32.6 19.1) (mid -32.746447 19.453553) (end -33.1 19.6) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 74dd016d-3214-40ad-be1e-f4c472c3e8ea)) + (fp_arc (start 32.6 19) (mid 32.746447 18.646447) (end 33.1 18.5) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp eb4c759d-b533-4b8f-beac-bf2a4b1f1958)) + (fp_arc (start 33 19.9) (mid 33.43934 18.83934) (end 34.5 18.4) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 469d78d0-a437-4242-9f2d-3f24c1871870)) + (fp_arc (start 33.1 19.6) (mid 32.746447 19.453553) (end 32.6 19.1) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 527f25d0-b5d0-453c-aaba-2dc98f518f26)) + (fp_arc (start 33.4 19.6) (mid 33.753553 19.746447) (end 33.9 20.1) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 67bdd611-a7be-441b-b9d2-c40696b3f189)) + (fp_arc (start 33.699579 21.200006) (mid 33.607423 21.18155) (end 33.5293 21.1293) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp ac5d7285-b1ce-4a2a-9239-48af1ef4e284)) + (fp_arc (start 33.798736 21.500018) (mid 33.52227 21.444649) (end 33.2879 21.2879) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp cbc4e7ac-7ad8-4375-a264-79b88823ea0b)) + (fp_arc (start 33.9 20.3) (mid 33.753553 20.653553) (end 33.4 20.8) + (stroke (width 0.254) (type solid)) (layer "Eco2.User") (tstamp 1e16feec-bdb2-4bfc-be1f-0c78186b2903)) + (fp_arc (start 34.3 20.7) (mid 34.153553 21.053553) (end 33.8 21.2) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 7c920a54-5aba-4ffb-b1ff-0e0b956d99f1)) + (fp_arc (start 34.6 20.75) (mid 34.38033 21.28033) (end 33.85 21.5) + (stroke (width 0.127) (type solid)) (layer "Eco2.User") (tstamp 725100e7-9054-443e-afe3-740b0cddee7e)) + (fp_circle (center 32.285 -4.095) (end 32.385 -4.095) + (stroke (width 0.5) (type solid)) (fill none) (layer "Eco2.User") (tstamp ea5a7097-285d-47c6-9acb-081462a7d33a)) + (pad "" np_thru_hole circle locked (at -33.4 0 90) (size 1.1 1.1) (drill 1.1) (layers "*.Cu" "*.Mask" "F.SilkS") (tstamp e7e16b21-ae1f-433d-a2be-6205363314c9)) + (pad "" np_thru_hole circle locked (at 33.4 0 90) (size 1.6 1.6) (drill 1.6) (layers "*.Cu" "*.Mask" "F.SilkS") (tstamp b845b752-614d-4b43-ab2b-798352a6bf61)) (pad "1" smd rect locked (at 31.65 -4.1 180) (size 2 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (net 559 "+5V") (pinfunction "5V") (pintype "power_in") (tstamp c84a5e0e-3b12-454e-b152-28831a3f8ddf)) (pad "2" smd rect locked (at 31.35 4.1 180) (size 2 0.35) (layers "F.Cu" "F.Paste" "F.Mask") @@ -13041,7 +15727,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005dac0e86) + (tstamp 00000000-0000-0000-0000-00005dac0e86) (at 209 102) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -13054,30 +15740,40 @@ (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005e92b357") (attr smd) (fp_text reference "C56" (at 0 1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 38f59ddb-96b2-4e4d-92d7-b8099598134a) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c8afb01a-3e94-401b-8a68-b5257c58fbfc) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ef3db79b-360a-4042-9ac4-b9a2d3e55c1f) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 58980ed9-6447-471c-a132-99873ad186a9)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 8290d239-658d-4560-9d6d-7dd682dd01c7)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3c51ffeb-ccc3-4f97-a7d3-7492945bf800)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 62440cc3-989d-4990-a0c5-9afddfe33d61)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp cb1c7e4a-b8b5-498d-ada6-4913452d5854)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d861cf14-816f-4f3d-92da-c642dec1d415)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4752f965-3ba1-4555-9523-d6befd917dbc)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 67e6b0e1-ee30-42c2-9a96-83cf7fe1176c)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c284c8fd-825a-4403-86bc-ac2cda2cf8dc)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ebd0ce3c-da0f-45fc-8693-076d13aabaad)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8290d239-658d-4560-9d6d-7dd682dd01c7)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58980ed9-6447-471c-a132-99873ad186a9)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62440cc3-989d-4990-a0c5-9afddfe33d61)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d861cf14-816f-4f3d-92da-c642dec1d415)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb1c7e4a-b8b5-498d-ada6-4913452d5854)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c51ffeb-ccc3-4f97-a7d3-7492945bf800)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c284c8fd-825a-4403-86bc-ac2cda2cf8dc)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67e6b0e1-ee30-42c2-9a96-83cf7fe1176c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ebd0ce3c-da0f-45fc-8693-076d13aabaad)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4752f965-3ba1-4555-9523-d6befd917dbc)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 432 "Net-(C137-Pad1)") (pintype "passive") (tstamp 6f1d4a2d-1004-4ba0-a7a8-4e79747efd0d)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 44dcd173-71d5-4273-bed6-9cfcc7c242b0)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -13087,7 +15783,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005dac0e97) + (tstamp 00000000-0000-0000-0000-00005dac0e97) (at 203 92.75) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -13100,30 +15796,40 @@ (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005e92c316") (attr smd) (fp_text reference "C57" (at 0 -1.15) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp bd463547-9186-47f9-9499-024249f73867) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 482c1f48-21c4-4429-b8fb-bd615f43984e) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d86cff3a-8520-495b-8678-26e75b7c6fc2) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 45501a16-0468-43af-a622-5e6cd0f75ad5)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d1b4bfa7-24be-4fa2-a4fa-e39ae1809de0)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5a60eb09-fdb4-4589-96c1-8ceee1a8a049)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5fa9121c-1a6f-45ea-b547-b3275887ee69)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp de525d8f-6469-46b9-933a-0d0a5b803561)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f616ef5f-8fc1-43f7-b0b7-94089004732f)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 34bd1af9-db49-44b6-abdc-9020bbd0e0bf)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7275d77f-57a6-4c1c-b494-d706f26a5b59)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ad2ab9d3-7c22-4148-8b0e-98a1c5992dc0)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b06e25ea-1a2f-4666-aa23-874cb604655f)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1b4bfa7-24be-4fa2-a4fa-e39ae1809de0)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45501a16-0468-43af-a622-5e6cd0f75ad5)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5fa9121c-1a6f-45ea-b547-b3275887ee69)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f616ef5f-8fc1-43f7-b0b7-94089004732f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a60eb09-fdb4-4589-96c1-8ceee1a8a049)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de525d8f-6469-46b9-933a-0d0a5b803561)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34bd1af9-db49-44b6-abdc-9020bbd0e0bf)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7275d77f-57a6-4c1c-b494-d706f26a5b59)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b06e25ea-1a2f-4666-aa23-874cb604655f)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad2ab9d3-7c22-4148-8b0e-98a1c5992dc0)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 600 "Net-(C168-Pad1)") (pintype "passive") (tstamp 3292a870-769f-472c-81e9-0d67ac1988a3)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp dc87f8d4-7b5e-45e7-92de-62cde942d23e)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -13133,7 +15839,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005dac0f28) + (tstamp 00000000-0000-0000-0000-00005dac0f28) (at 122.75 66.25 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -13147,30 +15853,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ebdc9d6") (attr smd) (fp_text reference "C62" (at -0.05 -1.15 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3ac19bff-4bff-4906-8e08-e9aa4c79c9a8) ) (fp_text value "18pF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f3b0005f-d38c-425e-ba1b-5b31bcbadd8c) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 960b032e-5382-4c10-9005-114e4b26c174) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 8f624ae9-fe0c-44e3-ae1c-8690e374a34a)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp bb20dfcb-94d3-44fb-97b5-103ffe2314b8)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 276f2250-e675-4b30-a267-6880b1e6bafe)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2f56f3c5-1044-44f9-8cd8-504d8e315548)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8eeb6c92-b7a1-47b8-9dfb-f3f369e952ff)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d7248f85-b63d-4d3d-9f0b-19c7f7ec64a9)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 18e8714e-922e-4584-ac6a-acf76a3f585f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 87722167-2e3e-4778-8fde-642d656e95b9)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 88cab34f-0b70-4811-938e-962fd923edca)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9b64c76b-0eeb-4b08-9457-cf8b4fbc433f)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb20dfcb-94d3-44fb-97b5-103ffe2314b8)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f624ae9-fe0c-44e3-ae1c-8690e374a34a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 276f2250-e675-4b30-a267-6880b1e6bafe)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8eeb6c92-b7a1-47b8-9dfb-f3f369e952ff)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f56f3c5-1044-44f9-8cd8-504d8e315548)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7248f85-b63d-4d3d-9f0b-19c7f7ec64a9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b64c76b-0eeb-4b08-9457-cf8b4fbc433f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87722167-2e3e-4778-8fde-642d656e95b9)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88cab34f-0b70-4811-938e-962fd923edca)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18e8714e-922e-4584-ac6a-acf76a3f585f)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 433 "/Reform 2 PCIe/PCICLKGEN_XO") (pintype "passive") (tstamp d3617060-ae06-4da1-bd77-8e20078061cc)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 0a7c0936-aeab-4663-b01c-e59d648df1f4)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -13180,7 +15896,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005dac1399) + (tstamp 00000000-0000-0000-0000-00005dac1399) (at 128.75 66.25 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -13194,30 +15910,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ebdc9c8") (attr smd) (fp_text reference "C98" (at -2.45 -0.05 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 96de0ea1-fd68-4f4c-a81c-9a8d644c1e21) ) (fp_text value "18pF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp d8f3ef50-91c5-45c1-9cf1-4ef8b6828bc6) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 19d63bdc-b34d-44a0-9060-c61d57e95759) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1830d9fb-1e0e-400f-aad2-f9b4767d4b49)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b38cc099-af99-4b85-8e96-6c50cbcd053b)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2a4f5466-9d48-4f3f-95da-540f1bb9203c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 40492127-6d3a-465b-a05a-c108176e3945)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c7d6e523-a4e4-41ed-b78d-3cf41107d5f2)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp de7614d6-deab-4201-a97a-4b2679abe51b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0b05c8a7-2ec4-43c7-857c-323ac5af3132)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6af40841-8d56-4463-bad2-dd199a0b068c)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 81057b5c-f571-4a93-9e4f-6622e1de81b6)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b23b4c08-ab37-4943-b782-3cb440054469)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1830d9fb-1e0e-400f-aad2-f9b4767d4b49)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b38cc099-af99-4b85-8e96-6c50cbcd053b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40492127-6d3a-465b-a05a-c108176e3945)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de7614d6-deab-4201-a97a-4b2679abe51b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7d6e523-a4e4-41ed-b78d-3cf41107d5f2)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a4f5466-9d48-4f3f-95da-540f1bb9203c)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81057b5c-f571-4a93-9e4f-6622e1de81b6)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b23b4c08-ab37-4943-b782-3cb440054469)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6af40841-8d56-4463-bad2-dd199a0b068c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b05c8a7-2ec4-43c7-857c-323ac5af3132)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 434 "/Reform 2 PCIe/PCICLKGEN_XI") (pintype "passive") (tstamp 11386161-5064-473e-aa9e-84040280789a)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp fb977be3-f081-426f-adc5-89383bc3a129)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -13227,7 +15953,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005dac19aa) + (tstamp 00000000-0000-0000-0000-00005dac19aa) (at 281.1 52.25 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -13240,30 +15966,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5dc5") (attr smd) (fp_text reference "C148" (at -2.85 0 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 50a722c2-341d-4ee7-a6b2-0ed0e20edc3b) ) (fp_text value "10nF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 42972a3a-f053-4d44-b147-eb8413aa0d74) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5c325110-13ab-434b-9eeb-7bc4a5959f7f) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 0491fab9-f9d8-4209-8b7f-3e776c4702ad)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp b857ef8a-97e4-4bd7-ad8f-9719b2d903cd)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4549113a-cecf-473d-9c8b-17fb491d1869)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 65fd64e0-a8b6-448b-9f73-27ffe16aa3b5)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 91452eb6-f769-4d2d-840a-e1be364ad1e5)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b0438f7a-d3d1-47bd-bb8a-d035ef845d8f)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2f6c27b7-2771-4696-9d71-9ad5c6d6b063)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6cd55f6b-2e43-4c14-9620-44ef0bce8e0d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 801d8763-e2c8-4d14-9b8d-c0cd83dce502)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c22d0f60-87e6-433f-bc5c-27afe6f18bd2)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b857ef8a-97e4-4bd7-ad8f-9719b2d903cd)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0491fab9-f9d8-4209-8b7f-3e776c4702ad)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65fd64e0-a8b6-448b-9f73-27ffe16aa3b5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 91452eb6-f769-4d2d-840a-e1be364ad1e5)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0438f7a-d3d1-47bd-bb8a-d035ef845d8f)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4549113a-cecf-473d-9c8b-17fb491d1869)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 801d8763-e2c8-4d14-9b8d-c0cd83dce502)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c22d0f60-87e6-433f-bc5c-27afe6f18bd2)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f6c27b7-2771-4696-9d71-9ad5c6d6b063)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6cd55f6b-2e43-4c14-9620-44ef0bce8e0d)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 436 "Net-(C148-Pad1)") (pintype "passive") (tstamp 63e44e09-2a25-472d-8a37-798c5d7f2c00)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 435 "Net-(C148-Pad2)") (pintype "passive") (tstamp cab2a336-1cc2-4d25-8fff-345b504d8488)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -13273,7 +16009,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005dac2f78) + (tstamp 00000000-0000-0000-0000-00005dac2f78) (at 138.75 68 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -13286,30 +16022,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eb8f282") (attr smd) (fp_text reference "R36" (at -2.45 -0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 47bce1ea-1fb2-4eb8-84e5-883bf972b951) ) (fp_text value "475" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 50508114-5e55-42c1-9628-edf9b6f35a17) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c3a71b13-9af4-4cc9-b52a-3bf4362b5d98) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 888a25cf-dc67-4e64-92d7-13f85d23ef64)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9989bdf7-2c99-41f8-8c1d-5d51dbcd60f3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0b697a1b-de18-4e92-9b4c-cd4abf9498bc)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 21fc8f51-328c-4778-924a-241925e890d9)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 399fbdb3-e840-4dc3-aa6e-b5259cfeaa7c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6ac3c304-19b0-449b-883c-e43b661b911e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3bcd7ccd-3f32-49b6-8079-1604ce0972ae)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 667977b5-8017-48cc-9f66-4ccaa40f6d9e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ce352cad-b722-4dad-9c89-117a01747c98)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f05d0e30-afa8-448a-b676-abe632f911d0)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 888a25cf-dc67-4e64-92d7-13f85d23ef64)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9989bdf7-2c99-41f8-8c1d-5d51dbcd60f3)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ac3c304-19b0-449b-883c-e43b661b911e)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21fc8f51-328c-4778-924a-241925e890d9)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 399fbdb3-e840-4dc3-aa6e-b5259cfeaa7c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b697a1b-de18-4e92-9b4c-cd4abf9498bc)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce352cad-b722-4dad-9c89-117a01747c98)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3bcd7ccd-3f32-49b6-8079-1604ce0972ae)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 667977b5-8017-48cc-9f66-4ccaa40f6d9e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f05d0e30-afa8-448a-b676-abe632f911d0)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 162ff41b-2d83-44e4-8af4-e61ccf495ece)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 453 "Net-(R36-Pad2)") (pintype "passive") (tstamp f2809303-afb0-4b52-b381-16c5eb5f22e0)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -13319,7 +16065,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005dac2f89) + (tstamp 00000000-0000-0000-0000-00005dac2f89) (at 128.5 70.25 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -13332,30 +16078,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ec38c15") (attr smd) (fp_text reference "R37" (at 2.5 -0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 10d88835-3ee7-425d-8e66-f542cdc1a413) ) (fp_text value "1.5k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp d00a5157-eca7-4219-831b-54bbe90e40ca) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 17154052-d3ca-4bce-bd7c-bed59f938388) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c1004d27-69d2-4974-974b-c7edf4f2d3f9)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp fbe69c44-3f3f-4675-91db-e9cc14c54400)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4e6e0604-7ea2-4437-b338-8a304ab1c7cf)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5cf43839-d19f-439f-b616-89496cccc913)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 865f66fc-5124-4dc8-a8d8-a1fe6ff3ca7f)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 98a8c5bf-3bd7-48d7-bfde-d6cfc21b5d5a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 034df65e-9234-4e22-ac66-87841b0b683b)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 045ac2d8-a1ea-4bd4-ba7e-274a96a2af50)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1b18b28b-e4ad-4cfc-a3dd-38b5e714d5dc)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fe763cb9-aac8-4c23-bc6f-c64aab0d5c1b)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbe69c44-3f3f-4675-91db-e9cc14c54400)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1004d27-69d2-4974-974b-c7edf4f2d3f9)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 865f66fc-5124-4dc8-a8d8-a1fe6ff3ca7f)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 98a8c5bf-3bd7-48d7-bfde-d6cfc21b5d5a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cf43839-d19f-439f-b616-89496cccc913)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e6e0604-7ea2-4437-b338-8a304ab1c7cf)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe763cb9-aac8-4c23-bc6f-c64aab0d5c1b)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 045ac2d8-a1ea-4bd4-ba7e-274a96a2af50)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b18b28b-e4ad-4cfc-a3dd-38b5e714d5dc)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 034df65e-9234-4e22-ac66-87841b0b683b)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 599 "Net-(C152-Pad1)") (pintype "passive") (tstamp fbb64ae2-80e7-48e4-95ee-5e1c2f4322ac)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 454 "Net-(R37-Pad2)") (pintype "passive") (tstamp f847451c-67fc-4595-8cce-02c25a5c2ef5)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -13365,7 +16121,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005dac2f9a) + (tstamp 00000000-0000-0000-0000-00005dac2f9a) (at 131.75 71) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -13378,30 +16134,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ec58288") (attr smd) (fp_text reference "R38" (at 0.05 1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a141114a-50f5-471c-a5fa-e4412820c292) ) (fp_text value "1.5k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 361ab060-6250-446d-a411-4226676a2fe3) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 00411a0c-6d5d-40b7-80ce-aa709724f5a4) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 37f85e5e-f399-42e5-a915-11c9ede34292)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 68868f05-e2f5-49b5-8fb8-bf02cd22f39f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3d0804ef-320b-4be5-9f3a-7d7366a4b5bd)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6255c469-25a2-470c-be1c-5a0645566682)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a1008bba-41c6-4f6f-ba78-e8388eea54e0)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ffdb0e89-5ec0-48be-9b5d-69d0c24738e0)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 71198d4a-3356-438a-8b4b-5024df849f54)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp bfff36ba-8d2e-4010-b585-ba373bcf3c07)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ea0e0de6-ab68-4d6b-9a14-b12339adf591)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f530d452-4a97-45f3-810b-1399a051d0a3)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37f85e5e-f399-42e5-a915-11c9ede34292)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68868f05-e2f5-49b5-8fb8-bf02cd22f39f)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffdb0e89-5ec0-48be-9b5d-69d0c24738e0)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1008bba-41c6-4f6f-ba78-e8388eea54e0)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d0804ef-320b-4be5-9f3a-7d7366a4b5bd)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6255c469-25a2-470c-be1c-5a0645566682)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea0e0de6-ab68-4d6b-9a14-b12339adf591)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f530d452-4a97-45f3-810b-1399a051d0a3)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71198d4a-3356-438a-8b4b-5024df849f54)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bfff36ba-8d2e-4010-b585-ba373bcf3c07)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 599 "Net-(C152-Pad1)") (pintype "passive") (tstamp ff8baa80-79db-4fe1-8ca2-a01e0b3ba4b5)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 455 "Net-(R38-Pad2)") (pintype "passive") (tstamp 3b13cb00-58f2-4df1-9572-29f4bebcac2a)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -13411,7 +16177,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005dac2fab) + (tstamp 00000000-0000-0000-0000-00005dac2fab) (at 135.6 72.4 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -13424,30 +16190,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ec8b15d") (attr smd) (fp_text reference "R39" (at 0 -1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6700d459-41bd-4108-8b81-db14a935aa99) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 21e4ee66-d6dd-4d8b-a161-27cb61ca7eeb) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 382bb271-f1e2-48c7-bd10-83fc906cd0ea) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 084cb10d-f40d-4e83-861e-e22e4289b0e7)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2425ce95-119f-473a-90ce-73e23ce19653)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 04c6e499-513f-4141-ae1c-c96495049d3b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0a0f68c3-cb20-435c-80ff-33d9af44a2f1)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 75f4a7a6-98f1-4cb2-a006-54af7a197869)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a67fcf74-d47b-4034-8999-52c7c8287eb2)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2b206e74-f18b-4215-91d2-8cbdf3156ffc)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5f4a513e-942c-443f-8f39-f48c6cea32f3)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8b673246-1bc4-4882-a0fd-5453df7e6cfe)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f020deca-d968-47f5-ba15-a2e134610d1c)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 084cb10d-f40d-4e83-861e-e22e4289b0e7)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2425ce95-119f-473a-90ce-73e23ce19653)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04c6e499-513f-4141-ae1c-c96495049d3b)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a0f68c3-cb20-435c-80ff-33d9af44a2f1)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75f4a7a6-98f1-4cb2-a006-54af7a197869)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a67fcf74-d47b-4034-8999-52c7c8287eb2)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b673246-1bc4-4882-a0fd-5453df7e6cfe)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b206e74-f18b-4215-91d2-8cbdf3156ffc)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f4a513e-942c-443f-8f39-f48c6cea32f3)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f020deca-d968-47f5-ba15-a2e134610d1c)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 8ce34466-ddf6-4161-89f7-0348b4bf9b45)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 456 "Net-(R39-Pad2)") (pintype "passive") (tstamp 01d43de3-91ef-4ad7-a665-be5730d5b957)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -13457,7 +16233,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005dac2fbc) + (tstamp 00000000-0000-0000-0000-00005dac2fbc) (at 135.6 70.4 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -13470,30 +16246,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ec8adbb") (attr smd) (fp_text reference "R40" (at 2.5 0.8) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 291f5e20-d039-41a2-a843-a9ac4b299fc9) ) (fp_text value "1.5k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 245d51d2-380c-4f68-82ab-eb05de60ae75) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 17447107-de4e-478d-90b4-0483e7b60e90) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 21c48156-e03b-4937-9724-f41f01317c78)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 6bba5b6b-cdc0-4f10-8180-2f9501c66a34)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5ce52071-de26-487b-b672-fdfb3230fa8e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b573a5f0-7f4d-41d5-8c01-3abe30da17ad)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d06b7f3a-5445-4712-9afe-ef39a86d7b53)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f09996a3-89a3-42dc-ba28-372c97dad6be)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 32fa213d-7cd1-41c7-87af-eee5bc36d74c)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 35db69ae-581e-4de5-b052-9b15564b1baa)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 539ee178-0cef-41ad-a4e7-229a68fa604e)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 82db3454-5483-48ab-b5ec-33ece60027da)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21c48156-e03b-4937-9724-f41f01317c78)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bba5b6b-cdc0-4f10-8180-2f9501c66a34)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ce52071-de26-487b-b672-fdfb3230fa8e)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b573a5f0-7f4d-41d5-8c01-3abe30da17ad)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d06b7f3a-5445-4712-9afe-ef39a86d7b53)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f09996a3-89a3-42dc-ba28-372c97dad6be)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 539ee178-0cef-41ad-a4e7-229a68fa604e)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32fa213d-7cd1-41c7-87af-eee5bc36d74c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35db69ae-581e-4de5-b052-9b15564b1baa)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82db3454-5483-48ab-b5ec-33ece60027da)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 599 "Net-(C152-Pad1)") (pintype "passive") (tstamp eaa73209-71ae-4661-9f07-0d241a9a4da9)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 457 "Net-(R40-Pad2)") (pintype "passive") (tstamp c1f27a16-e31f-4bf5-b548-752f56ee7e82)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -13503,7 +16289,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005dac39ed) + (tstamp 00000000-0000-0000-0000-00005dac39ed) (at 138.3 71.2 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -13516,30 +16302,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005f0094f5") (attr smd) (fp_text reference "R122" (at 0 1.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1bddd9cf-ceab-4014-a1ae-4f28c4b3af0f) ) (fp_text value "1.5k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4feb77c4-ee8c-47a0-9554-adb2e8fceb04) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 547072de-3b40-426e-b65b-d0c4c6e46813) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1624f754-a686-495f-9344-77ff91ec2466)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9727744b-4417-44f0-8c31-d531f08abb09)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 740d776b-c180-4524-a81c-fb776a6f4c23)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 76df55bb-7303-41e7-922d-7162dda0637d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8813d2e4-d0fe-4d01-9095-ebd4a204a581)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b1f424b8-d3db-41b3-b512-ac398f793347)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 465db195-5fcb-4bd9-8cab-80023836ce51)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4e323976-90ba-4648-8a93-424411753012)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5dfbdcfb-cb63-4301-ae3e-b6a5266be2b5)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 95ecaea2-208e-4ffc-ad44-9456771fa652)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1624f754-a686-495f-9344-77ff91ec2466)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9727744b-4417-44f0-8c31-d531f08abb09)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76df55bb-7303-41e7-922d-7162dda0637d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1f424b8-d3db-41b3-b512-ac398f793347)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 740d776b-c180-4524-a81c-fb776a6f4c23)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8813d2e4-d0fe-4d01-9095-ebd4a204a581)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 95ecaea2-208e-4ffc-ad44-9456771fa652)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 465db195-5fcb-4bd9-8cab-80023836ce51)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e323976-90ba-4648-8a93-424411753012)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5dfbdcfb-cb63-4301-ae3e-b6a5266be2b5)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 599 "Net-(C152-Pad1)") (pintype "passive") (tstamp eb8b7012-229b-4025-aed2-1e23b199ddef)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 458 "Net-(R122-Pad2)") (pintype "passive") (tstamp ef64c2bd-9d5b-420f-8aa6-ad23951ef92f)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -13549,7 +16345,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005dac3df0) + (tstamp 00000000-0000-0000-0000-00005dac3df0) (at 123.6 63.4) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -13562,30 +16358,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ebdc9c0") (attr smd) (fp_text reference "R156" (at -2.8 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 75106f07-33f0-470b-bfd3-867f24b1fc71) ) (fp_text value "1M" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4aee40fb-bbda-4bd5-8539-d243bde58813) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5f1e87c4-89ef-4572-a421-ca3159adabf6) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4dd623ae-7d57-4cd1-a2b5-015d98f3e753)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 63a4b0d7-f39d-400c-8d47-d341f0b09fbf)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0386516c-4a04-40e8-b61d-a54c3510e5cd)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 17acd1ea-8ad5-402b-85f5-90569def8709)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 56a27844-ccf8-4845-83fa-5aa1cfce2f69)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f9a864a7-656b-4467-867c-0f0cb0ee6f4c)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 47659100-1ca8-4bce-b789-5299976e5eca)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 964b3e0a-67b5-4fba-b132-206b65713dad)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b1b548fd-73ad-473b-95aa-af8d13693f9e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f415e21b-cddd-418a-99cc-a0f168178023)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63a4b0d7-f39d-400c-8d47-d341f0b09fbf)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4dd623ae-7d57-4cd1-a2b5-015d98f3e753)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 56a27844-ccf8-4845-83fa-5aa1cfce2f69)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17acd1ea-8ad5-402b-85f5-90569def8709)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9a864a7-656b-4467-867c-0f0cb0ee6f4c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0386516c-4a04-40e8-b61d-a54c3510e5cd)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f415e21b-cddd-418a-99cc-a0f168178023)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47659100-1ca8-4bce-b789-5299976e5eca)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1b548fd-73ad-473b-95aa-af8d13693f9e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 964b3e0a-67b5-4fba-b132-206b65713dad)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 433 "/Reform 2 PCIe/PCICLKGEN_XO") (pintype "passive") (tstamp 6ad77361-352f-4c6c-b93f-ed3fff87010b)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 434 "/Reform 2 PCIe/PCICLKGEN_XI") (pintype "passive") (tstamp 228d997b-be3b-4428-9af7-bedfb2053d93)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -13595,7 +16401,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005dac3e61) + (tstamp 00000000-0000-0000-0000-00005dac3e61) (at 114.6 54.9 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -13608,30 +16414,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ed5ade2") (attr smd) (fp_text reference "R160" (at 0 1.2 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3d3f5443-21be-4a93-8d67-ff09c7a5750f) ) (fp_text value "100k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp da1068cf-1fbc-4843-961a-7eec4001abce) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 41fb75a0-a1ae-43f5-950c-9fb3b2d17fe7) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d7974c11-c547-4238-8b50-1659130ad9cf)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp f8d6d484-d381-42ee-a126-bfc937277633)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 228a23a3-4fc5-466a-8710-f17fadb45fb3)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 271cdf3b-049d-4274-9c86-7e5a71b4b3cd)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8dae15b0-3c6d-486f-849f-fc5ed1d95437)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp fb6f4632-7d24-4000-9c16-e4f9b7c95f29)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2c4ce854-262d-42bb-aaf5-ab7a31254eea)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3221b396-cbac-4340-a8d7-b647c182845e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9da0203a-d647-4b15-8f7f-569cd68bb229)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a71dc09f-5a92-4a99-8f8c-20637a1d5ca3)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7974c11-c547-4238-8b50-1659130ad9cf)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8d6d484-d381-42ee-a126-bfc937277633)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 271cdf3b-049d-4274-9c86-7e5a71b4b3cd)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 228a23a3-4fc5-466a-8710-f17fadb45fb3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb6f4632-7d24-4000-9c16-e4f9b7c95f29)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8dae15b0-3c6d-486f-849f-fc5ed1d95437)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a71dc09f-5a92-4a99-8f8c-20637a1d5ca3)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9da0203a-d647-4b15-8f7f-569cd68bb229)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c4ce854-262d-42bb-aaf5-ab7a31254eea)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3221b396-cbac-4340-a8d7-b647c182845e)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 379 "Net-(C123-Pad1)") (pintype "passive") (tstamp 94d4551e-1d9f-403c-b6e0-a3a569d16a5c)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 459 "Net-(R160-Pad2)") (pintype "passive") (tstamp b6f227e7-2a49-4eba-90c7-07c8f0398f05)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -13641,7 +16457,7 @@ ) (footprint "Button_Switch_SMD:SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm" (layer "F.Cu") - (tedit 5AC88315) (tstamp 00000000-0000-0000-0000-00005dac3ede) + (tstamp 00000000-0000-0000-0000-00005dac3ede) (at 179.05 131.05) (descr "SMD 1x-dip-switch SPST Omron_A6S-110x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf)") (tags "SMD DIP Switch SPST Slide 8.9mm 350mil") @@ -13654,56 +16470,88 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618843e9") (attr smd) (fp_text reference "SW1" (at -4.45 -1.45) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3eec65ba-85e1-497f-9829-e120213d0026) ) (fp_text value "SW_DIP_x01" (at 0 2.8) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 34a9f04e-361f-4483-be77-2d82cba01621) ) (fp_text user "on" (at 0.075 -1.145) (layer "F.Fab") - (effects (font (size 0.6 0.6) (thickness 0.09))) + (effects (font (size 0.6 0.6) (thickness 0.09))) (tstamp 13985927-19b7-4d8e-adc8-47514182dc6d) ) (fp_text user "${REFERENCE}" (at 2.3 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ccf18326-627c-4daa-815c-6d8103cb67b0) ) - (fp_line (start 3.16 0.061) (end 3.16 1.8) (layer "F.SilkS") (width 0.12) (tstamp 342bbb8b-e0bb-4e98-a1de-e158607ae7c6)) - (fp_line (start -3.16 -1.8) (end -3.16 -0.851) (layer "F.SilkS") (width 0.12) (tstamp 5f608159-f963-4700-a3c6-cf682a8910b6)) - (fp_line (start -5.2 -0.851) (end -3.16 -0.851) (layer "F.SilkS") (width 0.12) (tstamp 6d4fb56c-4041-49cd-b1a7-1e7f723d0375)) - (fp_line (start -3.16 0.061) (end -3.16 1.8) (layer "F.SilkS") (width 0.12) (tstamp 746bb9ec-ccb4-426e-991f-fb2b80f86281)) - (fp_line (start 3.16 -1.8) (end 3.16 -0.061) (layer "F.SilkS") (width 0.12) (tstamp ad39222f-5c3f-4530-b65d-19cd213040b5)) - (fp_line (start -3.16 1.8) (end 3.16 1.8) (layer "F.SilkS") (width 0.12) (tstamp cd544c86-d10d-449a-bad8-c3b372813aeb)) - (fp_line (start -3.16 -1.8) (end 3.16 -1.8) (layer "F.SilkS") (width 0.12) (tstamp ed2e17bb-1300-40ad-aa07-dd5fd8cc3832)) - (fp_line (start -5.45 2.05) (end 5.45 2.05) (layer "F.CrtYd") (width 0.05) (tstamp 135a17ee-bff3-48b4-b62f-5ee20b5f188b)) - (fp_line (start 5.45 -2.05) (end -5.45 -2.05) (layer "F.CrtYd") (width 0.05) (tstamp 3502b0e3-0938-474d-a22d-becc73b34c52)) - (fp_line (start 5.45 2.05) (end 5.45 -2.05) (layer "F.CrtYd") (width 0.05) (tstamp c62e72b1-98ba-4560-a159-31b200281459)) - (fp_line (start -5.45 -2.05) (end -5.45 2.05) (layer "F.CrtYd") (width 0.05) (tstamp e4417d0e-948f-4def-8c5f-b0b7f5349751)) - (fp_line (start 1.5 -0.55) (end -1.5 -0.55) (layer "F.Fab") (width 0.1) (tstamp 09085ff3-1f4c-406d-9992-8240f32eadde)) - (fp_line (start -1.5 -0.35) (end -0.5 -0.35) (layer "F.Fab") (width 0.1) (tstamp 19012e57-4c44-49a0-ac1b-8da7c7a59a04)) - (fp_line (start -1.5 -0.15) (end -0.5 -0.15) (layer "F.Fab") (width 0.1) (tstamp 2b6c0a37-ffe8-447a-a9ad-319a7795b05f)) - (fp_line (start -0.5 -0.55) (end -0.5 0.55) (layer "F.Fab") (width 0.1) (tstamp 2f1461d4-c6a3-4375-8432-241764a134a2)) - (fp_line (start -3.1 1.74) (end -3.1 -0.74) (layer "F.Fab") (width 0.1) (tstamp 343cad64-d3e6-4181-85da-8ecde651aa9d)) - (fp_line (start -1.5 0.55) (end -0.5 0.55) (layer "F.Fab") (width 0.1) (tstamp 3845d2be-9f80-44fa-abff-f8f395fec855)) - (fp_line (start 3.1 -1.74) (end 3.1 1.74) (layer "F.Fab") (width 0.1) (tstamp 3c212952-9b4f-4b09-aca9-b926c72233d4)) - (fp_line (start 1.5 0.55) (end 1.5 -0.55) (layer "F.Fab") (width 0.1) (tstamp 4614e41f-9092-4811-b8fb-6345362908af)) - (fp_line (start -1.5 0.35) (end -0.5 0.35) (layer "F.Fab") (width 0.1) (tstamp 4924c13a-cd05-45be-84d4-d5e876aec3a7)) - (fp_line (start -1.5 0.55) (end 1.5 0.55) (layer "F.Fab") (width 0.1) (tstamp 5055daeb-076f-4e5b-a9aa-9826e97c888b)) - (fp_line (start -1.5 0.45) (end -0.5 0.45) (layer "F.Fab") (width 0.1) (tstamp 55f8a6d9-c389-4b06-9dd1-16452ce57e0e)) - (fp_line (start -1.5 -0.25) (end -0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp 56e400be-5d2f-4a6c-89cf-7fb6852651d7)) - (fp_line (start -1.5 -0.05) (end -0.5 -0.05) (layer "F.Fab") (width 0.1) (tstamp 6218fc5a-d3ee-4919-a803-925e9760dc32)) - (fp_line (start -1.5 0.25) (end -0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp 6a1cdea2-b5c8-46fb-8de2-d22413f7eb7c)) - (fp_line (start 3.1 1.74) (end -3.1 1.74) (layer "F.Fab") (width 0.1) (tstamp 6db44e75-86e5-4daa-b976-6d1cfa5952c5)) - (fp_line (start -1.5 0.05) (end -0.5 0.05) (layer "F.Fab") (width 0.1) (tstamp 81ab5c44-15e9-4086-8025-c7c553994791)) - (fp_line (start -1.5 0.15) (end -0.5 0.15) (layer "F.Fab") (width 0.1) (tstamp 9185dceb-7568-437b-b824-7f7815054b66)) - (fp_line (start -2.1 -1.74) (end 3.1 -1.74) (layer "F.Fab") (width 0.1) (tstamp 9f66e413-a386-4fc0-9567-19fd57c7ea58)) - (fp_line (start -1.5 -0.55) (end -1.5 0.55) (layer "F.Fab") (width 0.1) (tstamp be757cf5-566a-4af1-a082-80cd17ffc12e)) - (fp_line (start -3.1 -0.74) (end -2.1 -1.74) (layer "F.Fab") (width 0.1) (tstamp eafdcd60-a059-463f-ab0e-eabf465e3fd4)) - (fp_line (start -1.5 -0.45) (end -0.5 -0.45) (layer "F.Fab") (width 0.1) (tstamp eb94f85d-208b-4f25-97ba-b39e932eb49f)) - (pad "1" smd rect locked (at -4.45 0) (size 1.5 1.1) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -5.2 -0.851) (end -3.16 -0.851) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d4fb56c-4041-49cd-b1a7-1e7f723d0375)) + (fp_line (start -3.16 -1.8) (end -3.16 -0.851) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f608159-f963-4700-a3c6-cf682a8910b6)) + (fp_line (start -3.16 -1.8) (end 3.16 -1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed2e17bb-1300-40ad-aa07-dd5fd8cc3832)) + (fp_line (start -3.16 0.061) (end -3.16 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 746bb9ec-ccb4-426e-991f-fb2b80f86281)) + (fp_line (start -3.16 1.8) (end 3.16 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd544c86-d10d-449a-bad8-c3b372813aeb)) + (fp_line (start 3.16 -1.8) (end 3.16 -0.061) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad39222f-5c3f-4530-b65d-19cd213040b5)) + (fp_line (start 3.16 0.061) (end 3.16 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 342bbb8b-e0bb-4e98-a1de-e158607ae7c6)) + (fp_line (start -5.45 -2.05) (end -5.45 2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e4417d0e-948f-4def-8c5f-b0b7f5349751)) + (fp_line (start -5.45 2.05) (end 5.45 2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 135a17ee-bff3-48b4-b62f-5ee20b5f188b)) + (fp_line (start 5.45 -2.05) (end -5.45 -2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3502b0e3-0938-474d-a22d-becc73b34c52)) + (fp_line (start 5.45 2.05) (end 5.45 -2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c62e72b1-98ba-4560-a159-31b200281459)) + (fp_line (start -3.1 -0.74) (end -2.1 -1.74) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eafdcd60-a059-463f-ab0e-eabf465e3fd4)) + (fp_line (start -3.1 1.74) (end -3.1 -0.74) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 343cad64-d3e6-4181-85da-8ecde651aa9d)) + (fp_line (start -2.1 -1.74) (end 3.1 -1.74) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f66e413-a386-4fc0-9567-19fd57c7ea58)) + (fp_line (start -1.5 -0.55) (end -1.5 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be757cf5-566a-4af1-a082-80cd17ffc12e)) + (fp_line (start -1.5 -0.45) (end -0.5 -0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb94f85d-208b-4f25-97ba-b39e932eb49f)) + (fp_line (start -1.5 -0.35) (end -0.5 -0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19012e57-4c44-49a0-ac1b-8da7c7a59a04)) + (fp_line (start -1.5 -0.25) (end -0.5 -0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56e400be-5d2f-4a6c-89cf-7fb6852651d7)) + (fp_line (start -1.5 -0.15) (end -0.5 -0.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b6c0a37-ffe8-447a-a9ad-319a7795b05f)) + (fp_line (start -1.5 -0.05) (end -0.5 -0.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6218fc5a-d3ee-4919-a803-925e9760dc32)) + (fp_line (start -1.5 0.05) (end -0.5 0.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81ab5c44-15e9-4086-8025-c7c553994791)) + (fp_line (start -1.5 0.15) (end -0.5 0.15) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9185dceb-7568-437b-b824-7f7815054b66)) + (fp_line (start -1.5 0.25) (end -0.5 0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a1cdea2-b5c8-46fb-8de2-d22413f7eb7c)) + (fp_line (start -1.5 0.35) (end -0.5 0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4924c13a-cd05-45be-84d4-d5e876aec3a7)) + (fp_line (start -1.5 0.45) (end -0.5 0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55f8a6d9-c389-4b06-9dd1-16452ce57e0e)) + (fp_line (start -1.5 0.55) (end -0.5 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3845d2be-9f80-44fa-abff-f8f395fec855)) + (fp_line (start -1.5 0.55) (end 1.5 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5055daeb-076f-4e5b-a9aa-9826e97c888b)) + (fp_line (start -0.5 -0.55) (end -0.5 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f1461d4-c6a3-4375-8432-241764a134a2)) + (fp_line (start 1.5 -0.55) (end -1.5 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09085ff3-1f4c-406d-9992-8240f32eadde)) + (fp_line (start 1.5 0.55) (end 1.5 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4614e41f-9092-4811-b8fb-6345362908af)) + (fp_line (start 3.1 -1.74) (end 3.1 1.74) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c212952-9b4f-4b09-aca9-b926c72233d4)) + (fp_line (start 3.1 1.74) (end -3.1 1.74) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6db44e75-86e5-4daa-b976-6d1cfa5952c5)) + (pad "1" smd rect (at -4.45 0) (size 1.5 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pintype "passive") (tstamp 3f829788-67de-4ea9-a388-2850636de6a1)) - (pad "2" smd rect locked (at 4.45 0) (size 1.5 1.1) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 4.45 0) (size 1.5 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (net 331 "/Reform 2 Power/Reform 2 LPC/LPC_UFTOGG") (pintype "passive") (tstamp b5ddcbd2-f1ab-4918-90b1-fd161d9677e6)) (model "${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm.wrl" (offset (xyz 0 0 0)) @@ -13713,7 +16561,7 @@ ) (footprint "Package_TO_SOT_SMD:TO-263-7_TabPin8" (layer "F.Cu") - (tedit 5A70FBD7) (tstamp 00000000-0000-0000-0000-00005dac448e) + (tstamp 00000000-0000-0000-0000-00005dac448e) (at 273.85 66 -90) (descr "TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/") (tags "D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427") @@ -13726,75 +16574,114 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5dbb") (attr smd) (fp_text reference "U7" (at 7.6 -6.15 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 55ea46d3-577c-4820-bafc-aa8fa12b2d14) ) (fp_text value "LM2677SX-5" (at 0 6.65 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 8dff17ca-5c53-4a24-b54a-792b9159be77) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp caf694cb-028c-4802-a96a-d92d62eb3966) ) - (fp_line (start -2.95 -5.2) (end -2.95 -4.51) (layer "F.SilkS") (width 0.12) (tstamp 4d251fc0-d87a-41df-b431-29dc117fd269)) - (fp_line (start -1.45 -5.2) (end -2.95 -5.2) (layer "F.SilkS") (width 0.12) (tstamp 4fc33408-9088-421a-a448-dde4856ecdf7)) - (fp_line (start -1.45 5.2) (end -2.95 5.2) (layer "F.SilkS") (width 0.12) (tstamp 993f8dfc-f370-46a7-a75c-2554a1b66406)) - (fp_line (start -2.95 4.51) (end -4.05 4.51) (layer "F.SilkS") (width 0.12) (tstamp bf551c8b-6750-4902-8166-4707ea94bf0a)) - (fp_line (start -2.95 -4.51) (end -8.075 -4.51) (layer "F.SilkS") (width 0.12) (tstamp d6210a16-246f-4735-8974-82d294eb513e)) - (fp_line (start -2.95 5.2) (end -2.95 4.51) (layer "F.SilkS") (width 0.12) (tstamp f103994b-b8a2-4a57-83fd-20cbb1bf55c5)) - (fp_line (start 8.32 -5.65) (end -8.32 -5.65) (layer "F.CrtYd") (width 0.05) (tstamp 27746bd3-9a4f-4526-a67d-a2b3d3878e7d)) - (fp_line (start -8.32 5.65) (end 8.32 5.65) (layer "F.CrtYd") (width 0.05) (tstamp 47c720bf-349c-4d7f-a0b1-4c9c289feefd)) - (fp_line (start 8.32 5.65) (end 8.32 -5.65) (layer "F.CrtYd") (width 0.05) (tstamp 80142358-7a17-4292-ab8a-f357afa6f355)) - (fp_line (start -8.32 -5.65) (end -8.32 5.65) (layer "F.CrtYd") (width 0.05) (tstamp 8f864fa1-61c3-4e48-bbd9-01373bfce5b5)) - (fp_line (start 6.5 -5) (end 7.5 -5) (layer "F.Fab") (width 0.1) (tstamp 0feb015c-55b1-429d-8f9f-af8b07576bae)) - (fp_line (start 6.5 -5) (end 6.5 5) (layer "F.Fab") (width 0.1) (tstamp 1500da11-6033-48cb-8862-16c90592216e)) - (fp_line (start -7.45 1.57) (end -2.75 1.57) (layer "F.Fab") (width 0.1) (tstamp 20383c96-692e-4553-a42e-e78c142833a5)) - (fp_line (start -7.45 -1.57) (end -7.45 -0.97) (layer "F.Fab") (width 0.1) (tstamp 24d56895-79ba-4dde-ae86-eee782368e50)) - (fp_line (start -7.45 4.11) (end -2.75 4.11) (layer "F.Fab") (width 0.1) (tstamp 2b6b767e-929a-4973-8732-2bc74a24261a)) - (fp_line (start -7.45 2.84) (end -2.75 2.84) (layer "F.Fab") (width 0.1) (tstamp 3d83f245-0bdb-4df5-afde-33e707ac546d)) - (fp_line (start -7.45 -2.84) (end -7.45 -2.24) (layer "F.Fab") (width 0.1) (tstamp 4a72d15f-38c8-4194-a38a-52b3953e3d00)) - (fp_line (start -2.75 -4) (end -1.75 -5) (layer "F.Fab") (width 0.1) (tstamp 4b917761-9b93-45c3-940c-3a3067ca8493)) - (fp_line (start -7.45 -3.51) (end -2.75 -3.51) (layer "F.Fab") (width 0.1) (tstamp 4c5dea64-245b-42a1-a728-0a1f7f65d714)) - (fp_line (start -2.75 3.51) (end -7.45 3.51) (layer "F.Fab") (width 0.1) (tstamp 57e400d1-7c70-4861-81a9-e4c540683086)) - (fp_line (start -7.45 0.97) (end -7.45 1.57) (layer "F.Fab") (width 0.1) (tstamp 5f551c57-631d-43e8-89dd-430d83b19a95)) - (fp_line (start -7.45 -2.24) (end -2.75 -2.24) (layer "F.Fab") (width 0.1) (tstamp 5fe19c2a-3418-4c80-a7ff-7004ce1d149e)) - (fp_line (start -7.45 0.3) (end -2.75 0.3) (layer "F.Fab") (width 0.1) (tstamp 68a9c8ff-e35c-4329-87b8-9a0f784e4ee1)) - (fp_line (start -2.75 0.97) (end -7.45 0.97) (layer "F.Fab") (width 0.1) (tstamp 6e64ec3a-579e-465e-ab7a-4d7ca83638c4)) - (fp_line (start -2.75 -2.84) (end -7.45 -2.84) (layer "F.Fab") (width 0.1) (tstamp 873a2ddf-eec9-44b2-b280-fd0e6996fda9)) - (fp_line (start -2.75 5) (end -2.75 -4) (layer "F.Fab") (width 0.1) (tstamp 891df41d-c9d2-4d36-876e-3baf6f3363dc)) - (fp_line (start -7.45 2.24) (end -7.45 2.84) (layer "F.Fab") (width 0.1) (tstamp 90015882-9d84-4e70-baed-2631b48584c8)) - (fp_line (start -7.45 -4.11) (end -7.45 -3.51) (layer "F.Fab") (width 0.1) (tstamp 9034d420-1032-4f1c-9d42-8ebffc21a858)) - (fp_line (start 6.5 5) (end -2.75 5) (layer "F.Fab") (width 0.1) (tstamp 91197013-5344-42cb-86fe-d0141281b525)) - (fp_line (start -2.75 2.24) (end -7.45 2.24) (layer "F.Fab") (width 0.1) (tstamp 94e86001-509f-4e1d-a1bc-ee56f6e04560)) - (fp_line (start -2.64 -4.11) (end -7.45 -4.11) (layer "F.Fab") (width 0.1) (tstamp 95bf4d31-0fec-4acb-90da-323e00d408a9)) - (fp_line (start -7.45 -0.3) (end -7.45 0.3) (layer "F.Fab") (width 0.1) (tstamp a3170475-c5b6-4930-bd5e-a6eb9565f4d7)) - (fp_line (start 7.5 -5) (end 7.5 5) (layer "F.Fab") (width 0.1) (tstamp a514b0b5-aab2-4851-ab7a-06270d681838)) - (fp_line (start -2.75 -1.57) (end -7.45 -1.57) (layer "F.Fab") (width 0.1) (tstamp ad78e7db-eeeb-49b7-b4b8-5a6fe2769f08)) - (fp_line (start -7.45 -0.97) (end -2.75 -0.97) (layer "F.Fab") (width 0.1) (tstamp cfb1757e-1687-4beb-b77a-fa163d8606c2)) - (fp_line (start -1.75 -5) (end 6.5 -5) (layer "F.Fab") (width 0.1) (tstamp d3bb2947-98c7-4e14-b58d-1f40015d7140)) - (fp_line (start 7.5 5) (end 6.5 5) (layer "F.Fab") (width 0.1) (tstamp f2f01c7a-c3ff-4696-acd2-f24fca80f305)) - (fp_line (start -2.75 -0.3) (end -7.45 -0.3) (layer "F.Fab") (width 0.1) (tstamp fb82d472-f18a-4bad-81ca-fe8094204144)) - (fp_line (start -7.45 3.51) (end -7.45 4.11) (layer "F.Fab") (width 0.1) (tstamp fde7a61b-d187-4178-ae94-38d277e35b16)) - (pad "" smd rect locked (at 0.95 2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp 5f25c06c-1cff-4aa4-812c-a840ac0b5b73)) - (pad "" smd rect locked (at 5.8 2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp 647b0c2e-6d5e-44c6-b57e-7b09c2192285)) - (pad "" smd rect locked (at 5.8 -2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp 990b2ce2-72f3-414a-8fd2-02d4125cf3d0)) - (pad "" smd rect locked (at 0.95 -2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp 9c43a07c-3da5-412c-8980-e71c6b362dee)) - (pad "1" smd rect locked (at -5.775 -3.81 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -2.95 -5.2) (end -2.95 -4.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d251fc0-d87a-41df-b431-29dc117fd269)) + (fp_line (start -2.95 -4.51) (end -8.075 -4.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6210a16-246f-4735-8974-82d294eb513e)) + (fp_line (start -2.95 4.51) (end -4.05 4.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf551c8b-6750-4902-8166-4707ea94bf0a)) + (fp_line (start -2.95 5.2) (end -2.95 4.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f103994b-b8a2-4a57-83fd-20cbb1bf55c5)) + (fp_line (start -1.45 -5.2) (end -2.95 -5.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fc33408-9088-421a-a448-dde4856ecdf7)) + (fp_line (start -1.45 5.2) (end -2.95 5.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 993f8dfc-f370-46a7-a75c-2554a1b66406)) + (fp_line (start -8.32 -5.65) (end -8.32 5.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8f864fa1-61c3-4e48-bbd9-01373bfce5b5)) + (fp_line (start -8.32 5.65) (end 8.32 5.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47c720bf-349c-4d7f-a0b1-4c9c289feefd)) + (fp_line (start 8.32 -5.65) (end -8.32 -5.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27746bd3-9a4f-4526-a67d-a2b3d3878e7d)) + (fp_line (start 8.32 5.65) (end 8.32 -5.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80142358-7a17-4292-ab8a-f357afa6f355)) + (fp_line (start -7.45 -4.11) (end -7.45 -3.51) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9034d420-1032-4f1c-9d42-8ebffc21a858)) + (fp_line (start -7.45 -3.51) (end -2.75 -3.51) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c5dea64-245b-42a1-a728-0a1f7f65d714)) + (fp_line (start -7.45 -2.84) (end -7.45 -2.24) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a72d15f-38c8-4194-a38a-52b3953e3d00)) + (fp_line (start -7.45 -2.24) (end -2.75 -2.24) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5fe19c2a-3418-4c80-a7ff-7004ce1d149e)) + (fp_line (start -7.45 -1.57) (end -7.45 -0.97) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24d56895-79ba-4dde-ae86-eee782368e50)) + (fp_line (start -7.45 -0.97) (end -2.75 -0.97) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cfb1757e-1687-4beb-b77a-fa163d8606c2)) + (fp_line (start -7.45 -0.3) (end -7.45 0.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3170475-c5b6-4930-bd5e-a6eb9565f4d7)) + (fp_line (start -7.45 0.3) (end -2.75 0.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68a9c8ff-e35c-4329-87b8-9a0f784e4ee1)) + (fp_line (start -7.45 0.97) (end -7.45 1.57) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f551c57-631d-43e8-89dd-430d83b19a95)) + (fp_line (start -7.45 1.57) (end -2.75 1.57) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20383c96-692e-4553-a42e-e78c142833a5)) + (fp_line (start -7.45 2.24) (end -7.45 2.84) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90015882-9d84-4e70-baed-2631b48584c8)) + (fp_line (start -7.45 2.84) (end -2.75 2.84) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d83f245-0bdb-4df5-afde-33e707ac546d)) + (fp_line (start -7.45 3.51) (end -7.45 4.11) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fde7a61b-d187-4178-ae94-38d277e35b16)) + (fp_line (start -7.45 4.11) (end -2.75 4.11) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b6b767e-929a-4973-8732-2bc74a24261a)) + (fp_line (start -2.75 -4) (end -1.75 -5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b917761-9b93-45c3-940c-3a3067ca8493)) + (fp_line (start -2.75 -2.84) (end -7.45 -2.84) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 873a2ddf-eec9-44b2-b280-fd0e6996fda9)) + (fp_line (start -2.75 -1.57) (end -7.45 -1.57) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad78e7db-eeeb-49b7-b4b8-5a6fe2769f08)) + (fp_line (start -2.75 -0.3) (end -7.45 -0.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb82d472-f18a-4bad-81ca-fe8094204144)) + (fp_line (start -2.75 0.97) (end -7.45 0.97) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e64ec3a-579e-465e-ab7a-4d7ca83638c4)) + (fp_line (start -2.75 2.24) (end -7.45 2.24) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94e86001-509f-4e1d-a1bc-ee56f6e04560)) + (fp_line (start -2.75 3.51) (end -7.45 3.51) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57e400d1-7c70-4861-81a9-e4c540683086)) + (fp_line (start -2.75 5) (end -2.75 -4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 891df41d-c9d2-4d36-876e-3baf6f3363dc)) + (fp_line (start -2.64 -4.11) (end -7.45 -4.11) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 95bf4d31-0fec-4acb-90da-323e00d408a9)) + (fp_line (start -1.75 -5) (end 6.5 -5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3bb2947-98c7-4e14-b58d-1f40015d7140)) + (fp_line (start 6.5 -5) (end 6.5 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1500da11-6033-48cb-8862-16c90592216e)) + (fp_line (start 6.5 -5) (end 7.5 -5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0feb015c-55b1-429d-8f9f-af8b07576bae)) + (fp_line (start 6.5 5) (end -2.75 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91197013-5344-42cb-86fe-d0141281b525)) + (fp_line (start 7.5 -5) (end 7.5 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a514b0b5-aab2-4851-ab7a-06270d681838)) + (fp_line (start 7.5 5) (end 6.5 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2f01c7a-c3ff-4696-acd2-f24fca80f305)) + (pad "" smd rect (at 0.95 -2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp 9c43a07c-3da5-412c-8980-e71c6b362dee)) + (pad "" smd rect (at 0.95 2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp 5f25c06c-1cff-4aa4-812c-a840ac0b5b73)) + (pad "" smd rect (at 5.8 -2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp 990b2ce2-72f3-414a-8fd2-02d4125cf3d0)) + (pad "" smd rect (at 5.8 2.775 270) (size 4.55 5.25) (layers "F.Paste") (tstamp 647b0c2e-6d5e-44c6-b57e-7b09c2192285)) + (pad "1" smd rect (at -5.775 -3.81 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 436 "Net-(C148-Pad1)") (pinfunction "VSW") (pintype "output") (tstamp ac991d16-23c6-41de-8e46-8bbc19fad677)) - (pad "2" smd rect locked (at -5.775 -2.54 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -5.775 -2.54 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 97 "30V_GATE") (pinfunction "VIN") (pintype "power_in") (tstamp 9baf0223-6c52-44df-9b76-bef21b81e980)) - (pad "3" smd rect locked (at -5.775 -1.27 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -5.775 -1.27 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 435 "Net-(C148-Pad2)") (pinfunction "CB") (pintype "passive") (tstamp b0659821-9655-4bf7-8cf2-0b91a0a9f83f)) - (pad "4" smd rect locked (at -5.775 0 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -5.775 0 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp c4174f64-8c1a-4958-a476-345c5b5f3385)) - (pad "5" smd rect locked (at -5.775 1.27 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at -5.775 1.27 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 525 "unconnected-(U7-Pad5)") (pinfunction "SYNC") (pintype "input+no_connect") (tstamp bc322ec2-34f2-4a98-8e36-72069bfa8076)) - (pad "6" smd rect locked (at -5.775 2.54 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at -5.775 2.54 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 559 "+5V") (pinfunction "FB") (pintype "input") (tstamp a8270144-631b-452e-a87a-e2574c553ef8)) - (pad "7" smd rect locked (at -5.775 3.81 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at -5.775 3.81 270) (size 4.6 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 99 "5V_PWR_EN") (pinfunction "ON/~{OFF}") (pintype "input") (tstamp 3b0dfc92-6355-4359-9bd5-41976074aec4)) - (pad "8" smd rect locked (at 3.375 0 270) (size 9.4 10.8) (layers "F.Cu" "F.Mask") + (pad "8" smd rect (at 3.375 0 270) (size 9.4 10.8) (layers "F.Cu" "F.Mask") (net 13 "GND") (pinfunction "PAD") (pintype "power_in") (tstamp 1e41c6a8-e23d-4194-8800-c1e510a1bd88)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TO-263-7_TabPin8.wrl" (offset (xyz 0 0 0)) @@ -13804,7 +16691,7 @@ ) (footprint "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" (layer "F.Cu") - (tedit 5A02F25C) (tstamp 00000000-0000-0000-0000-00005dac44b2) + (tstamp 00000000-0000-0000-0000-00005dac44b2) (at 205.45 97.3) (descr "20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] (see Microchip Packaging Specification 00000049BS.pdf)") (tags "SSOP 0.65") @@ -13817,67 +16704,78 @@ (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005e91b0c3") (attr smd) (fp_text reference "U8" (at 0 -4.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 29a952c0-3e9f-4045-a434-70d4ec614eee) ) (fp_text value "TXS0108EPW" (at 0 4.3) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp db179a38-80a6-4343-9608-bad53823aa8f) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 31698a99-39ac-48a8-8fba-cc7b89897d4d) ) - (fp_line (start -3.75 -3.45) (end 2.225 -3.45) (layer "F.SilkS") (width 0.15) (tstamp 9f427858-a8f9-4378-b7d5-dc402bfcf9e4)) - (fp_line (start -2.225 3.45) (end 2.225 3.45) (layer "F.SilkS") (width 0.15) (tstamp d21062e2-f159-4f79-b63b-97ee3b43d410)) - (fp_line (start -3.95 -3.55) (end 3.95 -3.55) (layer "F.CrtYd") (width 0.05) (tstamp 539c93fb-79b5-4044-90d5-f40f1fea6df9)) - (fp_line (start -3.95 3.55) (end 3.95 3.55) (layer "F.CrtYd") (width 0.05) (tstamp 9884768a-b316-45d7-a58d-72be08eb9b64)) - (fp_line (start 3.95 -3.55) (end 3.95 3.55) (layer "F.CrtYd") (width 0.05) (tstamp d1d30a71-9322-46e7-beb1-828e3a082e20)) - (fp_line (start -3.95 -3.55) (end -3.95 3.55) (layer "F.CrtYd") (width 0.05) (tstamp e81adc41-2777-4aba-84a5-809998a3330a)) - (fp_line (start 2.2 3.25) (end -2.2 3.25) (layer "F.Fab") (width 0.15) (tstamp 253336bc-e839-4e0c-b147-44e245a15cdb)) - (fp_line (start 2.2 -3.25) (end 2.2 3.25) (layer "F.Fab") (width 0.15) (tstamp 9cc153ef-cfd3-4e80-b581-3a953bee7d0d)) - (fp_line (start -2.2 3.25) (end -2.2 -2.25) (layer "F.Fab") (width 0.15) (tstamp af0f47fc-1a92-47cd-b728-d56be9ab8326)) - (fp_line (start -2.2 -2.25) (end -1.2 -3.25) (layer "F.Fab") (width 0.15) (tstamp bea89fa1-5a45-4bdf-8c29-590a74344b5e)) - (fp_line (start -1.2 -3.25) (end 2.2 -3.25) (layer "F.Fab") (width 0.15) (tstamp d375a2e7-3f72-48ea-89a7-44cf005a7411)) - (pad "1" smd rect locked (at -2.95 -2.925) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -3.75 -3.45) (end 2.225 -3.45) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 9f427858-a8f9-4378-b7d5-dc402bfcf9e4)) + (fp_line (start -2.225 3.45) (end 2.225 3.45) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp d21062e2-f159-4f79-b63b-97ee3b43d410)) + (fp_line (start -3.95 -3.55) (end -3.95 3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e81adc41-2777-4aba-84a5-809998a3330a)) + (fp_line (start -3.95 -3.55) (end 3.95 -3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 539c93fb-79b5-4044-90d5-f40f1fea6df9)) + (fp_line (start -3.95 3.55) (end 3.95 3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9884768a-b316-45d7-a58d-72be08eb9b64)) + (fp_line (start 3.95 -3.55) (end 3.95 3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1d30a71-9322-46e7-beb1-828e3a082e20)) + (fp_line (start -2.2 -2.25) (end -1.2 -3.25) + (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp bea89fa1-5a45-4bdf-8c29-590a74344b5e)) + (fp_line (start -2.2 3.25) (end -2.2 -2.25) + (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp af0f47fc-1a92-47cd-b728-d56be9ab8326)) + (fp_line (start -1.2 -3.25) (end 2.2 -3.25) + (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp d375a2e7-3f72-48ea-89a7-44cf005a7411)) + (fp_line (start 2.2 -3.25) (end 2.2 3.25) + (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 9cc153ef-cfd3-4e80-b581-3a953bee7d0d)) + (fp_line (start 2.2 3.25) (end -2.2 3.25) + (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 253336bc-e839-4e0c-b147-44e245a15cdb)) + (pad "1" smd rect (at -2.95 -2.925) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 7 "SD2_DATA1") (pinfunction "A1") (pintype "bidirectional") (tstamp bc922df8-81de-4695-b80b-efbc20feb0d0)) - (pad "2" smd rect locked (at -2.95 -2.275) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -2.95 -2.275) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 600 "Net-(C168-Pad1)") (pinfunction "VCCA") (pintype "power_in") (tstamp 80d076ea-06b6-4f60-a174-2c8b60e927d1)) - (pad "3" smd rect locked (at -2.95 -1.625) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -2.95 -1.625) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 8 "SD2_DATA0") (pinfunction "A2") (pintype "bidirectional") (tstamp 11d9138c-a34f-4d5f-b675-5b8b4a012a82)) - (pad "4" smd rect locked (at -2.95 -0.975) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -2.95 -0.975) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 547 "unconnected-(U8-Pad4)") (pinfunction "A3") (pintype "bidirectional+no_connect") (tstamp 651b0fe6-6237-4ad8-833c-846c99581b0a)) - (pad "5" smd rect locked (at -2.95 -0.325) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at -2.95 -0.325) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 546 "unconnected-(U8-Pad5)") (pinfunction "A4") (pintype "bidirectional+no_connect") (tstamp 0922858d-99c5-43b9-823d-8c37e49f5939)) - (pad "6" smd rect locked (at -2.95 0.325) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at -2.95 0.325) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 545 "unconnected-(U8-Pad6)") (pinfunction "A5") (pintype "bidirectional+no_connect") (tstamp 9e88d550-bb04-4a40-ac24-1ccd969938e2)) - (pad "7" smd rect locked (at -2.95 0.975) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at -2.95 0.975) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 10 "SD2_CMD") (pinfunction "A6") (pintype "bidirectional") (tstamp 4ce2c72e-8f2a-457f-80e6-97aee2d802de)) - (pad "8" smd rect locked (at -2.95 1.625) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at -2.95 1.625) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 11 "SD2_DATA3") (pinfunction "A7") (pintype "bidirectional") (tstamp 5ffa9118-eb69-44ca-b4aa-c0c0292c3969)) - (pad "9" smd rect locked (at -2.95 2.275) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "9" smd rect (at -2.95 2.275) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 12 "SD2_DATA2") (pinfunction "A8") (pintype "bidirectional") (tstamp 5bedcca9-320d-4021-92ea-5ae4eed5a000)) - (pad "10" smd rect locked (at -2.95 2.925) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "10" smd rect (at -2.95 2.925) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 602 "Net-(R35-Pad2)") (pinfunction "OE") (pintype "input") (tstamp 90c1d648-b967-463f-8a3d-a8d475c2b30d)) - (pad "11" smd rect locked (at 2.95 2.925) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "11" smd rect (at 2.95 2.925) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 1c71487c-58f3-454a-ab9a-7332a4f5246d)) - (pad "12" smd rect locked (at 2.95 2.275) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "12" smd rect (at 2.95 2.275) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 442 "Net-(J3-Pad9)") (pinfunction "B8") (pintype "bidirectional") (tstamp f87e53b8-befc-47b4-bbe5-f5d7ee958cdc)) - (pad "13" smd rect locked (at 2.95 1.625) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "13" smd rect (at 2.95 1.625) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 441 "Net-(J3-Pad1)") (pinfunction "B7") (pintype "bidirectional") (tstamp 9d07da66-8516-4469-9ca5-aa84fbf6621b)) - (pad "14" smd rect locked (at 2.95 0.975) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "14" smd rect (at 2.95 0.975) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 440 "Net-(J3-Pad2)") (pinfunction "B6") (pintype "bidirectional") (tstamp daf8bbb7-f96a-42af-bdf5-fd63b42dd5e9)) - (pad "15" smd rect locked (at 2.95 0.325) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "15" smd rect (at 2.95 0.325) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 541 "unconnected-(U8-Pad15)") (pinfunction "B5") (pintype "bidirectional+no_connect") (tstamp 10667b8c-00c0-44fe-9829-8d6467a222c0)) - (pad "16" smd rect locked (at 2.95 -0.325) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "16" smd rect (at 2.95 -0.325) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 533 "unconnected-(U8-Pad16)") (pinfunction "B4") (pintype "bidirectional+no_connect") (tstamp efa22f7e-68a5-4b0d-88d5-02ccc835f555)) - (pad "17" smd rect locked (at 2.95 -0.975) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "17" smd rect (at 2.95 -0.975) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 526 "unconnected-(U8-Pad17)") (pinfunction "B3") (pintype "bidirectional+no_connect") (tstamp 85b0f454-fc45-4212-aefd-2b7283b6eb73)) - (pad "18" smd rect locked (at 2.95 -1.625) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "18" smd rect (at 2.95 -1.625) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 438 "Net-(J3-Pad7)") (pinfunction "B2") (pintype "bidirectional") (tstamp b15a44a1-f765-4073-9801-2f6f04fe89b5)) - (pad "19" smd rect locked (at 2.95 -2.275) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "19" smd rect (at 2.95 -2.275) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 432 "Net-(C137-Pad1)") (pinfunction "VCCB") (pintype "power_in") (tstamp 74e543dd-d9f7-43bf-9f4b-b21892624612)) - (pad "20" smd rect locked (at 2.95 -2.925) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "20" smd rect (at 2.95 -2.925) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 437 "Net-(J3-Pad8)") (pinfunction "B1") (pintype "bidirectional") (tstamp 0183af38-fd5c-4956-9fcb-c0d096198b4b)) (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-20_4.4x6.5mm_P0.65mm.wrl" (offset (xyz 0 0 0)) @@ -13887,7 +16785,7 @@ ) (footprint "Crystal:Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm" (layer "F.Cu") - (tedit 5A0FD1B2) (tstamp 00000000-0000-0000-0000-00005dac4b19) + (tstamp 00000000-0000-0000-0000-00005dac4b19) (at 125.75 66) (descr "Abracon Miniature Ceramic Smd Crystal ABM8G http://www.abracon.com/Resonators/ABM8G.pdf, 3.2x2.5mm^2 package") (tags "SMD SMT crystal") @@ -13900,39 +16798,54 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ebdc9b8") (attr smd) (fp_text reference "Y3" (at 0 2.3) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f54d9aae-8950-4c74-9196-559c63efd7df) ) (fp_text value "25MHz" (at 0 2.45) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 2b82e69c-bb9f-4c8e-838a-4e9d1894105d) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp bd0b6f03-b836-43ca-9754-d1e9a809fe91) ) - (fp_line (start -2 1.65) (end 2 1.65) (layer "F.SilkS") (width 0.12) (tstamp 1a22c6fe-6e74-4235-a825-5e734262f9f0)) - (fp_line (start -2 -1.65) (end -2 1.65) (layer "F.SilkS") (width 0.12) (tstamp 3f31f97a-61a2-46b3-8596-2e3d5b5de2a2)) - (fp_line (start -2.1 -1.7) (end -2.1 1.7) (layer "F.CrtYd") (width 0.05) (tstamp 3ed48d03-0cfb-462a-a3d0-f84477b149ef)) - (fp_line (start 2.1 1.7) (end 2.1 -1.7) (layer "F.CrtYd") (width 0.05) (tstamp 6ed229e5-2f70-4f34-9242-e05ea2707a02)) - (fp_line (start -2.1 1.7) (end 2.1 1.7) (layer "F.CrtYd") (width 0.05) (tstamp a7b0fa56-988d-4cdb-b915-a9795764b3c6)) - (fp_line (start 2.1 -1.7) (end -2.1 -1.7) (layer "F.CrtYd") (width 0.05) (tstamp e663f8b1-f961-42cf-bbf2-5966535f7fe9)) - (fp_line (start -1.6 -1.05) (end -1.4 -1.25) (layer "F.Fab") (width 0.1) (tstamp 0385098d-df4d-4b17-b7a8-7f64ef318b6a)) - (fp_line (start -1.6 0.25) (end -0.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 1b47c72d-e4ce-4e72-a82b-6f37e0414803)) - (fp_line (start -1.6 1.05) (end -1.6 -1.05) (layer "F.Fab") (width 0.1) (tstamp 2c35bcd2-3323-4221-b8ee-bd7de4302cd7)) - (fp_line (start 1.6 -1.05) (end 1.6 1.05) (layer "F.Fab") (width 0.1) (tstamp 3935fdf3-6039-4d2e-8578-544879f5eeac)) - (fp_line (start 1.4 1.25) (end -1.4 1.25) (layer "F.Fab") (width 0.1) (tstamp 4831cc6a-aecb-49a7-86c6-d3b456e43490)) - (fp_line (start -1.4 1.25) (end -1.6 1.05) (layer "F.Fab") (width 0.1) (tstamp 9553fd69-da76-4984-9e6b-eed3ca005388)) - (fp_line (start 1.4 -1.25) (end 1.6 -1.05) (layer "F.Fab") (width 0.1) (tstamp 96f63282-ccde-4ee5-a0a9-c9fc48745058)) - (fp_line (start -1.4 -1.25) (end 1.4 -1.25) (layer "F.Fab") (width 0.1) (tstamp 9f31ede2-8012-4e17-afa8-c2a714edb126)) - (fp_line (start 1.6 1.05) (end 1.4 1.25) (layer "F.Fab") (width 0.1) (tstamp ea3278c5-ed21-4046-8adb-81d8273cbf16)) - (pad "1" smd rect locked (at -1.1 0.85) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -2 -1.65) (end -2 1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f31f97a-61a2-46b3-8596-2e3d5b5de2a2)) + (fp_line (start -2 1.65) (end 2 1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a22c6fe-6e74-4235-a825-5e734262f9f0)) + (fp_line (start -2.1 -1.7) (end -2.1 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3ed48d03-0cfb-462a-a3d0-f84477b149ef)) + (fp_line (start -2.1 1.7) (end 2.1 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7b0fa56-988d-4cdb-b915-a9795764b3c6)) + (fp_line (start 2.1 -1.7) (end -2.1 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e663f8b1-f961-42cf-bbf2-5966535f7fe9)) + (fp_line (start 2.1 1.7) (end 2.1 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ed229e5-2f70-4f34-9242-e05ea2707a02)) + (fp_line (start -1.6 -1.05) (end -1.4 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0385098d-df4d-4b17-b7a8-7f64ef318b6a)) + (fp_line (start -1.6 0.25) (end -0.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b47c72d-e4ce-4e72-a82b-6f37e0414803)) + (fp_line (start -1.6 1.05) (end -1.6 -1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c35bcd2-3323-4221-b8ee-bd7de4302cd7)) + (fp_line (start -1.4 -1.25) (end 1.4 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f31ede2-8012-4e17-afa8-c2a714edb126)) + (fp_line (start -1.4 1.25) (end -1.6 1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9553fd69-da76-4984-9e6b-eed3ca005388)) + (fp_line (start 1.4 -1.25) (end 1.6 -1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96f63282-ccde-4ee5-a0a9-c9fc48745058)) + (fp_line (start 1.4 1.25) (end -1.4 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4831cc6a-aecb-49a7-86c6-d3b456e43490)) + (fp_line (start 1.6 -1.05) (end 1.6 1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3935fdf3-6039-4d2e-8578-544879f5eeac)) + (fp_line (start 1.6 1.05) (end 1.4 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea3278c5-ed21-4046-8adb-81d8273cbf16)) + (pad "1" smd rect (at -1.1 0.85) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 433 "/Reform 2 PCIe/PCICLKGEN_XO") (pinfunction "1") (pintype "passive") (tstamp b41c3cdb-9535-448f-a2ac-20bacf0688fd)) - (pad "2" smd rect locked (at 1.1 0.85) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 1.1 0.85) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "2") (pintype "passive") (tstamp 234fa739-db26-475e-ba84-2deefc45c1f7)) - (pad "3" smd rect locked (at 1.1 -0.85) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at 1.1 -0.85) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 434 "/Reform 2 PCIe/PCICLKGEN_XI") (pinfunction "3") (pintype "passive") (tstamp 425f9136-db90-4109-a296-568c39945ce8)) - (pad "4" smd rect locked (at -1.1 -0.85) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -1.1 -0.85) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "4") (pintype "passive") (tstamp d4d11eec-4d6b-442c-a9f3-03a27f616539)) (model "${KISYS3DMOD}/Crystal.3dshapes/Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm.wrl" (offset (xyz 0 0 0)) @@ -13942,7 +16855,7 @@ ) (footprint "footprints:QFP50P1400X1400X120-81N" (layer "F.Cu") - (tedit 62A88180) (tstamp 00000000-0000-0000-0000-00005daf12db) + (tstamp 00000000-0000-0000-0000-00005daf12db) (at 79 107 -90) (property "Checked" "y") (property "Distributor" "TI") @@ -13954,216 +16867,246 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/f3b7b5ea-a043-4172-896f-0f30e7edde21") (attr through_hole) (fp_text reference "U9" (at 6.91 6.095 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 12603526-ff5c-4028-95a8-64d7a488eceb) ) (fp_text value "TUSB8040PFP" (at 6.135 9.29 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e55687c6-19f5-4a7f-9955-745c3bdfd0e4) ) - (fp_poly (pts + (fp_poly + (pts (xy -2.45 -2.45) (xy -0.55 -2.45) (xy -0.55 -0.55) (xy -2.45 -0.55) - ) (layer "F.Paste") (width 0.01) (fill solid) (tstamp 6f08776c-2f6e-477a-887f-9e1a9a26ee3b)) - (fp_poly (pts - (xy 0.55 0.55) - (xy 2.45 0.55) - (xy 2.45 2.45) - (xy 0.55 2.45) - ) (layer "F.Paste") (width 0.01) (fill solid) (tstamp 7f134fd8-da1f-488f-b50a-70fdfd17e3e3)) - (fp_poly (pts - (xy 0.55 -2.45) - (xy 2.45 -2.45) - (xy 2.45 -0.55) - (xy 0.55 -0.55) - ) (layer "F.Paste") (width 0.01) (fill solid) (tstamp cc7c33ef-ff8d-48a1-9c0c-905f56d3f0ed)) - (fp_poly (pts + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp 6f08776c-2f6e-477a-887f-9e1a9a26ee3b)) + (fp_poly + (pts (xy -2.45 0.55) (xy -0.55 0.55) (xy -0.55 2.45) (xy -2.45 2.45) - ) (layer "F.Paste") (width 0.01) (fill solid) (tstamp faf183b0-2da2-4800-8eff-b393976ca36e)) - (fp_line (start -6 6) (end -6 5.21) (layer "F.SilkS") (width 0.127) (tstamp 16137989-9d54-4d70-b1ee-0c7809f3c95a)) - (fp_line (start 6 6) (end 5.21 6) (layer "F.SilkS") (width 0.127) (tstamp 46cd63ab-b734-4239-b111-414bfa8e8ebe)) - (fp_line (start -6 -6) (end -6 -5.21) (layer "F.SilkS") (width 0.127) (tstamp 58c31f0b-bfd7-46ed-a184-b5ad0349cfa8)) - (fp_line (start 6 6) (end 6 5.21) (layer "F.SilkS") (width 0.127) (tstamp 5b343155-f874-4c7f-b8ca-dbb57f090190)) - (fp_line (start -6 6) (end -5.21 6) (layer "F.SilkS") (width 0.127) (tstamp 84e02a7b-3962-4a96-b2b1-2abd18ab61fd)) - (fp_line (start -6 -6) (end -5.21 -6) (layer "F.SilkS") (width 0.127) (tstamp 86f9c2fc-eb46-4722-8300-08c1eb758a11)) - (fp_line (start 6 -6) (end 5.21 -6) (layer "F.SilkS") (width 0.127) (tstamp c75e5f0f-561c-43b9-ac3e-0eab03b6aa84)) - (fp_line (start 6 -6) (end 6 -5.21) (layer "F.SilkS") (width 0.127) (tstamp dbb1cef8-565e-4680-80d3-d28457f93ee0)) - (fp_circle (center -8.34 -4.75) (end -8.24 -4.75) (layer "F.SilkS") (width 0.2) (fill none) (tstamp cbf8c0f3-2075-4c2b-847c-db82c4ed50a2)) - (fp_line (start -7.655 7.655) (end 7.655 7.655) (layer "F.CrtYd") (width 0.05) (tstamp 0fb5248e-824a-4987-af78-801cfd24c07e)) - (fp_line (start -7.655 -7.655) (end 7.655 -7.655) (layer "F.CrtYd") (width 0.05) (tstamp 48f3ce53-19fe-4869-9cbc-f7034e356136)) - (fp_line (start 7.655 7.655) (end 7.655 -7.655) (layer "F.CrtYd") (width 0.05) (tstamp e70c65f0-a8b5-4742-93e2-e5b0bed09887)) - (fp_line (start -7.655 7.655) (end -7.655 -7.655) (layer "F.CrtYd") (width 0.05) (tstamp eec99c9d-9271-4ca5-9049-40266d8ed5a1)) - (fp_line (start 6 -6) (end -6 -6) (layer "F.Fab") (width 0.127) (tstamp 0f00d699-4cd4-4dcf-ac51-c4be45f7e12c)) - (fp_line (start 6 6) (end -6 6) (layer "F.Fab") (width 0.127) (tstamp 2e55f9df-69b5-4abc-b510-862329672d10)) - (fp_line (start 6 6) (end 6 -6) (layer "F.Fab") (width 0.127) (tstamp c4f1416f-b469-4cf7-a9dc-03d22e5264fc)) - (fp_line (start -6 6) (end -6 -6) (layer "F.Fab") (width 0.127) (tstamp ca24fa08-c963-436e-a934-7685106a27bc)) - (fp_circle (center -8.34 -4.75) (end -8.24 -4.75) (layer "F.Fab") (width 0.2) (fill none) (tstamp 3b30a94e-e24b-4c09-a34c-d37f8b1571f8)) - (pad "1" smd roundrect locked (at -6.67 -4.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp faf183b0-2da2-4800-8eff-b393976ca36e)) + (fp_poly + (pts + (xy 0.55 -2.45) + (xy 2.45 -2.45) + (xy 2.45 -0.55) + (xy 0.55 -0.55) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp cc7c33ef-ff8d-48a1-9c0c-905f56d3f0ed)) + (fp_poly + (pts + (xy 0.55 0.55) + (xy 2.45 0.55) + (xy 2.45 2.45) + (xy 0.55 2.45) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp 7f134fd8-da1f-488f-b50a-70fdfd17e3e3)) + (fp_line (start -6 -6) (end -6 -5.21) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 58c31f0b-bfd7-46ed-a184-b5ad0349cfa8)) + (fp_line (start -6 -6) (end -5.21 -6) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 86f9c2fc-eb46-4722-8300-08c1eb758a11)) + (fp_line (start -6 6) (end -6 5.21) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 16137989-9d54-4d70-b1ee-0c7809f3c95a)) + (fp_line (start -6 6) (end -5.21 6) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 84e02a7b-3962-4a96-b2b1-2abd18ab61fd)) + (fp_line (start 6 -6) (end 5.21 -6) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp c75e5f0f-561c-43b9-ac3e-0eab03b6aa84)) + (fp_line (start 6 -6) (end 6 -5.21) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp dbb1cef8-565e-4680-80d3-d28457f93ee0)) + (fp_line (start 6 6) (end 5.21 6) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 46cd63ab-b734-4239-b111-414bfa8e8ebe)) + (fp_line (start 6 6) (end 6 5.21) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 5b343155-f874-4c7f-b8ca-dbb57f090190)) + (fp_circle (center -8.34 -4.75) (end -8.24 -4.75) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp cbf8c0f3-2075-4c2b-847c-db82c4ed50a2)) + (fp_line (start -7.655 -7.655) (end 7.655 -7.655) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48f3ce53-19fe-4869-9cbc-f7034e356136)) + (fp_line (start -7.655 7.655) (end -7.655 -7.655) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eec99c9d-9271-4ca5-9049-40266d8ed5a1)) + (fp_line (start -7.655 7.655) (end 7.655 7.655) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0fb5248e-824a-4987-af78-801cfd24c07e)) + (fp_line (start 7.655 7.655) (end 7.655 -7.655) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e70c65f0-a8b5-4742-93e2-e5b0bed09887)) + (fp_line (start -6 6) (end -6 -6) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp ca24fa08-c963-436e-a934-7685106a27bc)) + (fp_line (start 6 -6) (end -6 -6) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp 0f00d699-4cd4-4dcf-ac51-c4be45f7e12c)) + (fp_line (start 6 6) (end -6 6) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp 2e55f9df-69b5-4abc-b510-862329672d10)) + (fp_line (start 6 6) (end 6 -6) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp c4f1416f-b469-4cf7-a9dc-03d22e5264fc)) + (fp_circle (center -8.34 -4.75) (end -8.24 -4.75) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.Fab") (tstamp 3b30a94e-e24b-4c09-a34c-d37f8b1571f8)) + (pad "1" smd roundrect (at -6.67 -4.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp bd1a0a36-65cf-40a1-8270-864df0131c58)) - (pad "2" smd roundrect locked (at -6.67 -4.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "2" smd roundrect (at -6.67 -4.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 153 "USB3_1_DP") (pinfunction "USB_DP_DN0") (pintype "bidirectional") (tstamp 836de022-e5ea-4b70-b02c-79378e9a7b38)) - (pad "3" smd roundrect locked (at -6.67 -3.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "3" smd roundrect (at -6.67 -3.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 154 "USB3_1_DN") (pinfunction "USB_DM_DN0") (pintype "bidirectional") (tstamp 9c758152-ddb2-4ff7-afa4-62f514ee9dfa)) - (pad "4" smd roundrect locked (at -6.67 -3.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "4" smd roundrect (at -6.67 -3.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 96 "USBH_3V3") (pinfunction "VDD33") (pintype "power_in") (tstamp e054f09a-7b76-4542-bbe3-94ee0b7c1703)) - (pad "5" smd roundrect locked (at -6.67 -2.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "5" smd roundrect (at -6.67 -2.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp 1e065a61-2583-4d9c-b702-47acb2486a33)) - (pad "6" smd roundrect locked (at -6.67 -2.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "6" smd roundrect (at -6.67 -2.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 151 "USB3_1_SSRXP") (pinfunction "USB_SSRXP_DN0") (pintype "input") (tstamp 6f0b217f-2432-4632-8274-66c11c93ba21)) - (pad "7" smd roundrect locked (at -6.67 -1.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "7" smd roundrect (at -6.67 -1.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 152 "USB3_1_SSRXN") (pinfunction "USB_SSRXM_DN0") (pintype "input") (tstamp 041fa58c-fccb-4ae2-afbe-47ae3983f322)) - (pad "8" smd roundrect locked (at -6.67 -1.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "8" smd roundrect (at -6.67 -1.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 142 "USB3_1_SSTXP") (pinfunction "USB_SSTXP_DN0") (pintype "output") (tstamp 16d58d27-a114-404c-96ad-35c7c2207bf3)) - (pad "9" smd roundrect locked (at -6.67 -0.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "9" smd roundrect (at -6.67 -0.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 140 "USB3_1_SSTXN") (pinfunction "USB_SSTXM_DN0") (pintype "output") (tstamp b72273c0-ca91-4362-b584-38b71db720c9)) - (pad "10" smd roundrect locked (at -6.67 -0.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "10" smd roundrect (at -6.67 -0.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp 28bb1a87-4d20-4a69-bbd3-f2cd7e9d3446)) - (pad "11" smd roundrect locked (at -6.67 0.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "11" smd roundrect (at -6.67 0.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp 6a45d561-b47e-425f-8f71-5da4920b51bd)) - (pad "12" smd roundrect locked (at -6.67 0.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "12" smd roundrect (at -6.67 0.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 472 "USB3_3_SSRXP") (pinfunction "USB_SSRXP_DN2") (pintype "input") (tstamp 2d7dbb48-c2fc-4d88-b452-2242c99fe42d)) - (pad "13" smd roundrect locked (at -6.67 1.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "13" smd roundrect (at -6.67 1.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 471 "USB3_3_SSRXN") (pinfunction "USB_SSRXM_DN2") (pintype "input") (tstamp 1bbffb82-faef-4a45-8d6e-4019c3ed34d8)) - (pad "14" smd roundrect locked (at -6.67 1.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "14" smd roundrect (at -6.67 1.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 474 "USB3_3_SSTXP") (pinfunction "USB_SSTXP_DN2") (pintype "output") (tstamp f7a20d4e-5630-4e81-b7b2-5fc159cdb3e8)) - (pad "15" smd roundrect locked (at -6.67 2.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "15" smd roundrect (at -6.67 2.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 473 "USB3_3_SSTXN") (pinfunction "USB_SSTXM_DN2") (pintype "output") (tstamp 68557612-8401-4c6d-95b6-915e7a36c0eb)) - (pad "16" smd roundrect locked (at -6.67 2.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "16" smd roundrect (at -6.67 2.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp 920a7c54-94d9-45cc-a55d-894abf1bcbb4)) - (pad "17" smd roundrect locked (at -6.67 3.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "17" smd roundrect (at -6.67 3.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 183 "USB3_3_DP") (pinfunction "USB_DP_DN2") (pintype "bidirectional") (tstamp 82326c1a-32ec-4fb8-a433-e4d17d1c157d)) - (pad "18" smd roundrect locked (at -6.67 3.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "18" smd roundrect (at -6.67 3.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 182 "USB3_3_DN") (pinfunction "USB_DM_DN2") (pintype "bidirectional") (tstamp c79311ea-b1ed-4f11-8ed5-d18781558b6e)) - (pad "19" smd roundrect locked (at -6.67 4.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "19" smd roundrect (at -6.67 4.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 96 "USBH_3V3") (pinfunction "VDD33") (pintype "power_in") (tstamp 81960dc6-c7e7-48f5-9512-1c4d33c95f05)) - (pad "20" smd roundrect locked (at -6.67 4.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "20" smd roundrect (at -6.67 4.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp abf255f1-25fb-4cc8-bb54-f3008cf38969)) - (pad "21" smd roundrect locked (at -4.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "21" smd roundrect (at -4.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 96 "USBH_3V3") (pinfunction "VDD33") (pintype "power_in") (tstamp 4a9d9aa4-7d49-495d-a336-57b7caed4169)) - (pad "22" smd roundrect locked (at -4.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "22" smd roundrect (at -4.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 632 "unconnected-(U9-Pad22)") (pinfunction "HS") (pintype "output+no_connect") (tstamp d862b4f2-68f9-404b-969b-d1f454561f66)) - (pad "23" smd roundrect locked (at -3.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "23" smd roundrect (at -3.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 633 "unconnected-(U9-Pad23)") (pinfunction "SS") (pintype "output+no_connect") (tstamp 5a0c3250-21ab-4ffe-813a-8104293b6047)) - (pad "24" smd roundrect locked (at -3.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "24" smd roundrect (at -3.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 634 "unconnected-(U9-Pad24)") (pinfunction "HS_SUSPEND") (pintype "output+no_connect") (tstamp 314129d8-0b92-4225-abad-36c7eb5a336b)) - (pad "25" smd roundrect locked (at -2.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "25" smd roundrect (at -2.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 635 "unconnected-(U9-Pad25)") (pinfunction "SS_SUSPEND") (pintype "output+no_connect") (tstamp 6141f08c-70b8-4ff8-a9c2-425c0f3bcbea)) - (pad "26" smd roundrect locked (at -2.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "26" smd roundrect (at -2.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp b02c9d0b-0f4d-434a-982d-341d0998e3af)) - (pad "27" smd roundrect locked (at -1.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "27" smd roundrect (at -1.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 636 "unconnected-(U9-Pad27)") (pinfunction "JTAG_TCK") (pintype "bidirectional+no_connect") (tstamp e5d5c3fc-ed3b-4d9f-976b-8e93112f0f24)) - (pad "28" smd roundrect locked (at -1.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "28" smd roundrect (at -1.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 637 "unconnected-(U9-Pad28)") (pinfunction "JTAG_TMS") (pintype "bidirectional+no_connect") (tstamp 2dc536da-9909-414a-b015-5c118c3d49b0)) - (pad "29" smd roundrect locked (at -0.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "29" smd roundrect (at -0.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 638 "unconnected-(U9-Pad29)") (pinfunction "JTAG_TDO") (pintype "bidirectional+no_connect") (tstamp afa22114-1022-4c45-a0e0-2588c1236aff)) - (pad "30" smd roundrect locked (at -0.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "30" smd roundrect (at -0.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 639 "unconnected-(U9-Pad30)") (pinfunction "JTAG_RSTz") (pintype "bidirectional+no_connect") (tstamp d8f6f1d4-ff65-4c60-a7fe-43a574d03e53)) - (pad "31" smd roundrect locked (at 0.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "31" smd roundrect (at 0.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 640 "unconnected-(U9-Pad31)") (pinfunction "JTAG_TDI") (pintype "bidirectional+no_connect") (tstamp b8fc6d1d-0f98-411d-b52a-b3a431503576)) - (pad "32" smd roundrect locked (at 0.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "32" smd roundrect (at 0.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp 1b1b64c7-e59c-43c7-9231-41804220d6b2)) - (pad "33" smd roundrect locked (at 1.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "33" smd roundrect (at 1.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 321 "Net-(R81-Pad1)") (pinfunction "GRSTz") (pintype "input") (tstamp de299d3e-64fe-4403-85c6-bcc348be1634)) - (pad "34" smd roundrect locked (at 1.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "34" smd roundrect (at 1.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 641 "unconnected-(U9-Pad34)") (pinfunction "SCL/SMBCLK") (pintype "bidirectional+no_connect") (tstamp 424a82ae-ae87-4954-a4ad-02b4566beb2c)) - (pad "35" smd roundrect locked (at 2.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "35" smd roundrect (at 2.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 314 "Net-(R63-Pad2)") (pinfunction "SDA/SMBDAT") (pintype "bidirectional") (tstamp 13260bac-7909-4934-8e63-82b04a15a8b8)) - (pad "36" smd roundrect locked (at 2.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "36" smd roundrect (at 2.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 642 "unconnected-(U9-Pad36)") (pinfunction "SMBUSz") (pintype "input+no_connect") (tstamp be77fc42-f99a-46c1-b69f-c0e561fac76c)) - (pad "37" smd roundrect locked (at 3.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "37" smd roundrect (at 3.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp c69e1377-704d-4647-876d-b6f1d6b0df1d)) - (pad "38" smd roundrect locked (at 3.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "38" smd roundrect (at 3.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 96 "USBH_3V3") (pinfunction "VDD33") (pintype "power_in") (tstamp 32ad17ab-1544-4ae6-aa58-374d78337b59)) - (pad "39" smd roundrect locked (at 4.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "39" smd roundrect (at 4.25 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 322 "Net-(R84-Pad1)") (pinfunction "PWRON0z_BATEN0") (pintype "bidirectional") (tstamp 2e15a4c0-cf0d-4648-9469-6bbcbc2f7975)) - (pad "40" smd roundrect locked (at 4.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "40" smd roundrect (at 4.75 6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 323 "Net-(R85-Pad2)") (pinfunction "OVERCUR0z") (pintype "input") (tstamp c4a12385-4a61-452e-ba90-bb7062864166)) - (pad "41" smd roundrect locked (at 6.67 4.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "41" smd roundrect (at 6.67 4.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 643 "unconnected-(U9-Pad41)") (pinfunction "FULLPWRMGMTz_SMBA1") (pintype "input+no_connect") (tstamp c5abd119-e278-4152-88e0-a174eeaca611)) - (pad "42" smd roundrect locked (at 6.67 4.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "42" smd roundrect (at 6.67 4.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp f5eafd04-c16e-45bf-9a70-25390ed84f9a)) - (pad "43" smd roundrect locked (at 6.67 3.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "43" smd roundrect (at 6.67 3.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 96 "USBH_3V3") (pinfunction "VDD33") (pintype "power_in") (tstamp 45970041-cc59-4e31-a259-bad132c0f263)) - (pad "44" smd roundrect locked (at 6.67 3.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "44" smd roundrect (at 6.67 3.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 180 "USB3_4_DN") (pinfunction "USB_DM_DN3") (pintype "bidirectional") (tstamp 66281b44-931d-4462-be82-90bb120f3a7a)) - (pad "45" smd roundrect locked (at 6.67 2.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "45" smd roundrect (at 6.67 2.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 181 "USB3_4_DP") (pinfunction "USB_DP_DN3") (pintype "bidirectional") (tstamp c3c095ca-690a-4d5c-96a5-8c2931fe0827)) - (pad "46" smd roundrect locked (at 6.67 2.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "46" smd roundrect (at 6.67 2.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp bd23e983-ae55-4297-a42f-7445db352c1c)) - (pad "47" smd roundrect locked (at 6.67 1.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "47" smd roundrect (at 6.67 1.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 476 "USB3_4_SSRXP") (pinfunction "USB_SSRXP_DN3") (pintype "input") (tstamp bb03b751-09e3-4a6d-8316-ff0c23b29ec7)) - (pad "48" smd roundrect locked (at 6.67 1.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "48" smd roundrect (at 6.67 1.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 475 "USB3_4_SSRXN") (pinfunction "USB_SSRXM_DN3") (pintype "input") (tstamp 303e1f95-c3ba-4d87-b677-6e1d363bb083)) - (pad "49" smd roundrect locked (at 6.67 0.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "49" smd roundrect (at 6.67 0.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 478 "USB3_4_SSTXP") (pinfunction "USB_SSTXP_DN3") (pintype "output") (tstamp 79d70a7a-bb29-4a4f-8eb8-5c8700de1426)) - (pad "50" smd roundrect locked (at 6.67 0.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "50" smd roundrect (at 6.67 0.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 477 "USB3_4_SSTXN") (pinfunction "USB_SSTXM_DN3") (pintype "output") (tstamp ee183491-c1a9-4964-9da8-e4f42693d610)) - (pad "51" smd roundrect locked (at 6.67 -0.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "51" smd roundrect (at 6.67 -0.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp d939d39e-3812-4397-953b-797a98c26482)) - (pad "52" smd roundrect locked (at 6.67 -0.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "52" smd roundrect (at 6.67 -0.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp 7efbecdf-80d2-4f04-a589-61cb8747106d)) - (pad "53" smd roundrect locked (at 6.67 -1.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "53" smd roundrect (at 6.67 -1.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 146 "USB3_2_SSRXP") (pinfunction "USB_SSRXP_DN1") (pintype "input") (tstamp 99659743-808a-4fdb-b71e-b249321efe64)) - (pad "54" smd roundrect locked (at 6.67 -1.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "54" smd roundrect (at 6.67 -1.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 147 "USB3_2_SSRXN") (pinfunction "USB_SSRXM_DN1") (pintype "input") (tstamp bcfdd6dd-4706-417d-98b8-068970d877c3)) - (pad "55" smd roundrect locked (at 6.67 -2.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "55" smd roundrect (at 6.67 -2.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 141 "USB3_2_SSTXP") (pinfunction "USB_SSTXP_DN1") (pintype "output") (tstamp f9146d26-0efa-4e29-a4c2-e9f1953090f3)) - (pad "56" smd roundrect locked (at 6.67 -2.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "56" smd roundrect (at 6.67 -2.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 139 "USB3_2_SSTXN") (pinfunction "USB_SSTXM_DN1") (pintype "output") (tstamp 67ec911c-9f70-499d-aeea-af4a6af95915)) - (pad "57" smd roundrect locked (at 6.67 -3.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "57" smd roundrect (at 6.67 -3.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp 3210a617-ef62-4128-9693-25156f88ce0b)) - (pad "58" smd roundrect locked (at 6.67 -3.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "58" smd roundrect (at 6.67 -3.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 96 "USBH_3V3") (pinfunction "VDD33") (pintype "power_in") (tstamp 75e17510-d600-45ad-8695-ad2632c0bffc)) - (pad "59" smd roundrect locked (at 6.67 -4.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "59" smd roundrect (at 6.67 -4.25 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 149 "USB3_2_DN") (pinfunction "USB_DM_DN1") (pintype "bidirectional") (tstamp 0664def8-4611-478f-bbb9-a27d16718300)) - (pad "60" smd roundrect locked (at 6.67 -4.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "60" smd roundrect (at 6.67 -4.75 270) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 148 "USB3_2_DP") (pinfunction "USB_DP_DN1") (pintype "bidirectional") (tstamp ba79d55f-0604-4274-84a8-f09848c52afd)) - (pad "61" smd roundrect locked (at 4.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "61" smd roundrect (at 4.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp cf007356-6ffd-4ad2-8188-1e4cc1aee1bd)) - (pad "62" smd roundrect locked (at 4.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "62" smd roundrect (at 4.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 82 "USB1_RX_N") (pinfunction "USB_SSTXM_UP") (pintype "output") (tstamp b5331c22-b7b8-4f9f-b067-a74f7097bf49)) - (pad "63" smd roundrect locked (at 3.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "63" smd roundrect (at 3.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 83 "USB1_RX_P") (pinfunction "USB_SSTXP_UP") (pintype "output") (tstamp 69892cc8-d60c-4ea3-ad78-0d20283eeeb8)) - (pad "64" smd roundrect locked (at 3.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "64" smd roundrect (at 3.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp ec2b1a8e-84e5-4542-b545-d3651dea9c22)) - (pad "65" smd roundrect locked (at 2.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "65" smd roundrect (at 2.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 84 "USB1_TX_N") (pinfunction "USB_SSRXM_UP") (pintype "input") (tstamp 9425d77d-5757-49c6-98dd-8a5a995ea136)) - (pad "66" smd roundrect locked (at 2.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "66" smd roundrect (at 2.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 85 "USB1_TX_P") (pinfunction "USB_SSRXP_UP") (pintype "input") (tstamp b698d22a-d065-4e7c-a947-9573b83ea1f8)) - (pad "67" smd roundrect locked (at 1.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "67" smd roundrect (at 1.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp e02744b2-3a15-4584-861a-dc607e1b0dc2)) - (pad "68" smd roundrect locked (at 1.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "68" smd roundrect (at 1.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 96 "USBH_3V3") (pinfunction "VDD33") (pintype "power_in") (tstamp 727c8db5-aebb-4071-bcfa-60af7c17222b)) - (pad "69" smd roundrect locked (at 0.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "69" smd roundrect (at 0.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 86 "USB1_DN") (pinfunction "USB_DM_UP") (pintype "bidirectional") (tstamp 5b400f8c-3b97-4c7c-87a3-ff13557d83b7)) - (pad "70" smd roundrect locked (at 0.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "70" smd roundrect (at 0.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 87 "USB1_DP") (pinfunction "USB_DP_UP") (pintype "bidirectional") (tstamp 52edba38-3b0f-48ee-94fe-4fd082615942)) - (pad "71" smd roundrect locked (at -0.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "71" smd roundrect (at -0.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 94 "USBH_1V1") (pinfunction "VDD11") (pintype "power_in") (tstamp 2f35abb7-8a7c-4c80-ae79-fd01c605a251)) - (pad "72" smd roundrect locked (at -0.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "72" smd roundrect (at -0.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 96 "USBH_3V3") (pinfunction "VDD33") (pintype "power_in") (tstamp 9f9ac977-4bf7-44bf-8ce9-f074a6c6622f)) - (pad "73" smd roundrect locked (at -1.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "73" smd roundrect (at -1.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 313 "Net-(R60-Pad2)") (pinfunction "USB_VBUS") (pintype "input") (tstamp f66b92c7-6fce-495c-b2b8-9e715dc03877)) - (pad "74" smd roundrect locked (at -1.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "74" smd roundrect (at -1.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 93 "Net-(C8-Pad1)") (pinfunction "XO") (pintype "output") (tstamp a1d31761-4f75-4801-b5a5-a29cdd36c7f9)) - (pad "75" smd roundrect locked (at -2.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "75" smd roundrect (at -2.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 92 "Net-(C10-Pad2)") (pinfunction "VSSOSC") (pintype "passive") (tstamp 1bc23f88-f87e-4137-8d4b-9ad63c3cb39c)) - (pad "76" smd roundrect locked (at -2.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "76" smd roundrect (at -2.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 95 "Net-(C10-Pad1)") (pinfunction "XI") (pintype "input") (tstamp 538e4893-bc65-4f18-ba00-f604187f6994)) - (pad "77" smd roundrect locked (at -3.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "77" smd roundrect (at -3.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 96 "USBH_3V3") (pinfunction "VDD33") (pintype "power_in") (tstamp 87555c67-9957-4117-a4d9-902eee9f9c97)) - (pad "78" smd roundrect locked (at -3.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "78" smd roundrect (at -3.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 163 "Net-(R59-Pad1)") (pinfunction "USB_R1") (pintype "passive") (tstamp cabefb33-82fd-4bc3-941d-7a9ee3388e44)) - (pad "79" smd roundrect locked (at -4.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "79" smd roundrect (at -4.25 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 312 "Net-(R59-Pad2)") (pinfunction "USB_R1RTN") (pintype "passive") (tstamp 50cfe3b7-40a6-484a-9d2b-cdb19180efc4)) - (pad "80" smd roundrect locked (at -4.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) + (pad "80" smd roundrect (at -4.75 -6.67) (size 1.47 0.28) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.04) (net 96 "USBH_3V3") (pinfunction "VDD33") (pintype "power_in") (tstamp 7245efe2-37fa-489f-8cfb-0a552a5e9ce9)) - (pad "81" smd rect locked (at 0 0 270) (size 6 6) (layers "F.Cu" "F.Mask") + (pad "81" smd rect (at 0 0 270) (size 6 6) (layers "F.Cu" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 06be1d13-b0b3-40cf-94fd-7ec1c69e7571)) (model "${KIPRJMOD}/3d-models/HTQFP-80.stp" (offset (xyz 0 0 0)) @@ -14173,7 +17116,7 @@ ) (footprint "footprints:WA-SMSI-M2" (layer "F.Cu") - (tedit 5DB722B4) (tstamp 00000000-0000-0000-0000-00005db09f70) + (tstamp 00000000-0000-0000-0000-00005db09f70) (at 169.5 117) (property "Checked" "y") (property "Distributor" "Mouser") @@ -14184,22 +17127,26 @@ (path "/00000000-0000-0000-0000-00005d3bcf11") (attr smd) (fp_text reference "H25" (at 0 -2.9) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4b19597c-6013-4418-b195-6719b2a6b6a5) ) (fp_text value "MountingHole_Pad" (at 0 2.9) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 229e7631-ff69-4814-a718-d571cdc9bb36) ) (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1b6d0ce6-3c11-4823-825c-5f327d3ed979) ) - (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) (layer "F.Paste") (width 0.9) (tstamp 27a03794-ead4-411c-8156-bbe316289f92)) - (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) (layer "F.Paste") (width 0.9) (tstamp 5b91344b-7adc-459e-8319-902dcab22357)) - (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) (layer "F.Paste") (width 0.9) (tstamp 5bb22b6e-0a7a-42e3-a5a4-0c1dcafb89c2)) - (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) (layer "F.Paste") (width 0.9) (tstamp cd160e3a-58bc-43bd-bfec-7a89869e93e5)) - (pad "1" thru_hole circle locked (at 0 0) (size 5 5) (drill 3) (layers *.Cu *.Mask) + (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 5bb22b6e-0a7a-42e3-a5a4-0c1dcafb89c2)) + (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 5b91344b-7adc-459e-8319-902dcab22357)) + (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp cd160e3a-58bc-43bd-bfec-7a89869e93e5)) + (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 27a03794-ead4-411c-8156-bbe316289f92)) + (pad "1" thru_hole circle (at 0 0) (size 5 5) (drill 3) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "1") (pintype "input") (tstamp 63e91a5a-7886-4768-a959-215434a980e3)) (model "${KIPRJMOD}/3d-models/9774010243R.stp" (offset (xyz 0 0 -1.4)) @@ -14209,7 +17156,7 @@ ) (footprint "Crystal:Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm" (layer "F.Cu") - (tedit 5A0FD1B2) (tstamp 00000000-0000-0000-0000-00005db0a72e) + (tstamp 00000000-0000-0000-0000-00005db0a72e) (at 90.5 100.2 90) (descr "Abracon Miniature Ceramic Smd Crystal ABM8G http://www.abracon.com/Resonators/ABM8G.pdf, 3.2x2.5mm^2 package") (tags "SMD SMT crystal") @@ -14223,39 +17170,54 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/28d366a0-7912-4919-b21e-911157212f26") (attr smd) (fp_text reference "Y1" (at -1.5 -2.14 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d61d5066-df9d-4194-92a1-8fb68e440d52) ) (fp_text value "24MHz" (at 0 2.45 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp bc6bcaa0-a242-4979-b18b-cb0bb783e7c9) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7def4d82-acbd-46cc-8fcc-f324575a306d) ) - (fp_line (start -2 -1.65) (end -2 1.65) (layer "F.SilkS") (width 0.12) (tstamp 3ebc2d04-5197-4765-b416-4d3aff6d941b)) - (fp_line (start -2 1.65) (end 2 1.65) (layer "F.SilkS") (width 0.12) (tstamp 89f0e5dc-11c2-4c7e-a637-747c1743b4b0)) - (fp_line (start 2.1 1.7) (end 2.1 -1.7) (layer "F.CrtYd") (width 0.05) (tstamp 162a71fa-f237-482b-be13-0b85bd4e695f)) - (fp_line (start 2.1 -1.7) (end -2.1 -1.7) (layer "F.CrtYd") (width 0.05) (tstamp 302f4b66-11d1-4a68-a20b-245517a8e43a)) - (fp_line (start -2.1 1.7) (end 2.1 1.7) (layer "F.CrtYd") (width 0.05) (tstamp 7eb2effa-af35-4bb3-bdcb-82cae5b72620)) - (fp_line (start -2.1 -1.7) (end -2.1 1.7) (layer "F.CrtYd") (width 0.05) (tstamp bd638834-ac33-4706-927a-9720534ef02f)) - (fp_line (start 1.6 -1.05) (end 1.6 1.05) (layer "F.Fab") (width 0.1) (tstamp 18e7838c-37de-41ad-affc-8c435dfab53d)) - (fp_line (start -1.6 0.25) (end -0.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 1b877cfc-b24e-4746-8bac-7e054fa6e29a)) - (fp_line (start 1.4 -1.25) (end 1.6 -1.05) (layer "F.Fab") (width 0.1) (tstamp 329aa605-578f-473e-8a65-1e9c38afa524)) - (fp_line (start 1.4 1.25) (end -1.4 1.25) (layer "F.Fab") (width 0.1) (tstamp 5a2cc07f-3b06-4c40-abc8-b460a0a3f1cd)) - (fp_line (start -1.4 1.25) (end -1.6 1.05) (layer "F.Fab") (width 0.1) (tstamp 6e7b17ab-3661-42bb-86cc-158ac2969603)) - (fp_line (start -1.4 -1.25) (end 1.4 -1.25) (layer "F.Fab") (width 0.1) (tstamp 7033980b-02f8-4caa-8f1d-d781f483df5f)) - (fp_line (start -1.6 -1.05) (end -1.4 -1.25) (layer "F.Fab") (width 0.1) (tstamp 84d0c081-62b3-47fc-9957-b1e7d1348372)) - (fp_line (start -1.6 1.05) (end -1.6 -1.05) (layer "F.Fab") (width 0.1) (tstamp c6727aca-18d2-4b58-a40a-62b86f658169)) - (fp_line (start 1.6 1.05) (end 1.4 1.25) (layer "F.Fab") (width 0.1) (tstamp fa4a08ee-53b8-49cb-9260-888aaa858fa8)) - (pad "1" smd rect locked (at -1.1 0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -2 -1.65) (end -2 1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ebc2d04-5197-4765-b416-4d3aff6d941b)) + (fp_line (start -2 1.65) (end 2 1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89f0e5dc-11c2-4c7e-a637-747c1743b4b0)) + (fp_line (start -2.1 -1.7) (end -2.1 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd638834-ac33-4706-927a-9720534ef02f)) + (fp_line (start -2.1 1.7) (end 2.1 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7eb2effa-af35-4bb3-bdcb-82cae5b72620)) + (fp_line (start 2.1 -1.7) (end -2.1 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 302f4b66-11d1-4a68-a20b-245517a8e43a)) + (fp_line (start 2.1 1.7) (end 2.1 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 162a71fa-f237-482b-be13-0b85bd4e695f)) + (fp_line (start -1.6 -1.05) (end -1.4 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84d0c081-62b3-47fc-9957-b1e7d1348372)) + (fp_line (start -1.6 0.25) (end -0.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b877cfc-b24e-4746-8bac-7e054fa6e29a)) + (fp_line (start -1.6 1.05) (end -1.6 -1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c6727aca-18d2-4b58-a40a-62b86f658169)) + (fp_line (start -1.4 -1.25) (end 1.4 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7033980b-02f8-4caa-8f1d-d781f483df5f)) + (fp_line (start -1.4 1.25) (end -1.6 1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e7b17ab-3661-42bb-86cc-158ac2969603)) + (fp_line (start 1.4 -1.25) (end 1.6 -1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 329aa605-578f-473e-8a65-1e9c38afa524)) + (fp_line (start 1.4 1.25) (end -1.4 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a2cc07f-3b06-4c40-abc8-b460a0a3f1cd)) + (fp_line (start 1.6 -1.05) (end 1.6 1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18e7838c-37de-41ad-affc-8c435dfab53d)) + (fp_line (start 1.6 1.05) (end 1.4 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa4a08ee-53b8-49cb-9260-888aaa858fa8)) + (pad "1" smd rect (at -1.1 0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 93 "Net-(C8-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 754b14df-f47b-4cb6-8971-d4fac4c41459)) - (pad "2" smd rect locked (at 1.1 0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 1.1 0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 92 "Net-(C10-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 919911cd-637b-489c-829f-ae3558987bdd)) - (pad "3" smd rect locked (at 1.1 -0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at 1.1 -0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 95 "Net-(C10-Pad1)") (pinfunction "3") (pintype "passive") (tstamp e6cfcacf-8969-48f0-821e-b524853d01d5)) - (pad "4" smd rect locked (at -1.1 -0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -1.1 -0.85 90) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 92 "Net-(C10-Pad2)") (pinfunction "4") (pintype "passive") (tstamp d50acea3-11af-4850-b744-9874abde2741)) (model "${KISYS3DMOD}/Crystal.3dshapes/Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm.wrl" (offset (xyz 0 0 0)) @@ -14265,7 +17227,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 00000000-0000-0000-0000-00005db18437) + (tstamp 00000000-0000-0000-0000-00005db18437) (at 73.9 116.5 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -14278,27 +17240,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/fb00f9b0-9e6a-4021-a83a-9c19d91ffbc9") (attr smd) (fp_text reference "C9" (at 0 -1.23 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b2a7a7a5-804b-45c9-8a14-045044dc2ac8) ) (fp_text value "0.1uF" (at 0 1.43 -90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7fbd2965-cb05-440e-80d2-efc211e08fbe) ) (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp a6de958c-3f89-4895-8cb7-9a8a9beec6d9) ) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp 684fc94b-b2d8-463b-af5c-967e0ad05b5b)) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp da02e538-0b5c-434e-873d-4114c0dd0c8c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 28509d18-1b16-4b26-a211-0c2f963570a8)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d5816f47-3ed2-42c5-ac11-c0e597c0a4c2)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d6fc9875-ba4a-4cf0-aae0-d0a267adcea7)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f29b7506-b105-45bd-b28c-f03a381e9e7a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 41104abe-1e7a-4410-9b21-ad6ce4078ad6)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 476ef94e-7aad-4d9d-a8bb-9af3851d2b57)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8aac8851-3738-4e57-89b0-405236812625)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8b42b855-0f45-4203-8757-f8fbcea6be94)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da02e538-0b5c-434e-873d-4114c0dd0c8c)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 684fc94b-b2d8-463b-af5c-967e0ad05b5b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5816f47-3ed2-42c5-ac11-c0e597c0a4c2)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6fc9875-ba4a-4cf0-aae0-d0a267adcea7)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28509d18-1b16-4b26-a211-0c2f963570a8)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f29b7506-b105-45bd-b28c-f03a381e9e7a)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8aac8851-3738-4e57-89b0-405236812625)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b42b855-0f45-4203-8757-f8fbcea6be94)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 476ef94e-7aad-4d9d-a8bb-9af3851d2b57)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 41104abe-1e7a-4410-9b21-ad6ce4078ad6)) (pad "1" smd roundrect (at -0.775 0 270) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 94 "USBH_1V1") (pintype "passive") (tstamp f54dd081-dd4d-4f3b-97cb-cfe029f33686)) (pad "2" smd roundrect (at 0.775 0 270) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -14311,7 +17283,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005db18448) + (tstamp 00000000-0000-0000-0000-00005db18448) (at 90.5 97.2) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -14325,30 +17297,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/2818b34d-36b6-4fe6-a852-5bab07e51720") (attr smd) (fp_text reference "C10" (at 2.45 0.1 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e909c2ac-006f-40e8-be20-d4b31153418b) ) (fp_text value "18pF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e06052d8-71b3-4811-848a-2ba3f34924d5) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d05262f6-67c2-4f14-8a88-5dd6584365e8) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1effaae9-7832-4704-a2f6-b7c5c6577002)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b67977a1-c0ee-4838-8785-dd2ef0cf54a1)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4c7372a8-1d03-4251-9c73-f168a8a0d14a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 79ae55f2-1e4e-4db8-bba3-0d94292d7089)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 82c64a95-548c-4125-a610-0a43b9ab8864)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 974da0ca-a28c-43c9-a8eb-ce641cae6cf3)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 693d55b5-2690-4a40-8ba5-3f4f0dad7bba)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7ef62bb2-1c13-484d-b61b-3aefe1d0bed4)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 870f257f-58ca-46ec-9ff3-d1c7cba329a0)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8be92829-02be-434d-b854-56056e4cfb79)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1effaae9-7832-4704-a2f6-b7c5c6577002)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b67977a1-c0ee-4838-8785-dd2ef0cf54a1)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79ae55f2-1e4e-4db8-bba3-0d94292d7089)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 974da0ca-a28c-43c9-a8eb-ce641cae6cf3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 82c64a95-548c-4125-a610-0a43b9ab8864)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c7372a8-1d03-4251-9c73-f168a8a0d14a)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 693d55b5-2690-4a40-8ba5-3f4f0dad7bba)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8be92829-02be-434d-b854-56056e4cfb79)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 870f257f-58ca-46ec-9ff3-d1c7cba329a0)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ef62bb2-1c13-484d-b61b-3aefe1d0bed4)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 95 "Net-(C10-Pad1)") (pintype "passive") (tstamp 3600a7e3-4a1c-47b9-9a88-fc2764c586f0)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 92 "Net-(C10-Pad2)") (pintype "passive") (tstamp cf5a49c4-9ac0-4c1d-a2d5-75752eacb896)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -14358,7 +17340,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 00000000-0000-0000-0000-00005db18459) + (tstamp 00000000-0000-0000-0000-00005db18459) (at 69.5 108 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -14371,27 +17353,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/9925e343-bad8-48d3-b1d3-61a4d5545e77") (attr smd) (fp_text reference "C11" (at -0.05942 1.17 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f528a683-01f1-4e38-baf5-10c3bef511a0) ) (fp_text value "0.1uF" (at 0 1.43 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e7ae4ad3-9d77-4c5f-826a-c3c815968729) ) (fp_text user "${REFERENCE}" (at 0 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp c8b2bb10-55ca-4d94-9c54-590ddb2f64d6) ) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 29a79b45-2289-4205-819e-3773731542f7)) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp 5715a6f7-1d17-44a3-8523-da1e5bc86814)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 208f7ca5-0fc1-48ae-aa98-519a126faa1b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 326ae5c1-9e76-4c7a-b9f7-df79f5fb190c)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 62303730-4c7c-4424-8f8a-5dc7748ada07)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ce154d79-0742-458b-823b-24e8857368d5)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 16cf42f8-4b1c-41d5-ac66-c7e2549596e3)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 468990ee-b607-4d2c-8711-a06284c982c4)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 904fbb13-48b6-41db-8f93-6aa49ac67048)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f973fc1b-c90b-47e3-b7cb-787b0e32596b)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29a79b45-2289-4205-819e-3773731542f7)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5715a6f7-1d17-44a3-8523-da1e5bc86814)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 326ae5c1-9e76-4c7a-b9f7-df79f5fb190c)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62303730-4c7c-4424-8f8a-5dc7748ada07)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 208f7ca5-0fc1-48ae-aa98-519a126faa1b)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce154d79-0742-458b-823b-24e8857368d5)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 904fbb13-48b6-41db-8f93-6aa49ac67048)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16cf42f8-4b1c-41d5-ac66-c7e2549596e3)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 468990ee-b607-4d2c-8711-a06284c982c4)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f973fc1b-c90b-47e3-b7cb-787b0e32596b)) (pad "1" smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 94 "USBH_1V1") (pintype "passive") (tstamp 0cd90de6-78ba-46e4-8e42-46b347a92390)) (pad "2" smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -14404,7 +17396,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 00000000-0000-0000-0000-00005db1846a) + (tstamp 00000000-0000-0000-0000-00005db1846a) (at 69.5 104.8 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -14417,27 +17409,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/5451ac5d-34a2-41c1-aa12-21b6ad6d765d") (attr smd) (fp_text reference "C12" (at 2.4 -0.03 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp da61b596-a74b-4af4-bcd7-4ff812a02f78) ) (fp_text value "0.1uF" (at 0 1.43 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c49ff695-324f-4893-82dd-0961e2a84308) ) (fp_text user "${REFERENCE}" (at 0 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp dccee671-e2d0-4e99-bf71-176d90fa73a1) ) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 187debbd-2e66-434c-9977-29906e30e4fa)) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp 652eba45-8453-4d00-a08c-a641dfcdb9b1)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 08f11770-8cf5-4479-944f-d1080781acfe)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7717c59c-cf0e-4d12-b5b3-588bde487aa5)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7e62f104-147a-4416-9607-0072c9ff0164)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 84fb1435-cae1-4c8f-a1cc-f9f9400d03bd)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 565b0276-a33f-4a3c-b534-627c889766e7)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5d65a329-d6a8-4fb8-a3e5-3e1fd808081a)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp bb8b00a1-3207-4f75-83a0-d3df306ca439)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f0ca6ca2-4209-4ea5-8abc-158f5309b11c)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 187debbd-2e66-434c-9977-29906e30e4fa)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 652eba45-8453-4d00-a08c-a641dfcdb9b1)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7717c59c-cf0e-4d12-b5b3-588bde487aa5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e62f104-147a-4416-9607-0072c9ff0164)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08f11770-8cf5-4479-944f-d1080781acfe)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84fb1435-cae1-4c8f-a1cc-f9f9400d03bd)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 565b0276-a33f-4a3c-b534-627c889766e7)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d65a329-d6a8-4fb8-a3e5-3e1fd808081a)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb8b00a1-3207-4f75-83a0-d3df306ca439)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0ca6ca2-4209-4ea5-8abc-158f5309b11c)) (pad "1" smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 94 "USBH_1V1") (pintype "passive") (tstamp 4d42f74b-cc8a-43b7-b61d-5d5c4d19cd2d)) (pad "2" smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -14450,7 +17452,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 00000000-0000-0000-0000-00005db1847b) + (tstamp 00000000-0000-0000-0000-00005db1847b) (at 73.3 97.5 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -14463,27 +17465,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/e84f6cf8-bb2c-4d1b-941a-6653775d1a97") (attr smd) (fp_text reference "C13" (at 2.5 0.07 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 62ef3d93-25c0-4ec8-b33f-bff0d23655e7) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 14b937cd-ecf5-4f87-999e-4069c3726ac2) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 6308a217-b202-43f9-b3a2-6811edc3cfcc) ) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1ad7cfd5-9599-4287-b676-6832144a3668)) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp eb559caa-e057-4525-98d1-1f3da80dea75)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp af404fda-655e-460e-bc8a-1aa4f4eb98ea)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e3805902-20c8-43f7-8fcd-f7ae2022b216)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e624be78-9a3c-4a7c-9c89-99146f76c2ac)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e6f836a2-3876-4ad0-a76f-787057599a84)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0d000db9-f295-4dcc-b300-261b9d0834b2)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 236f3eb5-7444-493b-9191-00730fe6a3da)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3858fe7e-eab6-4f4c-b14c-013577e916b8)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 824c4eda-ebb3-4602-a927-eebbb19f83e0)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ad7cfd5-9599-4287-b676-6832144a3668)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb559caa-e057-4525-98d1-1f3da80dea75)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6f836a2-3876-4ad0-a76f-787057599a84)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e624be78-9a3c-4a7c-9c89-99146f76c2ac)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af404fda-655e-460e-bc8a-1aa4f4eb98ea)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3805902-20c8-43f7-8fcd-f7ae2022b216)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d000db9-f295-4dcc-b300-261b9d0834b2)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3858fe7e-eab6-4f4c-b14c-013577e916b8)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 236f3eb5-7444-493b-9191-00730fe6a3da)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 824c4eda-ebb3-4602-a927-eebbb19f83e0)) (pad "1" smd roundrect (at -0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 94 "USBH_1V1") (pintype "passive") (tstamp 25221b30-cfea-41bc-8054-661ca9b33e2b)) (pad "2" smd roundrect (at 0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -14496,7 +17508,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 00000000-0000-0000-0000-00005db1848c) + (tstamp 00000000-0000-0000-0000-00005db1848c) (at 72.95 119 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -14509,27 +17521,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/065893f8-e470-484c-a4a9-c79ffd34c490") (attr smd) (fp_text reference "C14" (at 0 -1.23) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b438df8c-7c21-48d9-8803-be90a2addca3) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c4ccf736-7b80-421b-82f1-e8863e9007f5) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 865dc2aa-5580-409e-b732-edd0ca1bf8a5) ) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 05957a5f-e6de-4d57-bdf2-44447e560636)) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp b17b9671-d3fd-4184-9460-9f7bb92c6611)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 45d59817-8bf2-412b-89fc-d28f5b0c562d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5f9bd46e-e69c-4345-be94-c47fd8d58d0c)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6fc8d34f-e230-4f46-811d-60022f1387b8)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8694bd4e-6ede-4ded-a8b8-9856d71776b7)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 02cd60aa-0bfe-4dd7-8106-d802558d19f9)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0b85a01a-a120-4fdf-b38c-8dd6f2273da4)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b03cbd04-563c-406f-a8ad-9932f1424145)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fd08b0ac-c6d9-4377-8117-aef2d83c3068)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05957a5f-e6de-4d57-bdf2-44447e560636)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b17b9671-d3fd-4184-9460-9f7bb92c6611)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5f9bd46e-e69c-4345-be94-c47fd8d58d0c)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6fc8d34f-e230-4f46-811d-60022f1387b8)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45d59817-8bf2-412b-89fc-d28f5b0c562d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8694bd4e-6ede-4ded-a8b8-9856d71776b7)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b85a01a-a120-4fdf-b38c-8dd6f2273da4)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd08b0ac-c6d9-4377-8117-aef2d83c3068)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02cd60aa-0bfe-4dd7-8106-d802558d19f9)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b03cbd04-563c-406f-a8ad-9932f1424145)) (pad "1" smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 96 "USBH_3V3") (pintype "passive") (tstamp 040a0d25-fc8e-44db-8196-a8e598630820)) (pad "2" smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -14542,7 +17564,7 @@ ) (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tedit 58645DC7) (tstamp 00000000-0000-0000-0000-00005db197cd) + (tstamp 00000000-0000-0000-0000-00005db197cd) (at 269 113) (descr "SOD-123") (tags "SOD-123") @@ -14555,38 +17577,56 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5df1") (attr smd) (fp_text reference "D3" (at -3 0.1 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5a722d07-53b0-4d89-b846-0bc9ee36ad9f) ) (fp_text value "SBR0560S1" (at 0 2.1) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp d9b69bdf-bc8d-4ddb-b6b1-6935426abefe) ) (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 26ef28f6-0156-49ec-b920-7bbb2a4db030) ) - (fp_line (start -2.25 -1) (end 1.65 -1) (layer "F.SilkS") (width 0.12) (tstamp 0765c550-a0b9-47d5-9d77-42e473b1a2e7)) - (fp_line (start -2.25 1) (end 1.65 1) (layer "F.SilkS") (width 0.12) (tstamp 8c1d8757-26ea-410a-bcc1-680ba300bfa2)) - (fp_line (start -2.25 -1) (end -2.25 1) (layer "F.SilkS") (width 0.12) (tstamp d83262c0-4faf-46b6-9f30-8813114f13f4)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 0a067976-3704-4b12-88fd-3b1f9b040303)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 0b5691ef-13ae-4a4b-816e-4ca26b2e101c)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer "F.CrtYd") (width 0.05) (tstamp 1b3d5147-40f8-49b4-a456-e6520c0569d3)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 8c8eec10-eeb4-4ee4-a9d9-8786af0a82e4)) - (fp_line (start -0.35 0) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp 1f933062-98bd-4520-b966-a497e329de0f)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp 32a9dace-a4e8-4162-9412-32d77d22eb0a)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 371104a1-5691-4d2f-89cc-fe6df0282dbc)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp 442d22af-0381-46e7-bbcd-e8be4e428c99)) - (fp_line (start 0.25 0) (end 0.75 0) (layer "F.Fab") (width 0.1) (tstamp 512915c3-bf96-4043-ab2e-aed6ef43c731)) - (fp_line (start 0.25 0.4) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 68d7be40-de33-4055-8973-bb5079cd1c5c)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6eb1b3eb-b55f-4d5b-9fb5-b140cd49447f)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp a6089cc5-a73b-46a6-9eb7-2d31f280d44d)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp c4c103ae-8952-4799-8718-e70eba77a7d0)) - (fp_line (start -0.35 0) (end -0.35 -0.55) (layer "F.Fab") (width 0.1) (tstamp d08697b7-1247-4bb3-ae3d-d661e53ba09c)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp fab639cc-7495-4f52-92ae-6d52435159e0)) - (pad "1" smd rect locked (at -1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -2.25 -1) (end -2.25 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d83262c0-4faf-46b6-9f30-8813114f13f4)) + (fp_line (start -2.25 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0765c550-a0b9-47d5-9d77-42e473b1a2e7)) + (fp_line (start -2.25 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c1d8757-26ea-410a-bcc1-680ba300bfa2)) + (fp_line (start -2.35 -1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c8eec10-eeb4-4ee4-a9d9-8786af0a82e4)) + (fp_line (start -2.35 -1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b3d5147-40f8-49b4-a456-e6520c0569d3)) + (fp_line (start 2.35 -1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b5691ef-13ae-4a4b-816e-4ca26b2e101c)) + (fp_line (start 2.35 1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a067976-3704-4b12-88fd-3b1f9b040303)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 442d22af-0381-46e7-bbcd-e8be4e428c99)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4c103ae-8952-4799-8718-e70eba77a7d0)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 371104a1-5691-4d2f-89cc-fe6df0282dbc)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d08697b7-1247-4bb3-ae3d-d661e53ba09c)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f933062-98bd-4520-b966-a497e329de0f)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6eb1b3eb-b55f-4d5b-9fb5-b140cd49447f)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6089cc5-a73b-46a6-9eb7-2d31f280d44d)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 512915c3-bf96-4043-ab2e-aed6ef43c731)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68d7be40-de33-4055-8973-bb5079cd1c5c)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fab639cc-7495-4f52-92ae-6d52435159e0)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32a9dace-a4e8-4162-9412-32d77d22eb0a)) + (pad "1" smd rect (at -1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 490 "Net-(C3-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 9133b730-4bec-45ec-8ef1-18de3c9fb61f)) - (pad "2" smd rect locked (at 1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "A") (pintype "passive") (tstamp 74e1dc40-dddd-4a34-9bda-4e229312da26)) (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" (offset (xyz 0 0 0)) @@ -14596,7 +17636,7 @@ ) (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005db1a41b) + (tstamp 00000000-0000-0000-0000-00005db1a41b) (at 223.25 127.3 180) (descr "SOT-23, Standard") (tags "SOT-23") @@ -14609,35 +17649,48 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d090c6c") (attr smd) (fp_text reference "Q5" (at 1.65 -1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 44f90828-9e1b-40ba-be39-74f4b041b8b8) ) (fp_text value "PMV50EPEAR" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5b456ecb-21dd-4d64-a756-173fab6b6f15) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a266f026-16c5-4f97-b5df-ac564770567f) ) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer "F.SilkS") (width 0.12) (tstamp 004e2931-71aa-4a37-b7d3-4169ba461da0)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer "F.SilkS") (width 0.12) (tstamp a7bf064f-8b54-4c9b-a37c-1771fefd81bc)) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer "F.SilkS") (width 0.12) (tstamp eee9737b-f1bb-4a66-9ecd-3bc3450f8f6a)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer "F.SilkS") (width 0.12) (tstamp fe4f1c46-e2aa-48a3-b73e-612e64d2313c)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 498a5deb-2578-4af3-abeb-8e8c54398e19)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp cccc02cd-1724-4297-bc22-93f6611af1a4)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp ea66b6a5-c615-4552-91a6-66f431b595f0)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp eaaf4f49-3f71-4216-ad5c-f407ed5b82d5)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp 94a2b1fa-7976-4315-85cc-8aef9d773c03)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer "F.Fab") (width 0.1) (tstamp bdbedddb-e81d-456d-aea9-007a912a1788)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer "F.Fab") (width 0.1) (tstamp cc0fdeef-5a3f-45e6-97bc-c36dc6f9736c)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer "F.Fab") (width 0.1) (tstamp d594ee3f-7daf-4866-aade-d929d52ea351)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp f23bc22c-3271-4ee3-b1bd-9e2a4df1e613)) - (pad "1" smd rect locked (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eee9737b-f1bb-4a66-9ecd-3bc3450f8f6a)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 004e2931-71aa-4a37-b7d3-4169ba461da0)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe4f1c46-e2aa-48a3-b73e-612e64d2313c)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7bf064f-8b54-4c9b-a37c-1771fefd81bc)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea66b6a5-c615-4552-91a6-66f431b595f0)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 498a5deb-2578-4af3-abeb-8e8c54398e19)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cccc02cd-1724-4297-bc22-93f6611af1a4)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eaaf4f49-3f71-4216-ad5c-f407ed5b82d5)) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d594ee3f-7daf-4866-aade-d929d52ea351)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc0fdeef-5a3f-45e6-97bc-c36dc6f9736c)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94a2b1fa-7976-4315-85cc-8aef9d773c03)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bdbedddb-e81d-456d-aea9-007a912a1788)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f23bc22c-3271-4ee3-b1bd-9e2a4df1e613)) + (pad "1" smd rect (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 51 "Net-(Q5-Pad1)") (pinfunction "G") (pintype "input") (tstamp 0fafd21f-c39d-4685-aa2e-a5d4cc1f415f)) - (pad "2" smd rect locked (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 101 "Net-(D17-Pad1)") (pinfunction "S") (pintype "passive") (tstamp c56ea958-139f-47d8-a30f-6a32421b36ae)) - (pad "3" smd rect locked (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 445 "Net-(Q5-Pad3)") (pinfunction "D") (pintype "passive") (tstamp 247fa4e1-e7da-4587-b848-356db2b24a59)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0)) @@ -14647,7 +17700,7 @@ ) (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005db1a430) + (tstamp 00000000-0000-0000-0000-00005db1a430) (at 231.45 127.3 180) (descr "SOT-23, Standard") (tags "SOT-23") @@ -14660,35 +17713,48 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0f8682") (attr smd) (fp_text reference "Q6" (at 1.65 -1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0fa0765a-fb54-4b4d-99f5-f370c542ba4d) ) (fp_text value "PMV50EPEAR" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 394319e5-ead4-4c71-a375-18d4dfa66d5d) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4ab42ea3-6b44-4c6a-8f10-a7b66aaa776e) ) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer "F.SilkS") (width 0.12) (tstamp 47d97380-c2fc-4355-b639-eafa5afe13d0)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer "F.SilkS") (width 0.12) (tstamp 87484860-81b6-4cbf-b07a-32949bf9b033)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer "F.SilkS") (width 0.12) (tstamp c36f506f-55a4-45a3-925c-528c8afcc52b)) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer "F.SilkS") (width 0.12) (tstamp e560cce1-beb8-4064-b85b-a68604a8b633)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 267598e9-1534-4260-9287-c305181299c2)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp d3b3f9de-26c4-480f-859e-9520723e48a4)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp e9380e28-0d0d-49d2-a17e-a0842030dfdc)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp fee76ffa-5079-424f-b9aa-862aa6a89ad3)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer "F.Fab") (width 0.1) (tstamp 3f6c961d-c52b-4c69-993e-07b55ca6c9cb)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp 6d7f5f49-561b-4b06-a4e8-dd417bcb78fc)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp 7330c8c6-7363-48ce-90e4-41106e155f23)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer "F.Fab") (width 0.1) (tstamp 8395b7e4-1507-4d78-8b7a-4bb83b24b251)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer "F.Fab") (width 0.1) (tstamp c16c0ef5-b32e-4e77-b40d-06db8a5320d1)) - (pad "1" smd rect locked (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e560cce1-beb8-4064-b85b-a68604a8b633)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47d97380-c2fc-4355-b639-eafa5afe13d0)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87484860-81b6-4cbf-b07a-32949bf9b033)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c36f506f-55a4-45a3-925c-528c8afcc52b)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fee76ffa-5079-424f-b9aa-862aa6a89ad3)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 267598e9-1534-4260-9287-c305181299c2)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3b3f9de-26c4-480f-859e-9520723e48a4)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9380e28-0d0d-49d2-a17e-a0842030dfdc)) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8395b7e4-1507-4d78-8b7a-4bb83b24b251)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c16c0ef5-b32e-4e77-b40d-06db8a5320d1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d7f5f49-561b-4b06-a4e8-dd417bcb78fc)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f6c961d-c52b-4c69-993e-07b55ca6c9cb)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7330c8c6-7363-48ce-90e4-41106e155f23)) + (pad "1" smd rect (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 52 "Net-(Q6-Pad1)") (pinfunction "G") (pintype "input") (tstamp 751abd7c-d853-4827-85b1-dbed8f2a407a)) - (pad "2" smd rect locked (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 102 "Net-(D18-Pad1)") (pinfunction "S") (pintype "passive") (tstamp 87b0cb1c-6148-4d03-b95f-61b69aa76eeb)) - (pad "3" smd rect locked (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 446 "Net-(Q6-Pad3)") (pinfunction "D") (pintype "passive") (tstamp 8fdc182f-85bd-47eb-851a-03256b15d143)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0)) @@ -14698,7 +17764,7 @@ ) (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005db1a45a) + (tstamp 00000000-0000-0000-0000-00005db1a45a) (at 247.15 127.2 180) (descr "SOT-23, Standard") (tags "SOT-23") @@ -14711,35 +17777,48 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b8536") (attr smd) (fp_text reference "Q8" (at 1.65 -1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8f0dc01c-17e7-4ab8-9111-7eabd50d1f07) ) (fp_text value "PMV50EPEAR" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4ac04820-77c7-4441-8e6c-28f933e4af7a) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 61d27501-85f8-4c68-a3cf-7a38b8780ab0) ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer "F.SilkS") (width 0.12) (tstamp 0fc3bb00-d1f8-4f95-ae1d-17bc81e9a637)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer "F.SilkS") (width 0.12) (tstamp 419541fd-88ef-4350-ac7f-5a1716fbbb11)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer "F.SilkS") (width 0.12) (tstamp 93f424d5-f9ff-42c2-9387-5b202ef93f5d)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer "F.SilkS") (width 0.12) (tstamp 972bd97f-7075-4be7-82e9-2ad10c46fb90)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 527cd63c-f302-4dca-bab4-7b072a9dc47d)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 8136b077-89d5-459c-b63f-983686729512)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp bb304a44-817d-422c-a6f0-7173cb7a5eef)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp d2f9ada5-290c-47c8-869b-9422bef05234)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp 23057c92-fb9d-4c44-be55-437dbb6b5adf)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer "F.Fab") (width 0.1) (tstamp 47b40a85-d370-4973-9331-b01576835c97)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer "F.Fab") (width 0.1) (tstamp 4a08f2f7-fe2f-40bd-9dfe-5127e73ad316)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer "F.Fab") (width 0.1) (tstamp 6e6ce404-6f36-48cd-bd35-dc959a32452d)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp a8a6d511-b688-42cf-aef0-e7a6b165a6bd)) - (pad "1" smd rect locked (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fc3bb00-d1f8-4f95-ae1d-17bc81e9a637)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93f424d5-f9ff-42c2-9387-5b202ef93f5d)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 419541fd-88ef-4350-ac7f-5a1716fbbb11)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 972bd97f-7075-4be7-82e9-2ad10c46fb90)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb304a44-817d-422c-a6f0-7173cb7a5eef)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2f9ada5-290c-47c8-869b-9422bef05234)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8136b077-89d5-459c-b63f-983686729512)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 527cd63c-f302-4dca-bab4-7b072a9dc47d)) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a08f2f7-fe2f-40bd-9dfe-5127e73ad316)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e6ce404-6f36-48cd-bd35-dc959a32452d)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8a6d511-b688-42cf-aef0-e7a6b165a6bd)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47b40a85-d370-4973-9331-b01576835c97)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23057c92-fb9d-4c44-be55-437dbb6b5adf)) + (pad "1" smd rect (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 54 "Net-(Q8-Pad1)") (pinfunction "G") (pintype "input") (tstamp 6a0f1155-14f8-407f-b1ed-4338453e7f0b)) - (pad "2" smd rect locked (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 104 "Net-(D24-Pad1)") (pinfunction "S") (pintype "passive") (tstamp 9c5d6d41-0cc3-4748-bf6e-768240b1c7cf)) - (pad "3" smd rect locked (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 448 "Net-(Q8-Pad3)") (pinfunction "D") (pintype "passive") (tstamp 07a343c1-3df1-4d67-8dee-46575648672f)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0)) @@ -14749,7 +17828,7 @@ ) (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005db1a484) + (tstamp 00000000-0000-0000-0000-00005db1a484) (at 263.15 127.2 180) (descr "SOT-23, Standard") (tags "SOT-23") @@ -14762,35 +17841,48 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0a6a00") (attr smd) (fp_text reference "Q10" (at 1.9 -0.9 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp dcd8c89b-f71e-4c38-90ae-e5f48d4b1084) ) (fp_text value "PMV50EPEAR" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3f33b91c-90a8-4608-a5e8-c095414822a7) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 421c7b48-7f2d-4681-aba1-78c05d66b129) ) - (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer "F.SilkS") (width 0.12) (tstamp 17398275-a815-4902-99bb-e5981c6d9a08)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer "F.SilkS") (width 0.12) (tstamp 3946cf5a-32d3-442e-982e-42a102af5638)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer "F.SilkS") (width 0.12) (tstamp 5329ca88-a212-464f-a910-c925cd5f941e)) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer "F.SilkS") (width 0.12) (tstamp 7642ed9a-48a7-45cc-ab51-d728c43bda0d)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 589713ff-967f-4a88-b93b-2f495daaff6b)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 9861ae88-6708-4939-9573-6c1d91896a88)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp b35ceff7-c4e9-4582-b161-32e22da5daf6)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp df89f4f7-5f5a-42e1-92ab-b69a3a7cc807)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer "F.Fab") (width 0.1) (tstamp 0ff325f4-6592-42b4-834a-913fb0ba19fa)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp 68923764-86fd-43d1-8e5c-2d7a2bb245d2)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer "F.Fab") (width 0.1) (tstamp ae8f066e-1bbb-481a-b837-855410414276)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer "F.Fab") (width 0.1) (tstamp bea5d606-016c-4ba3-8490-31277e3d5160)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp c2edc59b-9f6d-4f57-a046-25728a4aab65)) - (pad "1" smd rect locked (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7642ed9a-48a7-45cc-ab51-d728c43bda0d)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5329ca88-a212-464f-a910-c925cd5f941e)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17398275-a815-4902-99bb-e5981c6d9a08)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3946cf5a-32d3-442e-982e-42a102af5638)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 589713ff-967f-4a88-b93b-2f495daaff6b)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9861ae88-6708-4939-9573-6c1d91896a88)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b35ceff7-c4e9-4582-b161-32e22da5daf6)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df89f4f7-5f5a-42e1-92ab-b69a3a7cc807)) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bea5d606-016c-4ba3-8490-31277e3d5160)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae8f066e-1bbb-481a-b837-855410414276)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68923764-86fd-43d1-8e5c-2d7a2bb245d2)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ff325f4-6592-42b4-834a-913fb0ba19fa)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2edc59b-9f6d-4f57-a046-25728a4aab65)) + (pad "1" smd rect (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 56 "Net-(Q10-Pad1)") (pinfunction "G") (pintype "input") (tstamp bd515b77-06fb-4bc9-879d-506305e83a19)) - (pad "2" smd rect locked (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 106 "Net-(D26-Pad1)") (pinfunction "S") (pintype "passive") (tstamp beaec9db-8064-4353-af76-c7248555b8cb)) - (pad "3" smd rect locked (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 450 "Net-(Q10-Pad3)") (pinfunction "D") (pintype "passive") (tstamp a7e8d8bf-2eb6-4d62-b31b-f1fe2a8ed3da)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0)) @@ -14800,7 +17892,7 @@ ) (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005db1a499) + (tstamp 00000000-0000-0000-0000-00005db1a499) (at 271.15 127.2 180) (descr "SOT-23, Standard") (tags "SOT-23") @@ -14813,35 +17905,48 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0365af") (attr smd) (fp_text reference "Q11" (at 1.8 -0.9 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 948c10e4-0ea0-4475-99b3-224097ea4e08) ) (fp_text value "PMV50EPEAR" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 0fc15187-62e2-42c6-aa81-b60f3d245896) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0f5c6ea8-51ea-4b33-8554-b5b72054d2fc) ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer "F.SilkS") (width 0.12) (tstamp 2a49b6be-fa4a-4073-9c25-2d0a2addc591)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer "F.SilkS") (width 0.12) (tstamp 3a2da080-f220-4585-ab7a-b8729d1eb9a4)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer "F.SilkS") (width 0.12) (tstamp cf9fe59d-be97-470e-854f-465a0c6a9786)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer "F.SilkS") (width 0.12) (tstamp fb0753ce-02b3-496f-a30b-183f31001b3e)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 0c36cc36-f361-419a-a481-d57d67e4ac07)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 0e258132-1776-481e-9b26-35e777aa7b94)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 493f75b4-0e4d-4710-8223-bce4fa192f38)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 6cf717f6-104a-4cbf-b6fd-e2e18fc334ac)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer "F.Fab") (width 0.1) (tstamp 08bbec34-462a-49ec-8b5a-86510ea0183f)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp 62eed162-26c0-4b37-83a2-3052e63f0bc7)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer "F.Fab") (width 0.1) (tstamp 68b23ae5-44db-4f53-97a1-6e57f6344ba1)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer "F.Fab") (width 0.1) (tstamp ac781c25-31a1-42b4-a65d-6dbdffd4c53a)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp b40dcb59-f731-485a-a7b7-77bddcf9fe7a)) - (pad "1" smd rect locked (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a49b6be-fa4a-4073-9c25-2d0a2addc591)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf9fe59d-be97-470e-854f-465a0c6a9786)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a2da080-f220-4585-ab7a-b8729d1eb9a4)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb0753ce-02b3-496f-a30b-183f31001b3e)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 493f75b4-0e4d-4710-8223-bce4fa192f38)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e258132-1776-481e-9b26-35e777aa7b94)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cf717f6-104a-4cbf-b6fd-e2e18fc334ac)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c36cc36-f361-419a-a481-d57d67e4ac07)) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac781c25-31a1-42b4-a65d-6dbdffd4c53a)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68b23ae5-44db-4f53-97a1-6e57f6344ba1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b40dcb59-f731-485a-a7b7-77bddcf9fe7a)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08bbec34-462a-49ec-8b5a-86510ea0183f)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62eed162-26c0-4b37-83a2-3052e63f0bc7)) + (pad "1" smd rect (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 57 "Net-(Q11-Pad1)") (pinfunction "G") (pintype "input") (tstamp 85ce588d-7a40-49ca-93d0-1045ade18e33)) - (pad "2" smd rect locked (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 107 "Net-(D27-Pad1)") (pinfunction "S") (pintype "passive") (tstamp 5038e0ea-ead5-4cf6-92bf-fa6eefecc80a)) - (pad "3" smd rect locked (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 451 "Net-(Q11-Pad3)") (pinfunction "D") (pintype "passive") (tstamp aa6f75a0-aa18-4f5c-b7c3-8371e16a8ae1)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0)) @@ -14851,7 +17956,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a637) + (tstamp 00000000-0000-0000-0000-00005db1a637) (at 225.25 121.3) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -14864,30 +17969,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d090c85") (attr smd) (fp_text reference "R9" (at 1.95 -0.1 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 69adaaba-aea1-45a8-b832-9bbf49fb8664) ) (fp_text value "10k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 2c79c3bf-2d98-4c17-9687-916a1f31f232) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f01e8a3e-b596-4fef-98e5-efd416f6a91d) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9d4c768c-64f9-4156-869d-2e382cb9b204)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp b4f04016-8cf0-44a2-9f10-16dec14c3b70)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 33ff7343-563c-4f7b-a869-ac401d55e339)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3a74e982-6ff7-4f9d-ae96-0ad6f79001e3)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3cc97206-7cab-44b2-bbff-c3752fb00f41)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d5a0938d-1763-4494-97fb-315b0193827d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 55393858-ea79-4fcf-91a9-7941d2c3ab1d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6eb544c4-f123-4628-abef-bf625531f670)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp af2f3d66-5ab2-4ee2-a0e0-0cfde8146e1b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e1712bc6-d09e-417e-88ac-aae7a0a71942)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4f04016-8cf0-44a2-9f10-16dec14c3b70)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d4c768c-64f9-4156-869d-2e382cb9b204)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a74e982-6ff7-4f9d-ae96-0ad6f79001e3)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cc97206-7cab-44b2-bbff-c3752fb00f41)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33ff7343-563c-4f7b-a869-ac401d55e339)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5a0938d-1763-4494-97fb-315b0193827d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1712bc6-d09e-417e-88ac-aae7a0a71942)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6eb544c4-f123-4628-abef-bf625531f670)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55393858-ea79-4fcf-91a9-7941d2c3ab1d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af2f3d66-5ab2-4ee2-a0e0-0cfde8146e1b)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 259 "BAT1FUSED") (pintype "passive") (tstamp ae405305-4645-441e-b0a0-1d67f6216530)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 493 "Net-(R9-Pad2)") (pintype "passive") (tstamp ebeeb303-13cd-4734-809c-157c650448be)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -14897,7 +18012,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a648) + (tstamp 00000000-0000-0000-0000-00005db1a648) (at 228.2 126.65 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -14910,30 +18025,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0f869a") (attr smd) (fp_text reference "R10" (at 2 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f3ddc58b-f8d3-439a-b8ce-edc7cda477a2) ) (fp_text value "100" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7a76b432-f5a7-46f0-8a88-6ead25066015) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 17ce2211-7a59-4e6d-9a62-5a1a968dd40f) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 46262291-e05f-4981-978b-95f23bfd2d7d)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4ad26a49-d057-4f60-8602-b2fe4f84336a)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1d76f600-877c-41b3-b592-7a473351ebcd)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6f085038-3676-4e9b-a4a9-4ce075f840f5)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 892181d0-cdb4-400d-8b5d-c6b2801dec7b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp edc8d1f5-e33f-41c2-aae4-93c9d5b382ac)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 244e5a2a-4229-4440-acdd-bc29f103c99e)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 40854642-a24d-4112-ba5c-51ca6d5362bb)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 543ba03b-b256-481e-a5be-943aadbebeed)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d124dc7b-a288-4fde-b597-5d90da519139)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46262291-e05f-4981-978b-95f23bfd2d7d)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ad26a49-d057-4f60-8602-b2fe4f84336a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 892181d0-cdb4-400d-8b5d-c6b2801dec7b)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp edc8d1f5-e33f-41c2-aae4-93c9d5b382ac)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d76f600-877c-41b3-b592-7a473351ebcd)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f085038-3676-4e9b-a4a9-4ce075f840f5)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 543ba03b-b256-481e-a5be-943aadbebeed)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d124dc7b-a288-4fde-b597-5d90da519139)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 244e5a2a-4229-4440-acdd-bc29f103c99e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40854642-a24d-4112-ba5c-51ca6d5362bb)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 245 "BAT2+") (pintype "passive") (tstamp edf25e4d-15d5-42f3-b815-b637c4a8c924)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 494 "Net-(R10-Pad2)") (pintype "passive") (tstamp d3b404d8-11e3-4c95-aa8b-78753ffaa185)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -14943,7 +18068,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a659) + (tstamp 00000000-0000-0000-0000-00005db1a659) (at 236.25 126.7 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -14956,30 +18081,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0c3095") (attr smd) (fp_text reference "R11" (at 2 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 94d9ac9e-75d4-4373-b2a0-084a8f04a170) ) (fp_text value "100" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 75c5b340-a7e3-4755-9ec2-9983aa049618) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f9aca97a-c1f3-418c-b8a2-d872fd26303a) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 5dc80898-2ef3-4429-9f18-79a5545983d6)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d12730a4-c5cd-4540-aead-02dc9ad3be21)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 01e082e6-87cb-4173-bf26-e500b521850d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 24e55819-a8a9-4d38-9dbd-dd60cd4344a8)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 37fa13ff-508d-4d8a-ae70-b03a86208882)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 842c488b-5721-458e-b106-6ab9dc26106a)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 08b915b1-a48f-4bdd-af98-d560b263216a)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 53f53079-0211-492b-a24a-f7fe8c2176b2)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a95cf5c1-b75f-4a1e-a61f-a96f7e054233)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp cd2cc98e-cc9a-4095-a2b0-b931a34baa9b)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d12730a4-c5cd-4540-aead-02dc9ad3be21)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5dc80898-2ef3-4429-9f18-79a5545983d6)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01e082e6-87cb-4173-bf26-e500b521850d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 37fa13ff-508d-4d8a-ae70-b03a86208882)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 842c488b-5721-458e-b106-6ab9dc26106a)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24e55819-a8a9-4d38-9dbd-dd60cd4344a8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a95cf5c1-b75f-4a1e-a61f-a96f7e054233)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08b915b1-a48f-4bdd-af98-d560b263216a)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53f53079-0211-492b-a24a-f7fe8c2176b2)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd2cc98e-cc9a-4095-a2b0-b931a34baa9b)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 246 "BAT3+") (pintype "passive") (tstamp 1d592572-9bb9-441e-921a-ae4cafbcb3a4)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 495 "Net-(R11-Pad2)") (pintype "passive") (tstamp e5da1dd6-852e-4762-8508-03462adf46cd)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -14989,7 +18124,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a66a) + (tstamp 00000000-0000-0000-0000-00005db1a66a) (at 244.15 126.9 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15002,30 +18137,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b854e") (attr smd) (fp_text reference "R12" (at 2 -0.1 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8955d23a-3166-462c-bb2f-9ba6dfbe4168) ) (fp_text value "100" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 169be415-4330-4274-9531-77eb9193ea73) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp db0c64ea-9390-423b-94c8-17404805b1e4) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9d4f2780-f15c-48f1-b494-e26af02f09df)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp e62c45c4-1e81-4310-9e0d-4d7fd418aef2)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 139ba4d3-38d2-4216-a110-82ed74e38ccd)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2b0e0a36-5242-486a-818a-e2bb46051bae)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 85b8ac73-43f3-4267-aa13-9d817b683cba)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b89fb83e-965d-40fe-9875-99a121d6e676)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 75c23422-d59d-4c23-a815-57b49683f883)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c7a8fb69-c897-4774-b756-da8bca4e727f)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d0a8ee93-b316-42cc-8bc3-808c423019b3)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ea106136-b79c-4c0c-a66c-d2c0ae38a05e)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e62c45c4-1e81-4310-9e0d-4d7fd418aef2)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d4f2780-f15c-48f1-b494-e26af02f09df)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 139ba4d3-38d2-4216-a110-82ed74e38ccd)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85b8ac73-43f3-4267-aa13-9d817b683cba)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b0e0a36-5242-486a-818a-e2bb46051bae)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b89fb83e-965d-40fe-9875-99a121d6e676)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0a8ee93-b316-42cc-8bc3-808c423019b3)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7a8fb69-c897-4774-b756-da8bca4e727f)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea106136-b79c-4c0c-a66c-d2c0ae38a05e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75c23422-d59d-4c23-a815-57b49683f883)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 247 "BAT4+") (pintype "passive") (tstamp 8e65395a-4247-47e3-b6cb-3f2e21659712)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 496 "Net-(R12-Pad2)") (pintype "passive") (tstamp 23d8f2fe-5d28-45e2-9e03-7aca8a1b940f)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -15035,7 +18180,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a68c) + (tstamp 00000000-0000-0000-0000-00005db1a68c) (at 260.25 126.9 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15048,30 +18193,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0a6a18") (attr smd) (fp_text reference "R14" (at 2 -0.25 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2ea00582-a6c3-4db1-a754-0f923180a43e) ) (fp_text value "100" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 0aef15c9-15c2-46e4-865b-6509f3d99085) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4bccda31-8e43-4b39-8a23-e47d7351c3b7) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 32e8bf9c-3608-476d-baa8-a721e50daa9f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b6597b3b-9490-4d57-8e12-2c6fd32a904e)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 36f522f7-e85a-46e1-9d7b-f4775c587061)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3f0e6e7d-0c8e-4937-9d7d-40c9857e8711)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 88e5871c-b959-4920-b9f8-98c461587477)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 938c500c-072a-4490-9064-e7a368677c95)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1252588f-038e-4dab-867d-43c485fd3665)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2d3705c4-430e-49c3-b239-e78b08b81780)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 39058ba3-2992-45dc-acb9-e51da68e8e49)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 751b591e-4544-4282-9198-b05e1f1706ec)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32e8bf9c-3608-476d-baa8-a721e50daa9f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6597b3b-9490-4d57-8e12-2c6fd32a904e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f0e6e7d-0c8e-4937-9d7d-40c9857e8711)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 938c500c-072a-4490-9064-e7a368677c95)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 36f522f7-e85a-46e1-9d7b-f4775c587061)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88e5871c-b959-4920-b9f8-98c461587477)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 751b591e-4544-4282-9198-b05e1f1706ec)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1252588f-038e-4dab-867d-43c485fd3665)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d3705c4-430e-49c3-b239-e78b08b81780)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39058ba3-2992-45dc-acb9-e51da68e8e49)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 249 "BAT6+") (pintype "passive") (tstamp 53bc39a7-e42a-4f4e-b387-b382ff610af1)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 498 "Net-(R14-Pad2)") (pintype "passive") (tstamp aaff3dc0-76d6-43bf-b2a4-170718ea2aed)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -15081,7 +18236,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a69d) + (tstamp 00000000-0000-0000-0000-00005db1a69d) (at 268.15 126.9 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15094,30 +18249,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d03b638") (attr smd) (fp_text reference "R15" (at 2 -0.25 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7c81e5ca-c01c-4c3c-84f6-73370774d881) ) (fp_text value "100" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 126bb005-b444-49fa-a4b7-4c754e97cb1b) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9070af3f-3b17-47c4-8d38-22d2ae8db31b) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 16aaf33d-5c9d-450d-918b-a5cd7d40d5fd)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1e8d1402-bb45-4020-9168-11277ea85959)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 30f1fb20-f413-4278-9e04-cfe0ea41ffa6)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4c441424-b5a3-4fa7-a490-3adc1e36f76a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9e7d1403-4e4e-40f2-9b61-e3aa821d793e)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b0326d6f-8948-4697-b153-8e6ae717dad0)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3c7813c0-ca50-4a26-8218-6407c3ba9fd8)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 951d9c3a-ccae-4c5f-afe4-5bc2a092b052)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9fd94bd6-620a-4d55-b768-4fdf0ad48706)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f39b5278-d0de-4a4c-92dd-c2631af629df)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e8d1402-bb45-4020-9168-11277ea85959)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16aaf33d-5c9d-450d-918b-a5cd7d40d5fd)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30f1fb20-f413-4278-9e04-cfe0ea41ffa6)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c441424-b5a3-4fa7-a490-3adc1e36f76a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0326d6f-8948-4697-b153-8e6ae717dad0)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e7d1403-4e4e-40f2-9b61-e3aa821d793e)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 951d9c3a-ccae-4c5f-afe4-5bc2a092b052)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9fd94bd6-620a-4d55-b768-4fdf0ad48706)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c7813c0-ca50-4a26-8218-6407c3ba9fd8)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f39b5278-d0de-4a4c-92dd-c2631af629df)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 250 "BAT7+") (pintype "passive") (tstamp a2b97ab4-e773-4bca-9fa6-2728db18e97d)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 499 "Net-(R15-Pad2)") (pintype "passive") (tstamp 51b2f428-2271-4ae1-acff-e8cb4a24f756)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -15127,7 +18292,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a6bf) + (tstamp 00000000-0000-0000-0000-00005db1a6bf) (at 225.95 127.5 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15140,30 +18305,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d090c79") (attr smd) (fp_text reference "R17" (at 1.9 0.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1a38653b-76fd-4132-9abc-68853a5c6f8d) ) (fp_text value "3.3k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 588496db-8bc5-4121-9ebe-0b94f74c6f64) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp efd14412-6324-41b0-95d4-914261f6296c) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 29158630-9fb5-4758-bbf5-5f9bd9bc528a)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 6ee85cf6-c17c-434a-a800-2f22f70c1d70)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 65e794f9-d155-49dc-bf7a-450925a6b018)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp cb692e28-8212-47dc-94cc-04659da2c9f2)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ce4ae583-c50f-4858-9e5f-2cc82050aead)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp df356b10-c0d8-4fff-8787-518706fb1806)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 13dd127b-6e91-470e-814b-56448ae497a8)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 361a4a14-8a1e-4bde-afb6-bee42add788e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 84cc2386-1115-4690-8803-a8194409432c)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ee1e0075-cecc-4912-a34e-d23c10fd50b4)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ee85cf6-c17c-434a-a800-2f22f70c1d70)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29158630-9fb5-4758-bbf5-5f9bd9bc528a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb692e28-8212-47dc-94cc-04659da2c9f2)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce4ae583-c50f-4858-9e5f-2cc82050aead)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65e794f9-d155-49dc-bf7a-450925a6b018)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df356b10-c0d8-4fff-8787-518706fb1806)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee1e0075-cecc-4912-a34e-d23c10fd50b4)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13dd127b-6e91-470e-814b-56448ae497a8)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84cc2386-1115-4690-8803-a8194409432c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 361a4a14-8a1e-4bde-afb6-bee42add788e)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 51 "Net-(Q5-Pad1)") (pintype "passive") (tstamp 7587a706-0da5-4edd-ba0f-20710c6d1272)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 62 "Net-(R17-Pad2)") (pintype "passive") (tstamp 70f8078a-055d-45fc-ac96-914cd4320b4a)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -15173,7 +18348,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a6d0) + (tstamp 00000000-0000-0000-0000-00005db1a6d0) (at 234.15 127.5 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15186,30 +18361,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0f868f") (attr smd) (fp_text reference "R18" (at 2.5 0.45 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fbabf827-74be-4918-ad27-2aa0e355a7a6) ) (fp_text value "3.3k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5ad5e9d4-9cdf-4fb8-a9f8-249c13a5f08d) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a0726d2f-d6d7-4561-b6e8-a88e2d666c81) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 45217fb7-fa8d-4d8c-8618-62198919b23b)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 82df9a87-43db-4e9f-93e3-795984a26140)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 416d9aca-0eb0-4610-9b89-9e223fa7c9d5)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp cbb5c5ac-46af-4fb3-9807-62a6a9913660)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp eb878ac2-1147-43b8-a688-50964accdb01)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f4f4c7af-9a99-418c-88ad-31595f9f8ece)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 53fd5452-39c1-45f9-849f-642a9223847d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5a62c087-9ca3-40ca-a11f-f659722367f9)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 72f39373-d4f7-44bf-b62e-9cecf41feb77)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp fa5c8b64-a1f2-4363-9570-1f14b8be2d2a)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82df9a87-43db-4e9f-93e3-795984a26140)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45217fb7-fa8d-4d8c-8618-62198919b23b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4f4c7af-9a99-418c-88ad-31595f9f8ece)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 416d9aca-0eb0-4610-9b89-9e223fa7c9d5)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb878ac2-1147-43b8-a688-50964accdb01)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbb5c5ac-46af-4fb3-9807-62a6a9913660)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a62c087-9ca3-40ca-a11f-f659722367f9)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72f39373-d4f7-44bf-b62e-9cecf41feb77)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa5c8b64-a1f2-4363-9570-1f14b8be2d2a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53fd5452-39c1-45f9-849f-642a9223847d)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 52 "Net-(Q6-Pad1)") (pintype "passive") (tstamp 354803d3-d74c-4d95-8944-4496b311e65b)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 63 "Net-(R18-Pad2)") (pintype "passive") (tstamp f599d71a-292a-46d6-b175-c43b03b45717)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -15219,7 +18404,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a6f2) + (tstamp 00000000-0000-0000-0000-00005db1a6f2) (at 249.75 127.5 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15232,30 +18417,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b8543") (attr smd) (fp_text reference "R20" (at 2.5 0.35 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 76e17f81-2e62-4686-88a9-f1927d6678f9) ) (fp_text value "3.3k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e3deaf39-1528-4791-878a-0e89b414fb64) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ea4912b4-7282-401c-8a8c-dd0d20922ab2) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 5b87b285-3742-4434-b2f8-a29f546a2428)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 5d2f82a7-8c7e-4651-ac55-033151b5656a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5e42bdde-9e7e-4112-a482-6f72725be8e7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 73ea921f-7206-40d7-8ede-b09b13b446f2)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8ff3bb96-f1f0-41db-a084-1a460acca0c9)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a8b4f4a8-569d-4547-9c4d-749e6d996713)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0c919b97-e833-41c4-ac99-b252bc93a55f)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5fbc0136-f5a3-4c3f-b971-73bb67b12354)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9a9f9709-5564-4f92-a31e-bd569d5f3233)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f90b74b1-55fb-4c7b-9a71-4218b3c348cc)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b87b285-3742-4434-b2f8-a29f546a2428)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d2f82a7-8c7e-4651-ac55-033151b5656a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8b4f4a8-569d-4547-9c4d-749e6d996713)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e42bdde-9e7e-4112-a482-6f72725be8e7)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73ea921f-7206-40d7-8ede-b09b13b446f2)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ff3bb96-f1f0-41db-a084-1a460acca0c9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a9f9709-5564-4f92-a31e-bd569d5f3233)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f90b74b1-55fb-4c7b-9a71-4218b3c348cc)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5fbc0136-f5a3-4c3f-b971-73bb67b12354)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c919b97-e833-41c4-ac99-b252bc93a55f)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 54 "Net-(Q8-Pad1)") (pintype "passive") (tstamp b39c5e35-1e00-4d48-9c62-b158c3f8deba)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 65 "Net-(R20-Pad2)") (pintype "passive") (tstamp d95929a9-cd00-4bbc-82e5-a43d394a7736)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -15265,7 +18460,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a714) + (tstamp 00000000-0000-0000-0000-00005db1a714) (at 265.75 127.5 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15278,30 +18473,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0a6a0d") (attr smd) (fp_text reference "R22" (at 2.5 0.35 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 155f9b7e-ae34-4127-8c15-ce9bd3a6e4c3) ) (fp_text value "3.3k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 95ecb15a-8343-4f28-a1be-888812730cb5) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 55c54cc7-fbb6-40cf-963e-85e467e975b2) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 123a9394-4d8c-4921-beca-58b34fb4c0a9)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 5c0cc5aa-15aa-44c7-aaed-663d7be4ed16)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 19c16d30-4cbe-4221-8d04-2e7d2f55c580)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 91499f76-9e7e-4798-bf82-7adda9f9c5ce)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9f78ae54-39fb-4d84-a66e-4d6d2704f285)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c622c1f9-ad12-4b6f-abdd-5a09d2fae324)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 20cb21e7-5cef-4944-b1c9-f280cc5184f8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5a87fb27-ba1f-4e6b-b549-5c683affb0c3)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp cd00667c-19bc-490e-864d-668bda881271)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f6872b34-44bf-4066-b1c9-bb196935b76d)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c0cc5aa-15aa-44c7-aaed-663d7be4ed16)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 123a9394-4d8c-4921-beca-58b34fb4c0a9)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c622c1f9-ad12-4b6f-abdd-5a09d2fae324)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 91499f76-9e7e-4798-bf82-7adda9f9c5ce)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f78ae54-39fb-4d84-a66e-4d6d2704f285)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 19c16d30-4cbe-4221-8d04-2e7d2f55c580)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd00667c-19bc-490e-864d-668bda881271)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20cb21e7-5cef-4944-b1c9-f280cc5184f8)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a87fb27-ba1f-4e6b-b549-5c683affb0c3)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6872b34-44bf-4066-b1c9-bb196935b76d)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 56 "Net-(Q10-Pad1)") (pintype "passive") (tstamp ac0565ec-54a1-4c43-ad90-7810ad97ac4f)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 67 "Net-(R22-Pad2)") (pintype "passive") (tstamp 6bae1aef-db7f-4cad-a618-64817f3edc7f)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -15311,7 +18516,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a725) + (tstamp 00000000-0000-0000-0000-00005db1a725) (at 273.75 127.5 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15324,30 +18529,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0386bb") (attr smd) (fp_text reference "R23" (at 2.5 0.35 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6b9792f9-c73d-46cd-9b7d-e754a92daa5a) ) (fp_text value "3.3k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ad536e03-7805-4d7e-bc1e-4aa72a1f99f5) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4d41baa7-b556-4141-8d87-b3273dad6d53) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 2a764771-1a81-4a5e-b032-844e27e8f1c3)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2eb1bbd1-aed1-4638-b849-9b412a650d46)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 12f34bf9-75ba-451a-931c-5740f679b3c0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 50e1ca09-1c04-4555-8506-f7a418abaad9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5c0e619c-84fb-4058-b012-3005c83c07db)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 861495c7-a258-446e-b1b5-65b38611b084)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ae18be4e-9a75-41ae-a919-bcc8254c344c)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c35cc13a-1552-4eb4-b976-cd02886c8523)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d4169ceb-4ef3-44d1-ba60-4a555796ab1d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f2fc1564-3ee3-45d3-9e56-973b70674e85)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a764771-1a81-4a5e-b032-844e27e8f1c3)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2eb1bbd1-aed1-4638-b849-9b412a650d46)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 12f34bf9-75ba-451a-931c-5740f679b3c0)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50e1ca09-1c04-4555-8506-f7a418abaad9)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 861495c7-a258-446e-b1b5-65b38611b084)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c0e619c-84fb-4058-b012-3005c83c07db)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2fc1564-3ee3-45d3-9e56-973b70674e85)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4169ceb-4ef3-44d1-ba60-4a555796ab1d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae18be4e-9a75-41ae-a919-bcc8254c344c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c35cc13a-1552-4eb4-b976-cd02886c8523)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 57 "Net-(Q11-Pad1)") (pintype "passive") (tstamp f2402cf6-8d81-4e7d-969c-dc151e546a0d)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 68 "Net-(R23-Pad2)") (pintype "passive") (tstamp 648e4a98-ecfd-4e8b-8cc8-ba9d3edaf959)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -15357,7 +18572,7 @@ ) (footprint "Resistor_SMD:R_2512_6332Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a747) + (tstamp 00000000-0000-0000-0000-00005db1a747) (at 225.25 131.25 180) (descr "Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15370,30 +18585,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d090c92") (attr smd) (fp_text reference "R25" (at -4.05 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 102f485b-f0a2-428a-8a26-13e7ca4605ff) ) (fp_text value "15" (at 0 2.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 390c7e4b-1552-4c84-b23c-fa74d0f221cf) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6499d3df-7dc4-4585-b42c-ce9337c96903) ) - (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) (layer "F.SilkS") (width 0.12) (tstamp 1c1ae75a-534a-476d-bd5f-a488455d73d7)) - (fp_line (start -2.052064 1.71) (end 2.052064 1.71) (layer "F.SilkS") (width 0.12) (tstamp 95bdcb66-5bb0-4996-b471-129429d1991c)) - (fp_line (start -3.82 1.92) (end -3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp 639b542e-ce51-4f88-a6c1-07c3c54e4432)) - (fp_line (start 3.82 1.92) (end -3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp af148f2f-7931-4c9a-9321-e2c3e0654ed9)) - (fp_line (start -3.82 -1.92) (end 3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp b3253f15-5067-46c2-aadc-9bfb36b1b35b)) - (fp_line (start 3.82 -1.92) (end 3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp dedb33b3-0789-4216-9eb4-16236b7f097b)) - (fp_line (start -3.15 1.6) (end -3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp 23907c06-2802-4eaa-a8ad-74b9f4400452)) - (fp_line (start 3.15 -1.6) (end 3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp 305b606d-519f-4971-ac6e-1e9654e44273)) - (fp_line (start 3.15 1.6) (end -3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp 9572b64e-ed15-499d-80e0-08e2ad080c7d)) - (fp_line (start -3.15 -1.6) (end 3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp d8e122c2-fe7d-4646-8c65-75a312171327)) - (pad "1" smd roundrect locked (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c1ae75a-534a-476d-bd5f-a488455d73d7)) + (fp_line (start -2.052064 1.71) (end 2.052064 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95bdcb66-5bb0-4996-b471-129429d1991c)) + (fp_line (start -3.82 -1.92) (end 3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3253f15-5067-46c2-aadc-9bfb36b1b35b)) + (fp_line (start -3.82 1.92) (end -3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 639b542e-ce51-4f88-a6c1-07c3c54e4432)) + (fp_line (start 3.82 -1.92) (end 3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dedb33b3-0789-4216-9eb4-16236b7f097b)) + (fp_line (start 3.82 1.92) (end -3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af148f2f-7931-4c9a-9321-e2c3e0654ed9)) + (fp_line (start -3.15 -1.6) (end 3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8e122c2-fe7d-4646-8c65-75a312171327)) + (fp_line (start -3.15 1.6) (end -3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23907c06-2802-4eaa-a8ad-74b9f4400452)) + (fp_line (start 3.15 -1.6) (end 3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 305b606d-519f-4971-ac6e-1e9654e44273)) + (fp_line (start 3.15 1.6) (end -3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9572b64e-ed15-499d-80e0-08e2ad080c7d)) + (pad "1" smd roundrect (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 245 "BAT2+") (pintype "passive") (tstamp 8aa8f8fe-5236-4909-aa32-b8da82d2e323)) - (pad "2" smd roundrect locked (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (pad "2" smd roundrect (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 445 "Net-(Q5-Pad3)") (pintype "passive") (tstamp 2c6653a6-f73c-4c8d-b85f-99db9d224bd0)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_2512_6332Metric.wrl" (offset (xyz 0 0 0)) @@ -15403,7 +18628,7 @@ ) (footprint "Resistor_SMD:R_2512_6332Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a758) + (tstamp 00000000-0000-0000-0000-00005db1a758) (at 233.25 131.25 180) (descr "Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15416,30 +18641,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0f86a7") (attr smd) (fp_text reference "R26" (at -4.05 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1ba6f027-d118-4d48-9c5c-c2e3c6925ec2) ) (fp_text value "15" (at 0 2.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6c4f9933-734a-4f8f-a3a8-4d653b11f93a) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fe59bb2c-5c1c-465b-99ec-1951495048e2) ) - (fp_line (start -2.052064 1.71) (end 2.052064 1.71) (layer "F.SilkS") (width 0.12) (tstamp 047886ec-c47b-46d0-9159-8afc6864c666)) - (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) (layer "F.SilkS") (width 0.12) (tstamp e2a1e4c7-97ea-47bd-ac20-8708cfa53bdd)) - (fp_line (start -3.82 -1.92) (end 3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp 60443532-5141-4d01-adff-314706285423)) - (fp_line (start -3.82 1.92) (end -3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp b053b4dd-3b5c-4d39-ad20-4abdc492e64f)) - (fp_line (start 3.82 1.92) (end -3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp cde58892-b291-4464-bd16-f3d3953ec3a7)) - (fp_line (start 3.82 -1.92) (end 3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp d5b32b6d-4b72-4d90-b517-0bdc7486e9c9)) - (fp_line (start 3.15 1.6) (end -3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp 517207f0-2737-4527-ad97-40194e9ea525)) - (fp_line (start -3.15 1.6) (end -3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp 5e214fc9-ddb0-457f-b441-dd244ec52037)) - (fp_line (start -3.15 -1.6) (end 3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp 8a9dbc15-1e48-4493-9477-92173fbcb482)) - (fp_line (start 3.15 -1.6) (end 3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp e57c694e-588e-4b53-a07f-b5583152386a)) - (pad "1" smd roundrect locked (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2a1e4c7-97ea-47bd-ac20-8708cfa53bdd)) + (fp_line (start -2.052064 1.71) (end 2.052064 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 047886ec-c47b-46d0-9159-8afc6864c666)) + (fp_line (start -3.82 -1.92) (end 3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60443532-5141-4d01-adff-314706285423)) + (fp_line (start -3.82 1.92) (end -3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b053b4dd-3b5c-4d39-ad20-4abdc492e64f)) + (fp_line (start 3.82 -1.92) (end 3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5b32b6d-4b72-4d90-b517-0bdc7486e9c9)) + (fp_line (start 3.82 1.92) (end -3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cde58892-b291-4464-bd16-f3d3953ec3a7)) + (fp_line (start -3.15 -1.6) (end 3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a9dbc15-1e48-4493-9477-92173fbcb482)) + (fp_line (start -3.15 1.6) (end -3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e214fc9-ddb0-457f-b441-dd244ec52037)) + (fp_line (start 3.15 -1.6) (end 3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e57c694e-588e-4b53-a07f-b5583152386a)) + (fp_line (start 3.15 1.6) (end -3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 517207f0-2737-4527-ad97-40194e9ea525)) + (pad "1" smd roundrect (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 246 "BAT3+") (pintype "passive") (tstamp f6aaa82a-78b4-4e89-98f2-ac98e700c9a9)) - (pad "2" smd roundrect locked (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (pad "2" smd roundrect (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 446 "Net-(Q6-Pad3)") (pintype "passive") (tstamp 53fb051c-364f-4e52-8caf-bbee130ac6d0)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_2512_6332Metric.wrl" (offset (xyz 0 0 0)) @@ -15449,7 +18684,7 @@ ) (footprint "Resistor_SMD:R_2512_6332Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a769) + (tstamp 00000000-0000-0000-0000-00005db1a769) (at 241.25 131.25 180) (descr "Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15462,30 +18697,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0c30a2") (attr smd) (fp_text reference "R27" (at -4.05 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ddf41b72-138d-4b94-b38e-3dd3a8be84fe) ) (fp_text value "15" (at 0 2.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp bd18a271-18e9-4201-8b73-113edbefb35f) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 51425256-94dd-44f7-89ea-bc7d758d0bae) ) - (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) (layer "F.SilkS") (width 0.12) (tstamp 1f384c18-1371-45c7-b055-7ed62063478e)) - (fp_line (start -2.052064 1.71) (end 2.052064 1.71) (layer "F.SilkS") (width 0.12) (tstamp c168f2f5-26cc-47a2-ac1c-95a35c05c051)) - (fp_line (start 3.82 -1.92) (end 3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp 0783eb69-151f-4980-9a2f-ffd876d37037)) - (fp_line (start 3.82 1.92) (end -3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp 1c15ae9f-0c91-4c08-bb1f-2114e29dd92d)) - (fp_line (start -3.82 1.92) (end -3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp 7a0db0b6-20d7-48b8-82a2-f73509c6a331)) - (fp_line (start -3.82 -1.92) (end 3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp 849f41a0-21e5-494e-b91b-e67677302677)) - (fp_line (start 3.15 1.6) (end -3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp 1e75da2f-efe6-41b0-9b40-907db7c23acf)) - (fp_line (start -3.15 -1.6) (end 3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp 243bf38b-74bc-4070-a81a-4eae9158ba92)) - (fp_line (start -3.15 1.6) (end -3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp 3ace6033-ab14-4e4e-8e93-90c93d018214)) - (fp_line (start 3.15 -1.6) (end 3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp a517c92e-a134-4a50-a7fa-4f2264e9d686)) - (pad "1" smd roundrect locked (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f384c18-1371-45c7-b055-7ed62063478e)) + (fp_line (start -2.052064 1.71) (end 2.052064 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c168f2f5-26cc-47a2-ac1c-95a35c05c051)) + (fp_line (start -3.82 -1.92) (end 3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 849f41a0-21e5-494e-b91b-e67677302677)) + (fp_line (start -3.82 1.92) (end -3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a0db0b6-20d7-48b8-82a2-f73509c6a331)) + (fp_line (start 3.82 -1.92) (end 3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0783eb69-151f-4980-9a2f-ffd876d37037)) + (fp_line (start 3.82 1.92) (end -3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c15ae9f-0c91-4c08-bb1f-2114e29dd92d)) + (fp_line (start -3.15 -1.6) (end 3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 243bf38b-74bc-4070-a81a-4eae9158ba92)) + (fp_line (start -3.15 1.6) (end -3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ace6033-ab14-4e4e-8e93-90c93d018214)) + (fp_line (start 3.15 -1.6) (end 3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a517c92e-a134-4a50-a7fa-4f2264e9d686)) + (fp_line (start 3.15 1.6) (end -3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e75da2f-efe6-41b0-9b40-907db7c23acf)) + (pad "1" smd roundrect (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 247 "BAT4+") (pintype "passive") (tstamp 9c6057e3-446d-4583-8ed2-a0670321fd1d)) - (pad "2" smd roundrect locked (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (pad "2" smd roundrect (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 447 "Net-(Q7-Pad3)") (pintype "passive") (tstamp 01bc7d2a-22b7-4f76-b2b1-52280c5cc8ca)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_2512_6332Metric.wrl" (offset (xyz 0 0 0)) @@ -15495,7 +18740,7 @@ ) (footprint "Resistor_SMD:R_2512_6332Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a77a) + (tstamp 00000000-0000-0000-0000-00005db1a77a) (at 249.25 131.25 180) (descr "Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15508,30 +18753,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b855b") (attr smd) (fp_text reference "R28" (at -4.05 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b0d702f1-8535-442c-a53c-16f34b3db37c) ) (fp_text value "15" (at 0 2.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 64ba603a-c630-4950-a52c-fc7176e199c9) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1cfbec47-efa7-4296-88c1-b93cd8bf84fa) ) - (fp_line (start -2.052064 1.71) (end 2.052064 1.71) (layer "F.SilkS") (width 0.12) (tstamp 5cd3f5ad-7e48-4920-8f75-425f197b965f)) - (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) (layer "F.SilkS") (width 0.12) (tstamp 7551831d-888b-4378-82b9-2af495e8eba1)) - (fp_line (start 3.82 1.92) (end -3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp 14bb4ac0-befe-4fdc-9581-2a79bd661673)) - (fp_line (start -3.82 1.92) (end -3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp 57ed4589-abe8-493e-8534-314cd1795d69)) - (fp_line (start 3.82 -1.92) (end 3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp d9895e77-2bc0-49f9-b2a3-1a59b574a076)) - (fp_line (start -3.82 -1.92) (end 3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp eab267b5-a088-4c8f-b653-2b1e83062ed8)) - (fp_line (start -3.15 -1.6) (end 3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp 19b7126f-e428-48dc-a41c-1e5accca074a)) - (fp_line (start -3.15 1.6) (end -3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp 268b04f4-f57c-4b2b-8b96-b8b824b7cf61)) - (fp_line (start 3.15 1.6) (end -3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp 8837f675-6c2e-4bc5-bcae-7dacc5fa70d4)) - (fp_line (start 3.15 -1.6) (end 3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp d718d773-8718-4db5-8443-5ccaf7de980b)) - (pad "1" smd roundrect locked (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7551831d-888b-4378-82b9-2af495e8eba1)) + (fp_line (start -2.052064 1.71) (end 2.052064 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cd3f5ad-7e48-4920-8f75-425f197b965f)) + (fp_line (start -3.82 -1.92) (end 3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eab267b5-a088-4c8f-b653-2b1e83062ed8)) + (fp_line (start -3.82 1.92) (end -3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57ed4589-abe8-493e-8534-314cd1795d69)) + (fp_line (start 3.82 -1.92) (end 3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d9895e77-2bc0-49f9-b2a3-1a59b574a076)) + (fp_line (start 3.82 1.92) (end -3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14bb4ac0-befe-4fdc-9581-2a79bd661673)) + (fp_line (start -3.15 -1.6) (end 3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19b7126f-e428-48dc-a41c-1e5accca074a)) + (fp_line (start -3.15 1.6) (end -3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 268b04f4-f57c-4b2b-8b96-b8b824b7cf61)) + (fp_line (start 3.15 -1.6) (end 3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d718d773-8718-4db5-8443-5ccaf7de980b)) + (fp_line (start 3.15 1.6) (end -3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8837f675-6c2e-4bc5-bcae-7dacc5fa70d4)) + (pad "1" smd roundrect (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 248 "BAT5+") (pintype "passive") (tstamp e17c543d-44c3-490f-940a-a31b0681a5a1)) - (pad "2" smd roundrect locked (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (pad "2" smd roundrect (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 448 "Net-(Q8-Pad3)") (pintype "passive") (tstamp ebd97442-fe8e-469a-97f5-d2fcaeec3009)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_2512_6332Metric.wrl" (offset (xyz 0 0 0)) @@ -15541,7 +18796,7 @@ ) (footprint "Resistor_SMD:R_2512_6332Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a78b) + (tstamp 00000000-0000-0000-0000-00005db1a78b) (at 257.25 131.25 180) (descr "Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15554,30 +18809,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b0696") (attr smd) (fp_text reference "R29" (at -4.05 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c74616a9-249a-45e4-9334-5cfef60105b4) ) (fp_text value "15" (at 0 2.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7ef3aa26-ce03-46dd-ae16-75317e26a6d1) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp eb619d4f-e609-450e-9bb1-8258b9515efb) ) - (fp_line (start -2.052064 1.71) (end 2.052064 1.71) (layer "F.SilkS") (width 0.12) (tstamp 94b5e08c-7b75-442c-91f1-140a5436e0d4)) - (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) (layer "F.SilkS") (width 0.12) (tstamp e2ef8adc-4b31-4cbc-9172-cfbb8ae8e11c)) - (fp_line (start -3.82 1.92) (end -3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp 0e931808-7a10-43d7-b696-0161329129bd)) - (fp_line (start 3.82 -1.92) (end 3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp a3526bd0-b4e6-4ef9-a2b5-c35eea5e480c)) - (fp_line (start 3.82 1.92) (end -3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp a72ec7d0-8b42-4d5d-8b26-2688145df2e1)) - (fp_line (start -3.82 -1.92) (end 3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp d02eeead-3787-49ad-aa9b-b17f60b01562)) - (fp_line (start -3.15 1.6) (end -3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp 01f166c8-f906-4eb0-8cce-53f7e4f9bada)) - (fp_line (start 3.15 -1.6) (end 3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp 564d8526-8de9-4114-a8b4-aed435f130f4)) - (fp_line (start 3.15 1.6) (end -3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp 74a5e349-4d59-45f7-a0d1-cdfb0004ac65)) - (fp_line (start -3.15 -1.6) (end 3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp 95fdd823-3100-43a3-8003-0238227cb2db)) - (pad "1" smd roundrect locked (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2ef8adc-4b31-4cbc-9172-cfbb8ae8e11c)) + (fp_line (start -2.052064 1.71) (end 2.052064 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94b5e08c-7b75-442c-91f1-140a5436e0d4)) + (fp_line (start -3.82 -1.92) (end 3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d02eeead-3787-49ad-aa9b-b17f60b01562)) + (fp_line (start -3.82 1.92) (end -3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e931808-7a10-43d7-b696-0161329129bd)) + (fp_line (start 3.82 -1.92) (end 3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a3526bd0-b4e6-4ef9-a2b5-c35eea5e480c)) + (fp_line (start 3.82 1.92) (end -3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a72ec7d0-8b42-4d5d-8b26-2688145df2e1)) + (fp_line (start -3.15 -1.6) (end 3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 95fdd823-3100-43a3-8003-0238227cb2db)) + (fp_line (start -3.15 1.6) (end -3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01f166c8-f906-4eb0-8cce-53f7e4f9bada)) + (fp_line (start 3.15 -1.6) (end 3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 564d8526-8de9-4114-a8b4-aed435f130f4)) + (fp_line (start 3.15 1.6) (end -3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74a5e349-4d59-45f7-a0d1-cdfb0004ac65)) + (pad "1" smd roundrect (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 249 "BAT6+") (pintype "passive") (tstamp 550ec8ec-b415-423d-aadd-d0ef53e110db)) - (pad "2" smd roundrect locked (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (pad "2" smd roundrect (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 449 "Net-(Q9-Pad3)") (pintype "passive") (tstamp 3bba4425-96be-4c91-ad07-f4012b78d546)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_2512_6332Metric.wrl" (offset (xyz 0 0 0)) @@ -15587,7 +18852,7 @@ ) (footprint "Resistor_SMD:R_2512_6332Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a79c) + (tstamp 00000000-0000-0000-0000-00005db1a79c) (at 265.25 131.25 180) (descr "Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15600,30 +18865,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0a6a25") (attr smd) (fp_text reference "R30" (at -4.05 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8fb3a6d2-18d3-458e-9384-b66a5bdf2790) ) (fp_text value "15" (at 0 2.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 07e06c3c-518f-4064-bec6-c69c9c1fffa6) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 212aa752-d304-4ee4-a700-8032e4bdc893) ) - (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) (layer "F.SilkS") (width 0.12) (tstamp 72870939-f1b2-4f06-b0a3-e56274606da1)) - (fp_line (start -2.052064 1.71) (end 2.052064 1.71) (layer "F.SilkS") (width 0.12) (tstamp e3923859-e311-49af-8759-e312d429a101)) - (fp_line (start -3.82 1.92) (end -3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp 0826ac57-ce43-4c6c-a2b6-79b2909e2a57)) - (fp_line (start 3.82 1.92) (end -3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp 21decede-0592-4c2f-b49d-669f488d9085)) - (fp_line (start 3.82 -1.92) (end 3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp 3cae799d-b16c-4c1b-8ca5-ed34dc0dc0e2)) - (fp_line (start -3.82 -1.92) (end 3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp e5aea4aa-49ec-408e-89ae-8f522b659c92)) - (fp_line (start 3.15 -1.6) (end 3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp 42490ee0-fe0b-45db-a956-c63940d09156)) - (fp_line (start -3.15 1.6) (end -3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp 7658d09e-fb7e-406e-866c-0094928e5d40)) - (fp_line (start -3.15 -1.6) (end 3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp 91b77707-4831-4291-af98-6219f7956e8b)) - (fp_line (start 3.15 1.6) (end -3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp f128afb4-dd95-43b0-a7f7-372144d63b47)) - (pad "1" smd roundrect locked (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72870939-f1b2-4f06-b0a3-e56274606da1)) + (fp_line (start -2.052064 1.71) (end 2.052064 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e3923859-e311-49af-8759-e312d429a101)) + (fp_line (start -3.82 -1.92) (end 3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5aea4aa-49ec-408e-89ae-8f522b659c92)) + (fp_line (start -3.82 1.92) (end -3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0826ac57-ce43-4c6c-a2b6-79b2909e2a57)) + (fp_line (start 3.82 -1.92) (end 3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cae799d-b16c-4c1b-8ca5-ed34dc0dc0e2)) + (fp_line (start 3.82 1.92) (end -3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21decede-0592-4c2f-b49d-669f488d9085)) + (fp_line (start -3.15 -1.6) (end 3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91b77707-4831-4291-af98-6219f7956e8b)) + (fp_line (start -3.15 1.6) (end -3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7658d09e-fb7e-406e-866c-0094928e5d40)) + (fp_line (start 3.15 -1.6) (end 3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42490ee0-fe0b-45db-a956-c63940d09156)) + (fp_line (start 3.15 1.6) (end -3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f128afb4-dd95-43b0-a7f7-372144d63b47)) + (pad "1" smd roundrect (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 250 "BAT7+") (pintype "passive") (tstamp 58169bd3-9675-41c7-b256-5bad43fe7fcd)) - (pad "2" smd roundrect locked (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (pad "2" smd roundrect (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 450 "Net-(Q10-Pad3)") (pintype "passive") (tstamp 67c50231-0b55-4c1d-a2db-d4e749b354f6)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_2512_6332Metric.wrl" (offset (xyz 0 0 0)) @@ -15633,7 +18908,7 @@ ) (footprint "Resistor_SMD:R_2512_6332Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a7ad) + (tstamp 00000000-0000-0000-0000-00005db1a7ad) (at 273.25 131.25 180) (descr "Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15646,30 +18921,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d03e837") (attr smd) (fp_text reference "R31" (at -4.05 0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c736c382-7981-4d20-949f-fc566ca5ba7c) ) (fp_text value "15" (at 0 2.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 244429ff-623b-4587-9da4-caed186da990) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 36f11abb-ad0b-4492-86ee-c465faecd2c6) ) - (fp_line (start -2.052064 1.71) (end 2.052064 1.71) (layer "F.SilkS") (width 0.12) (tstamp 9a739677-30a7-4342-9035-576fdffa2b62)) - (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) (layer "F.SilkS") (width 0.12) (tstamp f06e8888-5aef-4286-ad51-469c99ccf219)) - (fp_line (start -3.82 1.92) (end -3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp 1bbf6cb5-0ab2-4327-8a44-a0076c0d2af0)) - (fp_line (start 3.82 -1.92) (end 3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp 4e1d0d4d-9d7a-4006-bc0f-cbb27cef627c)) - (fp_line (start 3.82 1.92) (end -3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp 60000b80-a34f-4074-9f90-51e7686e259e)) - (fp_line (start -3.82 -1.92) (end 3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp 6848e2ef-bee8-44f2-8b5d-5e0efe2df353)) - (fp_line (start -3.15 -1.6) (end 3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp 1831a430-0755-41ba-9e75-f692931ac29d)) - (fp_line (start 3.15 -1.6) (end 3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp 30360854-e24a-47f5-9a93-34a54c061d42)) - (fp_line (start -3.15 1.6) (end -3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp 43c698c0-70c8-4a78-b2e5-5f369eeafc50)) - (fp_line (start 3.15 1.6) (end -3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp d9d57ab7-897c-43af-89e5-0b1836590ab4)) - (pad "1" smd roundrect locked (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f06e8888-5aef-4286-ad51-469c99ccf219)) + (fp_line (start -2.052064 1.71) (end 2.052064 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a739677-30a7-4342-9035-576fdffa2b62)) + (fp_line (start -3.82 -1.92) (end 3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6848e2ef-bee8-44f2-8b5d-5e0efe2df353)) + (fp_line (start -3.82 1.92) (end -3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1bbf6cb5-0ab2-4327-8a44-a0076c0d2af0)) + (fp_line (start 3.82 -1.92) (end 3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e1d0d4d-9d7a-4006-bc0f-cbb27cef627c)) + (fp_line (start 3.82 1.92) (end -3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60000b80-a34f-4074-9f90-51e7686e259e)) + (fp_line (start -3.15 -1.6) (end 3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1831a430-0755-41ba-9e75-f692931ac29d)) + (fp_line (start -3.15 1.6) (end -3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43c698c0-70c8-4a78-b2e5-5f369eeafc50)) + (fp_line (start 3.15 -1.6) (end 3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30360854-e24a-47f5-9a93-34a54c061d42)) + (fp_line (start 3.15 1.6) (end -3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d9d57ab7-897c-43af-89e5-0b1836590ab4)) + (pad "1" smd roundrect (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 251 "BAT8+") (pintype "passive") (tstamp 7597eff8-9002-4610-b4ea-4bd411d5bc17)) - (pad "2" smd roundrect locked (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (pad "2" smd roundrect (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 451 "Net-(Q11-Pad3)") (pintype "passive") (tstamp e6f106dd-bd11-47af-b37b-fe28cfbcdffa)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_2512_6332Metric.wrl" (offset (xyz 0 0 0)) @@ -15679,7 +18964,7 @@ ) (footprint "Resistor_SMD:R_2512_6332Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db1a7be) + (tstamp 00000000-0000-0000-0000-00005db1a7be) (at 281.25 131.25 180) (descr "Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15692,30 +18977,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d1c471a") (attr smd) (fp_text reference "R32" (at -4.15 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d949ac1f-880e-4585-86f8-8c2a0e268bbf) ) (fp_text value "15" (at 0 2.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 16136ef8-53bf-4584-b9f4-31c63ff4821b) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6a17d927-457e-4500-897c-fe59011e7b4e) ) - (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) (layer "F.SilkS") (width 0.12) (tstamp 60a6970c-f147-4710-9f38-f95534c317bb)) - (fp_line (start -2.052064 1.71) (end 2.052064 1.71) (layer "F.SilkS") (width 0.12) (tstamp d7233d34-4948-4aad-8b1c-1d703c82474a)) - (fp_line (start -3.82 1.92) (end -3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp 093fc223-e284-4f8d-a4ba-38cea337ce26)) - (fp_line (start 3.82 -1.92) (end 3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp 56a5cd50-938d-4e8e-a331-0e7fefa239fd)) - (fp_line (start 3.82 1.92) (end -3.82 1.92) (layer "F.CrtYd") (width 0.05) (tstamp bacbac94-577f-4320-8ca8-c7580ee77a11)) - (fp_line (start -3.82 -1.92) (end 3.82 -1.92) (layer "F.CrtYd") (width 0.05) (tstamp edc34536-dea1-499e-90e9-443372599dd2)) - (fp_line (start 3.15 -1.6) (end 3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp 4fd4f245-e59c-46b8-ba61-8347638f18b6)) - (fp_line (start 3.15 1.6) (end -3.15 1.6) (layer "F.Fab") (width 0.1) (tstamp 9d2c0208-c2f6-460f-9a27-94b05ecb8882)) - (fp_line (start -3.15 1.6) (end -3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp b059220c-f9d2-4da7-959c-918e2f1a1a12)) - (fp_line (start -3.15 -1.6) (end 3.15 -1.6) (layer "F.Fab") (width 0.1) (tstamp baa4fdcb-190b-4671-a0ad-3aa5804a35fa)) - (pad "1" smd roundrect locked (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (fp_line (start -2.052064 -1.71) (end 2.052064 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60a6970c-f147-4710-9f38-f95534c317bb)) + (fp_line (start -2.052064 1.71) (end 2.052064 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7233d34-4948-4aad-8b1c-1d703c82474a)) + (fp_line (start -3.82 -1.92) (end 3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp edc34536-dea1-499e-90e9-443372599dd2)) + (fp_line (start -3.82 1.92) (end -3.82 -1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 093fc223-e284-4f8d-a4ba-38cea337ce26)) + (fp_line (start 3.82 -1.92) (end 3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 56a5cd50-938d-4e8e-a331-0e7fefa239fd)) + (fp_line (start 3.82 1.92) (end -3.82 1.92) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bacbac94-577f-4320-8ca8-c7580ee77a11)) + (fp_line (start -3.15 -1.6) (end 3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp baa4fdcb-190b-4671-a0ad-3aa5804a35fa)) + (fp_line (start -3.15 1.6) (end -3.15 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b059220c-f9d2-4da7-959c-918e2f1a1a12)) + (fp_line (start 3.15 -1.6) (end 3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fd4f245-e59c-46b8-ba61-8347638f18b6)) + (fp_line (start 3.15 1.6) (end -3.15 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d2c0208-c2f6-460f-9a27-94b05ecb8882)) + (pad "1" smd roundrect (at -2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 13 "GND") (pintype "passive") (tstamp a628bf75-bfe7-45dc-b48f-82f3dfe63c46)) - (pad "2" smd roundrect locked (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) + (pad "2" smd roundrect (at 2.9 0 180) (size 1.35 3.35) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1851851852) (net 452 "Net-(Q12-Pad3)") (pintype "passive") (tstamp 320b04f3-f772-4e61-9881-782e905ef0b9)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_2512_6332Metric.wrl" (offset (xyz 0 0 0)) @@ -15725,7 +19020,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005db2d553) + (tstamp 00000000-0000-0000-0000-00005db2d553) (at 242.15 127.5 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -15738,30 +19033,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0c308a") (attr smd) (fp_text reference "R19" (at 2.5 0.25 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 06a924c8-f109-41ac-8687-a3929a994471) ) (fp_text value "3.3k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a3762826-b2c7-4a7b-ae83-03ef2ed47ef0) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 13898a3d-6244-4763-9813-755934f7b992) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3fda5a5f-7ce2-40fa-ac9d-c7aed7fcb81f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4f5932a1-4884-419a-bb31-3b71bf765c0a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4f5e3c84-ae3c-43a0-a8f2-3081ddf188d9)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6b3dfb3b-14a3-4e56-8df1-8dc08f2e9696)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 76af07af-1a09-4ba1-a07b-74648e2a49b7)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b42d9deb-bd81-4329-94ee-5060d13cc1a6)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 10240280-832b-46ee-9c8e-dcc79bb04620)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8a62489a-7a6a-4976-a539-d4fa571f163d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 950aa16a-1987-4f63-a514-b16955db9a96)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp faba96bd-ebc1-49c1-ba7d-3e977d9ccf6b)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fda5a5f-7ce2-40fa-ac9d-c7aed7fcb81f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f5932a1-4884-419a-bb31-3b71bf765c0a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b42d9deb-bd81-4329-94ee-5060d13cc1a6)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b3dfb3b-14a3-4e56-8df1-8dc08f2e9696)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76af07af-1a09-4ba1-a07b-74648e2a49b7)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f5e3c84-ae3c-43a0-a8f2-3081ddf188d9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10240280-832b-46ee-9c8e-dcc79bb04620)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 950aa16a-1987-4f63-a514-b16955db9a96)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp faba96bd-ebc1-49c1-ba7d-3e977d9ccf6b)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a62489a-7a6a-4976-a539-d4fa571f163d)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 53 "Net-(Q7-Pad1)") (pintype "passive") (tstamp 091e87ad-d311-4049-bed9-c6abeb6e5d7d)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 64 "Net-(R19-Pad2)") (pintype "passive") (tstamp 49368572-bb57-4a88-aa0e-f028a4bf74d0)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -15771,7 +19076,7 @@ ) (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005db2d587) + (tstamp 00000000-0000-0000-0000-00005db2d587) (at 239.45 127.3 180) (descr "SOT-23, Standard") (tags "SOT-23") @@ -15784,35 +19089,48 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0c307d") (attr smd) (fp_text reference "Q7" (at 1.65 -1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b4d36455-f723-484d-883b-13aa388db386) ) (fp_text value "PMV50EPEAR" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e6a02c81-3801-46ab-8f36-8a29581857c5) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp acc25354-e718-4107-9e41-fbde8106e1e1) ) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer "F.SilkS") (width 0.12) (tstamp 2fef436f-ec85-40bd-82a4-14ccfccd2a21)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer "F.SilkS") (width 0.12) (tstamp 9689fe1b-f0ff-4b0d-bc5a-fcdf6e430b3e)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer "F.SilkS") (width 0.12) (tstamp bc113824-5aef-49a2-8aaf-8e40bd7cfdce)) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer "F.SilkS") (width 0.12) (tstamp ee066d63-151e-4e31-970f-90301204f88d)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp b1ba9695-7775-498d-a66d-1a333d33e1c3)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp b8c21846-9056-4b6b-8f7b-a7b74621d32e)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp dc85655c-cdc0-47a9-b513-a048411125a1)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp fc080903-4a43-440f-a13f-ec6797b7b781)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp 08527810-c4a4-4cc4-bf1c-0360c347e877)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer "F.Fab") (width 0.1) (tstamp 9749e4d8-cd20-41ab-9fbc-051001dcccfc)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer "F.Fab") (width 0.1) (tstamp bef1e5e4-06e6-4b3a-a3c5-d528b7b2941d)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp c748e126-f598-4676-8de3-1e9404569fa3)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer "F.Fab") (width 0.1) (tstamp c766b76e-ec2d-4e5e-a9cc-133720500d16)) - (pad "1" smd rect locked (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee066d63-151e-4e31-970f-90301204f88d)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2fef436f-ec85-40bd-82a4-14ccfccd2a21)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9689fe1b-f0ff-4b0d-bc5a-fcdf6e430b3e)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc113824-5aef-49a2-8aaf-8e40bd7cfdce)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc85655c-cdc0-47a9-b513-a048411125a1)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8c21846-9056-4b6b-8f7b-a7b74621d32e)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc080903-4a43-440f-a13f-ec6797b7b781)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1ba9695-7775-498d-a66d-1a333d33e1c3)) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bef1e5e4-06e6-4b3a-a3c5-d528b7b2941d)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c766b76e-ec2d-4e5e-a9cc-133720500d16)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c748e126-f598-4676-8de3-1e9404569fa3)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9749e4d8-cd20-41ab-9fbc-051001dcccfc)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08527810-c4a4-4cc4-bf1c-0360c347e877)) + (pad "1" smd rect (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 53 "Net-(Q7-Pad1)") (pinfunction "G") (pintype "input") (tstamp 98569b69-bf71-4395-864b-9e1c6851e964)) - (pad "2" smd rect locked (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 103 "Net-(D19-Pad1)") (pinfunction "S") (pintype "passive") (tstamp ee062232-3217-4012-bb92-34e97eb87c85)) - (pad "3" smd rect locked (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 447 "Net-(Q7-Pad3)") (pinfunction "D") (pintype "passive") (tstamp 66a34bcd-f68d-43ce-8745-abbc8279fbf6)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0)) @@ -15822,7 +19140,7 @@ ) (footprint "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" (layer "F.Cu") - (tedit 5A02F25C) (tstamp 00000000-0000-0000-0000-00005db61b6f) + (tstamp 00000000-0000-0000-0000-00005db61b6f) (at 133.5 65 90) (descr "20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] (see Microchip Packaging Specification 00000049BS.pdf)") (tags "SSOP 0.65") @@ -15835,67 +19153,78 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005edcde6e") (attr smd) (fp_text reference "U23" (at 0 4.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8c98db56-0404-401b-aa4d-68c8ea777ca1) ) (fp_text value "IDT5V41066" (at 0 4.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 2881a33b-5560-41ca-bf1b-176c6e7c9856) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2d5a7785-f2b3-46d5-9535-23bffcad994b) ) - (fp_line (start -2.225 3.45) (end 2.225 3.45) (layer "F.SilkS") (width 0.15) (tstamp 0e02724a-2281-4730-af2a-65b350975fda)) - (fp_line (start -3.75 -3.45) (end 2.225 -3.45) (layer "F.SilkS") (width 0.15) (tstamp 17802f3b-8e86-461d-9111-eb4b53364188)) - (fp_line (start -3.95 -3.55) (end -3.95 3.55) (layer "F.CrtYd") (width 0.05) (tstamp 11643973-57f5-410f-8ed6-b41e1d04a75d)) - (fp_line (start -3.95 3.55) (end 3.95 3.55) (layer "F.CrtYd") (width 0.05) (tstamp 571f6a44-0111-478c-9b62-9ad1e487afbc)) - (fp_line (start -3.95 -3.55) (end 3.95 -3.55) (layer "F.CrtYd") (width 0.05) (tstamp 92a2ac97-7897-4a55-ad47-b1bb351827c7)) - (fp_line (start 3.95 -3.55) (end 3.95 3.55) (layer "F.CrtYd") (width 0.05) (tstamp c14d3329-0d70-4ec2-b93d-41fdf6924f46)) - (fp_line (start -1.2 -3.25) (end 2.2 -3.25) (layer "F.Fab") (width 0.15) (tstamp 1a88c380-7aa6-4bee-b8fe-b16d35f26549)) - (fp_line (start -2.2 -2.25) (end -1.2 -3.25) (layer "F.Fab") (width 0.15) (tstamp 308f02a1-dc58-4d33-9038-8bd5e365420f)) - (fp_line (start 2.2 3.25) (end -2.2 3.25) (layer "F.Fab") (width 0.15) (tstamp 35fe8e3e-347b-47a1-bc8b-8574f0abb59d)) - (fp_line (start 2.2 -3.25) (end 2.2 3.25) (layer "F.Fab") (width 0.15) (tstamp 45af6b57-c74f-4686-a32f-34ef308baf9f)) - (fp_line (start -2.2 3.25) (end -2.2 -2.25) (layer "F.Fab") (width 0.15) (tstamp 47a4bf28-0b6a-4012-8a69-802b3d5aa1cc)) - (pad "1" smd rect locked (at -2.95 -2.925 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -3.75 -3.45) (end 2.225 -3.45) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 17802f3b-8e86-461d-9111-eb4b53364188)) + (fp_line (start -2.225 3.45) (end 2.225 3.45) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 0e02724a-2281-4730-af2a-65b350975fda)) + (fp_line (start -3.95 -3.55) (end -3.95 3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11643973-57f5-410f-8ed6-b41e1d04a75d)) + (fp_line (start -3.95 -3.55) (end 3.95 -3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 92a2ac97-7897-4a55-ad47-b1bb351827c7)) + (fp_line (start -3.95 3.55) (end 3.95 3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 571f6a44-0111-478c-9b62-9ad1e487afbc)) + (fp_line (start 3.95 -3.55) (end 3.95 3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c14d3329-0d70-4ec2-b93d-41fdf6924f46)) + (fp_line (start -2.2 -2.25) (end -1.2 -3.25) + (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 308f02a1-dc58-4d33-9038-8bd5e365420f)) + (fp_line (start -2.2 3.25) (end -2.2 -2.25) + (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 47a4bf28-0b6a-4012-8a69-802b3d5aa1cc)) + (fp_line (start -1.2 -3.25) (end 2.2 -3.25) + (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 1a88c380-7aa6-4bee-b8fe-b16d35f26549)) + (fp_line (start 2.2 -3.25) (end 2.2 3.25) + (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 45af6b57-c74f-4686-a32f-34ef308baf9f)) + (fp_line (start 2.2 3.25) (end -2.2 3.25) + (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 35fe8e3e-347b-47a1-bc8b-8574f0abb59d)) + (pad "1" smd rect (at -2.95 -2.925 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 599 "Net-(C152-Pad1)") (pinfunction "VDDXD") (pintype "power_in") (tstamp d90ad11c-af69-457d-b42d-1012bf2017ab)) - (pad "2" smd rect locked (at -2.95 -2.275 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -2.95 -2.275 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 454 "Net-(R37-Pad2)") (pinfunction "S0") (pintype "input") (tstamp ff870cc9-cc0e-4149-b2fb-ad0eee6ea678)) - (pad "3" smd rect locked (at -2.95 -1.625 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -2.95 -1.625 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 455 "Net-(R38-Pad2)") (pinfunction "S1") (pintype "input") (tstamp 2217ad56-423d-4311-91ad-839ab3b0e66e)) - (pad "4" smd rect locked (at -2.95 -0.975 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -2.95 -0.975 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 456 "Net-(R39-Pad2)") (pinfunction "S2") (pintype "input") (tstamp 8c6e7c63-f4cb-475a-a14a-dc266cf5492f)) - (pad "5" smd rect locked (at -2.95 -0.325 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at -2.95 -0.325 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 434 "/Reform 2 PCIe/PCICLKGEN_XI") (pinfunction "X1") (pintype "input") (tstamp 83ce9e98-c9bf-48f4-9f53-7a365eadaf9b)) - (pad "6" smd rect locked (at -2.95 0.325 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at -2.95 0.325 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 433 "/Reform 2 PCIe/PCICLKGEN_XO") (pinfunction "X2") (pintype "input") (tstamp 283c989d-5339-408a-b68a-d59ac1db8520)) - (pad "7" smd rect locked (at -2.95 0.975 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at -2.95 0.975 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 457 "Net-(R40-Pad2)") (pinfunction "~{PD}") (pintype "input") (tstamp 7c1b8c3c-3fbd-4110-a2f7-a273f1f38ef8)) - (pad "8" smd rect locked (at -2.95 1.625 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at -2.95 1.625 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 458 "Net-(R122-Pad2)") (pinfunction "OE") (pintype "input") (tstamp 70863dcd-26b5-4ced-a7bb-cb2031815ce2)) - (pad "9" smd rect locked (at -2.95 2.275 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "9" smd rect (at -2.95 2.275 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GNDXD") (pintype "power_in") (tstamp 3d0410aa-1985-42b9-8576-f5a58b484231)) - (pad "10" smd rect locked (at -2.95 2.925 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "10" smd rect (at -2.95 2.925 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 453 "Net-(R36-Pad2)") (pinfunction "IREF") (pintype "input") (tstamp ea652e44-28ea-4483-bdf6-33dd8e701f95)) - (pad "11" smd rect locked (at 2.95 2.925 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "11" smd rect (at 2.95 2.925 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 170 "PCIE2_CLK_N") (pinfunction "CLKD_N") (pintype "output") (tstamp 81881def-c569-4b9f-86b6-5f05ec7024dd)) - (pad "12" smd rect locked (at 2.95 2.275 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "12" smd rect (at 2.95 2.275 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 171 "PCIE2_CLK_P") (pinfunction "CLKD_P") (pintype "output") (tstamp a088afc6-9226-48e3-a108-ff3977e49475)) - (pad "13" smd rect locked (at 2.95 1.625 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "13" smd rect (at 2.95 1.625 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 557 "/Reform 2 PCIe/RCLKC_N") (pinfunction "CLKC_N") (pintype "output") (tstamp 60ad183b-8f80-48c3-9426-143804fe549e)) - (pad "14" smd rect locked (at 2.95 0.975 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "14" smd rect (at 2.95 0.975 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 556 "/Reform 2 PCIe/RCLKC_P") (pinfunction "CLKC_P") (pintype "output") (tstamp 4b3261cd-b888-470b-95b2-ab97fba02b8b)) - (pad "15" smd rect locked (at 2.95 0.325 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "15" smd rect (at 2.95 0.325 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 599 "Net-(C152-Pad1)") (pinfunction "VDDODA") (pintype "power_in") (tstamp 1fa09880-c936-4ad0-8548-6f31eba0730a)) - (pad "16" smd rect locked (at 2.95 -0.325 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "16" smd rect (at 2.95 -0.325 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GNDODA") (pintype "power_in") (tstamp 02db47f8-2de0-445f-8949-3794ab7ff42f)) - (pad "17" smd rect locked (at 2.95 -0.975 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "17" smd rect (at 2.95 -0.975 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 631 "unconnected-(U23-Pad17)") (pinfunction "CLKB_N") (pintype "output+no_connect") (tstamp 55e52870-128a-46d4-aa9b-bbaa9acda4f8)) - (pad "18" smd rect locked (at 2.95 -1.625 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "18" smd rect (at 2.95 -1.625 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 630 "unconnected-(U23-Pad18)") (pinfunction "CLKB_P") (pintype "output+no_connect") (tstamp 8ce39920-572a-498c-807f-02cc5fc38863)) - (pad "19" smd rect locked (at 2.95 -2.275 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "19" smd rect (at 2.95 -2.275 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 629 "unconnected-(U23-Pad19)") (pinfunction "CLKA_N") (pintype "output+no_connect") (tstamp 18b46131-0f92-4ddb-8e01-35d7b0069538)) - (pad "20" smd rect locked (at 2.95 -2.925 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "20" smd rect (at 2.95 -2.925 90) (size 1.45 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 628 "unconnected-(U23-Pad20)") (pinfunction "CLKA_P") (pintype "output+no_connect") (tstamp 84dea371-7467-4777-b59c-d9ebcbcc47dc)) (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-20_4.4x6.5mm_P0.65mm.wrl" (offset (xyz 0 0 0)) @@ -15905,7 +19234,7 @@ ) (footprint "footprints:nvme" (layer "F.Cu") - (tedit 0) (tstamp 00000000-0000-0000-0000-00005db62f91) + (tstamp 00000000-0000-0000-0000-00005db62f91) (at 142.5 76) (property "Checked" "y") (property "DNP" "y") @@ -15915,14 +19244,15 @@ (path "/00000000-0000-0000-0000-0000611177f8") (attr through_hole) (fp_text reference "H12" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ed9a446b-1378-499d-b35b-87d7ea9060e0) ) (fp_text value "LABEL_MPCIE2" (at 0.75 0) (layer "F.SilkS") hide - (effects (font (size 1.524 1.524) (thickness 0.3))) + (effects (font (size 1.524 1.524) (thickness 0.3))) (tstamp 6d9af466-85fd-4c16-9328-d955fe837428) ) - (fp_poly (pts + (fp_poly + (pts (xy 4.021667 1.608667) (xy -4.021666 1.608667) (xy -4.021666 0.736009) @@ -16188,11 +19518,13 @@ (xy -4.021666 -1.608666) (xy 4.021667 -1.608666) (xy 4.021667 1.608667) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp fb0f5730-2c73-4473-9d95-77d33057c2ad)) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fb0f5730-2c73-4473-9d95-77d33057c2ad)) ) (footprint "footprints:mpcie" (layer "F.Cu") - (tedit 0) (tstamp 00000000-0000-0000-0000-00005db62f9e) + (tstamp 00000000-0000-0000-0000-00005db62f9e) (at 111.25 76) (property "Checked" "y") (property "DNP" "y") @@ -16202,14 +19534,15 @@ (path "/00000000-0000-0000-0000-0000611164c9") (attr through_hole) (fp_text reference "H11" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ac3157ca-f846-4e23-8028-b3201763f29c) ) (fp_text value "LABEL_MPCIE1" (at 0.75 0) (layer "F.SilkS") hide - (effects (font (size 1.524 1.524) (thickness 0.3))) + (effects (font (size 1.524 1.524) (thickness 0.3))) (tstamp 78b59556-c3b3-4b4a-a360-433cf12886a3) ) - (fp_poly (pts + (fp_poly + (pts (xy -0.575564 -0.44411) (xy -0.490291 -0.376143) (xy -0.465667 -0.2667) @@ -16226,8 +19559,11 @@ (xy -0.79522 -0.463272) (xy -0.728134 -0.465666) (xy -0.575564 -0.44411) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 71fb755e-7eae-4f03-8815-542ac0b35bc9)) - (fp_poly (pts + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 71fb755e-7eae-4f03-8815-542ac0b35bc9)) + (fp_poly + (pts (xy 4.233333 1.608667) (xy -4.191 1.608667) (xy -4.191 0.736009) @@ -16495,11 +19831,13 @@ (xy -4.191 -1.608666) (xy 4.233333 -1.608666) (xy 4.233333 1.608667) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 740f39b4-b57e-43d8-9cbe-1774247ff8e7)) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 740f39b4-b57e-43d8-9cbe-1774247ff8e7)) ) (footprint "footprints:UK-B0206-G3.8-250-JZ" (layer "F.Cu") - (tedit 5F885B28) (tstamp 00000000-0000-0000-0000-00005dbc9dd3) + (tstamp 00000000-0000-0000-0000-00005dbc9dd3) (at 179 125.85 180) (descr "Surface Mount Tactile Switch for High-Density Mounting, 3.1mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf") (tags "Tactile Switch") @@ -16512,27 +19850,34 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188422b") (attr smd) (fp_text reference "SW2" (at 0 4.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 164f9906-91b2-4513-8403-5dd6d06b97cd) ) (fp_text value "SW_Push" (at 0 3.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4f078d00-65d3-4b6a-b18f-043172ce5752) ) - (fp_line (start -2.25 2.25) (end -2.25 -2.25) (layer "F.SilkS") (width 0.12) (tstamp 5089a9ce-7903-4f86-bb4d-d71b60a6164c)) - (fp_line (start 2.25 -2.25) (end 2.25 2.25) (layer "F.SilkS") (width 0.12) (tstamp 5fd0d3f4-7f20-4422-9ea4-38e201a1b58b)) - (fp_line (start 2.25 2.25) (end -2.25 2.25) (layer "F.SilkS") (width 0.12) (tstamp 83499b6d-25fc-49ef-9882-1a3fe82874a9)) - (fp_line (start -4.15 -2.25) (end -3.15 -2.25) (layer "F.SilkS") (width 0.12) (tstamp 8951a799-ea62-4111-b143-366cb6fb51d5)) - (fp_line (start -2.25 -2.25) (end 2.25 -2.25) (layer "F.SilkS") (width 0.12) (tstamp aedc7a4f-3067-41e9-a332-60a9d235e098)) - (fp_line (start -4.15 -1.25) (end -4.15 -2.25) (layer "F.SilkS") (width 0.12) (tstamp b503a236-4250-4a9b-ae07-a232eef6156f)) - (fp_circle (center 0 0) (end 1.2 0) (layer "F.SilkS") (width 0.1) (fill none) (tstamp 708d95c5-21c5-4ea4-b393-0504cf435264)) - (pad "1" smd rect locked (at 3.25 -1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "GND") (pinfunction "1") (pintype "passive") (tstamp 0ba7a099-4410-420e-a243-1077d9c43034)) - (pad "1" smd rect locked (at -3.25 -1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -4.15 -2.25) (end -3.15 -2.25) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8951a799-ea62-4111-b143-366cb6fb51d5)) + (fp_line (start -4.15 -1.25) (end -4.15 -2.25) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b503a236-4250-4a9b-ae07-a232eef6156f)) + (fp_line (start -2.25 -2.25) (end 2.25 -2.25) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aedc7a4f-3067-41e9-a332-60a9d235e098)) + (fp_line (start -2.25 2.25) (end -2.25 -2.25) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5089a9ce-7903-4f86-bb4d-d71b60a6164c)) + (fp_line (start 2.25 -2.25) (end 2.25 2.25) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5fd0d3f4-7f20-4422-9ea4-38e201a1b58b)) + (fp_line (start 2.25 2.25) (end -2.25 2.25) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83499b6d-25fc-49ef-9882-1a3fe82874a9)) + (fp_circle (center 0 0) (end 1.2 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.SilkS") (tstamp 708d95c5-21c5-4ea4-b393-0504cf435264)) + (pad "1" smd rect (at -3.25 -1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "1") (pintype "passive") (tstamp 30f90da3-87da-4119-bcb9-2fa71fb0a0cc)) - (pad "2" smd rect locked (at -3.25 1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "1" smd rect (at 3.25 -1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "GND") (pinfunction "1") (pintype "passive") (tstamp 0ba7a099-4410-420e-a243-1077d9c43034)) + (pad "2" smd rect (at -3.25 1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (net 332 "/Reform 2 Power/Reform 2 LPC/LPC_~{RESET}") (pinfunction "2") (pintype "passive") (tstamp 62d69ec6-89e0-40d2-be41-b495a53abd6d)) - (pad "2" smd rect locked (at 3.25 1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 3.25 1.5) (size 1.4 1.1) (layers "F.Cu" "F.Paste" "F.Mask") (net 332 "/Reform 2 Power/Reform 2 LPC/LPC_~{RESET}") (pinfunction "2") (pintype "passive") (tstamp 96140e42-1d88-45bb-a7a4-64395e832880)) (model "${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_SPST_PTS645.step" (offset (xyz 0 0 0)) @@ -16542,7 +19887,7 @@ ) (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "F.Cu") - (tedit 5A0F774F) (tstamp 00000000-0000-0000-0000-00005dbe71f9) + (tstamp 00000000-0000-0000-0000-00005dbe71f9) (at 154.9 118.05) (descr "SMD pad as test Point, diameter 1.0mm") (tags "test point SMD pad") @@ -16554,25 +19899,27 @@ (path "/00000000-0000-0000-0000-00005df11bd6") (attr exclude_from_pos_files) (fp_text reference "TP12" (at 0 -2.15 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a511d9fa-e46a-4b8e-9fbf-71881149cc31) ) (fp_text value "SAI2_RXC" (at 0 1.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e86cecf2-584f-4c1d-9e65-ce9c6b30e96f) ) (fp_text user "${REFERENCE}" (at 0 -1.45) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3a47419b-0f84-4ef4-8a11-b0ceff8eb91e) ) - (fp_circle (center 0 0) (end 0 0.7) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 16429f05-90ce-4818-afa3-03da3ba674da)) - (fp_circle (center 0 0) (end 1 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp e3a067ce-e3f2-45d9-9d24-d1cd0ce0b191)) - (pad "1" smd circle locked (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") + (fp_circle (center 0 0) (end 0 0.7) + (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 16429f05-90ce-4818-afa3-03da3ba674da)) + (fp_circle (center 0 0) (end 1 0) + (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp e3a067ce-e3f2-45d9-9d24-d1cd0ce0b191)) + (pad "1" smd circle (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") (net 468 "Net-(TP12-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 97a3e764-551c-42e3-9d2f-cbbc34187460)) ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005dc1efdb) + (tstamp 00000000-0000-0000-0000-00005dc1efdb) (at 199 92.75 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -16585,30 +19932,40 @@ (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005e039b4b") (attr smd) (fp_text reference "R65" (at -0.1 1.15) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 75b84691-dfaf-40b5-8008-e06bc9ab5007) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 1ef469f3-68a8-45d0-97fa-e96e6d7515ad) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9d736095-b90b-454a-b3f9-e53e58781f80) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 443b7fb2-9212-441b-a177-5a33a15bdff9)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp a3db138f-8747-4585-877c-0be52aae8dde)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 50bb137d-6999-4b73-a81c-8d4c867277db)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b2a20f07-2594-4acf-8629-fc399cb3a200)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp bc610d66-8734-4c0a-a673-45041813daaf)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp eda6720e-345d-404e-bff0-56d6417e1342)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 23f0a983-01f3-48c7-ad2f-3ac98a19cca4)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b5ee05bc-b243-49f2-8f41-1352f1375359)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e9ffccd0-c63e-4a08-802f-1c2702f2b0fc)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ee5df332-6bbf-4c5d-8458-c7036b944c33)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 443b7fb2-9212-441b-a177-5a33a15bdff9)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3db138f-8747-4585-877c-0be52aae8dde)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2a20f07-2594-4acf-8629-fc399cb3a200)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eda6720e-345d-404e-bff0-56d6417e1342)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50bb137d-6999-4b73-a81c-8d4c867277db)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc610d66-8734-4c0a-a673-45041813daaf)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee5df332-6bbf-4c5d-8458-c7036b944c33)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9ffccd0-c63e-4a08-802f-1c2702f2b0fc)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5ee05bc-b243-49f2-8f41-1352f1375359)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23f0a983-01f3-48c7-ad2f-3ac98a19cca4)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 600 "Net-(C168-Pad1)") (pintype "passive") (tstamp f4f31099-d91a-42a3-bbea-945bd0ad17e9)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 166 "+1V8") (pintype "passive") (tstamp 08c8bebf-9f30-459b-be47-81127b697705)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -16618,7 +19975,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005dc29a42) + (tstamp 00000000-0000-0000-0000-00005dc29a42) (at 169.35 84.05 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -16631,30 +19988,40 @@ (path "/00000000-0000-0000-0000-00005dc1e478") (attr smd) (fp_text reference "R111" (at -0.05 -1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8a18bb13-be26-4a8b-83e1-7b5ff87ff224) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 72841f18-2033-4ae9-bcca-3e9f8f649de8) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp affb3a1b-119a-4b7e-871d-5ba244080515) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 7c58015d-aff8-4257-87d6-1f027d655bc1)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp f1316ece-3021-458a-9732-24d30133dbf7)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0eb6f55f-9345-4d30-8a47-04aa2be1ef7d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 480f383a-d3dd-4a34-8a50-0ecb0c9a13a0)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 642a8775-63e9-412b-b27d-864940dc57ea)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp abec1282-9400-4932-9a08-efecfc85bde2)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 15cdf82c-3c2e-4cbc-9289-49e7fb86ae26)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 21304cb8-e8e9-403d-a3c8-c48a50b1edeb)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 453cde0c-3ed0-47bc-917d-e2d0071ce4c6)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 77756ad6-1b1b-4004-88fd-97564bf74e5c)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c58015d-aff8-4257-87d6-1f027d655bc1)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1316ece-3021-458a-9732-24d30133dbf7)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 642a8775-63e9-412b-b27d-864940dc57ea)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 480f383a-d3dd-4a34-8a50-0ecb0c9a13a0)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abec1282-9400-4932-9a08-efecfc85bde2)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0eb6f55f-9345-4d30-8a47-04aa2be1ef7d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 453cde0c-3ed0-47bc-917d-e2d0071ce4c6)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15cdf82c-3c2e-4cbc-9289-49e7fb86ae26)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21304cb8-e8e9-403d-a3c8-c48a50b1edeb)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77756ad6-1b1b-4004-88fd-97564bf74e5c)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 645 "SPK_PWR") (pintype "passive") (tstamp 6c0efd62-5e30-416c-8dc1-2d9f71d27c74)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 288 "Net-(R111-Pad2)") (pintype "passive") (tstamp d77e0d83-98f2-4aaa-9a07-bb1218111506)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -16664,7 +20031,7 @@ ) (footprint "Connector_PinHeader_1.27mm:PinHeader_2x05_P1.27mm_Vertical" (layer "F.Cu") - (tedit 59FED6E3) (tstamp 00000000-0000-0000-0000-00005dc363bd) + (tstamp 00000000-0000-0000-0000-00005dc363bd) (at 240.5 69.2 -90) (descr "Through hole straight pin header, 2x05, 1.27mm pitch, double rows") (tags "Through hole pin header THT 2x05 1.27mm double row") @@ -16677,58 +20044,80 @@ (path "/00000000-0000-0000-0000-00005ecaafce") (attr through_hole) (fp_text reference "J19" (at 1.5 6.4 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3fb2f6c0-6bef-4f0b-9589-712b1b11fe23) ) (fp_text value "JTAG" (at 0.635 6.775 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7444d099-f695-48d7-90d1-5d824c7036ac) ) (fp_text user "${REFERENCE}" (at 0.635 2.54) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a2f1085f-d581-45dd-abc9-32618ca749fc) ) - (fp_line (start -1.13 0.76) (end -0.563471 0.76) (layer "F.SilkS") (width 0.12) (tstamp 042b846f-4e7f-41e9-9921-ecc864411239)) - (fp_line (start 0.76 0.706529) (end 0.76 0.563471) (layer "F.SilkS") (width 0.12) (tstamp 1ffac355-cfd8-4f93-83e0-002e7fc7c89a)) - (fp_line (start -1.13 0) (end -1.13 -0.76) (layer "F.SilkS") (width 0.12) (tstamp 3fb5632f-7bc4-4822-9add-24a031132833)) - (fp_line (start 1.57753 5.775) (end 2.4 5.775) (layer "F.SilkS") (width 0.12) (tstamp 47a47a22-fdcf-4a52-8a04-61bd0ce9ccac)) - (fp_line (start 0.76 -0.563471) (end 0.76 -0.695) (layer "F.SilkS") (width 0.12) (tstamp 51f35b3b-2ba9-4a2f-9df6-8dc7519a4957)) - (fp_line (start 0.563471 0.76) (end 0.706529 0.76) (layer "F.SilkS") (width 0.12) (tstamp 99b558bb-d479-4943-839f-0c257c32053c)) - (fp_line (start 1.57753 -0.695) (end 2.4 -0.695) (layer "F.SilkS") (width 0.12) (tstamp a91c9152-afcd-40c8-8402-f37bf9828c46)) - (fp_line (start 2.4 -0.695) (end 2.4 5.775) (layer "F.SilkS") (width 0.12) (tstamp b4eb3704-e3bb-4e90-abbb-4204ea77c55b)) - (fp_line (start -1.13 -0.76) (end 0 -0.76) (layer "F.SilkS") (width 0.12) (tstamp bd116f9b-4732-4d7a-992c-78d677425be3)) - (fp_line (start 0.76 -0.695) (end 0.96247 -0.695) (layer "F.SilkS") (width 0.12) (tstamp c160ecc5-a651-40a7-8f45-cb350d3d7947)) - (fp_line (start -1.13 5.775) (end -0.30753 5.775) (layer "F.SilkS") (width 0.12) (tstamp d8011882-0804-40c5-9c20-129ba9ca5594)) - (fp_line (start -1.13 0.76) (end -1.13 5.775) (layer "F.SilkS") (width 0.12) (tstamp eb6f304d-5163-4526-a3a0-28fbdc23044e)) - (fp_line (start 0.30753 5.775) (end 0.96247 5.775) (layer "F.SilkS") (width 0.12) (tstamp f2265acc-f7cf-4c07-b51e-ac18527f289b)) - (fp_line (start 2.85 -1.15) (end -1.6 -1.15) (layer "F.CrtYd") (width 0.05) (tstamp cc412dec-238e-4116-be72-9e61357bdf38)) - (fp_line (start -1.6 6.25) (end 2.85 6.25) (layer "F.CrtYd") (width 0.05) (tstamp d8b350ce-5cc6-4d2a-adab-241db95861b0)) - (fp_line (start -1.6 -1.15) (end -1.6 6.25) (layer "F.CrtYd") (width 0.05) (tstamp dc6c3ca6-9027-4f17-9378-65d1d9a8ebc4)) - (fp_line (start 2.85 6.25) (end 2.85 -1.15) (layer "F.CrtYd") (width 0.05) (tstamp fe3229cf-dd9f-4476-8b98-f3752c3ef995)) - (fp_line (start 2.34 5.715) (end -1.07 5.715) (layer "F.Fab") (width 0.1) (tstamp 765758d7-4256-4b08-b603-3b5b2cc59c40)) - (fp_line (start -1.07 0.2175) (end -0.2175 -0.635) (layer "F.Fab") (width 0.1) (tstamp 92b80e45-90f8-4e07-ba9e-550599b4517c)) - (fp_line (start -0.2175 -0.635) (end 2.34 -0.635) (layer "F.Fab") (width 0.1) (tstamp ba16cea5-8066-443a-83b6-0dff898394e0)) - (fp_line (start -1.07 5.715) (end -1.07 0.2175) (layer "F.Fab") (width 0.1) (tstamp f0991684-bace-4840-a9c3-d3fdce66c849)) - (fp_line (start 2.34 -0.635) (end 2.34 5.715) (layer "F.Fab") (width 0.1) (tstamp f5722c5e-fe7f-4395-857d-6cf99a84a017)) - (pad "1" thru_hole rect locked (at 0 0 270) (size 1 1) (drill 0.65) (layers *.Cu *.Mask) + (fp_line (start -1.13 -0.76) (end 0 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd116f9b-4732-4d7a-992c-78d677425be3)) + (fp_line (start -1.13 0) (end -1.13 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fb5632f-7bc4-4822-9add-24a031132833)) + (fp_line (start -1.13 0.76) (end -1.13 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb6f304d-5163-4526-a3a0-28fbdc23044e)) + (fp_line (start -1.13 0.76) (end -0.563471 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 042b846f-4e7f-41e9-9921-ecc864411239)) + (fp_line (start -1.13 5.775) (end -0.30753 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8011882-0804-40c5-9c20-129ba9ca5594)) + (fp_line (start 0.30753 5.775) (end 0.96247 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2265acc-f7cf-4c07-b51e-ac18527f289b)) + (fp_line (start 0.563471 0.76) (end 0.706529 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99b558bb-d479-4943-839f-0c257c32053c)) + (fp_line (start 0.76 -0.695) (end 0.96247 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c160ecc5-a651-40a7-8f45-cb350d3d7947)) + (fp_line (start 0.76 -0.563471) (end 0.76 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51f35b3b-2ba9-4a2f-9df6-8dc7519a4957)) + (fp_line (start 0.76 0.706529) (end 0.76 0.563471) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ffac355-cfd8-4f93-83e0-002e7fc7c89a)) + (fp_line (start 1.57753 -0.695) (end 2.4 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a91c9152-afcd-40c8-8402-f37bf9828c46)) + (fp_line (start 1.57753 5.775) (end 2.4 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47a47a22-fdcf-4a52-8a04-61bd0ce9ccac)) + (fp_line (start 2.4 -0.695) (end 2.4 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4eb3704-e3bb-4e90-abbb-4204ea77c55b)) + (fp_line (start -1.6 -1.15) (end -1.6 6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc6c3ca6-9027-4f17-9378-65d1d9a8ebc4)) + (fp_line (start -1.6 6.25) (end 2.85 6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8b350ce-5cc6-4d2a-adab-241db95861b0)) + (fp_line (start 2.85 -1.15) (end -1.6 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc412dec-238e-4116-be72-9e61357bdf38)) + (fp_line (start 2.85 6.25) (end 2.85 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe3229cf-dd9f-4476-8b98-f3752c3ef995)) + (fp_line (start -1.07 0.2175) (end -0.2175 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92b80e45-90f8-4e07-ba9e-550599b4517c)) + (fp_line (start -1.07 5.715) (end -1.07 0.2175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0991684-bace-4840-a9c3-d3fdce66c849)) + (fp_line (start -0.2175 -0.635) (end 2.34 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba16cea5-8066-443a-83b6-0dff898394e0)) + (fp_line (start 2.34 -0.635) (end 2.34 5.715) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5722c5e-fe7f-4395-857d-6cf99a84a017)) + (fp_line (start 2.34 5.715) (end -1.07 5.715) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 765758d7-4256-4b08-b603-3b5b2cc59c40)) + (pad "1" thru_hole rect (at 0 0 270) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") (net 20 "+3V3") (pinfunction "VTref") (pintype "power_in") (tstamp be102102-2142-4d4e-82a1-42402d252b8a)) - (pad "2" thru_hole oval locked (at 1.27 0 270) (size 1 1) (drill 0.65) (layers *.Cu *.Mask) + (pad "2" thru_hole oval (at 1.27 0 270) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") (net 292 "IMX_JTAG_TMS") (pinfunction "SWDIO/TMS") (pintype "bidirectional") (tstamp 32429b62-4616-4847-9cfe-4f20d83b087b)) - (pad "3" thru_hole oval locked (at 0 1.27 270) (size 1 1) (drill 0.65) (layers *.Cu *.Mask) + (pad "3" thru_hole oval (at 0 1.27 270) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 393534c1-1c2e-45b5-bf9c-6ad9987d3407)) - (pad "4" thru_hole oval locked (at 1.27 1.27 270) (size 1 1) (drill 0.65) (layers *.Cu *.Mask) + (pad "4" thru_hole oval (at 1.27 1.27 270) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") (net 294 "IMX_JTAG_TCK") (pinfunction "SWDCLK/TCK") (pintype "output") (tstamp 8963c0d9-8925-43b3-a9d9-28eb142c4e5d)) - (pad "5" thru_hole oval locked (at 0 2.54 270) (size 1 1) (drill 0.65) (layers *.Cu *.Mask) + (pad "5" thru_hole oval (at 0 2.54 270) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "GND") (pintype "passive") (tstamp a1010448-fd94-4823-8a6e-532f53d6eec7)) - (pad "6" thru_hole oval locked (at 1.27 2.54 270) (size 1 1) (drill 0.65) (layers *.Cu *.Mask) + (pad "6" thru_hole oval (at 1.27 2.54 270) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") (net 375 "ETH0_LED_LINK1") (pinfunction "SWO/TDO") (pintype "input") (tstamp 3a17b0d6-4dfc-48c3-a790-595b50eb6e2c)) - (pad "7" thru_hole oval locked (at 0 3.81 270) (size 1 1) (drill 0.65) (layers *.Cu *.Mask) + (pad "7" thru_hole oval (at 0 3.81 270) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") (net 216 "unconnected-(J19-Pad7)") (pinfunction "KEY") (pintype "no_connect") (tstamp b7ba8a3e-b549-47a2-b1b9-86e7c2ac51f0)) - (pad "8" thru_hole oval locked (at 1.27 3.81 270) (size 1 1) (drill 0.65) (layers *.Cu *.Mask) + (pad "8" thru_hole oval (at 1.27 3.81 270) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") (net 293 "IMX_JTAG_TDI") (pinfunction "NC/TDI") (pintype "output") (tstamp b24d5e5d-7ace-4d36-894b-ae94c3cfa724)) - (pad "9" thru_hole oval locked (at 0 5.08 270) (size 1 1) (drill 0.65) (layers *.Cu *.Mask) + (pad "9" thru_hole oval (at 0 5.08 270) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "GNDDetect") (pintype "passive") (tstamp 56708ae1-55bb-41e7-a190-b75cbc2cfb0a)) - (pad "10" thru_hole oval locked (at 1.27 5.08 270) (size 1 1) (drill 0.65) (layers *.Cu *.Mask) + (pad "10" thru_hole oval (at 1.27 5.08 270) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") (net 376 "ETH0_LED_LINK2") (pinfunction "~{RESET}") (pintype "open_collector") (tstamp f5142f2b-a6ee-4c9a-862c-5532a700abe8)) (model "${KISYS3DMOD}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x05_P1.27mm_Vertical.wrl" (offset (xyz 0 0 0)) @@ -16738,7 +20127,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005dc36437) + (tstamp 00000000-0000-0000-0000-00005dc36437) (at 228.8 56.3) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -16752,30 +20141,40 @@ (path "/00000000-0000-0000-0000-00005e49fd3d") (attr smd) (fp_text reference "R118" (at 0 -1.1 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b2bf0c1b-d1bd-40c9-930d-4e07828da88d) ) (fp_text value "10k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp d224a4c0-95f8-449a-acb6-0ce2d5eb5450) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d6103ccb-4ad7-478e-aec1-19bf4b61fa9b) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 5ef2aa59-5153-4f7f-9073-d2ac030d3bd0)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 9745da73-031e-472f-a242-b1644300a7d2)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3a9c17b7-f38b-46ac-a451-2d7903ca1128)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 412418ef-ed66-4cc9-9847-b3f0c141544b)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp edb4d3ae-71e1-4500-94bd-cfdff8abe299)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp fcffa3eb-7a86-41dc-b62a-bc45aa0029fb)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6cceec5e-e4ec-4b19-997a-d2d4e2a9936d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6e4f020a-6274-4d7f-99c5-522ea053b9c8)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 762a53a0-4ded-4a3e-961d-f6c6fe797b7f)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d334e205-4d23-4033-ba63-1f1a08c1d1a7)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9745da73-031e-472f-a242-b1644300a7d2)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ef2aa59-5153-4f7f-9073-d2ac030d3bd0)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fcffa3eb-7a86-41dc-b62a-bc45aa0029fb)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 412418ef-ed66-4cc9-9847-b3f0c141544b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a9c17b7-f38b-46ac-a451-2d7903ca1128)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp edb4d3ae-71e1-4500-94bd-cfdff8abe299)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e4f020a-6274-4d7f-99c5-522ea053b9c8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 762a53a0-4ded-4a3e-961d-f6c6fe797b7f)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d334e205-4d23-4033-ba63-1f1a08c1d1a7)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6cceec5e-e4ec-4b19-997a-d2d4e2a9936d)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp deeff191-3f8f-46d2-b027-cba281c3c4d2)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 293 "IMX_JTAG_TDI") (pintype "passive") (tstamp 3e8e2e1f-3bbe-4d27-a788-882be776107e)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -16785,7 +20184,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005dc36467) + (tstamp 00000000-0000-0000-0000-00005dc36467) (at 228.8 52.9) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -16798,30 +20197,40 @@ (path "/00000000-0000-0000-0000-00005e4b7e2c") (attr smd) (fp_text reference "R120" (at 0 -1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d31eba25-da7c-4132-a144-0430d7894048) ) (fp_text value "100k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4c7ee6ec-d73a-4fcb-954b-b2f53a1a70b9) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fc710fef-9ac5-472f-9bbb-a1930baebe1f) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 0393157e-a822-4536-9599-4be09109bdda)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 35ad2ed1-d05d-4c5e-8f4e-799709c78489)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 748b93a4-f226-46f1-8c1d-a162ea9e6f72)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7d6ca345-9ed8-4847-afbf-fbbd0a96371c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b2c52dcd-c9ad-4e27-9949-7c9a95f958d0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f72e0d30-bb47-4f6d-a01e-812adcbe06a8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4ddeeb3f-4860-44e6-98c9-0a8d3a1599f6)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b44ee065-2576-4201-99ad-b6027745f756)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f56f1ed0-706c-4e3d-938a-ba100c7ed27a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp fd0e8ee8-a0f9-4388-88ab-1fdabf2b10f1)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35ad2ed1-d05d-4c5e-8f4e-799709c78489)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0393157e-a822-4536-9599-4be09109bdda)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 748b93a4-f226-46f1-8c1d-a162ea9e6f72)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f72e0d30-bb47-4f6d-a01e-812adcbe06a8)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2c52dcd-c9ad-4e27-9949-7c9a95f958d0)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d6ca345-9ed8-4847-afbf-fbbd0a96371c)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b44ee065-2576-4201-99ad-b6027745f756)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f56f1ed0-706c-4e3d-938a-ba100c7ed27a)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ddeeb3f-4860-44e6-98c9-0a8d3a1599f6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd0e8ee8-a0f9-4388-88ab-1fdabf2b10f1)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 294 "IMX_JTAG_TCK") (pintype "passive") (tstamp 7037f2b6-dc96-4da6-9639-ec6200438d2f)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp ed0e6150-c828-45e5-baef-3e1fa4cbe475)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -16831,7 +20240,7 @@ ) (footprint "footprints:WA-SMSI-M2" locked (layer "F.Cu") - (tedit 5DB722B4) (tstamp 00000000-0000-0000-0000-00005dc8ca99) + (tstamp 00000000-0000-0000-0000-00005dc8ca99) (at 142.4 126.75) (property "Checked" "y") (property "DNP" "") @@ -16843,18 +20252,22 @@ (path "/00000000-0000-0000-0000-00005d2f00cf") (attr smd) (fp_text reference "H1" (at 0.05 -3.3) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e2b3752e-fd7d-4498-8386-6ac941e78906) ) (fp_text value "NGFF-Mount1" (at 0 3.2) (layer "F.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05))) + (effects (font (size 0.3 0.3) (thickness 0.05))) (tstamp 680e55e2-1a12-4291-aa63-98d4691f5f4d) ) - (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) (layer "F.Paste") (width 0.9) (tstamp 1409bf26-df79-4e3b-a795-eb2f4dbb4a98)) - (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) (layer "F.Paste") (width 0.9) (tstamp 534a13c5-ab79-40a1-b358-cb803011542a)) - (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) (layer "F.Paste") (width 0.9) (tstamp 6b020c81-c781-48bf-8984-73dd2ce7be4b)) - (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) (layer "F.Paste") (width 0.9) (tstamp 7ffc2abe-95da-4cff-ae9a-d0e0c1352300)) - (pad "1" thru_hole circle locked (at 0 0) (size 5 5) (drill 3) (layers *.Cu *.Mask) + (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 6b020c81-c781-48bf-8984-73dd2ce7be4b)) + (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 7ffc2abe-95da-4cff-ae9a-d0e0c1352300)) + (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 534a13c5-ab79-40a1-b358-cb803011542a)) + (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 1409bf26-df79-4e3b-a795-eb2f4dbb4a98)) + (pad "1" thru_hole circle locked (at 0 0) (size 5 5) (drill 3) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "1") (pintype "input") (tstamp 8317a28f-93bf-4fb9-be82-50a7749d4a58)) (model "${KIPRJMOD}/3d-models/9774010243R.stp" (offset (xyz 0 0 -1.4)) @@ -16864,7 +20277,7 @@ ) (footprint "footprints:WA-SMSI-M2" locked (layer "F.Cu") - (tedit 5DB722B4) (tstamp 00000000-0000-0000-0000-00005dc8caae) + (tstamp 00000000-0000-0000-0000-00005dc8caae) (at 142.4 106.75) (property "Checked" "y") (property "DNP" "y") @@ -16874,18 +20287,22 @@ (path "/00000000-0000-0000-0000-00005d2fbee7") (attr through_hole) (fp_text reference "H2" (at 0.05 -3.3) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 34d0b04b-3ca6-47c4-b7aa-bb393e40af22) ) (fp_text value "NGFF-Mount2" (at 0 3.2) (layer "F.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05))) + (effects (font (size 0.3 0.3) (thickness 0.05))) (tstamp 0347d5b6-5b96-4be5-81b4-dd63ea0c2513) ) - (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) (layer "F.Paste") (width 0.9) (tstamp 1a415e10-184c-4247-aabd-459786b184ae)) - (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) (layer "F.Paste") (width 0.9) (tstamp 3ada859d-2610-4d38-83a2-dfdb8207756e)) - (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) (layer "F.Paste") (width 0.9) (tstamp 463f85d2-b50d-499c-9e36-3c1b258d9ea6)) - (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) (layer "F.Paste") (width 0.9) (tstamp a9e89beb-eee9-438d-8943-77e24ab32c0a)) - (pad "1" thru_hole circle locked (at 0 0) (size 5 5) (drill 3) (layers *.Cu *.Mask) + (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 3ada859d-2610-4d38-83a2-dfdb8207756e)) + (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 1a415e10-184c-4247-aabd-459786b184ae)) + (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 463f85d2-b50d-499c-9e36-3c1b258d9ea6)) + (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp a9e89beb-eee9-438d-8943-77e24ab32c0a)) + (pad "1" thru_hole circle locked (at 0 0) (size 5 5) (drill 3) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "1") (pintype "input") (tstamp 7674b4b5-5592-4ff8-8b50-ab9f01568add)) (model "${KIPRJMOD}/3d-models/9774010243R.stp" (offset (xyz 0 0 -1.4)) @@ -16895,7 +20312,7 @@ ) (footprint "footprints:WA-SMSI-M2" locked (layer "F.Cu") - (tedit 5DB722B4) (tstamp 00000000-0000-0000-0000-00005dc8cac3) + (tstamp 00000000-0000-0000-0000-00005dc8cac3) (at 142.4 88.75) (property "Checked" "y") (property "DNP" "y") @@ -16905,18 +20322,22 @@ (path "/00000000-0000-0000-0000-00005d2ffae8") (attr through_hole) (fp_text reference "H3" (at 0.05 -3.3) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c30a0364-84dd-4b9e-bd71-09af0fe5a5bf) ) (fp_text value "NGFF-Mount3" (at 0 3.2) (layer "F.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05))) + (effects (font (size 0.3 0.3) (thickness 0.05))) (tstamp 1d65aee5-2cef-47e5-bc0f-6d1c9fb5d442) ) - (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) (layer "F.Paste") (width 0.9) (tstamp 1a014b94-5904-4d2f-8e60-2cad8ecc704d)) - (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) (layer "F.Paste") (width 0.9) (tstamp 2d3d8d95-0af5-4607-8de2-a9904b1d32f5)) - (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) (layer "F.Paste") (width 0.9) (tstamp 310eef4a-6692-4f3e-b5e8-744220aa98c4)) - (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) (layer "F.Paste") (width 0.9) (tstamp 42075ab5-e2bb-4a75-84ca-91212a5c68de)) - (pad "1" thru_hole circle locked (at 0 0) (size 5 5) (drill 3) (layers *.Cu *.Mask) + (fp_arc (start -1.900342 -0.600104) (mid -1.411908 -1.411844) (end -0.6 -1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 42075ab5-e2bb-4a75-84ca-91212a5c68de)) + (fp_arc (start -0.600104 1.900342) (mid -1.411844 1.411908) (end -1.9 0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 310eef4a-6692-4f3e-b5e8-744220aa98c4)) + (fp_arc (start 0.600104 -1.900342) (mid 1.411844 -1.411908) (end 1.9 -0.6) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 1a014b94-5904-4d2f-8e60-2cad8ecc704d)) + (fp_arc (start 1.900342 0.600104) (mid 1.411908 1.411844) (end 0.6 1.9) + (stroke (width 0.9) (type solid)) (layer "F.Paste") (tstamp 2d3d8d95-0af5-4607-8de2-a9904b1d32f5)) + (pad "1" thru_hole circle locked (at 0 0) (size 5 5) (drill 3) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "1") (pintype "input") (tstamp 74aa6a2d-f317-4b18-9572-df88604a769d)) (model "${KIPRJMOD}/3d-models/9774010243R.stp" (offset (xyz 0 0 -1.4)) @@ -16926,7 +20347,7 @@ ) (footprint "footprints:PowerPAK_SO-8_Single_8Pads" (layer "F.Cu") - (tedit 5E371B51) (tstamp 00000000-0000-0000-0000-00005e2ac9b3) + (tstamp 00000000-0000-0000-0000-00005e2ac9b3) (at 247.7 78.7 -90) (descr "PowerPAK SO-8 Single (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72599/72599.pdf)") (tags "PowerPAK SO-8 Single") @@ -16939,44 +20360,54 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fa561b4") (attr smd) (fp_text reference "Q17" (at 4.1 1.6 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5804dce8-c8c0-4f87-aa28-f9f4529166d4) ) (fp_text value "Si7850DP" (at 0 3.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 8da826b1-63c1-488f-a10f-4b9f3a16024a) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 89a21d44-d93c-49f3-bc32-5c5afab5dbaf) ) - (fp_line (start -2.945 2.57) (end 2.945 2.57) (layer "F.SilkS") (width 0.12) (tstamp 1791b6d9-0e73-4024-b86f-829b6372ee62)) - (fp_line (start -3.4 -2.57) (end 2.945 -2.57) (layer "F.SilkS") (width 0.12) (tstamp f2b20cef-5641-4d9c-8ead-9091ee1c5bda)) - (fp_line (start -3.55 2.75) (end 3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp 76188db7-a8fb-4a39-91ee-5d126fbea677)) - (fp_line (start -3.55 -2.75) (end 3.55 -2.75) (layer "F.CrtYd") (width 0.05) (tstamp aa157d6b-bc27-4c26-aae6-5804af844ad2)) - (fp_line (start 3.55 -2.75) (end 3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp ba68095a-95e6-4a4d-93ef-20da68647e75)) - (fp_line (start -3.55 -2.75) (end -3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp e5be87a1-9363-4a7c-bcf7-a8170b35d7ba)) - (fp_line (start 2.945 -2.45) (end 2.945 2.45) (layer "F.Fab") (width 0.1) (tstamp 3836502e-3a03-4338-9c9d-51800b6b69d9)) - (fp_line (start -2.945 2.45) (end -2.945 -2.45) (layer "F.Fab") (width 0.1) (tstamp 70514c47-41f1-4456-bee9-6e6b147bc676)) - (fp_line (start -2.945 -2.45) (end 2.945 -2.45) (layer "F.Fab") (width 0.1) (tstamp af599144-80cb-4f4c-b43c-7ab1a81dc8e3)) - (fp_line (start 2.945 2.45) (end -2.945 2.45) (layer "F.Fab") (width 0.1) (tstamp e5dde9cb-7e22-4657-80d7-137cd8b791e0)) - (pad "1" smd rect locked (at -2.67 -1.905 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -3.4 -2.57) (end 2.945 -2.57) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2b20cef-5641-4d9c-8ead-9091ee1c5bda)) + (fp_line (start -2.945 2.57) (end 2.945 2.57) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1791b6d9-0e73-4024-b86f-829b6372ee62)) + (fp_line (start -3.55 -2.75) (end -3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5be87a1-9363-4a7c-bcf7-a8170b35d7ba)) + (fp_line (start -3.55 -2.75) (end 3.55 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa157d6b-bc27-4c26-aae6-5804af844ad2)) + (fp_line (start -3.55 2.75) (end 3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76188db7-a8fb-4a39-91ee-5d126fbea677)) + (fp_line (start 3.55 -2.75) (end 3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ba68095a-95e6-4a4d-93ef-20da68647e75)) + (fp_line (start -2.945 -2.45) (end 2.945 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af599144-80cb-4f4c-b43c-7ab1a81dc8e3)) + (fp_line (start -2.945 2.45) (end -2.945 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70514c47-41f1-4456-bee9-6e6b147bc676)) + (fp_line (start 2.945 -2.45) (end 2.945 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3836502e-3a03-4338-9c9d-51800b6b69d9)) + (fp_line (start 2.945 2.45) (end -2.945 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5dde9cb-7e22-4657-80d7-137cd8b791e0)) + (pad "1" smd rect (at -2.67 -1.905 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "S") (pintype "passive") (tstamp d347207c-6a26-4ea1-a515-9405c184eb2a)) - (pad "2" smd rect locked (at -2.67 -0.635 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -2.67 -0.635 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "S") (pintype "passive") (tstamp 2a887721-4389-4fb3-b9df-10b6b41d65ab)) - (pad "3" smd rect locked (at -2.67 0.635 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -2.67 0.635 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "S") (pintype "passive") (tstamp 59322e32-6a7a-4475-8288-7c5cd8bacdf9)) - (pad "4" smd rect locked (at -2.67 1.905 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -2.67 1.905 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 492 "Net-(Q17-Pad4)") (pinfunction "G") (pintype "input") (tstamp 21fe3b93-8359-46f6-b4c0-dd721ce94ad6)) - (pad "5" smd rect locked (at 0.69 0 270) (size 3.81 3.91) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 0.69 0 270) (size 3.81 3.91) (layers "F.Cu" "F.Paste" "F.Mask") (net 502 "Net-(C32-Pad2)") (pinfunction "D") (pintype "passive") (tstamp 4c08d9c5-fafe-450c-b057-0ded7d3432cc)) - (pad "5" smd rect locked (at 2.795 1.905 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 2.795 1.905 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 502 "Net-(C32-Pad2)") (pinfunction "D") (pintype "passive") (tstamp 77a85ad8-c368-4cdd-8709-d4169f4c963e)) - (pad "6" smd rect locked (at 2.795 0.635 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at 2.795 0.635 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 502 "Net-(C32-Pad2)") (pinfunction "D") (pintype "passive") (tstamp a298729d-8393-419d-aa00-db9cee2d293f)) - (pad "7" smd rect locked (at 2.795 -0.635 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at 2.795 -0.635 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 502 "Net-(C32-Pad2)") (pinfunction "D") (pintype "passive") (tstamp 5e2f3693-7d58-4ef5-8bed-a70e0c50db5d)) - (pad "8" smd rect locked (at 2.795 -1.905 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at 2.795 -1.905 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 502 "Net-(C32-Pad2)") (pinfunction "D") (pintype "passive") (tstamp effca26d-8a0f-4694-85a0-641efeab5a1e)) (model "${KISYS3DMOD}/Package_SO.3dshapes/PowerPAK_SO-8_Single.wrl" (offset (xyz 0 0 0)) @@ -16991,7 +20422,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2bae3a) + (tstamp 00000000-0000-0000-0000-00005e2bae3a) (at 264.65 88.6 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17004,30 +20435,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000060fafea2") (attr smd) (fp_text reference "R174" (at 2.9 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 141ce1df-2e58-44f5-9b53-ad382bb589ac) ) (fp_text value "4.7k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 72b0c298-db37-493b-8aae-3cf567f61bbe) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 791bc3cf-bb43-42fe-bdc3-8592da06c1e9) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 0001ace3-c7a3-4ae9-8519-e3fe41371f5b)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 2faddf61-cfec-4271-b284-0ea33b4e7f5c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 04c2fcd5-2fc4-4dc9-866d-bb81e7a0eff8)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4df9daa7-5424-4dd9-8dda-09324d561903)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7ca062b5-1f7b-4147-aae8-224fcd7525d1)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b98b1cb3-3c65-4133-a327-5c41165be7be)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 126c75c5-0249-4f61-8ce5-b1f27721ccbd)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8f9c4670-bb56-4bae-9247-0d59e3256252)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ac0fe3f9-d276-4692-8146-fc8e88731e3f)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e7300dca-ce8f-46f2-85ea-88add457e63e)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2faddf61-cfec-4271-b284-0ea33b4e7f5c)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0001ace3-c7a3-4ae9-8519-e3fe41371f5b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7ca062b5-1f7b-4147-aae8-224fcd7525d1)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b98b1cb3-3c65-4133-a327-5c41165be7be)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04c2fcd5-2fc4-4dc9-866d-bb81e7a0eff8)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4df9daa7-5424-4dd9-8dda-09324d561903)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac0fe3f9-d276-4692-8146-fc8e88731e3f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 126c75c5-0249-4f61-8ce5-b1f27721ccbd)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f9c4670-bb56-4bae-9247-0d59e3256252)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7300dca-ce8f-46f2-85ea-88add457e63e)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 505 "Net-(R174-Pad1)") (pintype "passive") (tstamp 2df5dcc3-598b-4e37-b570-d990a3f56955)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 646 "Net-(R173-Pad1)") (pintype "passive") (tstamp ee8e41da-9a7e-41eb-a95e-a7db006ec91c)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17037,7 +20478,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2bae4b) + (tstamp 00000000-0000-0000-0000-00005e2bae4b) (at 259.75 96.95 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17050,30 +20491,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000060649005") (attr smd) (fp_text reference "R175" (at -2.8 0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 95948f7d-619b-45f0-9467-1747d7061abe) ) (fp_text value "100" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5564bad5-98ab-4bac-abf3-65523feeb60d) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 662495e6-340a-4e37-a1b3-86d076bad475) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 12106852-ae7e-4ad8-8af3-8da1693976b0)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 74f80a52-0ad4-4c44-9e6b-5476858856f9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 26517ebb-1e60-4721-8c43-55d70a5726de)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d07b476d-1db0-45b0-b488-25904d9fd059)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp dda430cc-3c90-4227-a7b4-acba23fd0839)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ebbf7dda-1a8c-4750-81b4-ffa7603d4b90)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1b4460ec-e9e7-4e99-a5b1-10616e976f9f)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2695af70-46f7-4141-af31-f568d8d690ca)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2d3a2335-0710-4289-9a30-e479ee9d72b1)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 44f500dc-89fd-48fa-aba4-02a897199606)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74f80a52-0ad4-4c44-9e6b-5476858856f9)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 12106852-ae7e-4ad8-8af3-8da1693976b0)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d07b476d-1db0-45b0-b488-25904d9fd059)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dda430cc-3c90-4227-a7b4-acba23fd0839)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ebbf7dda-1a8c-4750-81b4-ffa7603d4b90)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26517ebb-1e60-4721-8c43-55d70a5726de)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2695af70-46f7-4141-af31-f568d8d690ca)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b4460ec-e9e7-4e99-a5b1-10616e976f9f)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44f500dc-89fd-48fa-aba4-02a897199606)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d3a2335-0710-4289-9a30-e479ee9d72b1)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 97 "30V_GATE") (pintype "passive") (tstamp 42de579a-22fd-4046-8e8c-a1665acde741)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 423 "Net-(C31-Pad2)") (pintype "passive") (tstamp dcb81469-8508-4661-b7b9-8d7afa7b21ab)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17083,7 +20534,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2bae5c) + (tstamp 00000000-0000-0000-0000-00005e2bae5c) (at 256.55 96.95 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17096,30 +20547,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000606492ea") (attr smd) (fp_text reference "R176" (at -2.9 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 97af3383-0c03-400c-b0dd-0e7cf33ab5fb) ) (fp_text value "100" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 448031b5-aa85-49c4-8b78-47c496571a6f) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 96fb43ac-6134-4bbd-8bd9-e85f1fc46c0a) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 83f33e62-02bf-4c4c-97e8-a96b20591407)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c01594e3-b475-464b-a1e9-9f0beb36ef48)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1cd814dd-6eed-409e-b9db-8d697dc3bc3c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9562ee7d-34b5-4598-9b42-aea894441166)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b0984422-520e-4bf6-9324-6a25a85c43ad)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f046f896-2f9d-4736-a537-7f86c3b6fa0e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2abd98db-8f61-49a8-a862-b18ecde48282)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 52dece48-d28e-441c-bee1-8fb31e517a32)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b5d6f7df-91f4-4908-bf76-8c29a299a90e)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp faf4165d-93fd-478d-af19-feb8e773d05f)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83f33e62-02bf-4c4c-97e8-a96b20591407)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c01594e3-b475-464b-a1e9-9f0beb36ef48)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9562ee7d-34b5-4598-9b42-aea894441166)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1cd814dd-6eed-409e-b9db-8d697dc3bc3c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f046f896-2f9d-4736-a537-7f86c3b6fa0e)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0984422-520e-4bf6-9324-6a25a85c43ad)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2abd98db-8f61-49a8-a862-b18ecde48282)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5d6f7df-91f4-4908-bf76-8c29a299a90e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52dece48-d28e-441c-bee1-8fb31e517a32)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp faf4165d-93fd-478d-af19-feb8e773d05f)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 504 "Net-(Q18-Pad1)") (pintype "passive") (tstamp c9ce6fdf-9444-4b2d-a2c5-c85519d7ef9d)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 503 "Net-(C31-Pad1)") (pintype "passive") (tstamp a5931bf6-775f-4707-b53f-8c43d35142c8)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17129,7 +20590,7 @@ ) (footprint "Resistor_SMD:R_0612_1632Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2bae6d) + (tstamp 00000000-0000-0000-0000-00005e2bae6d) (at 261.5 105.8 -90) (descr "Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17142,30 +20603,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000600c0eba") (attr smd) (fp_text reference "R177" (at -1.7 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4df7bad1-5cc4-4b76-8767-28aa6f3c4633) ) (fp_text value "0.02" (at 0 2.65 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c27f0ed7-b502-43d4-9f33-884c20387ff7) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 869fecae-3446-452b-8ca9-81ecc72c6544) ) - (fp_line (start -0.182983 -1.71) (end 0.182983 -1.71) (layer "F.SilkS") (width 0.12) (tstamp 09452553-8182-42c0-8894-f4a9a3e92a31)) - (fp_line (start -0.182983 1.71) (end 0.182983 1.71) (layer "F.SilkS") (width 0.12) (tstamp 45c5e183-43c7-4914-8b04-6a5b8c1e382e)) - (fp_line (start -1.5 1.95) (end -1.5 -1.95) (layer "F.CrtYd") (width 0.05) (tstamp 10bb6277-b6e8-4472-8e56-7caf3d9d9625)) - (fp_line (start 1.5 1.95) (end -1.5 1.95) (layer "F.CrtYd") (width 0.05) (tstamp 26ec12bf-2a12-493b-9d42-fb4427cab32c)) - (fp_line (start -1.5 -1.95) (end 1.5 -1.95) (layer "F.CrtYd") (width 0.05) (tstamp 38f0a228-34ee-418f-9083-29cf19af2981)) - (fp_line (start 1.5 -1.95) (end 1.5 1.95) (layer "F.CrtYd") (width 0.05) (tstamp eb72005c-2b88-44e1-897d-6704d168c2ed)) - (fp_line (start 0.8 -1.6) (end 0.8 1.6) (layer "F.Fab") (width 0.1) (tstamp 2321d168-519e-45df-80e4-05218dc3e190)) - (fp_line (start 0.8 1.6) (end -0.8 1.6) (layer "F.Fab") (width 0.1) (tstamp aa115c32-2bc3-4862-a654-6f737ad7c91d)) - (fp_line (start -0.8 1.6) (end -0.8 -1.6) (layer "F.Fab") (width 0.1) (tstamp f9f4da46-603d-472d-8c8d-b4af98d66d72)) - (fp_line (start -0.8 -1.6) (end 0.8 -1.6) (layer "F.Fab") (width 0.1) (tstamp fc3c8215-5cc7-4ead-9a06-f0ca52c61aef)) - (pad "1" smd roundrect locked (at -0.75 0 270) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.182983 -1.71) (end 0.182983 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09452553-8182-42c0-8894-f4a9a3e92a31)) + (fp_line (start -0.182983 1.71) (end 0.182983 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45c5e183-43c7-4914-8b04-6a5b8c1e382e)) + (fp_line (start -1.5 -1.95) (end 1.5 -1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38f0a228-34ee-418f-9083-29cf19af2981)) + (fp_line (start -1.5 1.95) (end -1.5 -1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10bb6277-b6e8-4472-8e56-7caf3d9d9625)) + (fp_line (start 1.5 -1.95) (end 1.5 1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb72005c-2b88-44e1-897d-6704d168c2ed)) + (fp_line (start 1.5 1.95) (end -1.5 1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26ec12bf-2a12-493b-9d42-fb4427cab32c)) + (fp_line (start -0.8 -1.6) (end 0.8 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc3c8215-5cc7-4ead-9a06-f0ca52c61aef)) + (fp_line (start -0.8 1.6) (end -0.8 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9f4da46-603d-472d-8c8d-b4af98d66d72)) + (fp_line (start 0.8 -1.6) (end 0.8 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2321d168-519e-45df-80e4-05218dc3e190)) + (fp_line (start 0.8 1.6) (end -0.8 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa115c32-2bc3-4862-a654-6f737ad7c91d)) + (pad "1" smd roundrect (at -0.75 0 270) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 97 "30V_GATE") (pintype "passive") (tstamp 63081231-e781-45b9-96b0-db801fe392dd)) - (pad "2" smd roundrect locked (at 0.75 0 270) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.75 0 270) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 504 "Net-(Q18-Pad1)") (pintype "passive") (tstamp eae6b068-3f2a-42b4-a548-0a709fcd15f0)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0612_1632Metric.wrl" (offset (xyz 0 0 0)) @@ -17175,7 +20646,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2bae7e) + (tstamp 00000000-0000-0000-0000-00005e2bae7e) (at 118 120.2 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17188,30 +20659,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e31") (attr smd) (fp_text reference "R178" (at 0 -1.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b6cd51b7-ac35-474e-a0c2-ed3222aa06be) ) (fp_text value "100k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp cc177fc2-8272-4d2d-b6c0-94ab43ef5cf8) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ab0254ba-50c6-4e18-8510-75efa37cc900) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 76ccfa6c-af69-4c5b-aa9e-3272d10264d1)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 88c2db6e-7f4b-405c-a029-4d4cba854105)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0fedee8d-ba88-4cd0-8d62-3b3d8c9f1ad6)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 53a4ab1f-f0d5-4d9a-91b4-ceec3fd3ad8f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ddcea235-29ad-4a6c-bc7f-61bf6a5bc244)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp dfda10f2-80c5-4873-9adb-1ed54f077c58)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 14a208ff-0c1f-459c-9cb6-8416024078df)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 306d4e47-50f5-48b5-b664-797030de612e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6c9901d7-95d6-4e77-b3d8-ae149c4a4b3c)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a1fd5982-5642-47fb-8a52-03202d1ccc55)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88c2db6e-7f4b-405c-a029-4d4cba854105)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76ccfa6c-af69-4c5b-aa9e-3272d10264d1)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53a4ab1f-f0d5-4d9a-91b4-ceec3fd3ad8f)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dfda10f2-80c5-4873-9adb-1ed54f077c58)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0fedee8d-ba88-4cd0-8d62-3b3d8c9f1ad6)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ddcea235-29ad-4a6c-bc7f-61bf6a5bc244)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c9901d7-95d6-4e77-b3d8-ae149c4a4b3c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1fd5982-5642-47fb-8a52-03202d1ccc55)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14a208ff-0c1f-459c-9cb6-8416024078df)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 306d4e47-50f5-48b5-b664-797030de612e)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 138 "+1V2") (pintype "passive") (tstamp f280a754-fc38-4b70-8c6f-e097e398350e)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 488 "Net-(C36-Pad2)") (pintype "passive") (tstamp 9ac4c6b1-0fdf-4195-ae1f-03d0bf27c860)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17221,7 +20702,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2bae8f) + (tstamp 00000000-0000-0000-0000-00005e2bae8f) (at 116 120.2 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17234,30 +20715,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e46") (attr smd) (fp_text reference "R179" (at -2.5 1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp bf891961-0708-4b87-8f08-4d6da4671169) ) (fp_text value "100k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp b60286a1-7bb8-4463-9f3b-558af2db3f70) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 620fada8-a216-464e-85bf-c66d7f6dc31a) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 13402234-9b44-44c3-9a82-1e18804acca1)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp bc404cc0-500d-4250-aac7-9a059150b37d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 16c2f1f2-d7cf-4e79-9859-31ec5b03b744)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 16e86a70-b64a-4456-badf-d27287b9309c)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4efb0af4-da63-4674-9dab-176d029e239d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 553fe879-dcd5-4f09-9151-1db7a5975863)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 16d8df93-a793-4f91-8142-eee09e817f9b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 947cfa8f-2d4f-4007-9cfe-476aeb8c84a4)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e1748355-f000-4ff6-ac8c-40253c64326d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e1ede52c-d036-40cf-90a0-cb0ef67c5aa7)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13402234-9b44-44c3-9a82-1e18804acca1)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc404cc0-500d-4250-aac7-9a059150b37d)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16c2f1f2-d7cf-4e79-9859-31ec5b03b744)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4efb0af4-da63-4674-9dab-176d029e239d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16e86a70-b64a-4456-badf-d27287b9309c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 553fe879-dcd5-4f09-9151-1db7a5975863)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1748355-f000-4ff6-ac8c-40253c64326d)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1ede52c-d036-40cf-90a0-cb0ef67c5aa7)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 947cfa8f-2d4f-4007-9cfe-476aeb8c84a4)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16d8df93-a793-4f91-8142-eee09e817f9b)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 488 "Net-(C36-Pad2)") (pintype "passive") (tstamp 6d59dfeb-f6b1-4fea-a287-c90708bb643d)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp de0b41ed-8f98-488b-a3d6-3ab2b9ddcd8b)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17267,7 +20758,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2baea0) + (tstamp 00000000-0000-0000-0000-00005e2baea0) (at 128 123.5) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17280,30 +20771,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e98") (attr smd) (fp_text reference "R180" (at 0.1 1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 83d88332-200d-4ee7-be76-85c8476e5b69) ) (fp_text value "150k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 14bf7ef7-7cca-493b-bcd9-e12df5f72ba4) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7d9ac95a-71ac-42ca-80a3-b1e3bd5333b7) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 2fb6d5f7-4f05-4ead-82bb-5807e81b67a3)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 8374508d-cff6-46cf-b318-61f170dfc8b1)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1b266db5-fa9a-4c79-be03-c372d69af20e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2bdb5ce2-7665-46e0-b3e5-c45c3de4bb9e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2c1fd10c-5f39-4112-bd03-e86a36cb4c28)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a50c5f08-0322-4a49-b3dc-a65054b463c4)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1672b195-2f06-43f4-a037-814082a42256)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4c745527-ea18-4f10-aa49-1b79f7243474)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c409907a-c9a0-4c7f-9a14-83f3c2e536c7)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f80b1634-6602-4599-bfe7-716160d9fc14)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2fb6d5f7-4f05-4ead-82bb-5807e81b67a3)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8374508d-cff6-46cf-b318-61f170dfc8b1)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a50c5f08-0322-4a49-b3dc-a65054b463c4)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c1fd10c-5f39-4112-bd03-e86a36cb4c28)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b266db5-fa9a-4c79-be03-c372d69af20e)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2bdb5ce2-7665-46e0-b3e5-c45c3de4bb9e)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c745527-ea18-4f10-aa49-1b79f7243474)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1672b195-2f06-43f4-a037-814082a42256)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f80b1634-6602-4599-bfe7-716160d9fc14)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c409907a-c9a0-4c7f-9a14-83f3c2e536c7)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 254 "+1V5") (pintype "passive") (tstamp 54565a60-ae5e-4c42-8a74-e610fde5bbf0)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 489 "Net-(C38-Pad2)") (pintype "passive") (tstamp 6e8206e2-c5eb-4f9b-85cf-7f0e2407cce0)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17313,7 +20814,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2baeb1) + (tstamp 00000000-0000-0000-0000-00005e2baeb1) (at 128.8 120.9 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17326,30 +20827,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ead") (attr smd) (fp_text reference "R181" (at 0.1 1.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp faec74a2-e4a6-4347-bf9a-6c9b1d59ad12) ) (fp_text value "100k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e01a906e-9a84-4489-881b-0a1eded5a841) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8bff33e1-85e1-498e-85e8-825bcf48d03e) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 10774b9d-e0dc-40d2-bfc9-f1e579a2b142)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 26f3d2ea-22a8-4b29-920f-e8897cf55553)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8c78ec3a-d38b-4340-a26b-5d39b0354f9f)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9f88867a-c986-4ef2-b652-823fe071a333)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d4d9c5c3-ff60-4350-a792-827f9fe0f3af)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f53aa5b8-0e3b-42f7-8823-ddb772ec4e5a)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0c2d25fd-d75d-4f31-bd03-352ceb9df3ba)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3e884fa2-55d6-454d-baf8-91cb6a207889)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a29fedc9-645d-44d2-aaac-e7d9a835f18d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f43b82f8-b255-4cfd-97cd-218988661ecf)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26f3d2ea-22a8-4b29-920f-e8897cf55553)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10774b9d-e0dc-40d2-bfc9-f1e579a2b142)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f53aa5b8-0e3b-42f7-8823-ddb772ec4e5a)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f88867a-c986-4ef2-b652-823fe071a333)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c78ec3a-d38b-4340-a26b-5d39b0354f9f)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4d9c5c3-ff60-4350-a792-827f9fe0f3af)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f43b82f8-b255-4cfd-97cd-218988661ecf)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e884fa2-55d6-454d-baf8-91cb6a207889)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c2d25fd-d75d-4f31-bd03-352ceb9df3ba)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a29fedc9-645d-44d2-aaac-e7d9a835f18d)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 489 "Net-(C38-Pad2)") (pintype "passive") (tstamp 052a1fc0-a127-4a3c-96f9-9345fe54e8c4)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 21275fa0-3603-4d54-b508-5a990017cea7)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17359,7 +20870,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e2cc97d) + (tstamp 00000000-0000-0000-0000-00005e2cc97d) (at 258.15 96.95 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -17372,30 +20883,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000060c0c1e8") (attr smd) (fp_text reference "C31" (at 2.4 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8a08a5f9-371f-47c0-84dd-e69ee07a452c) ) (fp_text value "0.33uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 84e6bc7e-383d-4df7-96e2-bed8b740fe98) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a7dc51cd-b477-4538-9037-8ef31d42e6ea) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4382028e-6079-4569-8e30-3ab99a994c24)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 56389d9f-be4a-4ddf-9d6a-38b78a97ace9)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 172ec4de-82fc-43c4-9bfe-71e1f8ad53ec)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 70ad8bee-1295-47a2-a25d-bd99286093a3)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a87359ea-b92a-41ad-8cd4-7fb85dfc1972)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ce220924-4d98-4dbf-ae67-89a2c18dc12b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 208e9642-58b5-4aaa-ac29-0d69c71209df)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7b27c4b9-ec91-4d04-ba4c-6fe8b5bcc9ba)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9dac647e-445a-4db6-841a-a9326fda22e9)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp dec410b9-8920-406b-84b3-10a4b80e53da)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56389d9f-be4a-4ddf-9d6a-38b78a97ace9)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4382028e-6079-4569-8e30-3ab99a994c24)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a87359ea-b92a-41ad-8cd4-7fb85dfc1972)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70ad8bee-1295-47a2-a25d-bd99286093a3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 172ec4de-82fc-43c4-9bfe-71e1f8ad53ec)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce220924-4d98-4dbf-ae67-89a2c18dc12b)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b27c4b9-ec91-4d04-ba4c-6fe8b5bcc9ba)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9dac647e-445a-4db6-841a-a9326fda22e9)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 208e9642-58b5-4aaa-ac29-0d69c71209df)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dec410b9-8920-406b-84b3-10a4b80e53da)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 503 "Net-(C31-Pad1)") (pintype "passive") (tstamp 36ad99bc-36e3-4bf1-af8a-e99797095742)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 423 "Net-(C31-Pad2)") (pintype "passive") (tstamp 46f2b56b-510f-4823-8979-ffe785ec7a1b)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17405,7 +20926,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e2cc98e) + (tstamp 00000000-0000-0000-0000-00005e2cc98e) (at 252.3 86.1 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -17418,30 +20939,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000060ed0fff") (attr smd) (fp_text reference "C32" (at 0 -1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e668ac79-5fb9-4407-9507-2e3fe10b4ff1) ) (fp_text value "1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 28d52ca2-cb70-4b14-aa83-77e366ce936d) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 55a7cbf3-0d8b-4ef6-a1db-8b254997a272) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c4958bcc-870a-4f8e-ae0b-c6cf1912d690)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp ec14e2df-9fd4-48f2-858a-c461cd4879f0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 47acd712-7a73-4642-8223-5eba0270829c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9e345e1f-12b4-4861-a93f-e9b125a445c3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d27ff904-d551-4975-be62-afd3be26329f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp db83a77e-67ca-48dd-ba79-635690ca3e4f)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 407284ea-1bd4-4c36-81cb-eb35c4b55152)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 43a730f8-f7da-473f-bb5e-273c7ca817d1)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8b573ee9-4928-402a-93e3-43a1544c5961)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 99343713-c2a9-4391-bdfa-e5207636257c)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec14e2df-9fd4-48f2-858a-c461cd4879f0)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4958bcc-870a-4f8e-ae0b-c6cf1912d690)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e345e1f-12b4-4861-a93f-e9b125a445c3)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47acd712-7a73-4642-8223-5eba0270829c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db83a77e-67ca-48dd-ba79-635690ca3e4f)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d27ff904-d551-4975-be62-afd3be26329f)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 407284ea-1bd4-4c36-81cb-eb35c4b55152)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99343713-c2a9-4391-bdfa-e5207636257c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43a730f8-f7da-473f-bb5e-273c7ca817d1)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b573ee9-4928-402a-93e3-43a1544c5961)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 137 "Net-(C32-Pad1)") (pintype "passive") (tstamp 670c19bf-2189-4b56-aec4-7d971944fa0d)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 502 "Net-(C32-Pad2)") (pintype "passive") (tstamp 0625827a-a3af-4b50-b12b-4376d1cc0bd1)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17451,7 +20982,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e2cc99f) + (tstamp 00000000-0000-0000-0000-00005e2cc99f) (at 124 123.5 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -17464,30 +20995,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e6a") (attr smd) (fp_text reference "C33" (at 0 -1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 30c8fae4-b306-4950-a29d-7a30abd2a327) ) (fp_text value "4.7uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ec85b3b6-c91b-4442-9d47-84cfc8e17c3e) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8fa67a38-10ac-4a87-8e05-131c8bde7924) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 297256f8-2a0d-4e97-b4d1-8f2cfc126b7f)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 6a29c884-a11a-4388-afdb-eb19c5860b81)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9b9ffaa1-e725-477e-9b8c-3b8afd7cd15d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b9cef841-18ba-44c6-bcc2-84003da521bc)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c8341306-a8f4-40b9-88a1-f8de17b664eb)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f7b1067a-a973-4824-b9b3-9d3eeaa0a8a6)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 05475a19-a279-404c-b9d2-8a2c6b7ed9a5)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 688d0e54-d7dc-4cf4-a9a9-08e5a7b44275)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 95f10f8a-e10f-47e7-a793-f8a4d1f2133c)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d760d1c1-8ae6-42fe-98bd-bca918d40e9e)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a29c884-a11a-4388-afdb-eb19c5860b81)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 297256f8-2a0d-4e97-b4d1-8f2cfc126b7f)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9cef841-18ba-44c6-bcc2-84003da521bc)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b9ffaa1-e725-477e-9b8c-3b8afd7cd15d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8341306-a8f4-40b9-88a1-f8de17b664eb)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7b1067a-a973-4824-b9b3-9d3eeaa0a8a6)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 95f10f8a-e10f-47e7-a793-f8a4d1f2133c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 688d0e54-d7dc-4cf4-a9a9-08e5a7b44275)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d760d1c1-8ae6-42fe-98bd-bca918d40e9e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05475a19-a279-404c-b9d2-8a2c6b7ed9a5)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 559 "+5V") (pintype "passive") (tstamp 72af6594-a757-45eb-8567-67f1bea53956)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 1530c207-173e-4c40-8f8d-4d08ca2b408c)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17497,7 +21038,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e2cc9b0) + (tstamp 00000000-0000-0000-0000-00005e2cc9b0) (at 125.5 112.4) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -17510,30 +21051,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e75") (attr smd) (fp_text reference "C34" (at 0 -1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1b054fd3-2289-4524-8556-08e33a69bc3b) ) (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 25759127-cc20-4068-8f0e-e7c4c1d6263a) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5b259087-5040-4c88-bf03-cf4b9db9a3b8) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 0cbc3dde-fbf2-4682-89d9-d3767e4cd278)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d6aa6f8a-6609-4917-aa3f-6e13cba3a0ca)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6f9443b8-6e0d-4ad2-9a2f-a81f266f1a71)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 77a58a96-5fe2-4c1e-b506-e068c4989357)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 91d66f21-e9f0-4f0d-935c-d3f15081b8a1)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp be3d135e-39d6-4cc4-9c0f-f93de4e820fc)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 53da7c1e-cb2c-4c52-9553-81e668356e0d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 75c952b4-633d-4997-9c0a-5c909798f28c)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f066f8e2-4c1a-49d0-9284-26fd3c66b5c8)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fc7bb801-2ea3-47f5-922a-a8b86428a9f5)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6aa6f8a-6609-4917-aa3f-6e13cba3a0ca)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0cbc3dde-fbf2-4682-89d9-d3767e4cd278)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77a58a96-5fe2-4c1e-b506-e068c4989357)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 91d66f21-e9f0-4f0d-935c-d3f15081b8a1)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be3d135e-39d6-4cc4-9c0f-f93de4e820fc)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f9443b8-6e0d-4ad2-9a2f-a81f266f1a71)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53da7c1e-cb2c-4c52-9553-81e668356e0d)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc7bb801-2ea3-47f5-922a-a8b86428a9f5)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75c952b4-633d-4997-9c0a-5c909798f28c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f066f8e2-4c1a-49d0-9284-26fd3c66b5c8)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 254 "+1V5") (pintype "passive") (tstamp 3557e445-f41f-4f4c-a07e-bb48b0f55c6c)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp c47bb847-4521-4471-ba5d-9fe3192305b7)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17543,7 +21094,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2ce64b) + (tstamp 00000000-0000-0000-0000-00005e2ce64b) (at 271.75 98.15 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17556,30 +21107,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062483a5a") (attr smd) (fp_text reference "R8" (at 0 -1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 56fea590-6da2-4c6f-9f1c-459cc339b3ed) ) (fp_text value "100k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 07120a03-69f8-4784-b73e-5c7affc86d9b) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 698ec728-9fe7-4922-83dd-739be9958c5b) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp e128a7b9-eb82-4c2a-8088-3985fad8e9ce)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp f54b334c-8d72-4ff7-9eee-841a464b08ec)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1ff08216-5bf9-4d35-9a58-46182ab8141d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 65ec52e9-cc2c-4125-8a44-a56db28a4cd9)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a4a2edce-7b1f-43f1-838e-665818346338)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f585c3de-43b0-44b9-83f0-4899a7422331)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1c3f6baf-c4a3-4b3a-b38c-15994c1b12b5)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3e210fbd-67ab-4e5b-a14b-0dff2d0db078)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6075c7b3-1f69-4df8-830a-4dbc08fd4112)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 86bf011b-2305-48ca-80dd-8cbdf8173859)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f54b334c-8d72-4ff7-9eee-841a464b08ec)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e128a7b9-eb82-4c2a-8088-3985fad8e9ce)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4a2edce-7b1f-43f1-838e-665818346338)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65ec52e9-cc2c-4125-8a44-a56db28a4cd9)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1ff08216-5bf9-4d35-9a58-46182ab8141d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f585c3de-43b0-44b9-83f0-4899a7422331)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86bf011b-2305-48ca-80dd-8cbdf8173859)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c3f6baf-c4a3-4b3a-b38c-15994c1b12b5)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6075c7b3-1f69-4df8-830a-4dbc08fd4112)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e210fbd-67ab-4e5b-a14b-0dff2d0db078)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 63a24552-61e7-4ee2-ac75-54e6261a2c75)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 517 "Net-(R8-Pad2)") (pintype "passive") (tstamp f935a208-a9dd-44f7-aa0d-a22cdf57277f)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17589,7 +21150,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2ceb5c) + (tstamp 00000000-0000-0000-0000-00005e2ceb5c) (at 264.2 96.9 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17602,30 +21163,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062196e8e") (attr smd) (fp_text reference "R51" (at -2.4 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp aa7172e2-ccf4-4a19-b17c-5cfcd07ceeae) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f1019a03-7a8d-485d-80a1-6c00bf27f04e) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0b467352-1e14-4636-acfe-6cf5d73f7ae6) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 8952e310-9457-4ba8-b14c-f8c13b6c9dac)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp cee5c1c1-0976-42a5-b365-e335fe1129c5)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 078edc69-6b11-4ed9-b8d7-5d1be7d12a96)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7657c596-5025-4e2f-abec-53798e5c6e59)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d72099ba-a16c-46fe-87e8-3eecfd5263ce)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f79e7ca4-103e-442d-bbed-b9606763a3e2)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 06bcc0cd-8499-4881-8ab7-ba622f7236e5)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 144a0eeb-f672-4f62-9a46-b20f9c60b2f8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 23f01bd7-4c05-4ebc-b612-bf589d78289a)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 31a5de96-ab24-46c8-8381-2decdfc7dcf0)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cee5c1c1-0976-42a5-b365-e335fe1129c5)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8952e310-9457-4ba8-b14c-f8c13b6c9dac)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7657c596-5025-4e2f-abec-53798e5c6e59)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 078edc69-6b11-4ed9-b8d7-5d1be7d12a96)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d72099ba-a16c-46fe-87e8-3eecfd5263ce)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f79e7ca4-103e-442d-bbed-b9606763a3e2)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 144a0eeb-f672-4f62-9a46-b20f9c60b2f8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31a5de96-ab24-46c8-8381-2decdfc7dcf0)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23f01bd7-4c05-4ebc-b612-bf589d78289a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06bcc0cd-8499-4881-8ab7-ba622f7236e5)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp ec9921ba-60d2-4b99-9743-7720575f7741)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 162 "Net-(R51-Pad2)") (pintype "passive") (tstamp 26b8b316-1c3f-494c-b776-4a8eddb65da2)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17635,7 +21206,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2ceb8d) + (tstamp 00000000-0000-0000-0000-00005e2ceb8d) (at 243.9 84.8 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17648,30 +21219,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/36a5e010-82e5-48a7-b066-084b8c05e9b2") (attr smd) (fp_text reference "R53" (at 0.1 1.3 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 02dc8c68-886f-440b-a378-d5a7198cf939) ) (fp_text value "51k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 8a445a76-335c-4567-a567-29794cb9dad5) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0856bf25-0bb1-4687-8b28-8491568e296d) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 5a81feaa-dc68-457e-8880-f50a93906848)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp ee4ae66d-20b3-48c8-b50c-72e3ceb4e2a4)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 276cfaa8-97f8-43eb-8cb1-7499c730df65)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e1194c8d-d0f2-4010-8ebc-5c36621fe87a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e6dabf60-fa2c-4df5-9839-10ad68a021a5)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ef8eca65-6a49-4800-8669-d4cbca8ac566)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 991403b0-7e63-4d9a-8765-9cee62fa8ce2)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b74377be-66c1-49a1-b8a1-6ddc184ccfa6)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c3624b76-e37e-4192-a9dc-e2066cd47944)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ea138c02-5939-45a6-bba5-98d566118c48)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a81feaa-dc68-457e-8880-f50a93906848)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee4ae66d-20b3-48c8-b50c-72e3ceb4e2a4)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 276cfaa8-97f8-43eb-8cb1-7499c730df65)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6dabf60-fa2c-4df5-9839-10ad68a021a5)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e1194c8d-d0f2-4010-8ebc-5c36621fe87a)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef8eca65-6a49-4800-8669-d4cbca8ac566)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea138c02-5939-45a6-bba5-98d566118c48)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 991403b0-7e63-4d9a-8765-9cee62fa8ce2)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b74377be-66c1-49a1-b8a1-6ddc184ccfa6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3624b76-e37e-4192-a9dc-e2066cd47944)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 3502a8df-8c1b-4dab-8c17-a89668536868)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 99 "5V_PWR_EN") (pintype "passive") (tstamp 4108d707-9778-4443-9d0e-2163878180c6)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17681,7 +21262,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2ceb9e) + (tstamp 00000000-0000-0000-0000-00005e2ceb9e) (at 266.05 85.4 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17694,30 +21275,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062d55c5a") (attr smd) (fp_text reference "R54" (at 1.8 0.2 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3d17f7a7-b5e6-4a38-be7e-819d7d7abd0c) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f3500b87-80ad-469f-97b0-332aaa3a8ad2) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 262e8bc9-89ea-48c8-acf2-9ba099fdf6f7) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 903be31f-6ead-4610-b1b9-37faef31bf04)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b6dae735-0db8-4354-b36e-ea09c2131afc)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0777e05a-09b0-4ff2-892e-bd7209708d46)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7f7fc480-1b02-48d0-9ac5-a8c395d8bd68)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp edee1bc2-dac9-4f00-b54c-7e35caee7571)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f3ec1527-e8a1-43df-8823-9c51d33658a0)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2f0dcb31-cb24-4794-9036-f3d5c221fe9a)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 76b2805c-fbab-4122-9259-8e4a9f6f1694)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c11aa73f-4f2a-43c8-a291-732eba5a19a4)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f32c7fb9-81b4-40b9-8dba-0e1c4b76aa53)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 903be31f-6ead-4610-b1b9-37faef31bf04)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6dae735-0db8-4354-b36e-ea09c2131afc)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3ec1527-e8a1-43df-8823-9c51d33658a0)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f7fc480-1b02-48d0-9ac5-a8c395d8bd68)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0777e05a-09b0-4ff2-892e-bd7209708d46)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp edee1bc2-dac9-4f00-b54c-7e35caee7571)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 76b2805c-fbab-4122-9259-8e4a9f6f1694)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c11aa73f-4f2a-43c8-a291-732eba5a19a4)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f32c7fb9-81b4-40b9-8dba-0e1c4b76aa53)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f0dcb31-cb24-4794-9036-f3d5c221fe9a)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 505 "Net-(R174-Pad1)") (pintype "passive") (tstamp 8ec6d3d3-068b-40cb-9d0e-977ff739b596)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 518 "Net-(R182-Pad2)") (pintype "passive") (tstamp 084a087a-ad6e-405c-b7cf-41b9cffdb3e7)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17727,7 +21318,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2ceec0) + (tstamp 00000000-0000-0000-0000-00005e2ceec0) (at 264.9 76.7 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17740,30 +21331,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061ec7b4b") (attr smd) (fp_text reference "R80" (at 0 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cb83f170-114f-43b7-b1b9-63153e0bd9bb) ) (fp_text value "47k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 1e91a8c9-b1d0-4f10-8218-1eb2071c26a1) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5b1843ca-24ce-47a2-87cf-96744cd7af79) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 4118426c-b30d-4ded-a5f6-f2883a16b401)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp d097c744-244f-4fac-8da3-a35b4ecefa53)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 262bc932-ef71-4ed0-bd87-880e7a055ef6)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 96bde5d5-8670-4d8e-b32e-2f2c7240c2a2)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp abe50e09-2a91-4645-8fb9-b14d02876b7b)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b04ff2fc-b44f-492a-8900-eda0a740c7ec)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 14af7c48-a6b3-4bf1-98c6-76ce6374f987)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 758fe69a-50a4-4b59-ac3c-0105ae969035)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e8cf448f-d4be-4dc9-b0b0-1ac5e2ba8f27)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ed9a1299-4bc0-475c-b89d-6a25f01ff46a)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4118426c-b30d-4ded-a5f6-f2883a16b401)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d097c744-244f-4fac-8da3-a35b4ecefa53)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96bde5d5-8670-4d8e-b32e-2f2c7240c2a2)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 262bc932-ef71-4ed0-bd87-880e7a055ef6)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abe50e09-2a91-4645-8fb9-b14d02876b7b)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b04ff2fc-b44f-492a-8900-eda0a740c7ec)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 758fe69a-50a4-4b59-ac3c-0105ae969035)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14af7c48-a6b3-4bf1-98c6-76ce6374f987)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed9a1299-4bc0-475c-b89d-6a25f01ff46a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8cf448f-d4be-4dc9-b0b0-1ac5e2ba8f27)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 513 "Net-(C65-Pad2)") (pintype "passive") (tstamp 342a4caf-7bc0-488f-b7cd-612669d2bed4)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 516 "Net-(R80-Pad2)") (pintype "passive") (tstamp 1c4d3992-ad2d-4d02-8a6b-fb5bd7cd555b)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17773,7 +21374,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2cfa31) + (tstamp 00000000-0000-0000-0000-00005e2cfa31) (at 265.8 96.9 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17786,30 +21387,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000613df725") (attr smd) (fp_text reference "R172" (at 2.8 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f0f7f5f8-2e44-4a95-b83f-687a6407d6c9) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 95df4bba-7cac-421c-bb39-588d4bdd5ac5) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 29bbb6a3-eb7d-4a24-b463-dd15a43f7527) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 7a83796f-e0fc-48a5-b71d-8ae193c87201)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 89525238-fbc1-4daa-9358-a966e627de7a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 015fae82-bafe-4d43-bcca-40e00d174d39)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 29f6e850-7b0b-4790-b099-44037fd0227d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 351b1952-60f3-44c0-91c8-b1cbb54598b3)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3fb4f53d-b7b7-455b-9cfa-c9bdd4f9c6ae)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1ef4244c-03f5-4c22-af97-7f8892b8e4b8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a439774a-82a7-4e09-aa94-884b7719702e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c2bad48b-d9cf-4b90-831a-79a158de84f5)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d60bf1cd-6c51-4671-bc6e-15e24403a614)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89525238-fbc1-4daa-9358-a966e627de7a)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a83796f-e0fc-48a5-b71d-8ae193c87201)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29f6e850-7b0b-4790-b099-44037fd0227d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 351b1952-60f3-44c0-91c8-b1cbb54598b3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3fb4f53d-b7b7-455b-9cfa-c9bdd4f9c6ae)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 015fae82-bafe-4d43-bcca-40e00d174d39)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2bad48b-d9cf-4b90-831a-79a158de84f5)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d60bf1cd-6c51-4671-bc6e-15e24403a614)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a439774a-82a7-4e09-aa94-884b7719702e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ef4244c-03f5-4c22-af97-7f8892b8e4b8)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 591 "Net-(Q4-Pad3)") (pintype "passive") (tstamp 7a182921-4e06-4b95-8021-b79333c204f3)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp e6204171-ea3b-4c89-a9d4-ac3cdbe8a072)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17819,7 +21430,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2cfa42) + (tstamp 00000000-0000-0000-0000-00005e2cfa42) (at 265.5 109.4 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -17832,30 +21443,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000060faf968") (attr smd) (fp_text reference "R173" (at 0 -1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d02903d4-c125-45c2-b8d7-3c2c76af5ccb) ) (fp_text value "49.9k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a7b3e089-3bcf-49e5-a818-bf55b4da2f5e) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9f705138-239c-4ff7-8416-7475bdf0c205) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp bbddcdc3-fb3c-4159-baa2-24a62ecff49b)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp efff30c2-0991-427c-a04a-ed798a4c41f1)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2ac38ec7-18a5-4632-b7f7-c17bcaa7e521)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4fe44340-fbfc-47a6-a7bb-8deecb50c934)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 692b5aae-cbf6-448d-8144-dc31f3a4b449)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f9c4cad7-9243-4628-9ca8-3509a33d78d4)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 000b5a17-10cf-492a-9359-294d42bb557e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 453c8e7f-20ff-4af9-a044-c296001cbca0)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6fe83c37-846d-443d-9c5e-e6d29ba78742)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fa5c95c2-dc74-439e-ba5b-94ff31afdd0f)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efff30c2-0991-427c-a04a-ed798a4c41f1)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bbddcdc3-fb3c-4159-baa2-24a62ecff49b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4fe44340-fbfc-47a6-a7bb-8deecb50c934)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9c4cad7-9243-4628-9ca8-3509a33d78d4)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 692b5aae-cbf6-448d-8144-dc31f3a4b449)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ac38ec7-18a5-4632-b7f7-c17bcaa7e521)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 453c8e7f-20ff-4af9-a044-c296001cbca0)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa5c95c2-dc74-439e-ba5b-94ff31afdd0f)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 000b5a17-10cf-492a-9359-294d42bb557e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fe83c37-846d-443d-9c5e-e6d29ba78742)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 646 "Net-(R173-Pad1)") (pintype "passive") (tstamp cc900abf-814b-409f-beba-caec533c9c3c)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 311 "CHGBAT") (pintype "passive") (tstamp 18024b22-6c79-4950-865d-ce2cfb813f9a)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -17865,7 +21486,7 @@ ) (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tedit 58645DC7) (tstamp 00000000-0000-0000-0000-00005e2e0617) + (tstamp 00000000-0000-0000-0000-00005e2e0617) (at 265.5 104.9 90) (descr "SOD-123") (tags "SOD-123") @@ -17878,38 +21499,56 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000636ea79e") (attr smd) (fp_text reference "D4" (at -2.9 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e9aaf9d3-64f7-4dbe-829a-927069108cad) ) (fp_text value "SBR0560S1" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6f8b3a38-ff58-4816-a7f2-07f3533127b5) ) (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp af43bb7b-29a3-4b07-84c5-944768682582) ) - (fp_line (start -2.25 -1) (end 1.65 -1) (layer "F.SilkS") (width 0.12) (tstamp 01c88329-a380-447d-822c-83b3efa344bf)) - (fp_line (start -2.25 -1) (end -2.25 1) (layer "F.SilkS") (width 0.12) (tstamp 50f18299-e95a-4abc-b8b7-2cdc954a46b8)) - (fp_line (start -2.25 1) (end 1.65 1) (layer "F.SilkS") (width 0.12) (tstamp dfed25a4-87a4-4be9-977f-6b7e01d33709)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 1c3eade7-a1c5-4a43-8aea-9c25e55393a7)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 71ffb394-9d8c-4246-b24b-5c39faab3feb)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 7899692f-fda6-46fe-ab81-997689816f5a)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer "F.CrtYd") (width 0.05) (tstamp f77bba83-5553-4a9c-8dd8-f6e08e32d07c)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 09ca038e-78c4-45ff-b4e3-641a2e4c2f7a)) - (fp_line (start -0.35 0) (end -0.35 -0.55) (layer "F.Fab") (width 0.1) (tstamp 0fd84a76-069a-4002-b760-3b36615d8297)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp 157cdb34-cecd-494d-8bfe-ba15902286ba)) - (fp_line (start 0.25 0) (end 0.75 0) (layer "F.Fab") (width 0.1) (tstamp 22fe2301-a205-4ebb-9523-74ba1c72757b)) - (fp_line (start 0.25 0.4) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 2870ecfa-bec5-4946-98d5-d64ef5992648)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp 310929d1-9b08-4daa-9161-f06bb9dbddab)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 337e9010-b85e-4728-be1b-d50afeeb01b3)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8a418c9f-c93c-476a-be74-aa44f5513393)) - (fp_line (start -0.35 0) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp 90b3538f-5620-484e-b1a7-d90b875d9db8)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp aa03f624-3109-451d-a737-de7ad7a437a6)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp fd489f52-ff02-4c01-beeb-25f8e1b0a9be)) - (pad "1" smd rect locked (at -1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -2.25 -1) (end -2.25 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50f18299-e95a-4abc-b8b7-2cdc954a46b8)) + (fp_line (start -2.25 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01c88329-a380-447d-822c-83b3efa344bf)) + (fp_line (start -2.25 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dfed25a4-87a4-4be9-977f-6b7e01d33709)) + (fp_line (start -2.35 -1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7899692f-fda6-46fe-ab81-997689816f5a)) + (fp_line (start -2.35 -1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f77bba83-5553-4a9c-8dd8-f6e08e32d07c)) + (fp_line (start 2.35 -1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c3eade7-a1c5-4a43-8aea-9c25e55393a7)) + (fp_line (start 2.35 1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71ffb394-9d8c-4246-b24b-5c39faab3feb)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd489f52-ff02-4c01-beeb-25f8e1b0a9be)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa03f624-3109-451d-a737-de7ad7a437a6)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09ca038e-78c4-45ff-b4e3-641a2e4c2f7a)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0fd84a76-069a-4002-b760-3b36615d8297)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90b3538f-5620-484e-b1a7-d90b875d9db8)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a418c9f-c93c-476a-be74-aa44f5513393)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 337e9010-b85e-4728-be1b-d50afeeb01b3)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22fe2301-a205-4ebb-9523-74ba1c72757b)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2870ecfa-bec5-4946-98d5-d64ef5992648)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 310929d1-9b08-4daa-9161-f06bb9dbddab)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 157cdb34-cecd-494d-8bfe-ba15902286ba)) + (pad "1" smd rect (at -1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 16 "Net-(C1-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 36ca2f56-7900-4c9d-9936-aa9534814088)) - (pad "2" smd rect locked (at 1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 501 "/Reform 2 Power/CHG_INTVCC") (pinfunction "A") (pintype "passive") (tstamp 927d78de-c404-442f-9765-bf685b498975)) (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" (offset (xyz 0 0 0)) @@ -17919,7 +21558,7 @@ ) (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tedit 58645DC7) (tstamp 00000000-0000-0000-0000-00005e2e0630) + (tstamp 00000000-0000-0000-0000-00005e2e0630) (at 254.6 80.5 -90) (descr "SOD-123") (tags "SOD-123") @@ -17932,38 +21571,56 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000065f2a456") (attr smd) (fp_text reference "D5" (at -3.1 -0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 26441a05-7f84-4b5f-84f1-8da8ce1dfb62) ) (fp_text value "NOSTUFF" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 77171333-1ee1-42d1-a6eb-ee1ea91dd6ac) ) (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 699ee8ee-2a7e-4eef-bc28-da70fd7c7518) ) - (fp_line (start -2.25 1) (end 1.65 1) (layer "F.SilkS") (width 0.12) (tstamp 8b7bb6f7-8b04-4838-b78e-541fbb00a7d6)) - (fp_line (start -2.25 -1) (end 1.65 -1) (layer "F.SilkS") (width 0.12) (tstamp b0caedc4-7abd-4669-a382-4d42d49b4ed3)) - (fp_line (start -2.25 -1) (end -2.25 1) (layer "F.SilkS") (width 0.12) (tstamp ff285fc0-3d56-4c42-8224-df09ab1ac317)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 1eaa2a42-862e-4802-b7f0-af66420d3a34)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 3d088d86-df12-4f26-a50b-c0b68dcb3798)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 4103eed2-1ace-4da2-8bf7-e2f00bd1f533)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer "F.CrtYd") (width 0.05) (tstamp 8bf4ef9a-a938-4aa4-b94f-f9ef82613c51)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0cbe50af-400c-4c22-b2a1-64c3dba87d22)) - (fp_line (start 0.25 0.4) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 2b92df8e-4a3a-4060-ba2c-d4bfbdb93412)) - (fp_line (start -0.35 0) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp 4f715077-45d5-4457-b98d-a7d7e3fb3608)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp 55250f65-1b0d-4d3a-bd18-85e14b9fa30e)) - (fp_line (start 0.25 0) (end 0.75 0) (layer "F.Fab") (width 0.1) (tstamp 7ae4cf22-c8cf-4e5f-a876-5fe5c8ee3cac)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp 83634a73-4e82-4ad9-9080-329fc718d2a2)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp 84548498-09fe-4cc2-9f3a-b00295a5f64e)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 9bf19cb6-0648-4bad-af44-b47f9f44771d)) - (fp_line (start -0.35 0) (end -0.35 -0.55) (layer "F.Fab") (width 0.1) (tstamp a044f944-409d-4fa2-8adb-c9e17b9e032b)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp af3fa684-f1e6-4641-b480-9b075087fc41)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp db05f3b5-6d00-419e-aca5-850771fa139d)) - (pad "1" smd rect locked (at -1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -2.25 -1) (end -2.25 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff285fc0-3d56-4c42-8224-df09ab1ac317)) + (fp_line (start -2.25 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0caedc4-7abd-4669-a382-4d42d49b4ed3)) + (fp_line (start -2.25 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b7bb6f7-8b04-4838-b78e-541fbb00a7d6)) + (fp_line (start -2.35 -1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1eaa2a42-862e-4802-b7f0-af66420d3a34)) + (fp_line (start -2.35 -1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8bf4ef9a-a938-4aa4-b94f-f9ef82613c51)) + (fp_line (start 2.35 -1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d088d86-df12-4f26-a50b-c0b68dcb3798)) + (fp_line (start 2.35 1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4103eed2-1ace-4da2-8bf7-e2f00bd1f533)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83634a73-4e82-4ad9-9080-329fc718d2a2)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af3fa684-f1e6-4641-b480-9b075087fc41)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db05f3b5-6d00-419e-aca5-850771fa139d)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a044f944-409d-4fa2-8adb-c9e17b9e032b)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f715077-45d5-4457-b98d-a7d7e3fb3608)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0cbe50af-400c-4c22-b2a1-64c3dba87d22)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bf19cb6-0648-4bad-af44-b47f9f44771d)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ae4cf22-c8cf-4e5f-a876-5fe5c8ee3cac)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b92df8e-4a3a-4060-ba2c-d4bfbdb93412)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84548498-09fe-4cc2-9f3a-b00295a5f64e)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55250f65-1b0d-4d3a-bd18-85e14b9fa30e)) + (pad "1" smd rect (at -1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 97 "30V_GATE") (pinfunction "K") (pintype "passive") (tstamp 0e4b7ca9-4716-4d09-9ea6-2e6d1fdabf8a)) - (pad "2" smd rect locked (at 1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 502 "Net-(C32-Pad2)") (pinfunction "A") (pintype "passive") (tstamp df9dccf0-183e-44a6-bf25-2998abe45446)) (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" (offset (xyz 0 0 0)) @@ -17973,7 +21630,7 @@ ) (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e2e065c) + (tstamp 00000000-0000-0000-0000-00005e2e065c) (at 271.5 102.8 -90) (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "diode") @@ -17986,32 +21643,44 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000065c6f27b") (attr smd) (fp_text reference "D8" (at 2.1 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0c91fe51-56f4-4844-b135-f9e987608b3f) ) (fp_text value "LEDCHG1" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp def98270-81d5-45b4-baa9-cae4c086a509) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7893990b-ee73-47b3-8193-cf001bcde6a5) ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer "F.SilkS") (width 0.12) (tstamp 72d55ff2-8eb3-461c-b6ec-c5b7455dd09f)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer "F.SilkS") (width 0.12) (tstamp 88b9d546-791d-4160-9d29-01c931337d28)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer "F.SilkS") (width 0.12) (tstamp dd4ee821-438f-41f3-87cf-6f2597d45757)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1190ba30-c96d-45ff-937a-001ee7a496df)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6d31b018-f5f4-4041-9f73-a0ecd7e2cf48)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6ff2a260-a47a-4f66-862a-5fd9bd62436f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f7032a22-efe3-4f95-89c1-c274e674eb42)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 09d7bc06-e108-4afe-94a0-dfe9ce848a26)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0e7c01de-1bee-4a61-b524-9208a864d37f)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5c1f8816-6b45-4ac7-ab6a-46d1906348ad)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 942e8bcd-b28e-4d3f-b0d4-7bd4dd961dca)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer "F.Fab") (width 0.1) (tstamp b3cbe72d-9bba-43c1-a06a-7cc2f4f797db)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72d55ff2-8eb3-461c-b6ec-c5b7455dd09f)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88b9d546-791d-4160-9d29-01c931337d28)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd4ee821-438f-41f3-87cf-6f2597d45757)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1190ba30-c96d-45ff-937a-001ee7a496df)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ff2a260-a47a-4f66-862a-5fd9bd62436f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d31b018-f5f4-4041-9f73-a0ecd7e2cf48)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7032a22-efe3-4f95-89c1-c274e674eb42)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09d7bc06-e108-4afe-94a0-dfe9ce848a26)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c1f8816-6b45-4ac7-ab6a-46d1906348ad)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3cbe72d-9bba-43c1-a06a-7cc2f4f797db)) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e7c01de-1bee-4a61-b524-9208a864d37f)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 942e8bcd-b28e-4d3f-b0d4-7bd4dd961dca)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 507 "CHG_STAT1") (pinfunction "K") (pintype "passive") (tstamp eb91b826-4930-43e7-9767-78c96265c15b)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 536 "Net-(D8-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 5f3bc7c6-d564-4519-8966-7837f220ab7a)) (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -18021,7 +21690,7 @@ ) (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e2e066f) + (tstamp 00000000-0000-0000-0000-00005e2e066f) (at 273.4 102.8 -90) (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "diode") @@ -18034,32 +21703,44 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000065d56fe1") (attr smd) (fp_text reference "D9" (at 2.1 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 98a6e766-4c9c-40f3-90d2-4eef5e19b8c1) ) (fp_text value "LEDCHG2" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp bf674d5c-e912-4f6a-8d2b-f446aed0dea2) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 44856841-a8ef-407e-9a6b-2963331aa7d4) ) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer "F.SilkS") (width 0.12) (tstamp 478fd903-fa72-4e16-a96f-bf6294bdbbf1)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer "F.SilkS") (width 0.12) (tstamp b2d8b7c7-8827-4bfb-873f-39e5f7adc12c)) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer "F.SilkS") (width 0.12) (tstamp b595c6c4-d275-437a-b97e-c0268e350e09)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 44abea7a-a55a-4927-b869-71df0525ab66)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 936e3a54-a149-45ea-89df-691bbf301e37)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 94c29aba-8ee4-44dd-a3e6-8ed7b61adee3)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp eb628c1b-ec0f-449f-9367-113e2bb26f94)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1a7b402c-9f2e-4663-b0d8-c32ab0724bc7)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer "F.Fab") (width 0.1) (tstamp 288038a1-04a4-43bd-b608-406cdcd7d116)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 50fb103c-2ae0-496c-9e49-eca45362e895)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7fde9857-a32c-4a4c-9ed6-9e04b8f9b22e)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer "F.Fab") (width 0.1) (tstamp cb7c35c3-b018-4552-ab48-a2ca90282290)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b595c6c4-d275-437a-b97e-c0268e350e09)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2d8b7c7-8827-4bfb-873f-39e5f7adc12c)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 478fd903-fa72-4e16-a96f-bf6294bdbbf1)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb628c1b-ec0f-449f-9367-113e2bb26f94)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44abea7a-a55a-4927-b869-71df0525ab66)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 936e3a54-a149-45ea-89df-691bbf301e37)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94c29aba-8ee4-44dd-a3e6-8ed7b61adee3)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50fb103c-2ae0-496c-9e49-eca45362e895)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7fde9857-a32c-4a4c-9ed6-9e04b8f9b22e)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 288038a1-04a4-43bd-b608-406cdcd7d116)) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb7c35c3-b018-4552-ab48-a2ca90282290)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a7b402c-9f2e-4663-b0d8-c32ab0724bc7)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 506 "CHG_STAT2") (pinfunction "K") (pintype "passive") (tstamp c73ca871-f3cc-4eec-926e-6ef1c7ae1f34)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 537 "Net-(D9-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 9f3d9997-79a9-420b-9784-f5965100f59b)) (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -18069,7 +21750,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2e28c1) + (tstamp 00000000-0000-0000-0000-00005e2e28c1) (at 264.3 85.4 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -18082,30 +21763,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000649375c1") (attr smd) (fp_text reference "R182" (at 0 -1.1 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8b715804-cbb5-4626-94e8-56a1b72250f5) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 28bc1cd5-6920-4975-bb8f-28b396870b69) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7e5dba0c-79ca-411c-b4d1-016a30c66353) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 05d9102a-ab9a-422f-b5cd-9aa6090449e3)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 6d13636f-fbeb-420f-93a3-ab64439534c7)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1657b3e2-ea85-42f4-ae66-e0839e592690)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 45e163bf-c7ed-4d19-8953-c6bc1dfa8c2d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9816a3de-8ca7-42e2-b736-14ce7dc9b245)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp fce2310d-37a4-45e8-96df-d87eae9c3079)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0d351ad8-dc3c-4233-8d2d-444b7a706049)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 145a5141-cf9d-4e66-ad2d-816a3341d6e4)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a401f1b9-c803-4050-8394-cb003ff677d9)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a6b89cde-a27f-4314-840e-8ee8812306d1)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d13636f-fbeb-420f-93a3-ab64439534c7)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05d9102a-ab9a-422f-b5cd-9aa6090449e3)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fce2310d-37a4-45e8-96df-d87eae9c3079)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9816a3de-8ca7-42e2-b736-14ce7dc9b245)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45e163bf-c7ed-4d19-8953-c6bc1dfa8c2d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1657b3e2-ea85-42f4-ae66-e0839e592690)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6b89cde-a27f-4314-840e-8ee8812306d1)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a401f1b9-c803-4050-8394-cb003ff677d9)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 145a5141-cf9d-4e66-ad2d-816a3341d6e4)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d351ad8-dc3c-4233-8d2d-444b7a706049)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 519 "Net-(R182-Pad1)") (pintype "passive") (tstamp bbefd2f7-e179-4cf9-9322-98ef868d7309)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 518 "Net-(R182-Pad2)") (pintype "passive") (tstamp c32516ee-dded-47d1-938b-2805e743d3da)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -18115,7 +21806,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2e28d2) + (tstamp 00000000-0000-0000-0000-00005e2e28d2) (at 269.6 102.8 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -18128,30 +21819,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000065c6f287") (attr smd) (fp_text reference "R183" (at -2.8 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 95f6af0f-5a93-459a-911b-cb0d7b22b2e2) ) (fp_text value "1k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 802a52d6-225f-4cc5-b186-079726680411) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ebebd810-0946-436c-8782-7ced7a7fa7dd) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 7af296f0-917a-4271-9144-f763b40d87b8)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c12c789c-07ad-455e-86d4-867d6f358073)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1aa82fdb-c5cd-4a26-a252-8ec4e69a721f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 20680acd-26d8-4d50-917a-6e053f9c104f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 57c01589-d824-45c8-b15c-3100fcdddd5b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d75115ec-f65a-4d25-ad14-26366221888f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 06285274-b37f-4cbd-839e-6e96559ec58d)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0baea5f7-de26-4ecb-ad9b-dd3f5f3417b5)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 71d79c7e-5eb3-4846-84c2-5165cc7f9645)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e96e4d16-2fdf-42b6-8b5c-67ff2395c2f2)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7af296f0-917a-4271-9144-f763b40d87b8)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c12c789c-07ad-455e-86d4-867d6f358073)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1aa82fdb-c5cd-4a26-a252-8ec4e69a721f)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d75115ec-f65a-4d25-ad14-26366221888f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57c01589-d824-45c8-b15c-3100fcdddd5b)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 20680acd-26d8-4d50-917a-6e053f9c104f)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e96e4d16-2fdf-42b6-8b5c-67ff2395c2f2)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06285274-b37f-4cbd-839e-6e96559ec58d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71d79c7e-5eb3-4846-84c2-5165cc7f9645)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0baea5f7-de26-4ecb-ad9b-dd3f5f3417b5)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 501 "/Reform 2 Power/CHG_INTVCC") (pintype "passive") (tstamp f9a81bea-b7cd-4dc3-8961-e21ced1ee0bf)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 536 "Net-(D8-Pad2)") (pintype "passive") (tstamp 4fe9504a-390c-4b07-b4cb-f635c956b89d)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -18161,7 +21862,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2e28e3) + (tstamp 00000000-0000-0000-0000-00005e2e28e3) (at 272.5 107) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -18174,30 +21875,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000065d56fed") (attr smd) (fp_text reference "R184" (at 0.05 1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 81dbbd27-3cfa-46ee-973b-39fc867f6732) ) (fp_text value "1k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 514cfbc0-d99f-4158-9006-48fda1b80510) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e94dfe28-883f-44c0-aaf8-c54f9133fc24) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 558c4f1c-82e5-45a8-ad74-241789a1bc81)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 7f24f063-0cdb-4437-a1dd-da5f1a40495a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 479ec6f3-041e-4415-b93f-216ac82538f7)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4c2df8f1-b6fd-4f14-b445-b34eb71e3ba2)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b3a08d56-8f8d-449b-b8ec-d37d0df2fde7)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c5dce514-1dd8-4140-80be-9dc7f463d9a5)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 999a091a-80cc-49ab-909a-a80554f68eed)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c8185426-257a-462a-a13f-d2a600448ece)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ee8c7967-d9ff-40d1-bbad-d1389d8e1e9f)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp fdb6c7b2-c4a7-42ea-ab36-f09148f37340)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f24f063-0cdb-4437-a1dd-da5f1a40495a)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 558c4f1c-82e5-45a8-ad74-241789a1bc81)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5dce514-1dd8-4140-80be-9dc7f463d9a5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 479ec6f3-041e-4415-b93f-216ac82538f7)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3a08d56-8f8d-449b-b8ec-d37d0df2fde7)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c2df8f1-b6fd-4f14-b445-b34eb71e3ba2)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8185426-257a-462a-a13f-d2a600448ece)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee8c7967-d9ff-40d1-bbad-d1389d8e1e9f)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fdb6c7b2-c4a7-42ea-ab36-f09148f37340)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 999a091a-80cc-49ab-909a-a80554f68eed)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 501 "/Reform 2 Power/CHG_INTVCC") (pintype "passive") (tstamp 7f2d8d4f-5068-4f75-94f5-a04147cc45f2)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 537 "Net-(D9-Pad2)") (pintype "passive") (tstamp 2efff87d-2eef-4116-ab4e-ba6f978ec204)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -18207,7 +21918,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2e28f4) + (tstamp 00000000-0000-0000-0000-00005e2e28f4) (at 115.3 116.8 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -18220,30 +21931,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ed2") (attr smd) (fp_text reference "R185" (at -2.8 -0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5cffcdaf-2b71-45a0-9f4e-5dbcdd24d69b) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 790d54fd-aac8-4d26-ad72-4b8fb403e305) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 06d529b0-1fbf-49ed-ba73-93ce4026c2bf) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2164b602-d0bf-411b-97a3-453276c89df1)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp c5226723-dfd1-4fa0-80cb-1311723a14fd)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 34f5f594-a29a-4f26-8b23-ad5c841ea912)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b9105129-6ce1-44bb-9bd7-278f1a86e225)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c6159809-4688-4d46-b3ba-4b7f9dc7506e)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f4d00afe-d7d2-4a51-bf21-1194cf68d817)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 483c4c76-860a-4020-ab56-75a77c12457e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 98d85cc4-3a39-46ae-af4f-76f464a86a43)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9e4d926a-0aa3-4b11-b37c-0dafec6dfcdb)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c244c9a7-0011-4c6f-ba4c-fa9ce8f21a21)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5226723-dfd1-4fa0-80cb-1311723a14fd)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2164b602-d0bf-411b-97a3-453276c89df1)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34f5f594-a29a-4f26-8b23-ad5c841ea912)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9105129-6ce1-44bb-9bd7-278f1a86e225)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4d00afe-d7d2-4a51-bf21-1194cf68d817)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6159809-4688-4d46-b3ba-4b7f9dc7506e)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 483c4c76-860a-4020-ab56-75a77c12457e)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98d85cc4-3a39-46ae-af4f-76f464a86a43)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c244c9a7-0011-4c6f-ba4c-fa9ce8f21a21)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e4d926a-0aa3-4b11-b37c-0dafec6dfcdb)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 328 "1V2_PWR_EN") (pintype "passive") (tstamp 14a3c980-5b4e-4899-8a6e-76b7882c4abf)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 520 "Net-(R185-Pad2)") (pintype "passive") (tstamp 3a17a03c-f215-4563-bdfc-01cedd0c4064)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -18253,7 +21974,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2e2905) + (tstamp 00000000-0000-0000-0000-00005e2e2905) (at 128 117.4 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -18266,30 +21987,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5edd") (attr smd) (fp_text reference "R186" (at -2.8 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b0225aab-4ba3-4e38-9a43-a1794589edeb) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 1982ddc8-e4ab-46f3-834f-22e4101a61e9) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 79310945-a696-42e5-bd3f-ccdfab1ad0d4) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 01085934-dba0-4a02-941b-72154f6a2e29)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 9fea3db6-f19a-4695-b22e-85909f7dce85)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 65e72abd-f1ff-44a9-862d-b8a08b905b39)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8367b5c4-a881-43d7-a2a9-b9345980ba44)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ccd0b013-1e82-45f3-a6d7-b34997e15b63)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ce27f9df-5b51-416d-bdd9-b8a11e8db2e3)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5676a084-d311-4511-a2df-bc967146a219)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 84da6411-b3ca-4c3b-96f3-6af8bb63f20a)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ba11c07b-cb05-4a1e-8a0a-616619d156a9)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fcf9e821-22ae-4d6b-94ea-df4a8be21722)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9fea3db6-f19a-4695-b22e-85909f7dce85)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01085934-dba0-4a02-941b-72154f6a2e29)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ccd0b013-1e82-45f3-a6d7-b34997e15b63)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8367b5c4-a881-43d7-a2a9-b9345980ba44)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65e72abd-f1ff-44a9-862d-b8a08b905b39)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce27f9df-5b51-416d-bdd9-b8a11e8db2e3)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fcf9e821-22ae-4d6b-94ea-df4a8be21722)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba11c07b-cb05-4a1e-8a0a-616619d156a9)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5676a084-d311-4511-a2df-bc967146a219)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84da6411-b3ca-4c3b-96f3-6af8bb63f20a)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 596 "PCIE1_PWR_EN") (pintype "passive") (tstamp 34333593-9a5e-4c24-99c7-7afcfac7e86e)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 521 "Net-(R186-Pad2)") (pintype "passive") (tstamp 005e1e1b-6877-4d67-9411-d459bff6487e)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -18299,7 +22030,7 @@ ) (footprint "Resistor_SMD:R_0612_1632Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2fc588) + (tstamp 00000000-0000-0000-0000-00005e2fc588) (at 270.2 85.2 90) (descr "Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -18312,30 +22043,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fbc33b7") (attr smd) (fp_text reference "R49" (at 0 2.4 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 647fb223-e115-4996-ac54-86f76b6eaa34) ) (fp_text value "0.01" (at 0 2.65 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5d090e5b-0793-42bd-8371-2ba2c746dc6e) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9d42c38c-1b70-4acc-8bf8-d4b6caa7d723) ) - (fp_line (start -0.182983 1.71) (end 0.182983 1.71) (layer "F.SilkS") (width 0.12) (tstamp 353b9e1e-9cea-4519-a04b-08a91036e2e3)) - (fp_line (start -0.182983 -1.71) (end 0.182983 -1.71) (layer "F.SilkS") (width 0.12) (tstamp bbd18fb1-bb71-407b-bc4e-7e393d71714b)) - (fp_line (start 1.5 1.95) (end -1.5 1.95) (layer "F.CrtYd") (width 0.05) (tstamp 413bb65c-5c0d-4d0f-867d-d4a22c5e2b5c)) - (fp_line (start -1.5 1.95) (end -1.5 -1.95) (layer "F.CrtYd") (width 0.05) (tstamp b0b634ed-ae68-4aef-8af8-dafb7df878f0)) - (fp_line (start -1.5 -1.95) (end 1.5 -1.95) (layer "F.CrtYd") (width 0.05) (tstamp d3e936ae-69cb-4f8d-8668-e54af62c2b6a)) - (fp_line (start 1.5 -1.95) (end 1.5 1.95) (layer "F.CrtYd") (width 0.05) (tstamp ef3e7550-4e21-4bdb-86b5-3ef26002e885)) - (fp_line (start -0.8 1.6) (end -0.8 -1.6) (layer "F.Fab") (width 0.1) (tstamp 010d4dd0-161e-436a-8d5f-c1656920b7ba)) - (fp_line (start -0.8 -1.6) (end 0.8 -1.6) (layer "F.Fab") (width 0.1) (tstamp 2b625acd-7b9e-4943-9366-fb7928ad5703)) - (fp_line (start 0.8 -1.6) (end 0.8 1.6) (layer "F.Fab") (width 0.1) (tstamp 8e834913-ec84-4ec3-b3af-a7eb44710a88)) - (fp_line (start 0.8 1.6) (end -0.8 1.6) (layer "F.Fab") (width 0.1) (tstamp b4860a16-3ea6-42d6-bb36-eb2ffbe9cf76)) - (pad "1" smd roundrect locked (at -0.75 0 90) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.182983 -1.71) (end 0.182983 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bbd18fb1-bb71-407b-bc4e-7e393d71714b)) + (fp_line (start -0.182983 1.71) (end 0.182983 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 353b9e1e-9cea-4519-a04b-08a91036e2e3)) + (fp_line (start -1.5 -1.95) (end 1.5 -1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3e936ae-69cb-4f8d-8668-e54af62c2b6a)) + (fp_line (start -1.5 1.95) (end -1.5 -1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0b634ed-ae68-4aef-8af8-dafb7df878f0)) + (fp_line (start 1.5 -1.95) (end 1.5 1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef3e7550-4e21-4bdb-86b5-3ef26002e885)) + (fp_line (start 1.5 1.95) (end -1.5 1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 413bb65c-5c0d-4d0f-867d-d4a22c5e2b5c)) + (fp_line (start -0.8 -1.6) (end 0.8 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b625acd-7b9e-4943-9366-fb7928ad5703)) + (fp_line (start -0.8 1.6) (end -0.8 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 010d4dd0-161e-436a-8d5f-c1656920b7ba)) + (fp_line (start 0.8 -1.6) (end 0.8 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e834913-ec84-4ec3-b3af-a7eb44710a88)) + (fp_line (start 0.8 1.6) (end -0.8 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b4860a16-3ea6-42d6-bb36-eb2ffbe9cf76)) + (pad "1" smd roundrect (at -0.75 0 90) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 158 "Net-(Q1-Pad5)") (pintype "passive") (tstamp 420d7a2e-1b2b-4f68-acb8-c762dbd791e2)) - (pad "2" smd roundrect locked (at 0.75 0 90) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.75 0 90) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 98 "/Reform 2 Power/VIN") (pintype "passive") (tstamp 60fd8cba-32c0-4838-9d3a-07907047b991)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0612_1632Metric.wrl" (offset (xyz 0 0 0)) @@ -18345,7 +22086,7 @@ ) (footprint "Resistor_SMD:R_0612_1632Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e2fc599) + (tstamp 00000000-0000-0000-0000-00005e2fc599) (at 254.3 105.2 180) (descr "Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -18358,30 +22099,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fbc2f14") (attr smd) (fp_text reference "R50" (at 1.8 -0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7234936d-4ba2-457e-9ab3-96c153cc1cb9) ) (fp_text value "0.01" (at 0 2.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 016e919b-0fe2-429a-b1f5-adcbe63be7e4) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 87db2513-2146-4d90-82b8-470de1999339) ) - (fp_line (start -0.182983 -1.71) (end 0.182983 -1.71) (layer "F.SilkS") (width 0.12) (tstamp 46ae9539-f793-46e9-96b4-fbb8f4c7d9e6)) - (fp_line (start -0.182983 1.71) (end 0.182983 1.71) (layer "F.SilkS") (width 0.12) (tstamp 8232e7ec-5dd7-417a-8857-53ef4946598b)) - (fp_line (start 1.5 1.95) (end -1.5 1.95) (layer "F.CrtYd") (width 0.05) (tstamp 6f0beef7-42b6-4b95-b06f-d6b8c2914abf)) - (fp_line (start 1.5 -1.95) (end 1.5 1.95) (layer "F.CrtYd") (width 0.05) (tstamp 750c87ec-2118-421c-ad2f-1a2bc5f47f78)) - (fp_line (start -1.5 -1.95) (end 1.5 -1.95) (layer "F.CrtYd") (width 0.05) (tstamp 76e8aa84-065d-4e30-b842-dfe38bc7a5a7)) - (fp_line (start -1.5 1.95) (end -1.5 -1.95) (layer "F.CrtYd") (width 0.05) (tstamp f1c07d49-6f63-4eea-84f0-3c6d6eb2f77c)) - (fp_line (start -0.8 -1.6) (end 0.8 -1.6) (layer "F.Fab") (width 0.1) (tstamp 55846cc4-be00-4946-b5e2-39d2958b513b)) - (fp_line (start -0.8 1.6) (end -0.8 -1.6) (layer "F.Fab") (width 0.1) (tstamp 7a64ba7c-a827-4c8c-afce-f5f6c879757f)) - (fp_line (start 0.8 1.6) (end -0.8 1.6) (layer "F.Fab") (width 0.1) (tstamp 953e5f14-6882-4714-a46a-56165cba0896)) - (fp_line (start 0.8 -1.6) (end 0.8 1.6) (layer "F.Fab") (width 0.1) (tstamp dd1f16fd-92d5-4666-927a-ee70b041c3a9)) - (pad "1" smd roundrect locked (at -0.75 0 180) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.182983 -1.71) (end 0.182983 -1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46ae9539-f793-46e9-96b4-fbb8f4c7d9e6)) + (fp_line (start -0.182983 1.71) (end 0.182983 1.71) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8232e7ec-5dd7-417a-8857-53ef4946598b)) + (fp_line (start -1.5 -1.95) (end 1.5 -1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76e8aa84-065d-4e30-b842-dfe38bc7a5a7)) + (fp_line (start -1.5 1.95) (end -1.5 -1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1c07d49-6f63-4eea-84f0-3c6d6eb2f77c)) + (fp_line (start 1.5 -1.95) (end 1.5 1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 750c87ec-2118-421c-ad2f-1a2bc5f47f78)) + (fp_line (start 1.5 1.95) (end -1.5 1.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f0beef7-42b6-4b95-b06f-d6b8c2914abf)) + (fp_line (start -0.8 -1.6) (end 0.8 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55846cc4-be00-4946-b5e2-39d2958b513b)) + (fp_line (start -0.8 1.6) (end -0.8 -1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a64ba7c-a827-4c8c-afce-f5f6c879757f)) + (fp_line (start 0.8 -1.6) (end 0.8 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd1f16fd-92d5-4666-927a-ee70b041c3a9)) + (fp_line (start 0.8 1.6) (end -0.8 1.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 953e5f14-6882-4714-a46a-56165cba0896)) + (pad "1" smd roundrect (at -0.75 0 180) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 1119750a-b1f4-4dfa-8b1a-2655ad6e53e1)) - (pad "2" smd roundrect locked (at 0.75 0 180) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.75 0 180) (size 1 3.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 515 "Net-(C45-Pad2)") (pintype "passive") (tstamp 23bb053d-1bc8-477e-8caf-34af19852493)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0612_1632Metric.wrl" (offset (xyz 0 0 0)) @@ -18391,7 +22142,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e3039ee) + (tstamp 00000000-0000-0000-0000-00005e3039ee) (at 255.1 93.9 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -18404,30 +22155,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006052aeb8") (attr smd) (fp_text reference "C1" (at 1.7 0 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c75f1b45-5c72-48cc-b929-aebef26243c8) ) (fp_text value "1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c647e756-f6f9-4bb2-bf18-f7f2652634fe) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1d136c72-4206-4c7d-80e7-a0a08cd6e9d5) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 15cdbfbb-b184-41cf-828d-acbbf9a9c672)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 66181e0f-7db2-40dc-aeb7-74f31e1ecd0b)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 19f7d9ab-8b01-4987-bfa4-9b65e5b97bc5)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 40620b46-cc63-44b4-bea0-35e0602f0647)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5b4598c7-2491-43f6-b750-416de13efd28)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ee8398c0-63f4-4536-819b-455d745d5a4f)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 598479bf-77ed-4314-ad19-8365e528f575)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 69283f56-f2f4-4d24-92b2-63a3422ae8ef)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 96d1f85f-8b51-4e5d-af0a-a5c869ceb436)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bd21e176-b133-4732-8a77-baf1846765ef)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15cdbfbb-b184-41cf-828d-acbbf9a9c672)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66181e0f-7db2-40dc-aeb7-74f31e1ecd0b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee8398c0-63f4-4536-819b-455d745d5a4f)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b4598c7-2491-43f6-b750-416de13efd28)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40620b46-cc63-44b4-bea0-35e0602f0647)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 19f7d9ab-8b01-4987-bfa4-9b65e5b97bc5)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd21e176-b133-4732-8a77-baf1846765ef)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69283f56-f2f4-4d24-92b2-63a3422ae8ef)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96d1f85f-8b51-4e5d-af0a-a5c869ceb436)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 598479bf-77ed-4314-ad19-8365e528f575)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 16 "Net-(C1-Pad1)") (pintype "passive") (tstamp cc85f740-ba97-45a2-a70c-7837c3cecdea)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 15 "Net-(C1-Pad2)") (pintype "passive") (tstamp e2ede5dc-8ef2-411d-be1a-6f34f6695877)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -18437,7 +22198,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e303fb7) + (tstamp 00000000-0000-0000-0000-00005e303fb7) (at 254.2 96.95 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -18450,30 +22211,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006257d170") (attr smd) (fp_text reference "C44" (at -2.6 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 32eaa51d-612b-41e9-aab0-52176c0cfd65) ) (fp_text value "2.2uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4d578d8e-291a-4377-9b4b-b012e2a1b973) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7e344fd2-a3e9-4849-9f63-37df05879647) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 11c89df3-de32-46b9-95c6-1ef400f978a2)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 92509c8d-64e7-46c4-a6f5-a4c346cf27fb)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2d935556-b22f-4dc3-b24d-36bfea4d1749)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8e69e33e-a8f4-442c-a303-cd804eec7782)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c673f926-d481-41f8-b7a9-b9c5294103ee)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp cb42749f-296c-4f5a-8434-ebefb8edcf2a)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2f31001d-c26f-4709-9b98-144b6781f22e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c17494da-5b5b-49fa-b3ef-c2df5755c5aa)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d2a18ba4-a8ac-4b5b-bdd7-bcfad3cb5d8b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f04874be-ea08-4340-bbf3-ad3935f6b383)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92509c8d-64e7-46c4-a6f5-a4c346cf27fb)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11c89df3-de32-46b9-95c6-1ef400f978a2)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb42749f-296c-4f5a-8434-ebefb8edcf2a)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e69e33e-a8f4-442c-a303-cd804eec7782)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d935556-b22f-4dc3-b24d-36bfea4d1749)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c673f926-d481-41f8-b7a9-b9c5294103ee)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c17494da-5b5b-49fa-b3ef-c2df5755c5aa)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2a18ba4-a8ac-4b5b-bdd7-bcfad3cb5d8b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f31001d-c26f-4709-9b98-144b6781f22e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f04874be-ea08-4340-bbf3-ad3935f6b383)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp d24a1f8a-1be6-4a61-8a04-b3d832fc15a7)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 98 "/Reform 2 Power/VIN") (pintype "passive") (tstamp 04ed8dcd-e993-41cb-99a9-b50f99cdc538)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -18483,7 +22254,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e303fc8) + (tstamp 00000000-0000-0000-0000-00005e303fc8) (at 254.3 102.4 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -18496,30 +22267,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061b9659b") (attr smd) (fp_text reference "C45" (at -0.5 1.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b9776895-2c06-49e7-a80d-aaa78a57d8b5) ) (fp_text value "0.033uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 2fd886d1-2551-44a5-8c66-26f947a64a01) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ba220379-fba1-4a04-9019-95aa10b4ecce) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9ffa491f-4a0f-4728-9c52-8a3b2dafc862)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp efff81b9-bf7b-49c5-b743-3552dbc08d8c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 07525ec4-b7a2-4b09-833d-61e6e9c26150)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 098d77d8-bf24-44e2-8aca-53d42cfb1188)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7c349775-5101-42a8-a3d3-013154ad8f70)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp fab7dae0-ccc7-4c2b-b79d-25ac30b3a508)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8d0d2f8d-6a31-4ba7-9fe8-fd9134e23dc2)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b9e9f5dd-cd29-467b-a42a-54224609ca79)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c810b52c-7234-41c2-80df-f38468315a5f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f5c501c1-8bf0-426f-9e58-e444213dd25f)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efff81b9-bf7b-49c5-b743-3552dbc08d8c)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ffa491f-4a0f-4728-9c52-8a3b2dafc862)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07525ec4-b7a2-4b09-833d-61e6e9c26150)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c349775-5101-42a8-a3d3-013154ad8f70)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 098d77d8-bf24-44e2-8aca-53d42cfb1188)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fab7dae0-ccc7-4c2b-b79d-25ac30b3a508)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d0d2f8d-6a31-4ba7-9fe8-fd9134e23dc2)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5c501c1-8bf0-426f-9e58-e444213dd25f)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9e9f5dd-cd29-467b-a42a-54224609ca79)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c810b52c-7234-41c2-80df-f38468315a5f)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 206b157f-08f3-4c6b-8bde-ec4a6a3411f1)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 515 "Net-(C45-Pad2)") (pintype "passive") (tstamp 07e23497-60bd-4568-8b70-23af6265b6f6)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -18529,7 +22310,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e305bc1) + (tstamp 00000000-0000-0000-0000-00005e305bc1) (at 262.6 96.9 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -18542,30 +22323,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061528915") (attr smd) (fp_text reference "R3" (at -2.1 0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 44ec8a24-02b3-4421-bef8-38107934ca30) ) (fp_text value "100k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ecd394cd-d96d-495c-90be-fa279c895ce6) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2d40f3e0-d2c4-43b0-a49e-660083f21b7f) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 78ad2d6a-c9e6-4dd7-9c0f-9996c6b1f2c2)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp b7fe49d2-2c8b-47d9-b71c-2abc337ccc9f)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3b36f681-a93b-4fda-a2bf-f698d584adb5)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7a590a4c-b472-41bb-add5-b4bd2d1975ef)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b053d859-a8a2-427b-adeb-f8568d6181f8)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp bd8f2d86-18ef-419b-a516-8614e761c821)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 624e4df5-2471-45b4-a896-c3bb972a54df)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8bbd7229-507a-40ca-ad91-c26787d3e8a2)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a987e4bd-6695-4039-9c80-0f7818208891)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ec77f9b9-6081-48f8-9794-978f785f0e0b)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7fe49d2-2c8b-47d9-b71c-2abc337ccc9f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78ad2d6a-c9e6-4dd7-9c0f-9996c6b1f2c2)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a590a4c-b472-41bb-add5-b4bd2d1975ef)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b36f681-a93b-4fda-a2bf-f698d584adb5)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd8f2d86-18ef-419b-a516-8614e761c821)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b053d859-a8a2-427b-adeb-f8568d6181f8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a987e4bd-6695-4039-9c80-0f7818208891)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec77f9b9-6081-48f8-9794-978f785f0e0b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 624e4df5-2471-45b4-a896-c3bb972a54df)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8bbd7229-507a-40ca-ad91-c26787d3e8a2)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp b5b63b16-967b-46fb-ab20-980efd2fa21e)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 161 "Net-(R3-Pad2)") (pintype "passive") (tstamp 50667a66-0e53-4e15-bca5-215c30f82ef7)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -18575,7 +22366,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e31250b) + (tstamp 00000000-0000-0000-0000-00005e31250b) (at 256.25 61 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -18588,30 +22379,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5da4") (attr smd) (fp_text reference "C128" (at 2.9 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0ec12776-ff6c-45bc-b778-5773c5d8f80a) ) (fp_text value "10nF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp cf1e7d6e-baf4-4fb0-b7ee-0cba44c7e5d1) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 27fb216e-95a1-4935-9e8f-c9661e91e146) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1079cafc-9aca-4ba4-92c7-def032ec4449)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 5abd3f72-a77b-44ee-9bdc-80a61c945b13)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2bae4eda-ef02-4822-994d-f76a41e2830f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6abe6d46-9114-4499-84fc-9a0ee69d9523)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a9916096-f773-4a1e-aafa-5c8d7ba12be9)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e7ba8313-9074-45e6-9a24-feb27b55d7d8)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5d6d45cc-bd50-4602-b890-15d3055c4fd2)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 65d484e0-e7d6-4b2f-a945-2edde8c13525)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 81d45e52-630a-4f33-866e-f8597b0f4888)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 987724ec-d526-4243-bc93-a588257af95f)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1079cafc-9aca-4ba4-92c7-def032ec4449)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5abd3f72-a77b-44ee-9bdc-80a61c945b13)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7ba8313-9074-45e6-9a24-feb27b55d7d8)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9916096-f773-4a1e-aafa-5c8d7ba12be9)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2bae4eda-ef02-4822-994d-f76a41e2830f)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6abe6d46-9114-4499-84fc-9a0ee69d9523)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d6d45cc-bd50-4602-b890-15d3055c4fd2)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81d45e52-630a-4f33-866e-f8597b0f4888)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 987724ec-d526-4243-bc93-a588257af95f)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65d484e0-e7d6-4b2f-a945-2edde8c13525)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 278 "Net-(C128-Pad1)") (pintype "passive") (tstamp 712c9983-7ac8-4605-a352-b9376efae67b)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 277 "Net-(C128-Pad2)") (pintype "passive") (tstamp aa16b09b-257f-42ef-9ee1-28f11114cab3)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -18621,7 +22422,7 @@ ) (footprint "footprints:PowerPAK_SO-8_Single_8Pads" (layer "F.Cu") - (tedit 5E371B51) (tstamp 00000000-0000-0000-0000-00005e383987) + (tstamp 00000000-0000-0000-0000-00005e383987) (at 248.2 104.5 180) (descr "PowerPAK SO-8 Single (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72599/72599.pdf)") (tags "PowerPAK SO-8 Single") @@ -18634,44 +22435,54 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d601e86") (attr smd) (fp_text reference "Q2" (at 0 -3.3) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp bc6b1c7f-9dd6-4a4d-82a2-879203fe47ee) ) (fp_text value "Si7850DP" (at 0 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6e31dad5-95aa-4b02-9c74-bc8163d30224) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f0a1940e-f5a5-433b-b709-0647ac342418) ) - (fp_line (start -2.945 2.57) (end 2.945 2.57) (layer "F.SilkS") (width 0.12) (tstamp 2b5d6485-fe35-4133-8e22-df6bc1b23fec)) - (fp_line (start -3.4 -2.57) (end 2.945 -2.57) (layer "F.SilkS") (width 0.12) (tstamp 32ad3e87-3261-4c00-aae9-bb81ab20753d)) - (fp_line (start 3.55 -2.75) (end 3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp 00b91086-90c9-45e3-9797-b661cfb9fdb8)) - (fp_line (start -3.55 2.75) (end 3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp 087e9741-f213-4095-9425-3714a290eda0)) - (fp_line (start -3.55 -2.75) (end -3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp 1fe895ee-86f2-456a-9f2f-a92486f6dd3f)) - (fp_line (start -3.55 -2.75) (end 3.55 -2.75) (layer "F.CrtYd") (width 0.05) (tstamp b1aaee38-3d83-4732-9585-f028e1dc679e)) - (fp_line (start 2.945 2.45) (end -2.945 2.45) (layer "F.Fab") (width 0.1) (tstamp 154546e8-7d1c-4160-8793-6559f9d82090)) - (fp_line (start 2.945 -2.45) (end 2.945 2.45) (layer "F.Fab") (width 0.1) (tstamp 4e9b3663-68b6-407c-b709-445ff87ab96d)) - (fp_line (start -2.945 2.45) (end -2.945 -2.45) (layer "F.Fab") (width 0.1) (tstamp b664174d-d656-4047-9eec-5c04d65a7cb5)) - (fp_line (start -2.945 -2.45) (end 2.945 -2.45) (layer "F.Fab") (width 0.1) (tstamp cdb3a642-dcff-48cb-9965-5f184a8e6261)) - (pad "1" smd rect locked (at -2.67 -1.905 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -3.4 -2.57) (end 2.945 -2.57) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32ad3e87-3261-4c00-aae9-bb81ab20753d)) + (fp_line (start -2.945 2.57) (end 2.945 2.57) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b5d6485-fe35-4133-8e22-df6bc1b23fec)) + (fp_line (start -3.55 -2.75) (end -3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1fe895ee-86f2-456a-9f2f-a92486f6dd3f)) + (fp_line (start -3.55 -2.75) (end 3.55 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1aaee38-3d83-4732-9585-f028e1dc679e)) + (fp_line (start -3.55 2.75) (end 3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 087e9741-f213-4095-9425-3714a290eda0)) + (fp_line (start 3.55 -2.75) (end 3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00b91086-90c9-45e3-9797-b661cfb9fdb8)) + (fp_line (start -2.945 -2.45) (end 2.945 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cdb3a642-dcff-48cb-9965-5f184a8e6261)) + (fp_line (start -2.945 2.45) (end -2.945 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b664174d-d656-4047-9eec-5c04d65a7cb5)) + (fp_line (start 2.945 -2.45) (end 2.945 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e9b3663-68b6-407c-b709-445ff87ab96d)) + (fp_line (start 2.945 2.45) (end -2.945 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 154546e8-7d1c-4160-8793-6559f9d82090)) + (pad "1" smd rect (at -2.67 -1.905 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 515 "Net-(C45-Pad2)") (pinfunction "S") (pintype "passive") (tstamp cfb63a94-2104-44f1-b6aa-709fd506c6eb)) - (pad "2" smd rect locked (at -2.67 -0.635 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -2.67 -0.635 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 515 "Net-(C45-Pad2)") (pinfunction "S") (pintype "passive") (tstamp b2c7b494-31c4-4b52-ac4c-ca0ac5a95a97)) - (pad "3" smd rect locked (at -2.67 0.635 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -2.67 0.635 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 515 "Net-(C45-Pad2)") (pinfunction "S") (pintype "passive") (tstamp 0941ae7c-bf56-454b-9894-0474041cc274)) - (pad "4" smd rect locked (at -2.67 1.905 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -2.67 1.905 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 160 "Net-(Q2-Pad4)") (pinfunction "G") (pintype "input") (tstamp b5f8f74f-6dbc-4042-9c05-fc03b1104538)) - (pad "5" smd rect locked (at 0.69 0 180) (size 3.81 3.91) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 0.69 0 180) (size 3.81 3.91) (layers "F.Cu" "F.Paste" "F.Mask") (net 15 "Net-(C1-Pad2)") (pinfunction "D") (pintype "passive") (tstamp 7eb98f71-a24d-4b06-9820-8ffb942d3626)) - (pad "5" smd rect locked (at 2.795 1.905 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 2.795 1.905 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 15 "Net-(C1-Pad2)") (pinfunction "D") (pintype "passive") (tstamp a12f6d7e-b23f-4363-885f-806270e9a202)) - (pad "6" smd rect locked (at 2.795 0.635 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at 2.795 0.635 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 15 "Net-(C1-Pad2)") (pinfunction "D") (pintype "passive") (tstamp 3c731d01-6bbd-4501-9cce-4ceb44a8ae8d)) - (pad "7" smd rect locked (at 2.795 -0.635 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at 2.795 -0.635 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 15 "Net-(C1-Pad2)") (pinfunction "D") (pintype "passive") (tstamp fc858e28-1b8d-4f7f-99b2-9fd6d3b373d1)) - (pad "8" smd rect locked (at 2.795 -1.905 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at 2.795 -1.905 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 15 "Net-(C1-Pad2)") (pinfunction "D") (pintype "passive") (tstamp 4ab5915f-0765-4fed-af70-d4bdcae9358d)) (model "${KISYS3DMOD}/Package_SO.3dshapes/PowerPAK_SO-8_Single.wrl" (offset (xyz 0 0 0)) @@ -18686,7 +22497,7 @@ ) (footprint "footprints:PowerPAK_SO-8_Single_8Pads" (layer "F.Cu") - (tedit 5E371B51) (tstamp 00000000-0000-0000-0000-00005e389e4f) + (tstamp 00000000-0000-0000-0000-00005e389e4f) (at 270.3 91.2 90) (descr "PowerPAK SO-8 Single (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72599/72599.pdf)") (tags "PowerPAK SO-8 Single") @@ -18699,44 +22510,54 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f9c3b8b") (attr smd) (fp_text reference "Q1" (at -4 -1.9 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 742ee8ea-01bf-48f2-b801-b579be56970b) ) (fp_text value "Si7850DP" (at 0 3.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a43f8190-0e09-4a22-b6bc-531b2f006d41) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4a0c6a6a-f5c6-492d-ad37-15579442baf5) ) - (fp_line (start -2.945 2.57) (end 2.945 2.57) (layer "F.SilkS") (width 0.12) (tstamp 0bce9a6d-33d9-4ef1-bf84-1f2a89ba75ea)) - (fp_line (start -3.4 -2.57) (end 2.945 -2.57) (layer "F.SilkS") (width 0.12) (tstamp df126b2e-face-45de-b9be-5afa68f18714)) - (fp_line (start 3.55 -2.75) (end 3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp 0afcaf3e-7d79-45d2-96e6-64259bba8403)) - (fp_line (start -3.55 -2.75) (end 3.55 -2.75) (layer "F.CrtYd") (width 0.05) (tstamp 90b2b0c6-78dc-4b70-8da0-063bb008cb19)) - (fp_line (start -3.55 -2.75) (end -3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp b608e3f0-867d-491d-ac19-d7f65dfff68d)) - (fp_line (start -3.55 2.75) (end 3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp e8d24d0c-9922-4a06-be15-8558611d6ac2)) - (fp_line (start 2.945 2.45) (end -2.945 2.45) (layer "F.Fab") (width 0.1) (tstamp 2c5278c4-6d49-4842-9322-301a73f88ae9)) - (fp_line (start 2.945 -2.45) (end 2.945 2.45) (layer "F.Fab") (width 0.1) (tstamp 40f5dec0-75b3-4695-8ccd-f3fed29613ce)) - (fp_line (start -2.945 2.45) (end -2.945 -2.45) (layer "F.Fab") (width 0.1) (tstamp 979948c7-628b-4dec-aa11-e9e93c1c02a1)) - (fp_line (start -2.945 -2.45) (end 2.945 -2.45) (layer "F.Fab") (width 0.1) (tstamp 9d8e353e-8280-47b7-ab5d-ef180820c992)) - (pad "1" smd rect locked (at -2.67 -1.905 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -3.4 -2.57) (end 2.945 -2.57) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df126b2e-face-45de-b9be-5afa68f18714)) + (fp_line (start -2.945 2.57) (end 2.945 2.57) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bce9a6d-33d9-4ef1-bf84-1f2a89ba75ea)) + (fp_line (start -3.55 -2.75) (end -3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b608e3f0-867d-491d-ac19-d7f65dfff68d)) + (fp_line (start -3.55 -2.75) (end 3.55 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90b2b0c6-78dc-4b70-8da0-063bb008cb19)) + (fp_line (start -3.55 2.75) (end 3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8d24d0c-9922-4a06-be15-8558611d6ac2)) + (fp_line (start 3.55 -2.75) (end 3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0afcaf3e-7d79-45d2-96e6-64259bba8403)) + (fp_line (start -2.945 -2.45) (end 2.945 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d8e353e-8280-47b7-ab5d-ef180820c992)) + (fp_line (start -2.945 2.45) (end -2.945 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 979948c7-628b-4dec-aa11-e9e93c1c02a1)) + (fp_line (start 2.945 -2.45) (end 2.945 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40f5dec0-75b3-4695-8ccd-f3fed29613ce)) + (fp_line (start 2.945 2.45) (end -2.945 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c5278c4-6d49-4842-9322-301a73f88ae9)) + (pad "1" smd rect (at -2.67 -1.905 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 15 "Net-(C1-Pad2)") (pinfunction "S") (pintype "passive") (tstamp ad115564-4aa6-4066-9b0b-4be260305571)) - (pad "2" smd rect locked (at -2.67 -0.635 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -2.67 -0.635 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 15 "Net-(C1-Pad2)") (pinfunction "S") (pintype "passive") (tstamp 01b9cc8a-a937-479b-92ee-d8b9387799f6)) - (pad "3" smd rect locked (at -2.67 0.635 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -2.67 0.635 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 15 "Net-(C1-Pad2)") (pinfunction "S") (pintype "passive") (tstamp 73ae4b04-97a5-4924-88b3-5a43d630e14c)) - (pad "4" smd rect locked (at -2.67 1.905 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -2.67 1.905 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 159 "Net-(Q1-Pad4)") (pinfunction "G") (pintype "input") (tstamp 83fb1839-f838-4bef-b5c5-29dd57e661b0)) - (pad "5" smd rect locked (at 0.69 0 90) (size 3.81 3.91) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 0.69 0 90) (size 3.81 3.91) (layers "F.Cu" "F.Paste" "F.Mask") (net 158 "Net-(Q1-Pad5)") (pinfunction "D") (pintype "passive") (tstamp 16e07124-b18c-478a-b1d1-8a819de02a25)) - (pad "5" smd rect locked (at 2.795 1.905 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 2.795 1.905 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 158 "Net-(Q1-Pad5)") (pinfunction "D") (pintype "passive") (tstamp e42e0761-b2e4-4a6e-b7a7-5f35c9577120)) - (pad "6" smd rect locked (at 2.795 0.635 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at 2.795 0.635 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 158 "Net-(Q1-Pad5)") (pinfunction "D") (pintype "passive") (tstamp 012f28ea-a1fc-436c-adc9-917aeceafe6e)) - (pad "7" smd rect locked (at 2.795 -0.635 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at 2.795 -0.635 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 158 "Net-(Q1-Pad5)") (pinfunction "D") (pintype "passive") (tstamp da909627-4338-47c7-ae6d-4906f4d7660d)) - (pad "8" smd rect locked (at 2.795 -1.905 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at 2.795 -1.905 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 158 "Net-(Q1-Pad5)") (pinfunction "D") (pintype "passive") (tstamp 9ef39a1b-7cd5-4561-88bd-355d7946b01f)) (model "${KISYS3DMOD}/Package_SO.3dshapes/PowerPAK_SO-8_Single.wrl" (offset (xyz 0 0 0)) @@ -18751,7 +22572,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e3a66e4) + (tstamp 00000000-0000-0000-0000-00005e3a66e4) (at 109.1 111.8 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -18764,30 +22585,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e59") (attr smd) (fp_text reference "C36" (at 0.8 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a02b0ee1-dde6-4fd9-8f5b-ed00aa3cf8f0) ) (fp_text value "6.8pF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp b16ff844-8130-4c2c-8390-c92b6c46dcd2) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d335fd85-8cc5-4af3-95b8-f06befa97182) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2e5fe69a-a412-4316-affa-90bceae82a9f)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp ba703ce9-a73f-496f-8774-971b9dcb9ecd)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2cf4a79f-2deb-4751-a5d3-60261ce432c2)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 337067f8-675c-4e77-a5ac-dac68debf3be)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d7f984ae-bbb6-4dab-8935-84a60488785d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp db802292-a9be-4b3e-b5d7-834d32f6f1e5)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3042bd29-9123-40ef-85f9-ab99c3a2f8de)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5164c8c1-4485-4f7f-910c-f71826ad47cf)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 81b563b1-fa02-43f6-9fe0-f6d60c9136af)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 961bdf63-51db-4c6d-9388-de23577afb82)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba703ce9-a73f-496f-8774-971b9dcb9ecd)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e5fe69a-a412-4316-affa-90bceae82a9f)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7f984ae-bbb6-4dab-8935-84a60488785d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2cf4a79f-2deb-4751-a5d3-60261ce432c2)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db802292-a9be-4b3e-b5d7-834d32f6f1e5)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 337067f8-675c-4e77-a5ac-dac68debf3be)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81b563b1-fa02-43f6-9fe0-f6d60c9136af)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 961bdf63-51db-4c6d-9388-de23577afb82)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5164c8c1-4485-4f7f-910c-f71826ad47cf)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3042bd29-9123-40ef-85f9-ab99c3a2f8de)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 138 "+1V2") (pintype "passive") (tstamp 749388b0-7a23-44e9-b90e-63d34072c98f)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 488 "Net-(C36-Pad2)") (pintype "passive") (tstamp ae36035f-747d-4ec6-adac-3dd070383473)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -18797,7 +22628,7 @@ ) (footprint "footprints:PowerPAK_SO-8_Single_8Pads" (layer "F.Cu") - (tedit 5E371B51) (tstamp 00000000-0000-0000-0000-00005e3a8376) + (tstamp 00000000-0000-0000-0000-00005e3a8376) (at 260.7 111.7 -90) (descr "PowerPAK SO-8 Single (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72599/72599.pdf)") (tags "PowerPAK SO-8 Single") @@ -18810,44 +22641,54 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000600c2940") (attr smd) (fp_text reference "Q18" (at 4 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0a61b005-1f4f-43c5-87f7-e1feac6a4fcb) ) (fp_text value "Si7461DP" (at 0 3.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 0a41f056-7bd7-44e1-9c70-6eed4da89051) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 61b75628-1fd8-4911-9294-8bd8eddbf405) ) - (fp_line (start -3.4 -2.57) (end 2.945 -2.57) (layer "F.SilkS") (width 0.12) (tstamp 8207c715-d2e1-4261-82f1-d708c4c2c7cc)) - (fp_line (start -2.945 2.57) (end 2.945 2.57) (layer "F.SilkS") (width 0.12) (tstamp 944c6861-3ba9-4228-807b-b2927df123f6)) - (fp_line (start -3.55 -2.75) (end -3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp 24cb77fe-e64d-4822-8df1-121fb07f75a0)) - (fp_line (start 3.55 -2.75) (end 3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp 854b630e-9ea8-48c2-bc8d-76a07ffafcea)) - (fp_line (start -3.55 -2.75) (end 3.55 -2.75) (layer "F.CrtYd") (width 0.05) (tstamp d8beaf39-1f72-410c-8929-202011efde04)) - (fp_line (start -3.55 2.75) (end 3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp ee1e4e98-b133-431e-9ee3-4d6b58ae66e9)) - (fp_line (start 2.945 -2.45) (end 2.945 2.45) (layer "F.Fab") (width 0.1) (tstamp 429cc8b0-60dd-425d-a9b9-bbb5debf593a)) - (fp_line (start 2.945 2.45) (end -2.945 2.45) (layer "F.Fab") (width 0.1) (tstamp 63b1ed8b-733d-4c9c-ac6c-de06bdb62aea)) - (fp_line (start -2.945 -2.45) (end 2.945 -2.45) (layer "F.Fab") (width 0.1) (tstamp d8998bfb-15ad-45be-be51-5d0fd06f8136)) - (fp_line (start -2.945 2.45) (end -2.945 -2.45) (layer "F.Fab") (width 0.1) (tstamp f818b4f6-4352-49ee-94cd-60c19ed5b704)) - (pad "1" smd rect locked (at -2.67 -1.905 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -3.4 -2.57) (end 2.945 -2.57) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8207c715-d2e1-4261-82f1-d708c4c2c7cc)) + (fp_line (start -2.945 2.57) (end 2.945 2.57) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 944c6861-3ba9-4228-807b-b2927df123f6)) + (fp_line (start -3.55 -2.75) (end -3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24cb77fe-e64d-4822-8df1-121fb07f75a0)) + (fp_line (start -3.55 -2.75) (end 3.55 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8beaf39-1f72-410c-8929-202011efde04)) + (fp_line (start -3.55 2.75) (end 3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee1e4e98-b133-431e-9ee3-4d6b58ae66e9)) + (fp_line (start 3.55 -2.75) (end 3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 854b630e-9ea8-48c2-bc8d-76a07ffafcea)) + (fp_line (start -2.945 -2.45) (end 2.945 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8998bfb-15ad-45be-be51-5d0fd06f8136)) + (fp_line (start -2.945 2.45) (end -2.945 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f818b4f6-4352-49ee-94cd-60c19ed5b704)) + (fp_line (start 2.945 -2.45) (end 2.945 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 429cc8b0-60dd-425d-a9b9-bbb5debf593a)) + (fp_line (start 2.945 2.45) (end -2.945 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63b1ed8b-733d-4c9c-ac6c-de06bdb62aea)) + (pad "1" smd rect (at -2.67 -1.905 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 504 "Net-(Q18-Pad1)") (pinfunction "S") (pintype "passive") (tstamp f3cd330e-503e-44c0-9034-50102792f96a)) - (pad "2" smd rect locked (at -2.67 -0.635 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -2.67 -0.635 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 504 "Net-(Q18-Pad1)") (pinfunction "S") (pintype "passive") (tstamp fc19088d-fac5-48ff-9783-a4b4766e6ef4)) - (pad "3" smd rect locked (at -2.67 0.635 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -2.67 0.635 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 504 "Net-(Q18-Pad1)") (pinfunction "S") (pintype "passive") (tstamp b110b17c-f2ff-4964-b22e-2754ac928730)) - (pad "4" smd rect locked (at -2.67 1.905 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -2.67 1.905 270) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 522 "Net-(Q18-Pad4)") (pinfunction "G") (pintype "input") (tstamp d1527ccf-460e-4cc2-8203-01c395922283)) - (pad "5" smd rect locked (at 0.69 0 270) (size 3.81 3.91) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 0.69 0 270) (size 3.81 3.91) (layers "F.Cu" "F.Paste" "F.Mask") (net 311 "CHGBAT") (pinfunction "D") (pintype "passive") (tstamp 46001042-4746-4492-85e3-5746746a640a)) - (pad "5" smd rect locked (at 2.795 1.905 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 2.795 1.905 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 311 "CHGBAT") (pinfunction "D") (pintype "passive") (tstamp b3e08e76-76f6-4f12-b0a3-b3bfe05c1d44)) - (pad "6" smd rect locked (at 2.795 0.635 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at 2.795 0.635 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 311 "CHGBAT") (pinfunction "D") (pintype "passive") (tstamp 50c2c317-1fe3-4a75-9e59-c9a3965ca6e7)) - (pad "7" smd rect locked (at 2.795 -0.635 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at 2.795 -0.635 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 311 "CHGBAT") (pinfunction "D") (pintype "passive") (tstamp 5f958ffd-8a93-43f0-9421-0ed151266215)) - (pad "8" smd rect locked (at 2.795 -1.905 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at 2.795 -1.905 270) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 311 "CHGBAT") (pinfunction "D") (pintype "passive") (tstamp 44882f8c-d7b9-47ee-954e-964b66baa677)) (model "${KISYS3DMOD}/Package_SO.3dshapes/PowerPAK_SO-8_Single.wrl" (offset (xyz 0 0 0)) @@ -18862,7 +22703,7 @@ ) (footprint "Inductor_SMD:L_12x12mm_H6mm" (layer "F.Cu") - (tedit 5990349B) (tstamp 00000000-0000-0000-0000-00005e3c0c7b) + (tstamp 00000000-0000-0000-0000-00005e3c0c7b) (at 246.4 94.2 90) (descr "Choke, SMD, 12x12mm 6mm height") (tags "Choke SMD") @@ -18875,92 +22716,164 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fb2f80b") (attr smd) (fp_text reference "L1" (at 7.4 -0.1 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f1e197a5-37bf-4b88-871e-38e5ef5afb4d) ) (fp_text value "22uH 5A" (at 0 7.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp db2fcf43-151a-41bb-905f-3a06b7773780) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c54f7a04-7fb9-4dd8-aa1a-4fdec61879d1) ) - (fp_circle (center 0 0) (end 0.55 0) (layer "F.Adhes") (width 0.38) (fill none) (tstamp 18c7b0b2-9ddf-4987-8b78-c45829d46f3e)) - (fp_circle (center 0 0) (end 0.9 0) (layer "F.Adhes") (width 0.38) (fill none) (tstamp 60148447-0f18-4ce4-85c2-9618f9096756)) - (fp_circle (center 0 0) (end 0.15 0.15) (layer "F.Adhes") (width 0.38) (fill none) (tstamp a993efe5-1e9d-45bc-86bc-61b30579a25c)) - (fp_line (start -6.3 6.3) (end -6.3 3.3) (layer "F.SilkS") (width 0.12) (tstamp 72bcc6a0-5117-47f2-857c-bef0c4a0f15f)) - (fp_line (start -6.3 -6.3) (end 6.3 -6.3) (layer "F.SilkS") (width 0.12) (tstamp 94ebc86f-9123-4605-897f-6fb8c76155c3)) - (fp_line (start 6.3 3.3) (end 6.3 6.3) (layer "F.SilkS") (width 0.12) (tstamp c842b1da-0ea9-4aa0-8d4e-5d2950fdc994)) - (fp_line (start 6.3 -6.3) (end 6.3 -3.3) (layer "F.SilkS") (width 0.12) (tstamp f5748664-0e11-4dc9-9914-9cdeffa2efad)) - (fp_line (start -6.3 -3.3) (end -6.3 -6.3) (layer "F.SilkS") (width 0.12) (tstamp f76d585a-ad26-42f8-941a-b5d5f2903a92)) - (fp_line (start 6.3 6.3) (end -6.3 6.3) (layer "F.SilkS") (width 0.12) (tstamp fb9dbdee-bb4d-43b7-919a-e6b217804de6)) - (fp_line (start 6.86 -6.6) (end 6.86 6.6) (layer "F.CrtYd") (width 0.05) (tstamp 50482914-a138-4e29-9f04-2da687d08231)) - (fp_line (start 6.86 6.6) (end -6.86 6.6) (layer "F.CrtYd") (width 0.05) (tstamp 555c1689-edb7-4b07-9b2c-ac9373e25d16)) - (fp_line (start -6.86 6.6) (end -6.86 -6.6) (layer "F.CrtYd") (width 0.05) (tstamp a0de10ac-4206-46d9-bf0a-f2fb070821f8)) - (fp_line (start -6.86 -6.6) (end 6.86 -6.6) (layer "F.CrtYd") (width 0.05) (tstamp d61f45a1-95d1-495d-bfca-3ef52bfeef61)) - (fp_line (start 4.8 4.6) (end 4.5 5) (layer "F.Fab") (width 0.1) (tstamp 09353a19-d987-4a99-8577-8c6e95f627c5)) - (fp_line (start -0.6 5.5) (end -1.5 5.3) (layer "F.Fab") (width 0.1) (tstamp 1fac6299-ff88-438b-b39e-f5c1d3bb7d57)) - (fp_line (start 4.2 -5.1) (end 3.9 -5.1) (layer "F.Fab") (width 0.1) (tstamp 2c7ba7ad-624e-43cc-8b10-13293779fc66)) - (fp_line (start -3.7 -5.1) (end -4.2 -5) (layer "F.Fab") (width 0.1) (tstamp 33550234-febe-477d-88fb-09bb319e0e18)) - (fp_line (start -2.1 5.1) (end -2.6 4.9) (layer "F.Fab") (width 0.1) (tstamp 3e43d1c7-f5fc-4f84-b997-3d1014290358)) - (fp_line (start -6.2 -6.2) (end -6.2 -3.3) (layer "F.Fab") (width 0.1) (tstamp 407a8039-95e4-4a8a-ac2c-ed1e6db1837e)) - (fp_line (start -5.1 -4) (end -5 -3.5) (layer "F.Fab") (width 0.1) (tstamp 492ed7a0-4407-4a7a-bb31-af800e1e7fb6)) - (fp_line (start 5 3.4) (end 5.1 3.8) (layer "F.Fab") (width 0.1) (tstamp 499bd712-dcb2-4b08-a5c3-ccf7808078b6)) - (fp_line (start -5 -3.5) (end -4.8 -3.2) (layer "F.Fab") (width 0.1) (tstamp 4a754db3-90a2-42b2-9890-26e1bef8750c)) - (fp_line (start 3.3 -4.9) (end 3 -4.6) (layer "F.Fab") (width 0.1) (tstamp 4b36eb1c-5e46-4841-910e-6cd1283d60a3)) - (fp_line (start 5 4.3) (end 4.8 4.6) (layer "F.Fab") (width 0.1) (tstamp 4bfdc2fb-4c47-4820-90a6-ec1bc018417a)) - (fp_line (start 3 -4.6) (end 2.6 -4.9) (layer "F.Fab") (width 0.1) (tstamp 4fc16dcf-be37-4154-ae8a-63da882e805e)) - (fp_line (start 4 5.1) (end 3.5 5) (layer "F.Fab") (width 0.1) (tstamp 50b3c2a0-b3e9-45aa-80b1-6e756f237fd2)) - (fp_line (start 5 -3.6) (end 5.1 -4) (layer "F.Fab") (width 0.1) (tstamp 55423c36-27c0-434c-901d-37798a52def9)) - (fp_line (start -4.9 -4.5) (end -5.1 -4) (layer "F.Fab") (width 0.1) (tstamp 554ca858-022d-4399-b1d0-ee425b46536a)) - (fp_line (start 2.6 -4.9) (end 2.2 -5.1) (layer "F.Fab") (width 0.1) (tstamp 5e6214f1-ad5b-4b9a-9107-93daf70468b8)) - (fp_line (start -4.6 4.8) (end -4.9 4.6) (layer "F.Fab") (width 0.1) (tstamp 6006ec5d-4ef5-4a29-a07b-b3a74219be88)) - (fp_line (start -4.9 4.6) (end -5.1 4.1) (layer "F.Fab") (width 0.1) (tstamp 612bc84a-1e71-4d23-88a8-6fe999f0852f)) - (fp_line (start 1.6 5.3) (end 0.6 5.5) (layer "F.Fab") (width 0.1) (tstamp 62db325e-192a-422f-b90b-b981e93c6e11)) - (fp_line (start -4.2 -5) (end -4.6 -4.8) (layer "F.Fab") (width 0.1) (tstamp 63280e3c-f3f4-4478-b5e3-7b173b038d47)) - (fp_line (start 4.9 3.3) (end 5 3.4) (layer "F.Fab") (width 0.1) (tstamp 6443b1ce-ac8a-4ecb-95ee-7563ca445144)) - (fp_line (start -2.6 4.9) (end -3 4.7) (layer "F.Fab") (width 0.1) (tstamp 66acbfe7-a24d-4b1c-9b8b-070dd7fb8a77)) - (fp_line (start -3.3 4.9) (end -3.9 5.1) (layer "F.Fab") (width 0.1) (tstamp 6a32461e-08f7-41f6-b2ed-a4bdc7b4fc6e)) - (fp_line (start -1.5 5.3) (end -2.1 5.1) (layer "F.Fab") (width 0.1) (tstamp 766b834f-6728-4de4-ba3e-0c47560cdb13)) - (fp_line (start -4.3 5) (end -4.6 4.8) (layer "F.Fab") (width 0.1) (tstamp 7b37cd52-ca72-4cdc-bb0f-4bd09d9f8bea)) - (fp_line (start 6.2 -6.2) (end -6.2 -6.2) (layer "F.Fab") (width 0.1) (tstamp 7c892975-7c20-4246-bdab-6f5c214b33b8)) - (fp_line (start 4.5 5) (end 4 5.1) (layer "F.Fab") (width 0.1) (tstamp 7c8b9ef7-a37c-4038-a3e0-94fb88b1d9aa)) - (fp_line (start -5 3.6) (end -4.8 3.2) (layer "F.Fab") (width 0.1) (tstamp 7f6ba12c-7900-479c-b5b9-e33b773c94a1)) - (fp_line (start -3.3 -4.9) (end -3.7 -5.1) (layer "F.Fab") (width 0.1) (tstamp 81052854-548f-41af-b85d-4cc57e295cba)) - (fp_line (start 1.7 -5.3) (end 0.9 -5.5) (layer "F.Fab") (width 0.1) (tstamp 82f104ee-baf1-4ca8-a8a4-75804b5b13ab)) - (fp_line (start 3.5 5) (end 3.1 4.7) (layer "F.Fab") (width 0.1) (tstamp 84db1eb0-7771-4327-b042-ece743177401)) - (fp_line (start 5.1 3.8) (end 5 4.3) (layer "F.Fab") (width 0.1) (tstamp 8ed50d16-598c-4977-98e7-7b4bcaebc24e)) - (fp_line (start 6.2 -6.2) (end 6.2 -3.3) (layer "F.Fab") (width 0.1) (tstamp 91989979-edf3-4d30-8e80-4f8a07f14c61)) - (fp_line (start 5 -4.3) (end 4.8 -4.7) (layer "F.Fab") (width 0.1) (tstamp 9e3202ee-5724-4257-9164-77c2c9320346)) - (fp_line (start 2.2 -5.1) (end 1.7 -5.3) (layer "F.Fab") (width 0.1) (tstamp a4745145-5bf9-4c1a-97dc-54f55799c04a)) - (fp_line (start 0 -5.6) (end -0.8 -5.5) (layer "F.Fab") (width 0.1) (tstamp a9bd952d-c990-4055-b20f-b28c4a2d6d96)) - (fp_line (start -6.2 3.3) (end -6.2 6.2) (layer "F.Fab") (width 0.1) (tstamp aaebe7ff-668e-4189-abc0-65824e7d1341)) - (fp_line (start 3 4.6) (end 2.4 5) (layer "F.Fab") (width 0.1) (tstamp b087f6ab-ba94-4d75-b694-e4924ebfe0a0)) - (fp_line (start -1.7 -5.3) (end -2.6 -4.9) (layer "F.Fab") (width 0.1) (tstamp bae8b818-883c-4384-8ff9-59db60bd93d5)) - (fp_line (start 3.9 -5.1) (end 3.6 -5) (layer "F.Fab") (width 0.1) (tstamp bbf4e7d4-4eff-4ad2-865b-04ee05889dee)) - (fp_line (start 3.6 -5) (end 3.3 -4.9) (layer "F.Fab") (width 0.1) (tstamp bd28a965-33bc-4039-be25-946c326819ed)) - (fp_line (start -6.2 6.2) (end 6.2 6.2) (layer "F.Fab") (width 0.1) (tstamp bd7568f4-dd61-4ea1-a2f0-0732e2de980e)) - (fp_line (start -3 -4.7) (end -3.3 -4.9) (layer "F.Fab") (width 0.1) (tstamp be67714d-125a-4584-b9ba-4fa26a272112)) - (fp_line (start 5.1 -4) (end 5 -4.3) (layer "F.Fab") (width 0.1) (tstamp bf97adb8-2016-45d9-85f8-a9fc9a65d7c9)) - (fp_line (start -4.6 -4.8) (end -4.9 -4.5) (layer "F.Fab") (width 0.1) (tstamp bfd07876-3acb-438d-b694-9e978452e02d)) - (fp_line (start 4.5 -4.9) (end 4.2 -5.1) (layer "F.Fab") (width 0.1) (tstamp c64d417c-51d5-49f0-a85f-e1054039209b)) - (fp_line (start 4.9 -3.3) (end 5 -3.6) (layer "F.Fab") (width 0.1) (tstamp c9d97b97-f052-483e-b21f-29ed60662cf1)) - (fp_line (start -5.1 4.1) (end -5 3.6) (layer "F.Fab") (width 0.1) (tstamp e6a3acf6-a81a-47c3-a4ad-a6a317637648)) - (fp_line (start 3.1 4.7) (end 3 4.6) (layer "F.Fab") (width 0.1) (tstamp eb1eac47-a56f-4316-8419-46409dacc417)) - (fp_line (start -2.6 -4.9) (end -3 -4.7) (layer "F.Fab") (width 0.1) (tstamp ed19ed13-629e-468f-8555-3174af7f9c95)) - (fp_line (start -3 4.7) (end -3.3 4.9) (layer "F.Fab") (width 0.1) (tstamp eec0959e-6a6a-41ae-a134-6bb4e2c066a3)) - (fp_line (start 4.8 -4.7) (end 4.5 -4.9) (layer "F.Fab") (width 0.1) (tstamp f540d1d3-08d5-4a78-807b-697bfe89c6e0)) - (fp_line (start 0.6 5.5) (end -0.6 5.5) (layer "F.Fab") (width 0.1) (tstamp f5ee705f-d1c7-4758-b658-7d2d997c2698)) - (fp_line (start 0.9 -5.5) (end 0 -5.6) (layer "F.Fab") (width 0.1) (tstamp f6b64cfa-13b3-41ab-b75a-d4547bd3e52b)) - (fp_line (start 2.4 5) (end 1.6 5.3) (layer "F.Fab") (width 0.1) (tstamp f75445ca-c9b6-4aeb-b4d2-c8d521d01a2f)) - (fp_line (start -0.8 -5.5) (end -1.7 -5.3) (layer "F.Fab") (width 0.1) (tstamp f88557a0-cbc7-4b92-bbfc-81355f0f497d)) - (fp_line (start -3.9 5.1) (end -4.3 5) (layer "F.Fab") (width 0.1) (tstamp f9bce846-5532-4411-b1dd-d92dacab74e1)) - (fp_line (start 6.2 6.2) (end 6.2 3.3) (layer "F.Fab") (width 0.1) (tstamp fb01a444-43ac-418e-9be7-9e8ee899b8b1)) - (fp_circle (center -2.1 3) (end -1.8 3.25) (layer "F.Fab") (width 0.1) (fill none) (tstamp b8bceea2-9b02-4401-acce-fdfe7185caf4)) - (pad "1" smd rect locked (at -4.95 0 90) (size 2.9 5.4) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_circle (center 0 0) (end 0.15 0.15) + (stroke (width 0.38) (type solid)) (fill none) (layer "F.Adhes") (tstamp a993efe5-1e9d-45bc-86bc-61b30579a25c)) + (fp_circle (center 0 0) (end 0.55 0) + (stroke (width 0.38) (type solid)) (fill none) (layer "F.Adhes") (tstamp 18c7b0b2-9ddf-4987-8b78-c45829d46f3e)) + (fp_circle (center 0 0) (end 0.9 0) + (stroke (width 0.38) (type solid)) (fill none) (layer "F.Adhes") (tstamp 60148447-0f18-4ce4-85c2-9618f9096756)) + (fp_line (start -6.3 -6.3) (end 6.3 -6.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94ebc86f-9123-4605-897f-6fb8c76155c3)) + (fp_line (start -6.3 -3.3) (end -6.3 -6.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f76d585a-ad26-42f8-941a-b5d5f2903a92)) + (fp_line (start -6.3 6.3) (end -6.3 3.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72bcc6a0-5117-47f2-857c-bef0c4a0f15f)) + (fp_line (start 6.3 -6.3) (end 6.3 -3.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5748664-0e11-4dc9-9914-9cdeffa2efad)) + (fp_line (start 6.3 3.3) (end 6.3 6.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c842b1da-0ea9-4aa0-8d4e-5d2950fdc994)) + (fp_line (start 6.3 6.3) (end -6.3 6.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb9dbdee-bb4d-43b7-919a-e6b217804de6)) + (fp_line (start -6.86 -6.6) (end 6.86 -6.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d61f45a1-95d1-495d-bfca-3ef52bfeef61)) + (fp_line (start -6.86 6.6) (end -6.86 -6.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0de10ac-4206-46d9-bf0a-f2fb070821f8)) + (fp_line (start 6.86 -6.6) (end 6.86 6.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50482914-a138-4e29-9f04-2da687d08231)) + (fp_line (start 6.86 6.6) (end -6.86 6.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 555c1689-edb7-4b07-9b2c-ac9373e25d16)) + (fp_line (start -6.2 -6.2) (end -6.2 -3.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 407a8039-95e4-4a8a-ac2c-ed1e6db1837e)) + (fp_line (start -6.2 3.3) (end -6.2 6.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aaebe7ff-668e-4189-abc0-65824e7d1341)) + (fp_line (start -6.2 6.2) (end 6.2 6.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd7568f4-dd61-4ea1-a2f0-0732e2de980e)) + (fp_line (start -5.1 -4) (end -5 -3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 492ed7a0-4407-4a7a-bb31-af800e1e7fb6)) + (fp_line (start -5.1 4.1) (end -5 3.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6a3acf6-a81a-47c3-a4ad-a6a317637648)) + (fp_line (start -5 -3.5) (end -4.8 -3.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a754db3-90a2-42b2-9890-26e1bef8750c)) + (fp_line (start -5 3.6) (end -4.8 3.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f6ba12c-7900-479c-b5b9-e33b773c94a1)) + (fp_line (start -4.9 -4.5) (end -5.1 -4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 554ca858-022d-4399-b1d0-ee425b46536a)) + (fp_line (start -4.9 4.6) (end -5.1 4.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 612bc84a-1e71-4d23-88a8-6fe999f0852f)) + (fp_line (start -4.6 -4.8) (end -4.9 -4.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bfd07876-3acb-438d-b694-9e978452e02d)) + (fp_line (start -4.6 4.8) (end -4.9 4.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6006ec5d-4ef5-4a29-a07b-b3a74219be88)) + (fp_line (start -4.3 5) (end -4.6 4.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b37cd52-ca72-4cdc-bb0f-4bd09d9f8bea)) + (fp_line (start -4.2 -5) (end -4.6 -4.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63280e3c-f3f4-4478-b5e3-7b173b038d47)) + (fp_line (start -3.9 5.1) (end -4.3 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9bce846-5532-4411-b1dd-d92dacab74e1)) + (fp_line (start -3.7 -5.1) (end -4.2 -5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33550234-febe-477d-88fb-09bb319e0e18)) + (fp_line (start -3.3 -4.9) (end -3.7 -5.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81052854-548f-41af-b85d-4cc57e295cba)) + (fp_line (start -3.3 4.9) (end -3.9 5.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a32461e-08f7-41f6-b2ed-a4bdc7b4fc6e)) + (fp_line (start -3 -4.7) (end -3.3 -4.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be67714d-125a-4584-b9ba-4fa26a272112)) + (fp_line (start -3 4.7) (end -3.3 4.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eec0959e-6a6a-41ae-a134-6bb4e2c066a3)) + (fp_line (start -2.6 -4.9) (end -3 -4.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed19ed13-629e-468f-8555-3174af7f9c95)) + (fp_line (start -2.6 4.9) (end -3 4.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66acbfe7-a24d-4b1c-9b8b-070dd7fb8a77)) + (fp_line (start -2.1 5.1) (end -2.6 4.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e43d1c7-f5fc-4f84-b997-3d1014290358)) + (fp_line (start -1.7 -5.3) (end -2.6 -4.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bae8b818-883c-4384-8ff9-59db60bd93d5)) + (fp_line (start -1.5 5.3) (end -2.1 5.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 766b834f-6728-4de4-ba3e-0c47560cdb13)) + (fp_line (start -0.8 -5.5) (end -1.7 -5.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f88557a0-cbc7-4b92-bbfc-81355f0f497d)) + (fp_line (start -0.6 5.5) (end -1.5 5.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1fac6299-ff88-438b-b39e-f5c1d3bb7d57)) + (fp_line (start 0 -5.6) (end -0.8 -5.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9bd952d-c990-4055-b20f-b28c4a2d6d96)) + (fp_line (start 0.6 5.5) (end -0.6 5.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5ee705f-d1c7-4758-b658-7d2d997c2698)) + (fp_line (start 0.9 -5.5) (end 0 -5.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6b64cfa-13b3-41ab-b75a-d4547bd3e52b)) + (fp_line (start 1.6 5.3) (end 0.6 5.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62db325e-192a-422f-b90b-b981e93c6e11)) + (fp_line (start 1.7 -5.3) (end 0.9 -5.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82f104ee-baf1-4ca8-a8a4-75804b5b13ab)) + (fp_line (start 2.2 -5.1) (end 1.7 -5.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4745145-5bf9-4c1a-97dc-54f55799c04a)) + (fp_line (start 2.4 5) (end 1.6 5.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f75445ca-c9b6-4aeb-b4d2-c8d521d01a2f)) + (fp_line (start 2.6 -4.9) (end 2.2 -5.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e6214f1-ad5b-4b9a-9107-93daf70468b8)) + (fp_line (start 3 -4.6) (end 2.6 -4.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fc16dcf-be37-4154-ae8a-63da882e805e)) + (fp_line (start 3 4.6) (end 2.4 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b087f6ab-ba94-4d75-b694-e4924ebfe0a0)) + (fp_line (start 3.1 4.7) (end 3 4.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb1eac47-a56f-4316-8419-46409dacc417)) + (fp_line (start 3.3 -4.9) (end 3 -4.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b36eb1c-5e46-4841-910e-6cd1283d60a3)) + (fp_line (start 3.5 5) (end 3.1 4.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84db1eb0-7771-4327-b042-ece743177401)) + (fp_line (start 3.6 -5) (end 3.3 -4.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd28a965-33bc-4039-be25-946c326819ed)) + (fp_line (start 3.9 -5.1) (end 3.6 -5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bbf4e7d4-4eff-4ad2-865b-04ee05889dee)) + (fp_line (start 4 5.1) (end 3.5 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50b3c2a0-b3e9-45aa-80b1-6e756f237fd2)) + (fp_line (start 4.2 -5.1) (end 3.9 -5.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c7ba7ad-624e-43cc-8b10-13293779fc66)) + (fp_line (start 4.5 -4.9) (end 4.2 -5.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c64d417c-51d5-49f0-a85f-e1054039209b)) + (fp_line (start 4.5 5) (end 4 5.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c8b9ef7-a37c-4038-a3e0-94fb88b1d9aa)) + (fp_line (start 4.8 -4.7) (end 4.5 -4.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f540d1d3-08d5-4a78-807b-697bfe89c6e0)) + (fp_line (start 4.8 4.6) (end 4.5 5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09353a19-d987-4a99-8577-8c6e95f627c5)) + (fp_line (start 4.9 -3.3) (end 5 -3.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9d97b97-f052-483e-b21f-29ed60662cf1)) + (fp_line (start 4.9 3.3) (end 5 3.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6443b1ce-ac8a-4ecb-95ee-7563ca445144)) + (fp_line (start 5 -4.3) (end 4.8 -4.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e3202ee-5724-4257-9164-77c2c9320346)) + (fp_line (start 5 -3.6) (end 5.1 -4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55423c36-27c0-434c-901d-37798a52def9)) + (fp_line (start 5 3.4) (end 5.1 3.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 499bd712-dcb2-4b08-a5c3-ccf7808078b6)) + (fp_line (start 5 4.3) (end 4.8 4.6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bfdc2fb-4c47-4820-90a6-ec1bc018417a)) + (fp_line (start 5.1 -4) (end 5 -4.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf97adb8-2016-45d9-85f8-a9fc9a65d7c9)) + (fp_line (start 5.1 3.8) (end 5 4.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ed50d16-598c-4977-98e7-7b4bcaebc24e)) + (fp_line (start 6.2 -6.2) (end -6.2 -6.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c892975-7c20-4246-bdab-6f5c214b33b8)) + (fp_line (start 6.2 -6.2) (end 6.2 -3.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91989979-edf3-4d30-8e80-4f8a07f14c61)) + (fp_line (start 6.2 6.2) (end 6.2 3.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb01a444-43ac-418e-9be7-9e8ee899b8b1)) + (fp_circle (center -2.1 3) (end -1.8 3.25) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp b8bceea2-9b02-4401-acce-fdfe7185caf4)) + (pad "1" smd rect (at -4.95 0 90) (size 2.9 5.4) (layers "F.Cu" "F.Paste" "F.Mask") (net 15 "Net-(C1-Pad2)") (pintype "passive") (tstamp a537ce84-746c-472e-8b8b-b59c178d32a1)) - (pad "2" smd rect locked (at 4.95 0 90) (size 2.9 5.4) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 4.95 0 90) (size 2.9 5.4) (layers "F.Cu" "F.Paste" "F.Mask") (net 502 "Net-(C32-Pad2)") (pintype "passive") (tstamp 9ad5ff09-4f49-4fe9-93b0-5ceaddc99efb)) (model "${KIPRJMOD}/3d-models/7447709001.stp" (offset (xyz 0 0 0)) @@ -18970,7 +22883,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e3f1544) + (tstamp 00000000-0000-0000-0000-00005e3f1544) (at 268.2 76.7 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -18983,30 +22896,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061ec7e92") (attr smd) (fp_text reference "C65" (at 0 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5246163e-37af-44a8-8ac4-badce164f7ea) ) (fp_text value "680pF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 208cc38d-2f8e-4f35-9d03-cc8df76d6b26) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 60927486-d874-4c6f-a551-c84bc407b223) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 50c8c094-1bbe-4764-843d-ae338a8b5932)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp e71be64a-63eb-40e5-a292-5f4686ad81f4)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 727af5b8-38f3-43f4-a8af-851a01529c73)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a711799e-76be-4851-9223-26c9c36cff22)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d0769ea6-0a4e-4217-a735-cf8350ab8ece)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f9ed5df7-8150-4030-b0d7-810287f1dec2)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a532452b-8c30-40ff-b434-6b29d41dffc8)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d541679b-e63a-4536-affa-cb39a4c1db3e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp df968f2e-1706-409b-9972-13dc4948f4fb)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ea788408-0908-464a-800a-9b4771e12e8e)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50c8c094-1bbe-4764-843d-ae338a8b5932)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e71be64a-63eb-40e5-a292-5f4686ad81f4)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d0769ea6-0a4e-4217-a735-cf8350ab8ece)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9ed5df7-8150-4030-b0d7-810287f1dec2)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a711799e-76be-4851-9223-26c9c36cff22)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 727af5b8-38f3-43f4-a8af-851a01529c73)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d541679b-e63a-4536-affa-cb39a4c1db3e)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df968f2e-1706-409b-9972-13dc4948f4fb)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea788408-0908-464a-800a-9b4771e12e8e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a532452b-8c30-40ff-b434-6b29d41dffc8)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 912c01d1-46b6-47ec-9aff-449491c33573)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 513 "Net-(C65-Pad2)") (pintype "passive") (tstamp 9c71a9c5-d745-4f62-8379-b1af70a48bd4)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -19016,7 +22939,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e40a80f) + (tstamp 00000000-0000-0000-0000-00005e40a80f) (at 264.3 82.2 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -19029,30 +22952,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000620a5a19") (attr smd) (fp_text reference "R56" (at -2.5 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b2f4cdf8-622c-4319-8be1-cb97d35e9450) ) (fp_text value "100k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c49922ce-9954-4da3-808c-2f430e91680f) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 605c11cc-aa68-484f-8e0f-a00f3454e00d) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 0c94fa47-93ae-438b-99e1-9982f2e9bce4)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 776e645f-6a06-412f-b5c3-dec5c969a6d5)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1eb3c95a-cb83-4afd-82b2-3c5eb07688fa)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1f32b72f-e631-4cd1-a837-53d834907fe6)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 33336f2d-fd0c-4a0a-b4b3-59d65eda48ad)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp dae64244-12ec-4262-bed4-49b6c8f3f242)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 09ee7641-0dbb-47b6-a2e2-e2e7dcc30517)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3e45e896-e963-4f14-86e9-cf7e534769f0)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 45656630-b8be-4e72-8d52-8cfca7f9d942)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a6d8de78-3e31-4e29-9c1b-bb8073e070e8)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 776e645f-6a06-412f-b5c3-dec5c969a6d5)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c94fa47-93ae-438b-99e1-9982f2e9bce4)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1eb3c95a-cb83-4afd-82b2-3c5eb07688fa)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33336f2d-fd0c-4a0a-b4b3-59d65eda48ad)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dae64244-12ec-4262-bed4-49b6c8f3f242)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f32b72f-e631-4cd1-a837-53d834907fe6)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e45e896-e963-4f14-86e9-cf7e534769f0)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09ee7641-0dbb-47b6-a2e2-e2e7dcc30517)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6d8de78-3e31-4e29-9c1b-bb8073e070e8)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45656630-b8be-4e72-8d52-8cfca7f9d942)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 97 "30V_GATE") (pintype "passive") (tstamp 4df61468-4441-47fc-a90c-1add2ff7af24)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 518 "Net-(R182-Pad2)") (pintype "passive") (tstamp 4f233f2a-56f6-4e27-830a-2ed4649b244f)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -19062,7 +22995,7 @@ ) (footprint "footprints:PowerPAK_SO-8_Single_8Pads" (layer "F.Cu") - (tedit 5E371B51) (tstamp 00000000-0000-0000-0000-00005e40c378) + (tstamp 00000000-0000-0000-0000-00005e40c378) (at 259 79.6 90) (descr "PowerPAK SO-8 Single (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72599/72599.pdf)") (tags "PowerPAK SO-8 Single") @@ -19075,44 +23008,54 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fa55259") (attr smd) (fp_text reference "Q15" (at -4 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0dbfe3dc-0948-4791-a16e-d744d6107e04) ) (fp_text value "Si7850DP" (at 0 3.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 91fd838a-91eb-4ea6-a298-3702fd899ad5) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2202acd4-a653-4c89-aa16-3e337357c8b9) ) - (fp_line (start -2.945 2.57) (end 2.945 2.57) (layer "F.SilkS") (width 0.12) (tstamp 27252805-7e2f-447b-9953-75f4eb292301)) - (fp_line (start -3.4 -2.57) (end 2.945 -2.57) (layer "F.SilkS") (width 0.12) (tstamp 397bc8df-ac65-4f86-9599-1307051fff73)) - (fp_line (start -3.55 -2.75) (end 3.55 -2.75) (layer "F.CrtYd") (width 0.05) (tstamp 40b02668-89b6-4070-bb66-8ded17dca73a)) - (fp_line (start 3.55 -2.75) (end 3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp 9e741d03-f2cf-4b15-9b03-f2e0f61102fc)) - (fp_line (start -3.55 2.75) (end 3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp d7d213a1-80c9-483b-ad43-b124440ea8e6)) - (fp_line (start -3.55 -2.75) (end -3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp f8481215-7428-4157-a0c4-ab3baf9427e8)) - (fp_line (start -2.945 -2.45) (end 2.945 -2.45) (layer "F.Fab") (width 0.1) (tstamp 8d47d2f7-04a4-46e4-8fa8-b09b9274556d)) - (fp_line (start 2.945 2.45) (end -2.945 2.45) (layer "F.Fab") (width 0.1) (tstamp 91310599-eddf-4b58-bd1b-010f3b84a31f)) - (fp_line (start -2.945 2.45) (end -2.945 -2.45) (layer "F.Fab") (width 0.1) (tstamp 9a9c0394-16b5-41ee-840d-4b611dad6d71)) - (fp_line (start 2.945 -2.45) (end 2.945 2.45) (layer "F.Fab") (width 0.1) (tstamp dbdaccb7-6f61-49f1-b8e0-a05f4cdfa38c)) - (pad "1" smd rect locked (at -2.67 -1.905 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -3.4 -2.57) (end 2.945 -2.57) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 397bc8df-ac65-4f86-9599-1307051fff73)) + (fp_line (start -2.945 2.57) (end 2.945 2.57) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27252805-7e2f-447b-9953-75f4eb292301)) + (fp_line (start -3.55 -2.75) (end -3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8481215-7428-4157-a0c4-ab3baf9427e8)) + (fp_line (start -3.55 -2.75) (end 3.55 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40b02668-89b6-4070-bb66-8ded17dca73a)) + (fp_line (start -3.55 2.75) (end 3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7d213a1-80c9-483b-ad43-b124440ea8e6)) + (fp_line (start 3.55 -2.75) (end 3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e741d03-f2cf-4b15-9b03-f2e0f61102fc)) + (fp_line (start -2.945 -2.45) (end 2.945 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d47d2f7-04a4-46e4-8fa8-b09b9274556d)) + (fp_line (start -2.945 2.45) (end -2.945 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a9c0394-16b5-41ee-840d-4b611dad6d71)) + (fp_line (start 2.945 -2.45) (end 2.945 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dbdaccb7-6f61-49f1-b8e0-a05f4cdfa38c)) + (fp_line (start 2.945 2.45) (end -2.945 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91310599-eddf-4b58-bd1b-010f3b84a31f)) + (pad "1" smd rect (at -2.67 -1.905 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 502 "Net-(C32-Pad2)") (pinfunction "S") (pintype "passive") (tstamp 64754bbb-b99c-4bee-b8d5-f8e7aa1de2e1)) - (pad "2" smd rect locked (at -2.67 -0.635 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -2.67 -0.635 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 502 "Net-(C32-Pad2)") (pinfunction "S") (pintype "passive") (tstamp d7b13834-186b-485c-bd63-491b623cd8c8)) - (pad "3" smd rect locked (at -2.67 0.635 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -2.67 0.635 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 502 "Net-(C32-Pad2)") (pinfunction "S") (pintype "passive") (tstamp 6d6ed34a-c957-45b6-8448-7ab7011b726f)) - (pad "4" smd rect locked (at -2.67 1.905 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -2.67 1.905 90) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 491 "Net-(Q15-Pad4)") (pinfunction "G") (pintype "input") (tstamp 8cdf981b-9784-41ac-99f3-421b5d2e2666)) - (pad "5" smd rect locked (at 0.69 0 90) (size 3.81 3.91) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 0.69 0 90) (size 3.81 3.91) (layers "F.Cu" "F.Paste" "F.Mask") (net 97 "30V_GATE") (pinfunction "D") (pintype "passive") (tstamp 0875705b-3459-4a62-8384-196e0a16ff6d)) - (pad "5" smd rect locked (at 2.795 1.905 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 2.795 1.905 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 97 "30V_GATE") (pinfunction "D") (pintype "passive") (tstamp b818e4f5-8e73-46c9-b7b7-4162bd51e6d7)) - (pad "6" smd rect locked (at 2.795 0.635 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at 2.795 0.635 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 97 "30V_GATE") (pinfunction "D") (pintype "passive") (tstamp 288f41ec-6253-48f4-8af6-62c70bfc3eee)) - (pad "7" smd rect locked (at 2.795 -0.635 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at 2.795 -0.635 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 97 "30V_GATE") (pinfunction "D") (pintype "passive") (tstamp 0addff9d-1f83-471c-8574-a94ebba549a4)) - (pad "8" smd rect locked (at 2.795 -1.905 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at 2.795 -1.905 90) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 97 "30V_GATE") (pinfunction "D") (pintype "passive") (tstamp fecf9798-76e7-4e5f-b226-30b657d558e9)) (model "${KIPRJMOD}/3d-models/PowerPAK SO-8.stp" (offset (xyz 0 0 0)) @@ -19122,7 +23065,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e42baf3) + (tstamp 00000000-0000-0000-0000-00005e42baf3) (at 268.5 54.5) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -19135,30 +23078,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f59") (attr smd) (fp_text reference "C146" (at 0 1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a24fdcaa-dab1-4065-b353-50d9c6f14e37) ) (fp_text value "1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 15a98aba-0376-4961-8274-870d456697c3) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cd68a721-944a-49a9-80bd-1e827caf1b69) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp b854b286-6ced-404c-b483-4ddadfeb2a1d)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b91a06a1-f217-472f-a51f-a0d351943718)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 18d047ff-38b0-45c3-a1e1-b8730b125649)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4e53a40f-c864-4b94-b9a3-487d2e2cd769)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5d659479-05f0-4906-91cd-9e8b2ef54834)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b82be033-a498-4dff-91f6-2a3a76d38d8a)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 328191fd-9f82-434e-bee9-d6e46e7d5e4a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 395a6cc1-88cd-4431-b835-d1fc367f1236)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c71be13d-9efd-430d-9e26-6b0e3f39d07a)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e0a30ec8-35be-495d-bb81-64bd215c1e11)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b854b286-6ced-404c-b483-4ddadfeb2a1d)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b91a06a1-f217-472f-a51f-a0d351943718)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18d047ff-38b0-45c3-a1e1-b8730b125649)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b82be033-a498-4dff-91f6-2a3a76d38d8a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e53a40f-c864-4b94-b9a3-487d2e2cd769)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d659479-05f0-4906-91cd-9e8b2ef54834)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 328191fd-9f82-434e-bee9-d6e46e7d5e4a)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c71be13d-9efd-430d-9e26-6b0e3f39d07a)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0a30ec8-35be-495d-bb81-64bd215c1e11)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 395a6cc1-88cd-4431-b835-d1fc367f1236)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp ee9bdca3-1951-45b2-b250-003711e21530)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 97 "30V_GATE") (pintype "passive") (tstamp 9be05dc1-da0c-4607-abce-c4a6d5f12519)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -19168,7 +23121,7 @@ ) (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tedit 58645DC7) (tstamp 00000000-0000-0000-0000-00005e4332d4) + (tstamp 00000000-0000-0000-0000-00005e4332d4) (at 258.2 103.5 90) (descr "SOD-123") (tags "SOD-123") @@ -19181,38 +23134,56 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006330c051") (attr smd) (fp_text reference "D6" (at -2.9 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d6cf1ffd-efe5-44ad-be5f-f21566ac4104) ) (fp_text value "SBR0560S1" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5ded7b69-6660-425f-a097-a4c1a037ad5f) ) (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 843230bb-bcb1-4952-a35e-b6e03bf7d43a) ) - (fp_line (start -2.25 1) (end 1.65 1) (layer "F.SilkS") (width 0.12) (tstamp b2331ddf-f7c0-45a7-af72-ce07daab23dc)) - (fp_line (start -2.25 -1) (end 1.65 -1) (layer "F.SilkS") (width 0.12) (tstamp b77b4f81-a076-4f37-9e1e-fca0ae497087)) - (fp_line (start -2.25 -1) (end -2.25 1) (layer "F.SilkS") (width 0.12) (tstamp bacb7ce5-4b40-4a09-be66-1a0bf0ea6bd1)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer "F.CrtYd") (width 0.05) (tstamp 6d242bf8-c8ce-4005-9a58-ddf3af8d9216)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 8283ffa7-c17b-4614-a84c-c6011aa99e3b)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp b0a39040-e5dc-40e9-a742-1610ff78a512)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp ed4a6c23-8dc5-4825-a312-489c6a5b761b)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp 4e69be68-735d-49ce-9c58-0a804c39c2f8)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5904b414-4083-422a-92e5-f475f91bd209)) - (fp_line (start -0.35 0) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp 78700aa2-a608-4c38-b83c-44dfdc9ce4f4)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 7ca07c57-c678-400e-b252-8ed95c0228c7)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp 7e0140b9-451c-4f9b-b78a-1da6cbb73b2b)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp 8b17353b-44ea-42ab-b380-79dff79b99cd)) - (fp_line (start 0.25 0) (end 0.75 0) (layer "F.Fab") (width 0.1) (tstamp 8bfc5e5f-3061-42c3-8407-a529b0759ded)) - (fp_line (start -0.35 0) (end -0.35 -0.55) (layer "F.Fab") (width 0.1) (tstamp 93a046bb-0f39-4078-b87a-971ab5272219)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp cddaa164-f775-4f55-8ebf-027a62b37722)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp f658c792-291f-4b40-b0a9-994cd3cc61bd)) - (fp_line (start 0.25 0.4) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp ff15de9a-88a0-446f-966e-506491569310)) - (pad "1" smd rect locked (at -1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -2.25 -1) (end -2.25 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bacb7ce5-4b40-4a09-be66-1a0bf0ea6bd1)) + (fp_line (start -2.25 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b77b4f81-a076-4f37-9e1e-fca0ae497087)) + (fp_line (start -2.25 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2331ddf-f7c0-45a7-af72-ce07daab23dc)) + (fp_line (start -2.35 -1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8283ffa7-c17b-4614-a84c-c6011aa99e3b)) + (fp_line (start -2.35 -1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d242bf8-c8ce-4005-9a58-ddf3af8d9216)) + (fp_line (start 2.35 -1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0a39040-e5dc-40e9-a742-1610ff78a512)) + (fp_line (start 2.35 1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed4a6c23-8dc5-4825-a312-489c6a5b761b)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b17353b-44ea-42ab-b380-79dff79b99cd)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f658c792-291f-4b40-b0a9-994cd3cc61bd)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cddaa164-f775-4f55-8ebf-027a62b37722)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93a046bb-0f39-4078-b87a-971ab5272219)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78700aa2-a608-4c38-b83c-44dfdc9ce4f4)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5904b414-4083-422a-92e5-f475f91bd209)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ca07c57-c678-400e-b252-8ed95c0228c7)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8bfc5e5f-3061-42c3-8407-a529b0759ded)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff15de9a-88a0-446f-966e-506491569310)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e69be68-735d-49ce-9c58-0a804c39c2f8)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e0140b9-451c-4f9b-b78a-1da6cbb73b2b)) + (pad "1" smd rect (at -1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 137 "Net-(C32-Pad1)") (pinfunction "K") (pintype "passive") (tstamp cedd4982-8e23-4e15-a75e-2cf132883a52)) - (pad "2" smd rect locked (at 1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 501 "/Reform 2 Power/CHG_INTVCC") (pinfunction "A") (pintype "passive") (tstamp 0db374b8-d0f8-459a-a365-71d47648fd84)) (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" (offset (xyz 0 0 0)) @@ -19222,7 +23193,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e433f59) + (tstamp 00000000-0000-0000-0000-00005e433f59) (at 245.5 54.75) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -19235,30 +23206,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f69") (attr smd) (fp_text reference "C145" (at 0 1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp aa4a6f85-0fd7-42c1-b267-5da8b9aca9d2) ) (fp_text value "1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp bf1e3c4f-d797-46e0-99bf-e4e8ef74dedb) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9a8dbc9e-2127-41e3-a77c-abe405778254) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 593b9aaa-db2c-42ed-a694-8e6d042d4ff0)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 7dd2c681-f96b-42a0-b506-8654fc4ffb2e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 23c2df1e-f8e9-4153-b672-96a3ce62fcf9)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a90eed34-383b-4a3a-a7df-50c54888ef87)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ae433530-6925-4a28-9582-ca18bcf13755)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ed60afea-692c-424d-9a17-3fa0776c51c4)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 24453de1-ddfc-4406-988b-02da6ef04df6)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 77ad17fe-33f9-499e-9580-b1098c59545a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7cb69e98-fc3a-4c44-9ff5-f26efee0907d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ce371801-0723-43a5-b74a-74c473cd7e8d)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 593b9aaa-db2c-42ed-a694-8e6d042d4ff0)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7dd2c681-f96b-42a0-b506-8654fc4ffb2e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23c2df1e-f8e9-4153-b672-96a3ce62fcf9)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a90eed34-383b-4a3a-a7df-50c54888ef87)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed60afea-692c-424d-9a17-3fa0776c51c4)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae433530-6925-4a28-9582-ca18bcf13755)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24453de1-ddfc-4406-988b-02da6ef04df6)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce371801-0723-43a5-b74a-74c473cd7e8d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77ad17fe-33f9-499e-9580-b1098c59545a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7cb69e98-fc3a-4c44-9ff5-f26efee0907d)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 6a450e0d-2d38-4206-8e2a-d799d26e1403)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 97 "30V_GATE") (pintype "passive") (tstamp 177bc3cd-61bf-4087-9d97-fb7df76c4e67)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -19268,7 +23249,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e44692b) + (tstamp 00000000-0000-0000-0000-00005e44692b) (at 287.95 47.25) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -19281,30 +23262,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f8bac57") (attr smd) (fp_text reference "C149" (at -0.05 -1.15) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a8fde1cd-6425-472d-823e-8923be67534f) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a580df2c-5f6e-4d14-a477-087cd3b2d0d0) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 68815695-45bb-435e-b1f9-6940b95bf9d0) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 2bf2876f-efbb-4fdb-b857-fa7462e68254)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp bf1e1d95-3dcf-4cf3-8877-634d699bf229)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2c811355-31df-487f-96dd-862b6db3e389)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 62d78eed-ba5c-446a-916c-cb1dab048d5c)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9488bcc0-35bc-4957-9575-ef6747d7fe1e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e6e0f55a-ac03-4f31-8ce5-faa74796e04b)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0908aa33-6928-455b-9eac-8cf670d4d60b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 31d50593-f617-4dd0-9fc4-9b6b6dc0cbc4)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4620cfaa-e682-496d-98d2-5620818e07ac)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f3135cda-0bc3-44c4-b27a-a9686915341f)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2bf2876f-efbb-4fdb-b857-fa7462e68254)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf1e1d95-3dcf-4cf3-8877-634d699bf229)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6e0f55a-ac03-4f31-8ce5-faa74796e04b)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62d78eed-ba5c-446a-916c-cb1dab048d5c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c811355-31df-487f-96dd-862b6db3e389)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9488bcc0-35bc-4957-9575-ef6747d7fe1e)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31d50593-f617-4dd0-9fc4-9b6b6dc0cbc4)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0908aa33-6928-455b-9eac-8cf670d4d60b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4620cfaa-e682-496d-98d2-5620818e07ac)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3135cda-0bc3-44c4-b27a-a9686915341f)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 540 "Net-(C149-Pad1)") (pintype "passive") (tstamp 5b6a33aa-71e9-499a-9fe0-089dd28e0ba4)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 539 "Net-(C149-Pad2)") (pintype "passive") (tstamp 5eb45e63-e1fc-488b-acf7-c3df01465fad)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -19314,7 +23305,7 @@ ) (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tedit 58645DC7) (tstamp 00000000-0000-0000-0000-00005e446a12) + (tstamp 00000000-0000-0000-0000-00005e446a12) (at 286 44.3) (descr "SOD-123") (tags "SOD-123") @@ -19327,38 +23318,56 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005faff460") (attr smd) (fp_text reference "D1" (at -1.6 -1.7) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d2531565-bdb7-4467-ac9f-8d2f54b6b1b9) ) (fp_text value "BZT52C10" (at 0 2.1) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7052d946-6144-42f2-b47b-fb1bfe04970f) ) (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4fc39a19-1471-47ca-b2c8-892bbb7e2e8b) ) - (fp_line (start -2.25 1) (end 1.65 1) (layer "F.SilkS") (width 0.12) (tstamp 5f971326-154b-4b9c-a2f4-1e4ee1399ac9)) - (fp_line (start -2.25 -1) (end 1.65 -1) (layer "F.SilkS") (width 0.12) (tstamp 9c5c7f0a-31c8-4dcb-bd1c-494628ba2bef)) - (fp_line (start -2.25 -1) (end -2.25 1) (layer "F.SilkS") (width 0.12) (tstamp c8876baf-9055-47bb-88f4-eea8a52c3187)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 0675bffe-05ab-4da3-a8de-32572dab88db)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 24bd350e-7fec-4593-9bd9-f36b39784e8d)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 6c981d31-b31d-478e-baee-1ebe07391002)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer "F.CrtYd") (width 0.05) (tstamp d7e3c63c-48c9-4b38-b4c9-3b6a296a4180)) - (fp_line (start -0.35 0) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp 145fd1e2-b066-4c51-b6b9-c128d5b20a66)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp 5cca437e-0e9a-4f5e-b709-8e413b0ac5dc)) - (fp_line (start -0.35 0) (end -0.35 -0.55) (layer "F.Fab") (width 0.1) (tstamp 6ed3909a-acc9-4631-96af-41c9da8d72ad)) - (fp_line (start 0.25 0.4) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 7decfafd-cc82-4db4-8108-58e89f01e865)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 84accfe1-f0b0-46dc-99b3-688943e5092d)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp 8c39c34d-325a-4255-b18c-a86a53b8c040)) - (fp_line (start 0.25 0) (end 0.75 0) (layer "F.Fab") (width 0.1) (tstamp 927f03be-ab29-4e3d-af5a-3afb1d8d58f3)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp c7a86d30-a9ca-4997-97dd-66f9f9949b7f)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp d40a7d3e-4f41-4669-9afc-e8caa3ff4764)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp d500c785-68b2-4330-8f37-514e6d9ddd6e)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp d5c02207-37c6-4a3f-b0a1-65753a1712dd)) - (pad "1" smd rect locked (at -1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -2.25 -1) (end -2.25 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8876baf-9055-47bb-88f4-eea8a52c3187)) + (fp_line (start -2.25 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c5c7f0a-31c8-4dcb-bd1c-494628ba2bef)) + (fp_line (start -2.25 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f971326-154b-4b9c-a2f4-1e4ee1399ac9)) + (fp_line (start -2.35 -1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24bd350e-7fec-4593-9bd9-f36b39784e8d)) + (fp_line (start -2.35 -1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7e3c63c-48c9-4b38-b4c9-3b6a296a4180)) + (fp_line (start 2.35 -1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0675bffe-05ab-4da3-a8de-32572dab88db)) + (fp_line (start 2.35 1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c981d31-b31d-478e-baee-1ebe07391002)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c39c34d-325a-4255-b18c-a86a53b8c040)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5cca437e-0e9a-4f5e-b709-8e413b0ac5dc)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d500c785-68b2-4330-8f37-514e6d9ddd6e)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ed3909a-acc9-4631-96af-41c9da8d72ad)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 145fd1e2-b066-4c51-b6b9-c128d5b20a66)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7a86d30-a9ca-4997-97dd-66f9f9949b7f)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84accfe1-f0b0-46dc-99b3-688943e5092d)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 927f03be-ab29-4e3d-af5a-3afb1d8d58f3)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7decfafd-cc82-4db4-8108-58e89f01e865)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d40a7d3e-4f41-4669-9afc-e8caa3ff4764)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5c02207-37c6-4a3f-b0a1-65753a1712dd)) + (pad "1" smd rect (at -1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 540 "Net-(C149-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 73b5ce7f-06ef-439a-953a-0c24cf1a5e9d)) - (pad "2" smd rect locked (at 1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 539 "Net-(C149-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 641fdea0-c9a3-4c53-a54b-5c9c9b8f968f)) (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" (offset (xyz 0 0 0)) @@ -19368,7 +23377,7 @@ ) (footprint "footprints:PowerPAK_SO-8_Single_8Pads" (layer "F.Cu") - (tedit 5E371B51) (tstamp 00000000-0000-0000-0000-00005e44782c) + (tstamp 00000000-0000-0000-0000-00005e44782c) (at 285.95 51.5 180) (descr "PowerPAK SO-8 Single (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72599/72599.pdf)") (tags "PowerPAK SO-8 Single") @@ -19381,44 +23390,54 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f3acd19") (attr smd) (fp_text reference "Q3" (at -2.75 -3.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e890e3f9-90f2-4309-9cd0-fba079753be1) ) (fp_text value "Si7461DP" (at 0 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e58117f7-1f5c-4c3f-89dc-3852b1361e9c) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0dbebea7-7fbd-418a-a788-1682702cea83) ) - (fp_line (start -3.4 -2.57) (end 2.945 -2.57) (layer "F.SilkS") (width 0.12) (tstamp 02bba28e-a795-44c1-8827-cd4be7de6a6d)) - (fp_line (start -2.945 2.57) (end 2.945 2.57) (layer "F.SilkS") (width 0.12) (tstamp 56bacc9d-f9d8-4a22-9fd8-edd70bfef1ac)) - (fp_line (start -3.55 2.75) (end 3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp 17d1e488-0ed9-4300-9111-47c59be9be30)) - (fp_line (start 3.55 -2.75) (end 3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp 7f727d80-6e14-4fb2-ba57-029a278b2850)) - (fp_line (start -3.55 -2.75) (end 3.55 -2.75) (layer "F.CrtYd") (width 0.05) (tstamp b01e1859-f915-405f-9e10-8748eb081c04)) - (fp_line (start -3.55 -2.75) (end -3.55 2.75) (layer "F.CrtYd") (width 0.05) (tstamp f355d066-7d90-47ec-8a7b-852f65c274bf)) - (fp_line (start 2.945 -2.45) (end 2.945 2.45) (layer "F.Fab") (width 0.1) (tstamp 00f6b2df-7202-4a69-ada6-7017a5379c97)) - (fp_line (start -2.945 2.45) (end -2.945 -2.45) (layer "F.Fab") (width 0.1) (tstamp 27d99572-7ca4-4dcf-b1cb-8b32f7b94905)) - (fp_line (start -2.945 -2.45) (end 2.945 -2.45) (layer "F.Fab") (width 0.1) (tstamp 61be5df6-27bd-48cf-afb2-ffc9efb1bf6e)) - (fp_line (start 2.945 2.45) (end -2.945 2.45) (layer "F.Fab") (width 0.1) (tstamp fec72c5e-b5f0-4389-a76c-80796dca8be1)) - (pad "1" smd rect locked (at -2.67 -1.905 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -3.4 -2.57) (end 2.945 -2.57) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02bba28e-a795-44c1-8827-cd4be7de6a6d)) + (fp_line (start -2.945 2.57) (end 2.945 2.57) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56bacc9d-f9d8-4a22-9fd8-edd70bfef1ac)) + (fp_line (start -3.55 -2.75) (end -3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f355d066-7d90-47ec-8a7b-852f65c274bf)) + (fp_line (start -3.55 -2.75) (end 3.55 -2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b01e1859-f915-405f-9e10-8748eb081c04)) + (fp_line (start -3.55 2.75) (end 3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17d1e488-0ed9-4300-9111-47c59be9be30)) + (fp_line (start 3.55 -2.75) (end 3.55 2.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f727d80-6e14-4fb2-ba57-029a278b2850)) + (fp_line (start -2.945 -2.45) (end 2.945 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61be5df6-27bd-48cf-afb2-ffc9efb1bf6e)) + (fp_line (start -2.945 2.45) (end -2.945 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 27d99572-7ca4-4dcf-b1cb-8b32f7b94905)) + (fp_line (start 2.945 -2.45) (end 2.945 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00f6b2df-7202-4a69-ada6-7017a5379c97)) + (fp_line (start 2.945 2.45) (end -2.945 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fec72c5e-b5f0-4389-a76c-80796dca8be1)) + (pad "1" smd rect (at -2.67 -1.905 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 540 "Net-(C149-Pad1)") (pinfunction "S") (pintype "passive") (tstamp 79336d2e-43c2-4afd-8324-7e8045278499)) - (pad "2" smd rect locked (at -2.67 -0.635 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -2.67 -0.635 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 540 "Net-(C149-Pad1)") (pinfunction "S") (pintype "passive") (tstamp 310229c7-692a-4aab-ba09-3ce8920b65e7)) - (pad "3" smd rect locked (at -2.67 0.635 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -2.67 0.635 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 540 "Net-(C149-Pad1)") (pinfunction "S") (pintype "passive") (tstamp 35b5d9c1-350c-4f03-963a-4e2f7be3c20f)) - (pad "4" smd rect locked (at -2.67 1.905 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at -2.67 1.905 180) (size 1.27 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 539 "Net-(C149-Pad2)") (pinfunction "G") (pintype "input") (tstamp 2b3f25ae-8deb-4afc-bfb7-3b4a0ecd3171)) - (pad "5" smd rect locked (at 0.69 0 180) (size 3.81 3.91) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 0.69 0 180) (size 3.81 3.91) (layers "F.Cu" "F.Paste" "F.Mask") (net 98 "/Reform 2 Power/VIN") (pinfunction "D") (pintype "passive") (tstamp b98ee629-3148-4ae9-bf0c-f17225db71fb)) - (pad "5" smd rect locked (at 2.795 1.905 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 2.795 1.905 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 98 "/Reform 2 Power/VIN") (pinfunction "D") (pintype "passive") (tstamp cae8280e-8bfb-4c20-a6d8-d278a504732c)) - (pad "6" smd rect locked (at 2.795 0.635 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at 2.795 0.635 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 98 "/Reform 2 Power/VIN") (pinfunction "D") (pintype "passive") (tstamp 06a62f23-13f8-48bb-854f-4ec89d1a7d29)) - (pad "7" smd rect locked (at 2.795 -0.635 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "7" smd rect (at 2.795 -0.635 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 98 "/Reform 2 Power/VIN") (pinfunction "D") (pintype "passive") (tstamp 7d0fb14a-7ba2-44d9-b2a6-031dc0d6e5db)) - (pad "8" smd rect locked (at 2.795 -1.905 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "8" smd rect (at 2.795 -1.905 180) (size 1.02 0.61) (layers "F.Cu" "F.Paste" "F.Mask") (net 98 "/Reform 2 Power/VIN") (pinfunction "D") (pintype "passive") (tstamp 24d9b543-feed-41e2-b56f-4a1b73268ae2)) (model "${KIPRJMOD}/3d-models/PowerPAK SO-8.stp" (offset (xyz 0 0 0)) @@ -19428,7 +23447,7 @@ ) (footprint "footprints:fuse_smf" (layer "F.Cu") - (tedit 5E43EE72) (tstamp 00000000-0000-0000-0000-00005e4489e2) + (tstamp 00000000-0000-0000-0000-00005e4489e2) (at 219.1 119.2 -90) (descr "Fuse Holder SMF, Littelfuse") (tags "Fuse") @@ -19439,33 +23458,46 @@ (property "Sheetfile" "reform2-power.kicad_sch") (property "Sheetname" "Reform 2 Power") (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005e89624c") - (autoplace_cost180 10) (attr through_hole) (fp_text reference "F2" (at -6 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp da33b09b-ac6b-446c-801c-ac75583225ab) ) (fp_text value "0157004.DR" (at 0 3.302 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f22b8bc3-bcbb-42e3-b3a3-a31b5a3e4fb4) ) - (fp_line (start 3.70078 1.30048) (end 3.70078 -1.30048) (layer "F.SilkS") (width 0.12) (tstamp 22b046da-4aac-4f75-ab7f-147f936d9953)) - (fp_line (start -4.89966 2.49936) (end -4.89966 -2.49936) (layer "F.SilkS") (width 0.12) (tstamp 6ae88fb2-7f07-426d-b01b-cb5cae2325f8)) - (fp_line (start 3.70078 1.30048) (end 1.6002 1.30048) (layer "F.SilkS") (width 0.12) (tstamp 6ca75bc5-ea84-4550-9254-557d6984511c)) - (fp_line (start -3.70078 -1.30048) (end -3.70078 1.30048) (layer "F.SilkS") (width 0.12) (tstamp 788deb26-4a38-4d6b-a4a5-c26d1357f5ef)) - (fp_line (start -3.70078 -1.30048) (end -1.6002 -1.30048) (layer "F.SilkS") (width 0.12) (tstamp 8b10eff8-909c-4cd6-b2ab-59255c10416c)) - (fp_line (start 4.89966 2.49936) (end -4.89966 2.49936) (layer "F.SilkS") (width 0.12) (tstamp abacb659-1df9-41d6-801f-3b458d284e9d)) - (fp_line (start 1.6002 1.19888) (end -1.6002 1.19888) (layer "F.SilkS") (width 0.12) (tstamp acbe069b-39f9-4a0d-8249-344d926587f1)) - (fp_line (start 3.70078 -1.30048) (end 1.6002 -1.30048) (layer "F.SilkS") (width 0.12) (tstamp b938a84f-0df1-462b-b0d7-aa7776f340a2)) - (fp_line (start -4.89966 -2.49936) (end 4.89966 -2.49936) (layer "F.SilkS") (width 0.12) (tstamp cacf20c9-4c9c-459f-8fe8-ba7e3909e9c5)) - (fp_line (start 4.89966 -2.49936) (end 4.89966 2.49936) (layer "F.SilkS") (width 0.12) (tstamp db06bc72-eb77-4176-b6f6-d074a60f4c3d)) - (fp_line (start 1.6002 -1.19888) (end -1.6002 -1.19888) (layer "F.SilkS") (width 0.12) (tstamp e2b3d306-894f-4c04-804b-b937bbe74334)) - (fp_line (start -1.6002 -1.30048) (end -1.6002 1.30048) (layer "F.SilkS") (width 0.12) (tstamp e3eb29a8-c3f1-44e1-827a-661a25883890)) - (fp_line (start 1.6002 -1.30048) (end 1.6002 1.30048) (layer "F.SilkS") (width 0.12) (tstamp e823aafb-6e0e-47d7-ab06-f385db0f6b7f)) - (fp_line (start -1.6002 1.30048) (end -3.70078 1.30048) (layer "F.SilkS") (width 0.12) (tstamp edfc55dd-3d59-4c71-9a26-26b909451eba)) - (pad "1" smd rect locked (at -3.1877 0 270) (size 4.23926 3.81) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -4.89966 -2.49936) (end 4.89966 -2.49936) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cacf20c9-4c9c-459f-8fe8-ba7e3909e9c5)) + (fp_line (start -4.89966 2.49936) (end -4.89966 -2.49936) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ae88fb2-7f07-426d-b01b-cb5cae2325f8)) + (fp_line (start -3.70078 -1.30048) (end -3.70078 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 788deb26-4a38-4d6b-a4a5-c26d1357f5ef)) + (fp_line (start -3.70078 -1.30048) (end -1.6002 -1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b10eff8-909c-4cd6-b2ab-59255c10416c)) + (fp_line (start -1.6002 -1.30048) (end -1.6002 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e3eb29a8-c3f1-44e1-827a-661a25883890)) + (fp_line (start -1.6002 1.30048) (end -3.70078 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp edfc55dd-3d59-4c71-9a26-26b909451eba)) + (fp_line (start 1.6002 -1.30048) (end 1.6002 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e823aafb-6e0e-47d7-ab06-f385db0f6b7f)) + (fp_line (start 1.6002 -1.19888) (end -1.6002 -1.19888) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2b3d306-894f-4c04-804b-b937bbe74334)) + (fp_line (start 1.6002 1.19888) (end -1.6002 1.19888) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp acbe069b-39f9-4a0d-8249-344d926587f1)) + (fp_line (start 3.70078 -1.30048) (end 1.6002 -1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b938a84f-0df1-462b-b0d7-aa7776f340a2)) + (fp_line (start 3.70078 1.30048) (end 1.6002 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ca75bc5-ea84-4550-9254-557d6984511c)) + (fp_line (start 3.70078 1.30048) (end 3.70078 -1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22b046da-4aac-4f75-ab7f-147f936d9953)) + (fp_line (start 4.89966 -2.49936) (end 4.89966 2.49936) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db06bc72-eb77-4176-b6f6-d074a60f4c3d)) + (fp_line (start 4.89966 2.49936) (end -4.89966 2.49936) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp abacb659-1df9-41d6-801f-3b458d284e9d)) + (pad "1" smd rect (at -3.1877 0 270) (size 4.23926 3.81) (layers "F.Cu" "F.Paste" "F.Mask") (net 259 "BAT1FUSED") (pintype "passive") (tstamp 249c95a8-cc82-4cfb-98cf-f9eaad438189)) - (pad "2" smd rect locked (at 3.1877 0 270) (size 4.23926 3.81) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 3.1877 0 270) (size 4.23926 3.81) (layers "F.Cu" "F.Paste" "F.Mask") (net 244 "BAT1+") (pintype "passive") (tstamp 370609d5-64ce-435b-a0ed-b0a3a4af402e)) (model "${KIPRJMOD}/3d-models/fuse_smf.wrl" (offset (xyz 0 0 0)) @@ -19475,7 +23507,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e448d18) + (tstamp 00000000-0000-0000-0000-00005e448d18) (at 286.9 42.25 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -19488,30 +23520,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f70742a") (attr smd) (fp_text reference "R153" (at 0.1 1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5aa2623e-b79b-4d9b-a17b-f734f3e65397) ) (fp_text value "1M" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c5f5de87-b4e2-49eb-aa68-24ff9e58de9a) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 15f03b00-0b84-4248-8c83-d89509dadd4b) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 585964bd-0370-46fb-b365-4ac1d72d8365)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9d405db6-207d-4ea1-a7c6-55963a4b60e2)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 447c0f16-ae59-431f-ab7f-97884c680297)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5bc5ece3-a085-4f01-a522-74dc3ba94230)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 62c3da5f-ecf8-4cc8-8540-5e76f217f458)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 73183373-1020-4766-af10-e524df76f268)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0b45ed27-2a29-4ea3-b119-922f26fadbc9)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp cd3c3c38-9016-41c3-95cc-1bbff416c208)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d429a9c7-d006-4aa7-b4a8-f4c120a5d483)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f30630c7-8dd6-41d2-aa03-2e3e5501c1c7)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 585964bd-0370-46fb-b365-4ac1d72d8365)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d405db6-207d-4ea1-a7c6-55963a4b60e2)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bc5ece3-a085-4f01-a522-74dc3ba94230)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62c3da5f-ecf8-4cc8-8540-5e76f217f458)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73183373-1020-4766-af10-e524df76f268)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 447c0f16-ae59-431f-ab7f-97884c680297)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d429a9c7-d006-4aa7-b4a8-f4c120a5d483)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f30630c7-8dd6-41d2-aa03-2e3e5501c1c7)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd3c3c38-9016-41c3-95cc-1bbff416c208)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b45ed27-2a29-4ea3-b119-922f26fadbc9)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 539 "Net-(C149-Pad2)") (pintype "passive") (tstamp b3f26a0e-1227-4203-9550-5054b833dcc3)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp d99e4058-f7de-45dc-a956-1504dff920cd)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -19521,7 +23563,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e448ec9) + (tstamp 00000000-0000-0000-0000-00005e448ec9) (at 283.45 47.25) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -19534,30 +23576,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f3b4154") (attr smd) (fp_text reference "R167" (at 0.05 -1.15) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4030328a-abc0-4cd9-947e-0dc1efc0a3ec) ) (fp_text value "62" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7337fa41-4843-4d23-bbc5-dbb18c233972) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 96208822-b5a8-492f-8379-0c3115172604) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 099cee6a-cdaa-431c-8801-3fef2dc37df0)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 27104877-4fda-49c6-8873-fb4431a69e7f)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1c7ed369-c278-4b30-af0d-dce0a7b63dc6)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1d1faa19-6262-4cbb-97cf-660117350953)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 29173351-f51a-42c0-b7ab-ed3bf0e8556c)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f0cfb17b-ecf5-4687-b1b7-923f56d78fdd)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0c751cdf-38c4-45c2-8f08-e63e5d7d3f73)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 865b7911-4078-4bba-9a72-ccfa4ac9f49d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp cdcf4d15-25e6-4121-ab53-056783739976)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ecfb7211-4ebb-41bc-a005-fe73fb129116)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 099cee6a-cdaa-431c-8801-3fef2dc37df0)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27104877-4fda-49c6-8873-fb4431a69e7f)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c7ed369-c278-4b30-af0d-dce0a7b63dc6)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0cfb17b-ecf5-4687-b1b7-923f56d78fdd)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d1faa19-6262-4cbb-97cf-660117350953)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29173351-f51a-42c0-b7ab-ed3bf0e8556c)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cdcf4d15-25e6-4121-ab53-056783739976)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ecfb7211-4ebb-41bc-a005-fe73fb129116)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 865b7911-4078-4bba-9a72-ccfa4ac9f49d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c751cdf-38c4-45c2-8f08-e63e5d7d3f73)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 98 "/Reform 2 Power/VIN") (pintype "passive") (tstamp 43e5821c-842d-4e6e-b66a-7228a7183751)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 540 "Net-(C149-Pad1)") (pintype "passive") (tstamp 9683bfd1-19b2-43ec-a723-d9e96401b96c)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -19567,7 +23619,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e451c8e) + (tstamp 00000000-0000-0000-0000-00005e451c8e) (at 252.3 83.7 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -19580,30 +23632,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061c7e73e") (attr smd) (fp_text reference "C64" (at 0.1 -1.1 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0147a429-9dd6-4645-b96b-1d0119613836) ) (fp_text value "2nF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 46f83a4d-e8fc-43ac-8527-e4b5909cece3) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 64a3aaa3-7730-4503-967f-1ecdc8478927) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 22274e2e-eb33-4392-b681-e7c2ad4d0382)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 54864904-d29d-4697-969e-51228d1e1b3f)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0a6f7e9a-e1da-4850-898f-84e71db8fa6f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 88247cb7-154b-4fbb-83fd-fb1d340f2166)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a7a72e77-d522-41ee-a2ae-f185f36f117a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ca0fb7be-2a6f-4a31-98a3-488aa24b75d8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2264afd0-08fe-4883-8f89-d9731a292342)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5007a0e7-d802-4d1a-8fc3-fff29f5d9eeb)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 59fe852b-bda3-48f5-97ea-91dd7f8b7260)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 701a4b9b-eb32-4b6d-8a61-7af5cb123b9b)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22274e2e-eb33-4392-b681-e7c2ad4d0382)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54864904-d29d-4697-969e-51228d1e1b3f)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a6f7e9a-e1da-4850-898f-84e71db8fa6f)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7a72e77-d522-41ee-a2ae-f185f36f117a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88247cb7-154b-4fbb-83fd-fb1d340f2166)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca0fb7be-2a6f-4a31-98a3-488aa24b75d8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59fe852b-bda3-48f5-97ea-91dd7f8b7260)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5007a0e7-d802-4d1a-8fc3-fff29f5d9eeb)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2264afd0-08fe-4883-8f89-d9731a292342)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 701a4b9b-eb32-4b6d-8a61-7af5cb123b9b)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 512 "Net-(C64-Pad1)") (pintype "passive") (tstamp 62799706-8d41-4994-ab0f-c1b23705c82d)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 511 "Net-(C64-Pad2)") (pintype "passive") (tstamp aabd9d45-fa80-4dd4-9607-fb6b45ba68cd)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -19613,7 +23675,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e46c757) + (tstamp 00000000-0000-0000-0000-00005e46c757) (at 269.4 117.5 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -19626,30 +23688,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e0f") (attr smd) (fp_text reference "C3" (at 2.1 -0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cd282faf-a6c1-4f3e-a668-193a1cc3292e) ) (fp_text value "0.33uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a9b91b99-fb4d-48d5-8f5c-33bf9de0bd0f) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2cfb9e4b-5c4e-4f93-89ec-768b9e92733a) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1cf5cc76-7c2f-476b-9f7b-d0b0154fab80)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 671311e3-41e4-4da5-bccc-d0cbdfaf45fd)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 908546e4-b767-476f-b393-20c6aef4c1b4)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c5fd2e2f-c705-4bf1-b102-d7bad6a46c35)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e7de1426-f5a2-4e42-93f5-d0a0415f9a36)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ee0dac70-7ae5-41ce-9463-33398a0daeaa)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1c63c472-49a8-4cf9-b95b-39d45d469c74)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c5f59ffb-cd39-4fd7-9cfb-5314c9674f80)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ebeb6008-54e7-464b-8e39-e1689fe97551)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fc3adf5f-2ba2-4019-82ab-ba5fb22224f8)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1cf5cc76-7c2f-476b-9f7b-d0b0154fab80)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 671311e3-41e4-4da5-bccc-d0cbdfaf45fd)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5fd2e2f-c705-4bf1-b102-d7bad6a46c35)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7de1426-f5a2-4e42-93f5-d0a0415f9a36)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 908546e4-b767-476f-b393-20c6aef4c1b4)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee0dac70-7ae5-41ce-9463-33398a0daeaa)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc3adf5f-2ba2-4019-82ab-ba5fb22224f8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ebeb6008-54e7-464b-8e39-e1689fe97551)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c63c472-49a8-4cf9-b95b-39d45d469c74)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5f59ffb-cd39-4fd7-9cfb-5314c9674f80)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 490 "Net-(C3-Pad1)") (pintype "passive") (tstamp 15e70f07-201e-4570-b2c4-73f4ebc2e599)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 509 "Net-(C3-Pad2)") (pintype "passive") (tstamp 58f70bd4-d21d-428b-9526-2fd222947922)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -19659,7 +23731,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e46c7a8) + (tstamp 00000000-0000-0000-0000-00005e46c7a8) (at 249.7 85.1 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -19672,30 +23744,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061aafcde") (attr smd) (fp_text reference "C6" (at 0 1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f3432697-6f7d-4d4e-abf8-22a324e73a62) ) (fp_text value "4.7uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5dd10a24-fd45-4034-85e5-12fc68a163b9) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5965ae22-e1e1-4020-9527-54ddfbbd99ca) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2f0e7677-02bb-4507-8e49-7c58b84d5132)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp e59d8dad-2f2e-40f0-b517-f75d64f79264)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2030cdc2-d5aa-4d91-96a2-c99fda59ea78)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2bf0b4de-e84c-46d3-8571-c790c07422d6)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4647a3a7-add2-4842-9d9f-869115387a64)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e083bbe6-a494-4abd-90fd-746e4f5d779a)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 177e06fa-9987-499f-8810-f43eaf963677)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9bd82144-b119-45e7-b469-c683c932b9a6)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c801d654-25ca-44c0-959f-5009ad1b6246)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e61d62ed-215d-46be-80fc-c24f32432d79)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e59d8dad-2f2e-40f0-b517-f75d64f79264)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f0e7677-02bb-4507-8e49-7c58b84d5132)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2030cdc2-d5aa-4d91-96a2-c99fda59ea78)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e083bbe6-a494-4abd-90fd-746e4f5d779a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2bf0b4de-e84c-46d3-8571-c790c07422d6)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4647a3a7-add2-4842-9d9f-869115387a64)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c801d654-25ca-44c0-959f-5009ad1b6246)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 177e06fa-9987-499f-8810-f43eaf963677)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bd82144-b119-45e7-b469-c683c932b9a6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e61d62ed-215d-46be-80fc-c24f32432d79)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 2040ec9e-251e-46ea-abff-03c1221fb324)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 501 "/Reform 2 Power/CHG_INTVCC") (pintype "passive") (tstamp 0472179e-9cef-49ba-b658-c8e862b66620)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -19705,7 +23787,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e46d1d1) + (tstamp 00000000-0000-0000-0000-00005e46d1d1) (at 273.3 113.4 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -19718,30 +23800,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5eea") (attr smd) (fp_text reference "C82" (at 0 1.2 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 849d5968-dcc7-44c6-9adf-364430d721bc) ) (fp_text value "2.2uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 34509f0b-c793-48f2-a54d-84f25e7ffc26) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b1ba6426-c8f1-4a0c-bcbb-5c4d8e9d614f) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c7698190-58d3-43c5-b277-98c0a94be008)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp ef194de1-512d-4497-9514-d31135c62390)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 21a3a418-3519-4f21-aa34-cbc9e72e97b1)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8f10168a-e184-4908-8cba-932447e61f36)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp caedb9ad-a8df-4c5d-b350-f757fee6082d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e693ea9b-9202-4504-a20a-c12baf2c7847)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5d6c4274-a3ce-4e28-8f87-9053fca61159)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7b2c0b38-84dd-4256-9ac1-5e2d1cf19072)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a551faa8-bf4f-4318-b783-22611ea37a6e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ecfd1a3a-9c2f-4043-92e2-9db897a54f9f)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef194de1-512d-4497-9514-d31135c62390)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7698190-58d3-43c5-b277-98c0a94be008)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp caedb9ad-a8df-4c5d-b350-f757fee6082d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21a3a418-3519-4f21-aa34-cbc9e72e97b1)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e693ea9b-9202-4504-a20a-c12baf2c7847)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8f10168a-e184-4908-8cba-932447e61f36)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ecfd1a3a-9c2f-4043-92e2-9db897a54f9f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a551faa8-bf4f-4318-b783-22611ea37a6e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b2c0b38-84dd-4256-9ac1-5e2d1cf19072)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d6c4274-a3ce-4e28-8f87-9053fca61159)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 0727f811-f1c4-4624-b73b-9246f90795c0)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 97 "30V_GATE") (pintype "passive") (tstamp 276f43a9-203f-4196-b8a3-9a77b9013411)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -19751,7 +23843,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e46d6a2) + (tstamp 00000000-0000-0000-0000-00005e46d6a2) (at 264 117.5 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -19764,30 +23856,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5efd") (attr smd) (fp_text reference "C121" (at -0.1 1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ef557eb6-0414-4aab-b774-18342a760c21) ) (fp_text value "47uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 55d61cde-65e6-4e18-a920-0fe6e7128e47) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp dcbddf93-89cc-42c6-80f1-1d7df41c4cdf) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2188a8c2-ed59-4128-9c11-1c8fe38f87ec)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 219cf1c0-cb1a-419b-89c6-7111bc369093)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 39348461-001e-42b0-b29c-f8cdf3524b7a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4bdf98c1-3fe7-4ce4-86f1-86fc06112e33)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8908af2f-4a9f-4ac1-a2da-eb654935e9cf)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8d2fcb32-bb3d-43e4-bfce-abbfe26e2de2)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2ab730ef-9181-40a1-9239-96afa40b1ea8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2bf7aaee-da91-43aa-a891-d6692a3bf2e9)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7b257c82-9d30-483e-9e1e-f7b2763a0f46)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 99719424-e420-423a-a508-93e1df801278)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 219cf1c0-cb1a-419b-89c6-7111bc369093)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2188a8c2-ed59-4128-9c11-1c8fe38f87ec)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d2fcb32-bb3d-43e4-bfce-abbfe26e2de2)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4bdf98c1-3fe7-4ce4-86f1-86fc06112e33)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8908af2f-4a9f-4ac1-a2da-eb654935e9cf)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 39348461-001e-42b0-b29c-f8cdf3524b7a)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99719424-e420-423a-a508-93e1df801278)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b257c82-9d30-483e-9e1e-f7b2763a0f46)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2bf7aaee-da91-43aa-a891-d6692a3bf2e9)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ab730ef-9181-40a1-9239-96afa40b1ea8)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp ce5f620c-605e-44e0-bf9e-c50f9fd4b576)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pintype "passive") (tstamp 313a8a7d-ecce-457d-99e0-2accb74ac074)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -19797,7 +23899,7 @@ ) (footprint "Capacitor_SMD:CP_Elec_6.3x7.7" (layer "F.Cu") - (tedit 5BCA39D0) (tstamp 00000000-0000-0000-0000-00005e46d6ca) + (tstamp 00000000-0000-0000-0000-00005e46d6ca) (at 262.6 70) (descr "SMD capacitor, aluminum electrolytic, Nichicon, 6.3x7.7mm") (tags "capacitor electrolytic") @@ -19810,53 +23912,86 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006739fa2d") (attr smd) (fp_text reference "C122" (at 4.2 -2.6 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6c0972ed-997f-4e35-99b9-8310a5aa9b86) ) (fp_text value "100uF" (at 0 4.35) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4829be3f-7384-4fb1-9d6c-2ea4e1445391) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 544d257c-b989-4a91-8508-ab9af75a1214) ) - (fp_line (start -3.41 2.345563) (end -3.41 1.06) (layer "F.SilkS") (width 0.12) (tstamp 3d3473c9-13d2-4a04-987f-efc7f1dfa07b)) - (fp_line (start -4.04375 -2.24125) (end -4.04375 -1.45375) (layer "F.SilkS") (width 0.12) (tstamp 3e783ac1-391e-4d07-99aa-64fc6c258c60)) - (fp_line (start 3.41 -3.41) (end 3.41 -1.06) (layer "F.SilkS") (width 0.12) (tstamp 69f2884a-c790-4b05-ae47-ba45f51e3a7f)) - (fp_line (start -2.345563 -3.41) (end 3.41 -3.41) (layer "F.SilkS") (width 0.12) (tstamp 6d39c597-91a0-4dd1-95a4-c15ade58f054)) - (fp_line (start -3.41 -2.345563) (end -2.345563 -3.41) (layer "F.SilkS") (width 0.12) (tstamp 701c0b71-8e41-4b1a-aec0-a88a68d5cef9)) - (fp_line (start -4.4375 -1.8475) (end -3.65 -1.8475) (layer "F.SilkS") (width 0.12) (tstamp 9c63c6c9-8c35-4bf3-aebb-964178296b6c)) - (fp_line (start 3.41 3.41) (end 3.41 1.06) (layer "F.SilkS") (width 0.12) (tstamp b20e06df-745b-4926-965e-62a791177cb3)) - (fp_line (start -3.41 -2.345563) (end -3.41 -1.06) (layer "F.SilkS") (width 0.12) (tstamp cc578352-a30d-4a1f-83ee-5b464e3ae878)) - (fp_line (start -2.345563 3.41) (end 3.41 3.41) (layer "F.SilkS") (width 0.12) (tstamp e6f87982-8382-487d-ab9f-f538b7e75882)) - (fp_line (start -3.41 2.345563) (end -2.345563 3.41) (layer "F.SilkS") (width 0.12) (tstamp fa8af546-6416-450d-a291-422a02899108)) - (fp_line (start -3.55 1.05) (end -3.55 2.4) (layer "F.CrtYd") (width 0.05) (tstamp 048f518c-0190-44f3-b2b5-1951eb0c1045)) - (fp_line (start -3.55 -1.05) (end -4.7 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 21d1122e-c0f7-4ee0-b98b-e2a5b4abc92a)) - (fp_line (start -4.7 -1.05) (end -4.7 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 22b063a0-017b-4124-90e4-34d4b5a9eb40)) - (fp_line (start -4.7 1.05) (end -3.55 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 29672f0b-a8be-4198-90a4-d987acc818a5)) - (fp_line (start -3.55 -2.4) (end -2.4 -3.55) (layer "F.CrtYd") (width 0.05) (tstamp 2afaa6b8-d118-49bd-9ea5-191ecac41218)) - (fp_line (start -2.4 -3.55) (end 3.55 -3.55) (layer "F.CrtYd") (width 0.05) (tstamp 59471bcf-68bb-457c-9db4-79354f0ddd9f)) - (fp_line (start -3.55 -2.4) (end -3.55 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 850789df-3a45-4114-b8c8-d339cf66c54e)) - (fp_line (start 3.55 1.05) (end 3.55 3.55) (layer "F.CrtYd") (width 0.05) (tstamp a99b4642-d9a1-4384-90d1-30d0cbf56336)) - (fp_line (start 3.55 -1.05) (end 4.7 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp cabb81e7-5b59-4259-b119-5c41925434b3)) - (fp_line (start -2.4 3.55) (end 3.55 3.55) (layer "F.CrtYd") (width 0.05) (tstamp cb042a43-5330-4004-9b1d-18757e778a15)) - (fp_line (start -3.55 2.4) (end -2.4 3.55) (layer "F.CrtYd") (width 0.05) (tstamp e7a09009-00e2-4381-bd18-c09c7e685d91)) - (fp_line (start 4.7 -1.05) (end 4.7 1.05) (layer "F.CrtYd") (width 0.05) (tstamp f3cc7e21-8b7c-4593-8aee-98552822e8e5)) - (fp_line (start 3.55 -3.55) (end 3.55 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp f53f1472-9c12-4c27-ac38-4d0459b8e98a)) - (fp_line (start 4.7 1.05) (end 3.55 1.05) (layer "F.CrtYd") (width 0.05) (tstamp f739940d-4e6f-4084-a55a-0073cf9feee6)) - (fp_line (start -2.3 3.3) (end 3.3 3.3) (layer "F.Fab") (width 0.1) (tstamp 12117288-e1ac-4454-9238-ea8137bb03cc)) - (fp_line (start -2.3 -3.3) (end 3.3 -3.3) (layer "F.Fab") (width 0.1) (tstamp 256fe5ce-691c-4ebe-bfd0-40468300e670)) - (fp_line (start -3.3 -2.3) (end -2.3 -3.3) (layer "F.Fab") (width 0.1) (tstamp 29098f2d-42be-4e86-b4f4-69614e2314d7)) - (fp_line (start 3.3 -3.3) (end 3.3 3.3) (layer "F.Fab") (width 0.1) (tstamp 50de95f0-23f9-4579-a2b1-1eec4706e997)) - (fp_line (start -3.3 -2.3) (end -3.3 2.3) (layer "F.Fab") (width 0.1) (tstamp 58a59d59-009f-46f2-bce7-4e653b46acda)) - (fp_line (start -3.3 2.3) (end -2.3 3.3) (layer "F.Fab") (width 0.1) (tstamp 7657cfde-5d9f-4ade-9f81-618cf576ef12)) - (fp_line (start -2.704838 -1.33) (end -2.074838 -1.33) (layer "F.Fab") (width 0.1) (tstamp 9e82455b-f687-4e12-8772-b933e749df14)) - (fp_line (start -2.389838 -1.645) (end -2.389838 -1.015) (layer "F.Fab") (width 0.1) (tstamp c544c7b2-b370-445e-891a-a4356a09ab8a)) - (fp_circle (center 0 0) (end 3.15 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 566f234c-e0bd-4448-83c6-444f2819e090)) - (pad "1" smd roundrect locked (at -2.7 0) (size 3.5 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) + (fp_line (start -4.4375 -1.8475) (end -3.65 -1.8475) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c63c6c9-8c35-4bf3-aebb-964178296b6c)) + (fp_line (start -4.04375 -2.24125) (end -4.04375 -1.45375) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e783ac1-391e-4d07-99aa-64fc6c258c60)) + (fp_line (start -3.41 -2.345563) (end -3.41 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc578352-a30d-4a1f-83ee-5b464e3ae878)) + (fp_line (start -3.41 -2.345563) (end -2.345563 -3.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 701c0b71-8e41-4b1a-aec0-a88a68d5cef9)) + (fp_line (start -3.41 2.345563) (end -3.41 1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d3473c9-13d2-4a04-987f-efc7f1dfa07b)) + (fp_line (start -3.41 2.345563) (end -2.345563 3.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa8af546-6416-450d-a291-422a02899108)) + (fp_line (start -2.345563 -3.41) (end 3.41 -3.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d39c597-91a0-4dd1-95a4-c15ade58f054)) + (fp_line (start -2.345563 3.41) (end 3.41 3.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6f87982-8382-487d-ab9f-f538b7e75882)) + (fp_line (start 3.41 -3.41) (end 3.41 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69f2884a-c790-4b05-ae47-ba45f51e3a7f)) + (fp_line (start 3.41 3.41) (end 3.41 1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b20e06df-745b-4926-965e-62a791177cb3)) + (fp_line (start -4.7 -1.05) (end -4.7 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22b063a0-017b-4124-90e4-34d4b5a9eb40)) + (fp_line (start -4.7 1.05) (end -3.55 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29672f0b-a8be-4198-90a4-d987acc818a5)) + (fp_line (start -3.55 -2.4) (end -3.55 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 850789df-3a45-4114-b8c8-d339cf66c54e)) + (fp_line (start -3.55 -2.4) (end -2.4 -3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2afaa6b8-d118-49bd-9ea5-191ecac41218)) + (fp_line (start -3.55 -1.05) (end -4.7 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21d1122e-c0f7-4ee0-b98b-e2a5b4abc92a)) + (fp_line (start -3.55 1.05) (end -3.55 2.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 048f518c-0190-44f3-b2b5-1951eb0c1045)) + (fp_line (start -3.55 2.4) (end -2.4 3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7a09009-00e2-4381-bd18-c09c7e685d91)) + (fp_line (start -2.4 -3.55) (end 3.55 -3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 59471bcf-68bb-457c-9db4-79354f0ddd9f)) + (fp_line (start -2.4 3.55) (end 3.55 3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb042a43-5330-4004-9b1d-18757e778a15)) + (fp_line (start 3.55 -3.55) (end 3.55 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f53f1472-9c12-4c27-ac38-4d0459b8e98a)) + (fp_line (start 3.55 -1.05) (end 4.7 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cabb81e7-5b59-4259-b119-5c41925434b3)) + (fp_line (start 3.55 1.05) (end 3.55 3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a99b4642-d9a1-4384-90d1-30d0cbf56336)) + (fp_line (start 4.7 -1.05) (end 4.7 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3cc7e21-8b7c-4593-8aee-98552822e8e5)) + (fp_line (start 4.7 1.05) (end 3.55 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f739940d-4e6f-4084-a55a-0073cf9feee6)) + (fp_line (start -3.3 -2.3) (end -3.3 2.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 58a59d59-009f-46f2-bce7-4e653b46acda)) + (fp_line (start -3.3 -2.3) (end -2.3 -3.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29098f2d-42be-4e86-b4f4-69614e2314d7)) + (fp_line (start -3.3 2.3) (end -2.3 3.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7657cfde-5d9f-4ade-9f81-618cf576ef12)) + (fp_line (start -2.704838 -1.33) (end -2.074838 -1.33) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e82455b-f687-4e12-8772-b933e749df14)) + (fp_line (start -2.389838 -1.645) (end -2.389838 -1.015) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c544c7b2-b370-445e-891a-a4356a09ab8a)) + (fp_line (start -2.3 -3.3) (end 3.3 -3.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 256fe5ce-691c-4ebe-bfd0-40468300e670)) + (fp_line (start -2.3 3.3) (end 3.3 3.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12117288-e1ac-4454-9238-ea8137bb03cc)) + (fp_line (start 3.3 -3.3) (end 3.3 3.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50de95f0-23f9-4579-a2b1-1eec4706e997)) + (fp_circle (center 0 0) (end 3.15 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 566f234c-e0bd-4448-83c6-444f2819e090)) + (pad "1" smd roundrect (at -2.7 0) (size 3.5 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) (net 97 "30V_GATE") (pintype "passive") (tstamp c500e8a3-0e6a-4218-a1b7-f8de0cb5d6c4)) - (pad "2" smd roundrect locked (at 2.7 0) (size 3.5 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) + (pad "2" smd roundrect (at 2.7 0) (size 3.5 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) (net 13 "GND") (pintype "passive") (tstamp c75b365b-ad9a-472e-919d-53f0368664d2)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_6.3x7.7.wrl" (offset (xyz 0 0 0)) @@ -19866,7 +24001,7 @@ ) (footprint "footprints:fuse_smf" (layer "F.Cu") - (tedit 5E43EE72) (tstamp 00000000-0000-0000-0000-00005e472e22) + (tstamp 00000000-0000-0000-0000-00005e472e22) (at 295.4 52.4 180) (descr "Fuse Holder SMF, Littelfuse") (tags "Fuse") @@ -19877,33 +24012,46 @@ (property "Sheetfile" "reform2-power.kicad_sch") (property "Sheetname" "Reform 2 Power") (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005ec93395") - (autoplace_cost180 10) (attr through_hole) (fp_text reference "F1" (at 4.3 -3.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f1e94003-baec-4a0a-acf8-9640470f9ba8) ) (fp_text value "0157004.DR" (at 0 3.302) (layer "F.SilkS") hide - (effects (font (size 1.143 1.27) (thickness 0.1524))) + (effects (font (size 1.143 1.27) (thickness 0.1524))) (tstamp 72706675-1fcd-4f4b-8718-c7bade9c907d) ) - (fp_line (start -3.70078 -1.30048) (end -3.70078 1.30048) (layer "F.SilkS") (width 0.12) (tstamp 1636bc8d-8f7c-472c-8083-8ab7eeba2c1c)) - (fp_line (start 1.6002 -1.19888) (end -1.6002 -1.19888) (layer "F.SilkS") (width 0.12) (tstamp 1898f11e-1e83-4af2-8d84-3c34d9fc46cd)) - (fp_line (start 1.6002 -1.30048) (end 1.6002 1.30048) (layer "F.SilkS") (width 0.12) (tstamp 2b311761-9d73-449f-b5af-d22338740a20)) - (fp_line (start -1.6002 1.30048) (end -3.70078 1.30048) (layer "F.SilkS") (width 0.12) (tstamp 500ee444-e82e-4e3c-8880-839b66ce7366)) - (fp_line (start 4.89966 -2.49936) (end 4.89966 2.49936) (layer "F.SilkS") (width 0.12) (tstamp 66b6a1c6-aacf-4c89-8c72-0ce9c26bcf6d)) - (fp_line (start 3.70078 -1.30048) (end 1.6002 -1.30048) (layer "F.SilkS") (width 0.12) (tstamp 7f7c592b-1c64-4e5c-a286-bf09908aedcd)) - (fp_line (start 3.70078 1.30048) (end 1.6002 1.30048) (layer "F.SilkS") (width 0.12) (tstamp 8f229ec9-c8c5-48f0-a2f7-d2ba5f5c986d)) - (fp_line (start 3.70078 1.30048) (end 3.70078 -1.30048) (layer "F.SilkS") (width 0.12) (tstamp cc768d07-2d85-4bf1-88a0-5a9b570b4c4f)) - (fp_line (start -1.6002 -1.30048) (end -1.6002 1.30048) (layer "F.SilkS") (width 0.12) (tstamp ce8f5a8f-5d7f-470d-86d2-5057d316bc18)) - (fp_line (start 4.89966 2.49936) (end -4.89966 2.49936) (layer "F.SilkS") (width 0.12) (tstamp dbdb47ff-8b3e-4cc6-8d7b-425654e67d7c)) - (fp_line (start -3.70078 -1.30048) (end -1.6002 -1.30048) (layer "F.SilkS") (width 0.12) (tstamp e2633c90-3ed6-4994-b320-798990e9e4e2)) - (fp_line (start 1.6002 1.19888) (end -1.6002 1.19888) (layer "F.SilkS") (width 0.12) (tstamp ef71cd4e-c146-4153-ac67-ea9aa64b9eb5)) - (fp_line (start -4.89966 2.49936) (end -4.89966 -2.49936) (layer "F.SilkS") (width 0.12) (tstamp f7ad3106-a7d3-4f21-99d4-9e2a330897ac)) - (fp_line (start -4.89966 -2.49936) (end 4.89966 -2.49936) (layer "F.SilkS") (width 0.12) (tstamp f8adde29-f13c-4aa9-8499-3f80f4c20692)) - (pad "1" smd rect locked (at -3.1877 0 180) (size 4.23926 3.81) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -4.89966 -2.49936) (end 4.89966 -2.49936) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8adde29-f13c-4aa9-8499-3f80f4c20692)) + (fp_line (start -4.89966 2.49936) (end -4.89966 -2.49936) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7ad3106-a7d3-4f21-99d4-9e2a330897ac)) + (fp_line (start -3.70078 -1.30048) (end -3.70078 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1636bc8d-8f7c-472c-8083-8ab7eeba2c1c)) + (fp_line (start -3.70078 -1.30048) (end -1.6002 -1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2633c90-3ed6-4994-b320-798990e9e4e2)) + (fp_line (start -1.6002 -1.30048) (end -1.6002 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce8f5a8f-5d7f-470d-86d2-5057d316bc18)) + (fp_line (start -1.6002 1.30048) (end -3.70078 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 500ee444-e82e-4e3c-8880-839b66ce7366)) + (fp_line (start 1.6002 -1.30048) (end 1.6002 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b311761-9d73-449f-b5af-d22338740a20)) + (fp_line (start 1.6002 -1.19888) (end -1.6002 -1.19888) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1898f11e-1e83-4af2-8d84-3c34d9fc46cd)) + (fp_line (start 1.6002 1.19888) (end -1.6002 1.19888) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef71cd4e-c146-4153-ac67-ea9aa64b9eb5)) + (fp_line (start 3.70078 -1.30048) (end 1.6002 -1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f7c592b-1c64-4e5c-a286-bf09908aedcd)) + (fp_line (start 3.70078 1.30048) (end 1.6002 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f229ec9-c8c5-48f0-a2f7-d2ba5f5c986d)) + (fp_line (start 3.70078 1.30048) (end 3.70078 -1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc768d07-2d85-4bf1-88a0-5a9b570b4c4f)) + (fp_line (start 4.89966 -2.49936) (end 4.89966 2.49936) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66b6a1c6-aacf-4c89-8c72-0ce9c26bcf6d)) + (fp_line (start 4.89966 2.49936) (end -4.89966 2.49936) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbdb47ff-8b3e-4cc6-8d7b-425654e67d7c)) + (pad "1" smd rect (at -3.1877 0 180) (size 4.23926 3.81) (layers "F.Cu" "F.Paste" "F.Mask") (net 514 "/Reform 2 Power/24V_IN") (pintype "passive") (tstamp 3bb941c9-40a3-4b91-b19e-c307ecf75cf3)) - (pad "2" smd rect locked (at 3.1877 0 180) (size 4.23926 3.81) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 3.1877 0 180) (size 4.23926 3.81) (layers "F.Cu" "F.Paste" "F.Mask") (net 540 "Net-(C149-Pad1)") (pintype "passive") (tstamp c80da7ae-c5e1-44da-b588-b70b1175077a)) (model "${KIPRJMOD}/3d-models/fuse_smf.wrl" (offset (xyz 0 0 0)) @@ -19913,7 +24061,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e480993) + (tstamp 00000000-0000-0000-0000-00005e480993) (at 260.7 74.4) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -19926,30 +24074,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000674b1898") (attr smd) (fp_text reference "C125" (at 2.9 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8933e650-3817-4dc0-aae0-9c4862fdf972) ) (fp_text value "2.2uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 2eacd881-48a6-4af0-94a6-f8078e19eb00) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e1c83156-f326-4d7f-a001-460933350362) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 0ff3546b-8dad-45d6-8cd5-aa43011cf27f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 690e34b2-6f6d-454e-9be2-92ee36477c0f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 31789071-fd9e-40e7-af0b-49ae2a4a9f20)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 99832148-d34d-4db5-97f5-58919bd66df2)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9ae868e5-3027-4ef8-829f-fab053bf93dc)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp db81f4d1-7bbe-4d8c-8eff-dc8fdb1e91ba)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 2521bf6d-d0f0-4c9f-abea-935d57802962)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3c2fb00c-bbbe-427f-b483-932aaea04fa3)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp cc63be9c-0cf4-44c3-bbc6-6b091d2907f6)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp efec800e-e574-4087-a4df-73e20b799230)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ff3546b-8dad-45d6-8cd5-aa43011cf27f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 690e34b2-6f6d-454e-9be2-92ee36477c0f)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99832148-d34d-4db5-97f5-58919bd66df2)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9ae868e5-3027-4ef8-829f-fab053bf93dc)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31789071-fd9e-40e7-af0b-49ae2a4a9f20)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db81f4d1-7bbe-4d8c-8eff-dc8fdb1e91ba)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c2fb00c-bbbe-427f-b483-932aaea04fa3)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc63be9c-0cf4-44c3-bbc6-6b091d2907f6)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efec800e-e574-4087-a4df-73e20b799230)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2521bf6d-d0f0-4c9f-abea-935d57802962)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 97 "30V_GATE") (pintype "passive") (tstamp 35c4564a-1686-4842-b425-981f01adea04)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp c16754c2-8ed0-4121-bea8-3f0ab9ecdafd)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -19959,7 +24117,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e480de4) + (tstamp 00000000-0000-0000-0000-00005e480de4) (at 272.1 82.6) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -19972,30 +24130,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000675b78fc") (attr smd) (fp_text reference "C160" (at 0 -1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cce32e8c-fc87-4d48-a542-8d20b1a3c6d1) ) (fp_text value "2.2uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c75dcc5e-bb28-4c4e-951c-8defeff6ac7b) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 93f1bd5e-c2e1-43ba-9555-bba797121385) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 02c774e9-ebbd-49d8-a8b5-afd974e29af6)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 89f733f7-d761-44ec-9671-b244f5a97b4a)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 08409659-e252-4a70-8d19-af6edeb61026)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 38b63175-2c3c-4dfd-8c5d-59b0c8632051)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5951d9f6-06ca-493e-87d3-1ca6f7344f8a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d7ca34d9-d45b-491a-b56d-fef37fe1374c)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 79b7ca96-c048-4db2-bde1-23d6ad29ba0e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8544e255-e13f-474b-b849-ef584504181e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8766f26c-f41c-4aa8-8d60-56623f56c647)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d5d68583-a899-4c55-a1e2-ba11ddaa324d)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89f733f7-d761-44ec-9671-b244f5a97b4a)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02c774e9-ebbd-49d8-a8b5-afd974e29af6)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5951d9f6-06ca-493e-87d3-1ca6f7344f8a)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7ca34d9-d45b-491a-b56d-fef37fe1374c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08409659-e252-4a70-8d19-af6edeb61026)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38b63175-2c3c-4dfd-8c5d-59b0c8632051)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79b7ca96-c048-4db2-bde1-23d6ad29ba0e)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8766f26c-f41c-4aa8-8d60-56623f56c647)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8544e255-e13f-474b-b849-ef584504181e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5d68583-a899-4c55-a1e2-ba11ddaa324d)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 98 "/Reform 2 Power/VIN") (pintype "passive") (tstamp 4b8c6da2-f26f-4e48-baf4-4ae0421e825a)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 4bb76864-f87b-4e24-a234-2e522a17aa8f)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -20005,7 +24173,7 @@ ) (footprint "Capacitor_SMD:CP_Elec_6.3x7.7" (layer "F.Cu") - (tedit 5BCA39D0) (tstamp 00000000-0000-0000-0000-00005e480e0c) + (tstamp 00000000-0000-0000-0000-00005e480e0c) (at 284.6 59.2) (descr "SMD capacitor, aluminum electrolytic, Nichicon, 6.3x7.7mm") (tags "capacitor electrolytic") @@ -20018,53 +24186,86 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000675b7394") (attr smd) (fp_text reference "C161" (at 4.2 2.5 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 71cbcaaf-491e-4c12-adf1-fe9d76030d68) ) (fp_text value "100uF" (at 0 4.35) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 618bcf14-87ce-4904-835b-00d54fd598f7) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp bdd6e553-15cb-4e15-a7e5-911276faf909) ) - (fp_line (start -2.345563 3.41) (end 3.41 3.41) (layer "F.SilkS") (width 0.12) (tstamp 17db3226-3cde-4888-9f4c-0a14fe1c77a0)) - (fp_line (start -4.04375 -2.24125) (end -4.04375 -1.45375) (layer "F.SilkS") (width 0.12) (tstamp 316ff922-b92d-4b1a-8cf1-7d906d29ea12)) - (fp_line (start 3.41 3.41) (end 3.41 1.06) (layer "F.SilkS") (width 0.12) (tstamp 4f2f5461-7f91-436c-98c0-a71702744666)) - (fp_line (start -2.345563 -3.41) (end 3.41 -3.41) (layer "F.SilkS") (width 0.12) (tstamp 533606be-b208-4418-b7eb-bcefd6c565f5)) - (fp_line (start -3.41 2.345563) (end -2.345563 3.41) (layer "F.SilkS") (width 0.12) (tstamp 5d45ca61-fbd1-4323-8a26-ff49d1e7458c)) - (fp_line (start -3.41 -2.345563) (end -2.345563 -3.41) (layer "F.SilkS") (width 0.12) (tstamp 627ee38e-b5d9-4929-9922-5a73c3c1be78)) - (fp_line (start -3.41 -2.345563) (end -3.41 -1.06) (layer "F.SilkS") (width 0.12) (tstamp 6b64c686-ae6d-475f-8b80-42f899791235)) - (fp_line (start 3.41 -3.41) (end 3.41 -1.06) (layer "F.SilkS") (width 0.12) (tstamp 754c0c8b-30d3-40a2-a23b-48d4592d1886)) - (fp_line (start -3.41 2.345563) (end -3.41 1.06) (layer "F.SilkS") (width 0.12) (tstamp 8b547a68-03b1-478f-95ba-79c39e661960)) - (fp_line (start -4.4375 -1.8475) (end -3.65 -1.8475) (layer "F.SilkS") (width 0.12) (tstamp ff873561-2534-4bf2-9bf3-dfc0d930cc18)) - (fp_line (start -3.55 1.05) (end -3.55 2.4) (layer "F.CrtYd") (width 0.05) (tstamp 183ac70d-8c15-4482-9bce-56eb58c65137)) - (fp_line (start -2.4 -3.55) (end 3.55 -3.55) (layer "F.CrtYd") (width 0.05) (tstamp 24092842-0026-4600-b46a-b519ac21fc5c)) - (fp_line (start 3.55 -3.55) (end 3.55 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 4e2d4aba-3bc6-47a2-a462-235bd5df84e6)) - (fp_line (start -3.55 -2.4) (end -3.55 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 5062f83b-92ae-4867-9d96-0463d238600c)) - (fp_line (start -3.55 -2.4) (end -2.4 -3.55) (layer "F.CrtYd") (width 0.05) (tstamp 51bde9df-1045-4b40-b848-fbf5ed05df78)) - (fp_line (start -4.7 -1.05) (end -4.7 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 5201267a-8b85-49a4-9512-f3cf80732c62)) - (fp_line (start -3.55 2.4) (end -2.4 3.55) (layer "F.CrtYd") (width 0.05) (tstamp 752a146c-4495-4729-8b43-391c756f2d56)) - (fp_line (start 3.55 -1.05) (end 4.7 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 982fdde3-4e46-49e8-a95f-4a9839650877)) - (fp_line (start -2.4 3.55) (end 3.55 3.55) (layer "F.CrtYd") (width 0.05) (tstamp a12795b3-8114-441a-8041-828a80775605)) - (fp_line (start 3.55 1.05) (end 3.55 3.55) (layer "F.CrtYd") (width 0.05) (tstamp a7cbf979-86ab-4aff-8318-c19d1fbfb886)) - (fp_line (start 4.7 -1.05) (end 4.7 1.05) (layer "F.CrtYd") (width 0.05) (tstamp aef3fd5c-356a-4a44-8c76-09708e9c8f0d)) - (fp_line (start -3.55 -1.05) (end -4.7 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp bc2d36e0-467e-4891-a153-a170382195f3)) - (fp_line (start 4.7 1.05) (end 3.55 1.05) (layer "F.CrtYd") (width 0.05) (tstamp bede1a4f-fe02-4c91-bc16-f25c7ac33600)) - (fp_line (start -4.7 1.05) (end -3.55 1.05) (layer "F.CrtYd") (width 0.05) (tstamp f533ecdd-6dab-4094-a6f1-7741162d368c)) - (fp_line (start -2.3 3.3) (end 3.3 3.3) (layer "F.Fab") (width 0.1) (tstamp 09db6997-0a24-4647-98d1-678b94fe067d)) - (fp_line (start -3.3 -2.3) (end -2.3 -3.3) (layer "F.Fab") (width 0.1) (tstamp 0eb88854-10c8-4000-acaf-99828ed1e17a)) - (fp_line (start 3.3 -3.3) (end 3.3 3.3) (layer "F.Fab") (width 0.1) (tstamp 149d0723-a788-4b1a-b136-8e8ee84d21e8)) - (fp_line (start -3.3 -2.3) (end -3.3 2.3) (layer "F.Fab") (width 0.1) (tstamp 3a63d76f-1255-4d7e-9387-0b7d275b0222)) - (fp_line (start -2.704838 -1.33) (end -2.074838 -1.33) (layer "F.Fab") (width 0.1) (tstamp 618b6008-1bdb-4465-8674-e140a6ea0456)) - (fp_line (start -3.3 2.3) (end -2.3 3.3) (layer "F.Fab") (width 0.1) (tstamp 77e46bca-e280-4c02-ace8-7bb8b4ad2eac)) - (fp_line (start -2.3 -3.3) (end 3.3 -3.3) (layer "F.Fab") (width 0.1) (tstamp b0bf777c-b984-42a4-b244-a95ec86b8a6b)) - (fp_line (start -2.389838 -1.645) (end -2.389838 -1.015) (layer "F.Fab") (width 0.1) (tstamp d704d574-970d-431e-b99e-68efe3098184)) - (fp_circle (center 0 0) (end 3.15 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp f2fed659-6835-4f83-bbaa-a27d6f1d1169)) - (pad "1" smd roundrect locked (at -2.7 0) (size 3.5 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) + (fp_line (start -4.4375 -1.8475) (end -3.65 -1.8475) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff873561-2534-4bf2-9bf3-dfc0d930cc18)) + (fp_line (start -4.04375 -2.24125) (end -4.04375 -1.45375) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 316ff922-b92d-4b1a-8cf1-7d906d29ea12)) + (fp_line (start -3.41 -2.345563) (end -3.41 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b64c686-ae6d-475f-8b80-42f899791235)) + (fp_line (start -3.41 -2.345563) (end -2.345563 -3.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 627ee38e-b5d9-4929-9922-5a73c3c1be78)) + (fp_line (start -3.41 2.345563) (end -3.41 1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b547a68-03b1-478f-95ba-79c39e661960)) + (fp_line (start -3.41 2.345563) (end -2.345563 3.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d45ca61-fbd1-4323-8a26-ff49d1e7458c)) + (fp_line (start -2.345563 -3.41) (end 3.41 -3.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 533606be-b208-4418-b7eb-bcefd6c565f5)) + (fp_line (start -2.345563 3.41) (end 3.41 3.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17db3226-3cde-4888-9f4c-0a14fe1c77a0)) + (fp_line (start 3.41 -3.41) (end 3.41 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 754c0c8b-30d3-40a2-a23b-48d4592d1886)) + (fp_line (start 3.41 3.41) (end 3.41 1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f2f5461-7f91-436c-98c0-a71702744666)) + (fp_line (start -4.7 -1.05) (end -4.7 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5201267a-8b85-49a4-9512-f3cf80732c62)) + (fp_line (start -4.7 1.05) (end -3.55 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f533ecdd-6dab-4094-a6f1-7741162d368c)) + (fp_line (start -3.55 -2.4) (end -3.55 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5062f83b-92ae-4867-9d96-0463d238600c)) + (fp_line (start -3.55 -2.4) (end -2.4 -3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51bde9df-1045-4b40-b848-fbf5ed05df78)) + (fp_line (start -3.55 -1.05) (end -4.7 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc2d36e0-467e-4891-a153-a170382195f3)) + (fp_line (start -3.55 1.05) (end -3.55 2.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 183ac70d-8c15-4482-9bce-56eb58c65137)) + (fp_line (start -3.55 2.4) (end -2.4 3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 752a146c-4495-4729-8b43-391c756f2d56)) + (fp_line (start -2.4 -3.55) (end 3.55 -3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24092842-0026-4600-b46a-b519ac21fc5c)) + (fp_line (start -2.4 3.55) (end 3.55 3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a12795b3-8114-441a-8041-828a80775605)) + (fp_line (start 3.55 -3.55) (end 3.55 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e2d4aba-3bc6-47a2-a462-235bd5df84e6)) + (fp_line (start 3.55 -1.05) (end 4.7 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 982fdde3-4e46-49e8-a95f-4a9839650877)) + (fp_line (start 3.55 1.05) (end 3.55 3.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7cbf979-86ab-4aff-8318-c19d1fbfb886)) + (fp_line (start 4.7 -1.05) (end 4.7 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aef3fd5c-356a-4a44-8c76-09708e9c8f0d)) + (fp_line (start 4.7 1.05) (end 3.55 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bede1a4f-fe02-4c91-bc16-f25c7ac33600)) + (fp_line (start -3.3 -2.3) (end -3.3 2.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a63d76f-1255-4d7e-9387-0b7d275b0222)) + (fp_line (start -3.3 -2.3) (end -2.3 -3.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0eb88854-10c8-4000-acaf-99828ed1e17a)) + (fp_line (start -3.3 2.3) (end -2.3 3.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77e46bca-e280-4c02-ace8-7bb8b4ad2eac)) + (fp_line (start -2.704838 -1.33) (end -2.074838 -1.33) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 618b6008-1bdb-4465-8674-e140a6ea0456)) + (fp_line (start -2.389838 -1.645) (end -2.389838 -1.015) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d704d574-970d-431e-b99e-68efe3098184)) + (fp_line (start -2.3 -3.3) (end 3.3 -3.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b0bf777c-b984-42a4-b244-a95ec86b8a6b)) + (fp_line (start -2.3 3.3) (end 3.3 3.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09db6997-0a24-4647-98d1-678b94fe067d)) + (fp_line (start 3.3 -3.3) (end 3.3 3.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 149d0723-a788-4b1a-b136-8e8ee84d21e8)) + (fp_circle (center 0 0) (end 3.15 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp f2fed659-6835-4f83-bbaa-a27d6f1d1169)) + (pad "1" smd roundrect (at -2.7 0) (size 3.5 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) (net 98 "/Reform 2 Power/VIN") (pintype "passive") (tstamp bfac26b5-b892-401f-9e3d-f73294c5d59f)) - (pad "2" smd roundrect locked (at 2.7 0) (size 3.5 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) + (pad "2" smd roundrect (at 2.7 0) (size 3.5 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) (net 13 "GND") (pintype "passive") (tstamp bb36902d-6711-4e29-9981-173259f1d8db)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_6.3x7.7.wrl" (offset (xyz 0 0 0)) @@ -20074,7 +24275,7 @@ ) (footprint "Connector_Molex:Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal" (layer "F.Cu") - (tedit 5B78AD89) (tstamp 00000000-0000-0000-0000-00005e49235b) + (tstamp 00000000-0000-0000-0000-00005e49235b) (at 200.3 129.3 180) (descr "Molex Pico-Lock series connector, 504050-0591 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator") (tags "connector Molex Pico-Lock top entry") @@ -20087,53 +24288,77 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f0a72ed") (attr smd) (fp_text reference "J2" (at -5.2 3.5) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8a2f7b2b-8e3f-4f06-bf92-1369b786e912) ) (fp_text value "BATCON2" (at 0 4.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a092e63a-617f-48e0-a7ba-133e45c95844) ) (fp_text user "${REFERENCE}" (at 0 -0.27) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7e5c29ef-a615-4510-b802-08b1a8812121) ) - (fp_line (start -4.72 -3.425) (end -3.565 -3.425) (layer "F.SilkS") (width 0.12) (tstamp 1daed0a9-e4ed-4bb8-adc4-ff51d85e6267)) - (fp_line (start 3.565 -1.425) (end 3.565 -3.425) (layer "F.SilkS") (width 0.12) (tstamp 1e52d3c1-cac6-47a1-a12f-e3bfbccc60b0)) - (fp_line (start -3.56 2.895) (end -3.56 3.295) (layer "F.SilkS") (width 0.12) (tstamp 24cebe7f-557e-4ee8-ad86-70155479803d)) - (fp_line (start -3.565 -1.425) (end 3.565 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 358059c1-eb31-4841-8bd3-db21dbe075cb)) - (fp_line (start 5.735 2.895) (end 3.56 2.895) (layer "F.SilkS") (width 0.12) (tstamp 73100b21-a461-496e-a941-fca46400eb99)) - (fp_line (start 5.735 -1.235) (end 5.735 2.895) (layer "F.SilkS") (width 0.12) (tstamp b7dba248-ed1d-4b03-8688-d47c95324fc6)) - (fp_line (start -3.565 -3.425) (end -3.565 -1.425) (layer "F.SilkS") (width 0.12) (tstamp be5a5b81-f497-434d-96a4-9c0cc6ba4487)) - (fp_line (start -5.735 -1.235) (end -5.735 2.895) (layer "F.SilkS") (width 0.12) (tstamp c4ec8b5a-7e57-4a24-8245-8ee69e5b004b)) - (fp_line (start 3.565 -3.425) (end 4.72 -3.425) (layer "F.SilkS") (width 0.12) (tstamp dfab7a7c-ca21-4d3e-9ae1-204fbc00cb05)) - (fp_line (start -5.735 2.895) (end -3.56 2.895) (layer "F.SilkS") (width 0.12) (tstamp e2a08edc-12a3-41b4-8503-526441cf87c7)) - (fp_line (start 6.73 3.8) (end 6.73 -3.82) (layer "F.CrtYd") (width 0.05) (tstamp 970f22e1-7e4a-4629-a03d-f838b4ce6016)) - (fp_line (start 6.73 -3.82) (end -6.73 -3.82) (layer "F.CrtYd") (width 0.05) (tstamp af89797d-6fe4-477b-98ac-6b68b1ed8c36)) - (fp_line (start -6.73 3.8) (end 6.73 3.8) (layer "F.CrtYd") (width 0.05) (tstamp fd17aecc-3c6e-49d8-bb0e-9fa4bc15ae55)) - (fp_line (start -6.73 -3.82) (end -6.73 3.8) (layer "F.CrtYd") (width 0.05) (tstamp ff361440-dc93-4176-93c1-261d1050b0da)) - (fp_line (start -5.625 2.785) (end -5.625 -3.315) (layer "F.Fab") (width 0.1) (tstamp 0c5ffcf1-0f0c-4b42-a1a6-996032a24500)) - (fp_line (start -5.625 2.785) (end 5.625 2.785) (layer "F.Fab") (width 0.1) (tstamp 1d0bf7a6-d11e-4e53-9a3e-156ad3974deb)) - (fp_line (start 5.625 2.785) (end 5.625 -3.315) (layer "F.Fab") (width 0.1) (tstamp 2c446cad-1f50-4cda-82cd-b8675e0947fb)) - (fp_line (start 3.675 -3.315) (end 5.625 -3.315) (layer "F.Fab") (width 0.1) (tstamp 2cffa962-df92-45ff-a072-cd47ef8431f0)) - (fp_line (start -3.675 -3.315) (end -3.675 -1.315) (layer "F.Fab") (width 0.1) (tstamp 45a68b58-fbb2-49d6-9582-9e6e8ebc5955)) - (fp_line (start -3.5 2.785) (end -3 2.077893) (layer "F.Fab") (width 0.1) (tstamp 5171bee8-7ba5-47ae-a3ce-717326e57ce0)) - (fp_line (start -3.675 -1.315) (end 3.675 -1.315) (layer "F.Fab") (width 0.1) (tstamp 582a3d22-3735-43ad-a3eb-0074552fe346)) - (fp_line (start -5.625 -3.315) (end -3.675 -3.315) (layer "F.Fab") (width 0.1) (tstamp ba06cf16-516b-47db-9732-433f69cb3875)) - (fp_line (start 3.675 -1.315) (end 3.675 -3.315) (layer "F.Fab") (width 0.1) (tstamp ed57a772-a1d7-42cd-bb30-5360e8557c04)) - (fp_line (start -3 2.077893) (end -2.5 2.785) (layer "F.Fab") (width 0.1) (tstamp fc56d25d-740d-4b8a-a5d0-0548d0010f24)) - (pad "1" smd roundrect locked (at -3 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -5.735 -1.235) (end -5.735 2.895) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4ec8b5a-7e57-4a24-8245-8ee69e5b004b)) + (fp_line (start -5.735 2.895) (end -3.56 2.895) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2a08edc-12a3-41b4-8503-526441cf87c7)) + (fp_line (start -4.72 -3.425) (end -3.565 -3.425) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1daed0a9-e4ed-4bb8-adc4-ff51d85e6267)) + (fp_line (start -3.565 -3.425) (end -3.565 -1.425) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be5a5b81-f497-434d-96a4-9c0cc6ba4487)) + (fp_line (start -3.565 -1.425) (end 3.565 -1.425) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 358059c1-eb31-4841-8bd3-db21dbe075cb)) + (fp_line (start -3.56 2.895) (end -3.56 3.295) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24cebe7f-557e-4ee8-ad86-70155479803d)) + (fp_line (start 3.565 -3.425) (end 4.72 -3.425) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dfab7a7c-ca21-4d3e-9ae1-204fbc00cb05)) + (fp_line (start 3.565 -1.425) (end 3.565 -3.425) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e52d3c1-cac6-47a1-a12f-e3bfbccc60b0)) + (fp_line (start 5.735 -1.235) (end 5.735 2.895) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7dba248-ed1d-4b03-8688-d47c95324fc6)) + (fp_line (start 5.735 2.895) (end 3.56 2.895) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73100b21-a461-496e-a941-fca46400eb99)) + (fp_line (start -6.73 -3.82) (end -6.73 3.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff361440-dc93-4176-93c1-261d1050b0da)) + (fp_line (start -6.73 3.8) (end 6.73 3.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd17aecc-3c6e-49d8-bb0e-9fa4bc15ae55)) + (fp_line (start 6.73 -3.82) (end -6.73 -3.82) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af89797d-6fe4-477b-98ac-6b68b1ed8c36)) + (fp_line (start 6.73 3.8) (end 6.73 -3.82) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 970f22e1-7e4a-4629-a03d-f838b4ce6016)) + (fp_line (start -5.625 -3.315) (end -3.675 -3.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba06cf16-516b-47db-9732-433f69cb3875)) + (fp_line (start -5.625 2.785) (end -5.625 -3.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c5ffcf1-0f0c-4b42-a1a6-996032a24500)) + (fp_line (start -5.625 2.785) (end 5.625 2.785) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d0bf7a6-d11e-4e53-9a3e-156ad3974deb)) + (fp_line (start -3.675 -3.315) (end -3.675 -1.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45a68b58-fbb2-49d6-9582-9e6e8ebc5955)) + (fp_line (start -3.675 -1.315) (end 3.675 -1.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 582a3d22-3735-43ad-a3eb-0074552fe346)) + (fp_line (start -3.5 2.785) (end -3 2.077893) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5171bee8-7ba5-47ae-a3ce-717326e57ce0)) + (fp_line (start -3 2.077893) (end -2.5 2.785) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc56d25d-740d-4b8a-a5d0-0548d0010f24)) + (fp_line (start 3.675 -3.315) (end 5.625 -3.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2cffa962-df92-45ff-a072-cd47ef8431f0)) + (fp_line (start 3.675 -1.315) (end 3.675 -3.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed57a772-a1d7-42cd-bb30-5360e8557c04)) + (fp_line (start 5.625 2.785) (end 5.625 -3.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c446cad-1f50-4cda-82cd-b8675e0947fb)) + (pad "1" smd roundrect (at -3 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 248 "BAT5+") (pinfunction "Pin_1") (pintype "passive") (tstamp 171e665a-c2b9-4934-a281-7830d22e7918)) - (pad "2" smd roundrect locked (at -1.5 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at -1.5 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 249 "BAT6+") (pinfunction "Pin_2") (pintype "passive") (tstamp 992c5a82-02d1-48cb-bc00-641aa062266a)) - (pad "3" smd roundrect locked (at 0 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "3" smd roundrect (at 0 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 250 "BAT7+") (pinfunction "Pin_3") (pintype "passive") (tstamp 717115fa-19a0-4676-a1b8-28ff3030a5a8)) - (pad "4" smd roundrect locked (at 1.5 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "4" smd roundrect (at 1.5 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 251 "BAT8+") (pinfunction "Pin_4") (pintype "passive") (tstamp 772fcf08-622b-4de7-998e-077d8a465453)) - (pad "5" smd roundrect locked (at 3 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "5" smd roundrect (at 3 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pinfunction "Pin_5") (pintype "passive") (tstamp c9fa02ab-fa9a-4c05-ae72-fcd11ffadeec)) - (pad "MP" smd roundrect locked (at -5.605 -2.395 180) (size 1.25 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (tstamp 2e341a9f-8414-4aa8-bdd2-d69a32bde804)) - (pad "MP" smd roundrect locked (at 5.605 -2.395 180) (size 1.25 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (tstamp 8ae89273-22ff-4ab7-8122-e4a6f9e923c8)) + (pad "MP" smd roundrect (at -5.605 -2.395 180) (size 1.25 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (tstamp 2e341a9f-8414-4aa8-bdd2-d69a32bde804)) + (pad "MP" smd roundrect (at 5.605 -2.395 180) (size 1.25 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (tstamp 8ae89273-22ff-4ab7-8122-e4a6f9e923c8)) (model "${KIPRJMOD}/3d-models/5040500591.stp" (offset (xyz 0 2 1)) (scale (xyz 1 1 1)) @@ -20142,7 +24367,7 @@ ) (footprint "Connector_Molex:Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal" (layer "F.Cu") - (tedit 5B78AD89) (tstamp 00000000-0000-0000-0000-00005e4926cf) + (tstamp 00000000-0000-0000-0000-00005e4926cf) (at 214 129.3 180) (descr "Molex Pico-Lock series connector, 504050-0591 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator") (tags "connector Molex Pico-Lock top entry") @@ -20155,53 +24380,77 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f00ed51") (attr smd) (fp_text reference "J13" (at -4.9 3.5) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 53154b74-f90f-4964-86d0-55b153b869a6) ) (fp_text value "BATCON1" (at 0 4.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 01a64098-550f-49a7-a7b7-55845c166492) ) (fp_text user "${REFERENCE}" (at 0 -0.27) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a6c7a816-e2e7-4666-926e-27182e89a942) ) - (fp_line (start 3.565 -1.425) (end 3.565 -3.425) (layer "F.SilkS") (width 0.12) (tstamp 03e79812-821e-4614-8496-6de44fdbacd8)) - (fp_line (start -3.565 -3.425) (end -3.565 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 0a8551ed-5f70-45d9-a090-bc31e6b55ab0)) - (fp_line (start -5.735 2.895) (end -3.56 2.895) (layer "F.SilkS") (width 0.12) (tstamp 1138a08b-ccce-4c4b-b4b1-eb2d51b0e6df)) - (fp_line (start -5.735 -1.235) (end -5.735 2.895) (layer "F.SilkS") (width 0.12) (tstamp 3fc4a315-a083-4d15-b6a2-5fe6af4c929f)) - (fp_line (start 3.565 -3.425) (end 4.72 -3.425) (layer "F.SilkS") (width 0.12) (tstamp 7aaa0952-e561-4ec2-a62f-df57049ecfd7)) - (fp_line (start -4.72 -3.425) (end -3.565 -3.425) (layer "F.SilkS") (width 0.12) (tstamp a1f07e19-195c-4b8c-bec8-48cd42caf82c)) - (fp_line (start -3.56 2.895) (end -3.56 3.295) (layer "F.SilkS") (width 0.12) (tstamp aaf2dfd6-d7d2-467a-b3ae-afc51ef2c232)) - (fp_line (start 5.735 -1.235) (end 5.735 2.895) (layer "F.SilkS") (width 0.12) (tstamp ac85bbe1-d0fc-430a-8195-e3fa81d4fa42)) - (fp_line (start -3.565 -1.425) (end 3.565 -1.425) (layer "F.SilkS") (width 0.12) (tstamp c68c3065-571f-481f-8093-84e1260d8652)) - (fp_line (start 5.735 2.895) (end 3.56 2.895) (layer "F.SilkS") (width 0.12) (tstamp cec08519-db8c-48c3-8342-423b645af410)) - (fp_line (start 6.73 3.8) (end 6.73 -3.82) (layer "F.CrtYd") (width 0.05) (tstamp 84831cb2-4eb9-4ba1-b0bb-bce4c2d6f405)) - (fp_line (start -6.73 3.8) (end 6.73 3.8) (layer "F.CrtYd") (width 0.05) (tstamp 8c7fb632-7380-4038-9b02-bfc7c40a20ce)) - (fp_line (start -6.73 -3.82) (end -6.73 3.8) (layer "F.CrtYd") (width 0.05) (tstamp adead9c2-1ad2-4e20-a878-08fb65884347)) - (fp_line (start 6.73 -3.82) (end -6.73 -3.82) (layer "F.CrtYd") (width 0.05) (tstamp f77aca75-f43d-427b-9503-193609e64c46)) - (fp_line (start -3.675 -1.315) (end 3.675 -1.315) (layer "F.Fab") (width 0.1) (tstamp 075469bd-d98c-455f-ab98-3413af8efd47)) - (fp_line (start -3 2.077893) (end -2.5 2.785) (layer "F.Fab") (width 0.1) (tstamp 0d480830-383d-4892-a70a-09ea1bba34f6)) - (fp_line (start 3.675 -1.315) (end 3.675 -3.315) (layer "F.Fab") (width 0.1) (tstamp 0dc6f069-51a0-496d-9d65-a2b65f5470b3)) - (fp_line (start 3.675 -3.315) (end 5.625 -3.315) (layer "F.Fab") (width 0.1) (tstamp 1cbb994f-11de-46d2-abf9-5b02185c3159)) - (fp_line (start -5.625 -3.315) (end -3.675 -3.315) (layer "F.Fab") (width 0.1) (tstamp 3193b746-b7d1-440e-a115-d3818016279d)) - (fp_line (start -3.675 -3.315) (end -3.675 -1.315) (layer "F.Fab") (width 0.1) (tstamp 91a54e1a-1c8a-4229-840e-8e30d5112f3e)) - (fp_line (start -5.625 2.785) (end 5.625 2.785) (layer "F.Fab") (width 0.1) (tstamp 9dfb6905-4abd-42bd-8d52-c0626dd765e3)) - (fp_line (start -5.625 2.785) (end -5.625 -3.315) (layer "F.Fab") (width 0.1) (tstamp a22309bd-2c61-4704-a868-0f4de9d8d710)) - (fp_line (start 5.625 2.785) (end 5.625 -3.315) (layer "F.Fab") (width 0.1) (tstamp bf8f6946-b645-41b0-b83f-9e3497ca0784)) - (fp_line (start -3.5 2.785) (end -3 2.077893) (layer "F.Fab") (width 0.1) (tstamp f7f2e38f-23d2-4d7e-851f-3f8df792b04f)) - (pad "1" smd roundrect locked (at -3 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -5.735 -1.235) (end -5.735 2.895) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fc4a315-a083-4d15-b6a2-5fe6af4c929f)) + (fp_line (start -5.735 2.895) (end -3.56 2.895) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1138a08b-ccce-4c4b-b4b1-eb2d51b0e6df)) + (fp_line (start -4.72 -3.425) (end -3.565 -3.425) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1f07e19-195c-4b8c-bec8-48cd42caf82c)) + (fp_line (start -3.565 -3.425) (end -3.565 -1.425) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a8551ed-5f70-45d9-a090-bc31e6b55ab0)) + (fp_line (start -3.565 -1.425) (end 3.565 -1.425) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c68c3065-571f-481f-8093-84e1260d8652)) + (fp_line (start -3.56 2.895) (end -3.56 3.295) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aaf2dfd6-d7d2-467a-b3ae-afc51ef2c232)) + (fp_line (start 3.565 -3.425) (end 4.72 -3.425) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7aaa0952-e561-4ec2-a62f-df57049ecfd7)) + (fp_line (start 3.565 -1.425) (end 3.565 -3.425) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03e79812-821e-4614-8496-6de44fdbacd8)) + (fp_line (start 5.735 -1.235) (end 5.735 2.895) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac85bbe1-d0fc-430a-8195-e3fa81d4fa42)) + (fp_line (start 5.735 2.895) (end 3.56 2.895) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cec08519-db8c-48c3-8342-423b645af410)) + (fp_line (start -6.73 -3.82) (end -6.73 3.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp adead9c2-1ad2-4e20-a878-08fb65884347)) + (fp_line (start -6.73 3.8) (end 6.73 3.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c7fb632-7380-4038-9b02-bfc7c40a20ce)) + (fp_line (start 6.73 -3.82) (end -6.73 -3.82) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f77aca75-f43d-427b-9503-193609e64c46)) + (fp_line (start 6.73 3.8) (end 6.73 -3.82) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84831cb2-4eb9-4ba1-b0bb-bce4c2d6f405)) + (fp_line (start -5.625 -3.315) (end -3.675 -3.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3193b746-b7d1-440e-a115-d3818016279d)) + (fp_line (start -5.625 2.785) (end -5.625 -3.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a22309bd-2c61-4704-a868-0f4de9d8d710)) + (fp_line (start -5.625 2.785) (end 5.625 2.785) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9dfb6905-4abd-42bd-8d52-c0626dd765e3)) + (fp_line (start -3.675 -3.315) (end -3.675 -1.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91a54e1a-1c8a-4229-840e-8e30d5112f3e)) + (fp_line (start -3.675 -1.315) (end 3.675 -1.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 075469bd-d98c-455f-ab98-3413af8efd47)) + (fp_line (start -3.5 2.785) (end -3 2.077893) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7f2e38f-23d2-4d7e-851f-3f8df792b04f)) + (fp_line (start -3 2.077893) (end -2.5 2.785) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d480830-383d-4892-a70a-09ea1bba34f6)) + (fp_line (start 3.675 -3.315) (end 5.625 -3.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1cbb994f-11de-46d2-abf9-5b02185c3159)) + (fp_line (start 3.675 -1.315) (end 3.675 -3.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0dc6f069-51a0-496d-9d65-a2b65f5470b3)) + (fp_line (start 5.625 2.785) (end 5.625 -3.315) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf8f6946-b645-41b0-b83f-9e3497ca0784)) + (pad "1" smd roundrect (at -3 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 244 "BAT1+") (pinfunction "Pin_1") (pintype "passive") (tstamp 2d1d9b42-8cd0-4404-ace9-42f607935995)) - (pad "2" smd roundrect locked (at -1.5 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at -1.5 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 245 "BAT2+") (pinfunction "Pin_2") (pintype "passive") (tstamp 05128f48-e97d-4640-9421-5bedd5a608cf)) - (pad "3" smd roundrect locked (at 0 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "3" smd roundrect (at 0 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 246 "BAT3+") (pinfunction "Pin_3") (pintype "passive") (tstamp c3ab521c-9d80-4e6f-b17c-c98dccabc9e3)) - (pad "4" smd roundrect locked (at 1.5 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "4" smd roundrect (at 1.5 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 247 "BAT4+") (pinfunction "Pin_4") (pintype "passive") (tstamp 3dbce560-afaa-4787-8415-30b819e4e1ca)) - (pad "5" smd roundrect locked (at 3 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "5" smd roundrect (at 3 2.795 180) (size 0.6 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 248 "BAT5+") (pinfunction "Pin_5") (pintype "passive") (tstamp 11975f7d-298e-4cb5-88be-2c6b79d663b9)) - (pad "MP" smd roundrect locked (at 5.605 -2.395 180) (size 1.25 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (tstamp 0729cb7a-de4a-4fee-bbd3-ceb2a56df7cd)) - (pad "MP" smd roundrect locked (at -5.605 -2.395 180) (size 1.25 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (tstamp 20473333-e31e-4744-b8b3-aac416b7266e)) + (pad "MP" smd roundrect (at -5.605 -2.395 180) (size 1.25 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (tstamp 20473333-e31e-4744-b8b3-aac416b7266e)) + (pad "MP" smd roundrect (at 5.605 -2.395 180) (size 1.25 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (tstamp 0729cb7a-de4a-4fee-bbd3-ceb2a56df7cd)) (model "${KIPRJMOD}/3d-models/5040500591.stp" (offset (xyz 0 2 1)) (scale (xyz 1 1 1)) @@ -20210,7 +24459,7 @@ ) (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Horizontal" (layer "F.Cu") - (tedit 59FED5CB) (tstamp 00000000-0000-0000-0000-00005e495798) + (tstamp 00000000-0000-0000-0000-00005e495798) (at 191.6 127.5 -90) (descr "Through hole angled pin header, 1x03, 2.54mm pitch, 6mm pin length, single row") (tags "Through hole angled pin header THT 1x03 2.54mm single row") @@ -20223,78 +24472,134 @@ (path "/00000000-0000-0000-0000-00005d742fcd") (attr through_hole) (fp_text reference "J18" (at -0.4 -2 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f770d436-4e2e-4b8c-addf-ff431b12809a) ) (fp_text value "Conn_01x03_Male" (at 4.385 7.35 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 223855d6-d38c-4acb-be5b-f91aacbb175c) ) (fp_text user "${REFERENCE}" (at 2.77 2.54) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6926cf3f-e1ee-4a02-9b2f-9da3219cbedd) ) - (fp_line (start 1.44 3.81) (end 4.1 3.81) (layer "F.SilkS") (width 0.12) (tstamp 0fa8661a-d479-4c91-aeef-177feec92ac5)) - (fp_line (start -1.27 0) (end -1.27 -1.27) (layer "F.SilkS") (width 0.12) (tstamp 1934a815-1f89-4aca-94ef-0380c5a3a79e)) - (fp_line (start 4.1 0.04) (end 10.1 0.04) (layer "F.SilkS") (width 0.12) (tstamp 19ab2103-ca4a-416f-be66-4f686084390b)) - (fp_line (start 10.1 2.92) (end 4.1 2.92) (layer "F.SilkS") (width 0.12) (tstamp 244691fa-5c8c-48e0-a008-d0b73a5d770d)) - (fp_line (start 4.1 -0.2) (end 10.1 -0.2) (layer "F.SilkS") (width 0.12) (tstamp 39121117-8699-461f-b36e-4c9274300ce5)) - (fp_line (start -1.27 -1.27) (end 0 -1.27) (layer "F.SilkS") (width 0.12) (tstamp 3f2606da-6719-4cab-936b-f61469648781)) - (fp_line (start 4.1 -0.38) (end 10.1 -0.38) (layer "F.SilkS") (width 0.12) (tstamp 4fb26dbc-61a3-4a24-b434-628d18658ddd)) - (fp_line (start 1.44 -1.33) (end 1.44 6.41) (layer "F.SilkS") (width 0.12) (tstamp 5523efba-1aef-4812-843e-a46498ea2ccd)) - (fp_line (start 1.11 0.38) (end 1.44 0.38) (layer "F.SilkS") (width 0.12) (tstamp 5584a37e-b3a3-4f20-a5f4-956f06d2b630)) - (fp_line (start 4.1 -0.08) (end 10.1 -0.08) (layer "F.SilkS") (width 0.12) (tstamp 59101252-f4c5-43ee-949f-533a16d15134)) - (fp_line (start 10.1 -0.38) (end 10.1 0.38) (layer "F.SilkS") (width 0.12) (tstamp 61833809-c858-45bd-9db6-1213eb8dcaa2)) - (fp_line (start 4.1 -0.32) (end 10.1 -0.32) (layer "F.SilkS") (width 0.12) (tstamp 7318a888-7ddc-4bc2-9d84-ef01529dc6e8)) - (fp_line (start 4.1 0.16) (end 10.1 0.16) (layer "F.SilkS") (width 0.12) (tstamp 744adfc2-5bc4-4703-8f98-0df57c7ae0fe)) - (fp_line (start 4.1 6.41) (end 4.1 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 796f820c-cbb9-45ac-b911-069cf638f923)) - (fp_line (start 1.042929 4.7) (end 1.44 4.7) (layer "F.SilkS") (width 0.12) (tstamp 92133d19-fb61-41c3-a775-a9571faa365b)) - (fp_line (start 10.1 2.16) (end 10.1 2.92) (layer "F.SilkS") (width 0.12) (tstamp 944580cd-3e92-4014-a0c5-873815d20ac1)) - (fp_line (start 10.1 4.7) (end 10.1 5.46) (layer "F.SilkS") (width 0.12) (tstamp 9c27a583-6295-42d9-89af-d7e89ee6e43f)) - (fp_line (start 4.1 -1.33) (end 1.44 -1.33) (layer "F.SilkS") (width 0.12) (tstamp a3080438-a2f3-4391-8330-9f088ba1fb48)) - (fp_line (start 1.042929 2.92) (end 1.44 2.92) (layer "F.SilkS") (width 0.12) (tstamp a4528c2e-91a1-4671-961a-faa603d2bfb2)) - (fp_line (start 1.44 1.27) (end 4.1 1.27) (layer "F.SilkS") (width 0.12) (tstamp a9a87ded-c373-4c0c-824c-c02f343ad7af)) - (fp_line (start 10.1 0.38) (end 4.1 0.38) (layer "F.SilkS") (width 0.12) (tstamp aef235ab-4496-4b62-87e1-eee76c6ff6f3)) - (fp_line (start 1.042929 5.46) (end 1.44 5.46) (layer "F.SilkS") (width 0.12) (tstamp bb81e739-3ca1-45f6-8302-e693b2c578b2)) - (fp_line (start 4.1 4.7) (end 10.1 4.7) (layer "F.SilkS") (width 0.12) (tstamp c09438b1-1517-42fa-be49-d9351c8ef959)) - (fp_line (start 4.1 0.28) (end 10.1 0.28) (layer "F.SilkS") (width 0.12) (tstamp d37d4b67-bd0d-4de2-9907-2d503662f585)) - (fp_line (start 1.44 6.41) (end 4.1 6.41) (layer "F.SilkS") (width 0.12) (tstamp dff1974b-0443-491c-bef9-3080c9eff666)) - (fp_line (start 1.11 -0.38) (end 1.44 -0.38) (layer "F.SilkS") (width 0.12) (tstamp f369a97a-786f-493a-9476-49377296f1c8)) - (fp_line (start 4.1 2.16) (end 10.1 2.16) (layer "F.SilkS") (width 0.12) (tstamp fac58c8d-ee9d-4774-b7df-88b4b191a11e)) - (fp_line (start 10.1 5.46) (end 4.1 5.46) (layer "F.SilkS") (width 0.12) (tstamp fbb92869-2a35-4557-8d05-99a17088c4e5)) - (fp_line (start 1.042929 2.16) (end 1.44 2.16) (layer "F.SilkS") (width 0.12) (tstamp fe985acc-416c-4ae5-bc7d-5e9374db683a)) - (fp_line (start -1.8 6.85) (end 10.55 6.85) (layer "F.CrtYd") (width 0.05) (tstamp 0a7d02db-dfa7-48f2-a1e7-70517016e1be)) - (fp_line (start 10.55 -1.8) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 401f79ac-7eca-4a5b-b51f-55dd88c79639)) - (fp_line (start 10.55 6.85) (end 10.55 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 71727aa0-123f-4151-9340-2e2e90e87b82)) - (fp_line (start -1.8 -1.8) (end -1.8 6.85) (layer "F.CrtYd") (width 0.05) (tstamp dc52906b-7514-47a3-90b7-897edef1d862)) - (fp_line (start -0.32 4.76) (end 1.5 4.76) (layer "F.Fab") (width 0.1) (tstamp 04998d06-a551-4796-a0a4-6371e37b415c)) - (fp_line (start 2.135 -1.27) (end 4.04 -1.27) (layer "F.Fab") (width 0.1) (tstamp 0b3af380-dfec-4520-8ca3-fdb366f63ab7)) - (fp_line (start -0.32 -0.32) (end 1.5 -0.32) (layer "F.Fab") (width 0.1) (tstamp 25e9df72-f56e-4947-952c-a3e67c51b8a9)) - (fp_line (start 4.04 -0.32) (end 10.04 -0.32) (layer "F.Fab") (width 0.1) (tstamp 2f65a67c-d13e-4231-8929-332eb8e41742)) - (fp_line (start -0.32 -0.32) (end -0.32 0.32) (layer "F.Fab") (width 0.1) (tstamp 3b68f5cd-8fc4-447e-a887-0f791bd5101a)) - (fp_line (start -0.32 4.76) (end -0.32 5.4) (layer "F.Fab") (width 0.1) (tstamp 5b803b81-f6c2-41f3-abee-5732bd6f6e70)) - (fp_line (start -0.32 2.22) (end -0.32 2.86) (layer "F.Fab") (width 0.1) (tstamp 5ed4d1c4-bca7-430d-9350-65814fd3c286)) - (fp_line (start -0.32 5.4) (end 1.5 5.4) (layer "F.Fab") (width 0.1) (tstamp 74535cef-7f54-4897-9edb-f8e091bb3176)) - (fp_line (start 4.04 0.32) (end 10.04 0.32) (layer "F.Fab") (width 0.1) (tstamp 8388c9f4-a2fa-4738-8b2f-32c8b19eddaa)) - (fp_line (start 4.04 2.22) (end 10.04 2.22) (layer "F.Fab") (width 0.1) (tstamp 91648f19-e6d2-49b5-9050-ff3f7641879e)) - (fp_line (start 4.04 4.76) (end 10.04 4.76) (layer "F.Fab") (width 0.1) (tstamp a00ce716-f8f1-4ff4-9f03-851c58f6e0c3)) - (fp_line (start -0.32 2.86) (end 1.5 2.86) (layer "F.Fab") (width 0.1) (tstamp a6a213df-d18d-42e0-b39f-493eaabf3ece)) - (fp_line (start 4.04 6.35) (end 1.5 6.35) (layer "F.Fab") (width 0.1) (tstamp b2f15779-e0ae-4283-a3a1-63349ebea508)) - (fp_line (start -0.32 2.22) (end 1.5 2.22) (layer "F.Fab") (width 0.1) (tstamp be388fa5-6c3b-4c73-b356-68b4eb11e1c5)) - (fp_line (start 10.04 -0.32) (end 10.04 0.32) (layer "F.Fab") (width 0.1) (tstamp beed98cf-b923-4cae-bca3-ee49bea28956)) - (fp_line (start 4.04 -1.27) (end 4.04 6.35) (layer "F.Fab") (width 0.1) (tstamp cc77653b-04f1-4b26-a6c8-cf16386b84f2)) - (fp_line (start 4.04 5.4) (end 10.04 5.4) (layer "F.Fab") (width 0.1) (tstamp d28c8fba-e53c-46ac-afd3-50f28519b659)) - (fp_line (start 1.5 -0.635) (end 2.135 -1.27) (layer "F.Fab") (width 0.1) (tstamp e8068e84-0892-4325-8b4c-1b140ceb2532)) - (fp_line (start 10.04 4.76) (end 10.04 5.4) (layer "F.Fab") (width 0.1) (tstamp f3398336-f1c3-4c7f-a4be-d45204f3e003)) - (fp_line (start 4.04 2.86) (end 10.04 2.86) (layer "F.Fab") (width 0.1) (tstamp f82b98cf-fd96-485a-a2bd-a61e21e69127)) - (fp_line (start 10.04 2.22) (end 10.04 2.86) (layer "F.Fab") (width 0.1) (tstamp f8a6acfc-8660-40a5-b917-598bcb6c0ef9)) - (fp_line (start -0.32 0.32) (end 1.5 0.32) (layer "F.Fab") (width 0.1) (tstamp fab016f7-deca-42cc-a626-5bc3ed83b8dd)) - (fp_line (start 1.5 6.35) (end 1.5 -0.635) (layer "F.Fab") (width 0.1) (tstamp fcfc7469-e699-46e2-8ee1-1e5e93fac13b)) - (pad "1" thru_hole rect locked (at 0 0 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (fp_line (start -1.27 -1.27) (end 0 -1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f2606da-6719-4cab-936b-f61469648781)) + (fp_line (start -1.27 0) (end -1.27 -1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1934a815-1f89-4aca-94ef-0380c5a3a79e)) + (fp_line (start 1.042929 2.16) (end 1.44 2.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe985acc-416c-4ae5-bc7d-5e9374db683a)) + (fp_line (start 1.042929 2.92) (end 1.44 2.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4528c2e-91a1-4671-961a-faa603d2bfb2)) + (fp_line (start 1.042929 4.7) (end 1.44 4.7) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92133d19-fb61-41c3-a775-a9571faa365b)) + (fp_line (start 1.042929 5.46) (end 1.44 5.46) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb81e739-3ca1-45f6-8302-e693b2c578b2)) + (fp_line (start 1.11 -0.38) (end 1.44 -0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f369a97a-786f-493a-9476-49377296f1c8)) + (fp_line (start 1.11 0.38) (end 1.44 0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5584a37e-b3a3-4f20-a5f4-956f06d2b630)) + (fp_line (start 1.44 -1.33) (end 1.44 6.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5523efba-1aef-4812-843e-a46498ea2ccd)) + (fp_line (start 1.44 1.27) (end 4.1 1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9a87ded-c373-4c0c-824c-c02f343ad7af)) + (fp_line (start 1.44 3.81) (end 4.1 3.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fa8661a-d479-4c91-aeef-177feec92ac5)) + (fp_line (start 1.44 6.41) (end 4.1 6.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dff1974b-0443-491c-bef9-3080c9eff666)) + (fp_line (start 4.1 -1.33) (end 1.44 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3080438-a2f3-4391-8330-9f088ba1fb48)) + (fp_line (start 4.1 -0.38) (end 10.1 -0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fb26dbc-61a3-4a24-b434-628d18658ddd)) + (fp_line (start 4.1 -0.32) (end 10.1 -0.32) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7318a888-7ddc-4bc2-9d84-ef01529dc6e8)) + (fp_line (start 4.1 -0.2) (end 10.1 -0.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39121117-8699-461f-b36e-4c9274300ce5)) + (fp_line (start 4.1 -0.08) (end 10.1 -0.08) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 59101252-f4c5-43ee-949f-533a16d15134)) + (fp_line (start 4.1 0.04) (end 10.1 0.04) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19ab2103-ca4a-416f-be66-4f686084390b)) + (fp_line (start 4.1 0.16) (end 10.1 0.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 744adfc2-5bc4-4703-8f98-0df57c7ae0fe)) + (fp_line (start 4.1 0.28) (end 10.1 0.28) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d37d4b67-bd0d-4de2-9907-2d503662f585)) + (fp_line (start 4.1 2.16) (end 10.1 2.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fac58c8d-ee9d-4774-b7df-88b4b191a11e)) + (fp_line (start 4.1 4.7) (end 10.1 4.7) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c09438b1-1517-42fa-be49-d9351c8ef959)) + (fp_line (start 4.1 6.41) (end 4.1 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 796f820c-cbb9-45ac-b911-069cf638f923)) + (fp_line (start 10.1 -0.38) (end 10.1 0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61833809-c858-45bd-9db6-1213eb8dcaa2)) + (fp_line (start 10.1 0.38) (end 4.1 0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aef235ab-4496-4b62-87e1-eee76c6ff6f3)) + (fp_line (start 10.1 2.16) (end 10.1 2.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 944580cd-3e92-4014-a0c5-873815d20ac1)) + (fp_line (start 10.1 2.92) (end 4.1 2.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 244691fa-5c8c-48e0-a008-d0b73a5d770d)) + (fp_line (start 10.1 4.7) (end 10.1 5.46) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c27a583-6295-42d9-89af-d7e89ee6e43f)) + (fp_line (start 10.1 5.46) (end 4.1 5.46) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbb92869-2a35-4557-8d05-99a17088c4e5)) + (fp_line (start -1.8 -1.8) (end -1.8 6.85) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc52906b-7514-47a3-90b7-897edef1d862)) + (fp_line (start -1.8 6.85) (end 10.55 6.85) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a7d02db-dfa7-48f2-a1e7-70517016e1be)) + (fp_line (start 10.55 -1.8) (end -1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 401f79ac-7eca-4a5b-b51f-55dd88c79639)) + (fp_line (start 10.55 6.85) (end 10.55 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71727aa0-123f-4151-9340-2e2e90e87b82)) + (fp_line (start -0.32 -0.32) (end -0.32 0.32) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b68f5cd-8fc4-447e-a887-0f791bd5101a)) + (fp_line (start -0.32 -0.32) (end 1.5 -0.32) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25e9df72-f56e-4947-952c-a3e67c51b8a9)) + (fp_line (start -0.32 0.32) (end 1.5 0.32) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fab016f7-deca-42cc-a626-5bc3ed83b8dd)) + (fp_line (start -0.32 2.22) (end -0.32 2.86) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ed4d1c4-bca7-430d-9350-65814fd3c286)) + (fp_line (start -0.32 2.22) (end 1.5 2.22) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be388fa5-6c3b-4c73-b356-68b4eb11e1c5)) + (fp_line (start -0.32 2.86) (end 1.5 2.86) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6a213df-d18d-42e0-b39f-493eaabf3ece)) + (fp_line (start -0.32 4.76) (end -0.32 5.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b803b81-f6c2-41f3-abee-5732bd6f6e70)) + (fp_line (start -0.32 4.76) (end 1.5 4.76) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04998d06-a551-4796-a0a4-6371e37b415c)) + (fp_line (start -0.32 5.4) (end 1.5 5.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74535cef-7f54-4897-9edb-f8e091bb3176)) + (fp_line (start 1.5 -0.635) (end 2.135 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8068e84-0892-4325-8b4c-1b140ceb2532)) + (fp_line (start 1.5 6.35) (end 1.5 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fcfc7469-e699-46e2-8ee1-1e5e93fac13b)) + (fp_line (start 2.135 -1.27) (end 4.04 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b3af380-dfec-4520-8ca3-fdb366f63ab7)) + (fp_line (start 4.04 -1.27) (end 4.04 6.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc77653b-04f1-4b26-a6c8-cf16386b84f2)) + (fp_line (start 4.04 -0.32) (end 10.04 -0.32) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f65a67c-d13e-4231-8929-332eb8e41742)) + (fp_line (start 4.04 0.32) (end 10.04 0.32) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8388c9f4-a2fa-4738-8b2f-32c8b19eddaa)) + (fp_line (start 4.04 2.22) (end 10.04 2.22) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91648f19-e6d2-49b5-9050-ff3f7641879e)) + (fp_line (start 4.04 2.86) (end 10.04 2.86) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f82b98cf-fd96-485a-a2bd-a61e21e69127)) + (fp_line (start 4.04 4.76) (end 10.04 4.76) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a00ce716-f8f1-4ff4-9f03-851c58f6e0c3)) + (fp_line (start 4.04 5.4) (end 10.04 5.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d28c8fba-e53c-46ac-afd3-50f28519b659)) + (fp_line (start 4.04 6.35) (end 1.5 6.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2f15779-e0ae-4283-a3a1-63349ebea508)) + (fp_line (start 10.04 -0.32) (end 10.04 0.32) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp beed98cf-b923-4cae-bca3-ee49bea28956)) + (fp_line (start 10.04 2.22) (end 10.04 2.86) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8a6acfc-8660-40a5-b917-598bcb6c0ef9)) + (fp_line (start 10.04 4.76) (end 10.04 5.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3398336-f1c3-4c7f-a4be-d45204f3e003)) + (pad "1" thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 283 "IMX_UART1_TX") (pinfunction "Pin_1") (pintype "passive") (tstamp c011e31f-f609-4ce5-8ed8-35436285b40a)) - (pad "2" thru_hole oval locked (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "2" thru_hole oval (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 282 "IMX_UART1_RX") (pinfunction "Pin_2") (pintype "passive") (tstamp 017d2934-ba10-4ca1-a8c4-1a2032394c46)) - (pad "3" thru_hole oval locked (at 0 5.08 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "3" thru_hole oval (at 0 5.08 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp a5c93e08-b212-4517-97b0-10ef525f8d8d)) (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Horizontal.wrl" (offset (xyz 0 0 0)) @@ -20304,7 +24609,7 @@ ) (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tedit 58645DC7) (tstamp 00000000-0000-0000-0000-00005e499f3b) + (tstamp 00000000-0000-0000-0000-00005e499f3b) (at 252 80.5 90) (descr "SOD-123") (tags "SOD-123") @@ -20317,38 +24622,56 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006616fdf9") (attr smd) (fp_text reference "D7" (at 3.1 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1b001ce2-3f17-4388-b5ab-89ffa62f1646) ) (fp_text value "BZT52C6V2-7-F" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a75ee9c9-560f-4f8e-9a71-2e236e810578) ) (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1c9128e1-28f1-4e03-a65f-cd9c4d1339b1) ) - (fp_line (start -2.25 -1) (end -2.25 1) (layer "F.SilkS") (width 0.12) (tstamp 1ad3b4c3-41ba-4462-836f-0654bb37f4e0)) - (fp_line (start -2.25 1) (end 1.65 1) (layer "F.SilkS") (width 0.12) (tstamp 70cfdf0d-aadf-434f-96cc-99aa91ce9d01)) - (fp_line (start -2.25 -1) (end 1.65 -1) (layer "F.SilkS") (width 0.12) (tstamp c27c102a-8219-44b8-920d-dcbba8dee491)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 3b2762d7-3a75-4e6c-944b-24f02d0fd1ec)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 4d588535-9bed-4d73-87c9-a0f5cc2bafc1)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp b161888f-071d-45d5-a007-c996b294c183)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer "F.CrtYd") (width 0.05) (tstamp eb5fdccb-73f9-488b-8f8e-fb054de033d5)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4e5d1fff-02e2-4edc-a148-77d08a84c975)) - (fp_line (start 0.25 0) (end 0.75 0) (layer "F.Fab") (width 0.1) (tstamp 4e687cc1-fe19-49ba-887b-05c0ea75ac20)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 5bfed21a-0f1b-4773-8e91-94f33cb5d3cc)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 5cf677c5-870c-47c1-9b2f-0280b5b368f2)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp 5d19ee69-67b8-46fc-a6f4-6285101b948d)) - (fp_line (start -0.35 0) (end -0.35 -0.55) (layer "F.Fab") (width 0.1) (tstamp 68884495-e04c-48ee-8467-e4ded6187e04)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp 8834b33b-d8a8-4d58-b35a-a2ea2e5639c3)) - (fp_line (start 0.25 0.4) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp d55c9eec-6c0a-44fc-a67d-e7c7848304da)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp d92fda6c-a663-47cc-9fbf-e687629416ec)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp f3518c8a-fa04-47cf-bbf4-1727b3b69aa0)) - (fp_line (start -0.35 0) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp fae68832-4930-4702-bbc3-d187b46c6783)) - (pad "1" smd rect locked (at -1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -2.25 -1) (end -2.25 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ad3b4c3-41ba-4462-836f-0654bb37f4e0)) + (fp_line (start -2.25 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c27c102a-8219-44b8-920d-dcbba8dee491)) + (fp_line (start -2.25 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70cfdf0d-aadf-434f-96cc-99aa91ce9d01)) + (fp_line (start -2.35 -1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b161888f-071d-45d5-a007-c996b294c183)) + (fp_line (start -2.35 -1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb5fdccb-73f9-488b-8f8e-fb054de033d5)) + (fp_line (start 2.35 -1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b2762d7-3a75-4e6c-944b-24f02d0fd1ec)) + (fp_line (start 2.35 1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d588535-9bed-4d73-87c9-a0f5cc2bafc1)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d92fda6c-a663-47cc-9fbf-e687629416ec)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8834b33b-d8a8-4d58-b35a-a2ea2e5639c3)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5bfed21a-0f1b-4773-8e91-94f33cb5d3cc)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68884495-e04c-48ee-8467-e4ded6187e04)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fae68832-4930-4702-bbc3-d187b46c6783)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e5d1fff-02e2-4edc-a148-77d08a84c975)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5cf677c5-870c-47c1-9b2f-0280b5b368f2)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e687cc1-fe19-49ba-887b-05c0ea75ac20)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d55c9eec-6c0a-44fc-a67d-e7c7848304da)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d19ee69-67b8-46fc-a6f4-6285101b948d)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3518c8a-fa04-47cf-bbf4-1727b3b69aa0)) + (pad "1" smd rect (at -1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 137 "Net-(C32-Pad1)") (pinfunction "K") (pintype "passive") (tstamp ef607384-b4cf-42c3-8db5-ccd1177acc18)) - (pad "2" smd rect locked (at 1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 502 "Net-(C32-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 4fcdc3a1-f9ed-4e39-aa51-027a95bd0609)) (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" (offset (xyz 0 0 0)) @@ -20358,7 +24681,7 @@ ) (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "F.Cu") - (tedit 5A0F774F) (tstamp 00000000-0000-0000-0000-00005e4b2d70) + (tstamp 00000000-0000-0000-0000-00005e4b2d70) (at 160.35 124.85) (descr "SMD pad as test Point, diameter 1.0mm") (tags "test point SMD pad") @@ -20370,25 +24693,27 @@ (path "/00000000-0000-0000-0000-00005f7e2e35") (attr exclude_from_pos_files) (fp_text reference "TP1" (at 0.05 -1.45) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3a24aad3-170b-4689-beee-23ae354bde8c) ) (fp_text value "IMX_PWM4" (at 0 1.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 166b7392-01d0-41f9-9659-4489d77ac7b8) ) (fp_text user "${REFERENCE}" (at 0 -1.45) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c756d6f5-e2f3-4268-95df-cc571f8d80be) ) - (fp_circle (center 0 0) (end 0 0.7) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 00441c52-404b-4d29-acaf-ee9ddfee7bc9)) - (fp_circle (center 0 0) (end 1 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp c9a68ce1-db86-47b0-99dc-bc4d51e2b14e)) - (pad "1" smd circle locked (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") + (fp_circle (center 0 0) (end 0 0.7) + (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00441c52-404b-4d29-acaf-ee9ddfee7bc9)) + (fp_circle (center 0 0) (end 1 0) + (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp c9a68ce1-db86-47b0-99dc-bc4d51e2b14e)) + (pad "1" smd circle (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") (net 334 "Net-(TP1-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 972688d4-7ce2-4ffb-8846-5e24e2093859)) ) (footprint "Inductor_SMD:L_1210_3225Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e4b8c13) + (tstamp 00000000-0000-0000-0000-00005e4b8c13) (at 266.7 116.7 -90) (descr "Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "inductor") @@ -20401,30 +24726,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5de7") (attr smd) (fp_text reference "L5" (at 2.7 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 234a8e93-393f-443d-bd8b-6f7dc8a6f6df) ) (fp_text value "10uH" (at 0 2.28 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3259b623-0e1f-43b6-b0c5-621e7fb09b5e) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9eac5ee9-cb64-4c0e-a676-2511b5d68e78) ) - (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) (layer "F.SilkS") (width 0.12) (tstamp a49fdef8-a02d-4316-b7ad-cc064ee4441e)) - (fp_line (start -0.602064 1.36) (end 0.602064 1.36) (layer "F.SilkS") (width 0.12) (tstamp be398106-daef-43f9-b34f-779a25df87af)) - (fp_line (start -2.28 -1.58) (end 2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp 1e5ba897-8ead-4194-b801-170af03b0270)) - (fp_line (start 2.28 -1.58) (end 2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp 57845619-49c7-4c30-8c74-32c1a2cf5f7b)) - (fp_line (start 2.28 1.58) (end -2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp 5a3dd527-eb65-475b-ac15-23aad95bd448)) - (fp_line (start -2.28 1.58) (end -2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp a7355906-3bc6-413a-b433-e91eafbb7290)) - (fp_line (start -1.6 -1.25) (end 1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp 48fc7b58-b4e2-4f5f-ae74-f26154a4de56)) - (fp_line (start 1.6 1.25) (end -1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 4eff9445-3f53-41ac-ba9e-69ec2c9dbef7)) - (fp_line (start -1.6 1.25) (end -1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp 5b852463-d24e-4b83-9c47-080a39b6d095)) - (fp_line (start 1.6 -1.25) (end 1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 80235ee2-eae9-4d23-8484-a246479162fc)) - (pad "1" smd roundrect locked (at -1.4 0 270) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a49fdef8-a02d-4316-b7ad-cc064ee4441e)) + (fp_line (start -0.602064 1.36) (end 0.602064 1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be398106-daef-43f9-b34f-779a25df87af)) + (fp_line (start -2.28 -1.58) (end 2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e5ba897-8ead-4194-b801-170af03b0270)) + (fp_line (start -2.28 1.58) (end -2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7355906-3bc6-413a-b433-e91eafbb7290)) + (fp_line (start 2.28 -1.58) (end 2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57845619-49c7-4c30-8c74-32c1a2cf5f7b)) + (fp_line (start 2.28 1.58) (end -2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a3dd527-eb65-475b-ac15-23aad95bd448)) + (fp_line (start -1.6 -1.25) (end 1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48fc7b58-b4e2-4f5f-ae74-f26154a4de56)) + (fp_line (start -1.6 1.25) (end -1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b852463-d24e-4b83-9c47-080a39b6d095)) + (fp_line (start 1.6 -1.25) (end 1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80235ee2-eae9-4d23-8484-a246479162fc)) + (fp_line (start 1.6 1.25) (end -1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4eff9445-3f53-41ac-ba9e-69ec2c9dbef7)) + (pad "1" smd roundrect (at -1.4 0 270) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (net 490 "Net-(C3-Pad1)") (pinfunction "1") (pintype "passive") (tstamp d9003734-a74c-4882-ac4d-6c7b7aa10258)) - (pad "2" smd roundrect locked (at 1.4 0 270) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (pad "2" smd roundrect (at 1.4 0 270) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (net 38 "LPC_VCC") (pinfunction "2") (pintype "passive") (tstamp 4dc30c3a-41fb-47be-84bd-22b651a1d774)) (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1210_3225Metric.wrl" (offset (xyz 0 0 0)) @@ -20434,7 +24769,7 @@ ) (footprint "Inductor_SMD:L_1210_3225Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e4b8c24) + (tstamp 00000000-0000-0000-0000-00005e4b8c24) (at 111 115.2 90) (descr "Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "inductor") @@ -20447,30 +24782,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f0c") (attr smd) (fp_text reference "L6" (at 0 -2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c1b5efda-f2c9-47a3-8207-c12fce07704d) ) (fp_text value "2.2uH" (at 0 2.28 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp d9cacc43-06ef-4dc0-ae2c-5b8aa06213ad) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c7ae1767-e31e-49fd-87f6-1df81fd955c6) ) - (fp_line (start -0.602064 1.36) (end 0.602064 1.36) (layer "F.SilkS") (width 0.12) (tstamp 1735d2dc-ccbe-4be6-b961-2c17113030db)) - (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) (layer "F.SilkS") (width 0.12) (tstamp 8b2a2f4a-c614-47a8-98c2-0918a28c294c)) - (fp_line (start -2.28 1.58) (end -2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp 01d66992-3b38-4f56-ae16-7e5b7569a213)) - (fp_line (start 2.28 1.58) (end -2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp 11d009c8-e534-4025-be8a-87e8303d14f0)) - (fp_line (start -2.28 -1.58) (end 2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp 9a00d295-f9ed-45b4-bdff-d78491c38ca7)) - (fp_line (start 2.28 -1.58) (end 2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp a5429e05-8ab4-4639-9da0-a6882f22cc40)) - (fp_line (start 1.6 -1.25) (end 1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 78189865-8bc8-4485-93e8-d3bc50d404a5)) - (fp_line (start -1.6 1.25) (end -1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp 89e3ffec-a9dc-4d05-81a7-4ee6db06847e)) - (fp_line (start 1.6 1.25) (end -1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp f8646785-3f1c-4c7c-956e-bd4411602cc8)) - (fp_line (start -1.6 -1.25) (end 1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp fa112fa6-d056-4dcb-8e69-2b3936f78424)) - (pad "1" smd roundrect locked (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b2a2f4a-c614-47a8-98c2-0918a28c294c)) + (fp_line (start -0.602064 1.36) (end 0.602064 1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1735d2dc-ccbe-4be6-b961-2c17113030db)) + (fp_line (start -2.28 -1.58) (end 2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a00d295-f9ed-45b4-bdff-d78491c38ca7)) + (fp_line (start -2.28 1.58) (end -2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01d66992-3b38-4f56-ae16-7e5b7569a213)) + (fp_line (start 2.28 -1.58) (end 2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5429e05-8ab4-4639-9da0-a6882f22cc40)) + (fp_line (start 2.28 1.58) (end -2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11d009c8-e534-4025-be8a-87e8303d14f0)) + (fp_line (start -1.6 -1.25) (end 1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa112fa6-d056-4dcb-8e69-2b3936f78424)) + (fp_line (start -1.6 1.25) (end -1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89e3ffec-a9dc-4d05-81a7-4ee6db06847e)) + (fp_line (start 1.6 -1.25) (end 1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78189865-8bc8-4485-93e8-d3bc50d404a5)) + (fp_line (start 1.6 1.25) (end -1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8646785-3f1c-4c7c-956e-bd4411602cc8)) + (pad "1" smd roundrect (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (net 508 "Net-(L6-Pad1)") (pintype "passive") (tstamp 44616e15-bca4-49ff-9d86-bec47fa1a13d)) - (pad "2" smd roundrect locked (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (pad "2" smd roundrect (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (net 138 "+1V2") (pintype "passive") (tstamp 1bd921fd-03cf-4be4-9a78-c1299b565572)) (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1210_3225Metric.wrl" (offset (xyz 0 0 0)) @@ -20480,7 +24825,7 @@ ) (footprint "Inductor_SMD:L_1210_3225Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e4b8c35) + (tstamp 00000000-0000-0000-0000-00005e4b8c35) (at 123.8 115.9 90) (descr "Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "inductor") @@ -20493,30 +24838,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f16") (attr smd) (fp_text reference "L7" (at 0 -1.98 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e250eccd-d8c5-4814-a215-2f3fb4dd444f) ) (fp_text value "2.2uH" (at 0 2.28 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 0025118f-10b6-463f-9a38-8f337c96132c) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d6cb9ded-9447-4df2-93eb-e278dbfa123f) ) - (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) (layer "F.SilkS") (width 0.12) (tstamp 716cd429-2faf-422e-86d1-7abc7f27f5a5)) - (fp_line (start -0.602064 1.36) (end 0.602064 1.36) (layer "F.SilkS") (width 0.12) (tstamp c42ac96e-f995-4f60-a9a7-b8033fe9e193)) - (fp_line (start -2.28 -1.58) (end 2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp 3e61fc86-94ba-46d8-8fc2-55bf5bc55445)) - (fp_line (start 2.28 1.58) (end -2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp 521b8ce4-9c4d-447a-87ca-5198962623f3)) - (fp_line (start -2.28 1.58) (end -2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp a4b2f53a-85e3-4cb4-84fc-5d1a253a7051)) - (fp_line (start 2.28 -1.58) (end 2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp c9aa4b26-1f39-4a45-bf4c-77e1d03d1e6c)) - (fp_line (start 1.6 -1.25) (end 1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 028e2e63-55bf-401a-91b3-a5b7ed03fe61)) - (fp_line (start -1.6 -1.25) (end 1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp 1c321eb9-e254-4f9d-affd-b85beaf79402)) - (fp_line (start 1.6 1.25) (end -1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 4993f623-d085-4d41-b6e9-7a589b290c72)) - (fp_line (start -1.6 1.25) (end -1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp ae777d68-1458-420a-8768-9fa6b475c423)) - (pad "1" smd roundrect locked (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 716cd429-2faf-422e-86d1-7abc7f27f5a5)) + (fp_line (start -0.602064 1.36) (end 0.602064 1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c42ac96e-f995-4f60-a9a7-b8033fe9e193)) + (fp_line (start -2.28 -1.58) (end 2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e61fc86-94ba-46d8-8fc2-55bf5bc55445)) + (fp_line (start -2.28 1.58) (end -2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4b2f53a-85e3-4cb4-84fc-5d1a253a7051)) + (fp_line (start 2.28 -1.58) (end 2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c9aa4b26-1f39-4a45-bf4c-77e1d03d1e6c)) + (fp_line (start 2.28 1.58) (end -2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 521b8ce4-9c4d-447a-87ca-5198962623f3)) + (fp_line (start -1.6 -1.25) (end 1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c321eb9-e254-4f9d-affd-b85beaf79402)) + (fp_line (start -1.6 1.25) (end -1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae777d68-1458-420a-8768-9fa6b475c423)) + (fp_line (start 1.6 -1.25) (end 1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 028e2e63-55bf-401a-91b3-a5b7ed03fe61)) + (fp_line (start 1.6 1.25) (end -1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4993f623-d085-4d41-b6e9-7a589b290c72)) + (pad "1" smd roundrect (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (net 510 "Net-(L7-Pad1)") (pintype "passive") (tstamp 42c11870-e161-4584-974f-005bf00c3e3c)) - (pad "2" smd roundrect locked (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (pad "2" smd roundrect (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (net 254 "+1V5") (pintype "passive") (tstamp 47abd5e4-3c75-4154-bdce-8961e245f3bc)) (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1210_3225Metric.wrl" (offset (xyz 0 0 0)) @@ -20526,7 +24881,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e4c8929) + (tstamp 00000000-0000-0000-0000-00005e4c8929) (at 121.8 112.4 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -20539,30 +24894,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ec0") (attr smd) (fp_text reference "C38" (at 0 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 0017bf7b-311d-4dfc-b9d6-4486a7c4a5e1) ) (fp_text value "6.8pF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ca4e76eb-dd1c-4f51-b4bc-c80865c6dd03) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5af4c868-c714-4cd6-a8a1-3c433977514c) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 57588836-3592-4260-9424-d9fa9186dad8)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 891a27cf-7bb9-4bf3-a005-c3ea86c2bff1)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0c83113f-bd12-4faf-9359-bea553608665)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 276f3a3c-2fb3-4fd6-af28-af5f30406ffc)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8b106d74-1c2b-4eeb-a2b6-8b2db88d6c53)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp eabde3eb-c3cd-4086-a643-429afac7c0fa)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 399ac4af-049a-4894-8fd9-f4b594460bfe)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7430e2f6-9327-4591-8d9f-1bccbb1a88f4)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c07ef97e-6dfc-4a5f-aa3e-0d7f2c9d35aa)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fe5048dd-8109-444c-99ae-35a3a3bb6f34)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 891a27cf-7bb9-4bf3-a005-c3ea86c2bff1)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57588836-3592-4260-9424-d9fa9186dad8)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 276f3a3c-2fb3-4fd6-af28-af5f30406ffc)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b106d74-1c2b-4eeb-a2b6-8b2db88d6c53)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eabde3eb-c3cd-4086-a643-429afac7c0fa)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c83113f-bd12-4faf-9359-bea553608665)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe5048dd-8109-444c-99ae-35a3a3bb6f34)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7430e2f6-9327-4591-8d9f-1bccbb1a88f4)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 399ac4af-049a-4894-8fd9-f4b594460bfe)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c07ef97e-6dfc-4a5f-aa3e-0d7f2c9d35aa)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 254 "+1V5") (pintype "passive") (tstamp bd9bc461-1fcf-44fb-ab5f-09116d91603d)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 489 "Net-(C38-Pad2)") (pintype "passive") (tstamp 19e38130-63b8-4a51-b6bc-c47c4cd0e587)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -20572,7 +24937,7 @@ ) (footprint "Package_SO:VSSOP-10_3x3mm_P0.5mm" (layer "F.Cu") - (tedit 5D9F72B2) (tstamp 00000000-0000-0000-0000-00005e515992) + (tstamp 00000000-0000-0000-0000-00005e515992) (at 253.2 110.1 180) (descr "VSSOP, 10 Pin (http://www.ti.com/lit/ds/symlink/ads1115.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") (tags "VSSOP SO") @@ -20583,30 +24948,43 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/8fb9d552-75ac-472f-82a6-07f6ee538b2f") (attr smd) (fp_text reference "U6" (at 0 -2.35) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 63922879-0b98-4f15-af92-79d678c82c54) ) (fp_text value "INA233" (at 0 2.45) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ac07c59c-9879-4120-8c1a-b2afd5c1cb46) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.11))) + (effects (font (size 0.75 0.75) (thickness 0.11))) (tstamp 7bd51844-bb6e-4ce5-af35-28deddca2163) ) - (fp_line (start 0 -1.61) (end -2.925 -1.61) (layer "F.SilkS") (width 0.12) (tstamp 0a8e915c-439e-4466-a59d-9183623de3a9)) - (fp_line (start 0 -1.61) (end 1.5 -1.61) (layer "F.SilkS") (width 0.12) (tstamp 75107a0d-ef8e-4403-a5a7-71f329b4d577)) - (fp_line (start 0 1.61) (end 1.5 1.61) (layer "F.SilkS") (width 0.12) (tstamp 9533d370-11cf-4d46-9503-c6f44d7ae182)) - (fp_line (start 0 1.61) (end -1.5 1.61) (layer "F.SilkS") (width 0.12) (tstamp c41c1ff8-ef1e-4484-a37c-27ce65daf31a)) - (fp_line (start -3.18 -1.75) (end -3.18 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 0f1d7ff5-3bda-4307-b844-b7b218af0f0f)) - (fp_line (start 3.18 -1.75) (end -3.18 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 804ea077-69e6-4252-96b6-201928d6a8da)) - (fp_line (start 3.18 1.75) (end 3.18 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp a1ad711c-0cbe-40f2-b666-712aca0795e2)) - (fp_line (start -3.18 1.75) (end 3.18 1.75) (layer "F.CrtYd") (width 0.05) (tstamp c09579e3-112a-4a6f-b647-a612da30f2b6)) - (fp_line (start -1.5 1.5) (end -1.5 -0.75) (layer "F.Fab") (width 0.1) (tstamp 266a276c-35cd-4a63-803f-f7ad72efe9ea)) - (fp_line (start 1.5 1.5) (end -1.5 1.5) (layer "F.Fab") (width 0.1) (tstamp 7a848bcf-c67b-40dc-8168-42241ee968a4)) - (fp_line (start 1.5 -1.5) (end 1.5 1.5) (layer "F.Fab") (width 0.1) (tstamp cc7a3c1b-a456-4aa6-b20e-76c28d9e1a4f)) - (fp_line (start -0.75 -1.5) (end 1.5 -1.5) (layer "F.Fab") (width 0.1) (tstamp ebe3ad52-591d-4494-8777-7406675d6104)) - (fp_line (start -1.5 -0.75) (end -0.75 -1.5) (layer "F.Fab") (width 0.1) (tstamp eda46c2c-c66b-4357-b44d-1fa77416e667)) + (fp_line (start 0 -1.61) (end -2.925 -1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a8e915c-439e-4466-a59d-9183623de3a9)) + (fp_line (start 0 -1.61) (end 1.5 -1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75107a0d-ef8e-4403-a5a7-71f329b4d577)) + (fp_line (start 0 1.61) (end -1.5 1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c41c1ff8-ef1e-4484-a37c-27ce65daf31a)) + (fp_line (start 0 1.61) (end 1.5 1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9533d370-11cf-4d46-9503-c6f44d7ae182)) + (fp_line (start -3.18 -1.75) (end -3.18 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f1d7ff5-3bda-4307-b844-b7b218af0f0f)) + (fp_line (start -3.18 1.75) (end 3.18 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c09579e3-112a-4a6f-b647-a612da30f2b6)) + (fp_line (start 3.18 -1.75) (end -3.18 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 804ea077-69e6-4252-96b6-201928d6a8da)) + (fp_line (start 3.18 1.75) (end 3.18 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1ad711c-0cbe-40f2-b666-712aca0795e2)) + (fp_line (start -1.5 -0.75) (end -0.75 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eda46c2c-c66b-4357-b44d-1fa77416e667)) + (fp_line (start -1.5 1.5) (end -1.5 -0.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 266a276c-35cd-4a63-803f-f7ad72efe9ea)) + (fp_line (start -0.75 -1.5) (end 1.5 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ebe3ad52-591d-4494-8777-7406675d6104)) + (fp_line (start 1.5 -1.5) (end 1.5 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc7a3c1b-a456-4aa6-b20e-76c28d9e1a4f)) + (fp_line (start 1.5 1.5) (end -1.5 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a848bcf-c67b-40dc-8168-42241ee968a4)) (pad "1" smd roundrect (at -2.2 -1 180) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pinfunction "A1") (pintype "input") (tstamp c9270315-c0fd-4e45-b0c6-de17d4d3af11)) (pad "2" smd roundrect (at -2.2 -0.5 180) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -20635,7 +25013,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e523b54) + (tstamp 00000000-0000-0000-0000-00005e523b54) (at 133.55 58.6 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -20648,30 +25026,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ff730dd") (attr smd) (fp_text reference "C152" (at -0.1 -1.15 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c01261d8-3b10-406a-a80b-66fb891fe3d8) ) (fp_text value "10nF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9de92d66-8e65-4cf6-bd76-eed21fb3dd59) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a93c1dda-a4c9-4378-9836-cf05ad26ce69) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 0cb9b2ba-96fc-4b58-b114-84fa8d4a7812)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 628d54ad-9b3e-4d52-8409-e26d99e9ee98)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 15c138dd-a1fc-41d1-ac6f-db016e1b1311)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 41c7b970-7898-4902-be7a-44209056d574)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5f41863e-f440-4c14-9aae-19de81da5cf3)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 933c2a9c-51aa-4239-93fe-ddd136b1f260)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 186968ba-6135-468a-b03a-f6e9c8d2091f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3f40df43-7c7b-41ba-be47-da1b54018c2e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4c7c6477-3612-40d3-8f60-e48d395e7a98)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e850bcdf-c551-456c-ab1e-54039df56513)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0cb9b2ba-96fc-4b58-b114-84fa8d4a7812)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 628d54ad-9b3e-4d52-8409-e26d99e9ee98)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 933c2a9c-51aa-4239-93fe-ddd136b1f260)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 15c138dd-a1fc-41d1-ac6f-db016e1b1311)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5f41863e-f440-4c14-9aae-19de81da5cf3)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 41c7b970-7898-4902-be7a-44209056d574)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e850bcdf-c551-456c-ab1e-54039df56513)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f40df43-7c7b-41ba-be47-da1b54018c2e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c7c6477-3612-40d3-8f60-e48d395e7a98)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 186968ba-6135-468a-b03a-f6e9c8d2091f)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 599 "Net-(C152-Pad1)") (pintype "passive") (tstamp 46d7e8b9-d14a-4098-9caa-2a84da144409)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 8feea400-71c7-4085-933c-486799f4e5da)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -20681,7 +25069,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e523b65) + (tstamp 00000000-0000-0000-0000-00005e523b65) (at 128.5 72.6 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -20694,30 +25082,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ffc31b6") (attr smd) (fp_text reference "C153" (at 0 -1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 64ceb824-ef5b-411a-9f8e-31a9990807af) ) (fp_text value "10nF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp af4ff29a-6de5-4dba-902e-72d5bb9a84df) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 86f578a9-81eb-49e7-a434-3807fb9b24e7) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 7fa83c5d-7370-4c6f-95bf-52a659c47383)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9d6112ca-4576-4240-b73c-f3c5b74bbe37)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 247aca5c-f6a0-4909-a86a-d9bf8009e7b6)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 27683ec0-9a2e-4bc6-aca2-e072b6dc38f1)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6e5c3b18-948d-4f8a-9c71-b1b815c3893e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e7da78f0-4739-4db6-8ff5-2e06ffb9bcb3)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 45a33df8-a9d6-48ee-a421-f066a2dceabc)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c17cdcf4-afaf-4dc1-bbae-b779609ddf9d)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d1490fd8-68c2-45aa-8d03-5cd13b84d542)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ede5c371-7ede-4679-9052-a50f93b3e14a)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7fa83c5d-7370-4c6f-95bf-52a659c47383)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d6112ca-4576-4240-b73c-f3c5b74bbe37)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7da78f0-4739-4db6-8ff5-2e06ffb9bcb3)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27683ec0-9a2e-4bc6-aca2-e072b6dc38f1)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e5c3b18-948d-4f8a-9c71-b1b815c3893e)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 247aca5c-f6a0-4909-a86a-d9bf8009e7b6)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ede5c371-7ede-4679-9052-a50f93b3e14a)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c17cdcf4-afaf-4dc1-bbae-b779609ddf9d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45a33df8-a9d6-48ee-a421-f066a2dceabc)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1490fd8-68c2-45aa-8d03-5cd13b84d542)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 599 "Net-(C152-Pad1)") (pintype "passive") (tstamp c505322c-9f8e-488d-b164-bfc0bed72d8f)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 68cad75c-274c-4f88-8c7e-9b56dda4b60f)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -20727,7 +25125,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e52647c) + (tstamp 00000000-0000-0000-0000-00005e52647c) (at 267.7 102.8 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -20740,30 +25138,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000600ab2d1") (attr smd) (fp_text reference "R193" (at -2.8 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f82cfbf0-e8c3-47bf-ab13-c3b2575abf44) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp fef94c3e-55c7-49aa-99c0-3643dd0395b4) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 531ec459-d018-4cf3-9c18-6e90e7f427cb) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 81a3ea33-1320-4d01-a66f-668bbf9db133)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 878fb6eb-ed9c-4f0c-b780-99936b6085db)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3526dab2-6c7b-41e0-8066-91a135a58465)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3cc00a54-dcbb-4609-b87c-cb49911cfcea)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6c704fe8-8dbf-4f2d-9f57-8728ef8fb1b0)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 86761b1b-c748-488c-91a0-4357aa99ada5)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 08211b17-406f-421a-a1d3-0a3f703865a3)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 20e189d5-3cbe-402a-9b7e-e146f6f0d088)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bb53fc9d-3295-4553-b03e-040fad959ad3)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c2c6bb4b-b94a-4ab7-ace2-554e62739a6d)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81a3ea33-1320-4d01-a66f-668bbf9db133)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 878fb6eb-ed9c-4f0c-b780-99936b6085db)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86761b1b-c748-488c-91a0-4357aa99ada5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3526dab2-6c7b-41e0-8066-91a135a58465)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cc00a54-dcbb-4609-b87c-cb49911cfcea)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c704fe8-8dbf-4f2d-9f57-8728ef8fb1b0)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb53fc9d-3295-4553-b03e-040fad959ad3)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08211b17-406f-421a-a1d3-0a3f703865a3)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20e189d5-3cbe-402a-9b7e-e146f6f0d088)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2c6bb4b-b94a-4ab7-ace2-554e62739a6d)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 9ff05e57-8059-4c07-88c9-e3a1a9b78de3)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 585 "Net-(R193-Pad2)") (pintype "passive") (tstamp 266dc96c-9fe6-44e1-a18f-0aaca576cf37)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -20773,7 +25181,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e5364ea) + (tstamp 00000000-0000-0000-0000-00005e5364ea) (at 62.3 62.1 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -20786,30 +25194,40 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005ff563b3") (attr smd) (fp_text reference "R161" (at -0.06 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8018a466-fbd1-4902-9159-30c52e8fdd76) ) (fp_text value "10k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6d9f8af3-ebeb-47dc-84a3-a69ce92e2e25) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4a3d58a5-7770-42af-9b82-3263ff6f7562) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 27657007-f3eb-4fd4-99e1-165b57ba177d)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2acfbe0c-c7af-4d2d-bc42-16e4ecc5cf75)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 262c9dfc-5790-4387-ace4-396f8e9700ef)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 34625f54-02e3-49d0-8233-76940cb3b7da)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4c9139d3-d110-4292-84e3-e1c09e000190)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp bb2c13bf-7152-4e87-b195-3ad139fdb1d8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3b010d2c-ee2b-4874-a0f0-febd86f11c80)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 76405896-34b0-4f47-bd4e-c49d52ec1830)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7cf91ba0-79bd-4f59-b7a0-69a03b5e3bb3)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f033e5c6-6302-4350-9338-caa47c403bed)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27657007-f3eb-4fd4-99e1-165b57ba177d)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2acfbe0c-c7af-4d2d-bc42-16e4ecc5cf75)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 262c9dfc-5790-4387-ace4-396f8e9700ef)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34625f54-02e3-49d0-8233-76940cb3b7da)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c9139d3-d110-4292-84e3-e1c09e000190)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb2c13bf-7152-4e87-b195-3ad139fdb1d8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7cf91ba0-79bd-4f59-b7a0-69a03b5e3bb3)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 76405896-34b0-4f47-bd4e-c49d52ec1830)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b010d2c-ee2b-4874-a0f0-febd86f11c80)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f033e5c6-6302-4350-9338-caa47c403bed)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp 4db44ae7-9c62-43c5-99dc-15a5c79552a3)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 542 "Net-(R161-Pad2)") (pintype "passive") (tstamp f07cbdaf-9ca0-41dc-be09-f324debfc5a7)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -20819,7 +25237,7 @@ ) (footprint "Package_DFN_QFN:QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm_ThermalVias" (layer "F.Cu") - (tedit 5B4E85CE) (tstamp 00000000-0000-0000-0000-00005e596e18) + (tstamp 00000000-0000-0000-0000-00005e596e18) (at 283.2 88.2) (descr "QFN, 32 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_32_05-08-1693.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py") (tags "QFN DFN_QFN") @@ -20832,263 +25250,315 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-000068222e02") (attr smd) (fp_text reference "U3" (at -2 3.6) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 45bbfdf0-080b-4546-8e5c-9ef2c47bd08c) ) (fp_text value "WM8960" (at 0 3.82) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c926d4e6-a60e-4e64-a7d5-5be9940317e9) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7345687e-198e-4d04-a69f-84837fe624f1) ) - (fp_line (start 2.135 -2.61) (end 2.61 -2.61) (layer "F.SilkS") (width 0.12) (tstamp 2690099c-bbb6-49d1-acea-bebff7b597b3)) - (fp_line (start 2.61 -2.61) (end 2.61 -2.135) (layer "F.SilkS") (width 0.12) (tstamp 26f0476f-50a4-4faf-95e5-b0201a00d298)) - (fp_line (start -2.135 -2.61) (end -2.61 -2.61) (layer "F.SilkS") (width 0.12) (tstamp 8096c329-d85a-42d5-bfc9-04d28c0311b7)) - (fp_line (start 2.135 2.61) (end 2.61 2.61) (layer "F.SilkS") (width 0.12) (tstamp 9132e745-e79b-409e-810c-92cc685b04aa)) - (fp_line (start -2.61 2.61) (end -2.61 2.135) (layer "F.SilkS") (width 0.12) (tstamp aa728c2d-9a31-4765-ab78-065c5d81317e)) - (fp_line (start -2.135 2.61) (end -2.61 2.61) (layer "F.SilkS") (width 0.12) (tstamp c9d1299b-585b-447f-8345-cf47c9983877)) - (fp_line (start 2.61 2.61) (end 2.61 2.135) (layer "F.SilkS") (width 0.12) (tstamp da5a056b-23c9-47ee-87fa-34daed70ef82)) - (fp_line (start -3.12 -3.12) (end -3.12 3.12) (layer "F.CrtYd") (width 0.05) (tstamp 0db9533f-dcf4-4166-b36e-f30125a72a8d)) - (fp_line (start 3.12 -3.12) (end -3.12 -3.12) (layer "F.CrtYd") (width 0.05) (tstamp 71c6599a-dea0-4a27-ad11-e45fd01aba68)) - (fp_line (start -3.12 3.12) (end 3.12 3.12) (layer "F.CrtYd") (width 0.05) (tstamp 7864c634-7c8d-4072-a067-822a2fbe93af)) - (fp_line (start 3.12 3.12) (end 3.12 -3.12) (layer "F.CrtYd") (width 0.05) (tstamp e596ab61-1988-4421-a558-fac4ee5efe5d)) - (fp_line (start -2.5 2.5) (end -2.5 -1.5) (layer "F.Fab") (width 0.1) (tstamp 22c50cbb-9d44-4916-96d5-aa02aa2a95d6)) - (fp_line (start -1.5 -2.5) (end 2.5 -2.5) (layer "F.Fab") (width 0.1) (tstamp 485b4713-94b7-4925-ad39-f218ad50c0be)) - (fp_line (start -2.5 -1.5) (end -1.5 -2.5) (layer "F.Fab") (width 0.1) (tstamp 5aef8c46-0d88-497c-af94-728e5aa8955e)) - (fp_line (start 2.5 -2.5) (end 2.5 2.5) (layer "F.Fab") (width 0.1) (tstamp 7ab83675-bfe1-4487-b57e-fc56e629e6ec)) - (fp_line (start 2.5 2.5) (end -2.5 2.5) (layer "F.Fab") (width 0.1) (tstamp fd4e30a3-6bbb-476d-8b91-396da3c626c2)) - (pad "" smd roundrect locked (at 0.5 0.5) (size 0.806226 0.806226) (layers "F.Paste") (roundrect_rratio 0.2500006202) (tstamp 3582b143-da9e-4963-a2ca-3811b226b9d6)) - (pad "" smd roundrect locked (at 0.5 -0.5) (size 0.806226 0.806226) (layers "F.Paste") (roundrect_rratio 0.2500006202) (tstamp 438e81cc-b39c-436b-aef4-da38a61cb882)) - (pad "" smd custom locked (at -1.3625 1.3625) (size 0.483853 0.483853) (layers "F.Paste") + (fp_line (start -2.61 2.61) (end -2.61 2.135) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa728c2d-9a31-4765-ab78-065c5d81317e)) + (fp_line (start -2.135 -2.61) (end -2.61 -2.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8096c329-d85a-42d5-bfc9-04d28c0311b7)) + (fp_line (start -2.135 2.61) (end -2.61 2.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9d1299b-585b-447f-8345-cf47c9983877)) + (fp_line (start 2.135 -2.61) (end 2.61 -2.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2690099c-bbb6-49d1-acea-bebff7b597b3)) + (fp_line (start 2.135 2.61) (end 2.61 2.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9132e745-e79b-409e-810c-92cc685b04aa)) + (fp_line (start 2.61 -2.61) (end 2.61 -2.135) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26f0476f-50a4-4faf-95e5-b0201a00d298)) + (fp_line (start 2.61 2.61) (end 2.61 2.135) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da5a056b-23c9-47ee-87fa-34daed70ef82)) + (fp_line (start -3.12 -3.12) (end -3.12 3.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0db9533f-dcf4-4166-b36e-f30125a72a8d)) + (fp_line (start -3.12 3.12) (end 3.12 3.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7864c634-7c8d-4072-a067-822a2fbe93af)) + (fp_line (start 3.12 -3.12) (end -3.12 -3.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71c6599a-dea0-4a27-ad11-e45fd01aba68)) + (fp_line (start 3.12 3.12) (end 3.12 -3.12) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e596ab61-1988-4421-a558-fac4ee5efe5d)) + (fp_line (start -2.5 -1.5) (end -1.5 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5aef8c46-0d88-497c-af94-728e5aa8955e)) + (fp_line (start -2.5 2.5) (end -2.5 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22c50cbb-9d44-4916-96d5-aa02aa2a95d6)) + (fp_line (start -1.5 -2.5) (end 2.5 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 485b4713-94b7-4925-ad39-f218ad50c0be)) + (fp_line (start 2.5 -2.5) (end 2.5 2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ab83675-bfe1-4487-b57e-fc56e629e6ec)) + (fp_line (start 2.5 2.5) (end -2.5 2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd4e30a3-6bbb-476d-8b91-396da3c626c2)) + (pad "" smd custom (at -1.3625 -1.3625) (size 0.483853 0.483853) (layers "F.Paste") + (thermal_bridge_angle 90) (options (clearance outline) (anchor circle)) (primitives - (gr_poly (pts + (gr_poly + (pts (xy -0.292257 -0.292257) - (xy 0.1499 -0.292257) - (xy 0.292257 -0.1499) - (xy 0.292257 0.292257) + (xy 0.292257 -0.292257) + (xy 0.292257 0.1499) + (xy 0.1499 0.292257) (xy -0.292257 0.292257) - ) (width 0) (fill yes)) - ) (tstamp 557bc3d7-3d0f-48d9-962b-b0723c5f0e96)) - (pad "" smd custom locked (at 1.3625 -1.3625) (size 0.483853 0.483853) (layers "F.Paste") + ) + (width 0) (fill yes)) + ) (tstamp b9a7b1fa-bbc1-413a-b35b-ecca3d8f11e3)) + (pad "" smd custom (at -1.3625 -0.5) (size 0.502693 0.502693) (layers "F.Paste") + (thermal_bridge_angle 90) (options (clearance outline) (anchor circle)) (primitives - (gr_poly (pts - (xy -0.292257 -0.292257) - (xy 0.292257 -0.292257) - (xy 0.292257 0.292257) - (xy -0.1499 0.292257) - (xy -0.292257 0.1499) - ) (width 0) (fill yes)) - ) (tstamp 56458df6-46e3-47fa-a2ac-9ef320ac0a99)) - (pad "" smd roundrect locked (at -0.5 -0.5) (size 0.806226 0.806226) (layers "F.Paste") (roundrect_rratio 0.2500006202) (tstamp 8397b9e4-4e6c-4449-a723-cccfa08bc84e)) - (pad "" smd custom locked (at -1.3625 0.5) (size 0.502693 0.502693) (layers "F.Paste") + (gr_poly + (pts + (xy -0.292257 -0.403113) + (xy 0.176544 -0.403113) + (xy 0.292257 -0.2874) + (xy 0.292257 0.2874) + (xy 0.176544 0.403113) + (xy -0.292257 0.403113) + ) + (width 0) (fill yes)) + ) (tstamp d63cea1b-ccda-48e9-845b-e83071519868)) + (pad "" smd custom (at -1.3625 0.5) (size 0.502693 0.502693) (layers "F.Paste") + (thermal_bridge_angle 90) (options (clearance outline) (anchor circle)) (primitives - (gr_poly (pts + (gr_poly + (pts (xy -0.292257 -0.403113) (xy 0.176544 -0.403113) (xy 0.292257 -0.2874) (xy 0.292257 0.2874) (xy 0.176544 0.403113) (xy -0.292257 0.403113) - ) (width 0) (fill yes)) + ) + (width 0) (fill yes)) ) (tstamp 99d1ef0e-f9ee-4a90-8eb1-4b08419ab288)) - (pad "" smd custom locked (at 0.5 1.3625) (size 0.502693 0.502693) (layers "F.Paste") + (pad "" smd custom (at -1.3625 1.3625) (size 0.483853 0.483853) (layers "F.Paste") + (thermal_bridge_angle 90) + (options (clearance outline) (anchor circle)) + (primitives + (gr_poly + (pts + (xy -0.292257 -0.292257) + (xy 0.1499 -0.292257) + (xy 0.292257 -0.1499) + (xy 0.292257 0.292257) + (xy -0.292257 0.292257) + ) + (width 0) (fill yes)) + ) (tstamp 557bc3d7-3d0f-48d9-962b-b0723c5f0e96)) + (pad "" smd custom (at -0.5 -1.3625) (size 0.502693 0.502693) (layers "F.Paste") + (thermal_bridge_angle 90) + (options (clearance outline) (anchor circle)) + (primitives + (gr_poly + (pts + (xy -0.403113 -0.292257) + (xy 0.403113 -0.292257) + (xy 0.403113 0.176544) + (xy 0.2874 0.292257) + (xy -0.2874 0.292257) + (xy -0.403113 0.176544) + ) + (width 0) (fill yes)) + ) (tstamp eb51f956-0f8a-4081-855b-f4ce4dea3d93)) + (pad "" smd roundrect (at -0.5 -0.5) (size 0.806226 0.806226) (layers "F.Paste") (roundrect_rratio 0.2500006202) (tstamp 8397b9e4-4e6c-4449-a723-cccfa08bc84e)) + (pad "" smd roundrect (at -0.5 0.5) (size 0.806226 0.806226) (layers "F.Paste") (roundrect_rratio 0.2500006202) (tstamp e27c51e1-ab0c-47ae-ad22-edfdb5ea5b57)) + (pad "" smd custom (at -0.5 1.3625) (size 0.502693 0.502693) (layers "F.Paste") + (thermal_bridge_angle 90) (options (clearance outline) (anchor circle)) (primitives - (gr_poly (pts + (gr_poly + (pts (xy -0.403113 -0.176544) (xy -0.2874 -0.292257) (xy 0.2874 -0.292257) (xy 0.403113 -0.176544) (xy 0.403113 0.292257) (xy -0.403113 0.292257) - ) (width 0) (fill yes)) - ) (tstamp 9b806b4d-45e7-43a9-b0e0-e5430b1e7930)) - (pad "" smd custom locked (at 0.5 -1.3625) (size 0.502693 0.502693) (layers "F.Paste") + ) + (width 0) (fill yes)) + ) (tstamp ce2c4fb5-2af3-4ac2-86d0-1dd42134de75)) + (pad "" smd custom (at 0.5 -1.3625) (size 0.502693 0.502693) (layers "F.Paste") + (thermal_bridge_angle 90) (options (clearance outline) (anchor circle)) (primitives - (gr_poly (pts + (gr_poly + (pts (xy -0.403113 -0.292257) (xy 0.403113 -0.292257) (xy 0.403113 0.176544) (xy 0.2874 0.292257) (xy -0.2874 0.292257) (xy -0.403113 0.176544) - ) (width 0) (fill yes)) + ) + (width 0) (fill yes)) ) (tstamp 9f0d83be-ef20-47b8-b601-79fa4403a5e5)) - (pad "" smd custom locked (at -1.3625 -1.3625) (size 0.483853 0.483853) (layers "F.Paste") - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly (pts - (xy -0.292257 -0.292257) - (xy 0.292257 -0.292257) - (xy 0.292257 0.1499) - (xy 0.1499 0.292257) - (xy -0.292257 0.292257) - ) (width 0) (fill yes)) - ) (tstamp b9a7b1fa-bbc1-413a-b35b-ecca3d8f11e3)) - (pad "" smd custom locked (at 1.3625 -0.5) (size 0.502693 0.502693) (layers "F.Paste") - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly (pts - (xy -0.292257 -0.2874) - (xy -0.176544 -0.403113) - (xy 0.292257 -0.403113) - (xy 0.292257 0.403113) - (xy -0.176544 0.403113) - (xy -0.292257 0.2874) - ) (width 0) (fill yes)) - ) (tstamp cc1ebd5f-1356-4f1d-bc26-5142c3f2e778)) - (pad "" smd custom locked (at -0.5 1.3625) (size 0.502693 0.502693) (layers "F.Paste") + (pad "" smd roundrect (at 0.5 -0.5) (size 0.806226 0.806226) (layers "F.Paste") (roundrect_rratio 0.2500006202) (tstamp 438e81cc-b39c-436b-aef4-da38a61cb882)) + (pad "" smd roundrect (at 0.5 0.5) (size 0.806226 0.806226) (layers "F.Paste") (roundrect_rratio 0.2500006202) (tstamp 3582b143-da9e-4963-a2ca-3811b226b9d6)) + (pad "" smd custom (at 0.5 1.3625) (size 0.502693 0.502693) (layers "F.Paste") + (thermal_bridge_angle 90) (options (clearance outline) (anchor circle)) (primitives - (gr_poly (pts + (gr_poly + (pts (xy -0.403113 -0.176544) (xy -0.2874 -0.292257) (xy 0.2874 -0.292257) (xy 0.403113 -0.176544) (xy 0.403113 0.292257) (xy -0.403113 0.292257) - ) (width 0) (fill yes)) - ) (tstamp ce2c4fb5-2af3-4ac2-86d0-1dd42134de75)) - (pad "" smd custom locked (at 1.3625 1.3625) (size 0.483853 0.483853) (layers "F.Paste") + ) + (width 0) (fill yes)) + ) (tstamp 9b806b4d-45e7-43a9-b0e0-e5430b1e7930)) + (pad "" smd custom (at 1.3625 -1.3625) (size 0.483853 0.483853) (layers "F.Paste") + (thermal_bridge_angle 90) (options (clearance outline) (anchor circle)) (primitives - (gr_poly (pts - (xy -0.292257 -0.1499) - (xy -0.1499 -0.292257) + (gr_poly + (pts + (xy -0.292257 -0.292257) (xy 0.292257 -0.292257) (xy 0.292257 0.292257) - (xy -0.292257 0.292257) - ) (width 0) (fill yes)) - ) (tstamp d05e1e58-894c-4cea-aebd-a3cb5758aced)) - (pad "" smd custom locked (at 1.3625 0.5) (size 0.502693 0.502693) (layers "F.Paste") + (xy -0.1499 0.292257) + (xy -0.292257 0.1499) + ) + (width 0) (fill yes)) + ) (tstamp 56458df6-46e3-47fa-a2ac-9ef320ac0a99)) + (pad "" smd custom (at 1.3625 -0.5) (size 0.502693 0.502693) (layers "F.Paste") + (thermal_bridge_angle 90) (options (clearance outline) (anchor circle)) (primitives - (gr_poly (pts + (gr_poly + (pts (xy -0.292257 -0.2874) (xy -0.176544 -0.403113) (xy 0.292257 -0.403113) (xy 0.292257 0.403113) (xy -0.176544 0.403113) (xy -0.292257 0.2874) - ) (width 0) (fill yes)) - ) (tstamp d0f7e823-77d5-4dbc-aa70-c02363b11627)) - (pad "" smd custom locked (at -1.3625 -0.5) (size 0.502693 0.502693) (layers "F.Paste") + ) + (width 0) (fill yes)) + ) (tstamp cc1ebd5f-1356-4f1d-bc26-5142c3f2e778)) + (pad "" smd custom (at 1.3625 0.5) (size 0.502693 0.502693) (layers "F.Paste") + (thermal_bridge_angle 90) (options (clearance outline) (anchor circle)) (primitives - (gr_poly (pts - (xy -0.292257 -0.403113) - (xy 0.176544 -0.403113) - (xy 0.292257 -0.2874) - (xy 0.292257 0.2874) - (xy 0.176544 0.403113) - (xy -0.292257 0.403113) - ) (width 0) (fill yes)) - ) (tstamp d63cea1b-ccda-48e9-845b-e83071519868)) - (pad "" smd roundrect locked (at -0.5 0.5) (size 0.806226 0.806226) (layers "F.Paste") (roundrect_rratio 0.2500006202) (tstamp e27c51e1-ab0c-47ae-ad22-edfdb5ea5b57)) - (pad "" smd custom locked (at -0.5 -1.3625) (size 0.502693 0.502693) (layers "F.Paste") + (gr_poly + (pts + (xy -0.292257 -0.2874) + (xy -0.176544 -0.403113) + (xy 0.292257 -0.403113) + (xy 0.292257 0.403113) + (xy -0.176544 0.403113) + (xy -0.292257 0.2874) + ) + (width 0) (fill yes)) + ) (tstamp d0f7e823-77d5-4dbc-aa70-c02363b11627)) + (pad "" smd custom (at 1.3625 1.3625) (size 0.483853 0.483853) (layers "F.Paste") + (thermal_bridge_angle 90) (options (clearance outline) (anchor circle)) (primitives - (gr_poly (pts - (xy -0.403113 -0.292257) - (xy 0.403113 -0.292257) - (xy 0.403113 0.176544) - (xy 0.2874 0.292257) - (xy -0.2874 0.292257) - (xy -0.403113 0.176544) - ) (width 0) (fill yes)) - ) (tstamp eb51f956-0f8a-4081-855b-f4ce4dea3d93)) - (pad "1" smd roundrect locked (at -2.4375 -1.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (gr_poly + (pts + (xy -0.292257 -0.1499) + (xy -0.1499 -0.292257) + (xy 0.292257 -0.292257) + (xy 0.292257 0.292257) + (xy -0.292257 0.292257) + ) + (width 0) (fill yes)) + ) (tstamp d05e1e58-894c-4cea-aebd-a3cb5758aced)) + (pad "1" smd roundrect (at -2.4375 -1.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 601 "Net-(C170-Pad1)") (pinfunction "MICBIAS") (pintype "passive") (tstamp 732656ae-10c2-4668-a6ba-682207c3e907)) - (pad "2" smd roundrect locked (at -2.4375 -1.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at -2.4375 -1.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 532 "Net-(R141-Pad2)") (pinfunction "LINPUT3") (pintype "input") (tstamp 8a5f7a9b-f94e-401f-b944-5d7557c72dca)) - (pad "3" smd roundrect locked (at -2.4375 -0.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "3" smd roundrect (at -2.4375 -0.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 564 "Net-(C162-Pad1)") (pinfunction "LINPUT2") (pintype "input") (tstamp e3b5b354-153a-46bb-b272-0eb2aa75f2d8)) - (pad "4" smd roundrect locked (at -2.4375 -0.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "4" smd roundrect (at -2.4375 -0.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 523 "Net-(C141-Pad2)") (pinfunction "LINPUT1") (pintype "input") (tstamp e765f931-d8a8-4b00-9bad-e6f99c469d79)) - (pad "5" smd roundrect locked (at -2.4375 0.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "5" smd roundrect (at -2.4375 0.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 467 "unconnected-(U3-Pad5)") (pinfunction "RINPUT1") (pintype "input+no_connect") (tstamp 6d05db47-86a7-4dfe-9b3a-cc958316b1ec)) - (pad "6" smd roundrect locked (at -2.4375 0.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "6" smd roundrect (at -2.4375 0.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 566 "Net-(C163-Pad1)") (pinfunction "RINPUT2") (pintype "input") (tstamp 674c26fb-96f9-4623-b3aa-5c23fe353c8b)) - (pad "7" smd roundrect locked (at -2.4375 1.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "7" smd roundrect (at -2.4375 1.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 466 "unconnected-(U3-Pad7)") (pinfunction "RINPUT3") (pintype "input+no_connect") (tstamp 68e6f4ed-f3d0-49bd-ba19-530e909ca684)) - (pad "8" smd roundrect locked (at -2.4375 1.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "8" smd roundrect (at -2.4375 1.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 555 "Net-(C144-Pad2)") (pinfunction "DCVDD") (pintype "power_in") (tstamp 6650c5ad-793d-4170-812b-3c8b99567d2b)) - (pad "9" smd roundrect locked (at -1.75 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "9" smd roundrect (at -1.75 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pinfunction "DGND") (pintype "power_in") (tstamp 0ec04fdc-a853-48b0-a3e5-0a0e08b15583)) - (pad "10" smd roundrect locked (at -1.25 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "10" smd roundrect (at -1.25 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 582 "Net-(C143-Pad1)") (pinfunction "DBVDD") (pintype "power_in") (tstamp 5ea7d33a-08b5-42d5-b99a-65ad139c5b1d)) - (pad "11" smd roundrect locked (at -0.75 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "11" smd roundrect (at -0.75 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 306 "Net-(R138-Pad1)") (pinfunction "MCLK") (pintype "input") (tstamp 23b8832f-b4a0-4f44-99e1-8dc4bc6c2950)) - (pad "12" smd roundrect locked (at -0.25 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "12" smd roundrect (at -0.25 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 377 "Net-(R114-Pad2)") (pinfunction "BCLK") (pintype "input") (tstamp 732a9b6b-d7f2-42e4-af58-5cf4aa5ac3a1)) - (pad "13" smd roundrect locked (at 0.25 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "13" smd roundrect (at 0.25 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 411 "Net-(R151-Pad2)") (pinfunction "DACLRC") (pintype "input") (tstamp c37dd4f3-a52d-4309-9e00-b695d8b8c35f)) - (pad "14" smd roundrect locked (at 0.75 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "14" smd roundrect (at 0.75 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 409 "Net-(R121-Pad2)") (pinfunction "DACDAT") (pintype "input") (tstamp e415aec9-7561-4594-82db-db2b46a5d939)) - (pad "15" smd roundrect locked (at 1.25 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "15" smd roundrect (at 1.25 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 307 "Net-(R139-Pad2)") (pinfunction "ADCLRC") (pintype "output") (tstamp 2ffabf32-b346-469d-b2c5-f3df23b12127)) - (pad "16" smd roundrect locked (at 1.75 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "16" smd roundrect (at 1.75 2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 410 "Net-(R150-Pad2)") (pinfunction "ADCDAT") (pintype "output") (tstamp 1d91ad7e-2c15-4a9e-99a2-84e0ffd702bd)) - (pad "17" smd roundrect locked (at 2.4375 1.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "17" smd roundrect (at 2.4375 1.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 408 "Net-(R135-Pad2)") (pinfunction "SCLK") (pintype "input") (tstamp a8b97c75-479e-405a-a36f-57b315158300)) - (pad "18" smd roundrect locked (at 2.4375 1.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "18" smd roundrect (at 2.4375 1.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 289 "Net-(R112-Pad2)") (pinfunction "SDIN") (pintype "input") (tstamp 2a605925-7f68-47ff-9090-16fee1f3625d)) - (pad "19" smd roundrect locked (at 2.4375 0.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "19" smd roundrect (at 2.4375 0.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 275 "Net-(FB17-Pad1)") (pinfunction "SPK_RN") (pintype "output") (tstamp d4485b2a-991d-47f9-9e3d-ab43e54c0d96)) - (pad "20" smd roundrect locked (at 2.4375 0.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "20" smd roundrect (at 2.4375 0.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pinfunction "SPKGND2") (pintype "power_in") (tstamp d40fe8fd-b42e-4ef6-85ac-29c00233d4c5)) - (pad "21" smd roundrect locked (at 2.4375 -0.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "21" smd roundrect (at 2.4375 -0.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 531 "Net-(C139-Pad1)") (pinfunction "SPKVDD2") (pintype "power_in") (tstamp d344255b-7acb-4b3d-8cfe-7e4cd05e00f3)) - (pad "22" smd roundrect locked (at 2.4375 -0.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "22" smd roundrect (at 2.4375 -0.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 266 "Net-(FB16-Pad1)") (pinfunction "SPK_RP") (pintype "output") (tstamp d457f01d-9bb5-45a6-8007-d9b5d2f66ac8)) - (pad "23" smd roundrect locked (at 2.4375 -1.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "23" smd roundrect (at 2.4375 -1.25) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 117 "Net-(FB11-Pad1)") (pinfunction "SPK_LN") (pintype "output") (tstamp ae361d35-6927-466e-8c51-9978c94ec1e8)) - (pad "24" smd roundrect locked (at 2.4375 -1.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "24" smd roundrect (at 2.4375 -1.75) (size 0.875 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pinfunction "SPKGND1") (pintype "power_in") (tstamp 7239d8b7-0a00-4c68-9d70-019ad3a9cbca)) - (pad "25" smd roundrect locked (at 1.75 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "25" smd roundrect (at 1.75 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 110 "Net-(FB10-Pad1)") (pinfunction "SPK_LP") (pintype "output") (tstamp 1228a055-cc35-4c9e-baec-13a1cb2813aa)) - (pad "26" smd roundrect locked (at 1.25 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "26" smd roundrect (at 1.25 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 531 "Net-(C139-Pad1)") (pinfunction "SPKVDD1") (pintype "power_in") (tstamp d85d736f-61c2-4633-96c8-d8d925e48f35)) - (pad "27" smd roundrect locked (at 0.75 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "27" smd roundrect (at 0.75 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 281 "Net-(C150-Pad1)") (pinfunction "VMID") (pintype "passive") (tstamp a0b0893e-1205-4ab7-a6e4-0e2cf93a1d9f)) - (pad "28" smd roundrect locked (at 0.25 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "28" smd roundrect (at 0.25 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pinfunction "AGND") (pintype "power_in") (tstamp 77262e20-3934-44a0-a139-31ec3608a60f)) - (pad "29" smd roundrect locked (at -0.25 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "29" smd roundrect (at -0.25 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 279 "Net-(C147-Pad2)") (pinfunction "HP_R") (pintype "output") (tstamp 57ea414b-41f0-41b7-a928-33adb06f85f2)) - (pad "30" smd roundrect locked (at -0.75 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "30" smd roundrect (at -0.75 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 465 "unconnected-(U3-Pad30)") (pinfunction "OUT3") (pintype "output+no_connect") (tstamp e04bbb7a-7e1c-40ea-a63e-2daed61623b3)) - (pad "31" smd roundrect locked (at -1.25 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "31" smd roundrect (at -1.25 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 382 "Net-(C127-Pad2)") (pinfunction "HP_L") (pintype "output") (tstamp 73b72b1b-a7b5-434e-adbb-f9433d910ff8)) - (pad "32" smd roundrect locked (at -1.75 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "32" smd roundrect (at -1.75 -2.4375) (size 0.25 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 581 "Net-(C142-Pad1)") (pinfunction "AVDD") (pintype "power_in") (tstamp 9a1b198f-88f4-4fde-82c5-ddb69ea75d60)) - (pad "33" thru_hole circle locked (at -1 0) (size 0.5 0.5) (drill 0.2) (layers *.Cu) + (pad "33" thru_hole circle (at -1 -1) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") + (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp e2f00f30-5c4c-4ff3-a296-13f66176481f)) + (pad "33" thru_hole circle (at -1 0) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 0254186d-1cac-465a-a0cc-2dc03c8c06e7)) - (pad "33" thru_hole circle locked (at 1 0) (size 0.5 0.5) (drill 0.2) (layers *.Cu) - (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 30735b86-4617-4be3-8369-72ad38eb9798)) - (pad "33" thru_hole circle locked (at 0 0) (size 0.5 0.5) (drill 0.2) (layers *.Cu) - (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 37e5c3eb-fbc3-4eec-bc98-0868549f54dc)) - (pad "33" thru_hole circle locked (at -1 1) (size 0.5 0.5) (drill 0.2) (layers *.Cu) + (pad "33" thru_hole circle (at -1 1) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 5359025a-5ed6-408c-a81f-ffe573d92525)) - (pad "33" smd roundrect locked (at 0 0) (size 3.45 3.45) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.07246405797) - (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 54b034f5-f160-48e2-ab42-842b278b3f9b)) - (pad "33" thru_hole circle locked (at 1 -1) (size 0.5 0.5) (drill 0.2) (layers *.Cu) - (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 5d6d3790-52ed-4b7e-a764-6ec8b4ff56f2)) - (pad "33" thru_hole circle locked (at 0 -1) (size 0.5 0.5) (drill 0.2) (layers *.Cu) + (pad "33" thru_hole circle (at 0 -1) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 7bc9338f-4f83-4245-8300-0df0017973a5)) - (pad "33" thru_hole circle locked (at 0 1) (size 0.5 0.5) (drill 0.2) (layers *.Cu) + (pad "33" thru_hole circle (at 0 0) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") + (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 37e5c3eb-fbc3-4eec-bc98-0868549f54dc)) + (pad "33" smd roundrect (at 0 0) (size 2.5 2.5) (layers "B.Cu") (roundrect_rratio 0.1) + (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp cd1ff4c4-143d-4027-b807-5a85178d077d)) + (pad "33" smd roundrect (at 0 0) (size 3.45 3.45) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.07246405797) + (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 54b034f5-f160-48e2-ab42-842b278b3f9b)) + (pad "33" thru_hole circle (at 0 1) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp a3bc382f-47b1-4cd5-8aad-2fd2490af776)) - (pad "33" thru_hole circle locked (at 1 1) (size 0.5 0.5) (drill 0.2) (layers *.Cu) + (pad "33" thru_hole circle (at 1 -1) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") + (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 5d6d3790-52ed-4b7e-a764-6ec8b4ff56f2)) + (pad "33" thru_hole circle (at 1 0) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") + (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 30735b86-4617-4be3-8369-72ad38eb9798)) + (pad "33" thru_hole circle (at 1 1) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp c9638876-d5cd-484d-8fe8-97edc473d9dd)) - (pad "33" smd roundrect locked (at 0 0) (size 2.5 2.5) (layers "B.Cu") (roundrect_rratio 0.1) - (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp cd1ff4c4-143d-4027-b807-5a85178d077d)) - (pad "33" thru_hole circle locked (at -1 -1) (size 0.5 0.5) (drill 0.2) (layers *.Cu) - (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp e2f00f30-5c4c-4ff3-a296-13f66176481f)) (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -21097,7 +25567,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e59f39d) + (tstamp 00000000-0000-0000-0000-00005e59f39d) (at 289.8 89.7) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -21110,30 +25580,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000682d9067") (attr smd) (fp_text reference "C139" (at 1.9 -0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 98762116-103b-460e-aff2-5dc55f3a1060) ) (fp_text value "4.7uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 54d10b1f-f9e5-42c1-9ba9-df128bcac16e) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a2ef54cf-a54d-4fb7-af30-ebf7c45f754f) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 4e58913e-bad9-4288-84c3-23569a691176)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp bba892dc-e240-45a0-9282-2f87776dba97)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 14100232-3517-45d0-909b-8ac77e54f96c)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5ad85f8e-3b3d-414d-a139-4a12b5ca04c7)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 75996cc9-51fb-4c2b-965d-5ce820eb04a9)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ba6b0aef-d19a-4fa7-964a-aa65ac185968)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3a802357-db0d-4d83-a2d0-0341679e78a0)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 609f297f-0670-4bb3-8a08-5604dea511cc)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7946ad27-d193-4e3d-8863-39be5edadde9)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f503a965-5f10-4bce-9cb5-00d36dd9170c)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4e58913e-bad9-4288-84c3-23569a691176)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bba892dc-e240-45a0-9282-2f87776dba97)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14100232-3517-45d0-909b-8ac77e54f96c)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ad85f8e-3b3d-414d-a139-4a12b5ca04c7)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ba6b0aef-d19a-4fa7-964a-aa65ac185968)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75996cc9-51fb-4c2b-965d-5ce820eb04a9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 609f297f-0670-4bb3-8a08-5604dea511cc)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7946ad27-d193-4e3d-8863-39be5edadde9)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f503a965-5f10-4bce-9cb5-00d36dd9170c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a802357-db0d-4d83-a2d0-0341679e78a0)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 531 "Net-(C139-Pad1)") (pintype "passive") (tstamp edf3c5aa-f520-4830-bbe0-a613b453089e)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp d58455b7-3670-45d0-8ec0-9c38717687a3)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21143,7 +25623,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e59f3bf) + (tstamp 00000000-0000-0000-0000-00005e59f3bf) (at 289.8 94.9 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -21156,30 +25636,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006830926e") (attr smd) (fp_text reference "C141" (at -0.1 -1.15) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ce9fa61c-c99a-4787-8542-fdbc85318127) ) (fp_text value "1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9a317e52-f53e-4420-9b85-d640229afc29) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fbb1379c-2403-47dd-b95e-64e9a2e0f3eb) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 48136b1a-1de4-4ab0-bced-e4a6a5700de3)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 51015c6f-163b-4d71-b729-fc0fc7b7a18e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 84dc5375-a554-4e83-9fc5-659f27178ba5)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b1518eb0-02c1-4044-8e17-1487d3fff8d3)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b1946399-7574-47cc-9e55-8127abc207e3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp fb808c88-8f16-4242-9c02-1c0f15a2e227)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 08087e9b-abef-40cf-87e3-40fcfacb09aa)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1e29c347-c014-4280-a317-c737d3314ae7)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6cdff885-3f82-4b01-9bd0-d53d084fdd30)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 85f1a79d-764a-4ab5-b660-2a790b249a8c)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51015c6f-163b-4d71-b729-fc0fc7b7a18e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48136b1a-1de4-4ab0-bced-e4a6a5700de3)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1518eb0-02c1-4044-8e17-1487d3fff8d3)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84dc5375-a554-4e83-9fc5-659f27178ba5)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1946399-7574-47cc-9e55-8127abc207e3)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb808c88-8f16-4242-9c02-1c0f15a2e227)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85f1a79d-764a-4ab5-b660-2a790b249a8c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08087e9b-abef-40cf-87e3-40fcfacb09aa)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e29c347-c014-4280-a317-c737d3314ae7)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6cdff885-3f82-4b01-9bd0-d53d084fdd30)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 524 "Net-(C141-Pad1)") (pintype "passive") (tstamp 62f3389f-b93b-44c4-b84e-d7bf1dcf52b3)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 523 "Net-(C141-Pad2)") (pintype "passive") (tstamp 6b87fcc7-aca3-461f-ae00-8ad92339430d)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21189,7 +25679,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e59f3d0) + (tstamp 00000000-0000-0000-0000-00005e59f3d0) (at 279.4 83 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -21202,30 +25692,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0af334") (attr smd) (fp_text reference "C142" (at 4.9 0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp bd2647e2-9cc2-47e6-bec1-cbfcaec1b762) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 45ea0a99-3bb7-48bf-a28b-9e6dee8aea79) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 46a61a9d-f3b8-48a6-8980-bbf4f8825c76) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 86e47783-7f7b-47f8-b3f7-21cfb1884bee)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp b279a39a-d682-4528-b289-97f02ae251b7)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 65515cfe-5f1f-4b1a-917f-7dd181c15179)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 96b17cfb-31e8-4a6c-8a32-44772ec93fce)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 96e6e9f7-fc1c-435a-aa97-676fda75cdfe)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b8dbb5c0-a06a-401b-a162-025d571327e5)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1b38cbed-0a92-4d43-a36e-569a8e901c77)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 57da6f7d-b1db-40e8-9c0e-af27837f5582)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 675f5c5b-eb8a-4e46-8dc8-48624e37cd09)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a80924e4-8d9a-4829-aee9-a4aa8f8811d6)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b279a39a-d682-4528-b289-97f02ae251b7)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86e47783-7f7b-47f8-b3f7-21cfb1884bee)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96b17cfb-31e8-4a6c-8a32-44772ec93fce)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65515cfe-5f1f-4b1a-917f-7dd181c15179)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96e6e9f7-fc1c-435a-aa97-676fda75cdfe)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8dbb5c0-a06a-401b-a162-025d571327e5)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 675f5c5b-eb8a-4e46-8dc8-48624e37cd09)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57da6f7d-b1db-40e8-9c0e-af27837f5582)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a80924e4-8d9a-4829-aee9-a4aa8f8811d6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b38cbed-0a92-4d43-a36e-569a8e901c77)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 581 "Net-(C142-Pad1)") (pintype "passive") (tstamp 210ee37e-213d-4ddc-a8bf-2ea0a946fb43)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 7a87c8ed-48bf-49bc-bcf6-fce5c320b19a)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21235,7 +25735,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e59f3f2) + (tstamp 00000000-0000-0000-0000-00005e59f3f2) (at 277.55 90.4) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -21248,30 +25748,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f09cd07") (attr smd) (fp_text reference "C144" (at -2.9 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 62382241-71b2-424b-aef5-c832961adf8a) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 08555ade-2810-447b-818c-179a286b15b3) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e73892ea-7f86-4728-8a8b-778a879641c5) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 5b854ad3-2f3d-4ec1-939b-9df3cee3d1c9)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp d1eafd8a-1d9a-457e-9b0b-46fea07e1178)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 04bf9164-a8e0-42b2-ba83-3e88ec93e84c)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4142aa1d-8f99-4b03-976b-6142f8d01cf4)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8c659e7f-f4df-45aa-a6bd-9591594b5149)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c7b35d5b-999a-4515-a98a-9b63bc1d9553)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 09041404-abeb-4aa9-8c26-70d582000220)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5cdb271f-a22c-47dc-9f6a-266232e08669)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6174050f-7712-40a0-9303-08b664c637df)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 890c091a-791e-47d6-9467-5ed0d51fb065)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b854ad3-2f3d-4ec1-939b-9df3cee3d1c9)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1eafd8a-1d9a-457e-9b0b-46fea07e1178)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7b35d5b-999a-4515-a98a-9b63bc1d9553)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04bf9164-a8e0-42b2-ba83-3e88ec93e84c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c659e7f-f4df-45aa-a6bd-9591594b5149)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4142aa1d-8f99-4b03-976b-6142f8d01cf4)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09041404-abeb-4aa9-8c26-70d582000220)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6174050f-7712-40a0-9303-08b664c637df)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5cdb271f-a22c-47dc-9f6a-266232e08669)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 890c091a-791e-47d6-9467-5ed0d51fb065)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 604e043c-c8b0-41bf-a18b-058abc44fe7b)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 555 "Net-(C144-Pad2)") (pintype "passive") (tstamp d697da5c-6d3b-4f21-a563-c859a3101ac4)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21281,7 +25791,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e59f454) + (tstamp 00000000-0000-0000-0000-00005e59f454) (at 278.7 80.5 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -21294,30 +25804,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0a8c9f") (attr smd) (fp_text reference "C150" (at 1.5 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2605fcf4-af51-4fb3-9037-2e5f14fd6830) ) (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 925bb9bd-0946-4ea4-bd30-097693f3c556) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3ec75b72-18a4-4425-9ac3-c9ae0adf0301) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 62da8514-bbe4-420c-b886-aa27d39915ed)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b1e46a6e-160d-49e1-b215-dcd1174b12cf)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1a960777-212c-4652-95fc-4f97b5aa12e3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3d186660-ac6e-4688-a297-50cb7b7d80cd)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a621d6d7-2125-4034-9aeb-0246fcb06c9b)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c1383e57-04da-44cc-a54e-fd007a84cb34)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 32f64bb3-9966-4dc1-9973-d9c192deb2fd)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 64ec1386-5da2-4780-912f-98e72f3a60ec)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e3e854bc-cd16-40ec-a76f-fea04c918f6f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f2ca2b1b-33dc-47ec-aea1-3e06bbc29317)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62da8514-bbe4-420c-b886-aa27d39915ed)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1e46a6e-160d-49e1-b215-dcd1174b12cf)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a621d6d7-2125-4034-9aeb-0246fcb06c9b)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a960777-212c-4652-95fc-4f97b5aa12e3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1383e57-04da-44cc-a54e-fd007a84cb34)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d186660-ac6e-4688-a297-50cb7b7d80cd)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64ec1386-5da2-4780-912f-98e72f3a60ec)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2ca2b1b-33dc-47ec-aea1-3e06bbc29317)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32f64bb3-9966-4dc1-9973-d9c192deb2fd)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3e854bc-cd16-40ec-a76f-fea04c918f6f)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 281 "Net-(C150-Pad1)") (pintype "passive") (tstamp e26d3e89-17e2-4151-a463-23eefb0cadb1)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp b9980856-c85a-4be4-bb0a-1e03f5ca03d1)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21327,7 +25847,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e59f465) + (tstamp 00000000-0000-0000-0000-00005e59f465) (at 282.9 81.3 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -21340,30 +25860,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0b76e4") (attr smd) (fp_text reference "C151" (at 2.8 0 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9872e8d0-2685-4160-bb3c-f3d22fd5c5e7) ) (fp_text value "4.7uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7bfc3a5d-46ed-4f38-9099-22ff5ba09190) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 899571a6-44f1-4574-92b7-ae78a9975030) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 376e68d0-ea35-4626-81f2-e578da3bb939)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 897f4e43-c907-4e25-b258-74bab9164a3f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3720d035-0bef-423b-be45-e7e0d9e8dfd9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 541fafb1-27fb-4c7c-941d-f507cb3568bd)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7fe00e82-18a1-4b4f-a3d4-930d4786871e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 85655499-e437-4fef-8e01-87306eead7cc)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0811989d-e816-4c12-ac6d-cf1825420045)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6ec4369a-686d-4eee-882d-8856eac3d85c)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7980df16-29b2-46eb-a9c2-e75ff7d97731)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8792f816-c37d-4ec7-9692-e1249e394ff7)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 897f4e43-c907-4e25-b258-74bab9164a3f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 376e68d0-ea35-4626-81f2-e578da3bb939)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85655499-e437-4fef-8e01-87306eead7cc)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7fe00e82-18a1-4b4f-a3d4-930d4786871e)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3720d035-0bef-423b-be45-e7e0d9e8dfd9)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 541fafb1-27fb-4c7c-941d-f507cb3568bd)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0811989d-e816-4c12-ac6d-cf1825420045)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ec4369a-686d-4eee-882d-8856eac3d85c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8792f816-c37d-4ec7-9692-e1249e394ff7)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7980df16-29b2-46eb-a9c2-e75ff7d97731)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 531 "Net-(C139-Pad1)") (pintype "passive") (tstamp ed138f14-ade0-44a9-8159-d563bd814684)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 5e342d37-357a-4590-afbc-dd509a170227)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21373,7 +25903,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e59f476) + (tstamp 00000000-0000-0000-0000-00005e59f476) (at 281.2 81.3 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -21386,30 +25916,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0a8ca9") (attr smd) (fp_text reference "C154" (at 2.8 0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6e5bd806-4ef5-43ea-8888-d7fc7cf4dd12) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp b13d23b5-2526-4915-83d4-7084869a7b95) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 63b069a0-5e75-4d40-9e62-dd20628ee8db) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a4b098e5-c377-4dde-815e-e7a652869399)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp cf3a6d15-41f6-480d-8448-48a9265b6307)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3fac2299-af30-400b-901b-48f004a77c3f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6cf1b175-5a36-4ddc-91e0-c8379b82d127)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9f2f9fdd-a210-4c62-9ed8-a2ee3fd334cc)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d2022e95-710e-4577-a262-5daec7a8ae8e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 169120f7-3bad-45d1-891e-7a2bc34de003)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 87677fb1-d0d0-46ec-9dcc-20e8e13d3ab7)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9e1530a6-7877-4d32-a2de-8a4225571f94)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c4a3e81d-9a8d-4428-b660-11336b316ff0)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4b098e5-c377-4dde-815e-e7a652869399)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf3a6d15-41f6-480d-8448-48a9265b6307)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2022e95-710e-4577-a262-5daec7a8ae8e)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f2f9fdd-a210-4c62-9ed8-a2ee3fd334cc)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cf1b175-5a36-4ddc-91e0-c8379b82d127)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3fac2299-af30-400b-901b-48f004a77c3f)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4a3e81d-9a8d-4428-b660-11336b316ff0)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e1530a6-7877-4d32-a2de-8a4225571f94)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 169120f7-3bad-45d1-891e-7a2bc34de003)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87677fb1-d0d0-46ec-9dcc-20e8e13d3ab7)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 281 "Net-(C150-Pad1)") (pintype "passive") (tstamp 24ca618f-7ea5-4bf0-8bc1-6b3fae05834b)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 9fea363e-0c40-48d8-951b-6680f4393503)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21419,7 +25959,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e5a1547) + (tstamp 00000000-0000-0000-0000-00005e5a1547) (at 277.8 94.6 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -21432,30 +25972,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f25adf7") (attr smd) (fp_text reference "R138" (at 2.8 -0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 77bef887-8b3e-4e9a-a5e4-eb8799664829) ) (fp_text value "33" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 65f78470-2d5f-4eca-ae4d-1f79e3ac56a1) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 12945ee2-785e-4fd0-b586-976b5ebf7a59) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 359e229e-4125-4644-a407-e9d6d1d06d79)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 40bcc37e-f37f-42c6-846d-b55165cd3f3b)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1ccc620e-b0ac-4985-8eef-e9155021beb8)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1e5c2e92-b7e3-4283-9ed9-613fb1c6e406)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c9facb3c-4ad5-4c74-afe9-1d7a3652985c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f321b435-8da4-432c-8324-c7782d4b9d8b)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4c97c141-b41d-468c-965e-002de093c0ae)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5bc12c0e-2ae2-4a7e-b5ad-253de839d5d3)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 65513958-0fd4-4852-9afe-ae9a3a24efb1)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9fca0cee-cd70-4434-a069-2be0f822989d)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 359e229e-4125-4644-a407-e9d6d1d06d79)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40bcc37e-f37f-42c6-846d-b55165cd3f3b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f321b435-8da4-432c-8324-c7782d4b9d8b)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c9facb3c-4ad5-4c74-afe9-1d7a3652985c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e5c2e92-b7e3-4283-9ed9-613fb1c6e406)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1ccc620e-b0ac-4985-8eef-e9155021beb8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65513958-0fd4-4852-9afe-ae9a3a24efb1)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c97c141-b41d-468c-965e-002de093c0ae)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9fca0cee-cd70-4434-a069-2be0f822989d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5bc12c0e-2ae2-4a7e-b5ad-253de839d5d3)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 306 "Net-(R138-Pad1)") (pintype "passive") (tstamp 1a3df07e-fe67-4286-80ee-10af60007925)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 305 "DAC_MCLK") (pintype "passive") (tstamp 6ccfa484-fb2f-41a5-9bce-26649b561b55)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21465,7 +26015,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e60272f) + (tstamp 00000000-0000-0000-0000-00005e60272f) (at 279.7 94.6 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -21478,30 +26028,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006187a8e2") (attr smd) (fp_text reference "R114" (at -2.85 0.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp aeccad6f-2655-44e4-895b-0677117a2e6a) ) (fp_text value "33" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 24decc68-914f-48f1-8d97-1fb3109db115) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp abc4f353-1029-4d99-afae-7f9a0f535fb2) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3f129503-14bb-44a1-81b0-31196fe29a84)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c8691bab-9423-430f-9337-ea7dbdff4950)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2c6c3342-6bb0-4225-8aef-012dfb729b2f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5844460e-6f26-4095-82eb-d339efd5f418)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6f07626a-85f4-4f16-ae60-f04cbaaf7ef5)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7fe95706-9593-4223-80be-a8666bbf7e33)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 410a4e12-709f-43e3-b726-82de6b1d4e6d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9e3c1b51-5fbc-46f3-b6db-68cb004e7403)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp bce4629c-156b-4cd9-879d-49c442ebe595)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp fe0e0ab6-c252-4d59-9424-06863fff9e2f)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f129503-14bb-44a1-81b0-31196fe29a84)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8691bab-9423-430f-9337-ea7dbdff4950)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f07626a-85f4-4f16-ae60-f04cbaaf7ef5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7fe95706-9593-4223-80be-a8666bbf7e33)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c6c3342-6bb0-4225-8aef-012dfb729b2f)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5844460e-6f26-4095-82eb-d339efd5f418)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e3c1b51-5fbc-46f3-b6db-68cb004e7403)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 410a4e12-709f-43e3-b726-82de6b1d4e6d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe0e0ab6-c252-4d59-9424-06863fff9e2f)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bce4629c-156b-4cd9-879d-49c442ebe595)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 369 "DAC_BCLK") (pintype "passive") (tstamp a4875c61-13cb-4767-a2c3-8089086a5dd2)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 377 "Net-(R114-Pad2)") (pintype "passive") (tstamp dde4ceb6-2774-4e06-9bed-0c6d880bf325)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21511,7 +26071,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e64d633) + (tstamp 00000000-0000-0000-0000-00005e64d633) (at 128.4 127.7 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -21524,30 +26084,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae38f9") (attr smd) (fp_text reference "C140" (at -2.9 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e4af7120-1fbf-4bd0-813b-8e6b201f7006) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp fb20b772-fe5c-4bbc-a819-74267a7ddbf5) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 571f1486-3601-48ba-aea8-b46774a6d67e) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 6f763b86-eb65-4496-b393-e81ad4faef8d)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 8b6394c7-606e-4a8d-8fee-efa6d2ec4ae6)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp aa008666-dc2b-4d26-ba49-b106b307498d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e6772e86-2990-40b1-a22f-6c2fce5462a9)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp eb37793a-27c6-444e-98a3-5a7e951eac37)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f06ff85f-2c1e-42c2-b049-50e7b1434d32)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 523445aa-f42e-473d-8536-d9139ca187ff)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 55cb3974-b17b-458e-835e-11b141aac9d9)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp aaca15fe-8122-40a3-b0e0-a01eb4ac5e6c)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ee2ccd0e-7dfa-4a61-8837-9e2053cbc030)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b6394c7-606e-4a8d-8fee-efa6d2ec4ae6)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f763b86-eb65-4496-b393-e81ad4faef8d)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb37793a-27c6-444e-98a3-5a7e951eac37)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa008666-dc2b-4d26-ba49-b106b307498d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f06ff85f-2c1e-42c2-b049-50e7b1434d32)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6772e86-2990-40b1-a22f-6c2fce5462a9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aaca15fe-8122-40a3-b0e0-a01eb4ac5e6c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 523445aa-f42e-473d-8536-d9139ca187ff)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55cb3974-b17b-458e-835e-11b141aac9d9)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee2ccd0e-7dfa-4a61-8837-9e2053cbc030)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 41cdc1f6-33a4-459e-922f-d03c527b2bb0)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pintype "passive") (tstamp 821078b1-d6de-4837-b4a8-8a8492eefae1)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21557,7 +26127,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e64f8f6) + (tstamp 00000000-0000-0000-0000-00005e64f8f6) (at 128.4 129.6 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -21570,30 +26140,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae3918") (attr smd) (fp_text reference "R137" (at -2.9 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 05a250ae-2edc-4bfd-bed4-96b87f2481da) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 39faaf30-65a7-4cc0-8fbc-c91121a2b5dc) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 28a45aa2-0cd6-4fd6-a7fe-e56fcd50241f) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 17a2663a-aa2a-4f5d-81b9-53e305ed5333)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 1b0cc9cb-c928-4494-8277-6185bca435c7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 45d58827-cf23-4bca-a78d-c2fcfbd7cff5)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6f6fcf2b-e749-4192-a376-7636cc395867)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b76f65a7-656a-46ea-87f0-57240d80ef10)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f16cfc60-2cd9-4ff0-885f-8329fcfbda17)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8aa53e60-c03a-48bf-a3e8-3620718e4274)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b70f88d2-7d97-4f8a-91ad-509e51a3353a)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b88102d5-13b8-4768-b57f-b342fb702e6c)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp dc1b7e10-aeff-4a89-867a-f296b1016171)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17a2663a-aa2a-4f5d-81b9-53e305ed5333)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b0cc9cb-c928-4494-8277-6185bca435c7)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f16cfc60-2cd9-4ff0-885f-8329fcfbda17)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b76f65a7-656a-46ea-87f0-57240d80ef10)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45d58827-cf23-4bca-a78d-c2fcfbd7cff5)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f6fcf2b-e749-4192-a376-7636cc395867)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b70f88d2-7d97-4f8a-91ad-509e51a3353a)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b88102d5-13b8-4768-b57f-b342fb702e6c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc1b7e10-aeff-4a89-867a-f296b1016171)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8aa53e60-c03a-48bf-a3e8-3620718e4274)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 528 "IMX_RTC_IRQ") (pintype "passive") (tstamp 116f1d41-c49e-449d-81a4-def47449358b)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 304 "Net-(R137-Pad2)") (pintype "passive") (tstamp dba1ebc5-08ba-4123-85a8-912a9adec119)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21603,7 +26183,7 @@ ) (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "F.Cu") - (tedit 5C97300E) (tstamp 00000000-0000-0000-0000-00005e650572) + (tstamp 00000000-0000-0000-0000-00005e650572) (at 122.1 129.9) (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") (tags "SOIC SO") @@ -21616,45 +26196,58 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae38e2") (attr smd) (fp_text reference "U5" (at 0 -3.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 346f928d-78c1-4fc5-b855-48c175d72e09) ) (fp_text value "PCF8523T" (at 0 3.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 2fbdd3bf-88ee-410c-8bef-e4804f6d11af) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1644bf43-0ccf-4876-af7c-626baa22841d) ) - (fp_line (start 0 -2.56) (end -3.45 -2.56) (layer "F.SilkS") (width 0.12) (tstamp 25a024a2-a1ef-446d-8db6-b5abdf89e50f)) - (fp_line (start 0 2.56) (end -1.95 2.56) (layer "F.SilkS") (width 0.12) (tstamp 7e2bd1ac-3449-423b-a627-c47a67c40e0d)) - (fp_line (start 0 -2.56) (end 1.95 -2.56) (layer "F.SilkS") (width 0.12) (tstamp 84c99ac2-cf7d-4ab2-a148-ffa7ba1ac6d5)) - (fp_line (start 0 2.56) (end 1.95 2.56) (layer "F.SilkS") (width 0.12) (tstamp 9bc5fd70-78be-452e-8f2a-5bc4e3bea4bc)) - (fp_line (start 3.7 -2.7) (end -3.7 -2.7) (layer "F.CrtYd") (width 0.05) (tstamp 06ef0bb7-4109-4f20-b81a-bda1e0f6470a)) - (fp_line (start -3.7 -2.7) (end -3.7 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 29ec4669-3114-4cde-bd55-a9a4517fa14f)) - (fp_line (start 3.7 2.7) (end 3.7 -2.7) (layer "F.CrtYd") (width 0.05) (tstamp 9fc0479b-3158-43fc-9c7a-fc561420dbe0)) - (fp_line (start -3.7 2.7) (end 3.7 2.7) (layer "F.CrtYd") (width 0.05) (tstamp c00a38af-10a3-456f-8203-6eaecbaba72b)) - (fp_line (start 1.95 2.45) (end -1.95 2.45) (layer "F.Fab") (width 0.1) (tstamp 0ff6e515-0412-4354-86f0-f6b3e9dec775)) - (fp_line (start -0.975 -2.45) (end 1.95 -2.45) (layer "F.Fab") (width 0.1) (tstamp 6beb352e-956a-4b92-ab4a-219aa2f77e0e)) - (fp_line (start -1.95 2.45) (end -1.95 -1.475) (layer "F.Fab") (width 0.1) (tstamp 73306922-2873-4fff-b7e7-176a95598e5d)) - (fp_line (start 1.95 -2.45) (end 1.95 2.45) (layer "F.Fab") (width 0.1) (tstamp bab32dce-83b7-4be1-b1fb-393dd95fb4ab)) - (fp_line (start -1.95 -1.475) (end -0.975 -2.45) (layer "F.Fab") (width 0.1) (tstamp e404efc4-2282-4338-b0f4-785bc1acceb1)) - (pad "1" smd roundrect locked (at -2.475 -1.905) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start 0 -2.56) (end -3.45 -2.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25a024a2-a1ef-446d-8db6-b5abdf89e50f)) + (fp_line (start 0 -2.56) (end 1.95 -2.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84c99ac2-cf7d-4ab2-a148-ffa7ba1ac6d5)) + (fp_line (start 0 2.56) (end -1.95 2.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e2bd1ac-3449-423b-a627-c47a67c40e0d)) + (fp_line (start 0 2.56) (end 1.95 2.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9bc5fd70-78be-452e-8f2a-5bc4e3bea4bc)) + (fp_line (start -3.7 -2.7) (end -3.7 2.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29ec4669-3114-4cde-bd55-a9a4517fa14f)) + (fp_line (start -3.7 2.7) (end 3.7 2.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c00a38af-10a3-456f-8203-6eaecbaba72b)) + (fp_line (start 3.7 -2.7) (end -3.7 -2.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 06ef0bb7-4109-4f20-b81a-bda1e0f6470a)) + (fp_line (start 3.7 2.7) (end 3.7 -2.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9fc0479b-3158-43fc-9c7a-fc561420dbe0)) + (fp_line (start -1.95 -1.475) (end -0.975 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e404efc4-2282-4338-b0f4-785bc1acceb1)) + (fp_line (start -1.95 2.45) (end -1.95 -1.475) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73306922-2873-4fff-b7e7-176a95598e5d)) + (fp_line (start -0.975 -2.45) (end 1.95 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6beb352e-956a-4b92-ab4a-219aa2f77e0e)) + (fp_line (start 1.95 -2.45) (end 1.95 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bab32dce-83b7-4be1-b1fb-393dd95fb4ab)) + (fp_line (start 1.95 2.45) (end -1.95 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ff6e515-0412-4354-86f0-f6b3e9dec775)) + (pad "1" smd roundrect (at -2.475 -1.905) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 530 "Net-(U5-Pad1)") (pinfunction "OSCI") (pintype "input") (tstamp e054f3b3-1149-42b6-88fb-b3a37c0f904d)) - (pad "2" smd roundrect locked (at -2.475 -0.635) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at -2.475 -0.635) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 529 "Net-(U5-Pad2)") (pinfunction "OSCO") (pintype "output") (tstamp ff76c345-cfab-48d3-8de4-34ce6f479961)) - (pad "3" smd roundrect locked (at -2.475 0.635) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "3" smd roundrect (at -2.475 0.635) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 527 "Net-(BT1-Pad1)") (pinfunction "VBAT") (pintype "power_in") (tstamp 2e1d3632-8f40-489c-8965-20721226598c)) - (pad "4" smd roundrect locked (at -2.475 1.905) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "4" smd roundrect (at -2.475 1.905) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pinfunction "VSS") (pintype "power_in") (tstamp 3fa3fe98-71d3-44dc-824c-3176486f8c42)) - (pad "5" smd roundrect locked (at 2.475 1.905) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "5" smd roundrect (at 2.475 1.905) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 303 "DAC_SDA") (pinfunction "SDA") (pintype "bidirectional") (tstamp 7b170f9e-2dbd-4177-9279-8d3acabb13e2)) - (pad "6" smd roundrect locked (at 2.475 0.635) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "6" smd roundrect (at 2.475 0.635) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 302 "DAC_SCL") (pinfunction "SCL") (pintype "input") (tstamp 800ba1a3-e5cf-4101-abe8-f3d548dee697)) - (pad "7" smd roundrect locked (at 2.475 -0.635) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "7" smd roundrect (at 2.475 -0.635) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 304 "Net-(R137-Pad2)") (pinfunction "~{INT1}/CLKOUT") (pintype "open_collector") (tstamp d76c71ac-04b0-4141-92a4-66adf86a4b4d)) - (pad "8" smd roundrect locked (at 2.475 -1.905) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "8" smd roundrect (at 2.475 -1.905) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pinfunction "VDD") (pintype "power_in") (tstamp 44b53ee1-ece8-40ff-962e-b70330ff4855)) (model "${KISYS3DMOD}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" (offset (xyz 0 0 0)) @@ -21664,7 +26257,7 @@ ) (footprint "Crystal:Crystal_SMD_3215-2Pin_3.2x1.5mm" (layer "F.Cu") - (tedit 5A0FD1B2) (tstamp 00000000-0000-0000-0000-00005e650cd8) + (tstamp 00000000-0000-0000-0000-00005e650cd8) (at 116.6 129.1 90) (descr "SMD Crystal FC-135 https://support.epson.biz/td/api/doc_check.php?dl=brief_FC-135R_en.pdf") (tags "SMD SMT Crystal") @@ -21677,30 +26270,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae3925") (attr smd) (fp_text reference "Y4" (at -2.5 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 440262cc-2a5c-46b3-b7da-000c81015e52) ) (fp_text value "32.768 kHz" (at 0 2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp d3374b55-734a-4e15-85ea-d7e8fdcd80aa) ) (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e06726b6-c3e0-4cb3-a4d6-4f091ab6cf31) ) - (fp_line (start -0.675 0.875) (end 0.675 0.875) (layer "F.SilkS") (width 0.12) (tstamp 397ad20d-b12e-4774-85be-415e5cee86eb)) - (fp_line (start -0.675 -0.875) (end 0.675 -0.875) (layer "F.SilkS") (width 0.12) (tstamp 449d3857-cf31-4bc9-a044-71df7c53b010)) - (fp_line (start -2 1.15) (end 2 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 02346184-7e38-4b3f-b3ce-35084866a034)) - (fp_line (start 2 -1.15) (end 2 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 19e56fe8-39ce-40eb-b785-05fb67d8def6)) - (fp_line (start -2 -1.15) (end 2 -1.15) (layer "F.CrtYd") (width 0.05) (tstamp a5d048ac-9e74-490b-8265-e7e597c280a0)) - (fp_line (start -2 -1.15) (end -2 1.15) (layer "F.CrtYd") (width 0.05) (tstamp af81542b-4b28-4bca-96da-bafc3b2e57e1)) - (fp_line (start -1.6 -0.75) (end 1.6 -0.75) (layer "F.Fab") (width 0.1) (tstamp 24a4fe69-815b-4fb4-a594-fad281729be3)) - (fp_line (start -1.6 -0.75) (end -1.6 0.75) (layer "F.Fab") (width 0.1) (tstamp 559076a9-84d9-4e0f-9607-d6d213ad5b35)) - (fp_line (start -1.6 0.75) (end 1.6 0.75) (layer "F.Fab") (width 0.1) (tstamp 8c0a8642-5e0b-40f9-a61b-22f5acc7a63d)) - (fp_line (start 1.6 -0.75) (end 1.6 0.75) (layer "F.Fab") (width 0.1) (tstamp 8dcd2657-c91b-4d7d-981a-bcdb42d3a4cd)) - (pad "1" smd rect locked (at 1.25 0 90) (size 1 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -0.675 -0.875) (end 0.675 -0.875) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 449d3857-cf31-4bc9-a044-71df7c53b010)) + (fp_line (start -0.675 0.875) (end 0.675 0.875) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 397ad20d-b12e-4774-85be-415e5cee86eb)) + (fp_line (start -2 -1.15) (end -2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af81542b-4b28-4bca-96da-bafc3b2e57e1)) + (fp_line (start -2 -1.15) (end 2 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5d048ac-9e74-490b-8265-e7e597c280a0)) + (fp_line (start -2 1.15) (end 2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02346184-7e38-4b3f-b3ce-35084866a034)) + (fp_line (start 2 -1.15) (end 2 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 19e56fe8-39ce-40eb-b785-05fb67d8def6)) + (fp_line (start -1.6 -0.75) (end -1.6 0.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 559076a9-84d9-4e0f-9607-d6d213ad5b35)) + (fp_line (start -1.6 -0.75) (end 1.6 -0.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24a4fe69-815b-4fb4-a594-fad281729be3)) + (fp_line (start -1.6 0.75) (end 1.6 0.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c0a8642-5e0b-40f9-a61b-22f5acc7a63d)) + (fp_line (start 1.6 -0.75) (end 1.6 0.75) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8dcd2657-c91b-4d7d-981a-bcdb42d3a4cd)) + (pad "1" smd rect (at 1.25 0 90) (size 1 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 530 "Net-(U5-Pad1)") (pinfunction "1") (pintype "passive") (tstamp bfe366e5-af4f-4e04-9728-6c20a82eb029)) - (pad "2" smd rect locked (at -1.25 0 90) (size 1 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -1.25 0 90) (size 1 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 529 "Net-(U5-Pad2)") (pinfunction "2") (pintype "passive") (tstamp f1c8f5d7-29a3-41e8-8cba-62676451fd77)) (model "${KISYS3DMOD}/Crystal.3dshapes/Crystal_SMD_MicroCrystal_CC7V-T1A-2Pin_3.2x1.5mm.step" (offset (xyz 0 0 0)) @@ -21710,7 +26313,7 @@ ) (footprint "Battery:BatteryHolder_Keystone_3000_1x12mm" (layer "F.Cu") - (tedit 5F888E5C) (tstamp 00000000-0000-0000-0000-00005e65c1a8) + (tstamp 00000000-0000-0000-0000-00005e65c1a8) (at 104.7 127.8) (descr "http://www.keyelco.com/product-pdf.cfm?p=777") (tags "Keystone type 3000 coin cell retainer") @@ -21723,72 +26326,122 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae38d8") (attr smd) (fp_text reference "BT1" (at 0 -7.7) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5a8d5ea1-50ef-4a17-8f53-fbf0bc20e2db) ) (fp_text value "CR1220" (at 0 7.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5d7caf08-d0c1-4215-92d2-9222f80502bd) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3a2c0e32-ee36-4340-a5cb-37477bb32de1) ) - (fp_line (start -6.75 2) (end -6.75 4.1) (layer "F.SilkS") (width 0.12) (tstamp 229424f1-66d2-4d63-ba65-de22821dd9f8)) - (fp_line (start 4.15 -6.85) (end 4.15 -6.05) (layer "F.SilkS") (width 0.12) (tstamp 2899b4b8-b620-4dd8-9d4a-debff8326616)) - (fp_line (start 6.75 -3.45) (end 6.75 -2) (layer "F.SilkS") (width 0.12) (tstamp 39efef6e-7f17-4e28-9249-fb2ef73e79a5)) - (fp_line (start 6.75 2) (end 6.75 4.1) (layer "F.SilkS") (width 0.12) (tstamp 541654d8-62c7-46ba-b1a7-ac78b6efe407)) - (fp_line (start -4.15 -6.85) (end 4.15 -6.85) (layer "F.SilkS") (width 0.12) (tstamp 5d3138cd-95c2-4fa1-821d-24ed08ad6e7f)) - (fp_line (start -6.75 -2) (end -6.75 -3.45) (layer "F.SilkS") (width 0.12) (tstamp 878daf64-89fd-4cc7-a266-dbb8955a7088)) - (fp_line (start -4.15 -6.05) (end -4.15 -6.85) (layer "F.SilkS") (width 0.12) (tstamp b217bbe4-c967-40b2-aa64-8de3a78cb60b)) - (fp_line (start -6.75 -3.45) (end -4.15 -6.05) (layer "F.SilkS") (width 0.12) (tstamp c2fff3de-97d1-4d54-9817-77783a39b430)) - (fp_line (start 4.15 -6.05) (end 6.75 -3.45) (layer "F.SilkS") (width 0.12) (tstamp f91ffda9-5924-40c6-9d68-939b9218907d)) - (fp_arc (start 5.414615 5.58416) (mid 4.90584 5.514615) (end 4.5 5.2) (layer "F.SilkS") (width 0.12) (tstamp 4dee0b72-b64e-4148-81b0-a1a168c7d074)) - (fp_arc (start -5.3 5.6) (mid -6.346016 5.125305) (end -6.75 4.05) (layer "F.SilkS") (width 0.12) (tstamp 6b2f2e1d-61c1-45ca-8931-2d6a9b4f49ba)) - (fp_arc (start -4.5 5.2) (mid -4.90584 5.514615) (end -5.414615 5.58416) (layer "F.SilkS") (width 0.12) (tstamp ba360015-0bd0-42d2-b7f8-2cdc4f3c55dd)) - (fp_arc (start 6.75 4.05) (mid 6.346016 5.125305) (end 5.3 5.6) (layer "F.SilkS") (width 0.12) (tstamp e676d88f-087f-4618-b8aa-10d0e40b0138)) - (fp_arc (start -4.5 5.2) (mid -0.007341 3.0742) (end 4.490661 5.188671) (layer "F.SilkS") (width 0.12) (tstamp efd1349c-2a70-433c-bd94-f5a6e1b7aa7e)) - (fp_circle (center 0 0) (end 0 6.25) (layer "Dwgs.User") (width 0.15) (fill none) (tstamp f557cfca-d69e-442f-b0e8-33544f8be78d)) - (fp_line (start 10.15 2.15) (end 7.25 2.15) (layer "F.CrtYd") (width 0.05) (tstamp 098dcc08-303b-4095-9d24-af68af924b7b)) - (fp_line (start -7.25 2.15) (end -7.25 4.05) (layer "F.CrtYd") (width 0.05) (tstamp 159cb3cb-05d5-417a-b725-dfd3889c7fdb)) - (fp_line (start -10.15 -2.15) (end -10.15 2.15) (layer "F.CrtYd") (width 0.05) (tstamp 15f4533b-0d09-45af-ae76-2c1b3c46e558)) - (fp_line (start 10.15 -2.15) (end 10.15 2.15) (layer "F.CrtYd") (width 0.05) (tstamp 258bf332-ae49-42fb-acf2-1284b0acf99f)) - (fp_line (start -7.25 -2.15) (end -7.25 -3.8) (layer "F.CrtYd") (width 0.05) (tstamp 336ebff9-e99d-4556-b822-d797923f0929)) - (fp_line (start 7.25 -2.15) (end 7.25 -3.8) (layer "F.CrtYd") (width 0.05) (tstamp 3cd06b3a-0a07-447f-9ce0-c7266fdb837b)) - (fp_line (start -4.65 -6.4) (end -4.65 -7.35) (layer "F.CrtYd") (width 0.05) (tstamp 4d4128fd-a000-49ea-8868-8de5afe4fa15)) - (fp_line (start -7.25 -3.8) (end -4.65 -6.4) (layer "F.CrtYd") (width 0.05) (tstamp 705e8120-f9c1-4f57-ad01-ac6d4b9c00b4)) - (fp_line (start -7.25 -2.15) (end -10.15 -2.15) (layer "F.CrtYd") (width 0.05) (tstamp 784e0912-1515-4ec8-9cbc-3def1888807b)) - (fp_line (start -10.15 2.15) (end -7.25 2.15) (layer "F.CrtYd") (width 0.05) (tstamp 87603734-d62b-4643-80a9-a3a8ad796bb8)) - (fp_line (start 4.65 -6.4) (end 4.65 -7.35) (layer "F.CrtYd") (width 0.05) (tstamp 9f4c6501-9084-4751-a844-04740974f5bf)) - (fp_line (start 7.25 -3.8) (end 4.65 -6.4) (layer "F.CrtYd") (width 0.05) (tstamp 9fd3e96b-66dd-4356-a65f-946bc189746c)) - (fp_line (start 7.25 -2.15) (end 10.15 -2.15) (layer "F.CrtYd") (width 0.05) (tstamp b2943938-6b36-441b-bf18-1067b857ab15)) - (fp_line (start 7.25 2.15) (end 7.25 4.1) (layer "F.CrtYd") (width 0.05) (tstamp e8950959-5b12-41b3-a61b-418e6a33917b)) - (fp_line (start -4.65 -7.35) (end 4.65 -7.35) (layer "F.CrtYd") (width 0.05) (tstamp feb051d7-880e-49f9-935e-e51df0343c6f)) - (fp_arc (start 0 6.75) (mid -2.123044 6.41571) (end -4.033394 5.431013) (layer "F.CrtYd") (width 0.05) (tstamp 03da264a-ba5d-4cec-ad05-3feffc8eb750)) - (fp_arc (start -4.22 5.65) (mid -4.714391 5.984223) (end -5.299994 6.0991) (layer "F.CrtYd") (width 0.05) (tstamp 0ad36e64-6fa5-477b-8133-e6ad261f8f36)) - (fp_arc (start 4.016969 5.424723) (mid 4.120069 5.535934) (end 4.22 5.65) (layer "F.CrtYd") (width 0.05) (tstamp 269a9d42-9090-45fb-9f19-740227fe4d09)) - (fp_arc (start 5.513125 6.082436) (mid 4.814553 6.021742) (end 4.22 5.65) (layer "F.CrtYd") (width 0.05) (tstamp 55e37a38-5c80-42ae-a5ad-c55c011eeefd)) - (fp_arc (start 4.017467 5.424248) (mid 2.115281 6.409999) (end 0 6.75) (layer "F.CrtYd") (width 0.05) (tstamp 5cb77105-0672-435f-a76d-b20282c01299)) - (fp_arc (start 7.249822 4.1) (mid 6.754243 5.417779) (end 5.513125 6.082436) (layer "F.CrtYd") (width 0.05) (tstamp 790ec875-f9f2-4422-b475-44d361c34fba)) - (fp_arc (start -4.22 5.65) (mid -4.128023 5.539175) (end -4.033211 5.430766) (layer "F.CrtYd") (width 0.05) (tstamp a471f525-ea21-49e4-974c-ca9e4a6ac21a)) - (fp_arc (start -5.3 6.1) (mid -6.699569 5.478858) (end -7.25 4.05) (layer "F.CrtYd") (width 0.05) (tstamp c4d1ca62-e9ae-408f-9f89-aa52ea2337c3)) - (fp_line (start -4 -6.7) (end 4 -6.7) (layer "F.Fab") (width 0.1) (tstamp 062e9c02-f404-417a-8410-024615b8a7ed)) - (fp_line (start -4 -6) (end -6.6 -3.4) (layer "F.Fab") (width 0.1) (tstamp 57bce318-0158-423d-9a67-02b3b4518ca8)) - (fp_line (start 4 -6) (end 6.6 -3.4) (layer "F.Fab") (width 0.1) (tstamp a78fcb9a-3c2e-43db-8fa3-af64d3318c87)) - (fp_line (start -4 -6.7) (end -4 -6) (layer "F.Fab") (width 0.1) (tstamp a8b226c5-330e-461d-8c3e-b7e373309fec)) - (fp_line (start 6.6 -3.4) (end 6.6 4.05) (layer "F.Fab") (width 0.1) (tstamp d3aa5c0b-992d-4f2d-8c3e-bc80c8feb78d)) - (fp_line (start 4 -6.7) (end 4 -6) (layer "F.Fab") (width 0.1) (tstamp ed872727-ee86-4f9b-b5d1-12db22e6f311)) - (fp_line (start -6.6 -3.4) (end -6.603625 4.1) (layer "F.Fab") (width 0.1) (tstamp f49cea40-ddec-428b-b444-0318f36ea9a6)) - (fp_arc (start -4.6 5.1) (mid 0.006213 2.93343) (end 4.607904 5.109588) (layer "F.Fab") (width 0.1) (tstamp 43be4dd5-d5fd-4839-98bd-576a25ceeb52)) - (fp_arc (start -5.378013 5.447558) (mid -6.251394 5.010774) (end -6.603625 4.1) (layer "F.Fab") (width 0.1) (tstamp 7518c6e6-6874-4cff-bf59-c2f731c0d8e9)) - (fp_arc (start -4.6 5.1) (mid -4.942443 5.378013) (end -5.378013 5.447558) (layer "F.Fab") (width 0.1) (tstamp ab3ca0f0-abb6-449b-b073-16dd75ad5070)) - (fp_arc (start 5.377942 5.446877) (mid 4.948393 5.379897) (end 4.607904 5.109588) (layer "F.Fab") (width 0.1) (tstamp d011adfa-8019-4a62-b03b-7e07dc2ff205)) - (fp_arc (start 6.602013 4.049925) (mid 6.267563 4.991634) (end 5.377942 5.446877) (layer "F.Fab") (width 0.1) (tstamp fe2bb919-f84f-44a4-bd93-ddd9f55e6361)) - (pad "1" smd rect locked (at 7.9 0) (size 3.5 3.3) (layers "F.Cu" "F.Paste" "F.Mask") - (net 527 "Net-(BT1-Pad1)") (pinfunction "+") (pintype "passive") (tstamp 663fa28c-e220-4ea8-83ce-52f819d8c79b)) - (pad "1" smd rect locked (at -7.9 0) (size 3.5 3.3) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -6.75 -3.45) (end -4.15 -6.05) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2fff3de-97d1-4d54-9817-77783a39b430)) + (fp_line (start -6.75 -2) (end -6.75 -3.45) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 878daf64-89fd-4cc7-a266-dbb8955a7088)) + (fp_line (start -6.75 2) (end -6.75 4.1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 229424f1-66d2-4d63-ba65-de22821dd9f8)) + (fp_line (start -4.15 -6.85) (end 4.15 -6.85) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d3138cd-95c2-4fa1-821d-24ed08ad6e7f)) + (fp_line (start -4.15 -6.05) (end -4.15 -6.85) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b217bbe4-c967-40b2-aa64-8de3a78cb60b)) + (fp_line (start 4.15 -6.85) (end 4.15 -6.05) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2899b4b8-b620-4dd8-9d4a-debff8326616)) + (fp_line (start 4.15 -6.05) (end 6.75 -3.45) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f91ffda9-5924-40c6-9d68-939b9218907d)) + (fp_line (start 6.75 -3.45) (end 6.75 -2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39efef6e-7f17-4e28-9249-fb2ef73e79a5)) + (fp_line (start 6.75 2) (end 6.75 4.1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 541654d8-62c7-46ba-b1a7-ac78b6efe407)) + (fp_arc (start -5.3 5.6) (mid -6.346016 5.125305) (end -6.75 4.05) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b2f2e1d-61c1-45ca-8931-2d6a9b4f49ba)) + (fp_arc (start -4.5 5.2) (mid -4.90584 5.514615) (end -5.414615 5.58416) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba360015-0bd0-42d2-b7f8-2cdc4f3c55dd)) + (fp_arc (start -4.5 5.2) (mid -0.007341 3.0742) (end 4.490661 5.188671) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efd1349c-2a70-433c-bd94-f5a6e1b7aa7e)) + (fp_arc (start 5.414615 5.58416) (mid 4.90584 5.514615) (end 4.5 5.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4dee0b72-b64e-4148-81b0-a1a168c7d074)) + (fp_arc (start 6.75 4.05) (mid 6.346016 5.125305) (end 5.3 5.6) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e676d88f-087f-4618-b8aa-10d0e40b0138)) + (fp_circle (center 0 0) (end 0 6.25) + (stroke (width 0.15) (type solid)) (fill none) (layer "Dwgs.User") (tstamp f557cfca-d69e-442f-b0e8-33544f8be78d)) + (fp_line (start -10.15 -2.15) (end -10.15 2.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 15f4533b-0d09-45af-ae76-2c1b3c46e558)) + (fp_line (start -10.15 2.15) (end -7.25 2.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87603734-d62b-4643-80a9-a3a8ad796bb8)) + (fp_line (start -7.25 -3.8) (end -4.65 -6.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 705e8120-f9c1-4f57-ad01-ac6d4b9c00b4)) + (fp_line (start -7.25 -2.15) (end -10.15 -2.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 784e0912-1515-4ec8-9cbc-3def1888807b)) + (fp_line (start -7.25 -2.15) (end -7.25 -3.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 336ebff9-e99d-4556-b822-d797923f0929)) + (fp_line (start -7.25 2.15) (end -7.25 4.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 159cb3cb-05d5-417a-b725-dfd3889c7fdb)) + (fp_line (start -4.65 -7.35) (end 4.65 -7.35) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp feb051d7-880e-49f9-935e-e51df0343c6f)) + (fp_line (start -4.65 -6.4) (end -4.65 -7.35) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d4128fd-a000-49ea-8868-8de5afe4fa15)) + (fp_line (start 4.65 -6.4) (end 4.65 -7.35) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f4c6501-9084-4751-a844-04740974f5bf)) + (fp_line (start 7.25 -3.8) (end 4.65 -6.4) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9fd3e96b-66dd-4356-a65f-946bc189746c)) + (fp_line (start 7.25 -2.15) (end 7.25 -3.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cd06b3a-0a07-447f-9ce0-c7266fdb837b)) + (fp_line (start 7.25 -2.15) (end 10.15 -2.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2943938-6b36-441b-bf18-1067b857ab15)) + (fp_line (start 7.25 2.15) (end 7.25 4.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8950959-5b12-41b3-a61b-418e6a33917b)) + (fp_line (start 10.15 -2.15) (end 10.15 2.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 258bf332-ae49-42fb-acf2-1284b0acf99f)) + (fp_line (start 10.15 2.15) (end 7.25 2.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 098dcc08-303b-4095-9d24-af68af924b7b)) + (fp_arc (start -5.3 6.1) (mid -6.699569 5.478858) (end -7.25 4.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4d1ca62-e9ae-408f-9f89-aa52ea2337c3)) + (fp_arc (start -4.22 5.65) (mid -4.714391 5.984223) (end -5.299994 6.0991) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ad36e64-6fa5-477b-8133-e6ad261f8f36)) + (fp_arc (start -4.22 5.65) (mid -4.128023 5.539175) (end -4.033211 5.430766) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a471f525-ea21-49e4-974c-ca9e4a6ac21a)) + (fp_arc (start 0 6.75) (mid -2.123044 6.41571) (end -4.033394 5.431013) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03da264a-ba5d-4cec-ad05-3feffc8eb750)) + (fp_arc (start 4.016969 5.424723) (mid 4.120069 5.535934) (end 4.22 5.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 269a9d42-9090-45fb-9f19-740227fe4d09)) + (fp_arc (start 4.017467 5.424248) (mid 2.115281 6.409999) (end 0 6.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cb77105-0672-435f-a76d-b20282c01299)) + (fp_arc (start 5.513125 6.082436) (mid 4.814553 6.021742) (end 4.22 5.65) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 55e37a38-5c80-42ae-a5ad-c55c011eeefd)) + (fp_arc (start 7.249822 4.1) (mid 6.754243 5.417779) (end 5.513125 6.082436) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 790ec875-f9f2-4422-b475-44d361c34fba)) + (fp_line (start -6.6 -3.4) (end -6.603625 4.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f49cea40-ddec-428b-b444-0318f36ea9a6)) + (fp_line (start -4 -6.7) (end -4 -6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8b226c5-330e-461d-8c3e-b7e373309fec)) + (fp_line (start -4 -6.7) (end 4 -6.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 062e9c02-f404-417a-8410-024615b8a7ed)) + (fp_line (start -4 -6) (end -6.6 -3.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57bce318-0158-423d-9a67-02b3b4518ca8)) + (fp_line (start 4 -6.7) (end 4 -6) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed872727-ee86-4f9b-b5d1-12db22e6f311)) + (fp_line (start 4 -6) (end 6.6 -3.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a78fcb9a-3c2e-43db-8fa3-af64d3318c87)) + (fp_line (start 6.6 -3.4) (end 6.6 4.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3aa5c0b-992d-4f2d-8c3e-bc80c8feb78d)) + (fp_arc (start -5.378013 5.447558) (mid -6.251394 5.010774) (end -6.603625 4.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7518c6e6-6874-4cff-bf59-c2f731c0d8e9)) + (fp_arc (start -4.6 5.1) (mid -4.942443 5.378013) (end -5.378013 5.447558) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab3ca0f0-abb6-449b-b073-16dd75ad5070)) + (fp_arc (start -4.6 5.1) (mid 0.006213 2.93343) (end 4.607904 5.109588) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43be4dd5-d5fd-4839-98bd-576a25ceeb52)) + (fp_arc (start 5.377942 5.446877) (mid 4.948393 5.379897) (end 4.607904 5.109588) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d011adfa-8019-4a62-b03b-7e07dc2ff205)) + (fp_arc (start 6.602013 4.049925) (mid 6.267563 4.991634) (end 5.377942 5.446877) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe2bb919-f84f-44a4-bd93-ddd9f55e6361)) + (pad "1" smd rect (at -7.9 0) (size 3.5 3.3) (layers "F.Cu" "F.Paste" "F.Mask") (net 527 "Net-(BT1-Pad1)") (pinfunction "+") (pintype "passive") (tstamp 9b6f6954-b221-4d77-9782-d10e78461ae3)) - (pad "2" smd rect locked (at 0 0) (size 4 4) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "1" smd rect (at 7.9 0) (size 3.5 3.3) (layers "F.Cu" "F.Paste" "F.Mask") + (net 527 "Net-(BT1-Pad1)") (pinfunction "+") (pintype "passive") (tstamp 663fa28c-e220-4ea8-83ce-52f819d8c79b)) + (pad "2" smd rect (at 0 0) (size 4 4) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "-") (pintype "passive") (tstamp 132144a0-66eb-4247-aa09-af20d1da653b)) (model "${KISYS3DMOD}/Battery.3dshapes/BatteryHolder_Keystone_3000_1x12mm.wrl" (offset (xyz 0 0 0)) @@ -21798,7 +26451,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e69a5b7) + (tstamp 00000000-0000-0000-0000-00005e69a5b7) (at 277.25 86.95) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -21811,30 +26464,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000698b3ae8") (attr smd) (fp_text reference "R144" (at 0 -1.15) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ee1a63ca-1adc-4442-a306-d79a08e6d14d) ) (fp_text value "47k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 636bf704-d96d-478b-afa0-60f6b26de214) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 60e76158-6bad-42f4-803f-d8572712a320) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 7df7d5ba-de6f-4ff7-b663-c1ac7c966487)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9c1424ad-3a65-4ae9-a44c-9615f758380f)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 65616858-bcd4-4852-a626-2d36f332d182)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp dedd7c47-44ff-428a-8d09-ce63397cb967)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp df4847f7-c337-480b-bda4-b20d5197ccc2)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e456a46b-3694-4e80-938b-89fbfd1d99de)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7a498bfb-38c9-4322-95c4-9b21403ec9a5)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 98f8f1a1-b48d-4b23-9313-ee42e20e6328)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9e980951-4628-4723-801e-5be19b436ee0)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fcdcf582-546e-406f-b540-82cf1373a329)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7df7d5ba-de6f-4ff7-b663-c1ac7c966487)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c1424ad-3a65-4ae9-a44c-9615f758380f)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df4847f7-c337-480b-bda4-b20d5197ccc2)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65616858-bcd4-4852-a626-2d36f332d182)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e456a46b-3694-4e80-938b-89fbfd1d99de)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dedd7c47-44ff-428a-8d09-ce63397cb967)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fcdcf582-546e-406f-b540-82cf1373a329)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e980951-4628-4723-801e-5be19b436ee0)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a498bfb-38c9-4322-95c4-9b21403ec9a5)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98f8f1a1-b48d-4b23-9313-ee42e20e6328)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 582 "Net-(C143-Pad1)") (pintype "passive") (tstamp 3d9d6c75-067d-4178-90a7-006a355ef090)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 157 "Net-(J7-Pad6)") (pintype "passive") (tstamp 3c46788d-9af5-4d05-9543-ea629d1f7adb)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21844,7 +26507,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e69a6a8) + (tstamp 00000000-0000-0000-0000-00005e69a6a8) (at 274.75 98.3 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -21858,30 +26521,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006a0ef612") (attr smd) (fp_text reference "R152" (at 0 1.15 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b6d83ad0-affb-4ffe-8438-c8df6a9a44b7) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f411e70c-13fb-40e4-9d26-55f64f9ada19) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a3f4441e-ffe6-4dee-9f4f-a06e0199bdbd) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 02dbc74d-9295-4505-a26d-d9d48bfbf897)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 30a56b21-1cfa-43ed-9707-4bd32754135e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 22683125-4dda-4aeb-8cb6-fcb5d51d5241)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3f0bda5b-09f6-48c6-838e-0684c75139cc)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c6af7551-249c-4909-9ef2-79f490b7db67)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ffa5e1eb-8239-41f4-a6d7-e3d4f97b5235)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 06d3ed38-f230-443f-8890-af289f5936b6)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8d729ffe-ef99-4e02-ad0f-363565924a56)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b97f8fcb-0d26-4a45-85a8-a46594c29049)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e67330e8-b287-4080-897f-994f486b1d2e)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02dbc74d-9295-4505-a26d-d9d48bfbf897)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30a56b21-1cfa-43ed-9707-4bd32754135e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6af7551-249c-4909-9ef2-79f490b7db67)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffa5e1eb-8239-41f4-a6d7-e3d4f97b5235)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f0bda5b-09f6-48c6-838e-0684c75139cc)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22683125-4dda-4aeb-8cb6-fcb5d51d5241)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d729ffe-ef99-4e02-ad0f-363565924a56)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e67330e8-b287-4080-897f-994f486b1d2e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06d3ed38-f230-443f-8890-af289f5936b6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b97f8fcb-0d26-4a45-85a8-a46594c29049)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 645 "SPK_PWR") (pintype "passive") (tstamp 7771075d-9e3a-4891-9f04-143c126d0826)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 308 "Net-(FB19-Pad1)") (pintype "passive") (tstamp 34d5f70a-9d22-4c74-8b0d-171793c6ad73)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21891,7 +26564,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e69ab0a) + (tstamp 00000000-0000-0000-0000-00005e69ab0a) (at 115.3 115.05 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -21904,30 +26577,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f20") (attr smd) (fp_text reference "R188" (at -2.8 -0.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp e180ba31-274f-4ae4-bf6a-3ed5a18681e5) ) (fp_text value "100k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e493ffed-01d2-47ab-b308-6e2adb7ea9b4) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 62fb5f9d-6ee1-4dd9-b7ab-f7ebd0a06270) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp af8e7d45-b3ca-4806-a91a-d924dff1bc91)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b4049cdd-0e1d-4a7b-a17e-1a3c2445f94d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6937f482-9d04-4a2e-aa8a-ab784dfac174)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 998d633b-bdfc-4e18-ace8-59839f98472d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b6e38335-3333-423e-be24-b7efee9b5fdb)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f4dde4c8-1bc1-4770-b5b4-0b2e5f258d1e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5d83a9cc-92ca-4595-be79-a126d3d039f1)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7c650889-36a6-420a-82c2-4f7023a31bee)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a7573cab-0655-46d1-906b-0ed24fa08e53)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f9859d5c-0462-4d36-b127-63909a17e0d7)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af8e7d45-b3ca-4806-a91a-d924dff1bc91)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4049cdd-0e1d-4a7b-a17e-1a3c2445f94d)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4dde4c8-1bc1-4770-b5b4-0b2e5f258d1e)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6937f482-9d04-4a2e-aa8a-ab784dfac174)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6e38335-3333-423e-be24-b7efee9b5fdb)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 998d633b-bdfc-4e18-ace8-59839f98472d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9859d5c-0462-4d36-b127-63909a17e0d7)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d83a9cc-92ca-4595-be79-a126d3d039f1)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c650889-36a6-420a-82c2-4f7023a31bee)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7573cab-0655-46d1-906b-0ed24fa08e53)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 520 "Net-(R185-Pad2)") (pintype "passive") (tstamp ea662b46-72cc-4c5a-9bd0-a40ca44fafff)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 9246aa19-2b6d-41c7-9d26-296191e51d60)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21937,7 +26620,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e69ab1b) + (tstamp 00000000-0000-0000-0000-00005e69ab1b) (at 128 115.65 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -21950,30 +26633,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f33") (attr smd) (fp_text reference "R189" (at -2.8 -0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d87d1ddf-3a00-4215-8e09-50a0723ea616) ) (fp_text value "100k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp abaa5804-68e0-4495-b472-5fba131172f6) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c8403892-91e3-42fb-ab9c-8fcd1cd78e24) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 36c2db03-daea-4c15-9dfc-02b8786af72b)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 506ae122-eee2-4ff5-ae23-57acdb3ebd3c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 13d481ce-6102-4263-b6fd-6a0fb6edb3fd)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1a3ddbb3-2c10-4669-8757-a27be33a48f6)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2e65289a-c7b5-4fe0-99d0-dd8018586a92)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 757b1f79-7028-4188-a288-11a48bd3dfdb)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4b8ed72c-8341-4906-8952-2111167adbe5)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 91823f55-7259-48e3-84c7-5b10b6ee63a0)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp be5f7da2-d644-46ab-b7be-f96dbcba810c)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d1833d3e-7aeb-4c1d-bea1-0282a3ed6fdd)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36c2db03-daea-4c15-9dfc-02b8786af72b)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 506ae122-eee2-4ff5-ae23-57acdb3ebd3c)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 757b1f79-7028-4188-a288-11a48bd3dfdb)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e65289a-c7b5-4fe0-99d0-dd8018586a92)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13d481ce-6102-4263-b6fd-6a0fb6edb3fd)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a3ddbb3-2c10-4669-8757-a27be33a48f6)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be5f7da2-d644-46ab-b7be-f96dbcba810c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b8ed72c-8341-4906-8952-2111167adbe5)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91823f55-7259-48e3-84c7-5b10b6ee63a0)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1833d3e-7aeb-4c1d-bea1-0282a3ed6fdd)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 521 "Net-(R186-Pad2)") (pintype "passive") (tstamp 6ef4641e-cd94-4cc2-b8b7-d7375cd627d7)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 644e5ff1-19d2-4ea1-8ec0-1dbf686fd069)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -21983,7 +26676,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005e69ed00) + (tstamp 00000000-0000-0000-0000-00005e69ed00) (at 277 84) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -21996,30 +26689,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000698b0028") (attr smd) (fp_text reference "R141" (at -1.9 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a6cc6bf9-87a3-44ef-a025-748ea1afb4de) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 99b617fb-5fe2-4bb4-b6b0-63ca5d87cb94) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cb980f4b-77d3-44f9-a151-97d52146f45b) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a1037e65-ebca-4a4c-a8cf-a93dd6f2bf28)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp d480f43a-66a5-4cee-bafe-e14d76936691)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 074540e1-c738-4c83-9aab-428e440bf483)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3bd72ed5-844a-48d2-91b6-ef0211a46058)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9472f2d8-6202-48ee-bad8-973a56720f37)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f09e014a-2fce-4208-81c9-02aec1c0c89f)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 004f8100-1e66-478f-a05f-5cdfb600020f)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d2025c4a-9f9b-410b-851f-588c0faea1cc)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f535e2d0-322d-47a5-af50-de0010610f7b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp fdb84842-c0d9-4454-bfd0-3bee2ce0546a)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1037e65-ebca-4a4c-a8cf-a93dd6f2bf28)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d480f43a-66a5-4cee-bafe-e14d76936691)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3bd72ed5-844a-48d2-91b6-ef0211a46058)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f09e014a-2fce-4208-81c9-02aec1c0c89f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 074540e1-c738-4c83-9aab-428e440bf483)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9472f2d8-6202-48ee-bad8-973a56720f37)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 004f8100-1e66-478f-a05f-5cdfb600020f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f535e2d0-322d-47a5-af50-de0010610f7b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2025c4a-9f9b-410b-851f-588c0faea1cc)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fdb84842-c0d9-4454-bfd0-3bee2ce0546a)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 157 "Net-(J7-Pad6)") (pintype "passive") (tstamp 4a540b09-f96c-466e-9eb0-25efba30a039)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 532 "Net-(R141-Pad2)") (pintype "passive") (tstamp b3e4791c-2a5b-42fb-bb83-cbb68429cf95)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -22029,7 +26732,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 00000000-0000-0000-0000-00005eab96ea) + (tstamp 00000000-0000-0000-0000-00005eab96ea) (at 88.5 115.2) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -22042,27 +26745,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/522fba98-29fc-4e33-adb3-1450ec1c5abb") (attr smd) (fp_text reference "C15" (at 2.5 0.07) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 026df78b-4aff-4ea9-af6c-2564cbbd2ade) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c763f370-a9cd-49e9-ab73-aab35e40a52f) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp d72439af-8b23-41dc-9a22-0f0d36282127) ) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2611c4df-4496-4eaf-b850-ea6d33fcdb77)) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 535bc08a-01f3-4256-accb-9e5f77b4a7f1)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1404055b-9e75-4957-a9a3-392c1221ec81)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6da6d09c-368b-4189-bb4e-7aaab24d34dc)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp fddd6da6-e354-4d56-833f-4511ef4099a5)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp fe4a2c37-fb8e-4bc2-8659-70e7ab641d8d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 066baf55-10ec-48f5-9589-79aef0768cae)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6459aa25-2843-404f-a168-af9f664a24ae)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 799b1fdc-66f6-4b3b-bc91-66b986124dc4)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f512a485-54f6-402b-904a-e642bed2abec)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 535bc08a-01f3-4256-accb-9e5f77b4a7f1)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2611c4df-4496-4eaf-b850-ea6d33fcdb77)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fddd6da6-e354-4d56-833f-4511ef4099a5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe4a2c37-fb8e-4bc2-8659-70e7ab641d8d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6da6d09c-368b-4189-bb4e-7aaab24d34dc)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1404055b-9e75-4957-a9a3-392c1221ec81)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 799b1fdc-66f6-4b3b-bc91-66b986124dc4)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6459aa25-2843-404f-a168-af9f664a24ae)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 066baf55-10ec-48f5-9589-79aef0768cae)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f512a485-54f6-402b-904a-e642bed2abec)) (pad "1" smd roundrect (at -0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 94 "USBH_1V1") (pintype "passive") (tstamp 9c91a2d3-d83a-4a86-a9fb-21286b036b2d)) (pad "2" smd roundrect (at 0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -22075,7 +26788,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005eab971a) + (tstamp 00000000-0000-0000-0000-00005eab971a) (at 281.8 127.5 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -22088,30 +26801,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d1c4701") (attr smd) (fp_text reference "R24" (at 0 1.2 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c2347c90-bcf4-473b-b060-26e0e690f2a2) ) (fp_text value "3.3k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 30a133d7-88fa-45a3-b5a3-5a1652036828) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cf38ca84-8f46-4a7f-8295-f8d3a176acc9) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 28567946-0999-4e80-9e23-e474b5c3ece1)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 64e6ede9-d49e-470d-81ec-56803b1219fb)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 00c48eeb-dd48-4116-a1b6-8dac80a224b7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp adb48a7c-babe-4a26-aab7-529b9380b82e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b35b6ff5-6c30-4868-ae38-6f86153b0ef4)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f8d95455-bd3e-45e7-a2b7-d6ac74854f19)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7b8e4510-77ad-4c10-a6c5-b757abec6e89)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b336167d-1e23-46fa-a97a-5bdf2048da6a)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e9b3fb2e-4a49-4982-8474-8abdb65161c7)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp fc612249-04ed-4f42-ad4e-67074e12f1f1)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64e6ede9-d49e-470d-81ec-56803b1219fb)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28567946-0999-4e80-9e23-e474b5c3ece1)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00c48eeb-dd48-4116-a1b6-8dac80a224b7)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b35b6ff5-6c30-4868-ae38-6f86153b0ef4)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp adb48a7c-babe-4a26-aab7-529b9380b82e)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8d95455-bd3e-45e7-a2b7-d6ac74854f19)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b336167d-1e23-46fa-a97a-5bdf2048da6a)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9b3fb2e-4a49-4982-8474-8abdb65161c7)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc612249-04ed-4f42-ad4e-67074e12f1f1)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b8e4510-77ad-4c10-a6c5-b757abec6e89)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 58 "Net-(Q12-Pad1)") (pintype "passive") (tstamp d3db27fc-3dac-429e-b7f7-c8eb09aa15a7)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 69 "Net-(R24-Pad2)") (pintype "passive") (tstamp 340dc0d3-0d54-404d-b864-4541d60a7ff8)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -22121,7 +26844,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005eab974a) + (tstamp 00000000-0000-0000-0000-00005eab974a) (at 276.2 127 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -22134,30 +26857,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d1c470d") (attr smd) (fp_text reference "R16" (at 2 -0.2 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp aa35da57-740c-409a-be51-d1494c88beb1) ) (fp_text value "100" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7e843f80-e7b7-4dea-b242-a3bed1f992e9) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 12ec6a6b-87c5-455d-a83c-68a0b098c20c) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 6e50b7f3-da61-4ba2-8191-485bcbc65b0f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 8b629f92-01bf-438b-a7a7-7a6125f4cef5)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0bed9c07-a55b-4f57-b9ea-a98e54b0075e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b114204f-dbd9-491c-8516-d826cc1787fa)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d3da5fe8-94d5-4121-b792-46c4053c71bf)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f4b3900f-83b3-4cfe-8ade-b6af7d5f098a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3e4c4ab2-ef29-49bf-bd7c-80904a687fc1)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4d898843-eacc-4eb2-827d-e7be704b3fa9)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8c4350a2-d47f-4b88-8878-189a44fd26ef)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8dea125e-db30-4b4d-a5e0-c41dbe4bc492)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e50b7f3-da61-4ba2-8191-485bcbc65b0f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b629f92-01bf-438b-a7a7-7a6125f4cef5)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b114204f-dbd9-491c-8516-d826cc1787fa)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4b3900f-83b3-4cfe-8ade-b6af7d5f098a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0bed9c07-a55b-4f57-b9ea-a98e54b0075e)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3da5fe8-94d5-4121-b792-46c4053c71bf)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c4350a2-d47f-4b88-8878-189a44fd26ef)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8dea125e-db30-4b4d-a5e0-c41dbe4bc492)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d898843-eacc-4eb2-827d-e7be704b3fa9)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e4c4ab2-ef29-49bf-bd7c-80904a687fc1)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 251 "BAT8+") (pintype "passive") (tstamp 59ae1ca7-25a8-4f12-ac23-bb8e0e0143a1)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 500 "Net-(R16-Pad2)") (pintype "passive") (tstamp 7a905931-91db-4449-83e6-756e1e875b42)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -22167,7 +26900,7 @@ ) (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005eab9781) + (tstamp 00000000-0000-0000-0000-00005eab9781) (at 279.2 127.2 180) (descr "SOT-23, Standard") (tags "SOT-23") @@ -22180,35 +26913,48 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d1c46f4") (attr smd) (fp_text reference "Q12" (at 1.85 -0.9 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 51288137-4a4a-40c7-9eec-c0f4f29e6e6d) ) (fp_text value "PMV50EPEAR" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 0f92e11d-aed6-4898-ba11-61165657cde2) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f291b0fb-71ed-44fa-bcf6-6bb7ce372077) ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer "F.SilkS") (width 0.12) (tstamp 27384ad3-c22a-49b0-98c7-8bb0a61eb424)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer "F.SilkS") (width 0.12) (tstamp 3656c5ec-6657-4252-a09c-4d754e792e30)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer "F.SilkS") (width 0.12) (tstamp 8ad09446-a6f2-4a4a-94bc-85feb22f59cf)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer "F.SilkS") (width 0.12) (tstamp dcf7704b-9eba-4488-ab04-90d478a8be97)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 3568254a-9190-454c-b0a9-19b9d5d7d123)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp bf329860-3231-4e60-8667-670b10bb0e86)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp f18c9a01-f706-4612-9f81-fc2d63cb2855)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp fc1bb828-1c74-407f-8a5e-74c505775614)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer "F.Fab") (width 0.1) (tstamp 36369915-13f6-48d5-a986-d43e802f87d4)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer "F.Fab") (width 0.1) (tstamp 3bcae866-c957-416e-82b1-5c90c53b7c9e)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer "F.Fab") (width 0.1) (tstamp 3cac01eb-1c11-4811-bd31-a7898e028054)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp cc06b15d-e198-4607-9e16-28ef39aefcf9)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp cd30ca51-3d1f-489d-bd4c-b75e5c8047b5)) - (pad "1" smd rect locked (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27384ad3-c22a-49b0-98c7-8bb0a61eb424)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3656c5ec-6657-4252-a09c-4d754e792e30)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dcf7704b-9eba-4488-ab04-90d478a8be97)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ad09446-a6f2-4a4a-94bc-85feb22f59cf)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f18c9a01-f706-4612-9f81-fc2d63cb2855)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3568254a-9190-454c-b0a9-19b9d5d7d123)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc1bb828-1c74-407f-8a5e-74c505775614)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bf329860-3231-4e60-8667-670b10bb0e86)) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3cac01eb-1c11-4811-bd31-a7898e028054)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36369915-13f6-48d5-a986-d43e802f87d4)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc06b15d-e198-4607-9e16-28ef39aefcf9)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3bcae866-c957-416e-82b1-5c90c53b7c9e)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd30ca51-3d1f-489d-bd4c-b75e5c8047b5)) + (pad "1" smd rect (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 58 "Net-(Q12-Pad1)") (pinfunction "G") (pintype "input") (tstamp 245b9875-b9b0-426d-8b72-c6a34f2f2340)) - (pad "2" smd rect locked (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 108 "Net-(D28-Pad1)") (pinfunction "S") (pintype "passive") (tstamp 5b89a747-5b66-4b91-8d2a-0f0e24317806)) - (pad "3" smd rect locked (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 452 "Net-(Q12-Pad3)") (pinfunction "D") (pintype "passive") (tstamp 54a53521-c695-49ec-9d0e-6bf9033bdde7)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0)) @@ -22218,7 +26964,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005eaba2ca) + (tstamp 00000000-0000-0000-0000-00005eaba2ca) (at 257.85 127.5 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -22231,30 +26977,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b067e") (attr smd) (fp_text reference "R21" (at 2.5 0.35 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 27d87b06-7797-4a42-89e6-09de55804b0b) ) (fp_text value "3.3k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp addb881f-7f34-4534-b4bf-2124980f9a57) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 28b97ee3-76b4-4cd7-bde2-ce7f0d9a874a) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 5c59ab54-beba-4b87-8cf0-5760b2790875)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp d1ed18a2-e70d-450b-9e88-b644b3b8200a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 51b007a5-a117-4fce-baf4-f8547e005bf3)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6ede9514-94c5-470c-a220-f1a4f251aa4f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 795c6aee-b516-4dce-810b-6a37f5116441)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp fec3d8b2-3f86-4c03-9e66-a3c671b9495d)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1e92a13e-7935-4900-ab93-2339e6e69818)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8a242aca-0fa6-4bdc-ac07-65d7095b2fce)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b11f0f9f-2074-40bc-9bec-44cecb47c5eb)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c9d2461d-6493-429b-ae76-981712c64123)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c59ab54-beba-4b87-8cf0-5760b2790875)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1ed18a2-e70d-450b-9e88-b644b3b8200a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ede9514-94c5-470c-a220-f1a4f251aa4f)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51b007a5-a117-4fce-baf4-f8547e005bf3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fec3d8b2-3f86-4c03-9e66-a3c671b9495d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 795c6aee-b516-4dce-810b-6a37f5116441)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9d2461d-6493-429b-ae76-981712c64123)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a242aca-0fa6-4bdc-ac07-65d7095b2fce)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b11f0f9f-2074-40bc-9bec-44cecb47c5eb)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e92a13e-7935-4900-ab93-2339e6e69818)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 55 "Net-(Q9-Pad1)") (pintype "passive") (tstamp 121354d3-3d18-44a8-83f8-05a0d043a3e1)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 66 "Net-(R21-Pad2)") (pintype "passive") (tstamp 8762cea8-bc09-405d-96d5-31684564976f)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -22264,7 +27020,7 @@ ) (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005eaba304) + (tstamp 00000000-0000-0000-0000-00005eaba304) (at 255.25 127.2 180) (descr "SOT-23, Standard") (tags "SOT-23") @@ -22277,35 +27033,48 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b0671") (attr smd) (fp_text reference "Q9" (at 1.65 -1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2c5febe8-eb43-42b3-8a58-77324c1939fb) ) (fp_text value "PMV50EPEAR" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp fa579612-eb46-4ba8-8e84-c2e17a622f24) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 158600cf-6d19-488e-b373-cf8d98c69028) ) - (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer "F.SilkS") (width 0.12) (tstamp 35df67dd-8c55-4d62-ac00-a60083fc4e4e)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer "F.SilkS") (width 0.12) (tstamp 75193137-4446-4db4-8f2a-e2246a39ed2d)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer "F.SilkS") (width 0.12) (tstamp 7df6bfb0-ee3c-4603-ac69-69f64ef9a71d)) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer "F.SilkS") (width 0.12) (tstamp d45333f4-2356-4dc5-b723-fb4b9e938bf5)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 07723424-e1c9-4da8-b7b9-1940aa084d98)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 450e7486-6026-47fd-b7b1-0e058f14585c)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp df58775d-02ae-4956-af5a-3d90127dca03)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp f689490f-97e0-468d-a8e0-86f7c46463f2)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer "F.Fab") (width 0.1) (tstamp 6483c301-5fdb-456c-9e37-f7ec36945650)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp 6b476346-c015-48fb-aed5-ac615127aa62)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp 85eb8337-78cc-4462-b864-0dc210fde58c)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer "F.Fab") (width 0.1) (tstamp d1017546-1725-4ada-8868-1b8bc0f6f1f1)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer "F.Fab") (width 0.1) (tstamp e4bba9ea-01a2-4113-8512-8edf2afef716)) - (pad "1" smd rect locked (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d45333f4-2356-4dc5-b723-fb4b9e938bf5)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7df6bfb0-ee3c-4603-ac69-69f64ef9a71d)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35df67dd-8c55-4d62-ac00-a60083fc4e4e)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75193137-4446-4db4-8f2a-e2246a39ed2d)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 450e7486-6026-47fd-b7b1-0e058f14585c)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f689490f-97e0-468d-a8e0-86f7c46463f2)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df58775d-02ae-4956-af5a-3d90127dca03)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07723424-e1c9-4da8-b7b9-1940aa084d98)) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1017546-1725-4ada-8868-1b8bc0f6f1f1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4bba9ea-01a2-4113-8512-8edf2afef716)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85eb8337-78cc-4462-b864-0dc210fde58c)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6483c301-5fdb-456c-9e37-f7ec36945650)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b476346-c015-48fb-aed5-ac615127aa62)) + (pad "1" smd rect (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 55 "Net-(Q9-Pad1)") (pinfunction "G") (pintype "input") (tstamp f398ef49-9fe2-4b2a-a502-662432175f8d)) - (pad "2" smd rect locked (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 105 "Net-(D25-Pad1)") (pinfunction "S") (pintype "passive") (tstamp 73db2f9d-66f9-4cf5-9d5d-0e8c3acb571b)) - (pad "3" smd rect locked (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 449 "Net-(Q9-Pad3)") (pinfunction "D") (pintype "passive") (tstamp b812f881-c308-4ebe-b268-e3b50753de23)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0)) @@ -22315,7 +27084,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005eaba33c) + (tstamp 00000000-0000-0000-0000-00005eaba33c) (at 252.25 126.9 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -22328,30 +27097,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b0689") (attr smd) (fp_text reference "R13" (at 2 -0.2 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 45b04809-8b3b-4c94-8d09-b6bd8cb8ba61) ) (fp_text value "100" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c798d2eb-9621-4532-95df-d35e60b0895c) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3df0a348-1c1e-4bf5-9ea6-435d5a4acac3) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b470a91b-5e10-4bc0-84f4-f4beb04457ee)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp e4a81d6a-f442-42a6-806f-c84af58ffda4)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7854adfe-f794-42eb-a9c6-0132833643bf)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9469b675-fd3c-4697-8449-e80fe83d932f)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp bf2b5612-c22d-4aa3-b195-9c4f1b4db35a)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e14254fe-e912-4254-9a5a-b04d32a83df3)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 16fa4a35-12d9-44ee-9a8b-addfd79a2d7f)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7a26929a-553c-4b16-9ccc-baf787ef666b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 87033d3c-8ab6-45b6-90ff-eceef1cb36a4)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a0c70258-200c-4567-81dd-14d9650d4c0d)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4a81d6a-f442-42a6-806f-c84af58ffda4)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b470a91b-5e10-4bc0-84f4-f4beb04457ee)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bf2b5612-c22d-4aa3-b195-9c4f1b4db35a)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9469b675-fd3c-4697-8449-e80fe83d932f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e14254fe-e912-4254-9a5a-b04d32a83df3)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7854adfe-f794-42eb-a9c6-0132833643bf)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87033d3c-8ab6-45b6-90ff-eceef1cb36a4)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16fa4a35-12d9-44ee-9a8b-addfd79a2d7f)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0c70258-200c-4567-81dd-14d9650d4c0d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a26929a-553c-4b16-9ccc-baf787ef666b)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 248 "BAT5+") (pintype "passive") (tstamp 5ddbea30-a1f2-481e-a042-ce057aadb0a4)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 497 "Net-(R13-Pad2)") (pintype "passive") (tstamp aa50680a-5909-43f5-9df0-3101a0323011)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -22361,7 +27140,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005ebf42d4) + (tstamp 00000000-0000-0000-0000-00005ebf42d4) (at 226.7 108.9) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -22374,30 +27153,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188442f") (attr smd) (fp_text reference "R194" (at -2.8 0.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 282a36eb-f7e1-4302-82f0-847bf6f6c148) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c370f19a-704c-4647-ba03-7c8f1655fc8c) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp efbd761f-dd6b-44c3-83c8-9b02c9ebd518) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4a1c2cd7-2ed1-4794-aa0d-eb3d561bcf91)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a347acc0-0590-4f02-9614-99ad16a2da01)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2c9363e1-bebf-4d32-a88a-55811e902f84)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4246f5c9-24bf-4536-b7dc-4cfaca158c85)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 98047a9a-5ceb-47b3-a5fc-8c2697880b5e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a600ec4e-329d-4686-beb0-97a2058dc5fc)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2cde971e-2506-4e5f-9667-bd257fdbf194)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 30220e6f-a581-4935-b4cc-f48b88d23260)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 66b24b1e-4d82-4b98-bcc8-a7e237f57058)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e8a3a783-d4de-4420-84e3-5ac4f4a9742b)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a347acc0-0590-4f02-9614-99ad16a2da01)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a1c2cd7-2ed1-4794-aa0d-eb3d561bcf91)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4246f5c9-24bf-4536-b7dc-4cfaca158c85)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a600ec4e-329d-4686-beb0-97a2058dc5fc)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 98047a9a-5ceb-47b3-a5fc-8c2697880b5e)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c9363e1-bebf-4d32-a88a-55811e902f84)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2cde971e-2506-4e5f-9667-bd257fdbf194)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30220e6f-a581-4935-b4cc-f48b88d23260)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8a3a783-d4de-4420-84e3-5ac4f4a9742b)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66b24b1e-4d82-4b98-bcc8-a7e237f57058)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 291 "IMX_RESETn") (pintype "passive") (tstamp 06e6fe8e-945d-4b88-98a4-bea0c6a22770)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 329 "/Reform 2 Power/Reform 2 LPC/LPC_SCLKc") (pintype "passive") (tstamp b1469b9d-18fb-40a4-905b-218aa856f76f)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -22407,7 +27196,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005ebf42e5) + (tstamp 00000000-0000-0000-0000-00005ebf42e5) (at 216 102 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -22420,30 +27209,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188441f") (attr smd) (fp_text reference "R195" (at -2.9 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 876fcef3-53d3-4eac-81ed-1e9a2c62734e) ) (fp_text value "1.5k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3de0daf9-696e-408e-9289-0fe75bb23fe6) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp bef82f59-af03-469e-a71c-93e90434c537) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp e4b35eb8-d137-4585-bcb5-540508e9a7ce)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp f7797ff9-d19f-4d48-ab8e-749c9ef57c77)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4f7a3bb2-5c17-4b9f-9cd2-a2e9cc4512b6)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9f0ca8e4-29e9-46aa-a247-1eb83cb48c0b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d0306200-54cc-42fa-a7e9-117f8a49cf2d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f84dac00-1d29-4bb1-a7f6-fc27fbaef70b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 10ba2348-e882-45d0-8e99-a31879d9fc81)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 10c111ef-4bf6-410d-a6f1-ff3cb3b4e4f8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 66a60618-14d3-44b4-82bb-b58eb11508e0)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f0abf14f-b1a8-4fed-a9bf-65d85e55937b)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7797ff9-d19f-4d48-ab8e-749c9ef57c77)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4b35eb8-d137-4585-bcb5-540508e9a7ce)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d0306200-54cc-42fa-a7e9-117f8a49cf2d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f0ca8e4-29e9-46aa-a247-1eb83cb48c0b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f7a3bb2-5c17-4b9f-9cd2-a2e9cc4512b6)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f84dac00-1d29-4bb1-a7f6-fc27fbaef70b)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10c111ef-4bf6-410d-a6f1-ff3cb3b4e4f8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0abf14f-b1a8-4fed-a9bf-65d85e55937b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66a60618-14d3-44b4-82bb-b58eb11508e0)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10ba2348-e882-45d0-8e99-a31879d9fc81)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 38 "LPC_VCC") (pintype "passive") (tstamp edb84daa-3757-456f-8a96-d6a0013e7407)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 330 "/Reform 2 Power/Reform 2 LPC/LPC_UVBUS") (pintype "passive") (tstamp 49e2af32-d124-4c10-bec0-37a8257ccbab)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -22453,7 +27252,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005ebfa3a5) + (tstamp 00000000-0000-0000-0000-00005ebfa3a5) (at 125.3 60.4) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -22466,30 +27265,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eb12254") (attr smd) (fp_text reference "R123" (at 0 1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 35a1ab41-f257-484d-a217-1a042af2d1e2) ) (fp_text value "49.9" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c5933e29-7558-41d7-a6e8-f7558641955d) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fb64bd13-66ce-417e-bc64-52238150d125) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 248be2ab-77d2-476c-8f76-8d75193cf268)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp fd5e396a-53a7-481a-a033-72cd4259f61e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3fb1b3cb-4d42-4a38-924c-ffaae272bdac)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 930bc071-707b-4a40-95d7-718464298f2d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d136182f-6803-44cc-bb89-41bdef887fe6)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d48df49a-e57b-4832-bb47-26dbea7a59e2)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1eeeb2c2-dd7b-428e-b999-ef12571db875)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 49ed7f8d-a319-450c-838a-f06760b9b6d4)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bc8eb248-c6b9-4836-b4e7-4929e580e0af)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e50444ba-eb04-4f2f-97b4-f8d019004f31)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 248be2ab-77d2-476c-8f76-8d75193cf268)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd5e396a-53a7-481a-a033-72cd4259f61e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 930bc071-707b-4a40-95d7-718464298f2d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d48df49a-e57b-4832-bb47-26dbea7a59e2)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d136182f-6803-44cc-bb89-41bdef887fe6)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3fb1b3cb-4d42-4a38-924c-ffaae272bdac)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1eeeb2c2-dd7b-428e-b999-ef12571db875)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc8eb248-c6b9-4836-b4e7-4929e580e0af)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e50444ba-eb04-4f2f-97b4-f8d019004f31)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 49ed7f8d-a319-450c-838a-f06760b9b6d4)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 55200777-9b32-4cb6-acc9-495bbbdf8c37)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 169 "PCIE1_CLK_P") (pintype "passive") (tstamp 4b15df08-cd68-4eda-afda-e574be265414)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -22499,7 +27308,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005ebfdebb) + (tstamp 00000000-0000-0000-0000-00005ebfdebb) (at 229.5 95.5) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -22512,30 +27321,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884383") (attr smd) (fp_text reference "R126" (at 0 -1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3df116b0-02dd-4a6c-9f06-8f90f3a7149e) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 91f94cbf-d42d-472c-ad94-e0a5e6df32e3) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ef780925-ef10-4107-8167-1ced5670ee58) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a195f4e6-5d3a-4fd2-8651-b4ef7577af41)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b3755c9d-5154-4d72-9e60-717016b1ee36)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 099155d0-3ae4-4145-9a09-87963217c597)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0ccd99a2-63d2-4138-bacc-c1daa31a5af5)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2d894f95-4a9f-4099-baa6-8b8fb85074a0)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7d521d11-e200-45d8-ab5e-f6062f9ec465)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 05644f94-8b18-4616-972b-f40829b60686)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 427528a5-d99d-49df-be39-81323b2e684d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9dd35050-3b30-48c7-93c8-d7c73b3f4f81)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ad2a1f91-75ee-4c88-9d8f-24080477689e)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a195f4e6-5d3a-4fd2-8651-b4ef7577af41)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3755c9d-5154-4d72-9e60-717016b1ee36)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 099155d0-3ae4-4145-9a09-87963217c597)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d894f95-4a9f-4099-baa6-8b8fb85074a0)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ccd99a2-63d2-4138-bacc-c1daa31a5af5)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d521d11-e200-45d8-ab5e-f6062f9ec465)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9dd35050-3b30-48c7-93c8-d7c73b3f4f81)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 427528a5-d99d-49df-be39-81323b2e684d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad2a1f91-75ee-4c88-9d8f-24080477689e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05644f94-8b18-4616-972b-f40829b60686)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 326 "/Reform 2 Power/Reform 2 LPC/LPC_SCK0a") (pintype "passive") (tstamp 653e8d3b-8a48-4884-8fd6-b807db548679)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 297 "LPC_SCK") (pintype "passive") (tstamp 4bdb5f68-df78-46fd-ad2d-d368a1ed4c31)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -22545,7 +27364,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005ec166b9) + (tstamp 00000000-0000-0000-0000-00005ec166b9) (at 228.25 102 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -22558,30 +27377,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842df") (attr smd) (fp_text reference "R73" (at -2.5 0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d47c7533-0070-442e-bfe9-a26c24fcf6fd) ) (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp d2eec10e-5345-4eda-a053-d905fdb078d4) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 73839cc8-bb42-46d3-a1cb-c25e6f7a3dca) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 30d948f4-fcb5-45ec-b936-a05ea43daa89)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3e0ad792-02a2-4ca4-b4a7-b7a1cf6687b9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 30543c22-d475-4adb-b380-d5294e640786)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 92af864e-b3f9-4074-81a9-ed395eb49ad2)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b9c96000-8ee9-47e3-8170-29e73e584c35)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c58b2fd9-03fd-409e-83b2-51090b097954)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 490ada78-02fe-47b5-b5fb-02bc3a7c434b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9500f47e-68ec-4306-be7d-560ba925cb07)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d30f9a06-064c-413f-bac1-2f5657928bb7)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e8a75645-4544-454b-8c55-324feb4357cb)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e0ad792-02a2-4ca4-b4a7-b7a1cf6687b9)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30d948f4-fcb5-45ec-b936-a05ea43daa89)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c58b2fd9-03fd-409e-83b2-51090b097954)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9c96000-8ee9-47e3-8170-29e73e584c35)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 92af864e-b3f9-4074-81a9-ed395eb49ad2)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30543c22-d475-4adb-b380-d5294e640786)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d30f9a06-064c-413f-bac1-2f5657928bb7)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8a75645-4544-454b-8c55-324feb4357cb)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9500f47e-68ec-4306-be7d-560ba925cb07)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 490ada78-02fe-47b5-b5fb-02bc3a7c434b)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 91 "BMON_SCK") (pintype "passive") (tstamp 1d82d641-618b-4ded-a301-64bf5f4bdb3b)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 317 "/Reform 2 Power/Reform 2 LPC/LPC_SCK1b") (pintype "passive") (tstamp db163faf-d3c8-4f7b-8f41-b0bd631e4de7)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -22591,7 +27420,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005ec1941f) + (tstamp 00000000-0000-0000-0000-00005ec1941f) (at 288.1 76.9 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -22604,30 +27433,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005edbd6f7") (attr smd) (fp_text reference "C157" (at -2.9 0.3 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6dbf6311-84ae-46c0-9c02-31c9065c9bbd) ) (fp_text value "470nF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 79cd66fb-264c-48af-b7c7-cd82bd0e3ef2) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f6a7dee9-50a7-498e-91db-f148a233fe10) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 181445c5-13c0-4998-9881-63ab87d3d41a)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b441c460-95b6-4f42-a2b3-88c37f22eaa9)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 09457481-9996-4dda-a58e-609fd486c805)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 135b5d33-8831-487c-8723-98bbb3e557da)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5d021380-504d-49dd-913b-e744108d75fd)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 60680eaf-8dc7-41d0-9f2c-052e654d747f)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 04971bea-6171-491f-a8f8-09962043dad6)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8f298695-429a-47a1-99d3-7141f7faf0bf)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ce90949b-1dea-48cf-b608-9a6cbdcdf074)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d8957aff-f56c-40fd-be93-4702e659d925)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 181445c5-13c0-4998-9881-63ab87d3d41a)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b441c460-95b6-4f42-a2b3-88c37f22eaa9)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d021380-504d-49dd-913b-e744108d75fd)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09457481-9996-4dda-a58e-609fd486c805)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60680eaf-8dc7-41d0-9f2c-052e654d747f)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 135b5d33-8831-487c-8723-98bbb3e557da)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04971bea-6171-491f-a8f8-09962043dad6)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce90949b-1dea-48cf-b608-9a6cbdcdf074)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f298695-429a-47a1-99d3-7141f7faf0bf)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8957aff-f56c-40fd-be93-4702e659d925)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 551 "Net-(C156-Pad1)") (pintype "passive") (tstamp 482257f5-f9de-4a03-9de5-7b775667d3ef)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 552 "Net-(C157-Pad2)") (pintype "passive") (tstamp 2d64c9af-cb9f-4fd5-b066-d3c464616acd)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -22637,7 +27476,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005ec19440) + (tstamp 00000000-0000-0000-0000-00005ec19440) (at 289.8 76.9 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -22650,30 +27489,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005edd68fc") (attr smd) (fp_text reference "C159" (at -1.8 -1.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 054b1c08-e6b8-4926-9a7e-b2d3384ab9e9) ) (fp_text value "470nF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6d11504c-5fa0-4b42-9b79-f4a156e374d2) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 90a18bec-5224-4c77-aedd-a18d49d2ea83) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 0368b695-1ce7-463a-a9c7-97282c4b0818)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 75a83463-de14-4e90-99f3-9dfa096a8395)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a0917771-39b5-4a0a-8f9b-ee5968fb493e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp aee48688-40d6-4de5-86bb-74c854f53107)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b66e6a76-95d4-45aa-a358-c235c2eae299)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b8222243-27e3-4935-a116-690fca53fa20)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 39f89e62-1f54-48d3-ae26-8bd56b051af1)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6a7c6412-87ae-4351-92b0-4c2f710f8f86)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9fdf8cea-dc67-4e4f-8bcd-171909a414b2)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a4823103-9ace-4188-93be-62cff34cc026)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75a83463-de14-4e90-99f3-9dfa096a8395)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0368b695-1ce7-463a-a9c7-97282c4b0818)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aee48688-40d6-4de5-86bb-74c854f53107)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8222243-27e3-4935-a116-690fca53fa20)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b66e6a76-95d4-45aa-a358-c235c2eae299)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0917771-39b5-4a0a-8f9b-ee5968fb493e)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39f89e62-1f54-48d3-ae26-8bd56b051af1)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9fdf8cea-dc67-4e4f-8bcd-171909a414b2)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4823103-9ace-4188-93be-62cff34cc026)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a7c6412-87ae-4351-92b0-4c2f710f8f86)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 554 "Net-(C159-Pad1)") (pintype "passive") (tstamp 285afa37-631f-432b-9461-1b1029bddf72)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 553 "Net-(C159-Pad2)") (pintype "passive") (tstamp 2f9b59b7-99d7-470a-80fe-077a60718831)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -22683,7 +27532,7 @@ ) (footprint "footprints:oshwa-de17" (layer "F.Cu") - (tedit 0) (tstamp 00000000-0000-0000-0000-00005ec1ceed) + (tstamp 00000000-0000-0000-0000-00005ec1ceed) (at 88.9 49.3) (property "Checked" "y") (property "DNP" "y") @@ -22693,6617 +27542,4316 @@ (path "/00000000-0000-0000-0000-00005ec23958") (attr through_hole) (fp_text reference "H9" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 68957ea1-8d0b-4135-a20f-61e173e7cb4c) ) (fp_text value "OSHWA_DE17" (at 0.75 0) (layer "F.SilkS") hide - (effects (font (size 1.524 1.524) (thickness 0.3))) + (effects (font (size 1.524 1.524) (thickness 0.3))) (tstamp 9fb9c1ec-f22f-4555-a2a8-3a45a9ebffb0) ) - (fp_poly (pts - (xy 0.643013 1.645941) - (xy 0.68632 1.651103) - (xy 0.72394 1.662067) - (xy 0.764306 1.680084) - (xy 0.835372 1.724453) - (xy 0.893053 1.782956) - (xy 0.941816 1.86044) - (xy 0.954641 1.886543) - (xy 0.98261 1.953252) - (xy 1.003548 2.021024) - (xy 1.018269 2.094908) - (xy 1.027587 2.179953) - (xy 1.032314 2.281209) - (xy 1.033338 2.3749) - (xy 1.031632 2.49234) - (xy 1.025972 2.589625) - (xy 1.015544 2.671802) - (xy 0.999535 2.743921) - (xy 0.977131 2.81103) - (xy 0.954641 2.863256) - (xy 0.906476 2.948573) - (xy 0.850497 3.012843) - (xy 0.783061 3.060078) - (xy 0.769334 3.067124) - (xy 0.695369 3.092876) - (xy 0.610662 3.10596) - (xy 0.526376 3.10534) - (xy 0.469272 3.095009) - (xy 0.385557 3.061364) - (xy 0.315018 3.010748) - (xy 0.256196 2.941376) - (xy 0.207631 2.851464) - (xy 0.167866 2.739229) - (xy 0.162406 2.719757) - (xy 0.152475 2.679263) - (xy 0.145267 2.638418) - (xy 0.140356 2.592012) - (xy 0.137313 2.534832) - (xy 0.135712 2.461668) - (xy 0.135181 2.3876) - (xy 0.135296 2.3749) - (xy 0.3175 2.3749) - (xy 0.322786 2.525076) - (xy 0.338567 2.653443) - (xy 0.364719 2.759732) - (xy 0.401123 2.843676) - (xy 0.447658 2.905008) - (xy 0.504203 2.943461) - (xy 0.570638 2.958769) - (xy 0.581655 2.959052) - (xy 0.625658 2.954624) - (xy 0.66545 2.943608) - (xy 0.672217 2.940506) - (xy 0.728307 2.897256) - (xy 0.773951 2.831044) - (xy 0.809079 2.742089) - (xy 0.833621 2.630613) - (xy 0.847508 2.496835) - (xy 0.8509 2.374899) - (xy 0.84559 2.223916) - (xy 0.829715 2.095155) - (xy 0.803357 1.988794) - (xy 0.766597 1.905013) - (xy 0.719517 1.843991) - (xy 0.662199 1.805907) - (xy 0.594724 1.79094) - (xy 0.5842 1.7907) - (xy 0.515272 1.80233) - (xy 0.45649 1.837104) - (xy 0.407934 1.894841) - (xy 0.369686 1.975363) - (xy 0.341828 2.07849) - (xy 0.324442 2.204044) - (xy 0.317609 2.351845) - (xy 0.3175 2.3749) - (xy 0.135296 2.3749) - (xy 0.136236 2.271291) - (xy 0.140783 2.17531) - (xy 0.149594 2.094727) - (xy 0.163442 2.024616) - (xy 0.183101 1.960048) - (xy 0.209342 1.896096) - (xy 0.213758 1.886543) - (xy 0.260804 1.802794) - (xy 0.315501 1.739399) - (xy 0.382318 1.691513) - (xy 0.404093 1.680084) - (xy 0.445582 1.661641) - (xy 0.483229 1.650876) - (xy 0.526854 1.645857) - (xy 0.5842 1.64465) - (xy 0.643013 1.645941) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 1e95e3a1-c7c6-4b97-b496-11676badaa3b)) - (fp_poly (pts - (xy -1.693787 1.645941) - (xy -1.65048 1.651103) - (xy -1.61286 1.662067) - (xy -1.572494 1.680084) - (xy -1.501428 1.724453) - (xy -1.443747 1.782956) - (xy -1.394984 1.86044) - (xy -1.382159 1.886543) - (xy -1.35419 1.953252) - (xy -1.333252 2.021024) - (xy -1.318531 2.094908) - (xy -1.309213 2.179953) - (xy -1.304486 2.281209) - (xy -1.303462 2.3749) - (xy -1.305168 2.49234) - (xy -1.310828 2.589625) - (xy -1.321256 2.671802) - (xy -1.337265 2.743921) - (xy -1.359669 2.81103) - (xy -1.382159 2.863256) - (xy -1.430324 2.948573) - (xy -1.486303 3.012843) - (xy -1.553739 3.060078) - (xy -1.567466 3.067124) - (xy -1.641431 3.092876) - (xy -1.726138 3.10596) - (xy -1.810424 3.10534) - (xy -1.867528 3.095009) - (xy -1.951243 3.061364) - (xy -2.021782 3.010748) - (xy -2.080604 2.941376) - (xy -2.129169 2.851464) - (xy -2.168934 2.739229) - (xy -2.174394 2.719757) - (xy -2.184325 2.679263) - (xy -2.191533 2.638418) - (xy -2.196444 2.592012) - (xy -2.199487 2.534832) - (xy -2.201088 2.461668) - (xy -2.201619 2.3876) - (xy -2.201504 2.3749) - (xy -2.0193 2.3749) - (xy -2.014014 2.525076) - (xy -1.998233 2.653443) - (xy -1.972081 2.759732) - (xy -1.935677 2.843676) - (xy -1.889142 2.905008) - (xy -1.832597 2.943461) - (xy -1.766162 2.958769) - (xy -1.755145 2.959052) - (xy -1.711142 2.954624) - (xy -1.67135 2.943608) - (xy -1.664583 2.940506) - (xy -1.608493 2.897256) - (xy -1.562849 2.831044) - (xy -1.527721 2.742089) - (xy -1.503179 2.630613) - (xy -1.489292 2.496835) - (xy -1.4859 2.374899) - (xy -1.49121 2.223916) - (xy -1.507085 2.095155) - (xy -1.533443 1.988794) - (xy -1.570203 1.905013) - (xy -1.617283 1.843991) - (xy -1.674601 1.805907) - (xy -1.742076 1.79094) - (xy -1.7526 1.7907) - (xy -1.821528 1.80233) - (xy -1.88031 1.837104) - (xy -1.928866 1.894841) - (xy -1.967114 1.975363) - (xy -1.994972 2.07849) - (xy -2.012358 2.204044) - (xy -2.019191 2.351845) - (xy -2.0193 2.3749) - (xy -2.201504 2.3749) - (xy -2.200564 2.271291) - (xy -2.196017 2.17531) - (xy -2.187206 2.094727) - (xy -2.173358 2.024616) - (xy -2.153699 1.960048) - (xy -2.127458 1.896096) - (xy -2.123042 1.886543) - (xy -2.075996 1.802794) - (xy -2.021299 1.739399) - (xy -1.954482 1.691513) - (xy -1.932707 1.680084) - (xy -1.891218 1.661641) - (xy -1.853571 1.650876) - (xy -1.809946 1.645857) - (xy -1.7526 1.64465) - (xy -1.693787 1.645941) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 28ce47ea-a1b4-4ccc-b388-4fb7299b9177)) - (fp_poly (pts - (xy 1.788049 2.256147) - (xy 1.821824 2.276725) - (xy 1.831486 2.2847) - (xy 1.863022 2.326385) - (xy 1.873573 2.371563) - (xy 1.866235 2.41585) - (xy 1.844109 2.454861) - (xy 1.810293 2.484211) - (xy 1.767887 2.499516) - (xy 1.719989 2.496391) - (xy 1.690497 2.484177) - (xy 1.650799 2.45029) - (xy 1.630659 2.407595) - (xy 1.628526 2.361411) - (xy 1.64285 2.317061) - (xy 1.672081 2.279863) - (xy 1.714668 2.255138) - (xy 1.759347 2.2479) - (xy 1.788049 2.256147) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 2bdbb408-d15e-48e8-b9a3-a667c51688eb)) - (fp_poly (pts - (xy -0.89643 -2.066616) - (xy -0.759089 -2.04695) - (xy -0.624349 -2.015696) - (xy -0.568325 -1.998681) - (xy -0.4699 -1.966415) - (xy -0.4699 -1.662457) - (xy -0.549275 -1.706631) - (xy -0.696207 -1.775273) - (xy -0.844946 -1.818638) - (xy -0.913086 -1.829997) - (xy -1.035075 -1.836736) - (xy -1.145647 -1.824889) - (xy -1.242924 -1.795247) - (xy -1.32503 -1.748599) - (xy -1.390088 -1.685738) - (xy -1.435096 -1.610097) - (xy -1.456863 -1.532405) - (xy -1.458952 -1.452134) - (xy -1.442839 -1.374659) - (xy -1.409998 -1.305354) - (xy -1.361903 -1.249595) - (xy -1.329988 -1.22694) - (xy -1.277226 -1.20203) - (xy -1.201331 -1.174606) - (xy -1.10437 -1.145319) - (xy -0.988412 -1.114821) - (xy -0.926007 -1.099801) - (xy -0.796304 -1.063289) - (xy -0.687083 -1.018557) - (xy -0.594176 -0.963517) - (xy -0.513417 -0.89608) - (xy -0.507188 -0.889919) - (xy -0.46171 -0.841681) - (xy -0.430213 -0.800054) - (xy -0.40666 -0.756017) - (xy -0.390327 -0.715305) - (xy -0.358772 -0.599426) - (xy -0.34655 -0.480313) - (xy -0.352894 -0.362192) - (xy -0.377037 -0.249288) - (xy -0.418212 -0.145828) - (xy -0.475651 -0.056036) - (xy -0.518442 -0.009692) - (xy -0.603529 0.055383) - (xy -0.703453 0.107953) - (xy -0.80885 0.143225) - (xy -0.823741 0.146558) - (xy -0.874751 0.154835) - (xy -0.940261 0.16208) - (xy -1.012889 0.167843) - (xy -1.085253 0.171672) - (xy -1.149971 0.173114) - (xy -1.199661 0.171718) - (xy -1.21285 0.170379) - (xy -1.306151 0.156927) - (xy -1.381399 0.144247) - (xy -1.445837 0.13081) - (xy -1.50671 0.115091) - (xy -1.571259 0.095562) - (xy -1.577975 0.093412) - (xy -1.7145 0.049527) - (xy -1.7145 -0.269005) - (xy -1.609725 -0.21243) - (xy -1.47812 -0.150015) - (xy -1.348539 -0.105097) - (xy -1.223101 -0.077487) - (xy -1.103923 -0.066996) - (xy -0.993123 -0.073432) - (xy -0.892819 -0.096608) - (xy -0.805129 -0.136332) - (xy -0.732171 -0.192416) - (xy -0.676063 -0.264669) - (xy -0.659009 -0.29762) - (xy -0.644371 -0.347714) - (xy -0.63651 -0.412684) - (xy -0.635788 -0.482829) - (xy -0.642568 -0.548451) - (xy -0.648616 -0.575574) - (xy -0.673827 -0.62911) - (xy -0.716831 -0.683017) - (xy -0.771151 -0.730177) - (xy -0.811995 -0.755139) - (xy -0.842913 -0.767605) - (xy -0.893402 -0.784359) - (xy -0.958312 -0.803851) - (xy -1.032495 -0.824529) - (xy -1.1049 -0.843367) - (xy -1.226057 -0.875529) - (xy -1.325704 -0.906296) - (xy -1.407551 -0.93733) - (xy -1.475303 -0.970292) - (xy -1.532667 -1.006846) - (xy -1.583351 -1.048652) - (xy -1.60131 -1.065942) - (xy -1.653592 -1.126874) - (xy -1.692491 -1.19411) - (xy -1.721017 -1.274069) - (xy -1.740449 -1.363047) - (xy -1.747151 -1.412448) - (xy -1.74769 -1.45705) - (xy -1.741671 -1.50772) - (xy -1.7336 -1.551339) - (xy -1.719547 -1.611141) - (xy -1.702026 -1.671018) - (xy -1.684534 -1.719173) - (xy -1.682399 -1.724059) - (xy -1.63359 -1.805289) - (xy -1.564523 -1.882026) - (xy -1.480336 -1.950253) - (xy -1.386166 -2.005953) - (xy -1.287152 -2.045109) - (xy -1.26365 -2.051496) - (xy -1.154752 -2.069348) - (xy -1.030331 -2.074234) - (xy -0.89643 -2.066616) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 2e8d3530-e2d6-4ea6-91ee-ff8f7ad53208)) - (fp_poly (pts - (xy -0.525387 1.645941) - (xy -0.48208 1.651103) - (xy -0.44446 1.662067) - (xy -0.404094 1.680084) - (xy -0.333028 1.724453) - (xy -0.275347 1.782956) - (xy -0.226584 1.86044) - (xy -0.213759 1.886543) - (xy -0.18579 1.953252) - (xy -0.164852 2.021024) - (xy -0.150131 2.094908) - (xy -0.140813 2.179953) - (xy -0.136086 2.281209) - (xy -0.135062 2.3749) - (xy -0.136768 2.49234) - (xy -0.142428 2.589625) - (xy -0.152856 2.671802) - (xy -0.168865 2.743921) - (xy -0.191269 2.81103) - (xy -0.213759 2.863256) - (xy -0.261924 2.948573) - (xy -0.317903 3.012843) - (xy -0.385339 3.060078) - (xy -0.399066 3.067124) - (xy -0.473031 3.092876) - (xy -0.557738 3.10596) - (xy -0.642024 3.10534) - (xy -0.699128 3.095009) - (xy -0.782843 3.061364) - (xy -0.853382 3.010748) - (xy -0.912204 2.941376) - (xy -0.960769 2.851464) - (xy -1.000534 2.739229) - (xy -1.005994 2.719757) - (xy -1.015925 2.679263) - (xy -1.023133 2.638418) - (xy -1.028044 2.592012) - (xy -1.031087 2.534832) - (xy -1.032688 2.461668) - (xy -1.033219 2.3876) - (xy -1.033104 2.3749) - (xy -0.8509 2.3749) - (xy -0.845614 2.525076) - (xy -0.829833 2.653443) - (xy -0.803681 2.759732) - (xy -0.767277 2.843676) - (xy -0.720742 2.905008) - (xy -0.664197 2.943461) - (xy -0.597762 2.958769) - (xy -0.586745 2.959052) - (xy -0.542742 2.954624) - (xy -0.50295 2.943608) - (xy -0.496183 2.940506) - (xy -0.440093 2.897256) - (xy -0.394449 2.831044) - (xy -0.359321 2.742089) - (xy -0.334779 2.630613) - (xy -0.320892 2.496835) - (xy -0.3175 2.374899) - (xy -0.32281 2.223916) - (xy -0.338685 2.095155) - (xy -0.365043 1.988794) - (xy -0.401803 1.905013) - (xy -0.448883 1.843991) - (xy -0.506201 1.805907) - (xy -0.573676 1.79094) - (xy -0.5842 1.7907) - (xy -0.653128 1.80233) - (xy -0.71191 1.837104) - (xy -0.760466 1.894841) - (xy -0.798714 1.975363) - (xy -0.826572 2.07849) - (xy -0.843958 2.204044) - (xy -0.850791 2.351845) - (xy -0.8509 2.3749) - (xy -1.033104 2.3749) - (xy -1.032164 2.271291) - (xy -1.027617 2.17531) - (xy -1.018806 2.094727) - (xy -1.004958 2.024616) - (xy -0.985299 1.960048) - (xy -0.959058 1.896096) - (xy -0.954642 1.886543) - (xy -0.907596 1.802794) - (xy -0.852899 1.739399) - (xy -0.786082 1.691513) - (xy -0.764307 1.680084) - (xy -0.722818 1.661641) - (xy -0.685171 1.650876) - (xy -0.641546 1.645857) - (xy -0.5842 1.64465) - (xy -0.525387 1.645941) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 2ebdf261-2075-43dd-b3cb-c604c155602f)) - (fp_poly (pts - (xy 1.811413 1.645941) - (xy 1.85472 1.651103) - (xy 1.89234 1.662067) - (xy 1.932706 1.680084) - (xy 2.003772 1.724453) - (xy 2.061453 1.782956) - (xy 2.110216 1.86044) - (xy 2.123041 1.886543) - (xy 2.15101 1.953252) - (xy 2.171948 2.021024) - (xy 2.186669 2.094908) - (xy 2.195987 2.179953) - (xy 2.200714 2.281209) - (xy 2.201738 2.3749) - (xy 2.200032 2.49234) - (xy 2.194372 2.589625) - (xy 2.183944 2.671802) - (xy 2.167935 2.743921) - (xy 2.145531 2.81103) - (xy 2.123041 2.863256) - (xy 2.074876 2.948573) - (xy 2.018897 3.012843) - (xy 1.951461 3.060078) - (xy 1.937734 3.067124) - (xy 1.863769 3.092876) - (xy 1.779062 3.10596) - (xy 1.694776 3.10534) - (xy 1.637672 3.095009) - (xy 1.553957 3.061364) - (xy 1.483418 3.010748) - (xy 1.424596 2.941376) - (xy 1.376031 2.851464) - (xy 1.336266 2.739229) - (xy 1.330806 2.719757) - (xy 1.320875 2.679263) - (xy 1.313667 2.638418) - (xy 1.308756 2.592012) - (xy 1.305713 2.534832) - (xy 1.304112 2.461668) - (xy 1.303581 2.3876) - (xy 1.303696 2.3749) - (xy 1.4859 2.3749) - (xy 1.491186 2.525076) - (xy 1.506967 2.653443) - (xy 1.533119 2.759732) - (xy 1.569523 2.843676) - (xy 1.616058 2.905008) - (xy 1.672603 2.943461) - (xy 1.739038 2.958769) - (xy 1.750055 2.959052) - (xy 1.794058 2.954624) - (xy 1.83385 2.943608) - (xy 1.840617 2.940506) - (xy 1.896707 2.897256) - (xy 1.942351 2.831044) - (xy 1.977479 2.742089) - (xy 2.002021 2.630613) - (xy 2.015908 2.496835) - (xy 2.0193 2.374899) - (xy 2.01399 2.223916) - (xy 1.998115 2.095155) - (xy 1.971757 1.988794) - (xy 1.934997 1.905013) - (xy 1.887917 1.843991) - (xy 1.830599 1.805907) - (xy 1.763124 1.79094) - (xy 1.7526 1.7907) - (xy 1.683672 1.80233) - (xy 1.62489 1.837104) - (xy 1.576334 1.894841) - (xy 1.538086 1.975363) - (xy 1.510228 2.07849) - (xy 1.492842 2.204044) - (xy 1.486009 2.351845) - (xy 1.4859 2.3749) - (xy 1.303696 2.3749) - (xy 1.304636 2.271291) - (xy 1.309183 2.17531) - (xy 1.317994 2.094727) - (xy 1.331842 2.024616) - (xy 1.351501 1.960048) - (xy 1.377742 1.896096) - (xy 1.382158 1.886543) - (xy 1.429204 1.802794) - (xy 1.483901 1.739399) - (xy 1.550718 1.691513) - (xy 1.572493 1.680084) - (xy 1.613982 1.661641) - (xy 1.651629 1.650876) - (xy 1.695254 1.645857) - (xy 1.7526 1.64465) - (xy 1.811413 1.645941) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 4df40261-f507-4d2a-9117-65f5a42a9a63)) - (fp_poly (pts - (xy -0.548751 2.256147) - (xy -0.514976 2.276725) - (xy -0.505314 2.2847) - (xy -0.473778 2.326385) - (xy -0.463227 2.371563) - (xy -0.470565 2.41585) - (xy -0.492691 2.454861) - (xy -0.526507 2.484211) - (xy -0.568913 2.499516) - (xy -0.616811 2.496391) - (xy -0.646303 2.484177) - (xy -0.686001 2.45029) - (xy -0.706141 2.407595) - (xy -0.708274 2.361411) - (xy -0.69395 2.317061) - (xy -0.664719 2.279863) - (xy -0.622132 2.255138) - (xy -0.577453 2.2479) - (xy -0.548751 2.256147) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 6c409618-bc1e-4e82-90ab-9f3895b71acd)) - (fp_poly (pts - (xy 3.745362 -3.655716) - (xy 3.787578 -3.654872) - (xy 3.920896 -3.65125) - (xy 3.902296 -3.5814) - (xy 3.893172 -3.544463) - (xy 3.880334 -3.488883) - (xy 3.865182 -3.420901) - (xy 3.849118 -3.346754) - (xy 3.840978 -3.30835) - (xy 3.810929 -3.16623) - (xy 3.776596 -3.005271) - (xy 3.739257 -2.831419) - (xy 3.70019 -2.650619) - (xy 3.660673 -2.468816) - (xy 3.651265 -2.4257) - (xy 3.631992 -2.337318) - (xy 3.609624 -2.234555) - (xy 3.586434 -2.127858) - (xy 3.564693 -2.027671) - (xy 3.556 -1.98755) - (xy 3.535836 -1.894489) - (xy 3.513392 -1.790979) - (xy 3.490875 -1.687194) - (xy 3.470492 -1.593312) - (xy 3.462331 -1.55575) - (xy 3.419776 -1.359939) - (xy 3.382245 -1.187222) - (xy 3.349363 -1.035871) - (xy 3.320759 -0.90416) - (xy 3.296058 -0.790362) - (xy 3.274886 -0.692751) - (xy 3.256871 -0.609599) - (xy 3.241639 -0.539181) - (xy 3.228816 -0.47977) - (xy 3.21803 -0.429638) - (xy 3.208905 -0.38706) - (xy 3.20107 -0.350308) - (xy 3.194151 -0.317656) - (xy 3.187773 -0.287378) - (xy 3.181565 -0.257746) - (xy 3.180782 -0.254) - (xy 3.165042 -0.180329) - (xy 3.147504 -0.100806) - (xy 3.13079 -0.027227) - (xy 3.122162 0.009525) - (xy 3.09407 0.127) - (xy 2.824842 0.127) - (xy 2.801319 0.009525) - (xy 2.788392 -0.052399) - (xy 2.774594 -0.114293) - (xy 2.762343 -0.16542) - (xy 2.759131 -0.1778) - (xy 2.749097 -0.217348) - (xy 2.735333 -0.274963) - (xy 2.717574 -0.351825) - (xy 2.695551 -0.449112) - (xy 2.668997 -0.568003) - (xy 2.637644 -0.709676) - (xy 2.610763 -0.83185) - (xy 2.594844 -0.902536) - (xy 2.579753 -0.966265) - (xy 2.566714 -1.018101) - (xy 2.556955 -1.053104) - (xy 2.553072 -1.064223) - (xy 2.542696 -1.100639) - (xy 2.54 -1.127088) - (xy 2.537773 -1.151176) - (xy 2.531401 -1.151451) - (xy 2.521344 -1.12908) - (xy 2.508061 -1.08523) - (xy 2.492013 -1.021067) - (xy 2.483652 -0.98425) - (xy 2.452423 -0.843185) - (xy 2.426191 -0.725045) - (xy 2.404523 -0.627944) - (xy 2.38699 -0.549995) - (xy 2.373161 -0.489309) - (xy 2.362606 -0.443999) - (xy 2.354895 -0.412178) - (xy 2.349596 -0.391958) - (xy 2.34628 -0.381452) - (xy 2.346098 -0.381) - (xy 2.340759 -0.36228) - (xy 2.331383 -0.323636) - (xy 2.319116 -0.270009) - (xy 2.305104 -0.206343) - (xy 2.298975 -0.1778) - (xy 2.283706 -0.106905) - (xy 2.268933 -0.039613) - (xy 2.256084 0.017649) - (xy 2.246591 0.058452) - (xy 2.244573 0.066675) - (xy 2.229425 0.127) - (xy 1.95937 0.127) - (xy 1.931451 -0.085725) - (xy 1.921221 -0.161856) - (xy 1.911076 -0.234136) - (xy 1.901875 -0.296658) - (xy 1.894482 -0.343514) - (xy 1.891212 -0.36195) - (xy 1.885714 -0.393842) - (xy 1.877522 -0.445985) - (xy 1.867373 -0.513465) - (xy 1.856003 -0.591364) - (xy 1.84415 -0.674768) - (xy 1.84172 -0.69215) - (xy 1.82973 -0.776616) - (xy 1.817909 -0.857089) - (xy 1.807029 -0.928515) - (xy 1.797862 -0.985841) - (xy 1.791182 -1.024014) - (xy 1.790254 -1.0287) - (xy 1.784337 -1.061423) - (xy 1.775623 -1.114679) - (xy 1.764826 -1.183848) - (xy 1.752661 -1.264306) - (xy 1.739845 -1.351433) - (xy 1.733279 -1.397) - (xy 1.719889 -1.490294) - (xy 1.70642 -1.583517) - (xy 1.693705 -1.670953) - (xy 1.682578 -1.746884) - (xy 1.67387 -1.805595) - (xy 1.67133 -1.82245) - (xy 1.662255 -1.882392) - (xy 1.653835 -1.938238) - (xy 1.647315 -1.981708) - (xy 1.645031 -1.997075) - (xy 1.637999 -2.0447) - (xy 1.915678 -2.0447) - (xy 1.924387 -1.958975) - (xy 1.929973 -1.907778) - (xy 1.937674 -1.842125) - (xy 1.946215 -1.772734) - (xy 1.950414 -1.7399) - (xy 1.956257 -1.693067) - (xy 1.964358 -1.625478) - (xy 1.974196 -1.541628) - (xy 1.985249 -1.446009) - (xy 1.996994 -1.343113) - (xy 2.00891 -1.237434) - (xy 2.012369 -1.2065) - (xy 2.02384 -1.105189) - (xy 2.03502 -1.009211) - (xy 2.045459 -0.922239) - (xy 2.054703 -0.847946) - (xy 2.062303 -0.790004) - (xy 2.067804 -0.752085) - (xy 2.069393 -0.74295) - (xy 2.075568 -0.704342) - (xy 2.0828 -0.64842) - (xy 2.090117 -0.583191) - (xy 2.095618 -0.52705) - (xy 2.103068 -0.44821) - (xy 2.109286 -0.39138) - (xy 2.114844 -0.353232) - (xy 2.120315 -0.330442) - (xy 2.126273 -0.319682) - (xy 2.131718 -0.3175) - (xy 2.139849 -0.328797) - (xy 2.149757 -0.357853) - (xy 2.156177 -0.384175) - (xy 2.163659 -0.419526) - (xy 2.175128 -0.473767) - (xy 2.189326 -0.540939) - (xy 2.204991 -0.615079) - (xy 2.214566 -0.6604) - (xy 2.232496 -0.745222) - (xy 2.253712 -0.845491) - (xy 2.276225 -0.951807) - (xy 2.298043 -1.05477) - (xy 2.311368 -1.1176) - (xy 2.327944 -1.195846) - (xy 2.343092 -1.267551) - (xy 2.355872 -1.328258) - (xy 2.365347 -1.373507) - (xy 2.370578 -1.398842) - (xy 2.370844 -1.400175) - (xy 2.377782 -1.4351) - (xy 2.677899 -1.4351) - (xy 2.692511 -1.362075) - (xy 2.703887 -1.307812) - (xy 2.71767 -1.245585) - (xy 2.72672 -1.2065) - (xy 2.73895 -1.153092) - (xy 2.755338 -1.078668) - (xy 2.775057 -0.987118) - (xy 2.797283 -0.882334) - (xy 2.82119 -0.768206) - (xy 2.845952 -0.648626) - (xy 2.869539 -0.5334) - (xy 2.883645 -0.464817) - (xy 2.896377 -0.404277) - (xy 2.906721 -0.3565) - (xy 2.913663 -0.326205) - (xy 2.915715 -0.318552) - (xy 2.924606 -0.305886) - (xy 2.935458 -0.315346) - (xy 2.948507 -0.347603) - (xy 2.963987 -0.40333) - (xy 2.982134 -0.483197) - (xy 2.994458 -0.543272) - (xy 3.029239 -0.717374) - (xy 3.059298 -0.866594) - (xy 3.084651 -0.991003) - (xy 3.105313 -1.090672) - (xy 3.121298 -1.165675) - (xy 3.132621 -1.216082) - (xy 3.139298 -1.241966) - (xy 3.140237 -1.2446) - (xy 3.145323 -1.263175) - (xy 3.154072 -1.301947) - (xy 3.16547 -1.356147) - (xy 3.1785 -1.421006) - (xy 3.186189 -1.4605) - (xy 3.2165 -1.61715) - (xy 3.243769 -1.75635) - (xy 3.26775 -1.876894) - (xy 3.288198 -1.977578) - (xy 3.304868 -2.057194) - (xy 3.317512 -2.114538) - (xy 3.325887 -2.148405) - (xy 3.327284 -2.153057) - (xy 3.334102 -2.178948) - (xy 3.344481 -2.224275) - (xy 3.357216 -2.283525) - (xy 3.371106 -2.351185) - (xy 3.377166 -2.381657) - (xy 3.399816 -2.496016) - (xy 3.422267 -2.608081) - (xy 3.44392 -2.714977) - (xy 3.46418 -2.813828) - (xy 3.482449 -2.901757) - (xy 3.498131 -2.97589) - (xy 3.510628 -3.033351) - (xy 3.519344 -3.071263) - (xy 3.523384 -3.0861) - (xy 3.528156 -3.104309) - (xy 3.536766 -3.143044) - (xy 3.548282 -3.197885) - (xy 3.561773 -3.26441) - (xy 3.574208 -3.3274) - (xy 3.594925 -3.432336) - (xy 3.61172 -3.514293) - (xy 3.625057 -3.575314) - (xy 3.635402 -3.617437) - (xy 3.643222 -3.642704) - (xy 3.648469 -3.652703) - (xy 3.662785 -3.654766) - (xy 3.696932 -3.6558) - (xy 3.745362 -3.655716) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 6eee2ef6-11f8-42c2-9b74-e1b124586257)) - (fp_poly (pts - (xy -2.675848 -2.061102) - (xy -2.55813 -2.02443) - (xy -2.453047 -1.966809) - (xy -2.361984 -1.888723) - (xy -2.333072 -1.855906) - (xy -2.291567 -1.796449) - (xy -2.249552 -1.721195) - (xy -2.2116 -1.639232) - (xy -2.182284 -1.55965) - (xy -2.179665 -1.551033) - (xy -2.155324 -1.447412) - (xy -2.136917 -1.32446) - (xy -2.124444 -1.187543) - (xy -2.117904 -1.042029) - (xy -2.117298 -0.893282) - (xy -2.122625 -0.746671) - (xy -2.133886 -0.607561) - (xy -2.15108 -0.481319) - (xy -2.174208 -0.373311) - (xy -2.179665 -0.353968) - (xy -2.231196 -0.216531) - (xy -2.298079 -0.099047) - (xy -2.379646 -0.00196) - (xy -2.475226 0.074282) - (xy -2.58415 0.129235) - (xy -2.705748 0.16245) - (xy -2.839352 0.173484) - (xy -2.959197 0.165435) - (xy -3.038151 0.151267) - (xy -3.106229 0.128724) - (xy -3.174401 0.093637) - (xy -3.21465 0.068312) - (xy -3.298123 0.001718) - (xy -3.368274 -0.080508) - (xy -3.428069 -0.182116) - (xy -3.449671 -0.228839) - (xy -3.482989 -0.316672) - (xy -3.509636 -0.412625) - (xy -3.530526 -0.521239) - (xy -3.546575 -0.647056) - (xy -3.55609 -0.756872) - (xy -3.561212 -0.876922) - (xy -3.245613 -0.876922) - (xy -3.244212 -0.772615) - (xy -3.241182 -0.67753) - (xy -3.236489 -0.59656) - (xy -3.230099 -0.534598) - (xy -3.227891 -0.5207) - (xy -3.200697 -0.397231) - (xy -3.166531 -0.296502) - (xy -3.124135 -0.216502) - (xy -3.072251 -0.155223) - (xy -3.00962 -0.110656) - (xy -2.956781 -0.087653) - (xy -2.882664 -0.06836) - (xy -2.814265 -0.066234) - (xy -2.7397 -0.081043) - (xy -2.732049 -0.083267) - (xy -2.660538 -0.11428) - (xy -2.599225 -0.162387) - (xy -2.547769 -0.228548) - (xy -2.505829 -0.313722) - (xy -2.473065 -0.418865) - (xy -2.449134 -0.544938) - (xy -2.433697 -0.692897) - (xy -2.426412 -0.863703) - (xy -2.4257 -0.944304) - (xy -2.429508 -1.128657) - (xy -2.441189 -1.289575) - (xy -2.461131 -1.427895) - (xy -2.489723 -1.544453) - (xy -2.527353 -1.640086) - (xy -2.574409 -1.715631) - (xy -2.631278 -1.771925) - (xy -2.69835 -1.809804) - (xy -2.776011 -1.830106) - (xy -2.83845 -1.834309) - (xy -2.932694 -1.823589) - (xy -3.014294 -1.791308) - (xy -3.083423 -1.73728) - (xy -3.140253 -1.661321) - (xy -3.184956 -1.563244) - (xy -3.217704 -1.442864) - (xy -3.221683 -1.4224) - (xy -3.229352 -1.365519) - (xy -3.235594 -1.288501) - (xy -3.240374 -1.196239) - (xy -3.24366 -1.093627) - (xy -3.245417 -0.985556) - (xy -3.245613 -0.876922) - (xy -3.561212 -0.876922) - (xy -3.562232 -0.900826) - (xy -3.560885 -1.052132) - (xy -3.552489 -1.202576) - (xy -3.537485 -1.343942) - (xy -3.518548 -1.457339) - (xy -3.48187 -1.592914) - (xy -3.430726 -1.715849) - (xy -3.366861 -1.823107) - (xy -3.292017 -1.911656) - (xy -3.2258 -1.966715) - (xy -3.159085 -2.008441) - (xy -3.09499 -2.037334) - (xy -3.023993 -2.056868) - (xy -2.943637 -2.069655) - (xy -2.804812 -2.076339) - (xy -2.675848 -2.061102) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 7eca0bd1-a6d7-4c5c-8e0f-7894f2fc9cb5)) - (fp_poly (pts - (xy 2.9591 -2.7305) - (xy -4.191 -2.7305) - (xy -4.191 0.7366) - (xy 4.2037 0.7366) - (xy 4.203738 -0.968375) - (xy 4.203806 -1.178878) - (xy 4.203993 -1.3852) - (xy 4.204292 -1.585612) - (xy 4.204696 -1.778385) - (xy 4.205197 -1.961788) - (xy 4.205789 -2.134094) - (xy 4.206462 -2.293571) - (xy 4.20721 -2.43849) - (xy 4.208026 -2.567123) - (xy 4.208901 -2.677738) - (xy 4.209829 -2.768607) - (xy 4.210801 -2.838001) - (xy 4.211811 -2.884189) - (xy 4.212087 -2.892425) - (xy 4.220397 -3.1115) - (xy 4.572 -3.1115) - (xy 4.572 1.1049) - (xy -4.572 1.1049) - (xy -4.572 -3.1115) - (xy 2.9591 -3.1115) - (xy 2.9591 -2.7305) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 83e45e9a-1d1a-41a3-8677-0328e597ab7c)) - (fp_poly (pts - (xy -2.48285 1.82245) - (xy -3.1242 1.829236) - (xy -3.1242 2.2479) - (xy -2.5146 2.2479) - (xy -2.5146 2.413) - (xy -3.1242 2.413) - (xy -3.1242 2.921) - (xy -2.4638 2.921) - (xy -2.4638 3.0861) - (xy -3.3147 3.0861) - (xy -3.3147 1.6637) - (xy -2.475288 1.6637) - (xy -2.48285 1.82245) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 87b3b4a3-a3b2-4b39-b532-b874dff7a487)) - (fp_poly (pts - (xy -1.717151 2.256147) - (xy -1.683376 2.276725) - (xy -1.673714 2.2847) - (xy -1.642178 2.326385) - (xy -1.631627 2.371563) - (xy -1.638965 2.41585) - (xy -1.661091 2.454861) - (xy -1.694907 2.484211) - (xy -1.737313 2.499516) - (xy -1.785211 2.496391) - (xy -1.814703 2.484177) - (xy -1.854401 2.45029) - (xy -1.874541 2.407595) - (xy -1.876674 2.361411) - (xy -1.86235 2.317061) - (xy -1.833119 2.279863) - (xy -1.790532 2.255138) - (xy -1.745853 2.2479) - (xy -1.717151 2.256147) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp a93f0bd2-b2a4-4c11-b612-0d8bf29d9ba3)) - (fp_poly (pts - (xy 0.619649 2.256147) - (xy 0.653424 2.276725) - (xy 0.663086 2.2847) - (xy 0.694622 2.326385) - (xy 0.705173 2.371563) - (xy 0.697835 2.41585) - (xy 0.675709 2.454861) - (xy 0.641893 2.484211) - (xy 0.599487 2.499516) - (xy 0.551589 2.496391) - (xy 0.522097 2.484177) - (xy 0.482399 2.45029) - (xy 0.462259 2.407595) - (xy 0.460126 2.361411) - (xy 0.47445 2.317061) - (xy 0.503681 2.279863) - (xy 0.546268 2.255138) - (xy 0.590947 2.2479) - (xy 0.619649 2.256147) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp ab669170-b3da-4998-8863-98a395de0f68)) - (fp_poly (pts - (xy 1.4351 0.140506) - (xy 1.13665 0.13335) - (xy 1.133332 -0.384175) - (xy 1.130015 -0.9017) - (xy 0.3429 -0.9017) - (xy 0.3429 0.1397) - (xy 0.0381 0.1397) - (xy 0.0381 -2.0447) - (xy 0.3429 -2.0447) - (xy 0.3429 -1.1557) - (xy 1.12997 -1.1557) - (xy 1.13665 -2.03835) - (xy 1.285875 -2.041929) - (xy 1.4351 -2.045507) - (xy 1.4351 0.140506) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp d3a17392-e4d3-4e51-8653-4ef47e53d0c5)) - (fp_poly (pts - (xy -4.365625 1.664143) - (xy -4.222845 1.66851) - (xy -4.101725 1.681498) - (xy -3.999706 1.704072) - (xy -3.914229 1.737199) - (xy -3.842736 1.781843) - (xy -3.782668 1.838969) - (xy -3.73648 1.901506) - (xy -3.699679 1.968607) - (xy -3.672322 2.041119) - (xy -3.653209 2.124081) - (xy -3.641136 2.222533) - (xy -3.635401 2.325451) - (xy -3.636466 2.480369) - (xy -3.65103 2.614751) - (xy -3.679435 2.729787) - (xy -3.722022 2.826666) - (xy -3.779133 2.906579) - (xy -3.811707 2.939172) - (xy -3.872158 2.986509) - (xy -3.938282 3.023371) - (xy -4.013736 3.050727) - (xy -4.102174 3.069543) - (xy -4.207254 3.080785) - (xy -4.332631 3.085421) - (xy -4.365625 3.085656) - (xy -4.5466 3.0861) - (xy -4.5466 2.584885) - (xy -4.353824 2.584885) - (xy -4.353709 2.682152) - (xy -4.353288 2.766402) - (xy -4.352578 2.834914) - (xy -4.351596 2.884964) - (xy -4.350358 2.913827) - (xy -4.34958 2.919674) - (xy -4.334099 2.927714) - (xy -4.299552 2.931262) - (xy -4.251805 2.930669) - (xy -4.196727 2.926286) - (xy -4.140186 2.918461) - (xy -4.088049 2.907545) - (xy -4.072158 2.903129) - (xy -4.003668 2.874798) - (xy -3.948156 2.833702) - (xy -3.904411 2.777624) - (xy -3.871223 2.704348) - (xy -3.847382 2.611659) - (xy -3.831676 2.49734) - (xy -3.828228 2.456593) - (xy -3.825916 2.362817) - (xy -3.831257 2.261536) - (xy -3.84329 2.162237) - (xy -3.861052 2.074405) - (xy -3.870197 2.042574) - (xy -3.905931 1.966475) - (xy -3.959089 1.907104) - (xy -4.030435 1.864021) - (xy -4.12073 1.836782) - (xy -4.230736 1.824944) - (xy -4.245638 1.824531) - (xy -4.34975 1.82245) - (xy -4.353066 2.3622) - (xy -4.353615 2.477327) - (xy -4.353824 2.584885) - (xy -4.5466 2.584885) - (xy -4.5466 1.6637) - (xy -4.365625 1.664143) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp d916be8d-4081-4f93-9ea8-ab5fccfad505)) - (fp_poly (pts - (xy 4.521382 1.711325) - (xy 4.516675 1.735871) - (xy 4.502514 1.783699) - (xy 4.478991 1.854547) - (xy 4.446198 1.948159) - (xy 4.404225 2.064274) - (xy 4.353164 2.202636) - (xy 4.293105 2.362985) - (xy 4.27063 2.422525) - (xy 4.019694 3.0861) - (xy 3.822905 3.0861) - (xy 3.841911 3.038475) - (xy 3.850269 3.017301) - (xy 3.866888 2.974993) - (xy 3.890783 2.914071) - (xy 3.920963 2.837057) - (xy 3.956443 2.746472) - (xy 3.996234 2.644837) - (xy 4.039348 2.534674) - (xy 4.084798 2.418503) - (xy 4.086951 2.413) - (xy 4.312984 1.83515) - (xy 3.978942 1.831767) - (xy 3.6449 1.828385) - (xy 3.6449 1.6637) - (xy 4.5212 1.6637) - (xy 4.521382 1.711325) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp e43c1515-8365-4294-86c6-251682b0cf92)) - (fp_poly (pts - (xy 3.0734 2.921) - (xy 3.3655 2.921) - (xy 3.3655 3.0861) - (xy 2.5908 3.0861) - (xy 2.5908 2.921) - (xy 2.8956 2.921) - (xy 2.8956 2.38125) - (xy 2.895512 2.248718) - (xy 2.895199 2.13942) - (xy 2.894582 2.05119) - (xy 2.893586 1.981863) - (xy 2.892133 1.929274) - (xy 2.890147 1.891256) - (xy 2.88755 1.865645) - (xy 2.884266 1.850274) - (xy 2.880218 1.842978) - (xy 2.876445 1.8415) - (xy 2.856731 1.844303) - (xy 2.818343 1.851887) - (xy 2.767282 1.86301) - (xy 2.722919 1.87325) - (xy 2.667087 1.886191) - (xy 2.620207 1.896589) - (xy 2.587913 1.903223) - (xy 2.576393 1.905) - (xy 2.570599 1.893331) - (xy 2.567643 1.86225) - (xy 2.567994 1.820132) - (xy 2.57175 1.735265) - (xy 2.7305 1.69986) - (xy 2.80804 1.684403) - (xy 2.883893 1.672533) - (xy 2.94939 1.665484) - (xy 2.981325 1.664077) - (xy 3.0734 1.6637) - (xy 3.0734 2.921) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp fbc1a9ef-9511-46da-a87d-7cdfa5f53d10)) - ) - - (footprint "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" (layer "F.Cu") - (tedit 5B7745C2) (tstamp 00000000-0000-0000-0000-00005ec2124e) - (at 298.57 43.73 180) - (descr "JST PH series connector, B4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator") - (tags "connector JST PH side entry") - (property "Checked" "y") - (property "Distributor" "Digikey") - (property "Manufacturer" "JST") - (property "Manufacturer_No" "B4B-PH-K-S(LF)(SN)") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006829185c") - (attr through_hole) - (fp_text reference "J21" (at 8.67 2.03 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp bb03abd9-8620-4a25-a684-aeb94423dd29) - ) - (fp_text value "Conn_01x04" (at 3 4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0c728b18-f968-4824-ab5d-8e262c12b622) - ) - (fp_text user "${REFERENCE}" (at 3 1.5) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp f32ac2b7-db9d-4419-a4fa-ab72c10fdd32) - ) - (fp_line (start 2.9 1.8) (end 3.1 1.8) (layer "F.SilkS") (width 0.12) (tstamp 0c54b141-3faa-4efe-b2be-aec53b358117)) - (fp_line (start 4.9 2.3) (end 4.9 1.8) (layer "F.SilkS") (width 0.12) (tstamp 0c65eaa7-891c-459b-b384-42176c06ccd0)) - (fp_line (start 5 2.3) (end 5 1.8) (layer "F.SilkS") (width 0.12) (tstamp 11e2d52b-6c72-4ab8-8895-eed2bf6b6146)) - (fp_line (start 0.5 -1.81) (end 0.5 -1.2) (layer "F.SilkS") (width 0.12) (tstamp 13bf6c9d-62c4-416f-b021-69b02088200b)) - (fp_line (start 7.45 2.3) (end 7.45 -1.2) (layer "F.SilkS") (width 0.12) (tstamp 1db6f7f0-0fd4-45ff-840e-16da74a5ac55)) - (fp_line (start 0.9 1.8) (end 1.1 1.8) (layer "F.SilkS") (width 0.12) (tstamp 30d338ed-ba8a-41f7-ba55-9605fddf473d)) - (fp_line (start 8.06 -1.81) (end -2.06 -1.81) (layer "F.SilkS") (width 0.12) (tstamp 36148111-52d3-47ca-bacd-0a2c5de78831)) - (fp_line (start -2.06 2.91) (end 8.06 2.91) (layer "F.SilkS") (width 0.12) (tstamp 3eef679f-1a8d-4057-a77c-575f3b4f3143)) - (fp_line (start -0.6 -2.01) (end -0.6 -1.81) (layer "F.SilkS") (width 0.12) (tstamp 50b6243e-e9a7-4f6d-bcdf-77e1cdf1c0ff)) - (fp_line (start 2.9 2.3) (end 2.9 1.8) (layer "F.SilkS") (width 0.12) (tstamp 5443504f-9cfb-4278-b3ad-a89286695197)) - (fp_line (start 1.1 1.8) (end 1.1 2.3) (layer "F.SilkS") (width 0.12) (tstamp 54aea402-68b8-4b40-9277-c7a62df6fe49)) - (fp_line (start 0.9 2.3) (end 0.9 1.8) (layer "F.SilkS") (width 0.12) (tstamp 56d416cc-e402-4de2-8353-c7d980478b86)) - (fp_line (start 8.06 2.91) (end 8.06 -1.81) (layer "F.SilkS") (width 0.12) (tstamp 6f540ddd-435c-42ed-a5e8-e1598caf1890)) - (fp_line (start 4.9 1.8) (end 5.1 1.8) (layer "F.SilkS") (width 0.12) (tstamp 6fecc712-5062-4f01-9dc5-d799caa8b437)) - (fp_line (start -1.11 -2.11) (end -2.36 -2.11) (layer "F.SilkS") (width 0.12) (tstamp 7738bb59-8056-4cdd-bbaa-829853047c23)) - (fp_line (start 1 2.3) (end 1 1.8) (layer "F.SilkS") (width 0.12) (tstamp 7d6afea1-5fae-41fb-a306-5d68aed44dfb)) - (fp_line (start 8.06 0.8) (end 7.45 0.8) (layer "F.SilkS") (width 0.12) (tstamp 7f10561b-a486-4098-8298-36ef942839b7)) - (fp_line (start 3 2.3) (end 3 1.8) (layer "F.SilkS") (width 0.12) (tstamp 84fce9df-5a8e-46a4-885a-2690313ae4fe)) - (fp_line (start -0.3 -1.81) (end -0.3 -2.01) (layer "F.SilkS") (width 0.12) (tstamp 8f98c008-6e9c-44cb-a139-bc2c548a99d1)) - (fp_line (start -2.06 -0.5) (end -1.45 -0.5) (layer "F.SilkS") (width 0.12) (tstamp 94ee0988-6ed0-434b-9763-80f280b6ae62)) - (fp_line (start 8.06 -0.5) (end 7.45 -0.5) (layer "F.SilkS") (width 0.12) (tstamp a87ba9fe-9e45-409b-a106-1518f58db5f8)) - (fp_line (start -0.3 -2.01) (end -0.6 -2.01) (layer "F.SilkS") (width 0.12) (tstamp accf3e06-d77e-4d7b-b1cc-a7119bd37ab4)) - (fp_line (start 0.5 -1.2) (end -1.45 -1.2) (layer "F.SilkS") (width 0.12) (tstamp b3a61c43-5790-4427-bde7-23f75405ad07)) - (fp_line (start 5.1 1.8) (end 5.1 2.3) (layer "F.SilkS") (width 0.12) (tstamp bdf10f3e-89ed-4626-a8be-9450def9e6fc)) - (fp_line (start 7.45 -1.2) (end 5.5 -1.2) (layer "F.SilkS") (width 0.12) (tstamp c6969bce-a546-4973-8a25-efbec12cdb6b)) - (fp_line (start -2.06 0.8) (end -1.45 0.8) (layer "F.SilkS") (width 0.12) (tstamp d7258d9b-271b-4984-ab8c-7e989642bd0f)) - (fp_line (start -1.45 2.3) (end 7.45 2.3) (layer "F.SilkS") (width 0.12) (tstamp d9d10cd1-6a0e-4557-b877-3c77014dc20b)) - (fp_line (start -1.45 -1.2) (end -1.45 2.3) (layer "F.SilkS") (width 0.12) (tstamp dd3628d4-aed8-4def-92d4-784dcfac2b74)) - (fp_line (start -2.06 -1.81) (end -2.06 2.91) (layer "F.SilkS") (width 0.12) (tstamp e05b60ef-7804-44f7-9499-e1cb23b3a17c)) - (fp_line (start 5.5 -1.2) (end 5.5 -1.81) (layer "F.SilkS") (width 0.12) (tstamp e063b4ab-2db8-48fb-9897-d4e83ef80b79)) - (fp_line (start -0.3 -1.91) (end -0.6 -1.91) (layer "F.SilkS") (width 0.12) (tstamp e5fa3807-fe16-485d-ac67-10ddece64ea9)) - (fp_line (start -2.36 -2.11) (end -2.36 -0.86) (layer "F.SilkS") (width 0.12) (tstamp ec6d8f87-6bf1-4042-878a-540de24ace9f)) - (fp_line (start 3.1 1.8) (end 3.1 2.3) (layer "F.SilkS") (width 0.12) (tstamp ede13b31-6d3c-4574-a3e5-d3c1491fc25b)) - (fp_line (start 8.45 -2.2) (end -2.45 -2.2) (layer "F.CrtYd") (width 0.05) (tstamp 42441339-c484-41d9-9086-73590e6ec705)) - (fp_line (start -2.45 3.3) (end 8.45 3.3) (layer "F.CrtYd") (width 0.05) (tstamp 7550319c-605d-4eb1-8bab-3e3943a07017)) - (fp_line (start -2.45 -2.2) (end -2.45 3.3) (layer "F.CrtYd") (width 0.05) (tstamp abf1a378-b26d-4f63-a737-16057771a1c0)) - (fp_line (start 8.45 3.3) (end 8.45 -2.2) (layer "F.CrtYd") (width 0.05) (tstamp eeb77345-a8b0-450e-b920-66eb2d5ef2ec)) - (fp_line (start -1.11 -2.11) (end -2.36 -2.11) (layer "F.Fab") (width 0.1) (tstamp 34494d29-61eb-47a4-b96d-121d9be54ca4)) - (fp_line (start -1.95 2.8) (end 7.95 2.8) (layer "F.Fab") (width 0.1) (tstamp 59a79b15-5226-4f1f-b71f-51d5a560a259)) - (fp_line (start -1.95 -1.7) (end -1.95 2.8) (layer "F.Fab") (width 0.1) (tstamp 77a6ba2e-b60a-474e-ae64-d3d260bba117)) - (fp_line (start 7.95 -1.7) (end -1.95 -1.7) (layer "F.Fab") (width 0.1) (tstamp 7b1ff0ce-a973-4e59-9f76-7b791c5462f0)) - (fp_line (start 7.95 2.8) (end 7.95 -1.7) (layer "F.Fab") (width 0.1) (tstamp 821c7ac9-9ad6-457d-af0a-87d2c27cf0e0)) - (fp_line (start -2.36 -2.11) (end -2.36 -0.86) (layer "F.Fab") (width 0.1) (tstamp d5e82239-7e10-473b-a82e-9ae1c9c4d798)) - (pad "1" thru_hole roundrect locked (at 0 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) (roundrect_rratio 0.2083333333) - (net 553 "Net-(C159-Pad2)") (pinfunction "Pin_1") (pintype "passive") (tstamp 0b48bddd-9e3a-49db-86a5-adfd37fa7814)) - (pad "2" thru_hole oval locked (at 2 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) - (net 554 "Net-(C159-Pad1)") (pinfunction "Pin_2") (pintype "passive") (tstamp 5630bc18-9f92-4e53-8fa3-9dd62fc9abac)) - (pad "3" thru_hole oval locked (at 4 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) - (net 552 "Net-(C157-Pad2)") (pinfunction "Pin_3") (pintype "passive") (tstamp ca70860a-da8a-4727-a2db-cd61b963078b)) - (pad "4" thru_hole oval locked (at 6 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) - (net 551 "Net-(C156-Pad1)") (pinfunction "Pin_4") (pintype "passive") (tstamp 1fd69ed5-e2f0-4d41-890b-6f9e2a1413c9)) - (model "${KISYS3DMOD}/Connector_JST.3dshapes/JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005ec253d8) - (at 99.9 61.5 180) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "GRM188R6YA106MA73D") - (property "Sheetfile" "reform2-pcie.kicad_sch") - (property "Sheetname" "Reform 2 PCIe") - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006152db10") - (attr smd) - (fp_text reference "C155" (at 2.8 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp c895137a-b7ef-4481-8863-f5f22e2c01de) - ) - (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp de071b7a-959b-4b10-882e-0b4d953109d3) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 33cb9cb0-a5b3-4488-bb4a-b811665fc727) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 05d46170-4ee4-4885-b67d-dd73014d4185)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 24a65d5e-f0a4-4294-8bf6-f554e7911e5c)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0f921f6c-b8c9-4283-8875-bd39e34298e4)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 43877775-e08d-4415-b999-7925be7e5d0b)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b87d0dbf-03c3-4477-b1ba-d933ded3daaf)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e535ead7-2d04-4132-acdc-efb113b2ccd0)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 457c7cb0-05e1-4b2c-b191-45d9988a120d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 555c8e44-fd7f-495f-a7da-284c04c17e0a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 73dd7034-62f4-4d17-857e-f2cc611b4247)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9b440cf6-9573-45d7-a486-582e9cf27309)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "+3V3") (pintype "passive") (tstamp e6b02edc-0558-443e-8fa5-21c061825d25)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp c5aa588c-6f55-48e6-a20f-31e346bdf5f1)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005ec27706) - (at 126.1 58 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "RC0603FR-1049R9L") - (property "Sheetfile" "reform2-pcie.kicad_sch") - (property "Sheetname" "Reform 2 PCIe") - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eae91fb") - (attr smd) - (fp_text reference "R148" (at 0.1 1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp f4f8b688-d3fb-48ce-87d6-606120a1da92) - ) - (fp_text value "49.9" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c160808f-c500-47a0-8524-9aa28000860f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp b1fd98a4-29fe-4c14-9701-ce17a1f0931a) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 5171d693-aba4-4fcf-8a43-099838eacde9)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 877c95e2-4be3-41bf-8b7f-374159a29a5e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 42853936-d08c-43d8-9db1-72c13196c781)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5ffb2ccd-1c6c-4317-86d5-c055be8374a2)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c3939c37-71ca-4339-bb47-ddb91e6fc5a1)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp dc00115d-7d18-41c5-af39-dce8c9e4a119)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 199eda17-a050-4f3a-98e0-9df014226aa8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3c6f34f3-caa7-4254-a09a-33caad771f01)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 74ffa753-b1a8-477c-840a-f1aea7100fc1)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e6ceb2c6-b5c9-4214-98e7-d151b7cc8072)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp 4eb487ac-4e13-47ef-9644-8c299df3e94e)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 168 "PCIE1_CLK_N") (pintype "passive") (tstamp af76d4cf-203b-40ae-9f9b-047c74fb0898)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005ec27ce7) - (at 111.95 61.85) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "RC0603FR-0710KL") - (property "Sheetfile" "reform2-pcie.kicad_sch") - (property "Sheetname" "Reform 2 PCIe") - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006155903f") - (attr smd) - (fp_text reference "R196" (at -2.85 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 5420b3d2-3b81-41bc-a945-fc1af2373c26) - ) - (fp_text value "10k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c5369e2a-a919-48fa-bc3b-e863461426e5) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 87ce9270-74fd-4b2b-a113-ceacc305b165) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1e400462-c4e6-4271-b634-4d0b01110293)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 69a5eac0-f606-4322-b026-aa9dc2117de4)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1115c196-6b6e-4d77-8868-46ac5d6f5d42)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 349267f8-136f-49eb-a8cf-234c3d7e0a82)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ba577110-f9f2-4d1c-8b79-a7500fd9778d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d8c14d4e-8651-4a79-9b96-95036a6729fc)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0fd16f0c-59f4-4df5-82b2-48873074bdb6)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 44a2e357-13c1-46dd-abaf-3cca154550ea)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 721ec349-3733-4296-98cf-10829de43291)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a2eec985-6708-490e-ac72-40f380b5d949)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 544 "Net-(R196-Pad1)") (pintype "passive") (tstamp ca9f8329-bc4f-4d40-a327-19ea7daa4484)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "+3V3") (pintype "passive") (tstamp f6a9efdd-bb86-413e-a593-c8b5816d58a3)) - (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 "footprints:TSOT-25" (layer "F.Cu") - (tedit 55EFFDDA) (tstamp 00000000-0000-0000-0000-00005ec289c3) - (at 105.6 58.8 90) - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Diodes, Inc.") - (property "Manufacturer_No" "AP22815AWT-7") - (property "Sheetfile" "reform2-pcie.kicad_sch") - (property "Sheetname" "Reform 2 PCIe") - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006139194c") - (attr through_hole) - (fp_text reference "U20" (at -0.02 -2.6 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 45c2d830-6775-49ab-b66e-72e1cbddf15b) - ) - (fp_text value "AP22815" (at 0 -0.5 90) (layer "F.Fab") - (effects (font (size 0.15 0.15) (thickness 0.0375))) - (tstamp 5bb93a8b-cdd8-4b7c-a0a1-0e6200fe7e93) - ) - (fp_line (start -1.5 0.9) (end -1.5 -0.9) (layer "F.SilkS") (width 0.15) (tstamp 20a4cd5f-d559-46ee-805e-270d8d009c39)) - (fp_line (start 1.5 -0.9) (end 1.5 0.9) (layer "F.SilkS") (width 0.15) (tstamp 2d9e73bd-f17b-4a25-9d34-c98fde317172)) - (fp_line (start 1.5 0.9) (end -1.5 0.9) (layer "F.SilkS") (width 0.15) (tstamp a8327b0e-c72c-46bb-94ac-f14b524e05ce)) - (fp_line (start -1.5 -0.9) (end 1.5 -0.9) (layer "F.SilkS") (width 0.15) (tstamp faf2d011-cf84-451f-9b14-611477914b1a)) - (fp_circle (center -1 0.4) (end -0.95 0.5) (layer "F.SilkS") (width 0.15) (fill none) (tstamp d020526d-3aed-4223-a878-631e88c8116a)) - (pad "1" smd rect locked (at -0.95 1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 109 "Net-(FB3-Pad1)") (pinfunction "OUT") (pintype "power_out") (tstamp 7421e8e9-f867-4907-99fa-32857cd73f2c)) - (pad "2" smd rect locked (at 0 1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 379d9678-d524-4273-b5ae-4d561f5b0289)) - (pad "3" smd rect locked (at 0.95 1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 544 "Net-(R196-Pad1)") (pinfunction "FLG") (pintype "bidirectional") (tstamp 807d157d-a3f1-479f-bb5b-76f79240c857)) - (pad "4" smd rect locked (at 0.95 -1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 596 "PCIE1_PWR_EN") (pinfunction "EN") (pintype "input") (tstamp dab246d4-0a54-4392-bc90-9c13d00a0ea4)) - (pad "5" smd rect locked (at -0.95 -1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 20 "+3V3") (pinfunction "IN") (pintype "power_in") (tstamp 5aade72f-5293-4bad-a67e-541d334364db)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TSOT-23-5.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 -90)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005ec5ba67) - (at 61.75 47.7 180) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Bourns") - (property "Manufacturer_No" "CR0603-FX-2702ELF") - (property "Sheetfile" "reform2-hdmi.kicad_sch") - (property "Sheetname" "Reform 2 HDMI") - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005eeb5b3a") - (attr smd) - (fp_text reference "R192" (at -2.75 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp caec4e4c-7736-4b9c-b21f-dc545f09f1ce) - ) - (fp_text value "27k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a1d3d6f9-7026-41a1-8943-19236264caae) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp fd723ef7-a058-42e7-98e9-bc5a107c5e0c) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp baf1b9fa-2bf6-4e96-a9af-7243101e7dad)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp eaa754b9-4581-404d-8368-04bc36162dc9)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 101ffa1a-47ad-496e-aebc-2719acd3d008)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 467e50c6-ce6c-40c6-9870-d881a7e5faa5)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a6f6d19f-a0de-41aa-af69-b9be9a9ae747)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e7e3b26c-81be-4d2a-9315-3e4d95dcc73b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b3457ed3-f7b9-4b63-8239-2a480489ff33)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bfb23421-88f5-455b-93c7-2b295efaecf2)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c029e33f-db7d-4179-ad85-938c20a1e6b9)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ed517428-3316-4a87-b786-60e0760dca8b)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "+3V3") (pintype "passive") (tstamp 5a6e63f3-e4e2-4fdf-a909-4d69e7fda6cf)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 41 "Net-(J4-Pad13)") (pintype "passive") (tstamp db17b2cd-04a7-4e74-8fd7-e02afce581c6)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005ec5baf8) - (at 61.75 49.5) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Vishay Dale") - (property "Manufacturer_No" "CRCW060347K0FKEAC") - (property "Sheetfile" "reform2-hdmi.kicad_sch") - (property "Sheetname" "Reform 2 HDMI") - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005eeb1bce") - (attr smd) - (fp_text reference "R197" (at 2.75 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 54a3738d-b110-4191-a284-341d4a56bd45) - ) - (fp_text value "47k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6231c38e-7d0e-4f67-90b6-0b7cf4194d2f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 56972219-6a45-4f27-aee4-761c573dd70b) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 515d53ce-1992-42bb-9e15-ad00d4f50b0d)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b5ad8059-f156-48e2-b882-3d71af583ce6)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0c7334ef-9575-43c3-92ba-56ba6d70d6a0)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 32e5d1e7-516a-47bf-bba7-8984b1133a4e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a627f4f1-7028-4679-b1ea-352aaa0e57b6)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ca8ee22a-639e-4347-ba6d-3e1c2ebb3c5b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 156c09f6-f5b9-4986-acbb-1d44c7b12e79)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6d76723b-3265-410a-9747-d4d30930e2b8)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c7922695-386e-40ab-a77b-695503d15d72)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e1319cb6-955a-4b63-a461-ca1f986b4ca8)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 135 "HDMI_CEC") (pintype "passive") (tstamp af67c0be-5dec-450b-9861-4b9819408e4c)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "+3V3") (pintype "passive") (tstamp a9225d5c-580e-466c-97e2-083739bef2b7)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005ec5bb09) - (at 142.6 54.5 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "RC0603FR-1049R9L") - (property "Sheetfile" "reform2-pcie.kicad_sch") - (property "Sheetname" "Reform 2 PCIe") - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eec4c35") - (attr smd) - (fp_text reference "R198" (at 0 -1.43 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp a7e2d02b-22e1-40cb-9594-32fa016c0d9f) - ) - (fp_text value "49.9" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9d9b0038-d33f-4fe7-9157-ae78fac02888) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp b12f1bc9-fdb1-455e-8fd1-55b2077e1ccd) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d4f3aa5b-df13-4158-916c-fd08a64e05de)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp f5972d59-dfaf-43ed-a3d1-25b1408c851b)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3e75aa20-848e-4666-9d0e-e4ea9d73733c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a824687f-4e67-46fe-a5ba-f368bcf2999e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b577a7c4-2da9-4cab-9d27-f1ed958c9472)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp fca2137d-5086-4d8c-b403-a9187e7966b4)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp acdd6dc1-a94b-4f48-8ef5-730a1f49ee71)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp cf729daf-2202-41c2-b607-b59930aecd08)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d103106d-0565-4c8a-9438-4d3628a66600)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f9782c2e-8010-4d16-9dc0-b355d9f7de53)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp fc82c522-a303-46a3-8404-79e6d132bf53)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 556 "/Reform 2 PCIe/RCLKC_P") (pintype "passive") (tstamp 766d2591-b9f2-4b35-8662-4630044b1d0f)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005ec609e2) - (at 142.6 57.75 90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "RC0603FR-1049R9L") - (property "Sheetfile" "reform2-pcie.kicad_sch") - (property "Sheetname" "Reform 2 PCIe") - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eec4c40") - (attr smd) - (fp_text reference "R199" (at 0 -1.3 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp b47117da-4a35-4722-9d6e-9ba04768aa4c) - ) - (fp_text value "49.9" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 339386a9-6a30-407c-b4ff-54bf1490655b) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 464dfd9e-bc6a-4e2b-af66-ae458c93bc41) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp ca611a8e-75b4-410c-bf51-d173cce22c61)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp fb0a0660-1ac3-402e-bf29-2036cd4fa337)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 08771b19-e42a-4105-a7c9-bf903af84d97)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0f0e7995-9b9c-4751-9016-342a697f96e4)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 56d7728f-2a5b-4610-9654-f3934e1d2159)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7d1924b2-164e-4931-8ff9-8943f9297c27)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3357e5b9-5c6c-41d4-ab6a-3ce7ffab57e4)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 77ba0204-020b-436b-95da-dbf6a307458c)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8ee93938-3b1d-4501-a3f0-b2915874ba4c)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f39d1fdf-a418-421a-9348-b958e5e2eb2a)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp 2644f7b3-04e2-4b60-baa1-b661b7372fa6)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 557 "/Reform 2 PCIe/RCLKC_N") (pintype "passive") (tstamp eb5a0091-672c-4c70-ae8a-37b8314fbb4a)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f670514) - (at 297.1 96.6) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Taiyo Yuden") - (property "Manufacturer_No" "UMK107BJ105KA-T") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f67996e") - (attr smd) - (fp_text reference "C163" (at -2.85 0.5) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 4aa3ddf8-5d3b-40ad-bd04-b2c0eb7438b3) - ) - (fp_text value "1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c157529e-0093-4a9e-b0a4-2f89441a48b8) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp fef09471-ec51-4a07-97f8-cb8943003ecc) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 3af23168-cddf-4def-b691-86c1b13ab380)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp e2e4ffc1-514d-4c0a-aa56-4a6d323e4dfb)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1a46216d-e6d3-462d-b921-8f03d408e5ed)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 45740d35-30fc-4bf2-a1d7-373b16926190)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7fa85311-95f2-4425-b994-222ab76799aa)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a68047a3-18c8-4c13-8c3e-2de6e05425e5)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1786ab53-b986-462b-a956-c5f3a27e6aa9)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 486a416b-1da7-40eb-a09d-c456de0c5387)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c0332d38-e03f-4bfe-a313-1756703bd1ac)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e8815847-304f-4479-a957-0bc6cfd2679b)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 566 "Net-(C163-Pad1)") (pintype "passive") (tstamp 526b7080-1230-467f-a3e1-7c32c22cec2f)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 565 "Net-(C163-Pad2)") (pintype "passive") (tstamp a2b541e3-30c3-431e-b960-98e7bdfffcb3)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f670525) - (at 224.75 75.2) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "GRM188R6YA106MA73D") - (property "Sheetfile" "reform2-usbpwr.kicad_sch") - (property "Sheetname" "Reform 2 USB Power") - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec0da") - (attr smd) - (fp_text reference "C164" (at 2.85 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 31b57bfa-a82b-4ac4-8a7f-c95c9f11d6f2) - ) - (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3a1ce9c6-8a26-4558-9843-f6e4d6316126) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 69c55946-479b-47ab-b92a-b94eab380f51) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 3c3135dc-8d1f-4ee0-8234-aa639522c35d)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp da2415d3-e8d4-4d6b-87aa-8c622549b619)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 068e7495-8ec7-4ddb-a727-b06597e26762)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp aa95c628-c2e1-4b62-b93e-ba6aaea67c8d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp bd559d70-db60-4a6d-97f1-4becc3b4aac9)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c366991b-c1b1-4cb9-84a4-0e66b2857e02)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2238d51a-9b1e-427c-9e3e-c6b1a4581e5b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 25aa8df1-e2ae-444c-88ef-3c7f3cd879e5)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c0b5e2b5-88ce-4d8a-b3b8-23d07dfc8224)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e1c9dc6d-7b0a-48d1-9147-2de26726a329)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 559 "+5V") (pintype "passive") (tstamp 337ea881-df44-4a95-8158-453d66554448)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp 563bfaa5-8a16-4cd2-95d8-168a2ec9a18b)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f670964) - (at 98.6 80.15 180) - (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "BLM18KG101TN1D") - (property "Sheetfile" "reform2-display.kicad_sch") - (property "Sheetname" "Reform 2 Display") - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005f775a89") - (attr smd) - (fp_text reference "FB12" (at 0 -1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp a492191c-8683-41b7-bd49-bb913c0a5cd8) - ) - (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6887ebd-b523-4d90-8bfd-f4a9975920b1) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp e87819fd-5319-4c3c-98db-2917583f5052) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 840ad906-6597-4466-8f89-cc741985612c)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 9bbd9feb-7521-4cd6-a471-79a727d600a4)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 579a1ce0-7242-4916-9a5e-e7256c850223)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8baf4c5b-7344-4c0c-952c-06598b720aaa)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e92e99ab-fb23-4fa2-a73b-0734cf67416d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f758a55d-4725-485b-bbe0-4409ba3ec3f8)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4f384860-359b-4193-a340-bc647209b4e3)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8fdeee01-87c4-4681-a9a5-5cab892b7dfe)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d9b95982-dabd-4e4a-bd83-26fbb2ec9114)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f9ab87d1-9c5a-4603-8d2a-933d0d396819)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 138 "+1V2") (pintype "passive") (tstamp 30dfda9f-cd31-4ce4-a0ff-d43402ae6f98)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp e6b59387-ac90-4b8f-bc4a-a8e98a91ac3e)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f670986) - (at 81.65 58.5 90) - (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "BLM18KG101TN1D") - (property "Sheetfile" "reform2-display.kicad_sch") - (property "Sheetname" "Reform 2 Display") - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005f7d63b7") - (attr smd) - (fp_text reference "FB14" (at 2.8 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 9cac4fc0-ff8e-47f7-bb19-57c86a0a85c5) - ) - (fp_text value "100@100MHz 3A" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8305e10c-be29-4c95-9348-704b0c46a4bd) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp c2b3684b-fc6e-4c3b-914a-c92e4127096e) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3de32450-f017-4e06-9598-b428933e9941)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp a07682d5-4342-4c72-8f18-cfecd16b7485)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a0f1c0f4-3f54-4d4c-a56b-1d7cf165ee9e)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ac1d7beb-62bb-4e33-8e45-7e686ca1943c)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f01aa0b2-3d22-4db1-9381-61fcba9f2557)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f96b5d13-5d91-4666-b679-1c7c06f428c0)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 063ee8bc-ab52-42b9-9f68-5b8bea7b623b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a1aa9b82-5e84-4365-99c8-6af05cf9888f)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp bd51eacb-042d-46a5-a39c-d0469ff0c47f)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f06817c3-d089-4214-a547-d9472aaa3ddb)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 590 "3V3_PWR_AUX") (pintype "passive") (tstamp 4db3e0f4-e7b6-43b1-91cf-a3f64b907f1d)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 562 "/Reform 2 Display/EDP_LCD_VCC") (pintype "passive") (tstamp 9b5a6bd9-cacd-4ff0-8f8d-f8f2275af12e)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f670997) - (at 70.65 52.15 90) - (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "BLM18KG101TN1D") - (property "Sheetfile" "reform2-display.kicad_sch") - (property "Sheetname" "Reform 2 Display") - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005f7f1bf0") - (attr smd) - (fp_text reference "FB15" (at -0.05 1.15 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp c831edbf-a144-4934-ba10-5c32440be818) - ) - (fp_text value "100@100MHz 3A" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cd7c7ba2-5f1b-4a0f-8a4f-d9a674a1acd4) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp c35e62ec-147a-4e23-9f2b-78612a6a6073) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 106add5f-9235-40f5-a5d0-29418dfde2d3)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 676147aa-c638-4543-8348-72da137920ad)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 00d51264-2c6c-4c47-8967-3acca7254c31)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 429d7600-f3ca-4bab-8fc6-39a0477d5993)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8e01c86a-be27-4e6c-bb72-c54e6b531652)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b5b6ffc3-7809-4afc-b311-9e7fa1aa7152)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 67dc562e-e8e3-4396-a732-a523d416701c)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d85dd1d8-5ea6-4cf1-85f0-673d6aa27ff3)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e5bde748-d086-46f2-ab21-159550b2b86c)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp efd1c93d-e132-4036-a7d0-3471e88a9628)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 143 "USB_PWR") (pintype "passive") (tstamp c8a8750a-bff3-4117-8e86-7bff28355786)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 561 "/Reform 2 Display/EDP_BL_VCC") (pintype "passive") (tstamp e605debb-c998-4338-80c6-c4332eed20d3)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f672080) - (at 150.5 60.85) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Vishay Dale") - (property "Manufacturer_No" "CRCW0603100KJNEAC") - (property "Sheetfile" "reform2-display.kicad_sch") - (property "Sheetname" "Reform 2 Display") - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-000060411d91") - (attr smd) - (fp_text reference "R82" (at 0 1.15) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 103b83ef-1e74-45c1-a950-c4a66490a890) - ) - (fp_text value "100k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 22a5589d-57f5-4d1c-beed-43b906e3a6fe) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 63d7b34e-5a36-4f62-a22b-f3fed7b168b6) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 1c48bfc9-e363-429a-b45e-296d3bd291e3)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 9b394dcc-81f7-487d-b1af-fd04c7cc4d86)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 308aa5a2-5da5-404d-8e9f-ec436ce02060)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4c35d7c4-d85a-4224-9b78-c71591d9f23b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 91197818-9611-40b3-8f3c-d49cdb970984)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ad651077-097d-4710-8aba-839117c16210)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3b939ed6-5e01-4ced-877a-1bc4a1db6bd8)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5c30a671-2e23-4702-9325-63676d3479b8)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7dc48677-c9cd-4d09-a023-d76cd48706aa)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f020538c-aad5-43a6-bfab-dfa0e056ade8)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 185 "EDP_RESETn") (pintype "passive") (tstamp 4c369f57-9163-4a94-916c-2bb4a16617e2)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp 83971d99-3f5d-49b3-9061-36d2f6c048ff)) - (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 "footprints:SON50P350X135X55-14N" (layer "F.Cu") - (tedit 5F664039) (tstamp 00000000-0000-0000-0000-00005f673a9d) - (at 57.6 75.25) - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Littelfuse") - (property "Manufacturer_No" "SP3012-06UTG") - (property "Sheetfile" "reform2-usb.kicad_sch") - (property "Sheetname" "Reform 2 USB") - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005f95b62a") - (attr through_hole) - (fp_text reference "U21" (at -0.025 2.825) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 0bb518a2-1eba-476b-9cb8-a50329b9182c) - ) - (fp_text value "SP3012-06UTG" (at 11.235 2.742) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.015))) - (tstamp d8bf9d69-aa12-4615-bcc0-96ff4de74e85) - ) - (fp_line (start -0.725 1.93) (end 0.725 1.93) (layer "F.SilkS") (width 0.127) (tstamp c681136c-880c-4d73-af50-6b842b3c1898)) - (fp_line (start -0.725 -1.93) (end 0.725 -1.93) (layer "F.SilkS") (width 0.127) (tstamp e07e9169-5f34-422a-a403-a2e538a21a08)) - (fp_circle (center -1.61 -1.5) (end -1.51 -1.5) (layer "F.SilkS") (width 0.2) (fill none) (tstamp 3bbf6717-d16d-42cd-bd15-37bb10db849e)) - (fp_line (start -1.29 2.05) (end 1.29 2.05) (layer "F.CrtYd") (width 0.05) (tstamp 84101dd0-f9a0-4770-a1a4-624e89db1d4c)) - (fp_line (start 1.29 -2.05) (end 1.29 2.05) (layer "F.CrtYd") (width 0.05) (tstamp 97b35c9b-ae15-4687-9c23-6595cbdab071)) - (fp_line (start -1.29 -2.05) (end -1.29 2.05) (layer "F.CrtYd") (width 0.05) (tstamp cb4ab986-2342-48a6-b4d5-00fd1023a406)) - (fp_line (start -1.29 -2.05) (end 1.29 -2.05) (layer "F.CrtYd") (width 0.05) (tstamp e73df193-fe64-4123-8942-5e156ac5235f)) - (fp_line (start -0.725 -1.8) (end -0.725 1.8) (layer "F.Fab") (width 0.127) (tstamp 0d02a98c-e5bd-4d4c-81e6-5a779dc7a1c4)) - (fp_line (start -0.725 1.8) (end 0.725 1.8) (layer "F.Fab") (width 0.127) (tstamp 93255ee7-f507-42d1-9411-eb5f2163cf5c)) - (fp_line (start -0.725 -1.8) (end 0.725 -1.8) (layer "F.Fab") (width 0.127) (tstamp b1eb127a-83db-4b37-8f12-00ab2dc70566)) - (fp_line (start 0.725 -1.8) (end 0.725 1.8) (layer "F.Fab") (width 0.127) (tstamp c2f780cc-3f85-405b-9728-92aa9b72002d)) - (fp_circle (center -1.61 -1.5) (end -1.51 -1.5) (layer "F.Fab") (width 0.2) (fill none) (tstamp 213b4897-d3ff-40dc-a543-965a720e96e6)) - (pad "1" smd rect locked (at -0.67 -1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 201 "USB2_TX_P") (pinfunction "1") (pintype "passive") (tstamp d34079b3-0911-4c09-9c31-3cf61b8d3df6)) - (pad "2" smd rect locked (at -0.67 -1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 200 "USB2_TX_N") (pinfunction "2") (pintype "passive") (tstamp 5c021e4f-a598-4ac6-9133-7bedf78323f5)) - (pad "3" smd rect locked (at -0.67 -0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 373 "USB2_DN") (pinfunction "3") (pintype "passive") (tstamp 2104917e-1108-4e80-9fdd-1592f0e1c99d)) - (pad "4" smd rect locked (at -0.67 0) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 372 "USB2_DP") (pinfunction "4") (pintype "passive") (tstamp b1b1e10c-4ba4-4702-8957-4d478043a1f5)) - (pad "5" smd rect locked (at -0.67 0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "GND") (pinfunction "5") (pintype "passive") (tstamp 6a956359-b895-440d-8fd4-c3422d890bad)) - (pad "6" smd rect locked (at -0.67 1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 370 "USB2_RX_P") (pinfunction "6") (pintype "passive") (tstamp e84de3c0-363d-4008-a43d-84494388f34d)) - (pad "7" smd rect locked (at -0.67 1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 371 "USB2_RX_N") (pinfunction "7") (pintype "passive") (tstamp 07a0398c-6c2b-48da-a288-e6fab40d9168)) - (pad "8" smd rect locked (at 0.67 1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 371 "USB2_RX_N") (pinfunction "8") (pintype "passive") (tstamp 4b9fe364-ffc1-4e4d-ba86-831a519fd7b9)) - (pad "9" smd rect locked (at 0.67 1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 370 "USB2_RX_P") (pinfunction "9") (pintype "passive") (tstamp 875b202d-5e16-4a8f-ab00-7a630873b417)) - (pad "10" smd rect locked (at 0.67 0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "GND") (pinfunction "10") (pintype "passive") (tstamp 23503180-a483-4ada-b860-876b097564f5)) - (pad "11" smd rect locked (at 0.67 0) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 372 "USB2_DP") (pinfunction "11") (pintype "passive") (tstamp 3cd328e0-d6b1-4dce-91db-5f04cb19ea2e)) - (pad "12" smd rect locked (at 0.67 -0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 373 "USB2_DN") (pinfunction "12") (pintype "passive") (tstamp 34365336-f092-4972-a1d5-28f4d025164d)) - (pad "13" smd rect locked (at 0.67 -1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 200 "USB2_TX_N") (pinfunction "13") (pintype "passive") (tstamp 5419a09c-c662-41dd-af59-743ed0c7eed2)) - (pad "14" smd rect locked (at 0.67 -1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 201 "USB2_TX_P") (pinfunction "14") (pintype "passive") (tstamp a34218cf-edb3-4bc6-a4c7-eea0983ba812)) - (model "${KIPRJMOD}/3d-models/SP3012-06UTG.stp" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "footprints:SON50P350X135X55-14N" (layer "F.Cu") - (tedit 5F664039) (tstamp 00000000-0000-0000-0000-00005f6a7e58) - (at 57.6 97.75) - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Littelfuse") - (property "Manufacturer_No" "SP3012-06UTG") - (property "Sheetfile" "reform2-usb.kicad_sch") - (property "Sheetname" "Reform 2 USB") - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005fa9cc92") - (attr through_hole) - (fp_text reference "U25" (at -0.025 2.65) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp d6b889e9-fb20-4668-b3dd-2bae6c71fb5b) - ) - (fp_text value "SP3012-06UTG" (at 11.235 2.742) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.015))) - (tstamp 5b82807a-a93f-49a2-9e20-d23adce3714c) - ) - (fp_line (start -0.725 1.93) (end 0.725 1.93) (layer "F.SilkS") (width 0.127) (tstamp 92adbe24-9335-42e7-b51a-da9a3fe5174e)) - (fp_line (start -0.725 -1.93) (end 0.725 -1.93) (layer "F.SilkS") (width 0.127) (tstamp 9920a9e4-e13d-412c-9e16-167e7c13ff93)) - (fp_circle (center -1.61 -1.5) (end -1.51 -1.5) (layer "F.SilkS") (width 0.2) (fill none) (tstamp 1ce3d7e2-b000-4b9f-8c80-657caa9f5b06)) - (fp_line (start -1.29 -2.05) (end 1.29 -2.05) (layer "F.CrtYd") (width 0.05) (tstamp 4d463f58-ad5d-4efc-ab5e-9aba3295c024)) - (fp_line (start 1.29 -2.05) (end 1.29 2.05) (layer "F.CrtYd") (width 0.05) (tstamp 63509bce-ada7-4f4a-8a17-d804237e1db9)) - (fp_line (start -1.29 -2.05) (end -1.29 2.05) (layer "F.CrtYd") (width 0.05) (tstamp 76395b76-77fa-442c-9b68-7d67a30e3bd3)) - (fp_line (start -1.29 2.05) (end 1.29 2.05) (layer "F.CrtYd") (width 0.05) (tstamp d074ed18-cefd-4392-9e7c-b4a5712e22de)) - (fp_line (start -0.725 -1.8) (end -0.725 1.8) (layer "F.Fab") (width 0.127) (tstamp 24df0acb-bdf4-4386-a875-2e45d2aa3ff0)) - (fp_line (start 0.725 -1.8) (end 0.725 1.8) (layer "F.Fab") (width 0.127) (tstamp a8cd0be1-5fef-4296-b6fa-a28fd3da2d0a)) - (fp_line (start -0.725 -1.8) (end 0.725 -1.8) (layer "F.Fab") (width 0.127) (tstamp cca53111-215f-42b5-bb06-8f215e90a731)) - (fp_line (start -0.725 1.8) (end 0.725 1.8) (layer "F.Fab") (width 0.127) (tstamp cfc92689-0852-4ce6-976f-8294a5eaeb0d)) - (fp_circle (center -1.61 -1.5) (end -1.51 -1.5) (layer "F.Fab") (width 0.2) (fill none) (tstamp 776c1b1e-63ee-47fd-b09d-a2846b3a1f6c)) - (pad "1" smd rect locked (at -0.67 -1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 572 "/Reform 2 USB/USB3_1_SSTXCP") (pinfunction "1") (pintype "passive") (tstamp 58b1f414-de0e-49b1-9a68-3e1527521eae)) - (pad "2" smd rect locked (at -0.67 -1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 570 "/Reform 2 USB/USB3_1_SSTXCN") (pinfunction "2") (pintype "passive") (tstamp 46dc6915-4425-4c90-b118-c1a908debdec)) - (pad "3" smd rect locked (at -0.67 -0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 154 "USB3_1_DN") (pinfunction "3") (pintype "passive") (tstamp 11f4d224-a1bf-40f1-8dcd-c485da308170)) - (pad "4" smd rect locked (at -0.67 0) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 153 "USB3_1_DP") (pinfunction "4") (pintype "passive") (tstamp b8f5f0c2-55aa-4ec8-acef-9825a1aa0199)) - (pad "5" smd rect locked (at -0.67 0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "GND") (pinfunction "5") (pintype "passive") (tstamp 839dc17a-75a8-4b9e-8649-fe78a098c411)) - (pad "6" smd rect locked (at -0.67 1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 151 "USB3_1_SSRXP") (pinfunction "6") (pintype "passive") (tstamp 920386fe-1b03-4835-97bc-256faf962fea)) - (pad "7" smd rect locked (at -0.67 1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 152 "USB3_1_SSRXN") (pinfunction "7") (pintype "passive") (tstamp 32498a82-2636-4d18-890b-e6822488f86e)) - (pad "8" smd rect locked (at 0.67 1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 152 "USB3_1_SSRXN") (pinfunction "8") (pintype "passive") (tstamp 7bc68c0a-dee5-4aa1-89a7-5abda80e4ed5)) - (pad "9" smd rect locked (at 0.67 1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 151 "USB3_1_SSRXP") (pinfunction "9") (pintype "passive") (tstamp 1ab1995b-d2cd-4696-b4a4-f8406f88ff1b)) - (pad "10" smd rect locked (at 0.67 0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "GND") (pinfunction "10") (pintype "passive") (tstamp 622abdbe-4386-40e7-99d6-d688aaa712ca)) - (pad "11" smd rect locked (at 0.67 0) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 153 "USB3_1_DP") (pinfunction "11") (pintype "passive") (tstamp 897ac522-dab3-411f-9c6a-e1c585eeff44)) - (pad "12" smd rect locked (at 0.67 -0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 154 "USB3_1_DN") (pinfunction "12") (pintype "passive") (tstamp a60b1ab8-a6ba-4092-a8ea-116ec34bbca0)) - (pad "13" smd rect locked (at 0.67 -1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 570 "/Reform 2 USB/USB3_1_SSTXCN") (pinfunction "13") (pintype "passive") (tstamp 10475c24-f474-4ef3-9bb6-2b7a18ee28f6)) - (pad "14" smd rect locked (at 0.67 -1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 572 "/Reform 2 USB/USB3_1_SSTXCP") (pinfunction "14") (pintype "passive") (tstamp ae192099-a6ca-4dbe-b478-055aa72f6e2c)) - (model "${KIPRJMOD}/3d-models/SP3012-06UTG.stp" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6bebf4) - (at 75.2 60.35 -90) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "GRM188R6YA106MA73D") - (property "Sheetfile" "reform2-usbpwr.kicad_sch") - (property "Sheetname" "Reform 2 USB Power") - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec172") - (attr smd) - (fp_text reference "C167" (at -0.05 1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 66b300cf-feb7-4dea-8fdc-77f4889bad90) - ) - (fp_text value "10uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8569bff2-6d0a-404f-a617-b827589807bb) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 03718431-320c-43d2-8c56-de8333166d09) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 29070963-1792-488d-97b1-4a7f5fe330e6)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 756acfbe-6c8e-48e6-b9a9-35eb2b7262cb)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 142269e7-da21-45e3-b03b-7ca8ce8cb36c)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 781c43a3-2b5f-4224-9a99-57e58150bdd2)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c792605f-fdac-4d98-89b7-488b46920287)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e9f965db-d14d-4021-8ca4-bb801d8fcbb0)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 760cb54f-e783-4c72-9879-5d62f11c912a)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9057b118-ee8f-4fbc-a177-009b65625d4e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 916e2e47-2492-4f18-8bc8-9a849f92eaa9)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c6ca384e-90e7-4ab9-adc4-5bbe00e59862)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "+3V3") (pintype "passive") (tstamp 15e5499d-c904-4b13-8881-257aa771f794)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp 18865838-5e23-4b05-932d-ab540c6c4cb9)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SMA" (layer "F.Cu") - (tedit 586432E5) (tstamp 00000000-0000-0000-0000-00005f6bee10) - (at 306.2 42.4) - (descr "Diode SMA (DO-214AC)") - (tags "Diode SMA (DO-214AC)") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Vishay") - (property "Manufacturer_No" "SMAJ36CA-E3/5A") - (property "Sheetfile" "reform2-power.kicad_sch") - (property "Sheetname" "Reform 2 Power") - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000063d3fe00") - (attr smd) - (fp_text reference "D13" (at 0 2.4) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 2199bf68-557a-4c29-bbba-a0f09a177eef) - ) - (fp_text value "SMAJ36CA-E3/5A" (at 0 2.6) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aa5e5b95-7283-4a48-97c7-d3d64612e4f5) - ) - (fp_text user "${REFERENCE}" (at 0 -2.5) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 863b00fc-8e52-4ceb-be84-a3e219949005) - ) - (fp_line (start -3.4 -1.65) (end 2 -1.65) (layer "F.SilkS") (width 0.12) (tstamp 2589cd1f-86fb-458a-b699-e40060163b9b)) - (fp_line (start -3.4 -1.65) (end -3.4 1.65) (layer "F.SilkS") (width 0.12) (tstamp 5cc8b8ba-5eaf-4d29-86e6-c87a2cae0a3d)) - (fp_line (start -3.4 1.65) (end 2 1.65) (layer "F.SilkS") (width 0.12) (tstamp faabaca3-54b0-429c-be79-f193f68c35e0)) - (fp_line (start -3.5 -1.75) (end 3.5 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 0918990a-41a5-4485-b6e1-0aab214d87af)) - (fp_line (start 3.5 1.75) (end -3.5 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 1abe00bc-a441-4a05-8515-527a73d0efce)) - (fp_line (start 3.5 -1.75) (end 3.5 1.75) (layer "F.CrtYd") (width 0.05) (tstamp cdcad9cb-0872-4b48-9afc-c46d2af0316c)) - (fp_line (start -3.5 1.75) (end -3.5 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp fb3b9cbe-4186-4e8b-b979-c416c63837d4)) - (fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) (layer "F.Fab") (width 0.1) (tstamp 0d22f9ae-6f6b-46cd-832a-134836407c3a)) - (fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) (layer "F.Fab") (width 0.1) (tstamp 1d31a2a8-f3fb-44ac-8be0-e03747067050)) - (fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) (layer "F.Fab") (width 0.1) (tstamp 22d30a28-46a3-49c3-bebc-dc3f04795d51)) - (fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) (layer "F.Fab") (width 0.1) (tstamp 4acfbe42-0f20-473f-bd96-25434c72bbf8)) - (fp_line (start 2.3 1.5) (end -2.3 1.5) (layer "F.Fab") (width 0.1) (tstamp 581a98d3-38c5-41c3-984d-f87e88e609a6)) - (fp_line (start -2.3 1.5) (end -2.3 -1.5) (layer "F.Fab") (width 0.1) (tstamp 68e6ea42-4206-4ae3-84e2-caa742facf6d)) - (fp_line (start 2.3 -1.5) (end 2.3 1.5) (layer "F.Fab") (width 0.1) (tstamp 6b9d9493-70f6-4cfc-82dd-ad4177a299df)) - (fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) (layer "F.Fab") (width 0.1) (tstamp 93d7e340-d043-4234-9136-69b3121059c3)) - (fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) (layer "F.Fab") (width 0.1) (tstamp b03fbe5f-421d-4c57-bee3-2458501c2330)) - (fp_line (start 2.3 -1.5) (end -2.3 -1.5) (layer "F.Fab") (width 0.1) (tstamp fcc23d82-3f42-4e89-91a8-d56ea6657123)) - (pad "1" smd rect locked (at -2 0) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 540 "Net-(C149-Pad1)") (pinfunction "K") (pintype "passive") (tstamp b2d464ae-b056-4f7d-9124-4ccc1057c7c6)) - (pad "2" smd rect locked (at 2 0) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "GND") (pinfunction "A") (pintype "passive") (tstamp db0c7afe-01de-4972-8984-b343be53f2ac)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SMA.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005f6bfd23) - (at 277.75 106.5 180) - (descr "SOT-23, Standard") - (tags "SOT-23") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Nexperia") - (property "Manufacturer_No" "PMV50ENEAR") - (property "Sheetfile" "reform2-power.kicad_sch") - (property "Sheetname" "Reform 2 Power") - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062026400") - (attr smd) - (fp_text reference "Q4" (at -0.75 -2.3) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 487b9a43-0eea-45ff-a824-f0957bdacf5f) - ) - (fp_text value "PMV50ENEAR" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bb228541-7683-43b5-82b2-27900287a0a5) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp d13cf509-ff9e-4118-9347-326744a49f9a) - ) - (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer "F.SilkS") (width 0.12) (tstamp 03d2d2f9-8593-4e1e-b324-b1b1b59ba4c2)) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer "F.SilkS") (width 0.12) (tstamp c700d7f0-9034-42d7-b5bb-41b0c057b82c)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer "F.SilkS") (width 0.12) (tstamp cc99e5c9-bf83-41a3-bd63-03b890809237)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer "F.SilkS") (width 0.12) (tstamp e8473405-006c-467f-a5bb-5060fecac1ba)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 24ada762-4292-44e1-a271-72a9677ccf4b)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 450a7c70-221b-46cf-bbd6-e3d466923de5)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp d3d4abd8-f457-4f33-9c5e-6008a3adb652)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer "F.CrtYd") (width 0.05) (tstamp f3ac9fef-d143-4e07-aa4d-c0baddf02cac)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp 14e4703a-6aa7-4fad-b12f-cf6d70ae24c3)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer "F.Fab") (width 0.1) (tstamp 21c316b5-14cd-4f7a-8dfa-529696033a4a)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer "F.Fab") (width 0.1) (tstamp 37c25932-be72-40ce-905a-3fcfeff202a3)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer "F.Fab") (width 0.1) (tstamp 3d16f3b3-bea9-4f50-a415-8a21d3ca6213)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer "F.Fab") (width 0.1) (tstamp d1d47924-9ac2-4a68-9e55-c8016d5ec527)) - (pad "1" smd rect locked (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 543 "CHG_RNG") (pinfunction "G") (pintype "input") (tstamp d50c6727-0900-47db-a182-d0289adcf6cb)) - (pad "2" smd rect locked (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "GND") (pinfunction "S") (pintype "passive") (tstamp 89c9eefb-9528-4a6c-ba0c-dc24eb4c1876)) - (pad "3" smd rect locked (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 591 "Net-(Q4-Pad3)") (pinfunction "D") (pintype "passive") (tstamp e536b7b8-00fb-4521-b28b-eea16029ffe1)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f6bff48) - (at 78.15 54.9 180) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "RC0603FR-0710KL") - (property "Sheetfile" "reform2-usbpwr.kicad_sch") - (property "Sheetname" "Reform 2 USB Power") - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec168") - (attr smd) - (fp_text reference "R2" (at 0 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 4df34fd8-a8b9-4a8e-85c2-eac322ea43a7) - ) - (fp_text value "10k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 46aa5615-6037-4077-b14d-59887b65d028) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 7c2e8257-95f1-43b2-806d-7a1731df5f82) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 20892f03-2c12-474f-8041-f2410b79b5bb)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9b5af14e-5a33-4b59-897b-ade2f2a5fd3e)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6ecfa824-bce6-4004-a75e-13de5cfefaff)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e525db64-5dec-4e89-a984-012fc25e2b49)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e7db37fd-1242-4b2b-9d1f-eeb24d79d4e2)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ebcb55b2-82ba-400d-8a2e-429ee45db75a)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 080d553b-bc75-431f-b101-1434214b7a4e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6da7556a-563d-4169-aa31-c18b29fdb46d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ba5a67ba-525f-4bce-8724-f66ab224d6eb)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp eb406b8c-c5f9-4bc1-a763-d5cdc0dc727e)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 594 "Net-(R2-Pad1)") (pintype "passive") (tstamp 96c1eba8-41cc-4fe6-8f3a-82f366e64cd5)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "+3V3") (pintype "passive") (tstamp 0cd72429-4c14-4461-ae46-c3806cc787a9)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f6c0aaa) - (at 277.15 102.8 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Vishay Dale") - (property "Manufacturer_No" "CRCW0603100KJNEAC") - (property "Sheetfile" "reform2-power.kicad_sch") - (property "Sheetname" "Reform 2 Power") - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fc31695") - (attr smd) - (fp_text reference "R94" (at 0 -1.25 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 55ca4763-1a39-4d15-aca6-ff8a289c0251) - ) - (fp_text value "100k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ca35b0a3-ca16-478b-9c60-e66e6e96dafb) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 5adacf21-66b3-4518-a598-62156a10b3e3) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 3228e138-3e70-4209-a022-a086a7673e50)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 50e61ce4-f39b-4688-abac-ae306dbfeaad)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 09f88761-9558-4206-91a2-862c7f25f9c0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8951c790-a27f-4120-92c6-8b748302ede6)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b41faf44-9069-4911-ae4c-c8be50bb15b4)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp dd4fc2ae-5f56-477b-ad3b-8a57787fa365)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6de6fd6b-79e6-4250-ae1a-c0de87f1fcd5)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9416a8ff-9c05-466b-a8e2-511c389d0747)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 9632bfc9-f6f3-47de-b0b3-107a61e7abc2)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp ca7d62c2-9137-4936-a18a-54fd6604ad36)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp 4a975473-e35d-4bfc-acbb-c6df45745725)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 595 "Net-(R34-Pad1)") (pintype "passive") (tstamp 9e3e75bd-0b8b-408d-b63e-c07ba770095e)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f6c0abb) - (at 280.45 105.4 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "RC0603FR-0710KL") - (property "Sheetfile" "reform2-power.kicad_sch") - (property "Sheetname" "Reform 2 Power") - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006252fcc7") - (attr smd) - (fp_text reference "R95" (at 0 -1.25 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 3c9fb040-2681-4f42-98b0-645eb42c55f9) - ) - (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 23f30f19-03fd-4697-9372-20c63a2c7760) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp f55865aa-6f6a-4049-9f48-6860a2eb3b8e) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 418b1440-9878-4437-baf6-f7db86e58d13)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 8591996d-ea8e-4bcf-a5ce-918afd670d15)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0e055a9b-1ff5-4612-884a-554c288aa106)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1605e011-231e-4480-9bc0-3aae890ccaa4)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c5ce7437-b6de-46e6-bd6f-8d1cf994ceb3)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f8fb2c8e-93a9-408f-aa2d-9ddf7847b119)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 42b5d6fe-d11d-4ad5-9f7f-a0151d51cfec)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 774ebc65-98d3-40e1-930c-3a016359ac90)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c799dcfa-7ae1-4a98-9a38-1ceab5c48ed9)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ff0a484c-54a4-4837-a3db-f13c515378a5)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp 2388c93c-97bb-473f-af3a-a108bd70bb93)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 543 "CHG_RNG") (pintype "passive") (tstamp acbd02e7-3917-4f2a-a0a6-b338e6311301)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6c0cb8) - (at 285.6 76.5 180) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Checked" "y") - (property "Distributor" "") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "CC0603JPX7R9BB104") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdd2774") - (attr smd) - (fp_text reference "C156" (at 0 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 1fedcd38-76f6-4b89-95e1-9132f938ed67) - ) - (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c0885cbb-3e2c-43b3-9378-712c394d205c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 82551803-a422-461d-9b55-bd47fa20b543) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 79ea9a84-eb78-44e9-82e8-ca0961627637)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp b9452bc0-e96d-4381-b3e4-062773b3bf06)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 035c345c-b3ef-4c70-9d6e-33a5d282c9e2)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 67b5175f-9eb1-4bae-9d59-fbe3fec48ee9)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp bf74e017-3214-4614-b056-bc4b3154fe2d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c6456b05-c7d0-4e1a-8bad-3c39fa5f39b4)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6eed0021-7645-4f2f-8a96-ba1fa29f61df)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 768bfa84-3283-4f8e-9c9c-c6c5143f4365)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d545a082-7bad-4654-b983-718814b075b8)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d56502f2-52c7-4c88-b75d-80e83ff3043f)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 551 "Net-(C156-Pad1)") (pintype "passive") (tstamp c55dd948-d666-40e7-9420-67c0027ccfc2)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp 2cea92b1-7273-4b66-90ee-f9c5cb796742)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6c0cd9) - (at 288.9 79.4) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Checked" "y") - (property "Distributor" "") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "CC0603JPX7R9BB104") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdd2ab3") - (attr smd) - (fp_text reference "C158" (at 0.1 -5.6 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 91b0e078-4cdc-40e6-9bdc-657983d34592) - ) - (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 71666972-ad26-47d6-8ce5-e740b6e90fd1) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 5642fd4d-341e-43c4-8598-c54d32f52c61) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp db821371-e703-4894-954b-4dfa36e68989)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp df74ad6c-ed38-48b8-857e-9046b8c8b2bf)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 77d07cf0-9fd4-4e3c-9863-31bda0db827b)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp aab47aa9-cf1e-4efc-adf3-e517c5fec435)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f3bbe493-a584-4d3d-a333-ff05837fba5f)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f7a3aa52-d0eb-44af-a90f-532b12b0ab95)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 14091a85-16fd-4ce6-85cf-f2825c182cef)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b1f97e77-7dc9-4747-b035-1627cf49a2c7)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c39939de-9b0b-40ae-9ea6-feee740ef896)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d3e976fb-4357-442d-ae05-5939c2161656)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 552 "Net-(C157-Pad2)") (pintype "passive") (tstamp 83544725-024c-4baf-93b3-a3102a1f989a)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp 5dd72235-f850-47e7-8136-bc1df545504d)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6c0dc8) - (at 293.1 81.7) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Checked" "y") - (property "Distributor" "") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "CC0603JPX7R9BB104") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdd3922") - (attr smd) - (fp_text reference "C165" (at 2.3 -0.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 38149b65-88ef-420a-bd79-279ccfef5cef) - ) - (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0353155e-1357-422e-b332-942d595a3f88) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 1e11006b-7343-43fd-bd1b-c1c3cbefdc72) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp b137caa3-255c-4d98-a25d-ff7cd6456c9f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b92acd02-5a31-43df-8a29-76311468a2c1)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 66a9d263-81d6-44ba-a917-f59480a9e347)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6ec71ac0-a777-4a62-a0ef-f18a1140c28b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ac0c1a89-9d15-42b6-86a7-f4efb707fb0b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f3c1031b-24d7-42b7-8200-f7317aacb61a)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 538be25e-bf08-4d89-acd9-d5b70f430768)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 92feec1f-9517-45cc-bdec-e4028daf9bd5)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b9011645-8068-45c6-b07b-0898ba2dcc88)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp daf3645a-2d4f-46d9-8d49-c5625732adbd)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 554 "Net-(C159-Pad1)") (pintype "passive") (tstamp 4591d34e-5dbb-4ac9-981f-6a308082afa2)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp af81a36b-6ce7-4c67-bcc4-559fba000d48)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6c11d8) - (at 286.4 83.5 90) - (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "BLM18KG101TN1D") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fe5286d") - (attr smd) - (fp_text reference "FB10" (at 0 -1.1 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 6d9b5981-f9c3-4b5b-ab25-0548114dcd23) - ) - (fp_text value "100@100MHz 3A" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 826f4989-755c-4316-9b0d-1aac8aa3c16f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp ecc65be8-0a85-4de3-9936-93c69853f7a2) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 7c89a4e2-15fc-4c20-85a3-8db444bfa88f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 8f48a631-55fc-4a56-a207-f8b93e5c6f22)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0152bfdc-d04e-42b3-9ddf-390b7ac15f6c)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a0e676c3-5ee1-4f28-8ae4-fea1ee029ef9)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d180c20c-1f42-42dd-ba71-22f39e51e093)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f577a06a-8106-4b57-afee-8a268d87a469)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0338a44d-972f-409b-9afe-855744f11b92)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 226d0c25-0977-414b-9240-65d02f93e2e2)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 25c8b670-6fc4-4034-86f1-741614d8ec66)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp c3bf96c5-66aa-483e-9d7e-37ad57578a72)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 110 "Net-(FB10-Pad1)") (pintype "passive") (tstamp 8f9d39dc-7b2e-486f-87e1-57d716a4e69a)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 116 "Net-(FB10-Pad2)") (pintype "passive") (tstamp 976c39c8-65b2-42cb-ab2f-430ef6c4501b)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6c11e9) - (at 288.5875 86.1) - (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "BLM18KG101TN1D") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fe5791c") - (attr smd) - (fp_text reference "FB11" (at 2.1125 -0.6 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 6682ce25-ff0a-4c09-ac48-ae230f557e95) - ) - (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8dbed51b-a40f-4340-971b-fa4636a3712c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp e94ebac3-c166-4ddd-b75f-bb56d79e1454) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 299e686b-af07-4778-8645-5757ba113c5e)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp ac7bbce1-1c17-4386-a82e-1d2004a8d5f4)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2d2f68ad-10cd-4813-b587-4a189dbc48fc)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4024557a-e8cf-4a08-a932-ec4cbd2ffbb6)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 62ac3397-318b-4fdf-9f31-c8cd1e81aee8)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp eaf09ebc-9849-444f-859b-eb20d1169fd4)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 277d935d-edfd-4a25-afae-403f667f6d80)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 40a5896a-09af-486d-b5ea-b4b9c6db6bab)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 614b1477-6fe8-4769-8bc3-dfb970a9d7ce)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c86580ae-5dbf-4cc4-8656-ac9a5b8d4446)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 117 "Net-(FB11-Pad1)") (pintype "passive") (tstamp 17f68b0d-be02-43c0-9da9-3344f4003ab1)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 265 "Net-(FB11-Pad2)") (pintype "passive") (tstamp 752fccac-3898-4b95-887f-ec14c17773fa)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6c127a) - (at 289.8 87.75) - (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "BLM18KG101TN1D") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fe57b56") - (attr smd) - (fp_text reference "FB16" (at -2 0.5 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 2ede59b3-1e8c-4b90-8c4b-648b2fca9d2a) - ) - (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b6bed49-5451-4df9-b9a1-c4e26d9c2e63) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 23852114-6418-42e7-aade-7fef7f8b29ff) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp d8ebda27-2eb0-4571-a269-cde632a0b93a)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp e30a0370-cbf5-4b56-b720-edb205aeab96)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0c49568b-e350-4865-bb4c-de84efdfe855)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5eb11d8a-c3e8-41bb-8c13-ce0b64f37e31)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6ee1cad4-dab8-4cd7-9cc2-07988396b654)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d222f207-1380-40c6-9c78-4bacb36ee8e0)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 485e6d92-6046-4fab-8c63-cf352d48d3cd)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8e5d1ca7-59ca-4632-9a77-498eb1c2d405)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9e96102c-7801-4750-ad7d-d838b9e1c482)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c1aa64e7-c6ed-4abb-907b-15d564be5698)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 266 "Net-(FB16-Pad1)") (pintype "passive") (tstamp 50d836c7-0015-4eb0-8f1e-4271f7dd0ae1)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 271 "Net-(FB16-Pad2)") (pintype "passive") (tstamp db765e67-ddb4-44d2-8e59-8137edadab85)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6c128b) - (at 289.8 91.5) - (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "BLM18KG101TN1D") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fe57f36") - (attr smd) - (fp_text reference "FB17" (at -3 0.8) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp c59fd69a-09fb-45ce-a5a0-44673b5365e0) - ) - (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp df71f5b8-5384-4ecf-820b-df9ace33b607) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 9ad72bf4-644e-4081-a75b-a7df42e8f235) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 51fd9326-5ac3-4f37-823a-b2d9c12708a5)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp b12d9b85-c55f-4e3c-ad77-e40ce81d3193)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 158db4e5-7a7b-4759-bcc6-009b4b28c577)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4317d48b-1f89-4b06-aea0-b1c39fc10852)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 844087ea-a374-4e2e-84d1-a9b22c08f302)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8cd21eaf-1f23-4760-9e24-ccf89fa96f42)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7334b57b-fe52-4106-8d52-b166b7e10fb8)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9433fa20-2c43-495e-afd0-0aefb3b3f9fe)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp caa0c866-9f8a-419a-896e-2a8c5b904671)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f0deab78-1999-455c-aa20-843e82e3e0f0)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 275 "Net-(FB17-Pad1)") (pintype "passive") (tstamp a4f8dac9-8d6f-491b-a0b5-5a0c3c08f150)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 276 "Net-(FB17-Pad2)") (pintype "passive") (tstamp 0b67dca9-e58f-4f03-bd7a-a349679c8a77)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_1210_3225Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6c1ca6) - (at 285.5 79.6 90) - (descr "Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "LQH32PB150MN0L") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fd7b70c") - (attr smd) - (fp_text reference "L8" (at 4.7 -3 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 3922791f-983f-4eac-a978-63c1429e89f8) - ) - (fp_text value "15uH" (at 0 2.28 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c5f4c9d9-353e-4dc5-9ac3-6d44f384e447) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp a817a097-4c19-4525-bc81-6a2677793588) - ) - (fp_line (start -0.602064 1.36) (end 0.602064 1.36) (layer "F.SilkS") (width 0.12) (tstamp 0d5be476-23c7-4391-a97c-7e6696ee2709)) - (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) (layer "F.SilkS") (width 0.12) (tstamp 9ca33902-c562-41ff-8600-6e0a066c974f)) - (fp_line (start -2.28 -1.58) (end 2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp 3ac61349-9115-4398-8bd8-45d963061fd9)) - (fp_line (start -2.28 1.58) (end -2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp 40afa19f-625b-4dad-9f99-dda55381302f)) - (fp_line (start 2.28 1.58) (end -2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp 55bdaadd-9e15-4961-b2b6-7ce80dfc77de)) - (fp_line (start 2.28 -1.58) (end 2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp a6d52a0b-5bd0-45ce-9fa5-4b76ce49f865)) - (fp_line (start -1.6 1.25) (end -1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp 81b58424-9348-4d99-be78-8ff36b706552)) - (fp_line (start 1.6 1.25) (end -1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 8c3fbe78-1045-4f4e-b020-4b8a795ab25c)) - (fp_line (start 1.6 -1.25) (end 1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp a9d6e24f-2f7f-445b-9c44-b239ce36dbb7)) - (fp_line (start -1.6 -1.25) (end 1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp ce51f9c1-e552-48f0-8069-80458961ed72)) - (pad "1" smd roundrect locked (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 116 "Net-(FB10-Pad2)") (pintype "passive") (tstamp e926bee0-11f1-4f3e-826e-fc8723e46b1f)) - (pad "2" smd roundrect locked (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 551 "Net-(C156-Pad1)") (pintype "passive") (tstamp c8078176-fc1f-4470-8df3-5bf2b45b31bc)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1210_3225Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_1210_3225Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6c1cc8) - (at 293.2 84.9 90) - (descr "Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "LQH32PB150MN0L") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fd7afe9") - (attr smd) - (fp_text reference "L10" (at -1.1 2.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 7e068444-7445-4463-9131-edba63bc1433) - ) - (fp_text value "15uH" (at 0 2.28 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d9730029-07fc-4310-9576-4fb3fbc4abb2) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp d92bed56-4556-451a-85f1-4788a7269f4c) - ) - (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) (layer "F.SilkS") (width 0.12) (tstamp 4c8a98fd-7e6b-480d-9433-25a0209bb3dc)) - (fp_line (start -0.602064 1.36) (end 0.602064 1.36) (layer "F.SilkS") (width 0.12) (tstamp cf1ea044-5091-496f-b173-956e085be677)) - (fp_line (start 2.28 -1.58) (end 2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp 04f2cca8-6861-4b5c-a1ef-331a23f5cfbd)) - (fp_line (start -2.28 1.58) (end -2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp 05865373-36aa-41f6-b6af-6d3ff033cbec)) - (fp_line (start -2.28 -1.58) (end 2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp 26575651-3a5e-4038-8e65-67faafbf6e2b)) - (fp_line (start 2.28 1.58) (end -2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp c50d991d-5558-4c50-8784-91430817c9aa)) - (fp_line (start -1.6 -1.25) (end 1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp 1c6b06d9-b07c-49b5-9da6-1518fc2495d7)) - (fp_line (start 1.6 1.25) (end -1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 75ea7ad0-6b99-461f-a5ee-02d014b5820e)) - (fp_line (start 1.6 -1.25) (end 1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 7d3b557a-3093-40cf-8b72-a76f79dca1ae)) - (fp_line (start -1.6 1.25) (end -1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp 821c8be7-a676-4fa6-b3b2-5fe8c68f80ae)) - (pad "1" smd roundrect locked (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 271 "Net-(FB16-Pad2)") (pintype "passive") (tstamp 9dc84788-51ba-4d21-b743-43d4ff1cb08f)) - (pad "2" smd roundrect locked (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 554 "Net-(C159-Pad1)") (pintype "passive") (tstamp a6681d46-3ad1-4110-a04a-89123f1effed)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1210_3225Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_1210_3225Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6c1cd9) - (at 293.9 90 90) - (descr "Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "LQH32PB150MN0L") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdb4f36") - (attr smd) - (fp_text reference "L11" (at 0.05 2.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 5a319019-b94a-45a1-ac5f-903f2e60ae39) - ) - (fp_text value "15uH" (at 0 2.28 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 27886165-11c4-4f4e-b3c7-1b043577883f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 8615784c-12d6-46ce-8d96-d257a87745b9) - ) - (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) (layer "F.SilkS") (width 0.12) (tstamp 740d33b7-41c7-4f01-aee6-fa39184402c6)) - (fp_line (start -0.602064 1.36) (end 0.602064 1.36) (layer "F.SilkS") (width 0.12) (tstamp 76fd44d3-084e-473f-b78f-416348fab892)) - (fp_line (start 2.28 -1.58) (end 2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp 537e2375-d895-49ca-9203-956bae4a9f2b)) - (fp_line (start -2.28 1.58) (end -2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp 5d302033-39af-4c98-8d83-6aef8e50cf3e)) - (fp_line (start -2.28 -1.58) (end 2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp 7d6c5980-056d-4289-930a-7a5312ab003d)) - (fp_line (start 2.28 1.58) (end -2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp ca610c82-cd46-4475-b31c-4171459c2817)) - (fp_line (start 1.6 -1.25) (end 1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 52f98d14-3e1e-4539-b6c9-b9ea4e9eb447)) - (fp_line (start -1.6 1.25) (end -1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp 5a8b7303-b4c6-46c7-b77d-b43e77c6e725)) - (fp_line (start 1.6 1.25) (end -1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 8f19f141-718a-47d6-b160-d96802629dad)) - (fp_line (start -1.6 -1.25) (end 1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp a77236d9-dc4e-4dde-a880-a2542af0a265)) - (pad "1" smd roundrect locked (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 276 "Net-(FB17-Pad2)") (pintype "passive") (tstamp 5c3f4746-ea0f-4b0f-bb46-ad9acbafb7f9)) - (pad "2" smd roundrect locked (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 553 "Net-(C159-Pad2)") (pintype "passive") (tstamp 2f155078-b97a-4bc4-bdc2-0e0fc60c2537)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1210_3225Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "footprints:TSOT-25" (layer "F.Cu") - (tedit 55EFFDDA) (tstamp 00000000-0000-0000-0000-00005f6c2452) - (at 78.3 58.35 90) - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Diodes, Inc.") - (property "Manufacturer_No" "AP22815AWT-7") - (property "Sheetfile" "reform2-usbpwr.kicad_sch") - (property "Sheetname" "Reform 2 USB Power") - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec17c") - (attr through_hole) - (fp_text reference "U27" (at 2.15 0.1 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp bbd9e68c-2088-42fa-9a6d-39d9293e86b7) - ) - (fp_text value "AP22815" (at 0 -0.5 90) (layer "F.Fab") - (effects (font (size 0.15 0.15) (thickness 0.0375))) - (tstamp 519c9ac1-253a-4a4c-9064-4c4712107bc7) - ) - (fp_line (start 1.5 -0.9) (end 1.5 0.9) (layer "F.SilkS") (width 0.15) (tstamp 0719a731-813e-475a-8bc6-c2e3c8fb3e42)) - (fp_line (start 1.5 0.9) (end -1.5 0.9) (layer "F.SilkS") (width 0.15) (tstamp 458ccdb0-a920-414d-af64-a7094c006614)) - (fp_line (start -1.5 -0.9) (end 1.5 -0.9) (layer "F.SilkS") (width 0.15) (tstamp 464e4e44-46fe-4c34-91b0-0c47bf89f968)) - (fp_line (start -1.5 0.9) (end -1.5 -0.9) (layer "F.SilkS") (width 0.15) (tstamp aef9def8-77f8-40cf-a166-a2610d598802)) - (fp_circle (center -1 0.4) (end -0.95 0.5) (layer "F.SilkS") (width 0.15) (fill none) (tstamp e8d30e2c-a716-4cc9-8e46-7a2059db6c31)) - (pad "1" smd rect locked (at -0.95 1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 590 "3V3_PWR_AUX") (pinfunction "OUT") (pintype "power_out") (tstamp 0719611b-3ba7-400a-a176-a157bdf10ee4)) - (pad "2" smd rect locked (at 0 1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 46520f6f-3bbd-4f2c-951b-5c251d63be6e)) - (pad "3" smd rect locked (at 0.95 1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 594 "Net-(R2-Pad1)") (pinfunction "FLG") (pintype "bidirectional") (tstamp fba19664-2e62-4ca3-9f64-a56d87e403aa)) - (pad "4" smd rect locked (at 0.95 -1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 597 "AUX_PWR_EN") (pinfunction "EN") (pintype "input") (tstamp cb417861-197f-4db6-9b28-cf0ca53ffff3)) - (pad "5" smd rect locked (at -0.95 -1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 20 "+3V3") (pinfunction "IN") (pintype "power_in") (tstamp 514b81b9-67f8-437e-a9b0-330ac44f2cda)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TSOT-23-5.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 -90)) - ) - ) - - (footprint "Inductor_SMD:L_1210_3225Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6c47f5) - (at 288.9 82.7 90) - (descr "Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "LQH32PB150MN0L") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdb4b8d") - (attr smd) - (fp_text reference "L9" (at 0 2 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp d6e03a6f-b7c4-45a5-a455-c20a6982639c) - ) - (fp_text value "15uH" (at 0 2.28 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c08484fe-15ff-40b9-a7b6-2d50d012ce00) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp f5fed540-db4b-4b2d-ae63-207a7aa046b7) - ) - (fp_line (start -0.602064 1.36) (end 0.602064 1.36) (layer "F.SilkS") (width 0.12) (tstamp e3a9771b-3f02-431d-9afe-af0b50b0f537)) - (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) (layer "F.SilkS") (width 0.12) (tstamp efb50a83-b054-4520-bdf3-1cda2a87ff5b)) - (fp_line (start 2.28 1.58) (end -2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp 2c8cf944-23e3-4901-be71-1206930a1669)) - (fp_line (start -2.28 1.58) (end -2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp 3abfe447-2391-410e-a91d-26f5adcb5792)) - (fp_line (start 2.28 -1.58) (end 2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp 712df361-9849-47d3-8b27-0442c7332215)) - (fp_line (start -2.28 -1.58) (end 2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp dc87becc-0175-430d-a3dc-f6f5e1b20c15)) - (fp_line (start 1.6 -1.25) (end 1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 47c1b705-2533-46fa-a79c-6697fdd29ef4)) - (fp_line (start -1.6 -1.25) (end 1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp 6c3142b5-2251-4df2-bcb3-311a09684c8d)) - (fp_line (start -1.6 1.25) (end -1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp bbd85d9a-701f-4d77-b04b-0ff91d5031b2)) - (fp_line (start 1.6 1.25) (end -1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp cd55965a-a74d-4eed-b599-d4d67b61ef75)) - (pad "1" smd roundrect locked (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 265 "Net-(FB11-Pad2)") (pintype "passive") (tstamp 80984237-b2ee-4fd5-8721-4111ccc585aa)) - (pad "2" smd roundrect locked (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 552 "Net-(C157-Pad2)") (pintype "passive") (tstamp 7f2d455d-abbd-4ea2-adda-dcdd428f8721)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1210_3225Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6cc7e0) - (at 293.1 79.8) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Checked" "y") - (property "Distributor" "") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "CC0603JPX7R9BB104") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdd3d9c") - (attr smd) - (fp_text reference "C166" (at -2 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 62b6db53-c628-4af9-bd4f-51371695f3df) - ) - (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1231019c-08e5-40dc-aebe-1663b71aae1f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp f00ce4f9-fd22-4336-8dee-c789601158cc) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 1928cee2-33bc-4854-9d7f-f6915e2df2a4)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp db952216-d038-44f6-bf8a-a6c0a7655bd1)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 29126f1b-a913-4af8-a48e-7d3a5df9de41)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3548a6ba-c82b-4f6d-a3ad-50d84ba9efb8)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a4c19d6e-14d8-4be3-92f5-3e364994e0aa)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c0471560-5742-46f2-aa96-7cc38d14c8a2)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 23019867-92a2-4433-b3d8-bc14132bfa1d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 475c50c2-c033-425f-ba54-ee710e21fa6b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6ce250b5-9a5a-40a5-bfbf-0ccdaaafdff1)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 85505aa6-350e-4f1e-b896-cebe0e0eafb9)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 553 "Net-(C159-Pad2)") (pintype "passive") (tstamp b1b74764-3217-446e-a30d-fb974cb7e4ce)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp 36d02241-6951-43ae-be9d-384e2a0f02cd)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-143" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005f6d62f6) - (at 313 79.8 180) - (descr "SOT-143") - (tags "SOT-143") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Littelfuse") - (property "Manufacturer_No" "SP0503BAHT") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006028f2e4") - (attr smd) - (fp_text reference "D10" (at 2.35 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 6e1f6abd-bc95-4041-ad62-8f277c782dfc) - ) - (fp_text value "SP0503BAHT" (at -0.28 2.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8a78f038-8cfd-400c-b74c-d4434f0e7623) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp d01ebe0f-4404-4d00-9d0a-af412b931869) - ) - (fp_line (start 1.2 -1.55) (end -1.75 -1.55) (layer "F.SilkS") (width 0.12) (tstamp 246d7a4f-0ac7-400d-9ca5-e23ed06763ef)) - (fp_line (start -1.2 1.55) (end 1.2 1.55) (layer "F.SilkS") (width 0.12) (tstamp d005425b-534e-4a3e-9223-30a3bfa560be)) - (fp_line (start -2.05 1.75) (end 2.05 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 4d03388a-a1cf-4471-b190-c308db8dcca5)) - (fp_line (start 2.05 -1.75) (end 2.05 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 57e54e1f-73c1-4bab-8451-ee6024ff51a2)) - (fp_line (start 2.05 -1.75) (end -2.05 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp 9a37bf54-5f86-4da2-b139-ac07f78d46ec)) - (fp_line (start -2.05 1.75) (end -2.05 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp fc962765-431e-47aa-843f-d98a9103ec4e)) - (fp_line (start 1.2 1.5) (end -1.2 1.5) (layer "F.Fab") (width 0.1) (tstamp 07145cec-c805-4bfa-9adc-34148031ef31)) - (fp_line (start -1.2 -1) (end -0.7 -1.5) (layer "F.Fab") (width 0.1) (tstamp 9d04050c-4aed-4fde-b3a9-6dacc7ce6257)) - (fp_line (start -0.7 -1.5) (end 1.2 -1.5) (layer "F.Fab") (width 0.1) (tstamp b6e41cae-bfe9-4389-adbe-930de42fcc13)) - (fp_line (start -1.2 1.5) (end -1.2 -1) (layer "F.Fab") (width 0.1) (tstamp b842038b-839c-4634-b3ee-68d093cb69fd)) - (fp_line (start 1.2 -1.5) (end 1.2 1.5) (layer "F.Fab") (width 0.1) (tstamp bf927366-344d-4eb5-99a4-a27f713ed29f)) - (pad "1" smd rect locked (at -1.1 -0.77 90) (size 1.2 1.4) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "GND") (pinfunction "A") (pintype "passive") (tstamp 05a4061d-0905-499d-ad6f-f4845148d2df)) - (pad "2" smd rect locked (at -1.1 0.95 90) (size 1 1.4) (layers "F.Cu" "F.Paste" "F.Mask") - (net 524 "Net-(C141-Pad1)") (pinfunction "K") (pintype "passive") (tstamp ad864d8b-96a2-4a7b-90a3-40637105be2f)) - (pad "3" smd rect locked (at 1.1 0.95 90) (size 1 1.4) (layers "F.Cu" "F.Paste" "F.Mask") - (net 383 "Net-(C127-Pad1)") (pinfunction "K") (pintype "passive") (tstamp ff21a8fa-019d-4376-94fd-5b2db5bd5504)) - (pad "4" smd rect locked (at 1.1 -0.95 90) (size 1 1.4) (layers "F.Cu" "F.Paste" "F.Mask") - (net 280 "Net-(C147-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 01a17c17-ae50-4832-8dbc-f530411fe87a)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-143.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6d665f) - (at 277.55 88.7) - (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "BLM18KG101TN1D") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000601f9668") - (attr smd) - (fp_text reference "FB18" (at -2.9 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 176cf750-aef9-44af-8ca4-3f61e94313e7) - ) - (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6625b982-c079-4946-8ba7-04438fdec2fa) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp ee240887-7e7b-4d5a-8a52-804d82626d43) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 706b6134-67e7-4e4f-8206-8cb6eb7cbbbf)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a6cb609a-b529-4201-826e-6a8affa5ef51)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 10605aa4-77ea-4795-9748-1e1da422be78)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 14670204-6ba2-4e0d-b960-8ea737ca0d64)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 360c72ca-6836-4075-80e0-b69c084ad6bb)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a575de9c-516d-4016-8c7b-49103c817a6d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0e1cc891-8d25-4dd8-bd59-76bad7e72783)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5bb357a1-007f-4198-a7da-ffcd11c010bb)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8b94d6f8-ce86-4b42-be3a-cae62760efcd)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp acc07005-8c5f-4e35-bb0c-4da59f5dcf3b)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "+3V3") (pintype "passive") (tstamp 217fe07b-09b2-431e-ba32-76c80acbd0be)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 555 "Net-(C144-Pad2)") (pintype "passive") (tstamp baca3b94-c987-49ad-8344-825f8904b3a9)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6d6670) - (at 280.45 101.3) - (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "BLM18KG101TN1D") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006020bdc4") - (attr smd) - (fp_text reference "FB19" (at 0.05 1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 78f88763-87ce-40e2-92ea-a9e991e4a040) - ) - (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cd762f94-a1ba-446c-9c0f-513d189420d1) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 35326f9f-f855-470b-805f-7ab24bca9bd0) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 329a1261-d1d2-4e50-b49b-ef4a059b09e1)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 9c4ffea8-d22c-4bb6-b36e-261c47a9c215)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 999b2bd5-b700-4cd6-8ec8-0d628542f353)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp cce8a4a2-55d3-41d8-bb9f-2ccac071bc53)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e23f313c-3422-4c42-9d57-04a6f8a95736)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f15927a9-c6cf-4f6f-8e10-7a2ce361d578)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b036c038-8ef7-4c18-9630-90f55e4a2252)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d588fb42-e68d-4d12-b52d-14efe6157e0d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e2cdbc02-02ef-4ce3-a2d7-7f4943858b9b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f6085dde-226b-44af-ae6a-bc3f336407b2)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 308 "Net-(FB19-Pad1)") (pintype "passive") (tstamp 50382aec-1fb2-4d75-9ea5-486cd9b466a7)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 531 "Net-(C139-Pad1)") (pintype "passive") (tstamp f33f5337-96de-488a-8571-50e8fecac469)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6d6681) - (at 276 94.6 90) - (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "BLM18KG101TN1D") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000601eea4c") - (attr smd) - (fp_text reference "FB20" (at 0 -1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 976817b3-4441-4019-957e-f34e3d541fb4) - ) - (fp_text value "100@100MHz 3A" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3d6e27e2-69a8-4390-8fd9-7bfb4c8ff9b4) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 4fd3afce-9af7-466b-aedc-b2b74acbadb7) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2d19a14f-94be-48e4-b5db-87b1e0d572bc)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp efc7e95a-ba0c-4039-ae75-e1837a956843)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 36d99f83-0b96-4cc7-b175-c54846e7bd43)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 67fcbe61-4b4e-4543-8100-1d65c7e88a7a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 708d4adc-73ff-400e-8b29-ce144b75a0bf)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 867fa32e-643b-45d4-b7d5-f6106bab6383)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 0c72662a-4ed1-4b7c-8a2a-82932e1d6149)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 75b5aaa4-6b26-4f0c-afa9-f38e5d110e19)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp aeb2a82c-c9d1-42d4-82d2-23b6a9e37af2)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp efd7d887-b20e-4c12-86d3-b664e8be2078)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "+3V3") (pintype "passive") (tstamp c31fd45c-067e-4c58-80c4-8c5bd69d4856)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 582 "Net-(C143-Pad1)") (pintype "passive") (tstamp e87fa98a-a92b-4f52-9f9c-88682a6430b3)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6d6692) - (at 277 82.3) - (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "BLM18KG101TN1D") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000602291d8") - (attr smd) - (fp_text reference "FB21" (at -1.4 -1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 0598c514-245e-46d2-9cfc-d63b59777207) - ) - (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 27b5e837-d4fb-4b1a-9ffc-0fcfd9877be4) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 722f0259-64b8-408b-a160-f0a86e27c552) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 5d2bf6ae-407d-4234-8fa6-74c72f9c0378)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp caf67880-1261-47b3-b2b5-9d2d9e27c8f8)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1387ad33-5e4f-4d52-a4e1-42b81ca1cee6)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2b04aefb-b153-4e7f-b0e6-e027f918801e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4a6a7e39-732e-42fb-a2b2-d2c4478bc7ae)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5e91ec41-b224-4933-b5d0-7aeabeaba26d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 071d4b2a-ee52-4cd2-983c-562774781cde)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 18b22451-6e7c-446c-83ae-64dc8ba5e987)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 62b4e984-315c-4406-89f0-9442bd15babf)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 99a4a7cd-a139-4a78-b755-d2e2ceb52088)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "+3V3") (pintype "passive") (tstamp 6ad09e48-14a4-41c6-a89c-67cc6ff1586e)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 581 "Net-(C142-Pad1)") (pintype "passive") (tstamp 476199b9-4d07-430b-bae4-8deffcc47800)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6d66a3) - (at 200.7 102) - (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "BLM18KG101TN1D") - (property "Sheetfile" "reform2-sd.kicad_sch") - (property "Sheetname" "Reform 2 SD Card") - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-000060257c6a") - (attr smd) - (fp_text reference "FB22" (at 2.8 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 51cafec5-22d0-4c95-9c83-1a3ae1d13ec7) - ) - (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 25e24226-7153-4c14-9790-cee2ac36ac7f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp b64548e5-0973-4270-9a6f-8b8fe6e4def0) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 94661b15-3e39-415f-9bf7-e7a01c1cd27a)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp bebb18fe-7b14-40e9-9f21-eed1b62b32ac)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 02f1ea7c-4b22-47a1-88ff-ee6f92847b94)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2454dced-4790-451b-990e-6358af51caa4)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 50c36ab0-62f7-4229-a549-afe41d8fed94)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5e88163c-1187-4350-ba45-270f421baf62)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 070fbf83-fe3f-456d-bcea-615968aff97d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 86a505bf-868e-4e2e-9312-b88481edbe67)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 89c0ebe8-54de-462a-a914-6a3c7290baa3)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp addd3a14-2bbd-4324-b6a2-66ec15e21c51)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "+3V3") (pintype "passive") (tstamp 65133175-9084-45cc-8ae4-78661b50e74f)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 432 "Net-(C137-Pad1)") (pintype "passive") (tstamp 55413acb-248e-4679-aa45-a90b4661ffd8)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f6d73fd) - (at 275 116.1 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Vishay Dale") - (property "Manufacturer_No" "CRCW06030000Z0EAC") - (property "Sheetfile" "reform2-regulators.kicad_sch") - (property "Sheetname" "Reform 2 Regulators") - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f87") - (attr smd) - (fp_text reference "R1" (at 2.1 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 88dda854-21c2-4fd0-87f6-0d4673a2d50f) - ) - (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3e31fb5a-2ca3-4919-b0a2-3f4c072f6863) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp a24ff1d1-ed7e-45aa-a210-54855534e3a0) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 0364802c-d87d-446b-a105-5917dfac0557)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a6fa79f8-539c-4b9a-a068-6e4227396ad3)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 73fd837a-7592-4339-8fc5-7af7cbd3056d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 95c3c604-11c2-4b57-9994-5369d943353f)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ba6a5068-4870-4572-88bf-8d50835d5e2a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp de47d2d2-0b26-4b9b-ba3e-24e79fb426e4)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4de85455-2c2a-4e0d-83c9-ba8a5266db9a)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a5da502b-be9a-447b-85e7-e5c0ec0a9c78)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp eafdbf90-0a10-4457-87b8-1c4b91930dbd)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp effac203-f341-4552-9c20-4e60e0bb3274)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 584 "Net-(R1-Pad1)") (pintype "passive") (tstamp 10ee1016-f427-4a5d-b1e3-a14133028609)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 97 "30V_GATE") (pintype "passive") (tstamp f31956c4-9ebc-406d-972d-285fe1ad35bd)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6d945e) - (at 76.5 76.9 180) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Checked" "y") - (property "Distributor" "") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "CC0603JPX7R9BB104") - (property "Sheetfile" "reform2-display.kicad_sch") - (property "Sheetname" "Reform 2 Display") - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2e40ad") - (attr smd) - (fp_text reference "C113" (at 1.4 -1.2 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 6f6f525a-8157-4cb9-af17-f6d8ab55127d) - ) - (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 16075735-f829-4931-9526-f735a680810b) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp ef88f6db-ed29-495d-90cf-9c981bf2065e) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2939bd29-6001-43a8-bf80-57b9e136ae10)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp fafaa7b2-8994-402a-a77a-92647910a63a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b18e8c85-836e-4045-80cf-0c4bad94cb06)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e6c1abc9-5a14-4d08-be1f-9bab743f0459)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f82bec5b-e481-426e-87d9-d53eed4e8b03)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f9ea61c0-5e6a-4448-83cb-d80b792e743c)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 068db9eb-8149-4014-a634-3d816e1f40f8)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 45016d50-da5d-4dcb-aac2-c556320ffe17)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 700cf7f4-9044-4e46-a111-fe0df6f7c838)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d2836369-cd22-4614-b444-33ac4c63d035)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp 3d7f314f-7415-4f60-a1f4-f7d729189e1d)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp cdc27f3b-759d-497d-a27a-2e37af9dfe9f)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6e02de) - (at 297.1 95) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Taiyo Yuden") - (property "Manufacturer_No" "UMK107BJ105KA-T") - (property "Sheetfile" "reform2-audio.kicad_sch") - (property "Sheetname" "Reform 2 Audio") - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f6748cf") - (attr smd) - (fp_text reference "C162" (at 0 -1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp b8c5376b-d19d-4bfa-8038-09b90f5dc678) - ) - (fp_text value "1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 79fdf884-3bf7-4512-b9be-bc9091b22658) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 5629da80-d9c4-4b49-9623-bb7efeb25284) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp ceaad931-d6b5-4fb3-b67a-6b0516841ded)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp cf7081b9-8db6-46a5-b083-9cbb0d1a60fd)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1fc46e59-3f8f-48bf-aaf7-77473461e233)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5ae28348-5757-4ac9-87a0-5f6709a6a57c)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c5050b60-0cf4-4e86-a06e-2c45d5c66f51)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f32e0635-4293-4e97-9676-bc74f0d337ba)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 086b52ed-3aff-425b-b0b2-d62576c70359)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1010163c-3964-4673-896e-c51a929481ea)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 81e86c81-db0f-41db-be96-d56274480424)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b9e520da-3af1-4e82-b7ce-cd2651f8ec5d)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 564 "Net-(C162-Pad1)") (pintype "passive") (tstamp 0022ab9d-a307-4975-a612-db92033cfe47)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 563 "Net-(C162-Pad2)") (pintype "passive") (tstamp f61ca8a7-4b93-4565-b9ee-708fc3c64f01)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f6e26cd) - (at 82.15 66.05 180) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Checked" "y") - (property "Distributor" "") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "CC0603JPX7R9BB104") - (property "Sheetfile" "reform2-display.kicad_sch") - (property "Sheetname" "Reform 2 Display") - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2cc244") - (attr smd) - (fp_text reference "C101" (at -2.85 -0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 8ffeeaff-dccf-4911-9a32-5062761ae39a) - ) - (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b3bfc44c-9db0-48ee-8557-8658368922e9) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp bf211c4e-112f-4a08-9bf3-2989c3e2ebe5) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4875375d-061f-4350-b2a8-b7fe17c31302)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 94485689-d0b3-443d-9a04-682cd7507597)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2b77be79-ab01-4238-b773-23cf2af87ee0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 623c40db-921a-442e-bb5d-3150cedb19c1)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9b78b832-65b2-476e-bfb3-0fe561f023a2)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d514bf32-09dd-4b47-a11f-64670f0cbbbc)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 226c30f0-2f28-496c-9f7f-cfbad84a73c6)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 38e971ca-6d57-4f3e-a677-54cc77857702)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 40c8e311-89b5-4994-a671-72ee3dae0eb5)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp cd7ceb31-0d08-4b47-b0fe-c2329689be21)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp 0ad386c8-3d0a-43d5-a874-3ee022bd5eab)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp 133f3c09-46dd-46f7-9d1f-79b5bba67548)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "footprints:SON50P350X135X55-14N" (layer "F.Cu") - (tedit 5F664039) (tstamp 00000000-0000-0000-0000-00005f6e37b6) - (at 57.625 120.225) - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Littelfuse") - (property "Manufacturer_No" "SP3012-06UTG") - (property "Sheetfile" "reform2-usb.kicad_sch") - (property "Sheetname" "Reform 2 USB") - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005fc025d3") - (attr through_hole) - (fp_text reference "U26" (at -0.025 2.575) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 1a001f71-e7da-48ca-b889-2ddf07544e61) - ) - (fp_text value "SP3012-06UTG" (at 11.235 2.742) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.015))) - (tstamp 60fa219a-019f-4489-9c1a-46a955ef7614) - ) - (fp_line (start -0.725 1.93) (end 0.725 1.93) (layer "F.SilkS") (width 0.127) (tstamp 6c674058-3e0b-4a72-a45f-81bde475bc69)) - (fp_line (start -0.725 -1.93) (end 0.725 -1.93) (layer "F.SilkS") (width 0.127) (tstamp 7c44dcc0-115e-4ce9-8d3e-fe8d4ef90fef)) - (fp_circle (center -1.61 -1.5) (end -1.51 -1.5) (layer "F.SilkS") (width 0.2) (fill none) (tstamp 0cabd4fa-6777-4d8b-bf57-eade82041515)) - (fp_line (start -1.29 -2.05) (end -1.29 2.05) (layer "F.CrtYd") (width 0.05) (tstamp 3ed01714-3b39-4065-a689-2fd56ec3e356)) - (fp_line (start -1.29 -2.05) (end 1.29 -2.05) (layer "F.CrtYd") (width 0.05) (tstamp 49af8e19-2d15-49ca-8ff6-ded721c1f650)) - (fp_line (start 1.29 -2.05) (end 1.29 2.05) (layer "F.CrtYd") (width 0.05) (tstamp af65430f-5eac-4eb3-bb69-e4634a0e3e29)) - (fp_line (start -1.29 2.05) (end 1.29 2.05) (layer "F.CrtYd") (width 0.05) (tstamp c3e28ee1-5bd4-49ac-adfb-d1367e494d59)) - (fp_line (start -0.725 1.8) (end 0.725 1.8) (layer "F.Fab") (width 0.127) (tstamp 2b776822-57d9-4624-a599-4ccc44993d0b)) - (fp_line (start -0.725 -1.8) (end -0.725 1.8) (layer "F.Fab") (width 0.127) (tstamp 742a1c40-d4e2-4c06-a802-61f658ba62db)) - (fp_line (start 0.725 -1.8) (end 0.725 1.8) (layer "F.Fab") (width 0.127) (tstamp bdad7a0d-54d4-47f3-b3e3-8c9d7fb2b8f8)) - (fp_line (start -0.725 -1.8) (end 0.725 -1.8) (layer "F.Fab") (width 0.127) (tstamp e1041cca-7316-4234-88d6-41b35c62a92a)) - (fp_circle (center -1.61 -1.5) (end -1.51 -1.5) (layer "F.Fab") (width 0.2) (fill none) (tstamp e05ba12a-1a39-432a-8f57-8dab5c1be4e3)) - (pad "1" smd rect locked (at -0.67 -1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 571 "/Reform 2 USB/USB3_2_SSTXCP") (pinfunction "1") (pintype "passive") (tstamp 1da0f1ef-1f49-49d6-a6d0-e8fb486a5eff)) - (pad "2" smd rect locked (at -0.67 -1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 569 "/Reform 2 USB/USB3_2_SSTXCN") (pinfunction "2") (pintype "passive") (tstamp fe146bbe-b6cd-404e-9fad-cc49d0215c5d)) - (pad "3" smd rect locked (at -0.67 -0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 149 "USB3_2_DN") (pinfunction "3") (pintype "passive") (tstamp b254db60-66b4-4de6-9f99-374dbda3fb78)) - (pad "4" smd rect locked (at -0.67 0) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 148 "USB3_2_DP") (pinfunction "4") (pintype "passive") (tstamp 4faefe41-2634-420d-ace4-ded700fa7cd1)) - (pad "5" smd rect locked (at -0.67 0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "GND") (pinfunction "5") (pintype "passive") (tstamp 91db0cd8-7ace-4c83-93bd-97fa200e3d20)) - (pad "6" smd rect locked (at -0.67 1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 146 "USB3_2_SSRXP") (pinfunction "6") (pintype "passive") (tstamp 4fcd8c10-93b9-4a10-9b3e-3ab3c25af1f2)) - (pad "7" smd rect locked (at -0.67 1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 147 "USB3_2_SSRXN") (pinfunction "7") (pintype "passive") (tstamp dfb3c632-d87d-40e0-9822-0a9f9ed4c8fb)) - (pad "8" smd rect locked (at 0.67 1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 147 "USB3_2_SSRXN") (pinfunction "8") (pintype "passive") (tstamp 1ea2da5b-d194-42a9-a311-3e9e064d52fe)) - (pad "9" smd rect locked (at 0.67 1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 146 "USB3_2_SSRXP") (pinfunction "9") (pintype "passive") (tstamp f7f795a4-0080-49f6-a37f-064aba3e3df0)) - (pad "10" smd rect locked (at 0.67 0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "GND") (pinfunction "10") (pintype "passive") (tstamp 6080d62e-06e7-4bc1-ba40-555d30bbff40)) - (pad "11" smd rect locked (at 0.67 0) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 148 "USB3_2_DP") (pinfunction "11") (pintype "passive") (tstamp 43b5d412-3afb-4175-9771-5d6d1fb782d9)) - (pad "12" smd rect locked (at 0.67 -0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 149 "USB3_2_DN") (pinfunction "12") (pintype "passive") (tstamp 4a88c4c1-4a5f-4b3a-9649-82f5f5aa49ae)) - (pad "13" smd rect locked (at 0.67 -1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 569 "/Reform 2 USB/USB3_2_SSTXCN") (pinfunction "13") (pintype "passive") (tstamp 953cbc15-ccf8-49ad-9a90-244efb28881e)) - (pad "14" smd rect locked (at 0.67 -1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") - (net 571 "/Reform 2 USB/USB3_2_SSTXCP") (pinfunction "14") (pintype "passive") (tstamp 0176f49b-6faa-4a9a-a7fa-cb51b16f4b6e)) - (model "${KIPRJMOD}/3d-models/SP3012-06UTG.stp" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f709681) - (at 275.3 102.8 90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Vishay Dale") - (property "Manufacturer_No" "CRCW0603150KFKEAC") - (property "Sheetfile" "reform2-power.kicad_sch") - (property "Sheetname" "Reform 2 Power") - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fd6c758") - (attr smd) - (fp_text reference "R34" (at -2.5 -0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 1fe19b97-4bcd-4274-a1e4-115325a607b7) - ) - (fp_text value "150k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e80ac972-71b9-4386-b0e0-e06cffb8b0a0) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp cc699da3-38e4-467f-a0b2-289c1f522c7f) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 45a6f466-6fee-4f8c-be66-84809fce39d0)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp f94caea2-fcd8-4f42-a50e-872a284013c7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0b47a097-703a-4c73-8e95-7c4a4c8e2262)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8a284de6-4593-403b-b1e3-371cbeefbff3)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 920e0422-786b-4df6-a89e-e4c4b01114a2)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp cc74bd28-e541-4166-9921-5f912be2ddb5)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8fc4b1be-bbcf-4b58-9c4c-cf419de232db)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bf19a5c7-596e-43f9-8147-183c4a313055)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d688123a-1c1f-4a8b-a17d-5d898bd595ea)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d98dd9ab-6401-474a-8121-ee4b5800fb2c)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 595 "Net-(R34-Pad1)") (pintype "passive") (tstamp caaf2f4a-cb2a-4319-a16f-9971d6dd6934)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 98 "/Reform 2 Power/VIN") (pintype "passive") (tstamp b49c63ea-2e8f-49d4-b6b4-3fbf009be9f7)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f70acc9) - (at 48.65 84.55) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "RC0603FR-071ML") - (property "Sheetfile" "reform2-usb.kicad_sch") - (property "Sheetname" "Reform 2 USB") - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df9bc56") - (attr smd) - (fp_text reference "R97" (at 3 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 997cca9a-01bc-4e0d-8db6-5466952cff0f) - ) - (fp_text value "1M" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9732f419-5b39-4d7c-ba09-ded697bcbf98) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 61c6e02d-0854-461c-a6fd-1b896bb3dedf) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 863d59c8-7b18-4dcc-8aa4-39f785de8648)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp f9d6f2ed-4160-40b4-94c3-13d9205c41a7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0adb6a2d-e789-4220-a46a-8548f0acb752)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 24f92991-e614-47fa-a74b-8363bc5ee74d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 67d3a3c7-d0a8-44b9-a482-fcde5a935c9c)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7f0fde02-569a-4a95-9903-d6954fdd33b9)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1f93c776-3c1a-4805-ac28-bd051cd351c2)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 598155cb-941f-4463-a673-9678c71c6453)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 616cc4ea-f61c-421f-ba66-474288605239)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6cd73559-6d92-4958-b827-01bbe7d1bb7a)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 272 "Net-(C75-Pad1)") (pintype "passive") (tstamp ab36375d-c7a3-4b96-baee-e78fce997559)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp 4bfb0967-81ec-49c5-9241-599b9e09a83d)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f70acf9) - (at 48.65 86.25) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Checked" "y") - (property "Distributor" "") - (property "Manufacturer" "Yageo") - (property "Manufacturer_No" "CC0603JPX7R9BB104") - (property "Sheetfile" "reform2-usb.kicad_sch") - (property "Sheetname" "Reform 2 USB") - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df9bc70") - (attr smd) - (fp_text reference "C75" (at 3 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp eab9e3d0-2c2c-43e4-9206-231355e02a84) - ) - (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 273c58cb-fa72-43d2-a2f3-2ebe5a384ffd) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 0092c8d1-d2c9-4399-8255-e1ec807420cf) - ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 875dab32-ebd1-488d-b8fa-c4384ced60cc)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp cef449f6-9714-4507-a8a2-81f737196d87)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0c9feeb7-7a34-4a9f-8e3d-aab3b4e7311f)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 72ca4e37-6134-4970-ab2f-4311e2e6fbe4)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 73e926e8-edb5-47d3-ba93-f92d5ed7af85)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9859a744-ba06-40a9-b0c9-7b1320d022dd)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 42481755-d14a-45a4-a87e-3f6bd1d10890)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5b5638f8-f264-4ac6-bde2-7332a0948366)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 668f04e1-be92-49b1-a938-be73c699b73e)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp ff8a44a6-0459-42c3-8053-c52dabeb0db7)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 272 "Net-(C75-Pad1)") (pintype "passive") (tstamp 9cdcaa39-24ce-4d51-b4b7-663fb620cab6)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp ff7e9fcf-214a-459e-9ad5-a64f212d5420)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f70ad29) - (at 48.65 87.95) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Checked" "y") - (property "Distributor" "Mouser") - (property "Manufacturer" "Murata") - (property "Manufacturer_No" "GRM1885C1H202JA01D") - (property "Sheetfile" "reform2-usb.kicad_sch") - (property "Sheetname" "Reform 2 USB") - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df9bc7a") - (attr smd) - (fp_text reference "C79" (at 3 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp e22ad9c0-3230-4ebb-ab0f-f7de01ef25ca) - ) - (fp_text value "2nF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 04402f23-4d86-474d-9976-901eda09d4c7) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 5319720a-6707-4da7-894b-cfcc45ea26db) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 03a07152-6a23-48cb-ba88-c167c5fefafe)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp ba275f9d-9396-41b3-95d7-45284eb6376e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 69b27773-5aa5-4cde-92fc-92988cf3369b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 729b8fe0-2e5c-47fa-bdb3-a5998a4a4a5e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 88e47ea9-c39f-46fa-89e2-9b1815bf5f97)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8e7b810c-6eba-4a6b-aad5-7c599ec7862a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 48476e31-eea4-4988-b098-542285cbfd16)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 59176636-d0a2-4a0a-8b95-573d1d8fd650)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8a153cd5-ec4f-404e-8e40-50db7e2ea57e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8aa57391-46ce-4c0b-a7b6-0e8d8758fc7f)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 272 "Net-(C75-Pad1)") (pintype "passive") (tstamp 1a8c4c2f-d21b-4fb4-a054-6924beb89ce7)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "GND") (pintype "passive") (tstamp 2373a783-5883-45e0-b300-186c25108fb2)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "footprints:reform2-motherboard-badge" (layer "F.Cu") - (tedit 0) (tstamp 00000000-0000-0000-0000-00005f736a7f) - (at 132.75 97.5 90) - (property "Checked" "y") - (property "DNP" "y") - (property "Distributor" "None") - (property "Sheetfile" "reform2-motherboard25.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-000064382d78") - (attr through_hole) - (fp_text reference "H14" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) - (tstamp 9c894c30-cc35-42f8-93ae-2749e584ae2d) - ) - (fp_text value "BADGE" (at 0.75 0 90) (layer "F.SilkS") hide - (effects (font (size 1.524 1.524) (thickness 0.3))) - (tstamp 3f4ed49f-9f62-4efe-bad2-a5f973677e22) - ) - (fp_poly (pts - (xy -9.141147 -1.065628) - (xy -8.976851 -1.049582) - (xy -8.859539 -1.020146) - (xy -8.780448 -0.972754) - (xy -8.73081 -0.902839) - (xy -8.70958 -0.840779) - (xy -8.698761 -0.70356) - (xy -8.739008 -0.585557) - (xy -8.781774 -0.53156) - (xy -8.841445 -0.471888) - (xy -8.760492 -0.313555) - (xy -8.716656 -0.227581) - (xy -8.683478 -0.162076) - (xy -8.669529 -0.134055) - (xy -8.687985 -0.120994) - (xy -8.746248 -0.113549) - (xy -8.774353 -0.112889) - (xy -8.83672 -0.115425) - (xy -8.878733 -0.130587) - (xy -8.913793 -0.1697) - (xy -8.955299 -0.244093) - (xy -8.974667 -0.282222) - (xy -9.025988 -0.376272) - (xy -9.066812 -0.428417) - (xy -9.107007 -0.449397) - (xy -9.130295 -0.451555) - (xy -9.169176 -0.447918) - (xy -9.190169 -0.428172) - (xy -9.198761 -0.379068) - (xy -9.200443 -0.287355) - (xy -9.200444 -0.282222) - (xy -9.200444 -0.112889) - (xy -9.398 -0.112889) - (xy -9.398 -0.910325) - (xy -9.200444 -0.910325) - (xy -9.200444 -0.620889) - (xy -9.094611 -0.621321) - (xy -9.014291 -0.627879) - (xy -8.955338 -0.643407) - (xy -8.949972 -0.646333) - (xy -8.921395 -0.692001) - (xy -8.911677 -0.762071) - (xy -8.922889 -0.827056) - (xy -8.935861 -0.847339) - (xy -8.977326 -0.866832) - (xy -9.051378 -0.885918) - (xy -9.0805 -0.891162) - (xy -9.200444 -0.910325) - (xy -9.398 -0.910325) - (xy -9.398 -1.080273) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 0064d8f0-b6db-4be1-b5d5-bc90819c6a2f)) - (fp_poly (pts - (xy 3.79927 -1.028059) - (xy 3.91403 -0.948321) - (xy 3.986502 -0.84466) - (xy 4.036004 -0.747889) - (xy 3.935533 -0.739035) - (xy 3.854984 -0.742642) - (xy 3.798283 -0.779068) - (xy 3.77815 -0.802535) - (xy 3.703153 -0.858121) - (xy 3.608084 -0.877457) - (xy 3.514798 -0.859379) - (xy 3.458259 -0.81959) - (xy 3.418075 -0.743313) - (xy 3.395335 -0.636526) - (xy 3.392796 -0.523216) - (xy 3.413179 -0.427462) - (xy 3.475766 -0.338044) - (xy 3.562797 -0.292537) - (xy 3.660643 -0.293181) - (xy 3.755674 -0.342214) - (xy 3.781778 -0.366889) - (xy 3.850122 -0.421856) - (xy 3.919471 -0.450049) - (xy 3.975807 -0.449268) - (xy 4.00511 -0.417311) - (xy 4.006556 -0.402166) - (xy 3.978248 -0.294659) - (xy 3.903782 -0.206763) - (xy 3.791837 -0.144739) - (xy 3.651098 -0.114843) - (xy 3.60547 -0.113075) - (xy 3.506475 -0.116825) - (xy 3.438287 -0.134583) - (xy 3.375463 -0.175689) - (xy 3.331927 -0.213484) - (xy 3.253358 -0.298361) - (xy 3.208701 -0.390261) - (xy 3.191154 -0.460428) - (xy 3.177907 -0.635463) - (xy 3.208711 -0.789143) - (xy 3.278659 -0.915013) - (xy 3.382842 -1.006614) - (xy 3.516351 -1.057488) - (xy 3.649825 -1.063837) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 0aaabfb4-ac0e-4e93-8e7f-46d41036c4dd)) - (fp_poly (pts - (xy 2.032 2.427111) - (xy 1.836419 2.427111) - (xy 1.828376 2.137834) - (xy 1.820333 1.848556) - (xy 1.707495 2.137834) - (xy 1.656457 2.265602) - (xy 1.61872 2.349326) - (xy 1.588522 2.398091) - (xy 1.560102 2.420979) - (xy 1.527697 2.427075) - (xy 1.524 2.427111) - (xy 1.490876 2.422199) - (xy 1.462316 2.401407) - (xy 1.432557 2.355651) - (xy 1.395837 2.275847) - (xy 1.346395 2.152911) - (xy 1.340505 2.137834) - (xy 1.227667 1.848556) - (xy 1.219624 2.137834) - (xy 1.211581 2.427111) - (xy 1.016 2.427111) - (xy 1.016 1.492685) - (xy 1.146576 1.501287) - (xy 1.277151 1.509889) - (xy 1.391116 1.799167) - (xy 1.438393 1.915565) - (xy 1.479282 2.009581) - (xy 1.508968 2.070557) - (xy 1.521784 2.088445) - (xy 1.538409 2.063934) - (xy 1.570718 1.99747) - (xy 1.61381 1.899657) - (xy 1.655506 1.799167) - (xy 1.772525 1.509889) - (xy 1.902263 1.501287) - (xy 2.032 1.492685) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 0e1803ea-ad72-4979-848d-ed638a88c18a)) - (fp_poly (pts - (xy 9.158111 -1.058333) - (xy 9.173587 -0.112889) - (xy 8.974667 -0.112889) - (xy 8.974667 -0.508) - (xy 8.579556 -0.508) - (xy 8.579556 -0.112889) - (xy 8.352413 -0.112889) - (xy 8.367889 -1.058333) - (xy 8.565445 -1.058333) - (xy 8.582135 -0.677333) - (xy 8.974667 -0.677333) - (xy 8.974667 -1.076021) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 11076b4f-0383-4c56-be25-8a5a88c0b41b)) - (fp_poly (pts - (xy 5.34822 -1.05064) - (xy 5.472013 -1.025248) - (xy 5.559129 -0.978694) - (xy 5.618541 -0.90751) - (xy 5.630979 -0.883652) - (xy 5.663292 -0.758636) - (xy 5.644222 -0.639262) - (xy 5.575807 -0.538033) - (xy 5.574355 -0.53666) - (xy 5.50513 -0.471626) - (xy 5.605438 -0.292257) - (xy 5.705747 -0.112889) - (xy 5.592339 -0.112889) - (xy 5.530802 -0.11567) - (xy 5.488217 -0.13139) - (xy 5.451093 -0.171111) - (xy 5.405938 -0.245898) - (xy 5.385841 -0.282222) - (xy 5.32779 -0.378844) - (xy 5.281418 -0.432033) - (xy 5.238143 -0.451041) - (xy 5.228708 -0.451555) - (xy 5.193139 -0.447006) - (xy 5.173928 -0.424581) - (xy 5.166098 -0.371121) - (xy 5.164667 -0.282222) - (xy 5.164667 -0.112889) - (xy 5.065003 -0.112889) - (xy 4.99426 -0.122302) - (xy 4.953319 -0.145567) - (xy 4.951348 -0.149351) - (xy 4.946991 -0.189072) - (xy 4.944214 -0.274514) - (xy 4.943157 -0.394971) - (xy 4.943961 -0.539739) - (xy 4.945178 -0.622074) - (xy 4.95033 -0.909393) - (xy 5.164667 -0.909393) - (xy 5.164667 -0.620889) - (xy 5.271911 -0.620889) - (xy 5.350929 -0.629313) - (xy 5.407286 -0.650056) - (xy 5.413022 -0.654755) - (xy 5.442593 -0.716069) - (xy 5.44094 -0.789096) - (xy 5.411611 -0.840685) - (xy 5.361683 -0.864932) - (xy 5.284625 -0.886783) - (xy 5.2705 -0.889615) - (xy 5.164667 -0.909393) - (xy 4.95033 -0.909393) - (xy 4.953 -1.058333) - (xy 5.178778 -1.058333) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 11112912-f93d-4666-b28e-64b9d77beeb1)) - (fp_poly (pts - (xy -9.872838 2.768632) - (xy -9.838532 2.786364) - (xy -9.816871 2.832732) - (xy -9.796982 2.913945) - (xy -9.769052 3.028064) - (xy -9.73387 3.15876) - (xy -9.712846 3.231445) - (xy -9.662043 3.400778) - (xy -9.596649 3.113865) - (xy -9.567529 2.991212) - (xy -9.540854 2.887957) - (xy -9.520166 2.817339) - (xy -9.511143 2.794412) - (xy -9.472061 2.774933) - (xy -9.402887 2.770117) - (xy -9.392473 2.77088) - (xy -9.293913 2.779889) - (xy -9.423568 3.238467) - (xy -9.553222 3.697044) - (xy -9.654981 3.697078) - (xy -9.75674 3.697111) - (xy -9.838242 3.414889) - (xy -9.87337 3.298383) - (xy -9.904264 3.205278) - (xy -9.926996 3.146883) - (xy -9.936268 3.132667) - (xy -9.950185 3.158047) - (xy -9.974791 3.226621) - (xy -10.006252 3.327039) - (xy -10.031611 3.414889) - (xy -10.110431 3.697111) - (xy -10.315971 3.697111) - (xy -10.439369 3.266722) - (xy -10.482378 3.11739) - (xy -10.520594 2.985962) - (xy -10.551037 2.882586) - (xy -10.570728 2.817411) - (xy -10.57607 2.801056) - (xy -10.565035 2.776732) - (xy -10.504863 2.766393) - (xy -10.474552 2.765778) - (xy -10.427411 2.765957) - (xy -10.392814 2.77191) - (xy -10.366533 2.791755) - (xy -10.344342 2.833614) - (xy -10.322016 2.905608) - (xy -10.295327 3.015856) - (xy -10.260049 3.17248) - (xy -10.257898 3.182056) - (xy -10.234815 3.280356) - (xy -10.2159 3.352835) - (xy -10.204734 3.385932) - (xy -10.203887 3.386667) - (xy -10.194064 3.361127) - (xy -10.173438 3.291752) - (xy -10.145117 3.189413) - (xy -10.115127 3.076222) - (xy -10.034399 2.765778) - (xy -9.932357 2.765778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 14b2942a-b510-4043-9ab5-701999e46fb8)) - (fp_poly (pts - (xy -1.639433 1.491711) - (xy -1.594267 1.508191) - (xy -1.519323 1.557386) - (xy -1.448941 1.631938) - (xy -1.398561 1.712644) - (xy -1.382994 1.770945) - (xy -1.404674 1.80195) - (xy -1.457983 1.808801) - (xy -1.524932 1.794246) - (xy -1.587532 1.761037) - (xy -1.613709 1.735667) - (xy -1.691606 1.6774) - (xy -1.787501 1.661203) - (xy -1.88201 1.686854) - (xy -1.945285 1.739473) - (xy -1.991599 1.835412) - (xy -2.007962 1.952778) - (xy -1.994886 2.070294) - (xy -1.95288 2.166681) - (xy -1.934505 2.188505) - (xy -1.841482 2.248599) - (xy -1.743096 2.254583) - (xy -1.648489 2.206894) - (xy -1.613947 2.173111) - (xy -1.539009 2.109755) - (xy -1.470662 2.087116) - (xy -1.419347 2.10077) - (xy -1.395508 2.146294) - (xy -1.409585 2.219263) - (xy -1.426589 2.252491) - (xy -1.516921 2.353279) - (xy -1.639451 2.416903) - (xy -1.780457 2.43902) - (xy -1.926214 2.415284) - (xy -1.933222 2.412871) - (xy -2.065011 2.339535) - (xy -2.157675 2.225919) - (xy -2.202814 2.111168) - (xy -2.223774 1.94628) - (xy -2.199687 1.795726) - (xy -2.137292 1.666186) - (xy -2.04333 1.564336) - (xy -1.92454 1.496855) - (xy -1.787661 1.470421) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 15105b73-f846-4432-bc89-93f05eb861af)) - (fp_poly (pts - (xy -6.078453 0.230405) - (xy -5.999244 0.284637) - (xy -5.978356 0.306565) - (xy -5.902968 0.425636) - (xy -5.860045 0.568061) - (xy -5.848833 0.72013) - (xy -5.868573 0.868133) - (xy -5.918509 0.998363) - (xy -5.997883 1.097109) - (xy -6.023047 1.115802) - (xy -6.120488 1.156337) - (xy -6.237922 1.174493) - (xy -6.335889 1.166368) - (xy -6.443576 1.11001) - (xy -6.526831 1.008448) - (xy -6.581574 0.869126) - (xy -6.599581 0.731233) - (xy -6.40136 0.731233) - (xy -6.377957 0.860165) - (xy -6.326856 0.954088) - (xy -6.320204 0.96113) - (xy -6.263488 1.006021) - (xy -6.214098 1.007358) - (xy -6.154537 0.963764) - (xy -6.13705 0.946727) - (xy -6.096425 0.896381) - (xy -6.075398 0.836698) - (xy -6.068143 0.747609) - (xy -6.067778 0.708166) - (xy -6.079249 0.552346) - (xy -6.114254 0.446017) - (xy -6.17368 0.38697) - (xy -6.200753 0.376979) - (xy -6.279738 0.382454) - (xy -6.34312 0.437589) - (xy -6.385335 0.536497) - (xy -6.394268 0.581618) - (xy -6.40136 0.731233) - (xy -6.599581 0.731233) - (xy -6.603726 0.699488) - (xy -6.604 0.677116) - (xy -6.585068 0.500348) - (xy -6.530159 0.361728) - (xy -6.442098 0.264427) - (xy -6.323712 0.211619) - (xy -6.183961 0.205749) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 16c3e8b9-99ce-4028-83b8-db7b6935f503)) - (fp_poly (pts - (xy -1.95488 -1.066417) - (xy -1.679222 -1.058333) - (xy -1.661362 -0.903111) - (xy -2.082516 -0.903111) - (xy -2.093042 -0.792734) - (xy -2.096813 -0.723494) - (xy -2.086629 -0.69869) - (xy -2.057485 -0.70703) - (xy -2.055528 -0.708068) - (xy -1.995328 -0.725539) - (xy -1.912934 -0.733698) - (xy -1.904684 -0.733778) - (xy -1.793193 -0.709179) - (xy -1.706805 -0.642819) - (xy -1.650973 -0.545846) - (xy -1.631147 -0.429411) - (xy -1.65278 -0.304665) - (xy -1.672377 -0.258648) - (xy -1.738574 -0.184536) - (xy -1.840578 -0.135011) - (xy -1.961915 -0.113378) - (xy -2.086113 -0.122942) - (xy -2.179457 -0.156882) - (xy -2.265277 -0.227049) - (xy -2.310195 -0.315545) - (xy -2.314222 -0.350922) - (xy -2.291613 -0.384676) - (xy -2.237885 -0.398048) - (xy -2.174191 -0.391964) - (xy -2.121681 -0.367349) - (xy -2.103523 -0.341714) - (xy -2.0632 -0.286017) - (xy -2.000855 -0.267724) - (xy -1.932108 -0.282177) - (xy -1.872575 -0.324719) - (xy -1.837874 -0.39069) - (xy -1.834444 -0.421968) - (xy -1.854464 -0.513267) - (xy -1.907959 -0.569571) - (xy -1.985088 -0.581652) - (xy -2.001177 -0.578299) - (xy -2.082481 -0.563341) - (xy -2.173111 -0.554693) - (xy -2.271889 -0.550333) - (xy -2.2686 -0.767109) - (xy -2.26601 -0.902069) - (xy -2.256497 -0.990314) - (xy -2.230098 -1.04135) - (xy -2.176848 -1.064684) - (xy -2.086782 -1.069823) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 19b8fd4d-65a5-46e7-bf87-52d631c6ab95)) - (fp_poly (pts - (xy -6.237525 2.770189) - (xy -5.955718 2.779889) - (xy -5.850023 2.88564) - (xy -5.794567 2.944891) - (xy -5.761912 2.99688) - (xy -5.74491 3.060783) - (xy -5.736412 3.155778) - (xy -5.734312 3.196085) - (xy -5.731385 3.310058) - (xy -5.738595 3.387408) - (xy -5.759559 3.447581) - (xy -5.790766 3.499556) - (xy -5.869512 3.591067) - (xy -5.967137 3.651496) - (xy -6.094838 3.685302) - (xy -6.263813 3.696947) - (xy -6.2865 3.697067) - (xy -6.519333 3.697111) - (xy -6.519333 3.527778) - (xy -6.321778 3.527778) - (xy -6.224328 3.527778) - (xy -6.134168 3.518263) - (xy -6.056902 3.495895) - (xy -5.982115 3.432134) - (xy -5.939516 3.328162) - (xy -5.932148 3.192103) - (xy -5.934363 3.168591) - (xy -5.964746 3.049497) - (xy -6.027458 2.974837) - (xy -6.128195 2.939564) - (xy -6.197904 2.935111) - (xy -6.321778 2.935111) - (xy -6.321778 3.527778) - (xy -6.519333 3.527778) - (xy -6.519333 2.760489) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 1abb4d83-7d9b-4d2b-b3d6-49903d7f261a)) - (fp_poly (pts - (xy 11.074059 -1.060789) - (xy 11.161309 -1.027278) - (xy 11.241786 -0.968536) - (xy 11.299025 -0.899331) - (xy 11.317111 -0.842818) - (xy 11.294872 -0.80359) - (xy 11.240109 -0.789358) - (xy 11.170752 -0.799818) - (xy 11.104735 -0.834663) - (xy 11.091333 -0.846666) - (xy 11.01708 -0.892177) - (xy 10.936675 -0.899601) - (xy 10.871454 -0.867468) - (xy 10.866681 -0.862133) - (xy 10.838073 -0.806133) - (xy 10.855344 -0.757085) - (xy 10.92191 -0.711211) - (xy 11.04119 -0.664729) - (xy 11.046832 -0.662892) - (xy 11.17655 -0.613599) - (xy 11.261292 -0.560665) - (xy 11.312266 -0.495049) - (xy 11.335645 -0.429841) - (xy 11.333659 -0.335439) - (xy 11.291931 -0.23977) - (xy 11.221658 -0.165891) - (xy 11.201649 -0.153891) - (xy 11.11925 -0.12925) - (xy 11.006549 -0.11681) - (xy 10.888529 -0.117396) - (xy 10.790171 -0.131829) - (xy 10.766778 -0.139569) - (xy 10.673798 -0.20551) - (xy 10.609146 -0.30698) - (xy 10.596584 -0.345722) - (xy 10.588103 -0.397599) - (xy 10.607514 -0.418998) - (xy 10.668499 -0.423323) - (xy 10.675806 -0.423333) - (xy 10.75944 -0.409563) - (xy 10.815271 -0.360651) - (xy 10.820627 -0.352778) - (xy 10.879221 -0.300741) - (xy 10.955179 -0.278751) - (xy 11.031707 -0.285098) - (xy 11.09201 -0.318073) - (xy 11.11929 -0.375965) - (xy 11.119556 -0.383207) - (xy 11.112883 -0.420135) - (xy 11.085333 -0.448715) - (xy 11.025606 -0.476193) - (xy 10.9224 -0.509815) - (xy 10.92185 -0.509982) - (xy 10.773229 -0.566375) - (xy 10.676441 -0.631676) - (xy 10.627038 -0.71046) - (xy 10.620577 -0.807305) - (xy 10.622165 -0.818435) - (xy 10.665629 -0.926395) - (xy 10.751244 -1.007781) - (xy 10.868809 -1.057123) - (xy 11.008125 -1.068949) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 1c1d41ab-605d-4c72-a1b7-c5ac69869028)) - (fp_poly (pts - (xy 10.237611 -0.671465) - (xy 10.347544 -0.666471) - (xy 10.413243 -0.658688) - (xy 10.44689 -0.643519) - (xy 10.460667 -0.616372) - (xy 10.465264 -0.585611) - (xy 10.474194 -0.508) - (xy 10.018889 -0.508) - (xy 10.018889 -0.679707) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 1c819033-ac23-43c1-9664-5a0ac62a10cb)) - (fp_poly (pts - (xy -4.6355 0.598535) - (xy -4.525567 0.603529) - (xy -4.459869 0.611312) - (xy -4.426221 0.626481) - (xy -4.412444 0.653628) - (xy -4.407848 0.684389) - (xy -4.398917 0.762) - (xy -4.854222 0.762) - (xy -4.854222 0.590293) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 1e0dd6fc-49fe-4931-a525-870129b5f8d8)) - (fp_poly (pts - (xy -5.662844 -0.421985) - (xy -5.399826 -1.058333) - (xy -5.150555 -1.058333) - (xy -5.142818 -0.585611) - (xy -5.13508 -0.112889) - (xy -5.360178 -0.112889) - (xy -5.368256 -0.387215) - (xy -5.376333 -0.661542) - (xy -5.485362 -0.385649) - (xy -5.535166 -0.262311) - (xy -5.571422 -0.182874) - (xy -5.600206 -0.138316) - (xy -5.627594 -0.119615) - (xy -5.659663 -0.11775) - (xy -5.665368 -0.118378) - (xy -5.699114 -0.12834) - (xy -5.729337 -0.155253) - (xy -5.761677 -0.208281) - (xy -5.801773 -0.296587) - (xy -5.852673 -0.422743) - (xy -5.969 -0.718486) - (xy -5.97701 -0.415687) - (xy -5.985021 -0.112889) - (xy -6.182031 -0.112889) - (xy -6.166555 -1.058333) - (xy -5.92183 -1.058333) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 21449148-4ca6-4d23-bc22-979661e394da)) - (fp_poly (pts - (xy 7.196667 -0.508) - (xy 6.741362 -0.508) - (xy 6.750292 -0.585611) - (xy 6.757184 -0.624675) - (xy 6.774865 -0.648336) - (xy 6.815517 -0.661188) - (xy 6.891324 -0.667825) - (xy 6.977945 -0.671465) - (xy 7.196667 -0.679707) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 2149792c-9641-4554-9c7a-1c27a1a00a14)) - (fp_poly (pts - (xy -11.166301 -0.106129) - (xy -11.217352 -0.039467) - (xy -11.294156 0.051383) - (xy -11.389939 0.158259) - (xy -11.444111 0.216518) - (xy -11.557247 0.337396) - (xy -11.637184 0.426062) - (xy -11.689679 0.491147) - (xy -11.720491 0.541285) - (xy -11.735377 0.585108) - (xy -11.740096 0.631249) - (xy -11.740444 0.660772) - (xy -11.742882 0.739867) - (xy -11.756517 0.777697) - (xy -11.790836 0.789416) - (xy -11.821475 0.790222) - (xy -11.850049 0.790284) - (xy -11.872181 0.794988) - (xy -11.889433 0.811112) - (xy -11.903366 0.845433) - (xy -11.915542 0.904728) - (xy -11.927523 0.995776) - (xy -11.940869 1.125353) - (xy -11.957142 1.300237) - (xy -11.969059 1.430807) - (xy -12.00311 1.80328) - (xy -11.66011 2.16025) - (xy -11.548765 2.277518) - (xy -11.452511 2.381542) - (xy -11.377677 2.465263) - (xy -11.330591 2.521627) - (xy -11.317111 2.542722) - (xy -11.325164 2.56493) - (xy -11.352299 2.558364) - (xy -11.40298 2.519594) - (xy -11.481669 2.445188) - (xy -11.592831 2.331716) - (xy -11.596124 2.328287) - (xy -11.826472 2.088351) - (xy -11.855124 2.163709) - (xy -11.89361 2.233503) - (xy -11.932054 2.275747) - (xy -12.017103 2.309089) - (xy -12.116467 2.305477) - (xy -12.203338 2.266621) - (xy -12.21372 2.257778) - (xy -12.25055 2.230738) - (xy -12.299215 2.213849) - (xy -12.372793 2.204871) - (xy -12.484363 2.201567) - (xy -12.543598 2.201334) - (xy -12.668534 2.202179) - (xy -12.747483 2.206175) - (xy -12.790892 2.215512) - (xy -12.809211 2.23238) - (xy -12.812889 2.257778) - (xy -12.830471 2.302918) - (xy -12.879548 2.314222) - (xy -12.918921 2.307476) - (xy -12.944851 2.278558) - (xy -12.96538 2.214449) - (xy -12.978326 2.154293) - (xy -12.983107 2.126464) - (xy -12.163579 2.126464) - (xy -12.145714 2.181628) - (xy -12.143667 2.183814) - (xy -12.103025 2.196176) - (xy -12.051945 2.195574) - (xy -11.999343 2.178238) - (xy -11.981255 2.131267) - (xy -11.980333 2.105632) - (xy -11.997374 2.029748) - (xy -12.04 1.987065) - (xy -12.095463 1.98712) - (xy -12.119079 2.001815) - (xy -12.153359 2.056601) - (xy -12.163579 2.126464) - (xy -12.983107 2.126464) - (xy -12.996481 2.04862) - (xy -13.008126 1.951517) - (xy -13.010444 1.907741) - (xy -13.012368 1.880414) - (xy -12.925778 1.880414) - (xy -12.924653 1.981221) - (xy -12.914912 2.048299) - (xy -12.887009 2.088515) - (xy -12.831395 2.108737) - (xy -12.738524 2.115832) - (xy -12.598847 2.116667) - (xy -12.597317 2.116667) - (xy -12.463443 2.115542) - (xy -12.37569 2.11107) - (xy -12.323762 2.101609) - (xy -12.29736 2.085515) - (xy -12.287856 2.067278) - (xy -12.249181 1.974823) - (xy -12.197002 1.920704) - (xy -12.169066 1.905596) - (xy -12.116614 1.871927) - (xy -12.096711 1.847471) - (xy -12.110267 1.816098) - (xy -12.155816 1.753121) - (xy -12.226244 1.66764) - (xy -12.314436 1.568754) - (xy -12.315708 1.567376) - (xy -12.546409 1.317781) - (xy -12.736094 1.525613) - (xy -12.822834 1.622115) - (xy -12.878073 1.690695) - (xy -12.908906 1.744619) - (xy -12.922424 1.797155) - (xy -12.92572 1.861568) - (xy -12.925778 1.880414) - (xy -13.012368 1.880414) - (xy -13.012431 1.879517) - (xy -13.021895 1.866725) - (xy -13.044088 1.873391) - (xy -13.084264 1.903542) - (xy -13.147677 1.961204) - (xy -13.239579 2.050406) - (xy -13.365224 2.175172) - (xy -13.384767 2.19467) - (xy -13.524715 2.33358) - (xy -13.630014 2.435914) - (xy -13.705341 2.505593) - (xy -13.755369 2.546532) - (xy -13.784773 2.562652) - (xy -13.798228 2.557869) - (xy -13.800667 2.543253) - (xy -13.78194 2.516138) - (xy -13.729744 2.455242) - (xy -13.650056 2.367154) - (xy -13.548853 2.258465) - (xy -13.432111 2.135768) - (xy -13.415699 2.118711) - (xy -13.030732 1.719139) - (xy -13.068255 1.234747) - (xy -13.095011 0.889353) - (xy -13.005405 0.889353) - (xy -13.002935 0.965639) - (xy -12.995974 1.075309) - (xy -12.985104 1.206975) - (xy -12.98489 1.209321) - (xy -12.972799 1.345897) - (xy -12.962927 1.465162) - (xy -12.956315 1.554) - (xy -12.954 1.598597) - (xy -12.939912 1.610402) - (xy -12.895963 1.58325) - (xy -12.81963 1.515344) - (xy -12.771947 1.468935) - (xy -12.589895 1.288501) - (xy -12.595052 1.28278) - (xy -12.474222 1.28278) - (xy -12.456322 1.311765) - (xy -12.409408 1.367533) - (xy -12.343657 1.439566) - (xy -12.26925 1.517342) - (xy -12.196363 1.590344) - (xy -12.135176 1.648051) - (xy -12.095868 1.679943) - (xy -12.087282 1.68269) - (xy -12.081612 1.652953) - (xy -12.071898 1.576843) - (xy -12.059266 1.464195) - (xy -12.044845 1.324843) - (xy -12.036426 1.238991) - (xy -12.022032 1.088597) - (xy -12.009769 0.958979) - (xy -12.000566 0.860098) - (xy -11.995355 0.801914) - (xy -11.994528 0.790845) - (xy -12.013101 0.80416) - (xy -12.063782 0.850338) - (xy -12.13891 0.922185) - (xy -12.230823 1.01251) - (xy -12.234333 1.016) - (xy -12.327541 1.110947) - (xy -12.403851 1.192914) - (xy -12.455374 1.253127) - (xy -12.474222 1.28278) - (xy -12.595052 1.28278) - (xy -12.789861 1.066683) - (xy -12.872772 0.977118) - (xy -12.94147 0.907427) - (xy -12.987682 0.86572) - (xy -13.002804 0.857841) - (xy -13.005405 0.889353) - (xy -13.095011 0.889353) - (xy -13.105779 0.750355) - (xy -13.138549 0.712824) - (xy -13.038667 0.712824) - (xy -12.79367 0.96319) - (xy -12.698912 1.058686) - (xy -12.618316 1.137394) - (xy -12.560004 1.191561) - (xy -12.532096 1.213433) - (xy -12.531435 1.213556) - (xy -12.504043 1.19497) - (xy -12.450441 1.146723) - (xy -12.395432 1.092543) - (xy -12.3323 1.025121) - (xy -12.289228 0.9732) - (xy -12.276667 0.951432) - (xy -12.302502 0.941526) - (xy -12.370493 0.934347) - (xy -12.466362 0.931349) - (xy -12.474222 0.931334) - (xy -12.577434 0.930296) - (xy -12.636504 0.924255) - (xy -12.663733 0.908818) - (xy -12.671418 0.879592) - (xy -12.671778 0.860778) - (xy -12.669575 0.826612) - (xy -12.655517 0.80576) - (xy -12.618429 0.794935) - (xy -12.547136 0.790852) - (xy -12.431889 0.790222) - (xy -12.315064 0.793344) - (xy -12.232334 0.801928) - (xy -12.193633 0.814807) - (xy -12.192 0.818445) - (xy -12.177773 0.846299) - (xy -12.139904 0.830644) - (xy -12.085609 0.775229) - (xy -12.069823 0.754945) - (xy -12.034599 0.689978) - (xy -11.901163 0.689978) - (xy -11.893781 0.704015) - (xy -11.857707 0.705556) - (xy -11.80771 0.68783) - (xy -11.796889 0.649111) - (xy -11.800986 0.603168) - (xy -11.806626 0.592667) - (xy -11.830457 0.611069) - (xy -11.867444 0.649111) - (xy -11.901163 0.689978) - (xy -12.034599 0.689978) - (xy -12.022728 0.668084) - (xy -11.98819 0.562173) - (xy -11.981991 0.529167) - (xy -11.962764 0.395111) - (xy -13.038667 0.395111) - (xy -13.038667 0.712824) - (xy -13.138549 0.712824) - (xy -13.205423 0.636233) - (xy -13.262606 0.572818) - (xy -13.348239 0.480421) - (xy -13.451506 0.370605) - (xy -13.561592 0.254934) - (xy -13.581089 0.2346) - (xy -13.680814 0.127224) - (xy -13.764453 0.030499) - (xy -13.824834 -0.046766) - (xy -13.854786 -0.09576) - (xy -13.856772 -0.104067) - (xy -13.83844 -0.104199) - (xy -13.785004 -0.063457) - (xy -13.698383 0.016428) - (xy -13.580495 0.133724) - (xy -13.491295 0.225778) - (xy -13.363799 0.358491) - (xy -13.27005 0.454439) - (xy -13.204834 0.517698) - (xy -13.162937 0.552346) - (xy -13.139147 0.562459) - (xy -13.128249 0.552115) - (xy -13.12503 0.525389) - (xy -13.124745 0.512414) - (xy -13.133352 0.440879) - (xy -13.167313 0.40734) - (xy -13.179778 0.403289) - (xy -13.221917 0.3766) - (xy -13.236043 0.339337) - (xy -13.217283 0.312929) - (xy -13.200944 0.3102) - (xy -13.161138 0.2919) - (xy -13.148291 0.282222) - (xy -13.024555 0.282222) - (xy -13.022318 0.308229) - (xy -13.01211 0.310445) - (xy -12.983371 0.289958) - (xy -12.982222 0.282222) - (xy -12.991851 0.254734) - (xy -12.994668 0.254) - (xy -12.841111 0.254) - (xy -12.838416 0.275359) - (xy -12.824841 0.29052) - (xy -12.79215 0.300544) - (xy -12.732109 0.306487) - (xy -12.636483 0.30941) - (xy -12.497036 0.31037) - (xy -12.402001 0.310445) - (xy -12.225496 0.308769) - (xy -12.09384 0.303897) - (xy -12.010632 0.296063) - (xy -11.979473 0.285501) - (xy -11.979853 0.283) - (xy -12.015492 0.258497) - (xy -12.084507 0.229963) - (xy -12.113579 0.220572) - (xy -12.191102 0.201382) - (xy -12.230137 0.20441) - (xy -12.241746 0.219794) - (xy -12.277718 0.240725) - (xy -12.366923 0.252017) - (xy -12.448352 0.254) - (xy -12.553588 0.251762) - (xy -12.613636 0.24332) - (xy -12.639636 0.226088) - (xy -12.643555 0.208647) - (xy -12.660387 0.176772) - (xy -12.688197 0.180425) - (xy -12.755693 0.195465) - (xy -12.786975 0.197556) - (xy -12.832479 0.218615) - (xy -12.841111 0.254) - (xy -12.994668 0.254) - (xy -13.018763 0.273776) - (xy -13.024555 0.282222) - (xy -13.148291 0.282222) - (xy -13.099766 0.245667) - (xy -13.06518 0.214689) - (xy -13.019834 0.174607) - (xy -12.992606 0.156808) - (xy -12.524813 0.156808) - (xy -12.490891 0.161484) - (xy -12.460111 0.162216) - (xy -12.402027 0.159945) - (xy -12.387036 0.153549) - (xy -12.396282 0.149943) - (xy -12.464056 0.144686) - (xy -12.509171 0.149373) - (xy -12.524813 0.156808) - (xy -12.992606 0.156808) - (xy -12.974235 0.144799) - (xy -12.918168 0.122622) - (xy -12.841416 0.105434) - (xy -12.73376 0.090591) - (xy -12.584985 0.075452) - (xy -12.495083 0.067223) - (xy -12.384486 0.061881) - (xy -12.303224 0.067057) - (xy -12.269305 0.078206) - (xy -12.218987 0.103065) - (xy -12.143396 0.125794) - (xy -12.135969 0.127442) - (xy -12.048945 0.154057) - (xy -11.975953 0.188916) - (xy -11.974933 0.189578) - (xy -11.918076 0.214071) - (xy -11.882544 0.212278) - (xy -11.833483 0.204914) - (xy -11.796636 0.211747) - (xy -11.749426 0.249785) - (xy -11.740109 0.308294) - (xy -11.767168 0.367338) - (xy -11.811 0.400246) - (xy -11.857356 0.434022) - (xy -11.882328 0.474154) - (xy -11.877827 0.50314) - (xy -11.860796 0.508) - (xy -11.834991 0.489014) - (xy -11.776374 0.436372) - (xy -11.691827 0.35655) - (xy -11.588231 0.256025) - (xy -11.493907 0.162701) - (xy -11.382038 0.053373) - (xy -11.285226 -0.036898) - (xy -11.209771 -0.102598) - (xy -11.161969 -0.138209) - (xy -11.147778 -0.140441) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 27e661e5-37ea-408b-92f7-c86fc47b6d88)) - (fp_poly (pts - (xy 7.226376 -3.526917) - (xy 7.3102 -3.522159) - (xy 7.36548 -3.510243) - (xy 7.406164 -3.487907) - (xy 7.446203 -3.451889) - (xy 7.452838 -3.445282) - (xy 7.519099 -3.343729) - (xy 7.540818 -3.227179) - (xy 7.517689 -3.112503) - (xy 7.460458 -3.027003) - (xy 7.385582 -2.952127) - (xy 7.467513 -2.797819) - (xy 7.512186 -2.712801) - (xy 7.545585 -2.647606) - (xy 7.558852 -2.619978) - (xy 7.540243 -2.605126) - (xy 7.482313 -2.596977) - (xy 7.459533 -2.596444) - (xy 7.400186 -2.599562) - (xy 7.358411 -2.616313) - (xy 7.320984 -2.657791) - (xy 7.274681 -2.735094) - (xy 7.257715 -2.765778) - (xy 7.201405 -2.86041) - (xy 7.156923 -2.912965) - (xy 7.114608 -2.933558) - (xy 7.095979 -2.935111) - (xy 7.057917 -2.931273) - (xy 7.037365 -2.910934) - (xy 7.028959 -2.860862) - (xy 7.027334 -2.767822) - (xy 7.027333 -2.765778) - (xy 7.027333 -2.596444) - (xy 6.829778 -2.596444) - (xy 6.829778 -3.104444) - (xy 7.027333 -3.104444) - (xy 7.154938 -3.104444) - (xy 7.238763 -3.10952) - (xy 7.285574 -3.130096) - (xy 7.313064 -3.17143) - (xy 7.330842 -3.256708) - (xy 7.299008 -3.318366) - (xy 7.220794 -3.35262) - (xy 7.15334 -3.358444) - (xy 7.027333 -3.358444) - (xy 7.027333 -3.104444) - (xy 6.829778 -3.104444) - (xy 6.829778 -3.527778) - (xy 7.10006 -3.527778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 27fda53e-7441-44f9-9964-c3afd22d26c5)) - (fp_poly (pts - (xy -0.536222 -2.596444) - (xy -0.733778 -2.596444) - (xy -0.736416 -3.203222) - (xy -0.856437 -2.906889) - (xy -0.910827 -2.776131) - (xy -0.951613 -2.689336) - (xy -0.984488 -2.637423) - (xy -1.015144 -2.611313) - (xy -1.04748 -2.602126) - (xy -1.080104 -2.602282) - (xy -1.107572 -2.617425) - (xy -1.13572 -2.656342) - (xy -1.170388 -2.727818) - (xy -1.217412 -2.840639) - (xy -1.234997 -2.884349) - (xy -1.351492 -3.175) - (xy -1.353079 -2.885722) - (xy -1.354667 -2.596444) - (xy -1.552222 -2.596444) - (xy -1.552222 -3.527778) - (xy -1.305316 -3.527778) - (xy -1.183783 -3.230897) - (xy -1.13402 -3.115703) - (xy -1.089981 -3.02543) - (xy -1.056639 -2.96953) - (xy -1.039546 -2.95672) - (xy -1.019937 -2.99114) - (xy -0.985227 -3.065778) - (xy -0.940973 -3.168325) - (xy -0.908737 -3.246546) - (xy -0.800633 -3.513666) - (xy -0.668427 -3.522268) - (xy -0.536222 -3.53087) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 287f8d70-44f7-4e09-a679-5a1ef4748245)) - (fp_poly (pts - (xy -12.247798 -3.471333) - (xy -11.940077 -3.146778) - (xy -11.939039 -3.351389) - (xy -11.938 -3.556) - (xy -11.176 -3.556) - (xy -11.176 -3.217333) - (xy -11.626122 -3.217333) - (xy -11.633894 -2.778622) - (xy -11.641667 -2.339911) - (xy -11.923889 -2.649354) - (xy -12.024271 -2.758143) - (xy -12.111711 -2.850507) - (xy -12.179039 -2.919056) - (xy -12.219085 -2.956401) - (xy -12.226353 -2.961065) - (xy -12.23519 -2.935706) - (xy -12.243619 -2.865228) - (xy -12.250595 -2.760955) - (xy -12.254576 -2.655234) - (xy -12.262555 -2.347134) - (xy -12.544778 -2.657178) - (xy -12.827 -2.967223) - (xy -12.855222 -2.333529) - (xy -13.157645 -2.655487) - (xy -13.460069 -2.977444) - (xy -13.461034 -2.8575) - (xy -13.462 -2.737555) - (xy -13.772444 -2.737555) - (xy -13.771739 -3.266722) - (xy -13.771033 -3.795889) - (xy -13.653915 -3.668889) - (xy -13.54245 -3.548916) - (xy -13.433816 -3.433587) - (xy -13.334893 -3.330035) - (xy -13.252564 -3.245397) - (xy -13.193709 -3.186806) - (xy -13.165212 -3.161398) - (xy -13.163942 -3.160889) - (xy -13.158991 -3.187193) - (xy -13.153695 -3.258456) - (xy -13.148748 -3.363202) - (xy -13.145424 -3.466644) - (xy -13.137444 -3.772399) - (xy -12.855222 -3.465728) - (xy -12.573 -3.159056) - (xy -12.564259 -3.477472) - (xy -12.555519 -3.795889) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 29ec84a0-416a-4ba2-a611-98ae168ddc06)) - (fp_poly (pts - (xy -10.396134 -1.063947) - (xy -10.342572 -1.042938) - (xy -10.336527 -1.037166) - (xy -10.314826 -0.99726) - (xy -10.278442 -0.917568) - (xy -10.233076 -0.810943) - (xy -10.199015 -0.727135) - (xy -10.152404 -0.613958) - (xy -10.112277 -0.523346) - (xy -10.083653 -0.466236) - (xy -10.072736 -0.451969) - (xy -10.055433 -0.476117) - (xy -10.024573 -0.540504) - (xy -9.98613 -0.632412) - (xy -9.976821 -0.656166) - (xy -9.914882 -0.813396) - (xy -9.866699 -0.92523) - (xy -9.826794 -0.99934) - (xy -9.789691 -1.0434) - (xy -9.749913 -1.065081) - (xy -9.701982 -1.072054) - (xy -9.679649 -1.072444) - (xy -9.567333 -1.072444) - (xy -9.567333 -0.112889) - (xy -9.762914 -0.112889) - (xy -9.770957 -0.402166) - (xy -9.779 -0.691444) - (xy -9.891889 -0.401098) - (xy -9.942432 -0.273752) - (xy -9.979357 -0.190609) - (xy -10.008362 -0.142835) - (xy -10.035146 -0.121596) - (xy -10.065407 -0.118058) - (xy -10.073937 -0.118875) - (xy -10.107254 -0.129247) - (xy -10.138013 -0.157796) - (xy -10.171808 -0.213525) - (xy -10.21423 -0.305434) - (xy -10.263118 -0.423333) - (xy -10.38314 -0.719666) - (xy -10.384459 -0.416278) - (xy -10.385778 -0.112889) - (xy -10.583333 -0.112889) - (xy -10.583333 -1.072444) - (xy -10.4739 -1.072444) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 2aa6c337-165a-4817-8e34-46ba7e75c8ab)) - (fp_poly (pts - (xy -0.654292 2.843389) - (xy -0.661687 2.883737) - (xy -0.680781 2.907596) - (xy -0.724303 2.920157) - (xy -0.804986 2.926609) - (xy -0.864883 2.929233) - (xy -1.066544 2.937465) - (xy -1.077938 3.035066) - (xy -1.078796 3.105737) - (xy -1.06299 3.133126) - (xy -1.034594 3.111327) - (xy -1.030111 3.104445) - (xy -0.986079 3.08037) - (xy -0.910484 3.076149) - (xy -0.823817 3.089805) - (xy -0.746566 3.11936) - (xy -0.724445 3.133951) - (xy -0.650807 3.224512) - (xy -0.616361 3.338224) - (xy -0.620802 3.458384) - (xy -0.663823 3.568288) - (xy -0.733778 3.64356) - (xy -0.847331 3.695013) - (xy -0.981685 3.711356) - (xy -1.091836 3.695096) - (xy -1.177704 3.650149) - (xy -1.250193 3.579408) - (xy -1.292993 3.500855) - (xy -1.298222 3.467527) - (xy -1.277206 3.425629) - (xy -1.225087 3.412893) - (xy -1.15826 3.427989) - (xy -1.093119 3.469584) - (xy -1.077721 3.485445) - (xy -1.000863 3.543265) - (xy -0.923959 3.553054) - (xy -0.860264 3.519157) - (xy -0.823034 3.445919) - (xy -0.818444 3.400436) - (xy -0.840046 3.3065) - (xy -0.897561 3.248006) - (xy -0.980055 3.233069) - (xy -1.028139 3.244806) - (xy -1.117003 3.267124) - (xy -1.187171 3.273778) - (xy -1.241506 3.268677) - (xy -1.264714 3.242303) - (xy -1.269753 3.178047) - (xy -1.269755 3.167945) - (xy -1.26604 3.074862) - (xy -1.256935 2.961988) - (xy -1.251712 2.913945) - (xy -1.233916 2.765778) - (xy -0.645362 2.765778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 2bca3ad0-5361-4ade-8b00-ca64268b2b6e)) - (fp_poly (pts - (xy -7.709848 1.573389) - (xy -7.720631 1.620871) - (xy -7.749262 1.645395) - (xy -7.811621 1.656537) - (xy -7.852833 1.659602) - (xy -7.986889 1.668204) - (xy -7.986889 2.427111) - (xy -8.212667 2.427111) - (xy -8.212667 1.665111) - (xy -8.353778 1.665111) - (xy -8.437312 1.663262) - (xy -8.478968 1.651888) - (xy -8.493304 1.622255) - (xy -8.494889 1.580445) - (xy -8.494889 1.495778) - (xy -7.700917 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 2f8e293f-17cb-4563-a74d-415bbfac70b4)) - (fp_poly (pts - (xy -5.156981 1.498828) - (xy -5.056888 1.551976) - (xy -4.985978 1.635407) - (xy -4.975508 1.658056) - (xy -4.938727 1.749778) - (xy -5.037586 1.749778) - (xy -5.138182 1.729445) - (xy -5.192889 1.693334) - (xy -5.268142 1.64368) - (xy -5.349212 1.647116) - (xy -5.3923 1.666104) - (xy -5.440224 1.714413) - (xy -5.439139 1.770377) - (xy -5.391313 1.818059) - (xy -5.369278 1.827968) - (xy -5.295218 1.854914) - (xy -5.198742 1.889601) - (xy -5.157564 1.9043) - (xy -5.069894 1.944366) - (xy -5.000845 1.991397) - (xy -4.981175 2.01241) - (xy -4.943116 2.111525) - (xy -4.94848 2.220904) - (xy -4.992581 2.321289) - (xy -5.070732 2.393425) - (xy -5.074392 2.395393) - (xy -5.169045 2.425506) - (xy -5.289412 2.438572) - (xy -5.406754 2.43239) - (xy -5.446889 2.423901) - (xy -5.547608 2.376024) - (xy -5.626347 2.302113) - (xy -5.668921 2.217137) - (xy -5.672667 2.185649) - (xy -5.652262 2.132961) - (xy -5.602123 2.112364) - (xy -5.538866 2.123734) - (xy -5.479102 2.166945) - (xy -5.463595 2.187222) - (xy -5.408781 2.235352) - (xy -5.335242 2.257475) - (xy -5.257519 2.256107) - (xy -5.190154 2.233761) - (xy -5.147687 2.192953) - (xy -5.144661 2.136197) - (xy -5.146061 2.132315) - (xy -5.180032 2.102745) - (xy -5.25183 2.068504) - (xy -5.325607 2.04327) - (xy -5.425452 2.010581) - (xy -5.510983 1.976234) - (xy -5.55061 1.955564) - (xy -5.618551 1.879755) - (xy -5.648771 1.775457) - (xy -5.639874 1.67544) - (xy -5.589002 1.582272) - (xy -5.502267 1.517687) - (xy -5.39268 1.482024) - (xy -5.273248 1.475625) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 31d51c9a-f458-4312-9c07-50b8db3bd280)) - (fp_poly (pts - (xy -6.970889 2.935111) - (xy -7.394222 2.935111) - (xy -7.394222 3.132667) - (xy -6.999111 3.132667) - (xy -6.999111 3.302) - (xy -7.394222 3.302) - (xy -7.394222 3.527778) - (xy -6.970889 3.527778) - (xy -6.970889 3.697111) - (xy -7.62 3.697111) - (xy -7.62 2.765778) - (xy -6.970889 2.765778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 31fe5237-2e2a-4bc1-a627-59cd4426e559)) - (fp_poly (pts - (xy 8.551333 1.580445) - (xy 8.54825 1.630565) - (xy 8.529295 1.655559) - (xy 8.479906 1.664161) - (xy 8.410222 1.665111) - (xy 8.269111 1.665111) - (xy 8.269111 2.427111) - (xy 8.043333 2.427111) - (xy 8.043333 1.668204) - (xy 7.909278 1.659602) - (xy 7.827501 1.651275) - (xy 7.78629 1.633688) - (xy 7.769766 1.597268) - (xy 7.766292 1.573389) - (xy 7.757362 1.495778) - (xy 8.551333 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 39ec7ec2-39ca-445e-8629-f6fa771fa254)) - (fp_poly (pts - (xy 6.992928 1.499023) - (xy 7.029528 1.513919) - (xy 7.069034 1.548207) - (xy 7.119249 1.609625) - (xy 7.187975 1.705914) - (xy 7.240707 1.782715) - (xy 7.436556 2.069651) - (xy 7.444598 1.782715) - (xy 7.452641 1.495778) - (xy 7.648222 1.495778) - (xy 7.648222 2.427111) - (xy 7.5565 2.426552) - (xy 7.515581 2.422802) - (xy 7.478899 2.406965) - (xy 7.438737 2.371323) - (xy 7.387377 2.308159) - (xy 7.317102 2.209754) - (xy 7.267222 2.137274) - (xy 7.069667 1.848556) - (xy 7.061624 2.137834) - (xy 7.053581 2.427111) - (xy 6.858 2.427111) - (xy 6.858 1.495778) - (xy 6.951429 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 3acdf154-b191-4cb6-8ffa-c63c5794b3fd)) - (fp_poly (pts - (xy -4.938889 2.935111) - (xy -5.362222 2.935111) - (xy -5.362222 3.132667) - (xy -4.967111 3.132667) - (xy -4.967111 3.302) - (xy -5.362222 3.302) - (xy -5.362222 3.527778) - (xy -4.938889 3.527778) - (xy -4.938889 3.697111) - (xy -5.588 3.697111) - (xy -5.588 2.765778) - (xy -4.938889 2.765778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 3eec8e3a-ccfc-4ca6-b2d9-15e30787015f)) - (fp_poly (pts - (xy -6.977944 0.598535) - (xy -6.868012 0.603529) - (xy -6.802313 0.611312) - (xy -6.768666 0.626481) - (xy -6.754888 0.653628) - (xy -6.750292 0.684389) - (xy -6.741362 0.762) - (xy -7.196667 0.762) - (xy -7.196667 0.590293) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 40ae64f5-a5bf-4a22-87ea-f20050351514)) - (fp_poly (pts - (xy -9.265082 1.499167) - (xy -9.22863 1.514474) - (xy -9.18892 1.549406) - (xy -9.138245 1.61167) - (xy -9.068898 1.708974) - (xy -9.016708 1.785056) - (xy -8.819444 2.074334) - (xy -8.811402 1.785056) - (xy -8.803359 1.495778) - (xy -8.607778 1.495778) - (xy -8.607778 2.427111) - (xy -8.701207 2.427111) - (xy -8.742706 2.423866) - (xy -8.779306 2.40897) - (xy -8.818812 2.374683) - (xy -8.869026 2.313265) - (xy -8.937752 2.216976) - (xy -8.990485 2.140175) - (xy -9.186333 1.853238) - (xy -9.194376 2.140175) - (xy -9.202419 2.427111) - (xy -9.398 2.427111) - (xy -9.398 1.495778) - (xy -9.305985 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 4b595115-e7da-4786-9a22-510cdddd94c2)) - (fp_poly (pts - (xy -1.016 1.862667) - (xy -0.620889 1.862667) - (xy -0.620889 1.495778) - (xy -0.423333 1.495778) - (xy -0.423333 2.427111) - (xy -0.61831 2.427111) - (xy -0.635 2.046111) - (xy -1.016 2.029421) - (xy -1.016 2.427111) - (xy -1.241778 2.427111) - (xy -1.241778 1.495778) - (xy -1.016 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 4c6333ad-fc02-44db-ba02-cea69007db23)) - (fp_poly (pts - (xy 6.548858 -3.097389) - (xy 6.600257 -2.949316) - (xy 6.645593 -2.818743) - (xy 6.681434 -2.715551) - (xy 6.704348 -2.649621) - (xy 6.710582 -2.631722) - (xy 6.698069 -2.607002) - (xy 6.63531 -2.596858) - (xy 6.611102 -2.596444) - (xy 6.536966 -2.601255) - (xy 6.498499 -2.624782) - (xy 6.475151 -2.680671) - (xy 6.472971 -2.688166) - (xy 6.456435 -2.737743) - (xy 6.433016 -2.765178) - (xy 6.387937 -2.777024) - (xy 6.306419 -2.77983) - (xy 6.266071 -2.779889) - (xy 6.168183 -2.778755) - (xy 6.112154 -2.770988) - (xy 6.083395 -2.750042) - (xy 6.067322 -2.70937) - (xy 6.061709 -2.688166) - (xy 6.041086 -2.629262) - (xy 6.007325 -2.603058) - (xy 5.940711 -2.596534) - (xy 5.92284 -2.596444) - (xy 5.84577 -2.602673) - (xy 5.819358 -2.622398) - (xy 5.820835 -2.631722) - (xy 5.834156 -2.669334) - (xy 5.862481 -2.750403) - (xy 5.902367 -2.865044) - (xy 5.950151 -3.002729) - (xy 6.161523 -3.002729) - (xy 6.165747 -2.976983) - (xy 6.2106 -2.965186) - (xy 6.265333 -2.963333) - (xy 6.341263 -2.968005) - (xy 6.370599 -2.984363) - (xy 6.369144 -3.002729) - (xy 6.351832 -3.053546) - (xy 6.327148 -3.132094) - (xy 6.319324 -3.157951) - (xy 6.29405 -3.228779) - (xy 6.27159 -3.269733) - (xy 6.265333 -3.273778) - (xy 6.246247 -3.249438) - (xy 6.221093 -3.188246) - (xy 6.211343 -3.157951) - (xy 6.186098 -3.076174) - (xy 6.165592 -3.013929) - (xy 6.161523 -3.002729) - (xy 5.950151 -3.002729) - (xy 5.950373 -3.003368) - (xy 5.982947 -3.097389) - (xy 6.131964 -3.527778) - (xy 6.399479 -3.527778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 53c1bc91-2bcf-4cd2-924e-64d2b83b9c34)) - (fp_poly (pts - (xy -2.693587 -1.051018) - (xy -2.67941 -1.047047) - (xy -2.569099 -0.992183) - (xy -2.504752 -0.905484) - (xy -2.483559 -0.783136) - (xy -2.483555 -0.781198) - (xy -2.487945 -0.724758) - (xy -2.506153 -0.673437) - (xy -2.545742 -0.615006) - (xy -2.614271 -0.537239) - (xy -2.67163 -0.477034) - (xy -2.859705 -0.282222) - (xy -2.455333 -0.282222) - (xy -2.455333 -0.112889) - (xy -3.132667 -0.112889) - (xy -3.132667 -0.187684) - (xy -3.121464 -0.234025) - (xy -3.083892 -0.292746) - (xy -3.01401 -0.371454) - (xy -2.906714 -0.476962) - (xy -2.797085 -0.5851) - (xy -2.726571 -0.665409) - (xy -2.689764 -0.724751) - (xy -2.680936 -0.763411) - (xy -2.702371 -0.846047) - (xy -2.755625 -0.89395) - (xy -2.824838 -0.902603) - (xy -2.894152 -0.867487) - (xy -2.923595 -0.832555) - (xy -2.978259 -0.779983) - (xy -3.042124 -0.758224) - (xy -3.09841 -0.767611) - (xy -3.130336 -0.808473) - (xy -3.132667 -0.828434) - (xy -3.107046 -0.919171) - (xy -3.038241 -0.992627) - (xy -2.938338 -1.042973) - (xy -2.819425 -1.06438) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 5544e7ae-9ee7-40c1-aa4b-615973591f46)) - (fp_poly (pts - (xy -3.19681 2.756267) - (xy -3.08402 2.80715) - (xy -3.045855 2.838389) - (xy -2.97984 2.930373) - (xy -2.962016 3.026002) - (xy -2.992896 3.113301) - (xy -3.032373 3.154654) - (xy -3.101412 3.208961) - (xy -3.018262 3.270436) - (xy -2.949929 3.350611) - (xy -2.931981 3.446019) - (xy -2.964435 3.546411) - (xy -3.017607 3.614616) - (xy -3.08194 3.667183) - (xy -3.139801 3.695781) - (xy -3.151662 3.697497) - (xy -3.224696 3.703585) - (xy -3.259667 3.709336) - (xy -3.325514 3.710674) - (xy -3.408774 3.69838) - (xy -3.414442 3.697052) - (xy -3.505144 3.656473) - (xy -3.582943 3.589781) - (xy -3.631845 3.513046) - (xy -3.640667 3.46976) - (xy -3.618704 3.428311) - (xy -3.564974 3.412626) - (xy -3.497714 3.422289) - (xy -3.435161 3.456882) - (xy -3.417707 3.474861) - (xy -3.355473 3.518753) - (xy -3.278187 3.531872) - (xy -3.203587 3.517159) - (xy -3.149413 3.47756) - (xy -3.132667 3.42756) - (xy -3.157804 3.367039) - (xy -3.220883 3.320667) - (xy -3.303404 3.302001) - (xy -3.304016 3.302) - (xy -3.363032 3.294534) - (xy -3.384423 3.260132) - (xy -3.386667 3.219122) - (xy -3.378892 3.160183) - (xy -3.343848 3.134677) - (xy -3.297791 3.127399) - (xy -3.225311 3.106339) - (xy -3.17799 3.069167) - (xy -3.162369 3.006489) - (xy -3.188739 2.955102) - (xy -3.242832 2.921745) - (xy -3.31038 2.913157) - (xy -3.377114 2.936074) - (xy -3.405822 2.961577) - (xy -3.482327 3.010039) - (xy -3.548242 3.019778) - (xy -3.640828 3.019778) - (xy -3.604573 2.930925) - (xy -3.537829 2.835283) - (xy -3.438058 2.772709) - (xy -3.319604 2.745579) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 558d47d9-f97a-41bd-b6eb-4c81d4c380dd)) - (fp_poly (pts - (xy 9.06082 1.496639) - (xy 9.144644 1.501396) - (xy 9.199924 1.513312) - (xy 9.240609 1.535649) - (xy 9.280647 1.571667) - (xy 9.287282 1.578274) - (xy 9.354126 1.681824) - (xy 9.374024 1.801714) - (xy 9.346575 1.922361) - (xy 9.298071 2) - (xy 9.226364 2.085219) - (xy 9.312182 2.23728) - (xy 9.357265 2.319998) - (xy 9.388345 2.382443) - (xy 9.398 2.408227) - (xy 9.373049 2.420353) - (xy 9.311187 2.426738) - (xy 9.292167 2.427031) - (xy 9.233016 2.423539) - (xy 9.191869 2.405466) - (xy 9.155154 2.36125) - (xy 9.109297 2.27933) - (xy 9.101667 2.264753) - (xy 9.049505 2.172957) - (xy 9.007534 2.122943) - (xy 8.965419 2.103912) - (xy 8.946445 2.102556) - (xy 8.906437 2.106844) - (xy 8.884187 2.128697) - (xy 8.873129 2.1816) - (xy 8.867425 2.264834) - (xy 8.858961 2.427111) - (xy 8.664222 2.427111) - (xy 8.664222 1.919111) - (xy 8.861778 1.919111) - (xy 8.983133 1.919111) - (xy 9.066296 1.911663) - (xy 9.127301 1.893037) - (xy 9.138356 1.885245) - (xy 9.166631 1.830223) - (xy 9.172222 1.792111) - (xy 9.153471 1.719977) - (xy 9.09388 1.678771) - (xy 8.988442 1.665131) - (xy 8.983133 1.665111) - (xy 8.861778 1.665111) - (xy 8.861778 1.919111) - (xy 8.664222 1.919111) - (xy 8.664222 1.495778) - (xy 8.934504 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 59791c2c-a115-4861-8366-e825c8031a70)) - (fp_poly (pts - (xy -4.41006 -1.0357) - (xy -4.2828 -0.96884) - (xy -4.191885 -0.85931) - (xy -4.138984 -0.708666) - (xy -4.129622 -0.645212) - (xy -4.134241 -0.48319) - (xy -4.178958 -0.33783) - (xy -4.258618 -0.221778) - (xy -4.323136 -0.170191) - (xy -4.443483 -0.122887) - (xy -4.5796 -0.109418) - (xy -4.711212 -0.129115) - (xy -4.818048 -0.181305) - (xy -4.824848 -0.186806) - (xy -4.924852 -0.295287) - (xy -4.98152 -0.421914) - (xy -4.994616 -0.529399) - (xy -4.795385 -0.529399) - (xy -4.786436 -0.466653) - (xy -4.737836 -0.366319) - (xy -4.660139 -0.303941) - (xy -4.566711 -0.283667) - (xy -4.470914 -0.309646) - (xy -4.415495 -0.351495) - (xy -4.364819 -0.437271) - (xy -4.342916 -0.550627) - (xy -4.350299 -0.670287) - (xy -4.387477 -0.774971) - (xy -4.404715 -0.800527) - (xy -4.480018 -0.857101) - (xy -4.574918 -0.877557) - (xy -4.667962 -0.860547) - (xy -4.72524 -0.820635) - (xy -4.76537 -0.74586) - (xy -4.79018 -0.640518) - (xy -4.795385 -0.529399) - (xy -4.994616 -0.529399) - (xy -5.000862 -0.580661) - (xy -5.000978 -0.596338) - (xy -4.98034 -0.768717) - (xy -4.919543 -0.902673) - (xy -4.820261 -0.996403) - (xy -4.684169 -1.048104) - (xy -4.572 -1.058333) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 5b39cfdb-144e-4bee-ba88-1fe55f3bc4b2)) - (fp_poly (pts - (xy -3.330058 1.926167) - (xy -3.278728 2.074267) - (xy -3.233367 2.204859) - (xy -3.197418 2.308055) - (xy -3.174322 2.373969) - (xy -3.167946 2.391834) - (xy -3.179318 2.416279) - (xy -3.240132 2.42656) - (xy -3.26857 2.427111) - (xy -3.343579 2.422442) - (xy -3.383758 2.39869) - (xy -3.410543 2.341239) - (xy -3.415311 2.327055) - (xy -3.448333 2.226998) - (xy -3.621162 2.235332) - (xy -3.716731 2.241511) - (xy -3.771119 2.253461) - (xy -3.799557 2.278837) - (xy -3.817278 2.325299) - (xy -3.82019 2.335389) - (xy -3.843089 2.395061) - (xy -3.879175 2.421079) - (xy -3.948977 2.427086) - (xy -3.958213 2.427111) - (xy -4.034237 2.420434) - (xy -4.059069 2.399516) - (xy -4.057693 2.391834) - (xy -4.044609 2.354234) - (xy -4.016451 2.273191) - (xy -3.976652 2.158586) - (xy -3.928826 2.020827) - (xy -3.716255 2.020827) - (xy -3.712031 2.046573) - (xy -3.667177 2.05837) - (xy -3.612444 2.060222) - (xy -3.536515 2.05555) - (xy -3.507178 2.039193) - (xy -3.508634 2.020827) - (xy -3.525946 1.970009) - (xy -3.550629 1.891461) - (xy -3.558454 1.865604) - (xy -3.583728 1.794777) - (xy -3.606188 1.753822) - (xy -3.612444 1.749778) - (xy -3.631531 1.774118) - (xy -3.656685 1.83531) - (xy -3.666435 1.865604) - (xy -3.69168 1.947381) - (xy -3.712186 2.009627) - (xy -3.716255 2.020827) - (xy -3.928826 2.020827) - (xy -3.928643 2.020301) - (xy -3.895969 1.926167) - (xy -3.74659 1.495778) - (xy -3.479075 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 5d5cffc7-55a4-4088-9c11-ba97a6de4217)) - (fp_poly (pts - (xy -12.01017 2.041228) - (xy -11.997775 2.078389) - (xy -11.999537 2.095212) - (xy -12.026247 2.148176) - (xy -12.073366 2.170852) - (xy -12.115765 2.155272) - (xy -12.132788 2.112817) - (xy -12.135555 2.083741) - (xy -12.116722 2.042818) - (xy -12.063037 2.032) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 5de13e83-f975-4e9b-a05f-6fa3a607766e)) - (fp_poly (pts - (xy 7.806031 -1.065951) - (xy 7.963271 -1.030353) - (xy 8.083363 -0.952702) - (xy 8.165025 -0.834533) - (xy 8.206973 -0.677377) - (xy 8.212667 -0.579944) - (xy 8.198003 -0.42688) - (xy 8.149279 -0.305777) - (xy 8.059399 -0.199007) - (xy 8.059214 -0.198835) - (xy 7.967104 -0.145683) - (xy 7.844686 -0.117951) - (xy 7.71264 -0.116845) - (xy 7.591646 -0.143574) - (xy 7.540469 -0.168554) - (xy 7.448104 -0.257176) - (xy 7.382541 -0.3809) - (xy 7.346692 -0.523691) - (xy 7.345962 -0.556696) - (xy 7.550892 -0.556696) - (xy 7.57419 -0.442671) - (xy 7.625928 -0.355325) - (xy 7.699033 -0.301367) - (xy 7.786434 -0.287505) - (xy 7.881062 -0.320449) - (xy 7.921815 -0.350334) - (xy 7.967066 -0.395901) - (xy 7.990899 -0.445735) - (xy 7.999931 -0.519635) - (xy 8.001 -0.58726) - (xy 7.989106 -0.723297) - (xy 7.950785 -0.812957) - (xy 7.882082 -0.861641) - (xy 7.790353 -0.874889) - (xy 7.681338 -0.858754) - (xy 7.610032 -0.805258) - (xy 7.567011 -0.706759) - (xy 7.563104 -0.690689) - (xy 7.550892 -0.556696) - (xy 7.345962 -0.556696) - (xy 7.343467 -0.669514) - (xy 7.375776 -0.802334) - (xy 7.413347 -0.869004) - (xy 7.527404 -0.987591) - (xy 7.655895 -1.052677) - (xy 7.802701 -1.066208) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 633bab65-2e84-4ce6-bcca-2130a7a8cff0)) - (fp_poly (pts - (xy 3.048 -3.358444) - (xy 2.624667 -3.358444) - (xy 2.624667 -3.160889) - (xy 3.019778 -3.160889) - (xy 3.019778 -2.991555) - (xy 2.624667 -2.991555) - (xy 2.624667 -2.765778) - (xy 3.048 -2.765778) - (xy 3.048 -2.596444) - (xy 2.742259 -2.596444) - (xy 2.616111 -2.598085) - (xy 2.511596 -2.602525) - (xy 2.441153 -2.609045) - (xy 2.417704 -2.615259) - (xy 2.411292 -2.648554) - (xy 2.405818 -2.728255) - (xy 2.401689 -2.844328) - (xy 2.399309 -2.986736) - (xy 2.398889 -3.080926) - (xy 2.398889 -3.527778) - (xy 3.048 -3.527778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 6354bc9c-45ca-4fbe-b547-604ecc7dbaee)) - (fp_poly (pts - (xy -5.813778 1.665111) - (xy -6.237111 1.665111) - (xy -6.237111 1.862667) - (xy -5.842 1.862667) - (xy -5.842 2.032) - (xy -6.237111 2.032) - (xy -6.237111 2.257778) - (xy -5.813778 2.257778) - (xy -5.813778 2.427111) - (xy -6.434667 2.427111) - (xy -6.434667 1.495778) - (xy -5.813778 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 69460bbb-1e14-49c4-8a83-61a6fa12eb45)) - (fp_poly (pts - (xy 1.834445 3.060148) - (xy 1.835043 3.191732) - (xy 1.83829 3.277268) - (xy 1.84636 3.32715) - (xy 1.861429 3.351775) - (xy 1.885673 3.361535) - (xy 1.897945 3.363537) - (xy 1.95073 3.391465) - (xy 1.9744 3.442391) - (xy 1.967008 3.49545) - (xy 1.926607 3.529774) - (xy 1.91372 3.532653) - (xy 1.860208 3.558924) - (xy 1.839625 3.6195) - (xy 1.825909 3.672571) - (xy 1.78925 3.693824) - (xy 1.733792 3.697111) - (xy 1.668253 3.692154) - (xy 1.641703 3.667238) - (xy 1.636889 3.612445) - (xy 1.636889 3.527778) - (xy 1.411111 3.527778) - (xy 1.299063 3.5269) - (xy 1.23196 3.522033) - (xy 1.198308 3.509831) - (xy 1.186612 3.486946) - (xy 1.185333 3.462033) - (xy 1.199964 3.414265) - (xy 1.226656 3.358445) - (xy 1.409377 3.358445) - (xy 1.636889 3.358445) - (xy 1.636889 3.184408) - (xy 1.635333 3.095994) - (xy 1.631273 3.037567) - (xy 1.626192 3.02213) - (xy 1.606732 3.050214) - (xy 1.56597 3.112572) - (xy 1.512711 3.195734) - (xy 1.512436 3.196167) - (xy 1.409377 3.358445) - (xy 1.226656 3.358445) - (xy 1.239959 3.330624) - (xy 1.299478 3.222268) - (xy 1.372677 3.100355) - (xy 1.384826 3.081033) - (xy 1.584319 2.765778) - (xy 1.834445 2.765778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 6a09d7e1-a0c1-4d9b-bdaf-f888b99dd9f9)) - (fp_poly (pts - (xy -10.145115 0.214276) - (xy -10.081579 0.226983) - (xy -10.033696 0.257111) - (xy -9.988352 0.303834) - (xy -9.929125 0.38486) - (xy -9.905062 0.462977) - (xy -9.918429 0.546095) - (xy -9.971496 0.642123) - (xy -10.066529 0.758972) - (xy -10.141975 0.839611) - (xy -10.285072 0.987778) - (xy -9.906 0.987778) - (xy -9.906 1.157111) - (xy -10.244667 1.157111) - (xy -10.38741 1.156678) - (xy -10.483105 1.154236) - (xy -10.541148 1.148075) - (xy -10.570934 1.136485) - (xy -10.581859 1.117755) - (xy -10.583333 1.095448) - (xy -10.562072 1.044005) - (xy -10.500283 0.960442) - (xy -10.400955 0.848581) - (xy -10.343444 0.788637) - (xy -10.250572 0.690547) - (xy -10.174435 0.604075) - (xy -10.122832 0.538507) - (xy -10.103559 0.503132) - (xy -10.103555 0.502917) - (xy -10.126193 0.430738) - (xy -10.182205 0.385058) - (xy -10.253735 0.369774) - (xy -10.322932 0.388781) - (xy -10.371303 0.4445) - (xy -10.411039 0.492658) - (xy -10.482834 0.507913) - (xy -10.491248 0.508) - (xy -10.561219 0.492931) - (xy -10.58392 0.449527) - (xy -10.55922 0.380498) - (xy -10.500982 0.303834) - (xy -10.450035 0.252326) - (xy -10.401348 0.224679) - (xy -10.334559 0.213573) - (xy -10.244667 0.211667) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 6c5b9b82-160b-47c1-9d61-76f334caf6b3)) - (fp_poly (pts - (xy 3.612643 -3.52271) - (xy 3.724266 -3.504893) - (xy 3.801385 -3.470401) - (xy 3.854625 -3.415311) - (xy 3.879196 -3.371435) - (xy 3.918154 -3.250416) - (xy 3.907335 -3.146285) - (xy 3.845311 -3.046801) - (xy 3.840691 -3.041561) - (xy 3.758493 -2.949565) - (xy 3.857231 -2.773005) - (xy 3.955969 -2.596444) - (xy 3.842562 -2.596444) - (xy 3.781024 -2.599226) - (xy 3.738439 -2.614945) - (xy 3.701315 -2.654666) - (xy 3.656161 -2.729453) - (xy 3.636063 -2.765778) - (xy 3.578012 -2.862399) - (xy 3.531641 -2.915589) - (xy 3.488365 -2.934596) - (xy 3.47893 -2.935111) - (xy 3.443361 -2.930561) - (xy 3.42415 -2.908137) - (xy 3.41632 -2.854676) - (xy 3.414889 -2.765778) - (xy 3.414889 -2.596444) - (xy 3.217333 -2.596444) - (xy 3.217333 -3.104444) - (xy 3.414889 -3.104444) - (xy 3.522133 -3.104444) - (xy 3.601151 -3.112869) - (xy 3.657509 -3.133612) - (xy 3.663245 -3.138311) - (xy 3.69152 -3.193332) - (xy 3.697111 -3.231444) - (xy 3.676656 -3.30596) - (xy 3.613304 -3.347479) - (xy 3.522133 -3.358444) - (xy 3.414889 -3.358444) - (xy 3.414889 -3.104444) - (xy 3.217333 -3.104444) - (xy 3.217333 -3.527778) - (xy 3.455894 -3.527778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 6dff10ec-db0a-4a5b-bc11-1ac4adb796a6)) - (fp_poly (pts - (xy -6.859078 -3.517126) - (xy -6.726466 -3.483331) - (xy -6.637926 -3.423636) - (xy -6.589174 -3.335281) - (xy -6.575778 -3.228715) - (xy -6.591162 -3.143179) - (xy -6.629561 -3.058063) - (xy -6.679344 -2.995949) - (xy -6.703279 -2.981157) - (xy -6.722647 -2.965272) - (xy -6.721052 -2.932728) - (xy -6.69546 -2.872991) - (xy -6.645449 -2.780182) - (xy -6.542698 -2.596444) - (xy -6.65636 -2.596444) - (xy -6.718071 -2.599151) - (xy -6.760383 -2.614715) - (xy -6.796741 -2.654301) - (xy -6.84059 -2.729074) - (xy -6.860277 -2.765778) - (xy -6.915496 -2.861079) - (xy -6.959485 -2.913791) - (xy -7.001511 -2.933915) - (xy -7.017154 -2.935111) - (xy -7.054119 -2.930979) - (xy -7.07408 -2.90978) - (xy -7.082234 -2.858306) - (xy -7.083778 -2.765778) - (xy -7.083778 -2.596444) - (xy -7.281333 -2.596444) - (xy -7.281333 -3.231444) - (xy -7.083778 -3.231444) - (xy -7.081618 -3.153407) - (xy -7.06736 -3.116454) - (xy -7.029338 -3.105224) - (xy -6.987308 -3.104444) - (xy -6.907412 -3.109314) - (xy -6.847524 -3.121081) - (xy -6.846197 -3.121575) - (xy -6.81143 -3.163564) - (xy -6.801555 -3.231444) - (xy -6.811698 -3.301012) - (xy -6.849386 -3.340228) - (xy -6.925511 -3.356539) - (xy -6.987308 -3.358444) - (xy -7.046585 -3.355601) - (xy -7.074655 -3.336831) - (xy -7.083185 -3.286776) - (xy -7.083778 -3.231444) - (xy -7.281333 -3.231444) - (xy -7.281333 -3.527778) - (xy -7.040043 -3.527778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 6e7c3570-143f-4b0c-a134-897112087f99)) - (fp_poly (pts - (xy -4.285797 -3.504382) - (xy -4.275661 -3.499553) - (xy -4.155156 -3.411621) - (xy -4.074816 -3.286701) - (xy -4.037898 -3.130511) - (xy -4.035778 -3.078529) - (xy -4.056879 -2.901558) - (xy -4.11968 -2.761642) - (xy -4.223421 -2.659897) - (xy -4.360333 -2.599307) - (xy -4.435899 -2.579034) - (xy -4.483226 -2.57259) - (xy -4.528676 -2.581013) - (xy -4.59861 -2.605342) - (xy -4.609146 -2.609111) - (xy -4.749888 -2.683046) - (xy -4.845819 -2.78971) - (xy -4.89853 -2.931517) - (xy -4.910667 -3.066405) - (xy -4.909399 -3.075667) - (xy -4.707348 -3.075667) - (xy -4.692553 -2.961284) - (xy -4.647653 -2.867365) - (xy -4.579673 -2.801569) - (xy -4.495641 -2.771557) - (xy -4.402583 -2.784988) - (xy -4.336966 -2.823445) - (xy -4.270207 -2.909869) - (xy -4.240467 -3.027042) - (xy -4.250785 -3.160644) - (xy -4.258899 -3.191373) - (xy -4.307867 -3.291933) - (xy -4.384242 -3.345504) - (xy -4.473222 -3.358444) - (xy -4.579052 -3.338747) - (xy -4.650822 -3.276068) - (xy -4.68501 -3.202854) - (xy -4.707348 -3.075667) - (xy -4.909399 -3.075667) - (xy -4.888236 -3.230199) - (xy -4.824187 -3.367441) - (xy -4.723386 -3.469249) - (xy -4.674282 -3.497859) - (xy -4.539791 -3.546089) - (xy -4.417164 -3.548234) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 6eea3d60-fb63-462b-92da-93bcc950b6f5)) - (fp_poly (pts - (xy -7.709848 -3.450166) - (xy -7.720631 -3.402685) - (xy -7.749262 -3.37816) - (xy -7.811621 -3.367019) - (xy -7.852833 -3.363954) - (xy -7.986889 -3.355352) - (xy -7.986889 -2.596444) - (xy -8.212667 -2.596444) - (xy -8.212667 -3.355352) - (xy -8.346722 -3.363954) - (xy -8.428499 -3.372281) - (xy -8.46971 -3.389867) - (xy -8.486234 -3.426288) - (xy -8.489708 -3.450166) - (xy -8.498638 -3.527778) - (xy -7.700917 -3.527778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 73bfc108-ba58-45c1-b10d-f06b2ec07a58)) - (fp_poly (pts - (xy -4.176889 1.665111) - (xy -4.600222 1.665111) - (xy -4.600222 1.862667) - (xy -4.205111 1.862667) - (xy -4.205111 2.032) - (xy -4.600222 2.032) - (xy -4.600222 2.257778) - (xy -4.176889 2.257778) - (xy -4.176889 2.427111) - (xy -4.797778 2.427111) - (xy -4.797778 1.495778) - (xy -4.176889 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 74ead370-4a4a-47f1-9f09-a7f01c4398f0)) - (fp_poly (pts - (xy -1.02013 -1.039369) - (xy -0.895976 -0.983063) - (xy -0.865709 -0.959574) - (xy -0.807156 -0.897216) - (xy -0.781354 -0.83243) - (xy -0.776111 -0.750845) - (xy -0.784926 -0.654308) - (xy -0.81834 -0.584464) - (xy -0.852979 -0.545303) - (xy -0.929848 -0.468435) - (xy -0.729072 -0.109413) - (xy -0.849269 -0.118207) - (xy -0.916068 -0.126194) - (xy -0.961388 -0.146191) - (xy -0.999964 -0.190345) - (xy -1.046529 -0.270802) - (xy -1.056233 -0.28884) - (xy -1.112546 -0.383715) - (xy -1.158631 -0.434679) - (xy -1.203096 -0.451029) - (xy -1.2065 -0.451118) - (xy -1.241772 -0.446747) - (xy -1.260824 -0.424269) - (xy -1.268588 -0.370568) - (xy -1.27 -0.282222) - (xy -1.27 -0.112889) - (xy -1.497142 -0.112889) - (xy -1.489405 -0.585611) - (xy -1.484105 -0.909393) - (xy -1.27 -0.909393) - (xy -1.27 -0.620889) - (xy -1.162755 -0.620889) - (xy -1.083738 -0.629313) - (xy -1.02738 -0.650056) - (xy -1.021644 -0.654755) - (xy -0.992074 -0.716069) - (xy -0.993727 -0.789096) - (xy -1.023055 -0.840685) - (xy -1.072984 -0.864932) - (xy -1.150042 -0.886783) - (xy -1.164167 -0.889615) - (xy -1.27 -0.909393) - (xy -1.484105 -0.909393) - (xy -1.481667 -1.058333) - (xy -1.368778 -1.067635) - (xy -1.181251 -1.068316) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 780af53f-2cb0-4882-a0b6-cdac1e741acd)) - (fp_poly (pts - (xy -9.265082 -3.524388) - (xy -9.22863 -3.509082) - (xy -9.18892 -3.47415) - (xy -9.138245 -3.411886) - (xy -9.068898 -3.314581) - (xy -9.016708 -3.2385) - (xy -8.819444 -2.949222) - (xy -8.811402 -3.2385) - (xy -8.803359 -3.527778) - (xy -8.607778 -3.527778) - (xy -8.607778 -2.596444) - (xy -8.701429 -2.596444) - (xy -8.742842 -2.599611) - (xy -8.779218 -2.614274) - (xy -8.818298 -2.648173) - (xy -8.867824 -2.70905) - (xy -8.935536 -2.804646) - (xy -8.990706 -2.885722) - (xy -9.186333 -3.175) - (xy -9.202419 -2.596444) - (xy -9.398 -2.596444) - (xy -9.398 -3.527778) - (xy -9.305985 -3.527778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 789ebe14-f8e4-49f3-bf98-ed5cb5b01926)) - (fp_poly (pts - (xy -10.323607 1.509889) - (xy -10.206526 1.798841) - (xy -10.158166 1.914987) - (xy -10.116594 2.008902) - (xy -10.086673 2.069968) - (xy -10.074009 2.088118) - (xy -10.057837 2.063781) - (xy -10.025574 1.99744) - (xy -9.982051 1.899518) - (xy -9.936876 1.792111) - (xy -9.815178 1.495778) - (xy -9.567333 1.495778) - (xy -9.567333 2.427111) - (xy -9.762914 2.427111) - (xy -9.770957 2.143028) - (xy -9.779 1.858944) - (xy -9.891889 2.143824) - (xy -9.942761 2.269579) - (xy -9.979854 2.351332) - (xy -10.009061 2.397984) - (xy -10.036278 2.418437) - (xy -10.067398 2.421592) - (xy -10.075333 2.420852) - (xy -10.108952 2.411125) - (xy -10.139402 2.384154) - (xy -10.172347 2.330873) - (xy -10.213449 2.242216) - (xy -10.26533 2.116667) - (xy -10.384772 1.820334) - (xy -10.385275 2.123722) - (xy -10.385778 2.427111) - (xy -10.583333 2.427111) - (xy -10.583333 1.492685) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 7e68f021-03d8-4f40-9001-42c7e6dca4ef)) - (fp_poly (pts - (xy 0.805626 2.749635) - (xy 0.885975 2.780345) - (xy 0.951467 2.826207) - (xy 1.014849 2.892942) - (xy 1.06008 2.961398) - (xy 1.072445 3.002966) - (xy 1.048841 3.019329) - (xy 0.992174 3.022503) - (xy 0.92366 3.014783) - (xy 0.864514 2.998463) - (xy 0.836461 2.977445) - (xy 0.79767 2.944612) - (xy 0.731521 2.936598) - (xy 0.660989 2.952671) - (xy 0.614942 2.9845) - (xy 0.576536 3.048793) - (xy 0.552008 3.117789) - (xy 0.540617 3.173769) - (xy 0.550217 3.182466) - (xy 0.585347 3.153402) - (xy 0.683045 3.098005) - (xy 0.795099 3.083744) - (xy 0.904566 3.108093) - (xy 0.994497 3.168524) - (xy 1.031442 3.219907) - (xy 1.06936 3.347869) - (xy 1.056822 3.472662) - (xy 0.999105 3.58219) - (xy 0.901486 3.664356) - (xy 0.823686 3.696128) - (xy 0.753607 3.715078) - (xy 0.709623 3.720355) - (xy 0.663033 3.711835) - (xy 0.605223 3.695184) - (xy 0.493211 3.635017) - (xy 0.409686 3.533406) - (xy 0.358687 3.399783) - (xy 0.355961 3.370282) - (xy 0.565933 3.370282) - (xy 0.585441 3.452935) - (xy 0.620889 3.499556) - (xy 0.686206 3.547513) - (xy 0.749573 3.546968) - (xy 0.812165 3.512067) - (xy 0.865264 3.448107) - (xy 0.875387 3.373787) - (xy 0.850054 3.303451) - (xy 0.796787 3.251439) - (xy 0.723107 3.232096) - (xy 0.670881 3.242644) - (xy 0.595328 3.295481) - (xy 0.565933 3.370282) - (xy 0.355961 3.370282) - (xy 0.344251 3.243579) - (xy 0.359166 3.120498) - (xy 0.405914 2.963862) - (xy 0.472677 2.85436) - (xy 0.564134 2.784803) - (xy 0.583418 2.776039) - (xy 0.700573 2.741826) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 82b5cd12-bfb6-47fc-8bee-4e9a400ba82d)) - (fp_poly (pts - (xy -3.930928 0.202642) - (xy -3.852333 0.211667) - (xy -3.836857 1.157111) - (xy -4.035778 1.157111) - (xy -4.035778 0.790222) - (xy -4.037065 0.65374) - (xy -4.040586 0.540279) - (xy -4.045832 0.460317) - (xy -4.052294 0.424334) - (xy -4.053613 0.423334) - (xy -4.086908 0.436888) - (xy -4.147558 0.470585) - (xy -4.166502 0.48208) - (xy -4.261555 0.540826) - (xy -4.261505 0.446802) - (xy -4.254313 0.385505) - (xy -4.224494 0.338534) - (xy -4.15956 0.288686) - (xy -4.135488 0.273197) - (xy -4.025754 0.218216) - (xy -3.936401 0.202147) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 82faa662-02de-4da9-8cc9-1e5723b9311d)) - (fp_poly (pts - (xy 4.46082 -3.526629) - (xy 4.545394 -3.52133) - (xy 4.600689 -3.509106) - (xy 4.640281 -3.487179) - (xy 4.672061 -3.458505) - (xy 4.72977 -3.367573) - (xy 4.741333 -3.302) - (xy 4.714951 -3.202947) - (xy 4.672061 -3.145495) - (xy 4.633437 -3.100309) - (xy 4.626388 -3.07706) - (xy 4.629727 -3.076222) - (xy 4.667659 -3.058048) - (xy 4.713111 -3.019778) - (xy 4.761678 -2.934932) - (xy 4.769773 -2.832405) - (xy 4.738386 -2.73282) - (xy 4.69679 -2.678975) - (xy 4.6572 -2.646919) - (xy 4.611534 -2.625914) - (xy 4.546387 -2.612992) - (xy 4.448354 -2.605183) - (xy 4.344012 -2.600855) - (xy 4.064 -2.591155) - (xy 4.064 -3.026992) - (xy 4.261556 -3.026992) - (xy 4.261556 -2.765778) - (xy 4.382911 -2.765778) - (xy 4.466074 -2.773226) - (xy 4.527078 -2.791852) - (xy 4.538133 -2.799644) - (xy 4.56959 -2.863867) - (xy 4.557502 -2.931773) - (xy 4.535322 -2.95864) - (xy 4.485451 -2.982116) - (xy 4.406095 -3.003318) - (xy 4.3801 -3.008036) - (xy 4.261556 -3.026992) - (xy 4.064 -3.026992) - (xy 4.064 -3.394052) - (xy 4.261556 -3.394052) - (xy 4.261556 -3.157643) - (xy 4.378626 -3.166322) - (xy 4.473101 -3.185806) - (xy 4.526314 -3.223859) - (xy 4.535973 -3.280999) - (xy 4.495586 -3.330876) - (xy 4.411539 -3.367406) - (xy 4.365434 -3.377195) - (xy 4.261556 -3.394052) - (xy 4.064 -3.394052) - (xy 4.064 -3.527778) - (xy 4.333394 -3.527778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 8444310b-7545-4882-9862-230bd789706f)) - (fp_poly (pts - (xy 13.358199 -1.062907) - (xy 13.47827 -1.018253) - (xy 13.575115 -0.934275) - (xy 13.620684 -0.856845) - (xy 13.643892 -0.772106) - (xy 13.659292 -0.659927) - (xy 13.663083 -0.577573) - (xy 13.644575 -0.399242) - (xy 13.590149 -0.258962) - (xy 13.501455 -0.160225) - (xy 13.452087 -0.130884) - (xy 13.331374 -0.090516) - (xy 13.221124 -0.096203) - (xy 13.12527 -0.134099) - (xy 13.019975 -0.218548) - (xy 12.950677 -0.345264) - (xy 12.918256 -0.512327) - (xy 12.915826 -0.591974) - (xy 12.920014 -0.63515) - (xy 13.125496 -0.63515) - (xy 13.128805 -0.553993) - (xy 13.138138 -0.443915) - (xy 13.154266 -0.374104) - (xy 13.182185 -0.32841) - (xy 13.205186 -0.307048) - (xy 13.265352 -0.264658) - (xy 13.310506 -0.26084) - (xy 13.36597 -0.295724) - (xy 13.381262 -0.307951) - (xy 13.415957 -0.342221) - (xy 13.436054 -0.385168) - (xy 13.445407 -0.452138) - (xy 13.447873 -0.558475) - (xy 13.447889 -0.573099) - (xy 13.444659 -0.69277) - (xy 13.432975 -0.771302) - (xy 13.409851 -0.823737) - (xy 13.394126 -0.843704) - (xy 13.323297 -0.89507) - (xy 13.253264 -0.890364) - (xy 13.182273 -0.829438) - (xy 13.179128 -0.8255) - (xy 13.145918 -0.774489) - (xy 13.12918 -0.717188) - (xy 13.125496 -0.63515) - (xy 12.920014 -0.63515) - (xy 12.932529 -0.764158) - (xy 12.981053 -0.894583) - (xy 13.064385 -0.990016) - (xy 13.103537 -1.017142) - (xy 13.228691 -1.063962) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 8454c24a-58b2-44b8-ba5d-abdcf38de0d4)) - (fp_poly (pts - (xy 5.957187 -1.055092) - (xy 5.994595 -1.023113) - (xy 6.04296 -0.963731) - (xy 6.109754 -0.869473) - (xy 6.167579 -0.784505) - (xy 6.364111 -0.493889) - (xy 6.392333 -1.058333) - (xy 6.589889 -1.058333) - (xy 6.605365 -0.112889) - (xy 6.509856 -0.112889) - (xy 6.467555 -0.115919) - (xy 6.430785 -0.130193) - (xy 6.391634 -0.163479) - (xy 6.342194 -0.223551) - (xy 6.274556 -0.31818) - (xy 6.219896 -0.397781) - (xy 6.025445 -0.682673) - (xy 6.009359 -0.112889) - (xy 5.910683 -0.112889) - (xy 5.840608 -0.122361) - (xy 5.799925 -0.145663) - (xy 5.798014 -0.149351) - (xy 5.793657 -0.189072) - (xy 5.790881 -0.274514) - (xy 5.789824 -0.394971) - (xy 5.790627 -0.539739) - (xy 5.791844 -0.622074) - (xy 5.799667 -1.058333) - (xy 5.885357 -1.066727) - (xy 5.923265 -1.06714) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 86686492-7041-4dba-8be6-734e5e8b74eb)) - (fp_poly (pts - (xy 12.180429 1.482056) - (xy 12.316706 1.539883) - (xy 12.438123 1.650253) - (xy 12.458367 1.676082) - (xy 12.500208 1.769672) - (xy 12.519894 1.894664) - (xy 12.517693 2.030661) - (xy 12.493871 2.157266) - (xy 12.450831 2.251148) - (xy 12.34647 2.353884) - (xy 12.21428 2.420018) - (xy 12.070792 2.44368) - (xy 11.955478 2.427021) - (xy 11.825305 2.358976) - (xy 11.729575 2.249414) - (xy 11.671983 2.104153) - (xy 11.655778 1.95535) - (xy 11.656947 1.944095) - (xy 11.853333 1.944095) - (xy 11.871927 2.078306) - (xy 11.923008 2.179311) - (xy 11.999527 2.241287) - (xy 12.094434 2.258414) - (xy 12.196245 2.227284) - (xy 12.264623 2.161433) - (xy 12.306488 2.062192) - (xy 12.320146 1.946866) - (xy 12.303904 1.832759) - (xy 12.256068 1.737175) - (xy 12.245413 1.724804) - (xy 12.167059 1.677844) - (xy 12.064952 1.665247) - (xy 11.981598 1.682642) - (xy 11.928125 1.728098) - (xy 11.882936 1.808792) - (xy 11.856414 1.903557) - (xy 11.853333 1.944095) - (xy 11.656947 1.944095) - (xy 11.672975 1.789821) - (xy 11.727193 1.662657) - (xy 11.822374 1.566486) - (xy 11.883644 1.529233) - (xy 12.034379 1.478073) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 8ce27251-bd6d-446f-b678-cc5f878bb362)) - (fp_poly (pts - (xy -2.652978 1.497214) - (xy -2.566836 1.503306) - (xy -2.508969 1.516733) - (xy -2.46531 1.540172) - (xy -2.439172 1.560939) - (xy -2.387244 1.621124) - (xy -2.359149 1.701194) - (xy -2.349543 1.7705) - (xy -2.344654 1.861247) - (xy -2.356511 1.919995) - (xy -2.391866 1.970298) - (xy -2.413134 1.992367) - (xy -2.4906 2.069833) - (xy -2.41007 2.227305) - (xy -2.366344 2.313047) - (xy -2.33329 2.3783) - (xy -2.319529 2.405945) - (xy -2.337985 2.419006) - (xy -2.396248 2.426451) - (xy -2.424353 2.427111) - (xy -2.48672 2.424575) - (xy -2.528733 2.409413) - (xy -2.563793 2.3703) - (xy -2.605299 2.295907) - (xy -2.624667 2.257778) - (xy -2.675988 2.163728) - (xy -2.716812 2.111583) - (xy -2.757007 2.090603) - (xy -2.780295 2.088445) - (xy -2.819176 2.092082) - (xy -2.840169 2.111828) - (xy -2.848761 2.160932) - (xy -2.850443 2.252645) - (xy -2.850444 2.257778) - (xy -2.850444 2.427111) - (xy -3.048 2.427111) - (xy -3.048 1.919111) - (xy -2.850444 1.919111) - (xy -2.722839 1.919111) - (xy -2.639015 1.914035) - (xy -2.592204 1.89346) - (xy -2.564714 1.852126) - (xy -2.546936 1.766848) - (xy -2.57877 1.705189) - (xy -2.656984 1.670935) - (xy -2.724437 1.665111) - (xy -2.850444 1.665111) - (xy -2.850444 1.919111) - (xy -3.048 1.919111) - (xy -3.048 1.495778) - (xy -2.781463 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 90be3d4a-7e07-4e63-b5b4-0cee8681bd7f)) - (fp_poly (pts - (xy -3.188369 0.208061) - (xy -3.072596 0.249861) - (xy -2.981625 0.32938) - (xy -2.952997 0.375948) - (xy -2.909329 0.465667) - (xy -3.005279 0.47433) - (xy -3.10102 0.464131) - (xy -3.159281 0.424941) - (xy -3.236633 0.376427) - (xy -3.311191 0.381515) - (xy -3.375285 0.437573) - (xy -3.41192 0.511616) - (xy -3.437243 0.593998) - (xy -3.436803 0.629605) - (xy -3.408209 0.623042) - (xy -3.368749 0.594715) - (xy -3.261841 0.544462) - (xy -3.140724 0.544793) - (xy -3.050574 0.577225) - (xy -2.967452 0.648864) - (xy -2.921343 0.749177) - (xy -2.913167 0.86344) - (xy -2.94384 0.976932) - (xy -3.014283 1.07493) - (xy -3.019243 1.0795) - (xy -3.083731 1.127731) - (xy -3.153007 1.150899) - (xy -3.251977 1.157101) - (xy -3.257947 1.157111) - (xy -3.362827 1.150657) - (xy -3.437346 1.126205) - (xy -3.496857 1.084495) - (xy -3.579083 0.979657) - (xy -3.623029 0.846667) - (xy -3.414889 0.846667) - (xy -3.390033 0.933233) - (xy -3.352165 0.972067) - (xy -3.276547 1.010805) - (xy -3.214286 1.002044) - (xy -3.160889 0.959556) - (xy -3.118605 0.898118) - (xy -3.104444 0.846667) - (xy -3.124659 0.784801) - (xy -3.172645 0.72294) - (xy -3.229419 0.682667) - (xy -3.253387 0.677334) - (xy -3.32804 0.702165) - (xy -3.388141 0.763433) - (xy -3.414767 0.841301) - (xy -3.414889 0.846667) - (xy -3.623029 0.846667) - (xy -3.626006 0.837657) - (xy -3.634979 0.667372) - (xy -3.63203 0.63112) - (xy -3.595241 0.458936) - (xy -3.524018 0.330212) - (xy -3.434685 0.252858) - (xy -3.314035 0.20779) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 9d547fef-0e5e-424e-8686-b4cf7a1167f0)) - (fp_poly (pts - (xy -0.16845 -1.053067) - (xy -0.051123 -0.993592) - (xy -0.028065 -0.973516) - (xy 0.047746 -0.866981) - (xy 0.092697 -0.732093) - (xy 0.107481 -0.583019) - (xy 0.092791 -0.433927) - (xy 0.049321 -0.298982) - (xy -0.022236 -0.192353) - (xy -0.068158 -0.154198) - (xy -0.193853 -0.102446) - (xy -0.326649 -0.100502) - (xy -0.421327 -0.132705) - (xy -0.526675 -0.204975) - (xy -0.594774 -0.297559) - (xy -0.632428 -0.422692) - (xy -0.644158 -0.533387) - (xy -0.64137 -0.609995) - (xy -0.440397 -0.609995) - (xy -0.43446 -0.497046) - (xy -0.41056 -0.393153) - (xy -0.368846 -0.310781) - (xy -0.309466 -0.262391) - (xy -0.273884 -0.254858) - (xy -0.240639 -0.27242) - (xy -0.189051 -0.316495) - (xy -0.182162 -0.323273) - (xy -0.144775 -0.367935) - (xy -0.123767 -0.419362) - (xy -0.114647 -0.494934) - (xy -0.112889 -0.591384) - (xy -0.124628 -0.740082) - (xy -0.160719 -0.839671) - (xy -0.222469 -0.892569) - (xy -0.281572 -0.903111) - (xy -0.34896 -0.87856) - (xy -0.397795 -0.813215) - (xy -0.428225 -0.719539) - (xy -0.440397 -0.609995) - (xy -0.64137 -0.609995) - (xy -0.637211 -0.724307) - (xy -0.592528 -0.873679) - (xy -0.510219 -0.981246) - (xy -0.437324 -1.028277) - (xy -0.30206 -1.065281) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 9e3f548f-a6e0-42c1-80f2-5372fb73eb84)) - (fp_poly (pts - (xy 1.326445 -3.443111) - (xy 1.323362 -3.39299) - (xy 1.304406 -3.367997) - (xy 1.255018 -3.359395) - (xy 1.185333 -3.358444) - (xy 1.044222 -3.358444) - (xy 1.044222 -2.596444) - (xy 0.846667 -2.596444) - (xy 0.846667 -3.358444) - (xy 0.705556 -3.358444) - (xy 0.622021 -3.360294) - (xy 0.580366 -3.371667) - (xy 0.566029 -3.4013) - (xy 0.564445 -3.443111) - (xy 0.564445 -3.527778) - (xy 1.326445 -3.527778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 9f08ad39-7c65-4026-ac3c-dab8ae832074)) - (fp_poly (pts - (xy 0.169333 2.932638) - (xy -0.239889 2.949222) - (xy -0.248884 3.042976) - (xy -0.251689 3.104511) - (xy -0.237705 3.121438) - (xy -0.20135 3.106476) - (xy -0.093016 3.077027) - (xy 0.016105 3.09443) - (xy 0.113566 3.150664) - (xy 0.18692 3.23771) - (xy 0.223719 3.347547) - (xy 0.225778 3.381679) - (xy 0.199433 3.505406) - (xy 0.127062 3.609611) - (xy 0.018665 3.681656) - (xy -0.022981 3.696128) - (xy -0.093059 3.715078) - (xy -0.137044 3.720355) - (xy -0.183634 3.711835) - (xy -0.241444 3.695184) - (xy -0.335882 3.647856) - (xy -0.413147 3.574148) - (xy -0.454887 3.491986) - (xy -0.456166 3.485445) - (xy -0.444431 3.437358) - (xy -0.398701 3.416728) - (xy -0.33438 3.4237) - (xy -0.266872 3.45842) - (xy -0.239325 3.483386) - (xy -0.183934 3.532471) - (xy -0.138226 3.555712) - (xy -0.134627 3.556) - (xy -0.063829 3.532795) - (xy -0.002625 3.476868) - (xy 0.027663 3.408754) - (xy 0.028222 3.399178) - (xy 0.007581 3.321148) - (xy -0.043697 3.25957) - (xy -0.109644 3.229294) - (xy -0.150776 3.232714) - (xy -0.219209 3.247102) - (xy -0.308865 3.255878) - (xy -0.324555 3.25649) - (xy -0.437444 3.259667) - (xy -0.427255 3.033889) - (xy -0.420995 2.925575) - (xy -0.413479 2.83973) - (xy -0.406101 2.791422) - (xy -0.404423 2.786945) - (xy -0.372601 2.777994) - (xy -0.297054 2.770918) - (xy -0.190493 2.766632) - (xy -0.111223 2.765778) - (xy 0.169333 2.765778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp 9fffb6f6-f2af-4355-96a2-a8ce04ffe526)) - (fp_poly (pts - (xy 10.49192 2.253235) - (xy 10.51717 2.292701) - (xy 10.521525 2.31938) - (xy 10.510405 2.394272) - (xy 10.465032 2.432612) - (xy 10.398925 2.427905) - (xy 10.353121 2.400248) - (xy 10.309221 2.35414) - (xy 10.308583 2.313318) - (xy 10.318298 2.294824) - (xy 10.37215 2.254279) - (xy 10.431187 2.243667) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp a1c0d8b5-b14f-48bf-85b8-ab2c49df8a82)) - (fp_poly (pts - (xy -6.822722 -1.072287) - (xy -6.628989 -1.059535) - (xy -6.483361 -1.020463) - (xy -6.383095 -0.953262) - (xy -6.325451 -0.856119) - (xy -6.307667 -0.732145) - (xy -6.325031 -0.604493) - (xy -6.379939 -0.514194) - (xy -6.476617 -0.457285) - (xy -6.619289 -0.429802) - (xy -6.630972 -0.428888) - (xy -6.801555 -0.416549) - (xy -6.801555 -0.112889) - (xy -6.999111 -0.112889) - (xy -6.999111 -0.909393) - (xy -6.801555 -0.909393) - (xy -6.801555 -0.592666) - (xy -6.694311 -0.592666) - (xy -6.615293 -0.601091) - (xy -6.558936 -0.621834) - (xy -6.5532 -0.626533) - (xy -6.525518 -0.685084) - (xy -6.521892 -0.761523) - (xy -6.542128 -0.826358) - (xy -6.554611 -0.840685) - (xy -6.604539 -0.864932) - (xy -6.681597 -0.886783) - (xy -6.695722 -0.889615) - (xy -6.801555 -0.909393) - (xy -6.999111 -0.909393) - (xy -6.999111 -1.072444) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp a20ec4de-b1e2-4a66-8bcc-7d8b81ca50be)) - (fp_poly (pts - (xy -7.761111 2.935111) - (xy -8.184444 2.935111) - (xy -8.184444 3.132667) - (xy -7.789333 3.132667) - (xy -7.789333 3.302) - (xy -8.184444 3.302) - (xy -8.184444 3.527778) - (xy -7.761111 3.527778) - (xy -7.761111 3.697111) - (xy -8.410222 3.697111) - (xy -8.410222 2.765778) - (xy -7.761111 2.765778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp a45ca6e8-66f4-4791-b3bb-4f8392ae95a2)) - (fp_poly (pts - (xy -9.348845 0.205299) - (xy -9.214382 0.24517) - (xy -9.113162 0.330602) - (xy -9.045396 0.461385) - (xy -9.028463 0.522922) - (xy -9.008999 0.696165) - (xy -9.027342 0.856089) - (xy -9.080053 0.992696) - (xy -9.16369 1.095991) - (xy -9.242489 1.144698) - (xy -9.344684 1.178413) - (xy -9.428607 1.178309) - (xy -9.52178 1.143564) - (xy -9.537105 1.135901) - (xy -9.642197 1.065049) - (xy -9.710346 0.972865) - (xy -9.748152 0.847526) - (xy -9.759935 0.736613) - (xy -9.758639 0.702391) - (xy -9.558656 0.702391) - (xy -9.545022 0.823621) - (xy -9.508952 0.923572) - (xy -9.480632 0.96159) - (xy -9.424139 1.006177) - (xy -9.374769 1.00727) - (xy -9.315097 0.963451) - (xy -9.297939 0.946727) - (xy -9.257247 0.896258) - (xy -9.236224 0.836391) - (xy -9.229013 0.747003) - (xy -9.228667 0.708676) - (xy -9.233207 0.603691) - (xy -9.244905 0.511624) - (xy -9.255891 0.468292) - (xy -9.302972 0.40688) - (xy -9.373365 0.375244) - (xy -9.444936 0.380974) - (xy -9.468792 0.395308) - (xy -9.520156 0.469806) - (xy -9.550239 0.57831) - (xy -9.558656 0.702391) - (xy -9.758639 0.702391) - (xy -9.752839 0.549278) - (xy -9.70998 0.399108) - (xy -9.63374 0.289179) - (xy -9.526499 0.222567) - (xy -9.390636 0.202347) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp a9d42a37-29ea-4abe-be95-1127a99a0916)) - (fp_poly (pts - (xy -3.722481 -1.065628) - (xy -3.558607 -1.050326) - (xy -3.442937 -1.02316) - (xy -3.367713 -0.979649) - (xy -3.325177 -0.915311) - (xy -3.307589 -0.82588) - (xy -3.308745 -0.743507) - (xy -3.334811 -0.689123) - (xy -3.374895 -0.652313) - (xy -3.41942 -0.610433) - (xy -3.414491 -0.593256) - (xy -3.406632 -0.592666) - (xy -3.355903 -0.569525) - (xy -3.301592 -0.513468) - (xy -3.259627 -0.444544) - (xy -3.245555 -0.389903) - (xy -3.270103 -0.289359) - (xy -3.333169 -0.199849) - (xy -3.418243 -0.144171) - (xy -3.489096 -0.129346) - (xy -3.595768 -0.11832) - (xy -3.717659 -0.113072) - (xy -3.743656 -0.112889) - (xy -3.979333 -0.112889) - (xy -3.979333 -0.282222) - (xy -3.781778 -0.282222) - (xy -3.658233 -0.282222) - (xy -3.563533 -0.292475) - (xy -3.503754 -0.320034) - (xy -3.49986 -0.324189) - (xy -3.47899 -0.382845) - (xy -3.481984 -0.433705) - (xy -3.521135 -0.49423) - (xy -3.603871 -0.527514) - (xy -3.704167 -0.535837) - (xy -3.751942 -0.531736) - (xy -3.774577 -0.508668) - (xy -3.78139 -0.451427) - (xy -3.781778 -0.409222) - (xy -3.781778 -0.282222) - (xy -3.979333 -0.282222) - (xy -3.979333 -0.790222) - (xy -3.781778 -0.790222) - (xy -3.778959 -0.717961) - (xy -3.760185 -0.685852) - (xy -3.709978 -0.677602) - (xy -3.674533 -0.677333) - (xy -3.595516 -0.685758) - (xy -3.539158 -0.7065) - (xy -3.533422 -0.7112) - (xy -3.499942 -0.772255) - (xy -3.515388 -0.829357) - (xy -3.572378 -0.874619) - (xy -3.663531 -0.900155) - (xy -3.713059 -0.903111) - (xy -3.757383 -0.896644) - (xy -3.77708 -0.866713) - (xy -3.781764 -0.797525) - (xy -3.781778 -0.790222) - (xy -3.979333 -0.790222) - (xy -3.979333 -1.080273) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp aebf1ae5-9ad9-4b19-98c8-6e6b91f5ea4f)) - (fp_poly (pts - (xy 5.493864 -3.519101) - (xy 5.619271 -3.452378) - (xy 5.70791 -3.344185) - (xy 5.757467 -3.196982) - (xy 5.767641 -3.079976) - (xy 5.746808 -2.908994) - (xy 5.685344 -2.768635) - (xy 5.589173 -2.664213) - (xy 5.464215 -2.601038) - (xy 5.316393 -2.584423) - (xy 5.228874 -2.596741) - (xy 5.088166 -2.651367) - (xy 4.986096 -2.744525) - (xy 4.920695 -2.878751) - (xy 4.892175 -3.030009) - (xy 4.891511 -3.070777) - (xy 5.104038 -3.070777) - (xy 5.117114 -2.953262) - (xy 5.15912 -2.856875) - (xy 5.177495 -2.83505) - (xy 5.2728 -2.776466) - (xy 5.383033 -2.76976) - (xy 5.431513 -2.783309) - (xy 5.492878 -2.834386) - (xy 5.535283 -2.922727) - (xy 5.556405 -3.031656) - (xy 5.553923 -3.144498) - (xy 5.525511 -3.244581) - (xy 5.501285 -3.284083) - (xy 5.421318 -3.345142) - (xy 5.324312 -3.362663) - (xy 5.229148 -3.336645) - (xy 5.166715 -3.284083) - (xy 5.120401 -3.188144) - (xy 5.104038 -3.070777) - (xy 4.891511 -3.070777) - (xy 4.890337 -3.142787) - (xy 4.914672 -3.238126) - (xy 4.943931 -3.300348) - (xy 5.024833 -3.424461) - (xy 5.118565 -3.500336) - (xy 5.238373 -3.536174) - (xy 5.334 -3.541889) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp b0743093-a86d-4ea0-9adc-e9f57b673a68)) - (fp_poly (pts - (xy 11.153568 1.478527) - (xy 11.307501 1.516467) - (xy 11.420073 1.592631) - (xy 11.473776 1.667901) - (xy 11.51032 1.756654) - (xy 11.506888 1.809706) - (xy 11.462103 1.832542) - (xy 11.431922 1.834445) - (xy 11.354432 1.815091) - (xy 11.289089 1.750059) - (xy 11.288889 1.749778) - (xy 11.210814 1.682258) - (xy 11.115859 1.659633) - (xy 11.021117 1.682426) - (xy 10.952271 1.739473) - (xy 10.905957 1.835412) - (xy 10.889594 1.952778) - (xy 10.90267 2.070294) - (xy 10.944675 2.166681) - (xy 10.963051 2.188505) - (xy 11.05022 2.242219) - (xy 11.147587 2.25237) - (xy 11.238458 2.221984) - (xy 11.306137 2.154087) - (xy 11.320639 2.12369) - (xy 11.35285 2.1062) - (xy 11.411658 2.107929) - (xy 11.472552 2.124135) - (xy 11.511023 2.150078) - (xy 11.514667 2.161221) - (xy 11.495266 2.208701) - (xy 11.447214 2.274533) - (xy 11.385742 2.341566) - (xy 11.326076 2.392646) - (xy 11.294206 2.409543) - (xy 11.151809 2.437774) - (xy 11.032591 2.432233) - (xy 10.964333 2.413244) - (xy 10.832345 2.339422) - (xy 10.739668 2.225519) - (xy 10.694742 2.111168) - (xy 10.673814 1.94721) - (xy 10.69733 1.795723) - (xy 10.759427 1.66479) - (xy 10.854243 1.562493) - (xy 10.975917 1.496915) - (xy 11.118586 1.476139) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp b19a6740-8b33-4734-ab91-817384043b90)) - (fp_poly (pts - (xy -5.813778 -3.358444) - (xy -6.237111 -3.358444) - (xy -6.237111 -3.160889) - (xy -5.842 -3.160889) - (xy -5.842 -2.991555) - (xy -6.237111 -2.991555) - (xy -6.237111 -2.765778) - (xy -5.813778 -2.765778) - (xy -5.813778 -2.596444) - (xy -6.434667 -2.596444) - (xy -6.434667 -3.527778) - (xy -5.813778 -3.527778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp b779bc1c-ad24-4c46-b61e-afaff7140037)) - (fp_poly (pts - (xy 5.935881 1.509889) - (xy 6.062935 1.815903) - (xy 6.189988 2.121918) - (xy 6.440532 1.495778) - (xy 6.688667 1.495778) - (xy 6.688667 2.427111) - (xy 6.491111 2.427111) - (xy 6.489524 2.137834) - (xy 6.487937 1.848556) - (xy 6.371441 2.139207) - (xy 6.319517 2.2663) - (xy 6.28172 2.349384) - (xy 6.252211 2.397245) - (xy 6.225154 2.418668) - (xy 6.19471 2.42244) - (xy 6.183925 2.421429) - (xy 6.150091 2.411448) - (xy 6.119458 2.384312) - (xy 6.086335 2.33094) - (xy 6.045028 2.242251) - (xy 5.992882 2.116667) - (xy 5.87286 1.820334) - (xy 5.871541 2.123722) - (xy 5.870222 2.427111) - (xy 5.672667 2.427111) - (xy 5.672667 1.492685) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp b9070895-a4fc-48f2-affe-24674ab8ae09)) - (fp_poly (pts + (fp_poly + (pts + (xy -2.48285 1.82245) + (xy -3.1242 1.829236) + (xy -3.1242 2.2479) + (xy -2.5146 2.2479) + (xy -2.5146 2.413) + (xy -3.1242 2.413) + (xy -3.1242 2.921) + (xy -2.4638 2.921) + (xy -2.4638 3.0861) + (xy -3.3147 3.0861) + (xy -3.3147 1.6637) + (xy -2.475288 1.6637) + (xy -2.48285 1.82245) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 87b3b4a3-a3b2-4b39-b532-b874dff7a487)) + (fp_poly + (pts + (xy 1.4351 0.140506) + (xy 1.13665 0.13335) + (xy 1.133332 -0.384175) + (xy 1.130015 -0.9017) + (xy 0.3429 -0.9017) + (xy 0.3429 0.1397) + (xy 0.0381 0.1397) + (xy 0.0381 -2.0447) + (xy 0.3429 -2.0447) + (xy 0.3429 -1.1557) + (xy 1.12997 -1.1557) + (xy 1.13665 -2.03835) + (xy 1.285875 -2.041929) + (xy 1.4351 -2.045507) + (xy 1.4351 0.140506) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d3a17392-e4d3-4e51-8653-4ef47e53d0c5)) + (fp_poly + (pts + (xy -1.717151 2.256147) + (xy -1.683376 2.276725) + (xy -1.673714 2.2847) + (xy -1.642178 2.326385) + (xy -1.631627 2.371563) + (xy -1.638965 2.41585) + (xy -1.661091 2.454861) + (xy -1.694907 2.484211) + (xy -1.737313 2.499516) + (xy -1.785211 2.496391) + (xy -1.814703 2.484177) + (xy -1.854401 2.45029) + (xy -1.874541 2.407595) + (xy -1.876674 2.361411) + (xy -1.86235 2.317061) + (xy -1.833119 2.279863) + (xy -1.790532 2.255138) + (xy -1.745853 2.2479) + (xy -1.717151 2.256147) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a93f0bd2-b2a4-4c11-b612-0d8bf29d9ba3)) + (fp_poly + (pts + (xy -0.548751 2.256147) + (xy -0.514976 2.276725) + (xy -0.505314 2.2847) + (xy -0.473778 2.326385) + (xy -0.463227 2.371563) + (xy -0.470565 2.41585) + (xy -0.492691 2.454861) + (xy -0.526507 2.484211) + (xy -0.568913 2.499516) + (xy -0.616811 2.496391) + (xy -0.646303 2.484177) + (xy -0.686001 2.45029) + (xy -0.706141 2.407595) + (xy -0.708274 2.361411) + (xy -0.69395 2.317061) + (xy -0.664719 2.279863) + (xy -0.622132 2.255138) + (xy -0.577453 2.2479) + (xy -0.548751 2.256147) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6c409618-bc1e-4e82-90ab-9f3895b71acd)) + (fp_poly + (pts + (xy 0.619649 2.256147) + (xy 0.653424 2.276725) + (xy 0.663086 2.2847) + (xy 0.694622 2.326385) + (xy 0.705173 2.371563) + (xy 0.697835 2.41585) + (xy 0.675709 2.454861) + (xy 0.641893 2.484211) + (xy 0.599487 2.499516) + (xy 0.551589 2.496391) + (xy 0.522097 2.484177) + (xy 0.482399 2.45029) + (xy 0.462259 2.407595) + (xy 0.460126 2.361411) + (xy 0.47445 2.317061) + (xy 0.503681 2.279863) + (xy 0.546268 2.255138) + (xy 0.590947 2.2479) + (xy 0.619649 2.256147) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ab669170-b3da-4998-8863-98a395de0f68)) + (fp_poly + (pts + (xy 1.788049 2.256147) + (xy 1.821824 2.276725) + (xy 1.831486 2.2847) + (xy 1.863022 2.326385) + (xy 1.873573 2.371563) + (xy 1.866235 2.41585) + (xy 1.844109 2.454861) + (xy 1.810293 2.484211) + (xy 1.767887 2.499516) + (xy 1.719989 2.496391) + (xy 1.690497 2.484177) + (xy 1.650799 2.45029) + (xy 1.630659 2.407595) + (xy 1.628526 2.361411) + (xy 1.64285 2.317061) + (xy 1.672081 2.279863) + (xy 1.714668 2.255138) + (xy 1.759347 2.2479) + (xy 1.788049 2.256147) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2bdbb408-d15e-48e8-b9a3-a667c51688eb)) + (fp_poly + (pts + (xy 2.9591 -2.7305) + (xy -4.191 -2.7305) + (xy -4.191 0.7366) + (xy 4.2037 0.7366) + (xy 4.203738 -0.968375) + (xy 4.203806 -1.178878) + (xy 4.203993 -1.3852) + (xy 4.204292 -1.585612) + (xy 4.204696 -1.778385) + (xy 4.205197 -1.961788) + (xy 4.205789 -2.134094) + (xy 4.206462 -2.293571) + (xy 4.20721 -2.43849) + (xy 4.208026 -2.567123) + (xy 4.208901 -2.677738) + (xy 4.209829 -2.768607) + (xy 4.210801 -2.838001) + (xy 4.211811 -2.884189) + (xy 4.212087 -2.892425) + (xy 4.220397 -3.1115) + (xy 4.572 -3.1115) + (xy 4.572 1.1049) + (xy -4.572 1.1049) + (xy -4.572 -3.1115) + (xy 2.9591 -3.1115) + (xy 2.9591 -2.7305) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 83e45e9a-1d1a-41a3-8677-0328e597ab7c)) + (fp_poly + (pts + (xy 4.521382 1.711325) + (xy 4.516675 1.735871) + (xy 4.502514 1.783699) + (xy 4.478991 1.854547) + (xy 4.446198 1.948159) + (xy 4.404225 2.064274) + (xy 4.353164 2.202636) + (xy 4.293105 2.362985) + (xy 4.27063 2.422525) + (xy 4.019694 3.0861) + (xy 3.822905 3.0861) + (xy 3.841911 3.038475) + (xy 3.850269 3.017301) + (xy 3.866888 2.974993) + (xy 3.890783 2.914071) + (xy 3.920963 2.837057) + (xy 3.956443 2.746472) + (xy 3.996234 2.644837) + (xy 4.039348 2.534674) + (xy 4.084798 2.418503) + (xy 4.086951 2.413) + (xy 4.312984 1.83515) + (xy 3.978942 1.831767) + (xy 3.6449 1.828385) + (xy 3.6449 1.6637) + (xy 4.5212 1.6637) + (xy 4.521382 1.711325) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e43c1515-8365-4294-86c6-251682b0cf92)) + (fp_poly + (pts + (xy 3.0734 2.921) + (xy 3.3655 2.921) + (xy 3.3655 3.0861) + (xy 2.5908 3.0861) + (xy 2.5908 2.921) + (xy 2.8956 2.921) + (xy 2.8956 2.38125) + (xy 2.895512 2.248718) + (xy 2.895199 2.13942) + (xy 2.894582 2.05119) + (xy 2.893586 1.981863) + (xy 2.892133 1.929274) + (xy 2.890147 1.891256) + (xy 2.88755 1.865645) + (xy 2.884266 1.850274) + (xy 2.880218 1.842978) + (xy 2.876445 1.8415) + (xy 2.856731 1.844303) + (xy 2.818343 1.851887) + (xy 2.767282 1.86301) + (xy 2.722919 1.87325) + (xy 2.667087 1.886191) + (xy 2.620207 1.896589) + (xy 2.587913 1.903223) + (xy 2.576393 1.905) + (xy 2.570599 1.893331) + (xy 2.567643 1.86225) + (xy 2.567994 1.820132) + (xy 2.57175 1.735265) + (xy 2.7305 1.69986) + (xy 2.80804 1.684403) + (xy 2.883893 1.672533) + (xy 2.94939 1.665484) + (xy 2.981325 1.664077) + (xy 3.0734 1.6637) + (xy 3.0734 2.921) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fbc1a9ef-9511-46da-a87d-7cdfa5f53d10)) + (fp_poly + (pts + (xy -4.365625 1.664143) + (xy -4.222845 1.66851) + (xy -4.101725 1.681498) + (xy -3.999706 1.704072) + (xy -3.914229 1.737199) + (xy -3.842736 1.781843) + (xy -3.782668 1.838969) + (xy -3.73648 1.901506) + (xy -3.699679 1.968607) + (xy -3.672322 2.041119) + (xy -3.653209 2.124081) + (xy -3.641136 2.222533) + (xy -3.635401 2.325451) + (xy -3.636466 2.480369) + (xy -3.65103 2.614751) + (xy -3.679435 2.729787) + (xy -3.722022 2.826666) + (xy -3.779133 2.906579) + (xy -3.811707 2.939172) + (xy -3.872158 2.986509) + (xy -3.938282 3.023371) + (xy -4.013736 3.050727) + (xy -4.102174 3.069543) + (xy -4.207254 3.080785) + (xy -4.332631 3.085421) + (xy -4.365625 3.085656) + (xy -4.5466 3.0861) + (xy -4.5466 2.584885) + (xy -4.353824 2.584885) + (xy -4.353709 2.682152) + (xy -4.353288 2.766402) + (xy -4.352578 2.834914) + (xy -4.351596 2.884964) + (xy -4.350358 2.913827) + (xy -4.34958 2.919674) + (xy -4.334099 2.927714) + (xy -4.299552 2.931262) + (xy -4.251805 2.930669) + (xy -4.196727 2.926286) + (xy -4.140186 2.918461) + (xy -4.088049 2.907545) + (xy -4.072158 2.903129) + (xy -4.003668 2.874798) + (xy -3.948156 2.833702) + (xy -3.904411 2.777624) + (xy -3.871223 2.704348) + (xy -3.847382 2.611659) + (xy -3.831676 2.49734) + (xy -3.828228 2.456593) + (xy -3.825916 2.362817) + (xy -3.831257 2.261536) + (xy -3.84329 2.162237) + (xy -3.861052 2.074405) + (xy -3.870197 2.042574) + (xy -3.905931 1.966475) + (xy -3.959089 1.907104) + (xy -4.030435 1.864021) + (xy -4.12073 1.836782) + (xy -4.230736 1.824944) + (xy -4.245638 1.824531) + (xy -4.34975 1.82245) + (xy -4.353066 2.3622) + (xy -4.353615 2.477327) + (xy -4.353824 2.584885) + (xy -4.5466 2.584885) + (xy -4.5466 1.6637) + (xy -4.365625 1.664143) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d916be8d-4081-4f93-9ea8-ab5fccfad505)) + (fp_poly + (pts + (xy -1.693787 1.645941) + (xy -1.65048 1.651103) + (xy -1.61286 1.662067) + (xy -1.572494 1.680084) + (xy -1.501428 1.724453) + (xy -1.443747 1.782956) + (xy -1.394984 1.86044) + (xy -1.382159 1.886543) + (xy -1.35419 1.953252) + (xy -1.333252 2.021024) + (xy -1.318531 2.094908) + (xy -1.309213 2.179953) + (xy -1.304486 2.281209) + (xy -1.303462 2.3749) + (xy -1.305168 2.49234) + (xy -1.310828 2.589625) + (xy -1.321256 2.671802) + (xy -1.337265 2.743921) + (xy -1.359669 2.81103) + (xy -1.382159 2.863256) + (xy -1.430324 2.948573) + (xy -1.486303 3.012843) + (xy -1.553739 3.060078) + (xy -1.567466 3.067124) + (xy -1.641431 3.092876) + (xy -1.726138 3.10596) + (xy -1.810424 3.10534) + (xy -1.867528 3.095009) + (xy -1.951243 3.061364) + (xy -2.021782 3.010748) + (xy -2.080604 2.941376) + (xy -2.129169 2.851464) + (xy -2.168934 2.739229) + (xy -2.174394 2.719757) + (xy -2.184325 2.679263) + (xy -2.191533 2.638418) + (xy -2.196444 2.592012) + (xy -2.199487 2.534832) + (xy -2.201088 2.461668) + (xy -2.201619 2.3876) + (xy -2.201504 2.3749) + (xy -2.0193 2.3749) + (xy -2.014014 2.525076) + (xy -1.998233 2.653443) + (xy -1.972081 2.759732) + (xy -1.935677 2.843676) + (xy -1.889142 2.905008) + (xy -1.832597 2.943461) + (xy -1.766162 2.958769) + (xy -1.755145 2.959052) + (xy -1.711142 2.954624) + (xy -1.67135 2.943608) + (xy -1.664583 2.940506) + (xy -1.608493 2.897256) + (xy -1.562849 2.831044) + (xy -1.527721 2.742089) + (xy -1.503179 2.630613) + (xy -1.489292 2.496835) + (xy -1.4859 2.374899) + (xy -1.49121 2.223916) + (xy -1.507085 2.095155) + (xy -1.533443 1.988794) + (xy -1.570203 1.905013) + (xy -1.617283 1.843991) + (xy -1.674601 1.805907) + (xy -1.742076 1.79094) + (xy -1.7526 1.7907) + (xy -1.821528 1.80233) + (xy -1.88031 1.837104) + (xy -1.928866 1.894841) + (xy -1.967114 1.975363) + (xy -1.994972 2.07849) + (xy -2.012358 2.204044) + (xy -2.019191 2.351845) + (xy -2.0193 2.3749) + (xy -2.201504 2.3749) + (xy -2.200564 2.271291) + (xy -2.196017 2.17531) + (xy -2.187206 2.094727) + (xy -2.173358 2.024616) + (xy -2.153699 1.960048) + (xy -2.127458 1.896096) + (xy -2.123042 1.886543) + (xy -2.075996 1.802794) + (xy -2.021299 1.739399) + (xy -1.954482 1.691513) + (xy -1.932707 1.680084) + (xy -1.891218 1.661641) + (xy -1.853571 1.650876) + (xy -1.809946 1.645857) + (xy -1.7526 1.64465) + (xy -1.693787 1.645941) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 28ce47ea-a1b4-4ccc-b388-4fb7299b9177)) + (fp_poly + (pts + (xy -0.525387 1.645941) + (xy -0.48208 1.651103) + (xy -0.44446 1.662067) + (xy -0.404094 1.680084) + (xy -0.333028 1.724453) + (xy -0.275347 1.782956) + (xy -0.226584 1.86044) + (xy -0.213759 1.886543) + (xy -0.18579 1.953252) + (xy -0.164852 2.021024) + (xy -0.150131 2.094908) + (xy -0.140813 2.179953) + (xy -0.136086 2.281209) + (xy -0.135062 2.3749) + (xy -0.136768 2.49234) + (xy -0.142428 2.589625) + (xy -0.152856 2.671802) + (xy -0.168865 2.743921) + (xy -0.191269 2.81103) + (xy -0.213759 2.863256) + (xy -0.261924 2.948573) + (xy -0.317903 3.012843) + (xy -0.385339 3.060078) + (xy -0.399066 3.067124) + (xy -0.473031 3.092876) + (xy -0.557738 3.10596) + (xy -0.642024 3.10534) + (xy -0.699128 3.095009) + (xy -0.782843 3.061364) + (xy -0.853382 3.010748) + (xy -0.912204 2.941376) + (xy -0.960769 2.851464) + (xy -1.000534 2.739229) + (xy -1.005994 2.719757) + (xy -1.015925 2.679263) + (xy -1.023133 2.638418) + (xy -1.028044 2.592012) + (xy -1.031087 2.534832) + (xy -1.032688 2.461668) + (xy -1.033219 2.3876) + (xy -1.033104 2.3749) + (xy -0.8509 2.3749) + (xy -0.845614 2.525076) + (xy -0.829833 2.653443) + (xy -0.803681 2.759732) + (xy -0.767277 2.843676) + (xy -0.720742 2.905008) + (xy -0.664197 2.943461) + (xy -0.597762 2.958769) + (xy -0.586745 2.959052) + (xy -0.542742 2.954624) + (xy -0.50295 2.943608) + (xy -0.496183 2.940506) + (xy -0.440093 2.897256) + (xy -0.394449 2.831044) + (xy -0.359321 2.742089) + (xy -0.334779 2.630613) + (xy -0.320892 2.496835) + (xy -0.3175 2.374899) + (xy -0.32281 2.223916) + (xy -0.338685 2.095155) + (xy -0.365043 1.988794) + (xy -0.401803 1.905013) + (xy -0.448883 1.843991) + (xy -0.506201 1.805907) + (xy -0.573676 1.79094) + (xy -0.5842 1.7907) + (xy -0.653128 1.80233) + (xy -0.71191 1.837104) + (xy -0.760466 1.894841) + (xy -0.798714 1.975363) + (xy -0.826572 2.07849) + (xy -0.843958 2.204044) + (xy -0.850791 2.351845) + (xy -0.8509 2.3749) + (xy -1.033104 2.3749) + (xy -1.032164 2.271291) + (xy -1.027617 2.17531) + (xy -1.018806 2.094727) + (xy -1.004958 2.024616) + (xy -0.985299 1.960048) + (xy -0.959058 1.896096) + (xy -0.954642 1.886543) + (xy -0.907596 1.802794) + (xy -0.852899 1.739399) + (xy -0.786082 1.691513) + (xy -0.764307 1.680084) + (xy -0.722818 1.661641) + (xy -0.685171 1.650876) + (xy -0.641546 1.645857) + (xy -0.5842 1.64465) + (xy -0.525387 1.645941) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2ebdf261-2075-43dd-b3cb-c604c155602f)) + (fp_poly + (pts + (xy 0.643013 1.645941) + (xy 0.68632 1.651103) + (xy 0.72394 1.662067) + (xy 0.764306 1.680084) + (xy 0.835372 1.724453) + (xy 0.893053 1.782956) + (xy 0.941816 1.86044) + (xy 0.954641 1.886543) + (xy 0.98261 1.953252) + (xy 1.003548 2.021024) + (xy 1.018269 2.094908) + (xy 1.027587 2.179953) + (xy 1.032314 2.281209) + (xy 1.033338 2.3749) + (xy 1.031632 2.49234) + (xy 1.025972 2.589625) + (xy 1.015544 2.671802) + (xy 0.999535 2.743921) + (xy 0.977131 2.81103) + (xy 0.954641 2.863256) + (xy 0.906476 2.948573) + (xy 0.850497 3.012843) + (xy 0.783061 3.060078) + (xy 0.769334 3.067124) + (xy 0.695369 3.092876) + (xy 0.610662 3.10596) + (xy 0.526376 3.10534) + (xy 0.469272 3.095009) + (xy 0.385557 3.061364) + (xy 0.315018 3.010748) + (xy 0.256196 2.941376) + (xy 0.207631 2.851464) + (xy 0.167866 2.739229) + (xy 0.162406 2.719757) + (xy 0.152475 2.679263) + (xy 0.145267 2.638418) + (xy 0.140356 2.592012) + (xy 0.137313 2.534832) + (xy 0.135712 2.461668) + (xy 0.135181 2.3876) + (xy 0.135296 2.3749) + (xy 0.3175 2.3749) + (xy 0.322786 2.525076) + (xy 0.338567 2.653443) + (xy 0.364719 2.759732) + (xy 0.401123 2.843676) + (xy 0.447658 2.905008) + (xy 0.504203 2.943461) + (xy 0.570638 2.958769) + (xy 0.581655 2.959052) + (xy 0.625658 2.954624) + (xy 0.66545 2.943608) + (xy 0.672217 2.940506) + (xy 0.728307 2.897256) + (xy 0.773951 2.831044) + (xy 0.809079 2.742089) + (xy 0.833621 2.630613) + (xy 0.847508 2.496835) + (xy 0.8509 2.374899) + (xy 0.84559 2.223916) + (xy 0.829715 2.095155) + (xy 0.803357 1.988794) + (xy 0.766597 1.905013) + (xy 0.719517 1.843991) + (xy 0.662199 1.805907) + (xy 0.594724 1.79094) + (xy 0.5842 1.7907) + (xy 0.515272 1.80233) + (xy 0.45649 1.837104) + (xy 0.407934 1.894841) + (xy 0.369686 1.975363) + (xy 0.341828 2.07849) + (xy 0.324442 2.204044) + (xy 0.317609 2.351845) + (xy 0.3175 2.3749) + (xy 0.135296 2.3749) + (xy 0.136236 2.271291) + (xy 0.140783 2.17531) + (xy 0.149594 2.094727) + (xy 0.163442 2.024616) + (xy 0.183101 1.960048) + (xy 0.209342 1.896096) + (xy 0.213758 1.886543) + (xy 0.260804 1.802794) + (xy 0.315501 1.739399) + (xy 0.382318 1.691513) + (xy 0.404093 1.680084) + (xy 0.445582 1.661641) + (xy 0.483229 1.650876) + (xy 0.526854 1.645857) + (xy 0.5842 1.64465) + (xy 0.643013 1.645941) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1e95e3a1-c7c6-4b97-b496-11676badaa3b)) + (fp_poly + (pts + (xy 1.811413 1.645941) + (xy 1.85472 1.651103) + (xy 1.89234 1.662067) + (xy 1.932706 1.680084) + (xy 2.003772 1.724453) + (xy 2.061453 1.782956) + (xy 2.110216 1.86044) + (xy 2.123041 1.886543) + (xy 2.15101 1.953252) + (xy 2.171948 2.021024) + (xy 2.186669 2.094908) + (xy 2.195987 2.179953) + (xy 2.200714 2.281209) + (xy 2.201738 2.3749) + (xy 2.200032 2.49234) + (xy 2.194372 2.589625) + (xy 2.183944 2.671802) + (xy 2.167935 2.743921) + (xy 2.145531 2.81103) + (xy 2.123041 2.863256) + (xy 2.074876 2.948573) + (xy 2.018897 3.012843) + (xy 1.951461 3.060078) + (xy 1.937734 3.067124) + (xy 1.863769 3.092876) + (xy 1.779062 3.10596) + (xy 1.694776 3.10534) + (xy 1.637672 3.095009) + (xy 1.553957 3.061364) + (xy 1.483418 3.010748) + (xy 1.424596 2.941376) + (xy 1.376031 2.851464) + (xy 1.336266 2.739229) + (xy 1.330806 2.719757) + (xy 1.320875 2.679263) + (xy 1.313667 2.638418) + (xy 1.308756 2.592012) + (xy 1.305713 2.534832) + (xy 1.304112 2.461668) + (xy 1.303581 2.3876) + (xy 1.303696 2.3749) + (xy 1.4859 2.3749) + (xy 1.491186 2.525076) + (xy 1.506967 2.653443) + (xy 1.533119 2.759732) + (xy 1.569523 2.843676) + (xy 1.616058 2.905008) + (xy 1.672603 2.943461) + (xy 1.739038 2.958769) + (xy 1.750055 2.959052) + (xy 1.794058 2.954624) + (xy 1.83385 2.943608) + (xy 1.840617 2.940506) + (xy 1.896707 2.897256) + (xy 1.942351 2.831044) + (xy 1.977479 2.742089) + (xy 2.002021 2.630613) + (xy 2.015908 2.496835) + (xy 2.0193 2.374899) + (xy 2.01399 2.223916) + (xy 1.998115 2.095155) + (xy 1.971757 1.988794) + (xy 1.934997 1.905013) + (xy 1.887917 1.843991) + (xy 1.830599 1.805907) + (xy 1.763124 1.79094) + (xy 1.7526 1.7907) + (xy 1.683672 1.80233) + (xy 1.62489 1.837104) + (xy 1.576334 1.894841) + (xy 1.538086 1.975363) + (xy 1.510228 2.07849) + (xy 1.492842 2.204044) + (xy 1.486009 2.351845) + (xy 1.4859 2.3749) + (xy 1.303696 2.3749) + (xy 1.304636 2.271291) + (xy 1.309183 2.17531) + (xy 1.317994 2.094727) + (xy 1.331842 2.024616) + (xy 1.351501 1.960048) + (xy 1.377742 1.896096) + (xy 1.382158 1.886543) + (xy 1.429204 1.802794) + (xy 1.483901 1.739399) + (xy 1.550718 1.691513) + (xy 1.572493 1.680084) + (xy 1.613982 1.661641) + (xy 1.651629 1.650876) + (xy 1.695254 1.645857) + (xy 1.7526 1.64465) + (xy 1.811413 1.645941) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4df40261-f507-4d2a-9117-65f5a42a9a63)) + (fp_poly + (pts + (xy -2.675848 -2.061102) + (xy -2.55813 -2.02443) + (xy -2.453047 -1.966809) + (xy -2.361984 -1.888723) + (xy -2.333072 -1.855906) + (xy -2.291567 -1.796449) + (xy -2.249552 -1.721195) + (xy -2.2116 -1.639232) + (xy -2.182284 -1.55965) + (xy -2.179665 -1.551033) + (xy -2.155324 -1.447412) + (xy -2.136917 -1.32446) + (xy -2.124444 -1.187543) + (xy -2.117904 -1.042029) + (xy -2.117298 -0.893282) + (xy -2.122625 -0.746671) + (xy -2.133886 -0.607561) + (xy -2.15108 -0.481319) + (xy -2.174208 -0.373311) + (xy -2.179665 -0.353968) + (xy -2.231196 -0.216531) + (xy -2.298079 -0.099047) + (xy -2.379646 -0.00196) + (xy -2.475226 0.074282) + (xy -2.58415 0.129235) + (xy -2.705748 0.16245) + (xy -2.839352 0.173484) + (xy -2.959197 0.165435) + (xy -3.038151 0.151267) + (xy -3.106229 0.128724) + (xy -3.174401 0.093637) + (xy -3.21465 0.068312) + (xy -3.298123 0.001718) + (xy -3.368274 -0.080508) + (xy -3.428069 -0.182116) + (xy -3.449671 -0.228839) + (xy -3.482989 -0.316672) + (xy -3.509636 -0.412625) + (xy -3.530526 -0.521239) + (xy -3.546575 -0.647056) + (xy -3.55609 -0.756872) + (xy -3.561212 -0.876922) + (xy -3.245613 -0.876922) + (xy -3.244212 -0.772615) + (xy -3.241182 -0.67753) + (xy -3.236489 -0.59656) + (xy -3.230099 -0.534598) + (xy -3.227891 -0.5207) + (xy -3.200697 -0.397231) + (xy -3.166531 -0.296502) + (xy -3.124135 -0.216502) + (xy -3.072251 -0.155223) + (xy -3.00962 -0.110656) + (xy -2.956781 -0.087653) + (xy -2.882664 -0.06836) + (xy -2.814265 -0.066234) + (xy -2.7397 -0.081043) + (xy -2.732049 -0.083267) + (xy -2.660538 -0.11428) + (xy -2.599225 -0.162387) + (xy -2.547769 -0.228548) + (xy -2.505829 -0.313722) + (xy -2.473065 -0.418865) + (xy -2.449134 -0.544938) + (xy -2.433697 -0.692897) + (xy -2.426412 -0.863703) + (xy -2.4257 -0.944304) + (xy -2.429508 -1.128657) + (xy -2.441189 -1.289575) + (xy -2.461131 -1.427895) + (xy -2.489723 -1.544453) + (xy -2.527353 -1.640086) + (xy -2.574409 -1.715631) + (xy -2.631278 -1.771925) + (xy -2.69835 -1.809804) + (xy -2.776011 -1.830106) + (xy -2.83845 -1.834309) + (xy -2.932694 -1.823589) + (xy -3.014294 -1.791308) + (xy -3.083423 -1.73728) + (xy -3.140253 -1.661321) + (xy -3.184956 -1.563244) + (xy -3.217704 -1.442864) + (xy -3.221683 -1.4224) + (xy -3.229352 -1.365519) + (xy -3.235594 -1.288501) + (xy -3.240374 -1.196239) + (xy -3.24366 -1.093627) + (xy -3.245417 -0.985556) + (xy -3.245613 -0.876922) + (xy -3.561212 -0.876922) + (xy -3.562232 -0.900826) + (xy -3.560885 -1.052132) + (xy -3.552489 -1.202576) + (xy -3.537485 -1.343942) + (xy -3.518548 -1.457339) + (xy -3.48187 -1.592914) + (xy -3.430726 -1.715849) + (xy -3.366861 -1.823107) + (xy -3.292017 -1.911656) + (xy -3.2258 -1.966715) + (xy -3.159085 -2.008441) + (xy -3.09499 -2.037334) + (xy -3.023993 -2.056868) + (xy -2.943637 -2.069655) + (xy -2.804812 -2.076339) + (xy -2.675848 -2.061102) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7eca0bd1-a6d7-4c5c-8e0f-7894f2fc9cb5)) + (fp_poly + (pts + (xy -0.89643 -2.066616) + (xy -0.759089 -2.04695) + (xy -0.624349 -2.015696) + (xy -0.568325 -1.998681) + (xy -0.4699 -1.966415) + (xy -0.4699 -1.662457) + (xy -0.549275 -1.706631) + (xy -0.696207 -1.775273) + (xy -0.844946 -1.818638) + (xy -0.913086 -1.829997) + (xy -1.035075 -1.836736) + (xy -1.145647 -1.824889) + (xy -1.242924 -1.795247) + (xy -1.32503 -1.748599) + (xy -1.390088 -1.685738) + (xy -1.435096 -1.610097) + (xy -1.456863 -1.532405) + (xy -1.458952 -1.452134) + (xy -1.442839 -1.374659) + (xy -1.409998 -1.305354) + (xy -1.361903 -1.249595) + (xy -1.329988 -1.22694) + (xy -1.277226 -1.20203) + (xy -1.201331 -1.174606) + (xy -1.10437 -1.145319) + (xy -0.988412 -1.114821) + (xy -0.926007 -1.099801) + (xy -0.796304 -1.063289) + (xy -0.687083 -1.018557) + (xy -0.594176 -0.963517) + (xy -0.513417 -0.89608) + (xy -0.507188 -0.889919) + (xy -0.46171 -0.841681) + (xy -0.430213 -0.800054) + (xy -0.40666 -0.756017) + (xy -0.390327 -0.715305) + (xy -0.358772 -0.599426) + (xy -0.34655 -0.480313) + (xy -0.352894 -0.362192) + (xy -0.377037 -0.249288) + (xy -0.418212 -0.145828) + (xy -0.475651 -0.056036) + (xy -0.518442 -0.009692) + (xy -0.603529 0.055383) + (xy -0.703453 0.107953) + (xy -0.80885 0.143225) + (xy -0.823741 0.146558) + (xy -0.874751 0.154835) + (xy -0.940261 0.16208) + (xy -1.012889 0.167843) + (xy -1.085253 0.171672) + (xy -1.149971 0.173114) + (xy -1.199661 0.171718) + (xy -1.21285 0.170379) + (xy -1.306151 0.156927) + (xy -1.381399 0.144247) + (xy -1.445837 0.13081) + (xy -1.50671 0.115091) + (xy -1.571259 0.095562) + (xy -1.577975 0.093412) + (xy -1.7145 0.049527) + (xy -1.7145 -0.269005) + (xy -1.609725 -0.21243) + (xy -1.47812 -0.150015) + (xy -1.348539 -0.105097) + (xy -1.223101 -0.077487) + (xy -1.103923 -0.066996) + (xy -0.993123 -0.073432) + (xy -0.892819 -0.096608) + (xy -0.805129 -0.136332) + (xy -0.732171 -0.192416) + (xy -0.676063 -0.264669) + (xy -0.659009 -0.29762) + (xy -0.644371 -0.347714) + (xy -0.63651 -0.412684) + (xy -0.635788 -0.482829) + (xy -0.642568 -0.548451) + (xy -0.648616 -0.575574) + (xy -0.673827 -0.62911) + (xy -0.716831 -0.683017) + (xy -0.771151 -0.730177) + (xy -0.811995 -0.755139) + (xy -0.842913 -0.767605) + (xy -0.893402 -0.784359) + (xy -0.958312 -0.803851) + (xy -1.032495 -0.824529) + (xy -1.1049 -0.843367) + (xy -1.226057 -0.875529) + (xy -1.325704 -0.906296) + (xy -1.407551 -0.93733) + (xy -1.475303 -0.970292) + (xy -1.532667 -1.006846) + (xy -1.583351 -1.048652) + (xy -1.60131 -1.065942) + (xy -1.653592 -1.126874) + (xy -1.692491 -1.19411) + (xy -1.721017 -1.274069) + (xy -1.740449 -1.363047) + (xy -1.747151 -1.412448) + (xy -1.74769 -1.45705) + (xy -1.741671 -1.50772) + (xy -1.7336 -1.551339) + (xy -1.719547 -1.611141) + (xy -1.702026 -1.671018) + (xy -1.684534 -1.719173) + (xy -1.682399 -1.724059) + (xy -1.63359 -1.805289) + (xy -1.564523 -1.882026) + (xy -1.480336 -1.950253) + (xy -1.386166 -2.005953) + (xy -1.287152 -2.045109) + (xy -1.26365 -2.051496) + (xy -1.154752 -2.069348) + (xy -1.030331 -2.074234) + (xy -0.89643 -2.066616) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2e8d3530-e2d6-4ea6-91ee-ff8f7ad53208)) + (fp_poly + (pts + (xy 3.745362 -3.655716) + (xy 3.787578 -3.654872) + (xy 3.920896 -3.65125) + (xy 3.902296 -3.5814) + (xy 3.893172 -3.544463) + (xy 3.880334 -3.488883) + (xy 3.865182 -3.420901) + (xy 3.849118 -3.346754) + (xy 3.840978 -3.30835) + (xy 3.810929 -3.16623) + (xy 3.776596 -3.005271) + (xy 3.739257 -2.831419) + (xy 3.70019 -2.650619) + (xy 3.660673 -2.468816) + (xy 3.651265 -2.4257) + (xy 3.631992 -2.337318) + (xy 3.609624 -2.234555) + (xy 3.586434 -2.127858) + (xy 3.564693 -2.027671) + (xy 3.556 -1.98755) + (xy 3.535836 -1.894489) + (xy 3.513392 -1.790979) + (xy 3.490875 -1.687194) + (xy 3.470492 -1.593312) + (xy 3.462331 -1.55575) + (xy 3.419776 -1.359939) + (xy 3.382245 -1.187222) + (xy 3.349363 -1.035871) + (xy 3.320759 -0.90416) + (xy 3.296058 -0.790362) + (xy 3.274886 -0.692751) + (xy 3.256871 -0.609599) + (xy 3.241639 -0.539181) + (xy 3.228816 -0.47977) + (xy 3.21803 -0.429638) + (xy 3.208905 -0.38706) + (xy 3.20107 -0.350308) + (xy 3.194151 -0.317656) + (xy 3.187773 -0.287378) + (xy 3.181565 -0.257746) + (xy 3.180782 -0.254) + (xy 3.165042 -0.180329) + (xy 3.147504 -0.100806) + (xy 3.13079 -0.027227) + (xy 3.122162 0.009525) + (xy 3.09407 0.127) + (xy 2.824842 0.127) + (xy 2.801319 0.009525) + (xy 2.788392 -0.052399) + (xy 2.774594 -0.114293) + (xy 2.762343 -0.16542) + (xy 2.759131 -0.1778) + (xy 2.749097 -0.217348) + (xy 2.735333 -0.274963) + (xy 2.717574 -0.351825) + (xy 2.695551 -0.449112) + (xy 2.668997 -0.568003) + (xy 2.637644 -0.709676) + (xy 2.610763 -0.83185) + (xy 2.594844 -0.902536) + (xy 2.579753 -0.966265) + (xy 2.566714 -1.018101) + (xy 2.556955 -1.053104) + (xy 2.553072 -1.064223) + (xy 2.542696 -1.100639) + (xy 2.54 -1.127088) + (xy 2.537773 -1.151176) + (xy 2.531401 -1.151451) + (xy 2.521344 -1.12908) + (xy 2.508061 -1.08523) + (xy 2.492013 -1.021067) + (xy 2.483652 -0.98425) + (xy 2.452423 -0.843185) + (xy 2.426191 -0.725045) + (xy 2.404523 -0.627944) + (xy 2.38699 -0.549995) + (xy 2.373161 -0.489309) + (xy 2.362606 -0.443999) + (xy 2.354895 -0.412178) + (xy 2.349596 -0.391958) + (xy 2.34628 -0.381452) + (xy 2.346098 -0.381) + (xy 2.340759 -0.36228) + (xy 2.331383 -0.323636) + (xy 2.319116 -0.270009) + (xy 2.305104 -0.206343) + (xy 2.298975 -0.1778) + (xy 2.283706 -0.106905) + (xy 2.268933 -0.039613) + (xy 2.256084 0.017649) + (xy 2.246591 0.058452) + (xy 2.244573 0.066675) + (xy 2.229425 0.127) + (xy 1.95937 0.127) + (xy 1.931451 -0.085725) + (xy 1.921221 -0.161856) + (xy 1.911076 -0.234136) + (xy 1.901875 -0.296658) + (xy 1.894482 -0.343514) + (xy 1.891212 -0.36195) + (xy 1.885714 -0.393842) + (xy 1.877522 -0.445985) + (xy 1.867373 -0.513465) + (xy 1.856003 -0.591364) + (xy 1.84415 -0.674768) + (xy 1.84172 -0.69215) + (xy 1.82973 -0.776616) + (xy 1.817909 -0.857089) + (xy 1.807029 -0.928515) + (xy 1.797862 -0.985841) + (xy 1.791182 -1.024014) + (xy 1.790254 -1.0287) + (xy 1.784337 -1.061423) + (xy 1.775623 -1.114679) + (xy 1.764826 -1.183848) + (xy 1.752661 -1.264306) + (xy 1.739845 -1.351433) + (xy 1.733279 -1.397) + (xy 1.719889 -1.490294) + (xy 1.70642 -1.583517) + (xy 1.693705 -1.670953) + (xy 1.682578 -1.746884) + (xy 1.67387 -1.805595) + (xy 1.67133 -1.82245) + (xy 1.662255 -1.882392) + (xy 1.653835 -1.938238) + (xy 1.647315 -1.981708) + (xy 1.645031 -1.997075) + (xy 1.637999 -2.0447) + (xy 1.915678 -2.0447) + (xy 1.924387 -1.958975) + (xy 1.929973 -1.907778) + (xy 1.937674 -1.842125) + (xy 1.946215 -1.772734) + (xy 1.950414 -1.7399) + (xy 1.956257 -1.693067) + (xy 1.964358 -1.625478) + (xy 1.974196 -1.541628) + (xy 1.985249 -1.446009) + (xy 1.996994 -1.343113) + (xy 2.00891 -1.237434) + (xy 2.012369 -1.2065) + (xy 2.02384 -1.105189) + (xy 2.03502 -1.009211) + (xy 2.045459 -0.922239) + (xy 2.054703 -0.847946) + (xy 2.062303 -0.790004) + (xy 2.067804 -0.752085) + (xy 2.069393 -0.74295) + (xy 2.075568 -0.704342) + (xy 2.0828 -0.64842) + (xy 2.090117 -0.583191) + (xy 2.095618 -0.52705) + (xy 2.103068 -0.44821) + (xy 2.109286 -0.39138) + (xy 2.114844 -0.353232) + (xy 2.120315 -0.330442) + (xy 2.126273 -0.319682) + (xy 2.131718 -0.3175) + (xy 2.139849 -0.328797) + (xy 2.149757 -0.357853) + (xy 2.156177 -0.384175) + (xy 2.163659 -0.419526) + (xy 2.175128 -0.473767) + (xy 2.189326 -0.540939) + (xy 2.204991 -0.615079) + (xy 2.214566 -0.6604) + (xy 2.232496 -0.745222) + (xy 2.253712 -0.845491) + (xy 2.276225 -0.951807) + (xy 2.298043 -1.05477) + (xy 2.311368 -1.1176) + (xy 2.327944 -1.195846) + (xy 2.343092 -1.267551) + (xy 2.355872 -1.328258) + (xy 2.365347 -1.373507) + (xy 2.370578 -1.398842) + (xy 2.370844 -1.400175) + (xy 2.377782 -1.4351) + (xy 2.677899 -1.4351) + (xy 2.692511 -1.362075) + (xy 2.703887 -1.307812) + (xy 2.71767 -1.245585) + (xy 2.72672 -1.2065) + (xy 2.73895 -1.153092) + (xy 2.755338 -1.078668) + (xy 2.775057 -0.987118) + (xy 2.797283 -0.882334) + (xy 2.82119 -0.768206) + (xy 2.845952 -0.648626) + (xy 2.869539 -0.5334) + (xy 2.883645 -0.464817) + (xy 2.896377 -0.404277) + (xy 2.906721 -0.3565) + (xy 2.913663 -0.326205) + (xy 2.915715 -0.318552) + (xy 2.924606 -0.305886) + (xy 2.935458 -0.315346) + (xy 2.948507 -0.347603) + (xy 2.963987 -0.40333) + (xy 2.982134 -0.483197) + (xy 2.994458 -0.543272) + (xy 3.029239 -0.717374) + (xy 3.059298 -0.866594) + (xy 3.084651 -0.991003) + (xy 3.105313 -1.090672) + (xy 3.121298 -1.165675) + (xy 3.132621 -1.216082) + (xy 3.139298 -1.241966) + (xy 3.140237 -1.2446) + (xy 3.145323 -1.263175) + (xy 3.154072 -1.301947) + (xy 3.16547 -1.356147) + (xy 3.1785 -1.421006) + (xy 3.186189 -1.4605) + (xy 3.2165 -1.61715) + (xy 3.243769 -1.75635) + (xy 3.26775 -1.876894) + (xy 3.288198 -1.977578) + (xy 3.304868 -2.057194) + (xy 3.317512 -2.114538) + (xy 3.325887 -2.148405) + (xy 3.327284 -2.153057) + (xy 3.334102 -2.178948) + (xy 3.344481 -2.224275) + (xy 3.357216 -2.283525) + (xy 3.371106 -2.351185) + (xy 3.377166 -2.381657) + (xy 3.399816 -2.496016) + (xy 3.422267 -2.608081) + (xy 3.44392 -2.714977) + (xy 3.46418 -2.813828) + (xy 3.482449 -2.901757) + (xy 3.498131 -2.97589) + (xy 3.510628 -3.033351) + (xy 3.519344 -3.071263) + (xy 3.523384 -3.0861) + (xy 3.528156 -3.104309) + (xy 3.536766 -3.143044) + (xy 3.548282 -3.197885) + (xy 3.561773 -3.26441) + (xy 3.574208 -3.3274) + (xy 3.594925 -3.432336) + (xy 3.61172 -3.514293) + (xy 3.625057 -3.575314) + (xy 3.635402 -3.617437) + (xy 3.643222 -3.642704) + (xy 3.648469 -3.652703) + (xy 3.662785 -3.654766) + (xy 3.696932 -3.6558) + (xy 3.745362 -3.655716) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6eee2ef6-11f8-42c2-9b74-e1b124586257)) + ) + + (footprint "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005ec2124e) + (at 298.57 43.73 180) + (descr "JST PH series connector, B4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator") + (tags "connector JST PH side entry") + (property "Checked" "y") + (property "Distributor" "Digikey") + (property "Manufacturer" "JST") + (property "Manufacturer_No" "B4B-PH-K-S(LF)(SN)") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006829185c") + (attr through_hole) + (fp_text reference "J21" (at 8.67 2.03 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp bb03abd9-8620-4a25-a684-aeb94423dd29) + ) + (fp_text value "Conn_01x04" (at 3 4) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0c728b18-f968-4824-ab5d-8e262c12b622) + ) + (fp_text user "${REFERENCE}" (at 3 1.5) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp f32ac2b7-db9d-4419-a4fa-ab72c10fdd32) + ) + (fp_line (start -2.36 -2.11) (end -2.36 -0.86) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec6d8f87-6bf1-4042-878a-540de24ace9f)) + (fp_line (start -2.06 -1.81) (end -2.06 2.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e05b60ef-7804-44f7-9499-e1cb23b3a17c)) + (fp_line (start -2.06 -0.5) (end -1.45 -0.5) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94ee0988-6ed0-434b-9763-80f280b6ae62)) + (fp_line (start -2.06 0.8) (end -1.45 0.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7258d9b-271b-4984-ab8c-7e989642bd0f)) + (fp_line (start -2.06 2.91) (end 8.06 2.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3eef679f-1a8d-4057-a77c-575f3b4f3143)) + (fp_line (start -1.45 -1.2) (end -1.45 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd3628d4-aed8-4def-92d4-784dcfac2b74)) + (fp_line (start -1.45 2.3) (end 7.45 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9d10cd1-6a0e-4557-b877-3c77014dc20b)) + (fp_line (start -1.11 -2.11) (end -2.36 -2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7738bb59-8056-4cdd-bbaa-829853047c23)) + (fp_line (start -0.6 -2.01) (end -0.6 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50b6243e-e9a7-4f6d-bcdf-77e1cdf1c0ff)) + (fp_line (start -0.3 -2.01) (end -0.6 -2.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp accf3e06-d77e-4d7b-b1cc-a7119bd37ab4)) + (fp_line (start -0.3 -1.91) (end -0.6 -1.91) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5fa3807-fe16-485d-ac67-10ddece64ea9)) + (fp_line (start -0.3 -1.81) (end -0.3 -2.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f98c008-6e9c-44cb-a139-bc2c548a99d1)) + (fp_line (start 0.5 -1.81) (end 0.5 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13bf6c9d-62c4-416f-b021-69b02088200b)) + (fp_line (start 0.5 -1.2) (end -1.45 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3a61c43-5790-4427-bde7-23f75405ad07)) + (fp_line (start 0.9 1.8) (end 1.1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30d338ed-ba8a-41f7-ba55-9605fddf473d)) + (fp_line (start 0.9 2.3) (end 0.9 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56d416cc-e402-4de2-8353-c7d980478b86)) + (fp_line (start 1 2.3) (end 1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d6afea1-5fae-41fb-a306-5d68aed44dfb)) + (fp_line (start 1.1 1.8) (end 1.1 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54aea402-68b8-4b40-9277-c7a62df6fe49)) + (fp_line (start 2.9 1.8) (end 3.1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c54b141-3faa-4efe-b2be-aec53b358117)) + (fp_line (start 2.9 2.3) (end 2.9 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5443504f-9cfb-4278-b3ad-a89286695197)) + (fp_line (start 3 2.3) (end 3 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84fce9df-5a8e-46a4-885a-2690313ae4fe)) + (fp_line (start 3.1 1.8) (end 3.1 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ede13b31-6d3c-4574-a3e5-d3c1491fc25b)) + (fp_line (start 4.9 1.8) (end 5.1 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fecc712-5062-4f01-9dc5-d799caa8b437)) + (fp_line (start 4.9 2.3) (end 4.9 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c65eaa7-891c-459b-b384-42176c06ccd0)) + (fp_line (start 5 2.3) (end 5 1.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11e2d52b-6c72-4ab8-8895-eed2bf6b6146)) + (fp_line (start 5.1 1.8) (end 5.1 2.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bdf10f3e-89ed-4626-a8be-9450def9e6fc)) + (fp_line (start 5.5 -1.2) (end 5.5 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e063b4ab-2db8-48fb-9897-d4e83ef80b79)) + (fp_line (start 7.45 -1.2) (end 5.5 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c6969bce-a546-4973-8a25-efbec12cdb6b)) + (fp_line (start 7.45 2.3) (end 7.45 -1.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1db6f7f0-0fd4-45ff-840e-16da74a5ac55)) + (fp_line (start 8.06 -1.81) (end -2.06 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36148111-52d3-47ca-bacd-0a2c5de78831)) + (fp_line (start 8.06 -0.5) (end 7.45 -0.5) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a87ba9fe-9e45-409b-a106-1518f58db5f8)) + (fp_line (start 8.06 0.8) (end 7.45 0.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f10561b-a486-4098-8298-36ef942839b7)) + (fp_line (start 8.06 2.91) (end 8.06 -1.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f540ddd-435c-42ed-a5e8-e1598caf1890)) + (fp_line (start -2.45 -2.2) (end -2.45 3.3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abf1a378-b26d-4f63-a737-16057771a1c0)) + (fp_line (start -2.45 3.3) (end 8.45 3.3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7550319c-605d-4eb1-8bab-3e3943a07017)) + (fp_line (start 8.45 -2.2) (end -2.45 -2.2) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42441339-c484-41d9-9086-73590e6ec705)) + (fp_line (start 8.45 3.3) (end 8.45 -2.2) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eeb77345-a8b0-450e-b920-66eb2d5ef2ec)) + (fp_line (start -2.36 -2.11) (end -2.36 -0.86) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5e82239-7e10-473b-a82e-9ae1c9c4d798)) + (fp_line (start -1.95 -1.7) (end -1.95 2.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77a6ba2e-b60a-474e-ae64-d3d260bba117)) + (fp_line (start -1.95 2.8) (end 7.95 2.8) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59a79b15-5226-4f1f-b71f-51d5a560a259)) + (fp_line (start -1.11 -2.11) (end -2.36 -2.11) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34494d29-61eb-47a4-b96d-121d9be54ca4)) + (fp_line (start 7.95 -1.7) (end -1.95 -1.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b1ff0ce-a973-4e59-9f76-7b791c5462f0)) + (fp_line (start 7.95 2.8) (end 7.95 -1.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 821c7ac9-9ad6-457d-af0a-87d2c27cf0e0)) + (pad "1" thru_hole roundrect (at 0 0 180) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.2083333333) + (net 553 "Net-(C159-Pad2)") (pinfunction "Pin_1") (pintype "passive") (tstamp 0b48bddd-9e3a-49db-86a5-adfd37fa7814)) + (pad "2" thru_hole oval (at 2 0 180) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") + (net 554 "Net-(C159-Pad1)") (pinfunction "Pin_2") (pintype "passive") (tstamp 5630bc18-9f92-4e53-8fa3-9dd62fc9abac)) + (pad "3" thru_hole oval (at 4 0 180) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") + (net 552 "Net-(C157-Pad2)") (pinfunction "Pin_3") (pintype "passive") (tstamp ca70860a-da8a-4727-a2db-cd61b963078b)) + (pad "4" thru_hole oval (at 6 0 180) (size 1.2 1.75) (drill 0.75) (layers "*.Cu" "*.Mask") + (net 551 "Net-(C156-Pad1)") (pinfunction "Pin_4") (pintype "passive") (tstamp 1fd69ed5-e2f0-4d41-890b-6f9e2a1413c9)) + (model "${KISYS3DMOD}/Connector_JST.3dshapes/JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005ec253d8) + (at 99.9 61.5 180) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "GRM188R6YA106MA73D") + (property "Sheetfile" "reform2-pcie.kicad_sch") + (property "Sheetname" "Reform 2 PCIe") + (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006152db10") + (attr smd) + (fp_text reference "C155" (at 2.8 0) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp c895137a-b7ef-4481-8863-f5f22e2c01de) + ) + (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp de071b7a-959b-4b10-882e-0b4d953109d3) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 33cb9cb0-a5b3-4488-bb4a-b811665fc727) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24a65d5e-f0a4-4294-8bf6-f554e7911e5c)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05d46170-4ee4-4885-b67d-dd73014d4185)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43877775-e08d-4415-b999-7925be7e5d0b)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e535ead7-2d04-4132-acdc-efb113b2ccd0)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b87d0dbf-03c3-4477-b1ba-d933ded3daaf)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f921f6c-b8c9-4283-8875-bd39e34298e4)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b440cf6-9573-45d7-a486-582e9cf27309)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 457c7cb0-05e1-4b2c-b191-45d9988a120d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 555c8e44-fd7f-495f-a7da-284c04c17e0a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73dd7034-62f4-4d17-857e-f2cc611b4247)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+3V3") (pintype "passive") (tstamp e6b02edc-0558-443e-8fa5-21c061825d25)) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp c5aa588c-6f55-48e6-a20f-31e346bdf5f1)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005ec27706) + (at 126.1 58 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "RC0603FR-1049R9L") + (property "Sheetfile" "reform2-pcie.kicad_sch") + (property "Sheetname" "Reform 2 PCIe") + (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eae91fb") + (attr smd) + (fp_text reference "R148" (at 0.1 1.1 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp f4f8b688-d3fb-48ce-87d6-606120a1da92) + ) + (fp_text value "49.9" (at 0 1.43 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c160808f-c500-47a0-8524-9aa28000860f) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp b1fd98a4-29fe-4c14-9701-ce17a1f0931a) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5171d693-aba4-4fcf-8a43-099838eacde9)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 877c95e2-4be3-41bf-8b7f-374159a29a5e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42853936-d08c-43d8-9db1-72c13196c781)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3939c37-71ca-4339-bb47-ddb91e6fc5a1)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc00115d-7d18-41c5-af39-dce8c9e4a119)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ffb2ccd-1c6c-4317-86d5-c055be8374a2)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 199eda17-a050-4f3a-98e0-9df014226aa8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6ceb2c6-b5c9-4214-98e7-d151b7cc8072)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c6f34f3-caa7-4254-a09a-33caad771f01)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74ffa753-b1a8-477c-840a-f1aea7100fc1)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp 4eb487ac-4e13-47ef-9644-8c299df3e94e)) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 168 "PCIE1_CLK_N") (pintype "passive") (tstamp af76d4cf-203b-40ae-9f9b-047c74fb0898)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005ec27ce7) + (at 111.95 61.85) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "RC0603FR-0710KL") + (property "Sheetfile" "reform2-pcie.kicad_sch") + (property "Sheetname" "Reform 2 PCIe") + (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006155903f") + (attr smd) + (fp_text reference "R196" (at -2.85 0.05) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 5420b3d2-3b81-41bc-a945-fc1af2373c26) + ) + (fp_text value "10k" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c5369e2a-a919-48fa-bc3b-e863461426e5) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 87ce9270-74fd-4b2b-a113-ceacc305b165) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e400462-c4e6-4271-b634-4d0b01110293)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69a5eac0-f606-4322-b026-aa9dc2117de4)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 349267f8-136f-49eb-a8cf-234c3d7e0a82)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8c14d4e-8651-4a79-9b96-95036a6729fc)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1115c196-6b6e-4d77-8868-46ac5d6f5d42)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ba577110-f9f2-4d1c-8b79-a7500fd9778d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2eec985-6708-490e-ac72-40f380b5d949)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44a2e357-13c1-46dd-abaf-3cca154550ea)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 721ec349-3733-4296-98cf-10829de43291)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0fd16f0c-59f4-4df5-82b2-48873074bdb6)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 544 "Net-(R196-Pad1)") (pintype "passive") (tstamp ca9f8329-bc4f-4d40-a327-19ea7daa4484)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+3V3") (pintype "passive") (tstamp f6a9efdd-bb86-413e-a593-c8b5816d58a3)) + (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 "footprints:TSOT-25" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005ec289c3) + (at 105.6 58.8 90) + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Diodes, Inc.") + (property "Manufacturer_No" "AP22815AWT-7") + (property "Sheetfile" "reform2-pcie.kicad_sch") + (property "Sheetname" "Reform 2 PCIe") + (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006139194c") + (attr through_hole) + (fp_text reference "U20" (at -0.02 -2.6 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 45c2d830-6775-49ab-b66e-72e1cbddf15b) + ) + (fp_text value "AP22815" (at 0 -0.5 90) (layer "F.Fab") + (effects (font (size 0.15 0.15) (thickness 0.0375))) + (tstamp 5bb93a8b-cdd8-4b7c-a0a1-0e6200fe7e93) + ) + (fp_line (start -1.5 -0.9) (end 1.5 -0.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp faf2d011-cf84-451f-9b14-611477914b1a)) + (fp_line (start -1.5 0.9) (end -1.5 -0.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 20a4cd5f-d559-46ee-805e-270d8d009c39)) + (fp_line (start 1.5 -0.9) (end 1.5 0.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 2d9e73bd-f17b-4a25-9d34-c98fde317172)) + (fp_line (start 1.5 0.9) (end -1.5 0.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp a8327b0e-c72c-46bb-94ac-f14b524e05ce)) + (fp_circle (center -1 0.4) (end -0.95 0.5) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp d020526d-3aed-4223-a878-631e88c8116a)) + (pad "1" smd rect (at -0.95 1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (net 109 "Net-(FB3-Pad1)") (pinfunction "OUT") (pintype "power_out") (tstamp 7421e8e9-f867-4907-99fa-32857cd73f2c)) + (pad "2" smd rect (at 0 1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 379d9678-d524-4273-b5ae-4d561f5b0289)) + (pad "3" smd rect (at 0.95 1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (net 544 "Net-(R196-Pad1)") (pinfunction "FLG") (pintype "bidirectional") (tstamp 807d157d-a3f1-479f-bb5b-76f79240c857)) + (pad "4" smd rect (at 0.95 -1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (net 596 "PCIE1_PWR_EN") (pinfunction "EN") (pintype "input") (tstamp dab246d4-0a54-4392-bc90-9c13d00a0ea4)) + (pad "5" smd rect (at -0.95 -1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (net 20 "+3V3") (pinfunction "IN") (pintype "power_in") (tstamp 5aade72f-5293-4bad-a67e-541d334364db)) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TSOT-23-5.step" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 -90)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005ec5ba67) + (at 61.75 47.7 180) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Bourns") + (property "Manufacturer_No" "CR0603-FX-2702ELF") + (property "Sheetfile" "reform2-hdmi.kicad_sch") + (property "Sheetname" "Reform 2 HDMI") + (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005eeb5b3a") + (attr smd) + (fp_text reference "R192" (at -2.75 0) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp caec4e4c-7736-4b9c-b21f-dc545f09f1ce) + ) + (fp_text value "27k" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a1d3d6f9-7026-41a1-8943-19236264caae) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp fd723ef7-a058-42e7-98e9-bc5a107c5e0c) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eaa754b9-4581-404d-8368-04bc36162dc9)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp baf1b9fa-2bf6-4e96-a9af-7243101e7dad)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 101ffa1a-47ad-496e-aebc-2719acd3d008)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 467e50c6-ce6c-40c6-9870-d881a7e5faa5)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7e3b26c-81be-4d2a-9315-3e4d95dcc73b)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6f6d19f-a0de-41aa-af69-b9be9a9ae747)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3457ed3-f7b9-4b63-8239-2a480489ff33)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bfb23421-88f5-455b-93c7-2b295efaecf2)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c029e33f-db7d-4179-ad85-938c20a1e6b9)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed517428-3316-4a87-b786-60e0760dca8b)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+3V3") (pintype "passive") (tstamp 5a6e63f3-e4e2-4fdf-a909-4d69e7fda6cf)) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 41 "Net-(J4-Pad13)") (pintype "passive") (tstamp db17b2cd-04a7-4e74-8fd7-e02afce581c6)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005ec5baf8) + (at 61.75 49.5) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Vishay Dale") + (property "Manufacturer_No" "CRCW060347K0FKEAC") + (property "Sheetfile" "reform2-hdmi.kicad_sch") + (property "Sheetname" "Reform 2 HDMI") + (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005eeb1bce") + (attr smd) + (fp_text reference "R197" (at 2.75 0) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 54a3738d-b110-4191-a284-341d4a56bd45) + ) + (fp_text value "47k" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 6231c38e-7d0e-4f67-90b6-0b7cf4194d2f) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 56972219-6a45-4f27-aee4-761c573dd70b) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 515d53ce-1992-42bb-9e15-ad00d4f50b0d)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b5ad8059-f156-48e2-b882-3d71af583ce6)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 32e5d1e7-516a-47bf-bba7-8984b1133a4e)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca8ee22a-639e-4347-ba6d-3e1c2ebb3c5b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c7334ef-9575-43c3-92ba-56ba6d70d6a0)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a627f4f1-7028-4679-b1ea-352aaa0e57b6)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d76723b-3265-410a-9747-d4d30930e2b8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1319cb6-955a-4b63-a461-ca1f986b4ca8)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 156c09f6-f5b9-4986-acbb-1d44c7b12e79)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7922695-386e-40ab-a77b-695503d15d72)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 135 "HDMI_CEC") (pintype "passive") (tstamp af67c0be-5dec-450b-9861-4b9819408e4c)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+3V3") (pintype "passive") (tstamp a9225d5c-580e-466c-97e2-083739bef2b7)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005ec5bb09) + (at 142.6 54.5 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "RC0603FR-1049R9L") + (property "Sheetfile" "reform2-pcie.kicad_sch") + (property "Sheetname" "Reform 2 PCIe") + (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eec4c35") + (attr smd) + (fp_text reference "R198" (at 0 -1.43 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp a7e2d02b-22e1-40cb-9594-32fa016c0d9f) + ) + (fp_text value "49.9" (at 0 1.43 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 9d9b0038-d33f-4fe7-9157-ae78fac02888) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp b12f1bc9-fdb1-455e-8fd1-55b2077e1ccd) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4f3aa5b-df13-4158-916c-fd08a64e05de)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5972d59-dfaf-43ed-a3d1-25b1408c851b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fca2137d-5086-4d8c-b403-a9187e7966b4)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b577a7c4-2da9-4cab-9d27-f1ed958c9472)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a824687f-4e67-46fe-a5ba-f368bcf2999e)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e75aa20-848e-4666-9d0e-e4ea9d73733c)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d103106d-0565-4c8a-9438-4d3628a66600)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp acdd6dc1-a94b-4f48-8ef5-730a1f49ee71)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9782c2e-8010-4d16-9dc0-b355d9f7de53)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf729daf-2202-41c2-b607-b59930aecd08)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp fc82c522-a303-46a3-8404-79e6d132bf53)) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 556 "/Reform 2 PCIe/RCLKC_P") (pintype "passive") (tstamp 766d2591-b9f2-4b35-8662-4630044b1d0f)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005ec609e2) + (at 142.6 57.75 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "RC0603FR-1049R9L") + (property "Sheetfile" "reform2-pcie.kicad_sch") + (property "Sheetname" "Reform 2 PCIe") + (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eec4c40") + (attr smd) + (fp_text reference "R199" (at 0 -1.3 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp b47117da-4a35-4722-9d6e-9ba04768aa4c) + ) + (fp_text value "49.9" (at 0 1.43 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 339386a9-6a30-407c-b4ff-54bf1490655b) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 464dfd9e-bc6a-4e2b-af66-ae458c93bc41) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca611a8e-75b4-410c-bf51-d173cce22c61)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb0a0660-1ac3-402e-bf29-2036cd4fa337)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d1924b2-164e-4931-8ff9-8943f9297c27)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08771b19-e42a-4105-a7c9-bf903af84d97)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f0e7995-9b9c-4751-9016-342a697f96e4)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 56d7728f-2a5b-4610-9654-f3934e1d2159)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77ba0204-020b-436b-95da-dbf6a307458c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ee93938-3b1d-4501-a3f0-b2915874ba4c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f39d1fdf-a418-421a-9348-b958e5e2eb2a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3357e5b9-5c6c-41d4-ab6a-3ce7ffab57e4)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp 2644f7b3-04e2-4b60-baa1-b661b7372fa6)) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 557 "/Reform 2 PCIe/RCLKC_N") (pintype "passive") (tstamp eb5a0091-672c-4c70-ae8a-37b8314fbb4a)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f670514) + (at 297.1 96.6) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Taiyo Yuden") + (property "Manufacturer_No" "UMK107BJ105KA-T") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f67996e") + (attr smd) + (fp_text reference "C163" (at -2.85 0.5) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 4aa3ddf8-5d3b-40ad-bd04-b2c0eb7438b3) + ) + (fp_text value "1uF" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c157529e-0093-4a9e-b0a4-2f89441a48b8) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp fef09471-ec51-4a07-97f8-cb8943003ecc) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2e4ffc1-514d-4c0a-aa56-4a6d323e4dfb)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3af23168-cddf-4def-b691-86c1b13ab380)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a68047a3-18c8-4c13-8c3e-2de6e05425e5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a46216d-e6d3-462d-b921-8f03d408e5ed)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7fa85311-95f2-4425-b994-222ab76799aa)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45740d35-30fc-4bf2-a1d7-373b16926190)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0332d38-e03f-4bfe-a313-1756703bd1ac)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8815847-304f-4479-a957-0bc6cfd2679b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 486a416b-1da7-40eb-a09d-c456de0c5387)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1786ab53-b986-462b-a956-c5f3a27e6aa9)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 566 "Net-(C163-Pad1)") (pintype "passive") (tstamp 526b7080-1230-467f-a3e1-7c32c22cec2f)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 565 "Net-(C163-Pad2)") (pintype "passive") (tstamp a2b541e3-30c3-431e-b960-98e7bdfffcb3)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f670525) + (at 224.75 75.2) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "GRM188R6YA106MA73D") + (property "Sheetfile" "reform2-usbpwr.kicad_sch") + (property "Sheetname" "Reform 2 USB Power") + (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec0da") + (attr smd) + (fp_text reference "C164" (at 2.85 0.05) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 31b57bfa-a82b-4ac4-8a7f-c95c9f11d6f2) + ) + (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3a1ce9c6-8a26-4558-9843-f6e4d6316126) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 69c55946-479b-47ab-b92a-b94eab380f51) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da2415d3-e8d4-4d6b-87aa-8c622549b619)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c3135dc-8d1f-4ee0-8234-aa639522c35d)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 068e7495-8ec7-4ddb-a727-b06597e26762)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c366991b-c1b1-4cb9-84a4-0e66b2857e02)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa95c628-c2e1-4b62-b93e-ba6aaea67c8d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd559d70-db60-4a6d-97f1-4becc3b4aac9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2238d51a-9b1e-427c-9e3e-c6b1a4581e5b)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1c9dc6d-7b0a-48d1-9147-2de26726a329)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0b5e2b5-88ce-4d8a-b3b8-23d07dfc8224)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25aa8df1-e2ae-444c-88ef-3c7f3cd879e5)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 559 "+5V") (pintype "passive") (tstamp 337ea881-df44-4a95-8158-453d66554448)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp 563bfaa5-8a16-4cd2-95d8-168a2ec9a18b)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f670964) + (at 98.6 80.15 180) + (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "BLM18KG101TN1D") + (property "Sheetfile" "reform2-display.kicad_sch") + (property "Sheetname" "Reform 2 Display") + (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005f775a89") + (attr smd) + (fp_text reference "FB12" (at 0 -1.25) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp a492191c-8683-41b7-bd49-bb913c0a5cd8) + ) + (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b6887ebd-b523-4d90-8bfd-f4a9975920b1) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp e87819fd-5319-4c3c-98db-2917583f5052) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9bbd9feb-7521-4cd6-a471-79a727d600a4)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 840ad906-6597-4466-8f89-cc741985612c)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f758a55d-4725-485b-bbe0-4409ba3ec3f8)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 579a1ce0-7242-4916-9a5e-e7256c850223)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8baf4c5b-7344-4c0c-952c-06598b720aaa)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e92e99ab-fb23-4fa2-a73b-0734cf67416d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9ab87d1-9c5a-4603-8d2a-933d0d396819)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f384860-359b-4193-a340-bc647209b4e3)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d9b95982-dabd-4e4a-bd83-26fbb2ec9114)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8fdeee01-87c4-4681-a9a5-5cab892b7dfe)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 138 "+1V2") (pintype "passive") (tstamp 30dfda9f-cd31-4ce4-a0ff-d43402ae6f98)) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp e6b59387-ac90-4b8f-bc4a-a8e98a91ac3e)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f670986) + (at 81.65 58.5 90) + (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "BLM18KG101TN1D") + (property "Sheetfile" "reform2-display.kicad_sch") + (property "Sheetname" "Reform 2 Display") + (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005f7d63b7") + (attr smd) + (fp_text reference "FB14" (at 2.8 0 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 9cac4fc0-ff8e-47f7-bb19-57c86a0a85c5) + ) + (fp_text value "100@100MHz 3A" (at 0 1.43 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8305e10c-be29-4c95-9348-704b0c46a4bd) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp c2b3684b-fc6e-4c3b-914a-c92e4127096e) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3de32450-f017-4e06-9598-b428933e9941)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a07682d5-4342-4c72-8f18-cfecd16b7485)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f96b5d13-5d91-4666-b679-1c7c06f428c0)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0f1c0f4-3f54-4d4c-a56b-1d7cf165ee9e)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac1d7beb-62bb-4e33-8e45-7e686ca1943c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f01aa0b2-3d22-4db1-9381-61fcba9f2557)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1aa9b82-5e84-4365-99c8-6af05cf9888f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f06817c3-d089-4214-a547-d9472aaa3ddb)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd51eacb-042d-46a5-a39c-d0469ff0c47f)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 063ee8bc-ab52-42b9-9f68-5b8bea7b623b)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 590 "3V3_PWR_AUX") (pintype "passive") (tstamp 4db3e0f4-e7b6-43b1-91cf-a3f64b907f1d)) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 562 "/Reform 2 Display/EDP_LCD_VCC") (pintype "passive") (tstamp 9b5a6bd9-cacd-4ff0-8f8d-f8f2275af12e)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f670997) + (at 70.65 52.15 90) + (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "BLM18KG101TN1D") + (property "Sheetfile" "reform2-display.kicad_sch") + (property "Sheetname" "Reform 2 Display") + (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005f7f1bf0") + (attr smd) + (fp_text reference "FB15" (at -0.05 1.15 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp c831edbf-a144-4934-ba10-5c32440be818) + ) + (fp_text value "100@100MHz 3A" (at 0 1.43 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp cd7c7ba2-5f1b-4a0f-8a4f-d9a674a1acd4) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp c35e62ec-147a-4e23-9f2b-78612a6a6073) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 676147aa-c638-4543-8348-72da137920ad)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 106add5f-9235-40f5-a5d0-29418dfde2d3)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00d51264-2c6c-4c47-8967-3acca7254c31)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e01c86a-be27-4e6c-bb72-c54e6b531652)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 429d7600-f3ca-4bab-8fc6-39a0477d5993)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b5b6ffc3-7809-4afc-b311-9e7fa1aa7152)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efd1c93d-e132-4036-a7d0-3471e88a9628)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5bde748-d086-46f2-ab21-159550b2b86c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d85dd1d8-5ea6-4cf1-85f0-673d6aa27ff3)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67dc562e-e8e3-4396-a732-a523d416701c)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 143 "USB_PWR") (pintype "passive") (tstamp c8a8750a-bff3-4117-8e86-7bff28355786)) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 561 "/Reform 2 Display/EDP_BL_VCC") (pintype "passive") (tstamp e605debb-c998-4338-80c6-c4332eed20d3)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f672080) + (at 150.5 60.85) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Vishay Dale") + (property "Manufacturer_No" "CRCW0603100KJNEAC") + (property "Sheetfile" "reform2-display.kicad_sch") + (property "Sheetname" "Reform 2 Display") + (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-000060411d91") + (attr smd) + (fp_text reference "R82" (at 0 1.15) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 103b83ef-1e74-45c1-a950-c4a66490a890) + ) + (fp_text value "100k" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 22a5589d-57f5-4d1c-beed-43b906e3a6fe) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 63d7b34e-5a36-4f62-a22b-f3fed7b168b6) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b394dcc-81f7-487d-b1af-fd04c7cc4d86)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c48bfc9-e363-429a-b45e-296d3bd291e3)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c35d7c4-d85a-4224-9b78-c71591d9f23b)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 91197818-9611-40b3-8f3c-d49cdb970984)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad651077-097d-4710-8aba-839117c16210)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 308aa5a2-5da5-404d-8e9f-ec436ce02060)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f020538c-aad5-43a6-bfab-dfa0e056ade8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7dc48677-c9cd-4d09-a023-d76cd48706aa)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b939ed6-5e01-4ced-877a-1bc4a1db6bd8)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c30a671-2e23-4702-9325-63676d3479b8)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 185 "EDP_RESETn") (pintype "passive") (tstamp 4c369f57-9163-4a94-916c-2bb4a16617e2)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp 83971d99-3f5d-49b3-9061-36d2f6c048ff)) + (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 "footprints:SON50P350X135X55-14N" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f673a9d) + (at 57.6 75.25) + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Littelfuse") + (property "Manufacturer_No" "SP3012-06UTG") + (property "Sheetfile" "reform2-usb.kicad_sch") + (property "Sheetname" "Reform 2 USB") + (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005f95b62a") + (attr through_hole) + (fp_text reference "U21" (at -0.025 2.825) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 0bb518a2-1eba-476b-9cb8-a50329b9182c) + ) + (fp_text value "SP3012-06UTG" (at 11.235 2.742) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.015))) + (tstamp d8bf9d69-aa12-4615-bcc0-96ff4de74e85) + ) + (fp_line (start -0.725 -1.93) (end 0.725 -1.93) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp e07e9169-5f34-422a-a403-a2e538a21a08)) + (fp_line (start -0.725 1.93) (end 0.725 1.93) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp c681136c-880c-4d73-af50-6b842b3c1898)) + (fp_circle (center -1.61 -1.5) (end -1.51 -1.5) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp 3bbf6717-d16d-42cd-bd15-37bb10db849e)) + (fp_line (start -1.29 -2.05) (end -1.29 2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb4ab986-2342-48a6-b4d5-00fd1023a406)) + (fp_line (start -1.29 -2.05) (end 1.29 -2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e73df193-fe64-4123-8942-5e156ac5235f)) + (fp_line (start -1.29 2.05) (end 1.29 2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84101dd0-f9a0-4770-a1a4-624e89db1d4c)) + (fp_line (start 1.29 -2.05) (end 1.29 2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97b35c9b-ae15-4687-9c23-6595cbdab071)) + (fp_line (start -0.725 -1.8) (end -0.725 1.8) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp 0d02a98c-e5bd-4d4c-81e6-5a779dc7a1c4)) + (fp_line (start -0.725 -1.8) (end 0.725 -1.8) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp b1eb127a-83db-4b37-8f12-00ab2dc70566)) + (fp_line (start -0.725 1.8) (end 0.725 1.8) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp 93255ee7-f507-42d1-9411-eb5f2163cf5c)) + (fp_line (start 0.725 -1.8) (end 0.725 1.8) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp c2f780cc-3f85-405b-9728-92aa9b72002d)) + (fp_circle (center -1.61 -1.5) (end -1.51 -1.5) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.Fab") (tstamp 213b4897-d3ff-40dc-a543-965a720e96e6)) + (pad "1" smd rect (at -0.67 -1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 201 "USB2_TX_P") (pinfunction "1") (pintype "passive") (tstamp d34079b3-0911-4c09-9c31-3cf61b8d3df6)) + (pad "2" smd rect (at -0.67 -1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 200 "USB2_TX_N") (pinfunction "2") (pintype "passive") (tstamp 5c021e4f-a598-4ac6-9133-7bedf78323f5)) + (pad "3" smd rect (at -0.67 -0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 373 "USB2_DN") (pinfunction "3") (pintype "passive") (tstamp 2104917e-1108-4e80-9fdd-1592f0e1c99d)) + (pad "4" smd rect (at -0.67 0) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 372 "USB2_DP") (pinfunction "4") (pintype "passive") (tstamp b1b1e10c-4ba4-4702-8957-4d478043a1f5)) + (pad "5" smd rect (at -0.67 0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "GND") (pinfunction "5") (pintype "passive") (tstamp 6a956359-b895-440d-8fd4-c3422d890bad)) + (pad "6" smd rect (at -0.67 1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 370 "USB2_RX_P") (pinfunction "6") (pintype "passive") (tstamp e84de3c0-363d-4008-a43d-84494388f34d)) + (pad "7" smd rect (at -0.67 1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 371 "USB2_RX_N") (pinfunction "7") (pintype "passive") (tstamp 07a0398c-6c2b-48da-a288-e6fab40d9168)) + (pad "8" smd rect (at 0.67 1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 371 "USB2_RX_N") (pinfunction "8") (pintype "passive") (tstamp 4b9fe364-ffc1-4e4d-ba86-831a519fd7b9)) + (pad "9" smd rect (at 0.67 1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 370 "USB2_RX_P") (pinfunction "9") (pintype "passive") (tstamp 875b202d-5e16-4a8f-ab00-7a630873b417)) + (pad "10" smd rect (at 0.67 0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "GND") (pinfunction "10") (pintype "passive") (tstamp 23503180-a483-4ada-b860-876b097564f5)) + (pad "11" smd rect (at 0.67 0) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 372 "USB2_DP") (pinfunction "11") (pintype "passive") (tstamp 3cd328e0-d6b1-4dce-91db-5f04cb19ea2e)) + (pad "12" smd rect (at 0.67 -0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 373 "USB2_DN") (pinfunction "12") (pintype "passive") (tstamp 34365336-f092-4972-a1d5-28f4d025164d)) + (pad "13" smd rect (at 0.67 -1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 200 "USB2_TX_N") (pinfunction "13") (pintype "passive") (tstamp 5419a09c-c662-41dd-af59-743ed0c7eed2)) + (pad "14" smd rect (at 0.67 -1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 201 "USB2_TX_P") (pinfunction "14") (pintype "passive") (tstamp a34218cf-edb3-4bc6-a4c7-eea0983ba812)) + (model "${KIPRJMOD}/3d-models/SP3012-06UTG.stp" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + ) + + (footprint "footprints:SON50P350X135X55-14N" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6a7e58) + (at 57.6 97.75) + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Littelfuse") + (property "Manufacturer_No" "SP3012-06UTG") + (property "Sheetfile" "reform2-usb.kicad_sch") + (property "Sheetname" "Reform 2 USB") + (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005fa9cc92") + (attr through_hole) + (fp_text reference "U25" (at -0.025 2.65) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp d6b889e9-fb20-4668-b3dd-2bae6c71fb5b) + ) + (fp_text value "SP3012-06UTG" (at 11.235 2.742) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.015))) + (tstamp 5b82807a-a93f-49a2-9e20-d23adce3714c) + ) + (fp_line (start -0.725 -1.93) (end 0.725 -1.93) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 9920a9e4-e13d-412c-9e16-167e7c13ff93)) + (fp_line (start -0.725 1.93) (end 0.725 1.93) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 92adbe24-9335-42e7-b51a-da9a3fe5174e)) + (fp_circle (center -1.61 -1.5) (end -1.51 -1.5) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp 1ce3d7e2-b000-4b9f-8c80-657caa9f5b06)) + (fp_line (start -1.29 -2.05) (end -1.29 2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76395b76-77fa-442c-9b68-7d67a30e3bd3)) + (fp_line (start -1.29 -2.05) (end 1.29 -2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d463f58-ad5d-4efc-ab5e-9aba3295c024)) + (fp_line (start -1.29 2.05) (end 1.29 2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d074ed18-cefd-4392-9e7c-b4a5712e22de)) + (fp_line (start 1.29 -2.05) (end 1.29 2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 63509bce-ada7-4f4a-8a17-d804237e1db9)) + (fp_line (start -0.725 -1.8) (end -0.725 1.8) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp 24df0acb-bdf4-4386-a875-2e45d2aa3ff0)) + (fp_line (start -0.725 -1.8) (end 0.725 -1.8) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp cca53111-215f-42b5-bb06-8f215e90a731)) + (fp_line (start -0.725 1.8) (end 0.725 1.8) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp cfc92689-0852-4ce6-976f-8294a5eaeb0d)) + (fp_line (start 0.725 -1.8) (end 0.725 1.8) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp a8cd0be1-5fef-4296-b6fa-a28fd3da2d0a)) + (fp_circle (center -1.61 -1.5) (end -1.51 -1.5) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.Fab") (tstamp 776c1b1e-63ee-47fd-b09d-a2846b3a1f6c)) + (pad "1" smd rect (at -0.67 -1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 572 "/Reform 2 USB/USB3_1_SSTXCP") (pinfunction "1") (pintype "passive") (tstamp 58b1f414-de0e-49b1-9a68-3e1527521eae)) + (pad "2" smd rect (at -0.67 -1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 570 "/Reform 2 USB/USB3_1_SSTXCN") (pinfunction "2") (pintype "passive") (tstamp 46dc6915-4425-4c90-b118-c1a908debdec)) + (pad "3" smd rect (at -0.67 -0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 154 "USB3_1_DN") (pinfunction "3") (pintype "passive") (tstamp 11f4d224-a1bf-40f1-8dcd-c485da308170)) + (pad "4" smd rect (at -0.67 0) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 153 "USB3_1_DP") (pinfunction "4") (pintype "passive") (tstamp b8f5f0c2-55aa-4ec8-acef-9825a1aa0199)) + (pad "5" smd rect (at -0.67 0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "GND") (pinfunction "5") (pintype "passive") (tstamp 839dc17a-75a8-4b9e-8649-fe78a098c411)) + (pad "6" smd rect (at -0.67 1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 151 "USB3_1_SSRXP") (pinfunction "6") (pintype "passive") (tstamp 920386fe-1b03-4835-97bc-256faf962fea)) + (pad "7" smd rect (at -0.67 1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 152 "USB3_1_SSRXN") (pinfunction "7") (pintype "passive") (tstamp 32498a82-2636-4d18-890b-e6822488f86e)) + (pad "8" smd rect (at 0.67 1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 152 "USB3_1_SSRXN") (pinfunction "8") (pintype "passive") (tstamp 7bc68c0a-dee5-4aa1-89a7-5abda80e4ed5)) + (pad "9" smd rect (at 0.67 1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 151 "USB3_1_SSRXP") (pinfunction "9") (pintype "passive") (tstamp 1ab1995b-d2cd-4696-b4a4-f8406f88ff1b)) + (pad "10" smd rect (at 0.67 0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "GND") (pinfunction "10") (pintype "passive") (tstamp 622abdbe-4386-40e7-99d6-d688aaa712ca)) + (pad "11" smd rect (at 0.67 0) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 153 "USB3_1_DP") (pinfunction "11") (pintype "passive") (tstamp 897ac522-dab3-411f-9c6a-e1c585eeff44)) + (pad "12" smd rect (at 0.67 -0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 154 "USB3_1_DN") (pinfunction "12") (pintype "passive") (tstamp a60b1ab8-a6ba-4092-a8ea-116ec34bbca0)) + (pad "13" smd rect (at 0.67 -1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 570 "/Reform 2 USB/USB3_1_SSTXCN") (pinfunction "13") (pintype "passive") (tstamp 10475c24-f474-4ef3-9bb6-2b7a18ee28f6)) + (pad "14" smd rect (at 0.67 -1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 572 "/Reform 2 USB/USB3_1_SSTXCP") (pinfunction "14") (pintype "passive") (tstamp ae192099-a6ca-4dbe-b478-055aa72f6e2c)) + (model "${KIPRJMOD}/3d-models/SP3012-06UTG.stp" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6bebf4) + (at 75.2 60.35 -90) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "GRM188R6YA106MA73D") + (property "Sheetfile" "reform2-usbpwr.kicad_sch") + (property "Sheetname" "Reform 2 USB Power") + (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec172") + (attr smd) + (fp_text reference "C167" (at -0.05 1.1 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 66b300cf-feb7-4dea-8fdc-77f4889bad90) + ) + (fp_text value "10uF" (at 0 1.43 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8569bff2-6d0a-404f-a617-b827589807bb) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 03718431-320c-43d2-8c56-de8333166d09) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29070963-1792-488d-97b1-4a7f5fe330e6)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 756acfbe-6c8e-48e6-b9a9-35eb2b7262cb)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c792605f-fdac-4d98-89b7-488b46920287)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 781c43a3-2b5f-4224-9a99-57e58150bdd2)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9f965db-d14d-4021-8ca4-bb801d8fcbb0)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 142269e7-da21-45e3-b03b-7ca8ce8cb36c)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 760cb54f-e783-4c72-9879-5d62f11c912a)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9057b118-ee8f-4fbc-a177-009b65625d4e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 916e2e47-2492-4f18-8bc8-9a849f92eaa9)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c6ca384e-90e7-4ab9-adc4-5bbe00e59862)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+3V3") (pintype "passive") (tstamp 15e5499d-c904-4b13-8881-257aa771f794)) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp 18865838-5e23-4b05-932d-ab540c6c4cb9)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SMA" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6bee10) + (at 306.2 42.4) + (descr "Diode SMA (DO-214AC)") + (tags "Diode SMA (DO-214AC)") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Vishay") + (property "Manufacturer_No" "SMAJ36CA-E3/5A") + (property "Sheetfile" "reform2-power.kicad_sch") + (property "Sheetname" "Reform 2 Power") + (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000063d3fe00") + (attr smd) + (fp_text reference "D13" (at 0 2.4) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 2199bf68-557a-4c29-bbba-a0f09a177eef) + ) + (fp_text value "SMAJ36CA-E3/5A" (at 0 2.6) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp aa5e5b95-7283-4a48-97c7-d3d64612e4f5) + ) + (fp_text user "${REFERENCE}" (at 0 -2.5) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 863b00fc-8e52-4ceb-be84-a3e219949005) + ) + (fp_line (start -3.4 -1.65) (end -3.4 1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cc8b8ba-5eaf-4d29-86e6-c87a2cae0a3d)) + (fp_line (start -3.4 -1.65) (end 2 -1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2589cd1f-86fb-458a-b699-e40060163b9b)) + (fp_line (start -3.4 1.65) (end 2 1.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp faabaca3-54b0-429c-be79-f193f68c35e0)) + (fp_line (start -3.5 -1.75) (end 3.5 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0918990a-41a5-4485-b6e1-0aab214d87af)) + (fp_line (start -3.5 1.75) (end -3.5 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb3b9cbe-4186-4e8b-b979-c416c63837d4)) + (fp_line (start 3.5 -1.75) (end 3.5 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cdcad9cb-0872-4b48-9afc-c46d2af0316c)) + (fp_line (start 3.5 1.75) (end -3.5 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1abe00bc-a441-4a05-8515-527a73d0efce)) + (fp_line (start -2.3 1.5) (end -2.3 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68e6ea42-4206-4ae3-84e2-caa742facf6d)) + (fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4acfbe42-0f20-473f-bd96-25434c72bbf8)) + (fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d22f9ae-6f6b-46cd-832a-134836407c3a)) + (fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93d7e340-d043-4234-9136-69b3121059c3)) + (fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d31a2a8-f3fb-44ac-8be0-e03747067050)) + (fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b03fbe5f-421d-4c57-bee3-2458501c2330)) + (fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22d30a28-46a3-49c3-bebc-dc3f04795d51)) + (fp_line (start 2.3 -1.5) (end -2.3 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fcc23d82-3f42-4e89-91a8-d56ea6657123)) + (fp_line (start 2.3 -1.5) (end 2.3 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b9d9493-70f6-4cfc-82dd-ad4177a299df)) + (fp_line (start 2.3 1.5) (end -2.3 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 581a98d3-38c5-41c3-984d-f87e88e609a6)) + (pad "1" smd rect (at -2 0) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (net 540 "Net-(C149-Pad1)") (pinfunction "K") (pintype "passive") (tstamp b2d464ae-b056-4f7d-9124-4ccc1057c7c6)) + (pad "2" smd rect (at 2 0) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "GND") (pinfunction "A") (pintype "passive") (tstamp db0c7afe-01de-4972-8984-b343be53f2ac)) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SMA.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6bfd23) + (at 277.75 106.5 180) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Nexperia") + (property "Manufacturer_No" "PMV50ENEAR") + (property "Sheetfile" "reform2-power.kicad_sch") + (property "Sheetname" "Reform 2 Power") + (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062026400") + (attr smd) + (fp_text reference "Q4" (at -0.75 -2.3) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 487b9a43-0eea-45ff-a824-f0957bdacf5f) + ) + (fp_text value "PMV50ENEAR" (at 0 2.5) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp bb228541-7683-43b5-82b2-27900287a0a5) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp d13cf509-ff9e-4118-9347-326744a49f9a) + ) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c700d7f0-9034-42d7-b5bb-41b0c057b82c)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc99e5c9-bf83-41a3-bd63-03b890809237)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8473405-006c-467f-a5bb-5060fecac1ba)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03d2d2f9-8593-4e1e-b324-b1b1b59ba4c2)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3d4abd8-f457-4f33-9c5e-6008a3adb652)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24ada762-4292-44e1-a271-72a9677ccf4b)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3ac9fef-d143-4e07-aa4d-c0baddf02cac)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 450a7c70-221b-46cf-bbd6-e3d466923de5)) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21c316b5-14cd-4f7a-8dfa-529696033a4a)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1d47924-9ac2-4a68-9e55-c8016d5ec527)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14e4703a-6aa7-4fad-b12f-cf6d70ae24c3)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d16f3b3-bea9-4f50-a415-8a21d3ca6213)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37c25932-be72-40ce-905a-3fcfeff202a3)) + (pad "1" smd rect (at -1 -0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (net 543 "CHG_RNG") (pinfunction "G") (pintype "input") (tstamp d50c6727-0900-47db-a182-d0289adcf6cb)) + (pad "2" smd rect (at -1 0.95 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "GND") (pinfunction "S") (pintype "passive") (tstamp 89c9eefb-9528-4a6c-ba0c-dc24eb4c1876)) + (pad "3" smd rect (at 1 0 180) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (net 591 "Net-(Q4-Pad3)") (pinfunction "D") (pintype "passive") (tstamp e536b7b8-00fb-4521-b28b-eea16029ffe1)) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6bff48) + (at 78.15 54.9 180) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "RC0603FR-0710KL") + (property "Sheetfile" "reform2-usbpwr.kicad_sch") + (property "Sheetname" "Reform 2 USB Power") + (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec168") + (attr smd) + (fp_text reference "R2" (at 0 1.1) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 4df34fd8-a8b9-4a8e-85c2-eac322ea43a7) + ) + (fp_text value "10k" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 46aa5615-6037-4077-b14d-59887b65d028) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 7c2e8257-95f1-43b2-806d-7a1731df5f82) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20892f03-2c12-474f-8041-f2410b79b5bb)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b5af14e-5a33-4b59-897b-ade2f2a5fd3e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ebcb55b2-82ba-400d-8a2e-429ee45db75a)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e525db64-5dec-4e89-a984-012fc25e2b49)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ecfa824-bce6-4004-a75e-13de5cfefaff)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7db37fd-1242-4b2b-9d1f-eeb24d79d4e2)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 080d553b-bc75-431f-b101-1434214b7a4e)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba5a67ba-525f-4bce-8724-f66ab224d6eb)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6da7556a-563d-4169-aa31-c18b29fdb46d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb406b8c-c5f9-4bc1-a763-d5cdc0dc727e)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 594 "Net-(R2-Pad1)") (pintype "passive") (tstamp 96c1eba8-41cc-4fe6-8f3a-82f366e64cd5)) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+3V3") (pintype "passive") (tstamp 0cd72429-4c14-4461-ae46-c3806cc787a9)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c0aaa) + (at 277.15 102.8 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Vishay Dale") + (property "Manufacturer_No" "CRCW0603100KJNEAC") + (property "Sheetfile" "reform2-power.kicad_sch") + (property "Sheetname" "Reform 2 Power") + (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fc31695") + (attr smd) + (fp_text reference "R94" (at 0 -1.25 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 55ca4763-1a39-4d15-aca6-ff8a289c0251) + ) + (fp_text value "100k" (at 0 1.43 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp ca35b0a3-ca16-478b-9c60-e66e6e96dafb) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 5adacf21-66b3-4518-a598-62156a10b3e3) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3228e138-3e70-4209-a022-a086a7673e50)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50e61ce4-f39b-4688-abac-ae306dbfeaad)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b41faf44-9069-4911-ae4c-c8be50bb15b4)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8951c790-a27f-4120-92c6-8b748302ede6)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09f88761-9558-4206-91a2-862c7f25f9c0)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd4fc2ae-5f56-477b-ad3b-8a57787fa365)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca7d62c2-9137-4936-a18a-54fd6604ad36)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9416a8ff-9c05-466b-a8e2-511c389d0747)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6de6fd6b-79e6-4250-ae1a-c0de87f1fcd5)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9632bfc9-f6f3-47de-b0b3-107a61e7abc2)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp 4a975473-e35d-4bfc-acbb-c6df45745725)) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 595 "Net-(R34-Pad1)") (pintype "passive") (tstamp 9e3e75bd-0b8b-408d-b63e-c07ba770095e)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c0abb) + (at 280.45 105.4 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "RC0603FR-0710KL") + (property "Sheetfile" "reform2-power.kicad_sch") + (property "Sheetname" "Reform 2 Power") + (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006252fcc7") + (attr smd) + (fp_text reference "R95" (at 0 -1.25 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 3c9fb040-2681-4f42-98b0-645eb42c55f9) + ) + (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 23f30f19-03fd-4697-9372-20c63a2c7760) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp f55865aa-6f6a-4049-9f48-6860a2eb3b8e) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 418b1440-9878-4437-baf6-f7db86e58d13)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8591996d-ea8e-4bcf-a5ce-918afd670d15)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5ce7437-b6de-46e6-bd6f-8d1cf994ceb3)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1605e011-231e-4480-9bc0-3aae890ccaa4)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8fb2c8e-93a9-408f-aa2d-9ddf7847b119)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e055a9b-1ff5-4612-884a-554c288aa106)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 774ebc65-98d3-40e1-930c-3a016359ac90)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c799dcfa-7ae1-4a98-9a38-1ceab5c48ed9)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff0a484c-54a4-4837-a3db-f13c515378a5)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42b5d6fe-d11d-4ad5-9f7f-a0151d51cfec)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp 2388c93c-97bb-473f-af3a-a108bd70bb93)) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 543 "CHG_RNG") (pintype "passive") (tstamp acbd02e7-3917-4f2a-a0a6-b338e6311301)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c0cb8) + (at 285.6 76.5 180) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Checked" "y") + (property "Distributor" "") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "CC0603JPX7R9BB104") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdd2774") + (attr smd) + (fp_text reference "C156" (at 0 1.1) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 1fedcd38-76f6-4b89-95e1-9132f938ed67) + ) + (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c0885cbb-3e2c-43b3-9378-712c394d205c) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 82551803-a422-461d-9b55-bd47fa20b543) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9452bc0-e96d-4381-b3e4-062773b3bf06)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79ea9a84-eb78-44e9-82e8-ca0961627637)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67b5175f-9eb1-4bae-9d59-fbe3fec48ee9)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6456b05-c7d0-4e1a-8bad-3c39fa5f39b4)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bf74e017-3214-4614-b056-bc4b3154fe2d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 035c345c-b3ef-4c70-9d6e-33a5d282c9e2)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d56502f2-52c7-4c88-b75d-80e83ff3043f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d545a082-7bad-4654-b983-718814b075b8)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6eed0021-7645-4f2f-8a96-ba1fa29f61df)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 768bfa84-3283-4f8e-9c9c-c6c5143f4365)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 551 "Net-(C156-Pad1)") (pintype "passive") (tstamp c55dd948-d666-40e7-9420-67c0027ccfc2)) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp 2cea92b1-7273-4b66-90ee-f9c5cb796742)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c0cd9) + (at 288.9 79.4) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Checked" "y") + (property "Distributor" "") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "CC0603JPX7R9BB104") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdd2ab3") + (attr smd) + (fp_text reference "C158" (at 0.1 -5.6 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 91b0e078-4cdc-40e6-9bdc-657983d34592) + ) + (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 71666972-ad26-47d6-8ce5-e740b6e90fd1) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 5642fd4d-341e-43c4-8598-c54d32f52c61) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df74ad6c-ed38-48b8-857e-9046b8c8b2bf)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db821371-e703-4894-954b-4dfa36e68989)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7a3aa52-d0eb-44af-a90f-532b12b0ab95)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3bbe493-a584-4d3d-a333-ff05837fba5f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77d07cf0-9fd4-4e3c-9863-31bda0db827b)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aab47aa9-cf1e-4efc-adf3-e517c5fec435)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3e976fb-4357-442d-ae05-5939c2161656)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c39939de-9b0b-40ae-9ea6-feee740ef896)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14091a85-16fd-4ce6-85cf-f2825c182cef)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1f97e77-7dc9-4747-b035-1627cf49a2c7)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 552 "Net-(C157-Pad2)") (pintype "passive") (tstamp 83544725-024c-4baf-93b3-a3102a1f989a)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp 5dd72235-f850-47e7-8136-bc1df545504d)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c0dc8) + (at 293.1 81.7) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Checked" "y") + (property "Distributor" "") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "CC0603JPX7R9BB104") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdd3922") + (attr smd) + (fp_text reference "C165" (at 2.3 -0.2 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 38149b65-88ef-420a-bd79-279ccfef5cef) + ) + (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0353155e-1357-422e-b332-942d595a3f88) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 1e11006b-7343-43fd-bd1b-c1c3cbefdc72) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b137caa3-255c-4d98-a25d-ff7cd6456c9f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b92acd02-5a31-43df-8a29-76311468a2c1)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac0c1a89-9d15-42b6-86a7-f4efb707fb0b)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3c1031b-24d7-42b7-8200-f7317aacb61a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66a9d263-81d6-44ba-a917-f59480a9e347)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ec71ac0-a777-4a62-a0ef-f18a1140c28b)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92feec1f-9517-45cc-bdec-e4028daf9bd5)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9011645-8068-45c6-b07b-0898ba2dcc88)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 538be25e-bf08-4d89-acd9-d5b70f430768)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp daf3645a-2d4f-46d9-8d49-c5625732adbd)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 554 "Net-(C159-Pad1)") (pintype "passive") (tstamp 4591d34e-5dbb-4ac9-981f-6a308082afa2)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp af81a36b-6ce7-4c67-bcc4-559fba000d48)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c11d8) + (at 286.4 83.5 90) + (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "BLM18KG101TN1D") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fe5286d") + (attr smd) + (fp_text reference "FB10" (at 0 -1.1 270) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 6d9b5981-f9c3-4b5b-ab25-0548114dcd23) + ) + (fp_text value "100@100MHz 3A" (at 0 1.43 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 826f4989-755c-4316-9b0d-1aac8aa3c16f) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp ecc65be8-0a85-4de3-9936-93c69853f7a2) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c89a4e2-15fc-4c20-85a3-8db444bfa88f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f48a631-55fc-4a56-a207-f8b93e5c6f22)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d180c20c-1f42-42dd-ba71-22f39e51e093)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0152bfdc-d04e-42b3-9ddf-390b7ac15f6c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f577a06a-8106-4b57-afee-8a268d87a469)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0e676c3-5ee1-4f28-8ae4-fea1ee029ef9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25c8b670-6fc4-4034-86f1-741614d8ec66)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 226d0c25-0977-414b-9240-65d02f93e2e2)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3bf96c5-66aa-483e-9d7e-37ad57578a72)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0338a44d-972f-409b-9afe-855744f11b92)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 110 "Net-(FB10-Pad1)") (pintype "passive") (tstamp 8f9d39dc-7b2e-486f-87e1-57d716a4e69a)) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 116 "Net-(FB10-Pad2)") (pintype "passive") (tstamp 976c39c8-65b2-42cb-ab2f-430ef6c4501b)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c11e9) + (at 288.5875 86.1) + (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "BLM18KG101TN1D") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fe5791c") + (attr smd) + (fp_text reference "FB11" (at 2.1125 -0.6 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 6682ce25-ff0a-4c09-ac48-ae230f557e95) + ) + (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8dbed51b-a40f-4340-971b-fa4636a3712c) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp e94ebac3-c166-4ddd-b75f-bb56d79e1454) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 299e686b-af07-4778-8645-5757ba113c5e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac7bbce1-1c17-4386-a82e-1d2004a8d5f4)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62ac3397-318b-4fdf-9f31-c8cd1e81aee8)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d2f68ad-10cd-4813-b587-4a189dbc48fc)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4024557a-e8cf-4a08-a932-ec4cbd2ffbb6)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eaf09ebc-9849-444f-859b-eb20d1169fd4)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40a5896a-09af-486d-b5ea-b4b9c6db6bab)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c86580ae-5dbf-4cc4-8656-ac9a5b8d4446)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 614b1477-6fe8-4769-8bc3-dfb970a9d7ce)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 277d935d-edfd-4a25-afae-403f667f6d80)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 117 "Net-(FB11-Pad1)") (pintype "passive") (tstamp 17f68b0d-be02-43c0-9da9-3344f4003ab1)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 265 "Net-(FB11-Pad2)") (pintype "passive") (tstamp 752fccac-3898-4b95-887f-ec14c17773fa)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c127a) + (at 289.8 87.75) + (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "BLM18KG101TN1D") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fe57b56") + (attr smd) + (fp_text reference "FB16" (at -2 0.5 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 2ede59b3-1e8c-4b90-8c4b-648b2fca9d2a) + ) + (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5b6bed49-5451-4df9-b9a1-c4e26d9c2e63) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 23852114-6418-42e7-aade-7fef7f8b29ff) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e30a0370-cbf5-4b56-b720-edb205aeab96)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8ebda27-2eb0-4571-a269-cde632a0b93a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5eb11d8a-c3e8-41bb-8c13-ce0b64f37e31)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c49568b-e350-4865-bb4c-de84efdfe855)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ee1cad4-dab8-4cd7-9cc2-07988396b654)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d222f207-1380-40c6-9c78-4bacb36ee8e0)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1aa64e7-c6ed-4abb-907b-15d564be5698)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e96102c-7801-4750-ad7d-d838b9e1c482)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 485e6d92-6046-4fab-8c63-cf352d48d3cd)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e5d1ca7-59ca-4632-9a77-498eb1c2d405)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 266 "Net-(FB16-Pad1)") (pintype "passive") (tstamp 50d836c7-0015-4eb0-8f1e-4271f7dd0ae1)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 271 "Net-(FB16-Pad2)") (pintype "passive") (tstamp db765e67-ddb4-44d2-8e59-8137edadab85)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c128b) + (at 289.8 91.5) + (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "BLM18KG101TN1D") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fe57f36") + (attr smd) + (fp_text reference "FB17" (at -3 0.8) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp c59fd69a-09fb-45ce-a5a0-44673b5365e0) + ) + (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp df71f5b8-5384-4ecf-820b-df9ace33b607) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 9ad72bf4-644e-4081-a75b-a7df42e8f235) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51fd9326-5ac3-4f37-823a-b2d9c12708a5)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b12d9b85-c55f-4e3c-ad77-e40ce81d3193)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4317d48b-1f89-4b06-aea0-b1c39fc10852)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 158db4e5-7a7b-4759-bcc6-009b4b28c577)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8cd21eaf-1f23-4760-9e24-ccf89fa96f42)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 844087ea-a374-4e2e-84d1-a9b22c08f302)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7334b57b-fe52-4106-8d52-b166b7e10fb8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9433fa20-2c43-495e-afd0-0aefb3b3f9fe)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp caa0c866-9f8a-419a-896e-2a8c5b904671)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0deab78-1999-455c-aa20-843e82e3e0f0)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 275 "Net-(FB17-Pad1)") (pintype "passive") (tstamp a4f8dac9-8d6f-491b-a0b5-5a0c3c08f150)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 276 "Net-(FB17-Pad2)") (pintype "passive") (tstamp 0b67dca9-e58f-4f03-bd7a-a349679c8a77)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_1210_3225Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c1ca6) + (at 285.5 79.6 90) + (descr "Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "LQH32PB150MN0L") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fd7b70c") + (attr smd) + (fp_text reference "L8" (at 4.7 -3 270) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 3922791f-983f-4eac-a978-63c1429e89f8) + ) + (fp_text value "15uH" (at 0 2.28 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c5f4c9d9-353e-4dc5-9ac3-6d44f384e447) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp a817a097-4c19-4525-bc81-6a2677793588) + ) + (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ca33902-c562-41ff-8600-6e0a066c974f)) + (fp_line (start -0.602064 1.36) (end 0.602064 1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d5be476-23c7-4391-a97c-7e6696ee2709)) + (fp_line (start -2.28 -1.58) (end 2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3ac61349-9115-4398-8bd8-45d963061fd9)) + (fp_line (start -2.28 1.58) (end -2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40afa19f-625b-4dad-9f99-dda55381302f)) + (fp_line (start 2.28 -1.58) (end 2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6d52a0b-5bd0-45ce-9fa5-4b76ce49f865)) + (fp_line (start 2.28 1.58) (end -2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 55bdaadd-9e15-4961-b2b6-7ce80dfc77de)) + (fp_line (start -1.6 -1.25) (end 1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce51f9c1-e552-48f0-8069-80458961ed72)) + (fp_line (start -1.6 1.25) (end -1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81b58424-9348-4d99-be78-8ff36b706552)) + (fp_line (start 1.6 -1.25) (end 1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9d6e24f-2f7f-445b-9c44-b239ce36dbb7)) + (fp_line (start 1.6 1.25) (end -1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c3fbe78-1045-4f4e-b020-4b8a795ab25c)) + (pad "1" smd roundrect (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (net 116 "Net-(FB10-Pad2)") (pintype "passive") (tstamp e926bee0-11f1-4f3e-826e-fc8723e46b1f)) + (pad "2" smd roundrect (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (net 551 "Net-(C156-Pad1)") (pintype "passive") (tstamp c8078176-fc1f-4470-8df3-5bf2b45b31bc)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1210_3225Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_1210_3225Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c1cc8) + (at 293.2 84.9 90) + (descr "Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "LQH32PB150MN0L") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fd7afe9") + (attr smd) + (fp_text reference "L10" (at -1.1 2.2 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 7e068444-7445-4463-9131-edba63bc1433) + ) + (fp_text value "15uH" (at 0 2.28 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d9730029-07fc-4310-9576-4fb3fbc4abb2) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp d92bed56-4556-451a-85f1-4788a7269f4c) + ) + (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c8a98fd-7e6b-480d-9433-25a0209bb3dc)) + (fp_line (start -0.602064 1.36) (end 0.602064 1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf1ea044-5091-496f-b173-956e085be677)) + (fp_line (start -2.28 -1.58) (end 2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26575651-3a5e-4038-8e65-67faafbf6e2b)) + (fp_line (start -2.28 1.58) (end -2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 05865373-36aa-41f6-b6af-6d3ff033cbec)) + (fp_line (start 2.28 -1.58) (end 2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04f2cca8-6861-4b5c-a1ef-331a23f5cfbd)) + (fp_line (start 2.28 1.58) (end -2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c50d991d-5558-4c50-8784-91430817c9aa)) + (fp_line (start -1.6 -1.25) (end 1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c6b06d9-b07c-49b5-9da6-1518fc2495d7)) + (fp_line (start -1.6 1.25) (end -1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 821c8be7-a676-4fa6-b3b2-5fe8c68f80ae)) + (fp_line (start 1.6 -1.25) (end 1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d3b557a-3093-40cf-8b72-a76f79dca1ae)) + (fp_line (start 1.6 1.25) (end -1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75ea7ad0-6b99-461f-a5ee-02d014b5820e)) + (pad "1" smd roundrect (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (net 271 "Net-(FB16-Pad2)") (pintype "passive") (tstamp 9dc84788-51ba-4d21-b743-43d4ff1cb08f)) + (pad "2" smd roundrect (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (net 554 "Net-(C159-Pad1)") (pintype "passive") (tstamp a6681d46-3ad1-4110-a04a-89123f1effed)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1210_3225Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_1210_3225Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c1cd9) + (at 293.9 90 90) + (descr "Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "LQH32PB150MN0L") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdb4f36") + (attr smd) + (fp_text reference "L11" (at 0.05 2.2 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 5a319019-b94a-45a1-ac5f-903f2e60ae39) + ) + (fp_text value "15uH" (at 0 2.28 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 27886165-11c4-4f4e-b3c7-1b043577883f) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 8615784c-12d6-46ce-8d96-d257a87745b9) + ) + (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 740d33b7-41c7-4f01-aee6-fa39184402c6)) + (fp_line (start -0.602064 1.36) (end 0.602064 1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76fd44d3-084e-473f-b78f-416348fab892)) + (fp_line (start -2.28 -1.58) (end 2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d6c5980-056d-4289-930a-7a5312ab003d)) + (fp_line (start -2.28 1.58) (end -2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d302033-39af-4c98-8d83-6aef8e50cf3e)) + (fp_line (start 2.28 -1.58) (end 2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 537e2375-d895-49ca-9203-956bae4a9f2b)) + (fp_line (start 2.28 1.58) (end -2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca610c82-cd46-4475-b31c-4171459c2817)) + (fp_line (start -1.6 -1.25) (end 1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a77236d9-dc4e-4dde-a880-a2542af0a265)) + (fp_line (start -1.6 1.25) (end -1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a8b7303-b4c6-46c7-b77d-b43e77c6e725)) + (fp_line (start 1.6 -1.25) (end 1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52f98d14-3e1e-4539-b6c9-b9ea4e9eb447)) + (fp_line (start 1.6 1.25) (end -1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f19f141-718a-47d6-b160-d96802629dad)) + (pad "1" smd roundrect (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (net 276 "Net-(FB17-Pad2)") (pintype "passive") (tstamp 5c3f4746-ea0f-4b0f-bb46-ad9acbafb7f9)) + (pad "2" smd roundrect (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (net 553 "Net-(C159-Pad2)") (pintype "passive") (tstamp 2f155078-b97a-4bc4-bdc2-0e0fc60c2537)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1210_3225Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "footprints:TSOT-25" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c2452) + (at 78.3 58.35 90) + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Diodes, Inc.") + (property "Manufacturer_No" "AP22815AWT-7") + (property "Sheetfile" "reform2-usbpwr.kicad_sch") + (property "Sheetname" "Reform 2 USB Power") + (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec17c") + (attr through_hole) + (fp_text reference "U27" (at 2.15 0.1 180) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp bbd9e68c-2088-42fa-9a6d-39d9293e86b7) + ) + (fp_text value "AP22815" (at 0 -0.5 90) (layer "F.Fab") + (effects (font (size 0.15 0.15) (thickness 0.0375))) + (tstamp 519c9ac1-253a-4a4c-9064-4c4712107bc7) + ) + (fp_line (start -1.5 -0.9) (end 1.5 -0.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 464e4e44-46fe-4c34-91b0-0c47bf89f968)) + (fp_line (start -1.5 0.9) (end -1.5 -0.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp aef9def8-77f8-40cf-a166-a2610d598802)) + (fp_line (start 1.5 -0.9) (end 1.5 0.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 0719a731-813e-475a-8bc6-c2e3c8fb3e42)) + (fp_line (start 1.5 0.9) (end -1.5 0.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 458ccdb0-a920-414d-af64-a7094c006614)) + (fp_circle (center -1 0.4) (end -0.95 0.5) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp e8d30e2c-a716-4cc9-8e46-7a2059db6c31)) + (pad "1" smd rect (at -0.95 1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (net 590 "3V3_PWR_AUX") (pinfunction "OUT") (pintype "power_out") (tstamp 0719611b-3ba7-400a-a176-a157bdf10ee4)) + (pad "2" smd rect (at 0 1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 46520f6f-3bbd-4f2c-951b-5c251d63be6e)) + (pad "3" smd rect (at 0.95 1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (net 594 "Net-(R2-Pad1)") (pinfunction "FLG") (pintype "bidirectional") (tstamp fba19664-2e62-4ca3-9f64-a56d87e403aa)) + (pad "4" smd rect (at 0.95 -1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (net 597 "AUX_PWR_EN") (pinfunction "EN") (pintype "input") (tstamp cb417861-197f-4db6-9b28-cf0ca53ffff3)) + (pad "5" smd rect (at -0.95 -1.3 90) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (net 20 "+3V3") (pinfunction "IN") (pintype "power_in") (tstamp 514b81b9-67f8-437e-a9b0-330ac44f2cda)) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TSOT-23-5.step" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 -90)) + ) + ) + + (footprint "Inductor_SMD:L_1210_3225Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6c47f5) + (at 288.9 82.7 90) + (descr "Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "LQH32PB150MN0L") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdb4b8d") + (attr smd) + (fp_text reference "L9" (at 0 2 270) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp d6e03a6f-b7c4-45a5-a455-c20a6982639c) + ) + (fp_text value "15uH" (at 0 2.28 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c08484fe-15ff-40b9-a7b6-2d50d012ce00) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp f5fed540-db4b-4b2d-ae63-207a7aa046b7) + ) + (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efb50a83-b054-4520-bdf3-1cda2a87ff5b)) + (fp_line (start -0.602064 1.36) (end 0.602064 1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e3a9771b-3f02-431d-9afe-af0b50b0f537)) + (fp_line (start -2.28 -1.58) (end 2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc87becc-0175-430d-a3dc-f6f5e1b20c15)) + (fp_line (start -2.28 1.58) (end -2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3abfe447-2391-410e-a91d-26f5adcb5792)) + (fp_line (start 2.28 -1.58) (end 2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 712df361-9849-47d3-8b27-0442c7332215)) + (fp_line (start 2.28 1.58) (end -2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c8cf944-23e3-4901-be71-1206930a1669)) + (fp_line (start -1.6 -1.25) (end 1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c3142b5-2251-4df2-bcb3-311a09684c8d)) + (fp_line (start -1.6 1.25) (end -1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bbd85d9a-701f-4d77-b04b-0ff91d5031b2)) + (fp_line (start 1.6 -1.25) (end 1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47c1b705-2533-46fa-a79c-6697fdd29ef4)) + (fp_line (start 1.6 1.25) (end -1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd55965a-a74d-4eed-b599-d4d67b61ef75)) + (pad "1" smd roundrect (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (net 265 "Net-(FB11-Pad2)") (pintype "passive") (tstamp 80984237-b2ee-4fd5-8721-4111ccc585aa)) + (pad "2" smd roundrect (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (net 552 "Net-(C157-Pad2)") (pintype "passive") (tstamp 7f2d455d-abbd-4ea2-adda-dcdd428f8721)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1210_3225Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6cc7e0) + (at 293.1 79.8) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Checked" "y") + (property "Distributor" "") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "CC0603JPX7R9BB104") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdd3d9c") + (attr smd) + (fp_text reference "C166" (at -2 0 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 62b6db53-c628-4af9-bd4f-51371695f3df) + ) + (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 1231019c-08e5-40dc-aebe-1663b71aae1f) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp f00ce4f9-fd22-4336-8dee-c789601158cc) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db952216-d038-44f6-bf8a-a6c0a7655bd1)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1928cee2-33bc-4854-9d7f-f6915e2df2a4)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29126f1b-a913-4af8-a48e-7d3a5df9de41)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0471560-5742-46f2-aa96-7cc38d14c8a2)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4c19d6e-14d8-4be3-92f5-3e364994e0aa)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3548a6ba-c82b-4f6d-a3ad-50d84ba9efb8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23019867-92a2-4433-b3d8-bc14132bfa1d)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 475c50c2-c033-425f-ba54-ee710e21fa6b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85505aa6-350e-4f1e-b896-cebe0e0eafb9)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ce250b5-9a5a-40a5-bfbf-0ccdaaafdff1)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 553 "Net-(C159-Pad2)") (pintype "passive") (tstamp b1b74764-3217-446e-a30d-fb974cb7e4ce)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp 36d02241-6951-43ae-be9d-384e2a0f02cd)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-143" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6d62f6) + (at 313 79.8 180) + (descr "SOT-143") + (tags "SOT-143") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Littelfuse") + (property "Manufacturer_No" "SP0503BAHT") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006028f2e4") + (attr smd) + (fp_text reference "D10" (at 2.35 0 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 6e1f6abd-bc95-4041-ad62-8f277c782dfc) + ) + (fp_text value "SP0503BAHT" (at -0.28 2.48) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8a78f038-8cfd-400c-b74c-d4434f0e7623) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp d01ebe0f-4404-4d00-9d0a-af412b931869) + ) + (fp_line (start -1.2 1.55) (end 1.2 1.55) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d005425b-534e-4a3e-9223-30a3bfa560be)) + (fp_line (start 1.2 -1.55) (end -1.75 -1.55) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 246d7a4f-0ac7-400d-9ca5-e23ed06763ef)) + (fp_line (start -2.05 1.75) (end -2.05 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc962765-431e-47aa-843f-d98a9103ec4e)) + (fp_line (start -2.05 1.75) (end 2.05 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d03388a-a1cf-4471-b190-c308db8dcca5)) + (fp_line (start 2.05 -1.75) (end -2.05 -1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a37bf54-5f86-4da2-b139-ac07f78d46ec)) + (fp_line (start 2.05 -1.75) (end 2.05 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57e54e1f-73c1-4bab-8451-ee6024ff51a2)) + (fp_line (start -1.2 -1) (end -0.7 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d04050c-4aed-4fde-b3a9-6dacc7ce6257)) + (fp_line (start -1.2 1.5) (end -1.2 -1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b842038b-839c-4634-b3ee-68d093cb69fd)) + (fp_line (start -0.7 -1.5) (end 1.2 -1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6e41cae-bfe9-4389-adbe-930de42fcc13)) + (fp_line (start 1.2 -1.5) (end 1.2 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf927366-344d-4eb5-99a4-a27f713ed29f)) + (fp_line (start 1.2 1.5) (end -1.2 1.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07145cec-c805-4bfa-9adc-34148031ef31)) + (pad "1" smd rect (at -1.1 -0.77 90) (size 1.2 1.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "GND") (pinfunction "A") (pintype "passive") (tstamp 05a4061d-0905-499d-ad6f-f4845148d2df)) + (pad "2" smd rect (at -1.1 0.95 90) (size 1 1.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 524 "Net-(C141-Pad1)") (pinfunction "K") (pintype "passive") (tstamp ad864d8b-96a2-4a7b-90a3-40637105be2f)) + (pad "3" smd rect (at 1.1 0.95 90) (size 1 1.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 383 "Net-(C127-Pad1)") (pinfunction "K") (pintype "passive") (tstamp ff21a8fa-019d-4376-94fd-5b2db5bd5504)) + (pad "4" smd rect (at 1.1 -0.95 90) (size 1 1.4) (layers "F.Cu" "F.Paste" "F.Mask") + (net 280 "Net-(C147-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 01a17c17-ae50-4832-8dbc-f530411fe87a)) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-143.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6d665f) + (at 277.55 88.7) + (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "BLM18KG101TN1D") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000601f9668") + (attr smd) + (fp_text reference "FB18" (at -2.9 0) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 176cf750-aef9-44af-8ca4-3f61e94313e7) + ) + (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 6625b982-c079-4946-8ba7-04438fdec2fa) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp ee240887-7e7b-4d5a-8a52-804d82626d43) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6cb609a-b529-4201-826e-6a8affa5ef51)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 706b6134-67e7-4e4f-8206-8cb6eb7cbbbf)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14670204-6ba2-4e0d-b960-8ea737ca0d64)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a575de9c-516d-4016-8c7b-49103c817a6d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10605aa4-77ea-4795-9748-1e1da422be78)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 360c72ca-6836-4075-80e0-b69c084ad6bb)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp acc07005-8c5f-4e35-bb0c-4da59f5dcf3b)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e1cc891-8d25-4dd8-bd59-76bad7e72783)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b94d6f8-ce86-4b42-be3a-cae62760efcd)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5bb357a1-007f-4198-a7da-ffcd11c010bb)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+3V3") (pintype "passive") (tstamp 217fe07b-09b2-431e-ba32-76c80acbd0be)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 555 "Net-(C144-Pad2)") (pintype "passive") (tstamp baca3b94-c987-49ad-8344-825f8904b3a9)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6d6670) + (at 280.45 101.3) + (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "BLM18KG101TN1D") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006020bdc4") + (attr smd) + (fp_text reference "FB19" (at 0.05 1.25) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 78f88763-87ce-40e2-92ea-a9e991e4a040) + ) + (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp cd762f94-a1ba-446c-9c0f-513d189420d1) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 35326f9f-f855-470b-805f-7ab24bca9bd0) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c4ffea8-d22c-4bb6-b36e-261c47a9c215)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 329a1261-d1d2-4e50-b49b-ef4a059b09e1)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f15927a9-c6cf-4f6f-8e10-7a2ce361d578)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cce8a4a2-55d3-41d8-bb9f-2ccac071bc53)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 999b2bd5-b700-4cd6-8ec8-0d628542f353)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e23f313c-3422-4c42-9d57-04a6f8a95736)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d588fb42-e68d-4d12-b52d-14efe6157e0d)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b036c038-8ef7-4c18-9630-90f55e4a2252)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e2cdbc02-02ef-4ce3-a2d7-7f4943858b9b)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6085dde-226b-44af-ae6a-bc3f336407b2)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 308 "Net-(FB19-Pad1)") (pintype "passive") (tstamp 50382aec-1fb2-4d75-9ea5-486cd9b466a7)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 531 "Net-(C139-Pad1)") (pintype "passive") (tstamp f33f5337-96de-488a-8571-50e8fecac469)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6d6681) + (at 276 94.6 90) + (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "BLM18KG101TN1D") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000601eea4c") + (attr smd) + (fp_text reference "FB20" (at 0 -1.1 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 976817b3-4441-4019-957e-f34e3d541fb4) + ) + (fp_text value "100@100MHz 3A" (at 0 1.43 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3d6e27e2-69a8-4390-8fd9-7bfb4c8ff9b4) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 4fd3afce-9af7-466b-aedc-b2b74acbadb7) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efc7e95a-ba0c-4039-ae75-e1837a956843)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d19a14f-94be-48e4-b5db-87b1e0d572bc)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 36d99f83-0b96-4cc7-b175-c54846e7bd43)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 708d4adc-73ff-400e-8b29-ce144b75a0bf)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 867fa32e-643b-45d4-b7d5-f6106bab6383)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67fcbe61-4b4e-4543-8100-1d65c7e88a7a)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c72662a-4ed1-4b7c-8a2a-82932e1d6149)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75b5aaa4-6b26-4f0c-afa9-f38e5d110e19)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aeb2a82c-c9d1-42d4-82d2-23b6a9e37af2)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efd7d887-b20e-4c12-86d3-b664e8be2078)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+3V3") (pintype "passive") (tstamp c31fd45c-067e-4c58-80c4-8c5bd69d4856)) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 582 "Net-(C143-Pad1)") (pintype "passive") (tstamp e87fa98a-a92b-4f52-9f9c-88682a6430b3)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6d6692) + (at 277 82.3) + (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "BLM18KG101TN1D") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000602291d8") + (attr smd) + (fp_text reference "FB21" (at -1.4 -1.1) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 0598c514-245e-46d2-9cfc-d63b59777207) + ) + (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 27b5e837-d4fb-4b1a-9ffc-0fcfd9877be4) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 722f0259-64b8-408b-a160-f0a86e27c552) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp caf67880-1261-47b3-b2b5-9d2d9e27c8f8)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d2bf6ae-407d-4234-8fa6-74c72f9c0378)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a6a7e39-732e-42fb-a2b2-d2c4478bc7ae)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b04aefb-b153-4e7f-b0e6-e027f918801e)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1387ad33-5e4f-4d52-a4e1-42b81ca1cee6)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e91ec41-b224-4933-b5d0-7aeabeaba26d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62b4e984-315c-4406-89f0-9442bd15babf)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 071d4b2a-ee52-4cd2-983c-562774781cde)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99a4a7cd-a139-4a78-b755-d2e2ceb52088)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18b22451-6e7c-446c-83ae-64dc8ba5e987)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+3V3") (pintype "passive") (tstamp 6ad09e48-14a4-41c6-a89c-67cc6ff1586e)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 581 "Net-(C142-Pad1)") (pintype "passive") (tstamp 476199b9-4d07-430b-bae4-8deffcc47800)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6d66a3) + (at 200.7 102) + (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "BLM18KG101TN1D") + (property "Sheetfile" "reform2-sd.kicad_sch") + (property "Sheetname" "Reform 2 SD Card") + (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-000060257c6a") + (attr smd) + (fp_text reference "FB22" (at 2.8 0) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 51cafec5-22d0-4c95-9c83-1a3ae1d13ec7) + ) + (fp_text value "100@100MHz 3A" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 25e24226-7153-4c14-9790-cee2ac36ac7f) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp b64548e5-0973-4270-9a6f-8b8fe6e4def0) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94661b15-3e39-415f-9bf7-e7a01c1cd27a)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bebb18fe-7b14-40e9-9f21-eed1b62b32ac)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e88163c-1187-4350-ba45-270f421baf62)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2454dced-4790-451b-990e-6358af51caa4)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02f1ea7c-4b22-47a1-88ff-ee6f92847b94)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50c36ab0-62f7-4229-a549-afe41d8fed94)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86a505bf-868e-4e2e-9312-b88481edbe67)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89c0ebe8-54de-462a-a914-6a3c7290baa3)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp addd3a14-2bbd-4324-b6a2-66ec15e21c51)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 070fbf83-fe3f-456d-bcea-615968aff97d)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "+3V3") (pintype "passive") (tstamp 65133175-9084-45cc-8ae4-78661b50e74f)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 432 "Net-(C137-Pad1)") (pintype "passive") (tstamp 55413acb-248e-4679-aa45-a90b4661ffd8)) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6d73fd) + (at 275 116.1 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Vishay Dale") + (property "Manufacturer_No" "CRCW06030000Z0EAC") + (property "Sheetfile" "reform2-regulators.kicad_sch") + (property "Sheetname" "Reform 2 Regulators") + (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f87") + (attr smd) + (fp_text reference "R1" (at 2.1 0 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 88dda854-21c2-4fd0-87f6-0d4673a2d50f) + ) + (fp_text value "0" (at 0 1.43 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3e31fb5a-2ca3-4919-b0a2-3f4c072f6863) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp a24ff1d1-ed7e-45aa-a210-54855534e3a0) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6fa79f8-539c-4b9a-a068-6e4227396ad3)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0364802c-d87d-446b-a105-5917dfac0557)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de47d2d2-0b26-4b9b-ba3e-24e79fb426e4)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ba6a5068-4870-4572-88bf-8d50835d5e2a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73fd837a-7592-4339-8fc5-7af7cbd3056d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 95c3c604-11c2-4b57-9994-5369d943353f)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4de85455-2c2a-4e0d-83c9-ba8a5266db9a)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5da502b-be9a-447b-85e7-e5c0ec0a9c78)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp effac203-f341-4552-9c20-4e60e0bb3274)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eafdbf90-0a10-4457-87b8-1c4b91930dbd)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 584 "Net-(R1-Pad1)") (pintype "passive") (tstamp 10ee1016-f427-4a5d-b1e3-a14133028609)) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 97 "30V_GATE") (pintype "passive") (tstamp f31956c4-9ebc-406d-972d-285fe1ad35bd)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6d945e) + (at 76.5 76.9 180) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Checked" "y") + (property "Distributor" "") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "CC0603JPX7R9BB104") + (property "Sheetfile" "reform2-display.kicad_sch") + (property "Sheetname" "Reform 2 Display") + (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2e40ad") + (attr smd) + (fp_text reference "C113" (at 1.4 -1.2 180) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 6f6f525a-8157-4cb9-af17-f6d8ab55127d) + ) + (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 16075735-f829-4931-9526-f735a680810b) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp ef88f6db-ed29-495d-90cf-9c981bf2065e) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fafaa7b2-8994-402a-a77a-92647910a63a)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2939bd29-6001-43a8-bf80-57b9e136ae10)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f82bec5b-e481-426e-87d9-d53eed4e8b03)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b18e8c85-836e-4045-80cf-0c4bad94cb06)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9ea61c0-5e6a-4448-83cb-d80b792e743c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6c1abc9-5a14-4d08-be1f-9bab743f0459)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45016d50-da5d-4dcb-aac2-c556320ffe17)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 068db9eb-8149-4014-a634-3d816e1f40f8)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 700cf7f4-9044-4e46-a111-fe0df6f7c838)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2836369-cd22-4614-b444-33ac4c63d035)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp 3d7f314f-7415-4f60-a1f4-f7d729189e1d)) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp cdc27f3b-759d-497d-a27a-2e37af9dfe9f)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6e02de) + (at 297.1 95) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Taiyo Yuden") + (property "Manufacturer_No" "UMK107BJ105KA-T") + (property "Sheetfile" "reform2-audio.kicad_sch") + (property "Sheetname" "Reform 2 Audio") + (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f6748cf") + (attr smd) + (fp_text reference "C162" (at 0 -1.1) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp b8c5376b-d19d-4bfa-8038-09b90f5dc678) + ) + (fp_text value "1uF" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 79fdf884-3bf7-4512-b9be-bc9091b22658) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 5629da80-d9c4-4b49-9623-bb7efeb25284) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ceaad931-d6b5-4fb3-b67a-6b0516841ded)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf7081b9-8db6-46a5-b083-9cbb0d1a60fd)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f32e0635-4293-4e97-9676-bc74f0d337ba)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5050b60-0cf4-4e86-a06e-2c45d5c66f51)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ae28348-5757-4ac9-87a0-5f6709a6a57c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1fc46e59-3f8f-48bf-aaf7-77473461e233)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81e86c81-db0f-41db-be96-d56274480424)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9e520da-3af1-4e82-b7ce-cd2651f8ec5d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 086b52ed-3aff-425b-b0b2-d62576c70359)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1010163c-3964-4673-896e-c51a929481ea)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 564 "Net-(C162-Pad1)") (pintype "passive") (tstamp 0022ab9d-a307-4975-a612-db92033cfe47)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 563 "Net-(C162-Pad2)") (pintype "passive") (tstamp f61ca8a7-4b93-4565-b9ee-708fc3c64f01)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6e26cd) + (at 82.15 66.05 180) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Checked" "y") + (property "Distributor" "") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "CC0603JPX7R9BB104") + (property "Sheetfile" "reform2-display.kicad_sch") + (property "Sheetname" "Reform 2 Display") + (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2cc244") + (attr smd) + (fp_text reference "C101" (at -2.85 -0.05) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 8ffeeaff-dccf-4911-9a32-5062761ae39a) + ) + (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b3bfc44c-9db0-48ee-8557-8658368922e9) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp bf211c4e-112f-4a08-9bf3-2989c3e2ebe5) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94485689-d0b3-443d-9a04-682cd7507597)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4875375d-061f-4350-b2a8-b7fe17c31302)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b77be79-ab01-4238-b773-23cf2af87ee0)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 623c40db-921a-442e-bb5d-3150cedb19c1)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b78b832-65b2-476e-bfb3-0fe561f023a2)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d514bf32-09dd-4b47-a11f-64670f0cbbbc)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd7ceb31-0d08-4b47-b0fe-c2329689be21)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 226c30f0-2f28-496c-9f7f-cfbad84a73c6)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38e971ca-6d57-4f3e-a677-54cc77857702)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40c8e311-89b5-4994-a671-72ee3dae0eb5)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp 0ad386c8-3d0a-43d5-a874-3ee022bd5eab)) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp 133f3c09-46dd-46f7-9d1f-79b5bba67548)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "footprints:SON50P350X135X55-14N" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f6e37b6) + (at 57.625 120.225) + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Littelfuse") + (property "Manufacturer_No" "SP3012-06UTG") + (property "Sheetfile" "reform2-usb.kicad_sch") + (property "Sheetname" "Reform 2 USB") + (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005fc025d3") + (attr through_hole) + (fp_text reference "U26" (at -0.025 2.575) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 1a001f71-e7da-48ca-b889-2ddf07544e61) + ) + (fp_text value "SP3012-06UTG" (at 11.235 2.742) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.015))) + (tstamp 60fa219a-019f-4489-9c1a-46a955ef7614) + ) + (fp_line (start -0.725 -1.93) (end 0.725 -1.93) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 7c44dcc0-115e-4ce9-8d3e-fe8d4ef90fef)) + (fp_line (start -0.725 1.93) (end 0.725 1.93) + (stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 6c674058-3e0b-4a72-a45f-81bde475bc69)) + (fp_circle (center -1.61 -1.5) (end -1.51 -1.5) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp 0cabd4fa-6777-4d8b-bf57-eade82041515)) + (fp_line (start -1.29 -2.05) (end -1.29 2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3ed01714-3b39-4065-a689-2fd56ec3e356)) + (fp_line (start -1.29 -2.05) (end 1.29 -2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49af8e19-2d15-49ca-8ff6-ded721c1f650)) + (fp_line (start -1.29 2.05) (end 1.29 2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3e28ee1-5bd4-49ac-adfb-d1367e494d59)) + (fp_line (start 1.29 -2.05) (end 1.29 2.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af65430f-5eac-4eb3-bb69-e4634a0e3e29)) + (fp_line (start -0.725 -1.8) (end -0.725 1.8) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp 742a1c40-d4e2-4c06-a802-61f658ba62db)) + (fp_line (start -0.725 -1.8) (end 0.725 -1.8) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp e1041cca-7316-4234-88d6-41b35c62a92a)) + (fp_line (start -0.725 1.8) (end 0.725 1.8) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp 2b776822-57d9-4624-a599-4ccc44993d0b)) + (fp_line (start 0.725 -1.8) (end 0.725 1.8) + (stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp bdad7a0d-54d4-47f3-b3e3-8c9d7fb2b8f8)) + (fp_circle (center -1.61 -1.5) (end -1.51 -1.5) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.Fab") (tstamp e05ba12a-1a39-432a-8f57-8dab5c1be4e3)) + (pad "1" smd rect (at -0.67 -1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 571 "/Reform 2 USB/USB3_2_SSTXCP") (pinfunction "1") (pintype "passive") (tstamp 1da0f1ef-1f49-49d6-a6d0-e8fb486a5eff)) + (pad "2" smd rect (at -0.67 -1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 569 "/Reform 2 USB/USB3_2_SSTXCN") (pinfunction "2") (pintype "passive") (tstamp fe146bbe-b6cd-404e-9fad-cc49d0215c5d)) + (pad "3" smd rect (at -0.67 -0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 149 "USB3_2_DN") (pinfunction "3") (pintype "passive") (tstamp b254db60-66b4-4de6-9f99-374dbda3fb78)) + (pad "4" smd rect (at -0.67 0) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 148 "USB3_2_DP") (pinfunction "4") (pintype "passive") (tstamp 4faefe41-2634-420d-ace4-ded700fa7cd1)) + (pad "5" smd rect (at -0.67 0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "GND") (pinfunction "5") (pintype "passive") (tstamp 91db0cd8-7ace-4c83-93bd-97fa200e3d20)) + (pad "6" smd rect (at -0.67 1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 146 "USB3_2_SSRXP") (pinfunction "6") (pintype "passive") (tstamp 4fcd8c10-93b9-4a10-9b3e-3ab3c25af1f2)) + (pad "7" smd rect (at -0.67 1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 147 "USB3_2_SSRXN") (pinfunction "7") (pintype "passive") (tstamp dfb3c632-d87d-40e0-9822-0a9f9ed4c8fb)) + (pad "8" smd rect (at 0.67 1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 147 "USB3_2_SSRXN") (pinfunction "8") (pintype "passive") (tstamp 1ea2da5b-d194-42a9-a311-3e9e064d52fe)) + (pad "9" smd rect (at 0.67 1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 146 "USB3_2_SSRXP") (pinfunction "9") (pintype "passive") (tstamp f7f795a4-0080-49f6-a37f-064aba3e3df0)) + (pad "10" smd rect (at 0.67 0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "GND") (pinfunction "10") (pintype "passive") (tstamp 6080d62e-06e7-4bc1-ba40-555d30bbff40)) + (pad "11" smd rect (at 0.67 0) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 148 "USB3_2_DP") (pinfunction "11") (pintype "passive") (tstamp 43b5d412-3afb-4175-9771-5d6d1fb782d9)) + (pad "12" smd rect (at 0.67 -0.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 149 "USB3_2_DN") (pinfunction "12") (pintype "passive") (tstamp 4a88c4c1-4a5f-4b3a-9649-82f5f5aa49ae)) + (pad "13" smd rect (at 0.67 -1) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 569 "/Reform 2 USB/USB3_2_SSTXCN") (pinfunction "13") (pintype "passive") (tstamp 953cbc15-ccf8-49ad-9a90-244efb28881e)) + (pad "14" smd rect (at 0.67 -1.5) (size 0.74 0.22) (layers "F.Cu" "F.Paste" "F.Mask") + (net 571 "/Reform 2 USB/USB3_2_SSTXCP") (pinfunction "14") (pintype "passive") (tstamp 0176f49b-6faa-4a9a-a7fa-cb51b16f4b6e)) + (model "${KIPRJMOD}/3d-models/SP3012-06UTG.stp" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f709681) + (at 275.3 102.8 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Vishay Dale") + (property "Manufacturer_No" "CRCW0603150KFKEAC") + (property "Sheetfile" "reform2-power.kicad_sch") + (property "Sheetname" "Reform 2 Power") + (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fd6c758") + (attr smd) + (fp_text reference "R34" (at -2.5 -0.05 90) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 1fe19b97-4bcd-4274-a1e4-115325a607b7) + ) + (fp_text value "150k" (at 0 1.43 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e80ac972-71b9-4386-b0e0-e06cffb8b0a0) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp cc699da3-38e4-467f-a0b2-289c1f522c7f) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f94caea2-fcd8-4f42-a50e-872a284013c7)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45a6f466-6fee-4f8c-be66-84809fce39d0)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc74bd28-e541-4166-9921-5f912be2ddb5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 920e0422-786b-4df6-a89e-e4c4b01114a2)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b47a097-703a-4c73-8e95-7c4a4c8e2262)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a284de6-4593-403b-b1e3-371cbeefbff3)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf19a5c7-596e-43f9-8147-183c4a313055)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d688123a-1c1f-4a8b-a17d-5d898bd595ea)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d98dd9ab-6401-474a-8121-ee4b5800fb2c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8fc4b1be-bbcf-4b58-9c4c-cf419de232db)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 595 "Net-(R34-Pad1)") (pintype "passive") (tstamp caaf2f4a-cb2a-4319-a16f-9971d6dd6934)) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 98 "/Reform 2 Power/VIN") (pintype "passive") (tstamp b49c63ea-2e8f-49d4-b6b4-3fbf009be9f7)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f70acc9) + (at 48.65 84.55) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "RC0603FR-071ML") + (property "Sheetfile" "reform2-usb.kicad_sch") + (property "Sheetname" "Reform 2 USB") + (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df9bc56") + (attr smd) + (fp_text reference "R97" (at 3 0) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 997cca9a-01bc-4e0d-8db6-5466952cff0f) + ) + (fp_text value "1M" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 9732f419-5b39-4d7c-ba09-ded697bcbf98) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 61c6e02d-0854-461c-a6fd-1b896bb3dedf) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 863d59c8-7b18-4dcc-8aa4-39f785de8648)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9d6f2ed-4160-40b4-94c3-13d9205c41a7)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24f92991-e614-47fa-a74b-8363bc5ee74d)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f0fde02-569a-4a95-9903-d6954fdd33b9)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0adb6a2d-e789-4220-a46a-8548f0acb752)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67d3a3c7-d0a8-44b9-a482-fcde5a935c9c)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6cd73559-6d92-4958-b827-01bbe7d1bb7a)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 616cc4ea-f61c-421f-ba66-474288605239)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f93c776-3c1a-4805-ac28-bd051cd351c2)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 598155cb-941f-4463-a673-9678c71c6453)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 272 "Net-(C75-Pad1)") (pintype "passive") (tstamp ab36375d-c7a3-4b96-baee-e78fce997559)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp 4bfb0967-81ec-49c5-9241-599b9e09a83d)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f70acf9) + (at 48.65 86.25) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Checked" "y") + (property "Distributor" "") + (property "Manufacturer" "Yageo") + (property "Manufacturer_No" "CC0603JPX7R9BB104") + (property "Sheetfile" "reform2-usb.kicad_sch") + (property "Sheetname" "Reform 2 USB") + (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df9bc70") + (attr smd) + (fp_text reference "C75" (at 3 0) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp eab9e3d0-2c2c-43e4-9206-231355e02a84) + ) + (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 273c58cb-fa72-43d2-a2f3-2ebe5a384ffd) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 0092c8d1-d2c9-4399-8255-e1ec807420cf) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cef449f6-9714-4507-a8a2-81f737196d87)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 875dab32-ebd1-488d-b8fa-c4384ced60cc)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72ca4e37-6134-4970-ab2f-4311e2e6fbe4)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c9feeb7-7a34-4a9f-8e3d-aab3b4e7311f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9859a744-ba06-40a9-b0c9-7b1320d022dd)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73e926e8-edb5-47d3-ba93-f92d5ed7af85)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42481755-d14a-45a4-a87e-3f6bd1d10890)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b5638f8-f264-4ac6-bde2-7332a0948366)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 668f04e1-be92-49b1-a938-be73c699b73e)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff8a44a6-0459-42c3-8053-c52dabeb0db7)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 272 "Net-(C75-Pad1)") (pintype "passive") (tstamp 9cdcaa39-24ce-4d51-b4b7-663fb620cab6)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp ff7e9fcf-214a-459e-9ad5-a64f212d5420)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f70ad29) + (at 48.65 87.95) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Checked" "y") + (property "Distributor" "Mouser") + (property "Manufacturer" "Murata") + (property "Manufacturer_No" "GRM1885C1H202JA01D") + (property "Sheetfile" "reform2-usb.kicad_sch") + (property "Sheetname" "Reform 2 USB") + (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df9bc7a") + (attr smd) + (fp_text reference "C79" (at 3 0) (layer "F.SilkS") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp e22ad9c0-3230-4ebb-ab0f-f7de01ef25ca) + ) + (fp_text value "2nF" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 04402f23-4d86-474d-9976-901eda09d4c7) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 5319720a-6707-4da7-894b-cfcc45ea26db) + ) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03a07152-6a23-48cb-ba88-c167c5fefafe)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba275f9d-9396-41b3-95d7-45284eb6376e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 729b8fe0-2e5c-47fa-bdb3-a5998a4a4a5e)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88e47ea9-c39f-46fa-89e2-9b1815bf5f97)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e7b810c-6eba-4a6b-aad5-7c599ec7862a)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69b27773-5aa5-4cde-92fc-92988cf3369b)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a153cd5-ec4f-404e-8e40-50db7e2ea57e)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59176636-d0a2-4a0a-8b95-573d1d8fd650)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8aa57391-46ce-4c0b-a7b6-0e8d8758fc7f)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48476e31-eea4-4988-b098-542285cbfd16)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 272 "Net-(C75-Pad1)") (pintype "passive") (tstamp 1a8c4c2f-d21b-4fb4-a054-6924beb89ce7)) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "GND") (pintype "passive") (tstamp 2373a783-5883-45e0-b300-186c25108fb2)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "footprints:reform2-motherboard-badge" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-00005f736a7f) + (at 132.75 97.5 90) + (property "Checked" "y") + (property "DNP" "y") + (property "Distributor" "None") + (property "Sheetfile" "reform2-motherboard25.kicad_sch") + (property "Sheetname" "") + (path "/00000000-0000-0000-0000-000064382d78") + (attr through_hole) + (fp_text reference "H14" (at 0 0 90) (layer "F.SilkS") hide + (effects (font (size 0.75 0.75) (thickness 0.15))) + (tstamp 9c894c30-cc35-42f8-93ae-2749e584ae2d) + ) + (fp_text value "BADGE" (at 0.75 0 90) (layer "F.SilkS") hide + (effects (font (size 1.524 1.524) (thickness 0.3))) + (tstamp 3f4ed49f-9f62-4efe-bad2-a5f973677e22) + ) + (fp_poly + (pts + (xy -11.401778 3.668889) + (xy -13.659555 3.668889) + (xy -13.659555 3.132667) + (xy -11.401778 3.132667) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp df3bb1eb-eff8-4cd1-ba24-db699b77ff2e)) + (fp_poly + (pts + (xy -6.977944 0.598535) + (xy -6.868012 0.603529) + (xy -6.802313 0.611312) + (xy -6.768666 0.626481) + (xy -6.754888 0.653628) + (xy -6.750292 0.684389) + (xy -6.741362 0.762) + (xy -7.196667 0.762) + (xy -7.196667 0.590293) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 40ae64f5-a5bf-4a22-87ea-f20050351514)) + (fp_poly + (pts + (xy -4.6355 0.598535) + (xy -4.525567 0.603529) + (xy -4.459869 0.611312) + (xy -4.426221 0.626481) + (xy -4.412444 0.653628) + (xy -4.407848 0.684389) + (xy -4.398917 0.762) + (xy -4.854222 0.762) + (xy -4.854222 0.590293) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1e0dd6fc-49fe-4931-a525-870129b5f8d8)) + (fp_poly + (pts + (xy 7.196667 -0.508) + (xy 6.741362 -0.508) + (xy 6.750292 -0.585611) + (xy 6.757184 -0.624675) + (xy 6.774865 -0.648336) + (xy 6.815517 -0.661188) + (xy 6.891324 -0.667825) + (xy 6.977945 -0.671465) + (xy 7.196667 -0.679707) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2149792c-9641-4554-9c7a-1c27a1a00a14)) + (fp_poly + (pts + (xy 10.237611 -0.671465) + (xy 10.347544 -0.666471) + (xy 10.413243 -0.658688) + (xy 10.44689 -0.643519) + (xy 10.460667 -0.616372) + (xy 10.465264 -0.585611) + (xy 10.474194 -0.508) + (xy 10.018889 -0.508) + (xy 10.018889 -0.679707) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1c819033-ac23-43c1-9664-5a0ac62a10cb)) + (fp_poly + (pts + (xy -12.01017 2.041228) + (xy -11.997775 2.078389) + (xy -11.999537 2.095212) + (xy -12.026247 2.148176) + (xy -12.073366 2.170852) + (xy -12.115765 2.155272) + (xy -12.132788 2.112817) + (xy -12.135555 2.083741) + (xy -12.116722 2.042818) + (xy -12.063037 2.032) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5de13e83-f975-4e9b-a05f-6fa3a607766e)) + (fp_poly + (pts + (xy -5.023555 -3.358444) + (xy -5.446889 -3.358444) + (xy -5.446889 -3.160889) + (xy -5.08 -3.160889) + (xy -5.08 -2.991555) + (xy -5.446889 -2.991555) + (xy -5.446889 -2.596444) + (xy -5.644444 -2.596444) + (xy -5.644444 -3.527778) + (xy -5.023555 -3.527778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp dcec9be9-49bb-41a5-b980-e55494296ef3)) + (fp_poly + (pts (xy -8.551333 2.935111) (xy -8.974667 2.935111) (xy -8.974667 3.132667) @@ -29316,101 +31864,356 @@ (xy -9.200444 3.697111) (xy -9.200444 2.765778) (xy -8.551333 2.765778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp b9e1dd95-6cfa-4591-826e-3b9d6cf3058d)) - (fp_poly (pts - (xy -8.471079 0.207486) - (xy -8.366184 0.24377) - (xy -8.28063 0.308304) - (xy -8.226126 0.399233) - (xy -8.212667 0.482961) - (xy -8.222974 0.54878) - (xy -8.258089 0.620317) - (xy -8.324299 0.707314) - (xy -8.427892 0.819516) - (xy -8.433715 0.8255) - (xy -8.5919 0.987778) - (xy -8.184444 0.987778) - (xy -8.184444 1.157111) - (xy -8.861778 1.157111) - (xy -8.862105 1.0795) - (xy -8.852733 1.034114) - (xy -8.819945 0.97964) - (xy -8.757287 0.907786) - (xy -8.658303 0.810264) - (xy -8.636327 0.789529) - (xy -8.517718 0.671444) - (xy -8.442868 0.578925) - (xy -8.408784 0.505915) - (xy -8.41247 0.446359) - (xy -8.444089 0.400756) - (xy -8.511754 0.367053) - (xy -8.589582 0.372269) - (xy -8.653272 0.412446) - (xy -8.669357 0.437445) - (xy -8.708294 0.489429) - (xy -8.773122 0.507392) - (xy -8.795752 0.508) - (xy -8.858964 0.506028) - (xy -8.884049 0.490951) - (xy -8.87691 0.44903) - (xy -8.84989 0.381968) - (xy -8.78472 0.286694) - (xy -8.692056 0.227092) - (xy -8.583606 0.201308) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp bad60fa6-2caf-4305-9d1c-cc1d53ccf041)) - (fp_poly (pts - (xy -3.498069 -3.526917) - (xy -3.414245 -3.522159) - (xy -3.358965 -3.510243) - (xy -3.31828 -3.487907) - (xy -3.278242 -3.451889) - (xy -3.271607 -3.445282) - (xy -3.205031 -3.341963) - (xy -3.184911 -3.222085) - (xy -3.211726 -3.101832) - (xy -3.25916 -3.025526) - (xy -3.32921 -2.942277) - (xy -3.24556 -2.790527) - (xy -3.201331 -2.70722) - (xy -3.170816 -2.643885) - (xy -3.1614 -2.617611) - (xy -3.185993 -2.604024) - (xy -3.247616 -2.596858) - (xy -3.266722 -2.596525) - (xy -3.325873 -2.600017) - (xy -3.36702 -2.618089) - (xy -3.403735 -2.662305) - (xy -3.449592 -2.744226) - (xy -3.457222 -2.758803) - (xy -3.509384 -2.850599) - (xy -3.551355 -2.900613) - (xy -3.59347 -2.919644) - (xy -3.612444 -2.921) - (xy -3.652451 -2.916712) - (xy -3.674701 -2.894858) - (xy -3.68576 -2.841956) - (xy -3.691464 -2.758722) - (xy -3.699928 -2.596444) - (xy -3.894667 -2.596444) - (xy -3.894667 -3.104444) - (xy -3.697111 -3.104444) - (xy -3.575755 -3.104444) - (xy -3.492593 -3.111893) - (xy -3.431588 -3.130519) - (xy -3.420533 -3.138311) - (xy -3.392258 -3.193332) - (xy -3.386667 -3.231444) - (xy -3.405418 -3.303579) - (xy -3.465009 -3.344785) - (xy -3.570447 -3.358424) - (xy -3.575755 -3.358444) - (xy -3.697111 -3.358444) - (xy -3.697111 -3.104444) - (xy -3.894667 -3.104444) - (xy -3.894667 -3.527778) - (xy -3.624385 -3.527778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp bba476ca-b198-401b-a9a9-6893664dd463)) - (fp_poly (pts + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b9e1dd95-6cfa-4591-826e-3b9d6cf3058d)) + (fp_poly + (pts + (xy -7.761111 2.935111) + (xy -8.184444 2.935111) + (xy -8.184444 3.132667) + (xy -7.789333 3.132667) + (xy -7.789333 3.302) + (xy -8.184444 3.302) + (xy -8.184444 3.527778) + (xy -7.761111 3.527778) + (xy -7.761111 3.697111) + (xy -8.410222 3.697111) + (xy -8.410222 2.765778) + (xy -7.761111 2.765778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a45ca6e8-66f4-4791-b3bb-4f8392ae95a2)) + (fp_poly + (pts + (xy -6.970889 2.935111) + (xy -7.394222 2.935111) + (xy -7.394222 3.132667) + (xy -6.999111 3.132667) + (xy -6.999111 3.302) + (xy -7.394222 3.302) + (xy -7.394222 3.527778) + (xy -6.970889 3.527778) + (xy -6.970889 3.697111) + (xy -7.62 3.697111) + (xy -7.62 2.765778) + (xy -6.970889 2.765778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 31fe5237-2e2a-4bc1-a627-59cd4426e559)) + (fp_poly + (pts + (xy -5.813778 -3.358444) + (xy -6.237111 -3.358444) + (xy -6.237111 -3.160889) + (xy -5.842 -3.160889) + (xy -5.842 -2.991555) + (xy -6.237111 -2.991555) + (xy -6.237111 -2.765778) + (xy -5.813778 -2.765778) + (xy -5.813778 -2.596444) + (xy -6.434667 -2.596444) + (xy -6.434667 -3.527778) + (xy -5.813778 -3.527778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b779bc1c-ad24-4c46-b61e-afaff7140037)) + (fp_poly + (pts + (xy -5.813778 1.665111) + (xy -6.237111 1.665111) + (xy -6.237111 1.862667) + (xy -5.842 1.862667) + (xy -5.842 2.032) + (xy -6.237111 2.032) + (xy -6.237111 2.257778) + (xy -5.813778 2.257778) + (xy -5.813778 2.427111) + (xy -6.434667 2.427111) + (xy -6.434667 1.495778) + (xy -5.813778 1.495778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 69460bbb-1e14-49c4-8a83-61a6fa12eb45)) + (fp_poly + (pts + (xy -4.938889 2.935111) + (xy -5.362222 2.935111) + (xy -5.362222 3.132667) + (xy -4.967111 3.132667) + (xy -4.967111 3.302) + (xy -5.362222 3.302) + (xy -5.362222 3.527778) + (xy -4.938889 3.527778) + (xy -4.938889 3.697111) + (xy -5.588 3.697111) + (xy -5.588 2.765778) + (xy -4.938889 2.765778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3eec8e3a-ccfc-4ca6-b2d9-15e30787015f)) + (fp_poly + (pts + (xy -4.176889 1.665111) + (xy -4.600222 1.665111) + (xy -4.600222 1.862667) + (xy -4.205111 1.862667) + (xy -4.205111 2.032) + (xy -4.600222 2.032) + (xy -4.600222 2.257778) + (xy -4.176889 2.257778) + (xy -4.176889 2.427111) + (xy -4.797778 2.427111) + (xy -4.797778 1.495778) + (xy -4.176889 1.495778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 74ead370-4a4a-47f1-9f09-a7f01c4398f0)) + (fp_poly + (pts + (xy -1.016 1.862667) + (xy -0.620889 1.862667) + (xy -0.620889 1.495778) + (xy -0.423333 1.495778) + (xy -0.423333 2.427111) + (xy -0.61831 2.427111) + (xy -0.635 2.046111) + (xy -1.016 2.029421) + (xy -1.016 2.427111) + (xy -1.241778 2.427111) + (xy -1.241778 1.495778) + (xy -1.016 1.495778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4c6333ad-fc02-44db-ba02-cea69007db23)) + (fp_poly + (pts + (xy 1.665111 -3.160889) + (xy 2.060222 -3.160889) + (xy 2.060222 -3.527778) + (xy 2.257778 -3.527778) + (xy 2.257778 -2.596444) + (xy 2.060222 -2.596444) + (xy 2.060222 -2.991555) + (xy 1.665111 -2.991555) + (xy 1.665111 -2.596444) + (xy 1.439333 -2.596444) + (xy 1.439333 -3.527778) + (xy 1.665111 -3.527778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c2db1c75-0063-4d32-90e7-a5c5078165fa)) + (fp_poly + (pts + (xy 3.245556 1.862667) + (xy 3.640667 1.862667) + (xy 3.640667 1.495778) + (xy 3.866445 1.495778) + (xy 3.866445 2.427111) + (xy 3.640667 2.427111) + (xy 3.640667 2.032) + (xy 3.245556 2.032) + (xy 3.245556 2.427111) + (xy 3.048 2.427111) + (xy 3.048 1.495778) + (xy 3.245556 1.495778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f574335c-daca-4bf9-8792-f97b85116e60)) + (fp_poly + (pts + (xy 4.797778 -0.874889) + (xy 4.374445 -0.874889) + (xy 4.374445 -0.677333) + (xy 4.769556 -0.677333) + (xy 4.769556 -0.508) + (xy 4.374445 -0.508) + (xy 4.374445 -0.282222) + (xy 4.797778 -0.282222) + (xy 4.797778 -0.112889) + (xy 4.147302 -0.112889) + (xy 4.162778 -1.058333) + (xy 4.797778 -1.074293) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f00162e5-8fbc-43b4-b34c-0eff25f2a77b)) + (fp_poly + (pts + (xy 9.158111 -1.058333) + (xy 9.173587 -0.112889) + (xy 8.974667 -0.112889) + (xy 8.974667 -0.508) + (xy 8.579556 -0.508) + (xy 8.579556 -0.112889) + (xy 8.352413 -0.112889) + (xy 8.367889 -1.058333) + (xy 8.565445 -1.058333) + (xy 8.582135 -0.677333) + (xy 8.974667 -0.677333) + (xy 8.974667 -1.076021) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 11076b4f-0383-4c56-be25-8a5a88c0b41b)) + (fp_poly + (pts + (xy 10.49192 2.253235) + (xy 10.51717 2.292701) + (xy 10.521525 2.31938) + (xy 10.510405 2.394272) + (xy 10.465032 2.432612) + (xy 10.398925 2.427905) + (xy 10.353121 2.400248) + (xy 10.309221 2.35414) + (xy 10.308583 2.313318) + (xy 10.318298 2.294824) + (xy 10.37215 2.254279) + (xy 10.431187 2.243667) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a1c0d8b5-b14f-48bf-85b8-ab2c49df8a82)) + (fp_poly + (pts + (xy -7.916333 -1.058333) + (xy -7.916333 -0.889) + (xy -8.135055 -0.880757) + (xy -8.353778 -0.872514) + (xy -8.353778 -0.677333) + (xy -7.958667 -0.677333) + (xy -7.958667 -0.508) + (xy -8.353778 -0.508) + (xy -8.353778 -0.282222) + (xy -7.902222 -0.282222) + (xy -7.902222 -0.112889) + (xy -8.551333 -0.112889) + (xy -8.551333 -1.074293) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fa44da66-07c5-453f-8b1d-2a5cd1f3d54f)) + (fp_poly + (pts + (xy 12.744877 -0.304951) + (xy 12.766547 -0.284663) + (xy 12.80599 -0.232635) + (xy 12.802393 -0.188201) + (xy 12.79554 -0.175997) + (xy 12.748328 -0.137519) + (xy 12.681494 -0.116966) + (xy 12.622258 -0.120925) + (xy 12.607222 -0.130408) + (xy 12.58604 -0.185908) + (xy 12.59853 -0.254) + (xy 12.638668 -0.307146) + (xy 12.646994 -0.312284) + (xy 12.698434 -0.328188) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ff61b081-434f-459c-9903-5236799f2c2c)) + (fp_poly + (pts + (xy -7.140222 -0.874889) + (xy -7.563555 -0.874889) + (xy -7.563555 -0.679912) + (xy -7.373055 -0.671567) + (xy -7.271936 -0.665903) + (xy -7.214104 -0.656275) + (xy -7.186429 -0.637025) + (xy -7.175777 -0.602492) + (xy -7.173625 -0.585611) + (xy -7.164695 -0.508) + (xy -7.563555 -0.508) + (xy -7.563555 -0.112889) + (xy -7.761111 -0.112889) + (xy -7.761111 -1.072444) + (xy -7.140222 -1.072444) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d2054b50-9654-422d-857e-708a4b15b405)) + (fp_poly + (pts + (xy -7.709848 -3.450166) + (xy -7.720631 -3.402685) + (xy -7.749262 -3.37816) + (xy -7.811621 -3.367019) + (xy -7.852833 -3.363954) + (xy -7.986889 -3.355352) + (xy -7.986889 -2.596444) + (xy -8.212667 -2.596444) + (xy -8.212667 -3.355352) + (xy -8.346722 -3.363954) + (xy -8.428499 -3.372281) + (xy -8.46971 -3.389867) + (xy -8.486234 -3.426288) + (xy -8.489708 -3.450166) + (xy -8.498638 -3.527778) + (xy -7.700917 -3.527778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 73bfc108-ba58-45c1-b10d-f06b2ec07a58)) + (fp_poly + (pts + (xy -7.709848 1.573389) + (xy -7.720631 1.620871) + (xy -7.749262 1.645395) + (xy -7.811621 1.656537) + (xy -7.852833 1.659602) + (xy -7.986889 1.668204) + (xy -7.986889 2.427111) + (xy -8.212667 2.427111) + (xy -8.212667 1.665111) + (xy -8.353778 1.665111) + (xy -8.437312 1.663262) + (xy -8.478968 1.651888) + (xy -8.493304 1.622255) + (xy -8.494889 1.580445) + (xy -8.494889 1.495778) + (xy -7.700917 1.495778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2f8e293f-17cb-4563-a74d-415bbfac70b4)) + (fp_poly + (pts + (xy 1.326445 -3.443111) + (xy 1.323362 -3.39299) + (xy 1.304406 -3.367997) + (xy 1.255018 -3.359395) + (xy 1.185333 -3.358444) + (xy 1.044222 -3.358444) + (xy 1.044222 -2.596444) + (xy 0.846667 -2.596444) + (xy 0.846667 -3.358444) + (xy 0.705556 -3.358444) + (xy 0.622021 -3.360294) + (xy 0.580366 -3.371667) + (xy 0.566029 -3.4013) + (xy 0.564445 -3.443111) + (xy 0.564445 -3.527778) + (xy 1.326445 -3.527778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9f08ad39-7c65-4026-ac3c-dab8ae832074)) + (fp_poly + (pts + (xy 8.551333 1.580445) + (xy 8.54825 1.630565) + (xy 8.529295 1.655559) + (xy 8.479906 1.664161) + (xy 8.410222 1.665111) + (xy 8.269111 1.665111) + (xy 8.269111 2.427111) + (xy 8.043333 2.427111) + (xy 8.043333 1.668204) + (xy 7.909278 1.659602) + (xy 7.827501 1.651275) + (xy 7.78629 1.633688) + (xy 7.769766 1.597268) + (xy 7.766292 1.573389) + (xy 7.757362 1.495778) + (xy 8.551333 1.495778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 39ec7ec2-39ca-445e-8629-f6fa771fa254)) + (fp_poly + (pts (xy 9.532852 -0.670278) (xy 9.540704 -0.282222) (xy 9.934222 -0.282222) @@ -29427,51 +32230,110 @@ (xy 9.319622 -0.622074) (xy 9.327445 -1.058333) (xy 9.525 -1.058333) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp bf64e9f0-d91b-4d9c-bca4-224c9b6b2b0f)) - (fp_poly (pts - (xy 12.160514 -1.064691) - (xy 12.265152 -1.027098) - (xy 12.350372 -0.96067) - (xy 12.404535 -0.867339) - (xy 12.417778 -0.782156) - (xy 12.413497 -0.725429) - (xy 12.395611 -0.674183) - (xy 12.356556 -0.616148) - (xy 12.288768 -0.539052) - (xy 12.229703 -0.477034) - (xy 12.041629 -0.282222) - (xy 12.446 -0.282222) - (xy 12.446 -0.112889) - (xy 11.768667 -0.112889) - (xy 11.768667 -0.190493) - (xy 11.778296 -0.235874) - (xy 11.81146 -0.290547) - (xy 11.874579 -0.362714) - (xy 11.974068 -0.460573) - (xy 11.996787 -0.481974) - (xy 12.098791 -0.579736) - (xy 12.164762 -0.649796) - (xy 12.201476 -0.701243) - (xy 12.215705 -0.743167) - (xy 12.21551 -0.775468) - (xy 12.193612 -0.843887) - (xy 12.16109 -0.883254) - (xy 12.092367 -0.899524) - (xy 12.017586 -0.882098) - (xy 11.962339 -0.83892) - (xy 11.95209 -0.818379) - (xy 11.921213 -0.77686) - (xy 11.85494 -0.762327) - (xy 11.83732 -0.762) - (xy 11.772502 -0.763932) - (xy 11.746598 -0.778897) - (xy 11.753417 -0.820644) - (xy 11.780555 -0.888032) - (xy 11.846478 -0.985119) - (xy 11.939538 -1.045636) - (xy 12.048096 -1.071515) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp c0b8319d-637a-465a-93c9-be2185d2e89b)) - (fp_poly (pts + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bf64e9f0-d91b-4d9c-bca4-224c9b6b2b0f)) + (fp_poly + (pts + (xy 14.449778 4.402667) + (xy -14.421555 4.402667) + (xy -14.421555 4.233334) + (xy -14.252222 4.233334) + (xy 14.280445 4.233334) + (xy 14.280445 -1.693333) + (xy -14.252222 -1.693333) + (xy -14.252222 4.233334) + (xy -14.421555 4.233334) + (xy -14.421555 -1.862666) + (xy -14.252222 -1.862666) + (xy 14.280445 -1.862666) + (xy 14.280445 -4.233333) + (xy -14.252222 -4.233333) + (xy -14.252222 -1.862666) + (xy -14.421555 -1.862666) + (xy -14.421555 -4.402666) + (xy 14.449778 -4.402666) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cd360091-c79a-4df5-897a-7de4ec62a9e3)) + (fp_poly + (pts + (xy -1.524 3.697111) + (xy -1.721555 3.697111) + (xy -1.721555 3.330222) + (xy -1.722457 3.193738) + (xy -1.724925 3.080276) + (xy -1.728601 3.000315) + (xy -1.73313 2.964333) + (xy -1.734053 2.963334) + (xy -1.763909 2.97635) + (xy -1.823448 3.008903) + (xy -1.846942 3.022566) + (xy -1.947333 3.081798) + (xy -1.947333 2.995361) + (xy -1.921461 2.914491) + (xy -1.853219 2.842545) + (xy -1.756666 2.789706) + (xy -1.645863 2.766158) + (xy -1.630337 2.765778) + (xy -1.524 2.765778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ede16ab6-4c60-4ab2-b2b6-bf573db69b4e)) + (fp_poly + (pts + (xy -3.930928 0.202642) + (xy -3.852333 0.211667) + (xy -3.836857 1.157111) + (xy -4.035778 1.157111) + (xy -4.035778 0.790222) + (xy -4.037065 0.65374) + (xy -4.040586 0.540279) + (xy -4.045832 0.460317) + (xy -4.052294 0.424334) + (xy -4.053613 0.423334) + (xy -4.086908 0.436888) + (xy -4.147558 0.470585) + (xy -4.166502 0.48208) + (xy -4.261555 0.540826) + (xy -4.261505 0.446802) + (xy -4.254313 0.385505) + (xy -4.224494 0.338534) + (xy -4.15956 0.288686) + (xy -4.135488 0.273197) + (xy -4.025754 0.218216) + (xy -3.936401 0.202147) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 82faa662-02de-4da9-8cc9-1e5723b9311d)) + (fp_poly + (pts + (xy 3.048 -3.358444) + (xy 2.624667 -3.358444) + (xy 2.624667 -3.160889) + (xy 3.019778 -3.160889) + (xy 3.019778 -2.991555) + (xy 2.624667 -2.991555) + (xy 2.624667 -2.765778) + (xy 3.048 -2.765778) + (xy 3.048 -2.596444) + (xy 2.742259 -2.596444) + (xy 2.616111 -2.598085) + (xy 2.511596 -2.602525) + (xy 2.441153 -2.609045) + (xy 2.417704 -2.615259) + (xy 2.411292 -2.648554) + (xy 2.405818 -2.728255) + (xy 2.401689 -2.844328) + (xy 2.399309 -2.986736) + (xy 2.398889 -3.080926) + (xy 2.398889 -3.527778) + (xy 3.048 -3.527778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6354bc9c-45ca-4fbe-b547-604ecc7dbaee)) + (fp_poly + (pts (xy 10.16 1.665111) (xy 9.708445 1.665111) (xy 9.708445 1.860194) @@ -29494,86 +32356,414 @@ (xy 9.510889 2.427111) (xy 9.510889 1.495778) (xy 10.16 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp c249d008-9a4f-4e69-9cea-f416598d6d7a)) - (fp_poly (pts - (xy 1.665111 -3.160889) - (xy 2.060222 -3.160889) - (xy 2.060222 -3.527778) - (xy 2.257778 -3.527778) - (xy 2.257778 -2.596444) - (xy 2.060222 -2.596444) - (xy 2.060222 -2.991555) - (xy 1.665111 -2.991555) - (xy 1.665111 -2.596444) - (xy 1.439333 -2.596444) - (xy 1.439333 -3.527778) - (xy 1.665111 -3.527778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp c2db1c75-0063-4d32-90e7-a5c5078165fa)) - (fp_poly (pts - (xy -7.607867 0.212416) - (xy -7.509051 0.258541) - (xy -7.432953 0.333708) - (xy -7.391636 0.42289) - (xy -7.385854 0.512286) - (xy -7.416357 0.588096) - (xy -7.483899 0.63652) - (xy -7.48836 0.638006) - (xy -7.52419 0.652912) - (xy -7.516165 0.669814) - (xy -7.470675 0.695523) - (xy -7.379922 0.766815) - (xy -7.341663 0.854175) - (xy -7.356526 0.951413) - (xy -7.425135 1.052337) - (xy -7.433733 1.061156) - (xy -7.492487 1.11485) - (xy -7.54575 1.143638) - (xy -7.615117 1.155168) - (xy -7.704667 1.157111) - (xy -7.805354 1.154337) - (xy -7.871272 1.140915) - (xy -7.924014 1.109198) - (xy -7.9756 1.061156) - (xy -8.047831 0.977012) - (xy -8.070137 0.918448) - (xy -8.042512 0.884693) - (xy -7.973771 0.874889) - (xy -7.890853 0.888662) - (xy -7.844925 0.932927) - (xy -7.807924 0.973188) - (xy -7.745026 0.984088) - (xy -7.712735 0.982316) - (xy -7.620421 0.957013) - (xy -7.571802 0.909672) - (xy -7.566762 0.853844) - (xy -7.605184 0.80308) - (xy -7.686952 0.77093) - (xy -7.71458 0.767352) - (xy -7.783043 0.7566) - (xy -7.811791 0.730384) - (xy -7.817555 0.67563) - (xy -7.809877 0.616174) - (xy -7.775798 0.5945) - (xy -7.739944 0.592235) - (xy -7.648686 0.578436) - (xy -7.602872 0.535133) - (xy -7.596573 0.462605) - (xy -7.612628 0.403919) - (xy -7.655086 0.378411) - (xy -7.696316 0.372253) - (xy -7.773696 0.378039) - (xy -7.821731 0.419563) - (xy -7.823049 0.421642) - (xy -7.8834 0.469645) - (xy -7.951344 0.479778) - (xy -8.020651 0.468058) - (xy -8.04135 0.431748) - (xy -8.013566 0.369127) - (xy -7.964046 0.307264) - (xy -7.861335 0.231659) - (xy -7.73708 0.199451) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp c3410d7d-0af1-4980-8cd0-2b0eff90a3ee)) - (fp_poly (pts + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c249d008-9a4f-4e69-9cea-f416598d6d7a)) + (fp_poly + (pts + (xy -9.265082 -3.524388) + (xy -9.22863 -3.509082) + (xy -9.18892 -3.47415) + (xy -9.138245 -3.411886) + (xy -9.068898 -3.314581) + (xy -9.016708 -3.2385) + (xy -8.819444 -2.949222) + (xy -8.811402 -3.2385) + (xy -8.803359 -3.527778) + (xy -8.607778 -3.527778) + (xy -8.607778 -2.596444) + (xy -8.701429 -2.596444) + (xy -8.742842 -2.599611) + (xy -8.779218 -2.614274) + (xy -8.818298 -2.648173) + (xy -8.867824 -2.70905) + (xy -8.935536 -2.804646) + (xy -8.990706 -2.885722) + (xy -9.186333 -3.175) + (xy -9.202419 -2.596444) + (xy -9.398 -2.596444) + (xy -9.398 -3.527778) + (xy -9.305985 -3.527778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 789ebe14-f8e4-49f3-bf98-ed5cb5b01926)) + (fp_poly + (pts + (xy -9.265082 1.499167) + (xy -9.22863 1.514474) + (xy -9.18892 1.549406) + (xy -9.138245 1.61167) + (xy -9.068898 1.708974) + (xy -9.016708 1.785056) + (xy -8.819444 2.074334) + (xy -8.811402 1.785056) + (xy -8.803359 1.495778) + (xy -8.607778 1.495778) + (xy -8.607778 2.427111) + (xy -8.701207 2.427111) + (xy -8.742706 2.423866) + (xy -8.779306 2.40897) + (xy -8.818812 2.374683) + (xy -8.869026 2.313265) + (xy -8.937752 2.216976) + (xy -8.990485 2.140175) + (xy -9.186333 1.853238) + (xy -9.194376 2.140175) + (xy -9.202419 2.427111) + (xy -9.398 2.427111) + (xy -9.398 1.495778) + (xy -9.305985 1.495778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4b595115-e7da-4786-9a22-510cdddd94c2)) + (fp_poly + (pts + (xy 6.992928 1.499023) + (xy 7.029528 1.513919) + (xy 7.069034 1.548207) + (xy 7.119249 1.609625) + (xy 7.187975 1.705914) + (xy 7.240707 1.782715) + (xy 7.436556 2.069651) + (xy 7.444598 1.782715) + (xy 7.452641 1.495778) + (xy 7.648222 1.495778) + (xy 7.648222 2.427111) + (xy 7.5565 2.426552) + (xy 7.515581 2.422802) + (xy 7.478899 2.406965) + (xy 7.438737 2.371323) + (xy 7.387377 2.308159) + (xy 7.317102 2.209754) + (xy 7.267222 2.137274) + (xy 7.069667 1.848556) + (xy 7.061624 2.137834) + (xy 7.053581 2.427111) + (xy 6.858 2.427111) + (xy 6.858 1.495778) + (xy 6.951429 1.495778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3acdf154-b191-4cb6-8ffa-c63c5794b3fd)) + (fp_poly + (pts + (xy -5.662844 -0.421985) + (xy -5.399826 -1.058333) + (xy -5.150555 -1.058333) + (xy -5.142818 -0.585611) + (xy -5.13508 -0.112889) + (xy -5.360178 -0.112889) + (xy -5.368256 -0.387215) + (xy -5.376333 -0.661542) + (xy -5.485362 -0.385649) + (xy -5.535166 -0.262311) + (xy -5.571422 -0.182874) + (xy -5.600206 -0.138316) + (xy -5.627594 -0.119615) + (xy -5.659663 -0.11775) + (xy -5.665368 -0.118378) + (xy -5.699114 -0.12834) + (xy -5.729337 -0.155253) + (xy -5.761677 -0.208281) + (xy -5.801773 -0.296587) + (xy -5.852673 -0.422743) + (xy -5.969 -0.718486) + (xy -5.97701 -0.415687) + (xy -5.985021 -0.112889) + (xy -6.182031 -0.112889) + (xy -6.166555 -1.058333) + (xy -5.92183 -1.058333) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 21449148-4ca6-4d23-bc22-979661e394da)) + (fp_poly + (pts + (xy 5.935881 1.509889) + (xy 6.062935 1.815903) + (xy 6.189988 2.121918) + (xy 6.440532 1.495778) + (xy 6.688667 1.495778) + (xy 6.688667 2.427111) + (xy 6.491111 2.427111) + (xy 6.489524 2.137834) + (xy 6.487937 1.848556) + (xy 6.371441 2.139207) + (xy 6.319517 2.2663) + (xy 6.28172 2.349384) + (xy 6.252211 2.397245) + (xy 6.225154 2.418668) + (xy 6.19471 2.42244) + (xy 6.183925 2.421429) + (xy 6.150091 2.411448) + (xy 6.119458 2.384312) + (xy 6.086335 2.33094) + (xy 6.045028 2.242251) + (xy 5.992882 2.116667) + (xy 5.87286 1.820334) + (xy 5.871541 2.123722) + (xy 5.870222 2.427111) + (xy 5.672667 2.427111) + (xy 5.672667 1.492685) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b9070895-a4fc-48f2-affe-24674ab8ae09)) + (fp_poly + (pts + (xy -2.914015 -3.522268) + (xy -2.780029 -3.513666) + (xy -2.530619 -2.90226) + (xy -2.402764 -3.215019) + (xy -2.274908 -3.527778) + (xy -2.003778 -3.527778) + (xy -2.003778 -2.596444) + (xy -2.227512 -2.596444) + (xy -2.235589 -2.870771) + (xy -2.243667 -3.145098) + (xy -2.352695 -2.869205) + (xy -2.402499 -2.745867) + (xy -2.438755 -2.66643) + (xy -2.467539 -2.621872) + (xy -2.494928 -2.603171) + (xy -2.526996 -2.601305) + (xy -2.532701 -2.601934) + (xy -2.566447 -2.611896) + (xy -2.59667 -2.638808) + (xy -2.62901 -2.691836) + (xy -2.669106 -2.780143) + (xy -2.720006 -2.906299) + (xy -2.836333 -3.202042) + (xy -2.844344 -2.899243) + (xy -2.852354 -2.596444) + (xy -3.048 -2.596444) + (xy -3.048 -3.53087) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e522cd70-d423-4cc8-819d-783a03683236)) + (fp_poly + (pts + (xy 5.957187 -1.055092) + (xy 5.994595 -1.023113) + (xy 6.04296 -0.963731) + (xy 6.109754 -0.869473) + (xy 6.167579 -0.784505) + (xy 6.364111 -0.493889) + (xy 6.392333 -1.058333) + (xy 6.589889 -1.058333) + (xy 6.605365 -0.112889) + (xy 6.509856 -0.112889) + (xy 6.467555 -0.115919) + (xy 6.430785 -0.130193) + (xy 6.391634 -0.163479) + (xy 6.342194 -0.223551) + (xy 6.274556 -0.31818) + (xy 6.219896 -0.397781) + (xy 6.025445 -0.682673) + (xy 6.009359 -0.112889) + (xy 5.910683 -0.112889) + (xy 5.840608 -0.122361) + (xy 5.799925 -0.145663) + (xy 5.798014 -0.149351) + (xy 5.793657 -0.189072) + (xy 5.790881 -0.274514) + (xy 5.789824 -0.394971) + (xy 5.790627 -0.539739) + (xy 5.791844 -0.622074) + (xy 5.799667 -1.058333) + (xy 5.885357 -1.066727) + (xy 5.923265 -1.06714) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 86686492-7041-4dba-8be6-734e5e8b74eb)) + (fp_poly + (pts + (xy -6.822722 -1.072287) + (xy -6.628989 -1.059535) + (xy -6.483361 -1.020463) + (xy -6.383095 -0.953262) + (xy -6.325451 -0.856119) + (xy -6.307667 -0.732145) + (xy -6.325031 -0.604493) + (xy -6.379939 -0.514194) + (xy -6.476617 -0.457285) + (xy -6.619289 -0.429802) + (xy -6.630972 -0.428888) + (xy -6.801555 -0.416549) + (xy -6.801555 -0.112889) + (xy -6.999111 -0.112889) + (xy -6.999111 -0.909393) + (xy -6.801555 -0.909393) + (xy -6.801555 -0.592666) + (xy -6.694311 -0.592666) + (xy -6.615293 -0.601091) + (xy -6.558936 -0.621834) + (xy -6.5532 -0.626533) + (xy -6.525518 -0.685084) + (xy -6.521892 -0.761523) + (xy -6.542128 -0.826358) + (xy -6.554611 -0.840685) + (xy -6.604539 -0.864932) + (xy -6.681597 -0.886783) + (xy -6.695722 -0.889615) + (xy -6.801555 -0.909393) + (xy -6.999111 -0.909393) + (xy -6.999111 -1.072444) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a20ec4de-b1e2-4a66-8bcc-7d8b81ca50be)) + (fp_poly + (pts + (xy -10.323607 -3.513666) + (xy -10.206526 -3.224715) + (xy -10.157896 -3.108527) + (xy -10.11563 -3.014592) + (xy -10.084705 -2.95354) + (xy -10.071039 -2.935437) + (xy -10.049674 -2.958675) + (xy -10.025492 -3.012722) + (xy -10.001888 -3.075246) + (xy -9.96366 -3.171376) + (xy -9.918146 -3.282722) + (xy -9.907209 -3.309055) + (xy -9.816066 -3.527778) + (xy -9.567333 -3.527778) + (xy -9.567333 -2.596444) + (xy -9.762914 -2.596444) + (xy -9.779 -3.175) + (xy -9.891889 -2.884653) + (xy -9.942346 -2.757419) + (xy -9.979151 -2.674337) + (xy -10.008057 -2.626558) + (xy -10.034818 -2.60523) + (xy -10.065187 -2.601502) + (xy -10.075333 -2.602431) + (xy -10.108948 -2.612284) + (xy -10.13933 -2.639358) + (xy -10.172124 -2.692745) + (xy -10.212975 -2.781536) + (xy -10.264359 -2.906889) + (xy -10.382828 -3.203222) + (xy -10.385778 -2.596444) + (xy -10.583333 -2.596444) + (xy -10.583333 -3.53087) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fc57f6b0-4c13-49ec-85cc-32bcedf59182)) + (fp_poly + (pts + (xy -10.323607 1.509889) + (xy -10.206526 1.798841) + (xy -10.158166 1.914987) + (xy -10.116594 2.008902) + (xy -10.086673 2.069968) + (xy -10.074009 2.088118) + (xy -10.057837 2.063781) + (xy -10.025574 1.99744) + (xy -9.982051 1.899518) + (xy -9.936876 1.792111) + (xy -9.815178 1.495778) + (xy -9.567333 1.495778) + (xy -9.567333 2.427111) + (xy -9.762914 2.427111) + (xy -9.770957 2.143028) + (xy -9.779 1.858944) + (xy -9.891889 2.143824) + (xy -9.942761 2.269579) + (xy -9.979854 2.351332) + (xy -10.009061 2.397984) + (xy -10.036278 2.418437) + (xy -10.067398 2.421592) + (xy -10.075333 2.420852) + (xy -10.108952 2.411125) + (xy -10.139402 2.384154) + (xy -10.172347 2.330873) + (xy -10.213449 2.242216) + (xy -10.26533 2.116667) + (xy -10.384772 1.820334) + (xy -10.385275 2.123722) + (xy -10.385778 2.427111) + (xy -10.583333 2.427111) + (xy -10.583333 1.492685) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7e68f021-03d8-4f40-9001-42c7e6dca4ef)) + (fp_poly + (pts + (xy -0.536222 -2.596444) + (xy -0.733778 -2.596444) + (xy -0.736416 -3.203222) + (xy -0.856437 -2.906889) + (xy -0.910827 -2.776131) + (xy -0.951613 -2.689336) + (xy -0.984488 -2.637423) + (xy -1.015144 -2.611313) + (xy -1.04748 -2.602126) + (xy -1.080104 -2.602282) + (xy -1.107572 -2.617425) + (xy -1.13572 -2.656342) + (xy -1.170388 -2.727818) + (xy -1.217412 -2.840639) + (xy -1.234997 -2.884349) + (xy -1.351492 -3.175) + (xy -1.353079 -2.885722) + (xy -1.354667 -2.596444) + (xy -1.552222 -2.596444) + (xy -1.552222 -3.527778) + (xy -1.305316 -3.527778) + (xy -1.183783 -3.230897) + (xy -1.13402 -3.115703) + (xy -1.089981 -3.02543) + (xy -1.056639 -2.96953) + (xy -1.039546 -2.95672) + (xy -1.019937 -2.99114) + (xy -0.985227 -3.065778) + (xy -0.940973 -3.168325) + (xy -0.908737 -3.246546) + (xy -0.800633 -3.513666) + (xy -0.668427 -3.522268) + (xy -0.536222 -3.53087) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 287f8d70-44f7-4e09-a679-5a1ef4748245)) + (fp_poly + (pts + (xy 12.937822 1.509889) + (xy 13.051744 1.798991) + (xy 13.098982 1.915365) + (xy 13.139771 2.00938) + (xy 13.169309 2.070368) + (xy 13.181961 2.088269) + (xy 13.198452 2.063853) + (xy 13.230924 1.997417) + (xy 13.274526 1.8994) + (xy 13.319563 1.792111) + (xy 13.440872 1.495778) + (xy 13.687778 1.495778) + (xy 13.687778 2.427111) + (xy 13.490222 2.427111) + (xy 13.488635 2.137834) + (xy 13.487048 1.848556) + (xy 13.370553 2.139207) + (xy 13.318628 2.2663) + (xy 13.280831 2.349384) + (xy 13.251322 2.397245) + (xy 13.224265 2.418668) + (xy 13.193821 2.42244) + (xy 13.183036 2.421429) + (xy 13.149202 2.411448) + (xy 13.118569 2.384312) + (xy 13.085446 2.33094) + (xy 13.04414 2.242251) + (xy 12.991993 2.116667) + (xy 12.871972 1.820334) + (xy 12.870652 2.123722) + (xy 12.869333 2.427111) + (xy 12.671778 2.427111) + (xy 12.671778 1.492685) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e734a04d-3dde-40ac-9c1e-4468bae3a97f)) + (fp_poly + (pts (xy 7.956456 -3.523367) (xy 8.087962 -3.517522) (xy 8.176545 -3.508863) @@ -29608,45 +32798,2020 @@ (xy 7.874 -2.758437) (xy 7.676445 -2.758437) (xy 7.676445 -3.533067) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp c86e9be9-a5c6-4c84-b065-470b04238b20)) - (fp_poly (pts - (xy 14.449778 4.402667) - (xy -14.421555 4.402667) - (xy -14.421555 4.233334) - (xy -14.252222 4.233334) - (xy 14.280445 4.233334) - (xy 14.280445 -1.693333) - (xy -14.252222 -1.693333) - (xy -14.252222 4.233334) - (xy -14.421555 4.233334) - (xy -14.421555 -1.862666) - (xy -14.252222 -1.862666) - (xy 14.280445 -1.862666) - (xy 14.280445 -4.233333) - (xy -14.252222 -4.233333) - (xy -14.252222 -1.862666) - (xy -14.421555 -1.862666) - (xy -14.421555 -4.402666) - (xy 14.449778 -4.402666) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp cd360091-c79a-4df5-897a-7de4ec62a9e3)) - (fp_poly (pts - (xy -7.140222 -0.874889) - (xy -7.563555 -0.874889) - (xy -7.563555 -0.679912) - (xy -7.373055 -0.671567) - (xy -7.271936 -0.665903) - (xy -7.214104 -0.656275) - (xy -7.186429 -0.637025) - (xy -7.175777 -0.602492) - (xy -7.173625 -0.585611) - (xy -7.164695 -0.508) - (xy -7.563555 -0.508) - (xy -7.563555 -0.112889) - (xy -7.761111 -0.112889) - (xy -7.761111 -1.072444) - (xy -7.140222 -1.072444) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp d2054b50-9654-422d-857e-708a4b15b405)) - (fp_poly (pts + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c86e9be9-a5c6-4c84-b065-470b04238b20)) + (fp_poly + (pts + (xy -6.237525 2.770189) + (xy -5.955718 2.779889) + (xy -5.850023 2.88564) + (xy -5.794567 2.944891) + (xy -5.761912 2.99688) + (xy -5.74491 3.060783) + (xy -5.736412 3.155778) + (xy -5.734312 3.196085) + (xy -5.731385 3.310058) + (xy -5.738595 3.387408) + (xy -5.759559 3.447581) + (xy -5.790766 3.499556) + (xy -5.869512 3.591067) + (xy -5.967137 3.651496) + (xy -6.094838 3.685302) + (xy -6.263813 3.696947) + (xy -6.2865 3.697067) + (xy -6.519333 3.697111) + (xy -6.519333 3.527778) + (xy -6.321778 3.527778) + (xy -6.224328 3.527778) + (xy -6.134168 3.518263) + (xy -6.056902 3.495895) + (xy -5.982115 3.432134) + (xy -5.939516 3.328162) + (xy -5.932148 3.192103) + (xy -5.934363 3.168591) + (xy -5.964746 3.049497) + (xy -6.027458 2.974837) + (xy -6.128195 2.939564) + (xy -6.197904 2.935111) + (xy -6.321778 2.935111) + (xy -6.321778 3.527778) + (xy -6.519333 3.527778) + (xy -6.519333 2.760489) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1abb4d83-7d9b-4d2b-b3d6-49903d7f261a)) + (fp_poly + (pts + (xy 2.032 2.427111) + (xy 1.836419 2.427111) + (xy 1.828376 2.137834) + (xy 1.820333 1.848556) + (xy 1.707495 2.137834) + (xy 1.656457 2.265602) + (xy 1.61872 2.349326) + (xy 1.588522 2.398091) + (xy 1.560102 2.420979) + (xy 1.527697 2.427075) + (xy 1.524 2.427111) + (xy 1.490876 2.422199) + (xy 1.462316 2.401407) + (xy 1.432557 2.355651) + (xy 1.395837 2.275847) + (xy 1.346395 2.152911) + (xy 1.340505 2.137834) + (xy 1.227667 1.848556) + (xy 1.219624 2.137834) + (xy 1.211581 2.427111) + (xy 1.016 2.427111) + (xy 1.016 1.492685) + (xy 1.146576 1.501287) + (xy 1.277151 1.509889) + (xy 1.391116 1.799167) + (xy 1.438393 1.915565) + (xy 1.479282 2.009581) + (xy 1.508968 2.070557) + (xy 1.521784 2.088445) + (xy 1.538409 2.063934) + (xy 1.570718 1.99747) + (xy 1.61381 1.899657) + (xy 1.655506 1.799167) + (xy 1.772525 1.509889) + (xy 1.902263 1.501287) + (xy 2.032 1.492685) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0e1803ea-ad72-4979-848d-ed638a88c18a)) + (fp_poly + (pts + (xy -2.693587 -1.051018) + (xy -2.67941 -1.047047) + (xy -2.569099 -0.992183) + (xy -2.504752 -0.905484) + (xy -2.483559 -0.783136) + (xy -2.483555 -0.781198) + (xy -2.487945 -0.724758) + (xy -2.506153 -0.673437) + (xy -2.545742 -0.615006) + (xy -2.614271 -0.537239) + (xy -2.67163 -0.477034) + (xy -2.859705 -0.282222) + (xy -2.455333 -0.282222) + (xy -2.455333 -0.112889) + (xy -3.132667 -0.112889) + (xy -3.132667 -0.187684) + (xy -3.121464 -0.234025) + (xy -3.083892 -0.292746) + (xy -3.01401 -0.371454) + (xy -2.906714 -0.476962) + (xy -2.797085 -0.5851) + (xy -2.726571 -0.665409) + (xy -2.689764 -0.724751) + (xy -2.680936 -0.763411) + (xy -2.702371 -0.846047) + (xy -2.755625 -0.89395) + (xy -2.824838 -0.902603) + (xy -2.894152 -0.867487) + (xy -2.923595 -0.832555) + (xy -2.978259 -0.779983) + (xy -3.042124 -0.758224) + (xy -3.09841 -0.767611) + (xy -3.130336 -0.808473) + (xy -3.132667 -0.828434) + (xy -3.107046 -0.919171) + (xy -3.038241 -0.992627) + (xy -2.938338 -1.042973) + (xy -2.819425 -1.06438) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5544e7ae-9ee7-40c1-aa4b-615973591f46)) + (fp_poly + (pts + (xy -8.471079 0.207486) + (xy -8.366184 0.24377) + (xy -8.28063 0.308304) + (xy -8.226126 0.399233) + (xy -8.212667 0.482961) + (xy -8.222974 0.54878) + (xy -8.258089 0.620317) + (xy -8.324299 0.707314) + (xy -8.427892 0.819516) + (xy -8.433715 0.8255) + (xy -8.5919 0.987778) + (xy -8.184444 0.987778) + (xy -8.184444 1.157111) + (xy -8.861778 1.157111) + (xy -8.862105 1.0795) + (xy -8.852733 1.034114) + (xy -8.819945 0.97964) + (xy -8.757287 0.907786) + (xy -8.658303 0.810264) + (xy -8.636327 0.789529) + (xy -8.517718 0.671444) + (xy -8.442868 0.578925) + (xy -8.408784 0.505915) + (xy -8.41247 0.446359) + (xy -8.444089 0.400756) + (xy -8.511754 0.367053) + (xy -8.589582 0.372269) + (xy -8.653272 0.412446) + (xy -8.669357 0.437445) + (xy -8.708294 0.489429) + (xy -8.773122 0.507392) + (xy -8.795752 0.508) + (xy -8.858964 0.506028) + (xy -8.884049 0.490951) + (xy -8.87691 0.44903) + (xy -8.84989 0.381968) + (xy -8.78472 0.286694) + (xy -8.692056 0.227092) + (xy -8.583606 0.201308) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bad60fa6-2caf-4305-9d1c-cc1d53ccf041)) + (fp_poly + (pts + (xy 0.645847 -1.064691) + (xy 0.750485 -1.027098) + (xy 0.835705 -0.96067) + (xy 0.889869 -0.867339) + (xy 0.903111 -0.782156) + (xy 0.89883 -0.725429) + (xy 0.880944 -0.674183) + (xy 0.841889 -0.616148) + (xy 0.774102 -0.539052) + (xy 0.715037 -0.477034) + (xy 0.526962 -0.282222) + (xy 0.931333 -0.282222) + (xy 0.931333 -0.112889) + (xy 0.254 -0.112889) + (xy 0.254 -0.190493) + (xy 0.263629 -0.235874) + (xy 0.296794 -0.290547) + (xy 0.359912 -0.362714) + (xy 0.459401 -0.460573) + (xy 0.482121 -0.481974) + (xy 0.584124 -0.579736) + (xy 0.650096 -0.649796) + (xy 0.686809 -0.701243) + (xy 0.701038 -0.743167) + (xy 0.700843 -0.775468) + (xy 0.678946 -0.843887) + (xy 0.646424 -0.883254) + (xy 0.5777 -0.899524) + (xy 0.502919 -0.882098) + (xy 0.447673 -0.83892) + (xy 0.437424 -0.818379) + (xy 0.406546 -0.77686) + (xy 0.340273 -0.762327) + (xy 0.322654 -0.762) + (xy 0.257835 -0.763932) + (xy 0.231931 -0.778897) + (xy 0.23875 -0.820644) + (xy 0.265888 -0.888032) + (xy 0.331811 -0.985119) + (xy 0.424871 -1.045636) + (xy 0.533429 -1.071515) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp dae71895-b2db-438c-be86-33d69f6d667b)) + (fp_poly + (pts + (xy 12.160514 -1.064691) + (xy 12.265152 -1.027098) + (xy 12.350372 -0.96067) + (xy 12.404535 -0.867339) + (xy 12.417778 -0.782156) + (xy 12.413497 -0.725429) + (xy 12.395611 -0.674183) + (xy 12.356556 -0.616148) + (xy 12.288768 -0.539052) + (xy 12.229703 -0.477034) + (xy 12.041629 -0.282222) + (xy 12.446 -0.282222) + (xy 12.446 -0.112889) + (xy 11.768667 -0.112889) + (xy 11.768667 -0.190493) + (xy 11.778296 -0.235874) + (xy 11.81146 -0.290547) + (xy 11.874579 -0.362714) + (xy 11.974068 -0.460573) + (xy 11.996787 -0.481974) + (xy 12.098791 -0.579736) + (xy 12.164762 -0.649796) + (xy 12.201476 -0.701243) + (xy 12.215705 -0.743167) + (xy 12.21551 -0.775468) + (xy 12.193612 -0.843887) + (xy 12.16109 -0.883254) + (xy 12.092367 -0.899524) + (xy 12.017586 -0.882098) + (xy 11.962339 -0.83892) + (xy 11.95209 -0.818379) + (xy 11.921213 -0.77686) + (xy 11.85494 -0.762327) + (xy 11.83732 -0.762) + (xy 11.772502 -0.763932) + (xy 11.746598 -0.778897) + (xy 11.753417 -0.820644) + (xy 11.780555 -0.888032) + (xy 11.846478 -0.985119) + (xy 11.939538 -1.045636) + (xy 12.048096 -1.071515) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c0b8319d-637a-465a-93c9-be2185d2e89b)) + (fp_poly + (pts + (xy 5.493864 -3.519101) + (xy 5.619271 -3.452378) + (xy 5.70791 -3.344185) + (xy 5.757467 -3.196982) + (xy 5.767641 -3.079976) + (xy 5.746808 -2.908994) + (xy 5.685344 -2.768635) + (xy 5.589173 -2.664213) + (xy 5.464215 -2.601038) + (xy 5.316393 -2.584423) + (xy 5.228874 -2.596741) + (xy 5.088166 -2.651367) + (xy 4.986096 -2.744525) + (xy 4.920695 -2.878751) + (xy 4.892175 -3.030009) + (xy 4.891511 -3.070777) + (xy 5.104038 -3.070777) + (xy 5.117114 -2.953262) + (xy 5.15912 -2.856875) + (xy 5.177495 -2.83505) + (xy 5.2728 -2.776466) + (xy 5.383033 -2.76976) + (xy 5.431513 -2.783309) + (xy 5.492878 -2.834386) + (xy 5.535283 -2.922727) + (xy 5.556405 -3.031656) + (xy 5.553923 -3.144498) + (xy 5.525511 -3.244581) + (xy 5.501285 -3.284083) + (xy 5.421318 -3.345142) + (xy 5.324312 -3.362663) + (xy 5.229148 -3.336645) + (xy 5.166715 -3.284083) + (xy 5.120401 -3.188144) + (xy 5.104038 -3.070777) + (xy 4.891511 -3.070777) + (xy 4.890337 -3.142787) + (xy 4.914672 -3.238126) + (xy 4.943931 -3.300348) + (xy 5.024833 -3.424461) + (xy 5.118565 -3.500336) + (xy 5.238373 -3.536174) + (xy 5.334 -3.541889) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b0743093-a86d-4ea0-9adc-e9f57b673a68)) + (fp_poly + (pts + (xy 12.180429 1.482056) + (xy 12.316706 1.539883) + (xy 12.438123 1.650253) + (xy 12.458367 1.676082) + (xy 12.500208 1.769672) + (xy 12.519894 1.894664) + (xy 12.517693 2.030661) + (xy 12.493871 2.157266) + (xy 12.450831 2.251148) + (xy 12.34647 2.353884) + (xy 12.21428 2.420018) + (xy 12.070792 2.44368) + (xy 11.955478 2.427021) + (xy 11.825305 2.358976) + (xy 11.729575 2.249414) + (xy 11.671983 2.104153) + (xy 11.655778 1.95535) + (xy 11.656947 1.944095) + (xy 11.853333 1.944095) + (xy 11.871927 2.078306) + (xy 11.923008 2.179311) + (xy 11.999527 2.241287) + (xy 12.094434 2.258414) + (xy 12.196245 2.227284) + (xy 12.264623 2.161433) + (xy 12.306488 2.062192) + (xy 12.320146 1.946866) + (xy 12.303904 1.832759) + (xy 12.256068 1.737175) + (xy 12.245413 1.724804) + (xy 12.167059 1.677844) + (xy 12.064952 1.665247) + (xy 11.981598 1.682642) + (xy 11.928125 1.728098) + (xy 11.882936 1.808792) + (xy 11.856414 1.903557) + (xy 11.853333 1.944095) + (xy 11.656947 1.944095) + (xy 11.672975 1.789821) + (xy 11.727193 1.662657) + (xy 11.822374 1.566486) + (xy 11.883644 1.529233) + (xy 12.034379 1.478073) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8ce27251-bd6d-446f-b678-cc5f878bb362)) + (fp_poly + (pts + (xy -4.41006 -1.0357) + (xy -4.2828 -0.96884) + (xy -4.191885 -0.85931) + (xy -4.138984 -0.708666) + (xy -4.129622 -0.645212) + (xy -4.134241 -0.48319) + (xy -4.178958 -0.33783) + (xy -4.258618 -0.221778) + (xy -4.323136 -0.170191) + (xy -4.443483 -0.122887) + (xy -4.5796 -0.109418) + (xy -4.711212 -0.129115) + (xy -4.818048 -0.181305) + (xy -4.824848 -0.186806) + (xy -4.924852 -0.295287) + (xy -4.98152 -0.421914) + (xy -4.994616 -0.529399) + (xy -4.795385 -0.529399) + (xy -4.786436 -0.466653) + (xy -4.737836 -0.366319) + (xy -4.660139 -0.303941) + (xy -4.566711 -0.283667) + (xy -4.470914 -0.309646) + (xy -4.415495 -0.351495) + (xy -4.364819 -0.437271) + (xy -4.342916 -0.550627) + (xy -4.350299 -0.670287) + (xy -4.387477 -0.774971) + (xy -4.404715 -0.800527) + (xy -4.480018 -0.857101) + (xy -4.574918 -0.877557) + (xy -4.667962 -0.860547) + (xy -4.72524 -0.820635) + (xy -4.76537 -0.74586) + (xy -4.79018 -0.640518) + (xy -4.795385 -0.529399) + (xy -4.994616 -0.529399) + (xy -5.000862 -0.580661) + (xy -5.000978 -0.596338) + (xy -4.98034 -0.768717) + (xy -4.919543 -0.902673) + (xy -4.820261 -0.996403) + (xy -4.684169 -1.048104) + (xy -4.572 -1.058333) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5b39cfdb-144e-4bee-ba88-1fe55f3bc4b2)) + (fp_poly + (pts + (xy -1.639433 1.491711) + (xy -1.594267 1.508191) + (xy -1.519323 1.557386) + (xy -1.448941 1.631938) + (xy -1.398561 1.712644) + (xy -1.382994 1.770945) + (xy -1.404674 1.80195) + (xy -1.457983 1.808801) + (xy -1.524932 1.794246) + (xy -1.587532 1.761037) + (xy -1.613709 1.735667) + (xy -1.691606 1.6774) + (xy -1.787501 1.661203) + (xy -1.88201 1.686854) + (xy -1.945285 1.739473) + (xy -1.991599 1.835412) + (xy -2.007962 1.952778) + (xy -1.994886 2.070294) + (xy -1.95288 2.166681) + (xy -1.934505 2.188505) + (xy -1.841482 2.248599) + (xy -1.743096 2.254583) + (xy -1.648489 2.206894) + (xy -1.613947 2.173111) + (xy -1.539009 2.109755) + (xy -1.470662 2.087116) + (xy -1.419347 2.10077) + (xy -1.395508 2.146294) + (xy -1.409585 2.219263) + (xy -1.426589 2.252491) + (xy -1.516921 2.353279) + (xy -1.639451 2.416903) + (xy -1.780457 2.43902) + (xy -1.926214 2.415284) + (xy -1.933222 2.412871) + (xy -2.065011 2.339535) + (xy -2.157675 2.225919) + (xy -2.202814 2.111168) + (xy -2.223774 1.94628) + (xy -2.199687 1.795726) + (xy -2.137292 1.666186) + (xy -2.04333 1.564336) + (xy -1.92454 1.496855) + (xy -1.787661 1.470421) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 15105b73-f846-4432-bc89-93f05eb861af)) + (fp_poly + (pts + (xy 0.219737 -3.51115) + (xy 0.233947 -3.505091) + (xy 0.355952 -3.426172) + (xy 0.434965 -3.314746) + (xy 0.472571 -3.167678) + (xy 0.474391 -3.029463) + (xy 0.441533 -2.863835) + (xy 0.370394 -2.731958) + (xy 0.26757 -2.638654) + (xy 0.139658 -2.588744) + (xy -0.006747 -2.587051) + (xy -0.098778 -2.610496) + (xy -0.21693 -2.676665) + (xy -0.314339 -2.776896) + (xy -0.375525 -2.893947) + (xy -0.384271 -2.928513) + (xy -0.393131 -3.074529) + (xy -0.185537 -3.074529) + (xy -0.174034 -2.968565) + (xy -0.171194 -2.958414) + (xy -0.119068 -2.855812) + (xy -0.042435 -2.790153) + (xy 0.046616 -2.765752) + (xy 0.136 -2.786924) + (xy 0.190544 -2.829278) + (xy 0.251976 -2.930851) + (xy 0.276984 -3.052408) + (xy 0.265349 -3.174946) + (xy 0.216854 -3.279465) + (xy 0.195981 -3.303574) + (xy 0.118385 -3.346258) + (xy 0.018444 -3.357048) + (xy -0.078062 -3.333549) + (xy -0.085563 -3.329742) + (xy -0.136885 -3.274268) + (xy -0.171682 -3.182814) + (xy -0.185537 -3.074529) + (xy -0.393131 -3.074529) + (xy -0.394797 -3.101991) + (xy -0.362468 -3.25526) + (xy -0.293634 -3.382395) + (xy -0.194646 -3.477475) + (xy -0.071854 -3.534575) + (xy 0.06839 -3.547775) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d99d2c21-8e88-4972-89b2-833120f512b3)) + (fp_poly + (pts + (xy 3.612643 -3.52271) + (xy 3.724266 -3.504893) + (xy 3.801385 -3.470401) + (xy 3.854625 -3.415311) + (xy 3.879196 -3.371435) + (xy 3.918154 -3.250416) + (xy 3.907335 -3.146285) + (xy 3.845311 -3.046801) + (xy 3.840691 -3.041561) + (xy 3.758493 -2.949565) + (xy 3.857231 -2.773005) + (xy 3.955969 -2.596444) + (xy 3.842562 -2.596444) + (xy 3.781024 -2.599226) + (xy 3.738439 -2.614945) + (xy 3.701315 -2.654666) + (xy 3.656161 -2.729453) + (xy 3.636063 -2.765778) + (xy 3.578012 -2.862399) + (xy 3.531641 -2.915589) + (xy 3.488365 -2.934596) + (xy 3.47893 -2.935111) + (xy 3.443361 -2.930561) + (xy 3.42415 -2.908137) + (xy 3.41632 -2.854676) + (xy 3.414889 -2.765778) + (xy 3.414889 -2.596444) + (xy 3.217333 -2.596444) + (xy 3.217333 -3.104444) + (xy 3.414889 -3.104444) + (xy 3.522133 -3.104444) + (xy 3.601151 -3.112869) + (xy 3.657509 -3.133612) + (xy 3.663245 -3.138311) + (xy 3.69152 -3.193332) + (xy 3.697111 -3.231444) + (xy 3.676656 -3.30596) + (xy 3.613304 -3.347479) + (xy 3.522133 -3.358444) + (xy 3.414889 -3.358444) + (xy 3.414889 -3.104444) + (xy 3.217333 -3.104444) + (xy 3.217333 -3.527778) + (xy 3.455894 -3.527778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6dff10ec-db0a-4a5b-bc11-1ac4adb796a6)) + (fp_poly + (pts + (xy 3.79927 -1.028059) + (xy 3.91403 -0.948321) + (xy 3.986502 -0.84466) + (xy 4.036004 -0.747889) + (xy 3.935533 -0.739035) + (xy 3.854984 -0.742642) + (xy 3.798283 -0.779068) + (xy 3.77815 -0.802535) + (xy 3.703153 -0.858121) + (xy 3.608084 -0.877457) + (xy 3.514798 -0.859379) + (xy 3.458259 -0.81959) + (xy 3.418075 -0.743313) + (xy 3.395335 -0.636526) + (xy 3.392796 -0.523216) + (xy 3.413179 -0.427462) + (xy 3.475766 -0.338044) + (xy 3.562797 -0.292537) + (xy 3.660643 -0.293181) + (xy 3.755674 -0.342214) + (xy 3.781778 -0.366889) + (xy 3.850122 -0.421856) + (xy 3.919471 -0.450049) + (xy 3.975807 -0.449268) + (xy 4.00511 -0.417311) + (xy 4.006556 -0.402166) + (xy 3.978248 -0.294659) + (xy 3.903782 -0.206763) + (xy 3.791837 -0.144739) + (xy 3.651098 -0.114843) + (xy 3.60547 -0.113075) + (xy 3.506475 -0.116825) + (xy 3.438287 -0.134583) + (xy 3.375463 -0.175689) + (xy 3.331927 -0.213484) + (xy 3.253358 -0.298361) + (xy 3.208701 -0.390261) + (xy 3.191154 -0.460428) + (xy 3.177907 -0.635463) + (xy 3.208711 -0.789143) + (xy 3.278659 -0.915013) + (xy 3.382842 -1.006614) + (xy 3.516351 -1.057488) + (xy 3.649825 -1.063837) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0aaabfb4-ac0e-4e93-8e7f-46d41036c4dd)) + (fp_poly + (pts + (xy -10.396134 -1.063947) + (xy -10.342572 -1.042938) + (xy -10.336527 -1.037166) + (xy -10.314826 -0.99726) + (xy -10.278442 -0.917568) + (xy -10.233076 -0.810943) + (xy -10.199015 -0.727135) + (xy -10.152404 -0.613958) + (xy -10.112277 -0.523346) + (xy -10.083653 -0.466236) + (xy -10.072736 -0.451969) + (xy -10.055433 -0.476117) + (xy -10.024573 -0.540504) + (xy -9.98613 -0.632412) + (xy -9.976821 -0.656166) + (xy -9.914882 -0.813396) + (xy -9.866699 -0.92523) + (xy -9.826794 -0.99934) + (xy -9.789691 -1.0434) + (xy -9.749913 -1.065081) + (xy -9.701982 -1.072054) + (xy -9.679649 -1.072444) + (xy -9.567333 -1.072444) + (xy -9.567333 -0.112889) + (xy -9.762914 -0.112889) + (xy -9.770957 -0.402166) + (xy -9.779 -0.691444) + (xy -9.891889 -0.401098) + (xy -9.942432 -0.273752) + (xy -9.979357 -0.190609) + (xy -10.008362 -0.142835) + (xy -10.035146 -0.121596) + (xy -10.065407 -0.118058) + (xy -10.073937 -0.118875) + (xy -10.107254 -0.129247) + (xy -10.138013 -0.157796) + (xy -10.171808 -0.213525) + (xy -10.21423 -0.305434) + (xy -10.263118 -0.423333) + (xy -10.38314 -0.719666) + (xy -10.384459 -0.416278) + (xy -10.385778 -0.112889) + (xy -10.583333 -0.112889) + (xy -10.583333 -1.072444) + (xy -10.4739 -1.072444) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2aa6c337-165a-4817-8e34-46ba7e75c8ab)) + (fp_poly + (pts + (xy -10.145115 0.214276) + (xy -10.081579 0.226983) + (xy -10.033696 0.257111) + (xy -9.988352 0.303834) + (xy -9.929125 0.38486) + (xy -9.905062 0.462977) + (xy -9.918429 0.546095) + (xy -9.971496 0.642123) + (xy -10.066529 0.758972) + (xy -10.141975 0.839611) + (xy -10.285072 0.987778) + (xy -9.906 0.987778) + (xy -9.906 1.157111) + (xy -10.244667 1.157111) + (xy -10.38741 1.156678) + (xy -10.483105 1.154236) + (xy -10.541148 1.148075) + (xy -10.570934 1.136485) + (xy -10.581859 1.117755) + (xy -10.583333 1.095448) + (xy -10.562072 1.044005) + (xy -10.500283 0.960442) + (xy -10.400955 0.848581) + (xy -10.343444 0.788637) + (xy -10.250572 0.690547) + (xy -10.174435 0.604075) + (xy -10.122832 0.538507) + (xy -10.103559 0.503132) + (xy -10.103555 0.502917) + (xy -10.126193 0.430738) + (xy -10.182205 0.385058) + (xy -10.253735 0.369774) + (xy -10.322932 0.388781) + (xy -10.371303 0.4445) + (xy -10.411039 0.492658) + (xy -10.482834 0.507913) + (xy -10.491248 0.508) + (xy -10.561219 0.492931) + (xy -10.58392 0.449527) + (xy -10.55922 0.380498) + (xy -10.500982 0.303834) + (xy -10.450035 0.252326) + (xy -10.401348 0.224679) + (xy -10.334559 0.213573) + (xy -10.244667 0.211667) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6c5b9b82-160b-47c1-9d61-76f334caf6b3)) + (fp_poly + (pts + (xy -4.285797 -3.504382) + (xy -4.275661 -3.499553) + (xy -4.155156 -3.411621) + (xy -4.074816 -3.286701) + (xy -4.037898 -3.130511) + (xy -4.035778 -3.078529) + (xy -4.056879 -2.901558) + (xy -4.11968 -2.761642) + (xy -4.223421 -2.659897) + (xy -4.360333 -2.599307) + (xy -4.435899 -2.579034) + (xy -4.483226 -2.57259) + (xy -4.528676 -2.581013) + (xy -4.59861 -2.605342) + (xy -4.609146 -2.609111) + (xy -4.749888 -2.683046) + (xy -4.845819 -2.78971) + (xy -4.89853 -2.931517) + (xy -4.910667 -3.066405) + (xy -4.909399 -3.075667) + (xy -4.707348 -3.075667) + (xy -4.692553 -2.961284) + (xy -4.647653 -2.867365) + (xy -4.579673 -2.801569) + (xy -4.495641 -2.771557) + (xy -4.402583 -2.784988) + (xy -4.336966 -2.823445) + (xy -4.270207 -2.909869) + (xy -4.240467 -3.027042) + (xy -4.250785 -3.160644) + (xy -4.258899 -3.191373) + (xy -4.307867 -3.291933) + (xy -4.384242 -3.345504) + (xy -4.473222 -3.358444) + (xy -4.579052 -3.338747) + (xy -4.650822 -3.276068) + (xy -4.68501 -3.202854) + (xy -4.707348 -3.075667) + (xy -4.909399 -3.075667) + (xy -4.888236 -3.230199) + (xy -4.824187 -3.367441) + (xy -4.723386 -3.469249) + (xy -4.674282 -3.497859) + (xy -4.539791 -3.546089) + (xy -4.417164 -3.548234) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6eea3d60-fb63-462b-92da-93bcc950b6f5)) + (fp_poly + (pts + (xy -0.16845 -1.053067) + (xy -0.051123 -0.993592) + (xy -0.028065 -0.973516) + (xy 0.047746 -0.866981) + (xy 0.092697 -0.732093) + (xy 0.107481 -0.583019) + (xy 0.092791 -0.433927) + (xy 0.049321 -0.298982) + (xy -0.022236 -0.192353) + (xy -0.068158 -0.154198) + (xy -0.193853 -0.102446) + (xy -0.326649 -0.100502) + (xy -0.421327 -0.132705) + (xy -0.526675 -0.204975) + (xy -0.594774 -0.297559) + (xy -0.632428 -0.422692) + (xy -0.644158 -0.533387) + (xy -0.64137 -0.609995) + (xy -0.440397 -0.609995) + (xy -0.43446 -0.497046) + (xy -0.41056 -0.393153) + (xy -0.368846 -0.310781) + (xy -0.309466 -0.262391) + (xy -0.273884 -0.254858) + (xy -0.240639 -0.27242) + (xy -0.189051 -0.316495) + (xy -0.182162 -0.323273) + (xy -0.144775 -0.367935) + (xy -0.123767 -0.419362) + (xy -0.114647 -0.494934) + (xy -0.112889 -0.591384) + (xy -0.124628 -0.740082) + (xy -0.160719 -0.839671) + (xy -0.222469 -0.892569) + (xy -0.281572 -0.903111) + (xy -0.34896 -0.87856) + (xy -0.397795 -0.813215) + (xy -0.428225 -0.719539) + (xy -0.440397 -0.609995) + (xy -0.64137 -0.609995) + (xy -0.637211 -0.724307) + (xy -0.592528 -0.873679) + (xy -0.510219 -0.981246) + (xy -0.437324 -1.028277) + (xy -0.30206 -1.065281) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9e3f548f-a6e0-42c1-80f2-5372fb73eb84)) + (fp_poly + (pts + (xy -6.078453 0.230405) + (xy -5.999244 0.284637) + (xy -5.978356 0.306565) + (xy -5.902968 0.425636) + (xy -5.860045 0.568061) + (xy -5.848833 0.72013) + (xy -5.868573 0.868133) + (xy -5.918509 0.998363) + (xy -5.997883 1.097109) + (xy -6.023047 1.115802) + (xy -6.120488 1.156337) + (xy -6.237922 1.174493) + (xy -6.335889 1.166368) + (xy -6.443576 1.11001) + (xy -6.526831 1.008448) + (xy -6.581574 0.869126) + (xy -6.599581 0.731233) + (xy -6.40136 0.731233) + (xy -6.377957 0.860165) + (xy -6.326856 0.954088) + (xy -6.320204 0.96113) + (xy -6.263488 1.006021) + (xy -6.214098 1.007358) + (xy -6.154537 0.963764) + (xy -6.13705 0.946727) + (xy -6.096425 0.896381) + (xy -6.075398 0.836698) + (xy -6.068143 0.747609) + (xy -6.067778 0.708166) + (xy -6.079249 0.552346) + (xy -6.114254 0.446017) + (xy -6.17368 0.38697) + (xy -6.200753 0.376979) + (xy -6.279738 0.382454) + (xy -6.34312 0.437589) + (xy -6.385335 0.536497) + (xy -6.394268 0.581618) + (xy -6.40136 0.731233) + (xy -6.599581 0.731233) + (xy -6.603726 0.699488) + (xy -6.604 0.677116) + (xy -6.585068 0.500348) + (xy -6.530159 0.361728) + (xy -6.442098 0.264427) + (xy -6.323712 0.211619) + (xy -6.183961 0.205749) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 16c3e8b9-99ce-4028-83b8-db7b6935f503)) + (fp_poly + (pts + (xy -1.02013 -1.039369) + (xy -0.895976 -0.983063) + (xy -0.865709 -0.959574) + (xy -0.807156 -0.897216) + (xy -0.781354 -0.83243) + (xy -0.776111 -0.750845) + (xy -0.784926 -0.654308) + (xy -0.81834 -0.584464) + (xy -0.852979 -0.545303) + (xy -0.929848 -0.468435) + (xy -0.729072 -0.109413) + (xy -0.849269 -0.118207) + (xy -0.916068 -0.126194) + (xy -0.961388 -0.146191) + (xy -0.999964 -0.190345) + (xy -1.046529 -0.270802) + (xy -1.056233 -0.28884) + (xy -1.112546 -0.383715) + (xy -1.158631 -0.434679) + (xy -1.203096 -0.451029) + (xy -1.2065 -0.451118) + (xy -1.241772 -0.446747) + (xy -1.260824 -0.424269) + (xy -1.268588 -0.370568) + (xy -1.27 -0.282222) + (xy -1.27 -0.112889) + (xy -1.497142 -0.112889) + (xy -1.489405 -0.585611) + (xy -1.484105 -0.909393) + (xy -1.27 -0.909393) + (xy -1.27 -0.620889) + (xy -1.162755 -0.620889) + (xy -1.083738 -0.629313) + (xy -1.02738 -0.650056) + (xy -1.021644 -0.654755) + (xy -0.992074 -0.716069) + (xy -0.993727 -0.789096) + (xy -1.023055 -0.840685) + (xy -1.072984 -0.864932) + (xy -1.150042 -0.886783) + (xy -1.164167 -0.889615) + (xy -1.27 -0.909393) + (xy -1.484105 -0.909393) + (xy -1.481667 -1.058333) + (xy -1.368778 -1.067635) + (xy -1.181251 -1.068316) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 780af53f-2cb0-4882-a0b6-cdac1e741acd)) + (fp_poly + (pts + (xy 7.806031 -1.065951) + (xy 7.963271 -1.030353) + (xy 8.083363 -0.952702) + (xy 8.165025 -0.834533) + (xy 8.206973 -0.677377) + (xy 8.212667 -0.579944) + (xy 8.198003 -0.42688) + (xy 8.149279 -0.305777) + (xy 8.059399 -0.199007) + (xy 8.059214 -0.198835) + (xy 7.967104 -0.145683) + (xy 7.844686 -0.117951) + (xy 7.71264 -0.116845) + (xy 7.591646 -0.143574) + (xy 7.540469 -0.168554) + (xy 7.448104 -0.257176) + (xy 7.382541 -0.3809) + (xy 7.346692 -0.523691) + (xy 7.345962 -0.556696) + (xy 7.550892 -0.556696) + (xy 7.57419 -0.442671) + (xy 7.625928 -0.355325) + (xy 7.699033 -0.301367) + (xy 7.786434 -0.287505) + (xy 7.881062 -0.320449) + (xy 7.921815 -0.350334) + (xy 7.967066 -0.395901) + (xy 7.990899 -0.445735) + (xy 7.999931 -0.519635) + (xy 8.001 -0.58726) + (xy 7.989106 -0.723297) + (xy 7.950785 -0.812957) + (xy 7.882082 -0.861641) + (xy 7.790353 -0.874889) + (xy 7.681338 -0.858754) + (xy 7.610032 -0.805258) + (xy 7.567011 -0.706759) + (xy 7.563104 -0.690689) + (xy 7.550892 -0.556696) + (xy 7.345962 -0.556696) + (xy 7.343467 -0.669514) + (xy 7.375776 -0.802334) + (xy 7.413347 -0.869004) + (xy 7.527404 -0.987591) + (xy 7.655895 -1.052677) + (xy 7.802701 -1.066208) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 633bab65-2e84-4ce6-bcca-2130a7a8cff0)) + (fp_poly + (pts + (xy -12.247798 -3.471333) + (xy -11.940077 -3.146778) + (xy -11.939039 -3.351389) + (xy -11.938 -3.556) + (xy -11.176 -3.556) + (xy -11.176 -3.217333) + (xy -11.626122 -3.217333) + (xy -11.633894 -2.778622) + (xy -11.641667 -2.339911) + (xy -11.923889 -2.649354) + (xy -12.024271 -2.758143) + (xy -12.111711 -2.850507) + (xy -12.179039 -2.919056) + (xy -12.219085 -2.956401) + (xy -12.226353 -2.961065) + (xy -12.23519 -2.935706) + (xy -12.243619 -2.865228) + (xy -12.250595 -2.760955) + (xy -12.254576 -2.655234) + (xy -12.262555 -2.347134) + (xy -12.544778 -2.657178) + (xy -12.827 -2.967223) + (xy -12.855222 -2.333529) + (xy -13.157645 -2.655487) + (xy -13.460069 -2.977444) + (xy -13.461034 -2.8575) + (xy -13.462 -2.737555) + (xy -13.772444 -2.737555) + (xy -13.771739 -3.266722) + (xy -13.771033 -3.795889) + (xy -13.653915 -3.668889) + (xy -13.54245 -3.548916) + (xy -13.433816 -3.433587) + (xy -13.334893 -3.330035) + (xy -13.252564 -3.245397) + (xy -13.193709 -3.186806) + (xy -13.165212 -3.161398) + (xy -13.163942 -3.160889) + (xy -13.158991 -3.187193) + (xy -13.153695 -3.258456) + (xy -13.148748 -3.363202) + (xy -13.145424 -3.466644) + (xy -13.137444 -3.772399) + (xy -12.855222 -3.465728) + (xy -12.573 -3.159056) + (xy -12.564259 -3.477472) + (xy -12.555519 -3.795889) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 29ec84a0-416a-4ba2-a611-98ae168ddc06)) + (fp_poly + (pts + (xy -9.348845 0.205299) + (xy -9.214382 0.24517) + (xy -9.113162 0.330602) + (xy -9.045396 0.461385) + (xy -9.028463 0.522922) + (xy -9.008999 0.696165) + (xy -9.027342 0.856089) + (xy -9.080053 0.992696) + (xy -9.16369 1.095991) + (xy -9.242489 1.144698) + (xy -9.344684 1.178413) + (xy -9.428607 1.178309) + (xy -9.52178 1.143564) + (xy -9.537105 1.135901) + (xy -9.642197 1.065049) + (xy -9.710346 0.972865) + (xy -9.748152 0.847526) + (xy -9.759935 0.736613) + (xy -9.758639 0.702391) + (xy -9.558656 0.702391) + (xy -9.545022 0.823621) + (xy -9.508952 0.923572) + (xy -9.480632 0.96159) + (xy -9.424139 1.006177) + (xy -9.374769 1.00727) + (xy -9.315097 0.963451) + (xy -9.297939 0.946727) + (xy -9.257247 0.896258) + (xy -9.236224 0.836391) + (xy -9.229013 0.747003) + (xy -9.228667 0.708676) + (xy -9.233207 0.603691) + (xy -9.244905 0.511624) + (xy -9.255891 0.468292) + (xy -9.302972 0.40688) + (xy -9.373365 0.375244) + (xy -9.444936 0.380974) + (xy -9.468792 0.395308) + (xy -9.520156 0.469806) + (xy -9.550239 0.57831) + (xy -9.558656 0.702391) + (xy -9.758639 0.702391) + (xy -9.752839 0.549278) + (xy -9.70998 0.399108) + (xy -9.63374 0.289179) + (xy -9.526499 0.222567) + (xy -9.390636 0.202347) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a9d42a37-29ea-4abe-be95-1127a99a0916)) + (fp_poly + (pts + (xy 1.834445 3.060148) + (xy 1.835043 3.191732) + (xy 1.83829 3.277268) + (xy 1.84636 3.32715) + (xy 1.861429 3.351775) + (xy 1.885673 3.361535) + (xy 1.897945 3.363537) + (xy 1.95073 3.391465) + (xy 1.9744 3.442391) + (xy 1.967008 3.49545) + (xy 1.926607 3.529774) + (xy 1.91372 3.532653) + (xy 1.860208 3.558924) + (xy 1.839625 3.6195) + (xy 1.825909 3.672571) + (xy 1.78925 3.693824) + (xy 1.733792 3.697111) + (xy 1.668253 3.692154) + (xy 1.641703 3.667238) + (xy 1.636889 3.612445) + (xy 1.636889 3.527778) + (xy 1.411111 3.527778) + (xy 1.299063 3.5269) + (xy 1.23196 3.522033) + (xy 1.198308 3.509831) + (xy 1.186612 3.486946) + (xy 1.185333 3.462033) + (xy 1.199964 3.414265) + (xy 1.226656 3.358445) + (xy 1.409377 3.358445) + (xy 1.636889 3.358445) + (xy 1.636889 3.184408) + (xy 1.635333 3.095994) + (xy 1.631273 3.037567) + (xy 1.626192 3.02213) + (xy 1.606732 3.050214) + (xy 1.56597 3.112572) + (xy 1.512711 3.195734) + (xy 1.512436 3.196167) + (xy 1.409377 3.358445) + (xy 1.226656 3.358445) + (xy 1.239959 3.330624) + (xy 1.299478 3.222268) + (xy 1.372677 3.100355) + (xy 1.384826 3.081033) + (xy 1.584319 2.765778) + (xy 1.834445 2.765778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6a09d7e1-a0c1-4d9b-bdaf-f888b99dd9f9)) + (fp_poly + (pts + (xy 11.153568 1.478527) + (xy 11.307501 1.516467) + (xy 11.420073 1.592631) + (xy 11.473776 1.667901) + (xy 11.51032 1.756654) + (xy 11.506888 1.809706) + (xy 11.462103 1.832542) + (xy 11.431922 1.834445) + (xy 11.354432 1.815091) + (xy 11.289089 1.750059) + (xy 11.288889 1.749778) + (xy 11.210814 1.682258) + (xy 11.115859 1.659633) + (xy 11.021117 1.682426) + (xy 10.952271 1.739473) + (xy 10.905957 1.835412) + (xy 10.889594 1.952778) + (xy 10.90267 2.070294) + (xy 10.944675 2.166681) + (xy 10.963051 2.188505) + (xy 11.05022 2.242219) + (xy 11.147587 2.25237) + (xy 11.238458 2.221984) + (xy 11.306137 2.154087) + (xy 11.320639 2.12369) + (xy 11.35285 2.1062) + (xy 11.411658 2.107929) + (xy 11.472552 2.124135) + (xy 11.511023 2.150078) + (xy 11.514667 2.161221) + (xy 11.495266 2.208701) + (xy 11.447214 2.274533) + (xy 11.385742 2.341566) + (xy 11.326076 2.392646) + (xy 11.294206 2.409543) + (xy 11.151809 2.437774) + (xy 11.032591 2.432233) + (xy 10.964333 2.413244) + (xy 10.832345 2.339422) + (xy 10.739668 2.225519) + (xy 10.694742 2.111168) + (xy 10.673814 1.94721) + (xy 10.69733 1.795723) + (xy 10.759427 1.66479) + (xy 10.854243 1.562493) + (xy 10.975917 1.496915) + (xy 11.118586 1.476139) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b19a6740-8b33-4734-ab91-817384043b90)) + (fp_poly + (pts + (xy 0.569575 1.48491) + (xy 0.602564 1.494387) + (xy 0.691186 1.540646) + (xy 0.771431 1.610853) + (xy 0.828178 1.689051) + (xy 0.846667 1.751943) + (xy 0.825296 1.794774) + (xy 0.772462 1.809727) + (xy 0.705088 1.797996) + (xy 0.640092 1.760773) + (xy 0.615847 1.735667) + (xy 0.539593 1.680107) + (xy 0.442873 1.665172) + (xy 0.345788 1.692245) + (xy 0.311793 1.714789) + (xy 0.264857 1.782384) + (xy 0.235001 1.883289) + (xy 0.226749 1.995781) + (xy 0.237119 2.073347) + (xy 0.284663 2.17135) + (xy 0.360835 2.234694) + (xy 0.451827 2.259542) + (xy 0.543829 2.242059) + (xy 0.621657 2.180167) + (xy 0.682965 2.102556) + (xy 0.581372 2.093797) + (xy 0.513493 2.082839) + (xy 0.485237 2.055933) + (xy 0.479778 2.002074) + (xy 0.479778 1.919111) + (xy 0.874889 1.919111) + (xy 0.874845 2.024945) + (xy 0.849509 2.170677) + (xy 0.779697 2.291626) + (xy 0.674506 2.380776) + (xy 0.543037 2.431111) + (xy 0.394388 2.435613) + (xy 0.352187 2.427992) + (xy 0.211168 2.370419) + (xy 0.107447 2.271551) + (xy 0.042814 2.133974) + (xy 0.019061 1.960272) + (xy 0.018975 1.947334) + (xy 0.028504 1.832774) + (xy 0.053049 1.731923) + (xy 0.065572 1.702614) + (xy 0.154917 1.587937) + (xy 0.277667 1.50995) + (xy 0.42037 1.47387) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d2d908c5-b72c-49bc-8a8a-55ea92f683d6)) + (fp_poly + (pts + (xy 7.226376 -3.526917) + (xy 7.3102 -3.522159) + (xy 7.36548 -3.510243) + (xy 7.406164 -3.487907) + (xy 7.446203 -3.451889) + (xy 7.452838 -3.445282) + (xy 7.519099 -3.343729) + (xy 7.540818 -3.227179) + (xy 7.517689 -3.112503) + (xy 7.460458 -3.027003) + (xy 7.385582 -2.952127) + (xy 7.467513 -2.797819) + (xy 7.512186 -2.712801) + (xy 7.545585 -2.647606) + (xy 7.558852 -2.619978) + (xy 7.540243 -2.605126) + (xy 7.482313 -2.596977) + (xy 7.459533 -2.596444) + (xy 7.400186 -2.599562) + (xy 7.358411 -2.616313) + (xy 7.320984 -2.657791) + (xy 7.274681 -2.735094) + (xy 7.257715 -2.765778) + (xy 7.201405 -2.86041) + (xy 7.156923 -2.912965) + (xy 7.114608 -2.933558) + (xy 7.095979 -2.935111) + (xy 7.057917 -2.931273) + (xy 7.037365 -2.910934) + (xy 7.028959 -2.860862) + (xy 7.027334 -2.767822) + (xy 7.027333 -2.765778) + (xy 7.027333 -2.596444) + (xy 6.829778 -2.596444) + (xy 6.829778 -3.104444) + (xy 7.027333 -3.104444) + (xy 7.154938 -3.104444) + (xy 7.238763 -3.10952) + (xy 7.285574 -3.130096) + (xy 7.313064 -3.17143) + (xy 7.330842 -3.256708) + (xy 7.299008 -3.318366) + (xy 7.220794 -3.35262) + (xy 7.15334 -3.358444) + (xy 7.027333 -3.358444) + (xy 7.027333 -3.104444) + (xy 6.829778 -3.104444) + (xy 6.829778 -3.527778) + (xy 7.10006 -3.527778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 27fda53e-7441-44f9-9964-c3afd22d26c5)) + (fp_poly + (pts + (xy -9.141147 -1.065628) + (xy -8.976851 -1.049582) + (xy -8.859539 -1.020146) + (xy -8.780448 -0.972754) + (xy -8.73081 -0.902839) + (xy -8.70958 -0.840779) + (xy -8.698761 -0.70356) + (xy -8.739008 -0.585557) + (xy -8.781774 -0.53156) + (xy -8.841445 -0.471888) + (xy -8.760492 -0.313555) + (xy -8.716656 -0.227581) + (xy -8.683478 -0.162076) + (xy -8.669529 -0.134055) + (xy -8.687985 -0.120994) + (xy -8.746248 -0.113549) + (xy -8.774353 -0.112889) + (xy -8.83672 -0.115425) + (xy -8.878733 -0.130587) + (xy -8.913793 -0.1697) + (xy -8.955299 -0.244093) + (xy -8.974667 -0.282222) + (xy -9.025988 -0.376272) + (xy -9.066812 -0.428417) + (xy -9.107007 -0.449397) + (xy -9.130295 -0.451555) + (xy -9.169176 -0.447918) + (xy -9.190169 -0.428172) + (xy -9.198761 -0.379068) + (xy -9.200443 -0.287355) + (xy -9.200444 -0.282222) + (xy -9.200444 -0.112889) + (xy -9.398 -0.112889) + (xy -9.398 -0.910325) + (xy -9.200444 -0.910325) + (xy -9.200444 -0.620889) + (xy -9.094611 -0.621321) + (xy -9.014291 -0.627879) + (xy -8.955338 -0.643407) + (xy -8.949972 -0.646333) + (xy -8.921395 -0.692001) + (xy -8.911677 -0.762071) + (xy -8.922889 -0.827056) + (xy -8.935861 -0.847339) + (xy -8.977326 -0.866832) + (xy -9.051378 -0.885918) + (xy -9.0805 -0.891162) + (xy -9.200444 -0.910325) + (xy -9.398 -0.910325) + (xy -9.398 -1.080273) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0064d8f0-b6db-4be1-b5d5-bc90819c6a2f)) + (fp_poly + (pts + (xy -3.498069 -3.526917) + (xy -3.414245 -3.522159) + (xy -3.358965 -3.510243) + (xy -3.31828 -3.487907) + (xy -3.278242 -3.451889) + (xy -3.271607 -3.445282) + (xy -3.205031 -3.341963) + (xy -3.184911 -3.222085) + (xy -3.211726 -3.101832) + (xy -3.25916 -3.025526) + (xy -3.32921 -2.942277) + (xy -3.24556 -2.790527) + (xy -3.201331 -2.70722) + (xy -3.170816 -2.643885) + (xy -3.1614 -2.617611) + (xy -3.185993 -2.604024) + (xy -3.247616 -2.596858) + (xy -3.266722 -2.596525) + (xy -3.325873 -2.600017) + (xy -3.36702 -2.618089) + (xy -3.403735 -2.662305) + (xy -3.449592 -2.744226) + (xy -3.457222 -2.758803) + (xy -3.509384 -2.850599) + (xy -3.551355 -2.900613) + (xy -3.59347 -2.919644) + (xy -3.612444 -2.921) + (xy -3.652451 -2.916712) + (xy -3.674701 -2.894858) + (xy -3.68576 -2.841956) + (xy -3.691464 -2.758722) + (xy -3.699928 -2.596444) + (xy -3.894667 -2.596444) + (xy -3.894667 -3.104444) + (xy -3.697111 -3.104444) + (xy -3.575755 -3.104444) + (xy -3.492593 -3.111893) + (xy -3.431588 -3.130519) + (xy -3.420533 -3.138311) + (xy -3.392258 -3.193332) + (xy -3.386667 -3.231444) + (xy -3.405418 -3.303579) + (xy -3.465009 -3.344785) + (xy -3.570447 -3.358424) + (xy -3.575755 -3.358444) + (xy -3.697111 -3.358444) + (xy -3.697111 -3.104444) + (xy -3.894667 -3.104444) + (xy -3.894667 -3.527778) + (xy -3.624385 -3.527778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bba476ca-b198-401b-a9a9-6893664dd463)) + (fp_poly + (pts + (xy -1.95488 -1.066417) + (xy -1.679222 -1.058333) + (xy -1.661362 -0.903111) + (xy -2.082516 -0.903111) + (xy -2.093042 -0.792734) + (xy -2.096813 -0.723494) + (xy -2.086629 -0.69869) + (xy -2.057485 -0.70703) + (xy -2.055528 -0.708068) + (xy -1.995328 -0.725539) + (xy -1.912934 -0.733698) + (xy -1.904684 -0.733778) + (xy -1.793193 -0.709179) + (xy -1.706805 -0.642819) + (xy -1.650973 -0.545846) + (xy -1.631147 -0.429411) + (xy -1.65278 -0.304665) + (xy -1.672377 -0.258648) + (xy -1.738574 -0.184536) + (xy -1.840578 -0.135011) + (xy -1.961915 -0.113378) + (xy -2.086113 -0.122942) + (xy -2.179457 -0.156882) + (xy -2.265277 -0.227049) + (xy -2.310195 -0.315545) + (xy -2.314222 -0.350922) + (xy -2.291613 -0.384676) + (xy -2.237885 -0.398048) + (xy -2.174191 -0.391964) + (xy -2.121681 -0.367349) + (xy -2.103523 -0.341714) + (xy -2.0632 -0.286017) + (xy -2.000855 -0.267724) + (xy -1.932108 -0.282177) + (xy -1.872575 -0.324719) + (xy -1.837874 -0.39069) + (xy -1.834444 -0.421968) + (xy -1.854464 -0.513267) + (xy -1.907959 -0.569571) + (xy -1.985088 -0.581652) + (xy -2.001177 -0.578299) + (xy -2.082481 -0.563341) + (xy -2.173111 -0.554693) + (xy -2.271889 -0.550333) + (xy -2.2686 -0.767109) + (xy -2.26601 -0.902069) + (xy -2.256497 -0.990314) + (xy -2.230098 -1.04135) + (xy -2.176848 -1.064684) + (xy -2.086782 -1.069823) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 19b8fd4d-65a5-46e7-bf87-52d631c6ab95)) + (fp_poly + (pts + (xy 9.06082 1.496639) + (xy 9.144644 1.501396) + (xy 9.199924 1.513312) + (xy 9.240609 1.535649) + (xy 9.280647 1.571667) + (xy 9.287282 1.578274) + (xy 9.354126 1.681824) + (xy 9.374024 1.801714) + (xy 9.346575 1.922361) + (xy 9.298071 2) + (xy 9.226364 2.085219) + (xy 9.312182 2.23728) + (xy 9.357265 2.319998) + (xy 9.388345 2.382443) + (xy 9.398 2.408227) + (xy 9.373049 2.420353) + (xy 9.311187 2.426738) + (xy 9.292167 2.427031) + (xy 9.233016 2.423539) + (xy 9.191869 2.405466) + (xy 9.155154 2.36125) + (xy 9.109297 2.27933) + (xy 9.101667 2.264753) + (xy 9.049505 2.172957) + (xy 9.007534 2.122943) + (xy 8.965419 2.103912) + (xy 8.946445 2.102556) + (xy 8.906437 2.106844) + (xy 8.884187 2.128697) + (xy 8.873129 2.1816) + (xy 8.867425 2.264834) + (xy 8.858961 2.427111) + (xy 8.664222 2.427111) + (xy 8.664222 1.919111) + (xy 8.861778 1.919111) + (xy 8.983133 1.919111) + (xy 9.066296 1.911663) + (xy 9.127301 1.893037) + (xy 9.138356 1.885245) + (xy 9.166631 1.830223) + (xy 9.172222 1.792111) + (xy 9.153471 1.719977) + (xy 9.09388 1.678771) + (xy 8.988442 1.665131) + (xy 8.983133 1.665111) + (xy 8.861778 1.665111) + (xy 8.861778 1.919111) + (xy 8.664222 1.919111) + (xy 8.664222 1.495778) + (xy 8.934504 1.495778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 59791c2c-a115-4861-8366-e825c8031a70)) + (fp_poly + (pts + (xy -6.859078 1.50643) + (xy -6.726466 1.540224) + (xy -6.637926 1.59992) + (xy -6.589174 1.688274) + (xy -6.575778 1.794841) + (xy -6.591162 1.880376) + (xy -6.629561 1.965492) + (xy -6.679344 2.027607) + (xy -6.703279 2.042398) + (xy -6.722647 2.058283) + (xy -6.721052 2.090827) + (xy -6.69546 2.150565) + (xy -6.645449 2.243374) + (xy -6.542698 2.427111) + (xy -6.65636 2.427111) + (xy -6.718071 2.424404) + (xy -6.760383 2.40884) + (xy -6.796741 2.369254) + (xy -6.84059 2.294482) + (xy -6.860277 2.257778) + (xy -6.915496 2.162476) + (xy -6.959485 2.109765) + (xy -7.001511 2.089641) + (xy -7.017154 2.088445) + (xy -7.054119 2.092576) + (xy -7.07408 2.113775) + (xy -7.082234 2.16525) + (xy -7.083778 2.257778) + (xy -7.083778 2.427111) + (xy -7.281333 2.427111) + (xy -7.281333 1.792111) + (xy -7.083778 1.792111) + (xy -7.081618 1.870148) + (xy -7.06736 1.907102) + (xy -7.029338 1.918331) + (xy -6.987308 1.919111) + (xy -6.907412 1.914241) + (xy -6.847524 1.902475) + (xy -6.846197 1.901981) + (xy -6.813072 1.863185) + (xy -6.802358 1.79738) + (xy -6.815403 1.729924) + (xy -6.835422 1.698978) + (xy -6.884393 1.676685) + (xy -6.961325 1.665439) + (xy -6.976533 1.665111) + (xy -7.083778 1.665111) + (xy -7.083778 1.792111) + (xy -7.281333 1.792111) + (xy -7.281333 1.495778) + (xy -7.040043 1.495778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e24bfcf1-8c89-43a2-8ab1-723a3b2239dc)) + (fp_poly + (pts + (xy -2.652978 1.497214) + (xy -2.566836 1.503306) + (xy -2.508969 1.516733) + (xy -2.46531 1.540172) + (xy -2.439172 1.560939) + (xy -2.387244 1.621124) + (xy -2.359149 1.701194) + (xy -2.349543 1.7705) + (xy -2.344654 1.861247) + (xy -2.356511 1.919995) + (xy -2.391866 1.970298) + (xy -2.413134 1.992367) + (xy -2.4906 2.069833) + (xy -2.41007 2.227305) + (xy -2.366344 2.313047) + (xy -2.33329 2.3783) + (xy -2.319529 2.405945) + (xy -2.337985 2.419006) + (xy -2.396248 2.426451) + (xy -2.424353 2.427111) + (xy -2.48672 2.424575) + (xy -2.528733 2.409413) + (xy -2.563793 2.3703) + (xy -2.605299 2.295907) + (xy -2.624667 2.257778) + (xy -2.675988 2.163728) + (xy -2.716812 2.111583) + (xy -2.757007 2.090603) + (xy -2.780295 2.088445) + (xy -2.819176 2.092082) + (xy -2.840169 2.111828) + (xy -2.848761 2.160932) + (xy -2.850443 2.252645) + (xy -2.850444 2.257778) + (xy -2.850444 2.427111) + (xy -3.048 2.427111) + (xy -3.048 1.919111) + (xy -2.850444 1.919111) + (xy -2.722839 1.919111) + (xy -2.639015 1.914035) + (xy -2.592204 1.89346) + (xy -2.564714 1.852126) + (xy -2.546936 1.766848) + (xy -2.57877 1.705189) + (xy -2.656984 1.670935) + (xy -2.724437 1.665111) + (xy -2.850444 1.665111) + (xy -2.850444 1.919111) + (xy -3.048 1.919111) + (xy -3.048 1.495778) + (xy -2.781463 1.495778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 90be3d4a-7e07-4e63-b5b4-0cee8681bd7f)) + (fp_poly + (pts + (xy 13.358199 -1.062907) + (xy 13.47827 -1.018253) + (xy 13.575115 -0.934275) + (xy 13.620684 -0.856845) + (xy 13.643892 -0.772106) + (xy 13.659292 -0.659927) + (xy 13.663083 -0.577573) + (xy 13.644575 -0.399242) + (xy 13.590149 -0.258962) + (xy 13.501455 -0.160225) + (xy 13.452087 -0.130884) + (xy 13.331374 -0.090516) + (xy 13.221124 -0.096203) + (xy 13.12527 -0.134099) + (xy 13.019975 -0.218548) + (xy 12.950677 -0.345264) + (xy 12.918256 -0.512327) + (xy 12.915826 -0.591974) + (xy 12.920014 -0.63515) + (xy 13.125496 -0.63515) + (xy 13.128805 -0.553993) + (xy 13.138138 -0.443915) + (xy 13.154266 -0.374104) + (xy 13.182185 -0.32841) + (xy 13.205186 -0.307048) + (xy 13.265352 -0.264658) + (xy 13.310506 -0.26084) + (xy 13.36597 -0.295724) + (xy 13.381262 -0.307951) + (xy 13.415957 -0.342221) + (xy 13.436054 -0.385168) + (xy 13.445407 -0.452138) + (xy 13.447873 -0.558475) + (xy 13.447889 -0.573099) + (xy 13.444659 -0.69277) + (xy 13.432975 -0.771302) + (xy 13.409851 -0.823737) + (xy 13.394126 -0.843704) + (xy 13.323297 -0.89507) + (xy 13.253264 -0.890364) + (xy 13.182273 -0.829438) + (xy 13.179128 -0.8255) + (xy 13.145918 -0.774489) + (xy 13.12918 -0.717188) + (xy 13.125496 -0.63515) + (xy 12.920014 -0.63515) + (xy 12.932529 -0.764158) + (xy 12.981053 -0.894583) + (xy 13.064385 -0.990016) + (xy 13.103537 -1.017142) + (xy 13.228691 -1.063962) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8454c24a-58b2-44b8-ba5d-abdcf38de0d4)) + (fp_poly + (pts + (xy -6.859078 -3.517126) + (xy -6.726466 -3.483331) + (xy -6.637926 -3.423636) + (xy -6.589174 -3.335281) + (xy -6.575778 -3.228715) + (xy -6.591162 -3.143179) + (xy -6.629561 -3.058063) + (xy -6.679344 -2.995949) + (xy -6.703279 -2.981157) + (xy -6.722647 -2.965272) + (xy -6.721052 -2.932728) + (xy -6.69546 -2.872991) + (xy -6.645449 -2.780182) + (xy -6.542698 -2.596444) + (xy -6.65636 -2.596444) + (xy -6.718071 -2.599151) + (xy -6.760383 -2.614715) + (xy -6.796741 -2.654301) + (xy -6.84059 -2.729074) + (xy -6.860277 -2.765778) + (xy -6.915496 -2.861079) + (xy -6.959485 -2.913791) + (xy -7.001511 -2.933915) + (xy -7.017154 -2.935111) + (xy -7.054119 -2.930979) + (xy -7.07408 -2.90978) + (xy -7.082234 -2.858306) + (xy -7.083778 -2.765778) + (xy -7.083778 -2.596444) + (xy -7.281333 -2.596444) + (xy -7.281333 -3.231444) + (xy -7.083778 -3.231444) + (xy -7.081618 -3.153407) + (xy -7.06736 -3.116454) + (xy -7.029338 -3.105224) + (xy -6.987308 -3.104444) + (xy -6.907412 -3.109314) + (xy -6.847524 -3.121081) + (xy -6.846197 -3.121575) + (xy -6.81143 -3.163564) + (xy -6.801555 -3.231444) + (xy -6.811698 -3.301012) + (xy -6.849386 -3.340228) + (xy -6.925511 -3.356539) + (xy -6.987308 -3.358444) + (xy -7.046585 -3.355601) + (xy -7.074655 -3.336831) + (xy -7.083185 -3.286776) + (xy -7.083778 -3.231444) + (xy -7.281333 -3.231444) + (xy -7.281333 -3.527778) + (xy -7.040043 -3.527778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6e7c3570-143f-4b0c-a134-897112087f99)) + (fp_poly + (pts + (xy 4.46082 -3.526629) + (xy 4.545394 -3.52133) + (xy 4.600689 -3.509106) + (xy 4.640281 -3.487179) + (xy 4.672061 -3.458505) + (xy 4.72977 -3.367573) + (xy 4.741333 -3.302) + (xy 4.714951 -3.202947) + (xy 4.672061 -3.145495) + (xy 4.633437 -3.100309) + (xy 4.626388 -3.07706) + (xy 4.629727 -3.076222) + (xy 4.667659 -3.058048) + (xy 4.713111 -3.019778) + (xy 4.761678 -2.934932) + (xy 4.769773 -2.832405) + (xy 4.738386 -2.73282) + (xy 4.69679 -2.678975) + (xy 4.6572 -2.646919) + (xy 4.611534 -2.625914) + (xy 4.546387 -2.612992) + (xy 4.448354 -2.605183) + (xy 4.344012 -2.600855) + (xy 4.064 -2.591155) + (xy 4.064 -3.026992) + (xy 4.261556 -3.026992) + (xy 4.261556 -2.765778) + (xy 4.382911 -2.765778) + (xy 4.466074 -2.773226) + (xy 4.527078 -2.791852) + (xy 4.538133 -2.799644) + (xy 4.56959 -2.863867) + (xy 4.557502 -2.931773) + (xy 4.535322 -2.95864) + (xy 4.485451 -2.982116) + (xy 4.406095 -3.003318) + (xy 4.3801 -3.008036) + (xy 4.261556 -3.026992) + (xy 4.064 -3.026992) + (xy 4.064 -3.394052) + (xy 4.261556 -3.394052) + (xy 4.261556 -3.157643) + (xy 4.378626 -3.166322) + (xy 4.473101 -3.185806) + (xy 4.526314 -3.223859) + (xy 4.535973 -3.280999) + (xy 4.495586 -3.330876) + (xy 4.411539 -3.367406) + (xy 4.365434 -3.377195) + (xy 4.261556 -3.394052) + (xy 4.064 -3.394052) + (xy 4.064 -3.527778) + (xy 4.333394 -3.527778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8444310b-7545-4882-9862-230bd789706f)) + (fp_poly + (pts + (xy 5.34822 -1.05064) + (xy 5.472013 -1.025248) + (xy 5.559129 -0.978694) + (xy 5.618541 -0.90751) + (xy 5.630979 -0.883652) + (xy 5.663292 -0.758636) + (xy 5.644222 -0.639262) + (xy 5.575807 -0.538033) + (xy 5.574355 -0.53666) + (xy 5.50513 -0.471626) + (xy 5.605438 -0.292257) + (xy 5.705747 -0.112889) + (xy 5.592339 -0.112889) + (xy 5.530802 -0.11567) + (xy 5.488217 -0.13139) + (xy 5.451093 -0.171111) + (xy 5.405938 -0.245898) + (xy 5.385841 -0.282222) + (xy 5.32779 -0.378844) + (xy 5.281418 -0.432033) + (xy 5.238143 -0.451041) + (xy 5.228708 -0.451555) + (xy 5.193139 -0.447006) + (xy 5.173928 -0.424581) + (xy 5.166098 -0.371121) + (xy 5.164667 -0.282222) + (xy 5.164667 -0.112889) + (xy 5.065003 -0.112889) + (xy 4.99426 -0.122302) + (xy 4.953319 -0.145567) + (xy 4.951348 -0.149351) + (xy 4.946991 -0.189072) + (xy 4.944214 -0.274514) + (xy 4.943157 -0.394971) + (xy 4.943961 -0.539739) + (xy 4.945178 -0.622074) + (xy 4.95033 -0.909393) + (xy 5.164667 -0.909393) + (xy 5.164667 -0.620889) + (xy 5.271911 -0.620889) + (xy 5.350929 -0.629313) + (xy 5.407286 -0.650056) + (xy 5.413022 -0.654755) + (xy 5.442593 -0.716069) + (xy 5.44094 -0.789096) + (xy 5.411611 -0.840685) + (xy 5.361683 -0.864932) + (xy 5.284625 -0.886783) + (xy 5.2705 -0.889615) + (xy 5.164667 -0.909393) + (xy 4.95033 -0.909393) + (xy 4.953 -1.058333) + (xy 5.178778 -1.058333) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 11112912-f93d-4666-b28e-64b9d77beeb1)) + (fp_poly + (pts + (xy -0.654292 2.843389) + (xy -0.661687 2.883737) + (xy -0.680781 2.907596) + (xy -0.724303 2.920157) + (xy -0.804986 2.926609) + (xy -0.864883 2.929233) + (xy -1.066544 2.937465) + (xy -1.077938 3.035066) + (xy -1.078796 3.105737) + (xy -1.06299 3.133126) + (xy -1.034594 3.111327) + (xy -1.030111 3.104445) + (xy -0.986079 3.08037) + (xy -0.910484 3.076149) + (xy -0.823817 3.089805) + (xy -0.746566 3.11936) + (xy -0.724445 3.133951) + (xy -0.650807 3.224512) + (xy -0.616361 3.338224) + (xy -0.620802 3.458384) + (xy -0.663823 3.568288) + (xy -0.733778 3.64356) + (xy -0.847331 3.695013) + (xy -0.981685 3.711356) + (xy -1.091836 3.695096) + (xy -1.177704 3.650149) + (xy -1.250193 3.579408) + (xy -1.292993 3.500855) + (xy -1.298222 3.467527) + (xy -1.277206 3.425629) + (xy -1.225087 3.412893) + (xy -1.15826 3.427989) + (xy -1.093119 3.469584) + (xy -1.077721 3.485445) + (xy -1.000863 3.543265) + (xy -0.923959 3.553054) + (xy -0.860264 3.519157) + (xy -0.823034 3.445919) + (xy -0.818444 3.400436) + (xy -0.840046 3.3065) + (xy -0.897561 3.248006) + (xy -0.980055 3.233069) + (xy -1.028139 3.244806) + (xy -1.117003 3.267124) + (xy -1.187171 3.273778) + (xy -1.241506 3.268677) + (xy -1.264714 3.242303) + (xy -1.269753 3.178047) + (xy -1.269755 3.167945) + (xy -1.26604 3.074862) + (xy -1.256935 2.961988) + (xy -1.251712 2.913945) + (xy -1.233916 2.765778) + (xy -0.645362 2.765778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2bca3ad0-5361-4ade-8b00-ca64268b2b6e)) + (fp_poly + (pts + (xy 0.169333 2.932638) + (xy -0.239889 2.949222) + (xy -0.248884 3.042976) + (xy -0.251689 3.104511) + (xy -0.237705 3.121438) + (xy -0.20135 3.106476) + (xy -0.093016 3.077027) + (xy 0.016105 3.09443) + (xy 0.113566 3.150664) + (xy 0.18692 3.23771) + (xy 0.223719 3.347547) + (xy 0.225778 3.381679) + (xy 0.199433 3.505406) + (xy 0.127062 3.609611) + (xy 0.018665 3.681656) + (xy -0.022981 3.696128) + (xy -0.093059 3.715078) + (xy -0.137044 3.720355) + (xy -0.183634 3.711835) + (xy -0.241444 3.695184) + (xy -0.335882 3.647856) + (xy -0.413147 3.574148) + (xy -0.454887 3.491986) + (xy -0.456166 3.485445) + (xy -0.444431 3.437358) + (xy -0.398701 3.416728) + (xy -0.33438 3.4237) + (xy -0.266872 3.45842) + (xy -0.239325 3.483386) + (xy -0.183934 3.532471) + (xy -0.138226 3.555712) + (xy -0.134627 3.556) + (xy -0.063829 3.532795) + (xy -0.002625 3.476868) + (xy 0.027663 3.408754) + (xy 0.028222 3.399178) + (xy 0.007581 3.321148) + (xy -0.043697 3.25957) + (xy -0.109644 3.229294) + (xy -0.150776 3.232714) + (xy -0.219209 3.247102) + (xy -0.308865 3.255878) + (xy -0.324555 3.25649) + (xy -0.437444 3.259667) + (xy -0.427255 3.033889) + (xy -0.420995 2.925575) + (xy -0.413479 2.83973) + (xy -0.406101 2.791422) + (xy -0.404423 2.786945) + (xy -0.372601 2.777994) + (xy -0.297054 2.770918) + (xy -0.190493 2.766632) + (xy -0.111223 2.765778) + (xy 0.169333 2.765778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9fffb6f6-f2af-4355-96a2-a8ce04ffe526)) + (fp_poly + (pts + (xy -3.330058 1.926167) + (xy -3.278728 2.074267) + (xy -3.233367 2.204859) + (xy -3.197418 2.308055) + (xy -3.174322 2.373969) + (xy -3.167946 2.391834) + (xy -3.179318 2.416279) + (xy -3.240132 2.42656) + (xy -3.26857 2.427111) + (xy -3.343579 2.422442) + (xy -3.383758 2.39869) + (xy -3.410543 2.341239) + (xy -3.415311 2.327055) + (xy -3.448333 2.226998) + (xy -3.621162 2.235332) + (xy -3.716731 2.241511) + (xy -3.771119 2.253461) + (xy -3.799557 2.278837) + (xy -3.817278 2.325299) + (xy -3.82019 2.335389) + (xy -3.843089 2.395061) + (xy -3.879175 2.421079) + (xy -3.948977 2.427086) + (xy -3.958213 2.427111) + (xy -4.034237 2.420434) + (xy -4.059069 2.399516) + (xy -4.057693 2.391834) + (xy -4.044609 2.354234) + (xy -4.016451 2.273191) + (xy -3.976652 2.158586) + (xy -3.928826 2.020827) + (xy -3.716255 2.020827) + (xy -3.712031 2.046573) + (xy -3.667177 2.05837) + (xy -3.612444 2.060222) + (xy -3.536515 2.05555) + (xy -3.507178 2.039193) + (xy -3.508634 2.020827) + (xy -3.525946 1.970009) + (xy -3.550629 1.891461) + (xy -3.558454 1.865604) + (xy -3.583728 1.794777) + (xy -3.606188 1.753822) + (xy -3.612444 1.749778) + (xy -3.631531 1.774118) + (xy -3.656685 1.83531) + (xy -3.666435 1.865604) + (xy -3.69168 1.947381) + (xy -3.712186 2.009627) + (xy -3.716255 2.020827) + (xy -3.928826 2.020827) + (xy -3.928643 2.020301) + (xy -3.895969 1.926167) + (xy -3.74659 1.495778) + (xy -3.479075 1.495778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5d5cffc7-55a4-4088-9c11-ba97a6de4217)) + (fp_poly + (pts (xy 2.598154 1.496927) (xy 2.682727 1.502225) (xy 2.738023 1.51445) @@ -29703,59 +34868,265 @@ (xy 2.201333 1.763889) (xy 2.201333 1.495778) (xy 2.470727 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp d2968486-d705-4b8a-8d3d-9e6abcfdd7c5)) - (fp_poly (pts - (xy 0.569575 1.48491) - (xy 0.602564 1.494387) - (xy 0.691186 1.540646) - (xy 0.771431 1.610853) - (xy 0.828178 1.689051) - (xy 0.846667 1.751943) - (xy 0.825296 1.794774) - (xy 0.772462 1.809727) - (xy 0.705088 1.797996) - (xy 0.640092 1.760773) - (xy 0.615847 1.735667) - (xy 0.539593 1.680107) - (xy 0.442873 1.665172) - (xy 0.345788 1.692245) - (xy 0.311793 1.714789) - (xy 0.264857 1.782384) - (xy 0.235001 1.883289) - (xy 0.226749 1.995781) - (xy 0.237119 2.073347) - (xy 0.284663 2.17135) - (xy 0.360835 2.234694) - (xy 0.451827 2.259542) - (xy 0.543829 2.242059) - (xy 0.621657 2.180167) - (xy 0.682965 2.102556) - (xy 0.581372 2.093797) - (xy 0.513493 2.082839) - (xy 0.485237 2.055933) - (xy 0.479778 2.002074) - (xy 0.479778 1.919111) - (xy 0.874889 1.919111) - (xy 0.874845 2.024945) - (xy 0.849509 2.170677) - (xy 0.779697 2.291626) - (xy 0.674506 2.380776) - (xy 0.543037 2.431111) - (xy 0.394388 2.435613) - (xy 0.352187 2.427992) - (xy 0.211168 2.370419) - (xy 0.107447 2.271551) - (xy 0.042814 2.133974) - (xy 0.019061 1.960272) - (xy 0.018975 1.947334) - (xy 0.028504 1.832774) - (xy 0.053049 1.731923) - (xy 0.065572 1.702614) - (xy 0.154917 1.587937) - (xy 0.277667 1.50995) - (xy 0.42037 1.47387) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp d2d908c5-b72c-49bc-8a8a-55ea92f683d6)) - (fp_poly (pts + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d2968486-d705-4b8a-8d3d-9e6abcfdd7c5)) + (fp_poly + (pts + (xy -3.188369 0.208061) + (xy -3.072596 0.249861) + (xy -2.981625 0.32938) + (xy -2.952997 0.375948) + (xy -2.909329 0.465667) + (xy -3.005279 0.47433) + (xy -3.10102 0.464131) + (xy -3.159281 0.424941) + (xy -3.236633 0.376427) + (xy -3.311191 0.381515) + (xy -3.375285 0.437573) + (xy -3.41192 0.511616) + (xy -3.437243 0.593998) + (xy -3.436803 0.629605) + (xy -3.408209 0.623042) + (xy -3.368749 0.594715) + (xy -3.261841 0.544462) + (xy -3.140724 0.544793) + (xy -3.050574 0.577225) + (xy -2.967452 0.648864) + (xy -2.921343 0.749177) + (xy -2.913167 0.86344) + (xy -2.94384 0.976932) + (xy -3.014283 1.07493) + (xy -3.019243 1.0795) + (xy -3.083731 1.127731) + (xy -3.153007 1.150899) + (xy -3.251977 1.157101) + (xy -3.257947 1.157111) + (xy -3.362827 1.150657) + (xy -3.437346 1.126205) + (xy -3.496857 1.084495) + (xy -3.579083 0.979657) + (xy -3.623029 0.846667) + (xy -3.414889 0.846667) + (xy -3.390033 0.933233) + (xy -3.352165 0.972067) + (xy -3.276547 1.010805) + (xy -3.214286 1.002044) + (xy -3.160889 0.959556) + (xy -3.118605 0.898118) + (xy -3.104444 0.846667) + (xy -3.124659 0.784801) + (xy -3.172645 0.72294) + (xy -3.229419 0.682667) + (xy -3.253387 0.677334) + (xy -3.32804 0.702165) + (xy -3.388141 0.763433) + (xy -3.414767 0.841301) + (xy -3.414889 0.846667) + (xy -3.623029 0.846667) + (xy -3.626006 0.837657) + (xy -3.634979 0.667372) + (xy -3.63203 0.63112) + (xy -3.595241 0.458936) + (xy -3.524018 0.330212) + (xy -3.434685 0.252858) + (xy -3.314035 0.20779) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9d547fef-0e5e-424e-8686-b4cf7a1167f0)) + (fp_poly + (pts + (xy 6.548858 -3.097389) + (xy 6.600257 -2.949316) + (xy 6.645593 -2.818743) + (xy 6.681434 -2.715551) + (xy 6.704348 -2.649621) + (xy 6.710582 -2.631722) + (xy 6.698069 -2.607002) + (xy 6.63531 -2.596858) + (xy 6.611102 -2.596444) + (xy 6.536966 -2.601255) + (xy 6.498499 -2.624782) + (xy 6.475151 -2.680671) + (xy 6.472971 -2.688166) + (xy 6.456435 -2.737743) + (xy 6.433016 -2.765178) + (xy 6.387937 -2.777024) + (xy 6.306419 -2.77983) + (xy 6.266071 -2.779889) + (xy 6.168183 -2.778755) + (xy 6.112154 -2.770988) + (xy 6.083395 -2.750042) + (xy 6.067322 -2.70937) + (xy 6.061709 -2.688166) + (xy 6.041086 -2.629262) + (xy 6.007325 -2.603058) + (xy 5.940711 -2.596534) + (xy 5.92284 -2.596444) + (xy 5.84577 -2.602673) + (xy 5.819358 -2.622398) + (xy 5.820835 -2.631722) + (xy 5.834156 -2.669334) + (xy 5.862481 -2.750403) + (xy 5.902367 -2.865044) + (xy 5.950151 -3.002729) + (xy 6.161523 -3.002729) + (xy 6.165747 -2.976983) + (xy 6.2106 -2.965186) + (xy 6.265333 -2.963333) + (xy 6.341263 -2.968005) + (xy 6.370599 -2.984363) + (xy 6.369144 -3.002729) + (xy 6.351832 -3.053546) + (xy 6.327148 -3.132094) + (xy 6.319324 -3.157951) + (xy 6.29405 -3.228779) + (xy 6.27159 -3.269733) + (xy 6.265333 -3.273778) + (xy 6.246247 -3.249438) + (xy 6.221093 -3.188246) + (xy 6.211343 -3.157951) + (xy 6.186098 -3.076174) + (xy 6.165592 -3.013929) + (xy 6.161523 -3.002729) + (xy 5.950151 -3.002729) + (xy 5.950373 -3.003368) + (xy 5.982947 -3.097389) + (xy 6.131964 -3.527778) + (xy 6.399479 -3.527778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 53c1bc91-2bcf-4cd2-924e-64d2b83b9c34)) + (fp_poly + (pts + (xy -9.872838 2.768632) + (xy -9.838532 2.786364) + (xy -9.816871 2.832732) + (xy -9.796982 2.913945) + (xy -9.769052 3.028064) + (xy -9.73387 3.15876) + (xy -9.712846 3.231445) + (xy -9.662043 3.400778) + (xy -9.596649 3.113865) + (xy -9.567529 2.991212) + (xy -9.540854 2.887957) + (xy -9.520166 2.817339) + (xy -9.511143 2.794412) + (xy -9.472061 2.774933) + (xy -9.402887 2.770117) + (xy -9.392473 2.77088) + (xy -9.293913 2.779889) + (xy -9.423568 3.238467) + (xy -9.553222 3.697044) + (xy -9.654981 3.697078) + (xy -9.75674 3.697111) + (xy -9.838242 3.414889) + (xy -9.87337 3.298383) + (xy -9.904264 3.205278) + (xy -9.926996 3.146883) + (xy -9.936268 3.132667) + (xy -9.950185 3.158047) + (xy -9.974791 3.226621) + (xy -10.006252 3.327039) + (xy -10.031611 3.414889) + (xy -10.110431 3.697111) + (xy -10.315971 3.697111) + (xy -10.439369 3.266722) + (xy -10.482378 3.11739) + (xy -10.520594 2.985962) + (xy -10.551037 2.882586) + (xy -10.570728 2.817411) + (xy -10.57607 2.801056) + (xy -10.565035 2.776732) + (xy -10.504863 2.766393) + (xy -10.474552 2.765778) + (xy -10.427411 2.765957) + (xy -10.392814 2.77191) + (xy -10.366533 2.791755) + (xy -10.344342 2.833614) + (xy -10.322016 2.905608) + (xy -10.295327 3.015856) + (xy -10.260049 3.17248) + (xy -10.257898 3.182056) + (xy -10.234815 3.280356) + (xy -10.2159 3.352835) + (xy -10.204734 3.385932) + (xy -10.203887 3.386667) + (xy -10.194064 3.361127) + (xy -10.173438 3.291752) + (xy -10.145117 3.189413) + (xy -10.115127 3.076222) + (xy -10.034399 2.765778) + (xy -9.932357 2.765778) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 14b2942a-b510-4043-9ab5-701999e46fb8)) + (fp_poly + (pts + (xy -5.156981 1.498828) + (xy -5.056888 1.551976) + (xy -4.985978 1.635407) + (xy -4.975508 1.658056) + (xy -4.938727 1.749778) + (xy -5.037586 1.749778) + (xy -5.138182 1.729445) + (xy -5.192889 1.693334) + (xy -5.268142 1.64368) + (xy -5.349212 1.647116) + (xy -5.3923 1.666104) + (xy -5.440224 1.714413) + (xy -5.439139 1.770377) + (xy -5.391313 1.818059) + (xy -5.369278 1.827968) + (xy -5.295218 1.854914) + (xy -5.198742 1.889601) + (xy -5.157564 1.9043) + (xy -5.069894 1.944366) + (xy -5.000845 1.991397) + (xy -4.981175 2.01241) + (xy -4.943116 2.111525) + (xy -4.94848 2.220904) + (xy -4.992581 2.321289) + (xy -5.070732 2.393425) + (xy -5.074392 2.395393) + (xy -5.169045 2.425506) + (xy -5.289412 2.438572) + (xy -5.406754 2.43239) + (xy -5.446889 2.423901) + (xy -5.547608 2.376024) + (xy -5.626347 2.302113) + (xy -5.668921 2.217137) + (xy -5.672667 2.185649) + (xy -5.652262 2.132961) + (xy -5.602123 2.112364) + (xy -5.538866 2.123734) + (xy -5.479102 2.166945) + (xy -5.463595 2.187222) + (xy -5.408781 2.235352) + (xy -5.335242 2.257475) + (xy -5.257519 2.256107) + (xy -5.190154 2.233761) + (xy -5.147687 2.192953) + (xy -5.144661 2.136197) + (xy -5.146061 2.132315) + (xy -5.180032 2.102745) + (xy -5.25183 2.068504) + (xy -5.325607 2.04327) + (xy -5.425452 2.010581) + (xy -5.510983 1.976234) + (xy -5.55061 1.955564) + (xy -5.618551 1.879755) + (xy -5.648771 1.775457) + (xy -5.639874 1.67544) + (xy -5.589002 1.582272) + (xy -5.502267 1.517687) + (xy -5.39268 1.482024) + (xy -5.273248 1.475625) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 31d51c9a-f458-4312-9c07-50b8db3bd280)) + (fp_poly + (pts (xy -3.998053 2.770369) (xy -3.897609 2.836781) (xy -3.882257 2.85357) @@ -29816,168 +35187,207 @@ (xy -4.350251 2.802585) (xy -4.240116 2.754236) (xy -4.117469 2.743176) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp d41879d4-97fb-466d-a17e-f13085f4587a)) - (fp_poly (pts - (xy 0.219737 -3.51115) - (xy 0.233947 -3.505091) - (xy 0.355952 -3.426172) - (xy 0.434965 -3.314746) - (xy 0.472571 -3.167678) - (xy 0.474391 -3.029463) - (xy 0.441533 -2.863835) - (xy 0.370394 -2.731958) - (xy 0.26757 -2.638654) - (xy 0.139658 -2.588744) - (xy -0.006747 -2.587051) - (xy -0.098778 -2.610496) - (xy -0.21693 -2.676665) - (xy -0.314339 -2.776896) - (xy -0.375525 -2.893947) - (xy -0.384271 -2.928513) - (xy -0.393131 -3.074529) - (xy -0.185537 -3.074529) - (xy -0.174034 -2.968565) - (xy -0.171194 -2.958414) - (xy -0.119068 -2.855812) - (xy -0.042435 -2.790153) - (xy 0.046616 -2.765752) - (xy 0.136 -2.786924) - (xy 0.190544 -2.829278) - (xy 0.251976 -2.930851) - (xy 0.276984 -3.052408) - (xy 0.265349 -3.174946) - (xy 0.216854 -3.279465) - (xy 0.195981 -3.303574) - (xy 0.118385 -3.346258) - (xy 0.018444 -3.357048) - (xy -0.078062 -3.333549) - (xy -0.085563 -3.329742) - (xy -0.136885 -3.274268) - (xy -0.171682 -3.182814) - (xy -0.185537 -3.074529) - (xy -0.393131 -3.074529) - (xy -0.394797 -3.101991) - (xy -0.362468 -3.25526) - (xy -0.293634 -3.382395) - (xy -0.194646 -3.477475) - (xy -0.071854 -3.534575) - (xy 0.06839 -3.547775) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp d99d2c21-8e88-4972-89b2-833120f512b3)) - (fp_poly (pts - (xy 0.645847 -1.064691) - (xy 0.750485 -1.027098) - (xy 0.835705 -0.96067) - (xy 0.889869 -0.867339) - (xy 0.903111 -0.782156) - (xy 0.89883 -0.725429) - (xy 0.880944 -0.674183) - (xy 0.841889 -0.616148) - (xy 0.774102 -0.539052) - (xy 0.715037 -0.477034) - (xy 0.526962 -0.282222) - (xy 0.931333 -0.282222) - (xy 0.931333 -0.112889) - (xy 0.254 -0.112889) - (xy 0.254 -0.190493) - (xy 0.263629 -0.235874) - (xy 0.296794 -0.290547) - (xy 0.359912 -0.362714) - (xy 0.459401 -0.460573) - (xy 0.482121 -0.481974) - (xy 0.584124 -0.579736) - (xy 0.650096 -0.649796) - (xy 0.686809 -0.701243) - (xy 0.701038 -0.743167) - (xy 0.700843 -0.775468) - (xy 0.678946 -0.843887) - (xy 0.646424 -0.883254) - (xy 0.5777 -0.899524) - (xy 0.502919 -0.882098) - (xy 0.447673 -0.83892) - (xy 0.437424 -0.818379) - (xy 0.406546 -0.77686) - (xy 0.340273 -0.762327) - (xy 0.322654 -0.762) - (xy 0.257835 -0.763932) - (xy 0.231931 -0.778897) - (xy 0.23875 -0.820644) - (xy 0.265888 -0.888032) - (xy 0.331811 -0.985119) - (xy 0.424871 -1.045636) - (xy 0.533429 -1.071515) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp dae71895-b2db-438c-be86-33d69f6d667b)) - (fp_poly (pts - (xy -5.023555 -3.358444) - (xy -5.446889 -3.358444) - (xy -5.446889 -3.160889) - (xy -5.08 -3.160889) - (xy -5.08 -2.991555) - (xy -5.446889 -2.991555) - (xy -5.446889 -2.596444) - (xy -5.644444 -2.596444) - (xy -5.644444 -3.527778) - (xy -5.023555 -3.527778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp dcec9be9-49bb-41a5-b980-e55494296ef3)) - (fp_poly (pts - (xy -11.401778 3.668889) - (xy -13.659555 3.668889) - (xy -13.659555 3.132667) - (xy -11.401778 3.132667) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp df3bb1eb-eff8-4cd1-ba24-db699b77ff2e)) - (fp_poly (pts - (xy -6.859078 1.50643) - (xy -6.726466 1.540224) - (xy -6.637926 1.59992) - (xy -6.589174 1.688274) - (xy -6.575778 1.794841) - (xy -6.591162 1.880376) - (xy -6.629561 1.965492) - (xy -6.679344 2.027607) - (xy -6.703279 2.042398) - (xy -6.722647 2.058283) - (xy -6.721052 2.090827) - (xy -6.69546 2.150565) - (xy -6.645449 2.243374) - (xy -6.542698 2.427111) - (xy -6.65636 2.427111) - (xy -6.718071 2.424404) - (xy -6.760383 2.40884) - (xy -6.796741 2.369254) - (xy -6.84059 2.294482) - (xy -6.860277 2.257778) - (xy -6.915496 2.162476) - (xy -6.959485 2.109765) - (xy -7.001511 2.089641) - (xy -7.017154 2.088445) - (xy -7.054119 2.092576) - (xy -7.07408 2.113775) - (xy -7.082234 2.16525) - (xy -7.083778 2.257778) - (xy -7.083778 2.427111) - (xy -7.281333 2.427111) - (xy -7.281333 1.792111) - (xy -7.083778 1.792111) - (xy -7.081618 1.870148) - (xy -7.06736 1.907102) - (xy -7.029338 1.918331) - (xy -6.987308 1.919111) - (xy -6.907412 1.914241) - (xy -6.847524 1.902475) - (xy -6.846197 1.901981) - (xy -6.813072 1.863185) - (xy -6.802358 1.79738) - (xy -6.815403 1.729924) - (xy -6.835422 1.698978) - (xy -6.884393 1.676685) - (xy -6.961325 1.665439) - (xy -6.976533 1.665111) - (xy -7.083778 1.665111) - (xy -7.083778 1.792111) - (xy -7.281333 1.792111) - (xy -7.281333 1.495778) - (xy -7.040043 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp e24bfcf1-8c89-43a2-8ab1-723a3b2239dc)) - (fp_poly (pts + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d41879d4-97fb-466d-a17e-f13085f4587a)) + (fp_poly + (pts + (xy -3.19681 2.756267) + (xy -3.08402 2.80715) + (xy -3.045855 2.838389) + (xy -2.97984 2.930373) + (xy -2.962016 3.026002) + (xy -2.992896 3.113301) + (xy -3.032373 3.154654) + (xy -3.101412 3.208961) + (xy -3.018262 3.270436) + (xy -2.949929 3.350611) + (xy -2.931981 3.446019) + (xy -2.964435 3.546411) + (xy -3.017607 3.614616) + (xy -3.08194 3.667183) + (xy -3.139801 3.695781) + (xy -3.151662 3.697497) + (xy -3.224696 3.703585) + (xy -3.259667 3.709336) + (xy -3.325514 3.710674) + (xy -3.408774 3.69838) + (xy -3.414442 3.697052) + (xy -3.505144 3.656473) + (xy -3.582943 3.589781) + (xy -3.631845 3.513046) + (xy -3.640667 3.46976) + (xy -3.618704 3.428311) + (xy -3.564974 3.412626) + (xy -3.497714 3.422289) + (xy -3.435161 3.456882) + (xy -3.417707 3.474861) + (xy -3.355473 3.518753) + (xy -3.278187 3.531872) + (xy -3.203587 3.517159) + (xy -3.149413 3.47756) + (xy -3.132667 3.42756) + (xy -3.157804 3.367039) + (xy -3.220883 3.320667) + (xy -3.303404 3.302001) + (xy -3.304016 3.302) + (xy -3.363032 3.294534) + (xy -3.384423 3.260132) + (xy -3.386667 3.219122) + (xy -3.378892 3.160183) + (xy -3.343848 3.134677) + (xy -3.297791 3.127399) + (xy -3.225311 3.106339) + (xy -3.17799 3.069167) + (xy -3.162369 3.006489) + (xy -3.188739 2.955102) + (xy -3.242832 2.921745) + (xy -3.31038 2.913157) + (xy -3.377114 2.936074) + (xy -3.405822 2.961577) + (xy -3.482327 3.010039) + (xy -3.548242 3.019778) + (xy -3.640828 3.019778) + (xy -3.604573 2.930925) + (xy -3.537829 2.835283) + (xy -3.438058 2.772709) + (xy -3.319604 2.745579) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 558d47d9-f97a-41bd-b6eb-4c81d4c380dd)) + (fp_poly + (pts + (xy 0.805626 2.749635) + (xy 0.885975 2.780345) + (xy 0.951467 2.826207) + (xy 1.014849 2.892942) + (xy 1.06008 2.961398) + (xy 1.072445 3.002966) + (xy 1.048841 3.019329) + (xy 0.992174 3.022503) + (xy 0.92366 3.014783) + (xy 0.864514 2.998463) + (xy 0.836461 2.977445) + (xy 0.79767 2.944612) + (xy 0.731521 2.936598) + (xy 0.660989 2.952671) + (xy 0.614942 2.9845) + (xy 0.576536 3.048793) + (xy 0.552008 3.117789) + (xy 0.540617 3.173769) + (xy 0.550217 3.182466) + (xy 0.585347 3.153402) + (xy 0.683045 3.098005) + (xy 0.795099 3.083744) + (xy 0.904566 3.108093) + (xy 0.994497 3.168524) + (xy 1.031442 3.219907) + (xy 1.06936 3.347869) + (xy 1.056822 3.472662) + (xy 0.999105 3.58219) + (xy 0.901486 3.664356) + (xy 0.823686 3.696128) + (xy 0.753607 3.715078) + (xy 0.709623 3.720355) + (xy 0.663033 3.711835) + (xy 0.605223 3.695184) + (xy 0.493211 3.635017) + (xy 0.409686 3.533406) + (xy 0.358687 3.399783) + (xy 0.355961 3.370282) + (xy 0.565933 3.370282) + (xy 0.585441 3.452935) + (xy 0.620889 3.499556) + (xy 0.686206 3.547513) + (xy 0.749573 3.546968) + (xy 0.812165 3.512067) + (xy 0.865264 3.448107) + (xy 0.875387 3.373787) + (xy 0.850054 3.303451) + (xy 0.796787 3.251439) + (xy 0.723107 3.232096) + (xy 0.670881 3.242644) + (xy 0.595328 3.295481) + (xy 0.565933 3.370282) + (xy 0.355961 3.370282) + (xy 0.344251 3.243579) + (xy 0.359166 3.120498) + (xy 0.405914 2.963862) + (xy 0.472677 2.85436) + (xy 0.564134 2.784803) + (xy 0.583418 2.776039) + (xy 0.700573 2.741826) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 82b5cd12-bfb6-47fc-8bee-4e9a400ba82d)) + (fp_poly + (pts + (xy -3.722481 -1.065628) + (xy -3.558607 -1.050326) + (xy -3.442937 -1.02316) + (xy -3.367713 -0.979649) + (xy -3.325177 -0.915311) + (xy -3.307589 -0.82588) + (xy -3.308745 -0.743507) + (xy -3.334811 -0.689123) + (xy -3.374895 -0.652313) + (xy -3.41942 -0.610433) + (xy -3.414491 -0.593256) + (xy -3.406632 -0.592666) + (xy -3.355903 -0.569525) + (xy -3.301592 -0.513468) + (xy -3.259627 -0.444544) + (xy -3.245555 -0.389903) + (xy -3.270103 -0.289359) + (xy -3.333169 -0.199849) + (xy -3.418243 -0.144171) + (xy -3.489096 -0.129346) + (xy -3.595768 -0.11832) + (xy -3.717659 -0.113072) + (xy -3.743656 -0.112889) + (xy -3.979333 -0.112889) + (xy -3.979333 -0.282222) + (xy -3.781778 -0.282222) + (xy -3.658233 -0.282222) + (xy -3.563533 -0.292475) + (xy -3.503754 -0.320034) + (xy -3.49986 -0.324189) + (xy -3.47899 -0.382845) + (xy -3.481984 -0.433705) + (xy -3.521135 -0.49423) + (xy -3.603871 -0.527514) + (xy -3.704167 -0.535837) + (xy -3.751942 -0.531736) + (xy -3.774577 -0.508668) + (xy -3.78139 -0.451427) + (xy -3.781778 -0.409222) + (xy -3.781778 -0.282222) + (xy -3.979333 -0.282222) + (xy -3.979333 -0.790222) + (xy -3.781778 -0.790222) + (xy -3.778959 -0.717961) + (xy -3.760185 -0.685852) + (xy -3.709978 -0.677602) + (xy -3.674533 -0.677333) + (xy -3.595516 -0.685758) + (xy -3.539158 -0.7065) + (xy -3.533422 -0.7112) + (xy -3.499942 -0.772255) + (xy -3.515388 -0.829357) + (xy -3.572378 -0.874619) + (xy -3.663531 -0.900155) + (xy -3.713059 -0.903111) + (xy -3.757383 -0.896644) + (xy -3.77708 -0.866713) + (xy -3.781764 -0.797525) + (xy -3.781778 -0.790222) + (xy -3.979333 -0.790222) + (xy -3.979333 -1.080273) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp aebf1ae5-9ad9-4b19-98c8-6e6b91f5ea4f)) + (fp_poly + (pts (xy -2.347165 2.75063) (xy -2.346881 2.750692) (xy -2.241527 2.79465) @@ -30017,143 +35427,167 @@ (xy -2.378771 3.315842) (xy -2.467589 3.302) (xy -2.519641 3.292979) - (xy -2.53839 3.254381) - (xy -2.54 3.219122) - (xy -2.532225 3.160183) - (xy -2.497182 3.134677) - (xy -2.451124 3.127399) - (xy -2.368152 3.101815) - (xy -2.322208 3.052102) - (xy -2.32177 2.989367) - (xy -2.331324 2.970389) - (xy -2.387945 2.923322) - (xy -2.460739 2.912585) - (xy -2.526024 2.939152) - (xy -2.545459 2.961587) - (xy -2.593205 3.003013) - (xy -2.657833 3.021827) - (xy -2.719916 3.017537) - (xy -2.760029 2.989647) - (xy -2.765778 2.967182) - (xy -2.739891 2.888827) - (xy -2.671372 2.820907) - (xy -2.573936 2.770509) - (xy -2.461296 2.744721) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp e3bfc493-0f7c-40c3-b82e-76be65cac21c)) - (fp_poly (pts - (xy -2.914015 -3.522268) - (xy -2.780029 -3.513666) - (xy -2.530619 -2.90226) - (xy -2.402764 -3.215019) - (xy -2.274908 -3.527778) - (xy -2.003778 -3.527778) - (xy -2.003778 -2.596444) - (xy -2.227512 -2.596444) - (xy -2.235589 -2.870771) - (xy -2.243667 -3.145098) - (xy -2.352695 -2.869205) - (xy -2.402499 -2.745867) - (xy -2.438755 -2.66643) - (xy -2.467539 -2.621872) - (xy -2.494928 -2.603171) - (xy -2.526996 -2.601305) - (xy -2.532701 -2.601934) - (xy -2.566447 -2.611896) - (xy -2.59667 -2.638808) - (xy -2.62901 -2.691836) - (xy -2.669106 -2.780143) - (xy -2.720006 -2.906299) - (xy -2.836333 -3.202042) - (xy -2.844344 -2.899243) - (xy -2.852354 -2.596444) - (xy -3.048 -2.596444) - (xy -3.048 -3.53087) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp e522cd70-d423-4cc8-819d-783a03683236)) - (fp_poly (pts - (xy 12.937822 1.509889) - (xy 13.051744 1.798991) - (xy 13.098982 1.915365) - (xy 13.139771 2.00938) - (xy 13.169309 2.070368) - (xy 13.181961 2.088269) - (xy 13.198452 2.063853) - (xy 13.230924 1.997417) - (xy 13.274526 1.8994) - (xy 13.319563 1.792111) - (xy 13.440872 1.495778) - (xy 13.687778 1.495778) - (xy 13.687778 2.427111) - (xy 13.490222 2.427111) - (xy 13.488635 2.137834) - (xy 13.487048 1.848556) - (xy 13.370553 2.139207) - (xy 13.318628 2.2663) - (xy 13.280831 2.349384) - (xy 13.251322 2.397245) - (xy 13.224265 2.418668) - (xy 13.193821 2.42244) - (xy 13.183036 2.421429) - (xy 13.149202 2.411448) - (xy 13.118569 2.384312) - (xy 13.085446 2.33094) - (xy 13.04414 2.242251) - (xy 12.991993 2.116667) - (xy 12.871972 1.820334) - (xy 12.870652 2.123722) - (xy 12.869333 2.427111) - (xy 12.671778 2.427111) - (xy 12.671778 1.492685) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp e734a04d-3dde-40ac-9c1e-4468bae3a97f)) - (fp_poly (pts - (xy -1.524 3.697111) - (xy -1.721555 3.697111) - (xy -1.721555 3.330222) - (xy -1.722457 3.193738) - (xy -1.724925 3.080276) - (xy -1.728601 3.000315) - (xy -1.73313 2.964333) - (xy -1.734053 2.963334) - (xy -1.763909 2.97635) - (xy -1.823448 3.008903) - (xy -1.846942 3.022566) - (xy -1.947333 3.081798) - (xy -1.947333 2.995361) - (xy -1.921461 2.914491) - (xy -1.853219 2.842545) - (xy -1.756666 2.789706) - (xy -1.645863 2.766158) - (xy -1.630337 2.765778) - (xy -1.524 2.765778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp ede16ab6-4c60-4ab2-b2b6-bf573db69b4e)) - (fp_poly (pts - (xy 4.797778 -0.874889) - (xy 4.374445 -0.874889) - (xy 4.374445 -0.677333) - (xy 4.769556 -0.677333) - (xy 4.769556 -0.508) - (xy 4.374445 -0.508) - (xy 4.374445 -0.282222) - (xy 4.797778 -0.282222) - (xy 4.797778 -0.112889) - (xy 4.147302 -0.112889) - (xy 4.162778 -1.058333) - (xy 4.797778 -1.074293) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp f00162e5-8fbc-43b4-b34c-0eff25f2a77b)) - (fp_poly (pts - (xy 3.245556 1.862667) - (xy 3.640667 1.862667) - (xy 3.640667 1.495778) - (xy 3.866445 1.495778) - (xy 3.866445 2.427111) - (xy 3.640667 2.427111) - (xy 3.640667 2.032) - (xy 3.245556 2.032) - (xy 3.245556 2.427111) - (xy 3.048 2.427111) - (xy 3.048 1.495778) - (xy 3.245556 1.495778) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp f574335c-daca-4bf9-8792-f97b85116e60)) - (fp_poly (pts + (xy -2.53839 3.254381) + (xy -2.54 3.219122) + (xy -2.532225 3.160183) + (xy -2.497182 3.134677) + (xy -2.451124 3.127399) + (xy -2.368152 3.101815) + (xy -2.322208 3.052102) + (xy -2.32177 2.989367) + (xy -2.331324 2.970389) + (xy -2.387945 2.923322) + (xy -2.460739 2.912585) + (xy -2.526024 2.939152) + (xy -2.545459 2.961587) + (xy -2.593205 3.003013) + (xy -2.657833 3.021827) + (xy -2.719916 3.017537) + (xy -2.760029 2.989647) + (xy -2.765778 2.967182) + (xy -2.739891 2.888827) + (xy -2.671372 2.820907) + (xy -2.573936 2.770509) + (xy -2.461296 2.744721) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e3bfc493-0f7c-40c3-b82e-76be65cac21c)) + (fp_poly + (pts + (xy -7.607867 0.212416) + (xy -7.509051 0.258541) + (xy -7.432953 0.333708) + (xy -7.391636 0.42289) + (xy -7.385854 0.512286) + (xy -7.416357 0.588096) + (xy -7.483899 0.63652) + (xy -7.48836 0.638006) + (xy -7.52419 0.652912) + (xy -7.516165 0.669814) + (xy -7.470675 0.695523) + (xy -7.379922 0.766815) + (xy -7.341663 0.854175) + (xy -7.356526 0.951413) + (xy -7.425135 1.052337) + (xy -7.433733 1.061156) + (xy -7.492487 1.11485) + (xy -7.54575 1.143638) + (xy -7.615117 1.155168) + (xy -7.704667 1.157111) + (xy -7.805354 1.154337) + (xy -7.871272 1.140915) + (xy -7.924014 1.109198) + (xy -7.9756 1.061156) + (xy -8.047831 0.977012) + (xy -8.070137 0.918448) + (xy -8.042512 0.884693) + (xy -7.973771 0.874889) + (xy -7.890853 0.888662) + (xy -7.844925 0.932927) + (xy -7.807924 0.973188) + (xy -7.745026 0.984088) + (xy -7.712735 0.982316) + (xy -7.620421 0.957013) + (xy -7.571802 0.909672) + (xy -7.566762 0.853844) + (xy -7.605184 0.80308) + (xy -7.686952 0.77093) + (xy -7.71458 0.767352) + (xy -7.783043 0.7566) + (xy -7.811791 0.730384) + (xy -7.817555 0.67563) + (xy -7.809877 0.616174) + (xy -7.775798 0.5945) + (xy -7.739944 0.592235) + (xy -7.648686 0.578436) + (xy -7.602872 0.535133) + (xy -7.596573 0.462605) + (xy -7.612628 0.403919) + (xy -7.655086 0.378411) + (xy -7.696316 0.372253) + (xy -7.773696 0.378039) + (xy -7.821731 0.419563) + (xy -7.823049 0.421642) + (xy -7.8834 0.469645) + (xy -7.951344 0.479778) + (xy -8.020651 0.468058) + (xy -8.04135 0.431748) + (xy -8.013566 0.369127) + (xy -7.964046 0.307264) + (xy -7.861335 0.231659) + (xy -7.73708 0.199451) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c3410d7d-0af1-4980-8cd0-2b0eff90a3ee)) + (fp_poly + (pts + (xy 11.074059 -1.060789) + (xy 11.161309 -1.027278) + (xy 11.241786 -0.968536) + (xy 11.299025 -0.899331) + (xy 11.317111 -0.842818) + (xy 11.294872 -0.80359) + (xy 11.240109 -0.789358) + (xy 11.170752 -0.799818) + (xy 11.104735 -0.834663) + (xy 11.091333 -0.846666) + (xy 11.01708 -0.892177) + (xy 10.936675 -0.899601) + (xy 10.871454 -0.867468) + (xy 10.866681 -0.862133) + (xy 10.838073 -0.806133) + (xy 10.855344 -0.757085) + (xy 10.92191 -0.711211) + (xy 11.04119 -0.664729) + (xy 11.046832 -0.662892) + (xy 11.17655 -0.613599) + (xy 11.261292 -0.560665) + (xy 11.312266 -0.495049) + (xy 11.335645 -0.429841) + (xy 11.333659 -0.335439) + (xy 11.291931 -0.23977) + (xy 11.221658 -0.165891) + (xy 11.201649 -0.153891) + (xy 11.11925 -0.12925) + (xy 11.006549 -0.11681) + (xy 10.888529 -0.117396) + (xy 10.790171 -0.131829) + (xy 10.766778 -0.139569) + (xy 10.673798 -0.20551) + (xy 10.609146 -0.30698) + (xy 10.596584 -0.345722) + (xy 10.588103 -0.397599) + (xy 10.607514 -0.418998) + (xy 10.668499 -0.423323) + (xy 10.675806 -0.423333) + (xy 10.75944 -0.409563) + (xy 10.815271 -0.360651) + (xy 10.820627 -0.352778) + (xy 10.879221 -0.300741) + (xy 10.955179 -0.278751) + (xy 11.031707 -0.285098) + (xy 11.09201 -0.318073) + (xy 11.11929 -0.375965) + (xy 11.119556 -0.383207) + (xy 11.112883 -0.420135) + (xy 11.085333 -0.448715) + (xy 11.025606 -0.476193) + (xy 10.9224 -0.509815) + (xy 10.92185 -0.509982) + (xy 10.773229 -0.566375) + (xy 10.676441 -0.631676) + (xy 10.627038 -0.71046) + (xy 10.620577 -0.807305) + (xy 10.622165 -0.818435) + (xy 10.665629 -0.926395) + (xy 10.751244 -1.007781) + (xy 10.868809 -1.057123) + (xy 11.008125 -1.068949) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1c1d41ab-605d-4c72-a1b7-c5ac69869028)) + (fp_poly + (pts (xy -5.229212 0.225353) (xy -5.13192 0.269928) (xy -5.066322 0.350666) @@ -30178,118 +35612,431 @@ (xy -5.528579 1.14099) (xy -5.581562 1.109095) (xy -5.635625 1.058686) - (xy -5.69056 0.994906) - (xy -5.720503 0.942434) - (xy -5.722348 0.924631) - (xy -5.684996 0.888789) - (xy -5.619667 0.879611) - (xy -5.547818 0.896509) - (xy -5.497801 0.93077) - (xy -5.432849 0.97296) - (xy -5.359184 0.98286) - (xy -5.29041 0.965986) - (xy -5.24013 0.927856) - (xy -5.221949 0.873985) - (xy -5.238225 0.8255) - (xy -5.288992 0.787739) - (xy -5.371014 0.76745) - (xy -5.372136 0.767352) - (xy -5.440598 0.7566) - (xy -5.469347 0.730384) - (xy -5.475111 0.67563) - (xy -5.467685 0.616411) - (xy -5.433448 0.59493) - (xy -5.39246 0.592667) - (xy -5.316476 0.577985) - (xy -5.26546 0.548318) - (xy -5.228919 0.506213) - (xy -5.22698 0.470203) - (xy -5.250326 0.421478) - (xy -5.301473 0.377723) - (xy -5.37453 0.366787) - (xy -5.445624 0.388479) - (xy -5.481661 0.423334) - (xy -5.543313 0.470421) - (xy -5.6089 0.479778) - (xy -5.67794 0.468278) - (xy -5.698795 0.432438) - (xy -5.671574 0.37025) - (xy -5.618537 0.303834) - (xy -5.566596 0.251584) - (xy -5.516732 0.22396) - (xy -5.447934 0.213246) - (xy -5.3675 0.211667) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp f8270e50-f376-4e73-92c3-13aa2cec2327)) - (fp_poly (pts - (xy -7.916333 -1.058333) - (xy -7.916333 -0.889) - (xy -8.135055 -0.880757) - (xy -8.353778 -0.872514) - (xy -8.353778 -0.677333) - (xy -7.958667 -0.677333) - (xy -7.958667 -0.508) - (xy -8.353778 -0.508) - (xy -8.353778 -0.282222) - (xy -7.902222 -0.282222) - (xy -7.902222 -0.112889) - (xy -8.551333 -0.112889) - (xy -8.551333 -1.074293) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp fa44da66-07c5-453f-8b1d-2a5cd1f3d54f)) - (fp_poly (pts - (xy -10.323607 -3.513666) - (xy -10.206526 -3.224715) - (xy -10.157896 -3.108527) - (xy -10.11563 -3.014592) - (xy -10.084705 -2.95354) - (xy -10.071039 -2.935437) - (xy -10.049674 -2.958675) - (xy -10.025492 -3.012722) - (xy -10.001888 -3.075246) - (xy -9.96366 -3.171376) - (xy -9.918146 -3.282722) - (xy -9.907209 -3.309055) - (xy -9.816066 -3.527778) - (xy -9.567333 -3.527778) - (xy -9.567333 -2.596444) - (xy -9.762914 -2.596444) - (xy -9.779 -3.175) - (xy -9.891889 -2.884653) - (xy -9.942346 -2.757419) - (xy -9.979151 -2.674337) - (xy -10.008057 -2.626558) - (xy -10.034818 -2.60523) - (xy -10.065187 -2.601502) - (xy -10.075333 -2.602431) - (xy -10.108948 -2.612284) - (xy -10.13933 -2.639358) - (xy -10.172124 -2.692745) - (xy -10.212975 -2.781536) - (xy -10.264359 -2.906889) - (xy -10.382828 -3.203222) - (xy -10.385778 -2.596444) - (xy -10.583333 -2.596444) - (xy -10.583333 -3.53087) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp fc57f6b0-4c13-49ec-85cc-32bcedf59182)) - (fp_poly (pts - (xy 12.744877 -0.304951) - (xy 12.766547 -0.284663) - (xy 12.80599 -0.232635) - (xy 12.802393 -0.188201) - (xy 12.79554 -0.175997) - (xy 12.748328 -0.137519) - (xy 12.681494 -0.116966) - (xy 12.622258 -0.120925) - (xy 12.607222 -0.130408) - (xy 12.58604 -0.185908) - (xy 12.59853 -0.254) - (xy 12.638668 -0.307146) - (xy 12.646994 -0.312284) - (xy 12.698434 -0.328188) - ) (layer "F.SilkS") (width 0) (fill solid) (tstamp ff61b081-434f-459c-9903-5236799f2c2c)) + (xy -5.69056 0.994906) + (xy -5.720503 0.942434) + (xy -5.722348 0.924631) + (xy -5.684996 0.888789) + (xy -5.619667 0.879611) + (xy -5.547818 0.896509) + (xy -5.497801 0.93077) + (xy -5.432849 0.97296) + (xy -5.359184 0.98286) + (xy -5.29041 0.965986) + (xy -5.24013 0.927856) + (xy -5.221949 0.873985) + (xy -5.238225 0.8255) + (xy -5.288992 0.787739) + (xy -5.371014 0.76745) + (xy -5.372136 0.767352) + (xy -5.440598 0.7566) + (xy -5.469347 0.730384) + (xy -5.475111 0.67563) + (xy -5.467685 0.616411) + (xy -5.433448 0.59493) + (xy -5.39246 0.592667) + (xy -5.316476 0.577985) + (xy -5.26546 0.548318) + (xy -5.228919 0.506213) + (xy -5.22698 0.470203) + (xy -5.250326 0.421478) + (xy -5.301473 0.377723) + (xy -5.37453 0.366787) + (xy -5.445624 0.388479) + (xy -5.481661 0.423334) + (xy -5.543313 0.470421) + (xy -5.6089 0.479778) + (xy -5.67794 0.468278) + (xy -5.698795 0.432438) + (xy -5.671574 0.37025) + (xy -5.618537 0.303834) + (xy -5.566596 0.251584) + (xy -5.516732 0.22396) + (xy -5.447934 0.213246) + (xy -5.3675 0.211667) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f8270e50-f376-4e73-92c3-13aa2cec2327)) + (fp_poly + (pts + (xy -11.166301 -0.106129) + (xy -11.217352 -0.039467) + (xy -11.294156 0.051383) + (xy -11.389939 0.158259) + (xy -11.444111 0.216518) + (xy -11.557247 0.337396) + (xy -11.637184 0.426062) + (xy -11.689679 0.491147) + (xy -11.720491 0.541285) + (xy -11.735377 0.585108) + (xy -11.740096 0.631249) + (xy -11.740444 0.660772) + (xy -11.742882 0.739867) + (xy -11.756517 0.777697) + (xy -11.790836 0.789416) + (xy -11.821475 0.790222) + (xy -11.850049 0.790284) + (xy -11.872181 0.794988) + (xy -11.889433 0.811112) + (xy -11.903366 0.845433) + (xy -11.915542 0.904728) + (xy -11.927523 0.995776) + (xy -11.940869 1.125353) + (xy -11.957142 1.300237) + (xy -11.969059 1.430807) + (xy -12.00311 1.80328) + (xy -11.66011 2.16025) + (xy -11.548765 2.277518) + (xy -11.452511 2.381542) + (xy -11.377677 2.465263) + (xy -11.330591 2.521627) + (xy -11.317111 2.542722) + (xy -11.325164 2.56493) + (xy -11.352299 2.558364) + (xy -11.40298 2.519594) + (xy -11.481669 2.445188) + (xy -11.592831 2.331716) + (xy -11.596124 2.328287) + (xy -11.826472 2.088351) + (xy -11.855124 2.163709) + (xy -11.89361 2.233503) + (xy -11.932054 2.275747) + (xy -12.017103 2.309089) + (xy -12.116467 2.305477) + (xy -12.203338 2.266621) + (xy -12.21372 2.257778) + (xy -12.25055 2.230738) + (xy -12.299215 2.213849) + (xy -12.372793 2.204871) + (xy -12.484363 2.201567) + (xy -12.543598 2.201334) + (xy -12.668534 2.202179) + (xy -12.747483 2.206175) + (xy -12.790892 2.215512) + (xy -12.809211 2.23238) + (xy -12.812889 2.257778) + (xy -12.830471 2.302918) + (xy -12.879548 2.314222) + (xy -12.918921 2.307476) + (xy -12.944851 2.278558) + (xy -12.96538 2.214449) + (xy -12.978326 2.154293) + (xy -12.983107 2.126464) + (xy -12.163579 2.126464) + (xy -12.145714 2.181628) + (xy -12.143667 2.183814) + (xy -12.103025 2.196176) + (xy -12.051945 2.195574) + (xy -11.999343 2.178238) + (xy -11.981255 2.131267) + (xy -11.980333 2.105632) + (xy -11.997374 2.029748) + (xy -12.04 1.987065) + (xy -12.095463 1.98712) + (xy -12.119079 2.001815) + (xy -12.153359 2.056601) + (xy -12.163579 2.126464) + (xy -12.983107 2.126464) + (xy -12.996481 2.04862) + (xy -13.008126 1.951517) + (xy -13.010444 1.907741) + (xy -13.012368 1.880414) + (xy -12.925778 1.880414) + (xy -12.924653 1.981221) + (xy -12.914912 2.048299) + (xy -12.887009 2.088515) + (xy -12.831395 2.108737) + (xy -12.738524 2.115832) + (xy -12.598847 2.116667) + (xy -12.597317 2.116667) + (xy -12.463443 2.115542) + (xy -12.37569 2.11107) + (xy -12.323762 2.101609) + (xy -12.29736 2.085515) + (xy -12.287856 2.067278) + (xy -12.249181 1.974823) + (xy -12.197002 1.920704) + (xy -12.169066 1.905596) + (xy -12.116614 1.871927) + (xy -12.096711 1.847471) + (xy -12.110267 1.816098) + (xy -12.155816 1.753121) + (xy -12.226244 1.66764) + (xy -12.314436 1.568754) + (xy -12.315708 1.567376) + (xy -12.546409 1.317781) + (xy -12.736094 1.525613) + (xy -12.822834 1.622115) + (xy -12.878073 1.690695) + (xy -12.908906 1.744619) + (xy -12.922424 1.797155) + (xy -12.92572 1.861568) + (xy -12.925778 1.880414) + (xy -13.012368 1.880414) + (xy -13.012431 1.879517) + (xy -13.021895 1.866725) + (xy -13.044088 1.873391) + (xy -13.084264 1.903542) + (xy -13.147677 1.961204) + (xy -13.239579 2.050406) + (xy -13.365224 2.175172) + (xy -13.384767 2.19467) + (xy -13.524715 2.33358) + (xy -13.630014 2.435914) + (xy -13.705341 2.505593) + (xy -13.755369 2.546532) + (xy -13.784773 2.562652) + (xy -13.798228 2.557869) + (xy -13.800667 2.543253) + (xy -13.78194 2.516138) + (xy -13.729744 2.455242) + (xy -13.650056 2.367154) + (xy -13.548853 2.258465) + (xy -13.432111 2.135768) + (xy -13.415699 2.118711) + (xy -13.030732 1.719139) + (xy -13.068255 1.234747) + (xy -13.095011 0.889353) + (xy -13.005405 0.889353) + (xy -13.002935 0.965639) + (xy -12.995974 1.075309) + (xy -12.985104 1.206975) + (xy -12.98489 1.209321) + (xy -12.972799 1.345897) + (xy -12.962927 1.465162) + (xy -12.956315 1.554) + (xy -12.954 1.598597) + (xy -12.939912 1.610402) + (xy -12.895963 1.58325) + (xy -12.81963 1.515344) + (xy -12.771947 1.468935) + (xy -12.589895 1.288501) + (xy -12.595052 1.28278) + (xy -12.474222 1.28278) + (xy -12.456322 1.311765) + (xy -12.409408 1.367533) + (xy -12.343657 1.439566) + (xy -12.26925 1.517342) + (xy -12.196363 1.590344) + (xy -12.135176 1.648051) + (xy -12.095868 1.679943) + (xy -12.087282 1.68269) + (xy -12.081612 1.652953) + (xy -12.071898 1.576843) + (xy -12.059266 1.464195) + (xy -12.044845 1.324843) + (xy -12.036426 1.238991) + (xy -12.022032 1.088597) + (xy -12.009769 0.958979) + (xy -12.000566 0.860098) + (xy -11.995355 0.801914) + (xy -11.994528 0.790845) + (xy -12.013101 0.80416) + (xy -12.063782 0.850338) + (xy -12.13891 0.922185) + (xy -12.230823 1.01251) + (xy -12.234333 1.016) + (xy -12.327541 1.110947) + (xy -12.403851 1.192914) + (xy -12.455374 1.253127) + (xy -12.474222 1.28278) + (xy -12.595052 1.28278) + (xy -12.789861 1.066683) + (xy -12.872772 0.977118) + (xy -12.94147 0.907427) + (xy -12.987682 0.86572) + (xy -13.002804 0.857841) + (xy -13.005405 0.889353) + (xy -13.095011 0.889353) + (xy -13.105779 0.750355) + (xy -13.138549 0.712824) + (xy -13.038667 0.712824) + (xy -12.79367 0.96319) + (xy -12.698912 1.058686) + (xy -12.618316 1.137394) + (xy -12.560004 1.191561) + (xy -12.532096 1.213433) + (xy -12.531435 1.213556) + (xy -12.504043 1.19497) + (xy -12.450441 1.146723) + (xy -12.395432 1.092543) + (xy -12.3323 1.025121) + (xy -12.289228 0.9732) + (xy -12.276667 0.951432) + (xy -12.302502 0.941526) + (xy -12.370493 0.934347) + (xy -12.466362 0.931349) + (xy -12.474222 0.931334) + (xy -12.577434 0.930296) + (xy -12.636504 0.924255) + (xy -12.663733 0.908818) + (xy -12.671418 0.879592) + (xy -12.671778 0.860778) + (xy -12.669575 0.826612) + (xy -12.655517 0.80576) + (xy -12.618429 0.794935) + (xy -12.547136 0.790852) + (xy -12.431889 0.790222) + (xy -12.315064 0.793344) + (xy -12.232334 0.801928) + (xy -12.193633 0.814807) + (xy -12.192 0.818445) + (xy -12.177773 0.846299) + (xy -12.139904 0.830644) + (xy -12.085609 0.775229) + (xy -12.069823 0.754945) + (xy -12.034599 0.689978) + (xy -11.901163 0.689978) + (xy -11.893781 0.704015) + (xy -11.857707 0.705556) + (xy -11.80771 0.68783) + (xy -11.796889 0.649111) + (xy -11.800986 0.603168) + (xy -11.806626 0.592667) + (xy -11.830457 0.611069) + (xy -11.867444 0.649111) + (xy -11.901163 0.689978) + (xy -12.034599 0.689978) + (xy -12.022728 0.668084) + (xy -11.98819 0.562173) + (xy -11.981991 0.529167) + (xy -11.962764 0.395111) + (xy -13.038667 0.395111) + (xy -13.038667 0.712824) + (xy -13.138549 0.712824) + (xy -13.205423 0.636233) + (xy -13.262606 0.572818) + (xy -13.348239 0.480421) + (xy -13.451506 0.370605) + (xy -13.561592 0.254934) + (xy -13.581089 0.2346) + (xy -13.680814 0.127224) + (xy -13.764453 0.030499) + (xy -13.824834 -0.046766) + (xy -13.854786 -0.09576) + (xy -13.856772 -0.104067) + (xy -13.83844 -0.104199) + (xy -13.785004 -0.063457) + (xy -13.698383 0.016428) + (xy -13.580495 0.133724) + (xy -13.491295 0.225778) + (xy -13.363799 0.358491) + (xy -13.27005 0.454439) + (xy -13.204834 0.517698) + (xy -13.162937 0.552346) + (xy -13.139147 0.562459) + (xy -13.128249 0.552115) + (xy -13.12503 0.525389) + (xy -13.124745 0.512414) + (xy -13.133352 0.440879) + (xy -13.167313 0.40734) + (xy -13.179778 0.403289) + (xy -13.221917 0.3766) + (xy -13.236043 0.339337) + (xy -13.217283 0.312929) + (xy -13.200944 0.3102) + (xy -13.161138 0.2919) + (xy -13.148291 0.282222) + (xy -13.024555 0.282222) + (xy -13.022318 0.308229) + (xy -13.01211 0.310445) + (xy -12.983371 0.289958) + (xy -12.982222 0.282222) + (xy -12.991851 0.254734) + (xy -12.994668 0.254) + (xy -12.841111 0.254) + (xy -12.838416 0.275359) + (xy -12.824841 0.29052) + (xy -12.79215 0.300544) + (xy -12.732109 0.306487) + (xy -12.636483 0.30941) + (xy -12.497036 0.31037) + (xy -12.402001 0.310445) + (xy -12.225496 0.308769) + (xy -12.09384 0.303897) + (xy -12.010632 0.296063) + (xy -11.979473 0.285501) + (xy -11.979853 0.283) + (xy -12.015492 0.258497) + (xy -12.084507 0.229963) + (xy -12.113579 0.220572) + (xy -12.191102 0.201382) + (xy -12.230137 0.20441) + (xy -12.241746 0.219794) + (xy -12.277718 0.240725) + (xy -12.366923 0.252017) + (xy -12.448352 0.254) + (xy -12.553588 0.251762) + (xy -12.613636 0.24332) + (xy -12.639636 0.226088) + (xy -12.643555 0.208647) + (xy -12.660387 0.176772) + (xy -12.688197 0.180425) + (xy -12.755693 0.195465) + (xy -12.786975 0.197556) + (xy -12.832479 0.218615) + (xy -12.841111 0.254) + (xy -12.994668 0.254) + (xy -13.018763 0.273776) + (xy -13.024555 0.282222) + (xy -13.148291 0.282222) + (xy -13.099766 0.245667) + (xy -13.06518 0.214689) + (xy -13.019834 0.174607) + (xy -12.992606 0.156808) + (xy -12.524813 0.156808) + (xy -12.490891 0.161484) + (xy -12.460111 0.162216) + (xy -12.402027 0.159945) + (xy -12.387036 0.153549) + (xy -12.396282 0.149943) + (xy -12.464056 0.144686) + (xy -12.509171 0.149373) + (xy -12.524813 0.156808) + (xy -12.992606 0.156808) + (xy -12.974235 0.144799) + (xy -12.918168 0.122622) + (xy -12.841416 0.105434) + (xy -12.73376 0.090591) + (xy -12.584985 0.075452) + (xy -12.495083 0.067223) + (xy -12.384486 0.061881) + (xy -12.303224 0.067057) + (xy -12.269305 0.078206) + (xy -12.218987 0.103065) + (xy -12.143396 0.125794) + (xy -12.135969 0.127442) + (xy -12.048945 0.154057) + (xy -11.975953 0.188916) + (xy -11.974933 0.189578) + (xy -11.918076 0.214071) + (xy -11.882544 0.212278) + (xy -11.833483 0.204914) + (xy -11.796636 0.211747) + (xy -11.749426 0.249785) + (xy -11.740109 0.308294) + (xy -11.767168 0.367338) + (xy -11.811 0.400246) + (xy -11.857356 0.434022) + (xy -11.882328 0.474154) + (xy -11.877827 0.50314) + (xy -11.860796 0.508) + (xy -11.834991 0.489014) + (xy -11.776374 0.436372) + (xy -11.691827 0.35655) + (xy -11.588231 0.256025) + (xy -11.493907 0.162701) + (xy -11.382038 0.053373) + (xy -11.285226 -0.036898) + (xy -11.209771 -0.102598) + (xy -11.161969 -0.138209) + (xy -11.147778 -0.140441) + ) + + (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 27e661e5-37ea-408b-92f7-c86fc47b6d88)) ) (footprint "Symbol:ESD-Logo_8.9x8mm_SilkScreen" (layer "F.Cu") - (tedit 0) (tstamp 00000000-0000-0000-0000-00005f74ead5) + (tstamp 00000000-0000-0000-0000-00005f74ead5) (at 285.35 67) (descr "Electrostatic discharge Logo") (tags "Logo ESD") @@ -30301,14 +36048,15 @@ (path "/00000000-0000-0000-0000-000064785954") (attr exclude_from_pos_files) (fp_text reference "H15" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 699c480d-1cc6-40c4-be97-9bcf7702fb68) ) (fp_text value "NOTOUCH" (at 0.75 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp dc35416c-cb04-4c27-be08-00605088a6b2) ) - (fp_poly (pts + (fp_poly + (pts (xy 2.676146 0.315908) (xy 2.691469 0.34159) (xy 2.725911 0.400469) @@ -30372,8 +36120,11 @@ (xy 2.581403 0.326335) (xy 2.644708 0.266872) (xy 2.676146 0.315908) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 4c095354-2b7d-4ada-bce1-d2ec0fa6b763)) - (fp_poly (pts + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4c095354-2b7d-4ada-bce1-d2ec0fa6b763)) + (fp_poly + (pts (xy 0.220878 -3.923834) (xy 0.251876 -3.873462) (xy 0.299634 -3.793659) @@ -30459,8 +36210,11 @@ (xy 0.207948 -3.940881) (xy 0.208598 -3.941379) (xy 0.220878 -3.923834) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 81ef124b-b3d3-4609-a647-0dc376385e87)) - (fp_poly (pts + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 81ef124b-b3d3-4609-a647-0dc376385e87)) + (fp_poly + (pts (xy -2.259251 0.392036) (xy -2.215456 0.408972) (xy -2.148707 0.442601) @@ -30650,11 +36404,13 @@ (xy -2.302528 0.398609) (xy -2.286228 0.389385) (xy -2.259251 0.392036) - ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 9163f940-a0aa-4f83-8621-1e60f076177e)) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9163f940-a0aa-4f83-8621-1e60f076177e)) ) (footprint "footprints:TSOT-25" (layer "F.Cu") - (tedit 55EFFDDA) (tstamp 00000000-0000-0000-0000-00005f753a9d) + (tstamp 00000000-0000-0000-0000-00005f753a9d) (at 220.8 76.2 -90) (property "Checked" "y") (property "Distributor" "Mouser") @@ -30665,27 +36421,32 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec0e4") (attr through_hole) (fp_text reference "U24" (at -2.1 0 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 45fdb38c-497b-44d1-98e3-dafc3688e455) ) (fp_text value "AP22815" (at 0 -0.5 90) (layer "F.Fab") - (effects (font (size 0.15 0.15) (thickness 0.0375))) + (effects (font (size 0.15 0.15) (thickness 0.0375))) (tstamp f9d97cf4-afb3-4dc1-b198-ae5c9700b80b) ) - (fp_line (start 1.5 -0.9) (end 1.5 0.9) (layer "F.SilkS") (width 0.15) (tstamp 94d7d709-d99f-44cb-ac9a-34d00f9d9cb5)) - (fp_line (start 1.5 0.9) (end -1.5 0.9) (layer "F.SilkS") (width 0.15) (tstamp a4f1b658-cf3f-4038-907f-003e50197fef)) - (fp_line (start -1.5 -0.9) (end 1.5 -0.9) (layer "F.SilkS") (width 0.15) (tstamp bc5117d9-3d98-4f81-8e72-6041b8413bb6)) - (fp_line (start -1.5 0.9) (end -1.5 -0.9) (layer "F.SilkS") (width 0.15) (tstamp cf293152-a342-4ebe-92bc-679246171aca)) - (fp_circle (center -1 0.4) (end -0.95 0.5) (layer "F.SilkS") (width 0.15) (fill none) (tstamp 0b6118b8-b05a-4fd0-81fe-d4c63c6877c6)) - (pad "1" smd rect locked (at -0.95 1.3 270) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -1.5 -0.9) (end 1.5 -0.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp bc5117d9-3d98-4f81-8e72-6041b8413bb6)) + (fp_line (start -1.5 0.9) (end -1.5 -0.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp cf293152-a342-4ebe-92bc-679246171aca)) + (fp_line (start 1.5 -0.9) (end 1.5 0.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 94d7d709-d99f-44cb-ac9a-34d00f9d9cb5)) + (fp_line (start 1.5 0.9) (end -1.5 0.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp a4f1b658-cf3f-4038-907f-003e50197fef)) + (fp_circle (center -1 0.4) (end -0.95 0.5) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 0b6118b8-b05a-4fd0-81fe-d4c63c6877c6)) + (pad "1" smd rect (at -0.95 1.3 270) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 645 "SPK_PWR") (pinfunction "OUT") (pintype "power_out") (tstamp 450bedc9-6f33-4323-aa63-e235acb2766f)) - (pad "2" smd rect locked (at 0 1.3 270) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 0 1.3 270) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 3a355b1b-9b5c-42b3-a4a0-77f3ac117ce1)) - (pad "3" smd rect locked (at 0.95 1.3 270) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at 0.95 1.3 270) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 567 "Net-(R83-Pad1)") (pinfunction "FLG") (pintype "bidirectional") (tstamp 15276021-424a-4016-9acd-90ffe204176c)) - (pad "4" smd rect locked (at 0.95 -1.3 270) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at 0.95 -1.3 270) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 568 "USB_PWR_EN") (pinfunction "EN") (pintype "input") (tstamp 906eb4ea-29ad-4e4a-a3a8-51825e74f910)) - (pad "5" smd rect locked (at -0.95 -1.3 270) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at -0.95 -1.3 270) (size 0.7 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 559 "+5V") (pinfunction "IN") (pintype "power_in") (tstamp da50172c-1963-4dcd-95e2-b3bfc02a8133)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TSOT-23-5.step" (offset (xyz 0 0 0)) @@ -30695,7 +36456,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f76b746) + (tstamp 00000000-0000-0000-0000-00005f76b746) (at 98.7 65.3 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -30708,30 +36469,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce600c") (attr smd) (fp_text reference "R98" (at 2.5 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 44ffaec2-0aa7-43d0-b481-9d61ac713f8f) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5725411a-2aee-4485-b8cc-6b4036aeedcd) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f5ab6c23-7fa3-4824-93fd-76948c39f281) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 61927ce5-5a68-472e-bb9d-aa583deef2e6)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 84a194a0-26ba-428e-8bab-3ea0dc6ddcb6)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 114b6625-7f27-4a87-a670-f5de7298a19d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 50f40a97-574f-49de-b06a-b1e6621b761c)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5545c8ef-7e84-406f-8b5f-dcc1f4226223)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 78120896-45a6-4705-970f-f801c907bcb1)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 204286d2-56d2-4f23-9252-2d2518abf792)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2d0be3e4-f7ae-4d0a-bada-861d8b201d74)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 40213ffb-aee1-40bd-abe3-815a102b420c)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 58e2c4db-38fc-4e4d-a6a1-a03221192051)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61927ce5-5a68-472e-bb9d-aa583deef2e6)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84a194a0-26ba-428e-8bab-3ea0dc6ddcb6)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50f40a97-574f-49de-b06a-b1e6621b761c)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 78120896-45a6-4705-970f-f801c907bcb1)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 114b6625-7f27-4a87-a670-f5de7298a19d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5545c8ef-7e84-406f-8b5f-dcc1f4226223)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 58e2c4db-38fc-4e4d-a6a1-a03221192051)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d0be3e4-f7ae-4d0a-bada-861d8b201d74)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 204286d2-56d2-4f23-9252-2d2518abf792)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40213ffb-aee1-40bd-abe3-815a102b420c)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 598 "Net-(C129-Pad1)") (pintype "passive") (tstamp 0459bfe1-4362-4ae2-835d-cfff5980fb00)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 590 "3V3_PWR_AUX") (pintype "passive") (tstamp 26c44ba7-5455-4e55-b1e1-204fab49264e)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -30741,7 +36512,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f77bf27) + (tstamp 00000000-0000-0000-0000-00005f77bf27) (at 116 60 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -30754,30 +36525,40 @@ (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ff52117") (attr smd) (fp_text reference "R101" (at 0 -1.2) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 242de866-0fff-4c75-893f-277fc8e09ae2) ) (fp_text value "0" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp b5ba3ffa-2676-43a4-a37f-62f6f8fa27cd) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 18144454-3a54-4cc3-a6f5-029cca16c69c) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 36c91e49-d1d9-4a32-ac86-1f0c4b31674c)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 7f75e6ff-6564-433c-bc27-793f6eb84a0e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1d256cb3-83db-434b-87a0-48e4bece613d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 22b3e4ae-6d26-4bd4-bc5e-6dce62b7baf3)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 29e8d538-5dcb-497e-8a4d-ecaffadd1157)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6e810bca-afa9-4fc0-938c-5b2da2aeed41)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4a17f065-76e8-4466-8129-982eeb7158b3)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4ccfb022-eed1-4c63-a987-b68b0abe9ad1)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp dbe0ede6-647b-49e2-ba53-56d9715ae08b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f2e647ad-90ee-47e3-a227-49884afda170)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f75e6ff-6564-433c-bc27-793f6eb84a0e)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36c91e49-d1d9-4a32-ac86-1f0c4b31674c)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29e8d538-5dcb-497e-8a4d-ecaffadd1157)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e810bca-afa9-4fc0-938c-5b2da2aeed41)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22b3e4ae-6d26-4bd4-bc5e-6dce62b7baf3)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d256cb3-83db-434b-87a0-48e4bece613d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ccfb022-eed1-4c63-a987-b68b0abe9ad1)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dbe0ede6-647b-49e2-ba53-56d9715ae08b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a17f065-76e8-4466-8129-982eeb7158b3)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2e647ad-90ee-47e3-a227-49884afda170)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 599 "Net-(C152-Pad1)") (pintype "passive") (tstamp b22162af-7a3e-4cc8-aeae-2e24f0b29e27)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 379 "Net-(C123-Pad1)") (pintype "passive") (tstamp 4d90ecbd-ba2e-4c17-919f-450bbc2bbdf2)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -30787,7 +36568,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f79247a) + (tstamp 00000000-0000-0000-0000-00005f79247a) (at 224.75 76.9 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -30800,30 +36581,40 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec0d0") (attr smd) (fp_text reference "R83" (at -2.45 -0.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9d8a57e4-3e0a-4d95-a870-6ab484196d89) ) (fp_text value "10k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e5782c42-c8e5-4b14-b336-0691b700fb96) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8625e227-9555-4ced-9817-89338a6a6df9) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp bf70e9e6-401a-4398-995f-0b326e8e99ba)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp d476514a-e0b8-466b-b90a-9ab4f4b7c2bc)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 303e017f-e4ea-4f75-9fed-863e6c2b9917)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 69bd0b31-ef66-49cd-aea3-112cc5e46c1b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 792fb52b-45d6-4e12-abc6-c7032c553fe6)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9a71bb6d-2b3d-4b61-a220-de2081694d30)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 37807158-065e-4296-a45b-f07a1ced947b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 47c6aa6c-d837-4002-b1c5-c6ea1bede11c)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 646ac592-c794-4762-90f7-56da2961d0b2)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp df7e8c34-db6d-4d67-8cab-cf3b69020f2d)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf70e9e6-401a-4398-995f-0b326e8e99ba)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d476514a-e0b8-466b-b90a-9ab4f4b7c2bc)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a71bb6d-2b3d-4b61-a220-de2081694d30)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 792fb52b-45d6-4e12-abc6-c7032c553fe6)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 303e017f-e4ea-4f75-9fed-863e6c2b9917)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69bd0b31-ef66-49cd-aea3-112cc5e46c1b)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 646ac592-c794-4762-90f7-56da2961d0b2)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df7e8c34-db6d-4d67-8cab-cf3b69020f2d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47c6aa6c-d837-4002-b1c5-c6ea1bede11c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37807158-065e-4296-a45b-f07a1ced947b)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 567 "Net-(R83-Pad1)") (pintype "passive") (tstamp 85606238-6718-4187-948f-4027c3abd17f)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 559 "+5V") (pintype "passive") (tstamp d84b9da3-6466-41b3-b58e-8e4b6d7999c9)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -30833,7 +36624,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f794c7e) + (tstamp 00000000-0000-0000-0000-00005f794c7e) (at 224.8 63.7 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -30847,30 +36638,40 @@ (path "/00000000-0000-0000-0000-00005e437433") (attr smd) (fp_text reference "R168" (at 2.9 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8ccc62aa-75f0-4087-ada2-b1a2a191cf11) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 0afe3e00-575b-4025-82dd-9b3e4b44acbb) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 57541e1c-15c7-4382-a1e7-2a57e5b8f490) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 3943324e-afa3-4d8e-802d-1d67648c844c)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 6679b1eb-a45e-4aa8-9532-05537a9a03d7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4bb0f21b-4761-405c-8f1a-2773593e11b4)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 61517c63-86e4-4775-b055-b9b9088e4341)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c46daf87-b8d1-40b3-a949-b081f355ed87)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp facaedb2-bc27-495f-a274-9cf72880fc75)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 4acec399-c9a8-414f-bbe4-48cca89fae10)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 666c1394-3957-4379-903b-455c3a0eefa4)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 740de677-75bf-4cf5-8368-3900e80b05f4)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e03cc4dd-c4ef-4db7-90b0-00a9bbd2c693)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6679b1eb-a45e-4aa8-9532-05537a9a03d7)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3943324e-afa3-4d8e-802d-1d67648c844c)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c46daf87-b8d1-40b3-a949-b081f355ed87)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 61517c63-86e4-4775-b055-b9b9088e4341)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4bb0f21b-4761-405c-8f1a-2773593e11b4)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp facaedb2-bc27-495f-a274-9cf72880fc75)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 740de677-75bf-4cf5-8368-3900e80b05f4)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 666c1394-3957-4379-903b-455c3a0eefa4)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e03cc4dd-c4ef-4db7-90b0-00a9bbd2c693)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4acec399-c9a8-414f-bbe4-48cca89fae10)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp 3c056029-03f7-4217-bcd7-0a02536e9e7d)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 484 "BOOTCFG_10") (pintype "passive") (tstamp 1d2cee69-e6b7-4287-8d0e-474a19935c3c)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -30880,7 +36681,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f794cae) + (tstamp 00000000-0000-0000-0000-00005f794cae) (at 229.6 63.7 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -30894,30 +36695,40 @@ (path "/00000000-0000-0000-0000-00005e2c5325") (attr smd) (fp_text reference "R169" (at -2.9 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 354b493b-8687-40d7-b98f-ae0dc1b53764) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9375a493-13c4-44e7-a773-6608c1b7d786) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cd88afc4-5e4c-4409-9bbd-322997f51fa7) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 390fdf64-0079-4383-91b1-17cb5a9ce211)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp c9a1579b-5771-4306-9634-3b1dc071d5f8)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 42d0ef08-7e87-4404-839c-a4fefc968d26)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 82e74dbc-f20c-4067-9882-f7da14b653c9)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp af9bfd47-ec37-4688-8f8e-f44c1125ebf9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b47a0f1d-1609-4307-85bc-918f55138935)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 07a77e08-e039-4b54-b872-6617da969269)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7da3221a-5f2b-4f25-978f-438168019e5e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 87b5ac83-739c-4f8d-9024-6aae348ead36)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 92d70a20-396b-44ce-809a-84495e0d3761)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 390fdf64-0079-4383-91b1-17cb5a9ce211)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9a1579b-5771-4306-9634-3b1dc071d5f8)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42d0ef08-7e87-4404-839c-a4fefc968d26)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af9bfd47-ec37-4688-8f8e-f44c1125ebf9)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 82e74dbc-f20c-4067-9882-f7da14b653c9)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b47a0f1d-1609-4307-85bc-918f55138935)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87b5ac83-739c-4f8d-9024-6aae348ead36)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07a77e08-e039-4b54-b872-6617da969269)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92d70a20-396b-44ce-809a-84495e0d3761)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7da3221a-5f2b-4f25-978f-438168019e5e)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 485 "BOOTCFG_4") (pintype "passive") (tstamp d3cee4b8-52f6-4c9d-8f30-a2b3314c0f1d)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp 6606e306-c809-4c32-92cb-ae7e67a1d5ec)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -30927,7 +36738,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f794cde) + (tstamp 00000000-0000-0000-0000-00005f794cde) (at 228 63.7 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -30941,30 +36752,40 @@ (path "/00000000-0000-0000-0000-00005e2d1326") (attr smd) (fp_text reference "R170" (at -2.9 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 61bdeb53-7a6d-440a-b043-afddfafcf7a0) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7ff53539-d28c-46e3-9319-9daa2551d4f5) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 33d5c4fa-a6d0-442f-acc1-924c0cf3e03a) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 04a56213-442c-4835-b9a2-80ee6d58827d)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4195c084-3381-42e8-9eda-ea845ce726a5)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 43104889-833b-42b8-a31d-3487af1e99f6)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 68c68510-13d9-4267-9a9c-71cba40c48e8)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a2c9f644-3741-47ea-84f3-b45824e0e0c0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d0517cbe-7239-408c-aeea-afbdaa8dd6a3)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 05b80329-65de-42eb-b168-c12d65067bf2)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1ba7ba77-7096-4e5a-98be-e1c42d50957f)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5d8b3c4c-2d3a-44d4-bdc9-34dd44c5017a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 937f125c-871c-4029-a047-a75e06ba6e7d)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04a56213-442c-4835-b9a2-80ee6d58827d)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4195c084-3381-42e8-9eda-ea845ce726a5)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43104889-833b-42b8-a31d-3487af1e99f6)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d0517cbe-7239-408c-aeea-afbdaa8dd6a3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68c68510-13d9-4267-9a9c-71cba40c48e8)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2c9f644-3741-47ea-84f3-b45824e0e0c0)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ba7ba77-7096-4e5a-98be-e1c42d50957f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05b80329-65de-42eb-b168-c12d65067bf2)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d8b3c4c-2d3a-44d4-bdc9-34dd44c5017a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 937f125c-871c-4029-a047-a75e06ba6e7d)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 482 "BOOTCFG_13") (pintype "passive") (tstamp 41e892e4-485d-4379-95e2-82cdee7e3869)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp 4d0da308-b77e-45f1-bce4-d9a3b3835a3e)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -30974,7 +36795,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f794d0e) + (tstamp 00000000-0000-0000-0000-00005f794d0e) (at 226.4 63.7 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -30988,30 +36809,40 @@ (path "/00000000-0000-0000-0000-00005e31432e") (attr smd) (fp_text reference "R171" (at -2.9 0 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b7e0e345-5eb5-4313-b42c-7522f133e369) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f6b403dc-5919-4764-ba9d-e098b67147e5) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 27ec0ecb-873f-447c-b39e-e133b95ec3e3) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 23ec42de-83de-427c-8165-100872183e3f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 3c5ba4dd-8ff1-48c9-9c52-61d292a856f4)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4c784ef4-cc08-45dd-b603-0f5afdf9037b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 62d45fd3-b398-43ef-ac6f-8090ee22ead2)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp cff58953-d61d-4b72-b91f-b93830dcb107)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f816cdb6-bb87-4c5d-a96b-036feb7132f1)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 133fe97b-f28d-4b27-8e0a-0f78b52558da)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5754e6fe-99f7-4510-b368-8d38127f13ac)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9d438dbc-1867-4f3e-9220-a7bf66f747e4)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e076f6ce-17e2-4b4e-afc6-f0fa6a95a144)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23ec42de-83de-427c-8165-100872183e3f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c5ba4dd-8ff1-48c9-9c52-61d292a856f4)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cff58953-d61d-4b72-b91f-b93830dcb107)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62d45fd3-b398-43ef-ac6f-8090ee22ead2)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f816cdb6-bb87-4c5d-a96b-036feb7132f1)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c784ef4-cc08-45dd-b603-0f5afdf9037b)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d438dbc-1867-4f3e-9220-a7bf66f747e4)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5754e6fe-99f7-4510-b368-8d38127f13ac)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e076f6ce-17e2-4b4e-afc6-f0fa6a95a144)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 133fe97b-f28d-4b27-8e0a-0f78b52558da)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 483 "BOOTCFG_12") (pintype "passive") (tstamp bdfbfcc4-f5d4-4d7d-985b-a2641cfd8450)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp 5384747a-8cb6-4054-8581-8f7f0c829a10)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31021,7 +36852,7 @@ ) (footprint "Inductor_SMD:L_1210_3225Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f79e822) + (tstamp 00000000-0000-0000-0000-00005f79e822) (at 225.5 116.6 90) (descr "Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "inductor") @@ -31034,30 +36865,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d30fc91") (attr smd) (fp_text reference "L2" (at 0 -2.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 2c0344d5-6641-4117-8616-71e86e68aebc) ) (fp_text value "IMC1210ER100K" (at 0 2.28 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c74ccddd-a05e-4fd9-8191-56ab0e6ca22c) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3d06b12b-6671-4be7-94aa-8343dbe517c3) ) - (fp_line (start -0.602064 1.36) (end 0.602064 1.36) (layer "F.SilkS") (width 0.12) (tstamp 4b1c3e5c-a213-4413-9d9a-32f9dbc9b733)) - (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) (layer "F.SilkS") (width 0.12) (tstamp 64f2dcec-0f03-48c6-bb43-d6c1acb76bcc)) - (fp_line (start 2.28 1.58) (end -2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp 108455ee-1e8a-4940-8584-2648f3b8ec1b)) - (fp_line (start 2.28 -1.58) (end 2.28 1.58) (layer "F.CrtYd") (width 0.05) (tstamp 6c2563f6-ec50-4ea7-8223-143fb199fda8)) - (fp_line (start -2.28 1.58) (end -2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp ca28636f-aee9-48d1-899f-980e387172ed)) - (fp_line (start -2.28 -1.58) (end 2.28 -1.58) (layer "F.CrtYd") (width 0.05) (tstamp f0e1585c-9431-45b2-bcca-c0f9b3b39cd0)) - (fp_line (start -1.6 1.25) (end -1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp 059a1da0-73c3-4131-88fb-a098b6943f46)) - (fp_line (start 1.6 -1.25) (end 1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 19244f94-f9c2-4fb0-bff1-5b659e83b147)) - (fp_line (start 1.6 1.25) (end -1.6 1.25) (layer "F.Fab") (width 0.1) (tstamp 6f8c3cd2-fe0c-492b-a925-5c4ebce2b3e2)) - (fp_line (start -1.6 -1.25) (end 1.6 -1.25) (layer "F.Fab") (width 0.1) (tstamp f46ed9bc-46cb-46f1-a516-60b10549f3f4)) - (pad "1" smd roundrect locked (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (fp_line (start -0.602064 -1.36) (end 0.602064 -1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64f2dcec-0f03-48c6-bb43-d6c1acb76bcc)) + (fp_line (start -0.602064 1.36) (end 0.602064 1.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b1c3e5c-a213-4413-9d9a-32f9dbc9b733)) + (fp_line (start -2.28 -1.58) (end 2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0e1585c-9431-45b2-bcca-c0f9b3b39cd0)) + (fp_line (start -2.28 1.58) (end -2.28 -1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca28636f-aee9-48d1-899f-980e387172ed)) + (fp_line (start 2.28 -1.58) (end 2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c2563f6-ec50-4ea7-8223-143fb199fda8)) + (fp_line (start 2.28 1.58) (end -2.28 1.58) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 108455ee-1e8a-4940-8584-2648f3b8ec1b)) + (fp_line (start -1.6 -1.25) (end 1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f46ed9bc-46cb-46f1-a516-60b10549f3f4)) + (fp_line (start -1.6 1.25) (end -1.6 -1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 059a1da0-73c3-4131-88fb-a098b6943f46)) + (fp_line (start 1.6 -1.25) (end 1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19244f94-f9c2-4fb0-bff1-5b659e83b147)) + (fp_line (start 1.6 1.25) (end -1.6 1.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f8c3cd2-fe0c-492b-a925-5c4ebce2b3e2)) + (pad "1" smd roundrect (at -1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (net 259 "BAT1FUSED") (pinfunction "1") (pintype "passive") (tstamp 15293396-28b5-402e-b5cb-5d1e5590f98a)) - (pad "2" smd roundrect locked (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) + (pad "2" smd roundrect (at 1.4 0 90) (size 1.25 2.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) (net 538 "Net-(D2-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 22396bd5-32b0-4bb1-9ac4-b34be1300dd5)) (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1210_3225Metric.wrl" (offset (xyz 0 0 0)) @@ -31067,7 +36908,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f7a4dce) + (tstamp 00000000-0000-0000-0000-00005f7a4dce) (at 277.55 92.1 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -31080,30 +36921,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0981f2") (attr smd) (fp_text reference "C143" (at 2.9 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f0b28b9a-e638-4ac1-8b81-63edcce70195) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp b7f8e883-4665-49bf-a3c9-ff96944e93d6) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 99dd09b6-7c6f-4788-8d3c-84813e503094) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 373d05e2-fa59-400a-9c3e-a6c7c05dc170)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp ac94dc58-e112-4c66-8423-2de4cda4e0e3)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 627d36b1-946e-4cd4-a09a-436405e8878c)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8e703431-3f9d-4ab3-b13a-fc7eb820946f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 90f18f24-d218-4d84-a25e-cc4a631ff963)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 995c1baa-9785-4b16-9cd3-a3e22e0415d5)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7120b50d-58ed-4084-84ce-c02625f01c92)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 741ce83c-d386-4a59-a471-00403dab65d4)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 79dec7ac-5728-4c1e-8417-7cfdc7ecddbb)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp be6ac261-f498-4eb3-bfee-04c22cab6493)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac94dc58-e112-4c66-8423-2de4cda4e0e3)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 373d05e2-fa59-400a-9c3e-a6c7c05dc170)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 627d36b1-946e-4cd4-a09a-436405e8878c)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e703431-3f9d-4ab3-b13a-fc7eb820946f)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90f18f24-d218-4d84-a25e-cc4a631ff963)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 995c1baa-9785-4b16-9cd3-a3e22e0415d5)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 741ce83c-d386-4a59-a471-00403dab65d4)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7120b50d-58ed-4084-84ce-c02625f01c92)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79dec7ac-5728-4c1e-8417-7cfdc7ecddbb)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be6ac261-f498-4eb3-bfee-04c22cab6493)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 582 "Net-(C143-Pad1)") (pintype "passive") (tstamp c828ae6a-b124-49a3-99ec-c49d5ba7e86f)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp fcfc1e79-c745-4e8a-8869-1a182be8ada0)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31113,7 +36964,7 @@ ) (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f7a9f86) + (tstamp 00000000-0000-0000-0000-00005f7a9f86) (at 225.45 42.5 180) (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "diode") @@ -31126,32 +36977,44 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000064767344") (attr smd) (fp_text reference "D12" (at 2.55 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3787e9b0-8d83-45e1-9dc8-46c276c8d835) ) (fp_text value "LED5V" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c9c958e1-e14c-402d-af97-79e0f5cd6770) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1289e472-a939-4b0b-9f10-2c092955be31) ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer "F.SilkS") (width 0.12) (tstamp 053c0359-e81f-4cac-8b43-6fceb4584c54)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer "F.SilkS") (width 0.12) (tstamp 97f59e5f-384c-4721-bd4a-5bafe0fb6686)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer "F.SilkS") (width 0.12) (tstamp 9ae29165-bee5-4e25-8613-871129482a34)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 08a1be69-b9a3-4c0d-85f1-2090feb51d37)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 405f95b8-dc78-4a1c-8ef7-34df3fa365f8)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4e8db70b-82c9-42c7-b376-7e2adbcdadee)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 959b219b-38cb-4ed8-8772-8260c79438ec)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 12ef0d7b-7361-487b-b788-e51d15838779)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer "F.Fab") (width 0.1) (tstamp ba717b66-4f5a-4005-84ed-51f0d8f4bde5)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bbc1556b-edbe-4adf-b870-4bc2fbb0c9a8)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer "F.Fab") (width 0.1) (tstamp d1ccc3bc-8980-4fb4-b253-1b2daf8332f3)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f77a5617-1dee-4780-b1fa-754e07c1af07)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 053c0359-e81f-4cac-8b43-6fceb4584c54)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ae29165-bee5-4e25-8613-871129482a34)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97f59e5f-384c-4721-bd4a-5bafe0fb6686)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08a1be69-b9a3-4c0d-85f1-2090feb51d37)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e8db70b-82c9-42c7-b376-7e2adbcdadee)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 405f95b8-dc78-4a1c-8ef7-34df3fa365f8)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 959b219b-38cb-4ed8-8772-8260c79438ec)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12ef0d7b-7361-487b-b788-e51d15838779)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f77a5617-1dee-4780-b1fa-754e07c1af07)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba717b66-4f5a-4005-84ed-51f0d8f4bde5)) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1ccc3bc-8980-4fb4-b253-1b2daf8332f3)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bbc1556b-edbe-4adf-b870-4bc2fbb0c9a8)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 28 "Net-(D12-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 81231fd3-8151-4c79-8d26-f1ffe6ae64dd)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 559 "+5V") (pinfunction "A") (pintype "passive") (tstamp a0c8b6bf-e1d6-4d5e-9156-a9345311b979)) (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31161,7 +37024,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f7a9fba) + (tstamp 00000000-0000-0000-0000-00005f7a9fba) (at 225.45 44.25) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -31174,30 +37037,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-00006476734e") (attr smd) (fp_text reference "R164" (at -2.85 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3c10a01b-2cf1-4e87-a9fb-1de7a7b2775f) ) (fp_text value "4.7k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 031a0fa8-6d13-42b2-847d-7f7530428826) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 563da309-47fa-4fda-b3f9-887f3c461b79) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 681025ce-05be-40b3-a9a3-840ac21074da)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 7cb7832b-1c1a-4630-b897-708eba4319f4)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 87a4a9b2-453c-4de1-979e-55f5a54b8360)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8c682161-89a4-46ac-8753-b7a8d4ad369a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp be0517e7-a5be-465f-82ac-4c25adf68daa)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d7b146d6-077b-4bd6-b903-f480e5666a13)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6377ed23-95ed-4c3f-ad3c-bf8a93372e2d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 8f755660-d832-496a-80f1-989e06618d8e)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a48e0104-7c77-44ce-92cd-740c4c188095)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e393ddbb-3ebd-4542-9bf5-5db2e262559e)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7cb7832b-1c1a-4630-b897-708eba4319f4)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 681025ce-05be-40b3-a9a3-840ac21074da)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87a4a9b2-453c-4de1-979e-55f5a54b8360)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7b146d6-077b-4bd6-b903-f480e5666a13)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c682161-89a4-46ac-8753-b7a8d4ad369a)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be0517e7-a5be-465f-82ac-4c25adf68daa)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e393ddbb-3ebd-4542-9bf5-5db2e262559e)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f755660-d832-496a-80f1-989e06618d8e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6377ed23-95ed-4c3f-ad3c-bf8a93372e2d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a48e0104-7c77-44ce-92cd-740c4c188095)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp d1858278-d316-4018-b602-5d29a366f1a2)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 28 "Net-(D12-Pad1)") (pintype "passive") (tstamp 27c0c2d7-c145-4ce1-889c-5805365cd34f)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31207,7 +37080,7 @@ ) (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f7a9fec) + (tstamp 00000000-0000-0000-0000-00005f7a9fec) (at 228.75 42.5 180) (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "diode") @@ -31220,32 +37093,44 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000064767324") (attr smd) (fp_text reference "D11" (at -2.65 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 5d5f92f4-7330-45b5-ba6e-60887de5410a) ) (fp_text value "LED3V" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7ab0743f-9840-4297-8144-659fe46adc02) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 09cf5df2-e7d7-4838-b5af-db18c8cc29fb) ) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer "F.SilkS") (width 0.12) (tstamp 0fb51349-3cff-4174-88a9-7d246c9ab7d3)) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer "F.SilkS") (width 0.12) (tstamp 5ce4ec09-4eb3-48e3-9772-a6c20ea9294f)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer "F.SilkS") (width 0.12) (tstamp 755bdb99-89f4-4b58-a8f6-6e15e363169d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 216acfea-78b7-4968-a490-517f0660f7ac)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 47423eca-ab30-4f73-9d41-6d9396b4ae4c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6d3d32ba-5067-46ca-b2dc-02a77df4c61c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp cd5109af-8c6d-4100-9d35-17359c6c865c)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer "F.Fab") (width 0.1) (tstamp 50b90044-e777-4bde-967c-b0b879c28528)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a880aaea-9e02-4be3-a3d3-10aa95365362)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b54050fc-3e8f-4618-a823-870c3b69ef18)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bc978c3c-fd36-4c20-a5b6-c85a57ee2a76)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer "F.Fab") (width 0.1) (tstamp e64f6c19-bc25-436e-a264-1b83901147d7)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ce4ec09-4eb3-48e3-9772-a6c20ea9294f)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 755bdb99-89f4-4b58-a8f6-6e15e363169d)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fb51349-3cff-4174-88a9-7d246c9ab7d3)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d3d32ba-5067-46ca-b2dc-02a77df4c61c)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 216acfea-78b7-4968-a490-517f0660f7ac)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd5109af-8c6d-4100-9d35-17359c6c865c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47423eca-ab30-4f73-9d41-6d9396b4ae4c)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a880aaea-9e02-4be3-a3d3-10aa95365362)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b54050fc-3e8f-4618-a823-870c3b69ef18)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e64f6c19-bc25-436e-a264-1b83901147d7)) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50b90044-e777-4bde-967c-b0b879c28528)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc978c3c-fd36-4c20-a5b6-c85a57ee2a76)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 27 "Net-(D11-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 24ddbb47-e9a6-4934-9e97-6d799c797e1c)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pinfunction "A") (pintype "passive") (tstamp 0f3de736-07b4-46ff-83c6-ccd10da3c45d)) (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31255,7 +37140,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f860bbc) + (tstamp 00000000-0000-0000-0000-00005f860bbc) (at 193.45 105.85 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -31268,30 +37153,40 @@ (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005f9ed869") (attr smd) (fp_text reference "C168" (at -0.05 1.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp dbbf18cb-4fe7-4c85-ae26-d53a15c58fda) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 556f3a15-b790-495f-90f6-438c0aece1a9) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 511582f4-4758-49a6-a59b-6b719f784406) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 13287b1a-2b74-4deb-97d0-709a40707dbe)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 1d8fac8f-b40d-4e5b-a205-259a09c747d8)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 03684f73-82fb-43d4-9956-054754e245a2)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 115cd324-58f8-4e7b-98a3-1c3b8dded73c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6c389129-312b-4e92-b1f0-4ce1f1a77412)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 83957bb2-1484-4f8c-9068-c0370f394c2b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3167db26-27a3-4e83-a6e7-25d89103ffc9)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a126c410-755d-4eb2-a472-79776e3201e5)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b082b7dd-bae4-4155-9b55-75ec22d6b66a)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e3008d31-5c8f-4c89-a699-c25bf14d4a29)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13287b1a-2b74-4deb-97d0-709a40707dbe)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d8fac8f-b40d-4e5b-a205-259a09c747d8)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c389129-312b-4e92-b1f0-4ce1f1a77412)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03684f73-82fb-43d4-9956-054754e245a2)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 115cd324-58f8-4e7b-98a3-1c3b8dded73c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83957bb2-1484-4f8c-9068-c0370f394c2b)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3167db26-27a3-4e83-a6e7-25d89103ffc9)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b082b7dd-bae4-4155-9b55-75ec22d6b66a)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a126c410-755d-4eb2-a472-79776e3201e5)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3008d31-5c8f-4c89-a699-c25bf14d4a29)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 600 "Net-(C168-Pad1)") (pintype "passive") (tstamp a49b34ac-a971-4692-bdae-b7bc5ecc92ca)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp dd6278ce-c3d5-41c7-9f51-6e3ccc702123)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31301,7 +37196,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f860bcd) + (tstamp 00000000-0000-0000-0000-00005f860bcd) (at 200.3 105.65) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -31314,30 +37209,40 @@ (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005f9df1dc") (attr smd) (fp_text reference "C169" (at 0 -1.15) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3875b63e-ddd5-40cf-a9be-48d67eb31e35) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6aef0469-9e0d-4a3e-a592-0014623a5309) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 95975ab9-1bb7-43dc-a175-594c1cfe0f84) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4c20ab0d-0384-4284-8de1-a90f46ae6e1d)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 4fe58496-4282-4c8c-b4ed-56317c7bcc96)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0331f998-c871-4070-afc4-6b994c075b76)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 09e28ded-298a-4546-bd50-2472e47854a6)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5175a434-8d01-4a21-a142-63a91b4fb5e0)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a73fdfbd-5247-4f23-ba99-57ab9e274989)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 1176c008-9cc0-4b3d-b9cb-cb4c7904ad6d)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 35fa4712-1d4f-4966-ad6b-4c28b6c7659b)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6676ae7f-d34f-4452-ab98-c2530aa0adab)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f1626315-719c-4f9d-96e8-421c2d6d2ce6)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fe58496-4282-4c8c-b4ed-56317c7bcc96)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c20ab0d-0384-4284-8de1-a90f46ae6e1d)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5175a434-8d01-4a21-a142-63a91b4fb5e0)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09e28ded-298a-4546-bd50-2472e47854a6)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a73fdfbd-5247-4f23-ba99-57ab9e274989)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0331f998-c871-4070-afc4-6b994c075b76)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1626315-719c-4f9d-96e8-421c2d6d2ce6)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6676ae7f-d34f-4452-ab98-c2530aa0adab)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1176c008-9cc0-4b3d-b9cb-cb4c7904ad6d)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35fa4712-1d4f-4966-ad6b-4c28b6c7659b)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 432 "Net-(C137-Pad1)") (pintype "passive") (tstamp d5033824-d285-477d-867e-cc8abce1e103)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 0df7d5f6-e11c-4465-bb2e-92a9d09bb89a)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31347,7 +37252,7 @@ ) (footprint "Diode_SMD:D_0603_1608Metric_Castellated" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f860e23) + (tstamp 00000000-0000-0000-0000-00005f860e23) (at 56.25 45.6) (descr "Diode SMD 0603 (1608 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "diode castellated") @@ -31360,32 +37265,44 @@ (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005f873f4d") (attr smd) (fp_text reference "D14" (at 0 -1.3) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3f9ddbec-1c0b-4102-96d6-c81d30014e52) ) (fp_text value "SD0603S040S0R2" (at 0 1.38) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp c8e91dca-b9ac-472e-8060-ef158dbf1ee7) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fea0d989-9307-4fa9-ba2c-94d5af64d6c5) ) - (fp_line (start -1.685 -0.685) (end -1.685 0.685) (layer "F.SilkS") (width 0.12) (tstamp 1753f57e-ac12-421e-9fba-b868788852b7)) - (fp_line (start -1.685 0.685) (end 0.8 0.685) (layer "F.SilkS") (width 0.12) (tstamp 65716534-0e41-4520-acae-c75107fcb1fc)) - (fp_line (start 0.8 -0.685) (end -1.685 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 9716efee-1d04-4185-9660-099d9010f78a)) - (fp_line (start 1.68 -0.68) (end 1.68 0.68) (layer "F.CrtYd") (width 0.05) (tstamp 5542c353-df0a-42ce-b0ea-db63a8ae2da8)) - (fp_line (start -1.68 0.68) (end -1.68 -0.68) (layer "F.CrtYd") (width 0.05) (tstamp 6e3bbaf7-e6f5-4ef2-9f43-d81803add4ab)) - (fp_line (start 1.68 0.68) (end -1.68 0.68) (layer "F.CrtYd") (width 0.05) (tstamp 8d73e323-f922-4984-8616-69fce33ff71b)) - (fp_line (start -1.68 -0.68) (end 1.68 -0.68) (layer "F.CrtYd") (width 0.05) (tstamp 9c24e483-dbb3-4f7b-ad94-f12bc8a041c9)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4c0e4146-13de-4e34-8208-b985c51dba7d)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6218d7f0-cf0e-47a2-ab88-b1e2afaf8c22)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer "F.Fab") (width 0.1) (tstamp 79c3c030-1c28-430c-9356-5292190325a6)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 814aee92-3c01-4737-8448-ac5c3b344e63)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp abee5d68-356c-4018-b018-a5aae0a12807)) - (pad "1" smd roundrect locked (at -0.8125 0) (size 1.225 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -1.685 -0.685) (end -1.685 0.685) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1753f57e-ac12-421e-9fba-b868788852b7)) + (fp_line (start -1.685 0.685) (end 0.8 0.685) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65716534-0e41-4520-acae-c75107fcb1fc)) + (fp_line (start 0.8 -0.685) (end -1.685 -0.685) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9716efee-1d04-4185-9660-099d9010f78a)) + (fp_line (start -1.68 -0.68) (end 1.68 -0.68) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c24e483-dbb3-4f7b-ad94-f12bc8a041c9)) + (fp_line (start -1.68 0.68) (end -1.68 -0.68) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e3bbaf7-e6f5-4ef2-9f43-d81803add4ab)) + (fp_line (start 1.68 -0.68) (end 1.68 0.68) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5542c353-df0a-42ce-b0ea-db63a8ae2da8)) + (fp_line (start 1.68 0.68) (end -1.68 0.68) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d73e323-f922-4984-8616-69fce33ff71b)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 814aee92-3c01-4737-8448-ac5c3b344e63)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6218d7f0-cf0e-47a2-ab88-b1e2afaf8c22)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79c3c030-1c28-430c-9356-5292190325a6)) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c0e4146-13de-4e34-8208-b985c51dba7d)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp abee5d68-356c-4018-b018-a5aae0a12807)) + (pad "1" smd roundrect (at -0.8125 0) (size 1.225 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 605 "Net-(D14-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 517901a9-9bf0-4b1d-9bb7-7cd6e95dbbc8)) - (pad "2" smd roundrect locked (at 0.8125 0) (size 1.225 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.8125 0) (size 1.225 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 143 "USB_PWR") (pinfunction "A") (pintype "passive") (tstamp 26a39e5d-af8d-4c2d-9b38-7c2c3159bd89)) (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.step" (offset (xyz 0 0 0)) @@ -31395,7 +37312,7 @@ ) (footprint "Diode_SMD:D_SOD-523" (layer "F.Cu") - (tedit 586419F0) (tstamp 00000000-0000-0000-0000-00005f860e36) + (tstamp 00000000-0000-0000-0000-00005f860e36) (at 242.3 84.6 -90) (descr "http://www.diodes.com/datasheets/ap02001.pdf p.144") (tags "Diode SOD523") @@ -31408,34 +37325,51 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/bceba67d-3368-4af8-b9c6-2a6f1eadb199") (attr smd) (fp_text reference "D15" (at 0 1.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 35e93571-b339-4738-946d-4a33d4a2cc0f) ) (fp_text value "BZX584C3V3-G3-08" (at 0 1.4 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ff465c5a-52e9-4e48-91da-4112aed4574e) ) (fp_text user "${REFERENCE}" (at 0 -1.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp dacb8ff0-0f8d-4257-9775-7aca45d27c51) ) - (fp_line (start 0.7 -0.6) (end -1.15 -0.6) (layer "F.SilkS") (width 0.12) (tstamp 4652ac47-e8ac-4bba-8379-d8773d30121e)) - (fp_line (start 0.7 0.6) (end -1.15 0.6) (layer "F.SilkS") (width 0.12) (tstamp 59b06f5d-00c2-4e61-9c27-d2a1d478b8d4)) - (fp_line (start -1.15 -0.6) (end -1.15 0.6) (layer "F.SilkS") (width 0.12) (tstamp 66615815-6f22-48a2-9f7c-c8e8771cf030)) - (fp_line (start 1.25 0.7) (end -1.25 0.7) (layer "F.CrtYd") (width 0.05) (tstamp 2555d456-896b-417d-bbf0-ef88aa5ccfd4)) - (fp_line (start -1.25 0.7) (end -1.25 -0.7) (layer "F.CrtYd") (width 0.05) (tstamp 4e6d98e5-3551-4715-b995-55a8d2df58fe)) - (fp_line (start -1.25 -0.7) (end 1.25 -0.7) (layer "F.CrtYd") (width 0.05) (tstamp 929ff089-30c8-41da-9b45-347989b88aa5)) - (fp_line (start 1.25 -0.7) (end 1.25 0.7) (layer "F.CrtYd") (width 0.05) (tstamp cc9fb844-cc37-41c7-83a5-a64854e67c00)) - (fp_line (start 0.1 -0.2) (end -0.2 0) (layer "F.Fab") (width 0.1) (tstamp 2c001d48-0203-49f4-8fc2-1754571619aa)) - (fp_line (start 0.1 0) (end 0.25 0) (layer "F.Fab") (width 0.1) (tstamp 44e35a90-d57f-4edd-b86c-56a687411a00)) - (fp_line (start -0.65 -0.45) (end 0.65 -0.45) (layer "F.Fab") (width 0.1) (tstamp 62e88eb6-d89f-47a5-8c22-bad71e107911)) - (fp_line (start -0.2 0.2) (end -0.2 -0.2) (layer "F.Fab") (width 0.1) (tstamp 6bb50b34-672d-4e9a-b720-2b2590ad2b60)) - (fp_line (start -0.2 0) (end 0.1 0.2) (layer "F.Fab") (width 0.1) (tstamp 886a997b-d031-4eb5-b348-acf144205584)) - (fp_line (start -0.2 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 944dc0ad-8a1d-4939-aa10-8f63b64e7285)) - (fp_line (start 0.65 0.45) (end -0.65 0.45) (layer "F.Fab") (width 0.1) (tstamp e0f693e7-fd8c-4860-93e4-26f94d8e6fd6)) - (fp_line (start 0.1 0.2) (end 0.1 -0.2) (layer "F.Fab") (width 0.1) (tstamp edc6c246-ab65-4e88-b4fb-4765435c919c)) - (fp_line (start -0.65 0.45) (end -0.65 -0.45) (layer "F.Fab") (width 0.1) (tstamp f8a4bc3b-d635-4f79-b6af-86552efee3b4)) - (fp_line (start 0.65 -0.45) (end 0.65 0.45) (layer "F.Fab") (width 0.1) (tstamp fda44cae-63e2-4e2b-b343-764d505f6fea)) + (fp_line (start -1.15 -0.6) (end -1.15 0.6) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66615815-6f22-48a2-9f7c-c8e8771cf030)) + (fp_line (start 0.7 -0.6) (end -1.15 -0.6) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4652ac47-e8ac-4bba-8379-d8773d30121e)) + (fp_line (start 0.7 0.6) (end -1.15 0.6) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 59b06f5d-00c2-4e61-9c27-d2a1d478b8d4)) + (fp_line (start -1.25 -0.7) (end 1.25 -0.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 929ff089-30c8-41da-9b45-347989b88aa5)) + (fp_line (start -1.25 0.7) (end -1.25 -0.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e6d98e5-3551-4715-b995-55a8d2df58fe)) + (fp_line (start 1.25 -0.7) (end 1.25 0.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc9fb844-cc37-41c7-83a5-a64854e67c00)) + (fp_line (start 1.25 0.7) (end -1.25 0.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2555d456-896b-417d-bbf0-ef88aa5ccfd4)) + (fp_line (start -0.65 -0.45) (end 0.65 -0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62e88eb6-d89f-47a5-8c22-bad71e107911)) + (fp_line (start -0.65 0.45) (end -0.65 -0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8a4bc3b-d635-4f79-b6af-86552efee3b4)) + (fp_line (start -0.2 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 944dc0ad-8a1d-4939-aa10-8f63b64e7285)) + (fp_line (start -0.2 0) (end 0.1 0.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 886a997b-d031-4eb5-b348-acf144205584)) + (fp_line (start -0.2 0.2) (end -0.2 -0.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6bb50b34-672d-4e9a-b720-2b2590ad2b60)) + (fp_line (start 0.1 -0.2) (end -0.2 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c001d48-0203-49f4-8fc2-1754571619aa)) + (fp_line (start 0.1 0) (end 0.25 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44e35a90-d57f-4edd-b86c-56a687411a00)) + (fp_line (start 0.1 0.2) (end 0.1 -0.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp edc6c246-ab65-4e88-b4fb-4765435c919c)) + (fp_line (start 0.65 -0.45) (end 0.65 0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fda44cae-63e2-4e2b-b343-764d505f6fea)) + (fp_line (start 0.65 0.45) (end -0.65 0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0f693e7-fd8c-4860-93e4-26f94d8e6fd6)) (pad "1" smd rect (at -0.7 0 90) (size 0.6 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (net 99 "5V_PWR_EN") (pinfunction "K") (pintype "passive") (tstamp 5ad53dc6-8648-406e-8cc5-47a5c8c2d92c)) (pad "2" smd rect (at 0.7 0 90) (size 0.6 0.7) (layers "F.Cu" "F.Paste" "F.Mask") @@ -31448,7 +37382,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f862471) + (tstamp 00000000-0000-0000-0000-00005f862471) (at 196.5 103.9) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -31461,30 +37395,40 @@ (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005fa1fc61") (attr smd) (fp_text reference "R35" (at 0 -1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4e728de2-0e02-4462-ad46-0617b6394928) ) (fp_text value "1.5k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6628d82e-e8b7-452d-9e61-373ec68bcdc6) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp a3b2a179-43a3-4e11-8018-dd7a543b3a73) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 5b51f702-456a-453d-959d-6bbcadb233d4)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 6be0f9b1-4c88-436e-8d15-fc2de982d24b)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1d701d6a-0329-49bb-8f84-7318b4ae651a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3e16f6fb-b18f-42d9-9803-f7416397e715)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5ff6ce09-8f7b-4d6c-bed9-30175f85de3e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b3bb54a5-a504-4e07-a15a-8b6910226a98)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 077f4aed-d4cd-4867-8e2e-5d0ce01f94b7)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 18b15170-0ec6-4f45-93f3-32d06ea2c76b)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp abc7d18c-aa6e-4245-a057-ed2ce84c2060)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp bd422fee-3762-4afe-bf6a-5e7ae5c510e0)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b51f702-456a-453d-959d-6bbcadb233d4)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6be0f9b1-4c88-436e-8d15-fc2de982d24b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3bb54a5-a504-4e07-a15a-8b6910226a98)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ff6ce09-8f7b-4d6c-bed9-30175f85de3e)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d701d6a-0329-49bb-8f84-7318b4ae651a)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e16f6fb-b18f-42d9-9803-f7416397e715)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18b15170-0ec6-4f45-93f3-32d06ea2c76b)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp abc7d18c-aa6e-4245-a057-ed2ce84c2060)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd422fee-3762-4afe-bf6a-5e7ae5c510e0)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 077f4aed-d4cd-4867-8e2e-5d0ce01f94b7)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 600 "Net-(C168-Pad1)") (pintype "passive") (tstamp f2c2f3e0-a4ef-440e-b9d2-a0616b79e846)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 602 "Net-(R35-Pad2)") (pintype "passive") (tstamp 56a76bfa-00c5-4cb3-9d13-7e65549033c8)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31494,7 +37438,7 @@ ) (footprint "Package_TO_SOT_SMD:SOT-23-6" (layer "F.Cu") - (tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-00005f8645d9) + (tstamp 00000000-0000-0000-0000-00005f8645d9) (at 196.47 106.92) (descr "6-pin SOT-23 package") (tags "SOT-23-6") @@ -31507,39 +37451,50 @@ (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005f9d51d0") (attr smd) (fp_text reference "U28" (at -0.02 2.38) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 01bc9d73-b6f8-44c1-b4cf-57a6f3846c9b) ) (fp_text value "SN74AVC1T45" (at 0 2.9) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 73280fc5-5b6c-4d3b-a422-b94e350a3634) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6f670632-a461-434a-a6ae-17a4fc1c2cc7) ) - (fp_line (start 0.9 -1.61) (end -1.55 -1.61) (layer "F.SilkS") (width 0.12) (tstamp 01736b71-15b6-4a7d-b0ac-6d2d98e04be5)) - (fp_line (start -0.9 1.61) (end 0.9 1.61) (layer "F.SilkS") (width 0.12) (tstamp 9d8b5c36-d06f-44d8-b779-155765b49ebb)) - (fp_line (start -1.9 1.8) (end 1.9 1.8) (layer "F.CrtYd") (width 0.05) (tstamp 00d8de1b-2557-4128-89d6-4c3cb10d2cd5)) - (fp_line (start 1.9 1.8) (end 1.9 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 28e969ab-bfc5-481a-9eee-e2dc7d474892)) - (fp_line (start 1.9 -1.8) (end -1.9 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp a47b8fe4-1eb9-4f7e-99eb-a167731ab465)) - (fp_line (start -1.9 -1.8) (end -1.9 1.8) (layer "F.CrtYd") (width 0.05) (tstamp c5e0fad6-c453-42da-a7a0-a36853118d0f)) - (fp_line (start 0.9 1.55) (end -0.9 1.55) (layer "F.Fab") (width 0.1) (tstamp 3086481e-0b65-4d08-988e-82e7f9cb019b)) - (fp_line (start -0.9 -0.9) (end -0.25 -1.55) (layer "F.Fab") (width 0.1) (tstamp 5318019c-bbbd-4920-851e-d2515f4101fe)) - (fp_line (start -0.9 -0.9) (end -0.9 1.55) (layer "F.Fab") (width 0.1) (tstamp 706fa00b-bd0f-4c89-92e9-ab5aad939feb)) - (fp_line (start 0.9 -1.55) (end -0.25 -1.55) (layer "F.Fab") (width 0.1) (tstamp a86826e2-2bbc-4321-9f78-2f3c920f93c0)) - (fp_line (start 0.9 -1.55) (end 0.9 1.55) (layer "F.Fab") (width 0.1) (tstamp b35d5623-6af5-444c-883a-0bc6dd9c15b3)) - (pad "1" smd rect locked (at -1.1 -0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -0.9 1.61) (end 0.9 1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d8b5c36-d06f-44d8-b779-155765b49ebb)) + (fp_line (start 0.9 -1.61) (end -1.55 -1.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01736b71-15b6-4a7d-b0ac-6d2d98e04be5)) + (fp_line (start -1.9 -1.8) (end -1.9 1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5e0fad6-c453-42da-a7a0-a36853118d0f)) + (fp_line (start -1.9 1.8) (end 1.9 1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00d8de1b-2557-4128-89d6-4c3cb10d2cd5)) + (fp_line (start 1.9 -1.8) (end -1.9 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a47b8fe4-1eb9-4f7e-99eb-a167731ab465)) + (fp_line (start 1.9 1.8) (end 1.9 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28e969ab-bfc5-481a-9eee-e2dc7d474892)) + (fp_line (start -0.9 -0.9) (end -0.9 1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 706fa00b-bd0f-4c89-92e9-ab5aad939feb)) + (fp_line (start -0.9 -0.9) (end -0.25 -1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5318019c-bbbd-4920-851e-d2515f4101fe)) + (fp_line (start 0.9 -1.55) (end -0.25 -1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a86826e2-2bbc-4321-9f78-2f3c920f93c0)) + (fp_line (start 0.9 -1.55) (end 0.9 1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b35d5623-6af5-444c-883a-0bc6dd9c15b3)) + (fp_line (start 0.9 1.55) (end -0.9 1.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3086481e-0b65-4d08-988e-82e7f9cb019b)) + (pad "1" smd rect (at -1.1 -0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 600 "Net-(C168-Pad1)") (pinfunction "VCCA") (pintype "power_in") (tstamp 63c53a93-261f-47de-b365-552524b9d2f0)) - (pad "2" smd rect locked (at -1.1 0) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at -1.1 0) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 661d5ccd-7036-4235-be12-0c9e07cc9fc0)) - (pad "3" smd rect locked (at -1.1 0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "3" smd rect (at -1.1 0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 9 "SD2_CLK") (pinfunction "A") (pintype "input") (tstamp 11fcf963-eafc-4efe-b79a-2c60a57f43d3)) - (pad "4" smd rect locked (at 1.1 0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "4" smd rect (at 1.1 0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 439 "Net-(J3-Pad5)") (pinfunction "B") (pintype "output") (tstamp 92ad5f6b-83d1-4378-a8c1-c709eeea34ee)) - (pad "5" smd rect locked (at 1.1 0) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "5" smd rect (at 1.1 0) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 602 "Net-(R35-Pad2)") (pinfunction "DIR") (pintype "input") (tstamp d11422c0-79a2-4b08-bd7b-94c69bd37b6e)) - (pad "6" smd rect locked (at 1.1 -0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "6" smd rect (at 1.1 -0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (net 432 "Net-(C137-Pad1)") (pinfunction "VCCB") (pintype "power_in") (tstamp e49d8264-747d-43f4-8881-86ba5b4fa181)) (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl" (offset (xyz 0 0 0)) @@ -31549,7 +37504,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005f895032) + (tstamp 00000000-0000-0000-0000-00005f895032) (at 293.9 94.15 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -31562,30 +37517,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0e8f60") (attr smd) (fp_text reference "R140" (at 1.9 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp c1b5cbda-ac54-411f-966c-8c59cb9b9611) ) (fp_text value "680" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 2bf726a3-672b-410a-8734-5fa4c50ddafe) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f95aa23d-d924-46ac-a73d-bb9677d5be90) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 43ad52a9-90e4-497f-91b2-48b7a09d4fd1)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d5017c8f-2310-41a4-96b1-5abaf9e718c4)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3f65f99b-bbb6-4ec6-bab7-d0a39baca281)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 47246534-183e-4c0d-9597-b2d97ecf1349)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8909b3e4-8550-497c-8020-51450622f381)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a1a2c3a0-f75f-43cb-8957-a1a1d3c78b2e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 64a7d9ea-8b8c-4994-b8d2-ea56e6ed9a5b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 826372b8-e852-4bef-b18d-84fdfc89cbb0)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9b51a4d6-dbf0-4f1f-93eb-9402a0c9489a)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp eb0e911d-bfff-4ee1-8574-705e4d1cfb71)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5017c8f-2310-41a4-96b1-5abaf9e718c4)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43ad52a9-90e4-497f-91b2-48b7a09d4fd1)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47246534-183e-4c0d-9597-b2d97ecf1349)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1a2c3a0-f75f-43cb-8957-a1a1d3c78b2e)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8909b3e4-8550-497c-8020-51450622f381)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f65f99b-bbb6-4ec6-bab7-d0a39baca281)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b51a4d6-dbf0-4f1f-93eb-9402a0c9489a)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64a7d9ea-8b8c-4994-b8d2-ea56e6ed9a5b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb0e911d-bfff-4ee1-8574-705e4d1cfb71)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 826372b8-e852-4bef-b18d-84fdfc89cbb0)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 601 "Net-(C170-Pad1)") (pintype "passive") (tstamp 103177f3-7900-443f-85f2-de6f6e7f2431)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 524 "Net-(C141-Pad1)") (pintype "passive") (tstamp c4b9b94a-50ae-46e6-a0ec-9fec20812e1a)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31595,7 +37560,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005f895d30) + (tstamp 00000000-0000-0000-0000-00005f895d30) (at 292.25 94.15 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -31608,30 +37573,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fa4ddea") (attr smd) (fp_text reference "C170" (at -0.75 2.05 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 505121f0-8712-4273-9cfb-d26ae484d2af) ) (fp_text value "4.7uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 42a973c5-1465-4d9b-b7d9-82fb9e05289d) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 72577083-2c5e-41b6-b679-500987478523) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 207993f5-d438-4593-9177-abc7ff59215c)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 3211031a-b6ea-4501-958f-5a7ac642e06c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5e88bf95-bb4c-4075-a0c7-21baca266e51)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 73286fda-dff4-456e-9588-20e061b17854)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 98b2d472-b884-4300-9204-ab295b76def2)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp eef36456-d84b-4dbe-90d7-083aa75509d7)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0b574c4d-ca73-48f7-b007-0393616c5462)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 51090c9a-d807-41c8-838c-d6af2177a4a7)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 63984b9c-5870-410e-83f1-6ab320ac1f9d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 81a9bf3a-2685-4c5a-8456-4823a93420fb)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 207993f5-d438-4593-9177-abc7ff59215c)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3211031a-b6ea-4501-958f-5a7ac642e06c)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e88bf95-bb4c-4075-a0c7-21baca266e51)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eef36456-d84b-4dbe-90d7-083aa75509d7)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73286fda-dff4-456e-9588-20e061b17854)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 98b2d472-b884-4300-9204-ab295b76def2)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81a9bf3a-2685-4c5a-8456-4823a93420fb)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63984b9c-5870-410e-83f1-6ab320ac1f9d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51090c9a-d807-41c8-838c-d6af2177a4a7)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b574c4d-ca73-48f7-b007-0393616c5462)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 601 "Net-(C170-Pad1)") (pintype "passive") (tstamp e60324a4-f717-4e46-8f7d-c2b91223c909)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 744eb415-3be1-423e-a852-c2c1bbd24efb)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31641,7 +37616,7 @@ ) (footprint "Connector_PinHeader_2.54mm:PinHeader_2x08_P2.54mm_Vertical" (layer "F.Cu") - (tedit 59FED5CC) (tstamp 00000000-0000-0000-0000-00005f9ecb25) + (tstamp 00000000-0000-0000-0000-00005f9ecb25) (at 237 99.6 180) (descr "Through hole straight pin header, 2x08, 2.54mm pitch, double rows") (tags "Through hole pin header THT 2x08 2.54mm double row") @@ -31654,65 +37629,82 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188440e") (attr through_hole) (fp_text reference "J22" (at 2.9 19.7) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d6ee7542-2b54-4f7c-b00b-871de1d7ae00) ) (fp_text value "LPC_IO" (at 1.27 20.11) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a5295cbf-55ca-4fd6-ac9c-bc86fab2b330) ) (fp_text user "${REFERENCE}" (at 1.27 8.89 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 31364b3d-5bef-4a45-9025-5eb271d222d9) ) - (fp_line (start -1.33 0) (end -1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 60a53350-ec67-4ef9-a3f3-c9d7fa73d306)) - (fp_line (start -1.33 1.27) (end -1.33 19.11) (layer "F.SilkS") (width 0.12) (tstamp 7b23714e-f0bb-4d4d-993d-4833b0f0d02e)) - (fp_line (start -1.33 19.11) (end 3.87 19.11) (layer "F.SilkS") (width 0.12) (tstamp 7bda42cc-ced8-48a3-b688-e57542d18a07)) - (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 835ddb98-5c6d-41e5-a374-878574a55451)) - (fp_line (start 3.87 -1.33) (end 3.87 19.11) (layer "F.SilkS") (width 0.12) (tstamp 9ee72caa-9b1b-4a61-b056-6fe72fad6f6c)) - (fp_line (start 1.27 -1.33) (end 3.87 -1.33) (layer "F.SilkS") (width 0.12) (tstamp b2179262-5d39-479b-ba7c-1c8619b89657)) - (fp_line (start 1.27 1.27) (end 1.27 -1.33) (layer "F.SilkS") (width 0.12) (tstamp c2f212f7-3c28-47b7-8d5e-3aa68605fe14)) - (fp_line (start -1.33 1.27) (end 1.27 1.27) (layer "F.SilkS") (width 0.12) (tstamp fea9a844-809e-4c4c-9cf0-a90626a16af7)) - (fp_line (start 4.35 -1.8) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 30e3daa9-f328-4a33-8539-8a9f01569535)) - (fp_line (start -1.8 19.55) (end 4.35 19.55) (layer "F.CrtYd") (width 0.05) (tstamp acf8d0cc-07ce-479f-a2b0-1fde2cdfbd69)) - (fp_line (start -1.8 -1.8) (end -1.8 19.55) (layer "F.CrtYd") (width 0.05) (tstamp c91a6dbe-de9c-46cb-991f-57fa391604d2)) - (fp_line (start 4.35 19.55) (end 4.35 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp e1829907-a6a2-4798-8f99-d92fb37c8b16)) - (fp_line (start -1.27 0) (end 0 -1.27) (layer "F.Fab") (width 0.1) (tstamp 04255127-3004-46a2-bc5e-2995cd10c5c6)) - (fp_line (start 0 -1.27) (end 3.81 -1.27) (layer "F.Fab") (width 0.1) (tstamp 67ceb0cd-af73-4da9-9dad-f0ae51eef52f)) - (fp_line (start 3.81 19.05) (end -1.27 19.05) (layer "F.Fab") (width 0.1) (tstamp 686f66c6-85e3-4448-9934-aa6564190528)) - (fp_line (start 3.81 -1.27) (end 3.81 19.05) (layer "F.Fab") (width 0.1) (tstamp 83fcea81-2793-48db-8617-5c6a53b39cbe)) - (fp_line (start -1.27 19.05) (end -1.27 0) (layer "F.Fab") (width 0.1) (tstamp ec98ac80-6d6c-48a4-88f3-738e88b2ccf2)) - (pad "1" thru_hole rect locked (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (fp_line (start -1.33 -1.33) (end 0 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 835ddb98-5c6d-41e5-a374-878574a55451)) + (fp_line (start -1.33 0) (end -1.33 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60a53350-ec67-4ef9-a3f3-c9d7fa73d306)) + (fp_line (start -1.33 1.27) (end -1.33 19.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b23714e-f0bb-4d4d-993d-4833b0f0d02e)) + (fp_line (start -1.33 1.27) (end 1.27 1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fea9a844-809e-4c4c-9cf0-a90626a16af7)) + (fp_line (start -1.33 19.11) (end 3.87 19.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bda42cc-ced8-48a3-b688-e57542d18a07)) + (fp_line (start 1.27 -1.33) (end 3.87 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2179262-5d39-479b-ba7c-1c8619b89657)) + (fp_line (start 1.27 1.27) (end 1.27 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2f212f7-3c28-47b7-8d5e-3aa68605fe14)) + (fp_line (start 3.87 -1.33) (end 3.87 19.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ee72caa-9b1b-4a61-b056-6fe72fad6f6c)) + (fp_line (start -1.8 -1.8) (end -1.8 19.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c91a6dbe-de9c-46cb-991f-57fa391604d2)) + (fp_line (start -1.8 19.55) (end 4.35 19.55) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp acf8d0cc-07ce-479f-a2b0-1fde2cdfbd69)) + (fp_line (start 4.35 -1.8) (end -1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30e3daa9-f328-4a33-8539-8a9f01569535)) + (fp_line (start 4.35 19.55) (end 4.35 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e1829907-a6a2-4798-8f99-d92fb37c8b16)) + (fp_line (start -1.27 0) (end 0 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04255127-3004-46a2-bc5e-2995cd10c5c6)) + (fp_line (start -1.27 19.05) (end -1.27 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec98ac80-6d6c-48a4-88f3-738e88b2ccf2)) + (fp_line (start 0 -1.27) (end 3.81 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67ceb0cd-af73-4da9-9dad-f0ae51eef52f)) + (fp_line (start 3.81 -1.27) (end 3.81 19.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83fcea81-2793-48db-8617-5c6a53b39cbe)) + (fp_line (start 3.81 19.05) (end -1.27 19.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 686f66c6-85e3-4448-9934-aa6564190528)) + (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 232 "/Reform 2 Power/Reform 2 LPC/LPC_SCK0b") (pinfunction "Pin_1") (pintype "passive") (tstamp 722a0c69-d3be-4084-b39b-f927f499ff15)) - (pad "2" thru_hole oval locked (at 2.54 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "2" thru_hole oval (at 2.54 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 231 "/Reform 2 Power/Reform 2 LPC/LPC_MISO1a") (pinfunction "Pin_2") (pintype "passive") (tstamp 0c39d23d-fc7f-4ddd-8a0c-b5c173987857)) - (pad "3" thru_hole oval locked (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "3" thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 229 "/Reform 2 Power/Reform 2 LPC/LPC_TMS") (pinfunction "Pin_3") (pintype "passive") (tstamp 067fe364-248e-4a1b-813b-61aed99180d0)) - (pad "4" thru_hole oval locked (at 2.54 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "4" thru_hole oval (at 2.54 2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 227 "/Reform 2 Power/Reform 2 LPC/LPC_TDI") (pinfunction "Pin_4") (pintype "passive") (tstamp 5501ab3c-fca3-4b9a-b5d2-c58488cfcbf9)) - (pad "5" thru_hole oval locked (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "5" thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 226 "/Reform 2 Power/Reform 2 LPC/LPC_~{TRST}") (pinfunction "Pin_5") (pintype "passive") (tstamp b1f10148-4d2a-4ea7-b067-4478668bb873)) - (pad "6" thru_hole oval locked (at 2.54 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "6" thru_hole oval (at 2.54 5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 225 "/Reform 2 Power/Reform 2 LPC/LPC_TDO") (pinfunction "Pin_6") (pintype "passive") (tstamp 14270ff0-bf70-4011-9a2a-42cf006bc9bf)) - (pad "7" thru_hole oval locked (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "7" thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 224 "/Reform 2 Power/Reform 2 LPC/LPC_AD5") (pinfunction "Pin_7") (pintype "passive") (tstamp df522ca4-614e-4922-9ffc-7ec28c9085e9)) - (pad "8" thru_hole oval locked (at 2.54 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "8" thru_hole oval (at 2.54 7.62 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 223 "/Reform 2 Power/Reform 2 LPC/LPC_SWDIO") (pinfunction "Pin_8") (pintype "passive") (tstamp 7a505e16-bfcb-45a3-b49f-d5f01897e99e)) - (pad "9" thru_hole oval locked (at 0 10.16 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "9" thru_hole oval (at 0 10.16 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 222 "/Reform 2 Power/Reform 2 LPC/LPC_SCLKa") (pinfunction "Pin_9") (pintype "passive") (tstamp ff907301-fdae-477d-aabf-c42e642dc5da)) - (pad "10" thru_hole oval locked (at 2.54 10.16 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "10" thru_hole oval (at 2.54 10.16 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 221 "/Reform 2 Power/Reform 2 LPC/LPC_AD7") (pinfunction "Pin_10") (pintype "passive") (tstamp 26aaecd6-8c39-4cfa-bb3c-f80e2cc12599)) - (pad "11" thru_hole oval locked (at 0 12.7 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "11" thru_hole oval (at 0 12.7 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 220 "/Reform 2 Power/Reform 2 LPC/LPC_TXDa") (pinfunction "Pin_11") (pintype "passive") (tstamp ae222469-1bcd-4da9-9d8d-263d7dfa214d)) - (pad "12" thru_hole oval locked (at 2.54 12.7 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "12" thru_hole oval (at 2.54 12.7 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 219 "/Reform 2 Power/Reform 2 LPC/LPC_RXDa") (pinfunction "Pin_12") (pintype "passive") (tstamp deaaeef7-bc2f-4694-8c0f-5501c5e3cd71)) - (pad "13" thru_hole oval locked (at 0 15.24 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "13" thru_hole oval (at 0 15.24 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 218 "/Reform 2 Power/Reform 2 LPC/LPC_~{USBCON}") (pinfunction "Pin_13") (pintype "passive") (tstamp 4da2afb4-8d1c-40b3-9c06-dc562af2e7d9)) - (pad "14" thru_hole oval locked (at 2.54 15.24 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "14" thru_hole oval (at 2.54 15.24 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 217 "/Reform 2 Power/Reform 2 LPC/LPC_MOSI1a") (pinfunction "Pin_14") (pintype "passive") (tstamp 2d8c39d4-60a0-4112-8dfb-e25024036d15)) - (pad "15" thru_hole oval locked (at 0 17.78 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "15" thru_hole oval (at 0 17.78 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 38 "LPC_VCC") (pinfunction "Pin_15") (pintype "passive") (tstamp eada2489-8862-4679-aae9-77b890a5115d)) - (pad "16" thru_hole oval locked (at 2.54 17.78 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (pad "16" thru_hole oval (at 2.54 17.78 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 13 "GND") (pinfunction "Pin_16") (pintype "passive") (tstamp f50977b4-f6df-438a-901b-b3cdfeca6d91)) (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_2x08_P2.54mm_Vertical.wrl" (offset (xyz 0 0 0)) @@ -31722,7 +37714,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005fa2083a) + (tstamp 00000000-0000-0000-0000-00005fa2083a) (at 225.6 55.5 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -31736,30 +37728,40 @@ (path "/00000000-0000-0000-0000-00005e4884f3") (attr smd) (fp_text reference "R117" (at 0 -1.1 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 922010ca-a17d-4af0-92af-a76aad552598) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 90f3105d-734e-42f8-8fbd-71cadcdbadd2) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 212c8c9a-afab-4049-a9d3-15684d6dc0b8) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 69c68e89-c49a-47bf-8c6f-9d497b3ee656)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a518a5c1-7395-456d-8a24-724fc57e770f)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3706d424-8126-4fb9-8293-d7d52cace9f3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 49d74c24-e73e-4a17-8005-cc876d8c07f0)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e6c71984-7b2a-467b-b0a6-d38c2cfb67b9)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e750fb87-7067-4e48-a33f-701ea2ab0299)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2cc63d7a-8a76-4cea-9f0b-915629d8abeb)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 41e6bc67-4560-4158-bdab-ef0e45a44c1b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5d4a1fe1-6aa3-40e4-8837-8eef6b7fec9b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 687f1576-038b-4e40-b999-3c09cfca9fda)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a518a5c1-7395-456d-8a24-724fc57e770f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69c68e89-c49a-47bf-8c6f-9d497b3ee656)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e750fb87-7067-4e48-a33f-701ea2ab0299)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3706d424-8126-4fb9-8293-d7d52cace9f3)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6c71984-7b2a-467b-b0a6-d38c2cfb67b9)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49d74c24-e73e-4a17-8005-cc876d8c07f0)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 687f1576-038b-4e40-b999-3c09cfca9fda)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2cc63d7a-8a76-4cea-9f0b-915629d8abeb)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d4a1fe1-6aa3-40e4-8837-8eef6b7fec9b)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 41e6bc67-4560-4158-bdab-ef0e45a44c1b)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp 4ac6938c-3758-4c32-a34b-356377681559)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 292 "IMX_JTAG_TMS") (pintype "passive") (tstamp 1ced2154-57bd-4d8f-b89e-7a53050df77d)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31769,7 +37771,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005fa31a8f) + (tstamp 00000000-0000-0000-0000-00005fa31a8f) (at 225.6 59.5 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -31783,30 +37785,40 @@ (path "/00000000-0000-0000-0000-00005e530f1f") (attr smd) (fp_text reference "R119" (at 0 1.1 -90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7c2529af-d255-4b64-b992-d126c4bff98a) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3d99a7a3-6030-4fe5-95ac-6e70abf44b1f) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp eaa03d80-d8c4-4ada-9d15-6886d87125f4) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1496b660-9696-4a69-884c-e19ec12e00a6)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp cda77188-e15e-46cf-9e9f-8e26c310be94)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b17c2019-2387-41dd-a100-57b191a4c822)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp bd0bd31f-7d9e-40e1-be60-a68940d1aff1)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c322553c-0896-4124-82e2-339de8d340ed)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f1448644-0047-43a4-9ef7-c9b26c719413)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 6e0aa8aa-583f-48f8-a584-34dc3eb3ba9a)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a0891f32-080a-4964-b9ea-410180a29708)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e9bba561-9259-4b21-a627-cf7ec0f0ab89)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp f797c33c-4cf2-4549-91d6-4bc41ef12d92)) - (pad "1" smd roundrect locked (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1496b660-9696-4a69-884c-e19ec12e00a6)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cda77188-e15e-46cf-9e9f-8e26c310be94)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b17c2019-2387-41dd-a100-57b191a4c822)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c322553c-0896-4124-82e2-339de8d340ed)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1448644-0047-43a4-9ef7-c9b26c719413)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd0bd31f-7d9e-40e1-be60-a68940d1aff1)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f797c33c-4cf2-4549-91d6-4bc41ef12d92)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0891f32-080a-4964-b9ea-410180a29708)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e0aa8aa-583f-48f8-a584-34dc3eb3ba9a)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9bba561-9259-4b21-a627-cf7ec0f0ab89)) + (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp 8d099fc2-4341-47c0-87d6-cb20e62cafe9)) - (pad "2" smd roundrect locked (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 376 "ETH0_LED_LINK2") (pintype "passive") (tstamp 3165e808-f076-4d8f-9e7d-183157062390)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31816,7 +37828,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005fa5f63c) + (tstamp 00000000-0000-0000-0000-00005fa5f63c) (at 235.1 102.9 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -31829,30 +37841,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d4eff9c") (attr smd) (fp_text reference "R4" (at 0.7 -1.1 270) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4e2f5c38-8a56-4115-81fe-066e4e257244) ) (fp_text value "1M" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a7a1d677-7d50-4642-82f6-665b7d26fcf9) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9c7a0de8-db9a-4d3e-b996-a47f487971fb) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 1e7ab4b3-a10b-4a67-be4e-2a3f55b9172b)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp f9bbbde5-c66a-40fe-96fb-9368cccaef75)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0252cfae-d642-44fc-b79f-20dfe1179337)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7e676f43-fc74-4f4c-b6f7-5253c99bc319)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c5b5970a-4e4b-4aaf-9b37-08fa151fc63c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp fb315c02-6a5d-4dbf-8fc4-dc626484c7c0)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0b9b1af0-d48b-4284-97b0-d77d1be0daee)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1383b7da-cfb9-461a-ad66-0cae3a59683d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 234e40ba-0459-4793-b968-27c0cfbd6161)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 3755cb0c-adc8-4e78-900a-259bf65385e1)) - (pad "1" smd roundrect locked (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e7ab4b3-a10b-4a67-be4e-2a3f55b9172b)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9bbbde5-c66a-40fe-96fb-9368cccaef75)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5b5970a-4e4b-4aaf-9b37-08fa151fc63c)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e676f43-fc74-4f4c-b6f7-5253c99bc319)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb315c02-6a5d-4dbf-8fc4-dc626484c7c0)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0252cfae-d642-44fc-b79f-20dfe1179337)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1383b7da-cfb9-461a-ad66-0cae3a59683d)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3755cb0c-adc8-4e78-900a-259bf65385e1)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 234e40ba-0459-4793-b968-27c0cfbd6161)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b9b1af0-d48b-4284-97b0-d77d1be0daee)) + (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 19 "/Reform 2 Power/VREG") (pintype "passive") (tstamp 0f133aa8-f425-4e6b-80d8-b4be5021cbf5)) - (pad "2" smd roundrect locked (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 59 "Net-(R4-Pad2)") (pintype "passive") (tstamp 80090c4b-0dd1-40eb-9023-9a22ef2a2ac8)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31862,7 +37884,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005fac29de) + (tstamp 00000000-0000-0000-0000-00005fac29de) (at 77.2 67.3 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -31875,30 +37897,40 @@ (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2e40b7") (attr smd) (fp_text reference "C116" (at 0 1.1) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d47597ca-8bd7-4229-b711-4fc3e2acd7b5) ) (fp_text value "10nF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3ea80b69-db75-4e43-a7f7-91fb440e83e0) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3cde28ef-3351-48f4-b198-0fb602464258) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 11c3436b-8823-41dd-a893-81793728736f)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 7bdf1dd3-4f27-4780-8864-7c27aa6a030a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 049bbe77-4041-4c26-9cd6-ce991aa70814)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3782fd1c-e487-466c-b0f3-09f5fd1252b9)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 80f7b74a-de75-4cb6-937f-a572d8b5de4e)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e8a08367-a11e-40be-9476-6426b71d5fff)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 09e9d9bc-9c2f-4d35-867c-a96bcf41e18c)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 205b6e96-e423-44b5-a57d-f25b5b0603a6)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b3ecce66-4017-4029-b3ef-6977f2d20888)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b9168d42-878b-4f9e-adf4-b0bbd518b892)) - (pad "1" smd roundrect locked (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11c3436b-8823-41dd-a893-81793728736f)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bdf1dd3-4f27-4780-8864-7c27aa6a030a)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8a08367-a11e-40be-9476-6426b71d5fff)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80f7b74a-de75-4cb6-937f-a572d8b5de4e)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3782fd1c-e487-466c-b0f3-09f5fd1252b9)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 049bbe77-4041-4c26-9cd6-ce991aa70814)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3ecce66-4017-4029-b3ef-6977f2d20888)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09e9d9bc-9c2f-4d35-867c-a96bcf41e18c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 205b6e96-e423-44b5-a57d-f25b5b0603a6)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9168d42-878b-4f9e-adf4-b0bbd518b892)) + (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 560 "Net-(C100-Pad1)") (pintype "passive") (tstamp 72b2a383-7dc8-44f1-9d03-5c5fbd82ecc4)) - (pad "2" smd roundrect locked (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 653c9431-1d81-46ec-8dd7-578cc2ff74c4)) (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31908,7 +37940,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005fac2f1c) + (tstamp 00000000-0000-0000-0000-00005fac2f1c) (at 209.25 80.75) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -31921,30 +37953,40 @@ (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005da8b9c3") (attr smd) (fp_text reference "R136" (at 0 1.25) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 26c372a6-073c-4ca5-90a7-349cf41538e4) ) (fp_text value "4.7k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6ac63130-baaa-46be-aeea-05bf5822fb91) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7baeb4e2-c500-4a0f-89b3-f553f5bfb331) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 4d1cdc88-28e5-48ec-9f99-a426512e0442)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 7c3fc6a9-6a02-4b21-b023-9739da1b2a96)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4c632583-0493-45ff-8210-62527c371e63)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5db6bf64-f02b-496a-9a75-9f6e4bd8fd2b)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp cbc05dfe-71ee-4616-b6a9-54f7daa75e9f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ce908094-5720-46ea-a46e-ef5498ef1343)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 17a467be-cd28-4372-8a51-5dd1064a9f97)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3e7f367c-b18a-4c0e-824b-e48fd60b8acf)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4278cf37-63b5-40f8-91fc-136ece5aa79c)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f8a8f2b8-331f-4ac0-aa2f-c55324d83736)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d1cdc88-28e5-48ec-9f99-a426512e0442)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c3fc6a9-6a02-4b21-b023-9739da1b2a96)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c632583-0493-45ff-8210-62527c371e63)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5db6bf64-f02b-496a-9a75-9f6e4bd8fd2b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbc05dfe-71ee-4616-b6a9-54f7daa75e9f)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce908094-5720-46ea-a46e-ef5498ef1343)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4278cf37-63b5-40f8-91fc-136ece5aa79c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17a467be-cd28-4372-8a51-5dd1064a9f97)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8a8f2b8-331f-4ac0-aa2f-c55324d83736)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e7f367c-b18a-4c0e-824b-e48fd60b8acf)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 20 "+3V3") (pintype "passive") (tstamp df7160e9-f51c-4277-826f-63827c0ca4c9)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 289 "Net-(R112-Pad2)") (pintype "passive") (tstamp 584dc66a-fe1d-4c56-8c6b-0e47e3fdb1bb)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -31954,7 +37996,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-00005fac40b4) + (tstamp 00000000-0000-0000-0000-00005fac40b4) (at 228.75 44.25) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -31967,30 +38009,40 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-00006476732e") (attr smd) (fp_text reference "R33" (at 2.65 0.05) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 35c30815-b21b-4a56-8cd8-d9e2f69d3f85) ) (fp_text value "4.7k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 58b5b8b4-2aac-4243-a89b-8038d6a5ec85) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp bdbcf1d9-7dfb-4a12-baf8-276a2497a84f) ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 21431ffc-eac9-45bb-bf16-2d8332ff11f9)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 2ce5b395-971d-4fa7-b6bd-ce9ad4197a89)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0654d085-1fe9-4c98-81fe-4d2f9388dd85)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 13d34bf3-2739-4e4d-a525-133e25e526fe)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b06f2e18-f41d-4324-b2f2-fa3aa03bbc29)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp bccfec23-8909-4d2c-8edc-d8f10fb40b53)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0dccd681-13f8-4a55-b583-90ee51465c99)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp abe29fe8-0f88-4daf-9c6b-423d315e436e)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp db6a8d8a-c973-47b1-a085-8ae70728b54f)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e8e0e8ce-473b-4e9b-8a6d-a4f70d43880f)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21431ffc-eac9-45bb-bf16-2d8332ff11f9)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ce5b395-971d-4fa7-b6bd-ce9ad4197a89)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13d34bf3-2739-4e4d-a525-133e25e526fe)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0654d085-1fe9-4c98-81fe-4d2f9388dd85)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bccfec23-8909-4d2c-8edc-d8f10fb40b53)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b06f2e18-f41d-4324-b2f2-fa3aa03bbc29)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8e0e8ce-473b-4e9b-8a6d-a4f70d43880f)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp abe29fe8-0f88-4daf-9c6b-423d315e436e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db6a8d8a-c973-47b1-a085-8ae70728b54f)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0dccd681-13f8-4a55-b583-90ee51465c99)) + (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp a9815198-625f-4be2-87bc-d1f4970aa8c1)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 27 "Net-(D11-Pad1)") (pintype "passive") (tstamp e6ecbfc2-1cab-4767-859c-38f4e71cda74)) (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -32000,7 +38052,7 @@ ) (footprint "Connector_PinHeader_1.00mm:PinHeader_2x08_P1.00mm_Vertical_SMD" (layer "F.Cu") - (tedit 59FED738) (tstamp 064bf7be-0610-420f-9e98-881dc1943dba) + (tstamp 064bf7be-0610-420f-9e98-881dc1943dba) (at 101.1 113.9 180) (descr "surface-mounted straight pin header, 2x08, 1.00mm pitch, double rows") (tags "Surface mounted pin header SMD 2x08 1.00mm double row") @@ -32012,81 +38064,145 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/9af1cb30-120c-4bd0-9692-20a1323b5bd7") (attr smd) (fp_text reference "J12" (at 0 -5.06 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 062ec934-e2a2-4f0c-a5b6-fc4c75c6316d) ) (fp_text value "Conn_02x08_Odd_Even" (at 0 5.06 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f9ba0b4c-5853-4e6b-a526-cc619e9010ac) ) (fp_text user "${REFERENCE}" (at 0 0 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp fd3adff5-fb9d-48d5-b87f-f39871bde49a) ) - (fp_line (start -1.21 4.01) (end -1.21 4.06) (layer "F.SilkS") (width 0.12) (tstamp 2b48e2c7-ef8c-4306-a411-1a6681e9f347)) - (fp_line (start 1.21 -4.06) (end 1.21 -4.01) (layer "F.SilkS") (width 0.12) (tstamp 2f37cee4-90e4-4735-8b60-86707496ce5e)) - (fp_line (start -1.21 4.06) (end 1.21 4.06) (layer "F.SilkS") (width 0.12) (tstamp 6e79a414-c528-4655-b2e4-8ea9c80a0cfb)) - (fp_line (start -1.21 -4.06) (end -1.21 -4.01) (layer "F.SilkS") (width 0.12) (tstamp 825e089d-8283-4c8a-ae68-e8e4963bf6be)) - (fp_line (start -1.21 -4.06) (end 1.21 -4.06) (layer "F.SilkS") (width 0.12) (tstamp bade5723-647f-468f-b578-a0ed6fd2d487)) - (fp_line (start -2.59 -4.01) (end -1.21 -4.01) (layer "F.SilkS") (width 0.12) (tstamp c2664c16-bab5-4474-bc50-7123d2f8207d)) - (fp_line (start 1.21 4.01) (end 1.21 4.06) (layer "F.SilkS") (width 0.12) (tstamp f4ef4b05-0f04-462a-96c9-02173331917a)) - (fp_line (start 3.65 -4.5) (end -3.65 -4.5) (layer "F.CrtYd") (width 0.05) (tstamp 17e7703e-a3e1-463e-988f-d63caac2f592)) - (fp_line (start 3.65 4.5) (end 3.65 -4.5) (layer "F.CrtYd") (width 0.05) (tstamp 65970014-d0de-4309-b2f0-1a620c24fcbb)) - (fp_line (start -3.65 -4.5) (end -3.65 4.5) (layer "F.CrtYd") (width 0.05) (tstamp a5b55723-a068-44e4-bc4e-7edfb4a3da1c)) - (fp_line (start -3.65 4.5) (end 3.65 4.5) (layer "F.CrtYd") (width 0.05) (tstamp d51cdbf5-d6b9-4147-abdc-a8316df3d707)) - (fp_line (start 2.4 3.65) (end 1.15 3.65) (layer "F.Fab") (width 0.1) (tstamp 03df3fb6-039e-47ad-858c-b4c63040dba3)) - (fp_line (start 2.4 -3.35) (end 1.15 -3.35) (layer "F.Fab") (width 0.1) (tstamp 068a2dca-df96-4733-a05e-b430777561b5)) - (fp_line (start 1.15 2.35) (end 2.4 2.35) (layer "F.Fab") (width 0.1) (tstamp 08fa1c26-7cf6-4d7b-938b-2394f4605f77)) - (fp_line (start 1.15 4) (end -1.15 4) (layer "F.Fab") (width 0.1) (tstamp 0e52debe-6654-45cb-8f61-911b802ee2c1)) - (fp_line (start 1.15 0.35) (end 2.4 0.35) (layer "F.Fab") (width 0.1) (tstamp 16e623d5-9b31-4799-b468-7e1606601bb9)) - (fp_line (start -2.4 0.65) (end -1.15 0.65) (layer "F.Fab") (width 0.1) (tstamp 1b05f971-397c-44a7-9ce2-b2cc7e7dc81c)) - (fp_line (start -2.4 2.35) (end -2.4 2.65) (layer "F.Fab") (width 0.1) (tstamp 1fd92bd0-35ab-4ae3-ac7d-b1b44ce9a7df)) - (fp_line (start 2.4 -0.35) (end 1.15 -0.35) (layer "F.Fab") (width 0.1) (tstamp 338d0809-ff70-4f2c-9278-c116b543fc4b)) - (fp_line (start 2.4 0.35) (end 2.4 0.65) (layer "F.Fab") (width 0.1) (tstamp 399c85e2-09d1-4e92-a6fd-81eeab8d4546)) - (fp_line (start -0.8 -4) (end 1.15 -4) (layer "F.Fab") (width 0.1) (tstamp 3b9c6073-96b8-4d94-b6cd-fa8f6509306c)) - (fp_line (start -2.4 -0.35) (end -1.15 -0.35) (layer "F.Fab") (width 0.1) (tstamp 40bafcc1-7377-48b0-b410-8ff5f8ad3026)) - (fp_line (start 2.4 1.65) (end 1.15 1.65) (layer "F.Fab") (width 0.1) (tstamp 43e663ef-d479-47e6-9fc1-7e0ab2935337)) - (fp_line (start 1.15 1.35) (end 2.4 1.35) (layer "F.Fab") (width 0.1) (tstamp 4de8ec86-0d85-48b5-88c2-84fc9efcf475)) - (fp_line (start -2.4 3.35) (end -2.4 3.65) (layer "F.Fab") (width 0.1) (tstamp 4e2a32cc-0a6c-45f1-9b31-7edcb7dfa911)) - (fp_line (start 2.4 1.35) (end 2.4 1.65) (layer "F.Fab") (width 0.1) (tstamp 4fcde25a-637a-4a03-9ad1-76d40d0f5117)) - (fp_line (start -1.15 1.35) (end -2.4 1.35) (layer "F.Fab") (width 0.1) (tstamp 5433cfc8-cb75-42d9-af9a-e28bd73ab9ec)) - (fp_line (start 2.4 -0.65) (end 2.4 -0.35) (layer "F.Fab") (width 0.1) (tstamp 6077ace8-cd63-4cb3-a635-47037d49d4b6)) - (fp_line (start 2.4 2.35) (end 2.4 2.65) (layer "F.Fab") (width 0.1) (tstamp 62f83c36-b4d1-4af5-b0e9-91a2ccc4b899)) - (fp_line (start -1.15 -3.65) (end -2.4 -3.65) (layer "F.Fab") (width 0.1) (tstamp 6377c926-996d-4125-9bb5-374e7f870eb9)) - (fp_line (start 1.15 -2.65) (end 2.4 -2.65) (layer "F.Fab") (width 0.1) (tstamp 6c70605b-74e2-4a05-b769-f35362c07a2a)) - (fp_line (start -1.15 -0.65) (end -2.4 -0.65) (layer "F.Fab") (width 0.1) (tstamp 70b40eac-1c20-4bf0-8346-89cc89579fde)) - (fp_line (start 2.4 -1.35) (end 1.15 -1.35) (layer "F.Fab") (width 0.1) (tstamp 771c6014-89a4-4447-81f8-298c95348760)) - (fp_line (start -1.15 2.35) (end -2.4 2.35) (layer "F.Fab") (width 0.1) (tstamp 7ddb4bd5-3a97-4820-8d36-a01f21008f10)) - (fp_line (start -2.4 -0.65) (end -2.4 -0.35) (layer "F.Fab") (width 0.1) (tstamp 8205bceb-f4a8-4cae-b2c1-dfe2b5e64ea1)) - (fp_line (start -1.15 -2.65) (end -2.4 -2.65) (layer "F.Fab") (width 0.1) (tstamp 84a1f3ff-8248-4293-9446-05067612757f)) - (fp_line (start -2.4 2.65) (end -1.15 2.65) (layer "F.Fab") (width 0.1) (tstamp 88ed11cf-f766-47ae-8042-2d8fc5660825)) - (fp_line (start -2.4 -2.65) (end -2.4 -2.35) (layer "F.Fab") (width 0.1) (tstamp 8ee35d64-c86f-45fc-b40b-a8037e2cbec3)) - (fp_line (start 2.4 -3.65) (end 2.4 -3.35) (layer "F.Fab") (width 0.1) (tstamp 8ef1c44a-c6ef-4427-acb6-af11375f05a4)) - (fp_line (start -2.4 1.65) (end -1.15 1.65) (layer "F.Fab") (width 0.1) (tstamp 92ccef74-e4a4-428c-bd34-ba3714d04eed)) - (fp_line (start -2.4 -3.35) (end -1.15 -3.35) (layer "F.Fab") (width 0.1) (tstamp 9a95c490-7888-4bc0-8872-d42012cf4d60)) - (fp_line (start -2.4 -3.65) (end -2.4 -3.35) (layer "F.Fab") (width 0.1) (tstamp 9f038b76-0f3a-4fcd-8bc4-2faccc64a2e1)) - (fp_line (start 2.4 0.65) (end 1.15 0.65) (layer "F.Fab") (width 0.1) (tstamp a211e7c7-b1e2-4e87-b2ee-fb4a20cbe9c8)) - (fp_line (start -2.4 -2.35) (end -1.15 -2.35) (layer "F.Fab") (width 0.1) (tstamp a578f12c-72b8-4148-a6e5-a24542684c6b)) - (fp_line (start -1.15 0.35) (end -2.4 0.35) (layer "F.Fab") (width 0.1) (tstamp af998f5c-cd47-492f-af8c-c3b6fb73d7e0)) - (fp_line (start -2.4 -1.35) (end -1.15 -1.35) (layer "F.Fab") (width 0.1) (tstamp b22c891d-6e6a-4163-a6d5-1838a7350970)) - (fp_line (start 2.4 -2.35) (end 1.15 -2.35) (layer "F.Fab") (width 0.1) (tstamp b2c3ab17-28ac-436f-b953-3b0117569d1a)) - (fp_line (start 2.4 2.65) (end 1.15 2.65) (layer "F.Fab") (width 0.1) (tstamp b44ae50d-5d27-4786-9edc-273f766858fc)) - (fp_line (start -1.15 -1.65) (end -2.4 -1.65) (layer "F.Fab") (width 0.1) (tstamp b4fc25fc-c53d-4916-b4a3-902a85484610)) - (fp_line (start 1.15 -1.65) (end 2.4 -1.65) (layer "F.Fab") (width 0.1) (tstamp b6a4d579-bd08-4cc8-ab30-6a083249baf7)) - (fp_line (start 1.15 -0.65) (end 2.4 -0.65) (layer "F.Fab") (width 0.1) (tstamp b96a7dcd-1970-464e-8086-4387a8587c80)) - (fp_line (start -2.4 -1.65) (end -2.4 -1.35) (layer "F.Fab") (width 0.1) (tstamp c617c97c-f734-472d-ad42-21fccf4338ce)) - (fp_line (start 2.4 3.35) (end 2.4 3.65) (layer "F.Fab") (width 0.1) (tstamp c7266e96-ee60-4676-9299-3f5f47157bcb)) - (fp_line (start -1.15 3.35) (end -2.4 3.35) (layer "F.Fab") (width 0.1) (tstamp cb1a7756-070d-4d02-ab8f-5702bf5e9cc6)) - (fp_line (start 1.15 3.35) (end 2.4 3.35) (layer "F.Fab") (width 0.1) (tstamp d79adea4-cf3d-4944-a2cc-ed5fe4b37b87)) - (fp_line (start 1.15 -4) (end 1.15 4) (layer "F.Fab") (width 0.1) (tstamp ddfaa824-62b7-499d-9f69-cc51dd30f899)) - (fp_line (start -2.4 3.65) (end -1.15 3.65) (layer "F.Fab") (width 0.1) (tstamp e39d4c13-6659-4480-823e-ad267e002f87)) - (fp_line (start 1.15 -3.65) (end 2.4 -3.65) (layer "F.Fab") (width 0.1) (tstamp edd5569b-cda2-41db-beb6-868d4deeddfc)) - (fp_line (start -2.4 0.35) (end -2.4 0.65) (layer "F.Fab") (width 0.1) (tstamp ee398faa-86e1-40fb-8c34-878cf2a9fb3e)) - (fp_line (start -1.15 4) (end -1.15 -3.65) (layer "F.Fab") (width 0.1) (tstamp f46af5b0-f9f5-4587-aef6-d80872ad187c)) - (fp_line (start 2.4 -1.65) (end 2.4 -1.35) (layer "F.Fab") (width 0.1) (tstamp f46dd693-575a-43a1-8db1-f1fa7026282a)) - (fp_line (start -2.4 1.35) (end -2.4 1.65) (layer "F.Fab") (width 0.1) (tstamp f789ea42-172d-4988-b03e-ba406ed081a6)) - (fp_line (start 2.4 -2.65) (end 2.4 -2.35) (layer "F.Fab") (width 0.1) (tstamp fbd4e720-a9f8-4de5-8caa-cc393b19487b)) - (fp_line (start -1.15 -3.65) (end -0.8 -4) (layer "F.Fab") (width 0.1) (tstamp feab7184-6a3b-4ed1-ab16-6ace8ff3480c)) + (fp_line (start -2.59 -4.01) (end -1.21 -4.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2664c16-bab5-4474-bc50-7123d2f8207d)) + (fp_line (start -1.21 -4.06) (end -1.21 -4.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 825e089d-8283-4c8a-ae68-e8e4963bf6be)) + (fp_line (start -1.21 -4.06) (end 1.21 -4.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bade5723-647f-468f-b578-a0ed6fd2d487)) + (fp_line (start -1.21 4.01) (end -1.21 4.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b48e2c7-ef8c-4306-a411-1a6681e9f347)) + (fp_line (start -1.21 4.06) (end 1.21 4.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e79a414-c528-4655-b2e4-8ea9c80a0cfb)) + (fp_line (start 1.21 -4.06) (end 1.21 -4.01) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f37cee4-90e4-4735-8b60-86707496ce5e)) + (fp_line (start 1.21 4.01) (end 1.21 4.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4ef4b05-0f04-462a-96c9-02173331917a)) + (fp_line (start -3.65 -4.5) (end -3.65 4.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5b55723-a068-44e4-bc4e-7edfb4a3da1c)) + (fp_line (start -3.65 4.5) (end 3.65 4.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d51cdbf5-d6b9-4147-abdc-a8316df3d707)) + (fp_line (start 3.65 -4.5) (end -3.65 -4.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17e7703e-a3e1-463e-988f-d63caac2f592)) + (fp_line (start 3.65 4.5) (end 3.65 -4.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65970014-d0de-4309-b2f0-1a620c24fcbb)) + (fp_line (start -2.4 -3.65) (end -2.4 -3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f038b76-0f3a-4fcd-8bc4-2faccc64a2e1)) + (fp_line (start -2.4 -3.35) (end -1.15 -3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a95c490-7888-4bc0-8872-d42012cf4d60)) + (fp_line (start -2.4 -2.65) (end -2.4 -2.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ee35d64-c86f-45fc-b40b-a8037e2cbec3)) + (fp_line (start -2.4 -2.35) (end -1.15 -2.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a578f12c-72b8-4148-a6e5-a24542684c6b)) + (fp_line (start -2.4 -1.65) (end -2.4 -1.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c617c97c-f734-472d-ad42-21fccf4338ce)) + (fp_line (start -2.4 -1.35) (end -1.15 -1.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b22c891d-6e6a-4163-a6d5-1838a7350970)) + (fp_line (start -2.4 -0.65) (end -2.4 -0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8205bceb-f4a8-4cae-b2c1-dfe2b5e64ea1)) + (fp_line (start -2.4 -0.35) (end -1.15 -0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40bafcc1-7377-48b0-b410-8ff5f8ad3026)) + (fp_line (start -2.4 0.35) (end -2.4 0.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee398faa-86e1-40fb-8c34-878cf2a9fb3e)) + (fp_line (start -2.4 0.65) (end -1.15 0.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b05f971-397c-44a7-9ce2-b2cc7e7dc81c)) + (fp_line (start -2.4 1.35) (end -2.4 1.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f789ea42-172d-4988-b03e-ba406ed081a6)) + (fp_line (start -2.4 1.65) (end -1.15 1.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92ccef74-e4a4-428c-bd34-ba3714d04eed)) + (fp_line (start -2.4 2.35) (end -2.4 2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1fd92bd0-35ab-4ae3-ac7d-b1b44ce9a7df)) + (fp_line (start -2.4 2.65) (end -1.15 2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88ed11cf-f766-47ae-8042-2d8fc5660825)) + (fp_line (start -2.4 3.35) (end -2.4 3.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e2a32cc-0a6c-45f1-9b31-7edcb7dfa911)) + (fp_line (start -2.4 3.65) (end -1.15 3.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e39d4c13-6659-4480-823e-ad267e002f87)) + (fp_line (start -1.15 -3.65) (end -2.4 -3.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6377c926-996d-4125-9bb5-374e7f870eb9)) + (fp_line (start -1.15 -3.65) (end -0.8 -4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp feab7184-6a3b-4ed1-ab16-6ace8ff3480c)) + (fp_line (start -1.15 -2.65) (end -2.4 -2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84a1f3ff-8248-4293-9446-05067612757f)) + (fp_line (start -1.15 -1.65) (end -2.4 -1.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b4fc25fc-c53d-4916-b4a3-902a85484610)) + (fp_line (start -1.15 -0.65) (end -2.4 -0.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70b40eac-1c20-4bf0-8346-89cc89579fde)) + (fp_line (start -1.15 0.35) (end -2.4 0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af998f5c-cd47-492f-af8c-c3b6fb73d7e0)) + (fp_line (start -1.15 1.35) (end -2.4 1.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5433cfc8-cb75-42d9-af9a-e28bd73ab9ec)) + (fp_line (start -1.15 2.35) (end -2.4 2.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ddb4bd5-3a97-4820-8d36-a01f21008f10)) + (fp_line (start -1.15 3.35) (end -2.4 3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb1a7756-070d-4d02-ab8f-5702bf5e9cc6)) + (fp_line (start -1.15 4) (end -1.15 -3.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f46af5b0-f9f5-4587-aef6-d80872ad187c)) + (fp_line (start -0.8 -4) (end 1.15 -4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b9c6073-96b8-4d94-b6cd-fa8f6509306c)) + (fp_line (start 1.15 -4) (end 1.15 4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ddfaa824-62b7-499d-9f69-cc51dd30f899)) + (fp_line (start 1.15 -3.65) (end 2.4 -3.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp edd5569b-cda2-41db-beb6-868d4deeddfc)) + (fp_line (start 1.15 -2.65) (end 2.4 -2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c70605b-74e2-4a05-b769-f35362c07a2a)) + (fp_line (start 1.15 -1.65) (end 2.4 -1.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6a4d579-bd08-4cc8-ab30-6a083249baf7)) + (fp_line (start 1.15 -0.65) (end 2.4 -0.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b96a7dcd-1970-464e-8086-4387a8587c80)) + (fp_line (start 1.15 0.35) (end 2.4 0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16e623d5-9b31-4799-b468-7e1606601bb9)) + (fp_line (start 1.15 1.35) (end 2.4 1.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4de8ec86-0d85-48b5-88c2-84fc9efcf475)) + (fp_line (start 1.15 2.35) (end 2.4 2.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08fa1c26-7cf6-4d7b-938b-2394f4605f77)) + (fp_line (start 1.15 3.35) (end 2.4 3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d79adea4-cf3d-4944-a2cc-ed5fe4b37b87)) + (fp_line (start 1.15 4) (end -1.15 4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e52debe-6654-45cb-8f61-911b802ee2c1)) + (fp_line (start 2.4 -3.65) (end 2.4 -3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ef1c44a-c6ef-4427-acb6-af11375f05a4)) + (fp_line (start 2.4 -3.35) (end 1.15 -3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 068a2dca-df96-4733-a05e-b430777561b5)) + (fp_line (start 2.4 -2.65) (end 2.4 -2.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fbd4e720-a9f8-4de5-8caa-cc393b19487b)) + (fp_line (start 2.4 -2.35) (end 1.15 -2.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2c3ab17-28ac-436f-b953-3b0117569d1a)) + (fp_line (start 2.4 -1.65) (end 2.4 -1.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f46dd693-575a-43a1-8db1-f1fa7026282a)) + (fp_line (start 2.4 -1.35) (end 1.15 -1.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 771c6014-89a4-4447-81f8-298c95348760)) + (fp_line (start 2.4 -0.65) (end 2.4 -0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6077ace8-cd63-4cb3-a635-47037d49d4b6)) + (fp_line (start 2.4 -0.35) (end 1.15 -0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 338d0809-ff70-4f2c-9278-c116b543fc4b)) + (fp_line (start 2.4 0.35) (end 2.4 0.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 399c85e2-09d1-4e92-a6fd-81eeab8d4546)) + (fp_line (start 2.4 0.65) (end 1.15 0.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a211e7c7-b1e2-4e87-b2ee-fb4a20cbe9c8)) + (fp_line (start 2.4 1.35) (end 2.4 1.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fcde25a-637a-4a03-9ad1-76d40d0f5117)) + (fp_line (start 2.4 1.65) (end 1.15 1.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43e663ef-d479-47e6-9fc1-7e0ab2935337)) + (fp_line (start 2.4 2.35) (end 2.4 2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62f83c36-b4d1-4af5-b0e9-91a2ccc4b899)) + (fp_line (start 2.4 2.65) (end 1.15 2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b44ae50d-5d27-4786-9edc-273f766858fc)) + (fp_line (start 2.4 3.35) (end 2.4 3.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7266e96-ee60-4676-9299-3f5f47157bcb)) + (fp_line (start 2.4 3.65) (end 1.15 3.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03df3fb6-039e-47ad-858c-b4c63040dba3)) (pad "1" smd rect (at -1.65 -3.5 180) (size 2 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (net 13 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp 6be1e8c6-f648-4c3d-bede-1056267a3859)) (pad "2" smd rect (at 1.65 -3.5 180) (size 2 0.5) (layers "F.Cu" "F.Paste" "F.Mask") @@ -32127,7 +38243,7 @@ ) (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W" (layer "F.Cu") - (tedit 5EABE247) (tstamp 1346a26f-5a56-4fd1-bc37-897a8076c259) + (tstamp 1346a26f-5a56-4fd1-bc37-897a8076c259) (at 263.2 124 180) (descr "Nexperia CFP3 (SOD-123W), https://assets.nexperia.com/documents/outline-drawing/SOD123W.pdf") (tags "CFP3 SOD-123W") @@ -32140,34 +38256,51 @@ (path "/00000000-0000-0000-0000-00005cc81028/fc31afae-1378-4d62-982d-d4faed4739a8") (attr smd) (fp_text reference "D26" (at 0 1.5) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 7adab6ca-64a2-462f-ad3d-369707122305) ) (fp_text value "PMEG60T10ELR" (at 0 2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp d41e8200-61de-4220-8613-db600830f62f) ) (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e8d8fb8c-6107-4535-8173-0c9e3fcacfea) ) - (fp_line (start -2.26 0.95) (end 1.4 0.95) (layer "F.SilkS") (width 0.12) (tstamp a5f5415b-67c6-4887-a294-f749e5ae9719)) - (fp_line (start -2.26 -0.95) (end -2.26 0.95) (layer "F.SilkS") (width 0.12) (tstamp adcd0274-122a-4d02-9f97-1d459a652f94)) - (fp_line (start -2.26 -0.95) (end 1.4 -0.95) (layer "F.SilkS") (width 0.12) (tstamp d04d019e-a65b-4b51-9a38-97441ef7f54f)) - (fp_line (start 2.25 1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 05b34efb-0f15-43c1-8013-d6683e499c62)) - (fp_line (start -2.25 -1.1) (end 2.25 -1.1) (layer "F.CrtYd") (width 0.05) (tstamp 74577bc5-1d8e-43fd-b7d7-8652742f7729)) - (fp_line (start -2.25 -1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp a1064efa-ce71-4833-9634-36a360bc6d65)) - (fp_line (start 2.25 -1.1) (end 2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp fab59d87-d3f1-487d-804d-a32fc4f22909)) - (fp_line (start 1.3 -0.85) (end 1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp 036ea25a-7740-414e-b3f9-d0746dfc5fbd)) - (fp_line (start -1.3 -0.85) (end 1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp 057b65d8-e186-41f2-b56c-398bc26ae5e2)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp 15e5e07b-c460-4ab5-bd7d-4a1b25c72838)) - (fp_line (start 1.3 0.85) (end -1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp 1db81385-786d-4495-9011-b8aef2b9496e)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 5313efc8-18e3-4880-b408-74d50d8eadbb)) - (fp_line (start -1.3 0.85) (end -1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp 5631eed3-327a-45b1-a84f-68f8d8c8994f)) - (fp_line (start -0.35 -0.55) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp 56d032e0-ced6-4ef2-b3a5-1ab3cd48dba8)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 62c4a42b-7e0e-48e8-9574-14d72121e359)) - (fp_line (start -0.35 0) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp db2c022b-6be7-43d3-bbc1-0858a893a547)) - (fp_line (start 0.75 0) (end 0.25 0) (layer "F.Fab") (width 0.1) (tstamp ffc6d2c9-0b00-46de-b8c3-d0e79bae56be)) + (fp_line (start -2.26 -0.95) (end -2.26 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adcd0274-122a-4d02-9f97-1d459a652f94)) + (fp_line (start -2.26 -0.95) (end 1.4 -0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d04d019e-a65b-4b51-9a38-97441ef7f54f)) + (fp_line (start -2.26 0.95) (end 1.4 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5f5415b-67c6-4887-a294-f749e5ae9719)) + (fp_line (start -2.25 -1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1064efa-ce71-4833-9634-36a360bc6d65)) + (fp_line (start -2.25 -1.1) (end 2.25 -1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74577bc5-1d8e-43fd-b7d7-8652742f7729)) + (fp_line (start 2.25 -1.1) (end 2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fab59d87-d3f1-487d-804d-a32fc4f22909)) + (fp_line (start 2.25 1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 05b34efb-0f15-43c1-8013-d6683e499c62)) + (fp_line (start -1.3 -0.85) (end 1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 057b65d8-e186-41f2-b56c-398bc26ae5e2)) + (fp_line (start -1.3 0.85) (end -1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5631eed3-327a-45b1-a84f-68f8d8c8994f)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62c4a42b-7e0e-48e8-9574-14d72121e359)) + (fp_line (start -0.35 -0.55) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56d032e0-ced6-4ef2-b3a5-1ab3cd48dba8)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15e5e07b-c460-4ab5-bd7d-4a1b25c72838)) + (fp_line (start -0.35 0) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db2c022b-6be7-43d3-bbc1-0858a893a547)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5313efc8-18e3-4880-b408-74d50d8eadbb)) + (fp_line (start 0.75 0) (end 0.25 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ffc6d2c9-0b00-46de-b8c3-d0e79bae56be)) + (fp_line (start 1.3 -0.85) (end 1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 036ea25a-7740-414e-b3f9-d0746dfc5fbd)) + (fp_line (start 1.3 0.85) (end -1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1db81385-786d-4495-9011-b8aef2b9496e)) (pad "1" smd rect (at -1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 106 "Net-(D26-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 2ef74b75-f783-450f-827e-1e045a50ca37)) (pad "2" smd rect (at 1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") @@ -32185,7 +38318,7 @@ ) (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W" (layer "F.Cu") - (tedit 5EABE247) (tstamp 1c0af849-490e-4166-8cd7-2d834003106f) + (tstamp 1c0af849-490e-4166-8cd7-2d834003106f) (at 255.3 124 180) (descr "Nexperia CFP3 (SOD-123W), https://assets.nexperia.com/documents/outline-drawing/SOD123W.pdf") (tags "CFP3 SOD-123W") @@ -32198,34 +38331,51 @@ (path "/00000000-0000-0000-0000-00005cc81028/5c9cd222-3a5c-41a6-9f3e-97ab3470bdac") (attr smd) (fp_text reference "D25" (at 0 1.5) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ccbb1145-152b-45fe-b42c-5771dfe054c6) ) (fp_text value "PMEG60T10ELR" (at 0 2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 29773d70-ac5a-4284-a6c4-bc88a3839789) ) (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 92ec2d14-a11f-4c28-9fe6-cc6be6d8ac1c) ) - (fp_line (start -2.26 0.95) (end 1.4 0.95) (layer "F.SilkS") (width 0.12) (tstamp 23d838bb-7fd1-44cb-90f0-8cafe3e887fc)) - (fp_line (start -2.26 -0.95) (end -2.26 0.95) (layer "F.SilkS") (width 0.12) (tstamp 6e11ea4d-b3ae-42cf-95bf-8590c8ca45d3)) - (fp_line (start -2.26 -0.95) (end 1.4 -0.95) (layer "F.SilkS") (width 0.12) (tstamp 902e9fb6-28e3-4557-8ec9-178aadf6f32b)) - (fp_line (start -2.25 -1.1) (end 2.25 -1.1) (layer "F.CrtYd") (width 0.05) (tstamp 523694fe-a47f-44cb-bb95-73b733c80760)) - (fp_line (start 2.25 1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 7ba9ee27-0f96-4e3e-842a-6e2239bf932f)) - (fp_line (start -2.25 -1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 7e726393-758b-4ae4-a3ce-1a3f3cbb0b8a)) - (fp_line (start 2.25 -1.1) (end 2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp c20abae0-9d37-4f38-a0c8-ea07dd300dc5)) - (fp_line (start -0.35 -0.55) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp 0d9617e4-ea41-42f5-8850-22e3298ae0b3)) - (fp_line (start 1.3 0.85) (end -1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp 2d06da3f-0105-4df7-aab1-f47a41d68b48)) - (fp_line (start -0.35 0) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 43949bb7-f545-470f-aefe-33e8f1ac1ae8)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp 505cd8f6-85b7-4cf9-9de0-5c39e71ad188)) - (fp_line (start 0.75 0) (end 0.25 0) (layer "F.Fab") (width 0.1) (tstamp 562acb3d-d217-4761-b56c-b47aa1df2915)) - (fp_line (start 1.3 -0.85) (end 1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp c5191d35-c1f6-4809-b929-40ef55682ed3)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp d481583f-c877-4516-9086-076dc464eba3)) - (fp_line (start -1.3 0.85) (end -1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp d5893387-b174-4f10-b83c-17fcd070e0b4)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp e1a49eaf-87c0-4b0d-bd6d-591f24f34721)) - (fp_line (start -1.3 -0.85) (end 1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp f6fbad52-4e00-439f-9778-debf89635c33)) + (fp_line (start -2.26 -0.95) (end -2.26 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e11ea4d-b3ae-42cf-95bf-8590c8ca45d3)) + (fp_line (start -2.26 -0.95) (end 1.4 -0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 902e9fb6-28e3-4557-8ec9-178aadf6f32b)) + (fp_line (start -2.26 0.95) (end 1.4 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23d838bb-7fd1-44cb-90f0-8cafe3e887fc)) + (fp_line (start -2.25 -1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e726393-758b-4ae4-a3ce-1a3f3cbb0b8a)) + (fp_line (start -2.25 -1.1) (end 2.25 -1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 523694fe-a47f-44cb-bb95-73b733c80760)) + (fp_line (start 2.25 -1.1) (end 2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c20abae0-9d37-4f38-a0c8-ea07dd300dc5)) + (fp_line (start 2.25 1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7ba9ee27-0f96-4e3e-842a-6e2239bf932f)) + (fp_line (start -1.3 -0.85) (end 1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6fbad52-4e00-439f-9778-debf89635c33)) + (fp_line (start -1.3 0.85) (end -1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5893387-b174-4f10-b83c-17fcd070e0b4)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1a49eaf-87c0-4b0d-bd6d-591f24f34721)) + (fp_line (start -0.35 -0.55) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d9617e4-ea41-42f5-8850-22e3298ae0b3)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 505cd8f6-85b7-4cf9-9de0-5c39e71ad188)) + (fp_line (start -0.35 0) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43949bb7-f545-470f-aefe-33e8f1ac1ae8)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d481583f-c877-4516-9086-076dc464eba3)) + (fp_line (start 0.75 0) (end 0.25 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 562acb3d-d217-4761-b56c-b47aa1df2915)) + (fp_line (start 1.3 -0.85) (end 1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5191d35-c1f6-4809-b929-40ef55682ed3)) + (fp_line (start 1.3 0.85) (end -1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d06da3f-0105-4df7-aab1-f47a41d68b48)) (pad "1" smd rect (at -1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 105 "Net-(D25-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 6d28ef78-3aae-4340-9980-24cbe57c05c2)) (pad "2" smd rect (at 1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") @@ -32243,7 +38393,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 33497774-3716-4fc3-a57b-bb41c0bc5fc4) + (tstamp 33497774-3716-4fc3-a57b-bb41c0bc5fc4) (at 98.01 105.17 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -32257,27 +38407,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/5254a816-2856-402a-9bda-f15587ad86fa") (attr smd) (fp_text reference "R62" (at 0 1.27 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b4018826-55bd-433d-81d9-989b2d900f4c) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e5ba7607-1abf-4750-9252-2f68a6e40ea2) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp f5344c46-e8e3-4094-ab6f-564eb6ed6587) ) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp 7f857496-5b79-4b1a-9a50-97899cdfbb82)) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer "F.SilkS") (width 0.12) (tstamp 8bd74c78-7514-4ca9-8f92-75dd045d48c7)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 2b5cb509-60b7-4df4-a436-a7417991674f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5987b3b1-0a7f-470c-a21e-fc36cf478f89)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp be07dd90-ef71-40d5-93b2-d1de5a7834d6)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c386197c-6d19-4cfd-9f37-89a9c5c66fc4)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 1b64d5e0-e639-401a-a8bb-30b82f955511)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 4746a2e5-e6e5-4fb2-91e7-f7201ab85a1b)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp c206040e-7800-4648-a7ce-1aadaffd8fc7)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp ff3d9f13-c875-4258-b2cf-c71d6e2fbac4)) + (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f857496-5b79-4b1a-9a50-97899cdfbb82)) + (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8bd74c78-7514-4ca9-8f92-75dd045d48c7)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be07dd90-ef71-40d5-93b2-d1de5a7834d6)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c386197c-6d19-4cfd-9f37-89a9c5c66fc4)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5987b3b1-0a7f-470c-a21e-fc36cf478f89)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b5cb509-60b7-4df4-a436-a7417991674f)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4746a2e5-e6e5-4fb2-91e7-f7201ab85a1b)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff3d9f13-c875-4258-b2cf-c71d6e2fbac4)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b64d5e0-e639-401a-a8bb-30b82f955511)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c206040e-7800-4648-a7ce-1aadaffd8fc7)) (pad "1" smd roundrect (at -0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 313 "Net-(R60-Pad2)") (pintype "passive") (tstamp cbe99ef0-333f-4789-bb1c-b8a1b55ef9e7)) (pad "2" smd roundrect (at 0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -32290,7 +38450,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 3d7b79c4-0a85-41b8-b8c0-5a9ffdcd22e9) + (tstamp 3d7b79c4-0a85-41b8-b8c0-5a9ffdcd22e9) (at 241.05 102.1 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -32303,27 +38463,37 @@ (path "/00000000-0000-0000-0000-00005cc81028/07fb6cb0-ebdc-4ba2-b22b-899fe29e117f") (attr smd) (fp_text reference "R86" (at 0 -1.43) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 236f08e9-e454-4b8c-a982-7956d6dcfe9b) ) (fp_text value "100k" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f355f8c7-69aa-4b9d-a54f-c5c19587afa7) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 9989ee3d-3a12-4001-a587-71b0941edd93) ) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer "F.SilkS") (width 0.12) (tstamp 0b53161f-0ca7-44ad-8095-95969a38a391)) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp 324b74b5-f6d6-42f5-89d4-d4a3c310682f)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0d977513-1fae-4aad-9cc6-237273b9f306)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 68aa5bec-e482-4b13-943f-2dfa7a671aaf)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 70d62445-3c59-4c04-a91f-1a50df8528e8)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a19fb188-9424-40ae-b833-291bc731ca56)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 0d33cfef-4286-48a1-85ef-09ec0da22495)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 45d9dd14-855f-44bc-8a46-fe1dab1d08d9)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 58d2dd4a-2ee1-41ba-b069-1ded6ebb7781)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp d529528e-e7bc-49a5-9d3b-a31a11e7defa)) + (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 324b74b5-f6d6-42f5-89d4-d4a3c310682f)) + (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b53161f-0ca7-44ad-8095-95969a38a391)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d977513-1fae-4aad-9cc6-237273b9f306)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a19fb188-9424-40ae-b833-291bc731ca56)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70d62445-3c59-4c04-a91f-1a50df8528e8)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68aa5bec-e482-4b13-943f-2dfa7a671aaf)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45d9dd14-855f-44bc-8a46-fe1dab1d08d9)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 58d2dd4a-2ee1-41ba-b069-1ded6ebb7781)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d33cfef-4286-48a1-85ef-09ec0da22495)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d529528e-e7bc-49a5-9d3b-a31a11e7defa)) (pad "1" smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 274 "Net-(R79-Pad1)") (pintype "passive") (tstamp 50304c35-a839-4bb9-a569-446c3f016759)) (pad "2" smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -32336,7 +38506,7 @@ ) (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W" (layer "F.Cu") - (tedit 5EABE247) (tstamp 44ea1295-410d-4d4d-acf1-0dca5a82b981) + (tstamp 44ea1295-410d-4d4d-acf1-0dca5a82b981) (at 231.7 124 180) (descr "Nexperia CFP3 (SOD-123W), https://assets.nexperia.com/documents/outline-drawing/SOD123W.pdf") (tags "CFP3 SOD-123W") @@ -32349,34 +38519,51 @@ (path "/00000000-0000-0000-0000-00005cc81028/51cec2b8-ee80-4cb9-951a-05e000d9f4bc") (attr smd) (fp_text reference "D18" (at 0 1.6) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 61afbc1d-04b6-43f3-9ce1-e897b379d031) ) (fp_text value "PMEG60T10ELR" (at 0 2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7cb7ec22-4a50-4d60-ad11-6a8757229e59) ) (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 0fed2917-9620-4a1b-bfb3-02b79804869c) ) - (fp_line (start -2.26 0.95) (end 1.4 0.95) (layer "F.SilkS") (width 0.12) (tstamp 30e1e7cf-9e5b-4b9c-88b6-d3613789406f)) - (fp_line (start -2.26 -0.95) (end 1.4 -0.95) (layer "F.SilkS") (width 0.12) (tstamp 66bbf238-3352-4b43-8707-0e3a110e82fc)) - (fp_line (start -2.26 -0.95) (end -2.26 0.95) (layer "F.SilkS") (width 0.12) (tstamp 74e437fd-d5d6-4c2c-897a-dacd99ddd90f)) - (fp_line (start -2.25 -1.1) (end 2.25 -1.1) (layer "F.CrtYd") (width 0.05) (tstamp 4a2fa492-46a1-4caf-9ce2-115c55d0d2b7)) - (fp_line (start 2.25 1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 89ff940d-befa-42fb-b53d-30de0985003a)) - (fp_line (start -2.25 -1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 9c8af1f9-abc1-4aeb-a196-3ddbf3ac13b9)) - (fp_line (start 2.25 -1.1) (end 2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp f2462bf4-27b3-4a49-bfaa-b2facdaa4492)) - (fp_line (start -1.3 0.85) (end -1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp 250cda2c-5786-4044-aa63-c16e241752d9)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 508df3dd-5efe-4dec-9781-efc4ce480508)) - (fp_line (start -1.3 -0.85) (end 1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp 538e4b75-2cc5-4528-9899-8377848983fc)) - (fp_line (start 0.75 0) (end 0.25 0) (layer "F.Fab") (width 0.1) (tstamp 570f8dd8-5cac-44e6-a16e-6df37786e4a8)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 5f53a2e4-1e41-4858-a897-eb3288eb8816)) - (fp_line (start -0.35 0) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 79c15908-afd4-4d93-8c64-cfc2aced2c12)) - (fp_line (start 1.3 0.85) (end -1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp 83f92a8a-e9dd-4514-b555-c314a46b371c)) - (fp_line (start -0.35 -0.55) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp ac2d2fe5-0b09-49b7-830a-5f6483bef182)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp d930ef96-2103-413f-980d-409e4dc60e1d)) - (fp_line (start 1.3 -0.85) (end 1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp e8af0042-f695-4916-9031-21132a2e22fa)) + (fp_line (start -2.26 -0.95) (end -2.26 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74e437fd-d5d6-4c2c-897a-dacd99ddd90f)) + (fp_line (start -2.26 -0.95) (end 1.4 -0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66bbf238-3352-4b43-8707-0e3a110e82fc)) + (fp_line (start -2.26 0.95) (end 1.4 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30e1e7cf-9e5b-4b9c-88b6-d3613789406f)) + (fp_line (start -2.25 -1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c8af1f9-abc1-4aeb-a196-3ddbf3ac13b9)) + (fp_line (start -2.25 -1.1) (end 2.25 -1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a2fa492-46a1-4caf-9ce2-115c55d0d2b7)) + (fp_line (start 2.25 -1.1) (end 2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f2462bf4-27b3-4a49-bfaa-b2facdaa4492)) + (fp_line (start 2.25 1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 89ff940d-befa-42fb-b53d-30de0985003a)) + (fp_line (start -1.3 -0.85) (end 1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 538e4b75-2cc5-4528-9899-8377848983fc)) + (fp_line (start -1.3 0.85) (end -1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 250cda2c-5786-4044-aa63-c16e241752d9)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 508df3dd-5efe-4dec-9781-efc4ce480508)) + (fp_line (start -0.35 -0.55) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac2d2fe5-0b09-49b7-830a-5f6483bef182)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d930ef96-2103-413f-980d-409e4dc60e1d)) + (fp_line (start -0.35 0) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79c15908-afd4-4d93-8c64-cfc2aced2c12)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f53a2e4-1e41-4858-a897-eb3288eb8816)) + (fp_line (start 0.75 0) (end 0.25 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 570f8dd8-5cac-44e6-a16e-6df37786e4a8)) + (fp_line (start 1.3 -0.85) (end 1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8af0042-f695-4916-9031-21132a2e22fa)) + (fp_line (start 1.3 0.85) (end -1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83f92a8a-e9dd-4514-b555-c314a46b371c)) (pad "1" smd rect (at -1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 102 "Net-(D18-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 0a47568c-cd3f-4154-a21e-57646f66c3e5)) (pad "2" smd rect (at 1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") @@ -32394,7 +38581,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 538c2fe5-2268-46e6-99fd-fdeaef390ca1) + (tstamp 538c2fe5-2268-46e6-99fd-fdeaef390ca1) (at 92.825 106.825) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -32407,27 +38594,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/4262c68d-3c0e-4623-948a-86e179d5ab7c") (attr smd) (fp_text reference "C86" (at -2.4 -0.03) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 57d03aee-33d2-463e-9f67-8c68ffcee036) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 24bac22f-19b5-425f-a733-b3b8b2491808) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 0ebcdea1-4bae-47cd-aa5d-9599a10d8968) ) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp 1e33de9f-5b26-41a7-88fc-209908c38e8e)) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp c922ecff-2221-4a91-be2c-8a09963c4e5f)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 25d0bc47-0136-4a85-90b3-b05b15c13cba)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 446d837c-c7c3-44ef-bfb7-f955a7dcc2a8)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 47262dfc-a356-4fe6-9f49-4ba2559b0b50)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ff8b7911-6af4-4712-8459-155eb5d2ca07)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 02ff673b-4a84-4ede-b727-c27ab0df23ea)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 497f7f9a-2350-48be-8090-f013db85edc3)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8ca466ea-b15f-4b54-9af9-fea41e58cde9)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp bf2af110-83f3-4b19-8893-ef2d8f4a7d15)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c922ecff-2221-4a91-be2c-8a09963c4e5f)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e33de9f-5b26-41a7-88fc-209908c38e8e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25d0bc47-0136-4a85-90b3-b05b15c13cba)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 446d837c-c7c3-44ef-bfb7-f955a7dcc2a8)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47262dfc-a356-4fe6-9f49-4ba2559b0b50)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff8b7911-6af4-4712-8459-155eb5d2ca07)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf2af110-83f3-4b19-8893-ef2d8f4a7d15)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 497f7f9a-2350-48be-8090-f013db85edc3)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02ff673b-4a84-4ede-b727-c27ab0df23ea)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ca466ea-b15f-4b54-9af9-fea41e58cde9)) (pad "1" smd roundrect (at -0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 94 "USBH_1V1") (pintype "passive") (tstamp 81dc9818-4d61-47d7-bc84-25e4f11b72b6)) (pad "2" smd roundrect (at 0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -32440,7 +38637,7 @@ ) (footprint "Diode_SMD:D_SOD-323" (layer "F.Cu") - (tedit 58641739) (tstamp 56788c4f-68f5-4560-a960-98275c84db30) + (tstamp 56788c4f-68f5-4560-a960-98275c84db30) (at 229.15 118.75 180) (descr "SOD-323") (tags "SOD-323") @@ -32453,34 +38650,51 @@ (path "/00000000-0000-0000-0000-00005cc81028/8b15b29e-5a7e-4d46-84bc-3fd0507c9321") (attr smd) (fp_text reference "D30" (at 0 -1.55) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 8662e7cb-9bc1-4cbe-ba17-9bf889021996) ) (fp_text value "BAT46WJ,115" (at 0.1 1.9) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 84349441-c2ff-427b-88a7-0cfeda73f0be) ) (fp_text user "${REFERENCE}" (at 0 -1.85) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9d2a2855-a53f-4011-a9fb-dab124fc98f8) ) - (fp_line (start -1.5 -0.85) (end 1.05 -0.85) (layer "F.SilkS") (width 0.12) (tstamp 27528f89-b387-4916-8e96-ddcf50822af8)) - (fp_line (start -1.5 0.85) (end 1.05 0.85) (layer "F.SilkS") (width 0.12) (tstamp 4dc08863-7e1f-41c1-a02d-5252fb2e270e)) - (fp_line (start -1.5 -0.85) (end -1.5 0.85) (layer "F.SilkS") (width 0.12) (tstamp 943dca3d-8bc9-40f2-84f0-ae51aab8109a)) - (fp_line (start -1.6 0.95) (end 1.6 0.95) (layer "F.CrtYd") (width 0.05) (tstamp 1325a826-8d04-4dff-b488-834e4028af9b)) - (fp_line (start 1.6 -0.95) (end 1.6 0.95) (layer "F.CrtYd") (width 0.05) (tstamp 67614b80-5cf9-4fe5-846e-3f9a2b5ca05e)) - (fp_line (start -1.6 -0.95) (end 1.6 -0.95) (layer "F.CrtYd") (width 0.05) (tstamp af19bf49-e2c6-49e7-b0b4-00ce9b964d2d)) - (fp_line (start -1.6 -0.95) (end -1.6 0.95) (layer "F.CrtYd") (width 0.05) (tstamp f3f3d8cb-ef5b-41d7-b3da-3e44afc13867)) - (fp_line (start 0.2 0.35) (end -0.3 0) (layer "F.Fab") (width 0.1) (tstamp 12b2fd12-d7a2-4ecd-806b-6e2b823fd166)) - (fp_line (start 0.2 -0.35) (end 0.2 0.35) (layer "F.Fab") (width 0.1) (tstamp 352894e4-5a5c-499a-98d1-f53df9c167e7)) - (fp_line (start -0.3 0) (end -0.5 0) (layer "F.Fab") (width 0.1) (tstamp 3cb1906b-091f-4c1b-a55c-68dd339f2b40)) - (fp_line (start 0.9 -0.7) (end 0.9 0.7) (layer "F.Fab") (width 0.1) (tstamp 4db80bc7-f92d-4c0f-8ea0-00d07af2c897)) - (fp_line (start 0.9 0.7) (end -0.9 0.7) (layer "F.Fab") (width 0.1) (tstamp 915072c5-fcc5-4637-8445-54a133590fc3)) - (fp_line (start -0.3 -0.35) (end -0.3 0.35) (layer "F.Fab") (width 0.1) (tstamp 927bfa22-a5dd-4803-9e2e-0cf544ba11ad)) - (fp_line (start -0.3 0) (end 0.2 -0.35) (layer "F.Fab") (width 0.1) (tstamp b061b57f-7439-4501-85cb-98fb57d81d29)) - (fp_line (start -0.9 -0.7) (end 0.9 -0.7) (layer "F.Fab") (width 0.1) (tstamp d67f202d-27c0-465c-a276-fb8eb441f12a)) - (fp_line (start -0.9 0.7) (end -0.9 -0.7) (layer "F.Fab") (width 0.1) (tstamp dfe51398-53f9-458b-a655-6b21af2d2ceb)) - (fp_line (start 0.2 0) (end 0.45 0) (layer "F.Fab") (width 0.1) (tstamp f7f9ac6d-500c-471a-81a4-0480eabd1c5c)) + (fp_line (start -1.5 -0.85) (end -1.5 0.85) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 943dca3d-8bc9-40f2-84f0-ae51aab8109a)) + (fp_line (start -1.5 -0.85) (end 1.05 -0.85) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27528f89-b387-4916-8e96-ddcf50822af8)) + (fp_line (start -1.5 0.85) (end 1.05 0.85) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4dc08863-7e1f-41c1-a02d-5252fb2e270e)) + (fp_line (start -1.6 -0.95) (end -1.6 0.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3f3d8cb-ef5b-41d7-b3da-3e44afc13867)) + (fp_line (start -1.6 -0.95) (end 1.6 -0.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af19bf49-e2c6-49e7-b0b4-00ce9b964d2d)) + (fp_line (start -1.6 0.95) (end 1.6 0.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1325a826-8d04-4dff-b488-834e4028af9b)) + (fp_line (start 1.6 -0.95) (end 1.6 0.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67614b80-5cf9-4fe5-846e-3f9a2b5ca05e)) + (fp_line (start -0.9 -0.7) (end 0.9 -0.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d67f202d-27c0-465c-a276-fb8eb441f12a)) + (fp_line (start -0.9 0.7) (end -0.9 -0.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dfe51398-53f9-458b-a655-6b21af2d2ceb)) + (fp_line (start -0.3 -0.35) (end -0.3 0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 927bfa22-a5dd-4803-9e2e-0cf544ba11ad)) + (fp_line (start -0.3 0) (end -0.5 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3cb1906b-091f-4c1b-a55c-68dd339f2b40)) + (fp_line (start -0.3 0) (end 0.2 -0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b061b57f-7439-4501-85cb-98fb57d81d29)) + (fp_line (start 0.2 -0.35) (end 0.2 0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 352894e4-5a5c-499a-98d1-f53df9c167e7)) + (fp_line (start 0.2 0) (end 0.45 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7f9ac6d-500c-471a-81a4-0480eabd1c5c)) + (fp_line (start 0.2 0.35) (end -0.3 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12b2fd12-d7a2-4ecd-806b-6e2b823fd166)) + (fp_line (start 0.9 -0.7) (end 0.9 0.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4db80bc7-f92d-4c0f-8ea0-00d07af2c897)) + (fp_line (start 0.9 0.7) (end -0.9 0.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 915072c5-fcc5-4637-8445-54a133590fc3)) (pad "1" smd rect (at -1.05 0 180) (size 0.6 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 261 "Net-(D30-Pad1)") (pinfunction "K") (pintype "passive") (tstamp c589cf8d-555c-4868-a8a7-79de937e1c42)) (pad "2" smd rect (at 1.05 0 180) (size 0.6 0.45) (layers "F.Cu" "F.Paste" "F.Mask") @@ -32493,7 +38707,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 67706f7d-bcb1-4f84-a095-889dd5d7acdc) + (tstamp 67706f7d-bcb1-4f84-a095-889dd5d7acdc) (at 84.9 97.5 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -32506,27 +38720,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/550b5d33-bb2a-4758-9a65-dfbd6ff3b2ba") (attr smd) (fp_text reference "C66" (at 0.1 -1.13 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp fec3f72f-7493-4a4e-ba6c-a46da6de9aee) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 3d195fc8-9f80-424a-aacb-999d996451a2) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 32fb38dd-c1dc-475f-aa36-129e969256dc) ) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp 85492cd4-d04b-42ac-93a3-af1ba8612e7b)) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a8fc13ea-c70f-4ef3-a730-46e10aaf55fb)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 82004040-794f-4549-b14f-081553f938d8)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8681ee54-206d-4aa7-845a-22399f58113f)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp acdd004f-59fa-40ee-afa6-d8fc6f16b091)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp fbe71bd6-b8ed-4cf6-af7c-bc118c1d74a8)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 310a1dbb-9b9c-46bc-931c-e3d8e9cb8766)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 62332393-8efe-44ef-bb72-eb1bbd5119a0)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e7e925d1-497d-4c76-bdb8-003f47d10da6)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp fc45fe2c-bb98-4a42-b833-b26fd02c6866)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8fc13ea-c70f-4ef3-a730-46e10aaf55fb)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85492cd4-d04b-42ac-93a3-af1ba8612e7b)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp acdd004f-59fa-40ee-afa6-d8fc6f16b091)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 82004040-794f-4549-b14f-081553f938d8)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8681ee54-206d-4aa7-845a-22399f58113f)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fbe71bd6-b8ed-4cf6-af7c-bc118c1d74a8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc45fe2c-bb98-4a42-b833-b26fd02c6866)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7e925d1-497d-4c76-bdb8-003f47d10da6)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62332393-8efe-44ef-bb72-eb1bbd5119a0)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 310a1dbb-9b9c-46bc-931c-e3d8e9cb8766)) (pad "1" smd roundrect (at -0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 94 "USBH_1V1") (pintype "passive") (tstamp 7a9fd93c-532b-47a1-84f5-2b956bf47d07)) (pad "2" smd roundrect (at 0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -32539,7 +38763,7 @@ ) (footprint "Inductor_SMD:L_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEF0) (tstamp 71a6a20f-bac6-4b18-a9db-c6933edf9c6e) + (tstamp 71a6a20f-bac6-4b18-a9db-c6933edf9c6e) (at 85.87 92.24 -90) (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "inductor") @@ -32552,27 +38776,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da53c5d") (attr smd) (fp_text reference "FB1" (at 0 -1.23 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6dd884b2-9e1d-48d6-8de1-725d2fd07715) ) (fp_text value "220@100MHz 1.4A" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp cd91c41f-4bdb-4a32-a73f-df58a25a03a4) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp a05e6204-2a70-4ec3-ae3d-436c00985bc9) ) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer "F.SilkS") (width 0.12) (tstamp 199c6b77-4bf3-497b-b238-8c271a99a883)) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer "F.SilkS") (width 0.12) (tstamp e67c6b71-99bc-469a-9750-e24fc7478aaa)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1f6c24ac-3581-4150-a867-2ccbe82d3e87)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 24d55a14-9f32-47cd-be6c-c469ef980e91)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4d08e6ab-a54d-4210-a437-8afc67fa34a7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 73ffe9f8-ac6c-4be4-91e3-e7d84625a59c)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp de73c581-70a8-4ae5-97b0-0dfe67b38463)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e1a43017-02d8-461b-8d93-743bdf2f2908)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f91003bb-f3f7-4166-a96c-0b20ff649f26)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp fc429805-4a18-42e7-9654-45024fc0ff50)) + (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e67c6b71-99bc-469a-9750-e24fc7478aaa)) + (fp_line (start -0.162779 0.51) (end 0.162779 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 199c6b77-4bf3-497b-b238-8c271a99a883)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f6c24ac-3581-4150-a867-2ccbe82d3e87)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d08e6ab-a54d-4210-a437-8afc67fa34a7)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73ffe9f8-ac6c-4be4-91e3-e7d84625a59c)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24d55a14-9f32-47cd-be6c-c469ef980e91)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1a43017-02d8-461b-8d93-743bdf2f2908)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de73c581-70a8-4ae5-97b0-0dfe67b38463)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f91003bb-f3f7-4166-a96c-0b20ff649f26)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc429805-4a18-42e7-9654-45024fc0ff50)) (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 590 "3V3_PWR_AUX") (pintype "passive") (tstamp 3c58bfd7-2bc5-4913-a0a3-f8a55560a2f8)) (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -32585,7 +38819,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 74f59501-9d90-4821-abdd-3d2be693f725) + (tstamp 74f59501-9d90-4821-abdd-3d2be693f725) (at 72.08 116.51 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -32599,27 +38833,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/cbdabf13-4be8-4efa-a15c-c64d62fa0274") (attr smd) (fp_text reference "R84" (at 0.047258 1.17 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 541ed589-d440-4c79-80fe-f2deb1fccb64) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7990986c-a6d0-4735-b676-24b9c8da07d9) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp b9ac2ae2-94ec-41eb-be12-690e3bf03ca2) ) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer "F.SilkS") (width 0.12) (tstamp 04f92f8c-0f76-408a-a308-5d7597bf606f)) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp 9326e7cc-7fea-412c-ac4d-eb6397f6f402)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 022a9d81-92f8-4fe5-bf2a-303e9ef308da)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 044dc5f2-d8cc-4142-8aa4-463d16061745)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1b4d1a99-a466-4907-8cdb-d47166ee745a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 344fed41-7042-49c2-8e81-089b8f9887de)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 256246e9-ec0f-4595-a3e0-c5b455ac1e2d)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 584b8f5c-81fd-41b5-9fa1-d653bc348060)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp a0b2ab49-900e-491e-82df-c88603397673)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp cfbd6ad2-ef96-4a98-963d-5bf48319da30)) + (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9326e7cc-7fea-412c-ac4d-eb6397f6f402)) + (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04f92f8c-0f76-408a-a308-5d7597bf606f)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 344fed41-7042-49c2-8e81-089b8f9887de)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 022a9d81-92f8-4fe5-bf2a-303e9ef308da)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b4d1a99-a466-4907-8cdb-d47166ee745a)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 044dc5f2-d8cc-4142-8aa4-463d16061745)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 584b8f5c-81fd-41b5-9fa1-d653bc348060)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 256246e9-ec0f-4595-a3e0-c5b455ac1e2d)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0b2ab49-900e-491e-82df-c88603397673)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cfbd6ad2-ef96-4a98-963d-5bf48319da30)) (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 322 "Net-(R84-Pad1)") (pintype "passive") (tstamp 7677c964-7eeb-4c67-886d-1fea013028b4)) (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -32632,7 +38876,7 @@ ) (footprint "Diode_SMD:D_SOD-323" (layer "F.Cu") - (tedit 58641739) (tstamp 7d361a6b-0aba-4dbf-8fa7-06e0a500245c) + (tstamp 7d361a6b-0aba-4dbf-8fa7-06e0a500245c) (at 228.15 115.9 90) (descr "SOD-323") (tags "SOD-323") @@ -32645,34 +38889,51 @@ (path "/00000000-0000-0000-0000-00005cc81028/2946cc21-258f-449d-a95e-520195decc4f") (attr smd) (fp_text reference "D29" (at 2.7 0.05 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 07ab60f7-f455-4a2f-a62c-c3ba7107174e) ) (fp_text value "BAT46WJ,115" (at 0.1 1.9 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6055a7fe-dac3-43a0-a7bb-26faf229b06e) ) (fp_text user "${REFERENCE}" (at 0 -1.85 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4cf62c30-3b31-4d62-ac44-51345d17568a) ) - (fp_line (start -1.5 0.85) (end 1.05 0.85) (layer "F.SilkS") (width 0.12) (tstamp 0f2c081e-01f8-4728-87e1-b28228937ced)) - (fp_line (start -1.5 -0.85) (end 1.05 -0.85) (layer "F.SilkS") (width 0.12) (tstamp 267aafb8-1dff-460a-b137-0bb015c8c32f)) - (fp_line (start -1.5 -0.85) (end -1.5 0.85) (layer "F.SilkS") (width 0.12) (tstamp 50473e83-8f86-4021-81a1-3236766970c6)) - (fp_line (start 1.6 -0.95) (end 1.6 0.95) (layer "F.CrtYd") (width 0.05) (tstamp 5d3aeac0-14e7-4cfd-becb-113b8cf1548b)) - (fp_line (start -1.6 0.95) (end 1.6 0.95) (layer "F.CrtYd") (width 0.05) (tstamp b3f969f0-4717-48e8-b349-9276d3db8edc)) - (fp_line (start -1.6 -0.95) (end 1.6 -0.95) (layer "F.CrtYd") (width 0.05) (tstamp e5a9380a-6037-48b1-b978-556c09d45883)) - (fp_line (start -1.6 -0.95) (end -1.6 0.95) (layer "F.CrtYd") (width 0.05) (tstamp f5d9fb1a-fc26-4139-a8fe-775aacbe43fb)) - (fp_line (start 0.2 -0.35) (end 0.2 0.35) (layer "F.Fab") (width 0.1) (tstamp 14f746ca-08b9-49d6-ab49-8620caa25a99)) - (fp_line (start -0.9 0.7) (end -0.9 -0.7) (layer "F.Fab") (width 0.1) (tstamp 3a2756cf-f213-4fe8-9605-5dc63c703c06)) - (fp_line (start 0.9 0.7) (end -0.9 0.7) (layer "F.Fab") (width 0.1) (tstamp 4b2b7b06-be98-4979-b94a-5e771c3212a7)) - (fp_line (start -0.3 -0.35) (end -0.3 0.35) (layer "F.Fab") (width 0.1) (tstamp 6599c25d-b908-44c7-8084-64f00d45438f)) - (fp_line (start 0.2 0.35) (end -0.3 0) (layer "F.Fab") (width 0.1) (tstamp 746aa496-4672-4378-9473-e5afb17ffb78)) - (fp_line (start -0.9 -0.7) (end 0.9 -0.7) (layer "F.Fab") (width 0.1) (tstamp 8270c3dc-64c8-41d3-8e0e-bc764f9b2620)) - (fp_line (start 0.2 0) (end 0.45 0) (layer "F.Fab") (width 0.1) (tstamp 9924de05-5fff-468f-b7e0-b6172b692509)) - (fp_line (start -0.3 0) (end 0.2 -0.35) (layer "F.Fab") (width 0.1) (tstamp b3c9a334-aa53-4ebe-bb7c-83365b9168c5)) - (fp_line (start -0.3 0) (end -0.5 0) (layer "F.Fab") (width 0.1) (tstamp c41f9ce4-9608-4f8f-bdd1-41fb329d558d)) - (fp_line (start 0.9 -0.7) (end 0.9 0.7) (layer "F.Fab") (width 0.1) (tstamp e8570bcb-affa-4759-b178-d230209b1fdf)) + (fp_line (start -1.5 -0.85) (end -1.5 0.85) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50473e83-8f86-4021-81a1-3236766970c6)) + (fp_line (start -1.5 -0.85) (end 1.05 -0.85) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 267aafb8-1dff-460a-b137-0bb015c8c32f)) + (fp_line (start -1.5 0.85) (end 1.05 0.85) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f2c081e-01f8-4728-87e1-b28228937ced)) + (fp_line (start -1.6 -0.95) (end -1.6 0.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5d9fb1a-fc26-4139-a8fe-775aacbe43fb)) + (fp_line (start -1.6 -0.95) (end 1.6 -0.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5a9380a-6037-48b1-b978-556c09d45883)) + (fp_line (start -1.6 0.95) (end 1.6 0.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3f969f0-4717-48e8-b349-9276d3db8edc)) + (fp_line (start 1.6 -0.95) (end 1.6 0.95) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d3aeac0-14e7-4cfd-becb-113b8cf1548b)) + (fp_line (start -0.9 -0.7) (end 0.9 -0.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8270c3dc-64c8-41d3-8e0e-bc764f9b2620)) + (fp_line (start -0.9 0.7) (end -0.9 -0.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a2756cf-f213-4fe8-9605-5dc63c703c06)) + (fp_line (start -0.3 -0.35) (end -0.3 0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6599c25d-b908-44c7-8084-64f00d45438f)) + (fp_line (start -0.3 0) (end -0.5 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c41f9ce4-9608-4f8f-bdd1-41fb329d558d)) + (fp_line (start -0.3 0) (end 0.2 -0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3c9a334-aa53-4ebe-bb7c-83365b9168c5)) + (fp_line (start 0.2 -0.35) (end 0.2 0.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14f746ca-08b9-49d6-ab49-8620caa25a99)) + (fp_line (start 0.2 0) (end 0.45 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9924de05-5fff-468f-b7e0-b6172b692509)) + (fp_line (start 0.2 0.35) (end -0.3 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 746aa496-4672-4378-9473-e5afb17ffb78)) + (fp_line (start 0.9 -0.7) (end 0.9 0.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8570bcb-affa-4759-b178-d230209b1fdf)) + (fp_line (start 0.9 0.7) (end -0.9 0.7) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b2b7b06-be98-4979-b94a-5e771c3212a7)) (pad "1" smd rect (at -1.05 0 90) (size 0.6 0.45) (layers "F.Cu" "F.Paste" "F.Mask") (net 17 "Net-(C2-Pad1)") (pinfunction "K") (pintype "passive") (tstamp b18200cb-1d1e-48a7-9e42-8c1aa1dbf038)) (pad "2" smd rect (at 1.05 0 90) (size 0.6 0.45) (layers "F.Cu" "F.Paste" "F.Mask") @@ -32685,7 +38946,7 @@ ) (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W" (layer "F.Cu") - (tedit 5EABE247) (tstamp 81593a60-6a0e-4735-92bb-c67e1b17ea34) + (tstamp 81593a60-6a0e-4735-92bb-c67e1b17ea34) (at 247.2 124 180) (descr "Nexperia CFP3 (SOD-123W), https://assets.nexperia.com/documents/outline-drawing/SOD123W.pdf") (tags "CFP3 SOD-123W") @@ -32698,34 +38959,51 @@ (path "/00000000-0000-0000-0000-00005cc81028/8a3ed089-f419-4dad-8694-0f5398f5e647") (attr smd) (fp_text reference "D24" (at 0 1.6) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9b923eb9-77f0-4bc3-9d22-6daafde7ef55) ) (fp_text value "PMEG60T10ELR" (at 0 2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp f2af510e-5bf4-43b8-ad60-8446b512578b) ) (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7f851916-95cb-4a98-9c6e-bf010bb03e76) ) - (fp_line (start -2.26 -0.95) (end -2.26 0.95) (layer "F.SilkS") (width 0.12) (tstamp 44605bab-630d-42e1-a247-4ad008cfac99)) - (fp_line (start -2.26 0.95) (end 1.4 0.95) (layer "F.SilkS") (width 0.12) (tstamp ad0c15d4-2d46-4b3a-989b-c4c8e006374f)) - (fp_line (start -2.26 -0.95) (end 1.4 -0.95) (layer "F.SilkS") (width 0.12) (tstamp f0f1455c-7625-4592-b919-ae0b7d12c972)) - (fp_line (start 2.25 -1.1) (end 2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 282f19c7-10f6-497e-9a48-3d1581fa286e)) - (fp_line (start -2.25 -1.1) (end 2.25 -1.1) (layer "F.CrtYd") (width 0.05) (tstamp 3af1eab2-5eda-4f50-b953-cbf0fa0e0201)) - (fp_line (start 2.25 1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 655786ef-af0e-4a6c-a9b0-a7fd55387e05)) - (fp_line (start -2.25 -1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 726a7f4d-89f5-474d-8f88-db76911ccee7)) - (fp_line (start 0.75 0) (end 0.25 0) (layer "F.Fab") (width 0.1) (tstamp 14c09e48-4095-456e-b31b-1595c7f31861)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp 156d8688-45ed-4578-b511-2841848ea5a9)) - (fp_line (start -1.3 0.85) (end -1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp 3d1e6c9a-7d19-43dd-90f2-95799ae2b080)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 48115286-7176-49d2-8da4-aa488b4e3c91)) - (fp_line (start 1.3 -0.85) (end 1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp 50813da0-77af-4fe7-b0e0-814ebeaaefea)) - (fp_line (start -0.35 -0.55) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp 55282c4b-e319-4c75-b095-6e7d578dc54b)) - (fp_line (start 1.3 0.85) (end -1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp 76cd9810-58c6-4921-843e-378497fbcc9a)) - (fp_line (start -0.35 0) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 822ecfd7-fd5a-4b2e-8fcf-1bede0ca6f27)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp b981f676-4754-4940-b074-864ea9089831)) - (fp_line (start -1.3 -0.85) (end 1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp f9c82437-b31d-4669-9ac2-fd89f36a2eb8)) + (fp_line (start -2.26 -0.95) (end -2.26 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44605bab-630d-42e1-a247-4ad008cfac99)) + (fp_line (start -2.26 -0.95) (end 1.4 -0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0f1455c-7625-4592-b919-ae0b7d12c972)) + (fp_line (start -2.26 0.95) (end 1.4 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad0c15d4-2d46-4b3a-989b-c4c8e006374f)) + (fp_line (start -2.25 -1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 726a7f4d-89f5-474d-8f88-db76911ccee7)) + (fp_line (start -2.25 -1.1) (end 2.25 -1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3af1eab2-5eda-4f50-b953-cbf0fa0e0201)) + (fp_line (start 2.25 -1.1) (end 2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 282f19c7-10f6-497e-9a48-3d1581fa286e)) + (fp_line (start 2.25 1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 655786ef-af0e-4a6c-a9b0-a7fd55387e05)) + (fp_line (start -1.3 -0.85) (end 1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9c82437-b31d-4669-9ac2-fd89f36a2eb8)) + (fp_line (start -1.3 0.85) (end -1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d1e6c9a-7d19-43dd-90f2-95799ae2b080)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b981f676-4754-4940-b074-864ea9089831)) + (fp_line (start -0.35 -0.55) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55282c4b-e319-4c75-b095-6e7d578dc54b)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 156d8688-45ed-4578-b511-2841848ea5a9)) + (fp_line (start -0.35 0) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 822ecfd7-fd5a-4b2e-8fcf-1bede0ca6f27)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48115286-7176-49d2-8da4-aa488b4e3c91)) + (fp_line (start 0.75 0) (end 0.25 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14c09e48-4095-456e-b31b-1595c7f31861)) + (fp_line (start 1.3 -0.85) (end 1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50813da0-77af-4fe7-b0e0-814ebeaaefea)) + (fp_line (start 1.3 0.85) (end -1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 76cd9810-58c6-4921-843e-378497fbcc9a)) (pad "1" smd rect (at -1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 104 "Net-(D24-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 7b5eee88-d89c-4676-b62e-00e69ecbd5fc)) (pad "2" smd rect (at 1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") @@ -32743,7 +39021,7 @@ ) (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W" (layer "F.Cu") - (tedit 5EABE247) (tstamp 81e6cd05-4c61-4c33-9992-db09726b4a91) + (tstamp 81e6cd05-4c61-4c33-9992-db09726b4a91) (at 271.1 124 180) (descr "Nexperia CFP3 (SOD-123W), https://assets.nexperia.com/documents/outline-drawing/SOD123W.pdf") (tags "CFP3 SOD-123W") @@ -32756,34 +39034,51 @@ (path "/00000000-0000-0000-0000-00005cc81028/8879bd40-63ea-4b04-8a5d-26844a4c5d4d") (attr smd) (fp_text reference "D27" (at 0 1.5) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 01107b71-02cd-4133-a983-64d04a1c0a6a) ) (fp_text value "PMEG60T10ELR" (at 0 2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 34ff9a11-8fa0-4f19-a1ba-afefd00e7200) ) (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 7171a0ce-3ae3-4020-8943-85743814e5e2) ) - (fp_line (start -2.26 -0.95) (end 1.4 -0.95) (layer "F.SilkS") (width 0.12) (tstamp 51c14dfa-7cb3-4f77-8bad-5214f107e0bf)) - (fp_line (start -2.26 -0.95) (end -2.26 0.95) (layer "F.SilkS") (width 0.12) (tstamp cc194a6b-5600-478a-a6c6-4fac97efc66d)) - (fp_line (start -2.26 0.95) (end 1.4 0.95) (layer "F.SilkS") (width 0.12) (tstamp e133b0ac-6e6c-4c30-a762-ff9dc9d7edeb)) - (fp_line (start -2.25 -1.1) (end 2.25 -1.1) (layer "F.CrtYd") (width 0.05) (tstamp 30456301-af3d-45ea-892d-1aab3ef659d7)) - (fp_line (start 2.25 -1.1) (end 2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 57d7a395-460b-48a7-a528-bf63a59ff9b8)) - (fp_line (start 2.25 1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 75d88f3b-a699-4673-9ed6-b42bdaf3774a)) - (fp_line (start -2.25 -1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 959430df-7032-4e19-a8d9-dae1014f109d)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 134ad5d4-bb13-454c-ae58-b546690f0449)) - (fp_line (start -0.35 -0.55) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp 265376d5-34d1-4e8b-8004-c0e4f13b7e2e)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 28b3a98e-cd6f-4a3b-9e61-9585b892bd90)) - (fp_line (start -0.35 0) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 2c29f239-c30f-4697-a090-924d47d14f47)) - (fp_line (start 0.75 0) (end 0.25 0) (layer "F.Fab") (width 0.1) (tstamp 2de2c63a-cb0e-4667-98f0-7b12b5582dd8)) - (fp_line (start -1.3 0.85) (end -1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp 56a0fdd3-9eb3-4e22-abea-add4d2e70f1f)) - (fp_line (start 1.3 0.85) (end -1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp 6065c132-99d9-4071-a5bd-48456df9cc9e)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp b25d2901-5948-49cd-91e2-b13cfda50088)) - (fp_line (start 1.3 -0.85) (end 1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp b804999a-0247-4ea0-b0b4-786cd2b95952)) - (fp_line (start -1.3 -0.85) (end 1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp cda9ca12-f2ed-4279-9273-ee88b381bbfd)) + (fp_line (start -2.26 -0.95) (end -2.26 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc194a6b-5600-478a-a6c6-4fac97efc66d)) + (fp_line (start -2.26 -0.95) (end 1.4 -0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51c14dfa-7cb3-4f77-8bad-5214f107e0bf)) + (fp_line (start -2.26 0.95) (end 1.4 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e133b0ac-6e6c-4c30-a762-ff9dc9d7edeb)) + (fp_line (start -2.25 -1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 959430df-7032-4e19-a8d9-dae1014f109d)) + (fp_line (start -2.25 -1.1) (end 2.25 -1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30456301-af3d-45ea-892d-1aab3ef659d7)) + (fp_line (start 2.25 -1.1) (end 2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57d7a395-460b-48a7-a528-bf63a59ff9b8)) + (fp_line (start 2.25 1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75d88f3b-a699-4673-9ed6-b42bdaf3774a)) + (fp_line (start -1.3 -0.85) (end 1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cda9ca12-f2ed-4279-9273-ee88b381bbfd)) + (fp_line (start -1.3 0.85) (end -1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56a0fdd3-9eb3-4e22-abea-add4d2e70f1f)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 134ad5d4-bb13-454c-ae58-b546690f0449)) + (fp_line (start -0.35 -0.55) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 265376d5-34d1-4e8b-8004-c0e4f13b7e2e)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b25d2901-5948-49cd-91e2-b13cfda50088)) + (fp_line (start -0.35 0) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c29f239-c30f-4697-a090-924d47d14f47)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28b3a98e-cd6f-4a3b-9e61-9585b892bd90)) + (fp_line (start 0.75 0) (end 0.25 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2de2c63a-cb0e-4667-98f0-7b12b5582dd8)) + (fp_line (start 1.3 -0.85) (end 1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b804999a-0247-4ea0-b0b4-786cd2b95952)) + (fp_line (start 1.3 0.85) (end -1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6065c132-99d9-4071-a5bd-48456df9cc9e)) (pad "1" smd rect (at -1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 107 "Net-(D27-Pad1)") (pinfunction "K") (pintype "passive") (tstamp cd3e5319-b5e4-4866-922c-9839999ad04a)) (pad "2" smd rect (at 1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") @@ -32801,7 +39096,7 @@ ) (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W" (layer "F.Cu") - (tedit 5EABE247) (tstamp 85187872-b6d9-4d44-86cb-62b923bd9b7a) + (tstamp 85187872-b6d9-4d44-86cb-62b923bd9b7a) (at 224.2 124 180) (descr "Nexperia CFP3 (SOD-123W), https://assets.nexperia.com/documents/outline-drawing/SOD123W.pdf") (tags "CFP3 SOD-123W") @@ -32814,34 +39109,51 @@ (path "/00000000-0000-0000-0000-00005cc81028/1279747d-2fb3-48d8-856b-118d93a38c6b") (attr smd) (fp_text reference "D17" (at -0.15 1.5 180) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 9cd87311-143c-4f68-8a5f-3cdf983697e2) ) (fp_text value "PMEG60T10ELR" (at 0 2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 58100c15-c108-422b-a864-4e4fb82c786a) ) (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 6516f7d2-e9c5-4850-839a-35d4db88d6a2) ) - (fp_line (start -2.26 0.95) (end 1.4 0.95) (layer "F.SilkS") (width 0.12) (tstamp 4a11a309-4b35-4eba-b093-ff5e17e3fad4)) - (fp_line (start -2.26 -0.95) (end -2.26 0.95) (layer "F.SilkS") (width 0.12) (tstamp 58c039a9-a660-4f08-a115-44e93b5565b5)) - (fp_line (start -2.26 -0.95) (end 1.4 -0.95) (layer "F.SilkS") (width 0.12) (tstamp d3160071-c31c-43d0-a03e-1c59c05ed5a8)) - (fp_line (start 2.25 -1.1) (end 2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 1ecfa2ad-6623-4946-a279-cb333852423a)) - (fp_line (start -2.25 -1.1) (end 2.25 -1.1) (layer "F.CrtYd") (width 0.05) (tstamp 365ab196-1abb-4a5d-9d30-c81264a0bd0a)) - (fp_line (start 2.25 1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp bcdd8c3b-1852-48d9-8c0c-5252a7440ec1)) - (fp_line (start -2.25 -1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp c60fdb64-76bc-40d9-84bd-0079b467a1dd)) - (fp_line (start -0.35 -0.55) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp 5ba9c677-cd84-49b6-9cb2-39dc3359bb4d)) - (fp_line (start -1.3 -0.85) (end 1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp 5d07fe17-4231-477a-8b40-35415d038c69)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 615091c8-8b8c-4f73-a2f0-2b69fd4b52ba)) - (fp_line (start -0.35 0) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 9642b2bc-d1bc-47e2-8031-b75a187ad4f2)) - (fp_line (start 1.3 0.85) (end -1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp a5ba2e71-6712-48cb-94cb-ab8dd2ddc75a)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp ae564e68-4908-407c-a20b-c9685ed3fa42)) - (fp_line (start -1.3 0.85) (end -1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp af6a85e8-44a5-4fb6-ac2e-c84c329cd12d)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp c3a35aed-fe84-40b0-bf96-d51c03929a76)) - (fp_line (start 0.75 0) (end 0.25 0) (layer "F.Fab") (width 0.1) (tstamp d4661f4d-e87d-4bd3-8c62-4345d44ef385)) - (fp_line (start 1.3 -0.85) (end 1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp da26a27b-85d6-45b9-8c7f-c8c306a42244)) + (fp_line (start -2.26 -0.95) (end -2.26 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58c039a9-a660-4f08-a115-44e93b5565b5)) + (fp_line (start -2.26 -0.95) (end 1.4 -0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3160071-c31c-43d0-a03e-1c59c05ed5a8)) + (fp_line (start -2.26 0.95) (end 1.4 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a11a309-4b35-4eba-b093-ff5e17e3fad4)) + (fp_line (start -2.25 -1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c60fdb64-76bc-40d9-84bd-0079b467a1dd)) + (fp_line (start -2.25 -1.1) (end 2.25 -1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 365ab196-1abb-4a5d-9d30-c81264a0bd0a)) + (fp_line (start 2.25 -1.1) (end 2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1ecfa2ad-6623-4946-a279-cb333852423a)) + (fp_line (start 2.25 1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bcdd8c3b-1852-48d9-8c0c-5252a7440ec1)) + (fp_line (start -1.3 -0.85) (end 1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d07fe17-4231-477a-8b40-35415d038c69)) + (fp_line (start -1.3 0.85) (end -1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af6a85e8-44a5-4fb6-ac2e-c84c329cd12d)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae564e68-4908-407c-a20b-c9685ed3fa42)) + (fp_line (start -0.35 -0.55) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ba9c677-cd84-49b6-9cb2-39dc3359bb4d)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3a35aed-fe84-40b0-bf96-d51c03929a76)) + (fp_line (start -0.35 0) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9642b2bc-d1bc-47e2-8031-b75a187ad4f2)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 615091c8-8b8c-4f73-a2f0-2b69fd4b52ba)) + (fp_line (start 0.75 0) (end 0.25 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4661f4d-e87d-4bd3-8c62-4345d44ef385)) + (fp_line (start 1.3 -0.85) (end 1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da26a27b-85d6-45b9-8c7f-c8c306a42244)) + (fp_line (start 1.3 0.85) (end -1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5ba2e71-6712-48cb-94cb-ab8dd2ddc75a)) (pad "1" smd rect (at -1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 101 "Net-(D17-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 6c231130-712e-4932-9292-a83d8a88ec00)) (pad "2" smd rect (at 1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") @@ -32859,7 +39171,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 85322432-0da6-4544-a705-fbbb1bb9d3bc) + (tstamp 85322432-0da6-4544-a705-fbbb1bb9d3bc) (at 92.8 105.2) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -32873,27 +39185,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/3a634ccb-e88c-4661-894e-b00a2ec4032a") (attr smd) (fp_text reference "C87" (at -2.4 0.07) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f82df4b5-458f-4293-b6a6-e03eaba020fc) ) (fp_text value "1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp bcb2ce1f-eb88-455d-8820-009f70644052) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp ac0eea5d-0914-465e-991c-f62f955fa8a9) ) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp 7e5a44a1-e525-42c5-a911-0c961df90292)) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp e43467d1-4420-4b5b-9017-3fa26134bcd6)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 10af8f3f-e615-4819-b58c-b440919d8d67)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 347cca05-8820-4988-b0ae-7e128a77869a)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9b680b88-bca2-4309-b98e-343eeffa78e0)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp cf2c1712-e019-4d3a-93f1-829701bd2ecc)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 37442e21-a711-4ea0-aaac-77551728e082)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 74f0de6f-e574-4bef-87fc-5e9ff84f9868)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 96046f95-c7cd-40bf-9a4a-dbae584a1796)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp cfe28b69-5e31-4ee4-be94-fac8d9080907)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e43467d1-4420-4b5b-9017-3fa26134bcd6)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e5a44a1-e525-42c5-a911-0c961df90292)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf2c1712-e019-4d3a-93f1-829701bd2ecc)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 347cca05-8820-4988-b0ae-7e128a77869a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b680b88-bca2-4309-b98e-343eeffa78e0)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10af8f3f-e615-4819-b58c-b440919d8d67)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96046f95-c7cd-40bf-9a4a-dbae584a1796)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cfe28b69-5e31-4ee4-be94-fac8d9080907)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74f0de6f-e574-4bef-87fc-5e9ff84f9868)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37442e21-a711-4ea0-aaac-77551728e082)) (pad "1" smd roundrect (at -0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 96 "USBH_3V3") (pintype "passive") (tstamp 8b12f894-0d9b-4937-9ee7-88a4b7c142d5)) (pad "2" smd roundrect (at 0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -32906,7 +39228,7 @@ ) (footprint "Diode_SMD:D_SOD-523" (layer "F.Cu") - (tedit 586419F0) (tstamp 85dfaf3a-3e52-4a3b-a7a8-a710a8a11fa5) + (tstamp 85dfaf3a-3e52-4a3b-a7a8-a710a8a11fa5) (at 241.3 81.375 -90) (descr "http://www.diodes.com/datasheets/ap02001.pdf p.144") (tags "Diode SOD523") @@ -32919,34 +39241,51 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/f02e89cb-a0b7-4982-923d-3b1d5de07038") (attr smd) (fp_text reference "D16" (at 0 -1.2 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 33814a0e-562f-40e6-91e2-4989aa81f492) ) (fp_text value "BZX584C3V3-G3-08" (at 0 1.4 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 623150d5-174e-4cea-abf7-8a00179f88a5) ) (fp_text user "${REFERENCE}" (at 0 -1.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp eb61229a-a1f5-4c02-88c9-1426ab26ed3f) ) - (fp_line (start 0.7 0.6) (end -1.15 0.6) (layer "F.SilkS") (width 0.12) (tstamp 5aa6432e-f117-4b13-9a72-d28b06629ba6)) - (fp_line (start -1.15 -0.6) (end -1.15 0.6) (layer "F.SilkS") (width 0.12) (tstamp 5affc989-b58c-4dba-8bca-23a8976cb01a)) - (fp_line (start 0.7 -0.6) (end -1.15 -0.6) (layer "F.SilkS") (width 0.12) (tstamp aa388890-e97d-4cb5-a1ff-2080b39847de)) - (fp_line (start -1.25 0.7) (end -1.25 -0.7) (layer "F.CrtYd") (width 0.05) (tstamp a4656eb1-efb0-471b-880d-2c8afb39f7ac)) - (fp_line (start 1.25 -0.7) (end 1.25 0.7) (layer "F.CrtYd") (width 0.05) (tstamp c1c042ee-6509-4792-bb2d-410c05ecc31a)) - (fp_line (start -1.25 -0.7) (end 1.25 -0.7) (layer "F.CrtYd") (width 0.05) (tstamp d391332b-a117-4487-aa1e-9ef4bf6cda6a)) - (fp_line (start 1.25 0.7) (end -1.25 0.7) (layer "F.CrtYd") (width 0.05) (tstamp ff2c63bc-117d-4761-a6e1-12f04cb5ee0e)) - (fp_line (start -0.2 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 0c2254d4-6a5c-4975-b9f8-6fc0890958b6)) - (fp_line (start -0.2 0) (end 0.1 0.2) (layer "F.Fab") (width 0.1) (tstamp 4261a739-b882-4632-8687-e1a27016de00)) - (fp_line (start -0.2 0.2) (end -0.2 -0.2) (layer "F.Fab") (width 0.1) (tstamp 4817f8bd-f846-46eb-b2aa-b7096298878e)) - (fp_line (start -0.65 0.45) (end -0.65 -0.45) (layer "F.Fab") (width 0.1) (tstamp 57b5b565-91de-48c3-886e-742496f87013)) - (fp_line (start 0.65 -0.45) (end 0.65 0.45) (layer "F.Fab") (width 0.1) (tstamp 61dd35ee-c86a-49c2-8827-331f2b1109b0)) - (fp_line (start 0.1 -0.2) (end -0.2 0) (layer "F.Fab") (width 0.1) (tstamp 87572e98-5487-4a5f-a3be-3c7112a44f01)) - (fp_line (start 0.65 0.45) (end -0.65 0.45) (layer "F.Fab") (width 0.1) (tstamp af59f507-827e-4d44-a4a6-693854e96380)) - (fp_line (start 0.1 0) (end 0.25 0) (layer "F.Fab") (width 0.1) (tstamp cd41583e-c680-457b-92b8-55c514873109)) - (fp_line (start -0.65 -0.45) (end 0.65 -0.45) (layer "F.Fab") (width 0.1) (tstamp e7a4fc0c-7dff-407f-a16a-277a49631e79)) - (fp_line (start 0.1 0.2) (end 0.1 -0.2) (layer "F.Fab") (width 0.1) (tstamp fae2ec96-4842-4046-8bb9-f1a4cd5c4136)) + (fp_line (start -1.15 -0.6) (end -1.15 0.6) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5affc989-b58c-4dba-8bca-23a8976cb01a)) + (fp_line (start 0.7 -0.6) (end -1.15 -0.6) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa388890-e97d-4cb5-a1ff-2080b39847de)) + (fp_line (start 0.7 0.6) (end -1.15 0.6) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5aa6432e-f117-4b13-9a72-d28b06629ba6)) + (fp_line (start -1.25 -0.7) (end 1.25 -0.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d391332b-a117-4487-aa1e-9ef4bf6cda6a)) + (fp_line (start -1.25 0.7) (end -1.25 -0.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4656eb1-efb0-471b-880d-2c8afb39f7ac)) + (fp_line (start 1.25 -0.7) (end 1.25 0.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1c042ee-6509-4792-bb2d-410c05ecc31a)) + (fp_line (start 1.25 0.7) (end -1.25 0.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff2c63bc-117d-4761-a6e1-12f04cb5ee0e)) + (fp_line (start -0.65 -0.45) (end 0.65 -0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7a4fc0c-7dff-407f-a16a-277a49631e79)) + (fp_line (start -0.65 0.45) (end -0.65 -0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57b5b565-91de-48c3-886e-742496f87013)) + (fp_line (start -0.2 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c2254d4-6a5c-4975-b9f8-6fc0890958b6)) + (fp_line (start -0.2 0) (end 0.1 0.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4261a739-b882-4632-8687-e1a27016de00)) + (fp_line (start -0.2 0.2) (end -0.2 -0.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4817f8bd-f846-46eb-b2aa-b7096298878e)) + (fp_line (start 0.1 -0.2) (end -0.2 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87572e98-5487-4a5f-a3be-3c7112a44f01)) + (fp_line (start 0.1 0) (end 0.25 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd41583e-c680-457b-92b8-55c514873109)) + (fp_line (start 0.1 0.2) (end 0.1 -0.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fae2ec96-4842-4046-8bb9-f1a4cd5c4136)) + (fp_line (start 0.65 -0.45) (end 0.65 0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61dd35ee-c86a-49c2-8827-331f2b1109b0)) + (fp_line (start 0.65 0.45) (end -0.65 0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af59f507-827e-4d44-a4a6-693854e96380)) (pad "1" smd rect (at -0.7 0 90) (size 0.6 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (net 100 "3V3_PWR_EN") (pinfunction "K") (pintype "passive") (tstamp ac15daf3-47ed-44b0-bdad-15ace67331d3)) (pad "2" smd rect (at 0.7 0 90) (size 0.6 0.7) (layers "F.Cu" "F.Paste" "F.Mask") @@ -32959,7 +39298,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 89037dff-4579-4a7a-8d9f-06c654f75d3d) + (tstamp 89037dff-4579-4a7a-8d9f-06c654f75d3d) (at 88.5 113.5) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -32972,27 +39311,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/9276e162-1bbe-4e9a-b965-921df43ed7d7") (attr smd) (fp_text reference "C90" (at 2.5 -0.03) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp be96eb07-e66d-42d4-9bca-16e718b4dd73) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 8b5ef04c-f470-4a36-a162-f1909a19f186) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 00badf90-082b-4e1d-bb7b-9f8cc4913b92) ) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp 4d3fbbc1-3b0f-462b-b064-2567838c1b66)) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 73b35f11-3a49-443b-9a33-225fd178a158)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 22d6a4a8-1996-4b34-a2b5-70177e3e4d6d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 68b541c2-68cc-4e85-8b8a-f7d20038c6ae)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp aa3d61ea-1ba9-4051-9727-c86af4c42024)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ac95aec3-7b21-415a-adf4-d607fefe3f67)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 5c205f79-8c82-443b-944b-8ddfad5f0834)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6857ea12-9225-4a0f-85eb-f174caff431d)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp b1dca50f-198f-41b9-92c3-6c6bd2587000)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f11aa2ce-8f0d-459b-8cd3-87f124e28b9c)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73b35f11-3a49-443b-9a33-225fd178a158)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d3fbbc1-3b0f-462b-b064-2567838c1b66)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68b541c2-68cc-4e85-8b8a-f7d20038c6ae)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22d6a4a8-1996-4b34-a2b5-70177e3e4d6d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa3d61ea-1ba9-4051-9727-c86af4c42024)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac95aec3-7b21-415a-adf4-d607fefe3f67)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c205f79-8c82-443b-944b-8ddfad5f0834)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6857ea12-9225-4a0f-85eb-f174caff431d)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f11aa2ce-8f0d-459b-8cd3-87f124e28b9c)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1dca50f-198f-41b9-92c3-6c6bd2587000)) (pad "1" smd roundrect (at -0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 94 "USBH_1V1") (pintype "passive") (tstamp 09b8f068-290e-44cb-902f-277f2cefed74)) (pad "2" smd roundrect (at 0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33005,7 +39354,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 90865415-2a0b-4802-950c-a0b4237f6393) + (tstamp 90865415-2a0b-4802-950c-a0b4237f6393) (at 69.11 113.18 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -33019,27 +39368,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/3183529b-4cdc-4460-ac96-5c695981bd56") (attr smd) (fp_text reference "R63" (at 0 -1.23 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 3d8c083c-5815-4f33-bf73-e8badcd2bfd5) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 678b9e52-fcf0-405b-9152-008f852a92df) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 852ad906-b2f0-4dfd-9b18-bd6a3300559c) ) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer "F.SilkS") (width 0.12) (tstamp 85bd1371-aa47-4d03-a08e-b6fe934d2857)) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp 9eb39629-8997-4396-92a1-769d2256fe0a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 71ab427a-b695-4fd2-a543-172c5e35da38)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 824c87f2-549f-49fa-a0b3-8dd537abba1d)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a5d68c72-3ab8-40c2-b1ca-ac7474ddbc61)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp b1f12fed-b691-407b-9ae3-caf7120bf9c6)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 033d1004-c228-4722-96c6-56b8ea4efb15)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 6948f376-8d93-4dde-8529-6a7395e80fed)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 9a69fba7-d4a1-4c64-bef9-8d96205a7cc7)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp f1124a5b-0bc9-461a-b5db-fad9aa4443c3)) + (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9eb39629-8997-4396-92a1-769d2256fe0a)) + (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85bd1371-aa47-4d03-a08e-b6fe934d2857)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71ab427a-b695-4fd2-a543-172c5e35da38)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1f12fed-b691-407b-9ae3-caf7120bf9c6)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 824c87f2-549f-49fa-a0b3-8dd537abba1d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5d68c72-3ab8-40c2-b1ca-ac7474ddbc61)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1124a5b-0bc9-461a-b5db-fad9aa4443c3)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6948f376-8d93-4dde-8529-6a7395e80fed)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 033d1004-c228-4722-96c6-56b8ea4efb15)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a69fba7-d4a1-4c64-bef9-8d96205a7cc7)) (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 96 "USBH_3V3") (pintype "passive") (tstamp 52dec481-89d0-4560-aea7-e1b03be54a07)) (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33052,7 +39411,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp 9133635c-c31d-465e-9aaf-cb0b30eeef84) + (tstamp 9133635c-c31d-465e-9aaf-cb0b30eeef84) (at 96.41 105.59 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -33066,27 +39425,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/37adb6af-5a0b-4959-b9dc-4024bab21655") (attr smd) (fp_text reference "R60" (at 0 -1.13 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp b1f005a3-113b-4a63-a676-c3038d92b715) ) (fp_text value "90.9K 1%" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9f04b878-2c01-474f-a2ca-35e61ef00a69) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 36c1f32a-93cf-41e8-9be7-d07f5e3a21f9) ) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer "F.SilkS") (width 0.12) (tstamp 923c74a4-48de-4130-aa93-68aad9c51b8c)) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp b4906cba-0e54-4523-bab8-035d923256b9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 065b63d3-956c-49f5-be1d-d081885f908d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 08d09489-9754-4ecc-87ae-9b9a4fe120c5)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3274dc61-a45d-48b7-a912-2b153a9f7a4c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c5fe9657-26ec-4237-ae66-33c2513faacc)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 27cc6b52-8042-4ba4-bb8d-acafa45ebf1a)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 391ae490-b844-4c9c-9c04-73fc19276d5e)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 603ee554-e95e-4b59-b14f-97820ac26053)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp bb07d4eb-6c48-427d-92fc-b4bdaae587d6)) + (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4906cba-0e54-4523-bab8-035d923256b9)) + (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 923c74a4-48de-4130-aa93-68aad9c51b8c)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08d09489-9754-4ecc-87ae-9b9a4fe120c5)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3274dc61-a45d-48b7-a912-2b153a9f7a4c)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5fe9657-26ec-4237-ae66-33c2513faacc)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 065b63d3-956c-49f5-be1d-d081885f908d)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb07d4eb-6c48-427d-92fc-b4bdaae587d6)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 391ae490-b844-4c9c-9c04-73fc19276d5e)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 603ee554-e95e-4b59-b14f-97820ac26053)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 27cc6b52-8042-4ba4-bb8d-acafa45ebf1a)) (pad "1" smd roundrect (at -0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 143 "USB_PWR") (pintype "passive") (tstamp c06f9fe9-33ce-417e-afb1-1b17c7bd154d)) (pad "2" smd roundrect (at 0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33099,7 +39468,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp a3eec792-0210-481d-9d19-d71f8d1fdbe1) + (tstamp a3eec792-0210-481d-9d19-d71f8d1fdbe1) (at 276.67 116.15 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -33112,27 +39481,37 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/1f59ced6-20a0-4109-bad6-89d6896760de") (attr smd) (fp_text reference "R58" (at 2.5 -0.03 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 6b9ed48a-da5f-4cf5-b4d0-48ffedcd6d66) ) (fp_text value "100k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp ebcb53ea-8e8a-483a-aa1b-ca23bcd6bb71) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 81822d63-1750-4644-bc67-6aa2dbf1d5d1) ) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer "F.SilkS") (width 0.12) (tstamp 23d16554-c75e-4464-ac00-e403c66f4cdd)) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp 8e653ddf-2fb8-4cf6-ad70-8bd89504674a)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 60c1d249-1cac-4dda-bb97-4a8f65940e11)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ad4bc8ed-834d-436d-946a-e7554f87f575)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d396b0be-3634-4b11-b039-884833742b28)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d481c242-b83b-436d-9c66-32a65f7a2862)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 0f9dbcf4-5900-49bc-b629-7595b52e9684)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 146adcfe-cbb7-428e-bf39-674186558483)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp a2609d97-9b67-40c4-bec6-efcf5abdec38)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp c289ff0e-c27e-4c81-ade4-7d76d67121cd)) + (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e653ddf-2fb8-4cf6-ad70-8bd89504674a)) + (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23d16554-c75e-4464-ac00-e403c66f4cdd)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad4bc8ed-834d-436d-946a-e7554f87f575)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d396b0be-3634-4b11-b039-884833742b28)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60c1d249-1cac-4dda-bb97-4a8f65940e11)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d481c242-b83b-436d-9c66-32a65f7a2862)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f9dbcf4-5900-49bc-b629-7595b52e9684)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2609d97-9b67-40c4-bec6-efcf5abdec38)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 146adcfe-cbb7-428e-bf39-674186558483)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c289ff0e-c27e-4c81-ade4-7d76d67121cd)) (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 584 "Net-(R1-Pad1)") (pintype "passive") (tstamp 94c00b0a-d6fe-4507-9e79-9ed3ee1564c2)) (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33145,7 +39524,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp a8ba44a3-0ab7-4d3d-8260-b29d69614acc) + (tstamp a8ba44a3-0ab7-4d3d-8260-b29d69614acc) (at 69.5 102.3 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -33159,27 +39538,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/01274c0e-20a9-45ba-ad2a-da56326ee9e0") (attr smd) (fp_text reference "C89" (at 0 1.17) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 1fbc9096-7387-4d8a-9d07-67770ec7ef94) ) (fp_text value "1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 9333af99-f42e-4741-bac1-f8c0a577c946) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp dee4a679-1f53-47f2-b35b-7fca875868cb) ) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp a8e87b2e-14be-4c4c-9c2d-b3773fe40644)) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp ef8fd37a-b2ef-4834-8876-8d4fcd8faeed)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0e8600ae-8eec-45c5-ab65-aeccec404b8e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 36eae9f6-6dd8-476c-9645-d77d3e03a685)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 84f50061-c7bc-4dc2-9e8d-89707c25c050)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp c11318be-2d5d-407a-8248-fc3bcc595364)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4abce5a1-591f-417d-aa2a-9f1e3b15ed93)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 8d955a49-fba1-40d8-b420-885c8c5ae322)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 91171ca3-f687-413e-b70c-0d5787f1d412)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a9ffa693-964a-4b3d-9d4d-3867e2d87e5f)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef8fd37a-b2ef-4834-8876-8d4fcd8faeed)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8e87b2e-14be-4c4c-9c2d-b3773fe40644)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c11318be-2d5d-407a-8248-fc3bcc595364)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e8600ae-8eec-45c5-ab65-aeccec404b8e)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84f50061-c7bc-4dc2-9e8d-89707c25c050)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 36eae9f6-6dd8-476c-9645-d77d3e03a685)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4abce5a1-591f-417d-aa2a-9f1e3b15ed93)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91171ca3-f687-413e-b70c-0d5787f1d412)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9ffa693-964a-4b3d-9d4d-3867e2d87e5f)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d955a49-fba1-40d8-b420-885c8c5ae322)) (pad "1" smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 96 "USBH_3V3") (pintype "passive") (tstamp 5d5f361b-d90a-4181-b0cd-188deec96192)) (pad "2" smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33192,7 +39581,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp a97eec28-841e-4848-b15d-ba05c8ebeac9) + (tstamp a97eec28-841e-4848-b15d-ba05c8ebeac9) (at 80.7 93.5 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -33206,27 +39595,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/2bec97e1-403b-484c-9ac2-82b5bc31837d") (attr smd) (fp_text reference "C91" (at 0 -1.13 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f415ea0d-b354-4510-a143-453bea8ee5eb) ) (fp_text value "10uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 226ed060-6601-4de9-9aa0-936e269b872a) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 85d75404-ee39-4289-ac9b-9b2dd2fd22cc) ) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 220d0a87-b8e2-482d-8e3b-62e61053e299)) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp 71bafab2-8ac8-4e9b-8664-d729960a7519)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0b95e90e-6e11-4f91-a001-a6b09f50eb2b)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1df35de2-5b45-4297-92c4-0c70271ca327)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 713fcc1f-7adc-4a08-8848-6df1fb001783)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp eb55acd7-5d22-4e60-af6f-ed9a692618ff)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 423af4c1-c213-46d5-ad79-d8719696f735)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5fbbf1ac-9e69-4bf4-85d7-12e2d22c9b50)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 7618d14a-f0ec-477e-a9c6-bb78f51f5139)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a63a25a4-cd4c-4cb0-bb4f-63ddeb582b51)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 220d0a87-b8e2-482d-8e3b-62e61053e299)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71bafab2-8ac8-4e9b-8664-d729960a7519)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 713fcc1f-7adc-4a08-8848-6df1fb001783)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b95e90e-6e11-4f91-a001-a6b09f50eb2b)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb55acd7-5d22-4e60-af6f-ed9a692618ff)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1df35de2-5b45-4297-92c4-0c70271ca327)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7618d14a-f0ec-477e-a9c6-bb78f51f5139)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a63a25a4-cd4c-4cb0-bb4f-63ddeb582b51)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5fbbf1ac-9e69-4bf4-85d7-12e2d22c9b50)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 423af4c1-c213-46d5-ad79-d8719696f735)) (pad "1" smd roundrect (at -0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 94 "USBH_1V1") (pintype "passive") (tstamp 2f5e1643-df35-465b-9911-e6bf36be5913)) (pad "2" smd roundrect (at 0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33239,7 +39638,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp b7b35d7d-9513-4a68-a1fc-025aa410761b) + (tstamp b7b35d7d-9513-4a68-a1fc-025aa410761b) (at 69.5 109.7 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -33252,27 +39651,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/7226b279-c630-4a98-820a-92be68893e7c") (attr smd) (fp_text reference "C88" (at 0 -1.23) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp ad8ff52c-76c1-4d6d-be36-371822fd8d47) ) (fp_text value "0.1uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 5c7e4399-0ee2-4788-9e7d-37f6d968a406) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp dde9ca30-f0f3-479d-aceb-9a670b4452ac) ) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp 86cde7c7-d1e5-4f24-af65-bf94c4cbf7a5)) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp d016547a-d01f-4e7b-905b-fb40f7c32363)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 073050bd-b24d-4496-8999-0d5e1c83392d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 144e5bc4-2132-4dbf-86df-289bdb4e00da)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp de3d391e-257e-4059-bf33-a47dc46ef9e2)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f3f05165-30f2-4174-bcde-09f289ead25d)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 160cb0ab-5bec-419d-ac7f-4e5f468522b0)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 17a5721c-03e0-4262-b1c2-39b41b57511c)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 667b8d18-4cdf-4dc3-9151-370dbe690dfe)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c0435683-4dda-47e4-9495-c6868abb4f7e)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d016547a-d01f-4e7b-905b-fb40f7c32363)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86cde7c7-d1e5-4f24-af65-bf94c4cbf7a5)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 144e5bc4-2132-4dbf-86df-289bdb4e00da)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 073050bd-b24d-4496-8999-0d5e1c83392d)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de3d391e-257e-4059-bf33-a47dc46ef9e2)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3f05165-30f2-4174-bcde-09f289ead25d)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17a5721c-03e0-4262-b1c2-39b41b57511c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0435683-4dda-47e4-9495-c6868abb4f7e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 160cb0ab-5bec-419d-ac7f-4e5f468522b0)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 667b8d18-4cdf-4dc3-9151-370dbe690dfe)) (pad "1" smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 94 "USBH_1V1") (pintype "passive") (tstamp 8d435a05-bacf-4b20-82ec-a44bc58fa82d)) (pad "2" smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33285,7 +39694,7 @@ ) (footprint "footprints:fuse_smf" (layer "F.Cu") - (tedit 5E43EE72) (tstamp bddf1032-267b-4f1a-9ffb-cbf791338a32) + (tstamp bddf1032-267b-4f1a-9ffb-cbf791338a32) (at 89.8 126.9 -90) (descr "Fuse Holder SMF, Littelfuse") (tags "Fuse") @@ -33296,33 +39705,46 @@ (property "Sheetfile" "reform2-usbpwr.kicad_sch") (property "Sheetname" "Reform 2 USB Power") (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/f53b80c8-ff5e-4a82-bc5c-190276eab5af") - (autoplace_cost180 10) (attr through_hole) (fp_text reference "F3" (at -5.8 0) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 54262e6e-d043-401f-befb-24cb75a391be) ) (fp_text value "0157004.DR" (at 0 3.302 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 61a01957-06e4-4e35-aef1-c0dd8df62356) ) - (fp_line (start 1.6002 -1.30048) (end 1.6002 1.30048) (layer "F.SilkS") (width 0.12) (tstamp 14f3fbc0-307f-4354-8cae-ac0a0af13879)) - (fp_line (start -3.70078 -1.30048) (end -3.70078 1.30048) (layer "F.SilkS") (width 0.12) (tstamp 2895afbb-349b-466e-b077-0b12a96f6a13)) - (fp_line (start -3.70078 -1.30048) (end -1.6002 -1.30048) (layer "F.SilkS") (width 0.12) (tstamp 2c547e3e-d49b-4ae8-a58f-d39310de5814)) - (fp_line (start -4.89966 -2.49936) (end 4.89966 -2.49936) (layer "F.SilkS") (width 0.12) (tstamp 56e99648-8445-4099-bb16-0474c3b1dd6e)) - (fp_line (start -4.89966 2.49936) (end -4.89966 -2.49936) (layer "F.SilkS") (width 0.12) (tstamp 6b2387e5-27cb-4ab7-9156-d710ce8f87c7)) - (fp_line (start 3.70078 1.30048) (end 1.6002 1.30048) (layer "F.SilkS") (width 0.12) (tstamp 7cc30ed0-6b5b-4f61-a5d8-6f2d2e529be4)) - (fp_line (start 4.89966 -2.49936) (end 4.89966 2.49936) (layer "F.SilkS") (width 0.12) (tstamp 9e7186cc-c5bf-44ee-8f36-4c7cb3c04a3e)) - (fp_line (start 4.89966 2.49936) (end -4.89966 2.49936) (layer "F.SilkS") (width 0.12) (tstamp 9f074dbd-5e0d-4f91-a1e8-399ec50e1b1b)) - (fp_line (start 1.6002 -1.19888) (end -1.6002 -1.19888) (layer "F.SilkS") (width 0.12) (tstamp a23ca562-5965-41c1-952a-4ac34f49fadd)) - (fp_line (start 3.70078 1.30048) (end 3.70078 -1.30048) (layer "F.SilkS") (width 0.12) (tstamp b229824f-a396-4261-a3aa-8d70a1f442dc)) - (fp_line (start 3.70078 -1.30048) (end 1.6002 -1.30048) (layer "F.SilkS") (width 0.12) (tstamp bdb7712a-9693-4f20-ae66-5c0c519708ec)) - (fp_line (start 1.6002 1.19888) (end -1.6002 1.19888) (layer "F.SilkS") (width 0.12) (tstamp c286858a-9d04-44af-95f9-fd2f074d1a30)) - (fp_line (start -1.6002 -1.30048) (end -1.6002 1.30048) (layer "F.SilkS") (width 0.12) (tstamp c7e0fb3b-c21a-440c-89f3-268e18132f50)) - (fp_line (start -1.6002 1.30048) (end -3.70078 1.30048) (layer "F.SilkS") (width 0.12) (tstamp cc155774-b62c-4848-9ce4-ed9c7c7d14ec)) - (pad "1" smd rect locked (at -3.1877 0 270) (size 4.23926 3.81) (layers "F.Cu" "F.Paste" "F.Mask") + (fp_line (start -4.89966 -2.49936) (end 4.89966 -2.49936) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56e99648-8445-4099-bb16-0474c3b1dd6e)) + (fp_line (start -4.89966 2.49936) (end -4.89966 -2.49936) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b2387e5-27cb-4ab7-9156-d710ce8f87c7)) + (fp_line (start -3.70078 -1.30048) (end -3.70078 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2895afbb-349b-466e-b077-0b12a96f6a13)) + (fp_line (start -3.70078 -1.30048) (end -1.6002 -1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c547e3e-d49b-4ae8-a58f-d39310de5814)) + (fp_line (start -1.6002 -1.30048) (end -1.6002 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7e0fb3b-c21a-440c-89f3-268e18132f50)) + (fp_line (start -1.6002 1.30048) (end -3.70078 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc155774-b62c-4848-9ce4-ed9c7c7d14ec)) + (fp_line (start 1.6002 -1.30048) (end 1.6002 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14f3fbc0-307f-4354-8cae-ac0a0af13879)) + (fp_line (start 1.6002 -1.19888) (end -1.6002 -1.19888) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a23ca562-5965-41c1-952a-4ac34f49fadd)) + (fp_line (start 1.6002 1.19888) (end -1.6002 1.19888) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c286858a-9d04-44af-95f9-fd2f074d1a30)) + (fp_line (start 3.70078 -1.30048) (end 1.6002 -1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bdb7712a-9693-4f20-ae66-5c0c519708ec)) + (fp_line (start 3.70078 1.30048) (end 1.6002 1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7cc30ed0-6b5b-4f61-a5d8-6f2d2e529be4)) + (fp_line (start 3.70078 1.30048) (end 3.70078 -1.30048) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b229824f-a396-4261-a3aa-8d70a1f442dc)) + (fp_line (start 4.89966 -2.49936) (end 4.89966 2.49936) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9e7186cc-c5bf-44ee-8f36-4c7cb3c04a3e)) + (fp_line (start 4.89966 2.49936) (end -4.89966 2.49936) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f074dbd-5e0d-4f91-a1e8-399ec50e1b1b)) + (pad "1" smd rect (at -3.1877 0 270) (size 4.23926 3.81) (layers "F.Cu" "F.Paste" "F.Mask") (net 645 "SPK_PWR") (pintype "passive") (tstamp c10f4b9a-7876-47bd-9e23-910818c5781d)) - (pad "2" smd rect locked (at 3.1877 0 270) (size 4.23926 3.81) (layers "F.Cu" "F.Paste" "F.Mask") + (pad "2" smd rect (at 3.1877 0 270) (size 4.23926 3.81) (layers "F.Cu" "F.Paste" "F.Mask") (net 143 "USB_PWR") (pintype "passive") (tstamp 51acaa4c-7c6f-41b3-b3f5-3682cb057583)) (model "${KIPRJMOD}/3d-models/fuse_smf.wrl" (offset (xyz 0 0 0)) @@ -33332,7 +39754,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp cc520fa7-5107-43c5-ada0-371478856a55) + (tstamp cc520fa7-5107-43c5-ada0-371478856a55) (at 67.4 113.2 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -33346,27 +39768,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/aec018ed-1b43-413a-9d8b-75c6685492e4") (attr smd) (fp_text reference "R85" (at 2.5 0.47 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp d0a45c0f-ac43-4950-84b1-f94ccd8fd309) ) (fp_text value "10k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 21a73aba-aca7-49d3-ab6e-2adc2570cbc1) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp f9d457ee-b3cd-4df8-88dd-85e75079d5e1) ) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer "F.SilkS") (width 0.12) (tstamp c67c8bc0-db8e-46ab-9f71-eb449167554e)) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp d4a1d365-ed13-4e7a-94e7-de94c19a565e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 19a7b61c-4785-426f-864b-7080d4e5d931)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 3873d952-2c3d-49a0-abec-ae9539bec60d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 577cc67e-471b-440f-a864-029a61e415b6)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp ef780780-f114-44d8-8c6e-9ab84bf313ee)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 57f9b2d5-75ef-4360-adb5-b4cd35ffeb41)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp a01c8ea5-e67c-43fb-ab90-a6bc0c48428d)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp dde71449-c090-4ad4-9044-9e975b83b1f2)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp f1d5baab-ee3f-4794-9fa2-8d6e9bb5da2e)) + (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4a1d365-ed13-4e7a-94e7-de94c19a565e)) + (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c67c8bc0-db8e-46ab-9f71-eb449167554e)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef780780-f114-44d8-8c6e-9ab84bf313ee)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 577cc67e-471b-440f-a864-029a61e415b6)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3873d952-2c3d-49a0-abec-ae9539bec60d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 19a7b61c-4785-426f-864b-7080d4e5d931)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dde71449-c090-4ad4-9044-9e975b83b1f2)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1d5baab-ee3f-4794-9fa2-8d6e9bb5da2e)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57f9b2d5-75ef-4360-adb5-b4cd35ffeb41)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a01c8ea5-e67c-43fb-ab90-a6bc0c48428d)) (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 96 "USBH_3V3") (pintype "passive") (tstamp 8a46656a-214b-426b-bbd5-5171515802b7)) (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33379,7 +39811,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp de50223e-6d59-46e4-9be2-f39ac3f321a6) + (tstamp de50223e-6d59-46e4-9be2-f39ac3f321a6) (at 87.09 95.89 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -33392,27 +39824,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/92bad24a-790e-4306-9a18-a51627143348") (attr smd) (fp_text reference "C43" (at 0.4 1.17 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cfb6f26c-0d31-4834-aabc-f886e7d62652) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4cbcdbbb-f0f6-4d66-83df-81d1bc4719de) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp e1af2abc-a323-49ef-bfce-7d379e82c9b9) ) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 2bc589bc-9d27-45e6-bc78-8cdc4afd14bb)) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp 9df1f72f-103b-4bee-a19f-252b527ac257)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0269c939-5115-4518-8185-2c1b9e7d6889)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 439dd0b3-9ab9-484d-b5bf-724b29043d77)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7d7e7d48-7437-47c8-88d0-d6a1c474aa6e)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp edf714cb-ac29-4298-8430-ea9e0e070d53)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3d8d39a9-5d3f-4699-b2b6-511f5bcc0b35)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 84628520-9902-4031-9593-884b1a08b747)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp c388b3d8-23f6-4aeb-a59c-44456f083335)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d7565e4f-79b8-41bd-a21e-7e1a40837974)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2bc589bc-9d27-45e6-bc78-8cdc4afd14bb)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9df1f72f-103b-4bee-a19f-252b527ac257)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 439dd0b3-9ab9-484d-b5bf-724b29043d77)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0269c939-5115-4518-8185-2c1b9e7d6889)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d7e7d48-7437-47c8-88d0-d6a1c474aa6e)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp edf714cb-ac29-4298-8430-ea9e0e070d53)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84628520-9902-4031-9593-884b1a08b747)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c388b3d8-23f6-4aeb-a59c-44456f083335)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d8d39a9-5d3f-4699-b2b6-511f5bcc0b35)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7565e4f-79b8-41bd-a21e-7e1a40837974)) (pad "1" smd roundrect (at -0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 96 "USBH_3V3") (pintype "passive") (tstamp c5f180dd-51af-4721-8b36-e279319b50d8)) (pad "2" smd roundrect (at 0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33425,7 +39867,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp e3501d7c-62db-44bc-8855-9a96cdf0c960) + (tstamp e3501d7c-62db-44bc-8855-9a96cdf0c960) (at 93.9 108.4) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -33439,27 +39881,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/0959eb15-441c-4771-8fb9-330fc40785e2") (attr smd) (fp_text reference "C92" (at -2.4 -0.03) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 52dbde72-2318-4af6-b9d8-e588e569615d) ) (fp_text value "10uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp a71c25af-ba42-452d-b2db-567e9c1898f5) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 06512690-1888-49dd-b1ec-f76a20de976d) ) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 40bd1a93-05fd-433a-816e-3f1953d3820d)) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp a8eb183b-b51e-426d-9a0c-f4afae9b0cd0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 51083a63-3e92-4b3c-bebe-50268028b310)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a9512f36-3378-4c26-aa13-7eaa0693001f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp d119e88b-8fea-437e-9193-031c9b4017b8)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp f432e5a8-0922-4879-9d37-6391dbd020f7)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6fa56389-586f-4972-acba-08886f47e32b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7f075dfb-d732-4e84-867d-3ce42c037fbb)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a01ac076-a61f-45a5-9e9a-1daaf88d251b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp d7b62b78-bc1b-4a56-9b95-437644a89912)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40bd1a93-05fd-433a-816e-3f1953d3820d)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8eb183b-b51e-426d-9a0c-f4afae9b0cd0)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9512f36-3378-4c26-aa13-7eaa0693001f)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51083a63-3e92-4b3c-bebe-50268028b310)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f432e5a8-0922-4879-9d37-6391dbd020f7)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d119e88b-8fea-437e-9193-031c9b4017b8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a01ac076-a61f-45a5-9e9a-1daaf88d251b)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fa56389-586f-4972-acba-08886f47e32b)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7b62b78-bc1b-4a56-9b95-437644a89912)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f075dfb-d732-4e84-867d-3ce42c037fbb)) (pad "1" smd roundrect (at -0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 94 "USBH_1V1") (pintype "passive") (tstamp 2540733c-056f-4eff-a43d-4c20b0c0895d)) (pad "2" smd roundrect (at 0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33472,7 +39924,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp f17dff81-eab3-4a12-a7db-39731a041bab) + (tstamp f17dff81-eab3-4a12-a7db-39731a041bab) (at 87.7 99.09 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -33486,27 +39938,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/64fabfa6-285d-4593-b47b-7e17f5c3028f") (attr smd) (fp_text reference "R59" (at 0 -1.23 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp f7217c03-c8a3-4102-bbb8-7388c6b3d76c) ) (fp_text value "9.09K 1%" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4367954b-0433-4d46-a8db-58605f805c60) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp ac0ff30e-08da-4d10-9815-8c2c4dc9e035) ) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp c50a0ba0-e731-4882-bc50-aa986f4cd90c)) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer "F.SilkS") (width 0.12) (tstamp f5ad9867-6041-4973-9bef-403adad89490)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 7a4b0757-6d3c-4085-819f-9d4df30b1d22)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d41e9e09-e269-49d9-b50a-5f12f5bd4907)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f1142296-2f57-4223-aee1-7117a6547366)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp fa29b92a-b686-4bb2-b2f3-2a198c143b2b)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 228215f1-8a0f-49d5-a4e4-ed6ae3534bf8)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 60a26426-220f-488c-b70d-4d4a49de3bf5)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 75dd4c19-75b6-4127-8b68-32827684fd25)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp e32dd540-0d9c-487d-afc4-7642aaab9c02)) + (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c50a0ba0-e731-4882-bc50-aa986f4cd90c)) + (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5ad9867-6041-4973-9bef-403adad89490)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d41e9e09-e269-49d9-b50a-5f12f5bd4907)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1142296-2f57-4223-aee1-7117a6547366)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa29b92a-b686-4bb2-b2f3-2a198c143b2b)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a4b0757-6d3c-4085-819f-9d4df30b1d22)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 228215f1-8a0f-49d5-a4e4-ed6ae3534bf8)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75dd4c19-75b6-4127-8b68-32827684fd25)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e32dd540-0d9c-487d-afc4-7642aaab9c02)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60a26426-220f-488c-b70d-4d4a49de3bf5)) (pad "1" smd roundrect (at -0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 163 "Net-(R59-Pad1)") (pintype "passive") (tstamp cbb0eac9-188e-415b-8142-64b906fc03fc)) (pad "2" smd roundrect (at 0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33519,7 +39981,7 @@ ) (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W" (layer "F.Cu") - (tedit 5EABE247) (tstamp f2b3bc19-9166-4702-88d1-8348bc53672c) + (tstamp f2b3bc19-9166-4702-88d1-8348bc53672c) (at 239.5 124 180) (descr "Nexperia CFP3 (SOD-123W), https://assets.nexperia.com/documents/outline-drawing/SOD123W.pdf") (tags "CFP3 SOD-123W") @@ -33532,34 +39994,51 @@ (path "/00000000-0000-0000-0000-00005cc81028/0373ed33-238e-4f15-b8c0-bce9202cd24d") (attr smd) (fp_text reference "D19" (at 0 1.6) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 97d100a5-7ec6-4f2b-b337-2347fd67eff9) ) (fp_text value "PMEG60T10ELR" (at 0 2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 4d4fcc2f-ae15-45fe-af9d-348591b58ac5) ) (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp e699b592-b5ca-47de-a337-edc6794c8d2a) ) - (fp_line (start -2.26 -0.95) (end -2.26 0.95) (layer "F.SilkS") (width 0.12) (tstamp 0fff823f-639c-4a18-88a0-3a4e5bf631ef)) - (fp_line (start -2.26 0.95) (end 1.4 0.95) (layer "F.SilkS") (width 0.12) (tstamp 382426ac-210e-4bd8-8028-dedab0175a52)) - (fp_line (start -2.26 -0.95) (end 1.4 -0.95) (layer "F.SilkS") (width 0.12) (tstamp 86f7b41b-a561-4791-b5ba-a46f5adc5fd4)) - (fp_line (start -2.25 -1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 613ee537-3cb6-446a-a7e3-b5d4b6a23b0a)) - (fp_line (start 2.25 1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 6bc24627-4f33-405b-ac8a-54db15f17b39)) - (fp_line (start 2.25 -1.1) (end 2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 90077e63-abb2-4f5c-826f-dcd1ea796554)) - (fp_line (start -2.25 -1.1) (end 2.25 -1.1) (layer "F.CrtYd") (width 0.05) (tstamp d6365123-fe6d-497c-91ac-88310290923f)) - (fp_line (start 1.3 0.85) (end -1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp 20913ca1-a75f-4660-aeff-3637482435ad)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp 2155b764-f7e5-4c61-be8e-67766caa1ec5)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 6672bc79-952e-44b9-9c97-b5d332084005)) - (fp_line (start 1.3 -0.85) (end 1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp 6e1b0a6d-fab9-4c60-9e72-46865a5219f1)) - (fp_line (start -0.35 -0.55) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp 6ef835c5-0290-4f46-aa5a-006e67e44e01)) - (fp_line (start 0.75 0) (end 0.25 0) (layer "F.Fab") (width 0.1) (tstamp 9b6a1c92-be91-471d-9263-2771dd22ce1b)) - (fp_line (start -1.3 -0.85) (end 1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp 9df093e0-98b9-4a27-a1d5-93cf6b428edb)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp a7b1119c-e770-4c47-aa70-863ca6756f4a)) - (fp_line (start -1.3 0.85) (end -1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp c46213ad-9634-4a1f-b713-5ecba3b7aff8)) - (fp_line (start -0.35 0) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp c5b60024-f930-46b0-a86e-895a31994911)) + (fp_line (start -2.26 -0.95) (end -2.26 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fff823f-639c-4a18-88a0-3a4e5bf631ef)) + (fp_line (start -2.26 -0.95) (end 1.4 -0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86f7b41b-a561-4791-b5ba-a46f5adc5fd4)) + (fp_line (start -2.26 0.95) (end 1.4 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 382426ac-210e-4bd8-8028-dedab0175a52)) + (fp_line (start -2.25 -1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 613ee537-3cb6-446a-a7e3-b5d4b6a23b0a)) + (fp_line (start -2.25 -1.1) (end 2.25 -1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6365123-fe6d-497c-91ac-88310290923f)) + (fp_line (start 2.25 -1.1) (end 2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90077e63-abb2-4f5c-826f-dcd1ea796554)) + (fp_line (start 2.25 1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6bc24627-4f33-405b-ac8a-54db15f17b39)) + (fp_line (start -1.3 -0.85) (end 1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9df093e0-98b9-4a27-a1d5-93cf6b428edb)) + (fp_line (start -1.3 0.85) (end -1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c46213ad-9634-4a1f-b713-5ecba3b7aff8)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6672bc79-952e-44b9-9c97-b5d332084005)) + (fp_line (start -0.35 -0.55) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ef835c5-0290-4f46-aa5a-006e67e44e01)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2155b764-f7e5-4c61-be8e-67766caa1ec5)) + (fp_line (start -0.35 0) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5b60024-f930-46b0-a86e-895a31994911)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7b1119c-e770-4c47-aa70-863ca6756f4a)) + (fp_line (start 0.75 0) (end 0.25 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b6a1c92-be91-471d-9263-2771dd22ce1b)) + (fp_line (start 1.3 -0.85) (end 1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e1b0a6d-fab9-4c60-9e72-46865a5219f1)) + (fp_line (start 1.3 0.85) (end -1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20913ca1-a75f-4660-aeff-3637482435ad)) (pad "1" smd rect (at -1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 103 "Net-(D19-Pad1)") (pinfunction "K") (pintype "passive") (tstamp b1f78dcb-1cd9-48b4-9201-c06b945d0287)) (pad "2" smd rect (at 1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") @@ -33577,7 +40056,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp f339dcf8-d785-4bd4-a130-875035154260) + (tstamp f339dcf8-d785-4bd4-a130-875035154260) (at 90.5 95.6 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -33591,27 +40070,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/8dcd9e54-2f2c-4a01-801b-e867d422404d") (attr smd) (fp_text reference "R61" (at 0 1.17) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4c2be3e5-e9bb-4dbf-a6ae-5241cd0067fa) ) (fp_text value "1M" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 361ca380-21e2-41f4-bfae-1564bd7abf24) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp d1ded77a-ca10-49f3-8d71-fcab3a1745cb) ) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer "F.SilkS") (width 0.12) (tstamp 1f0d693c-1a7f-42cc-b21d-daf764232744)) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp 2859257c-a542-4317-8214-7cd40f438e2b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0e822fa2-bdc6-44fd-b0a9-dcb959c3f565)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1486db06-cbcb-458b-b31f-d7573e222242)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp adcc4300-b275-4ec4-aee6-20e005d2a462)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ca7b9a91-1c56-49d4-bc33-dfd0b56575b6)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 2bc791d5-73b7-4f2b-8089-83409a20b3b2)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp e5ecf0be-4b43-4c90-a43e-0b20a4d62e88)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp e7cd49d4-0ab8-4665-a6fe-33888a71fc18)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp fb4b8cba-b780-45b2-b892-b3d9fd0fbf37)) + (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2859257c-a542-4317-8214-7cd40f438e2b)) + (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f0d693c-1a7f-42cc-b21d-daf764232744)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1486db06-cbcb-458b-b31f-d7573e222242)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e822fa2-bdc6-44fd-b0a9-dcb959c3f565)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp adcc4300-b275-4ec4-aee6-20e005d2a462)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca7b9a91-1c56-49d4-bc33-dfd0b56575b6)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7cd49d4-0ab8-4665-a6fe-33888a71fc18)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5ecf0be-4b43-4c90-a43e-0b20a4d62e88)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb4b8cba-b780-45b2-b892-b3d9fd0fbf37)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2bc791d5-73b7-4f2b-8089-83409a20b3b2)) (pad "1" smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 93 "Net-(C8-Pad1)") (pintype "passive") (tstamp bd0388ab-0619-454a-abf0-6ee5680ec7c7)) (pad "2" smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33624,7 +40113,7 @@ ) (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W" (layer "F.Cu") - (tedit 5EABE247) (tstamp f3adb4e2-8ab1-4ea2-a604-49f1514e6e69) + (tstamp f3adb4e2-8ab1-4ea2-a604-49f1514e6e69) (at 279.2 124 180) (descr "Nexperia CFP3 (SOD-123W), https://assets.nexperia.com/documents/outline-drawing/SOD123W.pdf") (tags "CFP3 SOD-123W") @@ -33637,34 +40126,51 @@ (path "/00000000-0000-0000-0000-00005cc81028/22cabd4d-6287-4cc5-9d62-96fb9cc534ff") (attr smd) (fp_text reference "D28" (at 0 1.5) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 11ebf28d-5852-4a96-a297-d8c293ee72ee) ) (fp_text value "PMEG60T10ELR" (at 0 2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 79af1e22-4793-4576-bc90-2bf7e3a4a7e5) ) (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp b678ebf1-fee5-47ff-906e-8d30ac92b2c9) ) - (fp_line (start -2.26 0.95) (end 1.4 0.95) (layer "F.SilkS") (width 0.12) (tstamp 031b047f-0247-44f3-8b0d-7fbed9326636)) - (fp_line (start -2.26 -0.95) (end 1.4 -0.95) (layer "F.SilkS") (width 0.12) (tstamp 0fde653e-c6a9-4a68-bd09-eea9fef28205)) - (fp_line (start -2.26 -0.95) (end -2.26 0.95) (layer "F.SilkS") (width 0.12) (tstamp 63bb11d3-336c-4119-b12d-d98099f03207)) - (fp_line (start 2.25 -1.1) (end 2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 15f000c2-d730-425e-ac28-4c418f1ebb87)) - (fp_line (start -2.25 -1.1) (end 2.25 -1.1) (layer "F.CrtYd") (width 0.05) (tstamp 1a81d8d2-b511-4cc1-b9d4-579b3d5bf982)) - (fp_line (start -2.25 -1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp b5e63399-bed5-414c-805f-20b6d98fe356)) - (fp_line (start 2.25 1.1) (end -2.25 1.1) (layer "F.CrtYd") (width 0.05) (tstamp fe43baf2-3d49-4015-a9a7-9f84ed8dc769)) - (fp_line (start 0.75 0) (end 0.25 0) (layer "F.Fab") (width 0.1) (tstamp 002e5851-bde0-4e2c-80b3-25937cbf5876)) - (fp_line (start 1.3 -0.85) (end 1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp 1418a7f4-2fb4-4147-9793-7f0389baa348)) - (fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 1a2a993e-c273-46f4-81a8-b2a6f9469da3)) - (fp_line (start -1.3 0.85) (end -1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp 256ad504-a1b9-42d0-9ea2-15542da099f4)) - (fp_line (start -1.3 -0.85) (end 1.3 -0.85) (layer "F.Fab") (width 0.1) (tstamp 8b482e31-1021-45be-91ed-5912c1585532)) - (fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp aaa5084e-db88-482b-a919-d3cb6121ecb1)) - (fp_line (start 1.3 0.85) (end -1.3 0.85) (layer "F.Fab") (width 0.1) (tstamp cd6ec5af-b30c-433f-b2f1-6b6e989bacf0)) - (fp_line (start -0.35 0) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp d69fe205-6805-4a45-804d-f885b24176bd)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp e1691133-0634-41b3-b2b8-d002925e2299)) - (fp_line (start -0.35 -0.55) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp f14d929d-fc8e-490a-a6ae-b58458cc7a48)) + (fp_line (start -2.26 -0.95) (end -2.26 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63bb11d3-336c-4119-b12d-d98099f03207)) + (fp_line (start -2.26 -0.95) (end 1.4 -0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fde653e-c6a9-4a68-bd09-eea9fef28205)) + (fp_line (start -2.26 0.95) (end 1.4 0.95) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 031b047f-0247-44f3-8b0d-7fbed9326636)) + (fp_line (start -2.25 -1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b5e63399-bed5-414c-805f-20b6d98fe356)) + (fp_line (start -2.25 -1.1) (end 2.25 -1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a81d8d2-b511-4cc1-b9d4-579b3d5bf982)) + (fp_line (start 2.25 -1.1) (end 2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 15f000c2-d730-425e-ac28-4c418f1ebb87)) + (fp_line (start 2.25 1.1) (end -2.25 1.1) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe43baf2-3d49-4015-a9a7-9f84ed8dc769)) + (fp_line (start -1.3 -0.85) (end 1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b482e31-1021-45be-91ed-5912c1585532)) + (fp_line (start -1.3 0.85) (end -1.3 -0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 256ad504-a1b9-42d0-9ea2-15542da099f4)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a2a993e-c273-46f4-81a8-b2a6f9469da3)) + (fp_line (start -0.35 -0.55) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f14d929d-fc8e-490a-a6ae-b58458cc7a48)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aaa5084e-db88-482b-a919-d3cb6121ecb1)) + (fp_line (start -0.35 0) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d69fe205-6805-4a45-804d-f885b24176bd)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1691133-0634-41b3-b2b8-d002925e2299)) + (fp_line (start 0.75 0) (end 0.25 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 002e5851-bde0-4e2c-80b3-25937cbf5876)) + (fp_line (start 1.3 -0.85) (end 1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1418a7f4-2fb4-4147-9793-7f0389baa348)) + (fp_line (start 1.3 0.85) (end -1.3 0.85) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd6ec5af-b30c-433f-b2f1-6b6e989bacf0)) (pad "1" smd rect (at -1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (net 108 "Net-(D28-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 71a4a082-a741-490e-9da0-650c61223f97)) (pad "2" smd rect (at 1.4 0 180) (size 1.2 1.2) (layers "F.Cu" "F.Paste" "F.Mask") @@ -33682,7 +40188,7 @@ ) (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp f61b683b-f4b4-4e4f-9ee5-ec6ec08358df) + (tstamp f61b683b-f4b4-4e4f-9ee5-ec6ec08358df) (at 74.8 97.5 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") @@ -33695,27 +40201,37 @@ (path "/00000000-0000-0000-0000-00005d06a2fd/e418724b-8a3e-4b2a-acfd-3a33c3878586") (attr smd) (fp_text reference "C20" (at 2.5 0.07 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp 4f50ef5a-c33b-46e9-957e-9f0d77ef2d85) ) (fp_text value "0.1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 25908be1-d7d1-4c8a-b890-d56610ac48a9) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 4d7445d2-139b-4651-9a4e-7117235053e2) ) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer "F.SilkS") (width 0.12) (tstamp 3ecfac4d-f90c-42e7-b9f8-1e5818dfe2b1)) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 4fdfe4b8-59b2-4c5d-b5ad-60e9f2b36326)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 08c36fe6-facf-4997-99fb-6489caa00765)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4602dbd1-7c4a-4d7c-a67c-8bfd37926aae)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6cd8c22d-4528-4758-abc6-339e69d4f00d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 81f4b72d-74bd-4f81-8236-4f5f2d4d9f90)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 552289aa-bdb6-462c-b141-8572880e4b9b)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 622a8747-b252-4ff0-9516-543256102eb7)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a351080f-4a25-4460-97d2-04af3ed5efb2)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e782cf61-7b5b-489d-b967-a7858f292323)) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fdfe4b8-59b2-4c5d-b5ad-60e9f2b36326)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ecfac4d-f90c-42e7-b9f8-1e5818dfe2b1)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4602dbd1-7c4a-4d7c-a67c-8bfd37926aae)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81f4b72d-74bd-4f81-8236-4f5f2d4d9f90)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cd8c22d-4528-4758-abc6-339e69d4f00d)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08c36fe6-facf-4997-99fb-6489caa00765)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a351080f-4a25-4460-97d2-04af3ed5efb2)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 622a8747-b252-4ff0-9516-543256102eb7)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 552289aa-bdb6-462c-b141-8572880e4b9b)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e782cf61-7b5b-489d-b967-a7858f292323)) (pad "1" smd roundrect (at -0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 96 "USBH_3V3") (pintype "passive") (tstamp 8a9d1db9-49db-4205-81b0-fdf6c95c5987)) (pad "2" smd roundrect (at 0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33728,7 +40244,7 @@ ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tedit 5F68FEEE) (tstamp f77c3759-9485-4efb-a3a6-cb688e7e94a6) + (tstamp f77c3759-9485-4efb-a3a6-cb688e7e94a6) (at 239.7 81.6 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") @@ -33741,27 +40257,37 @@ (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/772ef6b0-2262-414a-8f44-3260f522cc51") (attr smd) (fp_text reference "R57" (at -2.5 -0.03 90) (layer "F.SilkS") - (effects (font (size 0.75 0.75) (thickness 0.15))) + (effects (font (size 0.75 0.75) (thickness 0.15))) (tstamp cef9b960-a09d-4129-b919-63dadf3ec736) ) (fp_text value "51k" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (size 1 1) (thickness 0.15))) (tstamp 0ccad103-4227-486a-b178-806a84cab663) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) + (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 6d68ba66-9fd0-4592-8468-215a660871be) ) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp 3cfc1697-d06a-4095-aa9d-c9af59ae3701)) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer "F.SilkS") (width 0.12) (tstamp 8145b66a-e11a-4dd3-88e8-85f94ea8bbf4)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0f18f3ec-4e7c-4ddf-87ed-27d28d3a401f)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 50c14f99-61b8-4f5a-98d0-5f0272b0658a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp a60ba68c-47ab-434e-b93f-2491ac02adf2)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c565b6e8-9edd-4fb6-8c0d-f3cd840d10d4)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 05bb820f-8091-49e0-a32b-4d2e4cf9be0b)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 44936319-ac67-4b1f-b0e4-cab0b22b82ed)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp b0d4dc13-d601-4b92-ba4e-22e39e85e779)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp d5e6ff9e-daf6-4074-878b-da1e2bc3fc62)) + (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3cfc1697-d06a-4095-aa9d-c9af59ae3701)) + (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8145b66a-e11a-4dd3-88e8-85f94ea8bbf4)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a60ba68c-47ab-434e-b93f-2491ac02adf2)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50c14f99-61b8-4f5a-98d0-5f0272b0658a)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c565b6e8-9edd-4fb6-8c0d-f3cd840d10d4)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f18f3ec-4e7c-4ddf-87ed-27d28d3a401f)) + (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05bb820f-8091-49e0-a32b-4d2e4cf9be0b)) + (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5e6ff9e-daf6-4074-878b-da1e2bc3fc62)) + (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44936319-ac67-4b1f-b0e4-cab0b22b82ed)) + (fp_line (start 0.8 0.4125) (end -0.8 0.4125) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b0d4dc13-d601-4b92-ba4e-22e39e85e779)) (pad "1" smd roundrect (at -0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 13 "GND") (pintype "passive") (tstamp 92b874d9-e9d1-4dff-bf42-c5f5bf238685)) (pad "2" smd roundrect (at 0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) @@ -33773,42 +40299,78 @@ ) ) - (gr_line (start 283.1 75.6) (end 283.8 76.3) (layer "F.SilkS") (width 0.12) (tstamp 00dfefd0-a32b-47dd-bbef-f2533375002e)) - (gr_line (start 280.3 79.15) (end 280.3 83) (layer "F.SilkS") (width 0.12) (tstamp 1203cbee-8629-40a8-998a-dd6173bcf295)) - (gr_line (start 293.1 80.6) (end 293.1 80.4) (layer "F.SilkS") (width 0.12) (tstamp 16f6125c-f553-4a6b-867d-f13644b6f713)) - (gr_line (start 289.8 92.3) (end 289.8 92) (layer "F.SilkS") (width 0.12) (tstamp 24adec56-d849-4287-b22b-5b1b12c5b904)) - (gr_line (start 288.2 88.7) (end 289 88.7) (layer "F.SilkS") (width 0.12) (tstamp 54ac7f3b-e14d-4df4-a2eb-71b3ef37251b)) - (gr_line (start 291.1 90.5) (end 289.8 90.5) (layer "F.SilkS") (width 0.12) (tstamp 5c662606-2ac8-43a4-b132-2ff32e03f819)) - (gr_line (start 288 97.2) (end 287.8 97.2) (layer "F.SilkS") (width 0.12) (tstamp 63172f05-843a-4639-9c10-8e8da82a173d)) - (gr_line (start 283.8 79.6) (end 284.1 79.6) (layer "F.SilkS") (width 0.12) (tstamp 69273c4e-45d7-461c-bcf3-5a6ed2853280)) - (gr_line (start 293.1 82.5) (end 293.1 82.2) (layer "F.SilkS") (width 0.12) (tstamp 6af69fbf-eed7-4850-9331-99bcc5ea6393)) - (gr_line (start 294.8 82.5) (end 293.1 82.5) (layer "F.SilkS") (width 0.12) (tstamp 7ce13689-cc9a-4c3d-a2ff-efeff6a411d6)) - (gr_line (start 287.8 97.2) (end 287.8 96.1) (layer "F.SilkS") (width 0.12) (tstamp a3c44f7b-87b1-47f7-863b-368d45760018)) - (gr_line (start 280.3 83) (end 279.95 83) (layer "F.SilkS") (width 0.12) (tstamp b9a5d25b-3125-4ed2-a845-951e14312687)) - (gr_line (start 288.2 92.3) (end 289.8 92.3) (layer "F.SilkS") (width 0.12) (tstamp c026dba1-c3aa-41f2-8891-76f40503bef2)) - (gr_line (start 280.3 79.15) (end 280.15 79.15) (layer "F.SilkS") (width 0.12) (tstamp c50d5cb2-b455-4294-b1cd-5287ece04661)) - (gr_line (start 289 88.7) (end 289 88.4) (layer "F.SilkS") (width 0.12) (tstamp c735a44e-e0bd-4e0e-bd71-fa4b7016c36e)) - (gr_line (start 289.8 90.5) (end 289.8 90.3) (layer "F.SilkS") (width 0.12) (tstamp ca3a2d56-966c-482c-b7c1-10087ccc7cd3)) - (gr_line (start 283.8 76.3) (end 283.8 79.6) (layer "F.SilkS") (width 0.12) (tstamp db851113-91c5-423d-93bf-d8444c51f213)) - (gr_line (start 291.7 80.6) (end 293.1 80.6) (layer "F.SilkS") (width 0.12) (tstamp e27a6584-4a48-4b00-bc23-cde03696bdd4)) - (gr_line (start 289 75.3) (end 289 78.9) (layer "F.SilkS") (width 0.12) (tstamp f5b69b18-91b2-4605-9836-9e4eb4f50bfd)) - (gr_line (start 216.1 121.6) (end 162.7 121.6) (layer "Dwgs.User") (width 0.15) (tstamp 00000000-0000-0000-0000-00005fac1dcb)) - (gr_line (start 38.7 104.45) (end 53.05 104.45) (layer "Dwgs.User") (width 0.15) (tstamp 0b480d00-4a7a-4b39-9168-f3dcf7f35e13)) - (gr_line (start 53.1 113.05) (end 53.1 113.1) (layer "Dwgs.User") (width 0.15) (tstamp 0f8cf72e-c1db-4d27-a209-99115686fb71)) - (gr_line (start 38.7 126.95) (end 53.05 126.95) (layer "Dwgs.User") (width 0.15) (tstamp 33bd62ba-8791-4c86-8025-50b533177ecf)) - (gr_line (start 38.7 81.95) (end 53.05 81.95) (layer "Dwgs.User") (width 0.15) (tstamp 84b28240-7883-461c-a8a1-3272473e04bd)) - (gr_line (start 216.1 121.6) (end 216.1 36) (layer "Dwgs.User") (width 0.15) (tstamp b798c1b4-d052-4330-a239-befbf846c6da)) - (gr_line (start 38.7 113.05) (end 53.1 113.05) (layer "Dwgs.User") (width 0.15) (tstamp c3720e28-d92f-43d2-83c8-d4e28e3b46b7)) - (gr_line (start 38.7 90.55) (end 53.05 90.55) (layer "Dwgs.User") (width 0.15) (tstamp cc10216e-ff4b-4d4b-bea4-b169260c1abb)) - (gr_line (start 38.7 68.05) (end 53.05 68.05) (layer "Dwgs.User") (width 0.15) (tstamp ea49f8ed-f450-4eb7-99c2-5695490b0ea9)) - (gr_line (start 40.5 40) (end 314.5 40) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-00005cc9df40)) - (gr_line (start 40.5 40) (end 39.5 41) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-00005d13d364)) - (gr_line (start 315 133.5) (end 40 133.5) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-00005d1d07b8)) - (gr_line (start 39.5 133) (end 39.5 41) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-00005d1dda4f)) - (gr_line (start 40 133.5) (end 39.5 133) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-00005d1deccd)) - (gr_line (start 315.5 133) (end 315 133.5) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-00005d1df646)) - (gr_line (start 314.5 40) (end 315.5 41) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-00005d1ec513)) - (gr_line (start 315.5 41) (end 315.5 133) (layer "Edge.Cuts") (width 0.05) (tstamp 5e388222-6a43-44a0-af4f-45a78d178d89)) + (gr_line (start 283.1 75.6) (end 283.8 76.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00dfefd0-a32b-47dd-bbef-f2533375002e)) + (gr_line (start 280.3 79.15) (end 280.3 83) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1203cbee-8629-40a8-998a-dd6173bcf295)) + (gr_line (start 293.1 80.6) (end 293.1 80.4) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16f6125c-f553-4a6b-867d-f13644b6f713)) + (gr_line (start 289.8 92.3) (end 289.8 92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24adec56-d849-4287-b22b-5b1b12c5b904)) + (gr_line (start 288.2 88.7) (end 289 88.7) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54ac7f3b-e14d-4df4-a2eb-71b3ef37251b)) + (gr_line (start 291.1 90.5) (end 289.8 90.5) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c662606-2ac8-43a4-b132-2ff32e03f819)) + (gr_line (start 288 97.2) (end 287.8 97.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63172f05-843a-4639-9c10-8e8da82a173d)) + (gr_line (start 283.8 79.6) (end 284.1 79.6) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69273c4e-45d7-461c-bcf3-5a6ed2853280)) + (gr_line (start 293.1 82.5) (end 293.1 82.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6af69fbf-eed7-4850-9331-99bcc5ea6393)) + (gr_line (start 294.8 82.5) (end 293.1 82.5) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ce13689-cc9a-4c3d-a2ff-efeff6a411d6)) + (gr_line (start 287.8 97.2) (end 287.8 96.1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3c44f7b-87b1-47f7-863b-368d45760018)) + (gr_line (start 280.3 83) (end 279.95 83) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9a5d25b-3125-4ed2-a845-951e14312687)) + (gr_line (start 288.2 92.3) (end 289.8 92.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c026dba1-c3aa-41f2-8891-76f40503bef2)) + (gr_line (start 280.3 79.15) (end 280.15 79.15) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c50d5cb2-b455-4294-b1cd-5287ece04661)) + (gr_line (start 289 88.7) (end 289 88.4) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c735a44e-e0bd-4e0e-bd71-fa4b7016c36e)) + (gr_line (start 289.8 90.5) (end 289.8 90.3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca3a2d56-966c-482c-b7c1-10087ccc7cd3)) + (gr_line (start 283.8 76.3) (end 283.8 79.6) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db851113-91c5-423d-93bf-d8444c51f213)) + (gr_line (start 291.7 80.6) (end 293.1 80.6) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e27a6584-4a48-4b00-bc23-cde03696bdd4)) + (gr_line (start 289 75.3) (end 289 78.9) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5b69b18-91b2-4605-9836-9e4eb4f50bfd)) + (gr_line (start 216.1 121.6) (end 162.7 121.6) + (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005fac1dcb)) + (gr_line (start 38.7 104.45) (end 53.05 104.45) + (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 0b480d00-4a7a-4b39-9168-f3dcf7f35e13)) + (gr_line (start 53.1 113.05) (end 53.1 113.1) + (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 0f8cf72e-c1db-4d27-a209-99115686fb71)) + (gr_line (start 38.7 126.95) (end 53.05 126.95) + (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 33bd62ba-8791-4c86-8025-50b533177ecf)) + (gr_line (start 38.7 81.95) (end 53.05 81.95) + (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 84b28240-7883-461c-a8a1-3272473e04bd)) + (gr_line (start 216.1 121.6) (end 216.1 36) + (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp b798c1b4-d052-4330-a239-befbf846c6da)) + (gr_line (start 38.7 113.05) (end 53.1 113.05) + (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp c3720e28-d92f-43d2-83c8-d4e28e3b46b7)) + (gr_line (start 38.7 90.55) (end 53.05 90.55) + (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp cc10216e-ff4b-4d4b-bea4-b169260c1abb)) + (gr_line (start 38.7 68.05) (end 53.05 68.05) + (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp ea49f8ed-f450-4eb7-99c2-5695490b0ea9)) + (gr_line (start 40.5 40) (end 314.5 40) + (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005cc9df40)) + (gr_line (start 40.5 40) (end 39.5 41) + (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d13d364)) + (gr_line (start 315 133.5) (end 40 133.5) + (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d1d07b8)) + (gr_line (start 39.5 133) (end 39.5 41) + (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d1dda4f)) + (gr_line (start 40 133.5) (end 39.5 133) + (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d1deccd)) + (gr_line (start 315.5 133) (end 315 133.5) + (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d1df646)) + (gr_line (start 314.5 40) (end 315.5 41) + (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d1ec513)) + (gr_line (start 315.5 41) (end 315.5 133) + (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 5e388222-6a43-44a0-af4f-45a78d178d89)) (gr_text "SPEAKERS" (at 294.1 46.45) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005d8b568a) (effects (font (size 1 1) (thickness 0.15) italic)) ) @@ -33878,7 +40440,7 @@ (gr_text "3.9600 mm" (at 34.65 41.97 90) (layer "Dwgs.User") (tstamp 0d18c48b-9399-4ac2-a0c8-0a41a7444a15) (effects (font (size 1 1) (thickness 0.15))) ) - (format (units 2) (units_format 1) (precision 4)) + (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) (style (thickness 0.12) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) ) (dimension (type aligned) (layer "Dwgs.User") (tstamp 60e8f020-0fbd-4787-8189-260ae26e32a3) @@ -33887,7 +40449,7 @@ (gr_text "95.0000 mm" (at 330.35 87.5 90) (layer "Dwgs.User") (tstamp 60e8f020-0fbd-4787-8189-260ae26e32a3) (effects (font (size 1 1) (thickness 0.15))) ) - (format (units 2) (units_format 1) (precision 4)) + (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) (style (thickness 0.12) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) ) (dimension (type aligned) (layer "Dwgs.User") (tstamp 6c387716-5afa-42b8-add6-9577c47e60e9) @@ -33896,7 +40458,7 @@ (gr_text "2.5400 mm" (at 314.198 33.648) (layer "Dwgs.User") (tstamp 6c387716-5afa-42b8-add6-9577c47e60e9) (effects (font (size 1 1) (thickness 0.15))) ) - (format (units 2) (units_format 1) (precision 4)) + (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) (style (thickness 0.12) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) ) (dimension (type aligned) (layer "Dwgs.User") (tstamp 7e8f8070-1bcf-4eb4-84d0-7f160a59960b) @@ -33905,7 +40467,7 @@ (gr_text "62.0000 mm" (at 192 17.85) (layer "Dwgs.User") (tstamp 7e8f8070-1bcf-4eb4-84d0-7f160a59960b) (effects (font (size 1 1) (thickness 0.15))) ) - (format (units 2) (units_format 1) (precision 4)) + (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) ) (dimension (type aligned) (layer "Dwgs.User") (tstamp 87a74f57-f1aa-420e-a248-ba0c1bd66fe4) @@ -33914,7 +40476,7 @@ (gr_text "3.0200 mm" (at 36.21 131.99 90) (layer "Dwgs.User") (tstamp 87a74f57-f1aa-420e-a248-ba0c1bd66fe4) (effects (font (size 1 1) (thickness 0.15))) ) - (format (units 2) (units_format 1) (precision 4)) + (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) (style (thickness 0.12) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) ) (dimension (type aligned) (layer "Dwgs.User") (tstamp ad1f3d37-cd87-493b-af55-bd1f5b67ba6b) @@ -33923,7 +40485,7 @@ (gr_text "276.0000 mm" (at 177.5 23.45) (layer "Dwgs.User") (tstamp ad1f3d37-cd87-493b-af55-bd1f5b67ba6b) (effects (font (size 1 1) (thickness 0.15))) ) - (format (units 3) (units_format 1) (precision 4)) + (format (prefix "") (suffix "") (units 3) (units_format 1) (precision 4)) (style (thickness 0.1) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0.5) keep_text_aligned) ) (dimension (type aligned) (layer "Dwgs.User") (tstamp d88cf291-51a6-4972-bcb9-3910589e007f) @@ -33932,7 +40494,7 @@ (gr_text "2.5400 mm" (at 40.78 35.86) (layer "Dwgs.User") (tstamp d88cf291-51a6-4972-bcb9-3910589e007f) (effects (font (size 1 1) (thickness 0.15))) ) - (format (units 2) (units_format 1) (precision 4)) + (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) (style (thickness 0.12) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) ) diff --git a/reform2-motherboard25-pcb/reform2-motherboard25.kicad_prl b/reform2-motherboard25-pcb/reform2-motherboard25.kicad_prl @@ -3,10 +3,12 @@ "active_layer": 0, "active_layer_preset": "", "auto_track_width": true, + "hidden_netclasses": [], "hidden_nets": [], "high_contrast_mode": 0, "net_color_mode": 1, "opacity": { + "images": 0.6, "pads": 1.0, "tracks": 1.0, "vias": 1.0, diff --git a/reform2-motherboard25-pcb/reform2-motherboard25.kicad_pro b/reform2-motherboard25-pcb/reform2-motherboard25.kicad_pro @@ -1,5 +1,6 @@ { "board": { + "3dviewports": [], "design_settings": { "defaults": { "board_outline_line_width": 0.049999999999999996, @@ -131,7 +132,8 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, - "layer_presets": [] + "layer_presets": [], + "viewports": [] }, "boards": [], "cvpcb": { @@ -315,18 +317,23 @@ "rule_severities": { "bus_definition_conflict": "error", "bus_entry_needed": "error", - "bus_label_syntax": "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", @@ -336,6 +343,7 @@ "pin_to_pin": "warning", "power_pin_not_driven": "error", "similar_labels": "warning", + "simulation_model_issue": "ignore", "unannotated": "error", "unit_value_mismatch": "error", "unresolved_variable": "error", @@ -353,7 +361,7 @@ "net_settings": { "classes": [ { - "bus_width": 12.0, + "bus_width": 12, "clearance": 0.2, "diff_pair_gap": 0.25, "diff_pair_via_gap": 0.25, @@ -367,10 +375,10 @@ "track_width": 0.25, "via_diameter": 0.8, "via_drill": 0.4, - "wire_width": 6.0 + "wire_width": 6 }, { - "bus_width": 12.0, + "bus_width": 12, "clearance": 0.5, "diff_pair_gap": 0.25, "diff_pair_via_gap": 0.25, @@ -379,19 +387,20 @@ "microvia_diameter": 0.3, "microvia_drill": 0.1, "name": "BIGPWR", - "nets": [], "pcb_color": "rgba(0, 0, 0, 0.000)", "schematic_color": "rgba(0, 0, 0, 0.000)", "track_width": 0.5, "via_diameter": 1.0, "via_drill": 0.6, - "wire_width": 6.0 + "wire_width": 6 } ], "meta": { - "version": 2 + "version": 3 }, - "net_colors": null + "net_colors": null, + "netclass_assignments": null, + "netclass_patterns": [] }, "pcbnew": { "last_paths": { @@ -407,6 +416,8 @@ "schematic": { "annotate_start_num": 0, "drawing": { + "dashed_lines_dash_length_ratio": 12.0, + "dashed_lines_gap_length_ratio": 3.0, "default_line_thickness": 6.0, "default_text_size": 50.0, "field_names": [], @@ -438,7 +449,11 @@ "page_layout_descr_file": "", "plot_directory": "../reform2-schematics-pdf/", "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_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 }, diff --git a/reform2-motherboard25-pcb/reform2-motherboard25.kicad_sch b/reform2-motherboard25-pcb/reform2-motherboard25.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid e9453d00-b0ec-4934-833c-fdfec7ecf0f0) @@ -16,25 +16,25 @@ (lib_symbols (symbol "Connector:Conn_01x03_Male" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 0 5.08 0) + (property "Reference" "J" (at 0 5.08 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Conn_01x03_Male" (id 1) (at 0 -5.08 0) + (property "Value" "Conn_01x03_Male" (at 0 -5.08 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (property "ki_description" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Conn_01x03_Male_1_1" @@ -43,7 +43,7 @@ (xy 1.27 -2.54) (xy 0.8636 -2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -51,7 +51,7 @@ (xy 1.27 0) (xy 0.8636 0) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -59,19 +59,19 @@ (xy 1.27 2.54) (xy 0.8636 2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (pin passive line (at 5.08 2.54 180) (length 3.81) @@ -89,64 +89,64 @@ ) ) (symbol "Connector:Conn_ARM_JTAG_SWD_10" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at -2.54 16.51 0) + (property "Reference" "J" (at -2.54 16.51 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "Conn_ARM_JTAG_SWD_10" (id 1) (at -2.54 13.97 0) + (property "Value" "Conn_ARM_JTAG_SWD_10" (at -2.54 13.97 0) (effects (font (size 1.27 1.27)) (justify right bottom)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://infocenter.arm.com/help/topic/com.arm.doc.ddi0314h/DDI0314H_coresight_components_trm.pdf" (id 3) (at -8.89 -31.75 90) + (property "Datasheet" "http://infocenter.arm.com/help/topic/com.arm.doc.ddi0314h/DDI0314H_coresight_components_trm.pdf" (at -8.89 -31.75 90) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "Cortex Debug Connector ARM SWD JTAG" (id 4) (at 0 0 0) + (property "ki_keywords" "Cortex Debug Connector ARM SWD JTAG" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Cortex Debug Connector, standard ARM Cortex-M SWD and JTAG interface" (id 5) (at 0 0 0) + (property "ki_description" "Cortex Debug Connector, standard ARM Cortex-M SWD and JTAG interface" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "PinHeader?2x05?P1.27mm*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "PinHeader?2x05?P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Conn_ARM_JTAG_SWD_10_0_1" (rectangle (start -10.16 12.7) (end 10.16 -12.7) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) (rectangle (start -2.794 -12.7) (end -2.286 -11.684) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start -0.254 -12.7) (end 0.254 -11.684) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start -0.254 12.7) (end 0.254 11.684) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 9.144 2.286) (end 10.16 2.794) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -2.794) (end 9.144 -2.286) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -0.254) (end 9.144 0.254) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 7.874) (end 9.144 7.366) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) (symbol "Conn_ARM_JTAG_SWD_10_1_1" (rectangle (start 9.144 -5.334) (end 10.16 -4.826) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (pin power_in line (at 0 15.24 270) (length 2.54) @@ -192,30 +192,30 @@ ) ) (symbol "Connector:TestPoint" (pin_numbers hide) (pin_names (offset 0.762) hide) (in_bom yes) (on_board yes) - (property "Reference" "TP" (id 0) (at 0 6.858 0) + (property "Reference" "TP" (at 0 6.858 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "TestPoint" (id 1) (at 0 5.08 0) + (property "Value" "TestPoint" (at 0 5.08 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 5.08 0 0) + (property "Footprint" "" (at 5.08 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 5.08 0 0) + (property "Datasheet" "~" (at 5.08 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "test point tp" (id 4) (at 0 0 0) + (property "ki_keywords" "test point tp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "test point" (id 5) (at 0 0 0) + (property "ki_description" "test point" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Pin* Test*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Pin* Test*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "TestPoint_0_1" (circle (center 0 3.302) (radius 0.762) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -227,162 +227,162 @@ ) ) (symbol "Connector_Generic:Conn_01x33" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 0 43.18 0) + (property "Reference" "J" (at 0 43.18 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Conn_01x33" (id 1) (at 0 -43.18 0) + (property "Value" "Conn_01x33" (at 0 -43.18 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Generic connector, single row, 01x33, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (property "ki_description" "Generic connector, single row, 01x33, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Conn_01x33_1_1" (rectangle (start -1.27 -40.513) (end 0 -40.767) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 -37.973) (end 0 -38.227) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 -35.433) (end 0 -35.687) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 -32.893) (end 0 -33.147) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 -30.353) (end 0 -30.607) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 -27.813) (end 0 -28.067) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 -25.273) (end 0 -25.527) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 -22.733) (end 0 -22.987) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 -20.193) (end 0 -20.447) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 -17.653) (end 0 -17.907) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 -15.113) (end 0 -15.367) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 -12.573) (end 0 -12.827) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 12.827) (end 0 12.573) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 15.367) (end 0 15.113) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 17.907) (end 0 17.653) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 20.447) (end 0 20.193) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 22.987) (end 0 22.733) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 25.527) (end 0 25.273) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 28.067) (end 0 27.813) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 30.607) (end 0 30.353) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 33.147) (end 0 32.893) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 35.687) (end 0 35.433) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 38.227) (end 0 37.973) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 40.767) (end 0 40.513) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 41.91) (end 1.27 -41.91) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) (pin passive line (at -5.08 40.64 0) (length 3.81) @@ -520,30 +520,30 @@ ) ) (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (property "Reference" "R" (at 0.762 0.508 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "R_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Resistor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_Small_0_1" (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -559,59 +559,59 @@ ) ) (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "H" (id 0) (at 0 5.08 0) + (property "Reference" "H" (at 0 5.08 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "MountingHole" (id 1) (at 0 3.175 0) + (property "Value" "MountingHole" (at 0 3.175 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "mounting hole" (id 4) (at 0 0 0) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Mounting Hole without connection" (id 5) (at 0 0 0) + (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "MountingHole*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "MountingHole_0_1" (circle (center 0 0) (radius 1.27) - (stroke (width 1.27) (type default) (color 0 0 0 0)) + (stroke (width 1.27) (type default)) (fill (type none)) ) ) ) (symbol "Mechanical:MountingHole_Pad" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "H" (id 0) (at 0 6.35 0) + (property "Reference" "H" (at 0 6.35 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "MountingHole_Pad" (id 1) (at 0 4.445 0) + (property "Value" "MountingHole_Pad" (at 0 4.445 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "mounting hole" (id 4) (at 0 0 0) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Mounting Hole with connection" (id 5) (at 0 0 0) + (property "ki_description" "Mounting Hole with connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "MountingHole*Pad*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "MountingHole*Pad*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "MountingHole_Pad_0_1" (circle (center 0 1.27) (radius 1.27) - (stroke (width 1.27) (type default) (color 0 0 0 0)) + (stroke (width 1.27) (type default)) (fill (type none)) ) ) @@ -623,30 +623,30 @@ ) ) (symbol "Switch:SW_DIP_x01" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "SW" (id 0) (at 0 3.81 0) + (property "Reference" "SW" (at 0 3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "SW_DIP_x01" (id 1) (at 0 -3.81 0) + (property "Value" "SW_DIP_x01" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "dip switch" (id 4) (at 0 0 0) + (property "ki_keywords" "dip switch" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "1x DIP Switch, Single Pole Single Throw (SPST) switch, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "1x DIP Switch, Single Pole Single Throw (SPST) switch, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SW?DIP?x1*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SW?DIP?x1*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "SW_DIP_x01_0_0" (circle (center -2.032 0) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -654,17 +654,17 @@ (xy -1.524 0.127) (xy 2.3622 1.1684) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 2.032 0) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) (symbol "SW_DIP_x01_0_1" (rectangle (start -3.81 2.54) (end 3.81 -2.54) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -680,27 +680,27 @@ ) ) (symbol "Switch:SW_Push" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "SW" (id 0) (at 1.27 2.54 0) + (property "Reference" "SW" (at 1.27 2.54 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "SW_Push" (id 1) (at 0 -1.524 0) + (property "Value" "SW_Push" (at 0 -1.524 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 5.08 0) + (property "Footprint" "" (at 0 5.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 5.08 0) + (property "Datasheet" "~" (at 0 5.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "switch normally-open pushbutton push-button" (id 4) (at 0 0 0) + (property "ki_keywords" "switch normally-open pushbutton push-button" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Push button switch, generic, two pins" (id 5) (at 0 0 0) + (property "ki_description" "Push button switch, generic, two pins" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "SW_Push_0_1" (circle (center -2.032 0) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -708,7 +708,7 @@ (xy 0 1.27) (xy 0 3.048) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -716,11 +716,11 @@ (xy 2.54 1.27) (xy -2.54 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 2.032 0) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (pin passive line (at -5.08 0 0) (length 2.54) @@ -734,22 +734,22 @@ ) ) (symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 0 3.556 0) + (property "Value" "+3V3" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+3V3_0_1" @@ -758,7 +758,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -766,7 +766,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -774,7 +774,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -786,22 +786,22 @@ ) ) (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 0 3.556 0) + (property "Value" "+5V" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+5V_0_1" @@ -810,7 +810,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -818,7 +818,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -826,7 +826,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -838,22 +838,22 @@ ) ) (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 0 -3.81 0) + (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND_0_1" @@ -866,7 +866,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -878,16 +878,16 @@ ) ) (symbol "reform2-motherboard-rescue:Nitrogen8M-reform2" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at 0 129.54 0) + (property "Reference" "U" (at 0 129.54 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Nitrogen8M-reform2" (id 1) (at 1.27 127 0) + (property "Value" "Nitrogen8M-reform2" (at 1.27 127 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "footprints:TE_1473149-4" (id 2) (at -5.08 81.28 0) + (property "Footprint" "footprints:TE_1473149-4" (at -5.08 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at -5.08 81.28 0) + (property "Datasheet" "" (at -5.08 81.28 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Nitrogen8M-reform2_0_0" @@ -898,7 +898,7 @@ ) (symbol "Nitrogen8M-reform2_0_1" (rectangle (start -17.78 124.46) (end 20.32 -132.08) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -1949,1062 +1949,1062 @@ (no_connect (at 77.47 128.27) (uuid f925dc08-76db-4a0d-ac95-e67fc5492791)) (wire (pts (xy 77.47 151.13) (xy 96.52 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 00004b51-181d-4647-8c9e-872ce184d6bf) ) (wire (pts (xy 77.47 24.13) (xy 80.01 24.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 007f3924-c18c-485e-a0db-169e77b81e55) ) (wire (pts (xy 96.52 90.17) (xy 96.52 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 01246bad-9f4f-498d-8182-39cc7069d5c9) ) (wire (pts (xy 16.51 80.01) (xy 16.51 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0400a217-1311-48be-9581-23abd9bf314e) ) (wire (pts (xy 34.29 80.01) (xy 16.51 80.01)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 049a9338-1b72-4611-9930-8bfe7f642a83) ) (wire (pts (xy 111.76 195.58) (xy 111.76 193.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0546944c-c8cc-4feb-b603-80bcbfa9be55) ) (wire (pts (xy 34.29 146.05) (xy 16.51 146.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 06828449-be50-4b6b-9dae-f50df3e567e2) ) (wire (pts (xy 127 24.13) (xy 127 25.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 073886d9-a9b1-4144-8dca-67c638cd3ade) ) (wire (pts (xy 16.51 72.39) (xy 16.51 80.01)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 07b2da55-b68f-4905-8121-eb8ae813d165) ) (wire (pts (xy 119.38 24.13) (xy 119.38 25.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 09a8cb8c-7c25-4bb0-8ed9-ff9ad5518559) ) (wire (pts (xy 177.8 68.58) (xy 182.88 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0ac20ca1-96bf-4e3b-8e88-066a08e36b72) ) (wire (pts (xy 34.29 52.07) (xy 16.51 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0b1e5116-8a14-485c-a33f-6052b2973676) ) (wire (pts (xy 16.51 87.63) (xy 16.51 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0b2244b2-0fb5-4335-8195-29b1ab505d67) ) (wire (pts (xy 100.33 67.31) (xy 101.6 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0b78981f-91a2-4af1-94c9-37971729a02d) ) (wire (pts (xy 77.47 46.99) (xy 78.74 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0b845cdd-6448-4852-82b8-2aeda79ceef8) ) (wire (pts (xy 83.82 26.67) (xy 80.01 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0ef71d40-5e14-41bc-9b98-d296aefb333a) ) (wire (pts (xy 77.47 92.71) (xy 78.74 92.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0f9d46d1-482a-4f69-8cf8-bf06021ec23f) ) (wire (pts (xy 181.61 78.74) (xy 181.61 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 12ad9c6f-c699-4d97-b106-1f5472f1709b) ) (wire (pts (xy 31.75 24.13) (xy 31.75 21.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 13fdc9e8-1fb2-4c84-bae8-d84618a9e416) ) (wire (pts (xy 77.47 120.65) (xy 96.52 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 148e885a-df80-4bae-846d-83b22b4667be) ) (wire (pts (xy 78.74 181.61) (xy 77.47 181.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1608f023-f9db-479f-87fe-5420b2ed2a2e) ) (wire (pts (xy 33.02 54.61) (xy 34.29 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 16380165-d90d-480a-bf99-e261c95c2305) ) (wire (pts (xy 78.74 234.95) (xy 77.47 234.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 180fb2cf-c571-4d3a-98bf-ed764e19c39f) ) (polyline (pts (xy 154.94 196.85) (xy 173.99 196.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 18131ca6-6283-4133-9e79-c55b5ae57428) ) (wire (pts (xy 16.51 59.69) (xy 16.51 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 191d3984-682f-40b6-8332-6521379fc408) ) (wire (pts (xy 96.52 74.93) (xy 96.52 82.55)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1a8ad0dd-86f7-4a4e-b156-002ba87cbff3) ) (wire (pts (xy 34.29 140.97) (xy 16.51 140.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1f711216-f0f6-4151-b47c-da516ab24d7a) ) (wire (pts (xy 33.02 186.69) (xy 34.29 186.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1f72c62a-06a2-4f2a-8d1b-cae7b652a527) ) (wire (pts (xy 111.76 193.04) (xy 114.3 193.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 226f9bef-1b8d-4153-87be-f0cc25b22223) ) (wire (pts (xy 78.74 44.45) (xy 77.47 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2290148a-c905-4a25-a885-5f5c7df374a1) ) (wire (pts (xy 77.47 138.43) (xy 96.52 138.43)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 23186858-fbb0-44b6-855f-3cfc74707480) ) (wire (pts (xy 34.29 118.11) (xy 33.02 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 24743422-5bc7-4afe-abd4-24ab938894de) ) (wire (pts (xy 16.51 262.89) (xy 16.51 255.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 25516352-18d9-44d2-bd9f-fd091eb27383) ) (wire (pts (xy 96.52 158.75) (xy 96.52 166.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 294b0200-d1a4-478e-b254-96ef6ef7faa4) ) (wire (pts (xy 177.8 48.26) (xy 181.61 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2aa8b19b-5c3e-472b-8695-d8fe35341f56) ) (wire (pts (xy 96.52 105.41) (xy 96.52 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2cbc257a-2c85-4463-b19a-45f0a52875ae) ) (wire (pts (xy 34.29 31.75) (xy 33.02 31.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2f244fd6-f1fc-454a-83a9-0e61a790759f) ) (wire (pts (xy 77.47 105.41) (xy 96.52 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 30409044-8bee-442a-901d-37a8cd00180c) ) (wire (pts (xy 77.47 82.55) (xy 96.52 82.55)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 305e4db3-e875-4f3e-aa77-3c3c21847c5f) ) (wire (pts (xy 181.61 109.22) (xy 181.61 106.68)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3100c95f-248a-4f25-ac02-d54dab53aba5) ) (wire (pts (xy 78.74 87.63) (xy 77.47 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3122fcfa-2201-4b1d-892a-17a4fb10eefa) ) (wire (pts (xy 119.38 193.04) (xy 140.97 193.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 31548d05-ae63-40f9-bc3e-6aa4253b3643) ) (wire (pts (xy 152.4 59.69) (xy 152.4 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 316e9676-13f8-434b-925f-e183c96a880e) ) (wire (pts (xy 162.56 214.63) (xy 156.21 214.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 31b3ce3b-a968-4eb4-92d6-45a135be7c42) ) (wire (pts (xy 181.61 48.26) (xy 181.61 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 31c95c84-a7d0-435c-9925-dd3c98c7329e) ) (wire (pts (xy 182.88 50.8) (xy 177.8 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3206430d-45b8-4470-a49d-33718eb12e3f) ) (wire (pts (xy 29.21 120.65) (xy 34.29 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 33b78583-67d0-4467-9ae4-c4d2e6847df2) ) (wire (pts (xy 96.52 171.45) (xy 96.52 166.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 33d8debc-d8f2-444a-af70-307248d030b9) ) (wire (pts (xy 16.51 255.27) (xy 34.29 255.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 36a21713-9984-4b26-9971-2aa5a6450ae9) ) (wire (pts (xy 77.47 36.83) (xy 78.74 36.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 37aa276a-8729-493b-b567-0b3722ead2e2) ) (wire (pts (xy 34.29 57.15) (xy 33.02 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3b14ce9c-0e83-4a5b-8f1b-ab0a6f71e676) ) (wire (pts (xy 111.76 193.04) (xy 111.76 190.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3b18b47f-eff4-4a43-b18d-611e3c9c6c7a) ) (wire (pts (xy 78.74 148.59) (xy 77.47 148.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3bb07d6a-f191-4269-be45-461fd739c15d) ) (wire (pts (xy 34.29 125.73) (xy 31.75 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3bd1b59f-9b0a-4f81-8d66-3fe785e9829a) ) (wire (pts (xy 81.28 29.21) (xy 77.47 29.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3c8d7329-ddd3-4a0c-88c6-6252f2ee2d20) ) (wire (pts (xy 134.62 30.48) (xy 134.62 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3cd830e6-2ad7-454e-9acc-2bbb73649996) ) (wire (pts (xy 33.02 46.99) (xy 34.29 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3cdd4491-0f88-4aa9-b1ac-f6b05501614d) ) (wire (pts (xy 34.29 41.91) (xy 33.02 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3dbcc6fd-3196-4d5e-ad15-54be10109bf0) ) (wire (pts (xy 165.1 245.11) (xy 172.72 245.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3e8617ea-c204-41ff-8648-6dbdbdecf6bb) ) (wire (pts (xy 96.52 138.43) (xy 96.52 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3f3d306c-bc82-4928-a54d-ee251d7783bf) ) (wire (pts (xy 33.02 181.61) (xy 34.29 181.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3f3e5f05-e533-4cd8-b236-9e1681ff0377) ) (wire (pts (xy 134.62 24.13) (xy 127 24.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3f7fda1b-0bdf-4059-bf23-7392c2d36b16) ) (wire (pts (xy 165.1 242.57) (xy 165.1 245.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 41316e34-6be4-48e6-80c9-e5356d170b56) ) (wire (pts (xy 86.36 240.03) (xy 77.47 240.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 43449c47-3361-4405-9aa2-425dfc36ae27) ) (wire (pts (xy 34.29 267.97) (xy 33.02 267.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 44ce0a76-42bd-4447-b9d5-80c22cb440d8) ) (wire (pts (xy 34.29 201.93) (xy 21.59 201.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 45a077d9-bb2e-45d1-889c-9ecc9cfe331b) ) (wire (pts (xy 34.29 72.39) (xy 16.51 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 45aee0d8-f81d-49b8-8880-c3dcf53ddb3e) ) (wire (pts (xy 125.73 198.12) (xy 140.97 198.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 46cd1776-e7e1-4170-953e-347424c99b68) ) (wire (pts (xy 127 30.48) (xy 127 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 470aa513-874c-4b78-b901-27337e9ad4b6) ) (wire (pts (xy 16.51 140.97) (xy 16.51 146.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4ca75d7b-4b91-41e5-b348-ac59e0e05954) ) (wire (pts (xy 181.61 40.64) (xy 181.61 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4cdcc6ab-acfb-4d27-b2c3-138ba6898f41) ) (wire (pts (xy 34.29 232.41) (xy 16.51 232.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4dfcbfa4-9bdc-422f-a89c-5c191b2bf26f) ) (wire (pts (xy 34.29 204.47) (xy 33.02 204.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4efb3c31-94ae-43b9-926a-209dae59ae1e) ) (wire (pts (xy 78.74 161.29) (xy 77.47 161.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4fa666b1-2696-48d4-8924-5e88203b067d) ) (wire (pts (xy 33.02 67.31) (xy 34.29 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 50936164-93c0-4f67-b504-87157c0026b8) ) (wire (pts (xy 34.29 245.11) (xy 33.02 245.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 52255da6-039c-450f-8bac-1dbf97449ca8) ) (wire (pts (xy 134.62 34.29) (xy 139.7 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 52e535e4-9b1b-4ccf-9f1d-790e18070bd2) ) (wire (pts (xy 30.48 128.27) (xy 31.75 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 53930fad-0003-4fed-a5fd-455252c0b025) ) (wire (pts (xy 33.02 229.87) (xy 34.29 229.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 55d80875-53ce-44c2-9058-ab29a849b3e3) ) (wire (pts (xy 127 24.13) (xy 119.38 24.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 57f78637-e85a-45a3-89bf-a9730c70621e) ) (wire (pts (xy 33.02 39.37) (xy 34.29 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 580d391e-c692-4f77-b96f-65c5f69f66d0) ) (wire (pts (xy 34.29 110.49) (xy 16.51 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 58bf2537-5d5b-4215-a0bf-09b93496c932) ) (wire (pts (xy 16.51 161.29) (xy 34.29 161.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5a90b07f-5856-43a9-a85b-e47dbe4cda01) ) (wire (pts (xy 78.74 168.91) (xy 77.47 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5c0d9c6c-a358-4432-8e19-e4cbe0052646) ) (wire (pts (xy 77.47 227.33) (xy 78.74 227.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5c22b407-40ee-4bd3-9fd9-7dfd88bcd456) ) (wire (pts (xy 177.8 60.96) (xy 182.88 60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5c3e32d1-f910-4594-91df-48a1d8b7534c) ) (wire (pts (xy 80.01 59.69) (xy 77.47 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5dbffe2e-9409-48fa-b8d3-7ce18e60ee8e) ) (wire (pts (xy 181.61 33.02) (xy 181.61 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5ea8d42a-264e-49bb-bb8a-fd74ab8cef39) ) (wire (pts (xy 77.47 173.99) (xy 78.74 173.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5ecb7aa5-56d4-452b-baed-41d02ef27800) ) (wire (pts (xy 78.74 156.21) (xy 77.47 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5fe646af-d60a-41af-9c94-a26a326a7ac8) ) (wire (pts (xy 33.02 130.81) (xy 34.29 130.81)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5ff55944-cad5-4445-8f8f-b5d5cd2aaef2) ) (wire (pts (xy 101.6 71.12) (xy 100.33 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 611b2f24-af9a-45c2-919e-1f54bed6fb14) ) (wire (pts (xy 96.52 120.65) (xy 96.52 138.43)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 617e2d2c-719c-4e2d-8b6c-75344326af49) ) (wire (pts (xy 177.8 63.5) (xy 181.61 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 61af393d-c03d-40d0-8963-a802caa98d08) ) (wire (pts (xy 77.47 153.67) (xy 78.74 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 622d8a73-1354-4c28-a49e-f9131e491684) ) (wire (pts (xy 16.51 247.65) (xy 16.51 255.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 62766c7d-c54e-4b62-bec6-674ecbd7296a) ) (wire (pts (xy 34.29 44.45) (xy 16.51 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 63ef8e9d-c6c1-4a0b-9618-3c66508b630c) ) (wire (pts (xy 33.02 252.73) (xy 34.29 252.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 650423c0-8e59-4dae-87cc-d66f4ec59137) ) (wire (pts (xy 134.62 39.37) (xy 139.7 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 66bd8035-9e8d-4151-ac0f-1116a28dddb1) ) (wire (pts (xy 34.29 273.05) (xy 33.02 273.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 66e84fdd-db92-49c9-a660-bd404ca02a9d) ) (polyline (pts (xy 154.94 199.39) (xy 173.99 199.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6743c441-5c7d-4d89-bebe-2c4721534fc6) ) (wire (pts (xy 182.88 58.42) (xy 177.8 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 675ed75e-d82b-4bab-8bbd-0129f5c8248e) ) (wire (pts (xy 34.29 179.07) (xy 33.02 179.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 67bb9b4e-81eb-46ea-83ad-9f5a593d8f4d) ) (wire (pts (xy 34.29 199.39) (xy 33.02 199.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6841dcdb-83f6-4b53-b7d9-4972a84d8f78) ) (wire (pts (xy 125.73 190.5) (xy 140.97 190.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6899fe00-f864-4c32-b45d-7c7787ed78e3) ) (wire (pts (xy 123.19 214.63) (xy 116.84 214.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6ac681ac-b662-4135-b6e7-cd7e2dbe9567) ) (wire (pts (xy 77.47 113.03) (xy 96.52 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6b27a820-bf9e-4784-a17d-d225f9350425) ) (wire (pts (xy 152.4 24.13) (xy 134.62 24.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6caaae8a-e6e6-4114-bbb1-352820efb0a4) ) (wire (pts (xy 35.56 64.77) (xy 34.29 64.77)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6d03620f-c0ae-4f5f-ab72-fb9d20150704) ) (wire (pts (xy 34.29 133.35) (xy 33.02 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6d286b13-3277-4301-a173-7692bf069de5) ) (wire (pts (xy 33.02 153.67) (xy 34.29 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6e64ce71-c268-4640-b466-ca3b610e21d1) ) (wire (pts (xy 34.29 250.19) (xy 33.02 250.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6edcbb53-ce2b-460c-85c6-a695fa3cf7b5) ) (wire (pts (xy 158.75 219.71) (xy 156.21 219.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 736e92f3-ac8f-48da-8e01-3f77d896a034) ) (wire (pts (xy 77.47 102.87) (xy 78.74 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 75a1ee90-dd61-4e1e-87c9-51c3e6fdc88b) ) (wire (pts (xy 77.47 146.05) (xy 78.74 146.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 77a2aa12-ef10-4f41-8080-65554c1c2491) ) (wire (pts (xy 77.47 41.91) (xy 78.74 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 77a6ca8a-2419-4d92-9a91-11e24738c650) ) (wire (pts (xy 31.75 26.67) (xy 27.94 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 78caf967-ed18-4fa4-a00b-31be4e5ee18c) ) (wire (pts (xy 119.38 195.58) (xy 140.97 195.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 794c6632-dd86-4629-942c-4275d9e9d1da) ) (wire (pts (xy 16.51 102.87) (xy 16.51 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 79eb4441-4ee2-4c1d-bb9b-73931724bcb2) ) (wire (pts (xy 16.51 52.07) (xy 16.51 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7df49ab0-bbc6-46b9-b08d-97f6a3000bd4) ) (wire (pts (xy 78.74 95.25) (xy 77.47 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7ed2d24b-79dc-4aa4-a326-a7536fc4e336) ) (wire (pts (xy 177.8 40.64) (xy 181.61 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7ef9a6b9-99cd-4288-b16e-647ea6bc152e) ) (wire (pts (xy 34.29 227.33) (xy 33.02 227.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7f08082f-a250-48bc-9f87-c3850ae5e461) ) (wire (pts (xy 77.47 26.67) (xy 80.01 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7f601e1e-66f3-429a-a32d-65537a69a85d) ) (wire (pts (xy 182.88 45.72) (xy 177.8 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 80ce3637-9fde-4e30-b699-73b670b696b7) ) (wire (pts (xy 34.29 24.13) (xy 31.75 24.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 812f6b78-abda-4c03-b412-0a4d068b467c) ) (wire (pts (xy 77.47 158.75) (xy 96.52 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 81de6b7b-4257-41bc-ae8b-d954256da0be) ) (wire (pts (xy 96.52 82.55) (xy 96.52 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 828afd99-217f-4b5b-9950-926c3cfef9ec) ) (wire (pts (xy 78.74 115.57) (xy 77.47 115.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 828b9d9f-d04a-494e-84e9-f9c0c1940c5e) ) (wire (pts (xy 177.8 33.02) (xy 181.61 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 83ee15b5-a567-4ef0-910a-1a91f07838cc) ) (wire (pts (xy 182.88 73.66) (xy 177.8 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 84259a45-f027-46a7-a918-c3049b681684) ) (wire (pts (xy 162.56 245.11) (xy 165.1 245.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 865a1c69-7647-4f96-8ba3-8467f085184e) ) (wire (pts (xy 182.88 66.04) (xy 177.8 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 866ba774-8725-4bf2-8035-6486d5de254b) ) (wire (pts (xy 134.62 55.88) (xy 134.62 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 888cdc2e-e203-450e-94a7-c9866e869103) ) (wire (pts (xy 127 46.99) (xy 139.7 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8927647f-8abf-4d0f-9c01-62429c800fe0) ) (wire (pts (xy 118.11 39.37) (xy 134.62 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8a2d9251-f61e-46a3-8bc5-f7f4295194b7) ) (wire (pts (xy 16.51 146.05) (xy 16.51 161.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8ab883ec-27c6-4aac-903b-b2f9633e9119) ) (wire (pts (xy 152.4 57.15) (xy 152.4 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8b530fcd-8a8f-41f9-b4a4-6b7157b6744a) ) (wire (pts (xy 16.51 176.53) (xy 16.51 184.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8bcb8603-d031-4292-8eb0-8113755aded2) ) (wire (pts (xy 34.29 113.03) (xy 33.02 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8e365029-5223-4282-8f5f-ddc5470e6ead) ) (wire (pts (xy 96.52 97.79) (xy 96.52 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8ecd0375-9fef-4c74-a18b-10134d30aa7c) ) (wire (pts (xy 16.51 276.86) (xy 16.51 262.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8ed6d370-37e8-4c22-b9cf-655e1f7b278b) ) (wire (pts (xy 77.47 85.09) (xy 78.74 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8f18d223-b6c0-4e9d-986f-9bf536c36dfe) ) (wire (pts (xy 34.29 237.49) (xy 33.02 237.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 90619e66-e3e8-4e7f-b9bd-65881d10a72a) ) (wire (pts (xy 77.47 49.53) (xy 82.55 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9217c0d3-2a3c-480c-82ba-926b1aa4aac7) ) (wire (pts (xy 77.47 77.47) (xy 78.74 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 92409964-b3b5-4961-ac5c-b1706554c51c) ) (wire (pts (xy 77.47 179.07) (xy 78.74 179.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 92c491e3-a541-48e3-a115-f2795e6c1eeb) ) (wire (pts (xy 33.02 270.51) (xy 34.29 270.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9490585b-871c-4fb6-99f9-7435d4766369) ) (wire (pts (xy 34.29 247.65) (xy 16.51 247.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 94b1d424-3445-44c6-848c-f2e5164c62be) ) (wire (pts (xy 77.47 237.49) (xy 78.74 237.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 95372b2f-bd02-4015-973f-942da5972eae) ) (wire (pts (xy 177.8 76.2) (xy 182.88 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 964a3f9e-66dd-48a4-ab44-9ff3b1a43e33) ) (wire (pts (xy 100.33 71.12) (xy 100.33 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9713d0cb-d9c7-4e4c-abe3-1263a3128e77) ) (wire (pts (xy 181.61 63.5) (xy 181.61 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 97fc2e8e-37c6-4873-808d-d789e52b8c88) ) (wire (pts (xy 77.47 110.49) (xy 78.74 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 99664326-b828-4699-a9f0-14ebbb3b6fe3) ) (wire (pts (xy 78.74 242.57) (xy 77.47 242.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9a7d0601-43ae-41e1-a352-a63a83d1afa7) ) (wire (pts (xy 31.75 128.27) (xy 31.75 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9b411836-5104-420e-9c93-29435948ac4a) ) (wire (pts (xy 29.21 123.19) (xy 34.29 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9b7b8d80-ccac-4995-a124-755c4f989a71) ) (wire (pts (xy 77.47 21.59) (xy 80.01 21.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9b7bc2a6-7058-44bd-8593-6ce3bd03750d) ) (wire (pts (xy 31.75 125.73) (xy 30.48 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9bd0d159-9ebe-432b-b250-207897bf816a) ) (wire (pts (xy 162.56 217.17) (xy 156.21 217.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9c81c979-3d27-4c07-9237-8dc86e94bb07) ) (wire (pts (xy 77.47 245.11) (xy 78.74 245.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9ce39046-589c-4f27-b4e7-6ba1a457688f) ) (wire (pts (xy 16.51 168.91) (xy 16.51 176.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9dae9079-a081-4ee5-bec1-fe5a861b0f0b) ) (wire (pts (xy 118.11 34.29) (xy 134.62 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9e8e1010-a631-4ccf-af23-75fe9ca87fc8) ) (polyline (pts (xy 80.01 207.01) (xy 80.01 218.44)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9f1a00b0-b471-4b84-a84c-fbcb37867755) ) (wire (pts (xy 107.95 245.11) (xy 107.95 242.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9f7c9230-7b53-4716-9abe-629b02af846c) ) (wire (pts (xy 78.74 52.07) (xy 77.47 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a1e00bcc-d10a-4ce2-bd5b-6f09de8270ee) ) (wire (pts (xy 96.52 143.51) (xy 96.52 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a20552b9-17c8-4523-b427-39113b57aba8) ) (wire (pts (xy 34.29 102.87) (xy 16.51 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a2a633d6-0e7a-407f-a08c-9e483ca995fe) ) (wire (pts (xy 31.75 26.67) (xy 31.75 24.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a335d331-cb67-44e6-bf39-48fb2b6a2d23) ) (wire (pts (xy 80.01 26.67) (xy 80.01 24.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a3eeb1f3-05ec-4a3c-b768-b294a13a34b0) ) (wire (pts (xy 81.28 189.23) (xy 77.47 189.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a59159c9-0501-43cf-9553-0796bf2f072b) ) (wire (pts (xy 33.02 138.43) (xy 34.29 138.43)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a7f5e397-2a6c-44e1-80cc-22e30d916f37) ) (wire (pts (xy 78.74 107.95) (xy 77.47 107.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a8a04721-692a-40db-a330-8feccade0377) ) (wire (pts (xy 80.01 24.13) (xy 80.01 21.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a8c4471f-06d9-425a-be62-e068be3b67b3) ) (wire (pts (xy 78.74 80.01) (xy 77.47 80.01)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a9b98267-3ced-4fc1-be2e-b9e33de11f9d) ) (wire (pts (xy 77.47 90.17) (xy 96.52 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aa44fe86-b44f-493e-9692-edaf998359b7) ) (wire (pts (xy 16.51 232.41) (xy 16.51 240.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aa951371-63aa-4eb1-a61d-004d1488e3d1) ) (wire (pts (xy 139.7 44.45) (xy 118.11 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ace6136e-94d6-4f6c-be9c-c788bb27a575) ) (wire (pts (xy 77.47 97.79) (xy 96.52 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ae99acd6-56ff-4129-b83e-4fbd1b31ef37) ) (wire (pts (xy 78.74 229.87) (xy 77.47 229.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid af31cb4a-8bb8-4019-ba30-4fecb131da0b) ) (wire (pts (xy 34.29 158.75) (xy 33.02 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid af6c1c25-6eae-4b51-8f21-d1837ce1cdc5) ) (wire (pts (xy 16.51 262.89) (xy 34.29 262.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b0110271-1b30-4f46-99b1-37be34dc9a83) ) (wire (pts (xy 134.62 49.53) (xy 134.62 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b053cce0-e594-49df-b182-c1de86febb25) ) (wire (pts (xy 34.29 224.79) (xy 16.51 224.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b073c7ab-a5fc-4df9-8f29-4e309970e103) ) (wire (pts (xy 134.62 24.13) (xy 134.62 25.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b0badf1a-1415-47e8-b2ad-90e72dc5dee5) ) (wire (pts (xy 33.02 242.57) (xy 34.29 242.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b2e72c68-b975-4d12-803f-1975612b6397) ) (wire (pts (xy 119.38 41.91) (xy 139.7 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b43bc9fc-a5f3-4bc7-af1c-bd8ed303e20b) ) (wire (pts (xy 33.02 156.21) (xy 34.29 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b4761b0e-82e2-4f7a-8403-102eb9044fee) ) (wire (pts (xy 33.02 196.85) (xy 34.29 196.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b67ec16d-9fca-41af-9996-3f7d68067371) ) (wire (pts (xy 177.8 53.34) (xy 182.88 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b6ca01be-a8b4-449b-aa91-3640c27e7fa6) ) (wire (pts (xy 151.13 245.11) (xy 152.4 245.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b725364f-faf5-4ee0-8d71-c106a2837cfa) ) (wire (pts (xy 85.09 57.15) (xy 86.36 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b7e1c307-820e-4243-b29c-7806dc599fbe) ) (wire (pts (xy 34.29 176.53) (xy 16.51 176.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b936f946-f730-46cd-8ec1-189604e1ffa2) ) (wire (pts (xy 81.28 212.09) (xy 77.47 212.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ba34c0e1-602e-4daa-b670-e34355e9b3aa) ) (wire (pts (xy 16.51 102.87) (xy 16.51 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c070fb99-557c-49b0-9374-55a5d4623ce9) ) (wire (pts (xy 119.38 222.25) (xy 119.38 219.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c0fb072e-2915-460a-a3c8-9a9bcb396f9c) ) (wire (pts (xy 33.02 34.29) (xy 34.29 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c1cda966-2793-498c-9e75-2a7179ca738e) ) (wire (pts (xy 34.29 29.21) (xy 16.51 29.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c21a68e7-6e35-4072-bd3c-bc1211e8ee30) ) (wire (pts (xy 181.61 106.68) (xy 177.8 106.68)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c321be78-a40f-4262-9e12-f03bea777062) ) (wire (pts (xy 78.74 34.29) (xy 77.47 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c619d50a-6692-49f4-94e2-a2e8cead9c19) ) (wire (pts (xy 96.52 113.03) (xy 96.52 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c633da46-d0fb-46ed-a2c1-aad4e2f8ffc8) ) (wire (pts (xy 111.76 195.58) (xy 114.3 195.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c73614aa-0383-4f17-b888-79ae5e3617c7) ) (wire (pts (xy 34.29 59.69) (xy 16.51 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cab5054d-1d44-41c9-b5a3-4c353ed738f7) ) (wire (pts (xy 33.02 234.95) (xy 34.29 234.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cbf5714a-0b02-4eb1-9765-d8ab3dc2c478) ) (wire (pts (xy 34.29 240.03) (xy 16.51 240.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cc5c1515-084d-4fa9-8de5-8ec28fc523c5) ) (wire (pts (xy 77.47 69.85) (xy 78.74 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ccaab16a-43a5-44eb-9d9d-5f15e1f23fd4) ) (wire (pts (xy 81.28 194.31) (xy 77.47 194.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ccd3c0f3-5393-4d83-af2a-e81cbf80d5ba) ) (wire (pts (xy 154.94 59.69) (xy 154.94 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ce1f93af-6f7f-4d73-8288-e4d793269efe) ) (wire (pts (xy 177.8 78.74) (xy 181.61 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ce7ee440-b5cf-44f7-bfe8-f0f7dd54dc1e) ) (wire (pts (xy 34.29 49.53) (xy 33.02 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ceaf5758-0c45-4cd0-8c6d-294cf07db590) ) (wire (pts (xy 33.02 151.13) (xy 34.29 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cf1a880e-52c5-413e-967b-bae01e528bb1) ) (wire (pts (xy 34.29 21.59) (xy 31.75 21.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d1c6bbbd-b36f-4f6a-bf04-34e708969b80) ) (wire (pts (xy 34.29 26.67) (xy 31.75 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d2ed6979-6b4f-4eee-be01-7f68543db3de) ) (wire (pts (xy 77.47 163.83) (xy 78.74 163.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d3a8d558-6fd5-4b87-8865-cbc076dda56e) ) (wire (pts (xy 77.47 143.51) (xy 96.52 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d3b8ac34-4e22-45bc-a555-978733541b80) ) (wire (pts (xy 158.75 222.25) (xy 158.75 219.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d3cd1f43-a3a7-4e92-a3ce-6330bd2078b5) ) (wire (pts (xy 85.09 59.69) (xy 86.36 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d50be78e-ac38-44cc-821e-8adfc1da0fd0) ) (wire (pts (xy 113.03 245.11) (xy 107.95 245.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d5d34780-8a88-4560-94e8-cf0527719689) ) (wire (pts (xy 181.61 104.14) (xy 181.61 106.68)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d69226bc-3b4e-443b-9e23-26ffac04674f) ) (wire (pts (xy 177.8 55.88) (xy 181.61 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d706f937-2288-4bbe-802e-60fb77110edc) ) (wire (pts (xy 119.38 41.91) (xy 119.38 30.48)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d81b22b9-be08-4233-9ae5-c605dcefc56c) ) (wire (pts (xy 34.29 168.91) (xy 16.51 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d86949c8-0e1b-4aea-89b5-b0b6e5a08d44) ) (wire (pts (xy 77.47 118.11) (xy 78.74 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid db2e4ea1-3d2d-4201-baa3-a05959a063e4) ) (wire (pts (xy 16.51 240.03) (xy 16.51 247.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dd4c9caf-f357-48cd-9486-df1052ee339a) ) (wire (pts (xy 181.61 55.88) (xy 181.61 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e00cbfe6-db90-456a-ac62-a7f8149da54d) ) (wire (pts (xy 119.38 219.71) (xy 116.84 219.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e1e3782f-48a0-4333-8e2c-f000b5c8f81d) ) (wire (pts (xy 111.76 190.5) (xy 120.65 190.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e1ea0462-4d83-4887-8a8d-21c252dd2bea) ) (wire (pts (xy 177.8 71.12) (xy 181.61 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e1f4e093-30e8-4aee-9c0c-b2d2b3eb1b2e) ) (wire (pts (xy 16.51 168.91) (xy 16.51 161.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e30b2ce8-2824-4fa6-ab1b-8a8b42e23f55) ) (wire (pts (xy 77.47 67.31) (xy 78.74 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e3d03808-26ed-418b-8089-0e4d2284c001) ) (wire (pts (xy 16.51 29.21) (xy 16.51 36.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e49f7590-9cdc-42f0-91f5-498610724e0f) ) (wire (pts (xy 33.02 135.89) (xy 34.29 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e5ddfb62-e454-45a6-9c04-fe8c65349e7c) ) (wire (pts (xy 118.11 41.91) (xy 119.38 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e65e2cb4-0c78-41ac-b044-d87864516140) ) (wire (pts (xy 152.4 59.69) (xy 154.94 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e711e708-9241-4717-b358-033fe0bd8698) ) (wire (pts (xy 34.29 87.63) (xy 16.51 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e98a9a2c-39cd-4443-bf37-ff43c71f34cd) ) (wire (pts (xy 123.19 217.17) (xy 116.84 217.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ea7e6ce6-209b-4d71-aa14-727b3682b3ff) ) (wire (pts (xy 77.47 247.65) (xy 86.36 247.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eb381ea8-66a7-4023-870d-907c67056570) ) (wire (pts (xy 16.51 44.45) (xy 16.51 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eb4c570a-3e8d-4b29-91c3-75ed376baca3) ) (wire (pts (xy 78.74 39.37) (xy 77.47 39.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eca660c2-c8f3-49fd-9ae9-9c89a0b76e8b) ) (wire (pts (xy 96.52 166.37) (xy 77.47 166.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ecf24bcb-7e50-4048-a88f-cfba577ea4b8) ) (wire (pts (xy 16.51 95.25) (xy 34.29 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ee0f1a11-43e4-401a-9b70-fa2fdeb96b0c) ) (wire (pts (xy 77.47 232.41) (xy 78.74 232.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ee5da03d-ed6d-4c5b-a56b-cedd5f827c9c) ) (wire (pts (xy 182.88 43.18) (xy 177.8 43.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eee6bd69-1e12-45b5-86e4-7bb046c3465a) ) (wire (pts (xy 181.61 71.12) (xy 181.61 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ef89957d-fd5c-45e8-b69d-4be7c12e26ad) ) (wire (pts (xy 78.74 100.33) (xy 77.47 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f00028b4-416f-459a-9221-962e5c90d16a) ) (wire (pts (xy 96.52 151.13) (xy 96.52 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f00143ee-e0fb-4827-8c89-b20a582f1088) ) (wire (pts (xy 34.29 184.15) (xy 16.51 184.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f083ce51-bb4a-442f-9c15-d887061969ef) ) (wire (pts (xy 33.02 115.57) (xy 34.29 115.57)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f12b6597-7d87-4f2b-8ca0-3361e022b0f2) ) (wire (pts (xy 81.28 196.85) (xy 77.47 196.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f250e81a-c6a6-413d-b2b7-49a7e32895f0) ) (wire (pts (xy 16.51 224.79) (xy 16.51 232.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f2ff85a3-ff1a-48cc-991f-bcf3011345d3) ) (wire (pts (xy 77.47 74.93) (xy 96.52 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f36035a2-5316-433b-a3b0-c34e853689cb) ) (wire (pts (xy 16.51 36.83) (xy 16.51 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f5e1eb96-558e-40ad-98fa-50da61ebeff7) ) (wire (pts (xy 78.74 176.53) (xy 77.47 176.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f60dadd8-cfbf-4613-8ecd-35387c281ded) ) (wire (pts (xy 33.02 148.59) (xy 34.29 148.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f7bde503-a20e-453f-9274-407ad763ac5b) ) (wire (pts (xy 33.02 265.43) (xy 34.29 265.43)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f7e906f8-cbfa-4a17-8c29-69582b521067) ) (wire (pts (xy 33.02 143.51) (xy 34.29 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f802e042-9eeb-4927-a95b-6abac63d5427) ) (wire (pts (xy 177.8 104.14) (xy 181.61 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f881caa4-b7db-48e5-bf8d-334858594054) ) (wire (pts (xy 120.65 198.12) (xy 111.76 198.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f9654db7-e6df-400f-973b-daac76264d7f) ) (wire (pts (xy 127 46.99) (xy 118.11 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid faca6202-d5ad-4abf-b473-7a68caf6ae66) ) (wire (pts (xy 152.4 24.13) (xy 152.4 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fbebef64-ef46-4115-b73b-ab2defd8c006) ) (wire (pts (xy 111.76 195.58) (xy 111.76 198.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fcfea78d-d9b1-4d15-a224-d059d138a454) ) (wire (pts (xy 34.29 36.83) (xy 16.51 36.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid feceea52-22c6-4222-addb-2523a1e2611c) ) (wire (pts (xy 111.76 187.96) (xy 111.76 190.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ff317466-6470-4002-b0d6-fbc9283d1345) ) (wire (pts (xy 77.47 57.15) (xy 80.01 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ffca07e9-9b55-4530-8afe-925f6d242966) ) @@ -3116,2076 +3116,2496 @@ (global_label "ETH0_D+" (shape output) (at 33.02 34.29 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 002626bf-42de-4a73-9058-0b13af2906d4) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 20.0632 34.29 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "IMX_JTAG_TMS" (shape output) (at 118.11 41.91 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 01dea3ad-01ae-488f-aa0a-b803a6cb6654) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 102.6558 41.91 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "HDMI_D2+" (shape output) (at 33.02 252.73 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 03ef6c1f-7d63-4c0c-a9ec-2b0dd79167a0) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.0128 252.73 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "PCIE1_TX_N" (shape output) (at 78.74 80.01 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 056946e0-e0f3-41ec-b3a2-a31db918bc57) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 92.0171 80.01 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DAC_SCL" (shape output) (at 33.02 148.59 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 074b8a88-d5c4-4226-98ee-1c8123d5d0ca) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 22.5852 148.59 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "PCIE1_RESETn" (shape output) (at 33.02 67.31 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 0a35332b-ff5a-45ba-9fe1-68e9266fd94d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 17.324 67.31 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "IMX_JTAG_RSTn" (shape input) (at 101.6 71.12 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 0d240f00-5187-4501-bf39-bb5643798531) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 118.0218 71.12 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "USB2_DP" (shape output) (at 33.02 181.61 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 0f6f2cc2-3e7b-4c0f-9628-ea66cc12b4f4) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 22.1619 181.61 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "IMX_UART2_TX" (shape input) (at 162.56 214.63 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 11139718-6be3-4098-889d-e964f6496a6b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 178.1352 214.63 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "ETH0_LED_LINK1" (shape output) (at 30.48 125.73 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 173834b9-e6d1-460a-8e61-a2a3faaf0750) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 12.6672 125.73 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "DAC_DOUT" (shape output) (at 78.74 245.11 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 25f32bd5-5e2e-409a-bbac-5906018f0543) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 90.5658 245.11 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "PCIE1_CLK_N" (shape output) (at 78.74 95.25 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 275a92a2-ec61-45e6-8fcc-2f20c6f2b55b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 93.4081 95.25 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DAC_MCLK" (shape output) (at 78.74 242.57 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 29b5c660-4d42-42ca-ab18-bc969a126984) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 90.6867 242.57 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "ETH0_B+" (shape output) (at 33.02 49.53 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 2a2cefc1-4795-4ea0-8e91-54fa208e8d14) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 20.0632 49.53 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "HDMI_D0+" (shape output) (at 33.02 237.49 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 2aeded9f-9bbe-4ea7-88e2-efa0e7c222d8) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.0128 237.49 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "DSI_D1_P" (shape output) (at 182.88 50.8 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 2cfb9641-d1a4-4d65-a79d-ef6fb69f6e2e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 193.98 50.8 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DAC_TXFS" (shape output) (at 78.74 237.49 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 2d7e68bc-fddf-4c49-a841-7661c8d874a8) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 90.1424 237.49 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DSI_D0_N" (shape output) (at 182.88 45.72 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 3012d224-0d20-4b96-975c-7e6d7d02a16f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 194.0405 45.72 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DAC_SDA" (shape bidirectional) (at 33.02 151.13 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 304ab8a5-9ea7-4323-9da0-3aa2a711c86f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.5722 151.13 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "SD2_DATA3" (shape bidirectional) (at 78.74 41.91 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 30a8e380-cc48-417a-9df7-644d5827299b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 92.3044 41.91 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "PCIE1_RX_N" (shape output) (at 78.74 87.63 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 3186026d-b503-4bd0-bd29-381118dc5ded) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 92.3195 87.63 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "HDMI_SCL" (shape output) (at 33.02 267.97 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 31ff0ea0-5685-4ee1-843f-0c81136fa3bf) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.5571 267.97 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "USB2_TX_P" (shape output) (at 34.29 163.83 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 32088ff9-3097-4a68-bb0f-ea4a7821acc0) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.5572 163.83 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "IMX_JTAG_TMS" (shape input) (at 33.02 118.11 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3ef89857-2fcf-4ec8-a2b5-2c4eb2ac5a67) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 17.5658 118.11 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "USB2_RX_N" (shape input) (at 34.29 173.99 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 41f1e049-3aa4-41be-95e1-fdbc3212b86f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.1943 173.99 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "DSI_CLK_P" (shape output) (at 182.88 58.42 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 45d00b2a-9f45-4212-b476-c7219617233d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 195.0686 58.42 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "EDP_RESETn" (shape output) (at 78.74 67.31 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 46aa05ed-4678-42ae-b5c5-a243177d9c1d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 92.6217 67.31 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "PCIE2_RESETn" (shape output) (at 82.55 49.53 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 48bfe87b-b75b-4ad9-bcba-425cd2bed1f0) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 98.246 49.53 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "IMX_UART1_TX" (shape input) (at 123.19 214.63 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 4e5f8691-e8e2-4eec-a49b-2cae62c5aa4b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 138.7652 214.63 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "IMX_JTAG_TCK" (shape input) (at 33.02 113.03 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 4ea6d75c-41df-4bb5-8390-d8706a07e914) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 17.6867 113.03 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "IMX_UART2_RX" (shape output) (at 162.56 217.17 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 4f3dda1d-3fef-45fb-82e8-529453853a1c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 178.4376 217.17 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "LPC_UART2_TX" (shape output) (at 86.36 59.69 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 504cbfca-9881-4046-a9a0-9b80112404d6) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 102.2376 59.69 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "USB2_DN" (shape output) (at 33.02 179.07 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 50a4dd2c-699d-4307-af70-0da70dba0652) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 22.1014 179.07 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "IMX_FBOOT" (shape bidirectional) (at 33.02 196.85 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 510d6f2c-d7c5-418e-80e4-d4e8b43ed28d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 19.516 196.85 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "ETH0_C+" (shape output) (at 33.02 41.91 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 53112ab7-6aaf-4dfd-8847-de92085a35cb) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 20.0632 41.91 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "IMX_JTAG_RSTn" (shape input) (at 29.21 123.19 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 54e7a77f-cb20-4c89-aeeb-b2b8045a4b08) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 12.7882 123.19 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "USB1_TX_P" (shape output) (at 78.74 156.21 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 56ba330b-49c6-4cab-bf66-21da44e5869a) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 91.4728 156.21 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "USB1_TX_N" (shape output) (at 78.74 153.67 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 5723c596-adc1-4401-a657-8aa6d7972c3b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 91.5333 153.67 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "IMX_UART1_TX" (shape output) (at 78.74 181.61 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 5a88f5df-327c-4f35-8504-688181448a64) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 94.3152 181.61 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DAC_BCLK" (shape output) (at 78.74 234.95 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 5da0989a-69f1-419b-ad81-51683f8e000e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 90.5053 234.95 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "HDMI_D1+" (shape output) (at 33.02 245.11 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 622cb672-8dd6-475a-a1bc-22bfe2198819) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.0128 245.11 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "BACKLIGHT_EN" (shape output) (at 33.02 153.67 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 641db30b-0923-40e3-979f-3f1e4a3178ee) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 17.1423 153.67 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "USB_RESETn" (shape output) (at 33.02 186.69 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 65c3cd53-9a87-475a-ae82-93f4a42829f9) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 19.0173 186.69 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "ETH0_LED_RX" (shape output) (at 29.21 120.65 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 67153fe2-5cde-4c98-9bd0-a83a5be1f6d7) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 14.3606 120.65 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "EDP_IRQ" (shape input) (at 78.74 69.85 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 67739565-7987-4564-ad99-f9ebcb5312b7) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 88.9329 69.85 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "BOOTCFG_13" (shape output) (at 140.97 193.04 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 680529e2-63c2-4101-a417-52b7f85ae09a) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 155.2148 193.04 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "PCIE1_TX_P" (shape output) (at 78.74 77.47 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 6862f7e0-b187-41c0-b323-37f4014f2124) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 91.9566 77.47 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "ETH0_A-" (shape output) (at 33.02 54.61 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 688c077b-dddf-4e8c-96ab-cf6d9e08d06d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 20.2809 54.61 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "USB2_TX_N" (shape output) (at 34.29 166.37 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 698b365b-4978-443d-a1f6-8e11a75cb01b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.4967 166.37 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "BACKLIGHT_PWM" (shape output) (at 78.74 227.33 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 6a1a106b-0e88-4344-8613-510b47e05009) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 96.311 227.33 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "IMX_JTAG_TCK" (shape output) (at 118.11 39.37 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 6b980b64-0bff-4664-863a-4a866a0b2dbb) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 102.7767 39.37 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "IMX_UART1_RX" (shape output) (at 123.19 217.17 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 6e03c63a-22c7-48ef-bba9-649e6e7b5cda) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 139.0676 217.17 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "IMX_UART2_TX" (shape output) (at 78.74 176.53 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 6e289872-5456-4ee2-9998-228439310f7c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 94.3152 176.53 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "IMX_JTAG_TDO" (shape output) (at 118.11 44.45 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 6e495d8e-8330-4840-adf4-e0d6cb391bda) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 102.7162 44.45 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "LPC_SCK" (shape output) (at 33.02 143.51 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 6ed02cd0-f24d-4440-a89f-8b98d3ab0ccc) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 22.4038 143.51 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "IMX_JTAG_RSTn" (shape output) (at 118.11 34.29 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 6fa37689-3320-4d6f-87c9-f00c14ce78ad) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 101.6882 34.29 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "IMX_UART1_RX" (shape input) (at 78.74 179.07 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 71f76d0e-3880-418c-975d-0254fea08f68) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 94.6176 179.07 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "HDMI_SDA" (shape bidirectional) (at 33.02 265.43 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 72165c8a-e869-4c8a-ae70-a1b180903f0b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 20.5441 265.43 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "HDMI_CLK+" (shape output) (at 33.02 229.87 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 75b43696-97f6-4dda-b85f-40b095e9b889) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 19.9242 229.87 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "SD2_DATA2" (shape bidirectional) (at 78.74 39.37 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 75d874d6-8b1f-4427-956f-0d26d654ddc8) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 92.3044 39.37 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "PCIE2_CLK_N" (shape input) (at 78.74 102.87 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 7691fbbf-cae6-4e3a-8d78-a1aebd62ebb3) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 93.4081 102.87 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DSI_D2_N" (shape output) (at 182.88 68.58 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 7a123098-e2f0-484c-8743-bd45fc3a8ed2) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 194.0405 68.58 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "PCIE1_RX_P" (shape output) (at 78.74 85.09 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 7ad0f9f7-864a-4172-8466-fd655c1c09c2) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 92.259 85.09 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "BOOTCFG_10" (shape output) (at 140.97 198.12 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 7cb26c90-77e8-4fe1-aafd-b3e000623ab4) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 155.2148 198.12 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "LPC_SS0" (shape output) (at 33.02 133.35 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 81422175-1521-455d-912b-c5ca21550e80) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 22.5248 133.35 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "SPK_PWR" (shape input) (at 83.82 168.91 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 82deeef9-7e58-4154-9edf-c43c3c43a44b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 94.8528 168.8306 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 94.8528 168.8306 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "ETH0_C-" (shape output) (at 33.02 39.37 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 85d6788e-805d-466a-84c2-e1fde20952f1) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 20.0632 39.37 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "USB1_RX_N" (shape input) (at 78.74 161.29 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 86126327-0663-4831-b187-4346595e5d1d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 91.8357 161.29 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "IMX_JTAG_TDI" (shape input) (at 118.11 46.99 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 893ebf43-2bfd-4360-af78-3d6861ebbb3e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 103.4419 46.99 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "USB1_DP" (shape output) (at 78.74 148.59 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 8a52a820-857d-4bdf-b5eb-10d12b363176) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 89.5981 148.59 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "IMX_RESETn" (shape input) (at 33.02 130.81 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 8a96df2f-2865-41b0-a6ab-a745938cf7e3) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 19.5616 130.81 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "IMX_UART2_RX" (shape output) (at 78.74 173.99 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 8ac1333b-cee1-40ad-99d0-772b11b991c8) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 94.6176 173.99 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "LPC_MISO" (shape input) (at 33.02 138.43 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 8b48cdee-9574-48aa-919c-67856c87c05d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.5571 138.43 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "PCIE1_CLK_P" (shape output) (at 78.74 92.71 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 8bdf21cd-2dd9-449f-a165-a99e060afefb) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 93.3476 92.71 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "USB1_DN" (shape output) (at 78.74 146.05 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 8c0736e2-4e1e-4737-8996-3d90ab748076) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 89.6586 146.05 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "IMX_JTAG_TDI" (shape input) (at 33.02 115.57 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 8d3233dd-e89a-439b-8355-4f0ec41bb17e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 18.3519 115.57 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "ETH0_B-" (shape output) (at 33.02 46.99 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 913f3826-dfa8-48c0-b799-f6fc18848b7c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 20.0632 46.99 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "ETH0_A+" (shape output) (at 33.02 57.15 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid 91c55ef1-673a-4cd5-91cf-7adf9e21747b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 20.2809 57.15 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "BOOTCFG_4" (shape input) (at 81.28 212.09 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 94939920-e42d-4888-b0cc-71a76ac232b8) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 94.3153 212.09 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "BOOTCFG_12" (shape input) (at 81.28 194.31 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 989d4260-f78b-4a11-bd01-ee9a3c0085be) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 95.5248 194.31 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "EDP_SDA" (shape bidirectional) (at 33.02 158.75 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 9f50e87c-9097-4117-80a6-b8de37dfa83a) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.5118 158.75 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "PCIE2_CLK_P" (shape input) (at 78.74 100.33 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 9f511e6c-96b0-4288-a9a2-73e31a441bb3) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 93.3476 100.33 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DSI_D0_P" (shape output) (at 182.88 43.18 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid a1b8786b-6ce1-4b98-9475-bc98aef955ef) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 193.98 43.18 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "HDMI_CLK-" (shape output) (at 33.02 227.33 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid a3b932cd-cecc-4a68-b664-d367a9d5f75e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 19.9242 227.33 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "BOOTCFG_12" (shape output) (at 140.97 195.58 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid ac01abe9-5921-43c9-9a55-dcfeb0c4b77f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 155.2148 195.58 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "HDMI_CEC" (shape bidirectional) (at 33.02 270.51 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid ad7d1c46-7139-405b-9e67-805a27361dad) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 20.4232 270.51 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "BOOTCFG_4" (shape output) (at 140.97 190.5 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid afdd9105-fe12-4a5a-9a1b-9d38495cd51b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 154.0053 190.5 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "IMX_RESETn" (shape output) (at 172.72 245.11 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid b24a419d-fe85-481a-b82a-517add8e2d45) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 186.1784 245.11 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DAC_RXFS" (shape output) (at 78.74 232.41 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid b2af4d8f-3a12-4c9a-a24e-1b28c10fa9bc) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 90.4448 232.41 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "LPC_UART2_RX" (shape output) (at 86.36 57.15 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid b307a392-a981-4906-961f-d04dc0699bd2) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 102.54 57.15 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "LPC_MOSI" (shape output) (at 33.02 135.89 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid b3deaa9c-ccaa-4a3a-a096-412c86afe745) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.5571 135.89 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "SD2_CD" (shape input) (at 78.74 52.07 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid b463a153-b566-494e-81c3-dd1238f70b8f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 88.2676 52.07 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "BOOTCFG_10" (shape input) (at 81.28 189.23 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid b5cb50c7-10d1-4b7e-a226-5a7eb59768a3) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 95.5248 189.23 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "IMX_RTC_IRQ" (shape input) (at 33.02 199.39 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid b85c25c7-6a3e-42e1-8aed-0efcc0e22840) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 18.7752 199.39 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "SD2_DATA1" (shape bidirectional) (at 78.74 36.83 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid c13be6bf-9452-4d32-8653-0bf165243c92) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 92.3044 36.83 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DSI_D1_N" (shape output) (at 182.88 53.34 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid c23faacc-ca96-4ec4-9130-3a72d4e8d388) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 194.0405 53.34 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "IMX_WAKE" (shape input) (at 33.02 204.47 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid c3a75fb1-f635-4a02-9817-9fdf2f56f2e7) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.4967 204.47 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "HDMI_D0-" (shape output) (at 33.02 234.95 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid c4cc5d57-8e5e-44fe-ae10-23b3544a859d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.0128 234.95 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "IMX_FBOOT" (shape bidirectional) (at 128.27 245.11 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid c57825c8-e23b-4a6f-8629-a56e37d10c2a) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 141.774 245.11 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "SD2_DATA0" (shape bidirectional) (at 78.74 34.29 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid c68b7617-2886-486d-9f5a-006d9bcb5863) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 92.3044 34.29 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DSI_D3_N" (shape output) (at 182.88 76.2 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid c9ef88a6-3129-4b36-8457-de19eacb647e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 194.0405 76.2 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "ETH0_LED_LINK2" (shape output) (at 101.6 67.31 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid cb6b5897-371d-4f0f-aabd-262c8e9505ac) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 119.4128 67.31 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "HDMI_D1-" (shape output) (at 33.02 242.57 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid cb81f9ac-09eb-4135-831a-166966652521) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.0128 242.57 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "IMX_JTAG_TDO" (shape output) (at 30.48 128.27 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid cbf87670-eb7b-4132-8ac8-d51d2b8d066d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 15.0862 128.27 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "DSI_D3_P" (shape output) (at 182.88 73.66 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid cc1ab4fe-5ef0-4557-b96a-4998ac06809d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 193.98 73.66 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "SD2_CMD" (shape output) (at 78.74 44.45 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid cdcf4cfd-397f-4c98-b9ad-cf54c15cfae0) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 89.719 44.45 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "HDMI_HPD" (shape output) (at 33.02 273.05 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid cdcfbb0d-23e9-4399-bed0-0a0bb2b4c876) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.1942 273.05 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "HDMI_D2-" (shape output) (at 33.02 250.19 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid ce3ff97a-6b5a-4865-8b56-18159f2b1673) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.0128 250.19 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "DSI_CLK_N" (shape output) (at 182.88 60.96 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid cf222cdf-92b3-420d-9a05-62ecf4b118ec) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 195.1291 60.96 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "PCIE2_TX_P" (shape output) (at 78.74 107.95 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid d02d3468-7870-43eb-b890-02714c698f5e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 91.9566 107.95 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DSI_D2_P" (shape output) (at 182.88 66.04 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid d043641d-e037-47c4-9ace-04997c2d8862) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 193.98 66.04 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "ETH0_D-" (shape output) (at 33.02 31.75 180) (fields_autoplaced) (effects (font (size 1.524 1.524)) (justify right)) (uuid d5a0c944-93df-4ad8-965f-d811f5a51c57) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 20.0632 31.75 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "USB1_RX_P" (shape input) (at 78.74 163.83 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid d76ad7cf-2f55-4832-9db5-d356e13f103b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 91.7752 163.83 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "DAC_DIN" (shape input) (at 78.74 229.87 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid d95777f4-7ff3-41a8-9205-1bcc6c6de3f5) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 88.8725 229.87 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "BOOTCFG_13" (shape input) (at 81.28 196.85 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid db19b038-2a01-49ca-90c9-bbe89cf910ed) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 95.5248 196.85 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "PCIE2_RX_N" (shape output) (at 78.74 118.11 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid e72e27b4-ec60-4e49-9ec2-9420384fcd46) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 92.3195 118.11 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "PCIE2_RX_P" (shape output) (at 78.74 115.57 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid e78d1a95-9b24-43c7-84d0-a3c121162048) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 92.259 115.57 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "USB2_RX_P" (shape input) (at 34.29 171.45 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid ea97db1b-cdd6-487e-bd5d-d42b2e1b4731) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.2548 171.45 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "EDP_SCL" (shape output) (at 33.02 156.21 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid eb6ac00d-65d0-4db3-8454-6d77ef85456d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 22.5248 156.21 0) + (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "PCIE2_TX_N" (shape output) (at 78.74 110.49 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid ee4bdebd-4b80-4156-81c7-f33c0d56a5da) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 92.0171 110.49 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "SD2_CLK" (shape output) (at 78.74 46.99 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid ffa4bf25-f347-49da-be90-d7d4aa7b5b1a) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 89.2957 46.99 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (symbol (lib_id "power:GND") (at 16.51 276.86 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d2ee257) - (property "Reference" "#PWR0102" (id 0) (at 16.51 283.21 0) + (property "Reference" "#PWR0102" (at 16.51 283.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 16.637 281.2542 0)) - (property "Footprint" "" (id 2) (at 16.51 276.86 0) + (property "Value" "GND" (at 16.637 281.2542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 16.51 276.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 16.51 276.86 0) + (property "Datasheet" "" (at 16.51 276.86 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 79e57170-c7eb-4601-93bf-b728c2f15819)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0102") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole_Pad") (at 144.78 77.47 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d2f00cf) - (property "Reference" "H1" (id 0) (at 147.32 76.2254 0) + (property "Reference" "H1" (at 147.32 76.2254 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "NGFF-Mount1" (id 1) (at 147.32 78.5368 0) + (property "Value" "NGFF-Mount1" (at 147.32 78.5368 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:WA-SMSI-M2" (id 2) (at 144.78 77.47 0) + (property "Footprint" "footprints:WA-SMSI-M2" (at 144.78 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 144.78 77.47 0) + (property "Datasheet" "" (at 144.78 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 144.78 77.47 0) + (property "Checked" "y" (at 144.78 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 144.78 77.47 0) + (property "Distributor" "None" (at 144.78 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "" (id 6) (at 144.78 77.47 0) + (property "DNP" "" (at 144.78 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Wurth" (id 7) (at 144.78 77.47 0) + (property "Manufacturer" "Wurth" (at 144.78 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "9774020243R" (id 8) (at 144.78 77.47 0) + (property "Manufacturer_No" "9774020243R" (at 144.78 77.47 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 877d3c42-23c0-454d-b8a0-d6793f1c8e21)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H1") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 144.78 80.01 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d2f00d5) - (property "Reference" "#PWR099" (id 0) (at 144.78 86.36 0) + (property "Reference" "#PWR099" (at 144.78 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 144.907 84.4042 0)) - (property "Footprint" "" (id 2) (at 144.78 80.01 0) + (property "Value" "GND" (at 144.907 84.4042 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 144.78 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 144.78 80.01 0) + (property "Datasheet" "" (at 144.78 80.01 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid faa45b85-f568-4dd9-bd72-1661941be385)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR099") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 144.78 91.44 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d2fbedd) - (property "Reference" "#PWR0100" (id 0) (at 144.78 97.79 0) + (property "Reference" "#PWR0100" (at 144.78 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 144.907 95.8342 0)) - (property "Footprint" "" (id 2) (at 144.78 91.44 0) + (property "Value" "GND" (at 144.907 95.8342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 144.78 91.44 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 144.78 91.44 0) + (property "Datasheet" "" (at 144.78 91.44 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 06a079f3-344a-4af2-b3d7-801bc059e2eb)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0100") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole_Pad") (at 144.78 88.9 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d2fbee7) - (property "Reference" "H2" (id 0) (at 147.32 87.6554 0) + (property "Reference" "H2" (at 147.32 87.6554 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "NGFF-Mount2" (id 1) (at 147.32 89.9668 0) + (property "Value" "NGFF-Mount2" (at 147.32 89.9668 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:WA-SMSI-M2" (id 2) (at 144.78 88.9 0) + (property "Footprint" "footprints:WA-SMSI-M2" (at 144.78 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 144.78 88.9 0) + (property "Datasheet" "" (at 144.78 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 144.78 88.9 0) + (property "Checked" "y" (at 144.78 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 144.78 88.9 0) + (property "Distributor" "None" (at 144.78 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 144.78 88.9 0) + (property "DNP" "y" (at 144.78 88.9 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1bd88d51-c490-44c6-8b69-f3d8679a87c7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H2") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 144.78 102.87 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d2ffade) - (property "Reference" "#PWR0101" (id 0) (at 144.78 109.22 0) + (property "Reference" "#PWR0101" (at 144.78 109.22 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 144.907 107.2642 0)) - (property "Footprint" "" (id 2) (at 144.78 102.87 0) + (property "Value" "GND" (at 144.907 107.2642 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 144.78 102.87 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 144.78 102.87 0) + (property "Datasheet" "" (at 144.78 102.87 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid de422d39-c964-4ed6-8d83-f39f1544b1c0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0101") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole_Pad") (at 144.78 100.33 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d2ffae8) - (property "Reference" "H3" (id 0) (at 147.32 99.0854 0) + (property "Reference" "H3" (at 147.32 99.0854 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "NGFF-Mount3" (id 1) (at 147.32 101.3968 0) + (property "Value" "NGFF-Mount3" (at 147.32 101.3968 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:WA-SMSI-M2" (id 2) (at 144.78 100.33 0) + (property "Footprint" "footprints:WA-SMSI-M2" (at 144.78 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 144.78 100.33 0) + (property "Datasheet" "" (at 144.78 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 144.78 100.33 0) + (property "Checked" "y" (at 144.78 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 144.78 100.33 0) + (property "Distributor" "None" (at 144.78 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 144.78 100.33 0) + (property "DNP" "y" (at 144.78 100.33 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2f9f1b6b-8c90-4b4f-9ae8-8e2257edb96a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H3") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 104.14 134.62 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3b2b49) - (property "Reference" "#PWR0214" (id 0) (at 104.14 140.97 0) + (property "Reference" "#PWR0214" (at 104.14 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 104.267 139.0142 0)) - (property "Footprint" "" (id 2) (at 104.14 134.62 0) + (property "Value" "GND" (at 104.267 139.0142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 104.14 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 134.62 0) + (property "Datasheet" "" (at 104.14 134.62 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 95b0a6b3-2e31-4f43-b1a1-d063d1a9e2a0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0214") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole_Pad") (at 104.14 132.08 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3b2b53) - (property "Reference" "H22" (id 0) (at 106.68 130.8354 0) + (property "Reference" "H22" (at 106.68 130.8354 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "MountingHole_Pad" (id 1) (at 106.68 133.1468 0) + (property "Value" "MountingHole_Pad" (at 106.68 133.1468 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:WA-SMSI-M2" (id 2) (at 104.14 132.08 0) + (property "Footprint" "footprints:WA-SMSI-M2" (at 104.14 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 132.08 0) + (property "Datasheet" "" (at 104.14 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Wurth" (id 4) (at 104.14 132.08 0) + (property "Manufacturer" "Wurth" (at 104.14 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "9774025243R" (id 5) (at 104.14 132.08 0) + (property "Manufacturer_No" "9774025243R" (at 104.14 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 104.14 132.08 0) + (property "Checked" "y" (at 104.14 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 104.14 132.08 0) + (property "Distributor" "Mouser" (at 104.14 132.08 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b5a9f32c-8389-4692-817d-6593e1991eb6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H22") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 127 135.89 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3bcef3) - (property "Reference" "#PWR0223" (id 0) (at 127 142.24 0) + (property "Reference" "#PWR0223" (at 127 142.24 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 127.127 140.2842 0)) - (property "Footprint" "" (id 2) (at 127 135.89 0) + (property "Value" "GND" (at 127.127 140.2842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 127 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 127 135.89 0) + (property "Datasheet" "" (at 127 135.89 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid bc553874-2157-40d0-87d0-8605ef368a82)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0223") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole_Pad") (at 127 133.35 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3bcefd) - (property "Reference" "H24" (id 0) (at 129.54 132.1054 0) + (property "Reference" "H24" (at 129.54 132.1054 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "MountingHole_Pad" (id 1) (at 129.54 134.4168 0) + (property "Value" "MountingHole_Pad" (at 129.54 134.4168 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:WA-SMSI-M2" (id 2) (at 127 133.35 0) + (property "Footprint" "footprints:WA-SMSI-M2" (at 127 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 127 133.35 0) + (property "Datasheet" "" (at 127 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Wurth" (id 4) (at 127 133.35 0) + (property "Manufacturer" "Wurth" (at 127 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "9774025243R" (id 5) (at 127 133.35 0) + (property "Manufacturer_No" "9774025243R" (at 127 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 127 133.35 0) + (property "Checked" "y" (at 127 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 127 133.35 0) + (property "Distributor" "Mouser" (at 127 133.35 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2f84065d-fad3-4506-9ef9-4349648058aa)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H24") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 149.86 135.89 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3bcf07) - (property "Reference" "#PWR0224" (id 0) (at 149.86 142.24 0) + (property "Reference" "#PWR0224" (at 149.86 142.24 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 149.987 140.2842 0)) - (property "Footprint" "" (id 2) (at 149.86 135.89 0) + (property "Value" "GND" (at 149.987 140.2842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 149.86 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 149.86 135.89 0) + (property "Datasheet" "" (at 149.86 135.89 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 491a151f-53b3-494d-997c-ee6d2e4f661b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0224") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole_Pad") (at 149.86 133.35 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3bcf11) - (property "Reference" "H25" (id 0) (at 152.4 132.1054 0) + (property "Reference" "H25" (at 152.4 132.1054 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "MountingHole_Pad" (id 1) (at 152.4 134.4168 0) + (property "Value" "MountingHole_Pad" (at 152.4 134.4168 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:WA-SMSI-M2" (id 2) (at 149.86 133.35 0) + (property "Footprint" "footprints:WA-SMSI-M2" (at 149.86 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 149.86 133.35 0) + (property "Datasheet" "" (at 149.86 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Wurth" (id 4) (at 149.86 133.35 0) + (property "Manufacturer" "Wurth" (at 149.86 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "9774025243R" (id 5) (at 149.86 133.35 0) + (property "Manufacturer_No" "9774025243R" (at 149.86 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 149.86 133.35 0) + (property "Checked" "y" (at 149.86 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 149.86 133.35 0) + (property "Distributor" "Mouser" (at 149.86 133.35 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a614a8e7-1eb1-45ba-a66d-e011fa728282)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H25") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 172.72 135.89 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3d2015) - (property "Reference" "#PWR0226" (id 0) (at 172.72 142.24 0) + (property "Reference" "#PWR0226" (at 172.72 142.24 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 172.847 140.2842 0)) - (property "Footprint" "" (id 2) (at 172.72 135.89 0) + (property "Value" "GND" (at 172.847 140.2842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 172.72 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 172.72 135.89 0) + (property "Datasheet" "" (at 172.72 135.89 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0a5d9a46-45cb-4329-b11a-a2834a2a896d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0226") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole_Pad") (at 172.72 133.35 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3d201f) - (property "Reference" "H27" (id 0) (at 175.26 132.1054 0) + (property "Reference" "H27" (at 175.26 132.1054 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "MountingHole_Pad" (id 1) (at 175.26 134.4168 0) + (property "Value" "MountingHole_Pad" (at 175.26 134.4168 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:WA-SMSI-M2" (id 2) (at 172.72 133.35 0) + (property "Footprint" "footprints:WA-SMSI-M2" (at 172.72 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 172.72 133.35 0) + (property "Datasheet" "" (at 172.72 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Wurth" (id 4) (at 172.72 133.35 0) + (property "Manufacturer" "Wurth" (at 172.72 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "9774025243R" (id 5) (at 172.72 133.35 0) + (property "Manufacturer_No" "9774025243R" (at 172.72 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 172.72 133.35 0) + (property "Checked" "y" (at 172.72 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 172.72 133.35 0) + (property "Distributor" "Mouser" (at 172.72 133.35 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f742089e-3470-4b5c-a18c-24ba7e96a800)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H27") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:TestPoint") (at 21.59 201.93 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d40c483) - (property "Reference" "TP10" (id 0) (at 16.51 208.28 0) + (property "Reference" "TP10" (at 16.51 208.28 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "T_M4_NMI" (id 1) (at 19.05 213.36 0) + (property "Value" "T_M4_NMI" (at 19.05 213.36 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" (id 2) (at 21.59 196.85 0) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" (at 21.59 196.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 21.59 196.85 0) + (property "Datasheet" "" (at 21.59 196.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 21.59 201.93 0) + (property "Checked" "y" (at 21.59 201.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 21.59 201.93 0) + (property "Distributor" "None" (at 21.59 201.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 21.59 201.93 0) + (property "DNP" "y" (at 21.59 201.93 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid be68ee30-977c-46a4-bcb7-e2237cd047e6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "TP10") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:Conn_01x03_Male") (at 111.76 217.17 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d742fcd) - (property "Reference" "J18" (id 0) (at 113.03 210.82 0)) - (property "Value" "Conn_01x03_Male" (id 1) (at 114.5032 212.344 0) + (property "Reference" "J18" (at 113.03 210.82 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x03_Male" (at 114.5032 212.344 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Horizontal" (id 2) (at 111.76 217.17 0) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Horizontal" (at 111.76 217.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 111.76 217.17 0) + (property "Datasheet" "" (at 111.76 217.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Wurth" (id 4) (at 111.76 217.17 0) + (property "Manufacturer" "Wurth" (at 111.76 217.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "61300311021" (id 5) (at 111.76 217.17 0) + (property "Manufacturer_No" "61300311021" (at 111.76 217.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 111.76 217.17 0) + (property "Checked" "y" (at 111.76 217.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 111.76 217.17 0) + (property "Distributor" "Mouser" (at 111.76 217.17 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e155a814-e588-4fde-83a5-5ca5ae29899d)) (pin "2" (uuid 87d9ea81-4963-4ed0-89b4-92784d1515da)) (pin "3" (uuid 170ff7f0-9fb4-47d9-aad9-7fe0297a71aa)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "J18") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:Conn_01x03_Male") (at 151.13 217.17 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d81c2bf) - (property "Reference" "J20" (id 0) (at 152.4 210.82 0)) - (property "Value" "Conn_01x03_Male" (id 1) (at 153.8732 212.344 0) + (property "Reference" "J20" (at 152.4 210.82 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x03_Male" (at 153.8732 212.344 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (id 2) (at 151.13 217.17 0) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (at 151.13 217.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 151.13 217.17 0) + (property "Datasheet" "" (at 151.13 217.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Wurth" (id 4) (at 151.13 217.17 0) + (property "Manufacturer" "Wurth" (at 151.13 217.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "61300311121" (id 5) (at 151.13 217.17 0) + (property "Manufacturer_No" "61300311121" (at 151.13 217.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 151.13 217.17 0) + (property "Checked" "y" (at 151.13 217.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 151.13 217.17 0) + (property "Distributor" "Mouser" (at 151.13 217.17 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f7112559-9c72-4139-9454-ab9e2a2b7ac3)) (pin "2" (uuid 33b920cb-55a2-44d1-bd3e-7d6efbe91f5b)) (pin "3" (uuid 23629edd-6180-4fd7-bd01-7ab95ba91400)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "J20") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 158.75 222.25 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d81c2cd) - (property "Reference" "#PWR061" (id 0) (at 158.75 228.6 0) + (property "Reference" "#PWR061" (at 158.75 228.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 158.877 226.6442 0)) - (property "Footprint" "" (id 2) (at 158.75 222.25 0) + (property "Value" "GND" (at 158.877 226.6442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 158.75 222.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 158.75 222.25 0) + (property "Datasheet" "" (at 158.75 222.25 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d78020a3-e232-4fb5-b518-cee3c33d855c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR061") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:TestPoint") (at 81.28 29.21 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dbab563) - (property "Reference" "TP8" (id 0) (at 86.0552 28.0416 90) + (property "Reference" "TP8" (at 86.0552 28.0416 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "T_PMIC_ON_REQ" (id 1) (at 86.0552 30.353 90) + (property "Value" "T_PMIC_ON_REQ" (at 86.0552 30.353 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" (id 2) (at 81.28 34.29 0) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" (at 81.28 34.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 81.28 34.29 0) + (property "Datasheet" "" (at 81.28 34.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 81.28 29.21 0) + (property "Checked" "y" (at 81.28 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 81.28 29.21 0) + (property "Distributor" "None" (at 81.28 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 81.28 29.21 0) + (property "DNP" "y" (at 81.28 29.21 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 15340101-2176-4e7c-81b7-e8f647eb521b)) - ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "TP8") (unit 1) + ) + ) + ) + ) (symbol (lib_id "Mechanical:MountingHole_Pad") (at 104.14 120.65 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dbc8bc3) - (property "Reference" "H5" (id 0) (at 106.68 119.4054 0) + (property "Reference" "H5" (at 106.68 119.4054 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "MountingHole_Pad" (id 1) (at 106.68 121.7168 0) + (property "Value" "MountingHole_Pad" (at 106.68 121.7168 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad" (id 2) (at 104.14 120.65 0) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad" (at 104.14 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 120.65 0) + (property "Datasheet" "" (at 104.14 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 104.14 120.65 0) + (property "Checked" "y" (at 104.14 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 104.14 120.65 0) + (property "Distributor" "None" (at 104.14 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 104.14 120.65 0) + (property "DNP" "y" (at 104.14 120.65 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 067fe198-81d2-42f3-b2a9-21532ea7cd15)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H5") (unit 1) + ) + ) + ) ) (symbol (lib_id "Switch:SW_Push") (at 157.48 245.11 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dbc8bec) - (property "Reference" "SW6" (id 0) (at 157.48 237.871 0)) - (property "Value" "SW_Push" (id 1) (at 157.48 240.1824 0)) - (property "Footprint" "footprints:UK-B0206-G3.8-250-JZ" (id 2) (at 157.48 240.03 0) + (property "Reference" "SW6" (at 157.48 237.871 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SW_Push" (at 157.48 240.1824 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:UK-B0206-G3.8-250-JZ" (at 157.48 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 157.48 240.03 0) + (property "Datasheet" "" (at 157.48 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "USAKRO" (id 4) (at 157.48 245.11 0) + (property "Manufacturer" "USAKRO" (at 157.48 245.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UK-B0206-G3.8-250-JZ" (id 5) (at 157.48 245.11 0) + (property "Manufacturer_No" "UK-B0206-G3.8-250-JZ" (at 157.48 245.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 157.48 245.11 0) + (property "Checked" "y" (at 157.48 245.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 157.48 245.11 0) + (property "Distributor" "Mouser" (at 157.48 245.11 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2635b36a-ddcf-43f4-a927-93a1796a5ab4)) (pin "2" (uuid 70eef1e5-2fc6-420e-8620-fcc27c56823c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "SW6") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 104.14 123.19 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dbc9030) - (property "Reference" "#PWR0183" (id 0) (at 104.14 129.54 0) + (property "Reference" "#PWR0183" (at 104.14 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 104.267 127.5842 0)) - (property "Footprint" "" (id 2) (at 104.14 123.19 0) + (property "Value" "GND" (at 104.267 127.5842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 104.14 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 123.19 0) + (property "Datasheet" "" (at 104.14 123.19 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b7a147f3-a149-4db4-8f69-0c95318b8ff8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0183") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole_Pad") (at 127 120.65 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dbe65c1) - (property "Reference" "H6" (id 0) (at 129.54 119.4054 0) + (property "Reference" "H6" (at 129.54 119.4054 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "MountingHole_Pad" (id 1) (at 129.54 121.7168 0) + (property "Value" "MountingHole_Pad" (at 129.54 121.7168 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad" (id 2) (at 127 120.65 0) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad" (at 127 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 127 120.65 0) + (property "Datasheet" "" (at 127 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 127 120.65 0) + (property "Checked" "y" (at 127 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 127 120.65 0) + (property "Distributor" "None" (at 127 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 127 120.65 0) + (property "DNP" "y" (at 127 120.65 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5f940fe2-8e0b-482b-b170-6d57054f3abe)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H6") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 127 123.19 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dbe65cb) - (property "Reference" "#PWR0184" (id 0) (at 127 129.54 0) + (property "Reference" "#PWR0184" (at 127 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 127.127 127.5842 0)) - (property "Footprint" "" (id 2) (at 127 123.19 0) + (property "Value" "GND" (at 127.127 127.5842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 127 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 127 123.19 0) + (property "Datasheet" "" (at 127 123.19 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 29a83c5b-bbeb-4c9e-ad73-3671c81179fd)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0184") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole_Pad") (at 149.86 120.65 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dbf5601) - (property "Reference" "H7" (id 0) (at 152.4 119.4054 0) + (property "Reference" "H7" (at 152.4 119.4054 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "MountingHole_Pad" (id 1) (at 152.4 121.7168 0) + (property "Value" "MountingHole_Pad" (at 152.4 121.7168 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad" (id 2) (at 149.86 120.65 0) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad" (at 149.86 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 149.86 120.65 0) + (property "Datasheet" "" (at 149.86 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 149.86 120.65 0) + (property "Checked" "y" (at 149.86 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 149.86 120.65 0) + (property "Distributor" "None" (at 149.86 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 149.86 120.65 0) + (property "DNP" "y" (at 149.86 120.65 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid fece4af6-1358-4ea1-b8a0-0f807c9c822f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H7") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 149.86 123.19 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dbf560b) - (property "Reference" "#PWR0185" (id 0) (at 149.86 129.54 0) + (property "Reference" "#PWR0185" (at 149.86 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 149.987 127.5842 0)) - (property "Footprint" "" (id 2) (at 149.86 123.19 0) + (property "Value" "GND" (at 149.987 127.5842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 149.86 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 149.86 123.19 0) + (property "Datasheet" "" (at 149.86 123.19 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5edadcb9-b6a0-430d-b65b-2d5465841adf)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0185") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole_Pad") (at 172.72 120.65 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dbf5615) - (property "Reference" "H8" (id 0) (at 175.26 119.4054 0) + (property "Reference" "H8" (at 175.26 119.4054 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "MountingHole_Pad" (id 1) (at 175.26 121.7168 0) + (property "Value" "MountingHole_Pad" (at 175.26 121.7168 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad" (id 2) (at 172.72 120.65 0) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad" (at 172.72 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 172.72 120.65 0) + (property "Datasheet" "" (at 172.72 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 172.72 120.65 0) + (property "Checked" "y" (at 172.72 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 172.72 120.65 0) + (property "Distributor" "None" (at 172.72 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 172.72 120.65 0) + (property "DNP" "y" (at 172.72 120.65 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid fa2ff29a-062f-4409-a46d-67a7a0bc5d15)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H8") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 172.72 123.19 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dbf561f) - (property "Reference" "#PWR0186" (id 0) (at 172.72 129.54 0) + (property "Reference" "#PWR0186" (at 172.72 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 172.847 127.5842 0)) - (property "Footprint" "" (id 2) (at 172.72 123.19 0) + (property "Value" "GND" (at 172.847 127.5842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 172.72 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 172.72 123.19 0) + (property "Datasheet" "" (at 172.72 123.19 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b1c3d217-db60-4764-9697-e235d2c7982d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0186") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 151.13 245.11 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dbfed7e) - (property "Reference" "#PWR054" (id 0) (at 144.78 245.11 0) + (property "Reference" "#PWR054" (at 144.78 245.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 147.8788 245.237 90) + (property "Value" "GND" (at 147.8788 245.237 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "" (id 2) (at 151.13 245.11 0) + (property "Footprint" "" (at 151.13 245.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 151.13 245.11 0) + (property "Datasheet" "" (at 151.13 245.11 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1cff652f-b8fd-4756-9afc-3ad00edb1adc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR054") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 165.1 237.49 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dc110db) - (property "Reference" "#PWR059" (id 0) (at 165.1 241.3 0) + (property "Reference" "#PWR059" (at 165.1 241.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 168.91 236.22 0)) - (property "Footprint" "" (id 2) (at 165.1 237.49 0) + (property "Value" "+3V3" (at 168.91 236.22 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 165.1 237.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 165.1 237.49 0) + (property "Datasheet" "" (at 165.1 237.49 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3fe8db18-c9aa-4d63-8ade-5e7d1a1d75a3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR059") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 165.1 240.03 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dc1194c) - (property "Reference" "R115" (id 0) (at 166.5986 238.8616 0) + (property "Reference" "R115" (at 166.5986 238.8616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10k" (id 1) (at 166.5986 241.173 0) + (property "Value" "10k" (at 166.5986 241.173 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 165.1 240.03 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 165.1 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 165.1 240.03 0) + (property "Datasheet" "" (at 165.1 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 165.1 240.03 0) + (property "Manufacturer" "Yageo" (at 165.1 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 165.1 240.03 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 165.1 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 165.1 240.03 0) + (property "Checked" "y" (at 165.1 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 165.1 240.03 0) + (property "Distributor" "Mouser" (at 165.1 240.03 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8108ea0d-b610-439c-a73c-ea913a30a874)) (pin "2" (uuid 4db96b65-953a-4f2a-83a8-a40250533282)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "R115") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 81.28 168.91 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dc1e478) - (property "Reference" "R111" (id 0) (at 81.28 171.45 90)) - (property "Value" "0" (id 1) (at 81.28 168.91 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 81.28 168.91 0) + (property "Reference" "R111" (at 81.28 171.45 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 81.28 168.91 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 81.28 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 81.28 168.91 0) + (property "Datasheet" "" (at 81.28 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 81.28 168.91 0) + (property "Manufacturer" "Vishay Dale" (at 81.28 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 81.28 168.91 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 81.28 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 81.28 168.91 0) + (property "Distributor" "Mouser" (at 81.28 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 81.28 168.91 0) + (property "Checked" "y" (at 81.28 168.91 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b5aa9dad-9bb3-4340-a2ff-eb04295e6c9b)) (pin "2" (uuid 58ca016b-ed9d-47ad-9a9e-b05249e94a31)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "R111") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 119.38 222.25 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dc7338a) - (property "Reference" "#PWR0225" (id 0) (at 119.38 228.6 0) + (property "Reference" "#PWR0225" (at 119.38 228.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 119.507 226.6442 0)) - (property "Footprint" "" (id 2) (at 119.38 222.25 0) + (property "Value" "GND" (at 119.507 226.6442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 119.38 222.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 119.38 222.25 0) + (property "Datasheet" "" (at 119.38 222.25 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0e06c04e-80e5-4491-80a4-6c3012fff0d1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0225") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:TestPoint") (at 86.36 240.03 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005df11bd6) - (property "Reference" "TP12" (id 0) (at 91.1352 238.8616 90) + (property "Reference" "TP12" (at 91.1352 238.8616 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "SAI2_RXC" (id 1) (at 91.1352 241.173 90) + (property "Value" "SAI2_RXC" (at 91.1352 241.173 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" (id 2) (at 86.36 245.11 0) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" (at 86.36 245.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 86.36 245.11 0) + (property "Datasheet" "" (at 86.36 245.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 86.36 240.03 0) + (property "Checked" "y" (at 86.36 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 86.36 240.03 0) + (property "Distributor" "None" (at 86.36 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 86.36 240.03 0) + (property "DNP" "y" (at 86.36 240.03 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 182b6113-ad9d-4ac8-94f7-d2a8623d2e98)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "TP12") (unit 1) + ) + ) + ) ) (symbol (lib_id "Switch:SW_DIP_x01") (at 120.65 245.11 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e29784d) - (property "Reference" "SW3" (id 0) (at 120.65 238.3282 0)) - (property "Value" "SW_DIP_x01" (id 1) (at 120.65 240.6396 0)) - (property "Footprint" "Button_Switch_SMD:SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm" (id 2) (at 120.65 245.11 0) + (property "Reference" "SW3" (at 120.65 238.3282 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SW_DIP_x01" (at 120.65 240.6396 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Button_Switch_SMD:SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm" (at 120.65 245.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 120.65 245.11 0) + (property "Datasheet" "" (at 120.65 245.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Apem" (id 4) (at 120.65 245.11 0) + (property "Manufacturer" "Apem" (at 120.65 245.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "DM01" (id 5) (at 120.65 245.11 0) + (property "Manufacturer_No" "DM01" (at 120.65 245.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 120.65 245.11 0) + (property "Checked" "y" (at 120.65 245.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 120.65 245.11 0) + (property "Distributor" "Mouser" (at 120.65 245.11 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d53782f3-ebc3-4812-9f31-10938a7bb04c)) (pin "2" (uuid 8760f5ba-5953-43f4-8e3d-c30364653e5c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "SW3") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 107.95 240.03 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2aec8a) - (property "Reference" "R113" (id 0) (at 109.4486 238.8616 0) + (property "Reference" "R113" (at 109.4486 238.8616 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "10k" (id 1) (at 109.4486 241.173 0) + (property "Value" "10k" (at 109.4486 241.173 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 107.95 240.03 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 107.95 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 107.95 240.03 0) + (property "Datasheet" "" (at 107.95 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 107.95 240.03 0) + (property "Manufacturer" "Yageo" (at 107.95 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 107.95 240.03 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 107.95 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 107.95 240.03 0) + (property "Checked" "y" (at 107.95 240.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 107.95 240.03 0) + (property "Distributor" "Mouser" (at 107.95 240.03 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 99ca3b5b-5d5f-4872-963d-725c345f68cb)) (pin "2" (uuid 8a417e02-b19f-4aac-b7e7-727aea1e3735)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "R113") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 123.19 190.5 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2c5325) - (property "Reference" "R169" (id 0) (at 123.19 187.96 90)) - (property "Value" "10k-DNP" (id 1) (at 123.19 190.5 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 123.19 190.5 0) + (property "Reference" "R169" (at 123.19 187.96 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k-DNP" (at 123.19 190.5 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 123.19 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 123.19 190.5 0) + (property "Datasheet" "" (at 123.19 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 123.19 190.5 0) + (property "Manufacturer" "Yageo" (at 123.19 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 123.19 190.5 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 123.19 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 123.19 190.5 0) + (property "Checked" "y" (at 123.19 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 123.19 190.5 0) + (property "Distributor" "Mouser" (at 123.19 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 8) (at 123.19 190.5 0) + (property "DNP" "y" (at 123.19 190.5 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d69f661d-99c4-4817-8074-7eac3d17fb10)) (pin "2" (uuid 33d76f5a-5c12-4d23-a330-856047f094e2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "R169") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 116.84 193.04 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2d1326) - (property "Reference" "R170" (id 0) (at 116.84 187.96 90)) - (property "Value" "10k-DNP" (id 1) (at 116.84 193.04 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 116.84 193.04 0) + (property "Reference" "R170" (at 116.84 187.96 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k-DNP" (at 116.84 193.04 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 116.84 193.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 116.84 193.04 0) + (property "Datasheet" "" (at 116.84 193.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 116.84 193.04 0) + (property "Manufacturer" "Yageo" (at 116.84 193.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 116.84 193.04 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 116.84 193.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 116.84 193.04 0) + (property "Checked" "y" (at 116.84 193.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 116.84 193.04 0) + (property "Distributor" "Mouser" (at 116.84 193.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 8) (at 116.84 193.04 0) + (property "DNP" "y" (at 116.84 193.04 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3ffdf3a5-c49e-4573-8d48-e6711a59207f)) (pin "2" (uuid 309bf159-f571-40b6-a463-d683d95b1396)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "R170") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 111.76 187.96 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2f4b9c) - (property "Reference" "#PWR03" (id 0) (at 111.76 191.77 0) + (property "Reference" "#PWR03" (at 111.76 191.77 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 112.141 183.5658 0)) - (property "Footprint" "" (id 2) (at 111.76 187.96 0) + (property "Value" "+3V3" (at 112.141 183.5658 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 111.76 187.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 111.76 187.96 0) + (property "Datasheet" "" (at 111.76 187.96 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b36c1eb1-007b-410a-9383-54f7b5da3bda)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR03") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 107.95 237.49 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e2f5af5) - (property "Reference" "#PWR051" (id 0) (at 107.95 241.3 0) + (property "Reference" "#PWR051" (at 107.95 241.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 108.331 233.0958 0)) - (property "Footprint" "" (id 2) (at 107.95 237.49 0) + (property "Value" "+3V3" (at 108.331 233.0958 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 107.95 237.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 107.95 237.49 0) + (property "Datasheet" "" (at 107.95 237.49 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5495a451-9532-498b-a585-4a2358f21799)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR051") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 116.84 195.58 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e31432e) - (property "Reference" "R171" (id 0) (at 116.84 200.66 90)) - (property "Value" "10k-DNP" (id 1) (at 116.84 195.58 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 116.84 195.58 0) + (property "Reference" "R171" (at 116.84 200.66 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k-DNP" (at 116.84 195.58 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 116.84 195.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 116.84 195.58 0) + (property "Datasheet" "" (at 116.84 195.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 116.84 195.58 0) + (property "Manufacturer" "Yageo" (at 116.84 195.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 116.84 195.58 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 116.84 195.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 116.84 195.58 0) + (property "Checked" "y" (at 116.84 195.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 116.84 195.58 0) + (property "Distributor" "Mouser" (at 116.84 195.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 8) (at 116.84 195.58 0) + (property "DNP" "y" (at 116.84 195.58 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8373dba0-72fc-440c-929f-b24230ebacc7)) (pin "2" (uuid 2f6fe4a9-79c7-41b6-a28e-820d6c64df87)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "R171") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 123.19 198.12 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e437433) - (property "Reference" "R168" (id 0) (at 123.19 200.66 90)) - (property "Value" "10k-DNP" (id 1) (at 123.19 198.12 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 123.19 198.12 0) + (property "Reference" "R168" (at 123.19 200.66 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k-DNP" (at 123.19 198.12 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 123.19 198.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 123.19 198.12 0) + (property "Datasheet" "" (at 123.19 198.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 123.19 198.12 0) + (property "Manufacturer" "Yageo" (at 123.19 198.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 123.19 198.12 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 123.19 198.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 123.19 198.12 0) + (property "Checked" "y" (at 123.19 198.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 123.19 198.12 0) + (property "Distributor" "Mouser" (at 123.19 198.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 8) (at 123.19 198.12 0) + (property "DNP" "y" (at 123.19 198.12 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid efaaadeb-9b13-445f-93a3-deaeb7666f48)) (pin "2" (uuid 22feda7f-debe-4df8-ad3c-608bf71e4ae1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "R168") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 119.38 27.94 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e4884f3) - (property "Reference" "R117" (id 0) (at 120.8786 26.7716 0) + (property "Reference" "R117" (at 120.8786 26.7716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10k-DNP" (id 1) (at 120.8786 29.083 0) + (property "Value" "10k-DNP" (at 120.8786 29.083 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 119.38 27.94 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 119.38 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 119.38 27.94 0) + (property "Datasheet" "" (at 119.38 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 119.38 27.94 0) + (property "Manufacturer" "Yageo" (at 119.38 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 119.38 27.94 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 119.38 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 119.38 27.94 0) + (property "Checked" "y" (at 119.38 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 119.38 27.94 0) + (property "Distributor" "Mouser" (at 119.38 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 8) (at 119.38 27.94 0) + (property "DNP" "y" (at 119.38 27.94 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6c493526-446e-4614-aa5d-93ad3296aabf)) (pin "2" (uuid 10bc9c34-1b15-4dcb-b8ab-668b2287b302)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "R117") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 127 27.94 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e49fd3d) - (property "Reference" "R118" (id 0) (at 128.4986 26.7716 0) + (property "Reference" "R118" (at 128.4986 26.7716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10k-DNP" (id 1) (at 128.4986 29.083 0) + (property "Value" "10k-DNP" (at 128.4986 29.083 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 127 27.94 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 127 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 127 27.94 0) + (property "Datasheet" "" (at 127 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 127 27.94 0) + (property "Manufacturer" "Yageo" (at 127 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 127 27.94 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 127 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 127 27.94 0) + (property "Checked" "y" (at 127 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 127 27.94 0) + (property "Distributor" "Mouser" (at 127 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 8) (at 127 27.94 0) + (property "DNP" "y" (at 127 27.94 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4647352b-97c9-4132-97de-5f075f390297)) (pin "2" (uuid 2cb4078f-6a6e-4831-b39a-41a35d92ecac)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "R118") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 134.62 52.07 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e4b7e2c) - (property "Reference" "R120" (id 0) (at 136.1186 50.9016 0) + (property "Reference" "R120" (at 136.1186 50.9016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100k" (id 1) (at 136.1186 53.213 0) + (property "Value" "100k" (at 136.1186 53.213 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 134.62 52.07 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 134.62 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 134.62 52.07 0) + (property "Datasheet" "" (at 134.62 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 134.62 52.07 0) + (property "Manufacturer" "Vishay Dale" (at 134.62 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 5) (at 134.62 52.07 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 134.62 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 134.62 52.07 0) + (property "Checked" "y" (at 134.62 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 134.62 52.07 0) + (property "Distributor" "Mouser" (at 134.62 52.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 81518f81-68c4-40c9-a80a-f12d69597df9)) (pin "2" (uuid c09d2f87-ff23-4c22-8008-9b619c5c7adf)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "R120") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 134.62 27.94 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e530f1f) - (property "Reference" "R119" (id 0) (at 136.1186 26.7716 0) + (property "Reference" "R119" (at 136.1186 26.7716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10k-DNP" (id 1) (at 136.1186 29.083 0) + (property "Value" "10k-DNP" (at 136.1186 29.083 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 134.62 27.94 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 134.62 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 134.62 27.94 0) + (property "Datasheet" "" (at 134.62 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 134.62 27.94 0) + (property "Manufacturer" "Yageo" (at 134.62 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 134.62 27.94 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 134.62 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 134.62 27.94 0) + (property "Checked" "y" (at 134.62 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 134.62 27.94 0) + (property "Distributor" "Mouser" (at 134.62 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 8) (at 134.62 27.94 0) + (property "DNP" "y" (at 134.62 27.94 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 56f13cb0-1c50-411c-8129-22931cb6340e)) (pin "2" (uuid 4565cda4-7639-4f3a-ba48-711e3e6a2fcd)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "R119") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+5V") (at 27.94 26.67 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eb50931) - (property "Reference" "#PWR0104" (id 0) (at 27.94 30.48 0) + (property "Reference" "#PWR0104" (at 27.94 30.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 28.321 22.2758 0)) - (property "Footprint" "" (id 2) (at 27.94 26.67 0) + (property "Value" "+5V" (at 28.321 22.2758 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 27.94 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 27.94 26.67 0) + (property "Datasheet" "" (at 27.94 26.67 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e744a8d4-8498-4f68-a575-47f84900a96b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0104") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+5V") (at 83.82 26.67 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eb50e6d) - (property "Reference" "#PWR0242" (id 0) (at 83.82 30.48 0) + (property "Reference" "#PWR0242" (at 83.82 30.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 84.201 22.2758 0)) - (property "Footprint" "" (id 2) (at 83.82 26.67 0) + (property "Value" "+5V" (at 84.201 22.2758 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 83.82 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 83.82 26.67 0) + (property "Datasheet" "" (at 83.82 26.67 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b7103d32-dc0c-49f6-b7c1-e75806db40e1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0242") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole") (at 124.46 67.31 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ec23958) - (property "Reference" "H9" (id 0) (at 127 66.1416 0) + (property "Reference" "H9" (at 127 66.1416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "OSHWA_DE17" (id 1) (at 127 68.453 0) + (property "Value" "OSHWA_DE17" (at 127 68.453 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:oshwa-de17" (id 2) (at 124.46 67.31 0) + (property "Footprint" "footprints:oshwa-de17" (at 124.46 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 124.46 67.31 0) + (property "Datasheet" "" (at 124.46 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 124.46 67.31 0) + (property "Checked" "y" (at 124.46 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 124.46 67.31 0) + (property "Distributor" "None" (at 124.46 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 124.46 67.31 0) + (property "DNP" "y" (at 124.46 67.31 0) (effects (font (size 1.27 1.27)) hide) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H9") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:Conn_ARM_JTAG_SWD_10") (at 152.4 41.91 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ecaafce) - (property "Reference" "J19" (id 0) (at 158.75 24.13 0) + (property "Reference" "J19" (at 158.75 24.13 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "JTAG" (id 1) (at 157.48 26.67 0) + (property "Value" "JTAG" (at 157.48 26.67 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x05_P1.27mm_Vertical" (id 2) (at 152.4 41.91 0) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x05_P1.27mm_Vertical" (at 152.4 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 152.4 41.91 0) + (property "Datasheet" "" (at 152.4 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Amphenol FCI" (id 4) (at 152.4 41.91 0) + (property "Manufacturer" "Amphenol FCI" (at 152.4 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "20021111-00010T4LF" (id 5) (at 152.4 41.91 0) + (property "Manufacturer_No" "20021111-00010T4LF" (at 152.4 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 152.4 41.91 0) + (property "Checked" "y" (at 152.4 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 152.4 41.91 0) + (property "Distributor" "Mouser" (at 152.4 41.91 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ccc5a3b2-80da-4cbe-a63d-9e3e9bb544b6)) @@ -5198,104 +5618,149 @@ (pin "7" (uuid 0e2038de-8917-4e9f-a131-4b22d0407a07)) (pin "8" (uuid 4a50f0d4-c0c9-4db4-af6c-d90c757c205e)) (pin "9" (uuid 9276dc93-0bb5-40cc-aa16-09894f21e9f7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "J19") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 152.4 24.13 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0466be) - (property "Reference" "#PWR0103" (id 0) (at 152.4 27.94 0) + (property "Reference" "#PWR0103" (at 152.4 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 152.781 19.7358 0)) - (property "Footprint" "" (id 2) (at 152.4 24.13 0) + (property "Value" "+3V3" (at 152.781 19.7358 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 152.4 24.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 152.4 24.13 0) + (property "Datasheet" "" (at 152.4 24.13 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a6bde49b-7594-49ba-8e54-4879319ec769)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0103") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 134.62 55.88 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0856b7) - (property "Reference" "#PWR0218" (id 0) (at 134.62 62.23 0) + (property "Reference" "#PWR0218" (at 134.62 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 134.747 60.2742 0)) - (property "Footprint" "" (id 2) (at 134.62 55.88 0) + (property "Value" "GND" (at 134.747 60.2742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 134.62 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 134.62 55.88 0) + (property "Datasheet" "" (at 134.62 55.88 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4a426e3b-a67e-4bb6-a12a-aa15c8f0ab96)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0218") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 152.4 66.04 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0ce58e) - (property "Reference" "#PWR0219" (id 0) (at 152.4 72.39 0) + (property "Reference" "#PWR0219" (at 152.4 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 152.527 70.4342 0)) - (property "Footprint" "" (id 2) (at 152.4 66.04 0) + (property "Value" "GND" (at 152.527 70.4342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 152.4 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 152.4 66.04 0) + (property "Datasheet" "" (at 152.4 66.04 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3f74f029-2b13-42e4-9d33-e9dcfa6064ec)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0219") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:TestPoint") (at 86.36 247.65 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f7e2e35) - (property "Reference" "TP1" (id 0) (at 91.1352 246.4816 90) + (property "Reference" "TP1" (at 91.1352 246.4816 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "IMX_PWM4" (id 1) (at 91.1352 248.793 90) + (property "Value" "IMX_PWM4" (at 91.1352 248.793 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" (id 2) (at 86.36 252.73 0) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" (at 86.36 252.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 86.36 252.73 0) + (property "Datasheet" "" (at 86.36 252.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 86.36 247.65 0) + (property "Checked" "y" (at 86.36 247.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 86.36 247.65 0) + (property "Distributor" "None" (at 86.36 247.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 86.36 247.65 0) + (property "DNP" "y" (at 86.36 247.65 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 89346651-ca66-444f-a818-1f8b1b36940a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "TP1") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:Nitrogen8M-reform2") (at 54.61 143.51 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060678a3c) - (property "Reference" "U1" (id 0) (at 55.88 14.8082 0)) - (property "Value" "Nitrogen8M_SOM" (id 1) (at 55.88 17.1196 0)) - (property "Footprint" "footprints:TE_1473149-4" (id 2) (at 49.53 62.23 0) + (property "Reference" "U1" (at 55.88 14.8082 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Nitrogen8M_SOM" (at 55.88 17.1196 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:TE_1473149-4" (at 49.53 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 49.53 62.23 0) + (property "Datasheet" "" (at 49.53 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "1717254-1" (id 4) (at 54.61 143.51 0) + (property "Manufacturer_No" "1717254-1" (at 54.61 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TE" (id 5) (at 54.61 143.51 0) + (property "Manufacturer" "TE" (at 54.61 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 54.61 143.51 0) + (property "Checked" "y" (at 54.61 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 54.61 143.51 0) + (property "Distributor" "Mouser" (at 54.61 143.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "33" (uuid f002b79a-cf1d-4b31-97fb-d70ed4f18a51)) @@ -5498,123 +5963,164 @@ (pin "97" (uuid ee0f2aec-dc5b-439c-ab7c-41cd801c5ed2)) (pin "98" (uuid 2109f41c-1d74-42c9-9067-b97f002518de)) (pin "99" (uuid 01a42235-44ab-4088-ae0b-3eb08e982c45)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "U1") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 96.52 171.45 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000609542a0) - (property "Reference" "#PWR0197" (id 0) (at 96.52 177.8 0) + (property "Reference" "#PWR0197" (at 96.52 177.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 96.647 175.8442 0)) - (property "Footprint" "" (id 2) (at 96.52 171.45 0) + (property "Value" "GND" (at 96.647 175.8442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 96.52 171.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 96.52 171.45 0) + (property "Datasheet" "" (at 96.52 171.45 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5afbfc30-f032-4aba-befa-b2d94aeb7afd)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0197") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole") (at 124.46 73.66 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061115eaf) - (property "Reference" "H10" (id 0) (at 127 72.4916 0) + (property "Reference" "H10" (at 127 72.4916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "LOGO_REFORM" (id 1) (at 127 74.803 0) + (property "Value" "LOGO_REFORM" (at 127 74.803 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "reform2-motherboard:mntreform" (id 2) (at 124.46 73.66 0) + (property "Footprint" "reform2-motherboard:mntreform" (at 124.46 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 124.46 73.66 0) + (property "Datasheet" "" (at 124.46 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 124.46 73.66 0) + (property "Checked" "y" (at 124.46 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 124.46 73.66 0) + (property "Distributor" "None" (at 124.46 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 124.46 73.66 0) + (property "DNP" "y" (at 124.46 73.66 0) (effects (font (size 1.27 1.27)) hide) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H10") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole") (at 124.46 80.01 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000611164c9) - (property "Reference" "H11" (id 0) (at 127 78.8416 0) + (property "Reference" "H11" (at 127 78.8416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "LABEL_MPCIE1" (id 1) (at 127 81.153 0) + (property "Value" "LABEL_MPCIE1" (at 127 81.153 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:mpcie" (id 2) (at 124.46 80.01 0) + (property "Footprint" "footprints:mpcie" (at 124.46 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 124.46 80.01 0) + (property "Datasheet" "" (at 124.46 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 124.46 80.01 0) + (property "Checked" "y" (at 124.46 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 124.46 80.01 0) + (property "Distributor" "None" (at 124.46 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 124.46 80.01 0) + (property "DNP" "y" (at 124.46 80.01 0) (effects (font (size 1.27 1.27)) hide) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H11") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole") (at 124.46 86.36 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000611177f8) - (property "Reference" "H12" (id 0) (at 127 85.1916 0) + (property "Reference" "H12" (at 127 85.1916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "LABEL_MPCIE2" (id 1) (at 127 87.503 0) + (property "Value" "LABEL_MPCIE2" (at 127 87.503 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:nvme" (id 2) (at 124.46 86.36 0) + (property "Footprint" "footprints:nvme" (at 124.46 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 124.46 86.36 0) + (property "Datasheet" "" (at 124.46 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 124.46 86.36 0) + (property "Checked" "y" (at 124.46 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 124.46 86.36 0) + (property "Distributor" "None" (at 124.46 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 124.46 86.36 0) + (property "DNP" "y" (at 124.46 86.36 0) (effects (font (size 1.27 1.27)) hide) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H12") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector_Generic:Conn_01x33") (at 172.72 66.04 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000613584e8) - (property "Reference" "J15" (id 0) (at 174.8028 19.685 0)) - (property "Value" "Conn_01x33" (id 1) (at 174.8028 21.9964 0)) - (property "Footprint" "Connector_FFC-FPC:Hirose_FH12-33S-0.5SH_1x33-1MP_P0.50mm_Horizontal" (id 2) (at 172.72 66.04 0) + (property "Reference" "J15" (at 174.8028 19.685 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x33" (at 174.8028 21.9964 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_FFC-FPC:Hirose_FH12-33S-0.5SH_1x33-1MP_P0.50mm_Horizontal" (at 172.72 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 172.72 66.04 0) + (property "Datasheet" "" (at 172.72 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Hirose" (id 4) (at 172.72 66.04 0) + (property "Manufacturer" "Hirose" (at 172.72 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "FH12-33S-0.5SH(55)" (id 5) (at 172.72 66.04 0) + (property "Manufacturer_No" "FH12-33S-0.5SH(55)" (at 172.72 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 172.72 66.04 0) + (property "Checked" "y" (at 172.72 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 172.72 66.04 0) + (property "Distributor" "Mouser" (at 172.72 66.04 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0d79b27e-c7a0-4541-a5b9-8bbea95ed585)) @@ -5650,2513 +6156,436 @@ (pin "7" (uuid 947f99ba-8f96-4de4-978c-2212cae0579f)) (pin "8" (uuid a8903bce-2848-432d-abce-1d860d650275)) (pin "9" (uuid d676b034-48be-45a6-9e1f-3417fa4d6beb)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "J15") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 181.61 109.22 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000613e21e1) - (property "Reference" "#PWR02" (id 0) (at 181.61 115.57 0) + (property "Reference" "#PWR02" (at 181.61 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 181.737 113.6142 0)) - (property "Footprint" "" (id 2) (at 181.61 109.22 0) + (property "Value" "GND" (at 181.737 113.6142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 181.61 109.22 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 181.61 109.22 0) + (property "Datasheet" "" (at 181.61 109.22 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b2b67316-22e7-43b6-99da-b63447879372)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR02") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole") (at 124.46 92.71 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000616fbc04) - (property "Reference" "H13" (id 0) (at 127 91.5416 0) + (property "Reference" "H13" (at 127 91.5416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "LABEL_CPU" (id 1) (at 127 93.853 0) + (property "Value" "LABEL_CPU" (at 127 93.853 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:cpu" (id 2) (at 124.46 92.71 0) + (property "Footprint" "footprints:cpu" (at 124.46 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 124.46 92.71 0) + (property "Datasheet" "" (at 124.46 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 124.46 92.71 0) + (property "Checked" "y" (at 124.46 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 124.46 92.71 0) + (property "Distributor" "None" (at 124.46 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 124.46 92.71 0) + (property "DNP" "y" (at 124.46 92.71 0) (effects (font (size 1.27 1.27)) hide) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H13") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:TestPoint") (at 35.56 64.77 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061a56e27) - (property "Reference" "TP2" (id 0) (at 30.48 63.5 90) + (property "Reference" "TP2" (at 30.48 63.5 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "T_OTG" (id 1) (at 25.4 63.5 90) + (property "Value" "T_OTG" (at 25.4 63.5 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" (id 2) (at 35.56 59.69 0) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" (at 35.56 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 35.56 59.69 0) + (property "Datasheet" "" (at 35.56 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 35.56 64.77 0) + (property "Checked" "y" (at 35.56 64.77 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 35.56 64.77 0) + (property "Distributor" "None" (at 35.56 64.77 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 35.56 64.77 0) + (property "DNP" "y" (at 35.56 64.77 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e924cd99-0ada-453c-ba64-43a5600086c2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "TP2") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 82.55 57.15 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061c521ba) - (property "Reference" "R154" (id 0) (at 82.55 54.61 90)) - (property "Value" "0" (id 1) (at 82.55 57.15 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 82.55 57.15 0) + (property "Reference" "R154" (at 82.55 54.61 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 82.55 57.15 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 82.55 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 82.55 57.15 0) + (property "Datasheet" "" (at 82.55 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 82.55 57.15 0) + (property "Manufacturer" "Vishay Dale" (at 82.55 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 82.55 57.15 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 82.55 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 82.55 57.15 0) + (property "Distributor" "Mouser" (at 82.55 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 82.55 57.15 0) + (property "Checked" "y" (at 82.55 57.15 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ac81a71e-eca8-4f29-89b5-8ebf817c3d5a)) (pin "2" (uuid d2ee60cd-fa80-4704-b833-7af3c33c4e39)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "R154") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 82.55 59.69 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061c5240b) - (property "Reference" "R155" (id 0) (at 82.55 62.23 90)) - (property "Value" "0" (id 1) (at 82.55 59.69 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 82.55 59.69 0) + (property "Reference" "R155" (at 82.55 62.23 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 82.55 59.69 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 82.55 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 82.55 59.69 0) + (property "Datasheet" "" (at 82.55 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 82.55 59.69 0) + (property "Manufacturer" "Vishay Dale" (at 82.55 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 82.55 59.69 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 82.55 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 82.55 59.69 0) + (property "Distributor" "Mouser" (at 82.55 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 82.55 59.69 0) + (property "Checked" "y" (at 82.55 59.69 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e866dd01-c984-42e6-94d5-4224bffbb1fc)) (pin "2" (uuid a5370817-7ea8-4ac9-8cb0-73297d4f444d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "R155") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole") (at 124.46 99.06 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000064382d78) - (property "Reference" "H14" (id 0) (at 127 97.8916 0) + (property "Reference" "H14" (at 127 97.8916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "BADGE" (id 1) (at 127 100.203 0) + (property "Value" "BADGE" (at 127 100.203 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:reform2-motherboard-badge" (id 2) (at 124.46 99.06 0) + (property "Footprint" "footprints:reform2-motherboard-badge" (at 124.46 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 124.46 99.06 0) + (property "Datasheet" "" (at 124.46 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 124.46 99.06 0) + (property "Checked" "y" (at 124.46 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 124.46 99.06 0) + (property "Distributor" "None" (at 124.46 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 124.46 99.06 0) + (property "DNP" "y" (at 124.46 99.06 0) (effects (font (size 1.27 1.27)) hide) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H14") (unit 1) + ) + ) + ) ) (symbol (lib_id "Mechanical:MountingHole") (at 124.46 105.41 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000064785954) - (property "Reference" "H15" (id 0) (at 127 104.2416 0) + (property "Reference" "H15" (at 127 104.2416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "NOTOUCH" (id 1) (at 127 106.553 0) + (property "Value" "NOTOUCH" (at 127 106.553 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Symbol:ESD-Logo_8.9x8mm_SilkScreen" (id 2) (at 124.46 105.41 0) + (property "Footprint" "Symbol:ESD-Logo_8.9x8mm_SilkScreen" (at 124.46 105.41 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 124.46 105.41 0) + (property "Datasheet" "" (at 124.46 105.41 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 124.46 105.41 0) + (property "Checked" "y" (at 124.46 105.41 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "None" (id 5) (at 124.46 105.41 0) + (property "Distributor" "None" (at 124.46 105.41 0) (effects (font (size 1.27 1.27)) hide) ) - (property "DNP" "y" (id 6) (at 124.46 105.41 0) + (property "DNP" "y" (at 124.46 105.41 0) (effects (font (size 1.27 1.27)) hide) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "H15") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 16.51 184.15 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006580022e) - (property "Reference" "#PWR0107" (id 0) (at 16.51 190.5 0) + (property "Reference" "#PWR0107" (at 16.51 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 16.637 188.5442 0)) - (property "Footprint" "" (id 2) (at 16.51 184.15 0) + (property "Value" "GND" (at 16.637 188.5442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 16.51 184.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 16.51 184.15 0) + (property "Datasheet" "" (at 16.51 184.15 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5c8832a6-6c47-4d64-a808-84232410989c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0107") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 16.51 110.49 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000065850486) - (property "Reference" "#PWR0106" (id 0) (at 16.51 116.84 0) + (property "Reference" "#PWR0106" (at 16.51 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 16.637 114.8842 0)) - (property "Footprint" "" (id 2) (at 16.51 110.49 0) + (property "Value" "GND" (at 16.637 114.8842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 16.51 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 16.51 110.49 0) + (property "Datasheet" "" (at 16.51 110.49 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3b8cd3f2-187f-4c27-9b78-d25ccbef9ff8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" + (reference "#PWR0106") (unit 1) + ) + ) + ) ) (sheet (at 110.49 148.59) (size 12.7 3.81) (fields_autoplaced) - (stroke (width 0) (type solid) (color 0 0 0 0)) + (stroke (width 0) (type solid)) (fill (color 0 0 0 0.0000)) (uuid 00000000-0000-0000-0000-00005cc81028) - (property "Sheet name" "Reform 2 Power" (id 0) (at 110.49 147.8784 0) + (property "Sheetname" "Reform 2 Power" (at 110.49 147.8784 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "reform2-power.kicad_sch" (id 1) (at 110.49 152.9846 0) + (property "Sheetfile" "reform2-power.kicad_sch" (at 110.49 152.9846 0) (effects (font (size 1.27 1.27)) (justify left top)) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" (page "2")) + ) + ) ) (sheet (at 110.49 158.75) (size 12.7 3.81) (fields_autoplaced) - (stroke (width 0) (type solid) (color 0 0 0 0)) + (stroke (width 0) (type solid)) (fill (color 0 0 0 0.0000)) (uuid 00000000-0000-0000-0000-00005d06a2fd) - (property "Sheet name" "Reform 2 USB" (id 0) (at 110.49 158.0384 0) + (property "Sheetname" "Reform 2 USB" (at 110.49 158.0384 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "reform2-usb.kicad_sch" (id 1) (at 110.49 163.1446 0) + (property "Sheetfile" "reform2-usb.kicad_sch" (at 110.49 163.1446 0) (effects (font (size 1.27 1.27)) (justify left top)) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" (page "5")) + ) + ) ) (sheet (at 162.56 148.59) (size 12.7 3.81) (fields_autoplaced) - (stroke (width 0) (type solid) (color 0 0 0 0)) + (stroke (width 0) (type solid)) (fill (color 0 0 0 0.0000)) (uuid 00000000-0000-0000-0000-00005d06a32e) - (property "Sheet name" "Reform 2 Ethernet" (id 0) (at 162.56 147.8784 0) + (property "Sheetname" "Reform 2 Ethernet" (at 162.56 147.8784 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "reform2-eth.kicad_sch" (id 1) (at 162.56 152.9846 0) + (property "Sheetfile" "reform2-eth.kicad_sch" (at 162.56 152.9846 0) (effects (font (size 1.27 1.27)) (justify left top)) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" (page "11")) + ) + ) ) (sheet (at 162.56 158.75) (size 12.7 3.81) (fields_autoplaced) - (stroke (width 0) (type solid) (color 0 0 0 0)) + (stroke (width 0) (type solid)) (fill (color 0 0 0 0.0000)) (uuid 00000000-0000-0000-0000-00005d06a7b6) - (property "Sheet name" "Reform 2 Display" (id 0) (at 162.56 158.0384 0) + (property "Sheetname" "Reform 2 Display" (at 162.56 158.0384 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "reform2-display.kicad_sch" (id 1) (at 162.56 163.1446 0) + (property "Sheetfile" "reform2-display.kicad_sch" (at 162.56 163.1446 0) (effects (font (size 1.27 1.27)) (justify left top)) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" (page "12")) + ) + ) ) (sheet (at 135.89 148.59) (size 12.7 3.81) (fields_autoplaced) - (stroke (width 0) (type solid) (color 0 0 0 0)) + (stroke (width 0) (type solid)) (fill (color 0 0 0 0.0000)) (uuid 00000000-0000-0000-0000-00005d06ac46) - (property "Sheet name" "Reform 2 PCIe" (id 0) (at 135.89 147.8784 0) + (property "Sheetname" "Reform 2 PCIe" (at 135.89 147.8784 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "reform2-pcie.kicad_sch" (id 1) (at 135.89 152.9846 0) + (property "Sheetfile" "reform2-pcie.kicad_sch" (at 135.89 152.9846 0) (effects (font (size 1.27 1.27)) (justify left top)) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" (page "8")) + ) + ) ) (sheet (at 135.89 158.75) (size 12.7 3.81) (fields_autoplaced) - (stroke (width 0) (type solid) (color 0 0 0 0)) + (stroke (width 0) (type solid)) (fill (color 0 0 0 0.0000)) (uuid 00000000-0000-0000-0000-00005d0ca3eb) - (property "Sheet name" "Reform 2 SD Card" (id 0) (at 135.89 158.0384 0) + (property "Sheetname" "Reform 2 SD Card" (at 135.89 158.0384 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "reform2-sd.kicad_sch" (id 1) (at 135.89 163.1446 0) + (property "Sheetfile" "reform2-sd.kicad_sch" (at 135.89 163.1446 0) (effects (font (size 1.27 1.27)) (justify left top)) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" (page "9")) + ) + ) ) (sheet (at 110.49 168.91) (size 12.7 3.81) (fields_autoplaced) - (stroke (width 0) (type solid) (color 0 0 0 0)) + (stroke (width 0) (type solid)) (fill (color 0 0 0 0.0000)) (uuid 00000000-0000-0000-0000-00005d0d8363) - (property "Sheet name" "Reform 2 HDMI" (id 0) (at 110.49 168.1984 0) + (property "Sheetname" "Reform 2 HDMI" (at 110.49 168.1984 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "reform2-hdmi.kicad_sch" (id 1) (at 110.49 173.3046 0) + (property "Sheetfile" "reform2-hdmi.kicad_sch" (at 110.49 173.3046 0) (effects (font (size 1.27 1.27)) (justify left top)) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" (page "7")) + ) + ) ) (sheet (at 135.89 168.91) (size 12.7 3.81) (fields_autoplaced) - (stroke (width 0) (type solid) (color 0 0 0 0)) + (stroke (width 0) (type solid)) (fill (color 0 0 0 0.0000)) (uuid 00000000-0000-0000-0000-00005d1f6c04) - (property "Sheet name" "Reform 2 Audio" (id 0) (at 135.89 168.1984 0) + (property "Sheetname" "Reform 2 Audio" (at 135.89 168.1984 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "reform2-audio.kicad_sch" (id 1) (at 135.89 173.3046 0) + (property "Sheetfile" "reform2-audio.kicad_sch" (at 135.89 173.3046 0) (effects (font (size 1.27 1.27)) (justify left top)) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0" (page "10")) + ) + ) ) (sheet_instances (path "/" (page "1")) - (path "/00000000-0000-0000-0000-00005cc81028" (page "2")) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" (page "3")) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7" (page "4")) - (path "/00000000-0000-0000-0000-00005d06a2fd" (page "5")) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7" (page "6")) - (path "/00000000-0000-0000-0000-00005d0d8363" (page "7")) - (path "/00000000-0000-0000-0000-00005d06ac46" (page "8")) - (path "/00000000-0000-0000-0000-00005d0ca3eb" (page "9")) - (path "/00000000-0000-0000-0000-00005d1f6c04" (page "10")) - (path "/00000000-0000-0000-0000-00005d06a32e" (page "11")) - (path "/00000000-0000-0000-0000-00005d06a7b6" (page "12")) - ) - - (symbol_instances - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006a3c71b7" - (reference "#FLG0101") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f4b" - (reference "#FLG0102") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5dfa" - (reference "#FLG0103") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000645c3041" - (reference "#FLG0104") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f43" - (reference "#FLG0105") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d10" - (reference "#FLG0106") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000064915e59" - (reference "#FLG0107") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006491670e" - (reference "#FLG0108") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cd4" - (reference "#FLG0109") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce6015" - (reference "#FLG0110") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00006495b405" - (reference "#FLG0111") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00006495b6c2" - (reference "#FLG0112") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00006495baba" - (reference "#FLG0113") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ff63199" - (reference "#FLG0114") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae3934" - (reference "#FLG0115") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006a8d414e" - (reference "#FLG0116") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005ec4072d" - (reference "#FLG0117") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005ec40bbd" - (reference "#FLG0118") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005ee04a8c" - (reference "#FLG0119") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005eead7ad" - (reference "#FLG0120") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-000064a230f2" - (reference "#FLG0121") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-000064a2504b" - (reference "#FLG0122") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-000064c4e0f7" - (reference "#FLG0123") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/0aa5e284-9afc-4943-bc9e-1855d3eec4e7" - (reference "#FLG0124") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/bb6aa52f-f846-4263-b748-6e18c9053ca7" - (reference "#FLG0125") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000615964ac" - (reference "#PWR01") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000613e21e1" - (reference "#PWR02") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005e2f4b9c" - (reference "#PWR03") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000060216d34" - (reference "#PWR04") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000605e78d3" - (reference "#PWR07") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000676ae287" - (reference "#PWR08") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f797781" - (reference "#PWR010") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fccc239" - (reference "#PWR011") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005f9dbb23" - (reference "#PWR023") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da0f5b1" - (reference "#PWR024") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ef071a1" - (reference "#PWR025") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00006041d6c2" - (reference "#PWR035") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005daabcbb" - (reference "#PWR036") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005da8b6eb" - (reference "#PWR037") (unit 1) (value "+1V2") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005daa7616" - (reference "#PWR038") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005da98038" - (reference "#PWR039") (unit 1) (value "+1V8") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006193f11b" - (reference "#PWR041") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005dabfc96" - (reference "#PWR043") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005dac3bc6" - (reference "#PWR044") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005dac2389" - (reference "#PWR045") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005db754e3" - (reference "#PWR047") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fe10b78" - (reference "#PWR048") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005e2f5af5" - (reference "#PWR051") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005dbfed7e" - (reference "#PWR054") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005dc110db" - (reference "#PWR059") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d81c2cd" - (reference "#PWR061") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005da70b88" - (reference "#PWR075") (unit 1) (value "+1V8") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005da71177" - (reference "#PWR076") (unit 1) (value "+1V8") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005edaa95d" - (reference "#PWR078") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005edc6077" - (reference "#PWR080") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005ee59dfe" - (reference "#PWR082") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005da8b5af" - (reference "#PWR083") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005da8b9ce" - (reference "#PWR084") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0af31d" - (reference "#PWR085") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0b29eb" - (reference "#PWR086") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f09c621" - (reference "#PWR087") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0973d8" - (reference "#PWR088") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0b7700" - (reference "#PWR091") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0aa705" - (reference "#PWR093") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0db8ef" - (reference "#PWR097") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d2f00d5" - (reference "#PWR099") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d2fbedd" - (reference "#PWR0100") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d2ffade" - (reference "#PWR0101") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d2ee257" - (reference "#PWR0102") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005f0466be" - (reference "#PWR0103") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005eb50931" - (reference "#PWR0104") (unit 1) (value "+5V") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005cc9541b" - (reference "#PWR0105") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000065850486" - (reference "#PWR0106") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00006580022e" - (reference "#PWR0107") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/b763bf14-3cbb-47f1-9caa-877f0e6c5564" - (reference "#PWR0108") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/cf1b2989-1a0d-46cc-8dfe-61b7843ba686" - (reference "#PWR0109") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e24" - (reference "#PWR0110") (unit 1) (value "+1V2") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d4c" - (reference "#PWR0111") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e39" - (reference "#PWR0112") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e4f" - (reference "#PWR0113") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e02" - (reference "#PWR0114") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d55" - (reference "#PWR0115") (unit 1) (value "+1V5") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d2af63b" - (reference "#PWR0116") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e81" - (reference "#PWR0117") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d3a7425" - (reference "#PWR0118") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/491848dc-f41b-4930-bc30-22cdf9b00b99" - (reference "#PWR0119") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d6adb50" - (reference "#PWR0120") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061a3e33f" - (reference "#PWR0121") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ea0" - (reference "#PWR0122") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5fed" - (reference "#PWR0123") (unit 1) (value "+5V") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000064bf7d92" - (reference "#PWR0124") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fa55570" - (reference "#PWR0125") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d46" - (reference "#PWR0126") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cda" - (reference "#PWR0127") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ccc" - (reference "#PWR0128") (unit 1) (value "+5V") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000064767354" - (reference "#PWR0129") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061b22997" - (reference "#PWR0130") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-00006476735a" - (reference "#PWR0131") (unit 1) (value "+5V") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-00006476733a" - (reference "#PWR0132") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061fb4fb7" - (reference "#PWR0133") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005e91ecc8" - (reference "#PWR0134") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/826b1834-be7a-4944-af23-80ead93cdf2c" - (reference "#PWR0135") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000064767334" - (reference "#PWR0136") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d1e" - (reference "#PWR0137") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d16" - (reference "#PWR0138") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a04fd4c" - (reference "#PWR0139") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a04fdb4" - (reference "#PWR0140") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a118ea5" - (reference "#PWR0141") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a118fbc" - (reference "#PWR0142") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a119060" - (reference "#PWR0143") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a119104" - (reference "#PWR0144") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a119d9c" - (reference "#PWR0145") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005d1d45e5" - (reference "#PWR0146") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005e921e7a" - (reference "#PWR0147") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005e92669e" - (reference "#PWR0148") (unit 1) (value "+1V8") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005e92e29e" - (reference "#PWR0149") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005e92e5e4" - (reference "#PWR0150") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eb63d23" - (reference "#PWR0151") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eb81f6b" - (reference "#PWR0152") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005d1cd57e" - (reference "#PWR0153") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005d1cddeb" - (reference "#PWR0154") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005d1ce3e8" - (reference "#PWR0155") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d12d351" - (reference "#PWR0156") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d137f78" - (reference "#PWR0157") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d14251a" - (reference "#PWR0158") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d148ee2" - (reference "#PWR0159") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ef2" - (reference "#PWR0160") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/5544817c-fdc5-45ab-8ffb-06571a640af5" - (reference "#PWR0161") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d78" - (reference "#PWR0162") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d1543cf" - (reference "#PWR0163") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d15970d" - (reference "#PWR0164") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d7e" - (reference "#PWR0165") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d16c7af" - (reference "#PWR0166") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d17234f" - (reference "#PWR0167") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d1829af" - (reference "#PWR0168") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d18542a" - (reference "#PWR0169") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d8f" - (reference "#PWR0170") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ec1acc7" - (reference "#PWR0171") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e7b" - (reference "#PWR0172") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062212b0d" - (reference "#PWR0173") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000060fe4fec" - (reference "#PWR0174") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-0000612ab436" - (reference "#PWR0175") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006102fa41" - (reference "#PWR0176") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-0000610897de" - (reference "#PWR0177") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-0000610942bd" - (reference "#PWR0178") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006880b9b0" - (reference "#PWR0179") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-0000610f21c1" - (reference "#PWR0180") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-0000610f8d93" - (reference "#PWR0181") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ffc2ed4" - (reference "#PWR0182") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005dbc9030" - (reference "#PWR0183") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005dbe65cb" - (reference "#PWR0184") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005dbf560b" - (reference "#PWR0185") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005dbf561f" - (reference "#PWR0186") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ff4" - (reference "#PWR0187") (unit 1) (value "+5V") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062483dd4" - (reference "#PWR0188") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000625facbc" - (reference "#PWR0189") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d84b01a" - (reference "#PWR0191") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ebdc9ce" - (reference "#PWR0192") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5eb6" - (reference "#PWR0193") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d95" - (reference "#PWR0194") (unit 1) (value "+1V8") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005d9342e9" - (reference "#PWR0195") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005d93843a" - (reference "#PWR0196") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000609542a0" - (reference "#PWR0197") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/7d39e584-68c0-430d-be4c-c157abb14cce" - (reference "#PWR0198") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dcca808" - (reference "#PWR0199") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dce0995" - (reference "#PWR0200") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dced695" - (reference "#PWR0201") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dcfa9a3" - (reference "#PWR0202") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005ddbd801" - (reference "#PWR0203") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df89962" - (reference "#PWR0204") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df9bc66" - (reference "#PWR0205") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618843b5" - (reference "#PWR0206") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842ba" - (reference "#PWR0207") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188420f" - (reference "#PWR0208") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2d3ea7" - (reference "#PWR0209") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2ec991" - (reference "#PWR0210") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2f21f5" - (reference "#PWR0211") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d678680" - (reference "#PWR0212") (unit 1) (value "+1V5") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d67ffe8" - (reference "#PWR0213") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d3b2b49" - (reference "#PWR0214") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ffd76f1" - (reference "#PWR0215") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005ecb605d" - (reference "#PWR0216") (unit 1) (value "+1V2") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884261" - (reference "#PWR0217") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005f0856b7" - (reference "#PWR0218") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005f0ce58e" - (reference "#PWR0219") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188421f" - (reference "#PWR0220") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618843d2" - (reference "#PWR0221") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000645b5ef6" - (reference "#PWR0222") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d3bcef3" - (reference "#PWR0223") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d3bcf07" - (reference "#PWR0224") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005dc7338a" - (reference "#PWR0225") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d3d2015" - (reference "#PWR0226") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005d476721" - (reference "#PWR0227") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005d4966fe" - (reference "#PWR0228") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ebdc9dc" - (reference "#PWR0229") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000067417f9f" - (reference "#PWR0230") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae38e8" - (reference "#PWR0231") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ef8cac6" - (reference "#PWR0232") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000682d9085" - (reference "#PWR0233") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae3904" - (reference "#PWR0234") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae390d" - (reference "#PWR0235") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884231" - (reference "#PWR0236") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884347" - (reference "#PWR0237") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/35907321-bb48-4a43-a6c0-23e860de7c9c" - (reference "#PWR0238") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005eeb135f" - (reference "#PWR0239") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005dbf359d" - (reference "#PWR0240") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/1791df23-5d1d-41a6-b04a-3de7a6adac68" - (reference "#PWR0241") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005eb50e6d" - (reference "#PWR0242") (unit 1) (value "+5V") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/7c3d5358-895b-4440-a79f-52d2df13ccd6" - (reference "#PWR0243") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000602b2220" - (reference "#PWR0244") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005eeb1bbd" - (reference "#PWR0246") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005fa0922c" - (reference "#PWR0247") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005fa49e1b" - (reference "#PWR0248") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005fa9cca8" - (reference "#PWR0249") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005fa9ccb4" - (reference "#PWR0250") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005fc025dd" - (reference "#PWR0251") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005fc025e9" - (reference "#PWR0252") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/17db6702-691f-4f67-8633-e233969d8e6e" - (reference "#PWR0253") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec0b9" - (reference "#PWR0254") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec0ad" - (reference "#PWR0255") (unit 1) (value "+5V") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec152" - (reference "#PWR0256") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec182" - (reference "#PWR0257") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/e53ee7fb-53be-4c8b-bb14-c614bc49e153" - (reference "#PWR0258") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/485ee153-0a27-4996-a10e-11e72b097f06" - (reference "#PWR0259") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae38d8" - (reference "BT1") (unit 1) (value "CR1220") (footprint "Battery:BatteryHolder_Keystone_3000_1x12mm") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006052aeb8" - (reference "C1") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d3f0fa8" - (reference "C2") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e0f" - (reference "C3") (unit 1) (value "0.33uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d24b7b3" - (reference "C4") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d24b4dd" - (reference "C5") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061aafcde" - (reference "C6") (unit 1) (value "4.7uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/712f2eb5-6b77-4a65-a3af-e042ca7e0f04" - (reference "C7") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/941d70ad-4bbe-4fbb-bb84-12663cceabd6" - (reference "C8") (unit 1) (value "18pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/fb00f9b0-9e6a-4021-a83a-9c19d91ffbc9" - (reference "C9") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/2818b34d-36b6-4fe6-a852-5bab07e51720" - (reference "C10") (unit 1) (value "18pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/9925e343-bad8-48d3-b1d3-61a4d5545e77" - (reference "C11") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/5451ac5d-34a2-41c1-aa12-21b6ad6d765d" - (reference "C12") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/e84f6cf8-bb2c-4d1b-941a-6653775d1a97" - (reference "C13") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/065893f8-e470-484c-a4a9-c79ffd34c490" - (reference "C14") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/522fba98-29fc-4e33-adb3-1450ec1c5abb" - (reference "C15") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ce5" - (reference "C16") (unit 1) (value "100uF") (footprint "Capacitor_SMD:CP_Elec_8x10") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cf1" - (reference "C17") (unit 1) (value "100uF") (footprint "Capacitor_SMD:CP_Elec_8x10") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cc5" - (reference "C18") (unit 1) (value "220uF") (footprint "Capacitor_SMD:CP_Elec_8x10") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d08" - (reference "C19") (unit 1) (value "220uF") (footprint "Capacitor_SMD:CP_Elec_8x10") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/e418724b-8a3e-4b2a-acfd-3a33c3878586" - (reference "C20") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/42f91bf8-57e9-4879-bb10-6763602c2a67" - (reference "C21") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a04fd85" - (reference "C22") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a05122d" - (reference "C23") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a051336" - (reference "C24") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a0513ca" - (reference "C25") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a05141b" - (reference "C26") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d171fa3" - (reference "C27") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d15c03f" - (reference "C28") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d156ea0" - (reference "C29") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d14719e" - (reference "C30") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000060c0c1e8" - (reference "C31") (unit 1) (value "0.33uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000060ed0fff" - (reference "C32") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e6a" - (reference "C33") (unit 1) (value "4.7uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e75" - (reference "C34") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d35" - (reference "C35") (unit 1) (value "4.7uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e59" - (reference "C36") (unit 1) (value "6.8pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d40" - (reference "C37") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ec0" - (reference "C38") (unit 1) (value "6.8pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da23928" - (reference "C39") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da14d06" - (reference "C40") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da23932" - (reference "C41") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da15148" - (reference "C42") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/92bad24a-790e-4306-9a18-a51627143348" - (reference "C43") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006257d170" - (reference "C44") (unit 1) (value "2.2uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061b9659b" - (reference "C45") (unit 1) (value "0.033uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188428d" - (reference "C46") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884297" - (reference "C47") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884219" - (reference "C48") (unit 1) (value "18pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842a1" - (reference "C49") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842ab" - (reference "C50") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884209" - (reference "C51") (unit 1) (value "18pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000060fc9f01" - (reference "C52") (unit 1) (value "10nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000060fca681" - (reference "C53") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000060fcaa65" - (reference "C54") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000060fcacbe" - (reference "C55") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005e92b357" - (reference "C56") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005e92c316" - (reference "C57") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006109426d" - (reference "C58") (unit 1) (value "10nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000061094277" - (reference "C59") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-000061094281" - (reference "C60") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006109428b" - (reference "C61") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ebdc9d6" - (reference "C62") (unit 1) (value "18pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005eea2b4f" - (reference "C63") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061c7e73e" - (reference "C64") (unit 1) (value "2nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061ec7e92" - (reference "C65") (unit 1) (value "680pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/550b5d33-bb2a-4758-9a65-dfbd6ff3b2ba" - (reference "C66") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df1df02" - (reference "C67") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df2d105" - (reference "C68") (unit 1) (value "2nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005eea41f9" - (reference "C69") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dc98163" - (reference "C70") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005eea4792" - (reference "C71") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005eea3522" - (reference "C72") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/479666b9-b5f0-46d6-b7ad-c3521173c04d" - (reference "C73") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df8996c" - (reference "C74") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df9bc70" - (reference "C75") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dced684" - (reference "C76") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dcfa992" - (reference "C77") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df89976" - (reference "C78") (unit 1) (value "2nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df9bc7a" - (reference "C79") (unit 1) (value "2nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005eea2fe2" - (reference "C81") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5eea" - (reference "C82") (unit 1) (value "2.2uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eeaccad" - (reference "C83") (unit 1) (value "47uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005ddbd7f0" - (reference "C84") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dce0984" - (reference "C85") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/4262c68d-3c0e-4623-948a-86e179d5ab7c" - (reference "C86") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/3a634ccb-e88c-4661-894e-b00a2ec4032a" - (reference "C87") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/7226b279-c630-4a98-820a-92be68893e7c" - (reference "C88") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/01274c0e-20a9-45ba-ad2a-da56326ee9e0" - (reference "C89") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/9276e162-1bbe-4e9a-b965-921df43ed7d7" - (reference "C90") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/2bec97e1-403b-484c-9ac2-82b5bc31837d" - (reference "C91") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/0959eb15-441c-4771-8fb9-330fc40785e2" - (reference "C92") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ebdc9c8" - (reference "C98") (unit 1) (value "18pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2cda6f" - (reference "C99") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2cd479" - (reference "C100") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2cc244" - (reference "C101") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2cc570" - (reference "C102") (unit 1) (value "10nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2ccf1d" - (reference "C103") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2cc9ee" - (reference "C104") (unit 1) (value "10nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e31225c" - (reference "C105") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e31c261" - (reference "C106") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e3225a9" - (reference "C107") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e316ff8" - (reference "C108") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e31c26d" - (reference "C109") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e3225b5" - (reference "C110") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2e40cb" - (reference "C111") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2f21db" - (reference "C112") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2e40ad" - (reference "C113") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2f97d4" - (reference "C114") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2f21bd" - (reference "C115") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2e40b7" - (reference "C116") (unit 1) (value "10nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2f21d1" - (reference "C117") (unit 1) (value "10nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005e2e40c1" - (reference "C118") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d677bf9" - (reference "C119") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d6779b0" - (reference "C120") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5efd" - (reference "C121") (unit 1) (value "47uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006739fa2d" - (reference "C122") (unit 1) (value "100uF") (footprint "Capacitor_SMD:CP_Elec_6.3x7.7") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eead537" - (reference "C123") (unit 1) (value "47uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eeaefe2" - (reference "C124") (unit 1) (value "47uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000674b1898" - (reference "C125") (unit 1) (value "2.2uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eeaf1a5" - (reference "C126") (unit 1) (value "47uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f2217e7" - (reference "C127") (unit 1) (value "220uF") (footprint "Capacitor_SMD:C_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5da4" - (reference "C128") (unit 1) (value "10nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d6f" - (reference "C129") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d88" - (reference "C130") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005ed877d7" - (reference "C131") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005edc6053" - (reference "C132") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005ed9b07a" - (reference "C133") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005edc605d" - (reference "C134") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005ed9b22d" - (reference "C135") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005edc6067" - (reference "C136") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005ee5821e" - (reference "C137") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005ee585f1" - (reference "C138") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000682d9067" - (reference "C139") (unit 1) (value "4.7uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae38f9" - (reference "C140") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006830926e" - (reference "C141") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0af334" - (reference "C142") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0981f2" - (reference "C143") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f09cd07" - (reference "C144") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f69" - (reference "C145") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f59" - (reference "C146") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f2211cd" - (reference "C147") (unit 1) (value "220uF") (footprint "Capacitor_SMD:C_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5dc5" - (reference "C148") (unit 1) (value "10nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f8bac57" - (reference "C149") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0a8c9f" - (reference "C150") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0b76e4" - (reference "C151") (unit 1) (value "4.7uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ff730dd" - (reference "C152") (unit 1) (value "10nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ffc31b6" - (reference "C153") (unit 1) (value "10nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0a8ca9" - (reference "C154") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006152db10" - (reference "C155") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdd2774" - (reference "C156") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005edbd6f7" - (reference "C157") (unit 1) (value "470nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdd2ab3" - (reference "C158") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005edd68fc" - (reference "C159") (unit 1) (value "470nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000675b78fc" - (reference "C160") (unit 1) (value "2.2uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000675b7394" - (reference "C161") (unit 1) (value "100uF") (footprint "Capacitor_SMD:CP_Elec_6.3x7.7") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f6748cf" - (reference "C162") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f67996e" - (reference "C163") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec0da" - (reference "C164") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdd3922" - (reference "C165") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdd3d9c" - (reference "C166") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec172" - (reference "C167") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005f9ed869" - (reference "C168") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005f9df1dc" - (reference "C169") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fa4ddea" - (reference "C170") (unit 1) (value "4.7uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005faff460" - (reference "D1") (unit 1) (value "BZT52C10") (footprint "Diode_SMD:D_SOD-123") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d3259c9" - (reference "D2") (unit 1) (value "BAT46WJ,115") (footprint "Diode_SMD:D_SOD-323") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5df1" - (reference "D3") (unit 1) (value "SBR0560S1") (footprint "Diode_SMD:D_SOD-123") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000636ea79e" - (reference "D4") (unit 1) (value "SBR0560S1") (footprint "Diode_SMD:D_SOD-123") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000065f2a456" - (reference "D5") (unit 1) (value "NOSTUFF") (footprint "Diode_SMD:D_SOD-123") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006330c051" - (reference "D6") (unit 1) (value "SBR0560S1") (footprint "Diode_SMD:D_SOD-123") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006616fdf9" - (reference "D7") (unit 1) (value "BZT52C6V2-7-F") (footprint "Diode_SMD:D_SOD-123") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000065c6f27b" - (reference "D8") (unit 1) (value "LEDCHG1") (footprint "LED_SMD:LED_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000065d56fe1" - (reference "D9") (unit 1) (value "LEDCHG2") (footprint "LED_SMD:LED_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006028f2e4" - (reference "D10") (unit 1) (value "SP0503BAHT") (footprint "Package_TO_SOT_SMD:SOT-143") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000064767324" - (reference "D11") (unit 1) (value "LED3V") (footprint "LED_SMD:LED_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000064767344" - (reference "D12") (unit 1) (value "LED5V") (footprint "LED_SMD:LED_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000063d3fe00" - (reference "D13") (unit 1) (value "SMAJ36CA-E3/5A") (footprint "Diode_SMD:D_SMA") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005f873f4d" - (reference "D14") (unit 1) (value "SD0603S040S0R2") (footprint "Diode_SMD:D_0603_1608Metric_Castellated") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/bceba67d-3368-4af8-b9c6-2a6f1eadb199" - (reference "D15") (unit 1) (value "BZX584C3V3-G3-08") (footprint "Diode_SMD:D_SOD-523") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/f02e89cb-a0b7-4982-923d-3b1d5de07038" - (reference "D16") (unit 1) (value "BZX584C3V3-G3-08") (footprint "Diode_SMD:D_SOD-523") - ) - (path "/00000000-0000-0000-0000-00005cc81028/1279747d-2fb3-48d8-856b-118d93a38c6b" - (reference "D17") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/00000000-0000-0000-0000-00005cc81028/51cec2b8-ee80-4cb9-951a-05e000d9f4bc" - (reference "D18") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/00000000-0000-0000-0000-00005cc81028/0373ed33-238e-4f15-b8c0-bce9202cd24d" - (reference "D19") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d29" - (reference "D20") (unit 1) (value "SK54A-LTP") (footprint "Diode_SMD:D_SMA") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5fd6" - (reference "D21") (unit 1) (value "SK54A-LTP") (footprint "Diode_SMD:D_SMA") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005db65d52" - (reference "D22") (unit 1) (value "LED_WLAN1") (footprint "LED_SMD:LED_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d21daf3" - (reference "D23") (unit 1) (value "LED_NVME") (footprint "LED_SMD:LED_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/8a3ed089-f419-4dad-8694-0f5398f5e647" - (reference "D24") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/00000000-0000-0000-0000-00005cc81028/5c9cd222-3a5c-41a6-9f3e-97ab3470bdac" - (reference "D25") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/00000000-0000-0000-0000-00005cc81028/fc31afae-1378-4d62-982d-d4faed4739a8" - (reference "D26") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/00000000-0000-0000-0000-00005cc81028/8879bd40-63ea-4b04-8a5d-26844a4c5d4d" - (reference "D27") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/00000000-0000-0000-0000-00005cc81028/22cabd4d-6287-4cc5-9d62-96fb9cc534ff" - (reference "D28") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/00000000-0000-0000-0000-00005cc81028/2946cc21-258f-449d-a95e-520195decc4f" - (reference "D29") (unit 1) (value "BAT46WJ,115") (footprint "Diode_SMD:D_SOD-323") - ) - (path "/00000000-0000-0000-0000-00005cc81028/8b15b29e-5a7e-4d46-84bc-3fd0507c9321" - (reference "D30") (unit 1) (value "BAT46WJ,115") (footprint "Diode_SMD:D_SOD-323") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005ec93395" - (reference "F1") (unit 1) (value "0157004.DR") (footprint "footprints:fuse_smf") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005e89624c" - (reference "F2") (unit 1) (value "0157004.DR") (footprint "footprints:fuse_smf") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/f53b80c8-ff5e-4a82-bc5c-190276eab5af" - (reference "F3") (unit 1) (value "0157004.DR") (footprint "footprints:fuse_smf") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da53c5d" - (reference "FB1") (unit 1) (value "220@100MHz 1.4A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da4faf9" - (reference "FB2") (unit 1) (value "220@100MHz 1.4A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005dac08fc" - (reference "FB3") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005db754ed" - (reference "FB4") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005e050034" - (reference "FB5") (unit 1) (value "220@100MHz 1.4A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005e07638b" - (reference "FB6") (unit 1) (value "220@100MHz 1.4A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005e089963" - (reference "FB7") (unit 1) (value "220@100MHz 1.4A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005e029bc1" - (reference "FB8") (unit 1) (value "220@100MHz 1.4A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005e03d0a3" - (reference "FB9") (unit 1) (value "220@100MHz 1.4A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fe5286d" - (reference "FB10") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fe5791c" - (reference "FB11") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005f775a89" - (reference "FB12") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005f7d63b7" - (reference "FB14") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005f7f1bf0" - (reference "FB15") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fe57b56" - (reference "FB16") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fe57f36" - (reference "FB17") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000601f9668" - (reference "FB18") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006020bdc4" - (reference "FB19") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000601eea4c" - (reference "FB20") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000602291d8" - (reference "FB21") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-000060257c6a" - (reference "FB22") (unit 1) (value "100@100MHz 3A") (footprint "Inductor_SMD:L_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d2f00cf" - (reference "H1") (unit 1) (value "NGFF-Mount1") (footprint "footprints:WA-SMSI-M2") - ) - (path "/00000000-0000-0000-0000-00005d2fbee7" - (reference "H2") (unit 1) (value "NGFF-Mount2") (footprint "footprints:WA-SMSI-M2") - ) - (path "/00000000-0000-0000-0000-00005d2ffae8" - (reference "H3") (unit 1) (value "NGFF-Mount3") (footprint "footprints:WA-SMSI-M2") - ) - (path "/00000000-0000-0000-0000-00005dbc8bc3" - (reference "H5") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad") - ) - (path "/00000000-0000-0000-0000-00005dbe65c1" - (reference "H6") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad") - ) - (path "/00000000-0000-0000-0000-00005dbf5601" - (reference "H7") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad") - ) - (path "/00000000-0000-0000-0000-00005dbf5615" - (reference "H8") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.2mm_M2_DIN965_Pad") - ) - (path "/00000000-0000-0000-0000-00005ec23958" - (reference "H9") (unit 1) (value "OSHWA_DE17") (footprint "footprints:oshwa-de17") - ) - (path "/00000000-0000-0000-0000-000061115eaf" - (reference "H10") (unit 1) (value "LOGO_REFORM") (footprint "reform2-motherboard:mntreform") - ) - (path "/00000000-0000-0000-0000-0000611164c9" - (reference "H11") (unit 1) (value "LABEL_MPCIE1") (footprint "footprints:mpcie") - ) - (path "/00000000-0000-0000-0000-0000611177f8" - (reference "H12") (unit 1) (value "LABEL_MPCIE2") (footprint "footprints:nvme") - ) - (path "/00000000-0000-0000-0000-0000616fbc04" - (reference "H13") (unit 1) (value "LABEL_CPU") (footprint "footprints:cpu") - ) - (path "/00000000-0000-0000-0000-000064382d78" - (reference "H14") (unit 1) (value "BADGE") (footprint "footprints:reform2-motherboard-badge") - ) - (path "/00000000-0000-0000-0000-000064785954" - (reference "H15") (unit 1) (value "NOTOUCH") (footprint "Symbol:ESD-Logo_8.9x8mm_SilkScreen") - ) - (path "/00000000-0000-0000-0000-00005d3b2b53" - (reference "H22") (unit 1) (value "MountingHole_Pad") (footprint "footprints:WA-SMSI-M2") - ) - (path "/00000000-0000-0000-0000-00005d3bcefd" - (reference "H24") (unit 1) (value "MountingHole_Pad") (footprint "footprints:WA-SMSI-M2") - ) - (path "/00000000-0000-0000-0000-00005d3bcf11" - (reference "H25") (unit 1) (value "MountingHole_Pad") (footprint "footprints:WA-SMSI-M2") - ) - (path "/00000000-0000-0000-0000-00005d3d201f" - (reference "H27") (unit 1) (value "MountingHole_Pad") (footprint "footprints:WA-SMSI-M2") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005cc82e0e" - (reference "J1") (unit 1) (value "Jack-DC") (footprint "footprints:SWC_RAPC712X") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f0a72ed" - (reference "J2") (unit 1) (value "BATCON2") (footprint "Connector_Molex:Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005d0e6993" - (reference "J3") (unit 1) (value "SD_Card") (footprint "footprints:TE_1775059-1") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d123420" - (reference "J4") (unit 1) (value "HDMI_A") (footprint "footprints:HDMI-685119134923") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da2390d" - (reference "J5") (unit 1) (value "USB3_A") (footprint "footprints:692121030100") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da00825" - (reference "J6") (unit 1) (value "USB3_A") (footprint "footprints:692121030100") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005dc02ac6" - (reference "J7") (unit 1) (value "SJ-43516-SMT") (footprint "footprints:SJ-43516-SMT") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/403b5a9a-4e83-41aa-b009-84ad7f8355bf" - (reference "J8") (unit 1) (value "USB_C_Receptacle_USB2.0") (footprint "Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000060f17696" - (reference "J9") (unit 1) (value "USB_INT1") (footprint "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-0000610031f1" - (reference "J10") (unit 1) (value "1-2199230-6") (footprint "footprints:TE_1-2199230-6") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-0000610f1b47" - (reference "J11") (unit 1) (value "48099-5701") (footprint "footprints:MOLEX_48099-5701") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/9af1cb30-120c-4bd0-9692-20a1323b5bd7" - (reference "J12") (unit 1) (value "Conn_02x08_Odd_Even") (footprint "Connector_PinHeader_1.00mm:PinHeader_2x08_P1.00mm_Vertical_SMD") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f00ed51" - (reference "J13") (unit 1) (value "BATCON1") (footprint "Connector_Molex:Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005dbc25d6" - (reference "J14") (unit 1) (value "USB_INT2") (footprint "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical") - ) - (path "/00000000-0000-0000-0000-0000613584e8" - (reference "J15") (unit 1) (value "Conn_01x33") (footprint "Connector_FFC-FPC:Hirose_FH12-33S-0.5SH_1x33-1MP_P0.50mm_Horizontal") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-000061932c31" - (reference "J16") (unit 1) (value "LINE_IN") (footprint "Connector_PinHeader_2.00mm:PinHeader_1x03_P2.00mm_Vertical") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da0c9af" - (reference "J17") (unit 1) (value "USB3_A") (footprint "footprints:692121030100") - ) - (path "/00000000-0000-0000-0000-00005d742fcd" - (reference "J18") (unit 1) (value "Conn_01x03_Male") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Horizontal") - ) - (path "/00000000-0000-0000-0000-00005ecaafce" - (reference "J19") (unit 1) (value "JTAG") (footprint "Connector_PinHeader_1.27mm:PinHeader_2x05_P1.27mm_Vertical") - ) - (path "/00000000-0000-0000-0000-00005d81c2bf" - (reference "J20") (unit 1) (value "Conn_01x03_Male") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006829185c" - (reference "J21") (unit 1) (value "Conn_01x04") (footprint "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188440e" - (reference "J22") (unit 1) (value "LPC_IO") (footprint "Connector_PinHeader_2.54mm:PinHeader_2x08_P2.54mm_Vertical") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618843cb" - (reference "J23") (unit 1) (value "KDBSYSCTL") (footprint "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005d455f41" - (reference "J24") (unit 1) (value "EDP_HEADER") (footprint "Connector_PinHeader_2.00mm:PinHeader_2x15_P2.00mm_Vertical") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fb2f80b" - (reference "L1") (unit 1) (value "22uH 5A") (footprint "Inductor_SMD:L_12x12mm_H6mm") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d30fc91" - (reference "L2") (unit 1) (value "IMC1210ER100K") (footprint "Inductor_SMD:L_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cba" - (reference "L3") (unit 1) (value "68uH") (footprint "Inductor_SMD:L_Bourns_SRR1210A") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cfe" - (reference "L4") (unit 1) (value "68uH") (footprint "Inductor_SMD:L_Bourns_SRR1210A") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5de7" - (reference "L5") (unit 1) (value "10uH") (footprint "Inductor_SMD:L_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f0c" - (reference "L6") (unit 1) (value "2.2uH") (footprint "Inductor_SMD:L_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f16" - (reference "L7") (unit 1) (value "2.2uH") (footprint "Inductor_SMD:L_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fd7b70c" - (reference "L8") (unit 1) (value "15uH") (footprint "Inductor_SMD:L_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdb4b8d" - (reference "L9") (unit 1) (value "15uH") (footprint "Inductor_SMD:L_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fd7afe9" - (reference "L10") (unit 1) (value "15uH") (footprint "Inductor_SMD:L_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005fdb4f36" - (reference "L11") (unit 1) (value "15uH") (footprint "Inductor_SMD:L_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005a04fc73" - (reference "P1") (unit 1) (value "J0G-0003NL") (footprint "footprints:PULSE_J0G-0003NL") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f9c3b8b" - (reference "Q1") (unit 1) (value "Si7850DP") (footprint "footprints:PowerPAK_SO-8_Single_8Pads") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d601e86" - (reference "Q2") (unit 1) (value "Si7850DP") (footprint "footprints:PowerPAK_SO-8_Single_8Pads") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f3acd19" - (reference "Q3") (unit 1) (value "Si7461DP") (footprint "footprints:PowerPAK_SO-8_Single_8Pads") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062026400" - (reference "Q4") (unit 1) (value "PMV50ENEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d090c6c" - (reference "Q5") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0f8682" - (reference "Q6") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0c307d" - (reference "Q7") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b8536" - (reference "Q8") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b0671" - (reference "Q9") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0a6a00" - (reference "Q10") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0365af" - (reference "Q11") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d1c46f4" - (reference "Q12") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fa55259" - (reference "Q15") (unit 1) (value "Si7850DP") (footprint "footprints:PowerPAK_SO-8_Single_8Pads") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fa561b4" - (reference "Q17") (unit 1) (value "Si7850DP") (footprint "footprints:PowerPAK_SO-8_Single_8Pads") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000600c2940" - (reference "Q18") (unit 1) (value "Si7461DP") (footprint "footprints:PowerPAK_SO-8_Single_8Pads") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f87" - (reference "R1") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec168" - (reference "R2") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061528915" - (reference "R3") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d4eff9c" - (reference "R4") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d4f04f9" - (reference "R5") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d5c2dff" - (reference "R6") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/66874b86-964a-4086-8c9f-23b60e1576b6" - (reference "R7") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062483a5a" - (reference "R8") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d090c85" - (reference "R9") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0f869a" - (reference "R10") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0c3095" - (reference "R11") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b854e" - (reference "R12") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b0689" - (reference "R13") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0a6a18" - (reference "R14") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d03b638" - (reference "R15") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d1c470d" - (reference "R16") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d090c79" - (reference "R17") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0f868f" - (reference "R18") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0c308a" - (reference "R19") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b8543" - (reference "R20") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b067e" - (reference "R21") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0a6a0d" - (reference "R22") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0386bb" - (reference "R23") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d1c4701" - (reference "R24") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d090c92" - (reference "R25") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0f86a7" - (reference "R26") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0c30a2" - (reference "R27") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b855b" - (reference "R28") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0b0696" - (reference "R29") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d0a6a25" - (reference "R30") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d03e837" - (reference "R31") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d1c471a" - (reference "R32") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-00006476732e" - (reference "R33") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fd6c758" - (reference "R34") (unit 1) (value "150k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005fa1fc61" - (reference "R35") (unit 1) (value "1.5k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eb8f282" - (reference "R36") (unit 1) (value "475") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ec38c15" - (reference "R37") (unit 1) (value "1.5k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ec58288" - (reference "R38") (unit 1) (value "1.5k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ec8b15d" - (reference "R39") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ec8adbb" - (reference "R40") (unit 1) (value "1.5k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/dad595b9-7969-4f5f-815d-7705ea27ad65" - (reference "R41") (unit 1) (value "0.02") (footprint "Resistor_SMD:R_0612_1632Metric") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005d1cb92a" - (reference "R42") (unit 1) (value "1.5k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d14cd66" - (reference "R43") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d14d233" - (reference "R44") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d13f480" - (reference "R45") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d16cd31" - (reference "R46") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d1829b9" - (reference "R47") (unit 1) (value "47k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d185434" - (reference "R48") (unit 1) (value "47k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fbc33b7" - (reference "R49") (unit 1) (value "0.01") (footprint "Resistor_SMD:R_0612_1632Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fbc2f14" - (reference "R50") (unit 1) (value "0.01") (footprint "Resistor_SMD:R_0612_1632Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062196e8e" - (reference "R51") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/36a5e010-82e5-48a7-b066-084b8c05e9b2" - (reference "R53") (unit 1) (value "51k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062d55c5a" - (reference "R54") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005da0dcb3" - (reference "R55") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000620a5a19" - (reference "R56") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/772ef6b0-2262-414a-8f44-3260f522cc51" - (reference "R57") (unit 1) (value "51k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/1f59ced6-20a0-4109-bad6-89d6896760de" - (reference "R58") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/64fabfa6-285d-4593-b47b-7e17f5c3028f" - (reference "R59") (unit 1) (value "9.09K 1%") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/37adb6af-5a0b-4959-b9dc-4024bab21655" - (reference "R60") (unit 1) (value "90.9K 1%") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/8dcd9e54-2f2c-4a01-801b-e867d422404d" - (reference "R61") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/5254a816-2856-402a-9bda-f15587ad86fa" - (reference "R62") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/3183529b-4cdc-4460-ac96-5c695981bd56" - (reference "R63") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005daa503e" - (reference "R64") (unit 1) (value "51k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005e039b4b" - (reference "R65") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000618caf93" - (reference "R66") (unit 1) (value "220") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005db66e46" - (reference "R67") (unit 1) (value "1k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884335" - (reference "R68") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188432b" - (reference "R69") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188426e" - (reference "R70") (unit 1) (value "33") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884356" - (reference "R71") (unit 1) (value "1.5k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884278" - (reference "R72") (unit 1) (value "33") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842df" - (reference "R73") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842e9" - (reference "R74") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842f3" - (reference "R75") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842fd" - (reference "R76") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-000060f2545c" - (reference "R77") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d7a411c" - (reference "R78") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005d74f9c5" - (reference "R79") (unit 1) (value "100k NTC") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000061ec7b4b" - (reference "R80") (unit 1) (value "47k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/5b7b4ed8-32f4-4455-b3c1-aa0ea9bb1bd1" - (reference "R81") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-000060411d91" - (reference "R82") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec0d0" - (reference "R83") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/cbdabf13-4be8-4efa-a15c-c64d62fa0274" - (reference "R84") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/aec018ed-1b43-413a-9d8b-75c6685492e4" - (reference "R85") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/07fb6cb0-ebdc-4ba2-b22b-899fe29e117f" - (reference "R86") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005d950f53" - (reference "R90") (unit 1) (value "27") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005d96eeab" - (reference "R91") (unit 1) (value "27") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005d95f31a" - (reference "R92") (unit 1) (value "27") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005d96eeb5" - (reference "R93") (unit 1) (value "27") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005fc31695" - (reference "R94") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00006252fcc7" - (reference "R95") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df89952" - (reference "R96") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005df9bc56" - (reference "R97") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce600c" - (reference "R98") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ff52117" - (reference "R101") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005d907271" - (reference "R103") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d2dcff0" - (reference "R104") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d2f70c7" - (reference "R105") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d304133" - (reference "R106") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d2dbe2e" - (reference "R107") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d2f70bd" - (reference "R108") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d304129" - (reference "R109") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d21dafe" - (reference "R110") (unit 1) (value "1k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005dc1e478" - (reference "R111") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000618cb2d9" - (reference "R112") (unit 1) (value "220") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e2aec8a" - (reference "R113") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006187a8e2" - (reference "R114") (unit 1) (value "33") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005dc1194c" - (reference "R115") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005d3f4205" - (reference "R116") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e4884f3" - (reference "R117") (unit 1) (value "10k-DNP") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e49fd3d" - (reference "R118") (unit 1) (value "10k-DNP") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e530f1f" - (reference "R119") (unit 1) (value "10k-DNP") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e4b7e2c" - (reference "R120") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006188c4a7" - (reference "R121") (unit 1) (value "33") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005f0094f5" - (reference "R122") (unit 1) (value "1.5k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eb12254" - (reference "R123") (unit 1) (value "49.9") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188436f" - (reference "R124") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884379" - (reference "R125") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884383" - (reference "R126") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884364" - (reference "R128") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005d9f4ebd" - (reference "R129") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005da0b272" - (reference "R130") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005da1e94b" - (reference "R131") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005da1ec52" - (reference "R132") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005da87421" - (reference "R135") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005da8b9c3" - (reference "R136") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae3918" - (reference "R137") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f25adf7" - (reference "R138") (unit 1) (value "33") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006187efd7" - (reference "R139") (unit 1) (value "33") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0e8f60" - (reference "R140") (unit 1) (value "680") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000698b0028" - (reference "R141") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0db521" - (reference "R142") (unit 1) (value "47k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00005f0db197" - (reference "R143") (unit 1) (value "47k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-0000698b3ae8" - (reference "R144") (unit 1) (value "47k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005d3f4a40" - (reference "R146") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06a32e/00000000-0000-0000-0000-00005d3f5686" - (reference "R147") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eae91fb" - (reference "R148") (unit 1) (value "49.9") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006188c0bd" - (reference "R150") (unit 1) (value "33") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006188c251" - (reference "R151") (unit 1) (value "33") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-00006a0ef612" - (reference "R152") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f70742a" - (reference "R153") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000061c521ba" - (reference "R154") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000061c5240b" - (reference "R155") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ebdc9c0" - (reference "R156") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618843a8" - (reference "R157") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ed5ade2" - (reference "R160") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005ff563b3" - (reference "R161") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-00006476734e" - (reference "R164") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f3b4154" - (reference "R167") (unit 1) (value "62") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e437433" - (reference "R168") (unit 1) (value "10k-DNP") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e2c5325" - (reference "R169") (unit 1) (value "10k-DNP") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e2d1326" - (reference "R170") (unit 1) (value "10k-DNP") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e31432e" - (reference "R171") (unit 1) (value "10k-DNP") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000613df725" - (reference "R172") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000060faf968" - (reference "R173") (unit 1) (value "49.9k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000060fafea2" - (reference "R174") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000060649005" - (reference "R175") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000606492ea" - (reference "R176") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000600c0eba" - (reference "R177") (unit 1) (value "0.02") (footprint "Resistor_SMD:R_0612_1632Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e31" - (reference "R178") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e46" - (reference "R179") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e98" - (reference "R180") (unit 1) (value "150k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ead" - (reference "R181") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000649375c1" - (reference "R182") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000065c6f287" - (reference "R183") (unit 1) (value "1k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000065d56fed" - (reference "R184") (unit 1) (value "1k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ed2" - (reference "R185") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5edd" - (reference "R186") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f20" - (reference "R188") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f33" - (reference "R189") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005eeb5b3a" - (reference "R192") (unit 1) (value "27k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000600ab2d1" - (reference "R193") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188442f" - (reference "R194") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188441f" - (reference "R195") (unit 1) (value "1.5k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006155903f" - (reference "R196") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005eeb1bce" - (reference "R197") (unit 1) (value "47k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eec4c35" - (reference "R198") (unit 1) (value "49.9") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005eec4c40" - (reference "R199") (unit 1) (value "49.9") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618843e9" - (reference "SW1") (unit 1) (value "SW_DIP_x01") (footprint "Button_Switch_SMD:SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188422b" - (reference "SW2") (unit 1) (value "SW_Push") (footprint "footprints:UK-B0206-G3.8-250-JZ") - ) - (path "/00000000-0000-0000-0000-00005e29784d" - (reference "SW3") (unit 1) (value "SW_DIP_x01") (footprint "Button_Switch_SMD:SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm") - ) - (path "/00000000-0000-0000-0000-00005dbc8bec" - (reference "SW6") (unit 1) (value "SW_Push") (footprint "footprints:UK-B0206-G3.8-250-JZ") - ) - (path "/00000000-0000-0000-0000-00005f7e2e35" - (reference "TP1") (unit 1) (value "IMX_PWM4") (footprint "TestPoint:TestPoint_Pad_D1.0mm") - ) - (path "/00000000-0000-0000-0000-000061a56e27" - (reference "TP2") (unit 1) (value "T_OTG") (footprint "TestPoint:TestPoint_Pad_D1.0mm") - ) - (path "/00000000-0000-0000-0000-00005dbab563" - (reference "TP8") (unit 1) (value "T_PMIC_ON_REQ") (footprint "TestPoint:TestPoint_Pad_D1.0mm") - ) - (path "/00000000-0000-0000-0000-00005d40c483" - (reference "TP10") (unit 1) (value "T_M4_NMI") (footprint "TestPoint:TestPoint_Pad_D1.0mm") - ) - (path "/00000000-0000-0000-0000-00005df11bd6" - (reference "TP12") (unit 1) (value "SAI2_RXC") (footprint "TestPoint:TestPoint_Pad_D1.0mm") - ) - (path "/00000000-0000-0000-0000-000060678a3c" - (reference "U1") (unit 1) (value "Nitrogen8M_SOM") (footprint "footprints:TE_1473149-4") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005f207317" - (reference "U2") (unit 1) (value "LTC4020EUHFPBF") (footprint "Package_DFN_QFN:QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm") - ) - (path "/00000000-0000-0000-0000-00005d1f6c04/00000000-0000-0000-0000-000068222e02" - (reference "U3") (unit 1) (value "WM8960") (footprint "Package_DFN_QFN:QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm_ThermalVias") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-00005cef5f44" - (reference "U4") (unit 1) (value "LTC6803-4") (footprint "Package_SO:SSOP-44_5.3x12.8mm_P0.5mm") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae38e2" - (reference "U5") (unit 1) (value "PCF8523T") (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/8fb9d552-75ac-472f-82a6-07f6ee538b2f" - (reference "U6") (unit 1) (value "INA233") (footprint "Package_SO:VSSOP-10_3x3mm_P0.5mm") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5dbb" - (reference "U7") (unit 1) (value "LM2677SX-5") (footprint "Package_TO_SOT_SMD:TO-263-7_TabPin8") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005e91b0c3" - (reference "U8") (unit 1) (value "TXS0108EPW") (footprint "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/f3b7b5ea-a043-4172-896f-0f30e7edde21" - (reference "U9") (unit 1) (value "TUSB8040PFP") (footprint "footprints:QFP50P1400X1400X120-81N") - ) - (path "/00000000-0000-0000-0000-00005d06a7b6/00000000-0000-0000-0000-00005d1d2542" - (reference "U10") (unit 1) (value "SN65DSI86IPAPQ1") (footprint "Package_QFP:HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005d1f1f73" - (reference "U11") (unit 1) (value "679105700") (footprint "footprints:MOLEX_67910-5700") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5db1" - (reference "U12") (unit 1) (value "LM2677SX-3.3") (footprint "Package_TO_SOT_SMD:TO-263-7_TabPin8") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e1e" - (reference "U13") (unit 1) (value "TLV62568DBV") (footprint "Package_TO_SOT_SMD:SOT-23-5") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ddd" - (reference "U14") (unit 1) (value "LMR16006YQ3") (footprint "Package_TO_SOT_SMD:TSOT-23-6") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d5f" - (reference "U17") (unit 1) (value "TLV1117-18") (footprint "Package_TO_SOT_SMD:SOT-223") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884241" - (reference "U18") (unit 1) (value "LPC11U24FBD48-301") (footprint "Package_QFP:LQFP-48_7x7mm_P0.5mm") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e8b" - (reference "U19") (unit 1) (value "TLV62568DBV") (footprint "Package_TO_SOT_SMD:SOT-23-5") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00006139194c" - (reference "U20") (unit 1) (value "AP22815") (footprint "footprints:TSOT-25") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005f95b62a" - (reference "U21") (unit 1) (value "SP3012-06UTG") (footprint "footprints:SON50P350X135X55-14N") - ) - (path "/00000000-0000-0000-0000-00005d0d8363/00000000-0000-0000-0000-00005d124b0e" - (reference "U22") (unit 1) (value "TPD12S521") (footprint "footprints:TSSOP50P640X120-38N") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005edcde6e" - (reference "U23") (unit 1) (value "IDT5V41066") (footprint "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec0e4" - (reference "U24") (unit 1) (value "AP22815") (footprint "footprints:TSOT-25") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005fa9cc92" - (reference "U25") (unit 1) (value "SP3012-06UTG") (footprint "footprints:SON50P350X135X55-14N") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-00005fc025d3" - (reference "U26") (unit 1) (value "SP3012-06UTG") (footprint "footprints:SON50P350X135X55-14N") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7/00000000-0000-0000-0000-0000655ec17c" - (reference "U27") (unit 1) (value "AP22815") (footprint "footprints:TSOT-25") - ) - (path "/00000000-0000-0000-0000-00005d0ca3eb/00000000-0000-0000-0000-00005f9d51d0" - (reference "U28") (unit 1) (value "SN74AVC1T45") (footprint "Package_TO_SOT_SMD:SOT-23-6") - ) - (path "/00000000-0000-0000-0000-00005d06a2fd/28d366a0-7912-4919-b21e-911157212f26" - (reference "Y1") (unit 1) (value "24MHz") (footprint "Crystal:Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618841ff" - (reference "Y2") (unit 1) (value "12MHz") (footprint "Crystal:Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm") - ) - (path "/00000000-0000-0000-0000-00005d06ac46/00000000-0000-0000-0000-00005ebdc9b8" - (reference "Y3") (unit 1) (value "25MHz") (footprint "Crystal:Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm") - ) - (path "/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae3925" - (reference "Y4") (unit 1) (value "32.768 kHz") (footprint "Crystal:Crystal_SMD_3215-2Pin_3.2x1.5mm") - ) ) ) diff --git a/reform2-motherboard25-pcb/reform2-pcie.kicad_sch b/reform2-motherboard25-pcb/reform2-pcie.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid 6d71b488-5f47-407f-a461-1e94f3ede041) @@ -16,25 +16,25 @@ (lib_symbols (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (property "ki_keywords" "capacitor cap" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small_0_1" @@ -43,7 +43,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -51,7 +51,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -67,30 +67,30 @@ ) ) (symbol "Device:Crystal_GND24_Small" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "Y" (id 0) (at 1.27 4.445 0) + (property "Reference" "Y" (at 1.27 4.445 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "Crystal_GND24_Small" (id 1) (at 1.27 2.54 0) + (property "Value" "Crystal_GND24_Small" (at 1.27 2.54 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "quartz ceramic resonator oscillator" (id 4) (at 0 0 0) + (property "ki_keywords" "quartz ceramic resonator oscillator" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Four pin crystal, GND on pins 2 and 4, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Four pin crystal, GND on pins 2 and 4, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Crystal*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Crystal*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Crystal_GND24_Small_0_1" (rectangle (start -0.762 -1.524) (end 0.762 1.524) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -98,7 +98,7 @@ (xy -1.27 -0.762) (xy -1.27 0.762) ) - (stroke (width 0.381) (type default) (color 0 0 0 0)) + (stroke (width 0.381) (type default)) (fill (type none)) ) (polyline @@ -106,7 +106,7 @@ (xy 1.27 -0.762) (xy 1.27 0.762) ) - (stroke (width 0.381) (type default) (color 0 0 0 0)) + (stroke (width 0.381) (type default)) (fill (type none)) ) (polyline @@ -116,7 +116,7 @@ (xy 1.27 -1.905) (xy 1.27 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -126,7 +126,7 @@ (xy 1.27 1.905) (xy 1.27 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -150,25 +150,25 @@ ) ) (symbol "Device:FerriteBead_Small" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "FB" (id 0) (at 1.905 1.27 0) + (property "Reference" "FB" (at 1.905 1.27 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "FerriteBead_Small" (id 1) (at 1.905 -1.27 0) + (property "Value" "FerriteBead_Small" (at 1.905 -1.27 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at -1.778 0 90) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "L ferrite bead inductor filter" (id 4) (at 0 0 0) + (property "ki_keywords" "L ferrite bead inductor filter" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Ferrite bead, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Ferrite bead, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Inductor_* L_* *Ferrite*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Inductor_* L_* *Ferrite*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "FerriteBead_Small_0_1" @@ -177,7 +177,7 @@ (xy 0 -1.27) (xy 0 -0.7874) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -185,7 +185,7 @@ (xy 0 0.889) (xy 0 1.2954) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -196,7 +196,7 @@ (xy 1.1176 -1.4224) (xy -1.8288 0.2794) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -212,25 +212,25 @@ ) ) (symbol "Device:LED_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at -1.27 3.175 0) + (property "Reference" "D" (at -1.27 3.175 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "LED_Small" (id 1) (at -4.445 -2.54 0) + (property "Value" "LED_Small" (at -4.445 -2.54 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 90) + (property "Footprint" "" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 90) + (property "Datasheet" "~" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "LED diode light-emitting-diode" (id 4) (at 0 0 0) + (property "ki_keywords" "LED diode light-emitting-diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Light emitting diode, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Light emitting diode, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "LED_Small_0_1" @@ -239,7 +239,7 @@ (xy -0.762 -1.016) (xy -0.762 1.016) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -247,7 +247,7 @@ (xy 1.016 0) (xy -0.762 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -257,7 +257,7 @@ (xy 0.762 1.016) (xy 0.762 -1.016) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -268,7 +268,7 @@ (xy -0.508 1.27) (xy -0.508 1.016) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -279,7 +279,7 @@ (xy 0 1.778) (xy 0 1.524) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -295,30 +295,30 @@ ) ) (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (property "Reference" "R" (at 0.762 0.508 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "R_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Resistor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_Small_0_1" (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -334,22 +334,22 @@ ) ) (symbol "power:+1V5" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V5" (id 1) (at 0 3.556 0) + (property "Value" "+1V5" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+1V5\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+1V5\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+1V5_0_1" @@ -358,7 +358,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -366,7 +366,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -374,7 +374,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -386,22 +386,22 @@ ) ) (symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 0 3.556 0) + (property "Value" "+3V3" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+3V3_0_1" @@ -410,7 +410,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -418,7 +418,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -426,7 +426,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -438,22 +438,22 @@ ) ) (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 0 -3.81 0) + (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND_0_1" @@ -466,7 +466,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -478,22 +478,22 @@ ) ) (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (id 0) (at 0 1.905 0) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0) + (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) + (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "PWR_FLAG_0_0" @@ -512,25 +512,25 @@ (xy 1.016 1.905) (xy 0 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) ) (symbol "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small-reform-motherboard-rescue" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small-reform-motherboard-rescue" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 4) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small-reform-motherboard-rescue_0_1" @@ -539,7 +539,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -547,7 +547,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -563,16 +563,16 @@ ) ) (symbol "reform2-motherboard-rescue:GND-reform-motherboard-rescue" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND-reform-motherboard-rescue" (id 1) (at 0 -3.81 0) + (property "Value" "GND-reform-motherboard-rescue" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND-reform-motherboard-rescue_0_1" @@ -585,7 +585,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -597,16 +597,16 @@ ) ) (symbol "reform2-motherboard-rescue:MPCIE-Socket-reform-motherboard-rescue" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -10.16 33.02 0) + (property "Reference" "U" (at -10.16 33.02 0) (effects (font (size 1.524 1.524))) ) - (property "Value" "MPCIE-Socket-reform-motherboard-rescue" (id 1) (at 2.54 -39.37 0) + (property "Value" "MPCIE-Socket-reform-motherboard-rescue" (at 2.54 -39.37 0) (effects (font (size 1.524 1.524))) ) - (property "Footprint" "" (id 2) (at 2.54 -25.4 0) + (property "Footprint" "" (at 2.54 -25.4 0) (effects (font (size 1.524 1.524))) ) - (property "Datasheet" "" (id 3) (at 2.54 -25.4 0) + (property "Datasheet" "" (at 2.54 -25.4 0) (effects (font (size 1.524 1.524))) ) (symbol "MPCIE-Socket-reform-motherboard-rescue_0_0" @@ -616,11 +616,11 @@ ) (symbol "MPCIE-Socket-reform-motherboard-rescue_0_1" (rectangle (start -11.43 -38.1) (end 11.43 31.75) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type background)) ) (rectangle (start -11.43 -15.24) (end 11.43 -17.78) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -836,24 +836,24 @@ ) ) (symbol "reform2-motherboard-rescue:R_Small-reform-motherboard-rescue" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (property "Reference" "R" (at 0.762 0.508 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "R_Small-reform-motherboard-rescue" (id 1) (at 0.762 -1.016 0) + (property "Value" "R_Small-reform-motherboard-rescue" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 4) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_Small-reform-motherboard-rescue_0_1" (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -869,24 +869,24 @@ ) ) (symbol "reform2:1-2199230-6" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at -7.6708 51.8414 0) + (property "Reference" "J" (at -7.6708 51.8414 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Value" "1-2199230-6" (id 1) (at -7.6454 -53.594 0) + (property "Value" "1-2199230-6" (at -7.6454 -53.594 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Footprint" "CONN_1-2199230-6" (id 2) (at 0 0 0) + (property "Footprint" "CONN_1-2199230-6" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "67" (id 3) (at 0 0 0) + (property "Datasheet" "67" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "ki_locked" "" (id 4) (at 0 0 0) + (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27))) ) (symbol "1-2199230-6_0_0" (rectangle (start -7.62 50.8) (end 7.62 -50.8) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type background)) ) (pin passive line (at -10.16 48.26 0) (length 2.54) @@ -1168,34 +1168,34 @@ ) ) (symbol "reform2:48099-5701" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at -3.048 4.3434 0) + (property "Reference" "J" (at -3.048 4.3434 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Value" "48099-5701" (id 1) (at -3.302 -5.6134 0) + (property "Value" "48099-5701" (at -3.302 -5.6134 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Footprint" "MOLEX_48099-5701" (id 2) (at 0 0 0) + (property "Footprint" "MOLEX_48099-5701" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "48099-5701" (id 3) (at 0 0 0) + (property "Datasheet" "48099-5701" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Package" "None" (id 4) (at 0 0 0) + (property "Package" "None" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Description" "LATCH ASSEMBLY, FOR MINI PCI; Accessory Type: Latch; For Use With: 67910 Series Edge Card Connectors" (id 5) (at 0 0 0) + (property "Description" "LATCH ASSEMBLY, FOR MINI PCI; Accessory Type: Latch; For Use With: 67910 Series Edge Card Connectors" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "MF" "Molex" (id 6) (at 0 0 0) + (property "MF" "Molex" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Availability" "Good" (id 7) (at 0 0 0) + (property "Availability" "Good" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Price" "1.06 USD" (id 8) (at 0 0 0) + (property "Price" "1.06 USD" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "ki_locked" "" (id 9) (at 0 0 0) + (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27))) ) (symbol "48099-5701_0_0" @@ -1204,7 +1204,7 @@ (xy -2.54 -3.81) (xy -2.54 3.81) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1212,7 +1212,7 @@ (xy -2.54 3.81) (xy 2.54 3.81) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1220,7 +1220,7 @@ (xy 2.54 -3.81) (xy -2.54 -3.81) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -1228,7 +1228,7 @@ (xy 2.54 3.81) (xy 2.54 -3.81) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (pin passive line (at -5.08 1.27 0) (length 2.54) @@ -1250,16 +1250,16 @@ ) ) (symbol "reform2:AP22815" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at 0 -8.89 0) + (property "Reference" "U" (at 0 -8.89 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "AP22815" (id 1) (at 0 8.89 0) + (property "Value" "AP22815" (at 0 8.89 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 -7.62 0) + (property "Footprint" "" (at 0 -7.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 -7.62 0) + (property "Datasheet" "" (at 0 -7.62 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "AP22815_0_0" @@ -1286,27 +1286,27 @@ ) (symbol "AP22815_0_1" (rectangle (start -6.35 7.62) (end 6.35 -7.62) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type background)) ) ) ) (symbol "reform2:IDT5V41066" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at 0 -26.67 0) + (property "Reference" "U" (at 0 -26.67 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "IDT5V41066" (id 1) (at -1.27 16.51 0) + (property "Value" "IDT5V41066" (at -1.27 16.51 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "IDT5V41066_0_1" (rectangle (start -10.16 13.97) (end 8.89 -16.51) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type background)) ) ) @@ -1747,1067 +1747,1067 @@ (no_connect (at 213.36 139.7) (uuid ffab7bcc-2afc-4bc4-b234-34a2026c6470)) (wire (pts (xy 233.68 73.66) (xy 252.73 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 002ebee3-62c6-40e7-ba94-817673644862) ) (wire (pts (xy 87.63 163.83) (xy 87.63 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 00e8b14f-650e-425d-b456-66b6912909b5) ) (wire (pts (xy 31.75 156.21) (xy 41.91 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 03554250-9240-4ff6-80c7-0a62d427e0aa) ) (wire (pts (xy 191.77 83.82) (xy 190.5 83.82)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 03c1bf03-c841-4be5-a53e-310188a8e466) ) (wire (pts (xy 57.15 113.03) (xy 57.15 107.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 05352b6d-2a99-4ff5-8adb-57361ad2c0ac) ) (wire (pts (xy 190.5 96.52) (xy 198.12 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 076979c7-8dbc-41c3-9150-8fa60060ab63) ) (wire (pts (xy 121.92 97.79) (xy 151.13 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0918d3a1-dbf9-4c13-a195-e021e196383c) ) (wire (pts (xy 130.81 62.23) (xy 130.81 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 093759d3-453c-4fa5-8da1-c679dd28513a) ) (wire (pts (xy 104.14 176.53) (xy 104.14 175.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0a47f773-9adf-4a7d-b0f4-8149a3585012) ) (wire (pts (xy 82.55 77.47) (xy 82.55 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0a7fc517-11f4-493b-a1b7-c3409112e7e7) ) (wire (pts (xy 161.29 158.75) (xy 166.37 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0bb456e0-a05b-4b81-bafc-4d569ea84e7c) ) (wire (pts (xy 190.5 83.82) (xy 190.5 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0cf1e300-9194-4a16-a0f8-c32e9e71eafb) ) (wire (pts (xy 40.64 146.05) (xy 41.91 146.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0d9e9d2f-2dde-460e-b67d-40c0daac4a54) ) (wire (pts (xy 148.59 45.72) (xy 160.02 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 108f263c-b34f-41c2-9ddf-24b84d8f0372) ) (wire (pts (xy 135.89 67.31) (xy 121.92 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 11ca947c-3136-4aad-bdc0-5b1bf1793dba) ) (wire (pts (xy 138.43 45.72) (xy 130.81 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 120b814f-0d84-40ac-b23d-ca9295a77f5e) ) (wire (pts (xy 128.27 120.65) (xy 121.92 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 131dfa23-9e9c-449f-a7a0-4319aef429e8) ) (wire (pts (xy 190.5 81.28) (xy 198.12 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 138b81f0-6fdf-4065-be83-c54c6a8a8590) ) (wire (pts (xy 166.37 121.92) (xy 166.37 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 13c5914a-b5e1-4de6-aa3b-4aa746fffa20) ) (wire (pts (xy 22.86 151.13) (xy 22.86 163.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 144a99aa-8545-4d5e-a68a-e0ec48637dbd) ) (wire (pts (xy 22.86 151.13) (xy 35.56 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 157b0fac-641e-4cd9-870c-885bf0865dea) ) (wire (pts (xy 223.52 43.18) (xy 213.36 43.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 16a689ff-78cb-443f-bb7f-a93dd2382693) ) (wire (pts (xy 22.86 25.4) (xy 35.56 25.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 170ae59d-00d1-4a89-bde2-dce8cc09a84c) ) (wire (pts (xy 213.36 142.24) (xy 190.5 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 17677ca2-4e65-4085-a6ad-fcdff509fc3e) ) (wire (pts (xy 190.5 71.12) (xy 190.5 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1942a262-1c77-4016-a56d-91a398938e52) ) (wire (pts (xy 193.04 38.1) (xy 203.2 38.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 19d63088-67f6-4133-8b49-2d7ea525448e) ) (wire (pts (xy 160.02 39.37) (xy 160.02 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 19f1f67c-7b0c-43ce-93e4-12c8f1269134) ) (wire (pts (xy 124.46 57.15) (xy 121.92 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1a62dffb-c16c-4cc7-9ead-3359a9a78548) ) (wire (pts (xy 96.52 171.45) (xy 101.6 171.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1d4178ad-a10c-4907-ac3b-b57c57614e94) ) (wire (pts (xy 87.63 38.1) (xy 77.47 38.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1ec7a0a0-34cc-4542-9e3a-6aed0a2cdcbd) ) (wire (pts (xy 133.35 95.25) (xy 121.92 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1fab6b5c-daa4-4c56-86c2-262c681990bb) ) (wire (pts (xy 22.86 48.26) (xy 22.86 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1fec6aab-65c6-4cbd-8068-0a86a1749ea3) ) (wire (pts (xy 96.52 179.07) (xy 101.6 179.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 218c27ad-1609-4645-8d7f-f558f5ab8f06) ) (wire (pts (xy 35.56 161.29) (xy 26.67 161.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 22b35a90-7a6a-4754-83e5-1878bab8ee29) ) (wire (pts (xy 96.52 135.89) (xy 100.33 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 22b5e9eb-80b6-4424-a156-a7e266deed40) ) (wire (pts (xy 82.55 87.63) (xy 82.55 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 24171aa8-d057-4463-ad41-810d6e6eb505) ) (wire (pts (xy 27.94 130.81) (xy 27.94 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 241a0957-de78-4a29-bb1f-d4f53510ae07) ) (wire (pts (xy 149.86 67.31) (xy 160.02 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 245dbeac-5db0-41ff-ac18-dfa0dfd58056) ) (wire (pts (xy 233.68 66.04) (xy 252.73 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 248ad889-a08f-4176-b976-589b8cc21a8b) ) (wire (pts (xy 97.79 38.1) (xy 87.63 38.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 24b8eb2a-5b86-4eed-9f43-2d8672698ae2) ) (wire (pts (xy 77.47 90.17) (xy 88.9 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 25fe7b41-ab25-4d41-92c6-aaa43ecd47d4) ) (wire (pts (xy 22.86 148.59) (xy 26.67 148.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 260a1ff2-f4d8-41be-b7b8-a8c0492f58b9) ) (wire (pts (xy 196.85 83.82) (xy 213.36 83.82)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 277ff709-4011-4278-b2a2-824bcdd936c4) ) (wire (pts (xy 234.95 149.86) (xy 234.95 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 29953183-ab56-4ce4-9063-656a64a542f5) ) (wire (pts (xy 138.43 52.07) (xy 148.59 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2af4a496-a10b-4053-bf0a-ce333eb3903c) ) (wire (pts (xy 213.36 86.36) (xy 190.5 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2b43311c-4182-4a3f-a4b9-9ada7eafcbb3) ) (wire (pts (xy 121.92 62.23) (xy 130.81 62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2c028b1f-bcf2-46ba-a29e-817db8bd14ae) ) (wire (pts (xy 124.46 48.26) (xy 124.46 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2cf2a028-8ce9-49ba-af7a-06aeec029136) ) (wire (pts (xy 237.49 63.5) (xy 233.68 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 302f02d2-72ef-4fad-8c35-59bf85f38698) ) (wire (pts (xy 191.77 99.06) (xy 190.5 99.06)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 30e46099-3924-4433-89f6-a1a81e32a0a6) ) (wire (pts (xy 64.77 55.88) (xy 64.77 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 30ed412b-e709-44de-84e6-1523fd6da806) ) (wire (pts (xy 128.27 90.17) (xy 128.27 80.01)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 32c92860-defe-4830-8d8b-dbe42a5f0045) ) (wire (pts (xy 184.15 38.1) (xy 184.15 36.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3347afd8-1dd7-4d36-b5b5-337b5737512d) ) (wire (pts (xy 168.91 119.38) (xy 213.36 119.38)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 34274122-7b5a-46d0-a1dd-bf4dadbf055f) ) (wire (pts (xy 88.9 92.71) (xy 77.47 92.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 347192ea-5f26-4d3c-9b44-6352cd518259) ) (wire (pts (xy 190.5 101.6) (xy 190.5 109.22)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3512c825-3b52-40c8-87d8-8e6a1d525bf2) ) (wire (pts (xy 128.27 72.39) (xy 121.92 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3721a5cb-aa7e-4cdc-aa01-9f12c2025cde) ) (wire (pts (xy 175.26 111.76) (xy 213.36 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3749045c-864e-4e3a-ab50-50bfec5ff2f4) ) (wire (pts (xy 104.14 184.15) (xy 107.95 184.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 397089cd-42ee-45a7-9132-3d05e971bfb2) ) (wire (pts (xy 252.73 139.7) (xy 233.68 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 39a5f736-4d9e-41bf-8b70-20bd4ecbb479) ) (wire (pts (xy 130.81 87.63) (xy 130.81 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3b68ab04-2213-4fb9-bf03-664a3a1659ce) ) (wire (pts (xy 22.86 163.83) (xy 22.86 166.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3d5a71f2-ef2a-4b70-9a33-413fc95742e5) ) (wire (pts (xy 87.63 156.21) (xy 87.63 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3e443c7a-2023-42eb-8669-352912bbd796) ) (wire (pts (xy 128.27 80.01) (xy 128.27 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 402c7559-2678-4db9-93cc-0dd23286808c) ) (wire (pts (xy 114.3 133.35) (xy 114.3 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 423b3cba-eddb-4069-a3e6-21ade3507f5a) ) (wire (pts (xy 40.64 35.56) (xy 41.91 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 425d90f5-5510-45aa-a57d-c0a8996e302a) ) (wire (pts (xy 128.27 100.33) (xy 128.27 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 43594e95-d2ef-49e0-8b95-a6818ecea37a) ) (wire (pts (xy 245.11 63.5) (xy 242.57 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 43fe1a6c-339a-475e-8d5c-bcf3a2579703) ) (wire (pts (xy 82.55 85.09) (xy 82.55 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 44ac3503-688d-4a78-bfd6-582bd014e931) ) (wire (pts (xy 22.86 143.51) (xy 22.86 146.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 45096e3b-0dc9-4fb9-84a8-45d4e510715a) ) (wire (pts (xy 121.92 87.63) (xy 130.81 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 45f50b8a-3ead-4b21-9f3a-c295197c99d5) ) (wire (pts (xy 86.36 69.85) (xy 86.36 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 47b48a97-1544-45b0-ba95-59b86fcce740) ) (wire (pts (xy 22.86 130.81) (xy 27.94 130.81)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 484fe74c-c7b0-4fc9-96f3-d3091e41706c) ) (wire (pts (xy 213.36 109.22) (xy 190.5 109.22)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4a02951c-0c33-4bff-85a4-77490637451a) ) (wire (pts (xy 130.81 45.72) (xy 130.81 62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4a4ae867-56d0-455c-a69a-a9acb1c85498) ) (wire (pts (xy 190.5 142.24) (xy 190.5 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4b5aac8f-a86d-4297-8614-4559a164f32f) ) (wire (pts (xy 96.52 133.35) (xy 96.52 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4d7cf6df-6d5b-43ce-80c2-9583dd602314) ) (wire (pts (xy 66.04 156.21) (xy 87.63 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4db9313c-5f51-4670-acd7-746c82cf3639) ) (wire (pts (xy 35.56 158.75) (xy 26.67 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 53c7b3f6-72e8-47fc-a051-31c5fb0e37e6) ) (wire (pts (xy 213.36 93.98) (xy 190.5 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 543c5a35-e040-4d56-acbc-7a1d361da5af) ) (wire (pts (xy 128.27 100.33) (xy 121.92 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 55346db7-c95c-4a94-bc74-768392fa5701) ) (wire (pts (xy 64.77 25.4) (xy 64.77 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5639dfbc-565a-4096-966f-917b473b396c) ) (wire (pts (xy 41.91 161.29) (xy 40.64 161.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5a91af77-1485-448a-86de-ffb15db94f72) ) (wire (pts (xy 124.46 92.71) (xy 124.46 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5c0859c5-ff9b-42ec-8481-db9e945fd416) ) (wire (pts (xy 144.78 67.31) (xy 140.97 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5dfc2f5f-adb3-4d57-a46b-c47f93515d8f) ) (wire (pts (xy 107.95 33.02) (xy 118.11 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5f8aeecc-175d-4efb-b497-4f93738e123c) ) (wire (pts (xy 213.36 96.52) (xy 203.2 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 60178004-e7af-49c7-9046-9cb56b6873ce) ) (wire (pts (xy 53.34 107.95) (xy 57.15 107.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 604d91f9-bc87-4015-a1f1-5372663ab387) ) (wire (pts (xy 86.36 72.39) (xy 88.9 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 60d8b238-710a-407f-9040-86940971f596) ) (wire (pts (xy 22.86 128.27) (xy 22.86 130.81)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6148e3f0-f9f1-4652-9a37-90a10a7672de) ) (wire (pts (xy 88.9 105.41) (xy 82.55 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 61f65db0-8c66-44f5-ade2-4246729e8c54) ) (wire (pts (xy 22.86 24.13) (xy 22.86 25.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 62c3af3d-dc36-4d8d-92f6-ac9988b045c0) ) (wire (pts (xy 190.5 144.78) (xy 213.36 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 651e5a7d-cd00-4772-9c8c-0f14eb3fe6e3) ) (wire (pts (xy 111.76 179.07) (xy 123.19 179.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 662965a2-d43f-4126-bd1e-f5bad169e122) ) (wire (pts (xy 213.36 81.28) (xy 203.2 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6779f2b7-5010-4483-b6f9-92540faabe2e) ) (wire (pts (xy 252.73 66.04) (xy 252.73 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 67f19d6c-636e-46ca-aabf-22511380078a) ) (wire (pts (xy 161.29 172.72) (xy 161.29 171.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6856f46d-324b-47f0-9205-4b5b7d14f555) ) (wire (pts (xy 168.91 119.38) (xy 168.91 161.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 68b205ed-e576-46f8-8a33-e9e9588cc464) ) (wire (pts (xy 106.68 171.45) (xy 111.76 171.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 69682dcc-8593-4ea2-8498-07b60f195b2e) ) (wire (pts (xy 161.29 171.45) (xy 161.29 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6bc76d35-cd89-442a-bbfb-8d60865d2ddb) ) (wire (pts (xy 64.77 33.02) (xy 64.77 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6c72d6c5-fb00-4ced-87e8-8c72e84c2b46) ) (wire (pts (xy 124.46 123.19) (xy 121.92 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6d5e619c-27a3-4e8f-b830-25ab3616d3cb) ) (wire (pts (xy 88.9 82.55) (xy 77.47 82.55)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6d6f8cfc-fe8c-487c-874b-c6c78dd9dc75) ) (wire (pts (xy 252.73 55.88) (xy 252.73 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6f4aea1b-0ffa-41a9-8a30-30f6fe1c463f) ) (wire (pts (xy 124.46 92.71) (xy 121.92 92.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6f9a4eda-aa32-4ba9-a04e-f1bac8a59b27) ) (wire (pts (xy 69.85 163.83) (xy 66.04 163.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7149d255-36e0-462e-97a6-5fbf440b2d08) ) (wire (pts (xy 130.81 118.11) (xy 121.92 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 71f94f62-1eb9-4568-9bf0-d41718a5b554) ) (wire (pts (xy 82.55 74.93) (xy 82.55 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 72fd8941-a7a6-4dd9-bca6-7a64e78e7266) ) (wire (pts (xy 233.68 38.1) (xy 243.84 38.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 73a5c136-ff85-48c2-888a-0a316b55d229) ) (wire (pts (xy 138.43 52.07) (xy 138.43 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 74de557f-387a-42b2-87c1-a815ed076832) ) (wire (pts (xy 64.77 69.85) (xy 86.36 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 74fd02fa-2605-43b2-866f-1a1b4fc540e0) ) (wire (pts (xy 107.95 175.26) (xy 107.95 184.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7624050a-e240-4199-b740-6a0390ae791c) ) (wire (pts (xy 124.46 57.15) (xy 124.46 92.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 772c964a-a4f5-419c-a40b-48234293547e) ) (wire (pts (xy 104.14 175.26) (xy 107.95 175.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 77aff7aa-4b2e-4c3a-9952-57d9da0f6971) ) (wire (pts (xy 40.64 151.13) (xy 41.91 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 77f0a95f-1846-416b-b070-403d236cc40c) ) (wire (pts (xy 110.49 133.35) (xy 114.3 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 791ae1b5-1947-47a6-bde4-ef66abb052c0) ) (wire (pts (xy 168.91 171.45) (xy 168.91 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 79f297b8-9df2-4635-9b0a-3c8e3dfd6aee) ) (wire (pts (xy 41.91 30.48) (xy 35.56 30.48)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7b10e314-49a1-4486-b739-5c21902d64c1) ) (wire (pts (xy 91.44 189.23) (xy 123.19 189.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7b668d68-5efb-404a-b102-5438b80ec739) ) (wire (pts (xy 107.95 30.48) (xy 165.1 30.48)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7b9de76f-e638-4331-94a3-8e0a973176b1) ) (wire (pts (xy 190.5 63.5) (xy 190.5 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7be7acfc-cf87-4864-843e-c265f04993c7) ) (wire (pts (xy 76.2 153.67) (xy 66.04 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7d43915b-ed51-4061-8cbe-082ac944911b) ) (wire (pts (xy 22.86 48.26) (xy 64.77 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7d65b497-0080-41ec-b594-390e98ed23e0) ) (wire (pts (xy 213.36 116.84) (xy 190.5 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7dfce109-5619-455d-ace6-10d16f1b10db) ) (wire (pts (xy 190.5 147.32) (xy 190.5 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8010239a-4185-402a-b050-a51c9dac641e) ) (wire (pts (xy 59.69 35.56) (xy 59.69 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 80f72c63-5cbc-4d6a-8e18-d7c0fb2d5de6) ) (wire (pts (xy 64.77 48.26) (xy 124.46 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 811829a5-4d60-4647-9924-a2d554839285) ) (wire (pts (xy 252.73 63.5) (xy 250.19 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 81572034-99e6-4ac5-a755-78db6d2e13a0) ) (wire (pts (xy 252.73 68.58) (xy 252.73 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 821b9266-c07d-4d82-9097-440f7f8489c3) ) (wire (pts (xy 223.52 38.1) (xy 233.68 38.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8399386b-3cb3-4bbb-80cf-14e427a1a39a) ) (wire (pts (xy 91.44 179.07) (xy 96.52 179.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 84e51882-675f-4a31-85ed-c90a3c21d1c8) ) (wire (pts (xy 233.68 68.58) (xy 252.73 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 858253e5-ad19-4f6c-befc-15e0b8e69cff) ) (wire (pts (xy 190.5 81.28) (xy 190.5 83.82)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 877ee032-cf75-4ff6-af3f-34145ed8c73f) ) (wire (pts (xy 96.52 179.07) (xy 96.52 171.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8915b8d5-ead9-4017-bb03-512179feeadb) ) (wire (pts (xy 82.55 87.63) (xy 88.9 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8b354c07-6623-4d69-bfee-cbf84f03d6c8) ) (wire (pts (xy 64.77 48.26) (xy 64.77 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8c4eb23d-a6e5-41c0-bb0a-2a65cbab52d6) ) (wire (pts (xy 128.27 120.65) (xy 128.27 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8d78179c-c721-47cb-a528-b2050605e224) ) (wire (pts (xy 128.27 90.17) (xy 121.92 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8d9cf049-c585-4ba6-ad30-1a37fc9f2be9) ) (wire (pts (xy 252.73 63.5) (xy 252.73 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8f614e6f-4633-4b38-8dd7-f6ed677b9b97) ) (wire (pts (xy 22.86 146.05) (xy 35.56 146.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8fb59f8a-1747-4c8e-819f-3000162d1cfc) ) (wire (pts (xy 107.95 38.1) (xy 118.11 38.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 90a4452f-beb3-46f4-a2d0-73fb59115be6) ) (wire (pts (xy 128.27 124.46) (xy 128.27 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9126c205-6a41-4998-acc7-5e8f58c7fad7) ) (wire (pts (xy 88.9 113.03) (xy 82.55 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 933099a2-0dc1-4a34-b96e-b11fced91fc8) ) (wire (pts (xy 255.27 114.3) (xy 233.68 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 937e3a5a-017a-4002-8f08-c1fb92cc7c42) ) (wire (pts (xy 82.55 105.41) (xy 82.55 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9451fb4d-d2cd-4c27-9a74-d5273f9b2567) ) (wire (pts (xy 34.29 166.37) (xy 41.91 166.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 953d500f-7980-4bc1-8ae7-a3d729895ee3) ) (wire (pts (xy 213.36 78.74) (xy 190.5 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 96739ac9-ba52-46fe-92d1-07766b86536a) ) (wire (pts (xy 223.52 43.18) (xy 233.68 43.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 99a4c7e2-6586-44f6-8a9b-f10573f38b9b) ) (wire (pts (xy 148.59 52.07) (xy 148.59 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9b5d9d63-f437-4aa6-abec-d14e4fb2c6cc) ) (wire (pts (xy 213.36 147.32) (xy 190.5 147.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9bddeba4-98a6-465a-b61c-fea4c366f0e0) ) (wire (pts (xy 97.79 38.1) (xy 107.95 38.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9ecaae64-0938-466b-8693-446f8d173eb4) ) (wire (pts (xy 190.5 116.84) (xy 190.5 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9f056e98-33ae-480c-b688-0705049fe026) ) (wire (pts (xy 190.5 66.04) (xy 190.5 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9fd7baa3-527a-4b65-a338-28f107bc7646) ) (wire (pts (xy 252.73 139.7) (xy 252.73 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a1d269db-c86b-4f94-b30a-869f6118becb) ) (wire (pts (xy 35.56 25.4) (xy 41.91 25.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a27d3680-6340-4506-bc4a-a3cf837714cf) ) (wire (pts (xy 252.73 38.1) (xy 252.73 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a373cc0a-8dd1-4114-9ad3-dd783e82044b) ) (wire (pts (xy 66.04 161.29) (xy 168.91 161.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a3b4c7b6-2e80-4de7-b5c8-ad39108e0465) ) (wire (pts (xy 213.36 66.04) (xy 203.2 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a3c52243-6f46-48ed-8ff9-c15076ac86f1) ) (wire (pts (xy 190.5 55.88) (xy 190.5 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a3e9ef76-9712-4c0b-a194-1418291703fc) ) (wire (pts (xy 88.9 74.93) (xy 82.55 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a46464cd-9dd0-4a1c-9b55-1dfa1ea66d2c) ) (wire (pts (xy 161.29 163.83) (xy 161.29 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a48d44ef-f3ca-4e40-ad48-252bfe2e4d90) ) (wire (pts (xy 57.15 120.65) (xy 57.15 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a4f2703f-c4f3-41fa-8bd2-bed7c14a47a3) ) (wire (pts (xy 22.86 125.73) (xy 22.86 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a6def522-275d-4d5f-86cd-111198f5d385) ) (wire (pts (xy 82.55 120.65) (xy 82.55 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a710a6bb-78e9-48d7-a17b-8a73515562a0) ) (wire (pts (xy 87.63 33.02) (xy 97.79 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a8efe704-212f-4b7b-b8cb-52a931cc8145) ) (wire (pts (xy 190.5 124.46) (xy 190.5 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a9884a45-46f2-442b-91d2-b487d26ceacc) ) (wire (pts (xy 82.55 77.47) (xy 88.9 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid abb74f0b-2d27-4b17-b766-bb8c81121559) ) (wire (pts (xy 203.2 43.18) (xy 193.04 43.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aca22f0a-9674-46a7-8938-ceab40b11826) ) (wire (pts (xy 59.69 25.4) (xy 64.77 25.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ad011708-5987-4d49-85ac-052fd54ec1c1) ) (wire (pts (xy 111.76 171.45) (xy 111.76 179.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ad4a9043-47d5-4e59-a879-8ab675abe223) ) (wire (pts (xy 22.86 130.81) (xy 22.86 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid add3cc35-277b-4bc6-997d-56c4a8762872) ) (wire (pts (xy 97.79 33.02) (xy 107.95 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aeba7de1-0d38-4b69-af31-50cf3d4bb555) ) (wire (pts (xy 41.91 163.83) (xy 22.86 163.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid af31a561-be60-4f5b-9882-da3cb8b61b91) ) (wire (pts (xy 161.29 171.45) (xy 168.91 171.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid afd9c026-0474-4326-a028-e1fc02be98dc) ) (wire (pts (xy 64.77 110.49) (xy 88.9 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b0e4dbe0-97e8-4c5f-a21d-7ead0c0a23a8) ) (wire (pts (xy 82.55 67.31) (xy 88.9 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b10a50d2-ba91-4f8b-b5eb-38213ce7c27d) ) (wire (pts (xy 160.02 97.79) (xy 156.21 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b41d1303-2f5a-42d9-930c-427ec85fa8fa) ) (wire (pts (xy 26.67 148.59) (xy 35.56 148.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b5154d44-93c3-45c8-802d-286e47ac2aa7) ) (wire (pts (xy 22.86 148.59) (xy 22.86 146.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b68edec8-d91c-43a4-846c-9dc36ae60f5d) ) (wire (pts (xy 114.3 138.43) (xy 114.3 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b74f5e3d-eac0-48fc-9b1b-673597fc5286) ) (wire (pts (xy 77.47 33.02) (xy 87.63 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b76976b6-af51-46e4-b8fc-485512bb5e13) ) (wire (pts (xy 233.68 53.34) (xy 252.73 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b7e89638-77f1-4d7a-a93f-74309bae56b0) ) (wire (pts (xy 128.27 72.39) (xy 128.27 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b8c7bc12-ca7d-41b3-8a9b-13fbc6952d27) ) (wire (pts (xy 66.04 158.75) (xy 161.29 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b9507cf0-5a6a-4a9a-8c24-7115da61d595) ) (wire (pts (xy 31.75 153.67) (xy 41.91 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b991ebcc-77e8-4e62-bfd5-76fbac68edf9) ) (wire (pts (xy 100.33 133.35) (xy 96.52 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b99402de-12cc-4237-8a27-ee157589f008) ) (wire (pts (xy 26.67 158.75) (xy 26.67 148.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ba5c193a-24ae-4cc0-93ad-fb3b944fb13e) ) (wire (pts (xy 57.15 120.65) (xy 64.77 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bce8da20-f580-4595-b3b6-444a64da2cf0) ) (wire (pts (xy 166.37 121.92) (xy 213.36 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bd0f0101-ae48-4e98-ab6f-4ac22e0ace75) ) (wire (pts (xy 64.77 113.03) (xy 64.77 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bda8ace8-d91c-423a-b496-0340d9a1ca8e) ) (wire (pts (xy 165.1 30.48) (xy 165.1 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bfd11f62-e014-40bb-9808-408e4beb26d8) ) (wire (pts (xy 190.5 144.78) (xy 190.5 147.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bff8a1b8-bff3-46c1-88e3-5c1db1b885f9) ) (wire (pts (xy 252.73 73.66) (xy 252.73 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c03cd888-c6e6-417f-95b6-01a31969387e) ) (wire (pts (xy 128.27 59.69) (xy 121.92 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c256e543-4be5-449a-a25d-1fa8b3e506c8) ) (wire (pts (xy 107.95 184.15) (xy 111.76 184.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c34fcc79-db66-4e26-a97f-481b3cdc10fc) ) (wire (pts (xy 190.5 99.06) (xy 190.5 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c7b2d968-61d1-4965-9aa1-712a8c7fd372) ) (wire (pts (xy 59.69 41.91) (xy 22.86 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c82cbacc-ff0b-4c50-9c7c-d2d764ee84cc) ) (wire (pts (xy 128.27 80.01) (xy 121.92 80.01)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c86c2b64-0282-440c-9c6f-14d4ecdd573e) ) (wire (pts (xy 96.52 138.43) (xy 96.52 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cab31d42-b2ab-4bd4-8432-f67df0b8544f) ) (wire (pts (xy 252.73 71.12) (xy 252.73 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cb809e23-2cfb-4a8d-805a-59ff9e893ae0) ) (wire (pts (xy 34.29 166.37) (xy 34.29 171.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cb92f60f-0e88-4d3e-b923-fe1b62c81413) ) (wire (pts (xy 77.47 80.01) (xy 88.9 80.01)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cbd4da34-6123-4864-94cc-fa1bacf8c9ed) ) (wire (pts (xy 190.5 78.74) (xy 190.5 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cc2d1efd-744d-4408-b5e9-9dfc0698ed43) ) (wire (pts (xy 34.29 176.53) (xy 34.29 177.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cd776df2-0f53-4035-9437-4e4f0e35a681) ) (wire (pts (xy 196.85 99.06) (xy 213.36 99.06)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cda699e1-c43a-4caa-b3d7-f39664e70ef0) ) (wire (pts (xy 57.15 121.92) (xy 57.15 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cea35dd2-f8b8-49e2-b8f0-eb07cc29dc2d) ) (wire (pts (xy 26.67 161.29) (xy 26.67 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cf028f5b-3404-4184-ad25-9609ef586d32) ) (wire (pts (xy 107.95 30.48) (xy 107.95 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cf42afd1-8d22-4d95-b426-33cfdc8ea58d) ) (wire (pts (xy 67.31 33.02) (xy 77.47 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d0be358d-1965-4a1d-bbf6-c18ce1f43b02) ) (wire (pts (xy 252.73 142.24) (xy 252.73 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d12ec8da-b8c0-4c61-962b-8eaa297edc7e) ) (wire (pts (xy 53.34 110.49) (xy 64.77 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d2bda33b-e8b3-4752-a206-615b3211efbc) ) (wire (pts (xy 106.68 179.07) (xy 111.76 179.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d2cb1edd-562f-4972-84a4-d5695504a34c) ) (wire (pts (xy 190.5 68.58) (xy 190.5 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d394d06a-70f8-4a83-886c-298611ca2353) ) (wire (pts (xy 190.5 66.04) (xy 198.12 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d45e1356-89c2-4429-9603-f83748a0a8a8) ) (wire (pts (xy 49.53 128.27) (xy 22.86 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d4c45ee9-0252-4b61-8a2c-48824632eb5d) ) (wire (pts (xy 114.3 135.89) (xy 110.49 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d6d1c78f-ea23-4dea-9eef-7f79f3d5ddd7) ) (wire (pts (xy 213.36 71.12) (xy 190.5 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d6f40feb-c5ef-43b9-be81-ae78538e6fa3) ) (wire (pts (xy 213.36 101.6) (xy 190.5 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d8f5690b-6a51-4895-b91d-ea519bf16733) ) (wire (pts (xy 175.26 114.3) (xy 213.36 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid da1709b2-c577-437f-8a99-63cd882e2468) ) (wire (pts (xy 22.86 143.51) (xy 41.91 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid da8f31de-a3a9-4e14-a24e-3c67a1f6108c) ) (wire (pts (xy 91.44 179.07) (xy 91.44 189.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid db5685d7-271d-4878-90d6-f6b611bf6f50) ) (wire (pts (xy 148.59 52.07) (xy 148.59 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dda80d7f-8572-4e33-9b20-529ffad49094) ) (wire (pts (xy 64.77 31.75) (xy 64.77 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ddcaf66a-6c00-4f61-a105-21fa5bd923e5) ) (wire (pts (xy 252.73 144.78) (xy 233.68 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid de514001-35fc-441b-a0f2-466b49636862) ) (wire (pts (xy 88.9 85.09) (xy 82.55 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid def358b1-7490-4651-9644-c61a41b21b94) ) (wire (pts (xy 233.68 142.24) (xy 252.73 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid df02ecba-71d7-43c2-bb68-69e0ad018def) ) (wire (pts (xy 165.1 67.31) (xy 160.02 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid df951db5-6c32-4186-a14d-6bd2d8f21c55) ) (wire (pts (xy 191.77 68.58) (xy 190.5 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e0429a27-e1da-402a-9f53-8be3efbf0b63) ) (wire (pts (xy 184.15 38.1) (xy 193.04 38.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e12df2e2-2915-43f4-a9ea-79cd7d18a4ed) ) (wire (pts (xy 82.55 95.25) (xy 82.55 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e2307852-f977-4eb4-9d96-25522bb6192e) ) (wire (pts (xy 190.5 93.98) (xy 190.5 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e237c125-b4b0-4834-abb6-14bdea1dc688) ) (wire (pts (xy 64.77 33.02) (xy 67.31 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e30f387e-51d8-42fb-8762-e223a4dd82e3) ) (wire (pts (xy 77.47 38.1) (xy 67.31 38.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e3bbdb59-62ec-47cc-93b6-61bb945469c1) ) (wire (pts (xy 88.9 95.25) (xy 82.55 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e3d7eb13-f580-4783-8f8e-2107ad25eb68) ) (wire (pts (xy 252.73 71.12) (xy 233.68 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e6563b6e-2c2a-4d1e-a720-8de4cc32ce27) ) (wire (pts (xy 82.55 113.03) (xy 82.55 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e69fc378-d317-4f2d-98b4-6a27cd5c2e79) ) (wire (pts (xy 190.5 55.88) (xy 190.5 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e70d5243-6602-4ea8-a858-addf20147f73) ) (wire (pts (xy 148.59 45.72) (xy 138.43 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e793cb76-9d16-44d1-a133-1086f039e9fd) ) (wire (pts (xy 252.73 53.34) (xy 252.73 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e7d3d095-3adc-4ce9-b3c5-a5f601a4db9d) ) (wire (pts (xy 160.02 67.31) (xy 160.02 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e842f00b-f7d5-4f21-abca-cb05c3ccfa27) ) (wire (pts (xy 213.36 43.18) (xy 203.2 43.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eb84dfd4-1999-4219-a506-7a7898e698a6) ) (wire (pts (xy 66.04 166.37) (xy 69.85 166.37)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ecdeaffc-bcc5-4840-a7c6-544432e1f58b) ) (wire (pts (xy 213.36 38.1) (xy 223.52 38.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ee0153f0-7f33-454d-90aa-beeccda6d3bb) ) (wire (pts (xy 22.86 26.67) (xy 22.86 25.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ee63e268-839b-4790-84ae-519ea57e6f3f) ) (wire (pts (xy 86.36 69.85) (xy 88.9 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eedc5549-3091-45f9-b520-3ac3ae79433f) ) (wire (pts (xy 40.64 158.75) (xy 41.91 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f09c6647-4690-4d00-ad53-5faec79baeb2) ) (wire (pts (xy 196.85 68.58) (xy 213.36 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f10f500a-b8df-47ef-b26a-aaffe624c0fc) ) (wire (pts (xy 190.5 109.22) (xy 190.5 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f21ee3a1-54a7-4bf1-9fcd-a08f60244d6b) ) (wire (pts (xy 87.63 128.27) (xy 49.53 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f27c84ba-21e1-46f6-ae71-3711f17d4fa0) ) (wire (pts (xy 203.2 38.1) (xy 213.36 38.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f3c52938-0720-4aca-806a-88706c03163e) ) (wire (pts (xy 213.36 124.46) (xy 190.5 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f49c1c21-a317-4a8c-807a-0f1ae86085b4) ) (wire (pts (xy 213.36 63.5) (xy 190.5 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f539ffa4-93da-4d8e-9944-51872b3af07d) ) (wire (pts (xy 57.15 107.95) (xy 88.9 107.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f7dbe9c7-6412-4576-89e3-ce5d081d5811) ) (wire (pts (xy 22.86 41.91) (xy 22.86 31.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f8247260-a1ce-4294-91aa-355b57c1f04c) ) (wire (pts (xy 40.64 148.59) (xy 41.91 148.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f936ec14-9fad-47a0-9a52-cdce6c0ceb53) ) (wire (pts (xy 190.5 86.36) (xy 190.5 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fa4383c8-7880-4239-9fc1-ee00c9aaac1c) ) (wire (pts (xy 233.68 43.18) (xy 243.84 43.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fa9550e5-d20c-4dd6-994f-c819ed990e60) ) (wire (pts (xy 252.73 55.88) (xy 233.68 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fac10e3e-e0d5-4667-942b-cd7d3dd96fea) ) (wire (pts (xy 213.36 55.88) (xy 190.5 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fb037ea8-d1e3-4d17-85b1-d8c67ea172ce) ) (wire (pts (xy 190.5 96.52) (xy 190.5 99.06)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fc56f35f-c1a6-4c39-82ed-54aaf9ad3b75) ) (wire (pts (xy 168.91 163.83) (xy 168.91 161.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fcf1e2af-97da-412e-b049-e6dca6070ef8) ) (wire (pts (xy 233.68 149.86) (xy 234.95 149.86)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fd9bd865-8b0f-42b0-801d-2af98af0ecf6) ) (wire (pts (xy 104.14 181.61) (xy 104.14 184.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fdeb580b-43e5-44ad-b6fd-d26b856dad8e) ) (wire (pts (xy 190.5 53.34) (xy 213.36 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fe7e30ef-650a-430f-ba93-b9388cc5d1cf) ) (wire (pts (xy 243.84 38.1) (xy 252.73 38.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fefcaf9a-2680-433d-a69d-b27e8986b5af) ) (wire (pts (xy 64.77 120.65) (xy 64.77 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fff6f007-7e5b-4f37-af71-520c200b8264) ) @@ -2905,63 +2905,63 @@ (uuid de092f95-a373-4ee1-b109-52149c526518) ) - (label "PCICLKGEN_XO" (at 31.75 156.21 180) + (label "PCICLKGEN_XO" (at 31.75 156.21 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 00f6e680-6a70-4526-ade7-4ab5fedc8da3) ) - (label "M2_SMB_ALERTn" (at 233.68 106.68 0) + (label "M2_SMB_ALERTn" (at 233.68 106.68 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 031e3dec-91d7-402d-ad76-d5a51ee8192c) ) - (label "PCICLKGEN_XI" (at 123.19 179.07 0) + (label "PCICLKGEN_XI" (at 123.19 179.07 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 0aaf958f-dde3-4710-bf3f-be46b3ede9f3) ) - (label "M2_SMB_DATA" (at 233.68 104.14 0) + (label "M2_SMB_DATA" (at 233.68 104.14 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 0e0e91cf-39eb-475c-9d22-89a78dbc1014) ) - (label "M2_CLKREQn" (at 233.68 116.84 0) + (label "M2_CLKREQn" (at 233.68 116.84 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 1830d92c-6661-4725-ae99-4141b7b6e3c8) ) - (label "RCLKA_N" (at 77.47 110.49 270) + (label "RCLKA_N" (at 77.47 110.49 270) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 20619e14-d299-43ef-84a4-1cd692b57eb6) ) - (label "PCICLKGEN_XI" (at 31.75 153.67 180) + (label "PCICLKGEN_XI" (at 31.75 153.67 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 2720606f-253c-43ce-99b5-4a4a1fba4e97) ) - (label "PCIE2_TXC_N" (at 194.31 111.76 0) + (label "PCIE2_TXC_N" (at 194.31 111.76 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 3c8c3df8-23bc-469a-bd22-26310cf64e1b) ) - (label "M2_PERSTn" (at 233.68 114.3 0) + (label "M2_PERSTn" (at 233.68 114.3 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 4192cfc2-4ab6-4a92-80de-cf699ed5071d) ) - (label "RCLKC_P" (at 166.37 125.73 180) + (label "RCLKC_P" (at 166.37 125.73 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 5c7d8b85-ffac-4c3e-8135-99052da7d97f) ) - (label "PCIE2_TXC_P" (at 194.31 114.3 0) + (label "PCIE2_TXC_P" (at 194.31 114.3 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 7a9d61c9-a3c4-4c8b-b4e2-53cb22a10f67) ) - (label "RCLKC_N" (at 168.91 125.73 0) + (label "RCLKC_N" (at 168.91 125.73 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 7cf30dfe-40e3-4955-8c07-1045ddf88ddf) ) - (label "PCICLKGEN_XO" (at 123.19 189.23 0) + (label "PCICLKGEN_XO" (at 123.19 189.23 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 9e246cbf-1a3f-444d-919b-7d68ea35dc6b) ) - (label "RCLKA_P" (at 77.47 107.95 90) + (label "RCLKA_P" (at 77.47 107.95 90) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid ac4c39fb-bd1d-4d06-b591-5ca1d3be97f2) ) - (label "M2_SMB_CLK" (at 233.68 101.6 0) + (label "M2_SMB_CLK" (at 233.68 101.6 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid d934b2f8-d0ba-4c2c-a27a-fcca44692e9d) ) @@ -2969,134 +2969,134 @@ (global_label "PCIE1_RX_N" (shape input) (at 77.47 92.71 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 07601d16-333d-4da3-9ab1-390af71d4f34) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE1_TX_P" (shape input) (at 77.47 80.01 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 169e0273-6267-4a8d-b9c7-45b24d101026) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE1_RESETn" (shape input) (at 133.35 95.25 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 26d9459c-acf8-4360-a971-f19ab5f3df2e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE2_TX_N" (shape input) (at 175.26 111.76 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 2f15fd4e-df54-4ffc-a741-7d3709d1e176) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE2_RX_P" (shape output) (at 213.36 106.68 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3a61187e-694d-4e02-ab31-1485187c1fab) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE1_RX_P" (shape input) (at 77.47 90.17 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 550aa436-416f-43e9-aa05-cc4b3995a722) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE2_RESETn" (shape input) (at 255.27 114.3 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 6acc4d4a-6c06-4640-9887-6bacc9edf59e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE1_CLK_P" (shape input) (at 53.34 107.95 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 848c91b0-b53b-4359-9856-4e697c22251b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE2_TX_P" (shape input) (at 175.26 114.3 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 91282f07-6047-4b88-95aa-0f018117afc9) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE2_CLK_P" (shape output) (at 69.85 163.83 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid acf10e72-8047-4a38-a8a4-f9a576d4e5c7) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE2_CLK_N" (shape output) (at 69.85 166.37 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid b3160b2f-3f1a-45f7-82b0-7ba9e6f31f2f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE2_RX_N" (shape output) (at 213.36 104.14 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid c0943f9f-3d3d-4199-ad63-36bd7c33b093) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE1_TX_N" (shape input) (at 77.47 82.55 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid c44b7712-1d96-493e-8eb7-319b2e315593) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE1_PWR_EN" (shape input) (at 40.64 35.56 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid c4a686fd-77cf-48d0-95a6-7fd5c8d1e26a) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "PCIE1_CLK_N" (shape input) (at 53.34 110.49 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid eb4904ac-dd4b-4bc3-96a0-536eb7227540) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (symbol (lib_id "reform2-motherboard-rescue:MPCIE-Socket-reform-motherboard-rescue") (at 105.41 86.36 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1f1f73) - (property "Reference" "U11" (id 0) (at 105.41 49.8602 0) + (property "Reference" "U11" (at 105.41 49.8602 0) (effects (font (size 1.524 1.524))) ) - (property "Value" "679105700" (id 1) (at 105.41 52.5526 0) + (property "Value" "679105700" (at 105.41 52.5526 0) (effects (font (size 1.524 1.524))) ) - (property "Footprint" "footprints:MOLEX_67910-5700" (id 2) (at 107.95 111.76 0) + (property "Footprint" "footprints:MOLEX_67910-5700" (at 107.95 111.76 0) (effects (font (size 1.524 1.524)) hide) ) - (property "Datasheet" "" (id 3) (at 107.95 111.76 0) + (property "Datasheet" "" (at 107.95 111.76 0) (effects (font (size 1.524 1.524))) ) - (property "Manufacturer" "Molex" (id 4) (at 105.41 86.36 0) + (property "Manufacturer" "Molex" (at 105.41 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "67910-5700" (id 5) (at 105.41 86.36 0) + (property "Manufacturer_No" "67910-5700" (at 105.41 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 105.41 86.36 0) + (property "Checked" "y" (at 105.41 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 105.41 86.36 0) + (property "Distributor" "Mouser" (at 105.41 86.36 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8eb36aa7-ebf1-4d50-8236-ccc999c8c9e1)) @@ -3151,971 +3151,1311 @@ (pin "7" (uuid d210cfee-ffda-4310-b517-3213afc1e4bc)) (pin "8" (uuid 7e8b2561-5e30-473c-b064-779fbdcee1fd)) (pin "9" (uuid ce041ab3-c74c-468e-a510-209dea9de056)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "U11") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:LED_Small") (at 240.03 63.5 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d21daf3) - (property "Reference" "D23" (id 0) (at 240.03 57.531 0)) - (property "Value" "LED_NVME" (id 1) (at 240.03 59.8424 0)) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 240.03 63.5 90) + (property "Reference" "D23" (at 240.03 57.531 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LED_NVME" (at 240.03 59.8424 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 240.03 63.5 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 240.03 63.5 90) + (property "Datasheet" "" (at 240.03 63.5 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "ROHM" (id 4) (at 240.03 63.5 0) + (property "Manufacturer" "ROHM" (at 240.03 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SMLEN3WBC8W1" (id 5) (at 240.03 63.5 0) + (property "Manufacturer_No" "SMLEN3WBC8W1" (at 240.03 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 240.03 63.5 0) + (property "Checked" "y" (at 240.03 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 240.03 63.5 0) + (property "Distributor" "Mouser" (at 240.03 63.5 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 05954f5b-945f-4812-8e88-dfe64fbd5b10)) (pin "2" (uuid aa533bb6-2af4-46d7-ac58-46097d6250a7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "D23") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 247.65 63.5 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d21dafe) - (property "Reference" "R110" (id 0) (at 247.65 58.5216 90)) - (property "Value" "1k" (id 1) (at 247.65 60.833 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 247.65 63.5 0) + (property "Reference" "R110" (at 247.65 58.5216 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1k" (at 247.65 60.833 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 247.65 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 247.65 63.5 0) + (property "Datasheet" "" (at 247.65 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 247.65 63.5 0) + (property "Manufacturer" "Yageo" (at 247.65 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071KL" (id 5) (at 247.65 63.5 0) + (property "Manufacturer_No" "RC0603FR-071KL" (at 247.65 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 247.65 63.5 0) + (property "Checked" "y" (at 247.65 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 247.65 63.5 0) + (property "Distributor" "Mouser" (at 247.65 63.5 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 18097775-b603-40aa-9767-cbc34853a1ac)) (pin "2" (uuid 0c4a66ef-f695-4cd4-bafd-513e5e79b8a1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R110") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 200.66 66.04 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d2dbe2e) - (property "Reference" "R107" (id 0) (at 200.66 63.5 90)) - (property "Value" "0" (id 1) (at 200.66 66.04 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 200.66 66.04 0) + (property "Reference" "R107" (at 200.66 63.5 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 200.66 66.04 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 200.66 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 200.66 66.04 0) + (property "Datasheet" "" (at 200.66 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 200.66 66.04 0) + (property "Manufacturer" "Vishay Dale" (at 200.66 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 200.66 66.04 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 200.66 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 200.66 66.04 0) + (property "Distributor" "Mouser" (at 200.66 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 200.66 66.04 0) + (property "Checked" "y" (at 200.66 66.04 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b66c1c58-e73c-4058-bc9a-af203c423d33)) (pin "2" (uuid 73fb0c59-ed84-4568-aa03-700f33451600)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R107") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 194.31 68.58 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d2dcff0) - (property "Reference" "R104" (id 0) (at 194.31 66.04 90)) - (property "Value" "0" (id 1) (at 194.31 68.58 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 194.31 68.58 0) + (property "Reference" "R104" (at 194.31 66.04 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 194.31 68.58 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 194.31 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 194.31 68.58 0) + (property "Datasheet" "" (at 194.31 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 194.31 68.58 0) + (property "Manufacturer" "Vishay Dale" (at 194.31 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 194.31 68.58 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 194.31 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 194.31 68.58 0) + (property "Distributor" "Mouser" (at 194.31 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 194.31 68.58 0) + (property "Checked" "y" (at 194.31 68.58 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4c30b8d3-b590-4f69-a708-7e19d97d8290)) (pin "2" (uuid c44e5b8f-5bd6-43be-a5e6-7afaffab7f91)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R104") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 200.66 81.28 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d2f70bd) - (property "Reference" "R108" (id 0) (at 200.66 78.74 90)) - (property "Value" "0" (id 1) (at 200.66 81.28 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 200.66 81.28 0) + (property "Reference" "R108" (at 200.66 78.74 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 200.66 81.28 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 200.66 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 200.66 81.28 0) + (property "Datasheet" "" (at 200.66 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 200.66 81.28 0) + (property "Manufacturer" "Vishay Dale" (at 200.66 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 200.66 81.28 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 200.66 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 200.66 81.28 0) + (property "Distributor" "Mouser" (at 200.66 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 200.66 81.28 0) + (property "Checked" "y" (at 200.66 81.28 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid afcb2e1c-1010-4c52-8ab4-a319186b6289)) (pin "2" (uuid d98d8120-c487-4f53-980e-abe3e7660ce2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R108") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 194.31 83.82 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d2f70c7) - (property "Reference" "R105" (id 0) (at 194.31 81.28 90)) - (property "Value" "0" (id 1) (at 194.31 83.82 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 194.31 83.82 0) + (property "Reference" "R105" (at 194.31 81.28 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 194.31 83.82 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 194.31 83.82 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 194.31 83.82 0) + (property "Datasheet" "" (at 194.31 83.82 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 194.31 83.82 0) + (property "Manufacturer" "Vishay Dale" (at 194.31 83.82 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 194.31 83.82 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 194.31 83.82 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 194.31 83.82 0) + (property "Distributor" "Mouser" (at 194.31 83.82 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 194.31 83.82 0) + (property "Checked" "y" (at 194.31 83.82 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f7027a28-f700-42c2-869a-67773cc86bb1)) (pin "2" (uuid ef85a6b0-f7aa-4eb8-9b42-8d7258cebe58)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R105") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 200.66 96.52 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d304129) - (property "Reference" "R109" (id 0) (at 200.66 93.98 90)) - (property "Value" "0" (id 1) (at 200.66 96.52 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 200.66 96.52 0) + (property "Reference" "R109" (at 200.66 93.98 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 200.66 96.52 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 200.66 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 200.66 96.52 0) + (property "Datasheet" "" (at 200.66 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 200.66 96.52 0) + (property "Manufacturer" "Vishay Dale" (at 200.66 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 200.66 96.52 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 200.66 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 200.66 96.52 0) + (property "Distributor" "Mouser" (at 200.66 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 200.66 96.52 0) + (property "Checked" "y" (at 200.66 96.52 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 50d6b274-47e4-4c49-afe9-1c0fcd081bbb)) (pin "2" (uuid 812ab84b-f019-403f-bb24-0158bd5d66c0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R109") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 194.31 99.06 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d304133) - (property "Reference" "R106" (id 0) (at 194.31 96.52 90)) - (property "Value" "0" (id 1) (at 194.31 99.06 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 194.31 99.06 0) + (property "Reference" "R106" (at 194.31 96.52 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 194.31 99.06 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 194.31 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 194.31 99.06 0) + (property "Datasheet" "" (at 194.31 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 194.31 99.06 0) + (property "Manufacturer" "Vishay Dale" (at 194.31 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 194.31 99.06 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 194.31 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 194.31 99.06 0) + (property "Distributor" "Mouser" (at 194.31 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 194.31 99.06 0) + (property "Checked" "y" (at 194.31 99.06 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid de4f16bf-4313-4665-a4ee-9ad81906f506)) (pin "2" (uuid c8f41059-14a6-4f44-84e4-0f2079d02db9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R106") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 148.59 48.26 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d6779b0) - (property "Reference" "C120" (id 0) (at 150.9268 47.0916 0) + (property "Reference" "C120" (at 150.9268 47.0916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 150.9268 49.403 0) + (property "Value" "10uF" (at 150.9268 49.403 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 148.59 48.26 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 148.59 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 148.59 48.26 0) + (property "Datasheet" "" (at 148.59 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 148.59 48.26 0) + (property "Manufacturer" "Murata" (at 148.59 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 148.59 48.26 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 148.59 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 148.59 48.26 0) + (property "Checked" "y" (at 148.59 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 148.59 48.26 0) + (property "Distributor" "Mouser" (at 148.59 48.26 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 10dcd3da-9efa-4a7a-8a97-77325b2d1dec)) (pin "2" (uuid 5991d284-8256-46fa-83af-db26ecd9a097)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C120") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 138.43 48.26 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d677bf9) - (property "Reference" "C119" (id 0) (at 140.7668 47.0916 0) + (property "Reference" "C119" (at 140.7668 47.0916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 140.7668 49.403 0) + (property "Value" "0.1uF" (at 140.7668 49.403 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 138.43 48.26 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 138.43 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 138.43 48.26 0) + (property "Datasheet" "" (at 138.43 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 138.43 48.26 0) + (property "Manufacturer" "Yageo" (at 138.43 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 138.43 48.26 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 138.43 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 138.43 48.26 0) + (property "Checked" "y" (at 138.43 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 138.43 48.26 0) + (property "Distributor" "Mouser" (at 138.43 48.26 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8909ce6c-8d1e-4f21-b086-f9669b014454)) (pin "2" (uuid e87ec195-f39a-4f51-b8fc-17bc9658cba4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C119") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+1V5") (at 160.02 39.37 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d678680) - (property "Reference" "#PWR0212" (id 0) (at 160.02 43.18 0) + (property "Reference" "#PWR0212" (at 160.02 43.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V5" (id 1) (at 160.401 34.9758 0)) - (property "Footprint" "" (id 2) (at 160.02 39.37 0) + (property "Value" "+1V5" (at 160.401 34.9758 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 160.02 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 160.02 39.37 0) + (property "Datasheet" "" (at 160.02 39.37 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b5926fe4-f463-4335-9978-4f7724b4e2a4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0212") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 148.59 54.61 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d67ffe8) - (property "Reference" "#PWR0213" (id 0) (at 148.59 60.96 0) + (property "Reference" "#PWR0213" (at 148.59 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 148.717 59.0042 0)) - (property "Footprint" "" (id 2) (at 148.59 54.61 0) + (property "Value" "GND" (at 148.717 59.0042 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 148.59 54.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 148.59 54.61 0) + (property "Datasheet" "" (at 148.59 54.61 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 36ab7a7a-8ae5-4c22-aa9d-877293525019)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0213") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 22.86 24.13 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dabfc96) - (property "Reference" "#PWR043" (id 0) (at 22.86 27.94 0) + (property "Reference" "#PWR043" (at 22.86 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 23.241 19.7358 0)) - (property "Footprint" "" (id 2) (at 22.86 24.13 0) + (property "Value" "+3V3" (at 23.241 19.7358 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 22.86 24.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 22.86 24.13 0) + (property "Datasheet" "" (at 22.86 24.13 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f8fb79ce-dd5c-4673-aab9-39d2b0e2351b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR043") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 64.77 29.21 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dac08fc) - (property "Reference" "FB3" (id 0) (at 67.31 28.0416 0) + (property "Reference" "FB3" (at 67.31 28.0416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 67.31 30.353 0) + (property "Value" "100@100MHz 3A" (at 67.31 30.353 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 62.992 29.21 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 62.992 29.21 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 64.77 29.21 0) + (property "Datasheet" "" (at 64.77 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 64.77 29.21 0) + (property "Manufacturer" "Murata" (at 64.77 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 64.77 29.21 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 64.77 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 64.77 29.21 0) + (property "Checked" "y" (at 64.77 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 64.77 29.21 0) + (property "Distributor" "Mouser" (at 64.77 29.21 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 75b92176-46a1-4952-9e83-54d8b2e669b0)) (pin "2" (uuid 2d620031-1abd-479d-bb8a-058817afcebe)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "FB3") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 128.27 124.46 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dac2389) - (property "Reference" "#PWR045" (id 0) (at 128.27 130.81 0) + (property "Reference" "#PWR045" (at 128.27 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 128.397 128.8542 0)) - (property "Footprint" "" (id 2) (at 128.27 124.46 0) + (property "Value" "GND" (at 128.397 128.8542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 128.27 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 128.27 124.46 0) + (property "Datasheet" "" (at 128.27 124.46 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 79f557c4-fb8b-4fb9-8792-8d6296c6fa4c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR045") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 82.55 120.65 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dac3bc6) - (property "Reference" "#PWR044" (id 0) (at 82.55 127 0) + (property "Reference" "#PWR044" (at 82.55 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 82.677 125.0442 0)) - (property "Footprint" "" (id 2) (at 82.55 120.65 0) + (property "Value" "GND" (at 82.677 125.0442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 82.55 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 82.55 120.65 0) + (property "Datasheet" "" (at 82.55 120.65 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8194ab02-0592-4838-8575-250204580eb7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR044") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:LED_Small") (at 138.43 67.31 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005db65d52) - (property "Reference" "D22" (id 0) (at 138.43 61.341 0)) - (property "Value" "LED_WLAN1" (id 1) (at 138.43 63.6524 0)) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 138.43 67.31 90) + (property "Reference" "D22" (at 138.43 61.341 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LED_WLAN1" (at 138.43 63.6524 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 138.43 67.31 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 138.43 67.31 90) + (property "Datasheet" "" (at 138.43 67.31 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "ROHM" (id 4) (at 138.43 67.31 0) + (property "Manufacturer" "ROHM" (at 138.43 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SMLEN3WBC8W1" (id 5) (at 138.43 67.31 0) + (property "Manufacturer_No" "SMLEN3WBC8W1" (at 138.43 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 138.43 67.31 0) + (property "Checked" "y" (at 138.43 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 138.43 67.31 0) + (property "Distributor" "Mouser" (at 138.43 67.31 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 02709ceb-d856-4cfc-b87c-10a76cb1146c)) (pin "2" (uuid ffc26128-2396-4ddb-99d1-c125016ba55c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "D22") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 147.32 67.31 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005db66e46) - (property "Reference" "R67" (id 0) (at 147.32 62.3316 90)) - (property "Value" "1k" (id 1) (at 147.32 64.643 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 147.32 67.31 0) + (property "Reference" "R67" (at 147.32 62.3316 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1k" (at 147.32 64.643 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 147.32 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 147.32 67.31 0) + (property "Datasheet" "" (at 147.32 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 147.32 67.31 0) + (property "Manufacturer" "Yageo" (at 147.32 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071KL" (id 5) (at 147.32 67.31 0) + (property "Manufacturer_No" "RC0603FR-071KL" (at 147.32 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 147.32 67.31 0) + (property "Checked" "y" (at 147.32 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 147.32 67.31 0) + (property "Distributor" "Mouser" (at 147.32 67.31 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a2b4acf5-6ab0-4eb2-b286-3b1dba0c2f03)) (pin "2" (uuid 6dec35d2-a9d6-48ee-8d0c-6ecd58467040)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R67") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 184.15 31.75 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005db754e3) - (property "Reference" "#PWR047" (id 0) (at 184.15 35.56 0) + (property "Reference" "#PWR047" (at 184.15 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 184.531 27.3558 0)) - (property "Footprint" "" (id 2) (at 184.15 31.75 0) + (property "Value" "+3V3" (at 184.531 27.3558 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 184.15 31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 184.15 31.75 0) + (property "Datasheet" "" (at 184.15 31.75 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8318a754-7341-4826-8ce5-4dd1284dba5d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR047") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 184.15 34.29 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005db754ed) - (property "Reference" "FB4" (id 0) (at 186.69 33.1216 0) + (property "Reference" "FB4" (at 186.69 33.1216 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 186.69 35.433 0) + (property "Value" "100@100MHz 3A" (at 186.69 35.433 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 182.372 34.29 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 182.372 34.29 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 184.15 34.29 0) + (property "Datasheet" "" (at 184.15 34.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 184.15 34.29 0) + (property "Manufacturer" "Murata" (at 184.15 34.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 184.15 34.29 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 184.15 34.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 184.15 34.29 0) + (property "Checked" "y" (at 184.15 34.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 184.15 34.29 0) + (property "Distributor" "Mouser" (at 184.15 34.29 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 09f517c3-5d6f-4ee4-bd6e-3fa3c2d0cde5)) (pin "2" (uuid f4778ba8-7e46-4b31-bba0-f6f77cc8e854)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "FB4") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 64.77 115.57 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eae91fb) - (property "Reference" "R148" (id 0) (at 66.2686 114.4016 0) + (property "Reference" "R148" (at 66.2686 114.4016 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "49.9" (id 1) (at 66.2686 116.713 0) + (property "Value" "49.9" (at 66.2686 116.713 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 64.77 115.57 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 64.77 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 64.77 115.57 0) + (property "Datasheet" "" (at 64.77 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 64.77 115.57 0) + (property "Checked" "y" (at 64.77 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 64.77 115.57 0) + (property "Distributor" "Mouser" (at 64.77 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 6) (at 64.77 115.57 0) + (property "Manufacturer" "Yageo" (at 64.77 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-1049R9L" (id 7) (at 64.77 115.57 0) + (property "Manufacturer_No" "RC0603FR-1049R9L" (at 64.77 115.57 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6ce926fd-3b24-491c-8160-2f3caa0e1735)) (pin "2" (uuid 5ecd9717-53a9-4486-8055-fb39adef3a4c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R148") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 57.15 115.57 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eb12254) - (property "Reference" "R123" (id 0) (at 58.6486 114.4016 0) + (property "Reference" "R123" (at 58.6486 114.4016 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "49.9" (id 1) (at 58.6486 116.713 0) + (property "Value" "49.9" (at 58.6486 116.713 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 57.15 115.57 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 57.15 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 57.15 115.57 0) + (property "Datasheet" "" (at 57.15 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 57.15 115.57 0) + (property "Checked" "y" (at 57.15 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 57.15 115.57 0) + (property "Distributor" "Mouser" (at 57.15 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 6) (at 57.15 115.57 0) + (property "Manufacturer" "Yageo" (at 57.15 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-1049R9L" (id 7) (at 57.15 115.57 0) + (property "Manufacturer_No" "RC0603FR-1049R9L" (at 57.15 115.57 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 99e54c4a-6eb5-482d-80ea-d6f1ede76c9f)) (pin "2" (uuid 922bb53c-3578-4149-aa9a-8ba3b23cf66a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R123") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 57.15 121.92 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eb63d23) - (property "Reference" "#PWR0151" (id 0) (at 57.15 128.27 0) + (property "Reference" "#PWR0151" (at 57.15 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 57.277 126.3142 0)) - (property "Footprint" "" (id 2) (at 57.15 121.92 0) + (property "Value" "GND" (at 57.277 126.3142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 57.15 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 57.15 121.92 0) + (property "Datasheet" "" (at 57.15 121.92 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 705a2980-d667-419b-bae9-e10067049425)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0151") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 34.29 177.8 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eb81f6b) - (property "Reference" "#PWR0152" (id 0) (at 34.29 184.15 0) + (property "Reference" "#PWR0152" (at 34.29 184.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 34.417 182.1942 0)) - (property "Footprint" "" (id 2) (at 34.29 177.8 0) + (property "Value" "GND" (at 34.417 182.1942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 34.29 177.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 34.29 177.8 0) + (property "Datasheet" "" (at 34.29 177.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 82875b7f-a56e-4618-b160-ae9e7fe6a4b7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0152") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 34.29 173.99 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eb8f282) - (property "Reference" "R36" (id 0) (at 29.21 172.72 0) + (property "Reference" "R36" (at 29.21 172.72 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "475" (id 1) (at 29.21 175.26 0) + (property "Value" "475" (at 29.21 175.26 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 34.29 173.99 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 34.29 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 34.29 173.99 0) + (property "Datasheet" "" (at 34.29 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 34.29 173.99 0) + (property "Manufacturer" "Yageo" (at 34.29 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-07475RL" (id 5) (at 34.29 173.99 0) + (property "Manufacturer_No" "RC0603FR-07475RL" (at 34.29 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 34.29 173.99 0) + (property "Checked" "y" (at 34.29 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 34.29 173.99 0) + (property "Distributor" "Mouser" (at 34.29 173.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid afc45434-ac9f-4cef-aec6-5af10ff37d29)) (pin "2" (uuid fe812b7f-e442-4a25-b505-be48b9aba24c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R36") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:Crystal_GND24_Small") (at 104.14 179.07 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ebdc9b8) - (property "Reference" "Y3" (id 0) (at 99.06 172.72 0)) - (property "Value" "25MHz" (id 1) (at 100.33 175.26 0)) - (property "Footprint" "Crystal:Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm" (id 2) (at 104.14 179.07 0) + (property "Reference" "Y3" (at 99.06 172.72 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "25MHz" (at 100.33 175.26 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Crystal:Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm" (at 104.14 179.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 179.07 0) + (property "Datasheet" "" (at 104.14 179.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Abracon" (id 4) (at 104.14 179.07 0) + (property "Manufacturer" "Abracon" (at 104.14 179.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "ABM8AIG-25.000MHz-R40-4-T" (id 5) (at 104.14 179.07 0) + (property "Manufacturer_No" "ABM8AIG-25.000MHz-R40-4-T" (at 104.14 179.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 104.14 179.07 0) + (property "Checked" "y" (at 104.14 179.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 104.14 179.07 0) + (property "Distributor" "Mouser" (at 104.14 179.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9b6bde20-048a-4f02-a89a-77df98551bae)) (pin "2" (uuid 7fdab0b5-f7fc-48a3-a346-2b8e1c5fbae3)) (pin "3" (uuid eb336ccf-2e36-4ce0-a651-e510b71e1f8c)) (pin "4" (uuid 2838ed7a-5905-4c44-b378-368849edf750)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "Y3") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:R_Small-reform-motherboard-rescue") (at 104.14 171.45 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ebdc9c0) - (property "Reference" "R156" (id 0) (at 103.632 170.688 0) + (property "Reference" "R156" (at 103.632 170.688 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1M" (id 1) (at 105.156 170.688 0) + (property "Value" "1M" (at 105.156 170.688 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 104.14 171.45 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 104.14 171.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 104.14 171.45 0) + (property "Datasheet" "" (at 104.14 171.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 104.14 171.45 0) + (property "Manufacturer" "Yageo" (at 104.14 171.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071ML" (id 5) (at 104.14 171.45 0) + (property "Manufacturer_No" "RC0603FR-071ML" (at 104.14 171.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 104.14 171.45 0) + (property "Distributor" "Mouser" (at 104.14 171.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 104.14 171.45 0) + (property "Checked" "y" (at 104.14 171.45 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9ff42315-b50b-4826-af93-ac8c1334f310)) (pin "2" (uuid 5c4c2191-9f90-45f6-b81e-c69b48765042)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R156") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 111.76 181.61 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ebdc9c8) - (property "Reference" "C98" (id 0) (at 113.03 180.34 0) + (property "Reference" "C98" (at 113.03 180.34 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "18pF" (id 1) (at 113.03 184.15 0) + (property "Value" "18pF" (at 113.03 184.15 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 111.76 181.61 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 111.76 181.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 111.76 181.61 0) + (property "Datasheet" "" (at 111.76 181.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 111.76 181.61 0) + (property "Manufacturer" "Yageo" (at 111.76 181.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JRNPO9BN180" (id 5) (at 111.76 181.61 0) + (property "Manufacturer_No" "CC0603JRNPO9BN180" (at 111.76 181.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 111.76 181.61 0) + (property "Checked" "y" (at 111.76 181.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 111.76 181.61 0) + (property "Distributor" "Mouser" (at 111.76 181.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "C107040" (id 8) (at 111.76 181.61 0) + (property "LCSC" "C107040" (at 111.76 181.61 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f9b72ed7-ebf7-464b-af22-491b04bca806)) (pin "2" (uuid 70a6bb5d-6fe7-485c-a686-690f7df5c122)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C98") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:GND-reform-motherboard-rescue") (at 111.76 184.15 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ebdc9ce) - (property "Reference" "#PWR0192" (id 0) (at 111.76 190.5 0) + (property "Reference" "#PWR0192" (at 111.76 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 111.76 187.96 0)) - (property "Footprint" "" (id 2) (at 111.76 184.15 0) + (property "Value" "GND" (at 111.76 187.96 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 111.76 184.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 111.76 184.15 0) + (property "Datasheet" "" (at 111.76 184.15 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ade3982f-956c-4711-8505-da2f9e2826a5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0192") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 96.52 181.61 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ebdc9d6) - (property "Reference" "C62" (id 0) (at 97.79 180.34 0) + (property "Reference" "C62" (at 97.79 180.34 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "18pF" (id 1) (at 97.79 184.15 0) + (property "Value" "18pF" (at 97.79 184.15 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 96.52 181.61 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 96.52 181.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 96.52 181.61 0) + (property "Datasheet" "" (at 96.52 181.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 96.52 181.61 0) + (property "Manufacturer" "Yageo" (at 96.52 181.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JRNPO9BN180" (id 5) (at 96.52 181.61 0) + (property "Manufacturer_No" "CC0603JRNPO9BN180" (at 96.52 181.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 96.52 181.61 0) + (property "Checked" "y" (at 96.52 181.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 96.52 181.61 0) + (property "Distributor" "Mouser" (at 96.52 181.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "C107040" (id 8) (at 96.52 181.61 0) + (property "LCSC" "C107040" (at 96.52 181.61 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ed70d53a-e1ca-44d5-930d-dcbb17f4fb4e)) (pin "2" (uuid 3a47d6ff-8532-4fbb-9b15-bfdbaf8d09e4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C62") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:GND-reform-motherboard-rescue") (at 96.52 184.15 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ebdc9dc) - (property "Reference" "#PWR0229" (id 0) (at 96.52 190.5 0) + (property "Reference" "#PWR0229" (at 96.52 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 96.52 187.96 0)) - (property "Footprint" "" (id 2) (at 96.52 184.15 0) + (property "Value" "GND" (at 96.52 187.96 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 96.52 184.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 96.52 184.15 0) + (property "Datasheet" "" (at 96.52 184.15 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 912779a6-a2e5-4522-8ab5-ae7d40d87e32)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0229") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 76.2 153.67 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ec1acc7) - (property "Reference" "#PWR0171" (id 0) (at 82.55 153.67 0) + (property "Reference" "#PWR0171" (at 82.55 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 80.5942 153.543 0)) - (property "Footprint" "" (id 2) (at 76.2 153.67 0) + (property "Value" "GND" (at 80.5942 153.543 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 76.2 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 76.2 153.67 0) + (property "Datasheet" "" (at 76.2 153.67 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4fcc644e-f53c-48d9-ab2f-cb8fcfa28ae6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0171") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 38.1 146.05 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ec38c15) - (property "Reference" "R37" (id 0) (at 31.75 147.32 90) + (property "Reference" "R37" (at 31.75 147.32 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "1.5k" (id 1) (at 36.83 146.05 90) + (property "Value" "1.5k" (at 36.83 146.05 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 38.1 146.05 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 38.1 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 38.1 146.05 0) + (property "Datasheet" "" (at 38.1 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 38.1 146.05 0) + (property "Manufacturer" "Yageo" (at 38.1 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071K5L" (id 5) (at 38.1 146.05 0) + (property "Manufacturer_No" "RC0603FR-071K5L" (at 38.1 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 38.1 146.05 0) + (property "Checked" "y" (at 38.1 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 38.1 146.05 0) + (property "Distributor" "Mouser" (at 38.1 146.05 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid bf32fe57-0f44-49c5-8cc8-476e672b6f66)) (pin "2" (uuid f7d2cce9-5ac7-406b-a51e-db2e3784344d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R37") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 38.1 148.59 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ec58288) - (property "Reference" "R38" (id 0) (at 31.75 149.86 90) + (property "Reference" "R38" (at 31.75 149.86 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "1.5k" (id 1) (at 36.83 148.59 90) + (property "Value" "1.5k" (at 36.83 148.59 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 38.1 148.59 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 38.1 148.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 38.1 148.59 0) + (property "Datasheet" "" (at 38.1 148.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 38.1 148.59 0) + (property "Manufacturer" "Yageo" (at 38.1 148.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071K5L" (id 5) (at 38.1 148.59 0) + (property "Manufacturer_No" "RC0603FR-071K5L" (at 38.1 148.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 38.1 148.59 0) + (property "Checked" "y" (at 38.1 148.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 38.1 148.59 0) + (property "Distributor" "Mouser" (at 38.1 148.59 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 516610c3-1301-4ce7-9e62-5843764830cc)) (pin "2" (uuid 4f448ed4-0b09-4582-88a5-bd031b777528)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R38") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 38.1 158.75 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ec8adbb) - (property "Reference" "R40" (id 0) (at 31.75 160.02 90) + (property "Reference" "R40" (at 31.75 160.02 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "1.5k" (id 1) (at 36.83 158.75 90) + (property "Value" "1.5k" (at 36.83 158.75 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 38.1 158.75 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 38.1 158.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 38.1 158.75 0) + (property "Datasheet" "" (at 38.1 158.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 38.1 158.75 0) + (property "Manufacturer" "Yageo" (at 38.1 158.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071K5L" (id 5) (at 38.1 158.75 0) + (property "Manufacturer_No" "RC0603FR-071K5L" (at 38.1 158.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 38.1 158.75 0) + (property "Checked" "y" (at 38.1 158.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 38.1 158.75 0) + (property "Distributor" "Mouser" (at 38.1 158.75 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0fab2bbf-dc39-4b49-8f6e-106abf45be72)) (pin "2" (uuid 87daa3f9-343c-4bc8-9e2a-799c5e2b64ee)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R40") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 38.1 151.13 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ec8b15d) - (property "Reference" "R39" (id 0) (at 31.75 152.4 90) + (property "Reference" "R39" (at 31.75 152.4 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "0" (id 1) (at 36.83 151.13 90) + (property "Value" "0" (at 36.83 151.13 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 38.1 151.13 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 38.1 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 38.1 151.13 0) + (property "Datasheet" "" (at 38.1 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 38.1 151.13 0) + (property "Manufacturer" "Vishay Dale" (at 38.1 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 38.1 151.13 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 38.1 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 38.1 151.13 0) + (property "Distributor" "Mouser" (at 38.1 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 38.1 151.13 0) + (property "Checked" "y" (at 38.1 151.13 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9d4f6c5a-c3e6-46bb-bedd-200935500d7f)) (pin "2" (uuid cf133391-23cb-487f-808b-010a2ed3e050)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R39") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 153.67 97.79 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ed5ade2) - (property "Reference" "R160" (id 0) (at 153.67 92.8116 90)) - (property "Value" "100k" (id 1) (at 153.67 95.123 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 153.67 97.79 0) + (property "Reference" "R160" (at 153.67 92.8116 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100k" (at 153.67 95.123 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 153.67 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 153.67 97.79 0) + (property "Datasheet" "" (at 153.67 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 153.67 97.79 0) + (property "Manufacturer" "Vishay Dale" (at 153.67 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 5) (at 153.67 97.79 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 153.67 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 153.67 97.79 0) + (property "Checked" "y" (at 153.67 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 153.67 97.79 0) + (property "Distributor" "Mouser" (at 153.67 97.79 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 811fe37f-143d-4444-bd4c-6c9b6d5ae40f)) (pin "2" (uuid 09b564b1-4e67-4d45-8c80-ca4a0dd7f215)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R160") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:IDT5V41066") (at 54.61 153.67 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005edcde6e) - (property "Reference" "U23" (id 0) (at 53.975 135.509 0)) - (property "Value" "IDT5V41066" (id 1) (at 53.975 137.8204 0)) - (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" (id 2) (at 54.61 153.67 0) + (property "Reference" "U23" (at 53.975 135.509 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "IDT5V41066" (at 53.975 137.8204 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" (at 54.61 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.idt.com/document/dst/5v41066-datasheet" (id 3) (at 54.61 153.67 0) + (property "Datasheet" "https://www.idt.com/document/dst/5v41066-datasheet" (at 54.61 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "IDT" (id 4) (at 54.61 153.67 0) + (property "Manufacturer" "IDT" (at 54.61 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "5V41066PGGI8" (id 5) (at 54.61 153.67 0) + (property "Manufacturer_No" "5V41066PGGI8" (at 54.61 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 54.61 153.67 0) + (property "Checked" "y" (at 54.61 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 54.61 153.67 0) + (property "Distributor" "Mouser" (at 54.61 153.67 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 337ac5d8-5166-448d-9855-a0f9775bbb17)) @@ -4138,557 +4478,722 @@ (pin "7" (uuid 77ce2bcd-be9b-46f5-a4c7-8cc23569179e)) (pin "8" (uuid 3cb849ff-7227-427f-8bf9-16897ab1b76b)) (pin "9" (uuid 248c7037-5a2e-42b4-9531-21830c68ee5d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "U23") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 107.95 35.56 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eeaccad) - (property "Reference" "C83" (id 0) (at 110.2868 34.3916 0) + (property "Reference" "C83" (at 110.2868 34.3916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "47uF" (id 1) (at 110.2868 36.703 0) + (property "Value" "47uF" (at 110.2868 36.703 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 107.95 35.56 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 107.95 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 107.95 35.56 0) + (property "Datasheet" "" (at 107.95 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 107.95 35.56 0) + (property "Manufacturer" "Murata" (at 107.95 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R60J476ME15D" (id 5) (at 107.95 35.56 0) + (property "Manufacturer_No" "GRM188R60J476ME15D" (at 107.95 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 107.95 35.56 0) + (property "Checked" "y" (at 107.95 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 107.95 35.56 0) + (property "Distributor" "Mouser" (at 107.95 35.56 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2c190f25-ba6e-45d3-920e-cc11c0bd5f87)) (pin "2" (uuid 95a76509-bf6e-418c-b66a-aa7abe011ba0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C83") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 118.11 35.56 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eead537) - (property "Reference" "C123" (id 0) (at 120.4468 34.3916 0) + (property "Reference" "C123" (at 120.4468 34.3916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "47uF" (id 1) (at 120.4468 36.703 0) + (property "Value" "47uF" (at 120.4468 36.703 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 118.11 35.56 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 118.11 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 118.11 35.56 0) + (property "Datasheet" "" (at 118.11 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 118.11 35.56 0) + (property "Manufacturer" "Murata" (at 118.11 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R60J476ME15D" (id 5) (at 118.11 35.56 0) + (property "Manufacturer_No" "GRM188R60J476ME15D" (at 118.11 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 118.11 35.56 0) + (property "Checked" "y" (at 118.11 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 118.11 35.56 0) + (property "Distributor" "Mouser" (at 118.11 35.56 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2ad98e39-2907-4385-83be-3ddbc4f0f010)) (pin "2" (uuid c274142a-9558-40ba-9c66-8937e65af6cb)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C123") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 233.68 40.64 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eeaefe2) - (property "Reference" "C124" (id 0) (at 236.0168 39.4716 0) + (property "Reference" "C124" (at 236.0168 39.4716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "47uF" (id 1) (at 236.0168 41.783 0) + (property "Value" "47uF" (at 236.0168 41.783 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 233.68 40.64 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 233.68 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 233.68 40.64 0) + (property "Datasheet" "" (at 233.68 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 233.68 40.64 0) + (property "Manufacturer" "Murata" (at 233.68 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R60J476ME15D" (id 5) (at 233.68 40.64 0) + (property "Manufacturer_No" "GRM188R60J476ME15D" (at 233.68 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 233.68 40.64 0) + (property "Checked" "y" (at 233.68 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 233.68 40.64 0) + (property "Distributor" "Mouser" (at 233.68 40.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 639d0c6a-5719-430b-a2a4-bd14fdacfd11)) (pin "2" (uuid 80ed033a-8bc9-4671-97a4-5a49f5b2163e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C124") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 243.84 40.64 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eeaf1a5) - (property "Reference" "C126" (id 0) (at 246.1768 39.4716 0) + (property "Reference" "C126" (at 246.1768 39.4716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "47uF" (id 1) (at 246.1768 41.783 0) + (property "Value" "47uF" (at 246.1768 41.783 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 243.84 40.64 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 243.84 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 243.84 40.64 0) + (property "Datasheet" "" (at 243.84 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 243.84 40.64 0) + (property "Manufacturer" "Murata" (at 243.84 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R60J476ME15D" (id 5) (at 243.84 40.64 0) + (property "Manufacturer_No" "GRM188R60J476ME15D" (at 243.84 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 243.84 40.64 0) + (property "Checked" "y" (at 243.84 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 243.84 40.64 0) + (property "Distributor" "Mouser" (at 243.84 40.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6ec2db4f-d6e4-4e6e-8d6f-7fada710cf2f)) (pin "2" (uuid ae7b93fa-5b22-4986-b0b7-5c7e292af05a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C126") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 161.29 166.37 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eec4c35) - (property "Reference" "R198" (id 0) (at 162.7886 165.2016 0) + (property "Reference" "R198" (at 162.7886 165.2016 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "49.9" (id 1) (at 162.7886 167.513 0) + (property "Value" "49.9" (at 162.7886 167.513 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 161.29 166.37 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 161.29 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 161.29 166.37 0) + (property "Datasheet" "" (at 161.29 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 161.29 166.37 0) + (property "Checked" "y" (at 161.29 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 161.29 166.37 0) + (property "Distributor" "Mouser" (at 161.29 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 6) (at 161.29 166.37 0) + (property "Manufacturer" "Yageo" (at 161.29 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-1049R9L" (id 7) (at 161.29 166.37 0) + (property "Manufacturer_No" "RC0603FR-1049R9L" (at 161.29 166.37 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b3531098-2191-4285-ba0b-fc78d3d15ecb)) (pin "2" (uuid 9bed247f-f69c-47d1-b387-73844c881968)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R198") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 168.91 166.37 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eec4c40) - (property "Reference" "R199" (id 0) (at 170.4086 165.2016 0) + (property "Reference" "R199" (at 170.4086 165.2016 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "49.9" (id 1) (at 170.4086 167.513 0) + (property "Value" "49.9" (at 170.4086 167.513 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 168.91 166.37 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 168.91 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 168.91 166.37 0) + (property "Datasheet" "" (at 168.91 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 168.91 166.37 0) + (property "Checked" "y" (at 168.91 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 168.91 166.37 0) + (property "Distributor" "Mouser" (at 168.91 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 6) (at 168.91 166.37 0) + (property "Manufacturer" "Yageo" (at 168.91 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-1049R9L" (id 7) (at 168.91 166.37 0) + (property "Manufacturer_No" "RC0603FR-1049R9L" (at 168.91 166.37 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 66ee9e82-073b-4be7-bc3b-4efc58e0e23b)) (pin "2" (uuid 267ea25f-d6a2-4694-992e-603cbe250893)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R199") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 161.29 172.72 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ef071a1) - (property "Reference" "#PWR025" (id 0) (at 161.29 179.07 0) + (property "Reference" "#PWR025" (at 161.29 179.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 161.417 177.1142 0)) - (property "Footprint" "" (id 2) (at 161.29 172.72 0) + (property "Value" "GND" (at 161.417 177.1142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 161.29 172.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 161.29 172.72 0) + (property "Datasheet" "" (at 161.29 172.72 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1cfc79f8-0fc2-4035-934b-b93be2874a9c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR025") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 22.86 166.37 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ef8cac6) - (property "Reference" "#PWR0232" (id 0) (at 22.86 172.72 0) + (property "Reference" "#PWR0232" (at 22.86 172.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 22.987 170.7642 0)) - (property "Footprint" "" (id 2) (at 22.86 166.37 0) + (property "Value" "GND" (at 22.987 170.7642 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 22.86 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 22.86 166.37 0) + (property "Datasheet" "" (at 22.86 166.37 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7431bf2d-d5a0-448e-a7c0-c6ef2ee7bfd9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0232") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 38.1 161.29 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0094f5) - (property "Reference" "R122" (id 0) (at 30.48 162.56 90) + (property "Reference" "R122" (at 30.48 162.56 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "1.5k" (id 1) (at 36.83 161.29 90) + (property "Value" "1.5k" (at 36.83 161.29 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 38.1 161.29 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 38.1 161.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 38.1 161.29 0) + (property "Datasheet" "" (at 38.1 161.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 38.1 161.29 0) + (property "Manufacturer" "Yageo" (at 38.1 161.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071K5L" (id 5) (at 38.1 161.29 0) + (property "Manufacturer_No" "RC0603FR-071K5L" (at 38.1 161.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 38.1 161.29 0) + (property "Checked" "y" (at 38.1 161.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 38.1 161.29 0) + (property "Distributor" "Mouser" (at 38.1 161.29 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c71bca4f-935e-4c40-8725-d6a08f4fc7ba)) (pin "2" (uuid c33b60d2-08f0-4b7f-af9b-c7b1f4efd8d4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R122") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 22.86 123.19 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ff52117) - (property "Reference" "R101" (id 0) (at 25.4 123.19 90)) - (property "Value" "0" (id 1) (at 22.86 123.19 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 22.86 123.19 0) + (property "Reference" "R101" (at 25.4 123.19 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 22.86 123.19 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 22.86 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 22.86 123.19 0) + (property "Datasheet" "" (at 22.86 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 22.86 123.19 0) + (property "Manufacturer" "Vishay Dale" (at 22.86 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 22.86 123.19 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 22.86 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 22.86 123.19 0) + (property "Distributor" "Mouser" (at 22.86 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 22.86 123.19 0) + (property "Checked" "y" (at 22.86 123.19 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 23b4d80e-32db-4e7d-b476-a48eb3c2b8ab)) (pin "2" (uuid cc6c46dd-51c7-482a-af48-85454e716dce)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R101") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 49.53 128.27 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ff63199) - (property "Reference" "#FLG0114" (id 0) (at 49.53 126.365 0) + (property "Reference" "#FLG0114" (at 49.53 126.365 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 49.53 125.0442 90) + (property "Value" "PWR_FLAG" (at 49.53 125.0442 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 49.53 128.27 0) + (property "Footprint" "" (at 49.53 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 49.53 128.27 0) + (property "Datasheet" "~" (at 49.53 128.27 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7fa61097-36e7-4d70-8602-6901acac87cb)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#FLG0114") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 27.94 134.62 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ff730dd) - (property "Reference" "C152" (id 0) (at 30.2768 133.4516 0) + (property "Reference" "C152" (at 30.2768 133.4516 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10nF" (id 1) (at 30.2768 135.763 0) + (property "Value" "10nF" (at 30.2768 135.763 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 27.94 134.62 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 27.94 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 27.94 134.62 0) + (property "Datasheet" "" (at 27.94 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 27.94 134.62 0) + (property "Checked" "y" (at 27.94 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 27.94 134.62 0) + (property "Distributor" "Mouser" (at 27.94 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "KEMET" (id 6) (at 27.94 134.62 0) + (property "Manufacturer" "KEMET" (at 27.94 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C0603C103K5RAC3190" (id 7) (at 27.94 134.62 0) + (property "Manufacturer_No" "C0603C103K5RAC3190" (at 27.94 134.62 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 334e6dec-1f7f-4812-a166-55ebce1fe023)) (pin "2" (uuid 0aaf3433-9522-4878-b08e-b809c09fd522)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C152") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 27.94 137.16 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ffc2ed4) - (property "Reference" "#PWR0182" (id 0) (at 27.94 143.51 0) + (property "Reference" "#PWR0182" (at 27.94 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 28.067 141.5542 0)) - (property "Footprint" "" (id 2) (at 27.94 137.16 0) + (property "Value" "GND" (at 28.067 141.5542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 27.94 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 27.94 137.16 0) + (property "Datasheet" "" (at 27.94 137.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f061ddfd-92e2-49bd-b6d6-3a4491d5991a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0182") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 87.63 166.37 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ffc31b6) - (property "Reference" "C153" (id 0) (at 89.9668 165.2016 0) + (property "Reference" "C153" (at 89.9668 165.2016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10nF" (id 1) (at 89.9668 167.513 0) + (property "Value" "10nF" (at 89.9668 167.513 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 87.63 166.37 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 87.63 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 87.63 166.37 0) + (property "Datasheet" "" (at 87.63 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 87.63 166.37 0) + (property "Checked" "y" (at 87.63 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 87.63 166.37 0) + (property "Distributor" "Mouser" (at 87.63 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "KEMET" (id 6) (at 87.63 166.37 0) + (property "Manufacturer" "KEMET" (at 87.63 166.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C0603C103K5RAC3190" (id 7) (at 87.63 166.37 0) + (property "Manufacturer_No" "C0603C103K5RAC3190" (at 87.63 166.37 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 498d04d9-cfa3-4f6d-a143-f1d58461afd9)) (pin "2" (uuid 439b3242-1554-457f-9a58-cdd55f212a56)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C153") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 87.63 168.91 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ffd76f1) - (property "Reference" "#PWR0215" (id 0) (at 87.63 175.26 0) + (property "Reference" "#PWR0215" (at 87.63 175.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 87.757 173.3042 0)) - (property "Footprint" "" (id 2) (at 87.63 168.91 0) + (property "Value" "GND" (at 87.757 173.3042 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 87.63 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 87.63 168.91 0) + (property "Datasheet" "" (at 87.63 168.91 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 934536d0-7515-4a05-8151-ddb7ce516796)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0215") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 67.31 35.56 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060fc9f01) - (property "Reference" "C52" (id 0) (at 69.6468 34.3916 0) + (property "Reference" "C52" (at 69.6468 34.3916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10nF" (id 1) (at 69.6468 36.703 0) + (property "Value" "10nF" (at 69.6468 36.703 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 67.31 35.56 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 67.31 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 67.31 35.56 0) + (property "Datasheet" "" (at 67.31 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "KEMET" (id 4) (at 67.31 35.56 0) + (property "Manufacturer" "KEMET" (at 67.31 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C0603C103K5RAC3190" (id 5) (at 67.31 35.56 0) + (property "Manufacturer_No" "C0603C103K5RAC3190" (at 67.31 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 67.31 35.56 0) + (property "Checked" "y" (at 67.31 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 67.31 35.56 0) + (property "Distributor" "Mouser" (at 67.31 35.56 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 01c52573-169c-498e-9382-f93d532383ab)) (pin "2" (uuid 0599cd2c-6ead-437d-9b72-e45e8209fd82)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C52") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 77.47 35.56 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060fca681) - (property "Reference" "C53" (id 0) (at 79.8068 34.3916 0) + (property "Reference" "C53" (at 79.8068 34.3916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 79.8068 36.703 0) + (property "Value" "0.1uF" (at 79.8068 36.703 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 77.47 35.56 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 77.47 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 77.47 35.56 0) + (property "Datasheet" "" (at 77.47 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 77.47 35.56 0) + (property "Manufacturer" "Yageo" (at 77.47 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 77.47 35.56 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 77.47 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 77.47 35.56 0) + (property "Checked" "y" (at 77.47 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 77.47 35.56 0) + (property "Distributor" "Mouser" (at 77.47 35.56 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid df3cb5e0-761c-47f6-bde1-14149c34a6dc)) (pin "2" (uuid 8db09b45-7e18-4693-9f44-698d002f023d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C53") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 87.63 35.56 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060fcaa65) - (property "Reference" "C54" (id 0) (at 89.9668 34.3916 0) + (property "Reference" "C54" (at 89.9668 34.3916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 89.9668 36.703 0) + (property "Value" "0.1uF" (at 89.9668 36.703 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 87.63 35.56 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 87.63 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 87.63 35.56 0) + (property "Datasheet" "" (at 87.63 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 87.63 35.56 0) + (property "Manufacturer" "Yageo" (at 87.63 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 87.63 35.56 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 87.63 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 87.63 35.56 0) + (property "Checked" "y" (at 87.63 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 87.63 35.56 0) + (property "Distributor" "Mouser" (at 87.63 35.56 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid fc766ae6-2bca-409e-9caa-04036ecb5e58)) (pin "2" (uuid 01bc4854-5067-405d-829f-8f938d95adc3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C54") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 97.79 35.56 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060fcacbe) - (property "Reference" "C55" (id 0) (at 100.1268 34.3916 0) + (property "Reference" "C55" (at 100.1268 34.3916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 100.1268 36.703 0) + (property "Value" "0.1uF" (at 100.1268 36.703 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 97.79 35.56 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 97.79 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 97.79 35.56 0) + (property "Datasheet" "" (at 97.79 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 97.79 35.56 0) + (property "Manufacturer" "Yageo" (at 97.79 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 97.79 35.56 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 97.79 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 97.79 35.56 0) + (property "Checked" "y" (at 97.79 35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 97.79 35.56 0) + (property "Distributor" "Mouser" (at 97.79 35.56 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7b695e8c-afa0-4672-9d6b-78cdabc12672)) (pin "2" (uuid 1553f135-bb7c-40e5-a558-54dfaf23c954)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C55") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 118.11 38.1 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060fe4fec) - (property "Reference" "#PWR0174" (id 0) (at 118.11 44.45 0) + (property "Reference" "#PWR0174" (at 118.11 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 118.237 42.4942 0)) - (property "Footprint" "" (id 2) (at 118.11 38.1 0) + (property "Value" "GND" (at 118.237 42.4942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 118.11 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 118.11 38.1 0) + (property "Datasheet" "" (at 118.11 38.1 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e2ce42b3-8c11-43fe-9e6e-76cfcfbe820d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0174") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:1-2199230-6") (at 223.52 101.6 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000610031f1) - (property "Reference" "J10" (id 0) (at 223.52 156.21 0)) - (property "Value" "1-2199230-6" (id 1) (at 223.52 153.67 0)) - (property "Footprint" "footprints:TE_1-2199230-6" (id 2) (at 223.52 101.6 0) + (property "Reference" "J10" (at 223.52 156.21 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1-2199230-6" (at 223.52 153.67 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:TE_1-2199230-6" (at 223.52 101.6 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "" (id 3) (at 223.52 101.6 0) + (property "Datasheet" "" (at 223.52 101.6 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Manufacturer" "TE" (id 4) (at 223.52 101.6 0) + (property "Manufacturer" "TE" (at 223.52 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "1-2199230-6" (id 5) (at 223.52 101.6 0) + (property "Manufacturer_No" "1-2199230-6" (at 223.52 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 223.52 101.6 0) + (property "Checked" "y" (at 223.52 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 223.52 101.6 0) + (property "Distributor" "Mouser" (at 223.52 101.6 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 389cc04d-6dc8-47a7-b7ab-f1aaad66670b)) @@ -4760,278 +5265,382 @@ (pin "9" (uuid 76ef6a89-6658-4f4f-b825-87e8ced01583)) (pin "S1" (uuid 19552689-38f2-4b77-b0ed-ff4b25f2a152)) (pin "S2" (uuid e9a0d94c-0e43-4a46-99bb-98da4a0d98a0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "J10") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 190.5 151.13 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006102fa41) - (property "Reference" "#PWR0176" (id 0) (at 190.5 157.48 0) + (property "Reference" "#PWR0176" (at 190.5 157.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 190.627 155.5242 0)) - (property "Footprint" "" (id 2) (at 190.5 151.13 0) + (property "Value" "GND" (at 190.627 155.5242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 190.5 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 190.5 151.13 0) + (property "Datasheet" "" (at 190.5 151.13 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2db06152-ba49-49f9-83fc-91e5d1028490)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0176") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 234.95 151.13 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000610897de) - (property "Reference" "#PWR0177" (id 0) (at 234.95 157.48 0) + (property "Reference" "#PWR0177" (at 234.95 157.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 235.077 155.5242 0)) - (property "Footprint" "" (id 2) (at 234.95 151.13 0) + (property "Value" "GND" (at 235.077 155.5242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 234.95 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 234.95 151.13 0) + (property "Datasheet" "" (at 234.95 151.13 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1dc3d7b7-fe0b-4815-8ca6-88e6d837ba5c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0177") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 193.04 40.64 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006109426d) - (property "Reference" "C58" (id 0) (at 195.3768 39.4716 0) + (property "Reference" "C58" (at 195.3768 39.4716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10nF" (id 1) (at 195.3768 41.783 0) + (property "Value" "10nF" (at 195.3768 41.783 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 193.04 40.64 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 193.04 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 193.04 40.64 0) + (property "Datasheet" "" (at 193.04 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "KEMET" (id 4) (at 193.04 40.64 0) + (property "Manufacturer" "KEMET" (at 193.04 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C0603C103K5RAC3190" (id 5) (at 193.04 40.64 0) + (property "Manufacturer_No" "C0603C103K5RAC3190" (at 193.04 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 193.04 40.64 0) + (property "Checked" "y" (at 193.04 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 193.04 40.64 0) + (property "Distributor" "Mouser" (at 193.04 40.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b77f5be8-8722-40ce-9e1f-054ac295e461)) (pin "2" (uuid aa7779f3-6107-4c2e-8997-318bb37ee8d5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C58") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 203.2 40.64 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061094277) - (property "Reference" "C59" (id 0) (at 205.5368 39.4716 0) + (property "Reference" "C59" (at 205.5368 39.4716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 205.5368 41.783 0) + (property "Value" "0.1uF" (at 205.5368 41.783 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 203.2 40.64 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 203.2 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 203.2 40.64 0) + (property "Datasheet" "" (at 203.2 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 203.2 40.64 0) + (property "Manufacturer" "Yageo" (at 203.2 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 203.2 40.64 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 203.2 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 203.2 40.64 0) + (property "Checked" "y" (at 203.2 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 203.2 40.64 0) + (property "Distributor" "Mouser" (at 203.2 40.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d1cce586-2c9b-4118-ae5d-54619c7ab22d)) (pin "2" (uuid 7f7cd76c-704e-4bee-83b3-83a718817a0d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C59") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 213.36 40.64 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061094281) - (property "Reference" "C60" (id 0) (at 215.6968 39.4716 0) + (property "Reference" "C60" (at 215.6968 39.4716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 215.6968 41.783 0) + (property "Value" "0.1uF" (at 215.6968 41.783 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 213.36 40.64 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 213.36 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 213.36 40.64 0) + (property "Datasheet" "" (at 213.36 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 213.36 40.64 0) + (property "Manufacturer" "Yageo" (at 213.36 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 213.36 40.64 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 213.36 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 213.36 40.64 0) + (property "Checked" "y" (at 213.36 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 213.36 40.64 0) + (property "Distributor" "Mouser" (at 213.36 40.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid efdbeb9e-ae75-49a6-b350-0796d65dd6be)) (pin "2" (uuid 6ddddd15-9aff-4f34-80f0-9c1d769afaf8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C60") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 223.52 40.64 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006109428b) - (property "Reference" "C61" (id 0) (at 225.8568 39.4716 0) + (property "Reference" "C61" (at 225.8568 39.4716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 225.8568 41.783 0) + (property "Value" "0.1uF" (at 225.8568 41.783 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 223.52 40.64 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 223.52 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 223.52 40.64 0) + (property "Datasheet" "" (at 223.52 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 223.52 40.64 0) + (property "Manufacturer" "Yageo" (at 223.52 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 223.52 40.64 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 223.52 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 223.52 40.64 0) + (property "Checked" "y" (at 223.52 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 223.52 40.64 0) + (property "Distributor" "Mouser" (at 223.52 40.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7e7f0cef-40e5-44c5-ac77-c7488f9bf330)) (pin "2" (uuid 9afa8968-7609-4caa-afd3-6ca34868d81e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C61") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 243.84 43.18 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000610942bd) - (property "Reference" "#PWR0178" (id 0) (at 243.84 49.53 0) + (property "Reference" "#PWR0178" (at 243.84 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 243.967 47.5742 0)) - (property "Footprint" "" (id 2) (at 243.84 43.18 0) + (property "Value" "GND" (at 243.967 47.5742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 243.84 43.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 243.84 43.18 0) + (property "Datasheet" "" (at 243.84 43.18 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e57227aa-920b-499d-97e0-2cdf24cbc8d8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0178") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:48099-5701") (at 105.41 134.62 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000610f1b47) - (property "Reference" "J11" (id 0) (at 105.41 126.619 0)) - (property "Value" "48099-5701" (id 1) (at 105.41 128.9304 0)) - (property "Footprint" "footprints:MOLEX_48099-5701" (id 2) (at 105.41 134.62 0) + (property "Reference" "J11" (at 105.41 126.619 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "48099-5701" (at 105.41 128.9304 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:MOLEX_48099-5701" (at 105.41 134.62 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "" (id 3) (at 105.41 134.62 0) + (property "Datasheet" "" (at 105.41 134.62 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Manufacturer" "Molex" (id 4) (at 105.41 134.62 0) + (property "Manufacturer" "Molex" (at 105.41 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "48099-5701" (id 5) (at 105.41 134.62 0) + (property "Manufacturer_No" "48099-5701" (at 105.41 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 105.41 134.62 0) + (property "Checked" "y" (at 105.41 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 105.41 134.62 0) + (property "Distributor" "Mouser" (at 105.41 134.62 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ae223ec3-44d3-486a-a671-24feaafc2a17)) (pin "2" (uuid c051ddc8-620f-4761-9a32-498954312e07)) (pin "3" (uuid 7046a681-0b56-4ee4-82a3-8a9633186fe5)) (pin "4" (uuid 102dce57-692a-4a68-bbf5-4466f3707a75)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "J11") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 96.52 138.43 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000610f21c1) - (property "Reference" "#PWR0180" (id 0) (at 96.52 144.78 0) + (property "Reference" "#PWR0180" (at 96.52 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 96.647 142.8242 0)) - (property "Footprint" "" (id 2) (at 96.52 138.43 0) + (property "Value" "GND" (at 96.647 142.8242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 96.52 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 96.52 138.43 0) + (property "Datasheet" "" (at 96.52 138.43 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8d9286f7-8f6e-4150-a988-af5e33b98cab)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0180") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 114.3 138.43 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000610f8d93) - (property "Reference" "#PWR0181" (id 0) (at 114.3 144.78 0) + (property "Reference" "#PWR0181" (at 114.3 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 114.427 142.8242 0)) - (property "Footprint" "" (id 2) (at 114.3 138.43 0) + (property "Value" "GND" (at 114.427 142.8242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 114.3 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 114.3 138.43 0) + (property "Datasheet" "" (at 114.3 138.43 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ed0fc75e-49ee-4f7f-9d2d-900a6e893d09)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0181") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 59.69 41.91 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000612ab436) - (property "Reference" "#PWR0175" (id 0) (at 59.69 48.26 0) + (property "Reference" "#PWR0175" (at 59.69 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 59.817 46.3042 0)) - (property "Footprint" "" (id 2) (at 59.69 41.91 0) + (property "Value" "GND" (at 59.817 46.3042 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 59.69 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 59.69 41.91 0) + (property "Datasheet" "" (at 59.69 41.91 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5ec0e228-8cc1-4a55-9fab-3c199058db1e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#PWR0175") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:AP22815") (at 50.8 30.48 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006139194c) - (property "Reference" "U20" (id 0) (at 50.8 18.669 0)) - (property "Value" "AP22815" (id 1) (at 50.8 20.9804 0)) - (property "Footprint" "footprints:TSOT-25" (id 2) (at 50.8 38.1 0) + (property "Reference" "U20" (at 50.8 18.669 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "AP22815" (at 50.8 20.9804 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:TSOT-25" (at 50.8 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 50.8 38.1 0) + (property "Datasheet" "" (at 50.8 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Diodes, Inc." (id 4) (at 50.8 30.48 0) + (property "Manufacturer" "Diodes, Inc." (at 50.8 30.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "AP22815AWT-7" (id 5) (at 50.8 30.48 0) + (property "Manufacturer_No" "AP22815AWT-7" (at 50.8 30.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 50.8 30.48 0) + (property "Checked" "y" (at 50.8 30.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 50.8 30.48 0) + (property "Distributor" "Mouser" (at 50.8 30.48 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 262f5c6a-ab4a-4dd5-aec2-2fd7b9befe0c)) @@ -5039,97 +5648,138 @@ (pin "3" (uuid 92dd09c2-021a-4779-8180-c831a594fd8e)) (pin "4" (uuid 7b208031-7ce0-44d2-8ad2-ab3773c11add)) (pin "5" (uuid 6c8c4ed3-69e7-4132-9586-3e36b0eb14a7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "U20") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 22.86 29.21 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006152db10) - (property "Reference" "C155" (id 0) (at 25.1968 28.0416 0) + (property "Reference" "C155" (at 25.1968 28.0416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 25.1968 30.353 0) + (property "Value" "10uF" (at 25.1968 30.353 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 22.86 29.21 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 22.86 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 22.86 29.21 0) + (property "Datasheet" "" (at 22.86 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 22.86 29.21 0) + (property "Manufacturer" "Murata" (at 22.86 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 22.86 29.21 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 22.86 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 22.86 29.21 0) + (property "Checked" "y" (at 22.86 29.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 22.86 29.21 0) + (property "Distributor" "Mouser" (at 22.86 29.21 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid fc9e8264-ed09-45e5-9444-d7fc8a36ab70)) (pin "2" (uuid a939a352-35f6-40e3-b962-19c6055a7ed4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "C155") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 35.56 27.94 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006155903f) - (property "Reference" "R196" (id 0) (at 40.5384 27.94 90)) - (property "Value" "10k" (id 1) (at 38.227 27.94 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 35.56 27.94 0) + (property "Reference" "R196" (at 40.5384 27.94 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k" (at 38.227 27.94 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 35.56 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 35.56 27.94 0) + (property "Datasheet" "" (at 35.56 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 35.56 27.94 0) + (property "Manufacturer" "Yageo" (at 35.56 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 35.56 27.94 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 35.56 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 35.56 27.94 0) + (property "Checked" "y" (at 35.56 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 35.56 27.94 0) + (property "Distributor" "Mouser" (at 35.56 27.94 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4fb9c3d0-51f2-4313-b5f9-569109bc3a00)) (pin "2" (uuid 25ef0739-8a5b-486c-abb7-89283b9858a1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "R196") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 64.77 55.88 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000064915e59) - (property "Reference" "#FLG0107" (id 0) (at 62.865 55.88 0) + (property "Reference" "#FLG0107" (at 62.865 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 61.5442 55.88 90) + (property "Value" "PWR_FLAG" (at 61.5442 55.88 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 64.77 55.88 0) + (property "Footprint" "" (at 64.77 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 64.77 55.88 0) + (property "Datasheet" "~" (at 64.77 55.88 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5ce874fa-1a00-404e-ad49-b9e8c466acf4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#FLG0107") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 184.15 38.1 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006491670e) - (property "Reference" "#FLG0108" (id 0) (at 184.15 40.005 0) + (property "Reference" "#FLG0108" (at 184.15 40.005 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 184.15 42.4942 0)) - (property "Footprint" "" (id 2) (at 184.15 38.1 0) + (property "Value" "PWR_FLAG" (at 184.15 42.4942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 184.15 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 184.15 38.1 0) + (property "Datasheet" "~" (at 184.15 38.1 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e6303899-07d2-44f8-9f24-a92eeb04e834)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06ac46" + (reference "#FLG0108") (unit 1) + ) + ) + ) ) ) diff --git a/reform2-motherboard25-pcb/reform2-power.kicad_sch b/reform2-motherboard25-pcb/reform2-power.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid ff44676e-9f63-4ad5-9253-b40bee13d3c0) @@ -16,30 +16,30 @@ (lib_symbols (symbol "Battery_Management:LTC6803-4" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -10.16 34.29 0) + (property "Reference" "U" (at -10.16 34.29 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "LTC6803-4" (id 1) (at -10.16 -34.29 0) + (property "Value" "LTC6803-4" (at -10.16 -34.29 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_SO:SSOP-44_5.3x12.8mm_P0.5mm" (id 2) (at 0 0 0) + (property "Footprint" "Package_SO:SSOP-44_5.3x12.8mm_P0.5mm" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/680324fa.pdf" (id 3) (at 13.97 34.29 0) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/680324fa.pdf" (at 13.97 34.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "battery balance afe" (id 4) (at 0 0 0) + (property "ki_keywords" "battery balance afe" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Multicell Battery Stack Monitor, 12-cell max, multi-chemistry, integrated balancing, stackable, serial interface" (id 5) (at 0 0 0) + (property "ki_description" "Multicell Battery Stack Monitor, 12-cell max, multi-chemistry, integrated balancing, stackable, serial interface" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SSOP*5.3x12.8mm*P0.5mm*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SSOP*5.3x12.8mm*P0.5mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "LTC6803-4_0_1" (rectangle (start 10.16 -33.02) (end -10.16 33.02) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -223,38 +223,38 @@ ) ) (symbol "Connector:Barrel_Jack_Switch" (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 0 5.334 0) + (property "Reference" "J" (at 0 5.334 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Barrel_Jack_Switch" (id 1) (at 0 -5.08 0) + (property "Value" "Barrel_Jack_Switch" (at 0 -5.08 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 1.27 -1.016 0) + (property "Footprint" "" (at 1.27 -1.016 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 1.27 -1.016 0) + (property "Datasheet" "~" (at 1.27 -1.016 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "DC power barrel jack connector" (id 4) (at 0 0 0) + (property "ki_keywords" "DC power barrel jack connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "DC Barrel Jack with an internal switch" (id 5) (at 0 0 0) + (property "ki_description" "DC Barrel Jack with an internal switch" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "BarrelJack*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "BarrelJack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Barrel_Jack_Switch_0_1" (rectangle (start -5.08 3.81) (end 5.08 -3.81) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) - (arc (start -3.302 3.175) (mid -3.937 2.54) (end -3.302 1.905) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start -3.302 3.175) (mid -3.9343 2.54) (end -3.302 1.905) + (stroke (width 0.254) (type default)) (fill (type none)) ) - (arc (start -3.302 3.175) (mid -3.937 2.54) (end -3.302 1.905) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start -3.302 3.175) (mid -3.9343 2.54) (end -3.302 1.905) + (stroke (width 0.254) (type default)) (fill (type outline)) ) (polyline @@ -262,7 +262,7 @@ (xy 1.27 -2.286) (xy 1.905 -1.651) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -270,7 +270,7 @@ (xy 5.08 2.54) (xy 3.81 2.54) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -280,7 +280,7 @@ (xy 1.27 -2.286) (xy 0.635 -1.651) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -292,11 +292,11 @@ (xy 2.54 -2.54) (xy 5.08 -2.54) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (rectangle (start 3.683 3.175) (end -3.302 1.905) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type outline)) ) ) @@ -316,50 +316,50 @@ ) ) (symbol "Connector_Generic:Conn_01x05" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 0 7.62 0) + (property "Reference" "J" (at 0 7.62 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Conn_01x05" (id 1) (at 0 -7.62 0) + (property "Value" "Conn_01x05" (at 0 -7.62 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Generic connector, single row, 01x05, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (property "ki_description" "Generic connector, single row, 01x05, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Conn_01x05_1_1" (rectangle (start -1.27 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) (pin passive line (at -5.08 5.08 0) (length 3.81) @@ -385,34 +385,34 @@ ) ) (symbol "Device:C_Polarized_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Polarized_Small" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Polarized_Small" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Polarized capacitor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Polarized capacitor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "CP_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Polarized_Small_0_1" (rectangle (start -1.524 -0.3048) (end 1.524 -0.6858) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (rectangle (start -1.524 0.6858) (end 1.524 0.3048) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -420,7 +420,7 @@ (xy -1.27 1.524) (xy -0.762 1.524) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -428,7 +428,7 @@ (xy -1.016 1.27) (xy -1.016 1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -444,25 +444,25 @@ ) ) (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (property "ki_keywords" "capacitor cap" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small_0_1" @@ -471,7 +471,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -479,7 +479,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -495,25 +495,25 @@ ) ) (symbol "Device:D_Schottky" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at 0 2.54 0) + (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "D_Schottky" (id 1) (at 0 -2.54 0) + (property "Value" "D_Schottky" (at 0 -2.54 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "diode Schottky" (id 4) (at 0 0 0) + (property "ki_keywords" "diode Schottky" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Schottky diode" (id 5) (at 0 0 0) + (property "ki_description" "Schottky diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "D_Schottky_0_1" @@ -522,7 +522,7 @@ (xy 1.27 0) (xy -1.27 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -532,7 +532,7 @@ (xy -1.27 0) (xy 1.27 1.27) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -544,7 +544,7 @@ (xy -0.635 -1.27) (xy -0.635 -0.635) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -560,25 +560,25 @@ ) ) (symbol "Device:D_Schottky_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at -1.27 2.032 0) + (property "Reference" "D" (at -1.27 2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "D_Schottky_Small" (id 1) (at -7.112 -2.032 0) + (property "Value" "D_Schottky_Small" (at -7.112 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 90) + (property "Footprint" "" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 90) + (property "Datasheet" "~" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "diode Schottky" (id 4) (at 0 0 0) + (property "ki_keywords" "diode Schottky" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Schottky diode, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Schottky diode, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "D_Schottky_Small_0_1" @@ -587,7 +587,7 @@ (xy -0.762 0) (xy 0.762 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -597,7 +597,7 @@ (xy 0.762 1.016) (xy 0.762 -1.016) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -609,7 +609,7 @@ (xy -0.254 -1.016) (xy -0.254 -0.762) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -625,25 +625,25 @@ ) ) (symbol "Device:D_Zener_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at 0 2.286 0) + (property "Reference" "D" (at 0 2.286 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "D_Zener_Small" (id 1) (at 0 -2.286 0) + (property "Value" "D_Zener_Small" (at 0 -2.286 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 90) + (property "Footprint" "" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 90) + (property "Datasheet" "~" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "diode" (id 4) (at 0 0 0) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Zener diode, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Zener diode, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "D_Zener_Small_0_1" @@ -652,7 +652,7 @@ (xy 0.762 0) (xy -0.762 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -661,7 +661,7 @@ (xy -0.762 1.016) (xy -0.762 -1.016) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -671,7 +671,7 @@ (xy 0.762 -1.016) (xy 0.762 1.016) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -687,30 +687,30 @@ ) ) (symbol "Device:Fuse" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "F" (id 0) (at 2.032 0 90) + (property "Reference" "F" (at 2.032 0 90) (effects (font (size 1.27 1.27))) ) - (property "Value" "Fuse" (id 1) (at -1.905 0 90) + (property "Value" "Fuse" (at -1.905 0 90) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at -1.778 0 90) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "fuse" (id 4) (at 0 0 0) + (property "ki_keywords" "fuse" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Fuse" (id 5) (at 0 0 0) + (property "ki_description" "Fuse" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "*Fuse*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "*Fuse*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Fuse_0_1" (rectangle (start -0.762 -2.54) (end 0.762 2.54) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -718,7 +718,7 @@ (xy 0 2.54) (xy 0 -2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -734,42 +734,42 @@ ) ) (symbol "Device:L" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "L" (id 0) (at -1.27 0 90) + (property "Reference" "L" (at -1.27 0 90) (effects (font (size 1.27 1.27))) ) - (property "Value" "L" (id 1) (at 1.905 0 90) + (property "Value" "L" (at 1.905 0 90) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "inductor choke coil reactor magnetic" (id 4) (at 0 0 0) + (property "ki_keywords" "inductor choke coil reactor magnetic" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Inductor" (id 5) (at 0 0 0) + (property "ki_description" "Inductor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "L_0_1" - (arc (start 0 -2.54) (mid 0.635 -1.905) (end 0 -1.27) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 -2.54) (mid 0.6323 -1.905) (end 0 -1.27) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 -1.27) (mid 0.635 -0.635) (end 0 0) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 -1.27) (mid 0.6323 -0.635) (end 0 0) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 0) (mid 0.635 0.635) (end 0 1.27) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 0) (mid 0.6323 0.635) (end 0 1.27) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 1.27) (mid 0.635 1.905) (end 0 2.54) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 1.27) (mid 0.6323 1.905) (end 0 2.54) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -785,25 +785,25 @@ ) ) (symbol "Device:LED_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at -1.27 3.175 0) + (property "Reference" "D" (at -1.27 3.175 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "LED_Small" (id 1) (at -4.445 -2.54 0) + (property "Value" "LED_Small" (at -4.445 -2.54 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 90) + (property "Footprint" "" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 90) + (property "Datasheet" "~" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "LED diode light-emitting-diode" (id 4) (at 0 0 0) + (property "ki_keywords" "LED diode light-emitting-diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Light emitting diode, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Light emitting diode, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "LED_Small_0_1" @@ -812,7 +812,7 @@ (xy -0.762 -1.016) (xy -0.762 1.016) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -820,7 +820,7 @@ (xy 1.016 0) (xy -0.762 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -830,7 +830,7 @@ (xy 0.762 1.016) (xy 0.762 -1.016) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -841,7 +841,7 @@ (xy -0.508 1.27) (xy -0.508 1.016) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -852,7 +852,7 @@ (xy 0 1.778) (xy 0 1.524) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -868,42 +868,42 @@ ) ) (symbol "Device:L_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "L" (id 0) (at 0.762 1.016 0) + (property "Reference" "L" (at 0.762 1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "L_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "L_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "inductor choke coil reactor magnetic" (id 4) (at 0 0 0) + (property "ki_keywords" "inductor choke coil reactor magnetic" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Inductor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Inductor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "L_Small_0_1" - (arc (start 0 -2.032) (mid 0.508 -1.524) (end 0 -1.016) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 -2.032) (mid 0.5058 -1.524) (end 0 -1.016) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 -1.016) (mid 0.508 -0.508) (end 0 0) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 -1.016) (mid 0.5058 -0.508) (end 0 0) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 0) (mid 0.508 0.508) (end 0 1.016) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 0) (mid 0.5058 0.508) (end 0 1.016) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 1.016) (mid 0.508 1.524) (end 0 2.032) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 1.016) (mid 0.5058 1.524) (end 0 2.032) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -919,30 +919,30 @@ ) ) (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (property "Reference" "R" (at 0.762 0.508 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "R_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Resistor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_Small_0_1" (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -958,58 +958,58 @@ ) ) (symbol "Device:Thermistor_NTC" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "TH" (id 0) (at -4.445 0 90) + (property "Reference" "TH" (at -4.445 0 90) (effects (font (size 1.27 1.27))) ) - (property "Value" "Thermistor_NTC" (id 1) (at 3.175 0 90) + (property "Value" "Thermistor_NTC" (at 3.175 0 90) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 1.27 0) + (property "Footprint" "" (at 0 1.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 1.27 0) + (property "Datasheet" "~" (at 0 1.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "thermistor NTC resistor sensor RTD" (id 4) (at 0 0 0) + (property "ki_keywords" "thermistor NTC resistor sensor RTD" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Temperature dependent resistor, negative temperature coefficient" (id 5) (at 0 0 0) + (property "ki_description" "Temperature dependent resistor, negative temperature coefficient" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "*NTC* *Thermistor* PIN?ARRAY* bornier* *Terminal?Block* R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "*NTC* *Thermistor* PIN?ARRAY* bornier* *Terminal?Block* R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Thermistor_NTC_0_1" (arc (start -3.048 2.159) (mid -3.0495 2.3143) (end -3.175 2.413) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (arc (start -3.048 2.159) (mid -2.9736 1.9794) (end -2.794 1.905) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (arc (start -3.048 2.794) (mid -2.9736 2.6144) (end -2.794 2.54) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (arc (start -2.794 1.905) (mid -2.6144 1.9794) (end -2.54 2.159) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (arc (start -2.794 2.54) (mid -2.4393 2.5587) (end -2.159 2.794) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (arc (start -2.794 3.048) (mid -2.9736 2.9736) (end -3.048 2.794) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (arc (start -2.54 2.794) (mid -2.6144 2.9736) (end -2.794 3.048) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start -1.016 2.54) (end 1.016 -2.54) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1017,7 +1017,7 @@ (xy -2.54 2.159) (xy -2.54 2.794) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1027,7 +1027,7 @@ (xy 1.778 -1.524) (xy 1.778 -2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1039,7 +1039,7 @@ (xy -2.54 -1.397) (xy -2.54 -1.651) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (polyline @@ -1051,7 +1051,7 @@ (xy -1.778 -3.683) (xy -1.778 -3.429) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) ) @@ -1067,25 +1067,25 @@ ) ) (symbol "Diode:PMEG60T10ELR" (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at 0 2.54 0) + (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "PMEG60T10ELR" (id 1) (at 0 -2.54 0) + (property "Value" "PMEG60T10ELR" (at 0 -2.54 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (id 2) (at 0 -4.445 0) + (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (at 0 -4.445 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (id 3) (at 0 0 0) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "ir diode" (id 4) (at 0 0 0) + (property "ki_keywords" "ir diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "60V, 1A low leakage current Trench MEGA Schottky barrier rectifier, SOD-123W" (id 5) (at 0 0 0) + (property "ki_description" "60V, 1A low leakage current Trench MEGA Schottky barrier rectifier, SOD-123W" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Nexperia*CFP3*SOD?123W*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Nexperia*CFP3*SOD?123W*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "PMEG60T10ELR_0_1" @@ -1094,7 +1094,7 @@ (xy 1.27 0) (xy -1.27 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1104,7 +1104,7 @@ (xy -1.27 0) (xy 1.27 1.27) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) (polyline @@ -1116,7 +1116,7 @@ (xy -0.635 -1.27) (xy -0.635 -0.635) ) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -1132,25 +1132,25 @@ ) ) (symbol "Transistor_FET:2N7002E" (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (id 0) (at 5.08 1.905 0) + (property "Reference" "Q" (at 5.08 1.905 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "2N7002E" (id 1) (at 5.08 0 0) + (property "Value" "2N7002E" (at 5.08 0 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 5.08 -1.905 0) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "http://www.diodes.com/assets/Datasheets/ds30376.pdf" (id 3) (at 0 0 0) + (property "Datasheet" "http://www.diodes.com/assets/Datasheets/ds30376.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_keywords" "N-Channel MOSFET" (id 4) (at 0 0 0) + (property "ki_keywords" "N-Channel MOSFET" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "0.24A Id, 60V Vds, N-Channel MOSFET, SOT-23" (id 5) (at 0 0 0) + (property "ki_description" "0.24A Id, 60V Vds, N-Channel MOSFET, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SOT?23*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "2N7002E_0_1" @@ -1159,7 +1159,7 @@ (xy 0.254 0) (xy -2.54 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1167,7 +1167,7 @@ (xy 0.254 1.905) (xy 0.254 -1.905) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1175,7 +1175,7 @@ (xy 0.762 -1.27) (xy 0.762 -2.286) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1183,7 +1183,7 @@ (xy 0.762 0.508) (xy 0.762 -0.508) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1191,7 +1191,7 @@ (xy 0.762 2.286) (xy 0.762 1.27) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1199,7 +1199,7 @@ (xy 2.54 2.54) (xy 2.54 1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1208,7 +1208,7 @@ (xy 2.54 0) (xy 0.762 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1218,7 +1218,7 @@ (xy 3.302 1.778) (xy 0.762 1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1228,7 +1228,7 @@ (xy 2.032 -0.381) (xy 1.016 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (polyline @@ -1238,7 +1238,7 @@ (xy 3.683 0.381) (xy 3.81 0.254) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1248,19 +1248,19 @@ (xy 3.683 -0.254) (xy 3.302 0.381) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 1.651 0) (radius 2.794) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (circle (center 2.54 -1.778) (radius 0.254) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (circle (center 2.54 1.778) (radius 0.254) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) ) @@ -1280,25 +1280,25 @@ ) ) (symbol "Transistor_FET:DMG2301L" (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (id 0) (at 5.08 1.905 0) + (property "Reference" "Q" (at 5.08 1.905 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "DMG2301L" (id 1) (at 5.08 0 0) + (property "Value" "DMG2301L" (at 5.08 0 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 5.08 -1.905 0) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "https://www.diodes.com/assets/Datasheets/DMG2301L.pdf" (id 3) (at 0 0 0) + (property "Datasheet" "https://www.diodes.com/assets/Datasheets/DMG2301L.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_keywords" "P-Channel MOSFET" (id 4) (at 0 0 0) + (property "ki_keywords" "P-Channel MOSFET" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "-3A Id, -20V Vds, P-Channel MOSFET, SOT-23" (id 5) (at 0 0 0) + (property "ki_description" "-3A Id, -20V Vds, P-Channel MOSFET, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SOT?23*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "DMG2301L_0_1" @@ -1307,7 +1307,7 @@ (xy 0.254 0) (xy -2.54 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1315,7 +1315,7 @@ (xy 0.254 1.905) (xy 0.254 -1.905) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1323,7 +1323,7 @@ (xy 0.762 -1.27) (xy 0.762 -2.286) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1331,7 +1331,7 @@ (xy 0.762 0.508) (xy 0.762 -0.508) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1339,7 +1339,7 @@ (xy 0.762 2.286) (xy 0.762 1.27) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1347,7 +1347,7 @@ (xy 2.54 2.54) (xy 2.54 1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1356,7 +1356,7 @@ (xy 2.54 0) (xy 0.762 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1366,7 +1366,7 @@ (xy 3.302 -1.778) (xy 0.762 -1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1376,7 +1376,7 @@ (xy 1.27 -0.381) (xy 2.286 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (polyline @@ -1386,7 +1386,7 @@ (xy 3.683 -0.381) (xy 3.81 -0.254) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1396,19 +1396,19 @@ (xy 3.683 0.254) (xy 3.302 -0.381) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 1.651 0) (radius 2.794) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (circle (center 2.54 -1.778) (radius 0.254) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (circle (center 2.54 1.778) (radius 0.254) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) ) @@ -1428,25 +1428,25 @@ ) ) (symbol "Transistor_FET:IRF8721PBF-1" (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (id 0) (at 5.08 2.54 0) + (property "Reference" "Q" (at 5.08 2.54 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "IRF8721PBF-1" (id 1) (at 5.08 0 0) + (property "Value" "IRF8721PBF-1" (at 5.08 0 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (id 2) (at 5.08 -2.54 0) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 5.08 -2.54 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "http://www.irf.com/product-info/datasheets/data/irf8721pbf-1.pdf" (id 3) (at 0 0 0) + (property "Datasheet" "http://www.irf.com/product-info/datasheets/data/irf8721pbf-1.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_keywords" "HEXFET N-Channel MOSFET" (id 4) (at 0 0 0) + (property "ki_keywords" "HEXFET N-Channel MOSFET" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "14A Id, 30V Vds, HEXFET N-Channel MOSFET, SO-8" (id 5) (at 0 0 0) + (property "ki_description" "14A Id, 30V Vds, HEXFET N-Channel MOSFET, SO-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "IRF8721PBF-1_0_1" @@ -1455,7 +1455,7 @@ (xy 0.254 0) (xy -2.54 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1463,7 +1463,7 @@ (xy 0.254 1.905) (xy 0.254 -1.905) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1471,7 +1471,7 @@ (xy 0.762 -1.27) (xy 0.762 -2.286) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1479,7 +1479,7 @@ (xy 0.762 0.508) (xy 0.762 -0.508) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1487,7 +1487,7 @@ (xy 0.762 2.286) (xy 0.762 1.27) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1495,7 +1495,7 @@ (xy 2.54 2.54) (xy 2.54 1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1504,7 +1504,7 @@ (xy 2.54 0) (xy 0.762 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1514,7 +1514,7 @@ (xy 3.302 1.778) (xy 0.762 1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1524,7 +1524,7 @@ (xy 2.032 -0.381) (xy 1.016 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (polyline @@ -1534,7 +1534,7 @@ (xy 3.683 0.381) (xy 3.81 0.254) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1544,19 +1544,19 @@ (xy 3.683 -0.254) (xy 3.302 0.381) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 1.651 0) (radius 2.794) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (circle (center 2.54 -1.778) (radius 0.254) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (circle (center 2.54 1.778) (radius 0.254) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) ) @@ -1596,22 +1596,22 @@ ) ) (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 0 -3.81 0) + (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND_0_1" @@ -1624,7 +1624,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -1636,22 +1636,22 @@ ) ) (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (id 0) (at 0 1.905 0) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0) + (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) + (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "PWR_FLAG_0_0" @@ -1670,25 +1670,25 @@ (xy 1.016 1.905) (xy 0 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) ) (symbol "reform2:LTC4020EUHFPBF" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at 17.78 25.4 0) + (property "Reference" "U" (at 17.78 25.4 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Value" "LTC4020EUHFPBF" (id 1) (at 10.16 22.86 0) + (property "Value" "LTC4020EUHFPBF" (at 10.16 22.86 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Footprint" "QFN-38_UHF" (id 2) (at 7.62 -92.71 0) + (property "Footprint" "QFN-38_UHF" (at 7.62 -92.71 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "Linear Technology" (id 3) (at 7.62 -90.17 0) + (property "Datasheet" "Linear Technology" (at 7.62 -90.17 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "ki_locked" "" (id 4) (at 0 0 0) + (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27))) ) (symbol "LTC4020EUHFPBF_0_0" @@ -1851,25 +1851,25 @@ ) (symbol "LTC4020EUHFPBF_1_1" (rectangle (start 7.62 20.32) (end 29.21 -72.39) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type background)) ) ) ) (symbol "reform2:Si7465DP" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (id 0) (at 5.08 1.905 0) + (property "Reference" "Q" (at 5.08 1.905 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "Si7465DP" (id 1) (at 5.08 0 0) + (property "Value" "Si7465DP" (at 5.08 0 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_SO:PowerPAK_SO-8_Single" (id 2) (at 5.08 -1.905 0) + (property "Footprint" "Package_SO:PowerPAK_SO-8_Single" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_fp_filters" "*PowerPAK*SO*Single*" (id 4) (at 0 0 0) + (property "ki_fp_filters" "*PowerPAK*SO*Single*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Si7465DP_0_0" @@ -1892,7 +1892,7 @@ (xy 0.762 -1.778) (xy 2.54 -1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1900,7 +1900,7 @@ (xy 0.762 -1.27) (xy 0.762 -2.286) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1908,7 +1908,7 @@ (xy 0.762 0.508) (xy 0.762 -0.508) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1916,7 +1916,7 @@ (xy 0.762 1.778) (xy 2.54 1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1924,7 +1924,7 @@ (xy 0.762 2.286) (xy 0.762 1.27) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1932,7 +1932,7 @@ (xy 2.54 -1.778) (xy 2.54 -2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1940,7 +1940,7 @@ (xy 2.54 2.54) (xy 2.54 1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1949,7 +1949,7 @@ (xy 0.254 -1.905) (xy 0.254 -1.905) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -1959,15 +1959,15 @@ (xy 3.302 1.778) (xy 2.54 1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 2.54 -1.778) (radius 0.2794) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (circle (center 2.54 1.778) (radius 0.2794) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) ) @@ -1977,7 +1977,7 @@ (xy 0.762 0) (xy 2.54 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1985,7 +1985,7 @@ (xy 2.54 -1.778) (xy 2.54 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -1995,7 +1995,7 @@ (xy 1.27 0.381) (xy 2.286 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (polyline @@ -2005,7 +2005,7 @@ (xy 3.683 -0.381) (xy 3.81 -0.254) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -2015,11 +2015,11 @@ (xy 3.683 0.254) (xy 3.302 -0.381) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 1.651 0) (radius 2.8194) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (pin passive line (at 2.54 -5.08 90) (length 2.54) @@ -2330,1689 +2330,1689 @@ (no_connect (at 193.04 88.9) (uuid ce1bd12f-12db-4ad5-8fa6-bb9718bd7230)) (wire (pts (xy 229.87 104.14) (xy 229.87 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 01a759d6-83b8-48d8-86fa-e7e698708aed) ) (wire (pts (xy 261.62 54.61) (xy 261.62 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 02f40a4c-9d5b-4b63-bc39-9eada6eb22af) ) (wire (pts (xy 220.98 55.88) (xy 198.12 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 03a7d5cb-83e3-4882-9e9f-352e7920bfc1) ) (wire (pts (xy 101.6 125.73) (xy 101.6 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0413852c-cc28-48f5-92fe-b46dedd7a5bb) ) (wire (pts (xy 105.41 166.37) (xy 105.41 162.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 042188c7-cc22-4d85-bb95-7e422cc8968d) ) (wire (pts (xy 105.41 135.89) (xy 114.3 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 044fae8e-8723-4759-ac66-4c05069689fd) ) (wire (pts (xy 125.73 68.58) (xy 125.73 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 05033bb7-bc29-45e8-9b41-562b6d47b2fd) ) (wire (pts (xy 261.62 58.42) (xy 270.51 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 05149e3b-a73b-4d48-ad77-6eb874c0a598) ) (wire (pts (xy 218.44 100.33) (xy 229.87 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0624c41a-a78c-4e13-ba69-12828c86620c) ) (wire (pts (xy 146.05 137.16) (xy 146.05 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 06874c44-2b3c-49ca-bcc5-83c7c0d050b0) ) (wire (pts (xy 58.42 64.77) (xy 58.42 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 077e8a88-ff7c-47a2-b33c-a0cd703c2086) ) (wire (pts (xy 100.33 21.59) (xy 99.06 21.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 084bd27b-0d29-4a8b-b812-a4a07d4058da) ) (wire (pts (xy 90.17 158.75) (xy 101.6 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 084dc35b-1ed2-4cd2-8c4a-a8bb48cc7c9e) ) (wire (pts (xy 256.54 118.11) (xy 261.62 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 096ef18a-cccd-4f00-8e5f-d3a31f7364c0) ) (wire (pts (xy 226.06 55.88) (xy 251.46 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 09bdfd5f-c289-48a7-ad6b-a74ad5e59c8b) ) (wire (pts (xy 261.62 142.24) (xy 270.51 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 09ea5241-8de6-4b71-9a1d-611876dd931d) ) (wire (pts (xy 220.98 83.82) (xy 203.2 83.82)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0a701347-467f-4904-8a41-f033f4760847) ) (wire (pts (xy 43.18 176.53) (xy 43.18 179.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0a7481ee-ab76-4e01-af6d-7d750ea05294) ) (wire (pts (xy 219.71 44.45) (xy 219.71 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0b1d5c98-e084-407f-8197-8c702e446191) ) (wire (pts (xy 90.17 21.59) (xy 81.28 21.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0b258d04-fdcd-4efd-be06-8577c7002006) ) (wire (pts (xy 121.92 50.8) (xy 121.92 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0bcc12a2-aa55-4448-93ef-0f2b76971d74) ) (wire (pts (xy 96.52 142.24) (xy 96.52 154.94)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0c4c0e26-ec48-4b3c-a0e4-41cc6caad64e) ) (wire (pts (xy 201.93 72.39) (xy 201.93 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0c968714-e24b-4504-b114-836ddfeed0cf) ) (wire (pts (xy 135.89 59.69) (xy 135.89 60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0c9d8176-a10c-40f8-a86f-67de5c20c355) ) (wire (pts (xy 96.52 137.16) (xy 96.52 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0d5d5a50-b8b8-468a-ae8d-66aaa3670178) ) (wire (pts (xy 209.55 114.3) (xy 209.55 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0e13915d-1220-48e3-87f0-d471697b5f62) ) (wire (pts (xy 229.87 86.36) (xy 261.62 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0e7bd728-c302-477e-bc75-ac153f06575d) ) (wire (pts (xy 53.34 21.59) (xy 60.96 21.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0f73c006-8b23-45f6-abab-87fe35ac045d) ) (wire (pts (xy 218.44 72.39) (xy 229.87 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0ffc8951-8b15-45c3-812e-65f554926f9e) ) (wire (pts (xy 52.07 186.69) (xy 90.17 186.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 102231d0-333c-49ad-a9f6-544c1d4c4202) ) (wire (pts (xy 212.09 153.67) (xy 212.09 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 108feb8f-3b5f-46ba-8b9e-dec4ac2958d7) ) (wire (pts (xy 220.98 139.7) (xy 193.04 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 11070fdf-ae71-4cc3-bec5-6ed812160574) ) (wire (pts (xy 234.95 104.14) (xy 229.87 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 116cac8f-a9af-461c-aad5-83401bcc62a2) ) (wire (pts (xy 77.47 180.34) (xy 77.47 179.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1491ef89-686d-4f28-b035-6a58ec56d549) ) (wire (pts (xy 199.39 58.42) (xy 213.36 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1511db3a-1cb3-46d2-b84a-8d20f57ad7dc) ) (wire (pts (xy 198.12 109.22) (xy 193.04 109.22)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1590d4b0-34bd-4748-a9cb-986cf2de0513) ) (wire (pts (xy 92.71 40.64) (xy 91.44 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 15a24311-94bb-425e-a561-2cb8193aa857) ) (wire (pts (xy 261.62 156.21) (xy 270.51 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 15e2d6d2-4997-44c2-b504-ca2bfc01cef3) ) (wire (pts (xy 129.54 143.51) (xy 129.54 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 15ed0204-bbcc-4361-96b6-cb2406d00a5d) ) (wire (pts (xy 41.91 63.5) (xy 58.42 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 164164cf-9fec-4d40-92d5-c841de650b35) ) (wire (pts (xy 226.06 111.76) (xy 251.46 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 16abe60b-61b6-4dbe-b49b-8d96ac6ed604) ) (wire (pts (xy 194.31 86.36) (xy 193.04 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 16acad3d-dcae-418a-a9fa-94011296c444) ) (wire (pts (xy 194.31 81.28) (xy 194.31 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 171a9130-a623-46b2-a1fc-2b31422a9bf3) ) (wire (pts (xy 92.71 113.03) (xy 100.33 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1789982e-9249-4dd7-91d2-70a4fc06269f) ) (wire (pts (xy 38.1 93.98) (xy 63.5 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 179a5dcd-8d8c-4386-83de-1dc79c551f5f) ) (wire (pts (xy 104.14 116.84) (xy 99.06 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 19a69c7a-e128-4f41-bfdb-32c0b69bedc5) ) (wire (pts (xy 129.54 152.4) (xy 134.62 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1b623a25-cbfa-46b8-80a2-e9a27154e032) ) (wire (pts (xy 148.59 168.91) (xy 148.59 171.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1c18ed78-bef2-4479-86ae-771433358f6d) ) (wire (pts (xy 58.42 74.93) (xy 60.96 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1cabc6a6-8eec-486a-9ba2-ba0e3aa604c4) ) (wire (pts (xy 177.8 71.12) (xy 182.88 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1cbc1d82-432a-45dc-b12b-781c83e2c6ae) ) (wire (pts (xy 129.54 151.13) (xy 129.54 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1cf43545-d727-43da-91d3-2c6a5ecf770d) ) (wire (pts (xy 113.03 96.52) (xy 113.03 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1d108e23-2189-402b-aade-7848d82dd62c) ) (wire (pts (xy 229.87 62.23) (xy 229.87 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1d28e2c7-1aa8-4661-a9bf-05c7144464de) ) (wire (pts (xy 234.95 48.26) (xy 229.87 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1e329145-0b45-4b11-8714-df0dcc3c8438) ) (wire (pts (xy 90.17 166.37) (xy 90.17 186.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1e88154b-5a9d-4a02-a400-9fb8a45ff88e) ) (wire (pts (xy 49.53 26.67) (xy 53.34 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1fe1435d-61e8-47f1-96ba-472cf417a686) ) (wire (pts (xy 207.01 100.33) (xy 207.01 127)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 200a1eea-6526-4a86-892f-4283ee733b41) ) (wire (pts (xy 54.61 113.03) (xy 60.96 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2012023c-e8fa-4603-8b3c-4ee0065408d0) ) (wire (pts (xy 107.95 63.5) (xy 95.25 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2182d286-fb7b-4a29-9bac-7e8cbe8d3da1) ) (wire (pts (xy 43.18 74.93) (xy 58.42 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 218d314f-d87d-421c-9cd4-a26879dc84e7) ) (wire (pts (xy 115.57 120.65) (xy 90.17 120.65)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 21df8ac0-82e9-4aea-b788-366de09816df) ) (wire (pts (xy 105.41 151.13) (xy 105.41 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 226eb637-d371-467e-9a4a-5c0e7048e9ab) ) (wire (pts (xy 40.64 50.8) (xy 40.64 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 22c8738c-15d0-4a3e-a818-f4e81c2cfe2c) ) (wire (pts (xy 149.86 102.87) (xy 153.67 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 231fa5f6-4fd6-4426-afe3-878016f2c94d) ) (wire (pts (xy 270.51 156.21) (xy 270.51 157.48)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 24819ec6-dd41-4311-85ed-0ae47abe9d89) ) (wire (pts (xy 100.33 109.22) (xy 100.33 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 249d46bb-8fc6-43b3-82fd-62a8c030d275) ) (wire (pts (xy 34.29 176.53) (xy 31.75 176.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 24f92ae6-0d6e-488c-9cf6-60dd5180f516) ) (wire (pts (xy 92.71 128.27) (xy 92.71 181.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2553340f-2f97-4184-9dc3-4326d02abd58) ) (wire (pts (xy 261.62 104.14) (xy 261.62 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 26e92ab8-1aff-40e6-9afd-d07fd907d4e2) ) (wire (pts (xy 218.44 128.27) (xy 229.87 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 274d0c54-efb2-4ef9-844b-0f39c50f6a3b) ) (wire (pts (xy 196.85 106.68) (xy 193.04 106.68)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2779682b-9130-48e6-969a-f221bbd607b2) ) (polyline (pts (xy 106.68 162.56) (xy 116.84 162.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 27ef9802-04c8-429d-b18d-3c97074e2639) ) (wire (pts (xy 74.93 63.5) (xy 81.28 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2a2ed315-11fc-43fb-9d7b-aef7c15175c7) ) (wire (pts (xy 53.34 24.13) (xy 53.34 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2a399c54-9e05-4c75-bcd7-d6e3e5cc2f36) ) (wire (pts (xy 49.53 24.13) (xy 53.34 24.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2ac9f24f-7bf9-4d88-bc52-68ffea5d93a0) ) (wire (pts (xy 74.93 179.07) (xy 74.93 180.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2b5309e8-4c6b-4f39-aae5-deef665c6b2e) ) (wire (pts (xy 68.58 78.74) (xy 95.25 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2b661961-1379-4899-9a5d-baad21105b5a) ) (wire (pts (xy 101.6 130.81) (xy 101.6 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2b845eda-3ca3-4897-a4e0-1b4f905b4241) ) (wire (pts (xy 90.17 154.94) (xy 96.52 154.94)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2beb9ea0-0ee7-4a2b-8ca3-6af960c84c77) ) (wire (pts (xy 63.5 135.89) (xy 26.67 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2caa2f45-16a8-4737-a597-a67051d726eb) ) (wire (pts (xy 167.64 71.12) (xy 167.64 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2d1b81a0-57f7-42a8-a3f3-842b28d04817) ) (wire (pts (xy 234.95 62.23) (xy 229.87 62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2d6b918a-3e00-4eda-8ee6-250d2034e665) ) (wire (pts (xy 167.64 88.9) (xy 160.02 88.9)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2d6e0f7c-d7af-46e8-88bb-a5c730931fdf) ) (wire (pts (xy 129.54 142.24) (xy 134.62 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2f276f71-3f22-4b34-9710-a6f65724dc9c) ) (wire (pts (xy 34.29 139.7) (xy 63.5 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2fb9512f-4765-4cda-a485-267579a47318) ) (wire (pts (xy 95.25 78.74) (xy 95.25 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 30725233-f3cd-4de7-8601-84229c7e6c74) ) (wire (pts (xy 107.95 109.22) (xy 107.95 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 316bef74-92e5-43ff-8900-73c12d2aa25b) ) (wire (pts (xy 115.57 132.08) (xy 115.57 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 324b1ede-084c-4ad5-86c4-7b64f952c68b) ) (wire (pts (xy 125.73 59.69) (xy 135.89 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 326642b3-a2ca-4b03-8184-72d8b6fb7ff1) ) (wire (pts (xy 135.89 67.31) (xy 135.89 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 32a397a3-fad7-4c3f-91dc-e5f6a9133492) ) (wire (pts (xy 261.62 90.17) (xy 261.62 91.44)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 32d2d543-fd26-418f-a960-26e0f9978f77) ) (wire (pts (xy 107.95 124.46) (xy 101.6 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3322426f-d71c-4cdf-947d-77ad3045c43b) ) (wire (pts (xy 34.29 128.27) (xy 34.29 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 339631e1-084d-4141-a1ce-21db5498e6dd) ) (wire (pts (xy 68.58 74.93) (xy 68.58 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 34030562-a53a-4dfc-8ba7-bc6955564050) ) (wire (pts (xy 193.04 91.44) (xy 194.31 91.44)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 358b2249-2ccb-465c-bfbe-261c341b8bb6) ) (wire (pts (xy 107.95 113.03) (xy 100.33 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 35b4f27e-6777-462d-b038-35278b08ca49) ) (wire (pts (xy 193.04 142.24) (xy 213.36 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 36590171-4d7e-4354-b73d-20fcbc7aa201) ) (wire (pts (xy 219.71 44.45) (xy 229.87 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 36c5f3ff-bd74-4c96-8718-635e2feb56de) ) (wire (pts (xy 44.45 105.41) (xy 63.5 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3957b763-417f-4a3e-94b3-dd1b9fdbd2fd) ) (wire (pts (xy 256.54 48.26) (xy 261.62 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 398ce583-5ef1-460d-bab9-fd3040879fc8) ) (wire (pts (xy 100.33 97.79) (xy 100.33 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3aa0f115-cdbb-4135-a9bc-fee93f92e964) ) (wire (pts (xy 229.87 118.11) (xy 229.87 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3cf3339a-0bdc-4513-bb98-76fba4983cef) ) (wire (pts (xy 95.25 50.8) (xy 121.92 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3cf53a45-6827-4a93-bdf2-c6bb1324a736) ) (wire (pts (xy 157.48 111.76) (xy 157.48 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3d0cfe4c-026b-4e92-b186-4b57627ae511) ) (wire (pts (xy 242.57 132.08) (xy 246.38 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3d335283-fbdd-44ac-8400-af2e709c5538) ) (polyline (pts (xy 116.84 162.56) (xy 116.84 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3db539d8-892c-44c1-9bb8-314cf15dcce8) ) (wire (pts (xy 40.64 128.27) (xy 63.5 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3e75aee8-595d-430e-a001-46acfb3cba32) ) (wire (pts (xy 196.85 44.45) (xy 196.85 106.68)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3f52bd9c-9598-4f8a-bec1-43edc3ab7ee3) ) (wire (pts (xy 156.21 114.3) (xy 157.48 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4061e6c7-e62f-4fd4-a6fb-f4426af4e208) ) (wire (pts (xy 95.25 52.07) (xy 95.25 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 40d585c0-db09-4cfd-950d-61fae6e56d8e) ) (wire (pts (xy 242.57 76.2) (xy 246.38 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4162441f-0583-489d-8df2-e31d53e87859) ) (wire (pts (xy 88.9 36.83) (xy 91.44 36.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 43afbeae-a402-42c0-9a32-6906bd978120) ) (wire (pts (xy 39.37 176.53) (xy 43.18 176.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4416b452-0062-4ce0-9fc9-fc4b0fda899c) ) (wire (pts (xy 92.71 109.22) (xy 92.71 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 44532205-c989-4d5b-9146-677bb976e69c) ) (wire (pts (xy 146.05 139.7) (xy 161.29 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 45736652-2eca-4b53-a44c-006afb52a5e2) ) (wire (pts (xy 63.5 101.6) (xy 41.91 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 46b39352-5c45-481a-a832-3404474522d5) ) (wire (pts (xy 125.73 67.31) (xy 125.73 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4764563b-b756-47bc-a73b-72e43b02bd4e) ) (wire (pts (xy 166.37 91.44) (xy 166.37 99.06)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 476e0181-6554-43d2-8979-78a2371d35e2) ) (wire (pts (xy 153.67 88.9) (xy 153.67 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 48369f48-9bf3-4307-b845-224981de24e4) ) (wire (pts (xy 50.8 57.15) (xy 44.45 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 48ec51be-7cef-446d-842a-7252545642d7) ) (wire (pts (xy 107.95 125.73) (xy 107.95 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 49591b40-7878-4eb9-aeb8-5ae6c7aeca64) ) (wire (pts (xy 41.91 113.03) (xy 41.91 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 49a53218-ec7f-4978-af3f-954cf593bdf1) ) (wire (pts (xy 153.67 102.87) (xy 160.02 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 49a579ab-e163-459d-8f40-4de113027fcd) ) (wire (pts (xy 218.44 86.36) (xy 229.87 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 49f4a628-6096-48ea-8edd-7043def4bfe9) ) (wire (pts (xy 105.41 161.29) (xy 105.41 162.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4a2a1bfe-d309-4a21-9c1f-e32933674f60) ) (wire (pts (xy 29.21 93.98) (xy 29.21 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4a94e634-95c9-42c6-b424-96f45b202bd4) ) (wire (pts (xy 81.28 50.8) (xy 95.25 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4aaf7cbc-5b93-406f-ba3e-19cce04e0908) ) (wire (pts (xy 58.42 46.99) (xy 38.1 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4adc89dc-f03b-4087-86ff-b419062a3a79) ) (wire (pts (xy 53.34 151.13) (xy 44.45 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4b72de5b-eca9-49e9-824f-ed793524033f) ) (wire (pts (xy 92.71 113.03) (xy 90.17 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4ca6c2e6-c152-4e40-a47c-6857c107e5e3) ) (wire (pts (xy 58.42 50.8) (xy 40.64 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4ccef940-1a51-4e3d-8235-942546d16513) ) (wire (pts (xy 226.06 69.85) (xy 251.46 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4cf0ea08-3df9-46d8-9acf-d1e9b716909e) ) (wire (pts (xy 149.86 80.01) (xy 149.86 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4d0a1135-896d-4f82-bea3-cf66ab55e735) ) (wire (pts (xy 149.86 102.87) (xy 149.86 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4dbc858c-1f10-46b3-9cde-336d13363787) ) (wire (pts (xy 96.52 124.46) (xy 101.6 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4def23f4-ca4c-435c-b723-5c986467e20a) ) (wire (pts (xy 234.95 76.2) (xy 229.87 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4e135b57-db6f-4475-a0bd-954acccc067b) ) (wire (pts (xy 261.62 114.3) (xy 270.51 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4eb5c5d1-1dae-401b-af3b-730570199f7d) ) (wire (pts (xy 46.99 116.84) (xy 53.34 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4f05281f-9444-4eae-80d2-d884c5e3f00c) ) (wire (pts (xy 212.09 137.16) (xy 212.09 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4f1b7655-c71b-472e-88ca-d6c19d03937f) ) (wire (pts (xy 53.34 118.11) (xy 53.34 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 50207967-e1e0-4393-b933-e1de4fb1e0d9) ) (wire (pts (xy 41.91 101.6) (xy 41.91 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 50c00648-7fcb-4959-9c2b-0921a8a66091) ) (wire (pts (xy 226.06 139.7) (xy 251.46 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 523800aa-2ea2-456e-84c1-331e2d6bae15) ) (wire (pts (xy 229.87 142.24) (xy 261.62 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 52c80f4d-143e-43e2-9332-60e43d664eb0) ) (wire (pts (xy 114.3 143.51) (xy 105.41 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 538c11a5-2f0d-4417-b30b-c0474b07ee04) ) (wire (pts (xy 121.92 46.99) (xy 127 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 53da1b1d-8c93-4e80-987b-6499e8e663c3) ) (wire (pts (xy 81.28 57.15) (xy 81.28 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 55248e99-aca3-478b-9bfc-21dce7d32f8b) ) (wire (pts (xy 58.42 44.45) (xy 58.42 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5560876b-2f04-460f-841d-e2377fe60a14) ) (wire (pts (xy 261.62 68.58) (xy 261.62 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 562f8931-2eb6-479e-a511-740ca13cd87f) ) (wire (pts (xy 121.92 143.51) (xy 129.54 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5827d393-6b7e-49d3-98a9-fd4bf4295e1e) ) (wire (pts (xy 193.04 132.08) (xy 209.55 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 590f01f4-bccc-4f7e-89b7-1aa7cd5f1d59) ) (wire (pts (xy 167.64 86.36) (xy 153.67 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5970920d-e33a-4a48-bd51-ef03c4bb002b) ) (wire (pts (xy 156.21 137.16) (xy 158.75 137.16)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5a1973c5-40af-4d7a-a692-3cb8446d4cd9) ) (wire (pts (xy 193.04 134.62) (xy 210.82 134.62)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5c03a9c5-f78b-4ac1-bc8f-5c48bc6c73bb) ) (wire (pts (xy 234.95 146.05) (xy 229.87 146.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5cb7fddf-73ee-4abc-8c77-606665ad2b8a) ) (wire (pts (xy 83.82 40.64) (xy 81.28 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5dd88ceb-c7db-4715-b25b-b39f4bb681f5) ) (wire (pts (xy 261.62 39.37) (xy 261.62 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5dfa9d4b-c1d8-461f-8438-e6d7f15d6415) ) (wire (pts (xy 261.62 118.11) (xy 261.62 119.38)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5e5098ca-6ef4-4b3e-8b8e-f663327d4421) ) (wire (pts (xy 265.43 44.45) (xy 261.62 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5e5100d0-b563-4d8d-858c-5d158807e70d) ) (wire (pts (xy 107.95 104.14) (xy 107.95 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5fae9fcc-36a0-495a-a454-513657cbbfb6) ) (wire (pts (xy 182.88 54.61) (xy 182.88 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5fbd19a9-79f7-4fe1-b358-873e0a85e2d4) ) (wire (pts (xy 90.17 97.79) (xy 100.33 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5ffd1661-fa84-453c-a7d7-ccc2f3bb35b5) ) (wire (pts (xy 90.17 124.46) (xy 96.52 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 60c94b87-a80c-456f-8d43-9e33bcfcaea1) ) (wire (pts (xy 81.28 36.83) (xy 81.28 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 60c9b832-d47f-4028-a3ea-1cfbb238e882) ) (wire (pts (xy 81.28 27.94) (xy 86.36 27.94)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 613ef9e2-3ac7-49c5-96a5-fef69a889adc) ) (wire (pts (xy 261.62 138.43) (xy 261.62 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6193fd6c-5077-4ea3-874d-0a5860d9269a) ) (wire (pts (xy 198.12 55.88) (xy 198.12 109.22)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6209ffa8-484d-4959-9659-b2815c0126e5) ) (wire (pts (xy 91.44 40.64) (xy 88.9 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 628fd201-a7a3-46d0-8569-709a8a177ddf) ) (wire (pts (xy 95.25 63.5) (xy 95.25 62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 630189f4-0ad0-4f38-a77a-d885e87be667) ) (wire (pts (xy 182.88 78.74) (xy 182.88 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6335677e-fa41-485f-bc32-9dfd91841b2f) ) (wire (pts (xy 121.92 143.51) (xy 121.92 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 63d081bc-0898-46d1-bf69-5c4e3d038278) ) (wire (pts (xy 182.88 77.47) (xy 182.88 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 64897d48-b950-46f3-9315-7763dee779c8) ) (wire (pts (xy 34.29 147.32) (xy 34.29 146.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 650ed765-393e-41d6-8df9-2bd58c744bb9) ) (wire (pts (xy 53.34 31.75) (xy 53.34 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 67965af9-677d-4634-86a2-fdc1ef9e07dd) ) (wire (pts (xy 193.04 152.4) (xy 193.04 147.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 67a2f57f-a5ca-4256-b733-64f80b3da797) ) (wire (pts (xy 146.05 132.08) (xy 158.75 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 681c6b74-6101-4fd2-bada-e310fbfd368b) ) (wire (pts (xy 205.74 97.79) (xy 220.98 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 68201d4c-04f6-4a60-8575-66e76aa869ee) ) (wire (pts (xy 256.54 76.2) (xy 261.62 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6be90ff1-ebf7-43ad-bb11-0f8f02c98f3c) ) (wire (pts (xy 261.62 76.2) (xy 261.62 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6c7bd08c-2fc4-43c8-bc4e-621d6a3edc69) ) (wire (pts (xy 194.31 91.44) (xy 194.31 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6cac543a-ce95-42fd-977d-4a417f910810) ) (wire (pts (xy 153.67 93.98) (xy 153.67 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6ce8cb26-cf43-4891-8f53-d92419221907) ) (wire (pts (xy 220.98 111.76) (xy 208.28 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6dfcf0c5-891d-41f3-87df-61df9e0c57e2) ) (wire (pts (xy 92.71 190.5) (xy 92.71 191.77)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6f357fdf-3df6-48d4-a028-01cc3d5b9562) ) (wire (pts (xy 210.82 134.62) (xy 210.82 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6f9d2b0d-62f5-4dda-b68b-639d31430cf8) ) (wire (pts (xy 45.72 97.79) (xy 63.5 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 70b17463-7b15-4e43-bf0d-245e133f6a6b) ) (wire (pts (xy 31.75 176.53) (xy 31.75 186.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 71eb95c1-077b-4b87-94b4-ec997b193ed3) ) (wire (pts (xy 121.92 59.69) (xy 121.92 130.81)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 72205ddf-c71d-4b36-9851-77f33a145637) ) (wire (pts (xy 73.66 22.86) (xy 73.66 21.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 72309fd5-70a6-488c-b284-627aec1a6974) ) (wire (pts (xy 38.1 132.08) (xy 38.1 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7231fd68-5914-4128-8a0d-bd2ac6403410) ) (wire (pts (xy 119.38 143.51) (xy 121.92 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 72b3bda3-8a8c-4877-86ca-cd4740e6aa78) ) (wire (pts (xy 226.06 97.79) (xy 251.46 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 72bbcb44-2224-41ea-8fbd-cb8ee7f73603) ) (wire (pts (xy 24.13 54.61) (xy 24.13 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 731bb393-67b7-44f7-b617-13f5bbd7f2bc) ) (wire (pts (xy 167.64 101.6) (xy 166.37 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7352a9a5-c0b8-4e6c-ad1d-e7c1be528b40) ) (wire (pts (xy 242.57 90.17) (xy 246.38 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 73cc0458-885a-465a-a9e6-d7235779bc7e) ) (wire (pts (xy 92.71 104.14) (xy 92.71 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 740aec2f-5299-48e5-a596-3a97ebf9bafc) ) (wire (pts (xy 256.54 62.23) (xy 261.62 62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7413b78b-0aad-4c7c-8cfb-e6b0f809e1d9) ) (wire (pts (xy 167.64 91.44) (xy 166.37 91.44)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7644c2c3-70ee-4825-9ef4-dd13a8945a1d) ) (wire (pts (xy 105.41 142.24) (xy 105.41 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 76882513-5fb0-4eab-8fae-2f79b801a521) ) (wire (pts (xy 204.47 86.36) (xy 213.36 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 77057c4f-4ad3-49b8-973d-fa2913a807a5) ) (wire (pts (xy 229.87 72.39) (xy 261.62 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7705d426-0a63-40f3-b244-de3695304fc7) ) (wire (pts (xy 242.57 62.23) (xy 246.38 62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 770d3cb3-7f16-4393-ae9e-83d56cba0838) ) (wire (pts (xy 90.17 162.56) (xy 105.41 162.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 77b86d6d-e623-4992-b1a3-65d96f5dda68) ) (wire (pts (xy 185.42 152.4) (xy 193.04 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 78e18c6a-b208-464b-8ee9-5328fd17e201) ) (wire (pts (xy 229.87 100.33) (xy 261.62 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 791d4b59-518d-4ae0-85f8-7b35090270ba) ) (wire (pts (xy 201.93 72.39) (xy 213.36 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 79630762-2720-4781-af33-f16001b49de1) ) (wire (pts (xy 193.04 127) (xy 207.01 127)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 79c758b3-5fb9-4e4f-ad97-c2cf5d4657b5) ) (wire (pts (xy 60.96 106.68) (xy 60.96 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7a02f9e9-881d-421d-8369-a7eff7a69ab8) ) (wire (pts (xy 261.62 82.55) (xy 261.62 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7a03797a-1aec-44fc-8015-d9a283832836) ) (wire (pts (xy 81.28 36.83) (xy 81.28 27.94)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7a2a23da-6434-4787-914c-9b9085af57fd) ) (wire (pts (xy 105.41 137.16) (xy 105.41 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7adb0af3-a098-4bc7-8b92-5ade20f9110b) ) (wire (pts (xy 49.53 21.59) (xy 53.34 21.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7dfaa4fa-afc2-4fe3-bf3c-2730b755ea6b) ) (wire (pts (xy 92.71 81.28) (xy 92.71 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7ed89dd5-c0b7-4929-81d9-34359a80bec0) ) (wire (pts (xy 256.54 104.14) (xy 261.62 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7f32a85e-fe58-4c5d-a17e-b0a0ea251e9d) ) (wire (pts (xy 29.21 101.6) (xy 29.21 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7f8bb492-b136-4330-86ec-268f62308621) ) (wire (pts (xy 261.62 72.39) (xy 270.51 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8035a2e1-9d4f-472d-92ab-e3372cb0d413) ) (wire (pts (xy 234.95 132.08) (xy 229.87 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 81139a0f-fd2b-4590-86af-dcfc7cf7a86d) ) (wire (pts (xy 234.95 90.17) (xy 229.87 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 81cdc2ae-8c3e-46a8-a9ab-5f47b97f102a) ) (wire (pts (xy 218.44 44.45) (xy 219.71 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 81d82249-fd75-4557-b462-d7d4fd91eb63) ) (wire (pts (xy 218.44 58.42) (xy 229.87 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 82126f60-043a-4446-a125-0a864b1c7755) ) (wire (pts (xy 205.74 156.21) (xy 261.62 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 82a91b79-cd83-4568-9e47-961e45b32c6e) ) (wire (pts (xy 146.05 137.16) (xy 148.59 137.16)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 82c6e52e-13ae-4bd9-8049-fb39a0fb70a2) ) (wire (pts (xy 125.73 60.96) (xy 125.73 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 83bbca38-dbef-41c2-9520-4be0c95ad824) ) (wire (pts (xy 166.37 99.06) (xy 167.64 99.06)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 84261033-06e5-4b30-9011-fb9cbe3b6a27) ) (wire (pts (xy 99.06 21.59) (xy 99.06 27.94)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 84907d1c-aa89-45c1-b6d5-ed87222b46ba) ) (wire (pts (xy 92.71 86.36) (xy 113.03 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 850b97aa-e22c-44c5-b6eb-5ab4a63510c5) ) (wire (pts (xy 261.62 128.27) (xy 270.51 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 85c90216-9c11-40a5-9e34-87754a0b98c4) ) (wire (pts (xy 146.05 86.36) (xy 153.67 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8679a00c-6948-4a1f-abe1-b9f598e46a3d) ) (wire (pts (xy 166.37 104.14) (xy 167.64 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 87042562-f8b1-40e1-8fa6-5362c57c0e2f) ) (wire (pts (xy 90.17 135.89) (xy 105.41 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 87248aad-3619-4565-bd5e-aa258e087feb) ) (wire (pts (xy 80.01 180.34) (xy 77.47 180.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 883f8af5-6505-42ac-82e7-92a9b07e5226) ) (wire (pts (xy 101.6 172.72) (xy 105.41 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 888a300a-a45c-4e22-b457-baabc62bb9bb) ) (wire (pts (xy 194.31 101.6) (xy 194.31 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 88d455f2-8a1e-484b-833a-0d8c358bd197) ) (wire (pts (xy 212.09 128.27) (xy 213.36 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 89f58b51-d88f-4266-8828-06ff95ec02b3) ) (wire (pts (xy 158.75 182.88) (xy 158.75 181.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8af47301-d370-4ac6-8d0d-5c7ed922173c) ) (wire (pts (xy 38.1 124.46) (xy 38.1 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8af4f5b7-dca6-4c59-aacc-5ec1f0bd0e78) ) (wire (pts (xy 261.62 100.33) (xy 270.51 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8b52fa6f-1995-46f5-ae0f-225482cebadd) ) (wire (pts (xy 29.21 48.26) (xy 29.21 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8b6201a4-4170-47d3-a838-9943f4c0becd) ) (wire (pts (xy 46.99 78.74) (xy 68.58 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8b70d879-ee32-46a2-9b38-cbcaadf8d9b8) ) (wire (pts (xy 48.26 186.69) (xy 52.07 186.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8b880425-584d-4cc1-9444-15b249ceb3e2) ) (wire (pts (xy 53.34 86.36) (xy 63.5 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8ba8f183-8fc5-4723-a83e-730a2ac5f704) ) (wire (pts (xy 81.28 63.5) (xy 95.25 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8c4f80cd-96cd-442f-ac1f-dfd5ec79e93b) ) (wire (pts (xy 146.05 151.13) (xy 146.05 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8ce8b5da-483a-4cd7-963b-26467fa34ff2) ) (wire (pts (xy 95.25 21.59) (xy 99.06 21.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8d179f66-5024-453b-a104-c9c5888cd866) ) (wire (pts (xy 105.41 171.45) (xy 105.41 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8d4f0447-15a8-4bd6-94e0-f3c8eda6852c) ) (wire (pts (xy 107.95 97.79) (xy 107.95 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8d4fd03b-12d9-4636-8d79-dfb57772a36c) ) (wire (pts (xy 256.54 90.17) (xy 261.62 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8e7a90f4-4cf5-4804-8515-7331c049a636) ) (wire (pts (xy 182.88 54.61) (xy 194.31 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8e8bdbed-00d6-443c-bfb7-10cbd90602d3) ) (wire (pts (xy 166.37 106.68) (xy 166.37 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8f4885c7-beaf-40e6-8019-9fbd9a0aefee) ) (wire (pts (xy 90.17 116.84) (xy 93.98 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 909deb51-b7e4-4b06-a46a-a39ec8629793) ) (wire (pts (xy 31.75 190.5) (xy 31.75 186.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 91a9f4b4-fbde-4716-ad0d-95c8d700e38c) ) (wire (pts (xy 121.92 50.8) (xy 121.92 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 91ffe3f9-b2d7-4026-afe0-3298a8e7ed76) ) (wire (pts (xy 63.5 162.56) (xy 55.88 162.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 92579804-563e-46c3-8904-bc66845bb0cb) ) (wire (pts (xy 49.53 113.03) (xy 41.91 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 93b3df4d-aade-45fe-9eb3-4113ff0edf90) ) (wire (pts (xy 45.72 69.85) (xy 45.72 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 93bf1cab-ebab-4e4d-a48f-74c4d9b576b7) ) (wire (pts (xy 60.96 111.76) (xy 60.96 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 956dd351-673f-4a98-9691-1008722b0c9c) ) (wire (pts (xy 193.04 137.16) (xy 212.09 137.16)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 95a3f52a-e2f6-4fb4-b915-d42424bae97f) ) (wire (pts (xy 182.88 78.74) (xy 149.86 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 978102e0-4e3c-4f20-89bf-c6c18fb7261a) ) (wire (pts (xy 193.04 111.76) (xy 199.39 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 97cdc0ee-7b44-48e0-89a0-35dfc130c87d) ) (wire (pts (xy 149.86 106.68) (xy 166.37 106.68)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 985a9f70-15f0-47c2-a805-bab59f847967) ) (wire (pts (xy 229.87 114.3) (xy 261.62 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 98fb5142-44a0-4375-b594-3a6679ad5326) ) (wire (pts (xy 105.41 143.51) (xy 90.17 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 99eac263-c3c0-4777-ad87-caedd167f951) ) (wire (pts (xy 59.69 154.94) (xy 63.5 154.94)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9a87d8ca-efc6-44e6-9dcf-92db098ba656) ) (wire (pts (xy 146.05 124.46) (xy 146.05 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9aa7e2ff-5875-45b5-9a91-b34a2dc04317) ) (wire (pts (xy 58.42 63.5) (xy 58.42 62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9bba09bc-6da2-4a44-b465-d111c9ab1cf5) ) (wire (pts (xy 90.17 147.32) (xy 127 147.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9bd7e75c-0469-4126-aab9-7f9b0b564cc6) ) (wire (pts (xy 38.1 132.08) (xy 63.5 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9d09d59a-a61a-472e-abea-a0558a93109a) ) (wire (pts (xy 166.37 104.14) (xy 166.37 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9f2f01ea-0324-41ac-a811-be72a2295854) ) (wire (pts (xy 121.92 135.89) (xy 121.92 137.16)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a131e8af-05a3-46ac-adf7-edb1a2050bfc) ) (wire (pts (xy 208.28 129.54) (xy 193.04 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a1af647f-14a1-4956-9604-22659aa46e6b) ) (wire (pts (xy 110.49 57.15) (xy 102.87 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a26157aa-1868-44ad-ab16-f8056ca14703) ) (wire (pts (xy 69.85 63.5) (xy 58.42 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a2798498-efa9-4b25-978f-fd71e5da68e1) ) (wire (pts (xy 200.66 114.3) (xy 200.66 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a319ce19-6856-42f4-8834-23197537c554) ) (wire (pts (xy 66.04 50.8) (xy 64.77 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a6048907-e850-4ec9-9c26-055b38a63309) ) (wire (pts (xy 157.48 114.3) (xy 162.56 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a7b6ff10-386a-4c5f-9d19-e567937f1c05) ) (wire (pts (xy 261.62 96.52) (xy 261.62 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a916c4cd-8780-4e86-a348-a6b77974616d) ) (wire (pts (xy 24.13 48.26) (xy 24.13 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aa677af7-7d0a-48d0-8c47-c596601c361e) ) (wire (pts (xy 55.88 162.56) (xy 55.88 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ab73650a-b24c-444a-b326-28a7cd615b58) ) (wire (pts (xy 134.62 154.94) (xy 134.62 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid abd5a1de-0043-4ca6-bc97-55c95aa76a25) ) (wire (pts (xy 53.34 31.75) (xy 73.66 31.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aca60c6a-222e-4340-bfd6-925a632d6713) ) (wire (pts (xy 166.37 147.32) (xy 167.64 147.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ad26048f-6cce-4db3-93ad-0983f0e5c11e) ) (wire (pts (xy 34.29 139.7) (xy 34.29 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aeb5bcb2-3124-48be-9094-b2150a994c12) ) (wire (pts (xy 226.06 83.82) (xy 251.46 83.82)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aef54f70-b430-4cc2-bfe1-dbe6fc2cfb71) ) (wire (pts (xy 163.83 111.76) (xy 167.64 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid af30de2d-26cd-40ab-861d-97d05cc1d6eb) ) (wire (pts (xy 105.41 69.85) (xy 102.87 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aff1ccd6-9dfb-4431-9bbe-df9144dcb882) ) (wire (pts (xy 24.13 54.61) (xy 29.21 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b0a7f910-ef39-4336-ab63-069375ea5c59) ) (wire (pts (xy 242.57 104.14) (xy 246.38 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b1c442b4-b867-4528-b039-e221b2a37e1a) ) (wire (pts (xy 92.71 86.36) (xy 90.17 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b3234155-4309-4b97-88d8-b25b6effc883) ) (wire (pts (xy 44.45 151.13) (xy 44.45 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b3976349-c720-4b81-b72e-a7dcb5bd04fa) ) (wire (pts (xy 44.45 57.15) (xy 44.45 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b3b7d5f6-c4b2-4db1-9a08-f29ee729822a) ) (wire (pts (xy 55.88 171.45) (xy 55.88 170.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b4cdca26-8f1d-4156-a96f-d1c61d0acf8f) ) (wire (pts (xy 160.02 101.6) (xy 160.02 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b54f098c-c09b-46f2-a040-dc694ef74c8f) ) (wire (pts (xy 83.82 36.83) (xy 81.28 36.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b58f33e6-13df-44d6-9228-baa9e3556564) ) (wire (pts (xy 113.03 86.36) (xy 113.03 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b5cb285a-42c2-4465-8a3a-9a8f098a26a2) ) (wire (pts (xy 92.71 186.69) (xy 92.71 190.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b659fa0b-8fcb-4d8d-abc0-1866347be6a1) ) (wire (pts (xy 91.44 36.83) (xy 91.44 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b6c47b08-f77f-4844-8609-9530e369f2a6) ) (wire (pts (xy 212.09 144.78) (xy 193.04 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b7375744-6187-4ea0-8e51-2b2a080e0aa1) ) (wire (pts (xy 100.33 97.79) (xy 107.95 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b80c1636-de17-4ed5-b684-0933102c00e0) ) (wire (pts (xy 193.04 96.52) (xy 194.31 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b8220d4b-18d8-40e4-988e-c6c9ecf687e6) ) (wire (pts (xy 58.42 46.99) (xy 66.04 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b835d441-84e8-4521-bb9d-5245fad79fb2) ) (wire (pts (xy 205.74 124.46) (xy 205.74 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b8d81bcb-d1d7-4e81-afec-2c3c57cdc65f) ) (wire (pts (xy 66.04 46.99) (xy 66.04 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b9644ee4-be9a-4d9e-add4-b809e9af8405) ) (wire (pts (xy 261.62 48.26) (xy 261.62 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b9a9b1b3-6d4d-4763-b9a9-80939ef09924) ) (wire (pts (xy 54.61 190.5) (xy 52.07 190.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ba07af34-2f5e-456d-8e3c-223759cf85a2) ) (wire (pts (xy 194.31 54.61) (xy 219.71 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ba436c3c-0c1e-4aa9-85eb-aff56c2afdd1) ) (wire (pts (xy 193.04 147.32) (xy 205.74 147.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bb67a48b-1c5d-4c62-af3d-4eb130919f24) ) (wire (pts (xy 53.34 26.67) (xy 53.34 31.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bbca5a62-6739-492e-8d81-8c94d9e6b30d) ) (wire (pts (xy 148.59 166.37) (xy 148.59 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bdfbadde-052f-46ac-9826-fe1a4409b4c0) ) (wire (pts (xy 261.62 62.23) (xy 261.62 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid be6757c3-ebe1-499a-b08f-53a354a6de40) ) (wire (pts (xy 256.54 132.08) (xy 261.62 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid be6cc9c6-b651-46a1-949b-e2531a4bafca) ) (wire (pts (xy 199.39 58.42) (xy 199.39 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bea13d97-c266-4ae9-adb5-692cbec25db7) ) (wire (pts (xy 193.04 116.84) (xy 201.93 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid beea1d65-a80b-44b3-8e4f-876e6e1e256f) ) (wire (pts (xy 226.06 153.67) (xy 251.46 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bfb5e6bc-ac10-44e3-b9d9-1946adf1922d) ) (wire (pts (xy 229.87 48.26) (xy 229.87 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c11033f4-999b-46a7-8270-67b44bf66b88) ) (wire (pts (xy 148.59 182.88) (xy 148.59 181.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c19517e1-618c-4f71-8bcb-d3f18c052594) ) (wire (pts (xy 146.05 129.54) (xy 146.05 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c2972f9e-7bd0-4edb-aa60-da8ffd28375b) ) (wire (pts (xy 119.38 135.89) (xy 121.92 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c31be11d-98cc-4678-a2e6-872c0b16371a) ) (wire (pts (xy 105.41 151.13) (xy 129.54 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c3b26b31-a8f8-485c-929a-4bf4c8feee42) ) (wire (pts (xy 156.21 147.32) (xy 161.29 147.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c4133830-93a8-4148-bfb2-100a1c040a84) ) (wire (pts (xy 234.95 118.11) (xy 229.87 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c4ad5bda-3089-468e-9524-58bf1526a15e) ) (wire (pts (xy 229.87 90.17) (xy 229.87 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c4fbf968-f770-44f6-9b49-d70b78a06512) ) (wire (pts (xy 203.2 119.38) (xy 193.04 119.38)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c55a8bc0-70f2-4181-8e13-d1849777310f) ) (wire (pts (xy 95.25 64.77) (xy 95.25 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c562c415-45de-461a-9608-ac865d64d806) ) (wire (pts (xy 80.01 179.07) (xy 80.01 180.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c5b8e4e0-c9ec-4bdb-ad95-98e182b1f405) ) (wire (pts (xy 91.44 36.83) (xy 91.44 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c6366611-dd87-4543-b16c-4ee583d0868f) ) (wire (pts (xy 229.87 132.08) (xy 229.87 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c770cd88-008a-4ce0-badc-66da80b2da3e) ) (wire (pts (xy 207.01 100.33) (xy 213.36 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c7c46d90-f645-43af-9a7e-8528905db394) ) (wire (pts (xy 157.48 111.76) (xy 158.75 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c82c7dd2-53c0-48d0-a39f-3efd93235a05) ) (wire (pts (xy 158.75 132.08) (xy 158.75 137.16)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c83856ae-baf1-477b-8da7-e09686177ed9) ) (wire (pts (xy 34.29 124.46) (xy 38.1 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c8dba943-fd0a-47d2-8b94-6ceb001a7d48) ) (wire (pts (xy 73.66 21.59) (xy 68.58 21.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c95b3653-5f6e-4261-817a-806d1c083394) ) (wire (pts (xy 81.28 21.59) (xy 81.28 27.94)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c9b7ba82-0923-46dc-b22c-a12c66d27207) ) (wire (pts (xy 63.5 124.46) (xy 53.34 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cbadadcb-6c30-4f1d-9a4e-dc6139f7fe69) ) (wire (pts (xy 261.62 110.49) (xy 261.62 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cbcd81c5-1425-4fbd-962b-23e563dba1f2) ) (wire (pts (xy 193.04 121.92) (xy 204.47 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cca3a8fe-dff2-46d4-95a8-cb7074613210) ) (wire (pts (xy 34.29 140.97) (xy 34.29 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ccb5ddd1-a600-4f95-81cb-b164d3d9ce3b) ) (wire (pts (xy 74.93 180.34) (xy 77.47 180.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cd3d84f4-8d93-4b2f-b98f-ec99069f1b89) ) (wire (pts (xy 105.41 93.98) (xy 105.41 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cd9ec2f1-d6ab-4631-912f-5168d9f306c4) ) (wire (pts (xy 205.74 147.32) (xy 205.74 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ce03e860-6d14-4e49-abf6-c7cd5c9e963d) ) (wire (pts (xy 160.02 88.9) (xy 160.02 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cea8a382-7b3f-4df9-b0ee-4024e4c8c166) ) (wire (pts (xy 60.96 81.28) (xy 92.71 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ceab6f7c-9818-4f46-b3ea-9d92307a119f) ) (wire (pts (xy 31.75 186.69) (xy 38.1 186.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cee730d6-e417-4109-958e-6652877229fb) ) (wire (pts (xy 125.73 59.69) (xy 121.92 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cfed407d-8f3e-43fd-ae18-57fba8fd7462) ) (wire (pts (xy 63.5 151.13) (xy 58.42 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d0a77cab-3813-43ad-8321-35e561ca0f0d) ) (wire (pts (xy 50.8 69.85) (xy 45.72 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d1f62756-bdd5-467f-8aac-3351514069dd) ) (wire (pts (xy 256.54 146.05) (xy 261.62 146.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d2b21542-0f5b-4287-abd9-20e76494665d) ) (wire (pts (xy 100.33 41.91) (xy 100.33 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d3e00787-20cf-47a8-84fd-9cbeec19bc2d) ) (wire (pts (xy 107.95 130.81) (xy 121.92 130.81)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d4ed6f75-5b97-45d5-9544-54fbf55f0292) ) (wire (pts (xy 203.2 83.82) (xy 203.2 119.38)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d5863b72-897f-4cf9-8919-8a040c1b3b16) ) (wire (pts (xy 220.98 153.67) (xy 212.09 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d606de67-9da9-4c0e-a11e-80bca17e0772) ) (wire (pts (xy 226.06 125.73) (xy 251.46 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d621df3c-b73a-44d5-a7d9-1a2f84ff813f) ) (wire (pts (xy 194.31 54.61) (xy 194.31 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d638ad33-2846-4df3-9eba-7ade70b2de67) ) (wire (pts (xy 166.37 101.6) (xy 166.37 99.06)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d6a0f175-5eae-402f-9c2f-b1398d19317b) ) (wire (pts (xy 60.96 113.03) (xy 63.5 113.03)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d703cc89-baa4-43a8-86fa-296c67987ca9) ) (wire (pts (xy 43.18 124.46) (xy 43.18 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d769b512-b47d-4f5c-b0c2-484c4105b47f) ) (wire (pts (xy 149.86 102.87) (xy 149.86 106.68)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d7891b4b-f8f6-4141-a03e-cbdde3d77afe) ) (wire (pts (xy 53.34 123.19) (xy 53.34 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d79353ef-3485-468e-8acb-9b0b3eda9379) ) (wire (pts (xy 81.28 21.59) (xy 73.66 21.59)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d7a3b738-f479-4bc4-a56a-ae849b43841a) ) (wire (pts (xy 229.87 58.42) (xy 261.62 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d9219e49-2b8b-4db7-80a2-3643af86bd7c) ) (wire (pts (xy 81.28 52.07) (xy 81.28 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d96dbf7d-fcaf-417e-bf41-6df79f1fdbc5) ) (wire (pts (xy 218.44 114.3) (xy 229.87 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d9814a93-ffa7-49aa-b0da-8703502b34a8) ) (wire (pts (xy 229.87 44.45) (xy 261.62 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d9e0c81b-ce1e-4b51-960d-633535aca2e6) ) (wire (pts (xy 53.34 124.46) (xy 43.18 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d9f0cbdc-7d16-46af-b040-7e6a46e537d3) ) (wire (pts (xy 24.13 46.99) (xy 29.21 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid da825b8f-f5cf-474a-a443-3a241f09debd) ) (wire (pts (xy 182.88 72.39) (xy 182.88 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid da8c5848-5a06-49aa-8860-7821e21dc9c7) ) (wire (pts (xy 90.17 93.98) (xy 105.41 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid da9843f1-fe95-4190-9737-a2b88a60fd3a) ) (wire (pts (xy 193.04 101.6) (xy 194.31 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dbf25a5e-f748-4782-ab6d-8b27c2d321af) ) (wire (pts (xy 52.07 147.32) (xy 63.5 147.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dd0bdcdb-0841-4b3a-8924-ad69dda5473b) ) (wire (pts (xy 29.21 46.99) (xy 38.1 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dd7020cb-197b-45a7-abb3-123823c4d41a) ) (wire (pts (xy 90.17 128.27) (xy 92.71 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid de769846-fb3d-4cfc-b6fb-2053d73a0482) ) (wire (pts (xy 209.55 114.3) (xy 213.36 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dfa21056-1cb0-4d35-a238-ad403960a08f) ) (wire (pts (xy 59.69 50.8) (xy 58.42 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e0ae813f-801b-4c66-8f31-4a78c8c840f3) ) (wire (pts (xy 208.28 111.76) (xy 208.28 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e10624c3-6ca8-4d6f-a87f-bdd7710863a5) ) (wire (pts (xy 73.66 30.48) (xy 73.66 31.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e1862871-010b-44d8-a29b-d796e2444896) ) (wire (pts (xy 38.1 93.98) (xy 29.21 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e1d84083-1034-4f72-9d25-da8db5bb489e) ) (wire (pts (xy 167.64 139.7) (xy 166.37 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e254d9a0-2af9-4fc2-b562-8a6a351a6ef7) ) (wire (pts (xy 210.82 125.73) (xy 220.98 125.73)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e258e419-382f-46ea-8560-ab744ee27ee1) ) (wire (pts (xy 115.57 120.65) (xy 115.57 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e28c97e5-7259-49b9-b61d-93dd2e4a660a) ) (wire (pts (xy 261.62 152.4) (xy 261.62 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e37f6fce-b841-4e0e-8caf-7483a6d0c565) ) (wire (pts (xy 66.04 74.93) (xy 68.58 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e4299595-edd6-47cf-bb66-2ba14be4fe18) ) (wire (pts (xy 242.57 146.05) (xy 246.38 146.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e463fe3f-4d2b-4f31-a28f-8f1e36ed1f6a) ) (wire (pts (xy 90.17 101.6) (xy 110.49 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e57e804b-d547-4f7d-8e08-0ebe6f32507e) ) (wire (pts (xy 100.33 40.64) (xy 97.79 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e5a97868-93f0-4a82-a652-a8d7ac7303cc) ) (wire (pts (xy 194.31 96.52) (xy 194.31 91.44)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e5c35e33-7558-4e73-aac3-2015db8df801) ) (wire (pts (xy 101.6 158.75) (xy 101.6 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e63ed26d-4120-492b-ad69-5201470fafc0) ) (wire (pts (xy 53.34 116.84) (xy 63.5 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e6657909-e017-4b38-8208-ac496e704a71) ) (wire (pts (xy 43.18 173.99) (xy 43.18 176.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e6fa46cc-97c4-469b-948d-442313603406) ) (wire (pts (xy 242.57 118.11) (xy 246.38 118.11)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e7ab029d-41da-41e6-9ccf-b719eef759e8) ) (wire (pts (xy 182.88 63.5) (xy 182.88 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e88d5450-a17f-48f7-8315-63a0d19debbf) ) (wire (pts (xy 261.62 124.46) (xy 261.62 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e9349693-9d26-4fce-b7af-55b7c964ac69) ) (wire (pts (xy 110.49 116.84) (xy 109.22 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e9cf7612-f3f4-4e89-acf7-589b466b7b21) ) (wire (pts (xy 229.87 76.2) (xy 229.87 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ea9f06d0-0433-44d8-9980-15fc9a42a841) ) (wire (pts (xy 172.72 71.12) (xy 167.64 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eb0a484f-bb73-4501-a8e9-0e20667e16c7) ) (wire (pts (xy 229.87 146.05) (xy 229.87 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ebbc7e35-0473-4c73-af6e-fb071d602653) ) (wire (pts (xy 218.44 142.24) (xy 229.87 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid edeb86bb-043b-4cfe-ae75-c6d7ed89a0c6) ) (wire (pts (xy 99.06 27.94) (xy 96.52 27.94)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ee37a456-8de9-41fa-b4f6-fffe64934090) ) (wire (pts (xy 158.75 137.16) (xy 167.64 137.16)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eea1542e-7fc0-4818-9bd0-840dc5296145) ) (wire (pts (xy 273.05 44.45) (xy 274.32 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eec2cb25-0d2c-46c9-840b-7e4afba43edb) ) (wire (pts (xy 110.49 101.6) (xy 110.49 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f0492f14-5aec-4058-ad2a-0c1c7b1696ea) ) (wire (pts (xy 90.17 132.08) (xy 115.57 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f05bf70b-9dd3-42fc-8232-80defbe2cb93) ) (wire (pts (xy 52.07 186.69) (xy 52.07 190.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f11287ec-9322-40cb-9f41-140048b2803b) ) (wire (pts (xy 167.64 106.68) (xy 166.37 106.68)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f1ca0237-bd12-4e7b-a7e4-14c063240d47) ) (wire (pts (xy 158.75 171.45) (xy 158.75 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f21aecea-74e5-44ed-8d9a-4849f67d0bd2) ) (wire (pts (xy 38.1 46.99) (xy 38.1 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f221840e-19c8-4948-a054-a876a471d4d9) ) (wire (pts (xy 158.75 168.91) (xy 148.59 168.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f25c22b0-8c30-4e93-83b1-b0734b9a3174) ) (wire (pts (xy 261.62 86.36) (xy 270.51 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f26f6205-2b62-4464-b7ba-5ac1b0af628b) ) (wire (pts (xy 261.62 146.05) (xy 261.62 147.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f3088234-b7d9-43d1-a222-566a99d25619) ) (wire (pts (xy 193.04 124.46) (xy 205.74 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f3aeb5f3-fbae-46fa-b39a-943f8c249308) ) (wire (pts (xy 242.57 48.26) (xy 246.38 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f5421cf2-3a20-4c7a-a02e-894d70d9e0f0) ) (wire (pts (xy 125.73 67.31) (xy 135.89 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f63f56df-0248-421e-95ba-b96b1bb734f4) ) (wire (pts (xy 229.87 128.27) (xy 261.62 128.27)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f6809bb8-7dc8-431d-9a23-eeedf34f5b63) ) (wire (pts (xy 46.99 78.74) (xy 46.99 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f7531594-7510-4afb-97c3-0507616c8635) ) (wire (pts (xy 204.47 86.36) (xy 204.47 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f823e103-db89-4797-90bd-18418a400a5b) ) (wire (pts (xy 29.21 54.61) (xy 29.21 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f8a5c0d4-1041-431d-a7d6-885954b594ea) ) (wire (pts (xy 200.66 69.85) (xy 220.98 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f8b6591a-7c51-4cbd-a7e4-131daab519ef) ) (wire (pts (xy 59.69 190.5) (xy 92.71 190.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f9455367-9621-4b05-a1c4-1f6e114b49e2) ) (wire (pts (xy 58.42 50.8) (xy 58.42 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fa174723-a2fa-40f1-a354-4c475794003b) ) (wire (pts (xy 196.85 44.45) (xy 213.36 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fb3aa82a-fa61-499f-a5a8-45a9f7d0d99a) ) (wire (pts (xy 261.62 132.08) (xy 261.62 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fc926612-e98a-4160-badb-13253eb71c1c) ) (wire (pts (xy 63.5 158.75) (xy 59.69 158.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fca19505-c2cc-4db1-aa7c-19d6c512a80c) ) (wire (pts (xy 90.17 151.13) (xy 105.41 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fcf95f9d-c4ca-4acf-a188-6e303a970eea) ) (wire (pts (xy 193.04 114.3) (xy 200.66 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fdaea7ac-7cf9-4dc9-9e63-d42f3930e454) ) (wire (pts (xy 121.92 130.81) (xy 121.92 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ff468a56-a82b-4969-9f21-a293622d1e2c) ) @@ -4024,7 +4024,7 @@ (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 2b803d55-6436-456a-b0a7-786758fc4f1c) ) - (text "Csensb" (at 50.8 121.92 180) + (text "Csensb" (at 50.8 121.92 0) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 36573abf-1e27-4024-bf21-11abf57e9c02) ) @@ -4033,7 +4033,7 @@ (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 3e52e8a8-32fc-43c8-ae28-c3252be79b9e) ) - (text "Close to PVIN" (at 36.83 92.71 180) + (text "Close to PVIN" (at 36.83 92.71 0) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 430eb4b9-f000-4f7f-a20f-5ff091fe516e) ) @@ -4057,7 +4057,7 @@ (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 7c794926-9fef-4194-954d-95f49ee77e15) ) - (text "selective charger\nturn-off (via NTC input)" (at 39.37 171.45 180) + (text "selective charger\nturn-off (via NTC input)" (at 39.37 171.45 0) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 8dbaab0b-25b4-49e1-8e21-0d48708a07d7) ) @@ -4069,7 +4069,7 @@ (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 917addae-710b-4f78-a248-7f85ee934d36) ) - (text "RMAX2" (at 104.14 124.46 180) + (text "RMAX2" (at 104.14 124.46 0) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 9f5f2e70-c0e6-4d4e-bb7d-b9c2040bb7c0) ) @@ -4077,7 +4077,7 @@ (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid a1a4abf0-3e63-44e4-a12d-fd83ae1f3dd6) ) - (text "RMAX1" (at 111.76 124.46 180) + (text "RMAX1" (at 111.76 124.46 0) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid a237594e-a3ff-41e4-9e50-12962a94c394) ) @@ -4090,43 +4090,43 @@ (uuid d9b8473a-4acf-490c-8c0c-527c3fc3efdf) ) - (label "VREG" (at 161.29 88.9 0) + (label "VREG" (at 161.29 88.9 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 20b2b79d-e62d-47e0-a7db-da974d99607e) ) - (label "VIN" (at 100.33 21.59 0) + (label "VIN" (at 100.33 21.59 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 3e38acb6-ab00-4119-bce5-36df64964ca2) ) - (label "C0" (at 205.74 147.32 0) + (label "C0" (at 205.74 147.32 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 3f81c280-cd6b-4e68-8fab-6e2ee0ca2286) ) - (label "24V_IN" (at 54.61 21.59 0) + (label "24V_IN" (at 54.61 21.59 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 55147759-e3fc-4ffd-89bb-df03e331beba) ) - (label "VIN" (at 58.42 44.45 0) + (label "VIN" (at 58.42 44.45 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 64b8a8cc-0cf6-403f-9951-8db19262d345) ) - (label "CHG_INTVCC" (at 148.59 166.37 0) + (label "CHG_INTVCC" (at 148.59 166.37 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 70364111-a3a0-44ae-a06d-ab5ad7838489) ) - (label "CHG_INTVCC" (at 52.07 147.32 180) + (label "CHG_INTVCC" (at 52.07 147.32 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 733004bb-bfb8-4ff4-98fe-cff4d5ba62ec) ) - (label "CHG_INTVCC" (at 92.71 88.9 0) + (label "CHG_INTVCC" (at 92.71 88.9 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid adb464d7-20b8-4eb2-a6b4-4ccdbaaaa4da) ) - (label "VREG" (at 156.21 114.3 180) + (label "VREG" (at 156.21 114.3 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid d539b8eb-995a-4ca4-8354-896af933fd65) ) - (label "VREG" (at 156.21 147.32 0) + (label "VREG" (at 156.21 147.32 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid e21c1b68-1f89-4573-9bb1-ea3fb9567b75) ) @@ -4134,272 +4134,296 @@ (global_label "BAT3+" (shape bidirectional) (at 270.51 72.39 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 2b00884c-212b-4f48-8cad-acc604bc7736) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -1.27 -1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -1.27 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT2+" (shape bidirectional) (at 270.51 58.42 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 33058927-d936-4b70-85f4-f6924047f1c8) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -1.27 -1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -1.27 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "CHG_STAT1" (shape output) (at 158.75 182.88 270) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3abb2f65-780e-49d6-942e-117a312739c6) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 2.54 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT5+" (shape bidirectional) (at 158.75 50.8 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 406adc8c-5692-4fc3-8837-9572cbbd7522) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 13.97 -66.04 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 13.97 -66.04 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BMON_SDO" (shape input) (at 167.64 127 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 4969c1ab-2b94-4926-be65-d94378df133a) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -15.24 -1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -15.24 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT3+" (shape bidirectional) (at 158.75 45.72 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 504abc5c-a773-4ec2-8395-d992f8286e76) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 13.97 -66.04 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 13.97 -66.04 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BMON_CS" (shape input) (at 167.64 129.54 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 61c3e7cb-1e0c-43ef-8393-c7b00054602a) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -15.24 -1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -15.24 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "CHG_RNG" (shape input) (at 43.18 173.99 90) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 65fcd412-d8e8-4054-8c62-0f1df0ed2988) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 222.25 127 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 222.25 127 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT7+" (shape bidirectional) (at 158.75 25.4 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 6d1d8894-10c3-4a7b-aa01-dfb47810c960) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 13.97 -66.04 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 13.97 -66.04 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT1+" (shape bidirectional) (at 274.32 44.45 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 710f1f50-5608-44c8-84b6-07cbf59bc68c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -1.27 -1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -1.27 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT6+" (shape bidirectional) (at 270.51 114.3 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 723ce5c1-f942-4849-9d80-19dc0ebfc9b4) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -1.27 -1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -1.27 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "CHGBAT" (shape bidirectional) (at 134.62 154.94 270) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 746c833d-f2b7-4b6f-96c3-496a956bce15) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "CHG_STAT2" (shape output) (at 59.69 158.75 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 8934e262-34a6-4689-8f44-528a9053c027) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT2+" (shape bidirectional) (at 158.75 43.18 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 8d36a30e-f5cf-421b-9eba-28e6346c134e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 13.97 -66.04 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 13.97 -66.04 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT1+" (shape bidirectional) (at 158.75 40.64 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 993f1e0e-af4d-445e-8365-fb9e50e79337) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 13.97 -66.04 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 13.97 -66.04 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT4+" (shape bidirectional) (at 270.51 86.36 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid a0d79fd1-6d60-4289-8f07-7ac7659e801f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -1.27 -1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -1.27 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT5+" (shape bidirectional) (at 158.75 20.32 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid a7f31f6e-eef2-4cb4-bdaf-03a8f8fff2ba) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 13.97 -66.04 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 13.97 -66.04 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT8+" (shape bidirectional) (at 158.75 27.94 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid add8b569-7921-4f7e-ae17-4b44d0278418) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 13.97 -66.04 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 13.97 -66.04 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT6+" (shape bidirectional) (at 158.75 22.86 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid b45a4001-d371-4a7a-9b1f-39b215a759ca) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 13.97 -66.04 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 13.97 -66.04 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT8+" (shape bidirectional) (at 270.51 142.24 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid c0b13fc6-60ee-46c1-82bb-bacd998f6767) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -1.27 -1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -1.27 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT5+" (shape bidirectional) (at 270.51 100.33 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid c976f4f9-820d-49f4-adc1-c6ddf875af1a) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -1.27 -1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -1.27 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "CHG_STAT2" (shape output) (at 148.59 182.88 270) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid cad09809-2931-498e-aecb-99dcc712d4d2) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 2.54 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "30V_GATE" (shape output) (at 127 46.99 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid d3279444-485c-4500-b46e-03a28e9f9464) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT7+" (shape bidirectional) (at 270.51 128.27 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid d56101ba-1f16-459c-9ec2-a9d49409c779) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -1.27 -1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -1.27 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "CHG_STAT1" (shape output) (at 59.69 154.94 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid d99163a1-df4a-4b87-b62d-182743a21d91) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BMON_SDI" (shape input) (at 167.64 124.46 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid db926129-af3f-46de-b036-5bf0a9391cd1) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -15.24 -1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -15.24 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT1FUSED" (shape bidirectional) (at 261.62 39.37 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid de4ca60d-1b06-4a4f-8935-7a35843d17e6) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 274.5275 39.2906 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 274.5275 39.2906 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "BMON_SCK" (shape input) (at 167.64 121.92 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid f38c9e7c-2a7e-4979-84cf-e68abe21a3f1) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -15.24 -1.27 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -15.24 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "BAT4+" (shape bidirectional) (at 158.75 48.26 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid f7dc7d1e-e23e-4550-9914-c940ba5f301f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 13.97 -66.04 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 13.97 -66.04 0) (effects (font (size 1.27 1.27)) hide) ) ) (symbol (lib_id "Connector:Barrel_Jack_Switch") (at 41.91 24.13 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005cc82e0e) - (property "Reference" "J1" (id 0) (at 43.3578 15.875 0)) - (property "Value" "Jack-DC" (id 1) (at 43.3578 18.1864 0)) - (property "Footprint" "footprints:SWC_RAPC712X" (id 2) (at 43.18 25.146 0) + (property "Reference" "J1" (at 43.3578 15.875 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Jack-DC" (at 43.3578 18.1864 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:SWC_RAPC712X" (at 43.18 25.146 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 43.18 25.146 0) + (property "Datasheet" "" (at 43.18 25.146 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Würth" (id 4) (at 41.91 24.13 0) + (property "Manufacturer" "Würth" (at 41.91 24.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "694106301002" (id 5) (at 41.91 24.13 0) + (property "Manufacturer_No" "694106301002" (at 41.91 24.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 41.91 24.13 0) + (property "Checked" "y" (at 41.91 24.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 41.91 24.13 0) + (property "Distributor" "Mouser" (at 41.91 24.13 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1499a2e9-3083-426b-b954-1260b3d6bfd0)) (pin "2" (uuid 4607e901-c83c-45b8-9bff-d8894b31f896)) (pin "3" (uuid 39e285cd-7b72-40d1-8621-bf490baa0449)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "J1") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 270.51 157.48 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005cc9541b) - (property "Reference" "#PWR0105" (id 0) (at 270.51 163.83 0) + (property "Reference" "#PWR0105" (at 270.51 163.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 270.637 161.8742 0)) - (property "Footprint" "" (id 2) (at 270.51 157.48 0) + (property "Value" "GND" (at 270.637 161.8742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 270.51 157.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 270.51 157.48 0) + (property "Datasheet" "" (at 270.51 157.48 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7183bc28-04e7-4a6a-bb6f-6d03a49792d6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0105") (unit 1) + ) + ) + ) ) (symbol (lib_id "Battery_Management:LTC6803-4") (at 180.34 116.84 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005cef5f44) - (property "Reference" "U4" (id 0) (at 166.37 151.13 0)) - (property "Value" "LTC6803-4" (id 1) (at 175.26 151.13 0)) - (property "Footprint" "Package_SO:SSOP-44_5.3x12.8mm_P0.5mm" (id 2) (at 180.34 116.84 0) + (property "Reference" "U4" (at 166.37 151.13 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LTC6803-4" (at 175.26 151.13 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_SO:SSOP-44_5.3x12.8mm_P0.5mm" (at 180.34 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/680324fa.pdf" (id 3) (at 194.31 82.55 0) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/680324fa.pdf" (at 194.31 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Analog Devices" (id 4) (at 180.34 116.84 0) + (property "Manufacturer" "Analog Devices" (at 180.34 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LTC6803IG-4#PBF" (id 5) (at 180.34 116.84 0) + (property "Manufacturer_No" "LTC6803IG-4#PBF" (at 180.34 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 180.34 116.84 0) + (property "Checked" "y" (at 180.34 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 180.34 116.84 0) + (property "Distributor" "Mouser" (at 180.34 116.84 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ede48b73-6b64-4e86-b1dd-94b9e7edfcd3)) @@ -4446,1169 +4470,1618 @@ (pin "7" (uuid ed2facd4-b2e7-4e9d-aba7-534f3083aa01)) (pin "8" (uuid 4a28f091-49e8-4a88-8b42-db0de05dd466)) (pin "9" (uuid a3781b7d-7a59-4bdd-ad37-d4186396ed84)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "U4") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:DMG2301L") (at 251.46 134.62 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0365af) - (property "Reference" "Q11" (id 0) (at 245.11 129.54 90)) - (property "Value" "PMV50EPEAR" (id 1) (at 259.08 129.54 90)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 249.555 129.54 0) + (property "Reference" "Q11" (at 245.11 129.54 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMV50EPEAR" (at 259.08 129.54 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 249.555 129.54 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 251.46 134.62 0) + (property "Datasheet" "" (at 251.46 134.62 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_No" "PMV50EPEAR" (id 4) (at 251.46 134.62 0) + (property "Manufacturer_No" "PMV50EPEAR" (at 251.46 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 5) (at 251.46 134.62 0) + (property "Manufacturer" "Nexperia" (at 251.46 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 251.46 134.62 0) + (property "Checked" "y" (at 251.46 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 251.46 134.62 0) + (property "Distributor" "Mouser" (at 251.46 134.62 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f738c3d4-6bb8-4140-a21e-fe8578c2c807)) (pin "2" (uuid 3ec8db5a-6e76-4152-9bbb-28afbb9f1532)) (pin "3" (uuid 769629d7-f8a0-421d-8cad-6d6a21b21602)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q11") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 223.52 139.7 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0386bb) - (property "Reference" "R23" (id 0) (at 223.52 134.7216 90)) - (property "Value" "3.3k" (id 1) (at 223.52 137.033 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 223.52 139.7 0) + (property "Reference" "R23" (at 223.52 134.7216 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "3.3k" (at 223.52 137.033 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 223.52 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 223.52 139.7 0) + (property "Datasheet" "" (at 223.52 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 223.52 139.7 0) + (property "Manufacturer" "Vishay Dale" (at 223.52 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06033K30FKEAC" (id 5) (at 223.52 139.7 0) + (property "Manufacturer_No" "CRCW06033K30FKEAC" (at 223.52 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 223.52 139.7 0) + (property "Checked" "y" (at 223.52 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 223.52 139.7 0) + (property "Distributor" "Mouser" (at 223.52 139.7 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7e4cdec6-b34a-45cd-8cfd-ac9b1038880f)) (pin "2" (uuid ecc826e4-dcb3-4f86-baec-7a754c19b2a6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R23") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 215.9 128.27 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d03b638) - (property "Reference" "R15" (id 0) (at 215.9 133.35 90)) - (property "Value" "100" (id 1) (at 215.9 130.81 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 215.9 128.27 0) + (property "Reference" "R15" (at 215.9 133.35 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100" (at 215.9 130.81 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 215.9 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 215.9 128.27 0) + (property "Datasheet" "" (at 215.9 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 215.9 128.27 0) + (property "Manufacturer" "Vishay Dale" (at 215.9 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100RFKEAC" (id 5) (at 215.9 128.27 0) + (property "Manufacturer_No" "CRCW0603100RFKEAC" (at 215.9 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 215.9 128.27 0) + (property "Distributor" "Mouser" (at 215.9 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 215.9 128.27 0) + (property "Checked" "y" (at 215.9 128.27 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 658bd4f8-5578-46e1-86db-6bc26f2ca3ca)) (pin "2" (uuid fcd7d028-6401-45b0-b369-efbffc0fb6c3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R15") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 261.62 135.89 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d03e837) - (property "Reference" "R31" (id 0) (at 256.54 135.89 90)) - (property "Value" "15" (id 1) (at 259.08 135.89 90)) - (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (id 2) (at 261.62 135.89 0) + (property "Reference" "R31" (at 256.54 135.89 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "15" (at 259.08 135.89 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (at 261.62 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 261.62 135.89 0) + (property "Datasheet" "" (at 261.62 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TE Connectivity" (id 4) (at 261.62 135.89 0) + (property "Manufacturer" "TE Connectivity" (at 261.62 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRGCQ2512J15R" (id 5) (at 261.62 135.89 0) + (property "Manufacturer_No" "CRGCQ2512J15R" (at 261.62 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 261.62 135.89 0) + (property "Distributor" "Mouser" (at 261.62 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 261.62 135.89 0) + (property "Checked" "y" (at 261.62 135.89 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid cd61b612-3142-4c87-bebb-0380cbc4ae7f)) (pin "2" (uuid efbdd6dc-8f02-4468-886e-3906e2e2fe42)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R31") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:DMG2301L") (at 251.46 50.8 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d090c6c) - (property "Reference" "Q5" (id 0) (at 248.92 53.34 90)) - (property "Value" "PMV50EPEAR" (id 1) (at 259.08 45.72 90)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 249.555 45.72 0) + (property "Reference" "Q5" (at 248.92 53.34 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMV50EPEAR" (at 259.08 45.72 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 249.555 45.72 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 251.46 50.8 0) + (property "Datasheet" "" (at 251.46 50.8 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_No" "PMV50EPEAR" (id 4) (at 251.46 50.8 0) + (property "Manufacturer_No" "PMV50EPEAR" (at 251.46 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 5) (at 251.46 50.8 0) + (property "Manufacturer" "Nexperia" (at 251.46 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 251.46 50.8 0) + (property "Checked" "y" (at 251.46 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 251.46 50.8 0) + (property "Distributor" "Mouser" (at 251.46 50.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 08028474-2fe9-41fd-a3d2-cbcabd09dfcd)) (pin "2" (uuid ae242b7d-c376-4913-b052-7abeb744f5e6)) (pin "3" (uuid f21b8109-907b-4bc7-a5b1-5d628a02b42f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q5") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 223.52 55.88 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d090c79) - (property "Reference" "R17" (id 0) (at 223.52 50.9016 90)) - (property "Value" "3.3k" (id 1) (at 223.52 53.213 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 223.52 55.88 0) + (property "Reference" "R17" (at 223.52 50.9016 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "3.3k" (at 223.52 53.213 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 223.52 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 223.52 55.88 0) + (property "Datasheet" "" (at 223.52 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 223.52 55.88 0) + (property "Manufacturer" "Vishay Dale" (at 223.52 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06033K30FKEAC" (id 5) (at 223.52 55.88 0) + (property "Manufacturer_No" "CRCW06033K30FKEAC" (at 223.52 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 223.52 55.88 0) + (property "Checked" "y" (at 223.52 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 223.52 55.88 0) + (property "Distributor" "Mouser" (at 223.52 55.88 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8829afef-0229-4940-bbf4-e99549302689)) (pin "2" (uuid 9ce1600f-5fbd-4561-a210-35f4bdd1bdb2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R17") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 215.9 44.45 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d090c85) - (property "Reference" "R9" (id 0) (at 215.9 49.53 90)) - (property "Value" "10k" (id 1) (at 215.9 46.99 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 215.9 44.45 0) + (property "Reference" "R9" (at 215.9 49.53 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k" (at 215.9 46.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 215.9 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 215.9 44.45 0) + (property "Datasheet" "" (at 215.9 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 215.9 44.45 0) + (property "Manufacturer" "Vishay Dale" (at 215.9 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 215.9 44.45 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 215.9 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 215.9 44.45 0) + (property "Distributor" "Mouser" (at 215.9 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 215.9 44.45 0) + (property "Checked" "y" (at 215.9 44.45 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid abb1614a-3a26-4b4c-a11e-5b4b526a0af4)) (pin "2" (uuid e484c402-9568-4edf-b980-af82a83b35b9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R9") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 261.62 52.07 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d090c92) - (property "Reference" "R25" (id 0) (at 256.54 52.07 90)) - (property "Value" "15" (id 1) (at 259.08 52.07 90)) - (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (id 2) (at 261.62 52.07 0) + (property "Reference" "R25" (at 256.54 52.07 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "15" (at 259.08 52.07 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (at 261.62 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 261.62 52.07 0) + (property "Datasheet" "" (at 261.62 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TE Connectivity" (id 4) (at 261.62 52.07 0) + (property "Manufacturer" "TE Connectivity" (at 261.62 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRGCQ2512J15R" (id 5) (at 261.62 52.07 0) + (property "Manufacturer_No" "CRGCQ2512J15R" (at 261.62 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 261.62 52.07 0) + (property "Distributor" "Mouser" (at 261.62 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 261.62 52.07 0) + (property "Checked" "y" (at 261.62 52.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 424c8392-ee8c-4ad9-9aa5-f67c428f9255)) (pin "2" (uuid a45ea1fe-fec5-4d73-bc70-adf600d00a88)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R25") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:DMG2301L") (at 251.46 120.65 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0a6a00) - (property "Reference" "Q10" (id 0) (at 245.11 115.57 90)) - (property "Value" "PMV50EPEAR" (id 1) (at 259.08 115.57 90)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 249.555 115.57 0) + (property "Reference" "Q10" (at 245.11 115.57 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMV50EPEAR" (at 259.08 115.57 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 249.555 115.57 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 251.46 120.65 0) + (property "Datasheet" "" (at 251.46 120.65 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_No" "PMV50EPEAR" (id 4) (at 251.46 120.65 0) + (property "Manufacturer_No" "PMV50EPEAR" (at 251.46 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 5) (at 251.46 120.65 0) + (property "Manufacturer" "Nexperia" (at 251.46 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 251.46 120.65 0) + (property "Checked" "y" (at 251.46 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 251.46 120.65 0) + (property "Distributor" "Mouser" (at 251.46 120.65 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 66b36d0a-094b-4983-a780-ca1e4aec6af6)) (pin "2" (uuid 48b7f4f3-8c86-4228-b8f3-c742d52ae0b3)) (pin "3" (uuid 2e64dc71-cfa0-47c6-8159-acdcc4ade68f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q10") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 223.52 125.73 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0a6a0d) - (property "Reference" "R22" (id 0) (at 223.52 120.7516 90)) - (property "Value" "3.3k" (id 1) (at 223.52 123.063 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 223.52 125.73 0) + (property "Reference" "R22" (at 223.52 120.7516 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "3.3k" (at 223.52 123.063 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 223.52 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 223.52 125.73 0) + (property "Datasheet" "" (at 223.52 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 223.52 125.73 0) + (property "Manufacturer" "Vishay Dale" (at 223.52 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06033K30FKEAC" (id 5) (at 223.52 125.73 0) + (property "Manufacturer_No" "CRCW06033K30FKEAC" (at 223.52 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 223.52 125.73 0) + (property "Checked" "y" (at 223.52 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 223.52 125.73 0) + (property "Distributor" "Mouser" (at 223.52 125.73 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 32af78ea-d43a-4c27-aa00-2948eb0ac7af)) (pin "2" (uuid 664dee74-3771-4147-9765-a67aa743f7db)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R22") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 215.9 114.3 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0a6a18) - (property "Reference" "R14" (id 0) (at 215.9 119.38 90)) - (property "Value" "100" (id 1) (at 215.9 116.84 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 215.9 114.3 0) + (property "Reference" "R14" (at 215.9 119.38 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100" (at 215.9 116.84 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 215.9 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 215.9 114.3 0) + (property "Datasheet" "" (at 215.9 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 215.9 114.3 0) + (property "Manufacturer" "Vishay Dale" (at 215.9 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100RFKEAC" (id 5) (at 215.9 114.3 0) + (property "Manufacturer_No" "CRCW0603100RFKEAC" (at 215.9 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 215.9 114.3 0) + (property "Distributor" "Mouser" (at 215.9 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 215.9 114.3 0) + (property "Checked" "y" (at 215.9 114.3 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 062c2138-1e30-4659-b5cb-18c531fbc8b4)) (pin "2" (uuid 05f1e3cd-209d-4d5d-b011-0690b3569fd2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R14") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 261.62 121.92 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0a6a25) - (property "Reference" "R30" (id 0) (at 256.54 121.92 90)) - (property "Value" "15" (id 1) (at 259.08 121.92 90)) - (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (id 2) (at 261.62 121.92 0) + (property "Reference" "R30" (at 256.54 121.92 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "15" (at 259.08 121.92 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (at 261.62 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 261.62 121.92 0) + (property "Datasheet" "" (at 261.62 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TE Connectivity" (id 4) (at 261.62 121.92 0) + (property "Manufacturer" "TE Connectivity" (at 261.62 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRGCQ2512J15R" (id 5) (at 261.62 121.92 0) + (property "Manufacturer_No" "CRGCQ2512J15R" (at 261.62 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 261.62 121.92 0) + (property "Distributor" "Mouser" (at 261.62 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 261.62 121.92 0) + (property "Checked" "y" (at 261.62 121.92 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8a6c8acf-ee60-47f8-b6e5-f615513d1196)) (pin "2" (uuid cdc78e13-d5eb-4796-8640-22052cf8f709)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R30") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:DMG2301L") (at 251.46 106.68 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0b0671) - (property "Reference" "Q9" (id 0) (at 245.11 101.6 90)) - (property "Value" "PMV50EPEAR" (id 1) (at 259.08 101.6 90)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 249.555 101.6 0) + (property "Reference" "Q9" (at 245.11 101.6 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMV50EPEAR" (at 259.08 101.6 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 249.555 101.6 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 251.46 106.68 0) + (property "Datasheet" "" (at 251.46 106.68 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_No" "PMV50EPEAR" (id 4) (at 251.46 106.68 0) + (property "Manufacturer_No" "PMV50EPEAR" (at 251.46 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 5) (at 251.46 106.68 0) + (property "Manufacturer" "Nexperia" (at 251.46 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 251.46 106.68 0) + (property "Checked" "y" (at 251.46 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 251.46 106.68 0) + (property "Distributor" "Mouser" (at 251.46 106.68 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f60a48bd-e4af-48a2-abfa-fd4fd84809e5)) (pin "2" (uuid c963eeb1-698e-46c7-916d-3f03e888e2df)) (pin "3" (uuid a4fab680-0d6d-49be-94e7-1b1edeb742b8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q9") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 223.52 111.76 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0b067e) - (property "Reference" "R21" (id 0) (at 223.52 106.7816 90)) - (property "Value" "3.3k" (id 1) (at 223.52 109.093 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 223.52 111.76 0) + (property "Reference" "R21" (at 223.52 106.7816 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "3.3k" (at 223.52 109.093 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 223.52 111.76 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 223.52 111.76 0) + (property "Datasheet" "" (at 223.52 111.76 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 223.52 111.76 0) + (property "Manufacturer" "Vishay Dale" (at 223.52 111.76 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06033K30FKEAC" (id 5) (at 223.52 111.76 0) + (property "Manufacturer_No" "CRCW06033K30FKEAC" (at 223.52 111.76 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 223.52 111.76 0) + (property "Checked" "y" (at 223.52 111.76 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 223.52 111.76 0) + (property "Distributor" "Mouser" (at 223.52 111.76 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 40734311-3672-4ee2-8c05-4f3311eea66d)) (pin "2" (uuid c816863a-b764-4394-bc57-29439457f641)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R21") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 215.9 100.33 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0b0689) - (property "Reference" "R13" (id 0) (at 215.9 105.41 90)) - (property "Value" "100" (id 1) (at 215.9 102.87 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 215.9 100.33 0) + (property "Reference" "R13" (at 215.9 105.41 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100" (at 215.9 102.87 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 215.9 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 215.9 100.33 0) + (property "Datasheet" "" (at 215.9 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 215.9 100.33 0) + (property "Manufacturer" "Vishay Dale" (at 215.9 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100RFKEAC" (id 5) (at 215.9 100.33 0) + (property "Manufacturer_No" "CRCW0603100RFKEAC" (at 215.9 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 215.9 100.33 0) + (property "Distributor" "Mouser" (at 215.9 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 215.9 100.33 0) + (property "Checked" "y" (at 215.9 100.33 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 355a015d-e436-4217-85e3-5d73f4816c72)) (pin "2" (uuid 622c51b0-3021-4516-ab3a-0937e1995e50)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R13") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 261.62 107.95 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0b0696) - (property "Reference" "R29" (id 0) (at 256.54 107.95 90)) - (property "Value" "15" (id 1) (at 259.08 107.95 90)) - (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (id 2) (at 261.62 107.95 0) + (property "Reference" "R29" (at 256.54 107.95 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "15" (at 259.08 107.95 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (at 261.62 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 261.62 107.95 0) + (property "Datasheet" "" (at 261.62 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TE Connectivity" (id 4) (at 261.62 107.95 0) + (property "Manufacturer" "TE Connectivity" (at 261.62 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRGCQ2512J15R" (id 5) (at 261.62 107.95 0) + (property "Manufacturer_No" "CRGCQ2512J15R" (at 261.62 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 261.62 107.95 0) + (property "Distributor" "Mouser" (at 261.62 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 261.62 107.95 0) + (property "Checked" "y" (at 261.62 107.95 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4eb716a7-bec0-40ee-8dcc-f7a5fad61457)) (pin "2" (uuid 55b0b845-b087-4b69-996e-0632e06ebf48)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R29") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:DMG2301L") (at 251.46 92.71 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0b8536) - (property "Reference" "Q8" (id 0) (at 245.11 87.63 90)) - (property "Value" "PMV50EPEAR" (id 1) (at 259.08 87.63 90)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 249.555 87.63 0) + (property "Reference" "Q8" (at 245.11 87.63 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMV50EPEAR" (at 259.08 87.63 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 249.555 87.63 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 251.46 92.71 0) + (property "Datasheet" "" (at 251.46 92.71 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_No" "PMV50EPEAR" (id 4) (at 251.46 92.71 0) + (property "Manufacturer_No" "PMV50EPEAR" (at 251.46 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 5) (at 251.46 92.71 0) + (property "Manufacturer" "Nexperia" (at 251.46 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 251.46 92.71 0) + (property "Checked" "y" (at 251.46 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 251.46 92.71 0) + (property "Distributor" "Mouser" (at 251.46 92.71 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1b533263-c485-45f4-af65-ced37eb6175f)) (pin "2" (uuid d53770a5-6d88-4eb7-9095-f0814475f750)) (pin "3" (uuid 04a542da-bdcc-4688-b476-635cffe78cc6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q8") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 223.52 97.79 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0b8543) - (property "Reference" "R20" (id 0) (at 223.52 92.8116 90)) - (property "Value" "3.3k" (id 1) (at 223.52 95.123 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 223.52 97.79 0) + (property "Reference" "R20" (at 223.52 92.8116 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "3.3k" (at 223.52 95.123 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 223.52 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 223.52 97.79 0) + (property "Datasheet" "" (at 223.52 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 223.52 97.79 0) + (property "Manufacturer" "Vishay Dale" (at 223.52 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06033K30FKEAC" (id 5) (at 223.52 97.79 0) + (property "Manufacturer_No" "CRCW06033K30FKEAC" (at 223.52 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 223.52 97.79 0) + (property "Checked" "y" (at 223.52 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 223.52 97.79 0) + (property "Distributor" "Mouser" (at 223.52 97.79 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3f550bc9-3f19-41c5-891a-99a93fafc173)) (pin "2" (uuid f9074ea7-52a6-4980-b65c-cead6528ee23)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R20") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 215.9 86.36 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0b854e) - (property "Reference" "R12" (id 0) (at 215.9 91.44 90)) - (property "Value" "100" (id 1) (at 215.9 88.9 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 215.9 86.36 0) + (property "Reference" "R12" (at 215.9 91.44 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100" (at 215.9 88.9 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 215.9 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 215.9 86.36 0) + (property "Datasheet" "" (at 215.9 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 215.9 86.36 0) + (property "Manufacturer" "Vishay Dale" (at 215.9 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100RFKEAC" (id 5) (at 215.9 86.36 0) + (property "Manufacturer_No" "CRCW0603100RFKEAC" (at 215.9 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 215.9 86.36 0) + (property "Distributor" "Mouser" (at 215.9 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 215.9 86.36 0) + (property "Checked" "y" (at 215.9 86.36 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4aba8acd-bd04-4e91-ada1-4d631819d239)) (pin "2" (uuid 6489f5f5-853b-4041-b764-d695aac1ca02)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R12") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 261.62 93.98 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0b855b) - (property "Reference" "R28" (id 0) (at 256.54 93.98 90)) - (property "Value" "15" (id 1) (at 259.08 93.98 90)) - (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (id 2) (at 261.62 93.98 0) + (property "Reference" "R28" (at 256.54 93.98 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "15" (at 259.08 93.98 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (at 261.62 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 261.62 93.98 0) + (property "Datasheet" "" (at 261.62 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TE Connectivity" (id 4) (at 261.62 93.98 0) + (property "Manufacturer" "TE Connectivity" (at 261.62 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRGCQ2512J15R" (id 5) (at 261.62 93.98 0) + (property "Manufacturer_No" "CRGCQ2512J15R" (at 261.62 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 261.62 93.98 0) + (property "Distributor" "Mouser" (at 261.62 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 261.62 93.98 0) + (property "Checked" "y" (at 261.62 93.98 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c1314f35-2f84-4eb0-8cef-c8dd863cde1b)) (pin "2" (uuid c2d217c6-fae7-48c9-99c7-d94047a46d31)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R28") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:DMG2301L") (at 251.46 78.74 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0c307d) - (property "Reference" "Q7" (id 0) (at 245.11 73.66 90)) - (property "Value" "PMV50EPEAR" (id 1) (at 259.08 73.66 90)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 249.555 73.66 0) + (property "Reference" "Q7" (at 245.11 73.66 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMV50EPEAR" (at 259.08 73.66 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 249.555 73.66 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 251.46 78.74 0) + (property "Datasheet" "" (at 251.46 78.74 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_No" "PMV50EPEAR" (id 4) (at 251.46 78.74 0) + (property "Manufacturer_No" "PMV50EPEAR" (at 251.46 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 5) (at 251.46 78.74 0) + (property "Manufacturer" "Nexperia" (at 251.46 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 251.46 78.74 0) + (property "Checked" "y" (at 251.46 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 251.46 78.74 0) + (property "Distributor" "Mouser" (at 251.46 78.74 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3f970fc6-1722-463e-8e8d-dd370f26b8cd)) (pin "2" (uuid 17ecaf67-3893-46e2-bf2c-dc063364b647)) (pin "3" (uuid d5b772ee-489b-4cdf-b51c-7466f45f21d5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q7") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 223.52 83.82 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0c308a) - (property "Reference" "R19" (id 0) (at 223.52 78.8416 90)) - (property "Value" "3.3k" (id 1) (at 223.52 81.153 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 223.52 83.82 0) + (property "Reference" "R19" (at 223.52 78.8416 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "3.3k" (at 223.52 81.153 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 223.52 83.82 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 223.52 83.82 0) + (property "Datasheet" "" (at 223.52 83.82 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 223.52 83.82 0) + (property "Manufacturer" "Vishay Dale" (at 223.52 83.82 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06033K30FKEAC" (id 5) (at 223.52 83.82 0) + (property "Manufacturer_No" "CRCW06033K30FKEAC" (at 223.52 83.82 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 223.52 83.82 0) + (property "Checked" "y" (at 223.52 83.82 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 223.52 83.82 0) + (property "Distributor" "Mouser" (at 223.52 83.82 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1765fdf6-7bd6-42d3-b2e6-e1fe4d1ecea0)) (pin "2" (uuid a407f611-a2ef-4554-a22e-ba5ec221ddce)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R19") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 215.9 72.39 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0c3095) - (property "Reference" "R11" (id 0) (at 215.9 77.47 90)) - (property "Value" "100" (id 1) (at 215.9 74.93 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 215.9 72.39 0) + (property "Reference" "R11" (at 215.9 77.47 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100" (at 215.9 74.93 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 215.9 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 215.9 72.39 0) + (property "Datasheet" "" (at 215.9 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 215.9 72.39 0) + (property "Manufacturer" "Vishay Dale" (at 215.9 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100RFKEAC" (id 5) (at 215.9 72.39 0) + (property "Manufacturer_No" "CRCW0603100RFKEAC" (at 215.9 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 215.9 72.39 0) + (property "Distributor" "Mouser" (at 215.9 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 215.9 72.39 0) + (property "Checked" "y" (at 215.9 72.39 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2fd0b2c4-b0c1-4c83-bb3e-e853c4a47f49)) (pin "2" (uuid e6997ee7-61a8-4554-91f4-9d35867b239a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R11") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 261.62 80.01 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0c30a2) - (property "Reference" "R27" (id 0) (at 256.54 80.01 90)) - (property "Value" "15" (id 1) (at 259.08 80.01 90)) - (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (id 2) (at 261.62 80.01 0) + (property "Reference" "R27" (at 256.54 80.01 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "15" (at 259.08 80.01 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (at 261.62 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 261.62 80.01 0) + (property "Datasheet" "" (at 261.62 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TE Connectivity" (id 4) (at 261.62 80.01 0) + (property "Manufacturer" "TE Connectivity" (at 261.62 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRGCQ2512J15R" (id 5) (at 261.62 80.01 0) + (property "Manufacturer_No" "CRGCQ2512J15R" (at 261.62 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 261.62 80.01 0) + (property "Distributor" "Mouser" (at 261.62 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 261.62 80.01 0) + (property "Checked" "y" (at 261.62 80.01 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 245e2ee5-b027-4338-af90-bac5a95e1469)) (pin "2" (uuid 6613a9c4-1ee2-4acf-a23a-f42e5d17fd12)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R27") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:DMG2301L") (at 251.46 64.77 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0f8682) - (property "Reference" "Q6" (id 0) (at 245.11 59.69 90)) - (property "Value" "PMV50EPEAR" (id 1) (at 259.08 59.69 90)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 249.555 59.69 0) + (property "Reference" "Q6" (at 245.11 59.69 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMV50EPEAR" (at 259.08 59.69 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 249.555 59.69 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 251.46 64.77 0) + (property "Datasheet" "" (at 251.46 64.77 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_No" "PMV50EPEAR" (id 4) (at 251.46 64.77 0) + (property "Manufacturer_No" "PMV50EPEAR" (at 251.46 64.77 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 5) (at 251.46 64.77 0) + (property "Manufacturer" "Nexperia" (at 251.46 64.77 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 251.46 64.77 0) + (property "Checked" "y" (at 251.46 64.77 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 251.46 64.77 0) + (property "Distributor" "Mouser" (at 251.46 64.77 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e59ea51d-5209-462b-af2c-df9b1045b8bc)) (pin "2" (uuid 2d9d1719-02a8-4559-a726-3081f2dd452a)) (pin "3" (uuid f68d4259-b832-472f-aecd-c2172f6b1739)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q6") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 223.52 69.85 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0f868f) - (property "Reference" "R18" (id 0) (at 223.52 64.8716 90)) - (property "Value" "3.3k" (id 1) (at 223.52 67.183 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 223.52 69.85 0) + (property "Reference" "R18" (at 223.52 64.8716 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "3.3k" (at 223.52 67.183 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 223.52 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 223.52 69.85 0) + (property "Datasheet" "" (at 223.52 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 223.52 69.85 0) + (property "Manufacturer" "Vishay Dale" (at 223.52 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06033K30FKEAC" (id 5) (at 223.52 69.85 0) + (property "Manufacturer_No" "CRCW06033K30FKEAC" (at 223.52 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 223.52 69.85 0) + (property "Checked" "y" (at 223.52 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 223.52 69.85 0) + (property "Distributor" "Mouser" (at 223.52 69.85 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0d66c5d6-9ba6-448c-95ec-829a5866ebc3)) (pin "2" (uuid df523501-7d5f-4edb-917d-327c91106734)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R18") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 215.9 58.42 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0f869a) - (property "Reference" "R10" (id 0) (at 215.9 63.5 90)) - (property "Value" "100" (id 1) (at 215.9 60.96 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 215.9 58.42 0) + (property "Reference" "R10" (at 215.9 63.5 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100" (at 215.9 60.96 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 215.9 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 215.9 58.42 0) + (property "Datasheet" "" (at 215.9 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 215.9 58.42 0) + (property "Manufacturer" "Vishay Dale" (at 215.9 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100RFKEAC" (id 5) (at 215.9 58.42 0) + (property "Manufacturer_No" "CRCW0603100RFKEAC" (at 215.9 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 215.9 58.42 0) + (property "Distributor" "Mouser" (at 215.9 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 215.9 58.42 0) + (property "Checked" "y" (at 215.9 58.42 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 972e61a9-06b2-46c0-9e80-06148201c149)) (pin "2" (uuid 96ee2475-cd4e-48f6-9414-56db5b70932b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R10") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 261.62 66.04 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0f86a7) - (property "Reference" "R26" (id 0) (at 256.54 66.04 90)) - (property "Value" "15" (id 1) (at 259.08 66.04 90)) - (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (id 2) (at 261.62 66.04 0) + (property "Reference" "R26" (at 256.54 66.04 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "15" (at 259.08 66.04 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (at 261.62 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 261.62 66.04 0) + (property "Datasheet" "" (at 261.62 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TE Connectivity" (id 4) (at 261.62 66.04 0) + (property "Manufacturer" "TE Connectivity" (at 261.62 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRGCQ2512J15R" (id 5) (at 261.62 66.04 0) + (property "Manufacturer_No" "CRGCQ2512J15R" (at 261.62 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 261.62 66.04 0) + (property "Distributor" "Mouser" (at 261.62 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 261.62 66.04 0) + (property "Checked" "y" (at 261.62 66.04 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 980b329a-d31b-4647-a4a6-4230626e21c5)) (pin "2" (uuid f7055903-15e5-47fc-b692-3805052a85dc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R26") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:DMG2301L") (at 251.46 148.59 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1c46f4) - (property "Reference" "Q12" (id 0) (at 245.11 143.51 90)) - (property "Value" "PMV50EPEAR" (id 1) (at 259.08 143.51 90)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 249.555 143.51 0) + (property "Reference" "Q12" (at 245.11 143.51 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMV50EPEAR" (at 259.08 143.51 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 249.555 143.51 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 251.46 148.59 0) + (property "Datasheet" "" (at 251.46 148.59 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_No" "PMV50EPEAR" (id 4) (at 251.46 148.59 0) + (property "Manufacturer_No" "PMV50EPEAR" (at 251.46 148.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 5) (at 251.46 148.59 0) + (property "Manufacturer" "Nexperia" (at 251.46 148.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 251.46 148.59 0) + (property "Checked" "y" (at 251.46 148.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 251.46 148.59 0) + (property "Distributor" "Mouser" (at 251.46 148.59 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 084786e7-3aa9-45e1-9610-72176e1306a1)) (pin "2" (uuid 42adc078-f025-445e-8f0a-23fa13ef736f)) (pin "3" (uuid 28936066-db29-4c2e-b8ff-5043fbc735a1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q12") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 223.52 153.67 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1c4701) - (property "Reference" "R24" (id 0) (at 223.52 148.6916 90)) - (property "Value" "3.3k" (id 1) (at 223.52 151.003 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 223.52 153.67 0) + (property "Reference" "R24" (at 223.52 148.6916 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "3.3k" (at 223.52 151.003 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 223.52 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 223.52 153.67 0) + (property "Datasheet" "" (at 223.52 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 223.52 153.67 0) + (property "Manufacturer" "Vishay Dale" (at 223.52 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06033K30FKEAC" (id 5) (at 223.52 153.67 0) + (property "Manufacturer_No" "CRCW06033K30FKEAC" (at 223.52 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 223.52 153.67 0) + (property "Checked" "y" (at 223.52 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 223.52 153.67 0) + (property "Distributor" "Mouser" (at 223.52 153.67 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0956f69c-3805-4bc0-bfd2-abcf5629772a)) (pin "2" (uuid 3d0ad72c-2aee-4d0f-8314-53f85a4a31c1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R24") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 215.9 142.24 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1c470d) - (property "Reference" "R16" (id 0) (at 215.9 147.32 90)) - (property "Value" "100" (id 1) (at 215.9 144.78 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 215.9 142.24 0) + (property "Reference" "R16" (at 215.9 147.32 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100" (at 215.9 144.78 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 215.9 142.24 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 215.9 142.24 0) + (property "Datasheet" "" (at 215.9 142.24 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 215.9 142.24 0) + (property "Manufacturer" "Vishay Dale" (at 215.9 142.24 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100RFKEAC" (id 5) (at 215.9 142.24 0) + (property "Manufacturer_No" "CRCW0603100RFKEAC" (at 215.9 142.24 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 215.9 142.24 0) + (property "Distributor" "Mouser" (at 215.9 142.24 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 215.9 142.24 0) + (property "Checked" "y" (at 215.9 142.24 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d6ae7db5-3cd7-4112-9287-337c6382e0cd)) (pin "2" (uuid 4b8bca85-50c8-4052-8221-9c4339bbac14)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R16") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 261.62 149.86 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1c471a) - (property "Reference" "R32" (id 0) (at 256.54 149.86 90)) - (property "Value" "15" (id 1) (at 259.08 149.86 90)) - (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (id 2) (at 261.62 149.86 0) + (property "Reference" "R32" (at 256.54 149.86 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "15" (at 259.08 149.86 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_2512_6332Metric" (at 261.62 149.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 261.62 149.86 0) + (property "Datasheet" "" (at 261.62 149.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TE Connectivity" (id 4) (at 261.62 149.86 0) + (property "Manufacturer" "TE Connectivity" (at 261.62 149.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRGCQ2512J15R" (id 5) (at 261.62 149.86 0) + (property "Manufacturer_No" "CRGCQ2512J15R" (at 261.62 149.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 261.62 149.86 0) + (property "Distributor" "Mouser" (at 261.62 149.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 261.62 149.86 0) + (property "Checked" "y" (at 261.62 149.86 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0ba3d2cd-5a4e-4b99-9eb1-d736b2815763)) (pin "2" (uuid a1037a80-3db8-40e5-9f54-5b0b70198984)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R32") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 160.02 99.06 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d24b4dd) - (property "Reference" "C5" (id 0) (at 162.3568 97.8916 0) + (property "Reference" "C5" (at 162.3568 97.8916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1uF" (id 1) (at 162.3568 100.203 0) + (property "Value" "1uF" (at 162.3568 100.203 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 160.02 99.06 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 160.02 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 160.02 99.06 0) + (property "Datasheet" "" (at 160.02 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 4) (at 160.02 99.06 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 160.02 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 5) (at 160.02 99.06 0) + (property "Manufacturer" "Taiyo Yuden" (at 160.02 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 160.02 99.06 0) + (property "Checked" "y" (at 160.02 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 160.02 99.06 0) + (property "Distributor" "Mouser" (at 160.02 99.06 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b043eb8d-9bbc-4646-961f-5cbd01718f08)) (pin "2" (uuid 5d866b3c-33e1-401e-85b1-eef4661e0d76)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C5") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 153.67 91.44 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d24b7b3) - (property "Reference" "C4" (id 0) (at 156.0068 90.2716 0) + (property "Reference" "C4" (at 156.0068 90.2716 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1uF" (id 1) (at 156.0068 92.583 0) + (property "Value" "1uF" (at 156.0068 92.583 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 153.67 91.44 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 153.67 91.44 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 153.67 91.44 0) + (property "Datasheet" "" (at 153.67 91.44 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 4) (at 153.67 91.44 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 153.67 91.44 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 5) (at 153.67 91.44 0) + (property "Manufacturer" "Taiyo Yuden" (at 153.67 91.44 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 153.67 91.44 0) + (property "Checked" "y" (at 153.67 91.44 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 153.67 91.44 0) + (property "Distributor" "Mouser" (at 153.67 91.44 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9c26a79a-2095-40b5-a662-a02da598652e)) (pin "2" (uuid e0ca4da3-06bf-4776-a284-65317c049f3a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C4") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 149.86 106.68 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d2af63b) - (property "Reference" "#PWR0116" (id 0) (at 149.86 113.03 0) + (property "Reference" "#PWR0116" (at 149.86 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 149.987 111.0742 0)) - (property "Footprint" "" (id 2) (at 149.86 106.68 0) + (property "Value" "GND" (at 149.987 111.0742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 149.86 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 149.86 106.68 0) + (property "Datasheet" "" (at 149.86 106.68 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 93cce9ea-4948-4468-a986-ba88aaa39ec9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0116") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:L") (at 182.88 59.69 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d30fc91) - (property "Reference" "L2" (id 0) (at 179.07 58.42 0) + (property "Reference" "L2" (at 179.07 58.42 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "IMC1210ER100K" (id 1) (at 166.37 60.96 0) + (property "Value" "IMC1210ER100K" (at 166.37 60.96 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (id 2) (at 182.88 59.69 0) + (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (at 182.88 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 182.88 59.69 0) + (property "Datasheet" "" (at 182.88 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 182.88 59.69 0) + (property "Manufacturer" "Vishay Dale" (at 182.88 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "IMC1210ER100K" (id 5) (at 182.88 59.69 0) + (property "Manufacturer_No" "IMC1210ER100K" (at 182.88 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 182.88 59.69 0) + (property "Checked" "y" (at 182.88 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 182.88 59.69 0) + (property "Distributor" "Mouser" (at 182.88 59.69 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 08cf8361-2074-4a14-be61-1c97bbe96603)) (pin "2" (uuid 707bd5f3-a20c-4e78-81e4-654f1860777f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "L2") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D_Schottky_Small") (at 175.26 71.12 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3259c9) - (property "Reference" "D2" (id 0) (at 175.26 65.913 0)) - (property "Value" "BAT46WJ,115" (id 1) (at 175.26 68.2244 0)) - (property "Footprint" "Diode_SMD:D_SOD-323" (id 2) (at 175.26 71.12 90) + (property "Reference" "D2" (at 175.26 65.913 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BAT46WJ,115" (at 175.26 68.2244 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-323" (at 175.26 71.12 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 175.26 71.12 90) + (property "Datasheet" "" (at 175.26 71.12 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BAT46WJ,115" (id 4) (at 175.26 71.12 0) + (property "Manufacturer_No" "BAT46WJ,115" (at 175.26 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 5) (at 175.26 71.12 0) + (property "Manufacturer" "Nexperia" (at 175.26 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 175.26 71.12 0) + (property "Checked" "y" (at 175.26 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 175.26 71.12 0) + (property "Distributor" "Mouser" (at 175.26 71.12 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e88612f0-7384-4ea8-bfbb-12e8a2d4d53f)) (pin "2" (uuid 7bf1e445-ecfc-43ed-a741-becffbb2d66f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D2") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 167.64 72.39 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3a7425) - (property "Reference" "#PWR0118" (id 0) (at 167.64 78.74 0) + (property "Reference" "#PWR0118" (at 167.64 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 167.767 76.7842 0)) - (property "Footprint" "" (id 2) (at 167.64 72.39 0) + (property "Value" "GND" (at 167.767 76.7842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 167.64 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 167.64 72.39 0) + (property "Datasheet" "" (at 167.64 72.39 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7af9bf95-3984-43f1-baa5-e3fc5892d00c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0118") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 149.86 82.55 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d3f0fa8) - (property "Reference" "C2" (id 0) (at 152.1968 81.3816 0) + (property "Reference" "C2" (at 152.1968 81.3816 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 152.1968 83.693 0) + (property "Value" "0.1uF" (at 152.1968 83.693 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 149.86 82.55 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 149.86 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 149.86 82.55 0) + (property "Datasheet" "" (at 149.86 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 149.86 82.55 0) + (property "Manufacturer" "Yageo" (at 149.86 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 149.86 82.55 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 149.86 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 149.86 82.55 0) + (property "Checked" "y" (at 149.86 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 149.86 82.55 0) + (property "Distributor" "Mouser" (at 149.86 82.55 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8e8c936b-8b1b-4a8e-8a1f-9aba4f3d1939)) (pin "2" (uuid c27b683c-dc46-4030-a248-83ce2095f3b4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C2") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 161.29 111.76 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d4eff9c) - (property "Reference" "R4" (id 0) (at 161.29 109.22 90)) - (property "Value" "1M" (id 1) (at 161.29 111.76 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 161.29 111.76 0) + (property "Reference" "R4" (at 161.29 109.22 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1M" (at 161.29 111.76 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 161.29 111.76 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 161.29 111.76 0) + (property "Datasheet" "" (at 161.29 111.76 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 161.29 111.76 0) + (property "Manufacturer" "Yageo" (at 161.29 111.76 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071ML" (id 5) (at 161.29 111.76 0) + (property "Manufacturer_No" "RC0603FR-071ML" (at 161.29 111.76 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 161.29 111.76 0) + (property "Distributor" "Mouser" (at 161.29 111.76 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 161.29 111.76 0) + (property "Checked" "y" (at 161.29 111.76 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 42063ea8-85e8-4980-a382-be09ef827be4)) (pin "2" (uuid ab5364d4-d192-45c7-9ba6-eed0898478d4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R4") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 165.1 114.3 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d4f04f9) - (property "Reference" "R5" (id 0) (at 165.1 110.49 90)) - (property "Value" "1M" (id 1) (at 165.1 114.3 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 165.1 114.3 0) + (property "Reference" "R5" (at 165.1 110.49 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1M" (at 165.1 114.3 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 165.1 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 165.1 114.3 0) + (property "Datasheet" "" (at 165.1 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 165.1 114.3 0) + (property "Manufacturer" "Yageo" (at 165.1 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071ML" (id 5) (at 165.1 114.3 0) + (property "Manufacturer_No" "RC0603FR-071ML" (at 165.1 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 165.1 114.3 0) + (property "Distributor" "Mouser" (at 165.1 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 165.1 114.3 0) + (property "Checked" "y" (at 165.1 114.3 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4f2ace75-e376-4fc3-bac5-30cf2d02eb26)) (pin "2" (uuid 2d6fb6f4-bf30-43ac-9733-e6cb5efa5250)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R5") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 163.83 147.32 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d5c2dff) - (property "Reference" "R6" (id 0) (at 163.83 144.78 90)) - (property "Value" "1M" (id 1) (at 163.83 147.32 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 163.83 147.32 0) + (property "Reference" "R6" (at 163.83 144.78 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1M" (at 163.83 147.32 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 163.83 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 163.83 147.32 0) + (property "Datasheet" "" (at 163.83 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 163.83 147.32 0) + (property "Manufacturer" "Yageo" (at 163.83 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071ML" (id 5) (at 163.83 147.32 0) + (property "Manufacturer_No" "RC0603FR-071ML" (at 163.83 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 163.83 147.32 0) + (property "Distributor" "Mouser" (at 163.83 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 163.83 147.32 0) + (property "Checked" "y" (at 163.83 147.32 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8f256983-0e16-4cc2-a5e7-9681ce53434c)) (pin "2" (uuid 70e95c94-d436-4d66-914b-32a583e63010)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R6") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:IRF8721PBF-1") (at 55.88 69.85 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d601e86) - (property "Reference" "Q2" (id 0) (at 61.087 71.0184 0) + (property "Reference" "Q2" (at 61.087 71.0184 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "Si7850DP" (id 1) (at 60.96 67.31 0) + (property "Value" "Si7850DP" (at 60.96 67.31 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:PowerPAK_SO-8_Single_8Pads" (id 2) (at 60.96 72.39 0) + (property "Footprint" "footprints:PowerPAK_SO-8_Single_8Pads" (at 60.96 72.39 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "http://www.irf.com/product-info/datasheets/data/irf8721pbf-1.pdf" (id 3) (at 53.34 69.85 0) + (property "Datasheet" "http://www.irf.com/product-info/datasheets/data/irf8721pbf-1.pdf" (at 53.34 69.85 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer" "Vishay Siliconix" (id 4) (at 55.88 69.85 0) + (property "Manufacturer" "Vishay Siliconix" (at 55.88 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 55.88 69.85 0) + (property "Checked" "y" (at 55.88 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 55.88 69.85 0) + (property "Distributor" "Mouser" (at 55.88 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SI7850DP-T1-E3" (id 7) (at 55.88 69.85 0) + (property "Manufacturer_No" "SI7850DP-T1-E3" (at 55.88 69.85 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 422220ee-788f-42f6-a21c-81050bfc56ea)) @@ -5619,187 +6092,267 @@ (pin "6" (uuid 72c3c357-7d57-4243-b678-5512c4046fbe)) (pin "7" (uuid b3fdbe94-9d9d-4318-be9d-d486c3762726)) (pin "8" (uuid 61179260-e47f-438e-86a3-688463e98e92)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q2") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 53.34 34.29 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d6adb50) - (property "Reference" "#PWR0120" (id 0) (at 53.34 40.64 0) + (property "Reference" "#PWR0120" (at 53.34 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 53.467 38.6842 0)) - (property "Footprint" "" (id 2) (at 53.34 34.29 0) + (property "Value" "GND" (at 53.467 38.6842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 53.34 34.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 53.34 34.29 0) + (property "Datasheet" "" (at 53.34 34.29 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1c462f4e-4246-416d-b045-a1b2b8151d7b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0120") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:Thermistor_NTC") (at 152.4 137.16 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d74f9c5) - (property "Reference" "R79" (id 0) (at 152.4 134.62 90)) - (property "Value" "100k NTC" (id 1) (at 152.4 137.16 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 153.67 137.16 0) + (property "Reference" "R79" (at 152.4 134.62 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100k NTC" (at 152.4 137.16 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 153.67 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 153.67 137.16 0) + (property "Datasheet" "" (at 153.67 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay / BC" (id 4) (at 152.4 137.16 0) + (property "Manufacturer" "Vishay / BC" (at 152.4 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "NTCS0603E3104FXT" (id 5) (at 152.4 137.16 0) + (property "Manufacturer_No" "NTCS0603E3104FXT" (at 152.4 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 152.4 137.16 0) + (property "Distributor" "Mouser" (at 152.4 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 152.4 137.16 0) + (property "Checked" "y" (at 152.4 137.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f607b3cc-4825-4df5-970a-78ad188df0cc)) (pin "2" (uuid db92f235-0e57-4716-90b9-5b4c64729561)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R79") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 163.83 139.7 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d7a411c) - (property "Reference" "R78" (id 0) (at 163.83 142.24 90)) - (property "Value" "0" (id 1) (at 163.83 139.7 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 163.83 139.7 0) + (property "Reference" "R78" (at 163.83 142.24 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 163.83 139.7 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 163.83 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 163.83 139.7 0) + (property "Datasheet" "" (at 163.83 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 163.83 139.7 0) + (property "Manufacturer" "Vishay Dale" (at 163.83 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 163.83 139.7 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 163.83 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 163.83 139.7 0) + (property "Distributor" "Mouser" (at 163.83 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 163.83 139.7 0) + (property "Checked" "y" (at 163.83 139.7 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b026e2bc-d338-445d-a75a-6803c2f92af8)) (pin "2" (uuid f2122e9f-fb12-4580-ba36-83f5cecfc887)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R78") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 146.05 151.13 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d84b01a) - (property "Reference" "#PWR0191" (id 0) (at 146.05 157.48 0) + (property "Reference" "#PWR0191" (at 146.05 157.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 146.177 155.5242 0)) - (property "Footprint" "" (id 2) (at 146.05 151.13 0) + (property "Value" "GND" (at 146.177 155.5242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 146.05 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 146.05 151.13 0) + (property "Datasheet" "" (at 146.05 151.13 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c3de6ea6-84ac-4138-a825-9b377defacfc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0191") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 158.75 30.48 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dbf359d) - (property "Reference" "#PWR0240" (id 0) (at 165.1 30.48 0) + (property "Reference" "#PWR0240" (at 165.1 30.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 162.0012 30.353 90) + (property "Value" "GND" (at 162.0012 30.353 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "" (id 2) (at 158.75 30.48 0) + (property "Footprint" "" (at 158.75 30.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 158.75 30.48 0) + (property "Datasheet" "" (at 158.75 30.48 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ff841aff-eae9-464b-9cb0-2a377fb4f2d3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0240") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:Fuse") (at 269.24 44.45 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e89624c) - (property "Reference" "F2" (id 0) (at 269.24 46.99 90)) - (property "Value" "0157004.DR" (id 1) (at 269.24 41.91 90)) - (property "Footprint" "footprints:fuse_smf" (id 2) (at 274.32 43.18 0) + (property "Reference" "F2" (at 269.24 46.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0157004.DR" (at 269.24 41.91 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:fuse_smf" (at 274.32 43.18 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 269.24 44.45 0) + (property "Datasheet" "" (at 269.24 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Littelfuse" (id 4) (at 269.24 44.45 0) + (property "Manufacturer" "Littelfuse" (at 269.24 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "0157004.DR" (id 5) (at 269.24 44.45 0) + (property "Manufacturer_No" "0157004.DR" (at 269.24 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 269.24 44.45 0) + (property "Checked" "y" (at 269.24 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 269.24 44.45 0) + (property "Distributor" "Mouser" (at 269.24 44.45 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 312815e6-13ad-449e-8050-b60096b58c9f)) (pin "2" (uuid d01e8c12-2787-4c87-9e2e-4d600298e225)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "F2") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:Fuse") (at 64.77 21.59 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ec93395) - (property "Reference" "F1" (id 0) (at 64.77 24.13 90)) - (property "Value" "0157004.DR" (id 1) (at 64.77 19.05 90)) - (property "Footprint" "footprints:fuse_smf" (id 2) (at 69.85 20.32 0) + (property "Reference" "F1" (at 64.77 24.13 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0157004.DR" (at 64.77 19.05 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:fuse_smf" (at 69.85 20.32 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 64.77 21.59 0) + (property "Datasheet" "" (at 64.77 21.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Littelfuse" (id 4) (at 64.77 21.59 0) + (property "Manufacturer" "Littelfuse" (at 64.77 21.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "0157004.DR" (id 5) (at 64.77 21.59 0) + (property "Manufacturer_No" "0157004.DR" (at 64.77 21.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 64.77 21.59 0) + (property "Checked" "y" (at 64.77 21.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 64.77 21.59 0) + (property "Distributor" "Mouser" (at 64.77 21.59 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid edf6f199-4d1a-4ecf-b807-0efec9d517fd)) (pin "2" (uuid 9126187f-692c-461e-a4fe-381da19df04f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "F1") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector_Generic:Conn_01x05") (at 153.67 45.72 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f00ed51) - (property "Reference" "J13" (id 0) (at 155.7528 35.1282 0)) - (property "Value" "BATCON1" (id 1) (at 155.7528 37.4396 0)) - (property "Footprint" "Connector_Molex:Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal" (id 2) (at 153.67 45.72 0) + (property "Reference" "J13" (at 155.7528 35.1282 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BATCON1" (at 155.7528 37.4396 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_Molex:Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal" (at 153.67 45.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 153.67 45.72 0) + (property "Datasheet" "" (at 153.67 45.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "504050-0591" (id 4) (at 153.67 45.72 0) + (property "Manufacturer_No" "504050-0591" (at 153.67 45.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Molex" (id 5) (at 153.67 45.72 0) + (property "Manufacturer" "Molex" (at 153.67 45.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 153.67 45.72 0) + (property "Checked" "y" (at 153.67 45.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 153.67 45.72 0) + (property "Distributor" "Mouser" (at 153.67 45.72 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 18f63d50-9426-4f23-8061-d5cc561ff765)) @@ -5807,29 +6360,40 @@ (pin "3" (uuid e4973686-6666-470f-b488-e660abe9c202)) (pin "4" (uuid 9145acc3-3c3f-4562-9eb3-936ab505913e)) (pin "5" (uuid 595f42c5-f19a-4a0c-a01d-679a674d5f88)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "J13") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector_Generic:Conn_01x05") (at 153.67 25.4 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f0a72ed) - (property "Reference" "J2" (id 0) (at 155.7528 14.8082 0)) - (property "Value" "BATCON2" (id 1) (at 155.7528 17.1196 0)) - (property "Footprint" "Connector_Molex:Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal" (id 2) (at 153.67 25.4 0) + (property "Reference" "J2" (at 155.7528 14.8082 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BATCON2" (at 155.7528 17.1196 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_Molex:Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal" (at 153.67 25.4 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 153.67 25.4 0) + (property "Datasheet" "" (at 153.67 25.4 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Molex" (id 4) (at 153.67 25.4 0) + (property "Manufacturer" "Molex" (at 153.67 25.4 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "504050-0591" (id 5) (at 153.67 25.4 0) + (property "Manufacturer_No" "504050-0591" (at 153.67 25.4 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 153.67 25.4 0) + (property "Checked" "y" (at 153.67 25.4 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 153.67 25.4 0) + (property "Distributor" "Mouser" (at 153.67 25.4 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 78320276-596e-405d-9911-c097c980e895)) @@ -5837,29 +6401,40 @@ (pin "3" (uuid f3c98c07-be03-4f19-87df-7399addcb1ac)) (pin "4" (uuid 7a03eb90-4708-4714-a02d-bdf1d8c15339)) (pin "5" (uuid 924d0caf-a67e-4661-b264-0b15ff50ede5)) - ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "J2") (unit 1) + ) + ) + ) + ) (symbol (lib_id "reform2:LTC4020EUHFPBF") (at 58.42 104.14 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f207317) - (property "Reference" "U2" (id 0) (at 76.2 80.01 0)) - (property "Value" "LTC4020EUHFPBF" (id 1) (at 76.2 82.55 0)) - (property "Footprint" "Package_DFN_QFN:QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm" (id 2) (at 67.31 161.29 0) + (property "Reference" "U2" (at 76.2 80.01 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LTC4020EUHFPBF" (at 76.2 82.55 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_DFN_QFN:QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm" (at 67.31 161.29 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "" (id 3) (at 67.31 158.75 0) + (property "Datasheet" "" (at 67.31 158.75 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Checked" "y" (id 5) (at 58.42 104.14 0) + (property "Checked" "y" (at 58.42 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 58.42 104.14 0) + (property "Distributor" "Mouser" (at 58.42 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Analog Devices" (id 7) (at 58.42 104.14 0) + (property "Manufacturer" "Analog Devices" (at 58.42 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LTC4020EUHF#PBF" (id 8) (at 58.42 104.14 0) + (property "Manufacturer_No" "LTC4020EUHF#PBF" (at 58.42 104.14 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 945b0705-4618-4d01-867a-322cf9d05539)) @@ -5901,29 +6476,40 @@ (pin "7" (uuid 1731917d-1245-4411-94c6-a2f2f7ee26ad)) (pin "8" (uuid 0bbba41b-08ae-4340-9c12-75badcd43c1b)) (pin "9" (uuid cba47d22-fdfe-454b-9a46-c1cac55771d8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "U2") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:Si7465DP") (at 91.44 30.48 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f3acd19) - (property "Reference" "Q3" (id 0) (at 95.25 31.75 90)) - (property "Value" "Si7461DP" (id 1) (at 91.44 24.13 90)) - (property "Footprint" "footprints:PowerPAK_SO-8_Single_8Pads" (id 2) (at 89.535 25.4 0) + (property "Reference" "Q3" (at 95.25 31.75 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Si7461DP" (at 91.44 24.13 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:PowerPAK_SO-8_Single_8Pads" (at 89.535 25.4 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 91.44 30.48 0) + (property "Datasheet" "" (at 91.44 30.48 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Checked" "y" (id 4) (at 91.44 30.48 0) + (property "Checked" "y" (at 91.44 30.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 91.44 30.48 0) + (property "Distributor" "Mouser" (at 91.44 30.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Siliconix" (id 6) (at 91.44 30.48 0) + (property "Manufacturer" "Vishay Siliconix" (at 91.44 30.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SI7461DP-T1-E3" (id 7) (at 91.44 30.48 0) + (property "Manufacturer_No" "SI7461DP-T1-E3" (at 91.44 30.48 0) (effects (font (size 1.27 1.27)) hide) ) (pin "6" (uuid d4b25813-79ed-4914-bfe6-10badb66e306)) @@ -5934,134 +6520,179 @@ (pin "3" (uuid 25f6c0a4-ff56-4296-ac5b-85f9e53679b3)) (pin "4" (uuid d46bf591-9b15-4bf8-8bf8-96001aac9448)) (pin "5" (uuid ba0e483a-4fc8-4f97-92d9-fb895a190f9a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q3") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 92.71 21.59 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f3b4154) - (property "Reference" "R167" (id 0) (at 92.71 16.6116 90)) - (property "Value" "62" (id 1) (at 92.71 18.923 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 92.71 21.59 0) + (property "Reference" "R167" (at 92.71 16.6116 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "62" (at 92.71 18.923 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 92.71 21.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 92.71 21.59 0) + (property "Datasheet" "" (at 92.71 21.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 92.71 21.59 0) + (property "Distributor" "Mouser" (at 92.71 21.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 92.71 21.59 0) + (property "Checked" "y" (at 92.71 21.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 6) (at 92.71 21.59 0) + (property "Manufacturer" "Yageo" (at 92.71 21.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0762RL" (id 7) (at 92.71 21.59 0) + (property "Manufacturer_No" "RC0603FR-0762RL" (at 92.71 21.59 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7f1971ff-0d22-4de4-b02e-49f872ee185a)) (pin "2" (uuid b28b7617-4eb8-4786-b435-3c4e13cad81d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R167") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 95.25 40.64 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f70742a) - (property "Reference" "R153" (id 0) (at 96.4184 42.1386 0) + (property "Reference" "R153" (at 96.4184 42.1386 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "1M" (id 1) (at 94.107 42.1386 0) + (property "Value" "1M" (at 94.107 42.1386 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 95.25 40.64 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 95.25 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 95.25 40.64 0) + (property "Datasheet" "" (at 95.25 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 95.25 40.64 0) + (property "Distributor" "Mouser" (at 95.25 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 95.25 40.64 0) + (property "Checked" "y" (at 95.25 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 6) (at 95.25 40.64 0) + (property "Manufacturer" "Yageo" (at 95.25 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071ML" (id 7) (at 95.25 40.64 0) + (property "Manufacturer_No" "RC0603FR-071ML" (at 95.25 40.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b98512d5-423e-4ae5-876c-2f8ae82e8448)) (pin "2" (uuid 44e3121a-97e1-439e-868a-a9b55a96eba7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R153") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 100.33 41.91 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f797781) - (property "Reference" "#PWR010" (id 0) (at 100.33 48.26 0) + (property "Reference" "#PWR010" (at 100.33 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 100.457 46.3042 0)) - (property "Footprint" "" (id 2) (at 100.33 41.91 0) + (property "Value" "GND" (at 100.457 46.3042 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 100.33 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 100.33 41.91 0) + (property "Datasheet" "" (at 100.33 41.91 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b0bf06b3-62d3-4adb-98e2-196b1c3ae208)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR010") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 86.36 40.64 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f8bac57) - (property "Reference" "C149" (id 0) (at 86.36 44.45 90)) - (property "Value" "0.1uF" (id 1) (at 86.36 46.99 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 86.36 40.64 0) + (property "Reference" "C149" (at 86.36 44.45 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0.1uF" (at 86.36 46.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 86.36 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 86.36 40.64 0) + (property "Datasheet" "" (at 86.36 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 86.36 40.64 0) + (property "Manufacturer" "Yageo" (at 86.36 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 86.36 40.64 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 86.36 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 86.36 40.64 0) + (property "Checked" "y" (at 86.36 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 86.36 40.64 0) + (property "Distributor" "Mouser" (at 86.36 40.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f4ee80c4-6955-4bc7-8878-da343fec8da0)) (pin "2" (uuid 940b9c28-098c-4719-99b0-98fe506cf744)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C149") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:IRF8721PBF-1") (at 55.88 57.15 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f9c3b8b) - (property "Reference" "Q1" (id 0) (at 61.087 58.3184 0) + (property "Reference" "Q1" (at 61.087 58.3184 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "Si7850DP" (id 1) (at 60.96 54.61 0) + (property "Value" "Si7850DP" (at 60.96 54.61 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:PowerPAK_SO-8_Single_8Pads" (id 2) (at 60.96 59.69 0) + (property "Footprint" "footprints:PowerPAK_SO-8_Single_8Pads" (at 60.96 59.69 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "http://www.irf.com/product-info/datasheets/data/irf8721pbf-1.pdf" (id 3) (at 53.34 57.15 0) + (property "Datasheet" "http://www.irf.com/product-info/datasheets/data/irf8721pbf-1.pdf" (at 53.34 57.15 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer" "Vishay Siliconix" (id 4) (at 55.88 57.15 0) + (property "Manufacturer" "Vishay Siliconix" (at 55.88 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 55.88 57.15 0) + (property "Checked" "y" (at 55.88 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 55.88 57.15 0) + (property "Distributor" "Mouser" (at 55.88 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SI7850DP-T1-E3" (id 7) (at 55.88 57.15 0) + (property "Manufacturer_No" "SI7850DP-T1-E3" (at 55.88 57.15 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 431a6e71-8939-40a5-a867-b3bfe004a1be)) @@ -6072,33 +6703,40 @@ (pin "6" (uuid a036b38c-dd62-4b30-83a8-65fe3f7775c8)) (pin "7" (uuid 8afc2a44-d3d8-423b-823f-b1909e5379b9)) (pin "8" (uuid 7ca56dfa-88a3-4f20-af5d-b70f0452b36a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q1") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:IRF8721PBF-1") (at 97.79 57.15 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fa55259) - (property "Reference" "Q15" (id 0) (at 92.583 58.3184 0) + (property "Reference" "Q15" (at 92.583 58.3184 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "Si7850DP" (id 1) (at 92.71 54.61 0) + (property "Value" "Si7850DP" (at 92.71 54.61 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:PowerPAK_SO-8_Single_8Pads" (id 2) (at 92.71 59.69 0) + (property "Footprint" "footprints:PowerPAK_SO-8_Single_8Pads" (at 92.71 59.69 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "http://www.irf.com/product-info/datasheets/data/irf8721pbf-1.pdf" (id 3) (at 100.33 57.15 0) + (property "Datasheet" "http://www.irf.com/product-info/datasheets/data/irf8721pbf-1.pdf" (at 100.33 57.15 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer" "Vishay Siliconix" (id 4) (at 97.79 57.15 0) + (property "Manufacturer" "Vishay Siliconix" (at 97.79 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 97.79 57.15 0) + (property "Checked" "y" (at 97.79 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 97.79 57.15 0) + (property "Distributor" "Mouser" (at 97.79 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SI7850DP-T1-E3" (id 7) (at 97.79 57.15 0) + (property "Manufacturer_No" "SI7850DP-T1-E3" (at 97.79 57.15 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0d0b30a3-2425-4040-a236-04a552e02290)) @@ -6109,33 +6747,40 @@ (pin "6" (uuid e8656998-8c70-4f7b-8073-860a852daf54)) (pin "7" (uuid e5948dce-40e5-44b5-a563-613ac52dae19)) (pin "8" (uuid 9ec2d127-064d-45b2-b31a-f0e94c216996)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q15") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:IRF8721PBF-1") (at 97.79 69.85 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fa561b4) - (property "Reference" "Q17" (id 0) (at 92.583 71.0184 0) + (property "Reference" "Q17" (at 92.583 71.0184 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "Si7850DP" (id 1) (at 92.71 67.31 0) + (property "Value" "Si7850DP" (at 92.71 67.31 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "footprints:PowerPAK_SO-8_Single_8Pads" (id 2) (at 92.71 72.39 0) + (property "Footprint" "footprints:PowerPAK_SO-8_Single_8Pads" (at 92.71 72.39 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "http://www.irf.com/product-info/datasheets/data/irf8721pbf-1.pdf" (id 3) (at 100.33 69.85 0) + (property "Datasheet" "http://www.irf.com/product-info/datasheets/data/irf8721pbf-1.pdf" (at 100.33 69.85 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer" "Vishay Siliconix" (id 4) (at 97.79 69.85 0) + (property "Manufacturer" "Vishay Siliconix" (at 97.79 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 97.79 69.85 0) + (property "Checked" "y" (at 97.79 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 97.79 69.85 0) + (property "Distributor" "Mouser" (at 97.79 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SI7850DP-T1-E3" (id 7) (at 97.79 69.85 0) + (property "Manufacturer_No" "SI7850DP-T1-E3" (at 97.79 69.85 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 61800a5e-2931-4007-a1d4-554e20e3a1c7)) @@ -6146,289 +6791,369 @@ (pin "6" (uuid 291c0ed4-d0e0-4de0-ab5f-6ddcaf68106e)) (pin "7" (uuid 875c5104-c2c3-45e3-9a33-13aa5be9ff69)) (pin "8" (uuid ec7a23df-4650-44d1-a2af-f29c703e348a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q17") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D_Zener_Small") (at 86.36 36.83 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005faff460) - (property "Reference" "D1" (id 0) (at 80.01 39.37 0) + (property "Reference" "D1" (at 80.01 39.37 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "BZT52C10" (id 1) (at 80.01 36.83 0) + (property "Value" "BZT52C10" (at 80.01 36.83 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Diode_SMD:D_SOD-123" (id 2) (at 86.36 36.83 90) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 86.36 36.83 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 86.36 36.83 90) + (property "Datasheet" "" (at 86.36 36.83 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 86.36 36.83 0) + (property "Checked" "y" (at 86.36 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Diodes, Inc." (id 5) (at 86.36 36.83 0) + (property "Manufacturer" "Diodes, Inc." (at 86.36 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BZT52C10-7-F" (id 6) (at 86.36 36.83 0) + (property "Manufacturer_No" "BZT52C10-7-F" (at 86.36 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 86.36 36.83 0) + (property "Distributor" "Mouser" (at 86.36 36.83 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 517c0d66-d908-437e-9c6f-9838f88d6cb4)) (pin "2" (uuid 70ff14c3-7e9a-4d5f-b566-a4003463aa4f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D1") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:L_Small") (at 72.39 63.5 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fb2f80b) - (property "Reference" "L1" (id 0) (at 72.39 58.801 90)) - (property "Value" "22uH 5A" (id 1) (at 72.39 61.1124 90)) - (property "Footprint" "Inductor_SMD:L_12x12mm_H6mm" (id 2) (at 72.39 63.5 0) + (property "Reference" "L1" (at 72.39 58.801 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "22uH 5A" (at 72.39 61.1124 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Inductor_SMD:L_12x12mm_H6mm" (at 72.39 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 72.39 63.5 0) + (property "Datasheet" "" (at 72.39 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 72.39 63.5 0) + (property "Checked" "y" (at 72.39 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 72.39 63.5 0) + (property "Distributor" "Mouser" (at 72.39 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Wurth" (id 6) (at 72.39 63.5 0) + (property "Manufacturer" "Wurth" (at 72.39 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "7447709220" (id 7) (at 72.39 63.5 0) + (property "Manufacturer_No" "7447709220" (at 72.39 63.5 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 127ba6da-c595-407f-93e1-c6931a381fd2)) (pin "2" (uuid 0b834f79-deb1-4427-bf83-8edbf98a6803)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "L1") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 63.5 74.93 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fbc2f14) - (property "Reference" "R50" (id 0) (at 66.04 73.66 90) + (property "Reference" "R50" (at 66.04 73.66 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.01" (id 1) (at 60.96 77.47 90) + (property "Value" "0.01" (at 60.96 77.47 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0612_1632Metric" (id 2) (at 63.5 74.93 0) + (property "Footprint" "Resistor_SMD:R_0612_1632Metric" (at 63.5 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 63.5 74.93 0) + (property "Datasheet" "" (at 63.5 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 63.5 74.93 0) + (property "Checked" "y" (at 63.5 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 63.5 74.93 0) + (property "Distributor" "Mouser" (at 63.5 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "ROHM" (id 6) (at 63.5 74.93 0) + (property "Manufacturer" "ROHM" (at 63.5 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LTR18EZPFU10L0" (id 7) (at 63.5 74.93 0) + (property "Manufacturer_No" "LTR18EZPFU10L0" (at 63.5 74.93 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 70224599-b812-457b-9d5c-3fab14a41ee7)) (pin "2" (uuid e1a19939-8701-4200-a64d-079887adaacc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R50") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 62.23 50.8 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fbc33b7) - (property "Reference" "R49" (id 0) (at 71.12 50.8 90) + (property "Reference" "R49" (at 71.12 50.8 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.01" (id 1) (at 64.77 48.26 90) + (property "Value" "0.01" (at 64.77 48.26 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0612_1632Metric" (id 2) (at 62.23 50.8 0) + (property "Footprint" "Resistor_SMD:R_0612_1632Metric" (at 62.23 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 62.23 50.8 0) + (property "Datasheet" "" (at 62.23 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 62.23 50.8 0) + (property "Checked" "y" (at 62.23 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 62.23 50.8 0) + (property "Distributor" "Mouser" (at 62.23 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "ROHM" (id 6) (at 62.23 50.8 0) + (property "Manufacturer" "ROHM" (at 62.23 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LTR18EZPFU10L0" (id 7) (at 62.23 50.8 0) + (property "Manufacturer_No" "LTR18EZPFU10L0" (at 62.23 50.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e0426869-0a87-4303-bc0e-b0840dab1e6e)) (pin "2" (uuid 2f8b3938-a9ff-4075-b769-3e3a61a508a9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R49") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 34.29 143.51 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fc31695) - (property "Reference" "R94" (id 0) (at 35.7886 142.3416 0) + (property "Reference" "R94" (at 35.7886 142.3416 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "100k" (id 1) (at 35.7886 144.653 0) + (property "Value" "100k" (at 35.7886 144.653 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 34.29 143.51 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 34.29 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 34.29 143.51 0) + (property "Datasheet" "" (at 34.29 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 34.29 143.51 0) + (property "Checked" "y" (at 34.29 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 34.29 143.51 0) + (property "Distributor" "Mouser" (at 34.29 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 34.29 143.51 0) + (property "Manufacturer" "Vishay Dale" (at 34.29 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 7) (at 34.29 143.51 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 34.29 143.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9f1fa99e-c99c-4faa-a66e-9547291932d9)) (pin "2" (uuid a281fc34-15c8-423c-8191-e14fd3751108)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R94") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 34.29 147.32 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fccc239) - (property "Reference" "#PWR011" (id 0) (at 34.29 153.67 0) + (property "Reference" "#PWR011" (at 34.29 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 34.417 151.7142 0)) - (property "Footprint" "" (id 2) (at 34.29 147.32 0) + (property "Value" "GND" (at 34.417 151.7142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 34.29 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 34.29 147.32 0) + (property "Datasheet" "" (at 34.29 147.32 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ed095b99-c085-4e51-881c-e1eabe37cdcf)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR011") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 34.29 130.81 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fd6c758) - (property "Reference" "R34" (id 0) (at 29.21 129.54 0) + (property "Reference" "R34" (at 29.21 129.54 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "150k" (id 1) (at 27.94 132.08 0) + (property "Value" "150k" (at 27.94 132.08 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 34.29 130.81 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 34.29 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 34.29 130.81 0) + (property "Datasheet" "" (at 34.29 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 34.29 130.81 0) + (property "Checked" "y" (at 34.29 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 34.29 130.81 0) + (property "Distributor" "Mouser" (at 34.29 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 34.29 130.81 0) + (property "Manufacturer" "Vishay Dale" (at 34.29 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603150KFKEAC" (id 7) (at 34.29 130.81 0) + (property "Manufacturer_No" "CRCW0603150KFKEAC" (at 34.29 130.81 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 56892ceb-7552-4769-b99c-f12639ae776e)) (pin "2" (uuid a129fcda-4566-4d47-b319-cb0d4358c41c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R34") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 55.88 151.13 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000600ab2d1) - (property "Reference" "R193" (id 0) (at 53.34 148.59 90) + (property "Reference" "R193" (at 53.34 148.59 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "0" (id 1) (at 55.88 151.13 90) + (property "Value" "0" (at 55.88 151.13 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 55.88 151.13 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 55.88 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 55.88 151.13 0) + (property "Datasheet" "" (at 55.88 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 55.88 151.13 0) + (property "Distributor" "Mouser" (at 55.88 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 55.88 151.13 0) + (property "Checked" "y" (at 55.88 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 55.88 151.13 0) + (property "Manufacturer" "Vishay Dale" (at 55.88 151.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 7) (at 55.88 151.13 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 55.88 151.13 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c0cda650-8161-49dc-b611-8a492cdd4b5b)) (pin "2" (uuid 176423bf-7683-418f-843e-0ab0e5694f5c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R193") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 121.92 139.7 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000600c0eba) - (property "Reference" "R177" (id 0) (at 123.4186 138.5316 0) + (property "Reference" "R177" (at 123.4186 138.5316 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.02" (id 1) (at 123.4186 140.843 0) + (property "Value" "0.02" (at 123.4186 140.843 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0612_1632Metric" (id 2) (at 121.92 139.7 0) + (property "Footprint" "Resistor_SMD:R_0612_1632Metric" (at 121.92 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 121.92 139.7 0) + (property "Datasheet" "" (at 121.92 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 121.92 139.7 0) + (property "Checked" "y" (at 121.92 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 121.92 139.7 0) + (property "Distributor" "Mouser" (at 121.92 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "ROHM" (id 6) (at 121.92 139.7 0) + (property "Manufacturer" "ROHM" (at 121.92 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LTR18EZPFSR020" (id 7) (at 121.92 139.7 0) + (property "Manufacturer_No" "LTR18EZPFSR020" (at 121.92 139.7 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 773e5805-3e8f-4889-a5e8-ef14e5cb82e4)) (pin "2" (uuid 7cb6e4ec-078a-4aef-9953-d94e478487d2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R177") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:Si7465DP") (at 132.08 147.32 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000600c2940) - (property "Reference" "Q18" (id 0) (at 140.97 147.32 90)) - (property "Value" "Si7461DP" (id 1) (at 138.43 147.32 90)) - (property "Footprint" "footprints:PowerPAK_SO-8_Single_8Pads" (id 2) (at 137.16 145.415 0) + (property "Reference" "Q18" (at 140.97 147.32 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Si7461DP" (at 138.43 147.32 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:PowerPAK_SO-8_Single_8Pads" (at 137.16 145.415 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 132.08 147.32 0) + (property "Datasheet" "" (at 132.08 147.32 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Checked" "y" (id 4) (at 132.08 147.32 0) + (property "Checked" "y" (at 132.08 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 132.08 147.32 0) + (property "Distributor" "Mouser" (at 132.08 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Siliconix" (id 6) (at 132.08 147.32 0) + (property "Manufacturer" "Vishay Siliconix" (at 132.08 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SI7461DP-T1-E3" (id 7) (at 132.08 147.32 0) + (property "Manufacturer_No" "SI7461DP-T1-E3" (at 132.08 147.32 0) (effects (font (size 1.27 1.27)) hide) ) (pin "6" (uuid 9a78aa4d-fe31-46c1-a326-22ededa9360e)) @@ -6439,2442 +7164,2170 @@ (pin "3" (uuid e2fffe6a-a4be-4363-9eb6-48fdc6fb5296)) (pin "4" (uuid 5e4ee6d9-ad14-41c5-b7cb-9eb1f2d71ef0)) (pin "5" (uuid 8bf91b0b-ebba-4197-a782-9989e4ff3e5b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q18") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 44.45 152.4 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060216d34) - (property "Reference" "#PWR04" (id 0) (at 44.45 158.75 0) + (property "Reference" "#PWR04" (at 44.45 158.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 44.577 156.7942 0)) - (property "Footprint" "" (id 2) (at 44.45 152.4 0) + (property "Value" "GND" (at 44.577 156.7942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 44.45 152.4 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 44.45 152.4 0) + (property "Datasheet" "" (at 44.45 152.4 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a7884b5d-f230-4b87-a35e-206ec1a06513)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR04") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 52.07 113.03 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006052aeb8) - (property "Reference" "C1" (id 0) (at 52.07 109.22 90)) - (property "Value" "1uF" (id 1) (at 49.53 111.76 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 52.07 113.03 0) + (property "Reference" "C1" (at 52.07 109.22 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1uF" (at 49.53 111.76 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 52.07 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 52.07 113.03 0) + (property "Datasheet" "" (at 52.07 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 52.07 113.03 0) + (property "Manufacturer" "Taiyo Yuden" (at 52.07 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 5) (at 52.07 113.03 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 52.07 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 52.07 113.03 0) + (property "Checked" "y" (at 52.07 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 52.07 113.03 0) + (property "Distributor" "Mouser" (at 52.07 113.03 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid dba30e3e-364c-42ed-822c-0b4882699460)) (pin "2" (uuid fcb46b09-fd8b-4f6a-903d-d721859508f2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C1") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 95.25 78.74 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000605e78d3) - (property "Reference" "#PWR07" (id 0) (at 95.25 85.09 0) + (property "Reference" "#PWR07" (at 95.25 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 95.377 83.1342 0)) - (property "Footprint" "" (id 2) (at 95.25 78.74 0) + (property "Value" "GND" (at 95.377 83.1342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 95.25 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 95.25 78.74 0) + (property "Datasheet" "" (at 95.25 78.74 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d91151f7-21f3-4e54-b9a8-d43dfd509317)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR07") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 116.84 135.89 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060649005) - (property "Reference" "R175" (id 0) (at 116.84 133.35 90)) - (property "Value" "100" (id 1) (at 116.84 138.43 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 116.84 135.89 0) + (property "Reference" "R175" (at 116.84 133.35 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100" (at 116.84 138.43 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 116.84 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 116.84 135.89 0) + (property "Datasheet" "" (at 116.84 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 116.84 135.89 0) + (property "Distributor" "Mouser" (at 116.84 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 116.84 135.89 0) + (property "Checked" "y" (at 116.84 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 116.84 135.89 0) + (property "Manufacturer" "Vishay Dale" (at 116.84 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100RFKEAC" (id 7) (at 116.84 135.89 0) + (property "Manufacturer_No" "CRCW0603100RFKEAC" (at 116.84 135.89 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c510f360-b1c4-4e04-89f2-1068383a0a34)) (pin "2" (uuid 8c589e66-20de-4d21-9a02-6fc50aa921fa)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R175") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 116.84 143.51 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000606492ea) - (property "Reference" "R176" (id 0) (at 116.84 140.97 90)) - (property "Value" "100" (id 1) (at 116.84 146.05 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 116.84 143.51 0) + (property "Reference" "R176" (at 116.84 140.97 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100" (at 116.84 146.05 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 116.84 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 116.84 143.51 0) + (property "Datasheet" "" (at 116.84 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 116.84 143.51 0) + (property "Distributor" "Mouser" (at 116.84 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 116.84 143.51 0) + (property "Checked" "y" (at 116.84 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 116.84 143.51 0) + (property "Manufacturer" "Vishay Dale" (at 116.84 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100RFKEAC" (id 7) (at 116.84 143.51 0) + (property "Manufacturer_No" "CRCW0603100RFKEAC" (at 116.84 143.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ed828d51-60a3-48ce-809c-31d432509926)) (pin "2" (uuid a1e5ca1a-d59f-434d-a72c-b95aad063853)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R176") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 105.41 139.7 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060c0c1e8) - (property "Reference" "C31" (id 0) (at 107.7468 138.5316 0) + (property "Reference" "C31" (at 107.7468 138.5316 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "0.33uF" (id 1) (at 107.7468 140.843 0) + (property "Value" "0.33uF" (at 107.7468 140.843 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 105.41 139.7 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 105.41 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 105.41 139.7 0) + (property "Datasheet" "" (at 105.41 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 105.41 139.7 0) + (property "Checked" "y" (at 105.41 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TDK" (id 5) (at 105.41 139.7 0) + (property "Manufacturer" "TDK" (at 105.41 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C1608X7R1H334K080AC" (id 6) (at 105.41 139.7 0) + (property "Manufacturer_No" "C1608X7R1H334K080AC" (at 105.41 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 105.41 139.7 0) + (property "Distributor" "Mouser" (at 105.41 139.7 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f64bb007-aa7b-4aae-9d96-f83845a40cec)) (pin "2" (uuid b0d027c7-dae6-4b4a-9359-8bd27032e18d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C31") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 107.95 106.68 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060ed0fff) - (property "Reference" "C32" (id 0) (at 113.7666 106.68 90)) - (property "Value" "1uF" (id 1) (at 111.4552 106.68 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 107.95 106.68 0) + (property "Reference" "C32" (at 113.7666 106.68 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1uF" (at 111.4552 106.68 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 107.95 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 107.95 106.68 0) + (property "Datasheet" "" (at 107.95 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 107.95 106.68 0) + (property "Manufacturer" "Taiyo Yuden" (at 107.95 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 5) (at 107.95 106.68 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 107.95 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 107.95 106.68 0) + (property "Checked" "y" (at 107.95 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 107.95 106.68 0) + (property "Distributor" "Mouser" (at 107.95 106.68 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f307a7bc-51e8-4e86-a26a-23059fdd449a)) (pin "2" (uuid e1ca87f2-cab3-4dc4-8d8b-4b6e19982499)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C32") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 105.41 158.75 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060faf968) - (property "Reference" "R173" (id 0) (at 106.9086 157.5816 0) + (property "Reference" "R173" (at 106.9086 157.5816 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "49.9k" (id 1) (at 106.9086 159.893 0) + (property "Value" "49.9k" (at 106.9086 159.893 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 105.41 158.75 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 105.41 158.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 105.41 158.75 0) + (property "Datasheet" "" (at 105.41 158.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 105.41 158.75 0) + (property "Checked" "y" (at 105.41 158.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 105.41 158.75 0) + (property "Distributor" "Mouser" (at 105.41 158.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 105.41 158.75 0) + (property "Manufacturer" "Vishay Dale" (at 105.41 158.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060349K9FKEAC" (id 7) (at 105.41 158.75 0) + (property "Manufacturer_No" "CRCW060349K9FKEAC" (at 105.41 158.75 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5aaa4b1e-9c44-4b87-8cfa-c4207b651057)) (pin "2" (uuid f4f43184-cf44-4332-a4d0-d790f90f93e5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R173") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 105.41 168.91 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060fafea2) - (property "Reference" "R174" (id 0) (at 106.9086 167.7416 0) + (property "Reference" "R174" (at 106.9086 167.7416 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "4.7k" (id 1) (at 106.9086 170.053 0) + (property "Value" "4.7k" (at 106.9086 170.053 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 105.41 168.91 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 105.41 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 105.41 168.91 0) + (property "Datasheet" "" (at 105.41 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 105.41 168.91 0) + (property "Checked" "y" (at 105.41 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 105.41 168.91 0) + (property "Distributor" "Mouser" (at 105.41 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 6) (at 105.41 168.91 0) + (property "Manufacturer" "Yageo" (at 105.41 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-074K7L" (id 7) (at 105.41 168.91 0) + (property "Manufacturer_No" "RC0603FR-074K7L" (at 105.41 168.91 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a4183426-90d7-4a51-81a8-1cbd858a043c)) (pin "2" (uuid 8bb72d55-37f3-4b45-a4c8-0724a11ea1f9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R174") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 57.15 190.5 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000613df725) - (property "Reference" "R172" (id 0) (at 57.15 185.3184 90)) - (property "Value" "10k" (id 1) (at 57.15 183.007 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 57.15 190.5 0) + (property "Reference" "R172" (at 57.15 185.3184 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k" (at 57.15 183.007 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 57.15 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 57.15 190.5 0) + (property "Datasheet" "" (at 57.15 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 57.15 190.5 0) + (property "Checked" "y" (at 57.15 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 57.15 190.5 0) + (property "Distributor" "Mouser" (at 57.15 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 6) (at 57.15 190.5 0) + (property "Manufacturer" "Yageo" (at 57.15 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 7) (at 57.15 190.5 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 57.15 190.5 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 64cd1d45-90c8-4b57-a912-4daab75852a1)) (pin "2" (uuid e46f2dca-3d10-41dd-a0b1-6a4bb300f9fe)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R172") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 26.67 138.43 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061528915) - (property "Reference" "R3" (id 0) (at 28.1686 137.2616 0) + (property "Reference" "R3" (at 28.1686 137.2616 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "100k" (id 1) (at 28.1686 139.573 0) + (property "Value" "100k" (at 28.1686 139.573 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 26.67 138.43 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 26.67 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 26.67 138.43 0) + (property "Datasheet" "" (at 26.67 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 26.67 138.43 0) + (property "Checked" "y" (at 26.67 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 26.67 138.43 0) + (property "Distributor" "Mouser" (at 26.67 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 26.67 138.43 0) + (property "Manufacturer" "Vishay Dale" (at 26.67 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 7) (at 26.67 138.43 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 26.67 138.43 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0c184642-aa7b-454d-88a7-5ceacceeb639)) (pin "2" (uuid c109c88b-2e46-4ea5-aefd-7458e8e66cb2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R3") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 26.67 140.97 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000615964ac) - (property "Reference" "#PWR01" (id 0) (at 26.67 147.32 0) + (property "Reference" "#PWR01" (at 26.67 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 26.797 145.3642 0)) - (property "Footprint" "" (id 2) (at 26.67 140.97 0) + (property "Value" "GND" (at 26.797 145.3642 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 26.67 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 26.67 140.97 0) + (property "Datasheet" "" (at 26.67 140.97 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5f75467f-a9eb-48ac-a76b-25fa91d30661)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR01") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 53.34 86.36 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061a3e33f) - (property "Reference" "#PWR0121" (id 0) (at 53.34 92.71 0) + (property "Reference" "#PWR0121" (at 53.34 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 53.467 90.7542 0)) - (property "Footprint" "" (id 2) (at 53.34 86.36 0) + (property "Value" "GND" (at 53.467 90.7542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 53.34 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 53.34 86.36 0) + (property "Datasheet" "" (at 53.34 86.36 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 48400277-287b-48ac-b799-be39590aed95)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0121") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 113.03 92.71 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061aafcde) - (property "Reference" "C6" (id 0) (at 115.3668 91.5416 0) + (property "Reference" "C6" (at 115.3668 91.5416 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "4.7uF" (id 1) (at 115.3668 93.853 0) + (property "Value" "4.7uF" (at 115.3668 93.853 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 113.03 92.71 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 113.03 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 113.03 92.71 0) + (property "Datasheet" "" (at 113.03 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 113.03 92.71 0) + (property "Checked" "y" (at 113.03 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TDK" (id 5) (at 113.03 92.71 0) + (property "Manufacturer" "TDK" (at 113.03 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C1608X5R1V475K080AC" (id 6) (at 113.03 92.71 0) + (property "Manufacturer_No" "C1608X5R1V475K080AC" (at 113.03 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 113.03 92.71 0) + (property "Distributor" "Mouser" (at 113.03 92.71 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ae216bcd-b6d6-4009-b881-23ab9dce1db3)) (pin "2" (uuid 1968d9da-0188-474b-b84e-b77d62c57049)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C6") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 113.03 96.52 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061b22997) - (property "Reference" "#PWR0130" (id 0) (at 113.03 102.87 0) + (property "Reference" "#PWR0130" (at 113.03 102.87 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 113.157 100.9142 0)) - (property "Footprint" "" (id 2) (at 113.03 96.52 0) + (property "Value" "GND" (at 113.157 100.9142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 113.03 96.52 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 113.03 96.52 0) + (property "Datasheet" "" (at 113.03 96.52 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e24e499f-bdce-49e6-a795-ab9355501411)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0130") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 53.34 120.65 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061b9659b) - (property "Reference" "C45" (id 0) (at 55.6768 119.4816 0) + (property "Reference" "C45" (at 55.6768 119.4816 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.033uF" (id 1) (at 55.6768 121.793 0) + (property "Value" "0.033uF" (at 55.6768 121.793 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 53.34 120.65 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 53.34 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 53.34 120.65 0) + (property "Datasheet" "" (at 53.34 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 53.34 120.65 0) + (property "Checked" "y" (at 53.34 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "KEMET" (id 5) (at 53.34 120.65 0) + (property "Manufacturer" "KEMET" (at 53.34 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C0603C333J4REC7411" (id 6) (at 53.34 120.65 0) + (property "Manufacturer_No" "C0603C333J4REC7411" (at 53.34 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 53.34 120.65 0) + (property "Distributor" "Mouser" (at 53.34 120.65 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 19fa5199-6575-4440-9c69-9556964fe946)) (pin "2" (uuid 50d5106a-772a-4961-8375-be71aac1f474)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C45") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 115.57 125.73 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061c7e73e) - (property "Reference" "C64" (id 0) (at 117.9068 124.5616 0) + (property "Reference" "C64" (at 117.9068 124.5616 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "2nF" (id 1) (at 117.9068 126.873 0) + (property "Value" "2nF" (at 117.9068 126.873 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 115.57 125.73 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 115.57 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 115.57 125.73 0) + (property "Datasheet" "" (at 115.57 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 115.57 125.73 0) + (property "Checked" "y" (at 115.57 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 5) (at 115.57 125.73 0) + (property "Manufacturer" "Murata" (at 115.57 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM1885C1H202JA01D" (id 6) (at 115.57 125.73 0) + (property "Manufacturer_No" "GRM1885C1H202JA01D" (at 115.57 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 115.57 125.73 0) + (property "Distributor" "Mouser" (at 115.57 125.73 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1ab3abd6-3ac9-451f-b475-19719cccb4dc)) (pin "2" (uuid 0623a869-c49e-48bd-a42a-49791d9183f5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C64") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 96.52 116.84 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061ec7b4b) - (property "Reference" "R80" (id 0) (at 96.52 114.3 90)) - (property "Value" "47k" (id 1) (at 92.71 118.11 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 96.52 116.84 0) + (property "Reference" "R80" (at 96.52 114.3 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "47k" (at 92.71 118.11 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 96.52 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 96.52 116.84 0) + (property "Datasheet" "" (at 96.52 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 96.52 116.84 0) + (property "Distributor" "Mouser" (at 96.52 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 96.52 116.84 0) + (property "Checked" "y" (at 96.52 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 96.52 116.84 0) + (property "Manufacturer" "Vishay Dale" (at 96.52 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060347K0FKEAC" (id 7) (at 96.52 116.84 0) + (property "Manufacturer_No" "CRCW060347K0FKEAC" (at 96.52 116.84 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b9a2cefb-8c3e-4049-954b-c2c8ab9d0af8)) (pin "2" (uuid e0c0002f-f377-49d5-88e9-0a2a53889700)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R80") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 106.68 116.84 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061ec7e92) - (property "Reference" "C65" (id 0) (at 106.68 114.3 90)) - (property "Value" "680pF" (id 1) (at 102.87 118.11 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 106.68 116.84 0) + (property "Reference" "C65" (at 106.68 114.3 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "680pF" (at 102.87 118.11 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 106.68 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 106.68 116.84 0) + (property "Datasheet" "" (at 106.68 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 106.68 116.84 0) + (property "Checked" "y" (at 106.68 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "KEMET" (id 5) (at 106.68 116.84 0) + (property "Manufacturer" "KEMET" (at 106.68 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C0603C681J5GACTU" (id 6) (at 106.68 116.84 0) + (property "Manufacturer_No" "C0603C681J5GACTU" (at 106.68 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 106.68 116.84 0) + (property "Distributor" "Mouser" (at 106.68 116.84 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4a7029fb-59d8-4b42-898a-486abb312a20)) (pin "2" (uuid 9a791607-eb4e-443f-aa14-a5c8a391dd86)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C65") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 110.49 116.84 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000061fb4fb7) - (property "Reference" "#PWR0133" (id 0) (at 116.84 116.84 0) + (property "Reference" "#PWR0133" (at 116.84 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 114.8842 116.713 0)) - (property "Footprint" "" (id 2) (at 110.49 116.84 0) + (property "Value" "GND" (at 114.8842 116.713 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 110.49 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 110.49 116.84 0) + (property "Datasheet" "" (at 110.49 116.84 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 998666a6-3ca9-4a8a-b534-ed286a8c5c54)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0133") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:2N7002E") (at 43.18 184.15 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062026400) - (property "Reference" "Q4" (id 0) (at 35.56 189.23 90) + (property "Reference" "Q4" (at 35.56 189.23 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "PMV50ENEAR" (id 1) (at 35.56 191.77 90) + (property "Value" "PMV50ENEAR" (at 35.56 191.77 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 41.275 189.23 0) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 41.275 189.23 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 43.18 184.15 0) + (property "Datasheet" "" (at 43.18 184.15 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Distributor" "Mouser" (id 4) (at 43.18 184.15 0) + (property "Distributor" "Mouser" (at 43.18 184.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 5) (at 43.18 184.15 0) + (property "Manufacturer" "Nexperia" (at 43.18 184.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "PMV50ENEAR" (id 6) (at 43.18 184.15 0) + (property "Manufacturer_No" "PMV50ENEAR" (at 43.18 184.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 43.18 184.15 0) + (property "Checked" "y" (at 43.18 184.15 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid fc7c95ba-1f72-40b9-b016-b56d892ce125)) (pin "2" (uuid 4ab6db09-3f84-416d-a62c-ad71075238ff)) (pin "3" (uuid 978ed938-b30b-4f14-aed4-9fec14439c09)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "Q4") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 107.95 128.27 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000620a5a19) - (property "Reference" "R56" (id 0) (at 110.49 128.27 90)) - (property "Value" "100k" (id 1) (at 107.95 121.92 0)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 107.95 128.27 0) + (property "Reference" "R56" (at 110.49 128.27 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100k" (at 107.95 121.92 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 107.95 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 107.95 128.27 0) + (property "Datasheet" "" (at 107.95 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 107.95 128.27 0) + (property "Checked" "y" (at 107.95 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 107.95 128.27 0) + (property "Distributor" "Mouser" (at 107.95 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 107.95 128.27 0) + (property "Manufacturer" "Vishay Dale" (at 107.95 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 7) (at 107.95 128.27 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 107.95 128.27 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e3278b24-cae0-44aa-9138-71d5d05731f7)) (pin "2" (uuid a53f6bdb-a805-4bbe-88b0-f8ae144c41f0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R56") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 55.88 167.64 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062196e8e) - (property "Reference" "R51" (id 0) (at 57.3786 166.4716 0) + (property "Reference" "R51" (at 57.3786 166.4716 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "0" (id 1) (at 57.3786 168.783 0) + (property "Value" "0" (at 57.3786 168.783 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 55.88 167.64 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 55.88 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 55.88 167.64 0) + (property "Datasheet" "" (at 55.88 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 55.88 167.64 0) + (property "Distributor" "Mouser" (at 55.88 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 55.88 167.64 0) + (property "Checked" "y" (at 55.88 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 55.88 167.64 0) + (property "Manufacturer" "Vishay Dale" (at 55.88 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 7) (at 55.88 167.64 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 55.88 167.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d3416aac-36db-46bc-bb93-ee4f3df1ce0f)) (pin "2" (uuid 00493c73-28d4-4e23-a9e4-d8742a58b7c8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R51") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 55.88 171.45 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062212b0d) - (property "Reference" "#PWR0173" (id 0) (at 55.88 177.8 0) + (property "Reference" "#PWR0173" (at 55.88 177.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 56.007 175.8442 0)) - (property "Footprint" "" (id 2) (at 55.88 171.45 0) + (property "Value" "GND" (at 56.007 175.8442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 55.88 171.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 55.88 171.45 0) + (property "Datasheet" "" (at 55.88 171.45 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e6756bdc-d5f2-4e6b-be96-040f98db6294)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0173") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 92.71 184.15 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062483a5a) - (property "Reference" "R8" (id 0) (at 94.2086 182.9816 0) + (property "Reference" "R8" (at 94.2086 182.9816 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "100k" (id 1) (at 94.2086 185.293 0) + (property "Value" "100k" (at 94.2086 185.293 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 92.71 184.15 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 92.71 184.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 92.71 184.15 0) + (property "Datasheet" "" (at 92.71 184.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 92.71 184.15 0) + (property "Checked" "y" (at 92.71 184.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 92.71 184.15 0) + (property "Distributor" "Mouser" (at 92.71 184.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 92.71 184.15 0) + (property "Manufacturer" "Vishay Dale" (at 92.71 184.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 7) (at 92.71 184.15 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 92.71 184.15 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid dcd3ecec-1d9e-48ef-b4f2-5a786f6826bf)) (pin "2" (uuid b98dff66-d967-4234-ab03-b3fd02742cdd)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R8") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 92.71 191.77 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062483dd4) - (property "Reference" "#PWR0188" (id 0) (at 92.71 198.12 0) + (property "Reference" "#PWR0188" (at 92.71 198.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 92.837 196.1642 0)) - (property "Footprint" "" (id 2) (at 92.71 191.77 0) + (property "Value" "GND" (at 92.837 196.1642 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 92.71 191.77 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 92.71 191.77 0) + (property "Datasheet" "" (at 92.71 191.77 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f3c43560-e64d-41dc-9317-e5fe6afa150d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0188") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 36.83 176.53 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006252fcc7) - (property "Reference" "R95" (id 0) (at 36.83 173.99 90)) - (property "Value" "10k" (id 1) (at 36.83 179.07 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 36.83 176.53 0) + (property "Reference" "R95" (at 36.83 173.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k" (at 36.83 179.07 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 36.83 176.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 36.83 176.53 0) + (property "Datasheet" "" (at 36.83 176.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 36.83 176.53 0) + (property "Manufacturer" "Yageo" (at 36.83 176.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 36.83 176.53 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 36.83 176.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 36.83 176.53 0) + (property "Checked" "y" (at 36.83 176.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 36.83 176.53 0) + (property "Distributor" "Mouser" (at 36.83 176.53 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e94208c6-cfeb-4b8b-9416-3a7165c81361)) (pin "2" (uuid 3010496b-3cdf-4dc6-ba62-49dcd421d0e8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R95") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 29.21 97.79 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006257d170) - (property "Reference" "C44" (id 0) (at 31.5468 96.6216 0) + (property "Reference" "C44" (at 31.5468 96.6216 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "2.2uF" (id 1) (at 31.5468 98.933 0) + (property "Value" "2.2uF" (at 31.5468 98.933 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 29.21 97.79 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 29.21 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 29.21 97.79 0) + (property "Datasheet" "" (at 29.21 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 29.21 97.79 0) + (property "Checked" "y" (at 29.21 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 5) (at 29.21 97.79 0) + (property "Manufacturer" "Taiyo Yuden" (at 29.21 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BBJ225KA-T" (id 6) (at 29.21 97.79 0) + (property "Manufacturer_No" "UMK107BBJ225KA-T" (at 29.21 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 29.21 97.79 0) + (property "Distributor" "Mouser" (at 29.21 97.79 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 73dde07b-89a4-4888-99fd-4e996dc4d4c4)) (pin "2" (uuid 27ec94a2-c98d-4123-8601-62cc9a425492)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C44") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 29.21 101.6 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000625facbc) - (property "Reference" "#PWR0189" (id 0) (at 29.21 107.95 0) + (property "Reference" "#PWR0189" (at 29.21 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 29.337 105.9942 0)) - (property "Footprint" "" (id 2) (at 29.21 101.6 0) + (property "Value" "GND" (at 29.337 105.9942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 29.21 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 29.21 101.6 0) + (property "Datasheet" "" (at 29.21 101.6 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid bfcae207-5e4e-4867-a506-84ff678274e4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0189") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 101.6 128.27 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062d55c5a) - (property "Reference" "R54" (id 0) (at 104.14 128.27 90)) - (property "Value" "10k" (id 1) (at 101.6 121.92 0)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 101.6 128.27 0) + (property "Reference" "R54" (at 104.14 128.27 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k" (at 101.6 121.92 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 101.6 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 101.6 128.27 0) + (property "Datasheet" "" (at 101.6 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 101.6 128.27 0) + (property "Checked" "y" (at 101.6 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 101.6 128.27 0) + (property "Distributor" "Mouser" (at 101.6 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 6) (at 101.6 128.27 0) + (property "Manufacturer" "Yageo" (at 101.6 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 7) (at 101.6 128.27 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 101.6 128.27 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b04c9e1b-0036-40f0-bf05-c0da66eadb69)) (pin "2" (uuid 6c18760f-4ad0-402e-a095-a3bda3471f5e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R54") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D_Schottky_Small") (at 92.71 106.68 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006330c051) - (property "Reference" "D6" (id 0) (at 91.44 110.49 0)) - (property "Value" "SBR0560S1" (id 1) (at 95.6056 106.68 0)) - (property "Footprint" "Diode_SMD:D_SOD-123" (id 2) (at 92.71 106.68 90) + (property "Reference" "D6" (at 91.44 110.49 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SBR0560S1" (at 95.6056 106.68 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 92.71 106.68 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 92.71 106.68 90) + (property "Datasheet" "" (at 92.71 106.68 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 92.71 106.68 0) + (property "Checked" "y" (at 92.71 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Diodes, Inc." (id 5) (at 92.71 106.68 0) + (property "Manufacturer" "Diodes, Inc." (at 92.71 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SBR0560S1-7" (id 6) (at 92.71 106.68 0) + (property "Manufacturer_No" "SBR0560S1-7" (at 92.71 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 92.71 106.68 0) + (property "Distributor" "Mouser" (at 92.71 106.68 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7e1da765-0739-4b4e-aad3-bfa4e22fb53f)) (pin "2" (uuid 22972cc6-0c88-43d3-b295-43b57d9524b4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D6") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D_Schottky_Small") (at 60.96 109.22 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000636ea79e) - (property "Reference" "D4" (id 0) (at 58.42 109.22 90)) - (property "Value" "SBR0560S1" (id 1) (at 54.61 106.68 90)) - (property "Footprint" "Diode_SMD:D_SOD-123" (id 2) (at 60.96 109.22 90) + (property "Reference" "D4" (at 58.42 109.22 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SBR0560S1" (at 54.61 106.68 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 60.96 109.22 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 60.96 109.22 90) + (property "Datasheet" "" (at 60.96 109.22 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 60.96 109.22 0) + (property "Checked" "y" (at 60.96 109.22 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Diodes, Inc." (id 5) (at 60.96 109.22 0) + (property "Manufacturer" "Diodes, Inc." (at 60.96 109.22 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SBR0560S1-7" (id 6) (at 60.96 109.22 0) + (property "Manufacturer_No" "SBR0560S1-7" (at 60.96 109.22 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 60.96 109.22 0) + (property "Distributor" "Mouser" (at 60.96 109.22 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5be4fe0d-14ae-40e9-8f24-b78daaf83667)) (pin "2" (uuid 172256e1-9999-4073-acf0-8a0b05e3d9ca)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D4") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D_Schottky") (at 73.66 26.67 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000063d3fe00) - (property "Reference" "D13" (id 0) (at 67.31 26.67 90) + (property "Reference" "D13" (at 67.31 26.67 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "SMAJ36CA-E3/5A" (id 1) (at 54.61 29.21 90) + (property "Value" "SMAJ36CA-E3/5A" (at 54.61 29.21 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Diode_SMD:D_SMA" (id 2) (at 73.66 26.67 0) + (property "Footprint" "Diode_SMD:D_SMA" (at 73.66 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 73.66 26.67 0) + (property "Datasheet" "" (at 73.66 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 73.66 26.67 0) + (property "Distributor" "Mouser" (at 73.66 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay" (id 5) (at 73.66 26.67 0) + (property "Manufacturer" "Vishay" (at 73.66 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SMAJ36CA-E3/5A" (id 6) (at 73.66 26.67 0) + (property "Manufacturer_No" "SMAJ36CA-E3/5A" (at 73.66 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 73.66 26.67 0) + (property "Checked" "y" (at 73.66 26.67 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ae7a6882-9f3d-48e3-a900-e4bfd15dc07e)) (pin "2" (uuid 47d4391c-9cbb-4db5-918c-c22a12754faf)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D13") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 53.34 21.59 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000645c3041) - (property "Reference" "#FLG0104" (id 0) (at 53.34 19.685 0) + (property "Reference" "#FLG0104" (at 53.34 19.685 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 53.34 17.1958 0)) - (property "Footprint" "" (id 2) (at 53.34 21.59 0) + (property "Value" "PWR_FLAG" (at 53.34 17.1958 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 53.34 21.59 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 53.34 21.59 0) + (property "Datasheet" "~" (at 53.34 21.59 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 641bdef8-e752-4b86-821c-7baa4c49292d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#FLG0104") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 96.52 139.7 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000649375c1) - (property "Reference" "R182" (id 0) (at 98.0186 138.5316 0) + (property "Reference" "R182" (at 98.0186 138.5316 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "0" (id 1) (at 98.0186 140.843 0) + (property "Value" "0" (at 98.0186 140.843 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 96.52 139.7 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 96.52 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 96.52 139.7 0) + (property "Datasheet" "" (at 96.52 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 4) (at 96.52 139.7 0) + (property "Distributor" "Mouser" (at 96.52 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 96.52 139.7 0) + (property "Checked" "y" (at 96.52 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 96.52 139.7 0) + (property "Manufacturer" "Vishay Dale" (at 96.52 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 7) (at 96.52 139.7 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 96.52 139.7 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e2249265-51f9-4886-966c-7279c40bed9e)) (pin "2" (uuid a8cf2e92-a206-448f-a8db-f6a348a7ab6b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R182") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:LED_Small") (at 158.75 179.07 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000065c6f27b) - (property "Reference" "D8" (id 0) (at 160.02 177.8 90) + (property "Reference" "D8" (at 160.02 177.8 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "LEDCHG1" (id 1) (at 161.29 179.07 0) + (property "Value" "LEDCHG1" (at 161.29 179.07 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 158.75 179.07 90) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 158.75 179.07 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 158.75 179.07 90) + (property "Datasheet" "" (at 158.75 179.07 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "ROHM" (id 4) (at 158.75 179.07 0) + (property "Manufacturer" "ROHM" (at 158.75 179.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SML-D12Y1WT86" (id 5) (at 158.75 179.07 0) + (property "Manufacturer_No" "SML-D12Y1WT86" (at 158.75 179.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 158.75 179.07 0) + (property "Checked" "y" (at 158.75 179.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 158.75 179.07 0) + (property "Distributor" "Mouser" (at 158.75 179.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 62bc3c4f-f752-40f2-a19d-434966c6f664)) (pin "2" (uuid 23d7493a-eef6-4460-844d-5b319b4e34af)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D8") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 158.75 173.99 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000065c6f287) - (property "Reference" "R183" (id 0) (at 153.67 173.99 90)) - (property "Value" "1k" (id 1) (at 156.21 173.99 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 158.75 173.99 0) + (property "Reference" "R183" (at 153.67 173.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1k" (at 156.21 173.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 158.75 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 158.75 173.99 0) + (property "Datasheet" "" (at 158.75 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 158.75 173.99 0) + (property "Manufacturer" "Yageo" (at 158.75 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 158.75 173.99 0) + (property "Distributor" "Mouser" (at 158.75 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 158.75 173.99 0) + (property "Checked" "y" (at 158.75 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071KL" (id 7) (at 158.75 173.99 0) + (property "Manufacturer_No" "RC0603FR-071KL" (at 158.75 173.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 12e62fe4-eded-4742-a615-6b8974da91d4)) (pin "2" (uuid 72a68d2d-e679-41fd-90eb-acdc6ddc3b6d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R183") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:LED_Small") (at 148.59 179.07 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000065d56fe1) - (property "Reference" "D9" (id 0) (at 149.86 177.8 90) + (property "Reference" "D9" (at 149.86 177.8 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "LEDCHG2" (id 1) (at 151.13 179.07 0) + (property "Value" "LEDCHG2" (at 151.13 179.07 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 148.59 179.07 90) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 148.59 179.07 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 148.59 179.07 90) + (property "Datasheet" "" (at 148.59 179.07 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "ROHM" (id 4) (at 148.59 179.07 0) + (property "Manufacturer" "ROHM" (at 148.59 179.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SML-D12Y1WT86" (id 5) (at 148.59 179.07 0) + (property "Manufacturer_No" "SML-D12Y1WT86" (at 148.59 179.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 148.59 179.07 0) + (property "Checked" "y" (at 148.59 179.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 148.59 179.07 0) + (property "Distributor" "Mouser" (at 148.59 179.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 83e6b0dc-46b1-45b0-a739-a47987f97a23)) (pin "2" (uuid b1db133f-9ed5-40f6-907f-b56bb4a072ce)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D9") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 148.59 173.99 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000065d56fed) - (property "Reference" "R184" (id 0) (at 143.51 173.99 90)) - (property "Value" "1k" (id 1) (at 146.05 173.99 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 148.59 173.99 0) + (property "Reference" "R184" (at 143.51 173.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1k" (at 146.05 173.99 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 148.59 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 148.59 173.99 0) + (property "Datasheet" "" (at 148.59 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 148.59 173.99 0) + (property "Manufacturer" "Yageo" (at 148.59 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 148.59 173.99 0) + (property "Distributor" "Mouser" (at 148.59 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 148.59 173.99 0) + (property "Checked" "y" (at 148.59 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071KL" (id 7) (at 148.59 173.99 0) + (property "Manufacturer_No" "RC0603FR-071KL" (at 148.59 173.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f3f6cdbb-2f77-4656-bac0-e4325973979a)) (pin "2" (uuid 6aecdc8c-605f-4f2a-90ae-1f763aec8f7b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R184") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D_Schottky_Small") (at 81.28 54.61 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000065f2a456) - (property "Reference" "D5" (id 0) (at 76.073 54.61 0)) - (property "Value" "NOSTUFF" (id 1) (at 78.3844 54.61 0)) - (property "Footprint" "Diode_SMD:D_SOD-123" (id 2) (at 81.28 54.61 90) + (property "Reference" "D5" (at 76.073 54.61 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "NOSTUFF" (at 78.3844 54.61 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 81.28 54.61 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 81.28 54.61 90) + (property "Datasheet" "" (at 81.28 54.61 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "ROHM" (id 4) (at 81.28 54.61 0) + (property "Manufacturer" "ROHM" (at 81.28 54.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 81.28 54.61 0) + (property "Checked" "y" (at 81.28 54.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RBR3MM60ATFTR" (id 6) (at 81.28 54.61 0) + (property "Manufacturer_No" "RBR3MM60ATFTR" (at 81.28 54.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 81.28 54.61 0) + (property "Distributor" "Mouser" (at 81.28 54.61 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 34178815-5bb0-44d5-9e03-53b9236ef764)) (pin "2" (uuid 492d516a-e149-4a23-8288-9c0e33b2956d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D5") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D_Zener_Small") (at 100.33 106.68 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006616fdf9) - (property "Reference" "D7" (id 0) (at 99.06 109.22 0) + (property "Reference" "D7" (at 99.06 109.22 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "BZT52C6V2-7-F" (id 1) (at 102.87 96.52 0) + (property "Value" "BZT52C6V2-7-F" (at 102.87 96.52 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Diode_SMD:D_SOD-123" (id 2) (at 100.33 106.68 90) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 100.33 106.68 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 100.33 106.68 90) + (property "Datasheet" "" (at 100.33 106.68 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 100.33 106.68 0) + (property "Checked" "y" (at 100.33 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Diodes, Inc." (id 5) (at 100.33 106.68 0) + (property "Manufacturer" "Diodes, Inc." (at 100.33 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BZT52C6V2-7-F" (id 6) (at 100.33 106.68 0) + (property "Manufacturer_No" "BZT52C6V2-7-F" (at 100.33 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 100.33 106.68 0) + (property "Distributor" "Mouser" (at 100.33 106.68 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 36413cad-ff56-4039-b0c3-8fe1c6ab5197)) (pin "2" (uuid f0cb081a-0b81-4286-9341-fd2b44900332)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D7") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Polarized_Small") (at 125.73 63.5 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006739fa2d) - (property "Reference" "C122" (id 0) (at 133.35 62.23 0) + (property "Reference" "C122" (at 133.35 62.23 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "100uF" (id 1) (at 133.35 64.77 0) + (property "Value" "100uF" (at 133.35 64.77 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x7.7" (id 2) (at 125.73 63.5 0) + (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x7.7" (at 125.73 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 125.73 63.5 0) + (property "Datasheet" "" (at 125.73 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Panasonic" (id 4) (at 125.73 63.5 0) + (property "Manufacturer" "Panasonic" (at 125.73 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "EEE-FTH101XAP" (id 5) (at 125.73 63.5 0) + (property "Manufacturer_No" "EEE-FTH101XAP" (at 125.73 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 125.73 63.5 0) + (property "Checked" "y" (at 125.73 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 125.73 63.5 0) + (property "Distributor" "Mouser" (at 125.73 63.5 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid aac370a2-00d8-48c0-a2f3-b61869c0ef10)) (pin "2" (uuid 50e8dd84-d831-4cb9-9dcc-5026bc0b784c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C122") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 125.73 68.58 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000067417f9f) - (property "Reference" "#PWR0230" (id 0) (at 125.73 74.93 0) + (property "Reference" "#PWR0230" (at 125.73 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 125.857 72.9742 0)) - (property "Footprint" "" (id 2) (at 125.73 68.58 0) + (property "Value" "GND" (at 125.857 72.9742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 125.73 68.58 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 125.73 68.58 0) + (property "Datasheet" "" (at 125.73 68.58 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 62434b76-986b-42f3-aaac-092f8ec2e121)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0230") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 135.89 63.5 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000674b1898) - (property "Reference" "C125" (id 0) (at 138.2268 62.3316 0) + (property "Reference" "C125" (at 138.2268 62.3316 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "2.2uF" (id 1) (at 138.2268 64.643 0) + (property "Value" "2.2uF" (at 138.2268 64.643 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 135.89 63.5 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 135.89 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 135.89 63.5 0) + (property "Datasheet" "" (at 135.89 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 135.89 63.5 0) + (property "Checked" "y" (at 135.89 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 5) (at 135.89 63.5 0) + (property "Manufacturer" "Taiyo Yuden" (at 135.89 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BBJ225KA-T" (id 6) (at 135.89 63.5 0) + (property "Manufacturer_No" "UMK107BBJ225KA-T" (at 135.89 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 135.89 63.5 0) + (property "Distributor" "Mouser" (at 135.89 63.5 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7d213bc4-0926-450a-aed7-98419eb91756)) (pin "2" (uuid b5e100cd-4310-40d6-b892-cef11492efc1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C125") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Polarized_Small") (at 29.21 50.8 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000675b7394) - (property "Reference" "C161" (id 0) (at 36.83 49.53 0) + (property "Reference" "C161" (at 36.83 49.53 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "100uF" (id 1) (at 36.83 52.07 0) + (property "Value" "100uF" (at 36.83 52.07 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x7.7" (id 2) (at 29.21 50.8 0) + (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x7.7" (at 29.21 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 29.21 50.8 0) + (property "Datasheet" "" (at 29.21 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Panasonic" (id 4) (at 29.21 50.8 0) + (property "Manufacturer" "Panasonic" (at 29.21 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "EEE-FTH101XAP" (id 5) (at 29.21 50.8 0) + (property "Manufacturer_No" "EEE-FTH101XAP" (at 29.21 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 29.21 50.8 0) + (property "Checked" "y" (at 29.21 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 29.21 50.8 0) + (property "Distributor" "Mouser" (at 29.21 50.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 72029940-c3e8-4300-b4e4-6888d74d6ded)) (pin "2" (uuid f7664d9d-0062-4a0d-bcf7-92d6ae3f9776)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C161") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 24.13 50.8 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000675b78fc) - (property "Reference" "C160" (id 0) (at 16.51 49.53 0) + (property "Reference" "C160" (at 16.51 49.53 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "2.2uF" (id 1) (at 16.51 52.07 0) + (property "Value" "2.2uF" (at 16.51 52.07 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 24.13 50.8 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 24.13 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 24.13 50.8 0) + (property "Datasheet" "" (at 24.13 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 24.13 50.8 0) + (property "Checked" "y" (at 24.13 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 5) (at 24.13 50.8 0) + (property "Manufacturer" "Taiyo Yuden" (at 24.13 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BBJ225KA-T" (id 6) (at 24.13 50.8 0) + (property "Manufacturer_No" "UMK107BBJ225KA-T" (at 24.13 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 24.13 50.8 0) + (property "Distributor" "Mouser" (at 24.13 50.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6ce346ad-3f5d-4a63-a76a-f544debf6214)) (pin "2" (uuid 9b8b4ffe-aac7-4fcb-a305-bf0c3d717b7f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "C160") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 24.13 54.61 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000676ae287) - (property "Reference" "#PWR08" (id 0) (at 24.13 60.96 0) + (property "Reference" "#PWR08" (at 24.13 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 24.257 59.0042 0)) - (property "Footprint" "" (id 2) (at 24.13 54.61 0) + (property "Value" "GND" (at 24.257 59.0042 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 24.13 54.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 24.13 54.61 0) + (property "Datasheet" "" (at 24.13 54.61 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9a847975-c280-4057-a4e2-d2cfff0f00cc)) - ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR08") (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:PWR_FLAG") (at 121.92 46.99 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006a8d414e) - (property "Reference" "#FLG0116" (id 0) (at 121.92 45.085 0) + (property "Reference" "#FLG0116" (at 121.92 45.085 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 121.92 42.5958 0)) - (property "Footprint" "" (id 2) (at 121.92 46.99 0) + (property "Value" "PWR_FLAG" (at 121.92 42.5958 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 121.92 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 121.92 46.99 0) + (property "Datasheet" "~" (at 121.92 46.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6f4cddea-f5d3-4ec6-b837-81d1ef42963c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#FLG0116") (unit 1) + ) + ) + ) ) (symbol (lib_id "Diode:PMEG60T10ELR") (at 238.76 76.2 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 0373ed33-238e-4f15-b8c0-bce9202cd24d) - (property "Reference" "D19" (id 0) (at 239.0775 73.66 0)) - (property "Value" "PMEG60T10ELR" (id 1) (at 237.8075 80.01 0)) - (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (id 2) (at 238.76 71.755 0) + (property "Reference" "D19" (at 239.0775 73.66 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMEG60T10ELR" (at 237.8075 80.01 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (at 238.76 71.755 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (id 3) (at 238.76 76.2 0) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (at 238.76 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 238.76 76.2 0) + (property "Checked" "y" (at 238.76 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 238.76 76.2 0) + (property "Distributor" "Mouser" (at 238.76 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 6) (at 238.76 76.2 0) + (property "Manufacturer" "Nexperia" (at 238.76 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "PMEG60T10ELRX" (id 7) (at 238.76 76.2 0) + (property "Manufacturer_No" "PMEG60T10ELRX" (at 238.76 76.2 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 322dd82d-a17e-410f-b5ac-feee3e6fbe34)) (pin "2" (uuid 0cff39f4-7d0d-4ca4-904d-f8530341de2b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D19") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 146.05 127 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 07fb6cb0-ebdc-4ba2-b22b-899fe29e117f) - (property "Reference" "R86" (id 0) (at 147.5486 125.8316 0) + (property "Reference" "R86" (at 147.5486 125.8316 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "100k" (id 1) (at 147.5486 128.143 0) + (property "Value" "100k" (at 147.5486 128.143 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 146.05 127 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 146.05 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 146.05 127 0) + (property "Datasheet" "" (at 146.05 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 146.05 127 0) + (property "Checked" "y" (at 146.05 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 146.05 127 0) + (property "Distributor" "Mouser" (at 146.05 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 146.05 127 0) + (property "Manufacturer" "Vishay Dale" (at 146.05 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 7) (at 146.05 127 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 146.05 127 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid aa5dd77f-4d45-4637-a20a-83ae1ba56ae5)) (pin "2" (uuid 1f4af808-0f60-4dd5-afef-fdf6387eff3b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "R86") (unit 1) + ) + ) + ) ) (symbol (lib_id "Diode:PMEG60T10ELR") (at 238.76 48.26 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 1279747d-2fb3-48d8-856b-118d93a38c6b) - (property "Reference" "D17" (id 0) (at 239.0775 45.72 0)) - (property "Value" "PMEG60T10ELR" (id 1) (at 237.8075 52.07 0)) - (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (id 2) (at 238.76 43.815 0) + (property "Reference" "D17" (at 239.0775 45.72 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMEG60T10ELR" (at 237.8075 52.07 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (at 238.76 43.815 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (id 3) (at 238.76 48.26 0) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (at 238.76 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 238.76 48.26 0) + (property "Checked" "y" (at 238.76 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 238.76 48.26 0) + (property "Distributor" "Mouser" (at 238.76 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 6) (at 238.76 48.26 0) + (property "Manufacturer" "Nexperia" (at 238.76 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "PMEG60T10ELRX" (id 7) (at 238.76 48.26 0) + (property "Manufacturer_No" "PMEG60T10ELRX" (at 238.76 48.26 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 322ac6af-cdcd-473b-9570-0df9ef4004d3)) (pin "2" (uuid 3b1f3bdd-3a29-44a3-b9ca-2f0fed7fa8b9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D17") (unit 1) + ) + ) + ) ) (symbol (lib_id "Diode:PMEG60T10ELR") (at 238.76 146.05 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 22cabd4d-6287-4cc5-9d62-96fb9cc534ff) - (property "Reference" "D28" (id 0) (at 239.0775 143.51 0)) - (property "Value" "PMEG60T10ELR" (id 1) (at 237.8075 149.86 0)) - (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (id 2) (at 238.76 141.605 0) + (property "Reference" "D28" (at 239.0775 143.51 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMEG60T10ELR" (at 237.8075 149.86 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (at 238.76 141.605 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (id 3) (at 238.76 146.05 0) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (at 238.76 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 238.76 146.05 0) + (property "Checked" "y" (at 238.76 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 238.76 146.05 0) + (property "Distributor" "Mouser" (at 238.76 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 6) (at 238.76 146.05 0) + (property "Manufacturer" "Nexperia" (at 238.76 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "PMEG60T10ELRX" (id 7) (at 238.76 146.05 0) + (property "Manufacturer_No" "PMEG60T10ELRX" (at 238.76 146.05 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9fc6f64e-14e1-47ac-9701-754d9c7e7d38)) (pin "2" (uuid a9d7abc7-d60f-4af0-a4ff-be5ad344faa3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D28") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D_Schottky_Small") (at 182.88 74.93 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 2946cc21-258f-449d-a95e-520195decc4f) - (property "Reference" "D29" (id 0) (at 188.087 74.93 0)) - (property "Value" "BAT46WJ,115" (id 1) (at 185.7756 74.93 0)) - (property "Footprint" "Diode_SMD:D_SOD-323" (id 2) (at 182.88 74.93 90) + (property "Reference" "D29" (at 188.087 74.93 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BAT46WJ,115" (at 185.7756 74.93 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-323" (at 182.88 74.93 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 182.88 74.93 90) + (property "Datasheet" "" (at 182.88 74.93 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BAT46WJ,115" (id 4) (at 182.88 74.93 0) + (property "Manufacturer_No" "BAT46WJ,115" (at 182.88 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 5) (at 182.88 74.93 0) + (property "Manufacturer" "Nexperia" (at 182.88 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 182.88 74.93 0) + (property "Checked" "y" (at 182.88 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 182.88 74.93 0) + (property "Distributor" "Mouser" (at 182.88 74.93 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 15213084-bc7c-4f27-87d9-90be79cb620e)) (pin "2" (uuid bc5668e1-9e81-4735-a1e4-23a5bb58b347)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D29") (unit 1) + ) + ) + ) ) (symbol (lib_id "Diode:PMEG60T10ELR") (at 238.76 62.23 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 51cec2b8-ee80-4cb9-951a-05e000d9f4bc) - (property "Reference" "D18" (id 0) (at 239.0775 59.69 0)) - (property "Value" "PMEG60T10ELR" (id 1) (at 237.8075 66.04 0)) - (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (id 2) (at 238.76 57.785 0) + (property "Reference" "D18" (at 239.0775 59.69 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMEG60T10ELR" (at 237.8075 66.04 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (at 238.76 57.785 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (id 3) (at 238.76 62.23 0) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (at 238.76 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 238.76 62.23 0) + (property "Checked" "y" (at 238.76 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 238.76 62.23 0) + (property "Distributor" "Mouser" (at 238.76 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 6) (at 238.76 62.23 0) + (property "Manufacturer" "Nexperia" (at 238.76 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "PMEG60T10ELRX" (id 7) (at 238.76 62.23 0) + (property "Manufacturer_No" "PMEG60T10ELRX" (at 238.76 62.23 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6d3dde47-13e1-42d5-b82f-335a6e0d9b66)) (pin "2" (uuid 7e98abf0-7cd5-45d1-89d6-c7b6a416d43b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D18") (unit 1) + ) + ) + ) ) (symbol (lib_id "Diode:PMEG60T10ELR") (at 238.76 104.14 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 5c9cd222-3a5c-41a6-9f3e-97ab3470bdac) - (property "Reference" "D25" (id 0) (at 239.0775 101.6 0)) - (property "Value" "PMEG60T10ELR" (id 1) (at 237.8075 107.95 0)) - (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (id 2) (at 238.76 99.695 0) + (property "Reference" "D25" (at 239.0775 101.6 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMEG60T10ELR" (at 237.8075 107.95 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (at 238.76 99.695 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (id 3) (at 238.76 104.14 0) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (at 238.76 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 238.76 104.14 0) + (property "Checked" "y" (at 238.76 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 238.76 104.14 0) + (property "Distributor" "Mouser" (at 238.76 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 6) (at 238.76 104.14 0) + (property "Manufacturer" "Nexperia" (at 238.76 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "PMEG60T10ELRX" (id 7) (at 238.76 104.14 0) + (property "Manufacturer_No" "PMEG60T10ELRX" (at 238.76 104.14 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 17f9ad8e-2011-438e-a2ff-1ed55365ad1e)) (pin "2" (uuid 239b9834-766e-4596-8e9c-134879011eb5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D25") (unit 1) + ) + ) + ) ) (symbol (lib_id "Diode:PMEG60T10ELR") (at 238.76 132.08 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 8879bd40-63ea-4b04-8a5d-26844a4c5d4d) - (property "Reference" "D27" (id 0) (at 239.0775 129.54 0)) - (property "Value" "PMEG60T10ELR" (id 1) (at 237.8075 135.89 0)) - (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (id 2) (at 238.76 127.635 0) + (property "Reference" "D27" (at 239.0775 129.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMEG60T10ELR" (at 237.8075 135.89 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (at 238.76 127.635 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (id 3) (at 238.76 132.08 0) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (at 238.76 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 238.76 132.08 0) + (property "Checked" "y" (at 238.76 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 238.76 132.08 0) + (property "Distributor" "Mouser" (at 238.76 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 6) (at 238.76 132.08 0) + (property "Manufacturer" "Nexperia" (at 238.76 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "PMEG60T10ELRX" (id 7) (at 238.76 132.08 0) + (property "Manufacturer_No" "PMEG60T10ELRX" (at 238.76 132.08 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 69190ea6-a35c-4405-82d8-8a16e6d186e8)) (pin "2" (uuid 59db33c6-5ad1-4f9c-86e9-f253a22dc713)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D27") (unit 1) + ) + ) + ) ) (symbol (lib_id "Diode:PMEG60T10ELR") (at 238.76 90.17 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 8a3ed089-f419-4dad-8694-0f5398f5e647) - (property "Reference" "D24" (id 0) (at 239.0775 87.63 0)) - (property "Value" "PMEG60T10ELR" (id 1) (at 237.8075 93.98 0)) - (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (id 2) (at 238.76 85.725 0) + (property "Reference" "D24" (at 239.0775 87.63 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMEG60T10ELR" (at 237.8075 93.98 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (at 238.76 85.725 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (id 3) (at 238.76 90.17 0) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (at 238.76 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 238.76 90.17 0) + (property "Checked" "y" (at 238.76 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 238.76 90.17 0) + (property "Distributor" "Mouser" (at 238.76 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 6) (at 238.76 90.17 0) + (property "Manufacturer" "Nexperia" (at 238.76 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "PMEG60T10ELRX" (id 7) (at 238.76 90.17 0) + (property "Manufacturer_No" "PMEG60T10ELRX" (at 238.76 90.17 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 547694ea-c1c9-4332-b6a8-ace6bd363f18)) (pin "2" (uuid 8aee0d3e-a137-4074-a8d1-517af93ac90a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D24") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D_Schottky_Small") (at 194.31 78.74 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 8b15b29e-5a7e-4d46-84bc-3fd0507c9321) - (property "Reference" "D30" (id 0) (at 193.167 74.93 0)) - (property "Value" "BAT46WJ,115" (id 1) (at 190.8556 74.93 0)) - (property "Footprint" "Diode_SMD:D_SOD-323" (id 2) (at 194.31 78.74 90) + (property "Reference" "D30" (at 193.167 74.93 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BAT46WJ,115" (at 190.8556 74.93 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-323" (at 194.31 78.74 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 194.31 78.74 90) + (property "Datasheet" "" (at 194.31 78.74 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BAT46WJ,115" (id 4) (at 194.31 78.74 0) + (property "Manufacturer_No" "BAT46WJ,115" (at 194.31 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 5) (at 194.31 78.74 0) + (property "Manufacturer" "Nexperia" (at 194.31 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 194.31 78.74 0) + (property "Checked" "y" (at 194.31 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 194.31 78.74 0) + (property "Distributor" "Mouser" (at 194.31 78.74 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ab2c293c-5931-49ea-a18b-2ed8a583183d)) (pin "2" (uuid 4b9b9352-3ed2-4ffc-967a-b036480ac823)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D30") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 77.47 180.34 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid b763bf14-3cbb-47f1-9caa-877f0e6c5564) - (property "Reference" "#PWR0108" (id 0) (at 77.47 186.69 0) + (property "Reference" "#PWR0108" (at 77.47 186.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 77.597 184.7342 0)) - (property "Footprint" "" (id 2) (at 77.47 180.34 0) + (property "Value" "GND" (at 77.597 184.7342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 77.47 180.34 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 77.47 180.34 0) + (property "Datasheet" "" (at 77.47 180.34 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ce2cd3bb-76fe-4fc5-8e42-28c246c16ea0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0108") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 31.75 190.5 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid cf1b2989-1a0d-46cc-8dfe-61b7843ba686) - (property "Reference" "#PWR0109" (id 0) (at 31.75 196.85 0) + (property "Reference" "#PWR0109" (at 31.75 196.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 31.877 194.8942 0)) - (property "Footprint" "" (id 2) (at 31.75 190.5 0) + (property "Value" "GND" (at 31.877 194.8942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 31.75 190.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 31.75 190.5 0) + (property "Datasheet" "" (at 31.75 190.5 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid bc826d7a-cf39-4ea5-82d5-b2f503d23f24)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "#PWR0109") (unit 1) + ) + ) + ) ) (symbol (lib_id "Diode:PMEG60T10ELR") (at 238.76 118.11 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid fc31afae-1378-4d62-982d-d4faed4739a8) - (property "Reference" "D26" (id 0) (at 239.0775 115.57 0)) - (property "Value" "PMEG60T10ELR" (id 1) (at 237.8075 121.92 0)) - (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (id 2) (at 238.76 113.665 0) + (property "Reference" "D26" (at 239.0775 115.57 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "PMEG60T10ELR" (at 237.8075 121.92 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:Nexperia_CFP3_SOD-123W" (at 238.76 113.665 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (id 3) (at 238.76 118.11 0) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PMEG60T10ELR.pdf" (at 238.76 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 238.76 118.11 0) + (property "Checked" "y" (at 238.76 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 238.76 118.11 0) + (property "Distributor" "Mouser" (at 238.76 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Nexperia" (id 6) (at 238.76 118.11 0) + (property "Manufacturer" "Nexperia" (at 238.76 118.11 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "PMEG60T10ELRX" (id 7) (at 238.76 118.11 0) + (property "Manufacturer_No" "PMEG60T10ELRX" (at 238.76 118.11 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a5347337-d35b-48f5-9c6e-611faec4d718)) (pin "2" (uuid d9da00b0-785f-40fe-9b96-e3c936dbd56c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" + (reference "D26") (unit 1) + ) + ) + ) ) (sheet (at 233.68 20.32) (size 12.7 3.81) (fields_autoplaced) - (stroke (width 0) (type solid) (color 0 0 0 0)) + (stroke (width 0) (type solid)) (fill (color 0 0 0 0.0000)) (uuid 00000000-0000-0000-0000-0000616517a7) - (property "Sheet name" "Reform 2 LPC" (id 0) (at 233.68 19.6084 0) + (property "Sheetname" "Reform 2 LPC" (at 233.68 19.6084 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "reform2-lpc.kicad_sch" (id 1) (at 233.68 24.7146 0) + (property "Sheetfile" "reform2-lpc.kicad_sch" (at 233.68 24.7146 0) (effects (font (size 1.27 1.27)) (justify left top)) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" (page "4")) + ) + ) ) (sheet (at 196.85 20.32) (size 12.7 3.81) (fields_autoplaced) - (stroke (width 0) (type solid) (color 0 0 0 0)) + (stroke (width 0) (type solid)) (fill (color 0 0 0 0.0000)) (uuid 00000000-0000-0000-0000-000062c1d81c) - (property "Sheet name" "Reform 2 Regulators" (id 0) (at 196.85 19.6084 0) + (property "Sheetname" "Reform 2 Regulators" (at 196.85 19.6084 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "reform2-regulators.kicad_sch" (id 1) (at 196.85 24.7146 0) + (property "Sheetfile" "reform2-regulators.kicad_sch" (at 196.85 24.7146 0) (effects (font (size 1.27 1.27)) (justify left top)) ) - ) - - (sheet_instances - (path "/" (page "1")) - (path "/00000000-0000-0000-0000-000062c1d81c" (page "2")) - (path "/00000000-0000-0000-0000-0000616517a7" (page "3")) - ) - - (symbol_instances - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f4b" - (reference "#FLG0102") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5dfa" - (reference "#FLG0103") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000645c3041" - (reference "#FLG0104") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f43" - (reference "#FLG0105") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d10" - (reference "#FLG0106") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cd4" - (reference "#FLG0109") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce6015" - (reference "#FLG0110") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae3934" - (reference "#FLG0115") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00006a8d414e" - (reference "#FLG0116") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000615964ac" - (reference "#PWR01") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000060216d34" - (reference "#PWR04") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000605e78d3" - (reference "#PWR07") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000676ae287" - (reference "#PWR08") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005f797781" - (reference "#PWR010") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005fccc239" - (reference "#PWR011") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cc9541b" - (reference "#PWR0105") (unit 1) (value "GND") (footprint "") - ) - (path "/b763bf14-3cbb-47f1-9caa-877f0e6c5564" - (reference "#PWR0108") (unit 1) (value "GND") (footprint "") - ) - (path "/cf1b2989-1a0d-46cc-8dfe-61b7843ba686" - (reference "#PWR0109") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e24" - (reference "#PWR0110") (unit 1) (value "+1V2") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d4c" - (reference "#PWR0111") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e39" - (reference "#PWR0112") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e4f" - (reference "#PWR0113") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e02" - (reference "#PWR0114") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d55" - (reference "#PWR0115") (unit 1) (value "+1V5") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d2af63b" - (reference "#PWR0116") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e81" - (reference "#PWR0117") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d3a7425" - (reference "#PWR0118") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d682c50" - (reference "#PWR0119") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d6adb50" - (reference "#PWR0120") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000061a3e33f" - (reference "#PWR0121") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ea0" - (reference "#PWR0122") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5fed" - (reference "#PWR0123") (unit 1) (value "+5V") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d46" - (reference "#PWR0126") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cda" - (reference "#PWR0127") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ccc" - (reference "#PWR0128") (unit 1) (value "+5V") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000064767354" - (reference "#PWR0129") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000061b22997" - (reference "#PWR0130") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-00006476735a" - (reference "#PWR0131") (unit 1) (value "+5V") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-00006476733a" - (reference "#PWR0132") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-000061fb4fb7" - (reference "#PWR0133") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d982319" - (reference "#PWR0135") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000064767334" - (reference "#PWR0136") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d1e" - (reference "#PWR0137") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d16" - (reference "#PWR0138") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ef2" - (reference "#PWR0160") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d65" - (reference "#PWR0161") (unit 1) (value "+3V3") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d78" - (reference "#PWR0162") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d7e" - (reference "#PWR0165") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d8f" - (reference "#PWR0170") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e7b" - (reference "#PWR0172") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062212b0d" - (reference "#PWR0173") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ff4" - (reference "#PWR0187") (unit 1) (value "+5V") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062483dd4" - (reference "#PWR0188") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000625facbc" - (reference "#PWR0189") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000633e5312" - (reference "#PWR0190") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005d84b01a" - (reference "#PWR0191") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5eb6" - (reference "#PWR0193") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d95" - (reference "#PWR0194") (unit 1) (value "+1V8") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/7d39e584-68c0-430d-be4c-c157abb14cce" - (reference "#PWR0198") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618843b5" - (reference "#PWR0206") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842ba" - (reference "#PWR0207") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188420f" - (reference "#PWR0208") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884261" - (reference "#PWR0217") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188421f" - (reference "#PWR0220") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618843d2" - (reference "#PWR0221") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000067417f9f" - (reference "#PWR0230") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae38e8" - (reference "#PWR0231") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae3904" - (reference "#PWR0234") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae390d" - (reference "#PWR0235") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884231" - (reference "#PWR0236") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884347" - (reference "#PWR0237") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005dbf359d" - (reference "#PWR0240") (unit 1) (value "GND") (footprint "") - ) - (path "/a6962170-aaca-4dae-92ab-e32d1208aa58" - (reference "#PWR0260") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae38d8" - (reference "BT1") (unit 1) (value "CR1220") (footprint "Battery:BatteryHolder_Keystone_3000_1x12mm") - ) - (path "/00000000-0000-0000-0000-00006052aeb8" - (reference "C1") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d3f0fa8" - (reference "C2") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e0f" - (reference "C3") (unit 1) (value "0.33uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d24b7b3" - (reference "C4") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d24b4dd" - (reference "C5") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000061aafcde" - (reference "C6") (unit 1) (value "4.7uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d981f2b" - (reference "C7") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ce5" - (reference "C16") (unit 1) (value "100uF") (footprint "Capacitor_SMD:CP_Elec_8x10") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cf1" - (reference "C17") (unit 1) (value "100uF") (footprint "Capacitor_SMD:CP_Elec_8x10") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cc5" - (reference "C18") (unit 1) (value "220uF") (footprint "Capacitor_SMD:CP_Elec_8x10") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d08" - (reference "C19") (unit 1) (value "220uF") (footprint "Capacitor_SMD:CP_Elec_8x10") - ) - (path "/00000000-0000-0000-0000-000060c0c1e8" - (reference "C31") (unit 1) (value "0.33uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000060ed0fff" - (reference "C32") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e6a" - (reference "C33") (unit 1) (value "4.7uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e75" - (reference "C34") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d35" - (reference "C35") (unit 1) (value "4.7uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e59" - (reference "C36") (unit 1) (value "6.8pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d40" - (reference "C37") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ec0" - (reference "C38") (unit 1) (value "6.8pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00006257d170" - (reference "C44") (unit 1) (value "2.2uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000061b9659b" - (reference "C45") (unit 1) (value "0.033uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188428d" - (reference "C46") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884297" - (reference "C47") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884219" - (reference "C48") (unit 1) (value "18pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842a1" - (reference "C49") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842ab" - (reference "C50") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884209" - (reference "C51") (unit 1) (value "18pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000061c7e73e" - (reference "C64") (unit 1) (value "2nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000061ec7e92" - (reference "C65") (unit 1) (value "680pF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000063377738" - (reference "C80") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5eea" - (reference "C82") (unit 1) (value "2.2uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5efd" - (reference "C121") (unit 1) (value "47uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00006739fa2d" - (reference "C122") (unit 1) (value "100uF") (footprint "Capacitor_SMD:CP_Elec_6.3x7.7") - ) - (path "/00000000-0000-0000-0000-0000674b1898" - (reference "C125") (unit 1) (value "2.2uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5da4" - (reference "C128") (unit 1) (value "10nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d6f" - (reference "C129") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d88" - (reference "C130") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae38f9" - (reference "C140") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f69" - (reference "C145") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f59" - (reference "C146") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5dc5" - (reference "C148") (unit 1) (value "10nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005f8bac57" - (reference "C149") (unit 1) (value "0.1uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000675b78fc" - (reference "C160") (unit 1) (value "2.2uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000675b7394" - (reference "C161") (unit 1) (value "100uF") (footprint "Capacitor_SMD:CP_Elec_6.3x7.7") - ) - (path "/00000000-0000-0000-0000-00005faff460" - (reference "D1") (unit 1) (value "BZT52C10") (footprint "Diode_SMD:D_SOD-123") - ) - (path "/00000000-0000-0000-0000-00005d3259c9" - (reference "D2") (unit 1) (value "BAT46WJ,115") (footprint "Diode_SMD:D_SOD-323") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5df1" - (reference "D3") (unit 1) (value "SBR0560S1") (footprint "Diode_SMD:D_SOD-123") - ) - (path "/00000000-0000-0000-0000-0000636ea79e" - (reference "D4") (unit 1) (value "SBR0560S1") (footprint "Diode_SMD:D_SOD-123") - ) - (path "/00000000-0000-0000-0000-000065f2a456" - (reference "D5") (unit 1) (value "RBR3MM60ATF") (footprint "Diode_SMD:D_SOD-123") - ) - (path "/00000000-0000-0000-0000-00006330c051" - (reference "D6") (unit 1) (value "SBR0560S1") (footprint "Diode_SMD:D_SOD-123") - ) - (path "/00000000-0000-0000-0000-00006616fdf9" - (reference "D7") (unit 1) (value "BZT52C6V2-7-F") (footprint "Diode_SMD:D_SOD-123") - ) - (path "/00000000-0000-0000-0000-000065c6f27b" - (reference "D8") (unit 1) (value "LEDCHG1") (footprint "LED_SMD:LED_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000065d56fe1" - (reference "D9") (unit 1) (value "LEDCHG2") (footprint "LED_SMD:LED_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000064767324" - (reference "D11") (unit 1) (value "LED3V") (footprint "LED_SMD:LED_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000064767344" - (reference "D12") (unit 1) (value "LED5V") (footprint "LED_SMD:LED_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000063d3fe00" - (reference "D13") (unit 1) (value "SMAJ36CA-E3/5A") (footprint "Diode_SMD:D_SMA") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/bceba67d-3368-4af8-b9c6-2a6f1eadb199" - (reference "D15") (unit 1) (value "BZX58550-C3V3/SOD523") (footprint "Diode_SMD:D_SOD-523") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/f02e89cb-a0b7-4982-923d-3b1d5de07038" - (reference "D16") (unit 1) (value "BZX58550-C3V3/SOD523") (footprint "Diode_SMD:D_SOD-523") - ) - (path "/1279747d-2fb3-48d8-856b-118d93a38c6b" - (reference "D17") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/51cec2b8-ee80-4cb9-951a-05e000d9f4bc" - (reference "D18") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/0373ed33-238e-4f15-b8c0-bce9202cd24d" - (reference "D19") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d29" - (reference "D20") (unit 1) (value "SK54A-LTP") (footprint "Diode_SMD:D_SMA") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5fd6" - (reference "D21") (unit 1) (value "SK54A-LTP") (footprint "Diode_SMD:D_SMA") - ) - (path "/8a3ed089-f419-4dad-8694-0f5398f5e647" - (reference "D24") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/5c9cd222-3a5c-41a6-9f3e-97ab3470bdac" - (reference "D25") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/fc31afae-1378-4d62-982d-d4faed4739a8" - (reference "D26") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/8879bd40-63ea-4b04-8a5d-26844a4c5d4d" - (reference "D27") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/22cabd4d-6287-4cc5-9d62-96fb9cc534ff" - (reference "D28") (unit 1) (value "PMEG60T10ELR") (footprint "Diode_SMD:Nexperia_CFP3_SOD-123W") - ) - (path "/00000000-0000-0000-0000-00005ec93395" - (reference "F1") (unit 1) (value "0157004.DR") (footprint "footprints:fuse_smf") - ) - (path "/00000000-0000-0000-0000-00005e89624c" - (reference "F2") (unit 1) (value "0157004.DR") (footprint "footprints:fuse_smf") - ) - (path "/00000000-0000-0000-0000-00005cc82e0e" - (reference "J1") (unit 1) (value "Jack-DC") (footprint "footprints:SWC_RAPC712X") - ) - (path "/00000000-0000-0000-0000-00005f0a72ed" - (reference "J2") (unit 1) (value "BATCON2") (footprint "Connector_Molex:Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal") - ) - (path "/00000000-0000-0000-0000-0000616517a7/403b5a9a-4e83-41aa-b009-84ad7f8355bf" - (reference "J8") (unit 1) (value "USB_C_Receptacle_USB2.0") (footprint "Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12") - ) - (path "/00000000-0000-0000-0000-00005f00ed51" - (reference "J13") (unit 1) (value "BATCON1") (footprint "Connector_Molex:Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188440e" - (reference "J22") (unit 1) (value "LPC_IO") (footprint "Connector_PinHeader_2.54mm:PinHeader_2x08_P2.54mm_Vertical") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618843cb" - (reference "J23") (unit 1) (value "KDBSYSCTL") (footprint "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical") - ) - (path "/00000000-0000-0000-0000-00005fb2f80b" - (reference "L1") (unit 1) (value "22uH 5A") (footprint "Inductor_SMD:L_12x12mm_H6mm") - ) - (path "/00000000-0000-0000-0000-00005d30fc91" - (reference "L2") (unit 1) (value "IMC1210ER100K") (footprint "Inductor_SMD:L_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cba" - (reference "L3") (unit 1) (value "68uH") (footprint "Inductor_SMD:L_Bourns_SRR1210A") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5cfe" - (reference "L4") (unit 1) (value "68uH") (footprint "Inductor_SMD:L_Bourns_SRR1210A") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5de7" - (reference "L5") (unit 1) (value "10uH") (footprint "Inductor_SMD:L_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f0c" - (reference "L6") (unit 1) (value "2.2uH") (footprint "Inductor_SMD:L_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f16" - (reference "L7") (unit 1) (value "2.2uH") (footprint "Inductor_SMD:L_1210_3225Metric") - ) - (path "/00000000-0000-0000-0000-00005f9c3b8b" - (reference "Q1") (unit 1) (value "Si7850DP") (footprint "footprints:PowerPAK_SO-8_Single_8Pads") - ) - (path "/00000000-0000-0000-0000-00005d601e86" - (reference "Q2") (unit 1) (value "Si7850DP") (footprint "footprints:PowerPAK_SO-8_Single_8Pads") - ) - (path "/00000000-0000-0000-0000-00005f3acd19" - (reference "Q3") (unit 1) (value "Si7461DP") (footprint "footprints:PowerPAK_SO-8_Single_8Pads") - ) - (path "/00000000-0000-0000-0000-000062026400" - (reference "Q4") (unit 1) (value "PMV50ENEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005d090c6c" - (reference "Q5") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005d0f8682" - (reference "Q6") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005d0c307d" - (reference "Q7") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005d0b8536" - (reference "Q8") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005d0b0671" - (reference "Q9") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005d0a6a00" - (reference "Q10") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005d0365af" - (reference "Q11") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005d1c46f4" - (reference "Q12") (unit 1) (value "PMV50EPEAR") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-00005fa55259" - (reference "Q15") (unit 1) (value "Si7850DP") (footprint "footprints:PowerPAK_SO-8_Single_8Pads") - ) - (path "/00000000-0000-0000-0000-00005fa561b4" - (reference "Q17") (unit 1) (value "Si7850DP") (footprint "footprints:PowerPAK_SO-8_Single_8Pads") - ) - (path "/00000000-0000-0000-0000-0000600c2940" - (reference "Q18") (unit 1) (value "Si7461DP") (footprint "footprints:PowerPAK_SO-8_Single_8Pads") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f87" - (reference "R1") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000061528915" - (reference "R3") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d4eff9c" - (reference "R4") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d4f04f9" - (reference "R5") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d5c2dff" - (reference "R6") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d3cd30b" - (reference "R7") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062483a5a" - (reference "R8") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d090c85" - (reference "R9") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0f869a" - (reference "R10") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0c3095" - (reference "R11") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0b854e" - (reference "R12") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0b0689" - (reference "R13") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0a6a18" - (reference "R14") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d03b638" - (reference "R15") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1c470d" - (reference "R16") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d090c79" - (reference "R17") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0f868f" - (reference "R18") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0c308a" - (reference "R19") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0b8543" - (reference "R20") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0b067e" - (reference "R21") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0a6a0d" - (reference "R22") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d0386bb" - (reference "R23") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d1c4701" - (reference "R24") (unit 1) (value "3.3k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d090c92" - (reference "R25") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005d0f86a7" - (reference "R26") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005d0c30a2" - (reference "R27") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005d0b855b" - (reference "R28") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005d0b0696" - (reference "R29") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005d0a6a25" - (reference "R30") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005d03e837" - (reference "R31") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-00005d1c471a" - (reference "R32") (unit 1) (value "15") (footprint "Resistor_SMD:R_2512_6332Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-00006476732e" - (reference "R33") (unit 1) (value "1k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005fd6c758" - (reference "R34") (unit 1) (value "150k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/6535d3ef-6cfb-40c8-8007-1109f425810a" - (reference "R41") (unit 1) (value "0.02") (footprint "Resistor_SMD:R_0612_1632Metric") - ) - (path "/00000000-0000-0000-0000-00005fbc33b7" - (reference "R49") (unit 1) (value "0.01") (footprint "Resistor_SMD:R_0612_1632Metric") - ) - (path "/00000000-0000-0000-0000-00005fbc2f14" - (reference "R50") (unit 1) (value "0.01") (footprint "Resistor_SMD:R_0612_1632Metric") - ) - (path "/00000000-0000-0000-0000-000062196e8e" - (reference "R51") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d967430" - (reference "R52") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/36a5e010-82e5-48a7-b066-084b8c05e9b2" - (reference "R53") (unit 1) (value "51k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062d55c5a" - (reference "R54") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000620a5a19" - (reference "R56") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/772ef6b0-2262-414a-8f44-3260f522cc51" - (reference "R57") (unit 1) (value "51k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/1f59ced6-20a0-4109-bad6-89d6896760de" - (reference "R58") (unit 1) (value "68k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884335" - (reference "R68") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188432b" - (reference "R69") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188426e" - (reference "R70") (unit 1) (value "33") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884356" - (reference "R71") (unit 1) (value "1.5k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884278" - (reference "R72") (unit 1) (value "33") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842df" - (reference "R73") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842e9" - (reference "R74") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842f3" - (reference "R75") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618842fd" - (reference "R76") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d7a411c" - (reference "R78") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005d74f9c5" - (reference "R79") (unit 1) (value "100k NTC") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000061ec7b4b" - (reference "R80") (unit 1) (value "47k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/07fb6cb0-ebdc-4ba2-b22b-899fe29e117f" - (reference "R86") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/6e154ce1-0a68-4826-b5a7-263e5ce7cb40" - (reference "R87") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/c67aad6d-47f7-4799-bea1-dd33431c5f11" - (reference "R88") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/e27d426e-9660-4ada-8e20-4434c3ef9296" - (reference "R89") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005fc31695" - (reference "R94") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00006252fcc7" - (reference "R95") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce600c" - (reference "R98") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce6001" - (reference "R100") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188436f" - (reference "R124") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884379" - (reference "R125") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884383" - (reference "R126") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884364" - (reference "R128") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae3918" - (reference "R137") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005f70742a" - (reference "R153") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618843a8" - (reference "R157") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-00006476734e" - (reference "R164") (unit 1) (value "1k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005f3b4154" - (reference "R167") (unit 1) (value "62") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000613df725" - (reference "R172") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000060faf968" - (reference "R173") (unit 1) (value "49.9k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000060fafea2" - (reference "R174") (unit 1) (value "4.7k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000060649005" - (reference "R175") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000606492ea" - (reference "R176") (unit 1) (value "100") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000600c0eba" - (reference "R177") (unit 1) (value "0.02") (footprint "Resistor_SMD:R_0612_1632Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e31" - (reference "R178") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e46" - (reference "R179") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e98" - (reference "R180") (unit 1) (value "150k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ead" - (reference "R181") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000649375c1" - (reference "R182") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000065c6f287" - (reference "R183") (unit 1) (value "1.5k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000065d56fed" - (reference "R184") (unit 1) (value "1.5k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ed2" - (reference "R185") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5edd" - (reference "R186") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f20" - (reference "R188") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5f33" - (reference "R189") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000600ab2d1" - (reference "R193") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188442f" - (reference "R194") (unit 1) (value "0") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188441f" - (reference "R195") (unit 1) (value "1.5k") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618843e9" - (reference "SW1") (unit 1) (value "SW_DIP_x01") (footprint "Button_Switch_SMD:SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-00006188422b" - (reference "SW2") (unit 1) (value "SW_Push") (footprint "footprints:UK-B0206-G3.8-250-JZ") - ) - (path "/00000000-0000-0000-0000-00005f207317" - (reference "U2") (unit 1) (value "LTC4020EUHFPBF") (footprint "Package_DFN_QFN:QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm") - ) - (path "/00000000-0000-0000-0000-00005cef5f44" - (reference "U4") (unit 1) (value "LTC6803-4") (footprint "Package_SO:SSOP-44_5.3x12.8mm_P0.5mm") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae38e2" - (reference "U5") (unit 1) (value "PCF8523T") (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm") - ) - (path "/20a513e1-3f01-4ceb-abc4-164eca35a5a1" - (reference "U6") (unit 1) (value "PAC1921") (footprint "footprints:PAC1921") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5dbb" - (reference "U7") (unit 1) (value "LM2677SX-5") (footprint "Package_TO_SOT_SMD:TO-263-7_TabPin8") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5db1" - (reference "U12") (unit 1) (value "LM2677SX-3.3") (footprint "Package_TO_SOT_SMD:TO-263-7_TabPin8") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e1e" - (reference "U13") (unit 1) (value "TLV62568DBV") (footprint "Package_TO_SOT_SMD:SOT-23-5") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5ddd" - (reference "U14") (unit 1) (value "LMR16006YQ3") (footprint "Package_TO_SOT_SMD:TSOT-23-6") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5d5f" - (reference "U17") (unit 1) (value "TLV1117-18") (footprint "Package_TO_SOT_SMD:SOT-223") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000061884241" - (reference "U18") (unit 1) (value "LPC11U24FBD48-301") (footprint "Package_QFP:LQFP-48_7x7mm_P0.5mm") - ) - (path "/00000000-0000-0000-0000-000062c1d81c/00000000-0000-0000-0000-000062ce5e8b" - (reference "U19") (unit 1) (value "TLV62568DBV") (footprint "Package_TO_SOT_SMD:SOT-23-5") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-0000618841ff" - (reference "Y2") (unit 1) (value "12MHz") (footprint "Crystal:Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm") - ) - (path "/00000000-0000-0000-0000-0000616517a7/00000000-0000-0000-0000-000066ae3925" - (reference "Y4") (unit 1) (value "32.768 kHz") (footprint "Crystal:Crystal_SMD_3215-2Pin_3.2x1.5mm") + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028" (page "3")) + ) ) ) ) diff --git a/reform2-motherboard25-pcb/reform2-regulators.kicad_sch b/reform2-motherboard25-pcb/reform2-regulators.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid e76b14d4-7da4-4b23-848e-990418b72a87) @@ -16,34 +16,34 @@ (lib_symbols (symbol "Device:C_Polarized_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Polarized_Small" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Polarized_Small" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Polarized capacitor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Polarized capacitor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "CP_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Polarized_Small_0_1" (rectangle (start -1.524 -0.3048) (end 1.524 -0.6858) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (rectangle (start -1.524 0.6858) (end 1.524 0.3048) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -51,7 +51,7 @@ (xy -1.27 1.524) (xy -0.762 1.524) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -59,7 +59,7 @@ (xy -1.016 1.27) (xy -1.016 1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -75,25 +75,25 @@ ) ) (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (property "ki_keywords" "capacitor cap" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small_0_1" @@ -102,7 +102,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -110,7 +110,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -126,25 +126,25 @@ ) ) (symbol "Device:D_Schottky_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at -1.27 2.032 0) + (property "Reference" "D" (at -1.27 2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "D_Schottky_Small" (id 1) (at -7.112 -2.032 0) + (property "Value" "D_Schottky_Small" (at -7.112 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 90) + (property "Footprint" "" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 90) + (property "Datasheet" "~" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "diode Schottky" (id 4) (at 0 0 0) + (property "ki_keywords" "diode Schottky" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Schottky diode, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Schottky diode, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "D_Schottky_Small_0_1" @@ -153,7 +153,7 @@ (xy -0.762 0) (xy 0.762 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -163,7 +163,7 @@ (xy 0.762 1.016) (xy 0.762 -1.016) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -175,7 +175,7 @@ (xy -0.254 -1.016) (xy -0.254 -0.762) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -191,25 +191,25 @@ ) ) (symbol "Device:D_Zener_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at 0 2.286 0) + (property "Reference" "D" (at 0 2.286 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "D_Zener_Small" (id 1) (at 0 -2.286 0) + (property "Value" "D_Zener_Small" (at 0 -2.286 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 90) + (property "Footprint" "" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 90) + (property "Datasheet" "~" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "diode" (id 4) (at 0 0 0) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Zener diode, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Zener diode, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "D_Zener_Small_0_1" @@ -218,7 +218,7 @@ (xy 0.762 0) (xy -0.762 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -227,7 +227,7 @@ (xy -0.762 1.016) (xy -0.762 -1.016) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -237,7 +237,7 @@ (xy 0.762 -1.016) (xy 0.762 1.016) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -253,42 +253,42 @@ ) ) (symbol "Device:L" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "L" (id 0) (at -1.27 0 90) + (property "Reference" "L" (at -1.27 0 90) (effects (font (size 1.27 1.27))) ) - (property "Value" "L" (id 1) (at 1.905 0 90) + (property "Value" "L" (at 1.905 0 90) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "inductor choke coil reactor magnetic" (id 4) (at 0 0 0) + (property "ki_keywords" "inductor choke coil reactor magnetic" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Inductor" (id 5) (at 0 0 0) + (property "ki_description" "Inductor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "L_0_1" - (arc (start 0 -2.54) (mid 0.635 -1.905) (end 0 -1.27) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 -2.54) (mid 0.6323 -1.905) (end 0 -1.27) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 -1.27) (mid 0.635 -0.635) (end 0 0) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 -1.27) (mid 0.6323 -0.635) (end 0 0) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 0) (mid 0.635 0.635) (end 0 1.27) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 0) (mid 0.6323 0.635) (end 0 1.27) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 1.27) (mid 0.635 1.905) (end 0 2.54) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 1.27) (mid 0.6323 1.905) (end 0 2.54) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -304,25 +304,25 @@ ) ) (symbol "Device:LED_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at -1.27 3.175 0) + (property "Reference" "D" (at -1.27 3.175 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "LED_Small" (id 1) (at -4.445 -2.54 0) + (property "Value" "LED_Small" (at -4.445 -2.54 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 90) + (property "Footprint" "" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 90) + (property "Datasheet" "~" (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "LED diode light-emitting-diode" (id 4) (at 0 0 0) + (property "ki_keywords" "LED diode light-emitting-diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Light emitting diode, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Light emitting diode, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "LED_Small_0_1" @@ -331,7 +331,7 @@ (xy -0.762 -1.016) (xy -0.762 1.016) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -339,7 +339,7 @@ (xy 1.016 0) (xy -0.762 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -349,7 +349,7 @@ (xy 0.762 1.016) (xy 0.762 -1.016) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -360,7 +360,7 @@ (xy -0.508 1.27) (xy -0.508 1.016) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -371,7 +371,7 @@ (xy 0 1.778) (xy 0 1.524) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -387,42 +387,42 @@ ) ) (symbol "Device:L_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "L" (id 0) (at 0.762 1.016 0) + (property "Reference" "L" (at 0.762 1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "L_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "L_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "inductor choke coil reactor magnetic" (id 4) (at 0 0 0) + (property "ki_keywords" "inductor choke coil reactor magnetic" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Inductor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Inductor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "L_Small_0_1" - (arc (start 0 -2.032) (mid 0.508 -1.524) (end 0 -1.016) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 -2.032) (mid 0.5058 -1.524) (end 0 -1.016) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 -1.016) (mid 0.508 -0.508) (end 0 0) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 -1.016) (mid 0.5058 -0.508) (end 0 0) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 0) (mid 0.508 0.508) (end 0 1.016) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 0) (mid 0.5058 0.508) (end 0 1.016) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 0 1.016) (mid 0.508 1.524) (end 0 2.032) - (stroke (width 0) (type default) (color 0 0 0 0)) + (arc (start 0 1.016) (mid 0.5058 1.524) (end 0 2.032) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -438,30 +438,30 @@ ) ) (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (property "Reference" "R" (at 0.762 0.508 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "R_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Resistor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_Small_0_1" (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -477,25 +477,25 @@ ) ) (symbol "Diode:1N5821" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at 0 2.54 0) + (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "1N5821" (id 1) (at 0 -2.54 0) + (property "Value" "1N5821" (at 0 -2.54 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "Diode_THT:D_DO-201AD_P15.24mm_Horizontal" (id 2) (at 0 -4.445 0) + (property "Footprint" "Diode_THT:D_DO-201AD_P15.24mm_Horizontal" (at 0 -4.445 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://www.vishay.com/docs/88526/1n5820.pdf" (id 3) (at 0 0 0) + (property "Datasheet" "http://www.vishay.com/docs/88526/1n5820.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "diode Schottky" (id 4) (at 0 0 0) + (property "ki_keywords" "diode Schottky" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "30V 3A Schottky Barrier Rectifier Diode, DO-201AD" (id 5) (at 0 0 0) + (property "ki_description" "30V 3A Schottky Barrier Rectifier Diode, DO-201AD" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "D*DO?201AD*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "D*DO?201AD*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "1N5821_0_1" @@ -504,7 +504,7 @@ (xy 1.27 0) (xy -1.27 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -514,7 +514,7 @@ (xy -1.27 0) (xy 1.27 1.27) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -526,7 +526,7 @@ (xy -0.635 -1.27) (xy -0.635 -0.635) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -542,30 +542,30 @@ ) ) (symbol "Regulator_Linear:TLV1117-18" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -3.81 3.175 0) + (property "Reference" "U" (at -3.81 3.175 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "TLV1117-18" (id 1) (at 0 3.175 0) + (property "Value" "TLV1117-18" (at 0 3.175 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tlv1117.pdf" (id 3) (at 0 0 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tlv1117.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "linear regulator ldo fixed positive" (id 4) (at 0 0 0) + (property "ki_keywords" "linear regulator ldo fixed positive" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "800mA Low-Dropout Linear Regulator, 1.8V fixed output, TO-220/TO-252/TO-263/SOT-223" (id 5) (at 0 0 0) + (property "ki_description" "800mA Low-Dropout Linear Regulator, 1.8V fixed output, TO-220/TO-252/TO-263/SOT-223" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SOT?223* TO?263* TO?252* TO?220*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SOT?223* TO?263* TO?252* TO?220*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "TLV1117-18_0_1" (rectangle (start -5.08 -5.08) (end 5.08 1.905) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -585,30 +585,30 @@ ) ) (symbol "Regulator_Switching:LM2841X" (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -7.62 6.35 0) + (property "Reference" "U" (at -7.62 6.35 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "LM2841X" (id 1) (at 0 6.35 0) + (property "Value" "LM2841X" (at 0 6.35 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_TO_SOT_SMD:TSOT-23-6" (id 2) (at 0.635 -6.35 0) + (property "Footprint" "Package_TO_SOT_SMD:TSOT-23-6" (at 0.635 -6.35 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2842-q1.pdf" (id 3) (at -2.54 2.54 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2842-q1.pdf" (at -2.54 2.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "Miniature Step-Down Buck Voltage Regulator" (id 4) (at 0 0 0) + (property "ki_keywords" "Miniature Step-Down Buck Voltage Regulator" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "300mA 42V Input Step-Down DC-DC Regulator, Adjustable Output Voltage, 550kHz, TSOT-23-5" (id 5) (at 0 0 0) + (property "ki_description" "300mA 42V Input Step-Down DC-DC Regulator, Adjustable Output Voltage, 550kHz, TSOT-23-5" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "TSOT?23*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "TSOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "LM2841X_0_1" (rectangle (start -7.62 5.08) (end 7.62 -5.08) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) (pin input line (at 10.16 2.54 180) (length 2.54) @@ -640,30 +640,30 @@ ) ) (symbol "Regulator_Switching:TLV62568DBV" (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -5.08 6.35 0) + (property "Reference" "U" (at -5.08 6.35 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "TLV62568DBV" (id 1) (at 0 6.35 0) + (property "Value" "TLV62568DBV" (at 0 6.35 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" (id 2) (at 1.27 -6.35 0) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" (at 1.27 -6.35 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tlv62568.pdf" (id 3) (at -6.35 11.43 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tlv62568.pdf" (at -6.35 11.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "Step-Down Buck DC-DC Regulator Adjustable" (id 4) (at 0 0 0) + (property "ki_keywords" "Step-Down Buck DC-DC Regulator Adjustable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "High Efficiency Synchronous Buck Converter, Adjustable Output 0.6V-5.5V, 1A, SOT-23-5" (id 5) (at 0 0 0) + (property "ki_description" "High Efficiency Synchronous Buck Converter, Adjustable Output 0.6V-5.5V, 1A, SOT-23-5" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SOT?23*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "TLV62568DBV_0_1" (rectangle (start -5.08 5.08) (end 5.08 -5.08) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -691,22 +691,22 @@ ) ) (symbol "power:+1V2" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V2" (id 1) (at 0 3.556 0) + (property "Value" "+1V2" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+1V2\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+1V2\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+1V2_0_1" @@ -715,7 +715,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -723,7 +723,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -731,7 +731,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -743,22 +743,22 @@ ) ) (symbol "power:+1V5" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V5" (id 1) (at 0 3.556 0) + (property "Value" "+1V5" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+1V5\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+1V5\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+1V5_0_1" @@ -767,7 +767,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -775,7 +775,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -783,7 +783,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -795,22 +795,22 @@ ) ) (symbol "power:+1V8" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V8" (id 1) (at 0 3.556 0) + (property "Value" "+1V8" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+1V8\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+1V8\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+1V8_0_1" @@ -819,7 +819,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -827,7 +827,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -835,7 +835,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -847,22 +847,22 @@ ) ) (symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 0 3.556 0) + (property "Value" "+3V3" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+3V3_0_1" @@ -871,7 +871,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -879,7 +879,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -887,7 +887,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -899,22 +899,22 @@ ) ) (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 0 3.556 0) + (property "Value" "+5V" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+5V_0_1" @@ -923,7 +923,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -931,7 +931,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -939,7 +939,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -951,22 +951,22 @@ ) ) (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 0 -3.81 0) + (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND_0_1" @@ -979,7 +979,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -991,22 +991,22 @@ ) ) (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (id 0) (at 0 1.905 0) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0) + (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) + (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "PWR_FLAG_0_0" @@ -1025,30 +1025,30 @@ (xy 1.016 1.905) (xy 0 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) ) (symbol "reform2:LM2677-3.3" (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -10.16 6.35 0) + (property "Reference" "U" (at -10.16 6.35 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "LM2677-3.3" (id 1) (at -1.27 6.35 0) + (property "Value" "LM2677-3.3" (at -1.27 6.35 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_TO_SOT_SMD:TO-263-7_TabPin8" (id 2) (at 3.81 -20.32 0) + (property "Footprint" "Package_TO_SOT_SMD:TO-263-7_TabPin8" (at 3.81 -20.32 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "TO?220*" (id 4) (at 0 0 0) + (property "ki_fp_filters" "TO?220*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "LM2677-3.3_0_1" (rectangle (start -10.16 5.08) (end 10.16 -10.16) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -1259,671 +1259,671 @@ (no_connect (at 92.71 86.36) (uuid e271f425-a93c-4e72-82a0-71e9addee3f7)) (wire (pts (xy 180.34 35.56) (xy 180.34 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 036831b1-a068-493a-935f-27667a573226) ) (wire (pts (xy 233.68 121.92) (xy 233.68 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 03afc7f9-a378-48c5-bf39-25c00bbf4390) ) (wire (pts (xy 115.57 76.2) (xy 115.57 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 03b1ae17-fd55-453f-9285-3d1f5344aa46) ) (wire (pts (xy 184.15 43.18) (xy 184.15 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 06e1dcb6-71a4-470f-b9ae-aa3f90ab5d44) ) (wire (pts (xy 233.68 128.27) (xy 233.68 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 07c8b024-d6b4-4beb-97c4-1984e082a634) ) (wire (pts (xy 251.46 121.92) (xy 243.84 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0ce5c468-3ad9-4bc6-9f59-e0143dae3b8e) ) (wire (pts (xy 129.54 81.28) (xy 137.16 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0d48752f-14fb-4e4a-86d8-8580bb896d25) ) (wire (pts (xy 180.34 49.53) (xy 189.23 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0debd897-a88f-46dc-a74f-cb4ae154f757) ) (wire (pts (xy 127 135.89) (xy 127 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0f09a728-4678-4699-9424-3f11157351a7) ) (wire (pts (xy 166.37 123.19) (xy 166.37 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0fc9699f-9406-4670-81a2-a779b8a0ac77) ) (wire (pts (xy 146.05 81.28) (xy 137.16 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1121d044-0836-4cae-a128-4575e0c0e770) ) (wire (pts (xy 187.96 54.61) (xy 187.96 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 115dbe67-5441-4b54-b862-3b550f258b05) ) (wire (pts (xy 55.88 43.18) (xy 55.88 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 11f814e9-f651-47ca-8944-687984347a3e) ) (wire (pts (xy 156.21 133.35) (xy 138.43 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 12310b20-7eea-4e1f-840d-fcda7cb672ac) ) (wire (pts (xy 55.88 41.91) (xy 55.88 43.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 15926d2f-b077-4fcf-8f78-3965e6677e9a) ) (wire (pts (xy 115.57 40.64) (xy 114.3 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 15db897a-bf67-4d46-9dd4-27643ac47fcb) ) (wire (pts (xy 215.9 133.35) (xy 215.9 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 16be5923-a12d-4c9e-abf3-3077a4581b60) ) (wire (pts (xy 195.58 142.24) (xy 195.58 140.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 18a175f3-9788-4713-a7f4-7686e8134278) ) (wire (pts (xy 156.21 121.92) (xy 156.21 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1ab9dd3d-3550-4cdd-bcc7-a9b9fddfa834) ) (wire (pts (xy 137.16 95.25) (xy 137.16 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1d27825b-3cf1-44c4-a46d-af3e0451e0d3) ) (wire (pts (xy 129.54 71.12) (xy 129.54 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 235e1e0f-5a53-4ed0-85a2-8b68fbb83b50) ) (wire (pts (xy 166.37 121.92) (xy 173.99 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 281216d8-bed5-4e30-b97e-9f09352057db) ) (wire (pts (xy 217.17 67.31) (xy 217.17 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 28bbc101-6620-48bc-9e6b-4287ebd6dcc6) ) (wire (pts (xy 115.57 45.72) (xy 109.22 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2d7de0a0-81b5-49c2-a6f7-dffb306f4b76) ) (wire (pts (xy 55.88 35.56) (xy 66.04 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2e28e83c-9081-489b-abeb-970161210ebd) ) (wire (pts (xy 81.28 58.42) (xy 97.79 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2f3ee5b2-a32d-43e5-bd1e-27b152ecebfd) ) (wire (pts (xy 74.93 55.88) (xy 74.93 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 326d038f-f2ec-45cb-9ab4-de5cacd02e68) ) (wire (pts (xy 137.16 81.28) (xy 137.16 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 346209fa-ec32-4516-b497-8a666428e908) ) (wire (pts (xy 236.22 52.07) (xy 238.76 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 365aec64-1bb6-4526-9dc1-49cc6b1e3242) ) (wire (pts (xy 50.8 35.56) (xy 55.88 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3a6f4300-d6b4-4074-b99e-35790f984f9f) ) (wire (pts (xy 74.93 82.55) (xy 81.28 82.55)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3c9e2f07-a7aa-4238-9bb2-f3eb2022436c) ) (wire (pts (xy 146.05 45.72) (xy 137.16 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3cdd39dd-ae18-4a5a-b039-eb434cee992a) ) (wire (pts (xy 81.28 76.2) (xy 83.82 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3e202c1f-4df5-4e8f-88c8-3762534d5338) ) (wire (pts (xy 209.55 49.53) (xy 210.82 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 401fec21-7944-4012-9d60-c67c7a54c6d2) ) (wire (pts (xy 156.21 128.27) (xy 156.21 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 41f34bd4-9a1e-4491-9bc4-8831a09cd75c) ) (wire (pts (xy 100.33 93.98) (xy 115.57 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 446582a7-5afe-457d-8f96-be28266a0634) ) (wire (pts (xy 62.23 71.12) (xy 83.82 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 44bb4084-58c9-441f-abce-d1bcc4141a08) ) (wire (pts (xy 124.46 133.35) (xy 127 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4877157a-8fe6-4845-ae98-325ed127d524) ) (wire (pts (xy 195.58 124.46) (xy 195.58 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4a6e7ebe-45ef-4853-bc02-b4e2490de046) ) (wire (pts (xy 166.37 133.35) (xy 156.21 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4a9a9faf-64ae-45a9-90fe-5d194cd2dc89) ) (wire (pts (xy 50.8 72.39) (xy 50.8 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4ae6b1de-fba4-4515-a0ed-0db06fb5cc2c) ) (wire (pts (xy 184.15 35.56) (xy 184.15 36.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4af6cffc-f13a-4b14-ac09-a8d620e831c6) ) (wire (pts (xy 81.28 76.2) (xy 81.28 82.55)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4b5a5eae-1ce0-4db9-a1b7-4d1c4a83aeb3) ) (wire (pts (xy 118.11 124.46) (xy 119.38 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4c928444-a5be-4ea8-9ccc-e49a8f72f78b) ) (wire (pts (xy 97.79 93.98) (xy 100.33 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4d59394c-a07f-4deb-8edb-b0c8d9e45bb8) ) (wire (pts (xy 138.43 121.92) (xy 134.62 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4e7462bf-0a88-4f54-b6c1-d91d4540bd84) ) (wire (pts (xy 243.84 128.27) (xy 243.84 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4fa4a3d7-1c05-46eb-a4d5-177f597474ee) ) (wire (pts (xy 118.11 133.35) (xy 118.11 135.89)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5036687d-e62e-44b2-8856-556009b0fbb6) ) (wire (pts (xy 156.21 134.62) (xy 156.21 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 509ba60d-e085-4e7e-b6fb-99a698cef370) ) (wire (pts (xy 115.57 48.26) (xy 115.57 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 50e20f29-c60c-4eac-8426-756e07945d91) ) (wire (pts (xy 186.69 116.84) (xy 186.69 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 52d0912d-c38e-45a1-b31e-4e7577a8e560) ) (wire (pts (xy 74.93 129.54) (xy 85.09 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 53516caf-3f72-48f3-95ab-8380951a39a5) ) (wire (pts (xy 97.79 93.98) (xy 97.79 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 54317cc5-de39-4bb3-94e6-9042bfa42e2b) ) (wire (pts (xy 74.93 91.44) (xy 74.93 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5536a46c-0c25-4f53-8fa1-95b8455390c5) ) (wire (pts (xy 201.93 133.35) (xy 204.47 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5715138c-add3-4ee2-9670-f4108de3a62b) ) (wire (pts (xy 243.84 123.19) (xy 243.84 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 58710791-26cc-462e-87f5-26ce2d1388f4) ) (wire (pts (xy 62.23 72.39) (xy 62.23 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 588dc7f4-980e-40ce-9a68-0be0eeac2723) ) (wire (pts (xy 129.54 35.56) (xy 129.54 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 58ad8553-7e3e-470d-abec-fc5ab545f9e4) ) (wire (pts (xy 115.57 55.88) (xy 115.57 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 598d9ea0-8f06-4965-939a-7a09455e36af) ) (wire (pts (xy 180.34 54.61) (xy 181.61 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5deee54f-b5d0-463d-906b-a004a6675f79) ) (wire (pts (xy 232.41 52.07) (xy 236.22 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5e21908f-479f-449f-8917-20aaf5599ac9) ) (wire (pts (xy 109.22 121.92) (xy 119.38 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5ff32819-a500-4ec1-af36-d0057efb6acf) ) (wire (pts (xy 50.8 78.74) (xy 50.8 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 60f98981-de01-4dcd-94d8-3fa1381e2775) ) (wire (pts (xy 233.68 140.97) (xy 233.68 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 67255fb5-0f4c-4d52-b171-6eb8d5fd0efc) ) (wire (pts (xy 227.33 54.61) (xy 227.33 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6f017ee4-c8f2-4527-9c78-3d3296b3facf) ) (wire (pts (xy 81.28 46.99) (xy 74.93 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7049811e-4eb1-46d8-a80f-b45f67ea523b) ) (wire (pts (xy 97.79 50.8) (xy 97.79 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 70a507e0-8c6c-472c-ae0e-84675f003798) ) (wire (pts (xy 186.69 54.61) (xy 187.96 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 71b54426-538d-4ac1-990d-0bb143c653e2) ) (wire (pts (xy 217.17 66.04) (xy 199.39 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 726aa75e-ea95-4617-b0b3-33858c34bcb0) ) (wire (pts (xy 233.68 121.92) (xy 223.52 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7287dade-87d2-4171-a662-530532b47505) ) (wire (pts (xy 50.8 77.47) (xy 50.8 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 73018556-b5e4-4ef1-bfb5-dc4d078ed42f) ) (wire (pts (xy 166.37 128.27) (xy 166.37 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 747eab6f-ce41-499b-9e02-c2b997ef510f) ) (wire (pts (xy 62.23 78.74) (xy 62.23 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 75f473bb-1bd1-4418-a7d9-d3eee8f5d032) ) (wire (pts (xy 100.33 50.8) (xy 100.33 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 775ce4e4-80e1-4e2c-ae02-2f5ca7df07d3) ) (wire (pts (xy 50.8 35.56) (xy 50.8 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7917358c-b454-474b-a0d3-1b6bbab8a5d7) ) (wire (pts (xy 74.93 46.99) (xy 72.39 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7a78c7d0-7f86-4745-ba02-5cb41f494650) ) (wire (pts (xy 223.52 121.92) (xy 220.98 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7cec571a-acbb-4137-b9eb-dfdb7a7839b6) ) (wire (pts (xy 156.21 140.97) (xy 156.21 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7d5c36a6-ade7-40c6-877e-59f9c1e6291c) ) (wire (pts (xy 97.79 58.42) (xy 100.33 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 802e4a14-4e36-4714-93d2-58aa4372609d) ) (wire (pts (xy 81.28 40.64) (xy 83.82 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8194328c-75d4-4dda-a08f-be9451121946) ) (wire (pts (xy 81.28 54.61) (xy 81.28 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 81cba1f1-0458-4eeb-a188-c10306ea7447) ) (wire (pts (xy 55.88 58.42) (xy 74.93 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 82180538-4262-4c7e-a0c5-f5c1926fbae3) ) (wire (pts (xy 109.22 116.84) (xy 109.22 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 832783e7-6877-4222-9f1f-65f7e1e32517) ) (wire (pts (xy 109.22 71.12) (xy 129.54 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8712df89-8299-4cb7-8519-a7b4b3232089) ) (wire (pts (xy 115.57 81.28) (xy 119.38 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 873e8e8f-d4cc-4054-9458-e499a193ad7c) ) (wire (pts (xy 217.17 52.07) (xy 217.17 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 88d35992-0482-4335-9e21-aa1c9f90ea97) ) (wire (pts (xy 196.85 133.35) (xy 195.58 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8a7ebfac-3a53-4b23-a256-b3fa7a2225cc) ) (wire (pts (xy 195.58 124.46) (xy 196.85 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8c2452d5-a4c9-4c11-81e5-61ad04e203db) ) (wire (pts (xy 81.28 90.17) (xy 81.28 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8c4e8985-dfec-430d-a079-d4a1ddd2b009) ) (wire (pts (xy 114.3 76.2) (xy 115.57 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8ebb63b8-4cd4-4c06-bd9a-5d00d605a5ea) ) (wire (pts (xy 50.8 93.98) (xy 74.93 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8f5660c3-d3c7-4470-b89d-d4b988de8ae2) ) (wire (pts (xy 74.93 93.98) (xy 81.28 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8fd51f8e-7d81-469b-a8cf-c1111f81e7b5) ) (wire (pts (xy 118.11 124.46) (xy 118.11 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 904ad97e-22df-4149-8b59-9b9d4a72e74c) ) (wire (pts (xy 81.28 82.55) (xy 81.28 85.09)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 95168326-e1d0-44e2-8262-b13ba02bc330) ) (wire (pts (xy 180.34 54.61) (xy 180.34 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 959f94f9-b433-4e1d-875f-59a97851aa0d) ) (wire (pts (xy 204.47 134.62) (xy 204.47 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 998818c3-1b7c-4c25-84a6-8eec4fabfa8d) ) (wire (pts (xy 38.1 127) (xy 38.1 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9a26fe91-e5ef-411e-af04-19eb84c8f085) ) (wire (pts (xy 232.41 66.04) (xy 217.17 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9d1250e3-a2b7-4caa-a8cc-6201d0ce9f3b) ) (wire (pts (xy 233.68 133.35) (xy 215.9 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9d5d5ff2-9603-41e5-a184-36aa4483e412) ) (wire (pts (xy 119.38 133.35) (xy 118.11 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9d8e5cec-8157-4498-9a08-64124fcde04e) ) (wire (pts (xy 187.96 66.04) (xy 199.39 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9dfbc7a3-b0ad-47a1-9f44-0cf180279361) ) (wire (pts (xy 81.28 40.64) (xy 81.28 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a16e25f9-59bc-498e-8513-7f0992b4c8d3) ) (wire (pts (xy 100.33 58.42) (xy 115.57 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a1aa67a1-c5a8-491e-b937-e25a2db1593c) ) (wire (pts (xy 74.93 58.42) (xy 81.28 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a1d7f470-2731-4899-bb39-ba0d087a8f4f) ) (wire (pts (xy 233.68 134.62) (xy 233.68 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a22d3864-be81-432d-af53-b22ce1bc0cc8) ) (wire (pts (xy 74.93 46.99) (xy 74.93 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a33b8029-61f0-4bda-b5c0-bdb86115ab84) ) (wire (pts (xy 115.57 58.42) (xy 137.16 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a4808de6-3b66-44fd-86cf-34d5851e8b03) ) (wire (pts (xy 115.57 93.98) (xy 137.16 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a4c4f1ac-c058-4c28-8c23-39cb6d8cc236) ) (wire (pts (xy 119.38 45.72) (xy 115.57 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a6d96db2-2618-435d-be6a-f751f3040282) ) (wire (pts (xy 138.43 133.35) (xy 138.43 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a81fbd6e-5ea8-4f9c-ae0e-7f377ca9c676) ) (wire (pts (xy 74.93 82.55) (xy 74.93 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a93f5797-b670-499f-99f0-2a005f67a927) ) (wire (pts (xy 215.9 49.53) (xy 217.17 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a965bfb1-87b4-4925-ad57-d3d0e0a187be) ) (wire (pts (xy 81.28 46.99) (xy 81.28 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aa2f45f3-ac6d-4770-ac67-e0bf87053b77) ) (wire (pts (xy 74.93 82.55) (xy 72.39 82.55)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aa3bc1d4-f87b-4dc5-b4ff-d2a7d462013b) ) (wire (pts (xy 209.55 54.61) (xy 227.33 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aa51955e-12fe-491e-9061-dfe0b4f79112) ) (wire (pts (xy 109.22 81.28) (xy 115.57 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ac7f63ed-175f-425c-a408-317719f9c9f7) ) (wire (pts (xy 109.22 35.56) (xy 129.54 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid acdc7f20-ad88-434c-91aa-4ed38984f801) ) (wire (pts (xy 50.8 78.74) (xy 62.23 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ae721645-b3c2-4b4c-8027-16c4d324870c) ) (wire (pts (xy 187.96 63.5) (xy 187.96 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ae83dd8d-e4a6-4f1f-9d39-03fcb2a699b1) ) (wire (pts (xy 227.33 52.07) (xy 226.06 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid af6b2020-1c9b-4c5e-a9d4-fe641609e215) ) (wire (pts (xy 100.33 93.98) (xy 100.33 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b3c19db1-570b-4110-a404-21e4bd7a6538) ) (wire (pts (xy 156.21 121.92) (xy 146.05 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b441f997-6e1f-4f9d-a8bb-28b20b101349) ) (wire (pts (xy 137.16 59.69) (xy 137.16 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b4cae3f5-9c41-4e66-947c-63327b31cbf1) ) (wire (pts (xy 81.28 93.98) (xy 97.79 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b6ec1152-e68c-4d74-8eb3-6634a366fd02) ) (wire (pts (xy 115.57 91.44) (xy 115.57 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b7921e40-34c8-40ed-977d-1c180955d236) ) (wire (pts (xy 38.1 129.54) (xy 44.45 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b8b4d4d9-1412-4142-a2d6-fbc818c5462d) ) (wire (pts (xy 156.21 121.92) (xy 166.37 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bae0a001-424d-4d80-9e23-a7cd7a8e5be3) ) (wire (pts (xy 233.68 121.92) (xy 243.84 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bf9cc353-57aa-483f-90f0-beb4cb8daeb2) ) (wire (pts (xy 217.17 49.53) (xy 217.17 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bfc14a90-9ff1-4b0d-8302-bdc3aac4547d) ) (wire (pts (xy 127 133.35) (xy 127 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c09a76fe-370b-4ca1-b1b9-466f593f59f3) ) (wire (pts (xy 186.69 121.92) (xy 196.85 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c16ee540-c6da-4382-a735-8a3f12521381) ) (wire (pts (xy 204.47 133.35) (xy 204.47 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c451aa47-ef65-4f0f-b3b2-42f70b60ba48) ) (wire (pts (xy 40.64 35.56) (xy 50.8 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c56fd4f5-6125-4969-be28-6cecd6272143) ) (wire (pts (xy 66.04 43.18) (xy 66.04 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c6567121-542c-41db-830a-4cdd7db05ca6) ) (wire (pts (xy 127 81.28) (xy 129.54 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c736fd81-9ce0-43e2-bfb4-a1dcbe15f48c) ) (wire (pts (xy 172.72 35.56) (xy 180.34 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c761667b-51a2-4052-816b-b76c75a2df79) ) (wire (pts (xy 118.11 142.24) (xy 118.11 140.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c82a6b71-2f26-41c5-af19-bd6b54ef2763) ) (wire (pts (xy 138.43 124.46) (xy 134.62 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c82d5a0f-cb46-485c-ac9d-e67b3e6f84ab) ) (wire (pts (xy 215.9 124.46) (xy 212.09 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cd5f4b46-31bb-4806-8768-6bc3598a298a) ) (wire (pts (xy 137.16 58.42) (xy 137.16 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cf525391-9da4-46a6-a88f-c6521f414b72) ) (wire (pts (xy 115.57 83.82) (xy 115.57 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cfd5e44d-0283-4bf0-9e89-9520715c413d) ) (wire (pts (xy 69.85 129.54) (xy 74.93 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d216d641-8bb5-4f55-b73b-e8c8006d95e1) ) (wire (pts (xy 44.45 129.54) (xy 50.8 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d272d8bd-cce2-4184-b345-cad199fa541c) ) (wire (pts (xy 55.88 36.83) (xy 55.88 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d3f3aad8-e06c-4ed5-9cef-bdf222476559) ) (wire (pts (xy 217.17 52.07) (xy 218.44 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d565e836-66cd-4cb2-8cdb-74be7883f0fc) ) (wire (pts (xy 232.41 57.15) (xy 232.41 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d7624956-552f-4f2c-9844-26f205363a3a) ) (wire (pts (xy 199.39 66.04) (xy 199.39 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d8cdcbcd-a9af-426e-951d-2479812733ec) ) (wire (pts (xy 217.17 52.07) (xy 209.55 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d9f700e8-fd27-4d83-a02a-f4e5d398bb2e) ) (wire (pts (xy 195.58 135.89) (xy 195.58 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid da28c5cd-a746-40ca-bf54-c5a6169f9ae9) ) (wire (pts (xy 66.04 35.56) (xy 83.82 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dafe4536-91fe-4173-9030-f98212215649) ) (wire (pts (xy 217.17 62.23) (xy 217.17 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid db6111f5-42ed-4372-a664-5b39609b78c7) ) (wire (pts (xy 115.57 45.72) (xy 115.57 40.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dd5e3623-e56f-414f-a103-77ccacda6f73) ) (wire (pts (xy 215.9 121.92) (xy 212.09 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dd92dee6-0ff1-42bf-a47c-420d1068fa91) ) (wire (pts (xy 137.16 90.17) (xy 137.16 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dde308d4-9525-4e2a-93c4-80be57e0dcda) ) (wire (pts (xy 232.41 62.23) (xy 232.41 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid df52d00d-805b-497b-8abc-e787f04f9b9a) ) (wire (pts (xy 50.8 71.12) (xy 62.23 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e042706c-9fc8-41b5-b41a-9dacd991652c) ) (wire (pts (xy 187.96 54.61) (xy 189.23 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e104dbb7-9a28-49d0-adbf-ecff3add1a6a) ) (wire (pts (xy 227.33 52.07) (xy 232.41 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e2c561c8-6548-4c02-a26f-6fe56ebdb814) ) (wire (pts (xy 55.88 43.18) (xy 66.04 43.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e531271e-ec80-416b-b106-2f1d739f8748) ) (wire (pts (xy 50.8 129.54) (xy 54.61 129.54)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e58e7b05-3d96-490b-b14d-f2bf732ca138) ) (wire (pts (xy 243.84 133.35) (xy 233.68 133.35)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ed890f33-82eb-43e1-940e-066a18a357ea) ) (wire (pts (xy 146.05 121.92) (xy 143.51 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ee4aeb70-065d-43d8-a2a9-2faee026252a) ) (wire (pts (xy 180.34 35.56) (xy 184.15 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f03856d7-8821-4079-95b9-9c3497b3040c) ) (wire (pts (xy 129.54 45.72) (xy 127 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f5bf89c0-b7b4-40d2-aaf1-c4af63b582d2) ) (wire (pts (xy 137.16 45.72) (xy 129.54 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f7d3c991-fe2a-4c1d-9716-23fc3118d84b) ) (wire (pts (xy 137.16 49.53) (xy 137.16 45.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f880815b-1079-4e90-959d-67e2cd530e04) ) (wire (pts (xy 38.1 120.65) (xy 38.1 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fb93f2c1-aa1d-4a9b-8d4c-8e0a52bd4942) ) @@ -1980,677 +1980,905 @@ (global_label "PCIE1_PWR_EN" (shape input) (at 118.11 142.24 270) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 05db9351-ce22-4686-b909-b9de631059af) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "30V_GATE" (shape input) (at 172.72 35.56 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 1431b46f-cb3a-4bba-ae88-51dc009c1a5d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "30V_GATE" (shape input) (at 40.64 35.56 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3ab81661-1a41-4eaf-a7d3-92ee2978de17) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "3V3_PWR_AUX" (shape input) (at 38.1 120.65 90) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 467a4b4b-3c62-4092-8ea8-bc1f238571e4) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "LPC_VCC" (shape output) (at 238.76 52.07 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 4d84eee9-276b-46a8-9658-5b0e1668bec0) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "5V_PWR_EN" (shape input) (at 72.39 46.99 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 8bc9c87c-044a-4388-96ec-4d115c667f28) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 3.81 -5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 3.81 -5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "1V2_PWR_EN" (shape input) (at 195.58 142.24 270) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid aab8f2a9-f837-45ab-8f8c-592d51df93b4) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "3V3_PWR_EN" (shape input) (at 72.39 82.55 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid d551d226-0fe9-4a18-8674-2790edffcf45) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 3.81 -5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 3.81 -5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (symbol (lib_id "Device:L") (at 123.19 45.72 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5cba) - (property "Reference" "L3" (id 0) (at 123.19 48.26 90)) - (property "Value" "68uH" (id 1) (at 123.19 43.2054 90)) - (property "Footprint" "Inductor_SMD:L_Bourns_SRR1210A" (id 2) (at 123.19 45.72 0) + (property "Reference" "L3" (at 123.19 48.26 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "68uH" (at 123.19 43.2054 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Inductor_SMD:L_Bourns_SRR1210A" (at 123.19 45.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 123.19 45.72 0) + (property "Datasheet" "" (at 123.19 45.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SRR1210-680M" (id 4) (at 123.19 45.72 90) + (property "Manufacturer_No" "SRR1210-680M" (at 123.19 45.72 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Bourns" (id 5) (at 123.19 45.72 0) + (property "Manufacturer" "Bourns" (at 123.19 45.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 123.19 45.72 0) + (property "Checked" "y" (at 123.19 45.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 123.19 45.72 0) + (property "Distributor" "Mouser" (at 123.19 45.72 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 60823c71-fd48-4ca6-8c4d-ffc12950d41d)) (pin "2" (uuid f47616cc-a7cb-430c-a66b-6823f0752717)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "L3") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Polarized_Small") (at 137.16 52.07 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5cc5) - (property "Reference" "C18" (id 0) (at 139.4968 50.9016 0) + (property "Reference" "C18" (at 139.4968 50.9016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "220uF" (id 1) (at 139.4968 53.213 0) + (property "Value" "220uF" (at 139.4968 53.213 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:CP_Elec_8x10" (id 2) (at 137.16 52.07 0) + (property "Footprint" "Capacitor_SMD:CP_Elec_8x10" (at 137.16 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 137.16 52.07 0) + (property "Datasheet" "" (at 137.16 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "UCC" (id 4) (at 137.16 52.07 0) + (property "Manufacturer" "UCC" (at 137.16 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "EMZR500ARA221MHA0G" (id 5) (at 137.16 52.07 0) + (property "Manufacturer_No" "EMZR500ARA221MHA0G" (at 137.16 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 137.16 52.07 0) + (property "Checked" "y" (at 137.16 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 137.16 52.07 0) + (property "Distributor" "Mouser" (at 137.16 52.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ba85a19f-3d99-46cf-8982-7f5789220fee)) (pin "2" (uuid 0bb6588a-af72-4e10-89d5-b0105d9f06be)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C18") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+5V") (at 146.05 45.72 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5ccc) - (property "Reference" "#PWR0128" (id 0) (at 146.05 49.53 0) + (property "Reference" "#PWR0128" (at 146.05 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 146.431 41.3258 0)) - (property "Footprint" "" (id 2) (at 146.05 45.72 0) + (property "Value" "+5V" (at 146.431 41.3258 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 146.05 45.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 146.05 45.72 0) + (property "Datasheet" "" (at 146.05 45.72 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7db4d21c-571a-4ecd-9150-1ff25be56234)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0128") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 137.16 45.72 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5cd4) - (property "Reference" "#FLG0109" (id 0) (at 137.16 43.815 0) + (property "Reference" "#FLG0109" (at 137.16 43.815 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 137.16 41.3258 0)) - (property "Footprint" "" (id 2) (at 137.16 45.72 0) + (property "Value" "PWR_FLAG" (at 137.16 41.3258 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 137.16 45.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 137.16 45.72 0) + (property "Datasheet" "~" (at 137.16 45.72 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid bfc686a8-671c-4b7b-a83e-d5993ea525eb)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#FLG0109") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 137.16 59.69 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5cda) - (property "Reference" "#PWR0127" (id 0) (at 137.16 66.04 0) + (property "Reference" "#PWR0127" (at 137.16 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 137.287 64.0842 0)) - (property "Footprint" "" (id 2) (at 137.16 59.69 0) + (property "Value" "GND" (at 137.287 64.0842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 137.16 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 137.16 59.69 0) + (property "Datasheet" "" (at 137.16 59.69 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4ea7ef92-d92b-4a58-8ae6-92a3bc80cdea)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0127") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Polarized_Small") (at 55.88 39.37 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5ce5) - (property "Reference" "C16" (id 0) (at 58.2168 38.2016 0) + (property "Reference" "C16" (at 58.2168 38.2016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100uF" (id 1) (at 58.2168 40.513 0) + (property "Value" "100uF" (at 58.2168 40.513 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:CP_Elec_8x10" (id 2) (at 55.88 39.37 0) + (property "Footprint" "Capacitor_SMD:CP_Elec_8x10" (at 55.88 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 55.88 39.37 0) + (property "Datasheet" "" (at 55.88 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "UCC" (id 4) (at 55.88 39.37 0) + (property "Manufacturer" "UCC" (at 55.88 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "EMZR500ARA221MHA0G" (id 5) (at 55.88 39.37 0) + (property "Manufacturer_No" "EMZR500ARA221MHA0G" (at 55.88 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 55.88 39.37 0) + (property "Checked" "y" (at 55.88 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 55.88 39.37 0) + (property "Distributor" "Mouser" (at 55.88 39.37 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5126bd91-1bd7-4a75-9fa3-e6005ffd03d4)) (pin "2" (uuid 8119d312-75c5-4fd1-a1ca-b75f7c1029e1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C16") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Polarized_Small") (at 50.8 74.93 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5cf1) - (property "Reference" "C17" (id 0) (at 53.1368 73.7616 0) + (property "Reference" "C17" (at 53.1368 73.7616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100uF" (id 1) (at 53.1368 76.073 0) + (property "Value" "100uF" (at 53.1368 76.073 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:CP_Elec_8x10" (id 2) (at 50.8 74.93 0) + (property "Footprint" "Capacitor_SMD:CP_Elec_8x10" (at 50.8 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 50.8 74.93 0) + (property "Datasheet" "" (at 50.8 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "UCC" (id 4) (at 50.8 74.93 0) + (property "Manufacturer" "UCC" (at 50.8 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "EMZR500ARA221MHA0G" (id 5) (at 50.8 74.93 0) + (property "Manufacturer_No" "EMZR500ARA221MHA0G" (at 50.8 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 50.8 74.93 0) + (property "Checked" "y" (at 50.8 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 50.8 74.93 0) + (property "Distributor" "Mouser" (at 50.8 74.93 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 783851e6-9472-416f-bc27-4bb87ca8b701)) (pin "2" (uuid f2744bef-3492-4a48-ac78-97b65f647c14)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C17") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:L") (at 123.19 81.28 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5cfe) - (property "Reference" "L4" (id 0) (at 123.19 83.82 90)) - (property "Value" "68uH" (id 1) (at 123.19 78.7654 90)) - (property "Footprint" "Inductor_SMD:L_Bourns_SRR1210A" (id 2) (at 123.19 81.28 0) + (property "Reference" "L4" (at 123.19 83.82 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "68uH" (at 123.19 78.7654 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Inductor_SMD:L_Bourns_SRR1210A" (at 123.19 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 123.19 81.28 0) + (property "Datasheet" "" (at 123.19 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SRR1210-680M" (id 4) (at 123.19 81.28 90) + (property "Manufacturer_No" "SRR1210-680M" (at 123.19 81.28 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Bourns" (id 5) (at 123.19 81.28 0) + (property "Manufacturer" "Bourns" (at 123.19 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 123.19 81.28 0) + (property "Checked" "y" (at 123.19 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 123.19 81.28 0) + (property "Distributor" "Mouser" (at 123.19 81.28 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4d887183-489a-41d1-a009-7abfc840e372)) (pin "2" (uuid 52704863-b985-4cfb-b258-7c7edf335a5a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "L4") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Polarized_Small") (at 137.16 87.63 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d08) - (property "Reference" "C19" (id 0) (at 139.4968 86.4616 0) + (property "Reference" "C19" (at 139.4968 86.4616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "220uF" (id 1) (at 139.4968 88.773 0) + (property "Value" "220uF" (at 139.4968 88.773 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:CP_Elec_8x10" (id 2) (at 137.16 87.63 0) + (property "Footprint" "Capacitor_SMD:CP_Elec_8x10" (at 137.16 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 137.16 87.63 0) + (property "Datasheet" "" (at 137.16 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "UCC" (id 4) (at 137.16 87.63 0) + (property "Manufacturer" "UCC" (at 137.16 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "EMZR500ARA221MHA0G" (id 5) (at 137.16 87.63 0) + (property "Manufacturer_No" "EMZR500ARA221MHA0G" (at 137.16 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 137.16 87.63 0) + (property "Checked" "y" (at 137.16 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 137.16 87.63 0) + (property "Distributor" "Mouser" (at 137.16 87.63 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3e332c28-b0a6-449a-bd11-d8fe61af2498)) (pin "2" (uuid e8f08048-61a8-4373-abf9-e8bee4244bb6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C19") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 137.16 81.28 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d10) - (property "Reference" "#FLG0106" (id 0) (at 137.16 79.375 0) + (property "Reference" "#FLG0106" (at 137.16 79.375 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 137.16 76.8858 0)) - (property "Footprint" "" (id 2) (at 137.16 81.28 0) + (property "Value" "PWR_FLAG" (at 137.16 76.8858 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 137.16 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 137.16 81.28 0) + (property "Datasheet" "~" (at 137.16 81.28 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid fe907b86-a04c-4614-85d3-45526bce1d6a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#FLG0106") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 137.16 95.25 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d16) - (property "Reference" "#PWR0138" (id 0) (at 137.16 101.6 0) + (property "Reference" "#PWR0138" (at 137.16 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 137.287 99.6442 0)) - (property "Footprint" "" (id 2) (at 137.16 95.25 0) + (property "Value" "GND" (at 137.287 99.6442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 137.16 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 137.16 95.25 0) + (property "Datasheet" "" (at 137.16 95.25 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6fb952bf-ea28-4ce2-bb83-8cd996160c52)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0138") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 146.05 81.28 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d1e) - (property "Reference" "#PWR0137" (id 0) (at 146.05 85.09 0) + (property "Reference" "#PWR0137" (at 146.05 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 146.431 76.8858 0)) - (property "Footprint" "" (id 2) (at 146.05 81.28 0) + (property "Value" "+3V3" (at 146.431 76.8858 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 146.05 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 146.05 81.28 0) + (property "Datasheet" "" (at 146.05 81.28 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 858f95ce-d574-4818-8ea3-24fb30964fc5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0137") (unit 1) + ) + ) + ) ) (symbol (lib_id "Diode:1N5821") (at 115.57 52.07 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d29) - (property "Reference" "D20" (id 0) (at 117.5766 50.9016 90) + (property "Reference" "D20" (at 117.5766 50.9016 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "SK54A-LTP" (id 1) (at 117.5766 53.213 90) + (property "Value" "SK54A-LTP" (at 117.5766 53.213 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Diode_SMD:D_SMA" (id 2) (at 111.125 52.07 0) + (property "Footprint" "Diode_SMD:D_SMA" (at 111.125 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.mouser.de/datasheet/2/258/SK52A-L-SK510A-L(DO-214AC)-1375089.pdf" (id 3) (at 115.57 52.07 0) + (property "Datasheet" "https://www.mouser.de/datasheet/2/258/SK52A-L-SK510A-L(DO-214AC)-1375089.pdf" (at 115.57 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "MCC" (id 4) (at 115.57 52.07 0) + (property "Manufacturer" "MCC" (at 115.57 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SK54A-LTP" (id 5) (at 115.57 52.07 0) + (property "Manufacturer_No" "SK54A-LTP" (at 115.57 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 115.57 52.07 0) + (property "Checked" "y" (at 115.57 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 115.57 52.07 0) + (property "Distributor" "Mouser" (at 115.57 52.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid da380ad3-c323-4739-be53-c055142ca8c9)) (pin "2" (uuid 52fe4b79-e4ce-4941-b78a-44ffd712d128)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "D20") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 186.69 124.46 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d35) - (property "Reference" "C35" (id 0) (at 189.0268 123.2916 0) + (property "Reference" "C35" (at 189.0268 123.2916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "4.7uF" (id 1) (at 189.0268 125.603 0) + (property "Value" "4.7uF" (at 189.0268 125.603 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 186.69 124.46 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 186.69 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 186.69 124.46 0) + (property "Datasheet" "" (at 186.69 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TDK" (id 4) (at 186.69 124.46 0) + (property "Manufacturer" "TDK" (at 186.69 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 186.69 124.46 0) + (property "Checked" "y" (at 186.69 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C1608X5R1V475K080AC" (id 6) (at 186.69 124.46 0) + (property "Manufacturer_No" "C1608X5R1V475K080AC" (at 186.69 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 186.69 124.46 0) + (property "Distributor" "Mouser" (at 186.69 124.46 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e6927273-63bd-4e1f-ab2d-60680d38d29f)) (pin "2" (uuid 2ad4cb7a-4179-4834-8ffe-b9be26224070)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C35") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 223.52 124.46 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d40) - (property "Reference" "C37" (id 0) (at 225.8568 123.2916 0) + (property "Reference" "C37" (at 225.8568 123.2916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 225.8568 125.603 0) + (property "Value" "10uF" (at 225.8568 125.603 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 223.52 124.46 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 223.52 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 223.52 124.46 0) + (property "Datasheet" "" (at 223.52 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 223.52 124.46 0) + (property "Manufacturer" "Murata" (at 223.52 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 223.52 124.46 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 223.52 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 223.52 124.46 0) + (property "Checked" "y" (at 223.52 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 223.52 124.46 0) + (property "Distributor" "Mouser" (at 223.52 124.46 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid eae34222-6875-49c7-a3a6-026bcf6ad327)) (pin "2" (uuid 8b000731-bedb-4ef9-b3b0-7f6e5ddfefaf)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C37") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 186.69 127 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d46) - (property "Reference" "#PWR0126" (id 0) (at 186.69 133.35 0) + (property "Reference" "#PWR0126" (at 186.69 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 186.817 131.3942 0)) - (property "Footprint" "" (id 2) (at 186.69 127 0) + (property "Value" "GND" (at 186.817 131.3942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 186.69 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 186.69 127 0) + (property "Datasheet" "" (at 186.69 127 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7f77c1c8-3fd4-433f-b30d-6881dced8671)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0126") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 223.52 127 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d4c) - (property "Reference" "#PWR0111" (id 0) (at 223.52 133.35 0) + (property "Reference" "#PWR0111" (at 223.52 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 223.647 131.3942 0)) - (property "Footprint" "" (id 2) (at 223.52 127 0) + (property "Value" "GND" (at 223.647 131.3942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 223.52 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 223.52 127 0) + (property "Datasheet" "" (at 223.52 127 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4ffcd8f1-c6ed-495c-b076-57e4bfd37b8d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0111") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+1V5") (at 173.99 121.92 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d55) - (property "Reference" "#PWR0115" (id 0) (at 173.99 125.73 0) + (property "Reference" "#PWR0115" (at 173.99 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V5" (id 1) (at 174.371 117.5258 0)) - (property "Footprint" "" (id 2) (at 173.99 121.92 0) + (property "Value" "+1V5" (at 174.371 117.5258 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 173.99 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 173.99 121.92 0) + (property "Datasheet" "" (at 173.99 121.92 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 72be6a52-0ca8-40fe-917c-1235ca9c4cd1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0115") (unit 1) + ) + ) + ) ) (symbol (lib_id "Regulator_Linear:TLV1117-18") (at 62.23 129.54 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d5f) - (property "Reference" "U17" (id 0) (at 62.23 123.3932 0)) - (property "Value" "TLV1117-18" (id 1) (at 62.23 125.7046 0)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-223" (id 2) (at 62.23 129.54 0) + (property "Reference" "U17" (at 62.23 123.3932 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "TLV1117-18" (at 62.23 125.7046 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-223" (at 62.23 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tlv1117.pdf" (id 3) (at 62.23 129.54 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tlv1117.pdf" (at 62.23 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Texas Instruments" (id 4) (at 62.23 129.54 0) + (property "Manufacturer" "Texas Instruments" (at 62.23 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "TLV1117-18CDCYR" (id 5) (at 62.23 129.54 0) + (property "Manufacturer_No" "TLV1117-18CDCYR" (at 62.23 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 62.23 129.54 0) + (property "Checked" "y" (at 62.23 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 62.23 129.54 0) + (property "Distributor" "Mouser" (at 62.23 129.54 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid fa1029d7-ab5e-4bec-a4f0-9993f8dad832)) (pin "2" (uuid 6423e0f3-4f84-4fe1-96a2-9ddf289ae0d7)) (pin "3" (uuid ef6e77ae-0572-4399-9628-17cd6a2e1be2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "U17") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 44.45 132.08 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d6f) - (property "Reference" "C129" (id 0) (at 46.7868 130.9116 0) + (property "Reference" "C129" (at 46.7868 130.9116 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1uF" (id 1) (at 46.7868 133.223 0) + (property "Value" "1uF" (at 46.7868 133.223 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 44.45 132.08 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 44.45 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 44.45 132.08 0) + (property "Datasheet" "" (at 44.45 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 4) (at 44.45 132.08 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 44.45 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 5) (at 44.45 132.08 0) + (property "Manufacturer" "Taiyo Yuden" (at 44.45 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 44.45 132.08 0) + (property "Checked" "y" (at 44.45 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 44.45 132.08 0) + (property "Distributor" "Mouser" (at 44.45 132.08 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4ebc4fdf-45b5-433b-ae04-d356e9f1f1f8)) (pin "2" (uuid a83ddad7-437c-4483-9a07-f710d21048c9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C129") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 44.45 134.62 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d78) - (property "Reference" "#PWR0162" (id 0) (at 44.45 140.97 0) + (property "Reference" "#PWR0162" (at 44.45 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 44.577 139.0142 0)) - (property "Footprint" "" (id 2) (at 44.45 134.62 0) + (property "Value" "GND" (at 44.577 139.0142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 44.45 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 44.45 134.62 0) + (property "Datasheet" "" (at 44.45 134.62 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 78f8af78-4c38-4098-a3c4-4f4f4944d1da)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0162") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 62.23 137.16 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d7e) - (property "Reference" "#PWR0165" (id 0) (at 62.23 143.51 0) + (property "Reference" "#PWR0165" (at 62.23 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 62.357 141.5542 0)) - (property "Footprint" "" (id 2) (at 62.23 137.16 0) + (property "Value" "GND" (at 62.357 141.5542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 62.23 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 62.23 137.16 0) + (property "Datasheet" "" (at 62.23 137.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f3f3561b-fce7-4e5b-8a02-97c756c3ad54)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0165") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 74.93 132.08 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d88) - (property "Reference" "C130" (id 0) (at 77.2668 130.9116 0) + (property "Reference" "C130" (at 77.2668 130.9116 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1uF" (id 1) (at 77.2668 133.223 0) + (property "Value" "1uF" (at 77.2668 133.223 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 74.93 132.08 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 74.93 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 74.93 132.08 0) + (property "Datasheet" "" (at 74.93 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 4) (at 74.93 132.08 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 74.93 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 5) (at 74.93 132.08 0) + (property "Manufacturer" "Taiyo Yuden" (at 74.93 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 74.93 132.08 0) + (property "Checked" "y" (at 74.93 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 74.93 132.08 0) + (property "Distributor" "Mouser" (at 74.93 132.08 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 74c67c41-a189-40f5-b267-5aa2407a96fb)) (pin "2" (uuid 013852b2-267a-40c7-af65-b689dd1f5a6c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C130") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 74.93 134.62 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d8f) - (property "Reference" "#PWR0170" (id 0) (at 74.93 140.97 0) + (property "Reference" "#PWR0170" (at 74.93 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 75.057 139.0142 0)) - (property "Footprint" "" (id 2) (at 74.93 134.62 0) + (property "Value" "GND" (at 75.057 139.0142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 74.93 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 74.93 134.62 0) + (property "Datasheet" "" (at 74.93 134.62 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 22e2dcaf-2229-4044-8d86-50b0c3f502a8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0170") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+1V8") (at 85.09 129.54 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5d95) - (property "Reference" "#PWR0194" (id 0) (at 85.09 133.35 0) + (property "Reference" "#PWR0194" (at 85.09 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V8" (id 1) (at 85.471 125.1458 0)) - (property "Footprint" "" (id 2) (at 85.09 129.54 0) + (property "Value" "+1V8" (at 85.471 125.1458 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 85.09 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 85.09 129.54 0) + (property "Datasheet" "" (at 85.09 129.54 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 708d6391-fd57-4509-beec-b81c8f37ffba)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0194") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 111.76 76.2 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5da4) - (property "Reference" "C128" (id 0) (at 111.76 72.39 90)) - (property "Value" "10nF" (id 1) (at 116.84 74.93 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 111.76 76.2 0) + (property "Reference" "C128" (at 111.76 72.39 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10nF" (at 116.84 74.93 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 111.76 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 111.76 76.2 0) + (property "Datasheet" "" (at 111.76 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "KEMET" (id 4) (at 111.76 76.2 0) + (property "Manufacturer" "KEMET" (at 111.76 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C0603C103K5RAC3190" (id 5) (at 111.76 76.2 0) + (property "Manufacturer_No" "C0603C103K5RAC3190" (at 111.76 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 111.76 76.2 0) + (property "Checked" "y" (at 111.76 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 111.76 76.2 0) + (property "Distributor" "Mouser" (at 111.76 76.2 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 06d9fcd9-675d-4cdd-9c47-85903c0dfa7f)) (pin "2" (uuid 6d50f9a1-cf65-4e10-a7ae-ea3650685b8a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C128") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:LM2677-3.3") (at 96.52 73.66 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5db1) - (property "Reference" "U12" (id 0) (at 96.52 64.3382 0)) - (property "Value" "LM2677SX-3.3" (id 1) (at 96.52 66.6496 0)) - (property "Footprint" "Package_TO_SOT_SMD:TO-263-7_TabPin8" (id 2) (at 100.33 93.98 0) + (property "Reference" "U12" (at 96.52 64.3382 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LM2677SX-3.3" (at 96.52 66.6496 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:TO-263-7_TabPin8" (at 100.33 93.98 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2677.pdf" (id 3) (at 96.52 73.66 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2677.pdf" (at 96.52 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Texas Instruments" (id 4) (at 96.52 73.66 0) + (property "Manufacturer" "Texas Instruments" (at 96.52 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LM2677S-3.3/NOPB" (id 5) (at 96.52 73.66 0) + (property "Manufacturer_No" "LM2677S-3.3/NOPB" (at 96.52 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 96.52 73.66 0) + (property "Checked" "y" (at 96.52 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 96.52 73.66 0) + (property "Distributor" "Mouser" (at 96.52 73.66 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0ca3db88-4795-4502-86dd-5dc5d57aad20)) @@ -2661,29 +2889,40 @@ (pin "6" (uuid 551e2d6f-aa1c-4225-8c88-9802999adc5c)) (pin "7" (uuid 12f33415-cb58-47cd-8433-ecdfcf1f8d37)) (pin "8" (uuid 53d3c0bb-595b-4a33-a15f-8669684d6387)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "U12") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:LM2677-3.3") (at 96.52 38.1 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5dbb) - (property "Reference" "U7" (id 0) (at 96.52 28.7782 0)) - (property "Value" "LM2677SX-5" (id 1) (at 96.52 31.0896 0)) - (property "Footprint" "Package_TO_SOT_SMD:TO-263-7_TabPin8" (id 2) (at 100.33 58.42 0) + (property "Reference" "U7" (at 96.52 28.7782 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LM2677SX-5" (at 96.52 31.0896 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:TO-263-7_TabPin8" (at 100.33 58.42 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2677.pdf" (id 3) (at 96.52 38.1 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2677.pdf" (at 96.52 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Texas Instruments" (id 4) (at 96.52 38.1 0) + (property "Manufacturer" "Texas Instruments" (at 96.52 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LM2677SX-5" (id 5) (at 96.52 38.1 0) + (property "Manufacturer_No" "LM2677SX-5" (at 96.52 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 96.52 38.1 0) + (property "Checked" "y" (at 96.52 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 96.52 38.1 0) + (property "Distributor" "Mouser" (at 96.52 38.1 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0b32d392-2485-48bc-900e-c4ab481d0e45)) @@ -2694,56 +2933,78 @@ (pin "6" (uuid 09952ca1-2cc3-4270-bc80-f5ae4d2c0a6b)) (pin "7" (uuid 5cb1782c-af2c-4a07-891b-038d68ba43d1)) (pin "8" (uuid ae71eda6-6972-420a-8d79-c52904b6c30c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "U7") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 111.76 40.64 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5dc5) - (property "Reference" "C148" (id 0) (at 111.76 36.83 90)) - (property "Value" "10nF" (id 1) (at 116.84 39.37 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 111.76 40.64 0) + (property "Reference" "C148" (at 111.76 36.83 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10nF" (at 116.84 39.37 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 111.76 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 111.76 40.64 0) + (property "Datasheet" "" (at 111.76 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "KEMET" (id 4) (at 111.76 40.64 0) + (property "Manufacturer" "KEMET" (at 111.76 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C0603C103K5RAC3190" (id 5) (at 111.76 40.64 0) + (property "Manufacturer_No" "C0603C103K5RAC3190" (at 111.76 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 111.76 40.64 0) + (property "Checked" "y" (at 111.76 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 111.76 40.64 0) + (property "Distributor" "Mouser" (at 111.76 40.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 70d2473f-361f-4627-8cd3-36be2038a663)) (pin "2" (uuid 955f8f63-a4e6-4fab-b3a6-a14a584e508e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C148") (unit 1) + ) + ) + ) ) (symbol (lib_id "Regulator_Switching:LM2841X") (at 199.39 52.07 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5ddd) - (property "Reference" "U14" (id 0) (at 199.39 42.7482 0)) - (property "Value" "LMR16006YQ3" (id 1) (at 199.39 45.0596 0)) - (property "Footprint" "Package_TO_SOT_SMD:TSOT-23-6" (id 2) (at 200.025 58.42 0) + (property "Reference" "U14" (at 199.39 42.7482 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LMR16006YQ3" (at 199.39 45.0596 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:TSOT-23-6" (at 200.025 58.42 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 196.85 49.53 0) + (property "Datasheet" "" (at 196.85 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 199.39 52.07 0) + (property "Checked" "y" (at 199.39 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 199.39 52.07 0) + (property "Distributor" "Mouser" (at 199.39 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Texas Instruments" (id 6) (at 199.39 52.07 0) + (property "Manufacturer" "Texas Instruments" (at 199.39 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "LMR16006YQ3" (id 7) (at 199.39 52.07 0) + (property "Manufacturer_No" "LMR16006YQ3" (at 199.39 52.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6938ee3e-e22e-435b-a047-b81dc3ee2a39)) @@ -2752,146 +3013,204 @@ (pin "4" (uuid 1ba0ef0b-9ace-4fda-b816-79e7a4ea5c5e)) (pin "5" (uuid 0ffeeb36-8e7e-4733-b243-be2ee9fd2171)) (pin "6" (uuid e26af59c-9a2d-4cab-a18c-15a6330b870d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "U14") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:L") (at 222.25 52.07 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5de7) - (property "Reference" "L5" (id 0) (at 222.25 47.244 90)) - (property "Value" "10uH" (id 1) (at 222.25 49.5554 90)) - (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (id 2) (at 222.25 52.07 0) + (property "Reference" "L5" (at 222.25 47.244 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10uH" (at 222.25 49.5554 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (at 222.25 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 222.25 52.07 0) + (property "Datasheet" "" (at 222.25 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 222.25 52.07 90) + (property "Manufacturer" "Taiyo Yuden" (at 222.25 52.07 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CBC3225T100MRV" (id 5) (at 222.25 52.07 90) + (property "Manufacturer_No" "CBC3225T100MRV" (at 222.25 52.07 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 222.25 52.07 0) + (property "Checked" "y" (at 222.25 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 222.25 52.07 0) + (property "Distributor" "Mouser" (at 222.25 52.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c82ad8b3-83df-4664-9079-58dc63c5dab0)) (pin "2" (uuid cdc03112-b898-470e-9a1c-14b4e278b975)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "L5") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D_Schottky_Small") (at 217.17 59.69 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5df1) - (property "Reference" "D3" (id 0) (at 219.1766 58.5216 90) + (property "Reference" "D3" (at 219.1766 58.5216 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "SBR0560S1" (id 1) (at 219.1766 60.833 90) + (property "Value" "SBR0560S1" (at 219.1766 60.833 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Diode_SMD:D_SOD-123" (id 2) (at 217.17 59.69 90) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 217.17 59.69 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 217.17 59.69 90) + (property "Datasheet" "" (at 217.17 59.69 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Diodes, Inc." (id 4) (at 217.17 59.69 0) + (property "Manufacturer" "Diodes, Inc." (at 217.17 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SBR0560S1-7" (id 5) (at 217.17 59.69 0) + (property "Manufacturer_No" "SBR0560S1-7" (at 217.17 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 217.17 59.69 0) + (property "Checked" "y" (at 217.17 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 217.17 59.69 0) + (property "Distributor" "Mouser" (at 217.17 59.69 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e8c30862-2b1d-4857-b37b-0c58e6f189f9)) (pin "2" (uuid d346eac9-b567-41bf-bbf0-a1d06d84ae84)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "D3") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 236.22 52.07 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5dfa) - (property "Reference" "#FLG0103" (id 0) (at 236.22 50.165 0) + (property "Reference" "#FLG0103" (at 236.22 50.165 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 236.22 47.6758 0)) - (property "Footprint" "" (id 2) (at 236.22 52.07 0) + (property "Value" "PWR_FLAG" (at 236.22 47.6758 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 236.22 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 236.22 52.07 0) + (property "Datasheet" "~" (at 236.22 52.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 69cb0c55-09e2-45b9-bdbd-d0ba4ff24e68)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#FLG0103") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 217.17 67.31 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e02) - (property "Reference" "#PWR0114" (id 0) (at 217.17 73.66 0) + (property "Reference" "#PWR0114" (at 217.17 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 217.297 71.7042 0)) - (property "Footprint" "" (id 2) (at 217.17 67.31 0) + (property "Value" "GND" (at 217.297 71.7042 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 217.17 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 217.17 67.31 0) + (property "Datasheet" "" (at 217.17 67.31 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 37556dd7-f645-48ea-a965-f986288f1993)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0114") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 213.36 49.53 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e0f) - (property "Reference" "C3" (id 0) (at 213.36 43.7134 90)) - (property "Value" "0.33uF" (id 1) (at 213.36 46.0248 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 213.36 49.53 0) + (property "Reference" "C3" (at 213.36 43.7134 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0.33uF" (at 213.36 46.0248 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 213.36 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 213.36 49.53 0) + (property "Datasheet" "" (at 213.36 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 213.36 49.53 0) + (property "Checked" "y" (at 213.36 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TDK" (id 5) (at 213.36 49.53 0) + (property "Manufacturer" "TDK" (at 213.36 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C1608X7R1H334K080AC" (id 6) (at 213.36 49.53 0) + (property "Manufacturer_No" "C1608X7R1H334K080AC" (at 213.36 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 213.36 49.53 0) + (property "Distributor" "Mouser" (at 213.36 49.53 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 24371152-8dc7-45a0-a84d-3209e177c147)) (pin "2" (uuid 3c0fc47d-7966-4783-ae60-7752f445fb76)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C3") (unit 1) + ) + ) + ) ) (symbol (lib_id "Regulator_Switching:TLV62568DBV") (at 204.47 124.46 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e1e) - (property "Reference" "U13" (id 0) (at 204.47 115.1382 0)) - (property "Value" "TLV62568DBV" (id 1) (at 204.47 117.4496 0)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" (id 2) (at 205.74 130.81 0) + (property "Reference" "U13" (at 204.47 115.1382 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "TLV62568DBV" (at 204.47 117.4496 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" (at 205.74 130.81 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tlv62568.pdf" (id 3) (at 198.12 113.03 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tlv62568.pdf" (at 198.12 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 204.47 124.46 0) + (property "Checked" "y" (at 204.47 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 204.47 124.46 0) + (property "Distributor" "Mouser" (at 204.47 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Texas Instruments" (id 6) (at 204.47 124.46 0) + (property "Manufacturer" "Texas Instruments" (at 204.47 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "TLV62568DBVR" (id 7) (at 204.47 124.46 0) + (property "Manufacturer_No" "TLV62568DBVR" (at 204.47 124.46 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d2427973-5623-4fa3-91ce-daf5b1198ab9)) @@ -2899,264 +3218,355 @@ (pin "3" (uuid d185dce6-17fb-42e6-8b2b-8581e99cfefc)) (pin "4" (uuid e790a059-d883-4596-9eff-6d89a541b4fd)) (pin "5" (uuid ff315129-97f4-47f7-b1e8-1bfe557a7cd2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "U13") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+1V2") (at 251.46 121.92 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e24) - (property "Reference" "#PWR0110" (id 0) (at 251.46 125.73 0) + (property "Reference" "#PWR0110" (at 251.46 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V2" (id 1) (at 251.841 117.5258 0)) - (property "Footprint" "" (id 2) (at 251.46 121.92 0) + (property "Value" "+1V2" (at 251.841 117.5258 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 251.46 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 251.46 121.92 0) + (property "Datasheet" "" (at 251.46 121.92 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 30fb870a-2386-4697-b287-a9e72864c5fc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0110") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 233.68 125.73 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e31) - (property "Reference" "R178" (id 0) (at 235.1786 124.5616 0) + (property "Reference" "R178" (at 235.1786 124.5616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100k" (id 1) (at 235.1786 126.873 0) + (property "Value" "100k" (at 235.1786 126.873 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 233.68 125.73 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 233.68 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 233.68 125.73 0) + (property "Datasheet" "" (at 233.68 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 233.68 125.73 0) + (property "Checked" "y" (at 233.68 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 233.68 125.73 0) + (property "Distributor" "Mouser" (at 233.68 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 233.68 125.73 0) + (property "Manufacturer" "Vishay Dale" (at 233.68 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 7) (at 233.68 125.73 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 233.68 125.73 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 96cc0d5f-ac57-4769-a99f-445d6f99c1d7)) (pin "2" (uuid 2b61ee02-2461-4626-9aa1-4dff80836e6d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R178") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 233.68 140.97 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e39) - (property "Reference" "#PWR0112" (id 0) (at 233.68 147.32 0) + (property "Reference" "#PWR0112" (at 233.68 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 233.807 145.3642 0)) - (property "Footprint" "" (id 2) (at 233.68 140.97 0) + (property "Value" "GND" (at 233.807 145.3642 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 233.68 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 233.68 140.97 0) + (property "Datasheet" "" (at 233.68 140.97 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 68a59895-604b-4e84-ae17-9244e00e9d63)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0112") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 233.68 137.16 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e46) - (property "Reference" "R179" (id 0) (at 235.1786 135.9916 0) + (property "Reference" "R179" (at 235.1786 135.9916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100k" (id 1) (at 235.1786 138.303 0) + (property "Value" "100k" (at 235.1786 138.303 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 233.68 137.16 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 233.68 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 233.68 137.16 0) + (property "Datasheet" "" (at 233.68 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 233.68 137.16 0) + (property "Checked" "y" (at 233.68 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 233.68 137.16 0) + (property "Distributor" "Mouser" (at 233.68 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 233.68 137.16 0) + (property "Manufacturer" "Vishay Dale" (at 233.68 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 7) (at 233.68 137.16 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 233.68 137.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c7ef11ac-4f46-42f5-b206-9aafc7e7026a)) (pin "2" (uuid b1d7d805-f11c-48e4-846a-606643cd4a22)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R179") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 204.47 134.62 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e4f) - (property "Reference" "#PWR0113" (id 0) (at 204.47 140.97 0) + (property "Reference" "#PWR0113" (at 204.47 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 204.597 139.0142 0)) - (property "Footprint" "" (id 2) (at 204.47 134.62 0) + (property "Value" "GND" (at 204.597 139.0142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 204.47 134.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 204.47 134.62 0) + (property "Datasheet" "" (at 204.47 134.62 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 01904d7f-1908-45a8-9ec4-532cf825e043)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0113") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 243.84 125.73 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e59) - (property "Reference" "C36" (id 0) (at 246.1768 124.5616 0) + (property "Reference" "C36" (at 246.1768 124.5616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "6.8pF" (id 1) (at 246.1768 126.873 0) + (property "Value" "6.8pF" (at 246.1768 126.873 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 243.84 125.73 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 243.84 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 243.84 125.73 0) + (property "Datasheet" "" (at 243.84 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay" (id 4) (at 243.84 125.73 0) + (property "Manufacturer" "Vishay" (at 243.84 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "VJ0603A6R8DXQCW1BC" (id 5) (at 243.84 125.73 0) + (property "Manufacturer_No" "VJ0603A6R8DXQCW1BC" (at 243.84 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 243.84 125.73 0) + (property "Checked" "y" (at 243.84 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 243.84 125.73 0) + (property "Distributor" "Mouser" (at 243.84 125.73 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 61f54aac-2892-424d-8354-05a73e507972)) (pin "2" (uuid da8c2cfa-3c6e-4745-aaca-db3dae2b4140)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C36") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 109.22 124.46 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e6a) - (property "Reference" "C33" (id 0) (at 111.5568 123.2916 0) + (property "Reference" "C33" (at 111.5568 123.2916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "4.7uF" (id 1) (at 111.5568 125.603 0) + (property "Value" "4.7uF" (at 111.5568 125.603 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 109.22 124.46 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 109.22 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 109.22 124.46 0) + (property "Datasheet" "" (at 109.22 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TDK" (id 4) (at 109.22 124.46 0) + (property "Manufacturer" "TDK" (at 109.22 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 5) (at 109.22 124.46 0) + (property "Checked" "y" (at 109.22 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "C1608X5R1V475K080AC" (id 6) (at 109.22 124.46 0) + (property "Manufacturer_No" "C1608X5R1V475K080AC" (at 109.22 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 109.22 124.46 0) + (property "Distributor" "Mouser" (at 109.22 124.46 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d8b19614-5ae8-4df0-ad8d-55da0d5d96a8)) (pin "2" (uuid d3f5b4bd-f031-4e34-a1b7-28515c15cff8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C33") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 146.05 124.46 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e75) - (property "Reference" "C34" (id 0) (at 148.3868 123.2916 0) + (property "Reference" "C34" (at 148.3868 123.2916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 148.3868 125.603 0) + (property "Value" "10uF" (at 148.3868 125.603 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 146.05 124.46 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 146.05 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 146.05 124.46 0) + (property "Datasheet" "" (at 146.05 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 146.05 124.46 0) + (property "Manufacturer" "Murata" (at 146.05 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 146.05 124.46 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 146.05 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 146.05 124.46 0) + (property "Checked" "y" (at 146.05 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 146.05 124.46 0) + (property "Distributor" "Mouser" (at 146.05 124.46 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8e34052f-1071-45b1-bd85-fac067b6ef0c)) (pin "2" (uuid 031c12a7-d3bd-4796-88ec-637b80bc0b4a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C34") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 109.22 127 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e7b) - (property "Reference" "#PWR0172" (id 0) (at 109.22 133.35 0) + (property "Reference" "#PWR0172" (at 109.22 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 109.347 131.3942 0)) - (property "Footprint" "" (id 2) (at 109.22 127 0) + (property "Value" "GND" (at 109.347 131.3942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 109.22 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 109.22 127 0) + (property "Datasheet" "" (at 109.22 127 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 787527de-33a9-4587-afa5-b5e16d622cb6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0172") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 146.05 127 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e81) - (property "Reference" "#PWR0117" (id 0) (at 146.05 133.35 0) + (property "Reference" "#PWR0117" (at 146.05 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 146.177 131.3942 0)) - (property "Footprint" "" (id 2) (at 146.05 127 0) + (property "Value" "GND" (at 146.177 131.3942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 146.05 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 146.05 127 0) + (property "Datasheet" "" (at 146.05 127 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 05a4f485-6517-4195-8123-70c4a7afe46b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0117") (unit 1) + ) + ) + ) ) (symbol (lib_id "Regulator_Switching:TLV62568DBV") (at 127 124.46 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e8b) - (property "Reference" "U19" (id 0) (at 127 115.1382 0)) - (property "Value" "TLV62568DBV" (id 1) (at 127 117.4496 0)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" (id 2) (at 128.27 130.81 0) + (property "Reference" "U19" (at 127 115.1382 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "TLV62568DBV" (at 127 117.4496 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" (at 128.27 130.81 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tlv62568.pdf" (id 3) (at 120.65 113.03 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tlv62568.pdf" (at 120.65 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 127 124.46 0) + (property "Checked" "y" (at 127 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 127 124.46 0) + (property "Distributor" "Mouser" (at 127 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Texas Instruments" (id 6) (at 127 124.46 0) + (property "Manufacturer" "Texas Instruments" (at 127 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "TLV62568DBVR" (id 7) (at 127 124.46 0) + (property "Manufacturer_No" "TLV62568DBVR" (at 127 124.46 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3dae55c0-a7b0-4596-a997-f5dbc47527ce)) @@ -3164,912 +3574,1262 @@ (pin "3" (uuid cc7e7e20-a22e-44ad-8347-9fec2fa339b9)) (pin "4" (uuid c246bbd3-56e5-4396-b1da-1b7aa2be939e)) (pin "5" (uuid 0ec1b802-fa2a-486b-bc7c-beb6cdd9e878)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "U19") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 156.21 125.73 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5e98) - (property "Reference" "R180" (id 0) (at 157.7086 124.5616 0) + (property "Reference" "R180" (at 157.7086 124.5616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "150k" (id 1) (at 157.7086 126.873 0) + (property "Value" "150k" (at 157.7086 126.873 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 156.21 125.73 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 156.21 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 156.21 125.73 0) + (property "Datasheet" "" (at 156.21 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 156.21 125.73 0) + (property "Checked" "y" (at 156.21 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 156.21 125.73 0) + (property "Distributor" "Mouser" (at 156.21 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 156.21 125.73 0) + (property "Manufacturer" "Vishay Dale" (at 156.21 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603150KFKEAC" (id 7) (at 156.21 125.73 0) + (property "Manufacturer_No" "CRCW0603150KFKEAC" (at 156.21 125.73 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e9174a8d-9c21-4175-82d1-1cf9ef46e56a)) (pin "2" (uuid e516e17d-264f-4c61-8b2d-0f3f5f115239)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R180") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 156.21 140.97 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5ea0) - (property "Reference" "#PWR0122" (id 0) (at 156.21 147.32 0) + (property "Reference" "#PWR0122" (at 156.21 147.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 156.337 145.3642 0)) - (property "Footprint" "" (id 2) (at 156.21 140.97 0) + (property "Value" "GND" (at 156.337 145.3642 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 156.21 140.97 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 156.21 140.97 0) + (property "Datasheet" "" (at 156.21 140.97 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3fc204dd-b2b6-4008-b7e6-253194f2602b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0122") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 156.21 137.16 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5ead) - (property "Reference" "R181" (id 0) (at 157.7086 135.9916 0) + (property "Reference" "R181" (at 157.7086 135.9916 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100k" (id 1) (at 157.7086 138.303 0) + (property "Value" "100k" (at 157.7086 138.303 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 156.21 137.16 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 156.21 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 156.21 137.16 0) + (property "Datasheet" "" (at 156.21 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 156.21 137.16 0) + (property "Checked" "y" (at 156.21 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 156.21 137.16 0) + (property "Distributor" "Mouser" (at 156.21 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 6) (at 156.21 137.16 0) + (property "Manufacturer" "Vishay Dale" (at 156.21 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 7) (at 156.21 137.16 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 156.21 137.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8c7c0c4f-1f9b-4be5-ac10-fb1b0a304805)) (pin "2" (uuid 33557f7f-e996-40e8-8b10-dcc5a0c141ce)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R181") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 127 135.89 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5eb6) - (property "Reference" "#PWR0193" (id 0) (at 127 142.24 0) + (property "Reference" "#PWR0193" (at 127 142.24 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 127.127 140.2842 0)) - (property "Footprint" "" (id 2) (at 127 135.89 0) + (property "Value" "GND" (at 127.127 140.2842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 127 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 127 135.89 0) + (property "Datasheet" "" (at 127 135.89 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 571ad974-73ae-4607-a709-17d01c06e767)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0193") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 166.37 125.73 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5ec0) - (property "Reference" "C38" (id 0) (at 168.7068 124.5616 0) + (property "Reference" "C38" (at 168.7068 124.5616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "6.8pF" (id 1) (at 168.7068 126.873 0) + (property "Value" "6.8pF" (at 168.7068 126.873 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 166.37 125.73 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 166.37 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 166.37 125.73 0) + (property "Datasheet" "" (at 166.37 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay" (id 4) (at 166.37 125.73 0) + (property "Manufacturer" "Vishay" (at 166.37 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "VJ0603A6R8DXQCW1BC" (id 5) (at 166.37 125.73 0) + (property "Manufacturer_No" "VJ0603A6R8DXQCW1BC" (at 166.37 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 166.37 125.73 0) + (property "Checked" "y" (at 166.37 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 166.37 125.73 0) + (property "Distributor" "Mouser" (at 166.37 125.73 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 438db2b7-5a24-453b-9614-e53c35b6c481)) (pin "2" (uuid 4a0b403b-2105-4ec7-bcc4-4a92e4697291)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C38") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 195.58 138.43 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5ed2) - (property "Reference" "R185" (id 0) (at 193.04 137.16 90)) - (property "Value" "0" (id 1) (at 195.58 138.43 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 195.58 138.43 0) + (property "Reference" "R185" (at 193.04 137.16 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 195.58 138.43 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 195.58 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 195.58 138.43 0) + (property "Datasheet" "" (at 195.58 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 195.58 138.43 0) + (property "Manufacturer" "Vishay Dale" (at 195.58 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 195.58 138.43 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 195.58 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 195.58 138.43 0) + (property "Distributor" "Mouser" (at 195.58 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 195.58 138.43 0) + (property "Checked" "y" (at 195.58 138.43 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 80953f40-ced3-47de-b204-918705be4daf)) (pin "2" (uuid beabbd40-9d7d-4697-ba89-4c5d6e9566d5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R185") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 118.11 138.43 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5edd) - (property "Reference" "R186" (id 0) (at 115.57 138.43 90)) - (property "Value" "0" (id 1) (at 118.11 138.43 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 118.11 138.43 0) + (property "Reference" "R186" (at 115.57 138.43 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 118.11 138.43 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 118.11 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 118.11 138.43 0) + (property "Datasheet" "" (at 118.11 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 118.11 138.43 0) + (property "Manufacturer" "Vishay Dale" (at 118.11 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 118.11 138.43 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 118.11 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 118.11 138.43 0) + (property "Distributor" "Mouser" (at 118.11 138.43 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 118.11 138.43 0) + (property "Checked" "y" (at 118.11 138.43 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5dcdab4a-a4a1-4337-a2de-9069833a8c6a)) (pin "2" (uuid 2559d1b3-0df1-4654-8b9e-aba30e203184)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R186") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 184.15 39.37 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5eea) - (property "Reference" "C82" (id 0) (at 189.9666 39.37 90)) - (property "Value" "2.2uF" (id 1) (at 187.6552 39.37 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 184.15 39.37 0) + (property "Reference" "C82" (at 189.9666 39.37 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "2.2uF" (at 187.6552 39.37 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 184.15 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 184.15 39.37 0) + (property "Datasheet" "" (at 184.15 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 184.15 39.37 0) + (property "Checked" "y" (at 184.15 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 5) (at 184.15 39.37 0) + (property "Manufacturer" "Taiyo Yuden" (at 184.15 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BBJ225KA-T" (id 6) (at 184.15 39.37 0) + (property "Manufacturer_No" "UMK107BBJ225KA-T" (at 184.15 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 184.15 39.37 0) + (property "Distributor" "Mouser" (at 184.15 39.37 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 65dc270c-ca24-4db4-aa2a-e53ec33be7ff)) (pin "2" (uuid 30747c6d-e71a-4101-8b9f-edca20701e1a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C82") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 184.15 43.18 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5ef2) - (property "Reference" "#PWR0160" (id 0) (at 184.15 49.53 0) + (property "Reference" "#PWR0160" (at 184.15 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 184.277 47.5742 0)) - (property "Footprint" "" (id 2) (at 184.15 43.18 0) + (property "Value" "GND" (at 184.277 47.5742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 184.15 43.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 184.15 43.18 0) + (property "Datasheet" "" (at 184.15 43.18 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 98df8475-298f-4ecd-b40d-06ab05098b1e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0160") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 232.41 59.69 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5efd) - (property "Reference" "C121" (id 0) (at 238.2266 59.69 90)) - (property "Value" "47uF" (id 1) (at 235.9152 59.69 90)) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 232.41 59.69 0) + (property "Reference" "C121" (at 238.2266 59.69 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "47uF" (at 235.9152 59.69 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 232.41 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 232.41 59.69 0) + (property "Datasheet" "" (at 232.41 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 232.41 59.69 0) + (property "Checked" "y" (at 232.41 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 5) (at 232.41 59.69 0) + (property "Manufacturer" "Murata" (at 232.41 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R60J476ME15D" (id 6) (at 232.41 59.69 0) + (property "Manufacturer_No" "GRM188R60J476ME15D" (at 232.41 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 232.41 59.69 0) + (property "Distributor" "Mouser" (at 232.41 59.69 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7e057c69-778c-43ee-95c4-cfb2bd72c08f)) (pin "2" (uuid 90ce9699-19b3-4ae1-9d8a-57518af81d9d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C121") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:L_Small") (at 218.44 121.92 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5f0c) - (property "Reference" "L6" (id 0) (at 218.44 117.221 90)) - (property "Value" "2.2uH" (id 1) (at 218.44 119.5324 90)) - (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (id 2) (at 218.44 121.92 0) + (property "Reference" "L6" (at 218.44 117.221 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "2.2uH" (at 218.44 119.5324 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (at 218.44 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 218.44 121.92 0) + (property "Datasheet" "" (at 218.44 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BRL3225T2R2M" (id 4) (at 218.44 121.92 90) + (property "Manufacturer_No" "BRL3225T2R2M" (at 218.44 121.92 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 5) (at 218.44 121.92 90) + (property "Manufacturer" "Taiyo Yuden" (at 218.44 121.92 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 218.44 121.92 0) + (property "Distributor" "Mouser" (at 218.44 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 218.44 121.92 0) + (property "Checked" "y" (at 218.44 121.92 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid aee3df3d-113a-4d91-9169-394459bc5491)) (pin "2" (uuid ced93f20-238e-407b-8711-b6416dc0c2dd)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "L6") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:L_Small") (at 140.97 121.92 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5f16) - (property "Reference" "L7" (id 0) (at 140.97 117.221 90)) - (property "Value" "2.2uH" (id 1) (at 140.97 119.5324 90)) - (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (id 2) (at 140.97 121.92 0) + (property "Reference" "L7" (at 140.97 117.221 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "2.2uH" (at 140.97 119.5324 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Inductor_SMD:L_1210_3225Metric" (at 140.97 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 140.97 121.92 0) + (property "Datasheet" "" (at 140.97 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BRL3225T2R2M" (id 4) (at 140.97 121.92 90) + (property "Manufacturer_No" "BRL3225T2R2M" (at 140.97 121.92 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 5) (at 140.97 121.92 90) + (property "Manufacturer" "Taiyo Yuden" (at 140.97 121.92 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 140.97 121.92 0) + (property "Distributor" "Mouser" (at 140.97 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 140.97 121.92 0) + (property "Checked" "y" (at 140.97 121.92 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0b16462c-a029-45f3-ae22-279d1920c618)) (pin "2" (uuid 1234f5ad-2ccd-4bb8-83c5-32cc4a81910c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "L7") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 199.39 133.35 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5f20) - (property "Reference" "R188" (id 0) (at 199.39 130.81 90)) - (property "Value" "100k" (id 1) (at 199.39 135.89 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 199.39 133.35 0) + (property "Reference" "R188" (at 199.39 130.81 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100k" (at 199.39 135.89 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 199.39 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 199.39 133.35 0) + (property "Datasheet" "" (at 199.39 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 199.39 133.35 0) + (property "Manufacturer" "Vishay Dale" (at 199.39 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 5) (at 199.39 133.35 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 199.39 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 199.39 133.35 0) + (property "Checked" "y" (at 199.39 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 199.39 133.35 0) + (property "Distributor" "Mouser" (at 199.39 133.35 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b52ac483-281a-488a-b8d4-5996a7ecda02)) (pin "2" (uuid d685b4b8-6c81-47ed-a972-f070f22ea6e2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R188") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 121.92 133.35 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5f33) - (property "Reference" "R189" (id 0) (at 121.92 130.81 90)) - (property "Value" "100k" (id 1) (at 121.92 135.89 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 121.92 133.35 0) + (property "Reference" "R189" (at 121.92 130.81 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100k" (at 121.92 135.89 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 121.92 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 121.92 133.35 0) + (property "Datasheet" "" (at 121.92 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 121.92 133.35 0) + (property "Manufacturer" "Vishay Dale" (at 121.92 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 5) (at 121.92 133.35 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 121.92 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 121.92 133.35 0) + (property "Checked" "y" (at 121.92 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 121.92 133.35 0) + (property "Distributor" "Mouser" (at 121.92 133.35 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 114e5919-8217-42b7-ae88-22178a55c104)) (pin "2" (uuid d03c8f51-4694-4474-a846-7d8d968adeb5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R189") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 166.37 121.92 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5f43) - (property "Reference" "#FLG0105" (id 0) (at 166.37 120.015 0) + (property "Reference" "#FLG0105" (at 166.37 120.015 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 166.37 117.5258 0)) - (property "Footprint" "" (id 2) (at 166.37 121.92 0) + (property "Value" "PWR_FLAG" (at 166.37 117.5258 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 166.37 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 166.37 121.92 0) + (property "Datasheet" "~" (at 166.37 121.92 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0ccb9b12-eb66-420b-a283-c80ac555ddda)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#FLG0105") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 243.84 121.92 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5f4b) - (property "Reference" "#FLG0102" (id 0) (at 243.84 120.015 0) + (property "Reference" "#FLG0102" (at 243.84 120.015 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 243.84 117.5258 0)) - (property "Footprint" "" (id 2) (at 243.84 121.92 0) + (property "Value" "PWR_FLAG" (at 243.84 117.5258 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 243.84 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 243.84 121.92 0) + (property "Datasheet" "~" (at 243.84 121.92 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2b6f8b94-78ef-44fb-90cd-2e7918ff76a6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#FLG0102") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 66.04 38.1 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5f59) - (property "Reference" "C146" (id 0) (at 68.3768 36.9316 0) + (property "Reference" "C146" (at 68.3768 36.9316 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "1uF" (id 1) (at 68.3768 39.243 0) + (property "Value" "1uF" (at 68.3768 39.243 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 66.04 38.1 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 66.04 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 66.04 38.1 0) + (property "Datasheet" "" (at 66.04 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 66.04 38.1 0) + (property "Manufacturer" "Taiyo Yuden" (at 66.04 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 5) (at 66.04 38.1 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 66.04 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 66.04 38.1 0) + (property "Checked" "y" (at 66.04 38.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 66.04 38.1 0) + (property "Distributor" "Mouser" (at 66.04 38.1 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 879155d8-d42f-4854-9d72-231e70b77954)) (pin "2" (uuid 90d452ae-78c7-4220-b7d7-4ce6ac5f1540)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C146") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 62.23 74.93 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5f69) - (property "Reference" "C145" (id 0) (at 64.5668 73.7616 0) + (property "Reference" "C145" (at 64.5668 73.7616 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "1uF" (id 1) (at 64.5668 76.073 0) + (property "Value" "1uF" (at 64.5668 76.073 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 62.23 74.93 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 62.23 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 62.23 74.93 0) + (property "Datasheet" "" (at 62.23 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 62.23 74.93 0) + (property "Manufacturer" "Taiyo Yuden" (at 62.23 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 5) (at 62.23 74.93 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 62.23 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 62.23 74.93 0) + (property "Checked" "y" (at 62.23 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 62.23 74.93 0) + (property "Distributor" "Mouser" (at 62.23 74.93 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0f1bf9e0-8157-410e-b35c-788b11eae331)) (pin "2" (uuid f23d47de-493a-4e92-a97f-74d7700440fd)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "C145") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 184.15 54.61 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5f87) - (property "Reference" "R1" (id 0) (at 184.15 57.15 90)) - (property "Value" "0" (id 1) (at 184.15 52.07 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 184.15 54.61 0) + (property "Reference" "R1" (at 184.15 57.15 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 184.15 52.07 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 184.15 54.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 184.15 54.61 0) + (property "Datasheet" "" (at 184.15 54.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 184.15 54.61 0) + (property "Manufacturer" "Vishay Dale" (at 184.15 54.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 184.15 54.61 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 184.15 54.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 184.15 54.61 0) + (property "Distributor" "Mouser" (at 184.15 54.61 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 184.15 54.61 0) + (property "Checked" "y" (at 184.15 54.61 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3f982fad-404e-4ef7-b682-a236f8993b67)) (pin "2" (uuid d7de5246-cbc6-406b-92fa-64f211596bb7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R1") (unit 1) + ) + ) + ) ) (symbol (lib_id "Diode:1N5821") (at 115.57 87.63 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5fd6) - (property "Reference" "D21" (id 0) (at 117.5766 86.4616 90) + (property "Reference" "D21" (at 117.5766 86.4616 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "SK54A-LTP" (id 1) (at 117.5766 88.773 90) + (property "Value" "SK54A-LTP" (at 117.5766 88.773 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Diode_SMD:D_SMA" (id 2) (at 111.125 87.63 0) + (property "Footprint" "Diode_SMD:D_SMA" (at 111.125 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.mouser.de/datasheet/2/258/SK52A-L-SK510A-L(DO-214AC)-1375089.pdf" (id 3) (at 115.57 87.63 0) + (property "Datasheet" "https://www.mouser.de/datasheet/2/258/SK52A-L-SK510A-L(DO-214AC)-1375089.pdf" (at 115.57 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SK54A-LTP" (id 4) (at 115.57 87.63 90) + (property "Manufacturer_No" "SK54A-LTP" (at 115.57 87.63 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "MCC" (id 5) (at 115.57 87.63 0) + (property "Manufacturer" "MCC" (at 115.57 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 115.57 87.63 0) + (property "Checked" "y" (at 115.57 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 115.57 87.63 0) + (property "Distributor" "Mouser" (at 115.57 87.63 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c1bb3481-5372-4b58-af33-a316916e8d37)) (pin "2" (uuid 47b72a44-c2f6-46c4-95f2-b0a36629d61c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "D21") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+5V") (at 186.69 116.84 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5fed) - (property "Reference" "#PWR0123" (id 0) (at 186.69 120.65 0) + (property "Reference" "#PWR0123" (at 186.69 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 187.071 112.4458 0)) - (property "Footprint" "" (id 2) (at 186.69 116.84 0) + (property "Value" "+5V" (at 187.071 112.4458 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 186.69 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 186.69 116.84 0) + (property "Datasheet" "" (at 186.69 116.84 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1ac6212a-ad2f-4337-a3fd-7ed7df911857)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0123") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+5V") (at 109.22 116.84 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce5ff4) - (property "Reference" "#PWR0187" (id 0) (at 109.22 120.65 0) + (property "Reference" "#PWR0187" (at 109.22 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 109.601 112.4458 0)) - (property "Footprint" "" (id 2) (at 109.22 116.84 0) + (property "Value" "+5V" (at 109.601 112.4458 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 109.22 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 109.22 116.84 0) + (property "Datasheet" "" (at 109.22 116.84 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6f208943-bb9e-4eff-9524-0ac9b84cca78)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0187") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 38.1 124.46 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce600c) - (property "Reference" "R98" (id 0) (at 35.56 123.19 90)) - (property "Value" "0" (id 1) (at 38.1 124.46 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 38.1 124.46 0) + (property "Reference" "R98" (at 35.56 123.19 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 38.1 124.46 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 38.1 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 38.1 124.46 0) + (property "Datasheet" "" (at 38.1 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 38.1 124.46 0) + (property "Manufacturer" "Vishay Dale" (at 38.1 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 38.1 124.46 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 38.1 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 38.1 124.46 0) + (property "Distributor" "Mouser" (at 38.1 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 38.1 124.46 0) + (property "Checked" "y" (at 38.1 124.46 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1b49a745-13d6-4fb6-869d-adb5f92eae4e)) (pin "2" (uuid d5821593-5ab3-402e-a8e9-d2e74ccd9aa1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R98") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 50.8 129.54 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000062ce6015) - (property "Reference" "#FLG0110" (id 0) (at 50.8 127.635 0) + (property "Reference" "#FLG0110" (at 50.8 127.635 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 50.8 125.1458 0)) - (property "Footprint" "" (id 2) (at 50.8 129.54 0) + (property "Value" "PWR_FLAG" (at 50.8 125.1458 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 50.8 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 50.8 129.54 0) + (property "Datasheet" "~" (at 50.8 129.54 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 287c11a5-2ded-4b95-8579-69c425470c1a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#FLG0110") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:LED_Small") (at 167.64 81.28 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000064767324) - (property "Reference" "D11" (id 0) (at 169.3672 80.1116 90) + (property "Reference" "D11" (at 169.3672 80.1116 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "LED3V" (id 1) (at 169.3672 82.423 90) + (property "Value" "LED3V" (at 169.3672 82.423 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 167.64 81.28 90) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 167.64 81.28 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 167.64 81.28 90) + (property "Datasheet" "" (at 167.64 81.28 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "ROHM" (id 4) (at 167.64 81.28 0) + (property "Manufacturer" "ROHM" (at 167.64 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SMLEN3WBC8W1" (id 5) (at 167.64 81.28 0) + (property "Manufacturer_No" "SMLEN3WBC8W1" (at 167.64 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 167.64 81.28 0) + (property "Checked" "y" (at 167.64 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 167.64 81.28 0) + (property "Distributor" "Mouser" (at 167.64 81.28 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8b84ec92-6775-43be-a37d-eb5e1faf0060)) (pin "2" (uuid 05907e0a-0edb-4e59-9557-00b407d672b4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "D11") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 167.64 86.36 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006476732e) - (property "Reference" "R33" (id 0) (at 172.72 86.36 90)) - (property "Value" "4.7k" (id 1) (at 170.18 86.36 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 167.64 86.36 0) + (property "Reference" "R33" (at 172.72 86.36 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "4.7k" (at 170.18 86.36 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 167.64 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 167.64 86.36 0) + (property "Datasheet" "" (at 167.64 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 167.64 86.36 0) + (property "Manufacturer" "Yageo" (at 167.64 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 167.64 86.36 0) + (property "Distributor" "Mouser" (at 167.64 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 167.64 86.36 0) + (property "Checked" "y" (at 167.64 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-074K7L" (id 7) (at 167.64 86.36 0) + (property "Manufacturer_No" "RC0603FR-074K7L" (at 167.64 86.36 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ffbc8dc5-a20f-4905-9d5b-86b4d6dc2162)) (pin "2" (uuid 206f38d0-9246-4b60-ba79-74237c4637d0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R33") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 167.64 88.9 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000064767334) - (property "Reference" "#PWR0136" (id 0) (at 167.64 95.25 0) + (property "Reference" "#PWR0136" (at 167.64 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 167.767 93.2942 0)) - (property "Footprint" "" (id 2) (at 167.64 88.9 0) + (property "Value" "GND" (at 167.767 93.2942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 167.64 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 167.64 88.9 0) + (property "Datasheet" "" (at 167.64 88.9 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid cecb450f-f5e0-47c4-b638-27e01947d49a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0136") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 167.64 78.74 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006476733a) - (property "Reference" "#PWR0132" (id 0) (at 167.64 82.55 0) + (property "Reference" "#PWR0132" (at 167.64 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 168.021 74.3458 0)) - (property "Footprint" "" (id 2) (at 167.64 78.74 0) + (property "Value" "+3V3" (at 168.021 74.3458 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 167.64 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 167.64 78.74 0) + (property "Datasheet" "" (at 167.64 78.74 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4131e95f-41c7-4a38-affa-ac9f209ea4a9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0132") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:LED_Small") (at 179.07 81.28 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000064767344) - (property "Reference" "D12" (id 0) (at 180.7972 80.1116 90) + (property "Reference" "D12" (at 180.7972 80.1116 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "LED5V" (id 1) (at 180.7972 82.423 90) + (property "Value" "LED5V" (at 180.7972 82.423 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 179.07 81.28 90) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 179.07 81.28 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 179.07 81.28 90) + (property "Datasheet" "" (at 179.07 81.28 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "ROHM" (id 4) (at 179.07 81.28 0) + (property "Manufacturer" "ROHM" (at 179.07 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SMLEN3WBC8W1" (id 5) (at 179.07 81.28 0) + (property "Manufacturer_No" "SMLEN3WBC8W1" (at 179.07 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 179.07 81.28 0) + (property "Checked" "y" (at 179.07 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 179.07 81.28 0) + (property "Distributor" "Mouser" (at 179.07 81.28 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 01bba3c2-aab7-4632-bd47-e3e9d66ce551)) (pin "2" (uuid f811062c-07c2-4197-833d-c536367a9511)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "D12") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 179.07 86.36 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006476734e) - (property "Reference" "R164" (id 0) (at 184.15 86.36 90)) - (property "Value" "4.7k" (id 1) (at 181.61 86.36 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 179.07 86.36 0) + (property "Reference" "R164" (at 184.15 86.36 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "4.7k" (at 181.61 86.36 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 179.07 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 179.07 86.36 0) + (property "Datasheet" "" (at 179.07 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 179.07 86.36 0) + (property "Manufacturer" "Yageo" (at 179.07 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 179.07 86.36 0) + (property "Distributor" "Mouser" (at 179.07 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 179.07 86.36 0) + (property "Checked" "y" (at 179.07 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-074K7L" (id 7) (at 179.07 86.36 0) + (property "Manufacturer_No" "RC0603FR-074K7L" (at 179.07 86.36 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 64dd3af9-c6c4-46aa-a9e6-843bd994c4fd)) (pin "2" (uuid c461cf2a-9719-4784-989c-1c3d3369083e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R164") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 179.07 88.9 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000064767354) - (property "Reference" "#PWR0129" (id 0) (at 179.07 95.25 0) + (property "Reference" "#PWR0129" (at 179.07 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 179.197 93.2942 0)) - (property "Footprint" "" (id 2) (at 179.07 88.9 0) + (property "Value" "GND" (at 179.197 93.2942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 179.07 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 179.07 88.9 0) + (property "Datasheet" "" (at 179.07 88.9 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a32e5b69-0412-4968-83ce-2d611082f5cb)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0129") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+5V") (at 179.07 78.74 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006476735a) - (property "Reference" "#PWR0131" (id 0) (at 179.07 82.55 0) + (property "Reference" "#PWR0131" (at 179.07 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 179.451 74.3458 0)) - (property "Footprint" "" (id 2) (at 179.07 78.74 0) + (property "Value" "+5V" (at 179.451 74.3458 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 179.07 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 179.07 78.74 0) + (property "Datasheet" "" (at 179.07 78.74 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d527d4b3-8909-4c9c-a221-47207aac422d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "#PWR0131") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 187.96 60.96 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 1f59ced6-20a0-4109-bad6-89d6896760de) - (property "Reference" "R58" (id 0) (at 190.5 60.96 90)) - (property "Value" "100k" (id 1) (at 185.42 60.96 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 187.96 60.96 0) + (property "Reference" "R58" (at 190.5 60.96 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100k" (at 185.42 60.96 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 187.96 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 187.96 60.96 0) + (property "Datasheet" "" (at 187.96 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 187.96 60.96 0) + (property "Manufacturer" "Vishay Dale" (at 187.96 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 5) (at 187.96 60.96 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 187.96 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 187.96 60.96 0) + (property "Distributor" "Mouser" (at 187.96 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 187.96 60.96 0) + (property "Checked" "y" (at 187.96 60.96 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 78ae9fd0-16ce-4365-80a0-9f679daeea42)) (pin "2" (uuid d9345a32-5262-4fab-92c2-e928644c7fcb)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R58") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 81.28 52.07 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 36a5e010-82e5-48a7-b066-084b8c05e9b2) - (property "Reference" "R53" (id 0) (at 78.74 52.07 90)) - (property "Value" "51k" (id 1) (at 83.82 52.07 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 81.28 52.07 0) + (property "Reference" "R53" (at 78.74 52.07 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "51k" (at 83.82 52.07 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 81.28 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 81.28 52.07 0) + (property "Datasheet" "" (at 81.28 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 81.28 52.07 0) + (property "Manufacturer" "Yageo" (at 81.28 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0751KL" (id 5) (at 81.28 52.07 0) + (property "Manufacturer_No" "RC0603FR-0751KL" (at 81.28 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 81.28 52.07 0) + (property "Checked" "y" (at 81.28 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 81.28 52.07 0) + (property "Distributor" "Mouser" (at 81.28 52.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ecddf1e7-da91-4458-bf25-153c03cdda92)) (pin "2" (uuid 6943690c-d2f7-43b3-abee-d210828e8e59)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R53") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 81.28 87.63 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 772ef6b0-2262-414a-8f44-3260f522cc51) - (property "Reference" "R57" (id 0) (at 78.74 87.63 90)) - (property "Value" "51k" (id 1) (at 83.82 87.63 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 81.28 87.63 0) + (property "Reference" "R57" (at 78.74 87.63 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "51k" (at 83.82 87.63 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 81.28 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 81.28 87.63 0) + (property "Datasheet" "" (at 81.28 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 81.28 87.63 0) + (property "Manufacturer" "Yageo" (at 81.28 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0751KL" (id 5) (at 81.28 87.63 0) + (property "Manufacturer_No" "RC0603FR-0751KL" (at 81.28 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 81.28 87.63 0) + (property "Checked" "y" (at 81.28 87.63 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 81.28 87.63 0) + (property "Distributor" "Mouser" (at 81.28 87.63 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 51c0c5cd-7067-4342-b184-7f0689ec7770)) (pin "2" (uuid ffcfc796-5d79-46c0-859b-fd251a60ff6d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "R57") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D_Zener_Small") (at 74.93 53.34 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid bceba67d-3368-4af8-b9c6-2a6f1eadb199) - (property "Reference" "D15" (id 0) (at 69.85 52.0699 90) + (property "Reference" "D15" (at 69.85 52.0699 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "BZX584C3V3-G3-08" (id 1) (at 53.34 55.8799 90) + (property "Value" "BZX584C3V3-G3-08" (at 53.34 55.8799 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Diode_SMD:D_SOD-523" (id 2) (at 74.93 53.34 90) + (property "Footprint" "Diode_SMD:D_SOD-523" (at 74.93 53.34 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 74.93 53.34 90) + (property "Datasheet" "" (at 74.93 53.34 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 74.93 53.34 0) + (property "Checked" "y" (at 74.93 53.34 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 74.93 53.34 0) + (property "Distributor" "Mouser" (at 74.93 53.34 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay" (id 6) (at 74.93 53.34 0) + (property "Manufacturer" "Vishay" (at 74.93 53.34 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BZX584C3V3-G3-08" (id 7) (at 74.93 53.34 0) + (property "Manufacturer_No" "BZX584C3V3-G3-08" (at 74.93 53.34 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0970ef33-8382-4528-aa1d-9cfb613b9001)) (pin "2" (uuid f0467bb1-2f54-487d-897c-62c7abad815e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "D15") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D_Zener_Small") (at 74.93 88.9 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid f02e89cb-a0b7-4982-923d-3b1d5de07038) - (property "Reference" "D16" (id 0) (at 69.85 87.6299 90) + (property "Reference" "D16" (at 69.85 87.6299 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "BZX584C3V3-G3-08" (id 1) (at 53.34 91.4399 90) + (property "Value" "BZX584C3V3-G3-08" (at 53.34 91.4399 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Diode_SMD:D_SOD-523" (id 2) (at 74.93 88.9 90) + (property "Footprint" "Diode_SMD:D_SOD-523" (at 74.93 88.9 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 74.93 88.9 90) + (property "Datasheet" "" (at 74.93 88.9 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 74.93 88.9 0) + (property "Checked" "y" (at 74.93 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 74.93 88.9 0) + (property "Distributor" "Mouser" (at 74.93 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay" (id 6) (at 74.93 88.9 0) + (property "Manufacturer" "Vishay" (at 74.93 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BZX584C3V3-G3-08" (id 7) (at 74.93 88.9 0) + (property "Manufacturer_No" "BZX584C3V3-G3-08" (at 74.93 88.9 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f4c70e7e-ce17-4960-b311-5d03eafe517a)) (pin "2" (uuid 78347392-0a83-43e7-9891-e4e5f657c282)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005cc81028/00000000-0000-0000-0000-000062c1d81c" + (reference "D16") (unit 1) + ) + ) + ) ) ) diff --git a/reform2-motherboard25-pcb/reform2-sd.kicad_sch b/reform2-motherboard25-pcb/reform2-sd.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid 65fd40ca-46f2-4ae1-a0a9-83443a206b0d) @@ -16,62 +16,62 @@ (lib_symbols (symbol "Connector:SD_Card" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at -16.51 13.97 0) + (property "Reference" "J" (at -16.51 13.97 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "SD_Card" (id 1) (at 15.24 -13.97 0) + (property "Value" "SD_Card" (at 15.24 -13.97 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://portal.fciconnect.com/Comergent//fci/drawing/10067847.pdf" (id 3) (at 0 0 0) + (property "Datasheet" "http://portal.fciconnect.com/Comergent//fci/drawing/10067847.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "connector SD" (id 4) (at 0 0 0) + (property "ki_keywords" "connector SD" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "SD Card Reader" (id 5) (at 0 0 0) + (property "ki_description" "SD Card Reader" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SD*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SD*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "SD_Card_0_1" (rectangle (start -8.89 -9.525) (end -6.35 -10.795) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (rectangle (start -8.89 -6.985) (end -6.35 -8.255) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (rectangle (start -8.89 -4.445) (end -6.35 -5.715) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (rectangle (start -8.89 -1.905) (end -6.35 -3.175) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (rectangle (start -8.89 0.635) (end -6.35 -0.635) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (rectangle (start -8.89 3.175) (end -6.35 1.905) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (rectangle (start -8.89 5.715) (end -6.35 4.445) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (rectangle (start -8.89 8.255) (end -6.35 6.985) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (rectangle (start -7.62 10.795) (end -5.08 9.525) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (polyline @@ -83,7 +83,7 @@ (xy -10.16 -11.43) (xy -10.16 8.89) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type background)) ) (polyline @@ -95,7 +95,7 @@ (xy 16.51 -12.7) (xy 16.51 -11.43) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -155,25 +155,25 @@ ) ) (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (property "ki_keywords" "capacitor cap" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small_0_1" @@ -182,7 +182,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -190,7 +190,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -206,25 +206,25 @@ ) ) (symbol "Device:FerriteBead_Small" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "FB" (id 0) (at 1.905 1.27 0) + (property "Reference" "FB" (at 1.905 1.27 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "FerriteBead_Small" (id 1) (at 1.905 -1.27 0) + (property "Value" "FerriteBead_Small" (at 1.905 -1.27 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at -1.778 0 90) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "L ferrite bead inductor filter" (id 4) (at 0 0 0) + (property "ki_keywords" "L ferrite bead inductor filter" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Ferrite bead, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Ferrite bead, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Inductor_* L_* *Ferrite*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Inductor_* L_* *Ferrite*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "FerriteBead_Small_0_1" @@ -233,7 +233,7 @@ (xy 0 -1.27) (xy 0 -0.7874) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -241,7 +241,7 @@ (xy 0 0.889) (xy 0 1.2954) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -252,7 +252,7 @@ (xy 1.1176 -1.4224) (xy -1.8288 0.2794) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -268,30 +268,30 @@ ) ) (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (property "Reference" "R" (at 0.762 0.508 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "R_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Resistor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_Small_0_1" (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -307,30 +307,30 @@ ) ) (symbol "Logic_LevelTranslator:TXS0108EPW" (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -6.35 16.51 0) + (property "Reference" "U" (at -6.35 16.51 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "TXS0108EPW" (id 1) (at 3.81 16.51 0) + (property "Value" "TXS0108EPW" (at 3.81 16.51 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" (id 2) (at 0 -19.05 0) + (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" (at 0 -19.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "www.ti.com/lit/ds/symlink/txs0108e.pdf" (id 3) (at 0 -2.54 0) + (property "Datasheet" "www.ti.com/lit/ds/symlink/txs0108e.pdf" (at 0 -2.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "8-bit" (id 4) (at 0 0 0) + (property "ki_keywords" "8-bit" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Bidirectional level-shifting voltage translator, TSSOP-20" (id 5) (at 0 0 0) + (property "ki_description" "Bidirectional level-shifting voltage translator, TSSOP-20" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "*SSOP*4.4x6.5mm*P0.65mm*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "*SSOP*4.4x6.5mm*P0.65mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "TXS0108EPW_0_1" (rectangle (start -7.62 15.24) (end 7.62 -15.24) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -418,22 +418,22 @@ ) ) (symbol "power:+1V8" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V8" (id 1) (at 0 3.556 0) + (property "Value" "+1V8" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+1V8\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+1V8\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+1V8_0_1" @@ -442,7 +442,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -450,7 +450,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -458,7 +458,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -470,22 +470,22 @@ ) ) (symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 0 3.556 0) + (property "Value" "+3V3" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+3V3_0_1" @@ -494,7 +494,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -502,7 +502,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -510,7 +510,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -522,22 +522,22 @@ ) ) (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 0 -3.81 0) + (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND_0_1" @@ -550,7 +550,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -562,22 +562,22 @@ ) ) (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (id 0) (at 0 1.905 0) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0) + (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) + (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "PWR_FLAG_0_0" @@ -596,27 +596,27 @@ (xy 1.016 1.905) (xy 0 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) ) (symbol "reform2:SN74AVC1T45" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at 0 -8.89 0) + (property "Reference" "U" (at 0 -8.89 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "SN74AVC1T45" (id 1) (at 0 -11.43 0) + (property "Value" "SN74AVC1T45" (at 0 -11.43 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at -2.54 -1.27 0) + (property "Footprint" "" (at -2.54 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at -2.54 -1.27 0) + (property "Datasheet" "" (at -2.54 -1.27 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "SN74AVC1T45_0_1" (rectangle (start -7.62 6.35) (end 7.62 -6.35) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type background)) ) ) @@ -704,267 +704,267 @@ (no_connect (at 115.57 95.25) (uuid f7fed0b2-18a6-4adf-9726-8ec13120df87)) (wire (pts (xy 102.87 63.5) (xy 102.87 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0451822f-f521-49a7-9373-4ce44675dfb8) ) (wire (pts (xy 80.01 76.2) (xy 102.87 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1e1af67c-4652-4703-827b-84fb166612bb) ) (wire (pts (xy 149.86 107.95) (xy 149.86 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2193f81c-48a0-4de6-9271-c35c87f29966) ) (wire (pts (xy 102.87 63.5) (xy 93.98 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 22a73492-fd1d-4f54-9397-36c6efe85308) ) (wire (pts (xy 102.87 76.2) (xy 102.87 80.01)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2530d0b4-2016-4d4e-99df-376dbc3e710d) ) (wire (pts (xy 67.31 153.67) (xy 76.2 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2935cae2-b2b1-43e7-a79a-d37463915c3e) ) (wire (pts (xy 209.55 97.79) (xy 212.09 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 299b5c0a-ef29-439d-b2dd-9f7f6763d08f) ) (wire (pts (xy 144.78 97.79) (xy 163.83 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2a55f8d3-40b3-40c6-bd74-537f511be793) ) (wire (pts (xy 107.95 77.47) (xy 107.95 80.01)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2f18b7ba-840c-443a-ae7c-b66f92c5ef77) ) (wire (pts (xy 149.86 110.49) (xy 163.83 110.49)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 301a3806-b3e2-46d3-a716-0e74be4fa1ba) ) (wire (pts (xy 76.2 139.7) (xy 95.25 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 355e7ec9-7ceb-411b-a129-09266d653198) ) (wire (pts (xy 152.4 105.41) (xy 152.4 107.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3eced06d-a4d6-4ad2-a13a-ce72a013c069) ) (wire (pts (xy 137.16 82.55) (xy 137.16 83.82)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 417ef381-23d9-453a-95e6-40912c8db7cb) ) (wire (pts (xy 154.94 77.47) (xy 146.05 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 41dd33eb-1c44-471f-812f-3199a5a22023) ) (wire (pts (xy 212.09 97.79) (xy 212.09 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4300102b-5261-4f7d-8a44-9d6879b00607) ) (wire (pts (xy 76.2 143.51) (xy 76.2 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 44679a14-6ec2-405d-86ef-6d85a056cff0) ) (wire (pts (xy 119.38 77.47) (xy 107.95 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 505223e2-1fbc-4186-96fb-7277a02e1941) ) (wire (pts (xy 76.2 153.67) (xy 76.2 156.21)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 52087570-c80a-4b63-9afd-5f560418ca27) ) (wire (pts (xy 76.2 76.2) (xy 80.01 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 537d5168-9356-4aed-ad02-0872cf3049c1) ) (wire (pts (xy 102.87 59.69) (xy 102.87 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 56cb3883-201a-4766-b0d8-9d25da2f5b49) ) (wire (pts (xy 76.2 139.7) (xy 67.31 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 651fe979-ea93-41a1-a222-fda21abb77be) ) (wire (pts (xy 154.94 102.87) (xy 154.94 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 658b1bc5-c5d7-4c93-aa7b-dbf8e764cd67) ) (wire (pts (xy 130.81 140.97) (xy 130.81 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 66571fe9-f4c5-42ef-9bfe-4605a2ac3d06) ) (wire (pts (xy 80.01 87.63) (xy 80.01 130.81)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 66d56c0d-c218-4cf1-a1d0-69c3e8e02ad2) ) (wire (pts (xy 146.05 77.47) (xy 137.16 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 68e20130-186c-49fd-be4a-ffc0fc36a90a) ) (wire (pts (xy 137.16 82.55) (xy 146.05 82.55)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 69e0be33-83aa-42ed-8b96-27034dbd5fcc) ) (wire (pts (xy 212.09 95.25) (xy 209.55 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7a49e8d3-b4cf-4a5f-bcc6-4f9f217de02b) ) (wire (pts (xy 220.98 63.5) (xy 137.16 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7c16058a-5a3c-4019-bab2-196da2069f80) ) (wire (pts (xy 119.38 143.51) (xy 115.57 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8057dfcd-e65f-4c67-b59a-7dc73ae14f5a) ) (wire (pts (xy 154.94 100.33) (xy 163.83 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 83b3532b-9f6b-429c-9d92-7720cd144a0a) ) (wire (pts (xy 212.09 97.79) (xy 212.09 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8507671f-fcc1-4b31-a8b8-eb68515f8490) ) (wire (pts (xy 130.81 153.67) (xy 76.2 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 855230f7-5edb-4f35-9122-9b544c71a9ad) ) (wire (pts (xy 130.81 139.7) (xy 130.81 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8e3906bc-95ea-4c72-97f2-e17719f0f55d) ) (wire (pts (xy 67.31 139.7) (xy 67.31 140.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 90ad12d0-1048-43fb-b891-17de5c56c89a) ) (wire (pts (xy 95.25 87.63) (xy 80.01 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 90dfec69-9aa3-411f-801d-7a5e4befa088) ) (wire (pts (xy 130.81 77.47) (xy 137.16 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 925376b8-1195-4ab9-bc53-5b584514181a) ) (wire (pts (xy 115.57 90.17) (xy 163.83 90.17)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 92972033-8a11-4f8e-acfc-3ec7803ad324) ) (wire (pts (xy 137.16 54.61) (xy 137.16 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 934d39e6-55dc-43e6-88a6-bc8970c6b7c5) ) (wire (pts (xy 95.25 143.51) (xy 76.2 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 93bebf3e-807c-4de8-926a-f6db29bb59ff) ) (wire (pts (xy 144.78 147.32) (xy 144.78 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 93c2dc12-e35a-45d2-8dee-4925a911d683) ) (wire (pts (xy 137.16 59.69) (xy 137.16 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 94ff760d-40d2-4e30-b6cc-7c3a9efe06a9) ) (wire (pts (xy 130.81 146.05) (xy 130.81 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 996f404b-165d-4ee4-a887-68fce0429b12) ) (wire (pts (xy 220.98 105.41) (xy 209.55 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9b43f303-932c-41da-a573-6a6420a674ba) ) (wire (pts (xy 152.4 107.95) (xy 163.83 107.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9d0145cc-d6fe-4062-a1f0-c7188682fc66) ) (wire (pts (xy 119.38 130.81) (xy 119.38 143.51)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a32fc3bb-3c1e-4488-87ce-99d2150be236) ) (wire (pts (xy 130.81 139.7) (xy 115.57 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a39c0fb2-012a-43c0-9e44-48b0cac43ab0) ) (wire (pts (xy 80.01 83.82) (xy 80.01 87.63)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a9e3db9d-149c-407f-ae75-b8ca312df31f) ) (wire (pts (xy 80.01 130.81) (xy 119.38 130.81)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b2815894-5b4f-4555-9f82-244b083d5e6c) ) (wire (pts (xy 220.98 63.5) (xy 220.98 92.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b4b72f3f-d793-4ad9-b63e-9c9863b3d360) ) (wire (pts (xy 80.01 78.74) (xy 80.01 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b6328550-8956-4884-9fba-97b3310007f4) ) (wire (pts (xy 154.94 77.47) (xy 154.94 100.33)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b6f20213-7318-4141-afc4-aae1019a23e7) ) (wire (pts (xy 137.16 63.5) (xy 137.16 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bc2dfd64-92aa-46ac-b4e5-0917901c546b) ) (wire (pts (xy 154.94 105.41) (xy 163.83 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c1f07088-2859-4a52-a905-949ebf7c2323) ) (wire (pts (xy 102.87 53.34) (xy 102.87 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c3b5fc58-c0a3-4ce8-af3c-b7d8e29f6dfd) ) (wire (pts (xy 115.57 105.41) (xy 152.4 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cbdf9ea9-60c7-47f2-af99-5daf2eabc196) ) (wire (pts (xy 130.81 77.47) (xy 119.38 77.47)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dab47ebe-8b0e-43b4-a256-d0cb42386f4c) ) (wire (pts (xy 93.98 63.5) (xy 93.98 64.77)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dd2228a6-408f-47e4-9a34-6d1b6d17c553) ) (wire (pts (xy 226.06 105.41) (xy 220.98 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e25a8a4c-c2f6-4eb5-b3ff-1e3f99a918a9) ) (wire (pts (xy 115.57 92.71) (xy 163.83 92.71)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e397b9ae-05c5-46e5-b645-f99d69c13237) ) (wire (pts (xy 67.31 146.05) (xy 67.31 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e58ac9e1-7fa8-44f3-9072-5b4b769ce254) ) (wire (pts (xy 119.38 77.47) (xy 119.38 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ed6fae22-6d22-4ba7-846e-bb8eaa6cd9ca) ) (wire (pts (xy 115.57 107.95) (xy 149.86 107.95)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f10f127d-32a9-4905-ba62-b2bcf39cb09e) ) (wire (pts (xy 220.98 105.41) (xy 220.98 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f639d855-cd12-447c-89b1-ea2b39533680) ) (wire (pts (xy 76.2 76.2) (xy 76.2 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f675b6e2-8adf-4174-a02c-aad3ff61a769) ) (wire (pts (xy 115.57 147.32) (xy 144.78 147.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f831f9cc-a351-4be1-bae2-56bf2c71b5f1) ) (wire (pts (xy 115.57 102.87) (xy 154.94 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid feffa27d-e0ef-4871-a52f-adedc8b4d3f8) ) @@ -988,74 +988,78 @@ (global_label "SD2_DATA0" (shape input) (at 95.25 92.71 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3a1ce647-6e82-4259-9838-6998b00eeb9b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "SD2_CLK" (shape input) (at 95.25 147.32 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 754e7bc0-9752-4ffa-8125-a80d09b3a146) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "SD2_DATA2" (shape input) (at 95.25 107.95 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 7fc93a73-4caa-4489-a548-b4aa207310c0) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "SD2_CD" (shape output) (at 226.06 105.41 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid bc5ebfa8-eb89-4f7f-8faf-7573d8c2d403) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "SD2_DATA3" (shape input) (at 95.25 105.41 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid bfdb53fa-1a0f-41dc-822c-9d0a35f60419) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "SD2_DATA1" (shape input) (at 95.25 90.17 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid e7519866-edc8-4c9b-868f-543651382007) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "SD2_CMD" (shape input) (at 95.25 102.87 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid f823ee07-cf9f-486a-8c4a-cec4baf92587) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (symbol (lib_id "Connector:SD_Card") (at 186.69 100.33 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d0e6993) - (property "Reference" "J3" (id 0) (at 186.69 117.221 0)) - (property "Value" "SD_Card" (id 1) (at 186.69 114.9096 0)) - (property "Footprint" "footprints:TE_1775059-1" (id 2) (at 186.69 100.33 0) + (property "Reference" "J3" (at 186.69 117.221 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SD_Card" (at 186.69 114.9096 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:TE_1775059-1" (at 186.69 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.te.com/usa-en/product-1775059-1.html" (id 3) (at 186.69 100.33 0) + (property "Datasheet" "https://www.te.com/usa-en/product-1775059-1.html" (at 186.69 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "TE" (id 4) (at 186.69 100.33 0) + (property "Manufacturer" "TE" (at 186.69 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "1775059-1" (id 5) (at 186.69 100.33 0) + (property "Manufacturer_No" "1775059-1" (at 186.69 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 186.69 100.33 0) + (property "Checked" "y" (at 186.69 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 186.69 100.33 0) + (property "Distributor" "Mouser" (at 186.69 100.33 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 28fa3684-4f61-4906-b591-bc552b7b6059)) @@ -1071,143 +1075,191 @@ (pin "7" (uuid 2cbb3c50-b576-4988-a2ab-519c87ea396a)) (pin "8" (uuid 5db25705-1567-466f-b3ab-b663f7ef2027)) (pin "9" (uuid 2c61f638-d914-4c28-b90f-5950f67814b5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "J3") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 220.98 95.25 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1cb92a) - (property "Reference" "R42" (id 0) (at 222.4786 94.0816 0) + (property "Reference" "R42" (at 222.4786 94.0816 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1.5k" (id 1) (at 222.4786 96.393 0) + (property "Value" "1.5k" (at 222.4786 96.393 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 220.98 95.25 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 220.98 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 220.98 95.25 0) + (property "Datasheet" "" (at 220.98 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 220.98 95.25 0) + (property "Manufacturer" "Yageo" (at 220.98 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071K5L" (id 5) (at 220.98 95.25 0) + (property "Manufacturer_No" "RC0603FR-071K5L" (at 220.98 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 220.98 95.25 0) + (property "Checked" "y" (at 220.98 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 220.98 95.25 0) + (property "Distributor" "Mouser" (at 220.98 95.25 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 38a05714-a2fb-4556-ab2d-8e98705d89be)) (pin "2" (uuid 84787436-77a1-4cec-9956-4451e6f95a23)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "R42") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 163.83 95.25 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1cd57e) - (property "Reference" "#PWR0153" (id 0) (at 157.48 95.25 0) + (property "Reference" "#PWR0153" (at 157.48 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 160.5788 95.123 90) + (property "Value" "GND" (at 160.5788 95.123 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "" (id 2) (at 163.83 95.25 0) + (property "Footprint" "" (at 163.83 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 163.83 95.25 0) + (property "Datasheet" "" (at 163.83 95.25 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c550f674-ba69-4a7b-a4e0-75ea62958a65)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "#PWR0153") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 163.83 102.87 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1cddeb) - (property "Reference" "#PWR0154" (id 0) (at 157.48 102.87 0) + (property "Reference" "#PWR0154" (at 157.48 102.87 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 160.5788 102.743 90) + (property "Value" "GND" (at 160.5788 102.743 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "" (id 2) (at 163.83 102.87 0) + (property "Footprint" "" (at 163.83 102.87 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 163.83 102.87 0) + (property "Datasheet" "" (at 163.83 102.87 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c42893ba-e964-48fa-bcd3-f0e2b68c21aa)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "#PWR0154") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 212.09 114.3 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d1ce3e8) - (property "Reference" "#PWR0155" (id 0) (at 212.09 120.65 0) + (property "Reference" "#PWR0155" (at 212.09 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 211.963 118.6942 0)) - (property "Footprint" "" (id 2) (at 212.09 114.3 0) + (property "Value" "GND" (at 211.963 118.6942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 212.09 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 212.09 114.3 0) + (property "Datasheet" "" (at 212.09 114.3 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid afb4c736-5746-4d0f-abe9-e264b049b494)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "#PWR0155") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 102.87 57.15 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e039b4b) - (property "Reference" "R65" (id 0) (at 104.3686 55.9816 0) + (property "Reference" "R65" (at 104.3686 55.9816 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "0" (id 1) (at 104.3686 58.293 0) + (property "Value" "0" (at 104.3686 58.293 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 102.87 57.15 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 102.87 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 102.87 57.15 0) + (property "Datasheet" "" (at 102.87 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 102.87 57.15 0) + (property "Manufacturer" "Vishay Dale" (at 102.87 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 102.87 57.15 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 102.87 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 102.87 57.15 0) + (property "Distributor" "Mouser" (at 102.87 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 102.87 57.15 0) + (property "Checked" "y" (at 102.87 57.15 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d655e284-29d3-49cc-a063-3d7af4ae0b38)) (pin "2" (uuid 87943313-dcbc-4a8c-bc28-eab005dd7405)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "R65") (unit 1) + ) + ) + ) ) (symbol (lib_id "Logic_LevelTranslator:TXS0108EPW") (at 105.41 97.79 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e91b0c3) - (property "Reference" "U8" (id 0) (at 105.41 123.19 0)) - (property "Value" "TXS0108EPW" (id 1) (at 105.41 125.73 0)) - (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" (id 2) (at 105.41 116.84 0) + (property "Reference" "U8" (at 105.41 123.19 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "TXS0108EPW" (at 105.41 125.73 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" (at 105.41 116.84 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "www.ti.com/lit/ds/symlink/txs0108e.pdf" (id 3) (at 105.41 100.33 0) + (property "Datasheet" "www.ti.com/lit/ds/symlink/txs0108e.pdf" (at 105.41 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Texas Instruments" (id 4) (at 105.41 97.79 0) + (property "Manufacturer" "Texas Instruments" (at 105.41 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "TXS0108EPW" (id 5) (at 105.41 97.79 0) + (property "Manufacturer_No" "TXS0108EPW" (at 105.41 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 105.41 97.79 0) + (property "Checked" "y" (at 105.41 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 105.41 97.79 0) + (property "Distributor" "Mouser" (at 105.41 97.79 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c5dc799e-7f6f-4fc2-bbba-ce41f0b853bd)) @@ -1230,285 +1282,392 @@ (pin "7" (uuid 67f30fd0-b5c1-4096-be7f-d34eaea4acdc)) (pin "8" (uuid 71dc2f41-4fa6-4aba-9344-72dbeece303c)) (pin "9" (uuid 15065687-e4cb-4185-99e6-14bf6e79eaaa)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "U8") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 105.41 115.57 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e91ecc8) - (property "Reference" "#PWR0134" (id 0) (at 105.41 121.92 0) + (property "Reference" "#PWR0134" (at 105.41 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 105.283 119.9642 0)) - (property "Footprint" "" (id 2) (at 105.41 115.57 0) + (property "Value" "GND" (at 105.283 119.9642 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 105.41 115.57 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 105.41 115.57 0) + (property "Datasheet" "" (at 105.41 115.57 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a0d76172-948d-4cb7-84a9-75e65ab71a0d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "#PWR0134") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 137.16 53.34 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e921e7a) - (property "Reference" "#PWR0147" (id 0) (at 137.16 57.15 0) + (property "Reference" "#PWR0147" (at 137.16 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 137.541 48.9458 0)) - (property "Footprint" "" (id 2) (at 137.16 53.34 0) + (property "Value" "+3V3" (at 137.541 48.9458 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 137.16 53.34 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 137.16 53.34 0) + (property "Datasheet" "" (at 137.16 53.34 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1d557a2a-0408-4994-9f3d-732b0a657b0f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "#PWR0147") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+1V8") (at 102.87 53.34 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e92669e) - (property "Reference" "#PWR0148" (id 0) (at 102.87 57.15 0) + (property "Reference" "#PWR0148" (at 102.87 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V8" (id 1) (at 103.251 48.9458 0)) - (property "Footprint" "" (id 2) (at 102.87 53.34 0) + (property "Value" "+1V8" (at 103.251 48.9458 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 102.87 53.34 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 102.87 53.34 0) + (property "Datasheet" "" (at 102.87 53.34 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8a2ed323-e4ed-4c93-8b7f-e809915f8369)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "#PWR0148") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 119.38 81.28 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e92b357) - (property "Reference" "C56" (id 0) (at 121.7168 80.1116 0) + (property "Reference" "C56" (at 121.7168 80.1116 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 121.7168 82.423 0) + (property "Value" "0.1uF" (at 121.7168 82.423 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 119.38 81.28 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 119.38 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 119.38 81.28 0) + (property "Datasheet" "" (at 119.38 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 119.38 81.28 0) + (property "Manufacturer" "Yageo" (at 119.38 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 119.38 81.28 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 119.38 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 119.38 81.28 0) + (property "Checked" "y" (at 119.38 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 119.38 81.28 0) + (property "Distributor" "Mouser" (at 119.38 81.28 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5a19f681-1ad0-4c9f-bfe9-41f3a58e22f3)) (pin "2" (uuid dbb57929-fe10-4ea8-86f8-d588f5e2c044)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "C56") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 93.98 67.31 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e92c316) - (property "Reference" "C57" (id 0) (at 96.3168 66.1416 0) + (property "Reference" "C57" (at 96.3168 66.1416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 96.3168 68.453 0) + (property "Value" "0.1uF" (at 96.3168 68.453 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 93.98 67.31 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 93.98 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 93.98 67.31 0) + (property "Datasheet" "" (at 93.98 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 93.98 67.31 0) + (property "Manufacturer" "Yageo" (at 93.98 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 93.98 67.31 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 93.98 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 93.98 67.31 0) + (property "Checked" "y" (at 93.98 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 93.98 67.31 0) + (property "Distributor" "Mouser" (at 93.98 67.31 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2cba0bdc-3ec0-45ca-af93-02583127c78b)) (pin "2" (uuid 2ccbe0d0-9172-4231-bb27-31a743be8bb4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "C57") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 119.38 83.82 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e92e29e) - (property "Reference" "#PWR0149" (id 0) (at 119.38 90.17 0) + (property "Reference" "#PWR0149" (at 119.38 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 119.253 88.2142 0)) - (property "Footprint" "" (id 2) (at 119.38 83.82 0) + (property "Value" "GND" (at 119.253 88.2142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 119.38 83.82 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 119.38 83.82 0) + (property "Datasheet" "" (at 119.38 83.82 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 34639da6-ee59-407f-9043-eb290a5b95fc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "#PWR0149") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 93.98 69.85 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e92e5e4) - (property "Reference" "#PWR0150" (id 0) (at 93.98 76.2 0) + (property "Reference" "#PWR0150" (at 93.98 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 93.853 74.2442 0)) - (property "Footprint" "" (id 2) (at 93.98 69.85 0) + (property "Value" "GND" (at 93.853 74.2442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 93.98 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 93.98 69.85 0) + (property "Datasheet" "" (at 93.98 69.85 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a2c59daf-df8d-4f18-967b-c7f23d357f39)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "#PWR0150") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 102.87 63.5 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ec4072d) - (property "Reference" "#FLG0117" (id 0) (at 104.775 63.5 0) + (property "Reference" "#FLG0117" (at 104.775 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 106.1212 63.5 90) + (property "Value" "PWR_FLAG" (at 106.1212 63.5 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 102.87 63.5 0) + (property "Footprint" "" (at 102.87 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 102.87 63.5 0) + (property "Datasheet" "~" (at 102.87 63.5 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b7cef4c7-f437-4024-b16c-742b05f2e81e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "#FLG0117") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 137.16 63.5 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ec40bbd) - (property "Reference" "#FLG0118" (id 0) (at 135.255 63.5 0) + (property "Reference" "#FLG0118" (at 135.255 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 133.9342 63.5 90) + (property "Value" "PWR_FLAG" (at 133.9342 63.5 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 137.16 63.5 0) + (property "Footprint" "" (at 137.16 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 137.16 63.5 0) + (property "Datasheet" "~" (at 137.16 63.5 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5c8cfe24-c4cf-406a-9346-ce835e8ceb48)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "#FLG0118") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 137.16 80.01 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ee5821e) - (property "Reference" "C137" (id 0) (at 139.4968 78.8416 0) + (property "Reference" "C137" (at 139.4968 78.8416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 139.4968 81.153 0) + (property "Value" "10uF" (at 139.4968 81.153 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 137.16 80.01 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 137.16 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 137.16 80.01 0) + (property "Datasheet" "" (at 137.16 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 137.16 80.01 0) + (property "Manufacturer" "Murata" (at 137.16 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 137.16 80.01 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 137.16 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 137.16 80.01 0) + (property "Checked" "y" (at 137.16 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 137.16 80.01 0) + (property "Distributor" "Mouser" (at 137.16 80.01 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 15eb4fdd-5501-442d-bfe1-f717306f81dd)) (pin "2" (uuid 97337078-ed70-4014-9ff7-13a403add055)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "C137") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 146.05 80.01 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ee585f1) - (property "Reference" "C138" (id 0) (at 148.3868 78.8416 0) + (property "Reference" "C138" (at 148.3868 78.8416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 148.3868 81.153 0) + (property "Value" "0.1uF" (at 148.3868 81.153 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 146.05 80.01 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 146.05 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 146.05 80.01 0) + (property "Datasheet" "" (at 146.05 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 146.05 80.01 0) + (property "Manufacturer" "Yageo" (at 146.05 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 146.05 80.01 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 146.05 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 146.05 80.01 0) + (property "Checked" "y" (at 146.05 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 146.05 80.01 0) + (property "Distributor" "Mouser" (at 146.05 80.01 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e3c4aa19-7430-41f8-a634-c8fe76fc33bd)) (pin "2" (uuid 8922a01d-0d23-469e-9e03-80902b8280eb)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "C138") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 137.16 83.82 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ee59dfe) - (property "Reference" "#PWR082" (id 0) (at 137.16 90.17 0) + (property "Reference" "#PWR082" (at 137.16 90.17 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 137.287 88.2142 0)) - (property "Footprint" "" (id 2) (at 137.16 83.82 0) + (property "Value" "GND" (at 137.287 88.2142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 137.16 83.82 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 137.16 83.82 0) + (property "Datasheet" "" (at 137.16 83.82 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1ac27986-42ca-432b-b9d3-75c147f00822)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "#PWR082") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:SN74AVC1T45") (at 105.41 143.51 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f9d51d0) - (property "Reference" "U28" (id 0) (at 105.41 132.969 0)) - (property "Value" "SN74AVC1T45" (id 1) (at 105.41 135.2804 0)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (id 2) (at 102.87 144.78 0) + (property "Reference" "U28" (at 105.41 132.969 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SN74AVC1T45" (at 105.41 135.2804 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (at 102.87 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 102.87 144.78 0) + (property "Datasheet" "" (at 102.87 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 4) (at 105.41 143.51 0) + (property "Checked" "y" (at 105.41 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 105.41 143.51 0) + (property "Distributor" "Mouser" (at 105.41 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Texas Instruments" (id 6) (at 105.41 143.51 0) + (property "Manufacturer" "Texas Instruments" (at 105.41 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SN74AVC1T45" (id 7) (at 105.41 143.51 0) + (property "Manufacturer_No" "SN74AVC1T45" (at 105.41 143.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid dd688845-ef2c-42ef-9eef-52ae4733012f)) @@ -1517,145 +1676,189 @@ (pin "4" (uuid a07049ae-4b70-49e3-8c00-595f09be9abf)) (pin "5" (uuid 6531f4ec-9a0a-4a3b-8e08-6e16db2d2e96)) (pin "6" (uuid 23c4cf02-e656-45b7-ba3e-f3aa3c97b15c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "U28") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 76.2 156.21 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f9dbb23) - (property "Reference" "#PWR023" (id 0) (at 76.2 162.56 0) + (property "Reference" "#PWR023" (at 76.2 162.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 76.073 160.6042 0)) - (property "Footprint" "" (id 2) (at 76.2 156.21 0) + (property "Value" "GND" (at 76.073 160.6042 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 76.2 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 76.2 156.21 0) + (property "Datasheet" "" (at 76.2 156.21 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f3843835-699c-4e0d-a580-061a461ccb3a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "#PWR023") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 130.81 143.51 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f9df1dc) - (property "Reference" "C169" (id 0) (at 133.1468 142.3416 0) + (property "Reference" "C169" (at 133.1468 142.3416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 133.1468 144.653 0) + (property "Value" "0.1uF" (at 133.1468 144.653 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 130.81 143.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 130.81 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 130.81 143.51 0) + (property "Datasheet" "" (at 130.81 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 130.81 143.51 0) + (property "Manufacturer" "Yageo" (at 130.81 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 130.81 143.51 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 130.81 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 130.81 143.51 0) + (property "Checked" "y" (at 130.81 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 130.81 143.51 0) + (property "Distributor" "Mouser" (at 130.81 143.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ef638304-eb3b-4ac6-b478-ab5d14368f6e)) (pin "2" (uuid 63de860c-1b7d-43e6-a962-0bf0de143a54)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "C169") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 67.31 143.51 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f9ed869) - (property "Reference" "C168" (id 0) (at 69.6468 142.3416 0) + (property "Reference" "C168" (at 69.6468 142.3416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 69.6468 144.653 0) + (property "Value" "0.1uF" (at 69.6468 144.653 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 67.31 143.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 67.31 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 67.31 143.51 0) + (property "Datasheet" "" (at 67.31 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 67.31 143.51 0) + (property "Manufacturer" "Yageo" (at 67.31 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 67.31 143.51 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 67.31 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 67.31 143.51 0) + (property "Checked" "y" (at 67.31 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 67.31 143.51 0) + (property "Distributor" "Mouser" (at 67.31 143.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 391ce9c9-6a23-4e03-b371-5ffe8f1d77f2)) (pin "2" (uuid 311329ef-4a8e-4dd3-98f4-b956a599c110)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "C168") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 80.01 81.28 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fa1fc61) - (property "Reference" "R35" (id 0) (at 81.5086 80.1116 0) + (property "Reference" "R35" (at 81.5086 80.1116 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1.5k" (id 1) (at 81.5086 82.423 0) + (property "Value" "1.5k" (at 81.5086 82.423 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 80.01 81.28 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 80.01 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 80.01 81.28 0) + (property "Datasheet" "" (at 80.01 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 80.01 81.28 0) + (property "Manufacturer" "Yageo" (at 80.01 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071K5L" (id 5) (at 80.01 81.28 0) + (property "Manufacturer_No" "RC0603FR-071K5L" (at 80.01 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 80.01 81.28 0) + (property "Checked" "y" (at 80.01 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 80.01 81.28 0) + (property "Distributor" "Mouser" (at 80.01 81.28 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c1a89455-8836-4113-bbca-e812ba217d81)) (pin "2" (uuid 19bb9944-d5de-4bea-821b-22960653cf40)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "R35") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 137.16 57.15 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060257c6a) - (property "Reference" "FB22" (id 0) (at 139.7 55.9816 0) + (property "Reference" "FB22" (at 139.7 55.9816 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100@100MHz 3A" (id 1) (at 139.7 58.293 0) + (property "Value" "100@100MHz 3A" (at 139.7 58.293 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 135.382 57.15 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 135.382 57.15 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 137.16 57.15 0) + (property "Datasheet" "" (at 137.16 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 137.16 57.15 0) + (property "Manufacturer" "Murata" (at 137.16 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18KG101TN1D" (id 5) (at 137.16 57.15 0) + (property "Manufacturer_No" "BLM18KG101TN1D" (at 137.16 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 137.16 57.15 0) + (property "Checked" "y" (at 137.16 57.15 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 137.16 57.15 0) + (property "Distributor" "Mouser" (at 137.16 57.15 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0a73f23f-0c57-4be5-b286-58607c47bd44)) (pin "2" (uuid 7f304700-8513-4209-919c-057754815154)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d0ca3eb" + (reference "FB22") (unit 1) + ) + ) + ) ) ) diff --git a/reform2-motherboard25-pcb/reform2-usb.kicad_sch b/reform2-motherboard25-pcb/reform2-usb.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid 857a09b9-b5ec-4479-8914-b0c2df1ed2d4) @@ -16,25 +16,25 @@ (lib_symbols (symbol "Connector:Conn_01x04_Male" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 0 5.08 0) + (property "Reference" "J" (at 0 5.08 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Conn_01x04_Male" (id 1) (at 0 -7.62 0) + (property "Value" "Conn_01x04_Male" (at 0 -7.62 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Conn_01x04_Male_1_1" @@ -43,7 +43,7 @@ (xy 1.27 -5.08) (xy 0.8636 -5.08) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -51,7 +51,7 @@ (xy 1.27 -2.54) (xy 0.8636 -2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -59,7 +59,7 @@ (xy 1.27 0) (xy 0.8636 0) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (polyline @@ -67,23 +67,23 @@ (xy 1.27 2.54) (xy 0.8636 2.54) ) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 0.8636 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type outline)) ) (pin passive line (at 5.08 2.54 180) (length 3.81) @@ -105,94 +105,94 @@ ) ) (symbol "Connector_Generic:Conn_02x08_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 1.27 10.16 0) + (property "Reference" "J" (at 1.27 10.16 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Conn_02x08_Odd_Even" (id 1) (at 1.27 -12.7 0) + (property "Value" "Conn_02x08_Odd_Even" (at 1.27 -12.7 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Generic connector, double row, 02x08, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (property "ki_description" "Generic connector, double row, 02x08, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Connector*:*_2x??_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Conn_02x08_Odd_Even_1_1" (rectangle (start -1.27 -10.033) (end 0 -10.287) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start -1.27 8.89) (end 3.81 -11.43) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) (rectangle (start 3.81 -10.033) (end 2.54 -10.287) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 -7.493) (end 2.54 -7.747) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 -4.953) (end 2.54 -5.207) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (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) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (rectangle (start 3.81 7.747) (end 2.54 7.493) - (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (stroke (width 0.1524) (type default)) (fill (type none)) ) (pin passive line (at -5.08 7.62 0) (length 3.81) @@ -262,25 +262,25 @@ ) ) (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (property "ki_keywords" "capacitor cap" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small_0_1" @@ -289,7 +289,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -297,7 +297,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -313,30 +313,30 @@ ) ) (symbol "Device:Crystal_GND24_Small" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "Y" (id 0) (at 1.27 4.445 0) + (property "Reference" "Y" (at 1.27 4.445 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "Crystal_GND24_Small" (id 1) (at 1.27 2.54 0) + (property "Value" "Crystal_GND24_Small" (at 1.27 2.54 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "quartz ceramic resonator oscillator" (id 4) (at 0 0 0) + (property "ki_keywords" "quartz ceramic resonator oscillator" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Four pin crystal, GND on pins 2 and 4, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Four pin crystal, GND on pins 2 and 4, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Crystal*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Crystal*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Crystal_GND24_Small_0_1" (rectangle (start -0.762 -1.524) (end 0.762 1.524) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -344,7 +344,7 @@ (xy -1.27 -0.762) (xy -1.27 0.762) ) - (stroke (width 0.381) (type default) (color 0 0 0 0)) + (stroke (width 0.381) (type default)) (fill (type none)) ) (polyline @@ -352,7 +352,7 @@ (xy 1.27 -0.762) (xy 1.27 0.762) ) - (stroke (width 0.381) (type default) (color 0 0 0 0)) + (stroke (width 0.381) (type default)) (fill (type none)) ) (polyline @@ -362,7 +362,7 @@ (xy 1.27 -1.905) (xy 1.27 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -372,7 +372,7 @@ (xy 1.27 1.905) (xy 1.27 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -396,25 +396,25 @@ ) ) (symbol "Device:FerriteBead_Small" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "FB" (id 0) (at 1.905 1.27 0) + (property "Reference" "FB" (at 1.905 1.27 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "FerriteBead_Small" (id 1) (at 1.905 -1.27 0) + (property "Value" "FerriteBead_Small" (at 1.905 -1.27 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at -1.778 0 90) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "L ferrite bead inductor filter" (id 4) (at 0 0 0) + (property "ki_keywords" "L ferrite bead inductor filter" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Ferrite bead, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Ferrite bead, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "Inductor_* L_* *Ferrite*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "Inductor_* L_* *Ferrite*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "FerriteBead_Small_0_1" @@ -423,7 +423,7 @@ (xy 0 -1.27) (xy 0 -0.7874) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -431,7 +431,7 @@ (xy 0 0.889) (xy 0 1.2954) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -442,7 +442,7 @@ (xy 1.1176 -1.4224) (xy -1.8288 0.2794) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -458,30 +458,30 @@ ) ) (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (property "Reference" "R" (at 0.762 0.508 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "R_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Resistor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_Small_0_1" (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -497,22 +497,22 @@ ) ) (symbol "PWR_FLAG_1" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (id 0) (at 0 1.905 0) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG_1" (id 1) (at 0 3.81 0) + (property "Value" "PWR_FLAG_1" (at 0 3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "flag power" (id 4) (at 0 0 0) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) + (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "PWR_FLAG_1_0_0" @@ -531,43 +531,43 @@ (xy 1.016 1.905) (xy 0 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) ) (symbol "pocket-reform:TUSB8040PFP" (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -1.27 -2.54 0) + (property "Reference" "U" (at -1.27 -2.54 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "TUSB8040PFP" (id 1) (at -1.27 0 0) + (property "Value" "TUSB8040PFP" (at -1.27 0 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at -1.27 -6.35 0) + (property "Footprint" "" (at -1.27 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at -1.27 -6.35 0) + (property "Datasheet" "" (at -1.27 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "TUSB8040PFP_0_1" (rectangle (start -24.13 53.34) (end 25.4 -54.61) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type background)) ) (rectangle (start 8.89 40.64) (end 8.89 40.64) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 8.89 40.64) (end 8.89 40.64) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 8.89 40.64) (end 8.89 40.64) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 8.89 40.64) (end 8.89 40.64) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -899,22 +899,22 @@ ) ) (symbol "power:+1V2" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V2" (id 1) (at 0 3.556 0) + (property "Value" "+1V2" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+1V2\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+1V2\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+1V2_0_1" @@ -923,7 +923,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -931,7 +931,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -939,7 +939,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -951,22 +951,22 @@ ) ) (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 0 -3.81 0) + (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND_0_1" @@ -979,7 +979,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -991,22 +991,22 @@ ) ) (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (id 0) (at 0 1.905 0) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0) + (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) + (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "PWR_FLAG_0_0" @@ -1025,25 +1025,25 @@ (xy 1.016 1.905) (xy 0 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) ) (symbol "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small-reform-motherboard-rescue" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small-reform-motherboard-rescue" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 4) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small-reform-motherboard-rescue_0_1" @@ -1052,7 +1052,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -1060,7 +1060,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -1076,93 +1076,93 @@ ) ) (symbol "reform2-motherboard-rescue:USB3_A-Connector" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at -10.16 15.24 0) + (property "Reference" "J" (at -10.16 15.24 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "USB3_A-Connector" (id 1) (at 10.16 15.24 0) + (property "Value" "USB3_A-Connector" (at 10.16 15.24 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "" (id 2) (at 3.81 2.54 0) + (property "Footprint" "" (at 3.81 2.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 3.81 2.54 0) + (property "Datasheet" "" (at 3.81 2.54 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "USB3_A-Connector_0_0" (rectangle (start -9.144 8.636) (end -5.08 -3.81) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (rectangle (start -7.874 7.366) (end -6.604 -2.286) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type outline)) ) (rectangle (start -6.35 0) (end -6.096 -0.762) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (rectangle (start -6.35 1.778) (end -6.096 1.016) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (rectangle (start -6.35 3.556) (end -6.096 2.794) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (rectangle (start -6.35 5.334) (end -6.096 4.572) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (rectangle (start -2.794 -15.24) (end -2.286 -14.224) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start -0.254 -15.24) (end 0.254 -14.224) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -12.446) (end 9.144 -12.954) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -9.906) (end 9.144 -10.414) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -4.826) (end 9.144 -5.334) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -2.286) (end 9.144 -2.794) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 2.794) (end 9.144 2.286) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 5.334) (end 9.144 4.826) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 10.414) (end 9.144 9.906) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) (symbol "USB3_A-Connector_0_1" (rectangle (start -10.16 13.97) (end 10.16 -15.24) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) (symbol "USB3_A-Connector_1_1" (circle (center -2.54 1.143) (radius 0.635) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type outline)) ) (circle (center 0 -5.842) (radius 1.27) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (polyline @@ -1170,7 +1170,7 @@ (xy 0 -5.842) (xy 0 4.318) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -1179,7 +1179,7 @@ (xy -2.54 -0.762) (xy -2.54 0.508) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -1188,7 +1188,7 @@ (xy 2.54 0.508) (xy 2.54 1.778) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -1198,11 +1198,11 @@ (xy 1.27 4.318) (xy -1.27 4.318) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type outline)) ) (rectangle (start 1.905 1.778) (end 3.175 3.048) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type outline)) ) (pin power_in line (at 12.7 10.16 180) (length 2.54) @@ -1248,19 +1248,19 @@ ) ) (symbol "reform2:SP3012-06UTG" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -1.27 13.97 0) + (property "Reference" "U" (at -1.27 13.97 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Value" "SP3012-06UTG" (id 1) (at -7.62 11.43 0) + (property "Value" "SP3012-06UTG" (at -7.62 11.43 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Footprint" "SON50P350X135X55-14N" (id 2) (at -16.51 16.51 0) + (property "Footprint" "SON50P350X135X55-14N" (at -16.51 16.51 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "" (id 3) (at -16.51 16.51 0) + (property "Datasheet" "" (at -16.51 16.51 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "ki_locked" "" (id 4) (at 0 0 0) + (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27))) ) (symbol "SP3012-06UTG_0_0" @@ -1323,7 +1323,7 @@ ) (symbol "SP3012-06UTG_1_1" (rectangle (start -3.81 10.16) (end 3.81 -10.16) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type background)) ) ) @@ -1582,1147 +1582,1147 @@ (no_connect (at 57.15 119.38) (uuid e10128fa-c820-448a-bb58-d41dc4a33f9a)) (wire (pts (xy 260.35 29.21) (xy 260.35 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 00737a0c-ae7a-400a-b215-259277bf69e3) ) (wire (pts (xy 111.76 109.22) (xy 115.57 109.22)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 01550cae-5c22-43ea-bf33-01deb1123043) ) (wire (pts (xy 30.48 36.83) (xy 30.48 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0186f170-7137-4e55-95dc-33e0c475ea90) ) (wire (pts (xy 55.88 -20.32) (xy 55.88 -19.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 02697dca-bdc8-4c4e-908a-cbd03e853584) ) (wire (pts (xy 111.76 66.04) (xy 115.57 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 03f8fbee-0dc6-405d-8bbb-ea43fd31b6f0) ) (wire (pts (xy 111.76 106.68) (xy 115.57 106.68)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 05be6e45-98f3-4cbf-9587-0fa653bed113) ) (wire (pts (xy 59.69 166.37) (xy 59.69 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 065ad3ea-ab31-4a3e-8f70-254fa1b8558c) ) (wire (pts (xy 142.24 165.1) (xy 152.4 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 06ca1ab2-5c51-4397-b743-70f87835b8e5) ) (wire (pts (xy 110.49 -20.32) (xy 118.11 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 07a2ed78-16bb-40a9-b4db-e084674d79b8) ) (wire (pts (xy 102.87 -13.97) (xy 95.25 -13.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0813e064-f32d-4eb6-b1c9-497e2301dfb8) ) (wire (pts (xy 111.76 73.66) (xy 115.57 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 085d563b-1cd1-4207-866a-356f9158c71e) ) (wire (pts (xy 31.75 73.66) (xy 34.29 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 08e59089-b82a-464d-90b1-3651cb2bf404) ) (wire (pts (xy 69.85 -55.88) (xy 69.85 -54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 093ed7f0-d76f-489f-bc8b-67f8f6f2901b) ) (wire (pts (xy 111.76 114.3) (xy 115.57 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 09a8cd30-e18a-4f94-96ba-745490dfe1e3) ) (wire (pts (xy 53.34 44.45) (xy 57.15 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0a018d1f-d3d7-4c50-b1b0-687b2c96b2aa) ) (wire (pts (xy 204.47 109.22) (xy 186.69 109.22)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0a2fdea9-8aad-4cf4-93d1-a990fd3e47c2) ) (wire (pts (xy 250.19 71.12) (xy 250.19 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0b00589c-095b-440b-9e5c-cc399d63017b) ) (wire (pts (xy 36.83 -73.66) (xy 40.64 -73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0c4b5bae-93ac-44e5-83b7-e54e7d7758a8) ) (wire (pts (xy 49.53 80.01) (xy 49.53 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0e561c8d-cf21-4b0d-822c-34a77bfce3d5) ) (wire (pts (xy 132.08 166.37) (xy 132.08 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0e7292cf-fe6e-4351-ac99-7636ac1a4c4b) ) (wire (pts (xy 100.33 -62.23) (xy 92.71 -62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0e75bc41-a813-4902-8879-bd7a49dfcaa1) ) (wire (pts (xy 53.34 63.5) (xy 57.15 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0ebac14a-335a-48cf-aa50-2ca541cff7d6) ) (wire (pts (xy 234.95 158.75) (xy 234.95 160.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0fdd48d9-a802-4083-9c02-5f425d45f70c) ) (wire (pts (xy 154.94 78.74) (xy 168.91 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 11c03ac8-a770-4e91-9462-2a9dde07ae1a) ) (wire (pts (xy 45.72 49.53) (xy 57.15 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 11d7b863-317f-447b-91c7-25e5be071137) ) (wire (pts (xy 250.19 26.67) (xy 250.19 22.86)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 123bd8d1-34ac-49f6-8dc4-26d4fd53f47d) ) (wire (pts (xy 132.08 142.24) (xy 132.08 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 15a72418-81e3-40eb-a0fe-d840b0b6263a) ) (wire (pts (xy 111.76 91.44) (xy 115.57 91.44)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 161b920f-06b6-4fc1-b758-4bf95a939b45) ) (wire (pts (xy 142.24 173.99) (xy 142.24 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1640d9f8-6e10-4042-84c3-d9563dbf8e99) ) (wire (pts (xy 111.76 99.06) (xy 115.57 99.06)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 16f2324b-fd9f-4aa7-98a1-533f7dfecc7a) ) (wire (pts (xy 140.97 49.53) (xy 140.97 31.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 174f9bda-6fe5-4974-9c02-3f4d8632f27b) ) (wire (pts (xy 219.71 54.61) (xy 222.25 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 17516261-aa42-4f49-a32c-59e7fc441375) ) (wire (pts (xy 41.91 26.67) (xy 45.72 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1912c3d0-02a9-4577-ad71-2bcf96feb0ba) ) (wire (pts (xy 234.95 62.23) (xy 234.95 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1912df32-64ec-49f2-ac45-82de036e632b) ) (wire (pts (xy 48.26 -13.97) (xy 40.64 -13.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1b3236be-ddaa-4ab9-a436-58e70a3dcf57) ) (wire (pts (xy 125.73 -20.32) (xy 125.73 -19.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1b3d17cd-88aa-48d0-8351-be8553f722be) ) (wire (pts (xy 245.11 102.87) (xy 245.11 106.68)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1b7d83f9-48f9-406c-94bc-80be96169b18) ) (wire (pts (xy 24.13 173.99) (xy 24.13 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1c52f2ec-85af-4eda-8eff-02a7fa8b0660) ) (wire (pts (xy 107.95 -62.23) (xy 107.95 -60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1d36044f-6915-4992-bfb0-a7c2e650289e) ) (wire (pts (xy 63.5 -20.32) (xy 63.5 -19.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1dea0246-ec95-4531-96a4-f8943ba3d055) ) (wire (pts (xy 217.17 55.88) (xy 217.17 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1e0decb0-bee0-4ba1-b69d-9b037cfd1e54) ) (wire (pts (xy 111.76 60.96) (xy 115.57 60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1eb060e8-f1f2-446a-b0c3-6a1c7894aa48) ) (wire (pts (xy 24.13 172.72) (xy 22.86 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1ec9fa5c-c535-4f5a-843f-aaf36c9c19a6) ) (wire (pts (xy 118.11 33.02) (xy 118.11 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1f6131d4-7677-4af4-89fb-e023ae79aad0) ) (wire (pts (xy 55.88 -13.97) (xy 63.5 -13.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1fd77262-eb2b-4f5d-9c5d-00b520876095) ) (wire (pts (xy 111.76 127) (xy 135.89 127)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 200676c2-7a18-4b8a-afe0-bc1c0ae448b2) ) (wire (pts (xy 40.64 -67.31) (xy 40.64 -62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 20525ab8-acb5-4369-91e1-a76d81b8cfd5) ) (wire (pts (xy 53.34 36.83) (xy 53.34 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 20d2a414-6b68-4361-b2ea-2b16891c66bc) ) (wire (pts (xy 38.1 41.91) (xy 41.91 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 20e93d4b-b44f-40a3-a635-c0572f2ae65f) ) (wire (pts (xy 111.76 71.12) (xy 115.57 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 21dd7849-5897-4800-a853-870401a6d8c1) ) (wire (pts (xy 38.1 33.02) (xy 41.91 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 225d2518-455b-4c73-a712-4f6f942af8fb) ) (wire (pts (xy 38.1 34.29) (xy 38.1 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 230d0d6e-3c30-4379-80fe-c3e93075d350) ) (wire (pts (xy 111.76 55.88) (xy 115.57 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 23879b78-a724-40e9-a180-4f3cfd1e15d1) ) (wire (pts (xy 259.08 133.35) (xy 259.08 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 24581f81-91b2-45c1-8789-01a073cb7362) ) (wire (pts (xy 111.76 93.98) (xy 115.57 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 25c79003-5b18-4564-972d-103ecb2a6de9) ) (wire (pts (xy 151.13 109.22) (xy 151.13 119.38)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 25fdfb35-178f-43e4-a78e-81e3878a1130) ) (wire (pts (xy 26.67 36.83) (xy 30.48 36.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 26503b81-1c95-4c27-bb33-d169d7aaa3a7) ) (wire (pts (xy 111.76 111.76) (xy 115.57 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 265658ea-c80a-4caa-92e0-f21a79385d91) ) (wire (pts (xy 217.17 158.75) (xy 217.17 160.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 277d9b45-bb45-40b4-b49d-69d47332de7e) ) (wire (pts (xy 111.76 170.18) (xy 115.57 170.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2809a8fb-b642-4c6d-baca-2aa15d78a738) ) (wire (pts (xy 259.08 125.73) (xy 259.08 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2872c96a-6db4-4d64-96f4-49c676fb91a1) ) (wire (pts (xy 200.66 78.74) (xy 200.66 88.9)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 29877882-44dd-477c-959e-bb95697ee597) ) (wire (pts (xy 234.95 110.49) (xy 234.95 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2aa0a4b3-3a42-4636-b1ca-a3402a8f4bc2) ) (wire (pts (xy 45.72 36.83) (xy 53.34 36.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2b3a1622-0bb5-4db2-b97a-9389810099e2) ) (wire (pts (xy 41.91 41.91) (xy 45.72 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2b66a4d4-1bb4-4fa5-a83d-aec86141bf14) ) (wire (pts (xy 30.48 26.67) (xy 36.83 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2bd6dd4f-7113-45e9-acda-5fe797d91194) ) (wire (pts (xy 77.47 -62.23) (xy 69.85 -62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2d153ee6-57b1-47aa-99da-8bae5d0de8ba) ) (wire (pts (xy 45.72 26.67) (xy 45.72 36.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2d48f2e0-5b55-4a7b-b28e-f7c93a2bbd9c) ) (wire (pts (xy 111.76 101.6) (xy 115.57 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2e577b5b-dd59-4ab4-8c4e-8c245853ebc8) ) (wire (pts (xy 172.72 49.53) (xy 191.77 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2ea52a64-1a7e-46b8-93b9-8d14d07d44dd) ) (wire (pts (xy 142.24 166.37) (xy 142.24 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 30a84b77-47ab-45e4-bc7b-34397fa24c50) ) (wire (pts (xy 85.09 -62.23) (xy 77.47 -62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 30b62f3a-c205-493a-8601-898fc6dac79b) ) (wire (pts (xy 43.18 144.78) (xy 44.45 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 31e23a61-fdb0-40ad-908d-060faee3747d) ) (wire (pts (xy 234.95 111.76) (xy 245.11 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 324d15b6-98bb-4c7e-90c0-4e3916242a71) ) (wire (pts (xy 217.17 62.23) (xy 217.17 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 33f09bb1-5269-482e-94f5-228937390358) ) (wire (pts (xy 217.17 151.13) (xy 217.17 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3458b414-d88e-4050-b80b-103a37027234) ) (wire (pts (xy 132.08 144.78) (xy 132.08 149.86)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 349044ea-9d1f-4aa2-93fd-9dcf50269167) ) (wire (pts (xy 31.75 76.2) (xy 34.29 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3552c1d0-568b-4783-a11a-29305a49c634) ) (wire (pts (xy 250.19 35.56) (xy 260.35 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3596aa0d-eb26-43c3-bf80-fa111aeb09c0) ) (wire (pts (xy 85.09 -62.23) (xy 85.09 -60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3630699e-43ad-4b09-b272-26f096b0fcee) ) (wire (pts (xy 48.26 -20.32) (xy 55.88 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 367a7452-0f9f-4dd1-bea1-3213b47683d3) ) (wire (pts (xy 132.08 144.78) (xy 111.76 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3766a6dd-7710-4690-b47c-e9cc42b93f63) ) (wire (pts (xy 69.85 -62.23) (xy 69.85 -60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 39675d2f-3961-485e-b11b-5af0a7c460d6) ) (wire (pts (xy 55.88 -20.32) (xy 63.5 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 39d73d0f-c2bd-4589-a7b7-697c584cbf6c) ) (wire (pts (xy 204.47 139.7) (xy 186.69 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3c48e829-e061-44c3-9960-88be1530a77c) ) (wire (pts (xy 260.35 123.19) (xy 259.08 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3d5d09f6-9871-489b-9838-2f6631a18c3e) ) (wire (pts (xy 261.62 26.67) (xy 260.35 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3e4db016-0bf0-4651-bd97-94bc87252359) ) (wire (pts (xy 107.95 -62.23) (xy 100.33 -62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3f2ca06d-cb49-411a-921e-8c7fcd3cc278) ) (wire (pts (xy 260.35 85.09) (xy 260.35 83.82)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3fc052fa-c457-41fc-8c5b-833ceefa5b63) ) (wire (pts (xy 30.48 36.83) (xy 35.56 36.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3fc16de4-674c-4969-b74c-10c3eb7e64c0) ) (wire (pts (xy 40.64 -73.66) (xy 40.64 -72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 40c23ccd-ad4e-49d2-8779-9f5384b51cf4) ) (wire (pts (xy 191.77 49.53) (xy 191.77 31.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 41123ff5-f829-49a3-87f4-704ac33116e1) ) (wire (pts (xy 234.95 63.5) (xy 245.11 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4146ea8b-8fc6-4e20-882d-4cad154be187) ) (wire (pts (xy 252.73 46.99) (xy 234.95 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4233c2e0-ae89-4acf-b150-f9b004b2aaab) ) (wire (pts (xy 26.67 46.99) (xy 57.15 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 42bf462e-76e1-4f36-bdc7-eaa9b0b233b9) ) (wire (pts (xy 85.09 -55.88) (xy 85.09 -54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4576087f-91ab-4ece-a660-6dc005e93597) ) (wire (pts (xy 250.19 83.82) (xy 260.35 83.82)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 45ac014a-3396-420c-b398-5602202398e3) ) (wire (pts (xy 27.94 167.64) (xy 22.86 167.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 46c37b13-0a83-4410-a1b8-e565efabd0de) ) (wire (pts (xy 245.11 58.42) (xy 245.11 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 46fbcea5-9568-419a-9ff8-6447f8297653) ) (wire (pts (xy 140.97 49.53) (xy 160.02 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 478fe949-c930-4885-8126-b10aeff00dfc) ) (wire (pts (xy 248.92 106.68) (xy 245.11 106.68)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 485972ae-5c15-4a02-ad5d-c24f63391c03) ) (wire (pts (xy 57.15 71.12) (xy 31.75 71.12)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4969b3d6-99bf-40c6-95aa-9c5bac799469) ) (wire (pts (xy 39.37 76.2) (xy 49.53 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 496a8a2a-40b0-42ff-a4aa-ad3cba891446) ) (wire (pts (xy 63.5 -20.32) (xy 72.39 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4a5c7809-6c05-442e-864c-9cb99a5295d4) ) (wire (pts (xy 217.17 152.4) (xy 224.79 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4e6ce95b-3940-437d-a196-2b1e42ed04d3) ) (wire (pts (xy 132.08 124.46) (xy 130.81 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4eb30a70-6a27-4111-bb22-1d5ceb184845) ) (wire (pts (xy 72.39 -20.32) (xy 80.01 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4f11127b-f122-4968-b401-c194c1f16f66) ) (wire (pts (xy 87.63 -20.32) (xy 95.25 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4fa0ab5c-37a6-45f8-ad37-0de983894da4) ) (wire (pts (xy 111.76 58.42) (xy 115.57 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 52f23622-4fb7-449d-b4b1-536db02c954d) ) (wire (pts (xy 56.515 114.3) (xy 57.15 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 52fe9bc8-8b0b-419e-8b4f-7ad2610fa280) ) (wire (pts (xy 266.7 95.25) (xy 259.08 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5419ff59-4b3d-42aa-91b2-e1eb3a956614) ) (wire (pts (xy 132.08 171.45) (xy 132.08 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 55562222-4f9e-4aab-a3b6-205d553978bb) ) (wire (pts (xy 260.35 83.82) (xy 260.35 82.55)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5b952cdf-60a6-4cfb-9c0b-41a17bea50dd) ) (wire (pts (xy 260.35 35.56) (xy 260.35 34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5bfeddac-17dd-4268-80a4-d809e4915c0a) ) (wire (pts (xy 224.79 55.88) (xy 234.95 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5c16112e-32c4-45e0-854b-cf1db456e16f) ) (wire (pts (xy 77.47 -55.88) (xy 77.47 -54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5cd0657a-82cc-4aa3-9e1f-d253eaccce19) ) (wire (pts (xy 100.33 -62.23) (xy 100.33 -60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5fb53fb7-a4cb-4bc5-a142-f6e9eebab142) ) (wire (pts (xy 219.71 102.87) (xy 222.25 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5fc3571a-1766-4c45-8e34-ee4a5949b676) ) (wire (pts (xy 111.76 119.38) (xy 115.57 119.38)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5fd58c60-1de4-49cf-8df2-86cb044509db) ) (wire (pts (xy 125.73 -13.97) (xy 118.11 -13.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 5feea8a4-96e7-4f2f-89df-14bf1213c2ef) ) (wire (pts (xy 41.91 33.02) (xy 41.91 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6098df70-4f23-43a4-bd9d-f43ec442ac82) ) (wire (pts (xy 85.09 -54.61) (xy 77.47 -54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 61b90f2f-2a19-425f-bb31-8bfd1ddbb2bf) ) (wire (pts (xy 254 95.25) (xy 234.95 95.25)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 61fb810e-2c7f-451b-8a82-4bf0b16f441a) ) (wire (pts (xy 224.79 55.88) (xy 224.79 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 63872b66-350a-4951-b69c-bdfba28593a3) ) (wire (pts (xy 125.73 -10.16) (xy 125.73 -13.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 63f93a55-f07b-49f1-aeb5-b4d8f2229d42) ) (wire (pts (xy 125.73 48.26) (xy 125.73 33.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 64009ea7-3143-4fc3-a871-9be36a3b91e5) ) (wire (pts (xy 59.69 172.72) (xy 59.69 171.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 658a9eb8-d21b-45bb-ba98-8b926e27b4e9) ) (wire (pts (xy 142.24 172.72) (xy 142.24 171.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 67ef86a0-4e40-4342-bf2f-de1318e6191e) ) (wire (pts (xy 30.48 49.53) (xy 45.72 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6928a90e-99a7-480e-851f-ec8c9fb5c736) ) (wire (pts (xy 219.71 151.13) (xy 222.25 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6a06f3fa-a0af-416d-ac26-a6706ec8a7bc) ) (wire (pts (xy 250.19 34.29) (xy 250.19 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6a808bbb-fadd-4a95-b46f-fef0d1a647e4) ) (wire (pts (xy 111.76 124.46) (xy 125.73 124.46)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6afbd703-c0c8-4af2-84df-186d9344bc18) ) (wire (pts (xy 234.95 160.02) (xy 245.11 160.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6b62da08-15ef-48a6-8635-5a4189402a78) ) (wire (pts (xy 63.5 -13.97) (xy 72.39 -13.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6b73dd42-5806-4f27-8959-fe3ae3cecf65) ) (wire (pts (xy 115.57 -62.23) (xy 119.38 -62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6be21f97-19f1-406b-877d-99cd45af8723) ) (wire (pts (xy 217.17 160.02) (xy 224.79 160.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6c4e976d-955e-4362-abcc-87b0c889b9f7) ) (wire (pts (xy 53.34 60.96) (xy 57.15 60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7043ca96-f910-4111-a19e-1087c0a39010) ) (wire (pts (xy 107.95 -54.61) (xy 100.33 -54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 717c39c3-3ecc-47ca-9c8c-9902c3052da3) ) (wire (pts (xy 204.47 139.7) (xy 204.47 149.86)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 71f8a5d9-d39f-4038-834b-7e917ec69a26) ) (wire (pts (xy 55.88 -13.97) (xy 48.26 -13.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 723195ff-95e8-4b77-adc9-eb235bcb2c9f) ) (wire (pts (xy 111.76 78.74) (xy 115.57 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 753fba11-85e2-4f95-8025-1a9b84d62f12) ) (wire (pts (xy 107.95 -50.8) (xy 107.95 -54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7700617a-94aa-441a-b66f-4e9bd1a6b12e) ) (wire (pts (xy 248.92 125.73) (xy 248.92 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7891f7e0-e004-4e08-a0fb-26342458f924) ) (wire (pts (xy 217.17 105.41) (xy 217.17 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 78ccbaf6-2e91-4ea2-8c51-8c76bce1753f) ) (wire (pts (xy 245.11 58.42) (xy 248.92 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 78db1a25-e32a-42f9-ae13-684b29b4061b) ) (wire (pts (xy 54.61 144.78) (xy 54.61 146.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 79f3550e-85cd-4b37-8fc7-073477730db1) ) (wire (pts (xy 111.76 142.24) (xy 132.08 142.24)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7a23dc84-d1ec-455f-b133-9662237cdd0b) ) (wire (pts (xy 260.35 77.47) (xy 260.35 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7b880df1-0bf1-4351-9323-45f13983085d) ) (wire (pts (xy 224.79 110.49) (xy 224.79 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7c83732e-851d-4510-b6e2-4a321964a4e0) ) (wire (pts (xy 217.17 102.87) (xy 217.17 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7cf80386-61af-4e9d-9b36-a31fdecda41b) ) (wire (pts (xy 39.37 73.66) (xy 57.15 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7ec2bd9d-0f58-424b-9980-f4fa08217f83) ) (wire (pts (xy 40.64 36.83) (xy 45.72 36.83)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7f0788f0-f0de-4e27-b553-8b2e8ee6d4dc) ) (wire (pts (xy 110.49 -13.97) (xy 102.87 -13.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7ff3d1ca-f081-4bf5-97bf-9ec5bd27aaef) ) (wire (pts (xy 222.25 151.13) (xy 245.11 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 804069fa-393a-4d9d-99c9-1083cc81e514) ) (wire (pts (xy 259.08 49.53) (xy 234.95 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 81ef8302-f911-418a-a951-748b31fdffd5) ) (wire (pts (xy 217.17 63.5) (xy 224.79 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 82e682c4-1c28-4a4e-bb44-414831730902) ) (wire (pts (xy 224.79 63.5) (xy 234.95 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 83478cfb-3a93-494a-b88f-c33389439272) ) (wire (pts (xy 45.72 41.91) (xy 45.72 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 835b0a39-f9cb-434a-b2ab-7a47f686a11b) ) (wire (pts (xy 111.76 48.26) (xy 125.73 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 83af0013-d437-4251-9d81-1578bf73ad49) ) (wire (pts (xy 217.17 104.14) (xy 224.79 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 840df012-1bc2-4597-9079-ab7fd5eb4407) ) (wire (pts (xy 260.35 36.83) (xy 260.35 35.56)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 86453c88-1d77-483d-8a52-cceea932da3e) ) (wire (pts (xy 92.71 -55.88) (xy 92.71 -54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 88acb676-0bd7-4891-8e32-93ce88f2dc4f) ) (wire (pts (xy 265.43 97.79) (xy 266.7 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8c880d3b-cbef-40b5-9318-34c06d838e61) ) (wire (pts (xy 118.11 -20.32) (xy 118.11 -19.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8e118d5d-60c3-4985-ab57-5a1f53087e4b) ) (wire (pts (xy 54.61 127) (xy 57.15 127)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8e50f1c0-fd01-44fe-b175-352d2b11f628) ) (wire (pts (xy 95.25 -20.32) (xy 102.87 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8eb7c054-93bd-4381-a847-fed8b135b695) ) (wire (pts (xy 92.71 -62.23) (xy 85.09 -62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 913c4a01-2ee5-41d1-86dd-c21fa0fc233a) ) (wire (pts (xy 53.34 55.88) (xy 57.15 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 919b9d57-0535-4f6f-9461-ab7831807877) ) (wire (pts (xy 248.92 123.19) (xy 248.92 121.92)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 937f46a7-e71c-4403-87f0-cd6b44f7cea1) ) (wire (pts (xy 48.26 -20.32) (xy 48.26 -19.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 940c0812-60ef-4d94-a5aa-9d5d217dd154) ) (wire (pts (xy 125.73 -20.32) (xy 134.62 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9519884d-6b7a-4b30-8c37-f6013edd8378) ) (wire (pts (xy 250.19 82.55) (xy 250.19 83.82)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 954620ac-89f3-46ed-9000-3dabf3b21ab3) ) (wire (pts (xy 102.87 -20.32) (xy 110.49 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9580e155-c137-4e4e-ae27-b9cef8a1127f) ) (wire (pts (xy 260.35 26.67) (xy 250.19 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 971ade14-b063-4a10-ac4b-0b70ed560519) ) (wire (pts (xy 22.86 170.18) (xy 24.13 170.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 975f969c-f526-420a-aabe-0c3b14c8c6ca) ) (wire (pts (xy 265.43 46.99) (xy 257.81 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9a3c408c-eb74-4302-bde2-0416eeb2afc4) ) (wire (pts (xy 38.1 39.37) (xy 38.1 41.91)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9cb151e2-b963-4f69-be12-50c5fed43786) ) (wire (pts (xy 95.25 -13.97) (xy 87.63 -13.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9fc95127-80da-4301-b567-67e48e8c166c) ) (wire (pts (xy 245.11 151.13) (xy 245.11 154.94)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a0963ae4-bdc1-48cd-8c07-49b462b4bd1f) ) (wire (pts (xy 49.53 76.2) (xy 57.15 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a23a9ad1-50a2-4c60-8da2-4f141e06a520) ) (wire (pts (xy 248.92 154.94) (xy 245.11 154.94)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a361d27b-7d4c-4be3-b407-5eb1c11e5c0f) ) (wire (pts (xy 40.64 -36.83) (xy 40.64 -34.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a38cc89f-fa70-46e8-8d24-bcb9d714f50e) ) (wire (pts (xy 151.13 139.7) (xy 151.13 149.86)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a43481ed-bf81-49be-842f-894ea93bf5bb) ) (wire (pts (xy 224.79 62.23) (xy 224.79 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a4f4084f-1282-482b-9c1a-eb76d0e97a26) ) (wire (pts (xy 224.79 104.14) (xy 234.95 104.14)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a6566495-1dec-4311-906d-898388a4b9fa) ) (wire (pts (xy 224.79 152.4) (xy 234.95 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a8173ea3-b41a-469c-8176-efb10fa2c97a) ) (wire (pts (xy 135.89 127) (xy 135.89 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a887cd05-1a09-4aec-8125-3b6509e26d2b) ) (wire (pts (xy 22.86 165.1) (xy 49.53 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a8a6ef0e-122e-4d30-99af-5ac5a786e8b0) ) (wire (pts (xy 224.79 111.76) (xy 234.95 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a9e9196b-54b3-44db-9d1b-526b73d95b6e) ) (wire (pts (xy 100.33 -55.88) (xy 100.33 -54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid aa9822ba-ad93-4436-a488-c1ce5cbc27e9) ) (wire (pts (xy 29.21 170.18) (xy 33.02 170.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ab683013-eb7d-4099-b767-3854c524e0d1) ) (wire (pts (xy 264.16 49.53) (xy 265.43 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ab720c5d-d20b-42fd-af94-ff575bd6b8c5) ) (wire (pts (xy 106.68 170.18) (xy 105.41 170.18)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ac275d38-d6f9-4cdd-b076-eef12126c2c5) ) (wire (pts (xy 224.79 104.14) (xy 224.79 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ac400ec9-6070-4e4b-b917-37dd3b113d91) ) (wire (pts (xy 245.11 154.94) (xy 245.11 160.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ac5ccb06-5fb8-4b93-b289-0f251063eb7a) ) (wire (pts (xy 49.53 172.72) (xy 59.69 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ad05d0e7-91d7-4101-a882-9ad692bcf5a4) ) (wire (pts (xy 217.17 57.15) (xy 217.17 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ad7ef135-6f21-4b76-a62f-dcee3dcf7da3) ) (wire (pts (xy 59.69 173.99) (xy 59.69 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ade83642-7717-417c-a583-2e8eb58b543c) ) (wire (pts (xy 245.11 63.5) (xy 245.11 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ae2ac5e0-0e25-4493-8c3e-83416fa01b09) ) (wire (pts (xy 87.63 -20.32) (xy 87.63 -19.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ae91a9df-9d93-414d-a344-d83418004650) ) (wire (pts (xy 260.35 74.93) (xy 250.19 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid af4c98e4-be4e-4ac6-ba99-e87282a3858e) ) (wire (pts (xy 72.39 -13.97) (xy 80.01 -13.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid afa98611-8b4c-42a3-b60f-a2076dc95e40) ) (wire (pts (xy 222.25 102.87) (xy 245.11 102.87)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid afbb8ca2-97b7-4de3-bf35-cd3087619fff) ) (wire (pts (xy 151.13 139.7) (xy 168.91 139.7)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b06543d5-e71d-4a49-aeec-5f93fa0e0ba2) ) (wire (pts (xy 140.97 31.75) (xy 160.02 31.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b10e79e0-11cd-4e43-bcdd-16df241529d0) ) (wire (pts (xy 26.67 36.83) (xy 26.67 46.99)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b159d186-3601-4aa1-87ab-4e326726b970) ) (wire (pts (xy 111.76 63.5) (xy 115.57 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b17e9e7e-8369-42c1-8419-39609a606604) ) (wire (pts (xy 111.76 53.34) (xy 115.57 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b33c1ee9-12b5-4ecd-affe-3fef6f71255a) ) (wire (pts (xy 49.53 171.45) (xy 49.53 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b3c0b874-bbaf-4872-929a-66fb0d46822c) ) (wire (pts (xy 191.77 52.07) (xy 191.77 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b4ad5cb0-4b23-46f7-a52d-5aa6c82545c4) ) (wire (pts (xy 111.76 116.84) (xy 115.57 116.84)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b5a4a1c4-d548-49bd-9a10-9ba6b929ef17) ) (wire (pts (xy 49.53 144.78) (xy 54.61 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b6e1668f-a1b0-4b6d-a4de-a22cfba47ad9) ) (wire (pts (xy 87.63 -13.97) (xy 80.01 -13.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b74677ed-6a40-44ca-bbda-b7deee48a653) ) (wire (pts (xy 118.11 -13.97) (xy 110.49 -13.97)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b7b89a94-3893-4b23-b9e7-1ec6babafd5b) ) (wire (pts (xy 250.19 74.93) (xy 234.95 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ba57a7fc-b3dc-41d7-b9ad-5fc9ece65ed4) ) (wire (pts (xy 132.08 172.72) (xy 142.24 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ba58cfea-1284-4f14-819f-305c0924ac42) ) (wire (pts (xy 49.53 114.3) (xy 51.435 114.3)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bc6cbcff-bdd2-4491-8b7b-4bff6b9272d3) ) (wire (pts (xy 110.49 167.64) (xy 105.41 167.64)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bc7fe59c-0c7c-4c1e-8714-cf0a58406447) ) (wire (pts (xy 134.62 -20.32) (xy 139.7 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bd6411da-a14d-49bf-aab1-b9853ad87c06) ) (wire (pts (xy 106.68 172.72) (xy 105.41 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid be90fcae-04d0-49b3-af82-f60324463364) ) (wire (pts (xy 102.87 -20.32) (xy 102.87 -19.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bf9fcbec-bf38-4f33-83dc-5ffcdb933ed3) ) (wire (pts (xy 234.95 104.14) (xy 234.95 105.41)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c01eb7c0-af4b-4caf-80c0-59f4375a9326) ) (wire (pts (xy 31.75 71.12) (xy 31.75 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c0b0c88e-3dce-4653-9d3b-c37d801c1cfe) ) (wire (pts (xy 245.11 106.68) (xy 245.11 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c161387a-be5a-4efb-a8a5-a34a8aaf4865) ) (wire (pts (xy 234.95 55.88) (xy 234.95 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c2d69b4e-1076-4bbd-b46d-69649e963774) ) (wire (pts (xy 40.64 -62.23) (xy 69.85 -62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c30fd9fa-df16-46c6-aacc-d01ead240c74) ) (wire (pts (xy 40.64 -20.32) (xy 40.64 -19.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c400b446-0942-4d8b-9362-9e758da3272f) ) (wire (pts (xy 30.48 41.91) (xy 30.48 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c433b514-6639-47e8-89e8-6696c8509c82) ) (wire (pts (xy 217.17 110.49) (xy 217.17 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c4e3f9d8-a8c1-431a-aa7f-b49f8e4f4030) ) (wire (pts (xy 224.79 152.4) (xy 224.79 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c6ebf646-221b-4d6b-a9a1-277ab875cd41) ) (wire (pts (xy 222.25 54.61) (xy 245.11 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c6ffb8b5-a7b9-4b55-9b4e-841eeca0590e) ) (wire (pts (xy 49.53 166.37) (xy 49.53 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c9a6f23f-2def-4eae-80d6-8c866926275b) ) (wire (pts (xy 111.76 88.9) (xy 115.57 88.9)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c9fae252-e9d6-4a69-be9d-0e4fdaddd559) ) (wire (pts (xy 53.34 68.58) (xy 57.15 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cb55f643-6c64-41a2-81dd-6c1b25e0c41a) ) (wire (pts (xy 142.24 165.1) (xy 132.08 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cc75c641-23b4-44b0-90e1-68f181b646d3) ) (wire (pts (xy 224.79 158.75) (xy 224.79 160.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cd198692-1cec-4f61-bcc3-d9c284bdf031) ) (wire (pts (xy 234.95 152.4) (xy 234.95 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cd7b7cd9-5e71-48c2-b802-3c91f9b2957e) ) (wire (pts (xy 140.97 52.07) (xy 140.97 49.53)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ce8a3921-2f63-4e49-a871-4e090a4aded4) ) (wire (pts (xy 77.47 -54.61) (xy 69.85 -54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cf144a06-b429-4a3e-b7c0-8b88b9230e5d) ) (wire (pts (xy 111.76 96.52) (xy 115.57 96.52)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cfe7e627-f63b-4f2a-a947-ed94bfba9109) ) (wire (pts (xy 217.17 55.88) (xy 224.79 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d0eed5e1-3f18-453d-82f3-bdc58aa2a562) ) (wire (pts (xy 259.08 132.08) (xy 259.08 130.81)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d15fe9d9-6efb-43c7-a26d-2f0e3da72baf) ) (wire (pts (xy 106.68 173.99) (xy 106.68 172.72)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d16ae0e3-28ee-49a0-990e-5e8a6ab78759) ) (wire (pts (xy 200.66 78.74) (xy 186.69 78.74)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d1713131-67a7-4a8a-a618-a79ff079ddf3) ) (wire (pts (xy 250.19 77.47) (xy 250.19 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d1a2e931-677a-4f5d-a339-e9258a1a1996) ) (wire (pts (xy 77.47 -62.23) (xy 77.47 -60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d6be54cc-2689-484d-9098-62947748d5ac) ) (wire (pts (xy 49.53 85.09) (xy 49.53 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid daeaeb52-1725-40a1-bce7-bb30d16876ca) ) (wire (pts (xy 105.41 165.1) (xy 132.08 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid db180268-da14-408d-995d-e831103d9aa6) ) (wire (pts (xy 118.11 -20.32) (xy 125.73 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dc8d34c9-8841-4c39-ba7b-c570b99532d8) ) (wire (pts (xy 111.76 83.82) (xy 115.57 83.82)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dff58768-c96b-4e6c-ad19-1b6a031fc54b) ) (wire (pts (xy 248.92 130.81) (xy 248.92 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e0301d0c-ec66-4298-9281-6e6edcf733ae) ) (wire (pts (xy 250.19 29.21) (xy 250.19 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e1b6539a-4489-43da-9d4f-0773b15a340d) ) (wire (pts (xy 53.34 66.04) (xy 57.15 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e1eeccf1-9360-446c-8184-ad3c5ca77cc8) ) (wire (pts (xy 92.71 -62.23) (xy 92.71 -60.96)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e3314a65-f18b-4902-b363-a11b1e918b30) ) (wire (pts (xy 172.72 31.75) (xy 191.77 31.75)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e46a7cab-dbeb-44ae-b264-e27b35bf727c) ) (wire (pts (xy 248.92 132.08) (xy 259.08 132.08)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e48bd85f-dfc3-4e61-8f7b-a282ed416cc4) ) (wire (pts (xy 95.25 -20.32) (xy 95.25 -19.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e50ed147-ecf2-4caf-ba3d-16726856f59e) ) (wire (pts (xy 118.11 44.45) (xy 111.76 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e56dcb03-0a41-4d5c-ab0c-b21e0f6975ee) ) (wire (pts (xy 260.35 97.79) (xy 234.95 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e5bf323e-eb3d-4418-a7fc-da51dac41437) ) (wire (pts (xy 224.79 160.02) (xy 234.95 160.02)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e649c859-5ac6-4b7c-931f-9256a4d6e9d0) ) (wire (pts (xy 59.69 165.1) (xy 49.53 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e6576ab0-1977-40fe-9a4d-95a43bb0a43e) ) (wire (pts (xy 53.34 58.42) (xy 57.15 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e6d1af5f-0f84-4717-a095-e792927b280a) ) (wire (pts (xy 132.08 142.24) (xy 132.08 144.78)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e7502534-1317-4192-8973-2398350757a4) ) (wire (pts (xy 250.19 26.67) (xy 234.95 26.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eaf5a3b9-5a3d-4548-bace-6f8338f8991a) ) (wire (pts (xy 92.71 -54.61) (xy 85.09 -54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eb56cbb1-1824-4079-b3ae-3657129e2c52) ) (wire (pts (xy 217.17 111.76) (xy 224.79 111.76)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ec3b2c0d-9bce-4f51-bebe-7fa92d9a8f34) ) (wire (pts (xy 259.08 123.19) (xy 248.92 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ec7ba467-7732-4d3f-acac-fe80e221f834) ) (wire (pts (xy 59.69 165.1) (xy 69.85 165.1)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid eccf92b1-71bd-4f51-afbd-a52ab768ad2b) ) (wire (pts (xy 217.17 153.67) (xy 217.17 152.4)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ed56b9f1-f83f-4234-9711-259be503a4ab) ) (wire (pts (xy 72.39 -20.32) (xy 72.39 -19.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f070ff68-434f-4f48-8151-ef4db334f615) ) (wire (pts (xy 261.62 74.93) (xy 260.35 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f180cbda-1ebe-4a58-90c9-df5cbb487051) ) (wire (pts (xy 46.99 127) (xy 49.53 127)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f19334b5-ae8a-4c36-8bbf-311795b19480) ) (wire (pts (xy 107.95 -62.23) (xy 115.57 -62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f1cd24a7-2f6e-4687-b7f1-654ee04fa6de) ) (wire (pts (xy 40.64 -20.32) (xy 48.26 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f1fa3154-bffb-4de3-b536-8e2aea5fef49) ) (wire (pts (xy 107.95 -55.88) (xy 107.95 -54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f331f1a9-9c1f-4a98-ae8c-56bfb8e21b63) ) (wire (pts (xy 154.94 78.74) (xy 154.94 88.9)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f3f9b996-622c-4eb5-8531-7b13f7a4e660) ) (wire (pts (xy 234.95 123.19) (xy 248.92 123.19)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f4016307-7a6f-4ab5-8dc4-64ea8fdf67f5) ) (wire (pts (xy 80.01 -20.32) (xy 80.01 -19.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f59e281a-023c-44c8-8ef5-dce6d2da3eb0) ) (wire (pts (xy 40.64 -29.21) (xy 40.64 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f5a65191-92b6-46df-a402-605455670d7a) ) (wire (pts (xy 111.76 81.28) (xy 115.57 81.28)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f630c2b4-33a7-46d1-89ec-a223e4dd18dc) ) (wire (pts (xy 204.47 109.22) (xy 204.47 119.38)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f698aad5-09cf-4599-95d1-d58ef48a6585) ) (wire (pts (xy 111.76 76.2) (xy 115.57 76.2)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f790a2e0-501d-4470-aba1-795376244c78) ) (wire (pts (xy 100.33 -54.61) (xy 92.71 -54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f7dbd735-722f-49ed-b81b-e9154e3c3154) ) (wire (pts (xy 151.13 109.22) (xy 168.91 109.22)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fae05ac1-c567-450c-b17f-19b0ca4ceaf9) ) (wire (pts (xy 110.49 -20.32) (xy 110.49 -19.05)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fbf64ede-cd93-4cc7-bedc-7129f5085458) ) (wire (pts (xy 80.01 -20.32) (xy 87.63 -20.32)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fcb3062a-c3b3-4e7e-8b29-8f8ff2b92721) ) @@ -2765,51 +2765,51 @@ (uuid c41805e2-c420-42e1-b8b8-aaa439019fcf) ) - (label "USB3_1_SSTXCP" (at 168.91 99.06 180) + (label "USB3_1_SSTXCP" (at 168.91 99.06 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 3479197c-1d93-42a2-a900-a6f7ccd99af0) ) - (label "USB3_1_SSTXCP" (at 236.22 49.53 0) + (label "USB3_1_SSTXCP" (at 236.22 49.53 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 65cb24d3-93c4-4173-9f67-de6f9163af97) ) - (label "USB3_1_SSTXCP" (at 186.69 99.06 0) + (label "USB3_1_SSTXCP" (at 186.69 99.06 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 6d1ac295-3bf6-4b24-b8e9-03a6507c5a73) ) - (label "USB3_1_SSTXCN" (at 236.22 46.99 0) + (label "USB3_1_SSTXCN" (at 236.22 46.99 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 6d6b5d02-4264-41bf-a4ee-4ec242c65f60) ) - (label "USB3_1_SSTXCN" (at 186.69 101.6 0) + (label "USB3_1_SSTXCN" (at 186.69 101.6 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 731514e7-2b60-4a37-9ddf-6830e881112d) ) - (label "USB3_1_SSTXCN" (at 168.91 101.6 180) + (label "USB3_1_SSTXCN" (at 168.91 101.6 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 7b1a4b2c-97ba-488e-812c-4b1c496da836) ) - (label "USB3_2_SSTXCN" (at 168.91 132.08 180) + (label "USB3_2_SSTXCN" (at 168.91 132.08 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid 7dbddd2d-f336-4169-b6af-4fdf3286bfdb) ) - (label "USB3_2_SSTXCN" (at 186.69 132.08 0) + (label "USB3_2_SSTXCN" (at 186.69 132.08 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid ab35ce89-5aff-4088-98b7-f5c6ed0d0e63) ) - (label "USB3_2_SSTXCP" (at 236.22 97.79 0) + (label "USB3_2_SSTXCP" (at 236.22 97.79 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid b87575ce-5fed-4033-97b3-00fd68443170) ) - (label "USB3_2_SSTXCP" (at 168.91 129.54 180) + (label "USB3_2_SSTXCP" (at 168.91 129.54 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right bottom)) (uuid e961a872-56f2-4d29-9c4d-c58a0f9bc906) ) - (label "USB3_2_SSTXCP" (at 186.69 129.54 0) + (label "USB3_2_SSTXCP" (at 186.69 129.54 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid f202efb0-945c-404b-86e5-0995d451140c) ) - (label "USB3_2_SSTXCN" (at 236.22 95.25 0) + (label "USB3_2_SSTXCN" (at 236.22 95.25 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid f3032141-0b50-4f56-b6ce-7f1b02de57d7) ) @@ -2817,941 +2817,1018 @@ (global_label "USB3_1_DP" (shape input) (at 234.95 34.29 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 023d9d46-d89d-43e2-a92c-169d32b79cf1) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_PWR" (shape input) (at 172.72 46.99 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 0275cff4-7989-4912-abea-05759fa9aa02) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 213.36 71.12 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 213.36 71.12 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_3_DP" (shape input) (at 33.02 170.18 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 02c9170a-394e-4b89-98c2-4d2747c12cbb) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_3_SSTXP" (shape output) (at 115.57 88.9 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 04b88f72-d3bc-4ba7-b392-711c2280098e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -10.16 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -10.16 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_SSTXN" (shape output) (at 115.57 73.66 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 05318e32-2018-4825-be0c-2606e4682d07) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_DP" (shape input) (at 186.69 137.16 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 0b46b17d-9d2a-45b2-8387-a3304eaf543f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_4_SSTXN" (shape output) (at 115.57 109.22 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 0c2281d2-49d0-4ade-842a-a188426dfc2f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -15.24 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -15.24 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_SSRXN" (shape input) (at 186.69 144.78 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 0cea85d1-5bac-4fb0-9c39-dd4c0de27cc5) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_SSRXN" (shape input) (at 168.91 144.78 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 10ee0fbf-8fa9-4681-ab43-26e5450d7009) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_SSRXN" (shape output) (at 115.57 60.96 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 1319d4a7-9f0d-43aa-984b-4d3f04d2d921) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_TX_P" (shape input) (at 234.95 146.05 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 14788abe-cb7c-4a30-9b0c-ae58dc4524a9) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB1_TX_P" (shape input) (at 53.34 60.96 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 18b4c4cf-3d4e-491b-9220-4843ff788285) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 15.24 -25.4 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 15.24 -25.4 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_TX_P" (shape input) (at 186.69 68.58 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 1c091592-f8fb-44bd-a93f-46c4689ed736) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_3_SSRXN" (shape output) (at 115.57 96.52 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 1c15ed65-461b-4b50-8180-3e4a56b1c365) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -10.16 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -10.16 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USBH_3V3" (shape input) (at 46.99 127 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 1fb51649-5062-4ca3-906c-c316809a628c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 35.0501 127.0794 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 35.0501 127.0794 0) (effects (font (size 1.27 1.27)) (justify right) hide) ) ) (global_label "USB3_1_DN" (shape input) (at 186.69 104.14 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 1ffd7b6d-3b03-44b6-85ca-45eb6cf21581) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_SSRXP" (shape input) (at 234.95 90.17 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 240d7d14-2bbb-4afb-93e8-886903f2a6fe) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_TX_N" (shape input) (at 168.91 71.12 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 25501474-24dd-4c0d-9dc6-fdbedc1cccc7) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_DP" (shape input) (at 186.69 106.68 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 28e56779-747d-43ec-b8b5-92748fb19731) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_DN" (shape output) (at 115.57 83.82 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 29321a55-d316-4b92-bdf7-ba5a9eed4fc7) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_SSRXP" (shape input) (at 168.91 142.24 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 29ec4565-0f19-4813-b3a5-0bffc58a7b40) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_SSTXP" (shape output) (at 115.57 53.34 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 2dcd008c-630e-4dd7-9a49-ca8e5a3ea7e7) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_SSTXN" (shape input) (at 266.7 95.25 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 2fd9f086-e5d0-4804-a5e7-d9c5252f15d3) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB1_RX_P" (shape output) (at 53.34 55.88 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3051820b-363a-4de5-8ee4-46bbdffdb86a) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 15.24 -25.4 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 15.24 -25.4 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_SSRXP" (shape input) (at 186.69 142.24 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 37f54b21-8449-4ecc-ba09-be31f5401e50) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_DN" (shape input) (at 234.95 128.27 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 3923a823-c102-4c8b-b60f-67bc32f57f34) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_RESETn" (shape input) (at 43.18 144.78 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3c2e172f-b00e-4ae6-8b20-2da2c9f3b095) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 6.35 -2.54 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 6.35 -2.54 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USBH_3V3" (shape input) (at 135.89 118.11 90) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 3cc46042-afd0-455c-8424-8e4c35404bc4) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 135.8106 106.1701 90) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 135.8106 106.1701 90) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "USB3_1_DN" (shape input) (at 168.91 104.14 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3e3826b6-557c-4e24-9a87-47ab642bd387) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_RX_N" (shape input) (at 168.91 83.82 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 452ba86f-d722-4de4-b56a-3e997961d8e6) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_PWR" (shape input) (at 266.7 26.67 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 499e38c7-be77-4482-b240-725303ee531d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 1.27 -96.52 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 1.27 -96.52 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_RX_P" (shape input) (at 168.91 81.28 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 4a5a04e2-4c14-457c-96b5-5325c4eb9280) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_DP" (shape input) (at 168.91 76.2 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 4d65f55e-2e06-4c90-abb0-a65b6febaca8) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_SSTXN" (shape input) (at 265.43 46.99 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 4fa193d6-0f90-4ab8-974a-c84700b9c743) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_DP" (shape input) (at 168.91 137.16 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 5136fbfe-7052-4efe-a099-bbe1022b0340) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_TX_N" (shape input) (at 234.95 143.51 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 538fdd06-d838-4911-b277-e65f931432d4) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_3_SSTXN" (shape output) (at 115.57 91.44 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 54467249-4fe2-4a28-8aa6-aba16f77f275) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -10.16 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -10.16 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_3_SSRXN" (shape input) (at 160.02 41.91 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 594ffe54-a556-4a98-a057-33d803c3e95b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 344.17 5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 344.17 5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_SSRXN" (shape input) (at 168.91 114.3 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 5b37ae60-d52c-4330-83d3-ae2204fa0165) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB1_DP" (shape bidirectional) (at 53.34 66.04 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 5ca412a3-5c33-46f5-bfe7-4d144c6d7d4f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -3.81 -25.4 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -3.81 -25.4 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_PWR" (shape input) (at 74.93 165.1 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 5ded4a5b-603b-407f-84f5-ffd6eec21d1f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -190.5 41.91 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -190.5 41.91 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_RESETn" (shape input) (at 49.53 114.3 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 5f8bdc8b-97bb-444d-bcc7-59b0c859690b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 45.72 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 45.72 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_4_SSTXN" (shape input) (at 172.72 36.83 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 6426576d-fcd2-499a-b730-6feda0cc803c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -11.43 -5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -11.43 -5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_SSTXP" (shape input) (at 266.7 97.79 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 646629d8-82a4-4dd3-b51c-abf074ccec82) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_DN" (shape input) (at 186.69 73.66 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 67d549de-16ea-4627-8f7a-eaf4a48ceade) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_SSRXP" (shape output) (at 115.57 76.2 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 6fb6360e-ab76-409a-b3f8-f718726f99ab) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_RX_P" (shape input) (at 186.69 81.28 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 7487121a-5e89-4502-b1aa-724eeccd3cd5) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USBH_1V1" (shape input) (at 125.73 33.02 90) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 75f03aa3-09f9-49ff-9f64-40ec795e5373) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 125.6506 21.0801 90) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 125.6506 21.0801 90) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "USB3_1_DN" (shape input) (at 234.95 31.75 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 76f46f67-238c-4b5f-bffa-863370e3be5d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_PWR" (shape input) (at 160.02 46.99 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 7c4febc0-d10a-4703-8d5f-b41703f7d628) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 119.38 22.86 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 119.38 22.86 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_DN" (shape input) (at 168.91 73.66 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 7caa5555-2cca-411e-b208-a286a4b15a04) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_DN" (shape output) (at 115.57 66.04 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 7f3197e3-b20a-4446-915b-2ab2a0360e30) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_DN" (shape input) (at 186.69 134.62 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 801c11a4-f7df-45f6-bbb6-99d743b6ad10) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_4_SSTXP" (shape output) (at 115.57 106.68 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 812a5c1b-0355-4066-8fe5-66194d7b98b6) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -15.24 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -15.24 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_4_SSRXN" (shape input) (at 172.72 41.91 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 89014213-9d3b-4d09-ba8a-a96d62d81c60) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -11.43 -5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -11.43 -5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_TX_P" (shape input) (at 168.91 68.58 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 89aeffbb-7a2a-40f7-80c2-8401474ae84d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USBH_3V3" (shape input) (at 118.11 33.02 90) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 90bb7c99-33c2-4676-a2de-27b9744c526b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 118.0306 21.0801 90) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 118.0306 21.0801 90) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "USB3_4_SSTXP" (shape input) (at 172.72 34.29 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 91486c21-1b8b-4388-85d0-78451763b596) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -11.43 -5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -11.43 -5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_RX_N" (shape input) (at 234.95 135.89 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 9264a1a0-029d-4433-8687-f1cba112c1bf) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_4_DN" (shape input) (at 115.57 167.64 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 9287dcb2-e821-486a-95b8-85b20089b79c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_PWR" (shape input) (at 172.72 44.45 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 9353de51-22d7-4f27-b67b-181c54179a9c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 213.36 68.58 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 213.36 68.58 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_SSRXP" (shape output) (at 115.57 58.42 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 9444b103-b042-4edf-8e39-551433e54dcf) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_PWR" (shape input) (at 265.43 123.19 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 96b8bad7-4de0-4796-9a68-1fdea3fcc925) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_SSTXN" (shape output) (at 115.57 55.88 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid a32828c6-afd0-4880-bfb3-62d815ba8534) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_PWR" (shape input) (at 157.48 165.1 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid a427bf06-9d88-4297-8328-8ac991acbda0) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -107.95 41.91 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -107.95 41.91 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_SSRXN" (shape output) (at 115.57 78.74 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid a8943da2-8e64-4ecc-b2b8-1bf88d52a1ca) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_TX_N" (shape input) (at 186.69 71.12 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid abdb490d-806a-4e5e-96d6-47e786d9559e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_SSRXP" (shape input) (at 186.69 111.76 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid abdb79f3-b2a1-4588-9631-8002893affe3) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_DN" (shape input) (at 168.91 134.62 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid ac9d32f0-1b10-47d5-890a-cdbaabf7b796) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB1_DN" (shape bidirectional) (at 53.34 68.58 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid b303d843-3896-4830-bd42-dae6791d9da6) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -3.81 -25.4 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -3.81 -25.4 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_SSRXP" (shape input) (at 168.91 111.76 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid b6cb4843-6747-42c9-9091-44dcd2c32450) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_RX_P" (shape input) (at 234.95 138.43 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid b8739e0b-9c18-4459-9d06-32a093203733) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_PWR" (shape input) (at 266.7 74.93 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid bc87c6f9-e307-43b0-90a2-c39c8239e71f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 1.27 -48.26 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 1.27 -48.26 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_RX_N" (shape input) (at 186.69 83.82 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid befecd9b-de35-4aaa-bc24-ca8fa5eec483) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_3_DN" (shape input) (at 33.02 167.64 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid c18ffa00-5beb-4163-aad6-98d47ec894db) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "3V3_PWR_AUX" (shape input) (at 36.83 -73.66 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid c6adf92f-b7e6-434c-8f49-00c89cba34bb) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -71.12 -90.17 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -71.12 -90.17 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_3_SSRXP" (shape input) (at 160.02 39.37 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid c7a53a3e-f264-403a-b0da-400c9e752a95) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 344.17 5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 344.17 5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USBH_1V1" (shape input) (at 139.7 -20.32 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid c84c2797-48df-460c-aa15-b9a60c39c26f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 151.6399 -20.3994 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 151.6399 -20.3994 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "USB3_1_SSTXP" (shape input) (at 265.43 49.53 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid c9245714-3e61-4c52-9e27-bd5bf59157aa) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_4_SSRXN" (shape output) (at 115.57 114.3 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid cc5cac53-9ad5-4977-8337-737818debe0b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -15.24 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -15.24 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_SSTXP" (shape output) (at 115.57 71.12 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid cc73eb24-9269-40f4-ab47-0185b26d9ea1) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_4_SSRXP" (shape output) (at 115.57 111.76 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid ccf13df3-bf4c-4563-957f-cfc934a8b978) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -15.24 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -15.24 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_3_SSTXP" (shape input) (at 160.02 34.29 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid cf733366-3e25-4e47-8d0d-3c6d33b10772) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 344.17 5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 344.17 5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_4_DP" (shape input) (at 115.57 170.18 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid d285c8e1-c672-4c6f-bf76-fffd260d9c6e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_4_DN" (shape output) (at 115.57 119.38 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid d2870712-e275-4447-92df-f8b9ce721676) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -15.24 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -15.24 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_4_SSRXP" (shape input) (at 172.72 39.37 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid d2e3ec8b-6ffc-432a-a567-f5f3f15c4444) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -11.43 -5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -11.43 -5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_SSRXN" (shape input) (at 234.95 87.63 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid d54cb6ee-fe55-4a40-9e43-310d612eaf39) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_DP" (shape input) (at 234.95 130.81 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid d5b64bab-dd36-443f-a748-54e6dcd46846) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_PWR" (shape input) (at 160.02 44.45 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid d7dbdc8b-2e6d-49d8-bb34-0b03c79661f7) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 119.38 20.32 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 119.38 20.32 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USBH_3V3" (shape input) (at 119.38 -62.23 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid d9eaf40b-3c5c-45cc-8a93-5638da8e8208) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 131.3199 -62.3094 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 131.3199 -62.3094 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "USB3_1_DP" (shape output) (at 115.57 63.5 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid dd32c71a-af1d-4107-9b14-03dc1a117b5b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_DN" (shape input) (at 234.95 80.01 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid de673902-9c53-4f3b-9970-57870cecc45a) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_PWR" (shape input) (at 31.75 76.2 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid de96a492-0f91-41bc-9da7-58ebb688e186) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -8.89 52.07 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -8.89 52.07 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_SSRXN" (shape input) (at 234.95 39.37 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid dec419d1-a231-482d-87bb-1d8d8160647c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_SSRXP" (shape input) (at 234.95 41.91 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid dfde6e47-8099-4d86-ba36-025118bd0724) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_SSRXN" (shape input) (at 186.69 114.3 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid e190cf79-7ce7-44c7-b838-8b0845bf7071) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB2_DP" (shape input) (at 186.69 76.2 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid e7445e7e-3ef8-47fe-867c-5f83846603e9) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_4_DP" (shape output) (at 115.57 116.84 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid e7a4ed31-e330-4d2a-a4cf-67f4ecd9546f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -15.24 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -15.24 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_DP" (shape input) (at 234.95 82.55 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid e847cfb9-988f-447e-b246-f9392af3171b) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_3_SSTXN" (shape input) (at 160.02 36.83 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid e9595c01-9d20-4cb9-a027-19e3cceb795c) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 344.17 5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 344.17 5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_3_DP" (shape output) (at 115.57 99.06 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid ea186c75-502e-4cf1-abcf-5a9dd4690a27) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -10.16 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -10.16 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_3_DN" (shape output) (at 115.57 101.6 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid eba52737-9dfc-4eb5-9eee-5b594fbba781) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -10.16 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -10.16 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_2_DP" (shape output) (at 115.57 81.28 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid f243a524-9028-4ae7-9d4b-59989463a518) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -5.08 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -5.08 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_3_SSRXP" (shape output) (at 115.57 93.98 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid f2d0fd11-5e03-48be-9136-b88dea675e71) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at -7.62 -10.16 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at -7.62 -10.16 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB1_RX_N" (shape output) (at 53.34 58.42 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid f84d9c9a-8086-4b64-9541-3b7ad6054829) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 15.24 -25.4 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 15.24 -25.4 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB1_TX_N" (shape input) (at 53.34 63.5 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid fa352efe-a4dd-46cd-a842-efe82bfac917) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 15.24 -25.4 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 15.24 -25.4 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB3_1_DP" (shape input) (at 168.91 106.68 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid fd2292a2-022e-4a6f-835b-f227eb3e018f) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (symbol (lib_id "Device:R_Small") (at 46.99 144.78 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d907271) - (property "Reference" "R103" (id 0) (at 46.99 142.24 90)) - (property "Value" "100k" (id 1) (at 46.99 147.32 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 46.99 144.78 0) + (property "Reference" "R103" (at 46.99 142.24 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "100k" (at 46.99 147.32 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 46.99 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 46.99 144.78 0) + (property "Datasheet" "" (at 46.99 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 46.99 144.78 0) + (property "Manufacturer" "Vishay Dale" (at 46.99 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW0603100KJNEAC" (id 5) (at 46.99 144.78 0) + (property "Manufacturer_No" "CRCW0603100KJNEAC" (at 46.99 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 46.99 144.78 0) + (property "Distributor" "Mouser" (at 46.99 144.78 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 46.99 144.78 0) + (property "Checked" "y" (at 46.99 144.78 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0a006200-9c7e-4e00-a7a6-e7c4be711d32)) (pin "2" (uuid 4024f5f4-c06b-4bd3-9df8-4e5ff8cd2cd3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R103") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 24.13 173.99 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d9342e9) - (property "Reference" "#PWR0195" (id 0) (at 24.13 180.34 0) + (property "Reference" "#PWR0195" (at 24.13 180.34 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 24.257 178.3842 0)) - (property "Footprint" "" (id 2) (at 24.13 173.99 0) + (property "Value" "GND" (at 24.257 178.3842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 24.13 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 24.13 173.99 0) + (property "Datasheet" "" (at 24.13 173.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f6ae94af-db89-4653-9ad4-aaaab12651de)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0195") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 106.68 173.99 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d93843a) - (property "Reference" "#PWR0196" (id 0) (at 106.68 180.34 0) + (property "Reference" "#PWR0196" (at 106.68 180.34 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 106.807 178.3842 0)) - (property "Footprint" "" (id 2) (at 106.68 173.99 0) + (property "Value" "GND" (at 106.807 178.3842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 106.68 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 106.68 173.99 0) + (property "Datasheet" "" (at 106.68 173.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 39b9a409-d671-4ab4-a036-003b08e7702f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0196") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 26.67 170.18 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d950f53) - (property "Reference" "R90" (id 0) (at 26.67 172.72 90)) - (property "Value" "27" (id 1) (at 26.67 170.18 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 26.67 170.18 0) + (property "Reference" "R90" (at 26.67 172.72 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "27" (at 26.67 170.18 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 26.67 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 26.67 170.18 0) + (property "Datasheet" "" (at 26.67 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 26.67 170.18 0) + (property "Manufacturer" "Yageo" (at 26.67 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0727RL" (id 5) (at 26.67 170.18 0) + (property "Manufacturer_No" "RC0603FR-0727RL" (at 26.67 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 26.67 170.18 0) + (property "Checked" "y" (at 26.67 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 26.67 170.18 0) + (property "Distributor" "Mouser" (at 26.67 170.18 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b65784e1-e51f-4c4d-821b-26c48c0238d5)) (pin "2" (uuid 575682a4-1a85-4ac3-ad55-6df89ad4fdcf)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R90") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 30.48 167.64 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d95f31a) - (property "Reference" "R92" (id 0) (at 30.48 170.18 90)) - (property "Value" "27" (id 1) (at 30.48 167.64 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 30.48 167.64 0) + (property "Reference" "R92" (at 30.48 170.18 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "27" (at 30.48 167.64 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 30.48 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 30.48 167.64 0) + (property "Datasheet" "" (at 30.48 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 30.48 167.64 0) + (property "Manufacturer" "Yageo" (at 30.48 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0727RL" (id 5) (at 30.48 167.64 0) + (property "Manufacturer_No" "RC0603FR-0727RL" (at 30.48 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 30.48 167.64 0) + (property "Checked" "y" (at 30.48 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 30.48 167.64 0) + (property "Distributor" "Mouser" (at 30.48 167.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ba0bd2da-39d1-4ac8-a061-5afdd4ae69fc)) (pin "2" (uuid d002c663-c54c-4c80-9897-ce696af84f5c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R92") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 109.22 170.18 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d96eeab) - (property "Reference" "R91" (id 0) (at 109.22 172.72 90)) - (property "Value" "27" (id 1) (at 109.22 170.18 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 109.22 170.18 0) + (property "Reference" "R91" (at 109.22 172.72 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "27" (at 109.22 170.18 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 109.22 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 109.22 170.18 0) + (property "Datasheet" "" (at 109.22 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 109.22 170.18 0) + (property "Manufacturer" "Yageo" (at 109.22 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0727RL" (id 5) (at 109.22 170.18 0) + (property "Manufacturer_No" "RC0603FR-0727RL" (at 109.22 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 109.22 170.18 0) + (property "Checked" "y" (at 109.22 170.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 109.22 170.18 0) + (property "Distributor" "Mouser" (at 109.22 170.18 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a22c9514-7f46-4cf6-b2db-fec91878d266)) (pin "2" (uuid 8b84c6d2-ef90-4210-93ad-8028a1a50ba9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R91") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 113.03 167.64 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005d96eeb5) - (property "Reference" "R93" (id 0) (at 113.03 170.18 90)) - (property "Value" "27" (id 1) (at 113.03 167.64 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 113.03 167.64 0) + (property "Reference" "R93" (at 113.03 170.18 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "27" (at 113.03 167.64 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 113.03 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 113.03 167.64 0) + (property "Datasheet" "" (at 113.03 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 113.03 167.64 0) + (property "Manufacturer" "Yageo" (at 113.03 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0727RL" (id 5) (at 113.03 167.64 0) + (property "Manufacturer_No" "RC0603FR-0727RL" (at 113.03 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 113.03 167.64 0) + (property "Checked" "y" (at 113.03 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 113.03 167.64 0) + (property "Distributor" "Mouser" (at 113.03 167.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a6e1b257-4a26-47dc-975c-b16774f25e5f)) (pin "2" (uuid ecad5b86-0e62-4cc0-b1c5-a0d144760a2e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R93") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:USB3_A-Connector") (at 222.25 36.83 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da00825) - (property "Reference" "J6" (id 0) (at 223.6978 18.6182 0)) - (property "Value" "USB3_A" (id 1) (at 223.6978 20.9296 0)) - (property "Footprint" "footprints:692121030100" (id 2) (at 226.06 34.29 0) + (property "Reference" "J6" (at 223.6978 18.6182 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "USB3_A" (at 223.6978 20.9296 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:692121030100" (at 226.06 34.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 226.06 34.29 0) + (property "Datasheet" "" (at 226.06 34.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Wurth" (id 4) (at 222.25 36.83 0) + (property "Manufacturer" "Wurth" (at 222.25 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "692121030100" (id 5) (at 222.25 36.83 0) + (property "Manufacturer_No" "692121030100" (at 222.25 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 222.25 36.83 0) + (property "Checked" "y" (at 222.25 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 222.25 36.83 0) + (property "Distributor" "Mouser" (at 222.25 36.83 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f51e2919-f56c-4fa6-9439-4aaa98f34cba)) @@ -3764,29 +3841,40 @@ (pin "7" (uuid ddddc44c-fd3a-41ad-8766-a324d4f621b6)) (pin "8" (uuid 46c75416-378f-42f5-909f-15b88b9b93b2)) (pin "9" (uuid 59efb267-c8a0-4c51-b1b2-afa0616deb04)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "J6") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:USB3_A-Connector") (at 222.25 133.35 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da0c9af) - (property "Reference" "J17" (id 0) (at 223.6978 115.1382 0)) - (property "Value" "USB3_A" (id 1) (at 223.6978 117.4496 0)) - (property "Footprint" "footprints:692121030100" (id 2) (at 226.06 130.81 0) + (property "Reference" "J17" (at 223.6978 115.1382 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "USB3_A" (at 223.6978 117.4496 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:692121030100" (at 226.06 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 226.06 130.81 0) + (property "Datasheet" "" (at 226.06 130.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Wurth" (id 4) (at 222.25 133.35 0) + (property "Manufacturer" "Wurth" (at 222.25 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "692121030100" (id 5) (at 222.25 133.35 0) + (property "Manufacturer_No" "692121030100" (at 222.25 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 222.25 133.35 0) + (property "Checked" "y" (at 222.25 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 222.25 133.35 0) + (property "Distributor" "Mouser" (at 222.25 133.35 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d13e739d-b989-4dfd-b0a6-1058c0660de9)) @@ -3799,138 +3887,179 @@ (pin "7" (uuid 20998881-fe49-4482-8bc1-348c8aeb0679)) (pin "8" (uuid 8dbf410f-701d-4219-8c58-88ad9a9cdf07)) (pin "9" (uuid ef890310-404b-4a74-aa3f-f1bb00edbaf7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "J17") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 217.17 59.69 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da0dcb3) - (property "Reference" "R55" (id 0) (at 218.6686 58.5216 0) + (property "Reference" "R55" (at 218.6686 58.5216 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1M" (id 1) (at 218.6686 60.833 0) + (property "Value" "1M" (at 218.6686 60.833 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 217.17 59.69 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 217.17 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 217.17 59.69 0) + (property "Datasheet" "" (at 217.17 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 217.17 59.69 0) + (property "Manufacturer" "Yageo" (at 217.17 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071ML" (id 5) (at 217.17 59.69 0) + (property "Manufacturer_No" "RC0603FR-071ML" (at 217.17 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 217.17 59.69 0) + (property "Distributor" "Mouser" (at 217.17 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 217.17 59.69 0) + (property "Checked" "y" (at 217.17 59.69 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1007476b-6968-4dda-b1d1-6d2a9facb435)) (pin "2" (uuid 3532d142-10ed-4923-8209-0529fc630b5a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R55") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 248.92 58.42 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da0f5b1) - (property "Reference" "#PWR024" (id 0) (at 248.92 64.77 0) + (property "Reference" "#PWR024" (at 248.92 64.77 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 249.047 62.8142 0)) - (property "Footprint" "" (id 2) (at 248.92 58.42 0) + (property "Value" "GND" (at 249.047 62.8142 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 248.92 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 248.92 58.42 0) + (property "Datasheet" "" (at 248.92 58.42 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a2769cf9-6957-46ee-a755-43f6ab5705e1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR024") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 255.27 46.99 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da14d06) - (property "Reference" "C40" (id 0) (at 257.048 47.244 0) + (property "Reference" "C40" (at 257.048 47.244 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 253.238 47.244 0) + (property "Value" "0.1uF" (at 253.238 47.244 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 255.27 46.99 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 255.27 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 255.27 46.99 0) + (property "Datasheet" "" (at 255.27 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 255.27 46.99 0) + (property "Manufacturer" "Yageo" (at 255.27 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 255.27 46.99 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 255.27 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 255.27 46.99 0) + (property "Checked" "y" (at 255.27 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 255.27 46.99 0) + (property "Distributor" "Mouser" (at 255.27 46.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 81aa5635-f2a5-402f-b8d7-e255cd7fa3ab)) (pin "2" (uuid 575caf63-ba85-45f6-9b5c-c05434120f04)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C40") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 261.62 49.53 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da15148) - (property "Reference" "C42" (id 0) (at 263.398 49.784 0) + (property "Reference" "C42" (at 263.398 49.784 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 259.588 49.784 0) + (property "Value" "0.1uF" (at 259.588 49.784 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 261.62 49.53 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 261.62 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 261.62 49.53 0) + (property "Datasheet" "" (at 261.62 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 261.62 49.53 0) + (property "Manufacturer" "Yageo" (at 261.62 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 261.62 49.53 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 261.62 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 261.62 49.53 0) + (property "Checked" "y" (at 261.62 49.53 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 261.62 49.53 0) + (property "Distributor" "Mouser" (at 261.62 49.53 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b5041f90-a1e9-47e7-86b0-fc87d7fb7036)) (pin "2" (uuid 116f044c-5c12-486f-86dd-1e5cb75c9c23)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C42") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:USB3_A-Connector") (at 222.25 85.09 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da2390d) - (property "Reference" "J5" (id 0) (at 223.6978 66.8782 0)) - (property "Value" "USB3_A" (id 1) (at 223.6978 69.1896 0)) - (property "Footprint" "footprints:692121030100" (id 2) (at 226.06 82.55 0) + (property "Reference" "J5" (at 223.6978 66.8782 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "USB3_A" (at 223.6978 69.1896 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:692121030100" (at 226.06 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 226.06 82.55 0) + (property "Datasheet" "" (at 226.06 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Wurth" (id 4) (at 222.25 85.09 0) + (property "Manufacturer" "Wurth" (at 222.25 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "692121030100" (id 5) (at 222.25 85.09 0) + (property "Manufacturer_No" "692121030100" (at 222.25 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 222.25 85.09 0) + (property "Checked" "y" (at 222.25 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 222.25 85.09 0) + (property "Distributor" "Mouser" (at 222.25 85.09 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1e00eade-eb3f-472c-8e16-aa1cc054da56)) @@ -3943,1023 +4072,1306 @@ (pin "7" (uuid 32e72efa-4056-4e40-9599-c293af0957e0)) (pin "8" (uuid f2c7a443-528c-4741-b2ea-7559794804be)) (pin "9" (uuid 97103f37-3424-4192-81fd-6b5c989b87bd)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "J5") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 256.54 95.25 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da23928) - (property "Reference" "C39" (id 0) (at 258.318 95.504 0) + (property "Reference" "C39" (at 258.318 95.504 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 254.508 95.504 0) + (property "Value" "0.1uF" (at 254.508 95.504 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 256.54 95.25 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 256.54 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 256.54 95.25 0) + (property "Datasheet" "" (at 256.54 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 256.54 95.25 0) + (property "Manufacturer" "Yageo" (at 256.54 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 256.54 95.25 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 256.54 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 256.54 95.25 0) + (property "Checked" "y" (at 256.54 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 256.54 95.25 0) + (property "Distributor" "Mouser" (at 256.54 95.25 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ce3d5df1-91fb-46a4-8194-1ce23f873ff4)) (pin "2" (uuid 84b4b4ab-3d96-4003-9ea1-d742bf45b6e0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C39") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 262.89 97.79 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da23932) - (property "Reference" "C41" (id 0) (at 264.668 98.044 0) + (property "Reference" "C41" (at 264.668 98.044 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 260.858 98.044 0) + (property "Value" "0.1uF" (at 260.858 98.044 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 262.89 97.79 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 262.89 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 262.89 97.79 0) + (property "Datasheet" "" (at 262.89 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 262.89 97.79 0) + (property "Manufacturer" "Yageo" (at 262.89 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 262.89 97.79 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 262.89 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 262.89 97.79 0) + (property "Checked" "y" (at 262.89 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 262.89 97.79 0) + (property "Distributor" "Mouser" (at 262.89 97.79 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9a475456-54e3-4f1a-99db-bd1795d312a9)) (pin "2" (uuid cfeb790c-1153-4989-aa25-d4069ebac711)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C41") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 40.64 -31.75 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da4faf9) - (property "Reference" "FB2" (id 0) (at 34.29 -34.29 0) + (property "Reference" "FB2" (at 34.29 -34.29 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "220@100MHz 1.4A" (id 1) (at 20.32 -31.75 0) + (property "Value" "220@100MHz 1.4A" (at 20.32 -31.75 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 38.862 -31.75 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 38.862 -31.75 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 40.64 -31.75 0) + (property "Datasheet" "" (at 40.64 -31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 40.64 -31.75 0) + (property "Manufacturer" "Murata" (at 40.64 -31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18PG221SH1D" (id 5) (at 40.64 -31.75 0) + (property "Manufacturer_No" "BLM18PG221SH1D" (at 40.64 -31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 40.64 -31.75 0) + (property "Checked" "y" (at 40.64 -31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 40.64 -31.75 0) + (property "Distributor" "Mouser" (at 40.64 -31.75 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0e7eec8d-d05f-4461-bdf6-cc9b91cd12ed)) (pin "2" (uuid 09f48ac8-b578-44f2-ac40-f32511692660)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "FB2") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 40.64 -69.85 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005da53c5d) - (property "Reference" "FB1" (id 0) (at 43.18 -71.0184 0) + (property "Reference" "FB1" (at 43.18 -71.0184 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "220@100MHz 1.4A" (id 1) (at 43.18 -68.707 0) + (property "Value" "220@100MHz 1.4A" (at 43.18 -68.707 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 38.862 -69.85 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 38.862 -69.85 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 40.64 -69.85 0) + (property "Datasheet" "" (at 40.64 -69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18PG221SH1D" (id 4) (at 40.64 -69.85 0) + (property "Manufacturer_No" "BLM18PG221SH1D" (at 40.64 -69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 5) (at 40.64 -69.85 0) + (property "Manufacturer" "Murata" (at 40.64 -69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 40.64 -69.85 0) + (property "Checked" "y" (at 40.64 -69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 40.64 -69.85 0) + (property "Distributor" "Mouser" (at 40.64 -69.85 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid db3bc305-c98c-4d42-a885-4eb7f321777e)) (pin "2" (uuid fb057afd-61a1-4392-8204-5cf6184d9194)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "FB1") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:Conn_01x04_Male") (at 100.33 167.64 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dbc25d6) - (property "Reference" "J14" (id 0) (at 103.0732 160.5026 0)) - (property "Value" "USB_INT2" (id 1) (at 103.0732 162.814 0)) - (property "Footprint" "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" (id 2) (at 100.33 167.64 0) + (property "Reference" "J14" (at 103.0732 160.5026 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "USB_INT2" (at 103.0732 162.814 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" (at 100.33 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 100.33 167.64 0) + (property "Datasheet" "" (at 100.33 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "JST" (id 4) (at 100.33 167.64 0) + (property "Manufacturer" "JST" (at 100.33 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "B4B-PH-K-S(LF)(SN)" (id 5) (at 100.33 167.64 0) + (property "Manufacturer_No" "B4B-PH-K-S(LF)(SN)" (at 100.33 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 100.33 167.64 0) + (property "Checked" "y" (at 100.33 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Digikey" (id 7) (at 100.33 167.64 0) + (property "Distributor" "Digikey" (at 100.33 167.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e9e468d4-5bc2-4923-a22e-6686a1ab9c6c)) (pin "2" (uuid 35caec12-9d20-4397-aeaf-6fe2e2d77438)) (pin "3" (uuid d9d15d5a-68de-46a0-9c77-7621b82ed308)) (pin "4" (uuid 89146bc0-543e-4eed-9496-9bdd0600449a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "J14") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 260.35 31.75 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dc98163) - (property "Reference" "C70" (id 0) (at 262.6868 30.5816 0) + (property "Reference" "C70" (at 262.6868 30.5816 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 262.6868 32.893 0) + (property "Value" "0.1uF" (at 262.6868 32.893 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 260.35 31.75 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 260.35 31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 260.35 31.75 0) + (property "Datasheet" "" (at 260.35 31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 260.35 31.75 0) + (property "Manufacturer" "Yageo" (at 260.35 31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 260.35 31.75 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 260.35 31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 260.35 31.75 0) + (property "Checked" "y" (at 260.35 31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 260.35 31.75 0) + (property "Distributor" "Mouser" (at 260.35 31.75 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 050f3ed8-9e48-483f-8e78-b7928c65879b)) (pin "2" (uuid a9a3573e-1ca2-4abc-909d-3e6f6a7a93c8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C70") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 260.35 36.83 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dcca808) - (property "Reference" "#PWR0199" (id 0) (at 260.35 43.18 0) + (property "Reference" "#PWR0199" (at 260.35 43.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 260.477 41.2242 0)) - (property "Footprint" "" (id 2) (at 260.35 36.83 0) + (property "Value" "GND" (at 260.477 41.2242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 260.35 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 260.35 36.83 0) + (property "Datasheet" "" (at 260.35 36.83 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid fee41380-478c-40a5-b588-1d149824ac77)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0199") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 260.35 80.01 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dce0984) - (property "Reference" "C85" (id 0) (at 262.6868 78.8416 0) + (property "Reference" "C85" (at 262.6868 78.8416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 262.6868 81.153 0) + (property "Value" "0.1uF" (at 262.6868 81.153 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 260.35 80.01 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 260.35 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 260.35 80.01 0) + (property "Datasheet" "" (at 260.35 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 260.35 80.01 0) + (property "Manufacturer" "Yageo" (at 260.35 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 260.35 80.01 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 260.35 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 260.35 80.01 0) + (property "Checked" "y" (at 260.35 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 260.35 80.01 0) + (property "Distributor" "Mouser" (at 260.35 80.01 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 82b8df04-4791-469b-a6cd-8d29ecd500dd)) (pin "2" (uuid cdc16f3b-3b4c-4496-b314-537d280b5c88)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C85") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 260.35 85.09 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dce0995) - (property "Reference" "#PWR0200" (id 0) (at 260.35 91.44 0) + (property "Reference" "#PWR0200" (at 260.35 91.44 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 260.477 89.4842 0)) - (property "Footprint" "" (id 2) (at 260.35 85.09 0) + (property "Value" "GND" (at 260.477 89.4842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 260.35 85.09 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 260.35 85.09 0) + (property "Datasheet" "" (at 260.35 85.09 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 31ea334c-45e5-419a-a949-4221800566c3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0200") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 59.69 168.91 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dced684) - (property "Reference" "C76" (id 0) (at 62.0268 167.7416 0) + (property "Reference" "C76" (at 62.0268 167.7416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 62.0268 170.053 0) + (property "Value" "0.1uF" (at 62.0268 170.053 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 59.69 168.91 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 59.69 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 59.69 168.91 0) + (property "Datasheet" "" (at 59.69 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 59.69 168.91 0) + (property "Manufacturer" "Yageo" (at 59.69 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 59.69 168.91 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 59.69 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 59.69 168.91 0) + (property "Checked" "y" (at 59.69 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 59.69 168.91 0) + (property "Distributor" "Mouser" (at 59.69 168.91 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ebbcb5dd-2a31-4167-a84a-fb2d2ce229b0)) (pin "2" (uuid 74c9478c-9550-4cd3-bc9b-2a71eb329016)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C76") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 59.69 173.99 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dced695) - (property "Reference" "#PWR0201" (id 0) (at 59.69 180.34 0) + (property "Reference" "#PWR0201" (at 59.69 180.34 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 59.817 178.3842 0)) - (property "Footprint" "" (id 2) (at 59.69 173.99 0) + (property "Value" "GND" (at 59.817 178.3842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 59.69 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 59.69 173.99 0) + (property "Datasheet" "" (at 59.69 173.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f043171e-6c6e-400d-b0e1-63270c3bc4b0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0201") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 142.24 168.91 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dcfa992) - (property "Reference" "C77" (id 0) (at 144.5768 167.7416 0) + (property "Reference" "C77" (at 144.5768 167.7416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 144.5768 170.053 0) + (property "Value" "0.1uF" (at 144.5768 170.053 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 142.24 168.91 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 142.24 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 142.24 168.91 0) + (property "Datasheet" "" (at 142.24 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 142.24 168.91 0) + (property "Manufacturer" "Yageo" (at 142.24 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 142.24 168.91 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 142.24 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 142.24 168.91 0) + (property "Checked" "y" (at 142.24 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 142.24 168.91 0) + (property "Distributor" "Mouser" (at 142.24 168.91 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 151634ee-e083-42bf-87c5-1e86664768a8)) (pin "2" (uuid 8bea1fd8-c5cc-4840-bc8d-cb77cbba0e4f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C77") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 142.24 173.99 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005dcfa9a3) - (property "Reference" "#PWR0202" (id 0) (at 142.24 180.34 0) + (property "Reference" "#PWR0202" (at 142.24 180.34 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 142.367 178.3842 0)) - (property "Footprint" "" (id 2) (at 142.24 173.99 0) + (property "Value" "GND" (at 142.367 178.3842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 142.24 173.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 142.24 173.99 0) + (property "Datasheet" "" (at 142.24 173.99 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5f2b2c37-eec5-4050-b16c-8bb7adcc0dd7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0202") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 259.08 128.27 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ddbd7f0) - (property "Reference" "C84" (id 0) (at 261.4168 127.1016 0) + (property "Reference" "C84" (at 261.4168 127.1016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 261.4168 129.413 0) + (property "Value" "0.1uF" (at 261.4168 129.413 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 259.08 128.27 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 259.08 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 259.08 128.27 0) + (property "Datasheet" "" (at 259.08 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 259.08 128.27 0) + (property "Manufacturer" "Yageo" (at 259.08 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 259.08 128.27 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 259.08 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 259.08 128.27 0) + (property "Checked" "y" (at 259.08 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 259.08 128.27 0) + (property "Distributor" "Mouser" (at 259.08 128.27 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d74c495f-0c33-49b6-b764-2378b353af5b)) (pin "2" (uuid e1d08530-3812-4190-8797-659d9c4e832d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C84") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 259.08 133.35 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ddbd801) - (property "Reference" "#PWR0203" (id 0) (at 259.08 139.7 0) + (property "Reference" "#PWR0203" (at 259.08 139.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 259.207 137.7442 0)) - (property "Footprint" "" (id 2) (at 259.08 133.35 0) + (property "Value" "GND" (at 259.207 137.7442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 259.08 133.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 259.08 133.35 0) + (property "Datasheet" "" (at 259.08 133.35 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5d729c92-2455-4269-948c-386d48c63e7e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0203") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 224.79 59.69 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005df1df02) - (property "Reference" "C67" (id 0) (at 227.1268 58.5216 0) + (property "Reference" "C67" (at 227.1268 58.5216 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 227.1268 60.833 0) + (property "Value" "0.1uF" (at 227.1268 60.833 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 224.79 59.69 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 224.79 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 224.79 59.69 0) + (property "Datasheet" "" (at 224.79 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 224.79 59.69 0) + (property "Manufacturer" "Yageo" (at 224.79 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 224.79 59.69 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 224.79 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 224.79 59.69 0) + (property "Checked" "y" (at 224.79 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 224.79 59.69 0) + (property "Distributor" "Mouser" (at 224.79 59.69 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 867c79c8-0271-428b-89c4-8e1e278f551d)) (pin "2" (uuid 545a722d-d793-4908-86e7-db85bd1b8bb6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C67") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 234.95 59.69 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005df2d105) - (property "Reference" "C68" (id 0) (at 237.2868 58.5216 0) + (property "Reference" "C68" (at 237.2868 58.5216 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "2nF" (id 1) (at 237.2868 60.833 0) + (property "Value" "2nF" (at 237.2868 60.833 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 234.95 59.69 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 234.95 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 234.95 59.69 0) + (property "Datasheet" "" (at 234.95 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 234.95 59.69 0) + (property "Manufacturer" "Murata" (at 234.95 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM1885C1H202JA01D" (id 5) (at 234.95 59.69 0) + (property "Manufacturer_No" "GRM1885C1H202JA01D" (at 234.95 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 234.95 59.69 0) + (property "Checked" "y" (at 234.95 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 234.95 59.69 0) + (property "Distributor" "Mouser" (at 234.95 59.69 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 52ab8964-ddab-46e8-9a1e-0cf29945a081)) (pin "2" (uuid 603debcf-3659-4067-864e-908cdab48dbc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C68") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 217.17 107.95 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005df89952) - (property "Reference" "R96" (id 0) (at 218.6686 106.7816 0) + (property "Reference" "R96" (at 218.6686 106.7816 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1M" (id 1) (at 218.6686 109.093 0) + (property "Value" "1M" (at 218.6686 109.093 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 217.17 107.95 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 217.17 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 217.17 107.95 0) + (property "Datasheet" "" (at 217.17 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 217.17 107.95 0) + (property "Manufacturer" "Yageo" (at 217.17 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071ML" (id 5) (at 217.17 107.95 0) + (property "Manufacturer_No" "RC0603FR-071ML" (at 217.17 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 217.17 107.95 0) + (property "Distributor" "Mouser" (at 217.17 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 217.17 107.95 0) + (property "Checked" "y" (at 217.17 107.95 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 734fa22c-5343-4ef9-be7e-f705f5be57cc)) (pin "2" (uuid fd913bca-9e75-4873-9fdd-e19495064155)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R96") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 248.92 106.68 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005df89962) - (property "Reference" "#PWR0204" (id 0) (at 248.92 113.03 0) + (property "Reference" "#PWR0204" (at 248.92 113.03 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 249.047 111.0742 0)) - (property "Footprint" "" (id 2) (at 248.92 106.68 0) + (property "Value" "GND" (at 249.047 111.0742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 248.92 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 248.92 106.68 0) + (property "Datasheet" "" (at 248.92 106.68 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2c592790-d1da-479a-9537-f1a838517a2b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0204") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 224.79 107.95 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005df8996c) - (property "Reference" "C74" (id 0) (at 227.1268 106.7816 0) + (property "Reference" "C74" (at 227.1268 106.7816 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 227.1268 109.093 0) + (property "Value" "0.1uF" (at 227.1268 109.093 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 224.79 107.95 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 224.79 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 224.79 107.95 0) + (property "Datasheet" "" (at 224.79 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 224.79 107.95 0) + (property "Manufacturer" "Yageo" (at 224.79 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 224.79 107.95 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 224.79 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 224.79 107.95 0) + (property "Checked" "y" (at 224.79 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 224.79 107.95 0) + (property "Distributor" "Mouser" (at 224.79 107.95 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 105b16d3-f727-465e-bf83-c514837397ad)) (pin "2" (uuid e1b3fb63-23a6-4b9c-927e-62daaabbed1e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C74") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 234.95 107.95 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005df89976) - (property "Reference" "C78" (id 0) (at 237.2868 106.7816 0) + (property "Reference" "C78" (at 237.2868 106.7816 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "2nF" (id 1) (at 237.2868 109.093 0) + (property "Value" "2nF" (at 237.2868 109.093 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 234.95 107.95 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 234.95 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 234.95 107.95 0) + (property "Datasheet" "" (at 234.95 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 234.95 107.95 0) + (property "Manufacturer" "Murata" (at 234.95 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM1885C1H202JA01D" (id 5) (at 234.95 107.95 0) + (property "Manufacturer_No" "GRM1885C1H202JA01D" (at 234.95 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 234.95 107.95 0) + (property "Checked" "y" (at 234.95 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 234.95 107.95 0) + (property "Distributor" "Mouser" (at 234.95 107.95 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid af052590-82a7-402b-a393-d10f365b88be)) (pin "2" (uuid 5ee2e029-355b-4122-9e3c-ef803656232d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C78") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 217.17 156.21 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005df9bc56) - (property "Reference" "R97" (id 0) (at 218.6686 155.0416 0) + (property "Reference" "R97" (at 218.6686 155.0416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1M" (id 1) (at 218.6686 157.353 0) + (property "Value" "1M" (at 218.6686 157.353 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 217.17 156.21 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 217.17 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 217.17 156.21 0) + (property "Datasheet" "" (at 217.17 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 217.17 156.21 0) + (property "Manufacturer" "Yageo" (at 217.17 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071ML" (id 5) (at 217.17 156.21 0) + (property "Manufacturer_No" "RC0603FR-071ML" (at 217.17 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 217.17 156.21 0) + (property "Distributor" "Mouser" (at 217.17 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 217.17 156.21 0) + (property "Checked" "y" (at 217.17 156.21 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 91459cde-c8d9-42b3-b274-673f9ad2e46b)) (pin "2" (uuid a81139a5-7bb3-4e4b-9fb4-d2bca3c9649c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R97") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 248.92 154.94 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005df9bc66) - (property "Reference" "#PWR0205" (id 0) (at 248.92 161.29 0) + (property "Reference" "#PWR0205" (at 248.92 161.29 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 249.047 159.3342 0)) - (property "Footprint" "" (id 2) (at 248.92 154.94 0) + (property "Value" "GND" (at 249.047 159.3342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 248.92 154.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 248.92 154.94 0) + (property "Datasheet" "" (at 248.92 154.94 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5c753e61-889e-46b4-b141-07b549cbc3aa)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0205") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 224.79 156.21 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005df9bc70) - (property "Reference" "C75" (id 0) (at 227.1268 155.0416 0) + (property "Reference" "C75" (at 227.1268 155.0416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 227.1268 157.353 0) + (property "Value" "0.1uF" (at 227.1268 157.353 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 224.79 156.21 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 224.79 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 224.79 156.21 0) + (property "Datasheet" "" (at 224.79 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 224.79 156.21 0) + (property "Manufacturer" "Yageo" (at 224.79 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 224.79 156.21 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 224.79 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 224.79 156.21 0) + (property "Checked" "y" (at 224.79 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 224.79 156.21 0) + (property "Distributor" "Mouser" (at 224.79 156.21 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7e9e6de7-48b2-4e9d-918a-48712e625abb)) (pin "2" (uuid 470670ea-16d0-4296-8e68-89436da5a96a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C75") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 234.95 156.21 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005df9bc7a) - (property "Reference" "C79" (id 0) (at 237.2868 155.0416 0) + (property "Reference" "C79" (at 237.2868 155.0416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "2nF" (id 1) (at 237.2868 157.353 0) + (property "Value" "2nF" (at 237.2868 157.353 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 234.95 156.21 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 234.95 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 234.95 156.21 0) + (property "Datasheet" "" (at 234.95 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 234.95 156.21 0) + (property "Manufacturer" "Murata" (at 234.95 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM1885C1H202JA01D" (id 5) (at 234.95 156.21 0) + (property "Manufacturer_No" "GRM1885C1H202JA01D" (at 234.95 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 234.95 156.21 0) + (property "Checked" "y" (at 234.95 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 234.95 156.21 0) + (property "Distributor" "Mouser" (at 234.95 156.21 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c351a1f5-ee31-4840-84e9-f0ce80052424)) (pin "2" (uuid 781eadfb-f314-411b-a1d7-887e3fa85a28)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C79") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 262.89 123.19 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e029bc1) - (property "Reference" "FB8" (id 0) (at 264.16 120.65 90) + (property "Reference" "FB8" (at 264.16 120.65 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "220@100MHz 1.4A" (id 1) (at 259.08 118.11 90) + (property "Value" "220@100MHz 1.4A" (at 259.08 118.11 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 262.89 121.412 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 262.89 121.412 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 262.89 123.19 0) + (property "Datasheet" "" (at 262.89 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18PG221SH1D" (id 4) (at 262.89 123.19 0) + (property "Manufacturer_No" "BLM18PG221SH1D" (at 262.89 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 5) (at 262.89 123.19 0) + (property "Manufacturer" "Murata" (at 262.89 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 262.89 123.19 0) + (property "Checked" "y" (at 262.89 123.19 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 262.89 123.19 0) + (property "Distributor" "Mouser" (at 262.89 123.19 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6dec3f72-a596-454a-9327-0a545cb9525c)) (pin "2" (uuid 2cc455ba-810a-4b9e-82b8-2b9e506b5b3a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "FB8") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 264.16 74.93 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e03d0a3) - (property "Reference" "FB9" (id 0) (at 265.43 72.39 90) + (property "Reference" "FB9" (at 265.43 72.39 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "220@100MHz 1.4A" (id 1) (at 261.62 69.85 90) + (property "Value" "220@100MHz 1.4A" (at 261.62 69.85 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 264.16 73.152 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 264.16 73.152 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 264.16 74.93 0) + (property "Datasheet" "" (at 264.16 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18PG221SH1D" (id 4) (at 264.16 74.93 0) + (property "Manufacturer_No" "BLM18PG221SH1D" (at 264.16 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 5) (at 264.16 74.93 0) + (property "Manufacturer" "Murata" (at 264.16 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 264.16 74.93 0) + (property "Checked" "y" (at 264.16 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 264.16 74.93 0) + (property "Distributor" "Mouser" (at 264.16 74.93 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5c85242e-2707-42d0-af5d-bacd0622ca42)) (pin "2" (uuid 61140d31-bd79-4386-bed9-2243b8d7f74e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "FB9") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 264.16 26.67 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e050034) - (property "Reference" "FB5" (id 0) (at 265.43 24.13 90) + (property "Reference" "FB5" (at 265.43 24.13 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "220@100MHz 1.4A" (id 1) (at 261.62 21.59 90) + (property "Value" "220@100MHz 1.4A" (at 261.62 21.59 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 264.16 24.892 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 264.16 24.892 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 264.16 26.67 0) + (property "Datasheet" "" (at 264.16 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18PG221SH1D" (id 4) (at 264.16 26.67 0) + (property "Manufacturer_No" "BLM18PG221SH1D" (at 264.16 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 5) (at 264.16 26.67 0) + (property "Manufacturer" "Murata" (at 264.16 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 264.16 26.67 0) + (property "Checked" "y" (at 264.16 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 264.16 26.67 0) + (property "Distributor" "Mouser" (at 264.16 26.67 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b121dfb6-4f07-4edd-b1ab-d01149f5b25f)) (pin "2" (uuid f9b1ca70-8851-4284-b975-553ac642836c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "FB5") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 72.39 165.1 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e07638b) - (property "Reference" "FB6" (id 0) (at 73.5584 167.64 0) + (property "Reference" "FB6" (at 73.5584 167.64 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "220@100MHz 1.4A" (id 1) (at 71.247 167.64 0) + (property "Value" "220@100MHz 1.4A" (at 71.247 167.64 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 72.39 163.322 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 72.39 163.322 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 72.39 165.1 0) + (property "Datasheet" "" (at 72.39 165.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18PG221SH1D" (id 4) (at 72.39 165.1 0) + (property "Manufacturer_No" "BLM18PG221SH1D" (at 72.39 165.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 5) (at 72.39 165.1 0) + (property "Manufacturer" "Murata" (at 72.39 165.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 72.39 165.1 0) + (property "Checked" "y" (at 72.39 165.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 72.39 165.1 0) + (property "Distributor" "Mouser" (at 72.39 165.1 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7f97b33b-0adf-4943-abea-b2e5dfd6da2a)) (pin "2" (uuid 40d7a2ce-0a59-4a29-a8fa-8448c2275b50)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "FB6") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:FerriteBead_Small") (at 154.94 165.1 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005e089963) - (property "Reference" "FB7" (id 0) (at 156.1084 167.64 0) + (property "Reference" "FB7" (at 156.1084 167.64 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "220@100MHz 1.4A" (id 1) (at 153.797 167.64 0) + (property "Value" "220@100MHz 1.4A" (at 153.797 167.64 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (id 2) (at 154.94 163.322 90) + (property "Footprint" "Inductor_SMD:L_0603_1608Metric" (at 154.94 163.322 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 154.94 165.1 0) + (property "Datasheet" "" (at 154.94 165.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "BLM18PG221SH1D" (id 4) (at 154.94 165.1 0) + (property "Manufacturer_No" "BLM18PG221SH1D" (at 154.94 165.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 5) (at 154.94 165.1 0) + (property "Manufacturer" "Murata" (at 154.94 165.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 154.94 165.1 0) + (property "Checked" "y" (at 154.94 165.1 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 154.94 165.1 0) + (property "Distributor" "Mouser" (at 154.94 165.1 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ae1ed25c-0d5c-46cc-bd96-8795d5b912a4)) (pin "2" (uuid ec99b039-2a7c-4e6b-b704-94e37275a8dc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "FB7") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+1V2") (at 40.64 -36.83 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005ecb605d) - (property "Reference" "#PWR0216" (id 0) (at 40.64 -33.02 0) + (property "Reference" "#PWR0216" (at 40.64 -33.02 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+1V2" (id 1) (at 41.021 -41.2242 0)) - (property "Footprint" "" (id 2) (at 40.64 -36.83 0) + (property "Value" "+1V2" (at 41.021 -41.2242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 40.64 -36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 40.64 -36.83 0) + (property "Datasheet" "" (at 40.64 -36.83 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 77bbef55-1825-4a54-91c2-b38d94023ba4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0216") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 250.19 31.75 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eea2b4f) - (property "Reference" "C63" (id 0) (at 252.5268 30.5816 0) + (property "Reference" "C63" (at 252.5268 30.5816 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 252.5268 32.893 0) + (property "Value" "10uF" (at 252.5268 32.893 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 250.19 31.75 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 250.19 31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 250.19 31.75 0) + (property "Datasheet" "" (at 250.19 31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 250.19 31.75 0) + (property "Manufacturer" "Murata" (at 250.19 31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 250.19 31.75 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 250.19 31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 250.19 31.75 0) + (property "Checked" "y" (at 250.19 31.75 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 250.19 31.75 0) + (property "Distributor" "Mouser" (at 250.19 31.75 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5f082e02-dd3a-44ed-a912-553c759aed3d)) (pin "2" (uuid 9f9bb7be-62c8-4f5d-a85b-5b1314366a56)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C63") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 250.19 80.01 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eea2fe2) - (property "Reference" "C81" (id 0) (at 252.5268 78.8416 0) + (property "Reference" "C81" (at 252.5268 78.8416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 252.5268 81.153 0) + (property "Value" "10uF" (at 252.5268 81.153 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 250.19 80.01 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 250.19 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 250.19 80.01 0) + (property "Datasheet" "" (at 250.19 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 250.19 80.01 0) + (property "Manufacturer" "Murata" (at 250.19 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 250.19 80.01 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 250.19 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 250.19 80.01 0) + (property "Checked" "y" (at 250.19 80.01 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 250.19 80.01 0) + (property "Distributor" "Mouser" (at 250.19 80.01 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid bbe4d3c2-55ca-4860-abcb-dee0fd68c869)) (pin "2" (uuid b4e1b58d-28ca-4489-9c59-587bbafb48b4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C81") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 248.92 128.27 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eea3522) - (property "Reference" "C72" (id 0) (at 251.2568 127.1016 0) + (property "Reference" "C72" (at 251.2568 127.1016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 251.2568 129.413 0) + (property "Value" "10uF" (at 251.2568 129.413 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 248.92 128.27 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 248.92 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 248.92 128.27 0) + (property "Datasheet" "" (at 248.92 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 248.92 128.27 0) + (property "Manufacturer" "Murata" (at 248.92 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 248.92 128.27 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 248.92 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 248.92 128.27 0) + (property "Checked" "y" (at 248.92 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 248.92 128.27 0) + (property "Distributor" "Mouser" (at 248.92 128.27 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 57fe60b8-d359-4ed3-b7c3-c09755eadaf9)) (pin "2" (uuid 49f34ab8-c97b-4077-96cc-0c663a9d2509)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C72") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 49.53 168.91 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eea41f9) - (property "Reference" "C69" (id 0) (at 51.8668 167.7416 0) + (property "Reference" "C69" (at 51.8668 167.7416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 51.8668 170.053 0) + (property "Value" "10uF" (at 51.8668 170.053 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 49.53 168.91 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 49.53 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 49.53 168.91 0) + (property "Datasheet" "" (at 49.53 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 49.53 168.91 0) + (property "Manufacturer" "Murata" (at 49.53 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 49.53 168.91 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 49.53 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 49.53 168.91 0) + (property "Checked" "y" (at 49.53 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 49.53 168.91 0) + (property "Distributor" "Mouser" (at 49.53 168.91 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d1795c4d-d597-46dd-8a1f-ca39c074cb42)) (pin "2" (uuid 30005870-c422-4367-aec4-dbd5b2bf78e4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C69") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 132.08 168.91 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005eea4792) - (property "Reference" "C71" (id 0) (at 134.4168 167.7416 0) + (property "Reference" "C71" (at 134.4168 167.7416 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 134.4168 170.053 0) + (property "Value" "10uF" (at 134.4168 170.053 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 132.08 168.91 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 132.08 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 132.08 168.91 0) + (property "Datasheet" "" (at 132.08 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 132.08 168.91 0) + (property "Manufacturer" "Murata" (at 132.08 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 132.08 168.91 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 132.08 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 132.08 168.91 0) + (property "Checked" "y" (at 132.08 168.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 132.08 168.91 0) + (property "Distributor" "Mouser" (at 132.08 168.91 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a506e5a4-722c-494a-9671-51ecdc2e143f)) (pin "2" (uuid fdbfceb8-4a73-45cf-b5f3-687518a1fd4e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C71") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:SP3012-06UTG") (at 177.8 76.2 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005f95b62a) - (property "Reference" "U21" (id 0) (at 177.8 60.96 0)) - (property "Value" "SP3012-06UTG" (id 1) (at 177.8 63.5 0)) - (property "Footprint" "footprints:SON50P350X135X55-14N" (id 2) (at 166.37 59.69 0) + (property "Reference" "U21" (at 177.8 60.96 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SP3012-06UTG" (at 177.8 63.5 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:SON50P350X135X55-14N" (at 166.37 59.69 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "" (id 3) (at 166.37 59.69 0) + (property "Datasheet" "" (at 166.37 59.69 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Manufacturer" "Littelfuse" (id 47) (at 177.8 76.2 0) + (property "Manufacturer" "Littelfuse" (at 177.8 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SP3012-06UTG" (id 48) (at 177.8 76.2 0) + (property "Manufacturer_No" "SP3012-06UTG" (at 177.8 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 49) (at 177.8 76.2 0) + (property "Checked" "y" (at 177.8 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 50) (at 177.8 76.2 0) + (property "Distributor" "Mouser" (at 177.8 76.2 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9dac35a3-4d82-425c-b063-db038c0bafbf)) @@ -4976,61 +5388,90 @@ (pin "7" (uuid 423d71fb-c4c1-4271-99aa-2c25cf70bf43)) (pin "8" (uuid 50b25544-1709-43a8-8cdf-90fec8fe3ac1)) (pin "9" (uuid 5fcc0ae0-de8b-43fa-96f2-df5e1068f6ad)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "U21") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 154.94 88.9 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fa0922c) - (property "Reference" "#PWR0247" (id 0) (at 154.94 95.25 0) + (property "Reference" "#PWR0247" (at 154.94 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 155.067 93.2942 0)) - (property "Footprint" "" (id 2) (at 154.94 88.9 0) + (property "Value" "GND" (at 155.067 93.2942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 154.94 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 154.94 88.9 0) + (property "Datasheet" "" (at 154.94 88.9 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b13dcf86-13e9-4a85-9a86-e013b97e6e85)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0247") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 200.66 88.9 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fa49e1b) - (property "Reference" "#PWR0248" (id 0) (at 200.66 95.25 0) + (property "Reference" "#PWR0248" (at 200.66 95.25 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 200.787 93.2942 0)) - (property "Footprint" "" (id 2) (at 200.66 88.9 0) + (property "Value" "GND" (at 200.787 93.2942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 200.66 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 200.66 88.9 0) + (property "Datasheet" "" (at 200.66 88.9 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0b901b66-eb97-40e5-a40c-47d125240ebb)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0248") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:SP3012-06UTG") (at 177.8 106.68 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fa9cc92) - (property "Reference" "U25" (id 0) (at 177.8 91.44 0)) - (property "Value" "SP3012-06UTG" (id 1) (at 177.8 93.98 0)) - (property "Footprint" "footprints:SON50P350X135X55-14N" (id 2) (at 166.37 90.17 0) + (property "Reference" "U25" (at 177.8 91.44 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SP3012-06UTG" (at 177.8 93.98 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:SON50P350X135X55-14N" (at 166.37 90.17 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "" (id 3) (at 166.37 90.17 0) + (property "Datasheet" "" (at 166.37 90.17 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Distributor" "Mouser" (id 46) (at 177.8 106.68 0) + (property "Distributor" "Mouser" (at 177.8 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Littelfuse" (id 47) (at 177.8 106.68 0) + (property "Manufacturer" "Littelfuse" (at 177.8 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SP3012-06UTG" (id 48) (at 177.8 106.68 0) + (property "Manufacturer_No" "SP3012-06UTG" (at 177.8 106.68 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 49) (at 177.8 106.68 0) + (property "Checked" "y" (at 177.8 106.68 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ea9235cc-eb72-4a79-84f4-6152d78a58ca)) @@ -5047,61 +5488,90 @@ (pin "7" (uuid 8917fc26-0063-4ed0-a1aa-8e274c691696)) (pin "8" (uuid b59367ae-14bd-4fc5-b9ee-b60e3c63e178)) (pin "9" (uuid a2ed0235-222d-4c93-af0c-d9a153dbfdd5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "U25") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 151.13 119.38 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fa9cca8) - (property "Reference" "#PWR0249" (id 0) (at 151.13 125.73 0) + (property "Reference" "#PWR0249" (at 151.13 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 151.257 123.7742 0)) - (property "Footprint" "" (id 2) (at 151.13 119.38 0) + (property "Value" "GND" (at 151.257 123.7742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 151.13 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 151.13 119.38 0) + (property "Datasheet" "" (at 151.13 119.38 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5e88a5d0-a357-4a6a-a681-0bf28eda7778)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0249") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 204.47 119.38 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fa9ccb4) - (property "Reference" "#PWR0250" (id 0) (at 204.47 125.73 0) + (property "Reference" "#PWR0250" (at 204.47 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 204.597 123.7742 0)) - (property "Footprint" "" (id 2) (at 204.47 119.38 0) + (property "Value" "GND" (at 204.597 123.7742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 204.47 119.38 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 204.47 119.38 0) + (property "Datasheet" "" (at 204.47 119.38 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a911adf8-a3b5-4bf0-a1c4-48c6f7d05257)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0250") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:SP3012-06UTG") (at 177.8 137.16 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fc025d3) - (property "Reference" "U26" (id 0) (at 177.8 121.92 0)) - (property "Value" "SP3012-06UTG" (id 1) (at 177.8 124.46 0)) - (property "Footprint" "footprints:SON50P350X135X55-14N" (id 2) (at 166.37 120.65 0) + (property "Reference" "U26" (at 177.8 121.92 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SP3012-06UTG" (at 177.8 124.46 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:SON50P350X135X55-14N" (at 166.37 120.65 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Datasheet" "" (id 3) (at 166.37 120.65 0) + (property "Datasheet" "" (at 166.37 120.65 0) (effects (font (size 1.27 1.27)) (justify left bottom) hide) ) - (property "Distributor" "Mouser" (id 46) (at 177.8 137.16 0) + (property "Distributor" "Mouser" (at 177.8 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Littelfuse" (id 47) (at 177.8 137.16 0) + (property "Manufacturer" "Littelfuse" (at 177.8 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "SP3012-06UTG" (id 48) (at 177.8 137.16 0) + (property "Manufacturer_No" "SP3012-06UTG" (at 177.8 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 49) (at 177.8 137.16 0) + (property "Checked" "y" (at 177.8 137.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c388013e-b7b9-4e1b-960c-7ddc1b736049)) @@ -5118,1045 +5588,1363 @@ (pin "7" (uuid 852e3dc7-1b51-42fc-ba09-285ca27df9b6)) (pin "8" (uuid 98b28054-3c72-4433-bc31-2e67b8a34a0a)) (pin "9" (uuid 555ea8e9-2178-4b70-b41b-651b79bc4278)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "U26") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 151.13 149.86 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fc025dd) - (property "Reference" "#PWR0251" (id 0) (at 151.13 156.21 0) + (property "Reference" "#PWR0251" (at 151.13 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 151.257 154.2542 0)) - (property "Footprint" "" (id 2) (at 151.13 149.86 0) + (property "Value" "GND" (at 151.257 154.2542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 151.13 149.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 151.13 149.86 0) + (property "Datasheet" "" (at 151.13 149.86 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b48ef813-376b-4df0-a281-63fb617602b3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0251") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 204.47 149.86 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00005fc025e9) - (property "Reference" "#PWR0252" (id 0) (at 204.47 156.21 0) + (property "Reference" "#PWR0252" (at 204.47 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 204.597 154.2542 0)) - (property "Footprint" "" (id 2) (at 204.47 149.86 0) + (property "Value" "GND" (at 204.597 154.2542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 204.47 149.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 204.47 149.86 0) + (property "Datasheet" "" (at 204.47 149.86 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9ce4e7a3-b1ad-4726-b739-0b9b177e9b33)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0252") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:Conn_01x04_Male") (at 17.78 167.64 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000060f17696) - (property "Reference" "J9" (id 0) (at 20.5232 160.5026 0)) - (property "Value" "USB_INT1" (id 1) (at 20.5232 162.814 0)) - (property "Footprint" "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" (id 2) (at 17.78 167.64 0) + (property "Reference" "J9" (at 20.5232 160.5026 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "USB_INT1" (at 20.5232 162.814 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" (at 17.78 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 17.78 167.64 0) + (property "Datasheet" "" (at 17.78 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "JST" (id 4) (at 17.78 167.64 0) + (property "Manufacturer" "JST" (at 17.78 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "B4B-PH-K-S(LF)(SN)" (id 5) (at 17.78 167.64 0) + (property "Manufacturer_No" "B4B-PH-K-S(LF)(SN)" (at 17.78 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 17.78 167.64 0) + (property "Checked" "y" (at 17.78 167.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Digikey" (id 7) (at 17.78 167.64 0) + (property "Distributor" "Digikey" (at 17.78 167.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 54aeecb1-5247-436e-a4d0-949eee48d7db)) (pin "2" (uuid 17827100-0591-411d-adb7-ff0909456a95)) (pin "3" (uuid 629c1403-fbef-41a6-9343-cd93cc0a9cb3)) (pin "4" (uuid cbad8342-9ad0-4ce5-bfb8-2055e0a8b989)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "J9") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 250.19 22.86 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006495b405) - (property "Reference" "#FLG0111" (id 0) (at 250.19 20.955 0) + (property "Reference" "#FLG0111" (at 250.19 20.955 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 250.19 18.4658 0)) - (property "Footprint" "" (id 2) (at 250.19 22.86 0) + (property "Value" "PWR_FLAG" (at 250.19 18.4658 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 250.19 22.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 250.19 22.86 0) + (property "Datasheet" "~" (at 250.19 22.86 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 11b1da15-0df0-4ecb-a0ba-d44f7eca3492)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#FLG0111") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 250.19 71.12 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006495b6c2) - (property "Reference" "#FLG0112" (id 0) (at 250.19 69.215 0) + (property "Reference" "#FLG0112" (at 250.19 69.215 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 250.19 66.7258 0)) - (property "Footprint" "" (id 2) (at 250.19 71.12 0) + (property "Value" "PWR_FLAG" (at 250.19 66.7258 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 250.19 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 250.19 71.12 0) + (property "Datasheet" "~" (at 250.19 71.12 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 15c80b77-9f9c-4c3f-97fa-27b53f08b751)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#FLG0112") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:PWR_FLAG") (at 248.92 121.92 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-00006495baba) - (property "Reference" "#FLG0113" (id 0) (at 248.92 120.015 0) + (property "Reference" "#FLG0113" (at 248.92 120.015 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 248.92 117.5258 0)) - (property "Footprint" "" (id 2) (at 248.92 121.92 0) + (property "Value" "PWR_FLAG" (at 248.92 117.5258 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 248.92 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 248.92 121.92 0) + (property "Datasheet" "~" (at 248.92 121.92 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 023f519f-5be5-4103-b06f-9692fd62358b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#FLG0113") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 54.61 146.05 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-000064bf7d92) - (property "Reference" "#PWR0124" (id 0) (at 54.61 152.4 0) + (property "Reference" "#PWR0124" (at 54.61 152.4 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 54.737 150.4442 0)) - (property "Footprint" "" (id 2) (at 54.61 146.05 0) + (property "Value" "GND" (at 54.737 150.4442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 54.61 146.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 54.61 146.05 0) + (property "Datasheet" "" (at 54.61 146.05 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 744824ee-a0a6-423d-8556-d4f30d5f01e7)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0124") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 107.95 -58.42 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 01274c0e-20a9-45ba-ad2a-da56326ee9e0) - (property "Reference" "C89" (id 0) (at 107.696 -60.198 0) + (property "Reference" "C89" (at 107.696 -60.198 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1uF" (id 1) (at 110.49 -64.77 0) + (property "Value" "1uF" (at 110.49 -64.77 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 107.95 -58.42 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 107.95 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 107.95 -58.42 0) + (property "Datasheet" "" (at 107.95 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 107.95 -58.42 0) + (property "Manufacturer" "Taiyo Yuden" (at 107.95 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 5) (at 107.95 -58.42 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 107.95 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 107.95 -58.42 0) + (property "LCSC" "" (at 107.95 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 107.95 -58.42 0) + (property "Checked" "y" (at 107.95 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 107.95 -58.42 0) + (property "Distributor" "Mouser" (at 107.95 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a8783123-7e7c-4d2f-92d2-ebe1b0b5bc6d)) (pin "2" (uuid ba3ddeeb-4be9-41bd-ac05-9b6e5dfb396f)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C89") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 69.85 -58.42 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 065893f8-e470-484c-a4a9-c79ffd34c490) - (property "Reference" "C14" (id 0) (at 69.596 -60.198 0) + (property "Reference" "C14" (at 69.596 -60.198 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 72.39 -64.77 0) + (property "Value" "0.1uF" (at 72.39 -64.77 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 69.85 -58.42 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 69.85 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 69.85 -58.42 0) + (property "Datasheet" "" (at 69.85 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 69.85 -58.42 0) + (property "Manufacturer" "Yageo" (at 69.85 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 69.85 -58.42 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 69.85 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 69.85 -58.42 0) + (property "LCSC" "" (at 69.85 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 69.85 -58.42 0) + (property "Checked" "y" (at 69.85 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 69.85 -58.42 0) + (property "Distributor" "Mouser" (at 69.85 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f81ffa31-7f9b-42ae-b11d-21a57560a0a0)) (pin "2" (uuid 30b4f056-d0dc-4f36-85d5-613fe0d1e813)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C14") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 125.73 -16.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 0959eb15-441c-4771-8fb9-330fc40785e2) - (property "Reference" "C92" (id 0) (at 125.476 -18.288 0) + (property "Reference" "C92" (at 125.476 -18.288 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 128.27 -22.86 0) + (property "Value" "10uF" (at 128.27 -22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 125.73 -16.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 125.73 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 125.73 -16.51 0) + (property "Datasheet" "" (at 125.73 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 125.73 -16.51 0) + (property "Manufacturer" "Murata" (at 125.73 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 125.73 -16.51 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 125.73 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 125.73 -16.51 0) + (property "LCSC" "" (at 125.73 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 125.73 -16.51 0) + (property "Checked" "y" (at 125.73 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 125.73 -16.51 0) + (property "Distributor" "Mouser" (at 125.73 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 74228dae-ed10-4a37-b73e-b608896bbee6)) (pin "2" (uuid 8ab7e94d-c6f3-4c98-ac5d-e7e12435d022)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C92") (unit 1) + ) + ) + ) ) (symbol (lib_name "PWR_FLAG_1") (lib_id "power:PWR_FLAG") (at 115.57 -62.23 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 0aa5e284-9afc-4943-bc9e-1855d3eec4e7) - (property "Reference" "#FLG0124" (id 0) (at 115.57 -64.135 0) + (property "Reference" "#FLG0124" (at 115.57 -64.135 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 115.57 -66.04 0)) - (property "Footprint" "" (id 2) (at 115.57 -62.23 0) + (property "Value" "PWR_FLAG" (at 115.57 -66.04 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 115.57 -62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 115.57 -62.23 0) + (property "Datasheet" "~" (at 115.57 -62.23 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3b575dc5-a973-4a4d-b3cd-eb86ed1f3fb4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#FLG0124") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 49.53 86.36 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 1791df23-5d1d-41a6-b04a-3de7a6adac68) - (property "Reference" "#PWR0241" (id 0) (at 49.53 92.71 0) + (property "Reference" "#PWR0241" (at 49.53 92.71 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 49.53 91.44 0)) - (property "Footprint" "" (id 2) (at 49.53 86.36 0) + (property "Value" "GND" (at 49.53 91.44 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 49.53 86.36 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 49.53 86.36 0) + (property "Datasheet" "" (at 49.53 86.36 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d11e8e3f-cacb-4a62-8953-a33561dbb2f8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0241") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 107.95 -50.8 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 17db6702-691f-4f67-8633-e233969d8e6e) - (property "Reference" "#PWR0253" (id 0) (at 107.95 -44.45 0) + (property "Reference" "#PWR0253" (at 107.95 -44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 107.95 -45.72 0)) - (property "Footprint" "" (id 2) (at 107.95 -50.8 0) + (property "Value" "GND" (at 107.95 -45.72 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 107.95 -50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 107.95 -50.8 0) + (property "Datasheet" "" (at 107.95 -50.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid fcc33eee-8f41-4fec-94f3-0f53c84045a8)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0253") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 45.72 39.37 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 2818b34d-36b6-4fe6-a852-5bab07e51720) - (property "Reference" "C10" (id 0) (at 46.99 38.1 0) + (property "Reference" "C10" (at 46.99 38.1 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "18pF" (id 1) (at 46.99 41.91 0) + (property "Value" "18pF" (at 46.99 41.91 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 45.72 39.37 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 45.72 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 45.72 39.37 0) + (property "Datasheet" "" (at 45.72 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 45.72 39.37 0) + (property "Manufacturer" "Yageo" (at 45.72 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JRNPO9BN180" (id 5) (at 45.72 39.37 0) + (property "Manufacturer_No" "CC0603JRNPO9BN180" (at 45.72 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 45.72 39.37 0) + (property "Checked" "y" (at 45.72 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 45.72 39.37 0) + (property "Distributor" "Mouser" (at 45.72 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "C107040" (id 8) (at 45.72 39.37 0) + (property "LCSC" "C107040" (at 45.72 39.37 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5a8a89d9-a1c2-4ceb-a2b7-99095b9f34fb)) (pin "2" (uuid f8046a1e-2a6d-4cac-8009-208471b60607)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C10") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:Crystal_GND24_Small") (at 38.1 36.83 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 28d366a0-7912-4919-b21e-911157212f26) - (property "Reference" "Y1" (id 0) (at 33.02 30.48 0)) - (property "Value" "24MHz" (id 1) (at 34.29 33.02 0)) - (property "Footprint" "Crystal:Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm" (id 2) (at 38.1 36.83 0) + (property "Reference" "Y1" (at 33.02 30.48 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "24MHz" (at 34.29 33.02 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Crystal:Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm" (at 38.1 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.mouser.de/datasheet/2/3/ABM8AIG-783590.pdf" (id 3) (at 38.1 36.83 0) + (property "Datasheet" "https://www.mouser.de/datasheet/2/3/ABM8AIG-783590.pdf" (at 38.1 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "X1E0000210264" (id 4) (at 38.1 36.83 0) + (property "Manufacturer_No" "X1E0000210264" (at 38.1 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Seiko Epson" (id 5) (at 38.1 36.83 0) + (property "Manufacturer" "Seiko Epson" (at 38.1 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 38.1 36.83 0) + (property "Checked" "y" (at 38.1 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 38.1 36.83 0) + (property "Distributor" "Mouser" (at 38.1 36.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "C91744" (id 8) (at 38.1 36.83 0) + (property "LCSC" "C91744" (at 38.1 36.83 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f7668c8d-f220-48b0-b75b-d8d1e6929339)) (pin "2" (uuid 3a5487a8-7602-4353-906b-9f534a2fca1d)) (pin "3" (uuid ae7f6ca5-bcd9-4c65-80b0-1095ec5aea03)) (pin "4" (uuid 7d5396b4-e704-4eda-b83c-30ea204d5e1c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "Y1") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 118.11 -16.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 2bec97e1-403b-484c-9ac2-82b5bc31837d) - (property "Reference" "C91" (id 0) (at 117.856 -18.288 0) + (property "Reference" "C91" (at 117.856 -18.288 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 120.65 -22.86 0) + (property "Value" "10uF" (at 120.65 -22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 118.11 -16.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 118.11 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 118.11 -16.51 0) + (property "Datasheet" "" (at 118.11 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 118.11 -16.51 0) + (property "Manufacturer" "Murata" (at 118.11 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 118.11 -16.51 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 118.11 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 118.11 -16.51 0) + (property "LCSC" "" (at 118.11 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 118.11 -16.51 0) + (property "Checked" "y" (at 118.11 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 118.11 -16.51 0) + (property "Distributor" "Mouser" (at 118.11 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4b2585a1-eeb6-46c0-9035-cc5f4acb3952)) (pin "2" (uuid ca123bda-6931-486a-aa5d-de54127e4d8e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C91") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 52.07 127 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 3183529b-4cdc-4460-ac96-5c695981bd56) - (property "Reference" "R63" (id 0) (at 50.7999 125.095 0) + (property "Reference" "R63" (at 50.7999 125.095 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10k" (id 1) (at 53.3399 125.095 0) + (property "Value" "10k" (at 53.3399 125.095 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 52.07 127 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 52.07 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 52.07 127 0) + (property "Datasheet" "" (at 52.07 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 4) (at 52.07 127 0) + (property "LCSC" "" (at 52.07 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 5) (at 52.07 127 0) + (property "Manufacturer" "Yageo" (at 52.07 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 6) (at 52.07 127 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 52.07 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 52.07 127 0) + (property "Checked" "y" (at 52.07 127 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 52.07 127 0) + (property "Distributor" "Mouser" (at 52.07 127 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ae55b8a2-2e66-41d1-9f5e-52577abb3c5d)) (pin "2" (uuid 3d023502-1a82-4006-be9b-97508d2a3882)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R63") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 132.08 149.86 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 35907321-bb48-4a43-a6c0-23e860de7c9c) - (property "Reference" "#PWR0238" (id 0) (at 132.08 156.21 0) + (property "Reference" "#PWR0238" (at 132.08 156.21 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 132.08 154.94 0)) - (property "Footprint" "" (id 2) (at 132.08 149.86 0) + (property "Value" "GND" (at 132.08 154.94 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 132.08 149.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 132.08 149.86 0) + (property "Datasheet" "" (at 132.08 149.86 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0238283a-2ff5-4c57-9f93-9aab2811656b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0238") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 36.83 76.2 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 37adb6af-5a0b-4959-b9dc-4024bab21655) - (property "Reference" "R60" (id 0) (at 36.83 81.28 90)) - (property "Value" "90.9K 1%" (id 1) (at 36.83 78.74 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 36.83 76.2 0) + (property "Reference" "R60" (at 36.83 81.28 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "90.9K 1%" (at 36.83 78.74 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 36.83 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 36.83 76.2 0) + (property "Datasheet" "" (at 36.83 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 4) (at 36.83 76.2 0) + (property "LCSC" "" (at 36.83 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 5) (at 36.83 76.2 0) + (property "Manufacturer" "Vishay Dale" (at 36.83 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW060390K9FKEA" (id 6) (at 36.83 76.2 0) + (property "Manufacturer_No" "CRCW060390K9FKEA" (at 36.83 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 36.83 76.2 0) + (property "Checked" "y" (at 36.83 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 36.83 76.2 0) + (property "Distributor" "Mouser" (at 36.83 76.2 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9fd02df6-55c5-4ac6-862d-c90260480ae2)) (pin "2" (uuid 5f6d31fa-89ec-4022-b414-b22ce9aa19da)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R60") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 100.33 -58.42 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 3a634ccb-e88c-4661-894e-b00a2ec4032a) - (property "Reference" "C87" (id 0) (at 100.076 -60.198 0) + (property "Reference" "C87" (at 100.076 -60.198 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1uF" (id 1) (at 102.87 -64.77 0) + (property "Value" "1uF" (at 102.87 -64.77 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 100.33 -58.42 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 100.33 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 100.33 -58.42 0) + (property "Datasheet" "" (at 100.33 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 100.33 -58.42 0) + (property "Manufacturer" "Taiyo Yuden" (at 100.33 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 5) (at 100.33 -58.42 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 100.33 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 100.33 -58.42 0) + (property "LCSC" "" (at 100.33 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 100.33 -58.42 0) + (property "Checked" "y" (at 100.33 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 100.33 -58.42 0) + (property "Distributor" "Mouser" (at 100.33 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d9056a54-911d-44b8-9faa-df028e68c988)) (pin "2" (uuid 6d60b566-ab41-44d3-821f-4a4b71362211)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C87") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 95.25 -16.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 4262c68d-3c0e-4623-948a-86e179d5ab7c) - (property "Reference" "C86" (id 0) (at 94.996 -18.288 0) + (property "Reference" "C86" (at 94.996 -18.288 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 97.79 -22.86 0) + (property "Value" "0.1uF" (at 97.79 -22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 95.25 -16.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 95.25 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 95.25 -16.51 0) + (property "Datasheet" "" (at 95.25 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 95.25 -16.51 0) + (property "Manufacturer" "Yageo" (at 95.25 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 95.25 -16.51 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 95.25 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 95.25 -16.51 0) + (property "LCSC" "" (at 95.25 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 95.25 -16.51 0) + (property "Checked" "y" (at 95.25 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 95.25 -16.51 0) + (property "Distributor" "Mouser" (at 95.25 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 62510970-b9ee-407c-bb0d-d911c8eb2e7b)) (pin "2" (uuid 6c67f2c6-97f5-4522-9e6f-5cacd884accf)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C86") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 80.01 -16.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 42f91bf8-57e9-4879-bb10-6763602c2a67) - (property "Reference" "C21" (id 0) (at 79.756 -18.288 0) + (property "Reference" "C21" (at 79.756 -18.288 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 82.55 -22.86 0) + (property "Value" "0.1uF" (at 82.55 -22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 80.01 -16.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 80.01 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 80.01 -16.51 0) + (property "Datasheet" "" (at 80.01 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 80.01 -16.51 0) + (property "Manufacturer" "Yageo" (at 80.01 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 80.01 -16.51 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 80.01 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 80.01 -16.51 0) + (property "LCSC" "" (at 80.01 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 80.01 -16.51 0) + (property "Checked" "y" (at 80.01 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 80.01 -16.51 0) + (property "Distributor" "Mouser" (at 80.01 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3cb0b920-97f7-4b22-b97f-09a6ea2430db)) (pin "2" (uuid d5cb82d3-5626-4207-8310-7c76a003c22c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C21") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 92.71 -58.42 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 479666b9-b5f0-46d6-b7ad-c3521173c04d) - (property "Reference" "C73" (id 0) (at 92.456 -60.198 0) + (property "Reference" "C73" (at 92.456 -60.198 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1uF" (id 1) (at 95.25 -64.77 0) + (property "Value" "1uF" (at 95.25 -64.77 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 92.71 -58.42 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 92.71 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 92.71 -58.42 0) + (property "Datasheet" "" (at 92.71 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Taiyo Yuden" (id 4) (at 92.71 -58.42 0) + (property "Manufacturer" "Taiyo Yuden" (at 92.71 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "UMK107BJ105KA-T" (id 5) (at 92.71 -58.42 0) + (property "Manufacturer_No" "UMK107BJ105KA-T" (at 92.71 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 92.71 -58.42 0) + (property "LCSC" "" (at 92.71 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 92.71 -58.42 0) + (property "Checked" "y" (at 92.71 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 92.71 -58.42 0) + (property "Distributor" "Mouser" (at 92.71 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 44d1ba4f-0fb2-4696-b1a3-9e40d75f687e)) (pin "2" (uuid d2b2da18-4812-4fe9-8e39-cb874120cb42)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C73") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 140.97 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 485ee153-0a27-4996-a10e-11e72b097f06) - (property "Reference" "#PWR0259" (id 0) (at 140.97 58.42 0) + (property "Reference" "#PWR0259" (at 140.97 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 140.97 57.15 0)) - (property "Footprint" "" (id 2) (at 140.97 52.07 0) + (property "Value" "GND" (at 140.97 57.15 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 140.97 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 140.97 52.07 0) + (property "Datasheet" "" (at 140.97 52.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9573277a-576b-4fdd-80b8-096a063db56b)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0259") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 72.39 -16.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 522fba98-29fc-4e33-adb3-1450ec1c5abb) - (property "Reference" "C15" (id 0) (at 72.136 -18.288 0) + (property "Reference" "C15" (at 72.136 -18.288 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 74.93 -22.86 0) + (property "Value" "0.1uF" (at 74.93 -22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 72.39 -16.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 72.39 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 72.39 -16.51 0) + (property "Datasheet" "" (at 72.39 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 72.39 -16.51 0) + (property "Manufacturer" "Yageo" (at 72.39 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 72.39 -16.51 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 72.39 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 72.39 -16.51 0) + (property "LCSC" "" (at 72.39 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 72.39 -16.51 0) + (property "Checked" "y" (at 72.39 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 72.39 -16.51 0) + (property "Distributor" "Mouser" (at 72.39 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2dd8f582-d1f4-4d91-b031-dfd471df378d)) (pin "2" (uuid 5e5512c2-3225-4d1e-bb11-5f726e514c6d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C15") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 49.53 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 5254a816-2856-402a-9bda-f15587ad86fa) - (property "Reference" "R62" (id 0) (at 52.07 81.2799 0) + (property "Reference" "R62" (at 52.07 81.2799 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10k" (id 1) (at 52.07 83.8199 0) + (property "Value" "10k" (at 52.07 83.8199 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 49.53 82.55 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 49.53 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 49.53 82.55 0) + (property "Datasheet" "" (at 49.53 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 4) (at 49.53 82.55 0) + (property "LCSC" "" (at 49.53 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 5) (at 49.53 82.55 0) + (property "Manufacturer" "Yageo" (at 49.53 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 6) (at 49.53 82.55 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 49.53 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 49.53 82.55 0) + (property "Checked" "y" (at 49.53 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 49.53 82.55 0) + (property "Distributor" "Mouser" (at 49.53 82.55 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 79a9c60a-35dd-412e-a529-adcc0cd2e44d)) (pin "2" (uuid 24e4806c-9de6-48ca-92d8-b7f05671c8e9)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R62") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 55.88 -16.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 5451ac5d-34a2-41c1-aa12-21b6ad6d765d) - (property "Reference" "C12" (id 0) (at 55.626 -18.288 0) + (property "Reference" "C12" (at 55.626 -18.288 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 58.42 -22.86 0) + (property "Value" "0.1uF" (at 58.42 -22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 55.88 -16.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 55.88 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 55.88 -16.51 0) + (property "Datasheet" "" (at 55.88 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 55.88 -16.51 0) + (property "Manufacturer" "Yageo" (at 55.88 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 55.88 -16.51 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 55.88 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 55.88 -16.51 0) + (property "LCSC" "" (at 55.88 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 55.88 -16.51 0) + (property "Checked" "y" (at 55.88 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 55.88 -16.51 0) + (property "Distributor" "Mouser" (at 55.88 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 31cdf363-4f2c-42fa-9aa7-19efd4c48a91)) (pin "2" (uuid c158fdcf-e655-4a25-869d-dadbfaf8ea7c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C12") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 87.63 -16.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 550b5d33-bb2a-4758-9a65-dfbd6ff3b2ba) - (property "Reference" "C66" (id 0) (at 87.376 -18.288 0) + (property "Reference" "C66" (at 87.376 -18.288 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 90.17 -22.86 0) + (property "Value" "0.1uF" (at 90.17 -22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 87.63 -16.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 87.63 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 87.63 -16.51 0) + (property "Datasheet" "" (at 87.63 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 87.63 -16.51 0) + (property "Manufacturer" "Yageo" (at 87.63 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 87.63 -16.51 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 87.63 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 87.63 -16.51 0) + (property "LCSC" "" (at 87.63 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 87.63 -16.51 0) + (property "Checked" "y" (at 87.63 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 87.63 -16.51 0) + (property "Distributor" "Mouser" (at 87.63 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 11566919-8d55-4393-a4b2-96c1935da655)) (pin "2" (uuid 2fa8ebaa-8b1e-44de-9ddb-4ce307010441)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C66") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 53.975 114.3 270) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 5b7b4ed8-32f4-4455-b3c1-aa0ea9bb1bd1) - (property "Reference" "R81" (id 0) (at 53.975 111.76 90)) - (property "Value" "0" (id 1) (at 53.975 114.3 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 53.975 114.3 0) + (property "Reference" "R81" (at 53.975 111.76 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0" (at 53.975 114.3 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 53.975 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 53.975 114.3 0) + (property "Datasheet" "" (at 53.975 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 4) (at 53.975 114.3 0) + (property "Manufacturer" "Vishay Dale" (at 53.975 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06030000Z0EAC" (id 5) (at 53.975 114.3 0) + (property "Manufacturer_No" "CRCW06030000Z0EAC" (at 53.975 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 6) (at 53.975 114.3 0) + (property "Distributor" "Mouser" (at 53.975 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 53.975 114.3 0) + (property "Checked" "y" (at 53.975 114.3 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 8) (at 53.975 114.3 0) + (property "LCSC" "" (at 53.975 114.3 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5024d549-0af0-4953-bee9-b98e8090f9db)) (pin "2" (uuid 2ba621c2-9272-47d6-8945-d73c4d2ee36a)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R81") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 36.83 73.66 90) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 64fabfa6-285d-4593-b47b-7e17f5c3028f) - (property "Reference" "R59" (id 0) (at 36.83 67.31 90)) - (property "Value" "9.09K 1%" (id 1) (at 36.83 69.85 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 36.83 73.66 0) + (property "Reference" "R59" (at 36.83 67.31 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "9.09K 1%" (at 36.83 69.85 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 36.83 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 36.83 73.66 0) + (property "Datasheet" "" (at 36.83 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 4) (at 36.83 73.66 0) + (property "LCSC" "" (at 36.83 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Vishay Dale" (id 5) (at 36.83 73.66 0) + (property "Manufacturer" "Vishay Dale" (at 36.83 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CRCW06039K09FKTA" (id 6) (at 36.83 73.66 0) + (property "Manufacturer_No" "CRCW06039K09FKTA" (at 36.83 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 36.83 73.66 0) + (property "Checked" "y" (at 36.83 73.66 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 36.83 73.66 0) + (property "Distributor" "Mouser" (at 36.83 73.66 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3a06b05e-2487-4491-8f83-f4548f1fdf66)) (pin "2" (uuid a6bd2056-18ec-40fa-8190-b0522e8de9c1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R59") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 102.87 -16.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 7226b279-c630-4a98-820a-92be68893e7c) - (property "Reference" "C88" (id 0) (at 102.616 -18.288 0) + (property "Reference" "C88" (at 102.616 -18.288 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 105.41 -22.86 0) + (property "Value" "0.1uF" (at 105.41 -22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 102.87 -16.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 102.87 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 102.87 -16.51 0) + (property "Datasheet" "" (at 102.87 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 102.87 -16.51 0) + (property "Manufacturer" "Yageo" (at 102.87 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 102.87 -16.51 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 102.87 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 102.87 -16.51 0) + (property "LCSC" "" (at 102.87 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 102.87 -16.51 0) + (property "Checked" "y" (at 102.87 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 102.87 -16.51 0) + (property "Distributor" "Mouser" (at 102.87 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f13f30c2-407a-484e-9c04-499e741bbe84)) (pin "2" (uuid f2b2af6c-c8c9-48b4-9067-c3411af33f51)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C88") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 125.73 -10.16 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 7c3d5358-895b-4440-a79f-52d2df13ccd6) - (property "Reference" "#PWR0243" (id 0) (at 125.73 -3.81 0) + (property "Reference" "#PWR0243" (at 125.73 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 125.73 -5.08 0)) - (property "Footprint" "" (id 2) (at 125.73 -10.16 0) + (property "Value" "GND" (at 125.73 -5.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 125.73 -10.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 125.73 -10.16 0) + (property "Datasheet" "" (at 125.73 -10.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f2bf1b29-06c4-44a3-98be-e8477a6cbea0)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0243") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 39.37 26.67 90) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 8dcd9e54-2f2c-4a01-801b-e867d422404d) - (property "Reference" "R61" (id 0) (at 39.37 20.32 90)) - (property "Value" "1M" (id 1) (at 39.37 22.86 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 39.37 26.67 0) + (property "Reference" "R61" (at 39.37 20.32 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1M" (at 39.37 22.86 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 39.37 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 39.37 26.67 0) + (property "Datasheet" "" (at 39.37 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 4) (at 39.37 26.67 0) + (property "LCSC" "" (at 39.37 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 5) (at 39.37 26.67 0) + (property "Manufacturer" "Yageo" (at 39.37 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-071ML" (id 6) (at 39.37 26.67 0) + (property "Manufacturer_No" "RC0603FR-071ML" (at 39.37 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 39.37 26.67 0) + (property "Checked" "y" (at 39.37 26.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 39.37 26.67 0) + (property "Distributor" "Mouser" (at 39.37 26.67 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid cfbc9302-88ea-49f2-a42c-6b2d3b8d5216)) (pin "2" (uuid 98606ad9-0449-4c97-9dcb-ceb80cbc815c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R61") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 110.49 -16.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 9276e162-1bbe-4e9a-b965-921df43ed7d7) - (property "Reference" "C90" (id 0) (at 110.236 -18.288 0) + (property "Reference" "C90" (at 110.236 -18.288 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 113.03 -22.86 0) + (property "Value" "0.1uF" (at 113.03 -22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 110.49 -16.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 110.49 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 110.49 -16.51 0) + (property "Datasheet" "" (at 110.49 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 110.49 -16.51 0) + (property "Manufacturer" "Yageo" (at 110.49 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 110.49 -16.51 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 110.49 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 110.49 -16.51 0) + (property "LCSC" "" (at 110.49 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 110.49 -16.51 0) + (property "Checked" "y" (at 110.49 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 110.49 -16.51 0) + (property "Distributor" "Mouser" (at 110.49 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ca9ebeca-f080-4ae7-b976-b0323f489f72)) (pin "2" (uuid e1c823eb-f0ad-43e4-92ee-f2f7f7b9601c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C90") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 85.09 -58.42 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 92bad24a-790e-4306-9a18-a51627143348) - (property "Reference" "C43" (id 0) (at 84.836 -60.198 0) + (property "Reference" "C43" (at 84.836 -60.198 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 87.63 -64.77 0) + (property "Value" "0.1uF" (at 87.63 -64.77 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 85.09 -58.42 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 85.09 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 85.09 -58.42 0) + (property "Datasheet" "" (at 85.09 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 85.09 -58.42 0) + (property "Manufacturer" "Yageo" (at 85.09 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 85.09 -58.42 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 85.09 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 85.09 -58.42 0) + (property "LCSC" "" (at 85.09 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 85.09 -58.42 0) + (property "Checked" "y" (at 85.09 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 85.09 -58.42 0) + (property "Distributor" "Mouser" (at 85.09 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7e921a19-065b-42c2-a92a-c810be0be2d7)) (pin "2" (uuid 970071b2-5e04-4848-a3a5-42b995ba21cc)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C43") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2-motherboard-rescue:C_Small-reform-motherboard-rescue") (at 30.48 39.37 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 941d70ad-4bbe-4fbb-bb84-12663cceabd6) - (property "Reference" "C8" (id 0) (at 31.75 38.1 0) + (property "Reference" "C8" (at 31.75 38.1 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "18pF" (id 1) (at 31.75 41.91 0) + (property "Value" "18pF" (at 31.75 41.91 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 30.48 39.37 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 30.48 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 30.48 39.37 0) + (property "Datasheet" "" (at 30.48 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 30.48 39.37 0) + (property "Manufacturer" "Yageo" (at 30.48 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JRNPO9BN180" (id 5) (at 30.48 39.37 0) + (property "Manufacturer_No" "CC0603JRNPO9BN180" (at 30.48 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 30.48 39.37 0) + (property "Checked" "y" (at 30.48 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 30.48 39.37 0) + (property "Distributor" "Mouser" (at 30.48 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "C107040" (id 8) (at 30.48 39.37 0) + (property "LCSC" "C107040" (at 30.48 39.37 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e31ac147-1ada-4ae4-a7f4-bc9950abbe95)) (pin "2" (uuid 6224cfba-55f6-46c9-b09f-ad075f6370be)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C8") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 48.26 -16.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 9925e343-bad8-48d3-b1d3-61a4d5545e77) - (property "Reference" "C11" (id 0) (at 48.006 -18.288 0) + (property "Reference" "C11" (at 48.006 -18.288 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 50.8 -22.86 0) + (property "Value" "0.1uF" (at 50.8 -22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 48.26 -16.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 48.26 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 48.26 -16.51 0) + (property "Datasheet" "" (at 48.26 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 48.26 -16.51 0) + (property "Manufacturer" "Yageo" (at 48.26 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 48.26 -16.51 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 48.26 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 48.26 -16.51 0) + (property "LCSC" "" (at 48.26 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 48.26 -16.51 0) + (property "Checked" "y" (at 48.26 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 48.26 -16.51 0) + (property "Distributor" "Mouser" (at 48.26 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 44937d35-ccc2-4c3e-8b34-d737d31498d9)) (pin "2" (uuid a00ff7e4-eaac-4e37-bd11-e8ad2782a783)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C11") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector_Generic:Conn_02x08_Odd_Even") (at 165.1 39.37 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 9af1cb30-120c-4bd0-9692-20a1323b5bd7) - (property "Reference" "J12" (id 0) (at 166.37 25.4 0)) - (property "Value" "Conn_02x08_Odd_Even" (id 1) (at 166.37 27.94 0)) - (property "Footprint" "Connector_PinHeader_1.00mm:PinHeader_2x08_P1.00mm_Vertical_SMD" (id 2) (at 165.1 39.37 0) + (property "Reference" "J12" (at 166.37 25.4 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_02x08_Odd_Even" (at 166.37 27.94 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_PinHeader_1.00mm:PinHeader_2x08_P1.00mm_Vertical_SMD" (at 165.1 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 165.1 39.37 0) + (property "Datasheet" "" (at 165.1 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Harwin" (id 4) (at 165.1 39.37 0) + (property "Manufacturer" "Harwin" (at 165.1 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 5) (at 165.1 39.37 0) + (property "Distributor" "Mouser" (at 165.1 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "M40-3200845R" (id 6) (at 165.1 39.37 0) + (property "Manufacturer_No" "M40-3200845R" (at 165.1 39.37 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5da96840-a50b-42d5-a591-3a25c448242b)) @@ -6175,200 +6963,257 @@ (pin "7" (uuid b906e12e-dc65-4bd7-8f39-24bb940878b4)) (pin "8" (uuid f14a4390-f5c7-42ca-bdf2-6708f12db6e3)) (pin "9" (uuid 60fe6a05-881d-491b-9626-a960f7b6713e)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "J12") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 135.89 120.65 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid aec018ed-1b43-413a-9d8b-75c6685492e4) - (property "Reference" "R85" (id 0) (at 137.795 119.3799 0) + (property "Reference" "R85" (at 137.795 119.3799 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10k" (id 1) (at 137.795 121.9199 0) + (property "Value" "10k" (at 137.795 121.9199 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 135.89 120.65 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 135.89 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 135.89 120.65 0) + (property "Datasheet" "" (at 135.89 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 4) (at 135.89 120.65 0) + (property "LCSC" "" (at 135.89 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 5) (at 135.89 120.65 0) + (property "Manufacturer" "Yageo" (at 135.89 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 6) (at 135.89 120.65 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 135.89 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 135.89 120.65 0) + (property "Checked" "y" (at 135.89 120.65 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 135.89 120.65 0) + (property "Distributor" "Mouser" (at 135.89 120.65 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0abc1670-1a52-4932-91c2-454b014f64c9)) (pin "2" (uuid 5e4dd9e8-60b8-443d-ba0a-8523b00f2d17)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R85") (unit 1) + ) + ) + ) ) (symbol (lib_name "PWR_FLAG_1") (lib_id "power:PWR_FLAG") (at 134.62 -20.32 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid bb6aa52f-f846-4263-b748-6e18c9053ca7) - (property "Reference" "#FLG0125" (id 0) (at 134.62 -22.225 0) + (property "Reference" "#FLG0125" (at 134.62 -22.225 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "PWR_FLAG" (id 1) (at 134.62 -24.13 0)) - (property "Footprint" "" (id 2) (at 134.62 -20.32 0) + (property "Value" "PWR_FLAG" (at 134.62 -24.13 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 134.62 -20.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 134.62 -20.32 0) + (property "Datasheet" "~" (at 134.62 -20.32 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 3831dff3-6210-4250-a417-b58c35eab491)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#FLG0125") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 128.27 124.46 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid cbdabf13-4be8-4efa-a15c-c64d62fa0274) - (property "Reference" "R84" (id 0) (at 126.9999 122.555 90) + (property "Reference" "R84" (at 126.9999 122.555 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10k" (id 1) (at 133.3499 122.555 90) + (property "Value" "10k" (at 133.3499 122.555 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 128.27 124.46 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 128.27 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 128.27 124.46 0) + (property "Datasheet" "" (at 128.27 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 4) (at 128.27 124.46 0) + (property "LCSC" "" (at 128.27 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 5) (at 128.27 124.46 0) + (property "Manufacturer" "Yageo" (at 128.27 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 6) (at 128.27 124.46 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 128.27 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 128.27 124.46 0) + (property "Checked" "y" (at 128.27 124.46 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 128.27 124.46 0) + (property "Distributor" "Mouser" (at 128.27 124.46 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 57d39ce4-d5e7-4f80-b974-44cc60be496c)) (pin "2" (uuid e526f0f3-00d5-4845-aaea-f3390c9a6de6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "R84") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 77.47 -58.42 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid e418724b-8a3e-4b2a-acfd-3a33c3878586) - (property "Reference" "C20" (id 0) (at 77.216 -60.198 0) + (property "Reference" "C20" (at 77.216 -60.198 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 80.01 -64.77 0) + (property "Value" "0.1uF" (at 80.01 -64.77 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 77.47 -58.42 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 77.47 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 77.47 -58.42 0) + (property "Datasheet" "" (at 77.47 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 77.47 -58.42 0) + (property "Manufacturer" "Yageo" (at 77.47 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 77.47 -58.42 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 77.47 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 77.47 -58.42 0) + (property "LCSC" "" (at 77.47 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 77.47 -58.42 0) + (property "Checked" "y" (at 77.47 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 77.47 -58.42 0) + (property "Distributor" "Mouser" (at 77.47 -58.42 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 90719992-4922-4c3b-ba24-3100d0d39ac2)) (pin "2" (uuid 988a1bba-e6dc-4bf1-a6f0-f0c353122c75)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C20") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 191.77 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid e53ee7fb-53be-4c8b-bb14-c614bc49e153) - (property "Reference" "#PWR0258" (id 0) (at 191.77 58.42 0) + (property "Reference" "#PWR0258" (at 191.77 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 191.77 57.15 0)) - (property "Footprint" "" (id 2) (at 191.77 52.07 0) + (property "Value" "GND" (at 191.77 57.15 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 191.77 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 191.77 52.07 0) + (property "Datasheet" "" (at 191.77 52.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 9d5cec97-c0be-41cc-a233-0b70a87be6c6)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "#PWR0258") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 63.5 -16.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid e84f6cf8-bb2c-4d1b-941a-6653775d1a97) - (property "Reference" "C13" (id 0) (at 63.246 -18.288 0) + (property "Reference" "C13" (at 63.246 -18.288 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 66.04 -22.86 0) + (property "Value" "0.1uF" (at 66.04 -22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 63.5 -16.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 63.5 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 63.5 -16.51 0) + (property "Datasheet" "" (at 63.5 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 63.5 -16.51 0) + (property "Manufacturer" "Yageo" (at 63.5 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 63.5 -16.51 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 63.5 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 63.5 -16.51 0) + (property "LCSC" "" (at 63.5 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 63.5 -16.51 0) + (property "Checked" "y" (at 63.5 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 63.5 -16.51 0) + (property "Distributor" "Mouser" (at 63.5 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid dd34bf2a-6840-4bd4-b4e9-ec09e953b3c1)) (pin "2" (uuid 2ba1b2fb-9268-4baa-97c4-35c26474c2b5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C13") (unit 1) + ) + ) + ) ) (symbol (lib_id "pocket-reform:TUSB8040PFP") (at 83.82 93.98 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid f3b7b5ea-a043-4172-896f-0f30e7edde21) - (property "Reference" "U9" (id 0) (at 84.455 35.56 0)) - (property "Value" "TUSB8040PFP" (id 1) (at 84.455 38.1 0)) - (property "Footprint" "footprints:QFP50P1400X1400X120-81N" (id 2) (at 82.55 100.33 0) + (property "Reference" "U9" (at 84.455 35.56 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "TUSB8040PFP" (at 84.455 38.1 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:QFP50P1400X1400X120-81N" (at 82.55 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 82.55 100.33 0) + (property "Datasheet" "" (at 82.55 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "C2872001" (id 4) (at 83.82 93.98 0) + (property "LCSC" "C2872001" (at 83.82 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "TUSB8040PFP" (id 5) (at 83.82 93.98 0) + (property "Manufacturer_No" "TUSB8040PFP" (at 83.82 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Texas Instruments" (id 6) (at 83.82 93.98 0) + (property "Manufacturer" "Texas Instruments" (at 83.82 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 83.82 93.98 0) + (property "Checked" "y" (at 83.82 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "TI" (id 8) (at 83.82 93.98 0) + (property "Distributor" "TI" (at 83.82 93.98 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid f7514a3b-292a-4f47-8570-e3e1491b5064)) @@ -6452,51 +7297,70 @@ (pin "80" (uuid 42183ee7-9f32-4b7f-8db5-58797a023f80)) (pin "81" (uuid 3fbf8e01-06f6-4d59-8ba6-2897bab6cd84)) (pin "9" (uuid 05d3bc47-f25c-43a6-bd67-6ab583ba7230)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "U9") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 40.64 -16.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid fb00f9b0-9e6a-4021-a83a-9c19d91ffbc9) - (property "Reference" "C9" (id 0) (at 40.386 -18.288 0) + (property "Reference" "C9" (at 40.386 -18.288 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "0.1uF" (id 1) (at 43.18 -22.86 0) + (property "Value" "0.1uF" (at 43.18 -22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 40.64 -16.51 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 40.64 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 40.64 -16.51 0) + (property "Datasheet" "" (at 40.64 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 40.64 -16.51 0) + (property "Manufacturer" "Yageo" (at 40.64 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "CC0603JPX7R9BB104" (id 5) (at 40.64 -16.51 0) + (property "Manufacturer_No" "CC0603JPX7R9BB104" (at 40.64 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "LCSC" "" (id 6) (at 40.64 -16.51 0) + (property "LCSC" "" (at 40.64 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 7) (at 40.64 -16.51 0) + (property "Checked" "y" (at 40.64 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 8) (at 40.64 -16.51 0) + (property "Distributor" "Mouser" (at 40.64 -16.51 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 583d224d-ae8f-43a4-9b24-8079367895e8)) (pin "2" (uuid 5d63cd45-cb3e-4e49-94e3-5c4baa4d0558)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" + (reference "C9") (unit 1) + ) + ) + ) ) (sheet (at 100.33 186.69) (size 12.7 3.81) (fields_autoplaced) - (stroke (width 0) (type solid) (color 0 0 0 0)) + (stroke (width 0) (type solid)) (fill (color 0 0 0 0.0000)) (uuid 00000000-0000-0000-0000-000065595ae7) - (property "Sheet name" "Reform 2 USB Power" (id 0) (at 100.33 185.9784 0) + (property "Sheetname" "Reform 2 USB Power" (at 100.33 185.9784 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "reform2-usbpwr.kicad_sch" (id 1) (at 100.33 191.0846 0) + (property "Sheetfile" "reform2-usbpwr.kicad_sch" (at 100.33 191.0846 0) (effects (font (size 1.27 1.27)) (justify left top)) ) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd" (page "6")) + ) + ) ) ) diff --git a/reform2-motherboard25-pcb/reform2-usbpwr.kicad_sch b/reform2-motherboard25-pcb/reform2-usbpwr.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid def051da-f733-4c60-844d-6e95feb69d32) @@ -16,25 +16,25 @@ (lib_symbols (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (property "Reference" "C" (at 0.254 1.778 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (property "Value" "C_Small" (at 0.254 -2.032 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (property "ki_keywords" "capacitor cap" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_Small_0_1" @@ -43,7 +43,7 @@ (xy -1.524 -0.508) (xy 1.524 -0.508) ) - (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline @@ -51,7 +51,7 @@ (xy -1.524 0.508) (xy 1.524 0.508) ) - (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) @@ -67,30 +67,30 @@ ) ) (symbol "Device:Fuse" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "F" (id 0) (at 2.032 0 90) + (property "Reference" "F" (at 2.032 0 90) (effects (font (size 1.27 1.27))) ) - (property "Value" "Fuse" (id 1) (at -1.905 0 90) + (property "Value" "Fuse" (at -1.905 0 90) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at -1.778 0 90) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "fuse" (id 4) (at 0 0 0) + (property "ki_keywords" "fuse" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Fuse" (id 5) (at 0 0 0) + (property "ki_description" "Fuse" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "*Fuse*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "*Fuse*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Fuse_0_1" (rectangle (start -0.762 -2.54) (end 0.762 2.54) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -98,7 +98,7 @@ (xy 0 2.54) (xy 0 -2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -114,30 +114,30 @@ ) ) (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (property "Reference" "R" (at 0.762 0.508 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (property "Value" "R_Small" (at 0.762 -1.016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (property "ki_description" "Resistor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_Small_0_1" (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (stroke (width 0.2032) (type default)) (fill (type none)) ) ) @@ -153,22 +153,22 @@ ) ) (symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 0 3.556 0) + (property "Value" "+3V3" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+3V3_0_1" @@ -177,7 +177,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -185,7 +185,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -193,7 +193,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -205,22 +205,22 @@ ) ) (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 0 3.556 0) + (property "Value" "+5V" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+5V_0_1" @@ -229,7 +229,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -237,7 +237,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -245,7 +245,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -257,22 +257,22 @@ ) ) (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 0 -3.81 0) + (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND_0_1" @@ -285,7 +285,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -297,16 +297,16 @@ ) ) (symbol "reform2:AP22815" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at 0 -8.89 0) + (property "Reference" "U" (at 0 -8.89 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "AP22815" (id 1) (at 0 8.89 0) + (property "Value" "AP22815" (at 0 8.89 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 -7.62 0) + (property "Footprint" "" (at 0 -7.62 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 -7.62 0) + (property "Datasheet" "" (at 0 -7.62 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "AP22815_0_0" @@ -333,7 +333,7 @@ ) (symbol "AP22815_0_1" (rectangle (start -6.35 7.62) (end 6.35 -7.62) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type background)) ) ) @@ -363,107 +363,107 @@ ) (wire (pts (xy 57.15 55.88) (xy 57.15 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0ca7e566-be77-46ae-97ae-ec44c9821a79) ) (wire (pts (xy 57.15 59.69) (xy 57.15 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0cd67b20-3e31-4673-892d-922a207f36e0) ) (wire (pts (xy 57.15 73.66) (xy 57.15 64.77)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1b2ada01-042a-4df6-85dd-6a9b4b05c711) ) (wire (pts (xy 67.31 58.42) (xy 73.66 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2f9334b7-45d3-42fc-9533-3d68ac19c22b) ) (wire (pts (xy 154.94 58.42) (xy 158.75 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 33abd914-2a37-4293-af2a-012c125d80c2) ) (wire (pts (xy 166.37 58.42) (xy 172.72 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3688dbd4-ac90-4d3b-8bfd-ceb228054d1c) ) (wire (pts (xy 127 58.42) (xy 133.35 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4a48f616-f38b-4a04-88d9-e7f2ad7c3176) ) (wire (pts (xy 91.44 74.93) (xy 91.44 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6af7239b-0b43-4002-b70b-0c2d4c2d3ee8) ) (wire (pts (xy 91.44 73.66) (xy 57.15 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8a2aa142-87c1-4e2c-90eb-59ee63727d43) ) (wire (pts (xy 73.66 63.5) (xy 67.31 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 8eab94d5-566e-455a-93c1-c4c22d531fcf) ) (wire (pts (xy 91.44 58.42) (xy 96.52 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 918d4bba-9750-458a-b57b-525312e18994) ) (wire (pts (xy 57.15 58.42) (xy 67.31 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 9a7b7d84-3f31-4198-b0da-25c174475796) ) (wire (pts (xy 154.94 64.77) (xy 154.94 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a0b0e25c-e559-461c-8a02-aeb66af52110) ) (wire (pts (xy 172.72 64.77) (xy 154.94 64.77)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a297d4e3-ebca-4332-af35-70499de887f8) ) (wire (pts (xy 116.84 73.66) (xy 116.84 64.77)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a771af95-b1f6-41b1-9d7e-833937725548) ) (wire (pts (xy 151.13 68.58) (xy 151.13 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ab7d6f8a-10d5-41a2-b17e-641b3e42d02d) ) (wire (pts (xy 133.35 63.5) (xy 127 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ac9d69e9-4766-4215-8f88-441c4655a57e) ) (wire (pts (xy 132.08 68.58) (xy 133.35 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b32edac9-fcbd-4feb-b5ab-6bfb3f0166d8) ) (wire (pts (xy 91.44 68.58) (xy 91.44 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b369b9b9-156b-4b38-9b2c-77f9486dbb2c) ) (wire (pts (xy 151.13 74.93) (xy 151.13 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bf2082d5-407a-4501-993a-a8f335a32443) ) (wire (pts (xy 151.13 73.66) (xy 116.84 73.66)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c2242940-ed3f-4dc6-a9d6-34f3d1c2d58a) ) (wire (pts (xy 151.13 58.42) (xy 154.94 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c372f129-5de7-460e-acbd-45e836973997) ) (wire (pts (xy 116.84 59.69) (xy 116.84 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid dce24395-831a-4085-9506-7599d5de5102) ) (wire (pts (xy 116.84 55.88) (xy 116.84 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid deeca5aa-a9a3-45f9-836d-0d697f337eb3) ) (wire (pts (xy 72.39 68.58) (xy 73.66 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e5a8fa96-1a59-4787-b847-f69e192fa3f4) ) (wire (pts (xy 116.84 58.42) (xy 127 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid f61124d7-3aff-4dde-8a7c-71407b42d62d) ) @@ -479,150 +479,190 @@ (global_label "3V3_PWR_AUX" (shape output) (at 96.52 58.42 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 00a1682b-9e47-4408-990f-9df65b5371e2) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "AUX_PWR_EN" (shape input) (at 72.39 68.58 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3104064b-42e4-41eb-925f-57d184254fec) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "SPK_PWR" (shape output) (at 172.72 64.77 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 47b1f578-f9b3-459b-86eb-b9017e950fc9) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 183.7528 64.6906 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 183.7528 64.6906 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "USB_PWR" (shape output) (at 172.72 58.42 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 6e6dd8cc-1b4b-4423-93fa-5d441961f37d) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 16.51 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 16.51 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (global_label "USB_PWR_EN" (shape input) (at 132.08 68.58 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid ef5c6353-4db3-41ee-8c7b-fba9a39df260) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 0 0 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) ) (symbol (lib_id "power:+5V") (at 116.84 55.88 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000655ec0ad) - (property "Reference" "#PWR0255" (id 0) (at 116.84 59.69 0) + (property "Reference" "#PWR0255" (at 116.84 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 117.221 51.4858 0)) - (property "Footprint" "" (id 2) (at 116.84 55.88 0) + (property "Value" "+5V" (at 117.221 51.4858 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 116.84 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 116.84 55.88 0) + (property "Datasheet" "" (at 116.84 55.88 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 888b92ef-c499-4007-bcd7-fd7df78937e2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7" + (reference "#PWR0255") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 151.13 74.93 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000655ec0b9) - (property "Reference" "#PWR0254" (id 0) (at 151.13 81.28 0) + (property "Reference" "#PWR0254" (at 151.13 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 151.257 79.3242 0)) - (property "Footprint" "" (id 2) (at 151.13 74.93 0) + (property "Value" "GND" (at 151.257 79.3242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 151.13 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 151.13 74.93 0) + (property "Datasheet" "" (at 151.13 74.93 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 23e8c447-14ec-48c6-80bb-d12f3856255d)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7" + (reference "#PWR0254") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 127 60.96 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000655ec0d0) - (property "Reference" "R83" (id 0) (at 131.9784 60.96 90)) - (property "Value" "10k" (id 1) (at 129.667 60.96 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 127 60.96 0) + (property "Reference" "R83" (at 131.9784 60.96 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k" (at 129.667 60.96 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 127 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 127 60.96 0) + (property "Datasheet" "" (at 127 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 127 60.96 0) + (property "Manufacturer" "Yageo" (at 127 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 127 60.96 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 127 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 127 60.96 0) + (property "Checked" "y" (at 127 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 127 60.96 0) + (property "Distributor" "Mouser" (at 127 60.96 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8638ffd6-a3c1-4974-9917-5dcca006cec4)) (pin "2" (uuid 31017e01-0276-4bb6-a20e-d11169c560e5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7" + (reference "R83") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 116.84 62.23 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000655ec0da) - (property "Reference" "C164" (id 0) (at 119.1768 61.0616 0) + (property "Reference" "C164" (at 119.1768 61.0616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 119.1768 63.373 0) + (property "Value" "10uF" (at 119.1768 63.373 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 116.84 62.23 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 116.84 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 116.84 62.23 0) + (property "Datasheet" "" (at 116.84 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 116.84 62.23 0) + (property "Manufacturer" "Murata" (at 116.84 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 116.84 62.23 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 116.84 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 116.84 62.23 0) + (property "Checked" "y" (at 116.84 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 116.84 62.23 0) + (property "Distributor" "Mouser" (at 116.84 62.23 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c541e5d0-9d99-407f-a5aa-18a3f704f538)) (pin "2" (uuid b25461a4-7406-4381-af32-c073d9cb901c)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7" + (reference "C164") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:AP22815") (at 142.24 63.5 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000655ec0e4) - (property "Reference" "U24" (id 0) (at 142.24 51.689 0)) - (property "Value" "AP22815" (id 1) (at 142.24 54.0004 0)) - (property "Footprint" "footprints:TSOT-25" (id 2) (at 142.24 71.12 0) + (property "Reference" "U24" (at 142.24 51.689 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "AP22815" (at 142.24 54.0004 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:TSOT-25" (at 142.24 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 142.24 71.12 0) + (property "Datasheet" "" (at 142.24 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Diodes, Inc." (id 4) (at 142.24 63.5 0) + (property "Manufacturer" "Diodes, Inc." (at 142.24 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "AP22815AWT-7" (id 5) (at 142.24 63.5 0) + (property "Manufacturer_No" "AP22815AWT-7" (at 142.24 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 142.24 63.5 0) + (property "Checked" "y" (at 142.24 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 142.24 63.5 0) + (property "Distributor" "Mouser" (at 142.24 63.5 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 144d7e7b-5bc7-4bde-918e-fc4a3a51ad4c)) @@ -630,103 +670,141 @@ (pin "3" (uuid 63f63885-5d8c-4b40-aac4-bc2f5dfbf434)) (pin "4" (uuid 34c8fc83-1dd2-479d-885a-a2ac9bb40f4c)) (pin "5" (uuid 78c97d3e-435d-461a-9f83-c5705c197ce3)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7" + (reference "U24") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 91.44 74.93 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000655ec152) - (property "Reference" "#PWR0256" (id 0) (at 91.44 81.28 0) + (property "Reference" "#PWR0256" (at 91.44 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 91.567 79.3242 0)) - (property "Footprint" "" (id 2) (at 91.44 74.93 0) + (property "Value" "GND" (at 91.567 79.3242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 91.44 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 91.44 74.93 0) + (property "Datasheet" "" (at 91.44 74.93 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5981eb30-61c9-4b51-a3d0-c77e68ca2260)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7" + (reference "#PWR0256") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R_Small") (at 67.31 60.96 180) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000655ec168) - (property "Reference" "R2" (id 0) (at 72.2884 60.96 90)) - (property "Value" "10k" (id 1) (at 69.977 60.96 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 67.31 60.96 0) + (property "Reference" "R2" (at 72.2884 60.96 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "10k" (at 69.977 60.96 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 67.31 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 67.31 60.96 0) + (property "Datasheet" "" (at 67.31 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Yageo" (id 4) (at 67.31 60.96 0) + (property "Manufacturer" "Yageo" (at 67.31 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "RC0603FR-0710KL" (id 5) (at 67.31 60.96 0) + (property "Manufacturer_No" "RC0603FR-0710KL" (at 67.31 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 67.31 60.96 0) + (property "Checked" "y" (at 67.31 60.96 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 67.31 60.96 0) + (property "Distributor" "Mouser" (at 67.31 60.96 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid bdf184b9-2278-4478-903e-0d2dca136969)) (pin "2" (uuid 286aa0df-4946-401a-af04-a1a60705c0f5)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7" + (reference "R2") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C_Small") (at 57.15 62.23 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000655ec172) - (property "Reference" "C167" (id 0) (at 59.4868 61.0616 0) + (property "Reference" "C167" (at 59.4868 61.0616 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10uF" (id 1) (at 59.4868 63.373 0) + (property "Value" "10uF" (at 59.4868 63.373 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 57.15 62.23 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 57.15 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 57.15 62.23 0) + (property "Datasheet" "" (at 57.15 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Murata" (id 4) (at 57.15 62.23 0) + (property "Manufacturer" "Murata" (at 57.15 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "GRM188R6YA106MA73D" (id 5) (at 57.15 62.23 0) + (property "Manufacturer_No" "GRM188R6YA106MA73D" (at 57.15 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 57.15 62.23 0) + (property "Checked" "y" (at 57.15 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 57.15 62.23 0) + (property "Distributor" "Mouser" (at 57.15 62.23 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5b7cf8a0-5a9c-41f6-a967-e7be2b6e4766)) (pin "2" (uuid 3cc36069-6798-4afb-b323-93071882d591)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7" + (reference "C167") (unit 1) + ) + ) + ) ) (symbol (lib_id "reform2:AP22815") (at 82.55 63.5 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000655ec17c) - (property "Reference" "U27" (id 0) (at 82.55 51.689 0)) - (property "Value" "AP22815" (id 1) (at 82.55 54.0004 0)) - (property "Footprint" "footprints:TSOT-25" (id 2) (at 82.55 71.12 0) + (property "Reference" "U27" (at 82.55 51.689 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "AP22815" (at 82.55 54.0004 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:TSOT-25" (at 82.55 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 82.55 71.12 0) + (property "Datasheet" "" (at 82.55 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Diodes, Inc." (id 4) (at 82.55 63.5 0) + (property "Manufacturer" "Diodes, Inc." (at 82.55 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "AP22815AWT-7" (id 5) (at 82.55 63.5 0) + (property "Manufacturer_No" "AP22815AWT-7" (at 82.55 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 82.55 63.5 0) + (property "Checked" "y" (at 82.55 63.5 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 82.55 63.5 0) + (property "Distributor" "Mouser" (at 82.55 63.5 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d4b8fcee-0e12-4fce-9168-5e89930e28f1)) @@ -734,48 +812,75 @@ (pin "3" (uuid a9aca8d3-34d1-4821-9c03-e585b58d74ee)) (pin "4" (uuid 7190cf09-f2f7-47a5-a295-6a2640380c25)) (pin "5" (uuid 311b9be0-b1d5-47cf-87df-24b4471da7c4)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7" + (reference "U27") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3V3") (at 57.15 55.88 0) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid 00000000-0000-0000-0000-0000655ec182) - (property "Reference" "#PWR0257" (id 0) (at 57.15 59.69 0) + (property "Reference" "#PWR0257" (at 57.15 59.69 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3V3" (id 1) (at 57.531 51.4858 0)) - (property "Footprint" "" (id 2) (at 57.15 55.88 0) + (property "Value" "+3V3" (at 57.531 51.4858 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 57.15 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 57.15 55.88 0) + (property "Datasheet" "" (at 57.15 55.88 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7a928f5a-71db-488e-b36d-8b0a931e90b1)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7" + (reference "#PWR0257") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:Fuse") (at 162.56 58.42 90) (unit 1) - (in_bom yes) (on_board yes) + (in_bom yes) (on_board yes) (dnp no) (uuid f53b80c8-ff5e-4a82-bc5c-190276eab5af) - (property "Reference" "F3" (id 0) (at 162.56 60.96 90)) - (property "Value" "0157004.DR" (id 1) (at 162.56 55.88 90)) - (property "Footprint" "footprints:fuse_smf" (id 2) (at 167.64 57.15 0) + (property "Reference" "F3" (at 162.56 60.96 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "0157004.DR" (at 162.56 55.88 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "footprints:fuse_smf" (at 167.64 57.15 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "" (id 3) (at 162.56 58.42 0) + (property "Datasheet" "" (at 162.56 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer" "Littelfuse" (id 4) (at 162.56 58.42 0) + (property "Manufacturer" "Littelfuse" (at 162.56 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_No" "0157004.DR" (id 5) (at 162.56 58.42 0) + (property "Manufacturer_No" "0157004.DR" (at 162.56 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Checked" "y" (id 6) (at 162.56 58.42 0) + (property "Checked" "y" (at 162.56 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Distributor" "Mouser" (id 7) (at 162.56 58.42 0) + (property "Distributor" "Mouser" (at 162.56 58.42 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 7dd80081-14ef-437b-ab44-c7703a3422e0)) (pin "2" (uuid 1b6342cf-c273-4746-8e25-cd0261584cf2)) + (instances + (project "reform2-motherboard25" + (path "/e9453d00-b0ec-4934-833c-fdfec7ecf0f0/00000000-0000-0000-0000-00005d06a2fd/00000000-0000-0000-0000-000065595ae7" + (reference "F3") (unit 1) + ) + ) + ) ) ) diff --git a/reform2-trackball-fw/Mouse.c b/reform2-trackball-fw/Mouse.c @@ -96,6 +96,7 @@ #define LiftCutoff_Tune2 0x65 uint8_t adns_init_complete=0; +uint8_t g_want_bootloader = 0; volatile int xydat[2]; #include "Mouse.h" @@ -320,6 +321,15 @@ bool CALLBACK_HID_Device_CreateHIDReport(USB_ClassInfo_HID_Device_t* const HIDIn return false; } +#define BOOTLOADER_START_ADDRESS ((0x8000 - 0x1000) >> 1) +void jump_to_bootloader(void) { + ((void (*)(void))BOOTLOADER_START_ADDRESS)(); +} + +#define cmd(_s) (*(uint32_t *)(_s)) +#define CMD_SET_LEDS cmd("LEDS") +#define CMD_JUMP_TO_BOOTLOADER cmd("JTBL") + /** HID class driver callback function for the processing of HID reports from the host. * * \param[in] HIDInterfaceInfo Pointer to the HID class interface configuration structure being referenced @@ -334,12 +344,16 @@ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI const void* ReportData, const uint16_t ReportSize) { - if (ReportSize<4) return; - char* d = (char*)ReportData; - if (d[0]=='L' && d[1]=='E' && d[2]=='D' && d[3]=='S') { + if (ReportSize < 4) return; + const uint32_t command = *(uint32_t *)ReportData; + if (command == CMD_SET_LEDS) { + char* d = (char *)ReportData; uint8_t bits = ((d[4]=='1')<<4)|((d[5]=='1')<<3)|((d[6]=='1')<<2)|((d[7]=='1')<<1)|(d[8]=='1'); led_set(bits); } + if (command == CMD_JUMP_TO_BOOTLOADER) { + g_want_bootloader = 1; + } } int main(void) @@ -353,6 +367,7 @@ int main(void) HID_Device_USBTask(&Mouse_HID_Interface); USB_USBTask(); + if (g_want_bootloader) jump_to_bootloader(); if (!sensor_initialized) { init_sensor(); sensor_initialized = 1; diff --git a/reform2-trackball-fw/flash.sh b/reform2-trackball-fw/flash.sh @@ -1,7 +1,9 @@ +#!/bin/bash +# Kick trackball into bootloader mode, and wait a bit +echo -ne 'xJTBL' > /dev/hidraw2 +sleep 2 dfu-programmer atmega32u2 erase --suppress-bootloader-mem - dfu-programmer atmega32u2 flash ./Mouse.hex --suppress-bootloader-mem - dfu-programmer atmega32u2 start