Compare commits
5 Commits
ae1dbfb90e
...
3a055c064a
Author | SHA1 | Date |
---|---|---|
|
3a055c064a | |
|
40d5b0b093 | |
|
f81703dada | |
|
304108ef2b | |
|
d21a7b2cd6 |
|
@ -9,6 +9,7 @@
|
|||
# - fix code so it works with Kicad 5
|
||||
|
||||
import argparse
|
||||
import itertools
|
||||
|
||||
DISTRIBUTOR_VALUES = ["\"Digikey\""]
|
||||
|
||||
|
@ -66,7 +67,7 @@ def parse_lines(f):
|
|||
if line.startswith("L"):
|
||||
parts = quotesplit(line)
|
||||
component.designator = parts[2].rstrip()
|
||||
component.cls = component.designator[0]
|
||||
component.cls = "".join(itertools.takewhile(lambda c: c.isalpha() or c == '#', component.designator))
|
||||
elif line.startswith("F"):
|
||||
parts = quotesplit(line)
|
||||
component.num_fields += 1
|
||||
|
@ -86,7 +87,7 @@ def parse_lines(f):
|
|||
elif line.startswith("$EndComp"):
|
||||
component_start = False
|
||||
# ignore power nodes
|
||||
if component.cls != "#":
|
||||
if component.cls[0] != "#":
|
||||
components.append(component)
|
||||
|
||||
if line.startswith("$Comp"):
|
||||
|
|
|
@ -1,51 +1,24 @@
|
|||
EESchema-LIBRARY Version 2.4
|
||||
#encoding utf-8
|
||||
#
|
||||
# 2021-03-22_13-02-27_PLMR36503RFRPET
|
||||
# Amplifier_Operational_TLV2371DBV
|
||||
#
|
||||
DEF 2021-03-22_13-02-27_PLMR36503RFRPET U 0 10 Y Y 1 L N
|
||||
F0 "U" 0 100 60 H V C CNN
|
||||
F1 "2021-03-22_13-02-27_PLMR36503RFRPET" 0 0 60 H V C CNN
|
||||
F2 "RPE0009A" 0 -60 60 H I C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DEF Amplifier_Operational_TLV2371DBV U 0 5 Y Y 1 F N
|
||||
F0 "U" -50 250 50 H V L CNN
|
||||
F1 "Amplifier_Operational_TLV2371DBV" -50 150 50 H V L CNN
|
||||
F2 "Package_TO_SOT_SMD:SOT-23-5" -100 -200 50 H I L CNN
|
||||
F3 "" 0 200 50 H I C CNN
|
||||
ALIAS MCP6401T-xOT MCP6001-OT MCP601-xOT OPA333xxDBV OPA340NA OPA376xxDBV TS881xLx TSV911xxLx OPA330xxDBV OPA356xxDBV LMH6702MF LMH6609MF TLV2371DBV OPA842xDBV OPA843xDBV OPA846xDBV LT6015xS5 OPA197xDBV OPA196xDBV LPV811DBV MCP6L01x-xOT OPA365xxDBV
|
||||
$FPLIST
|
||||
RPE0009A
|
||||
SOT?23*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 2 1 1 8 -700 -600 700 -600 N
|
||||
P 2 1 1 8 -700 600 -700 -600 N
|
||||
P 2 1 1 8 700 -600 700 600 N
|
||||
P 2 1 1 8 700 600 -700 600 N
|
||||
X RT 1 -900 -300 200 R 59 59 1 1 I
|
||||
X PGOOD 2 -900 -500 200 R 59 59 1 1 O
|
||||
X EN_UVLO 3 -900 100 200 R 59 59 1 1 U
|
||||
X VIN 4 -900 400 200 R 59 59 1 1 W
|
||||
X SW 5 900 100 200 L 59 59 1 1 W
|
||||
X BOOT 6 900 400 200 L 59 59 1 1 U
|
||||
X VCC 7 -900 -100 200 R 59 59 1 1 W
|
||||
X FB 8 900 -300 200 L 59 59 1 1 U
|
||||
X GND 9 900 -500 200 L 59 59 1 1 W
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Amplifier_Operational_TLV9001IDCK
|
||||
#
|
||||
DEF Amplifier_Operational_TLV9001IDCK U 0 5 Y Y 1 F N
|
||||
F0 "U" 300 100 50 H V C CNN
|
||||
F1 "Amplifier_Operational_TLV9001IDCK" 450 -100 50 H V C CNN
|
||||
F2 "Package_TO_SOT_SMD:SOT-353_SC-70-5" 200 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
ALIAS TLV6001DCK TLV9001IDCK
|
||||
$FPLIST
|
||||
SOT*353*SC*70*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 4 0 1 10 -100 200 -100 -200 300 0 -100 200 f
|
||||
X + 1 -200 100 100 R 50 50 1 1 I
|
||||
X V- 2 0 -300 150 U 50 50 1 1 W
|
||||
X - 3 -200 -100 100 R 50 50 1 1 I
|
||||
X ~ 4 400 0 100 L 50 50 1 1 O
|
||||
X V+ 5 0 300 150 D 50 50 1 1 W
|
||||
P 4 0 1 10 -200 200 200 0 -200 -200 -200 200 f
|
||||
X V- 2 -100 -300 150 U 50 50 0 1 W
|
||||
X V+ 5 -100 300 150 D 50 50 0 1 W
|
||||
X ~ 1 300 0 100 L 50 50 1 1 O
|
||||
X + 3 -300 100 100 R 50 50 1 1 I
|
||||
X - 4 -300 -100 100 R 50 50 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -68,27 +41,6 @@ X Pin_2 2 -200 -100 150 R 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Connector_Generic_Conn_01x03
|
||||
#
|
||||
DEF Connector_Generic_Conn_01x03 J 0 40 Y N 1 F N
|
||||
F0 "J" 0 200 50 H V C CNN
|
||||
F1 "Connector_Generic_Conn_01x03" 0 -200 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
Connector*:*_1x??_*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -50 -95 0 -105 1 1 6 N
|
||||
S -50 5 0 -5 1 1 6 N
|
||||
S -50 105 0 95 1 1 6 N
|
||||
S -50 150 50 -150 1 1 10 f
|
||||
X Pin_1 1 -200 100 150 R 50 50 1 1 P
|
||||
X Pin_2 2 -200 0 150 R 50 50 1 1 P
|
||||
X Pin_3 3 -200 -100 150 R 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Connector_Generic_Conn_01x04
|
||||
#
|
||||
DEF Connector_Generic_Conn_01x04 J 0 40 Y N 1 F N
|
||||
|
@ -159,23 +111,123 @@ X Pin_9 9 -200 -100 150 R 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Device_CP_Small
|
||||
# Connector_RJ45_Amphenol_RJMG1BD3B8K1ANR
|
||||
#
|
||||
DEF Device_CP_Small C 0 10 N N 1 F N
|
||||
F0 "C" 10 70 50 H V L CNN
|
||||
F1 "Device_CP_Small" 10 -80 50 H V L CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
DEF Connector_RJ45_Amphenol_RJMG1BD3B8K1ANR J 0 20 Y Y 1 F N
|
||||
F0 "J" 750 600 50 H V R CNN
|
||||
F1 "Connector_RJ45_Amphenol_RJMG1BD3B8K1ANR" -750 600 50 H V L CNN
|
||||
F2 "Connector_RJ:RJ45_Amphenol_RJMG1BD3B8K1ANR" 0 700 50 H I C CNN
|
||||
F3 "" 0 800 50 H I C CNN
|
||||
$FPLIST
|
||||
CP_*
|
||||
RJ45*Amphenol*RJMG1BD3B8K1ANR*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -60 -12 60 -27 0 1 0 F
|
||||
S -60 27 60 12 0 1 0 N
|
||||
P 2 0 1 0 -50 60 -30 60 N
|
||||
P 2 0 1 0 -40 50 -40 70 N
|
||||
X ~ 1 0 100 73 D 50 50 1 1 P
|
||||
X ~ 2 0 -100 73 U 50 50 1 1 P
|
||||
A -500 25 25 -899 899 0 1 0 N -500 0 -500 50
|
||||
A -500 75 25 -899 899 0 1 0 N -500 50 -500 100
|
||||
A -500 125 25 -899 899 0 1 0 N -500 100 -500 150
|
||||
A -500 175 25 -899 899 0 1 0 N -500 150 -500 200
|
||||
A -500 325 25 -899 899 0 1 0 N -500 300 -500 350
|
||||
A -500 375 25 -899 899 0 1 0 N -500 350 -500 400
|
||||
A -500 425 25 -899 899 0 1 0 N -500 400 -500 450
|
||||
A -500 475 25 -899 899 0 1 0 N -500 450 -500 500
|
||||
A -400 25 25 901 -901 0 1 0 N -400 50 -400 0
|
||||
A -400 75 25 901 -901 0 1 0 N -400 100 -400 50
|
||||
A -400 125 25 901 -901 0 1 0 N -400 150 -400 100
|
||||
A -400 175 25 901 -901 0 1 0 N -400 200 -400 150
|
||||
A -400 325 25 901 -901 0 1 0 N -400 350 -400 300
|
||||
A -400 375 25 901 -901 0 1 0 N -400 400 -400 350
|
||||
A -400 425 25 901 -901 0 1 0 N -400 450 -400 400
|
||||
A -400 475 25 901 -901 0 1 0 N -400 500 -400 450
|
||||
A -325 25 25 1 1799 0 1 0 N -300 25 -350 25
|
||||
A -325 175 25 -1799 -1 0 1 0 N -350 175 -300 175
|
||||
A -325 325 25 1 1799 0 1 0 N -300 325 -350 325
|
||||
A -325 475 25 -1799 -1 0 1 0 N -350 475 -300 475
|
||||
A -275 25 25 1 1799 0 1 0 N -250 25 -300 25
|
||||
A -275 175 25 -1799 -1 0 1 0 N -300 175 -250 175
|
||||
A -275 325 25 1 1799 0 1 0 N -250 325 -300 325
|
||||
A -275 475 25 -1799 -1 0 1 0 N -300 475 -250 475
|
||||
C -100 100 10 0 0 10 F
|
||||
C -100 400 10 0 0 10 F
|
||||
C 50 100 10 0 0 10 F
|
||||
C 50 400 10 0 0 10 F
|
||||
T 0 0 -65 30 0 0 0 1000pF Normal 0 C C
|
||||
T 0 -175 100 30 0 0 0 75 Normal 0 C C
|
||||
T 0 -175 400 30 0 0 0 75 Normal 0 C C
|
||||
T 0 -25 100 30 0 0 0 75 Normal 0 C C
|
||||
T 0 -25 400 30 0 0 0 75 Normal 0 C C
|
||||
T 0 125 475 35 0 0 0 C1 Normal 0 C C
|
||||
T 0 125 325 35 0 0 0 C2 Normal 0 C C
|
||||
T 0 125 175 35 0 0 0 C3 Normal 0 C C
|
||||
T 0 125 425 35 0 0 0 C4 Normal 0 C C
|
||||
T 0 125 375 35 0 0 0 C5 Normal 0 C C
|
||||
T 0 125 25 35 0 0 0 C6 Normal 0 C C
|
||||
T 0 125 125 35 0 0 0 C7 Normal 0 C C
|
||||
T 0 125 75 35 0 0 0 C8 Normal 0 C C
|
||||
T 0 -275 -250 30 0 0 0 GREEN Normal 0 L C
|
||||
T 0 -325 -25 40 0 0 0 RCV Normal 0 L C
|
||||
T 0 -325 275 40 0 0 0 XMIT Normal 0 L C
|
||||
T 0 -275 -450 30 0 0 0 YELLOW Normal 0 L C
|
||||
S -750 -550 750 550 0 1 10 f
|
||||
S -225 125 -125 75 0 1 0 N
|
||||
S -225 425 -125 375 0 1 0 N
|
||||
S -75 125 25 75 0 1 0 N
|
||||
S -75 425 25 375 0 1 0 N
|
||||
P 2 0 0 0 -300 -475 -400 -475 N
|
||||
P 2 0 0 0 -300 -275 -400 -275 N
|
||||
P 2 0 0 0 -100 400 -100 0 N
|
||||
P 2 0 0 10 -50 -25 -150 -25 N
|
||||
P 2 0 0 10 -50 0 -150 0 N
|
||||
P 2 0 0 0 50 100 25 100 N
|
||||
P 2 0 0 0 50 400 25 400 N
|
||||
P 3 0 0 0 -440 -500 -350 -500 -350 -475 N
|
||||
P 3 0 0 0 -440 -400 -350 -400 -350 -425 N
|
||||
P 3 0 0 0 -440 -200 -350 -200 -350 -225 N
|
||||
P 3 0 0 0 -350 -275 -350 -300 -440 -300 N
|
||||
P 4 0 0 0 -400 -225 -300 -225 -350 -275 -400 -225 N
|
||||
P 4 0 0 0 -300 -425 -400 -425 -350 -475 -300 -425 N
|
||||
P 4 0 0 0 -100 -25 -100 -150 0 -150 0 -350 N
|
||||
P 4 0 0 0 75 125 50 125 50 75 75 75 N
|
||||
P 4 0 0 0 75 425 50 425 50 375 75 375 N
|
||||
P 2 0 1 0 -500 0 -550 0 N
|
||||
P 2 0 1 0 -500 100 -550 100 N
|
||||
P 2 0 1 0 -500 200 -550 200 N
|
||||
P 2 0 1 0 -500 300 -550 300 N
|
||||
P 2 0 1 0 -500 400 -550 400 N
|
||||
P 2 0 1 0 -500 500 -550 500 N
|
||||
P 2 0 1 0 -250 25 75 25 N
|
||||
P 2 0 1 0 -250 175 75 175 N
|
||||
P 2 0 1 0 -250 325 75 325 N
|
||||
P 2 0 1 0 -250 475 75 475 N
|
||||
P 2 0 1 0 -225 100 -400 100 N
|
||||
P 2 0 1 0 -225 400 -400 400 N
|
||||
P 2 0 1 0 -125 100 -75 100 N
|
||||
P 2 0 1 0 -125 400 -75 400 N
|
||||
P 2 0 1 0 225 300 225 350 N
|
||||
P 2 0 1 0 275 350 275 300 N
|
||||
P 2 0 1 0 325 350 325 300 N
|
||||
P 2 0 1 0 375 350 375 300 N
|
||||
P 2 0 1 0 425 350 425 300 N
|
||||
P 2 0 1 0 475 350 475 300 N
|
||||
P 2 0 1 0 525 300 525 350 N
|
||||
P 2 0 1 0 575 300 575 350 N
|
||||
P 3 0 1 0 -400 200 -350 200 -350 175 N
|
||||
P 3 0 1 0 -400 500 -350 500 -350 475 N
|
||||
P 3 0 1 0 -350 25 -350 0 -400 0 N
|
||||
P 3 0 1 0 -350 325 -350 300 -400 300 N
|
||||
P 13 0 1 0 175 350 625 350 625 -50 525 -50 525 -100 475 -100 475 -150 325 -150 325 -100 275 -100 275 -50 175 -50 175 350 N
|
||||
X SHIELD 13 900 -400 150 L 50 50 1 1 P
|
||||
X LEDY_A L1 -900 -400 150 R 50 50 1 1 P
|
||||
X LEDY_K L2 -900 -500 150 R 50 50 1 1 P
|
||||
X LEDG_K L3 -900 -300 150 R 50 50 1 1 P
|
||||
X LEDG_A L4 -900 -200 150 R 50 50 1 1 P
|
||||
X TD+ R1 -900 500 150 R 50 50 1 1 P
|
||||
X TD- R2 -900 300 150 R 50 50 1 1 P
|
||||
X RD+ R3 -900 200 150 R 50 50 1 1 P
|
||||
X TCT R4 -900 400 150 R 50 50 1 1 P
|
||||
X RCT R5 -900 100 150 R 50 50 1 1 P
|
||||
X RD- R6 -900 0 150 R 50 50 1 1 P
|
||||
X NC R7 200 -200 0 R 50 50 1 1 N N
|
||||
X GND R8 0 -700 150 U 50 50 1 1 W
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -197,28 +249,6 @@ X ~ 2 0 -100 80 U 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Device_D_Zener
|
||||
#
|
||||
DEF Device_D_Zener D 0 40 N N 1 F N
|
||||
F0 "D" 0 100 50 H V C CNN
|
||||
F1 "Device_D_Zener" 0 -100 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
TO-???*
|
||||
*_Diode_*
|
||||
*SingleDiode*
|
||||
D_*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 2 0 1 0 50 0 -50 0 N
|
||||
P 3 0 1 10 -50 -50 -50 50 -30 50 N
|
||||
P 4 0 1 10 50 -50 50 50 -50 0 50 -50 N
|
||||
X K 1 -150 0 100 R 50 50 1 1 P
|
||||
X A 2 150 0 100 L 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Device_LED_Small
|
||||
#
|
||||
DEF Device_LED_Small D 0 10 N N 1 F N
|
||||
|
@ -265,6 +295,53 @@ X ~ 2 0 -100 20 U 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Device_R_Pack04_Split
|
||||
#
|
||||
DEF Device_R_Pack04_Split RN 0 0 Y N 4 F N
|
||||
F0 "RN" 80 0 50 V V C CNN
|
||||
F1 "Device_R_Pack04_Split" 0 0 50 V V C CNN
|
||||
F2 "" -80 0 50 V I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
DIP*
|
||||
SOIC*
|
||||
R*Array*Concave*
|
||||
R*Array*Convex*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S 40 100 -40 -100 0 1 10 N
|
||||
X R1.1 1 0 -150 50 U 50 50 1 1 P
|
||||
X R1.2 8 0 150 50 D 50 50 1 1 P
|
||||
X R2.1 2 0 -150 50 U 50 50 2 1 P
|
||||
X R2.2 7 0 150 50 D 50 50 2 1 P
|
||||
X R3.1 3 0 -150 50 U 50 50 3 1 P
|
||||
X R3.2 6 0 150 50 D 50 50 3 1 P
|
||||
X R4.1 4 0 -150 50 U 50 50 4 1 P
|
||||
X R4.2 5 0 150 50 D 50 50 4 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Device_R_Shunt
|
||||
#
|
||||
DEF Device_R_Shunt R 0 0 N Y 1 F N
|
||||
F0 "R" -175 0 50 V V C CNN
|
||||
F1 "Device_R_Shunt" -100 0 50 V V C CNN
|
||||
F2 "" -70 0 50 V I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
R_*Shunt*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -40 -100 40 100 0 1 10 N
|
||||
P 2 0 1 0 0 -100 50 -100 N
|
||||
P 2 0 1 0 50 100 0 100 N
|
||||
X 1 1 0 200 100 D 50 50 1 1 P
|
||||
X 2 2 150 100 100 L 50 50 1 1 P
|
||||
X 3 3 150 -100 100 L 50 50 1 1 P
|
||||
X 4 4 0 -200 100 U 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Device_R_Small
|
||||
#
|
||||
DEF Device_R_Small R 0 10 N N 1 F N
|
||||
|
@ -282,6 +359,26 @@ X ~ 2 0 -100 30 U 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Diode_B120-E3
|
||||
#
|
||||
DEF Diode_B120-E3 D 0 20 N N 1 F N
|
||||
F0 "D" 0 100 50 H V C CNN
|
||||
F1 "Diode_B120-E3" 0 -100 50 H V C CNN
|
||||
F2 "Diode_SMD:D_SMA" 0 -175 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
ALIAS B130-E3 B140-E3 B150-E3 B160-E3 MBRA340 CDBA360-HF CDBA340-HF CDBA3100-HF
|
||||
$FPLIST
|
||||
D*SMA*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 2 0 1 0 50 0 -50 0 N
|
||||
P 4 0 1 10 50 50 50 -50 -50 0 50 50 N
|
||||
P 6 0 1 10 -75 25 -75 50 -50 50 -50 -50 -25 -50 -25 -25 N
|
||||
X K 1 -150 0 100 R 50 50 1 1 P
|
||||
X A 2 150 0 100 L 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Isolator_Si8640BA-B-IU
|
||||
#
|
||||
DEF Isolator_Si8640BA-B-IU U 0 20 Y Y 1 F N
|
||||
|
@ -353,35 +450,54 @@ C 0 0 50 0 1 50 N
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Transistor_FET_2N7002
|
||||
# Memory_EEPROM_24LC16
|
||||
#
|
||||
DEF Transistor_FET_2N7002 Q 0 20 Y N 1 F N
|
||||
F0 "Q" 200 75 50 H V L CNN
|
||||
F1 "Transistor_FET_2N7002" 200 0 50 H V L CNN
|
||||
F2 "Package_TO_SOT_SMD:SOT-23" 200 -75 50 H I L CIN
|
||||
F3 "" 0 0 50 H I L CNN
|
||||
ALIAS 2N7002 2N7002E 2N7002H 2N7002K BS170F BS870 BSN20 BSS123 BSS127S DMG2302U DMG3402L DMG3404L DMG3406L DMG3414U DMG3418L DMN10H220L DMN10H700S DMN13H750S DMN2041L DMN2050L DMN2056U DMN2058U DMN2075U DMN2230U DMN24H11DS DMN24H3D5L DMN3042L DMN3051L DMN30H4D0L DMN3110S DMN3150L DMN3300U DMN3404L DMN6075S DMN6140L DMN67D7L DMN67D8L MMBF170 VN10LF ZVN3306F ZVN3310F ZVN3320F ZVN4106F ZXM61N02F ZXM61N03F ZXMN10A07F ZXMN2A01F ZXMN2A14F ZXMN2B01F ZXMN2B14FH ZXMN2F30FH ZXMN2F34FH ZXMN3A01F ZXMN3A14F ZXMN3B01F ZXMN3B14F ZXMN3F30FH ZXMN6A07F IRLML0030 IRLML2060 TSM2302CX AO3400A
|
||||
DEF Memory_EEPROM_24LC16 U 0 20 Y Y 1 F N
|
||||
F0 "U" -250 250 50 H V C CNN
|
||||
F1 "Memory_EEPROM_24LC16" 50 250 50 H V L CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
ALIAS 24LC02 24LC00 24LC04 24LC08 24LC01 24LC512 24LC64 24LC1025 24LC32 24LC256 24LC128 CAT24C256 CAT24C128
|
||||
$FPLIST
|
||||
SOT?23*
|
||||
DIP*W7.62mm*
|
||||
SOIC*3.9x4.9mm*
|
||||
TSSOP*4.4x3mm*P0.65mm*
|
||||
DFN*3x2mm*P0.5mm*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
C 65 0 110 0 1 10 N
|
||||
C 100 -70 10 0 1 0 F
|
||||
C 100 70 10 0 1 0 F
|
||||
P 2 0 1 0 10 0 -100 0 N
|
||||
P 2 0 1 10 10 75 10 -75 N
|
||||
P 2 0 1 10 30 -50 30 -90 N
|
||||
P 2 0 1 10 30 20 30 -20 N
|
||||
P 2 0 1 10 30 90 30 50 N
|
||||
P 2 0 1 0 100 100 100 70 N
|
||||
P 3 0 1 0 100 -100 100 0 30 0 N
|
||||
P 4 0 1 0 30 -70 130 -70 130 70 30 70 N
|
||||
P 4 0 1 0 40 0 80 15 80 -15 40 0 F
|
||||
P 4 0 1 0 110 20 115 15 145 15 150 10 N
|
||||
P 4 0 1 0 130 15 115 -10 145 -10 130 15 N
|
||||
X G 1 -200 0 100 R 50 50 1 1 I
|
||||
X S 2 100 -200 100 U 50 50 1 1 P
|
||||
X D 3 100 200 100 D 50 50 1 1 P
|
||||
S -300 200 300 -200 1 1 10 f
|
||||
X A0 1 -400 100 100 R 50 50 1 1 I
|
||||
X A1 2 -400 0 100 R 50 50 1 1 I
|
||||
X A2 3 -400 -100 100 R 50 50 1 1 I
|
||||
X GND 4 0 -300 100 U 50 50 1 1 W
|
||||
X SDA 5 400 100 100 L 50 50 1 1 B
|
||||
X SCL 6 400 0 100 L 50 50 1 1 I
|
||||
X WP 7 400 -100 100 L 50 50 1 1 I
|
||||
X VCC 8 0 300 100 D 50 50 1 1 W
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Regulator_Switching_MAX5035BUSA
|
||||
#
|
||||
DEF Regulator_Switching_MAX5035BUSA U 0 20 Y Y 1 F N
|
||||
F0 "U" -300 350 50 H V L CNN
|
||||
F1 "Regulator_Switching_MAX5035BUSA" -100 350 50 H V L CNN
|
||||
F2 "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" 150 -350 50 H I L CIN
|
||||
F3 "" 0 -50 50 H I C CNN
|
||||
ALIAS MAX5035BUSA MAX5035CUSA MAX5035DUSA MAX5035EUSA
|
||||
$FPLIST
|
||||
SOIC*3.9x4.9mm*P1.27mm*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
X BST 1 400 200 100 L 50 50 1 1 P
|
||||
X VD 2 -400 -200 100 R 50 50 1 1 P
|
||||
X SGND 3 -100 -400 100 U 50 50 1 1 W
|
||||
X FB 4 400 -200 100 L 50 50 1 1 I
|
||||
X ON/~OFF~ 5 -400 100 100 R 50 50 1 1 I
|
||||
X GND 6 100 -400 100 U 50 50 1 1 W
|
||||
X VIN 7 -400 200 100 R 50 50 1 1 W
|
||||
X LX 8 400 0 100 L 50 50 1 1 O
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -410,6 +526,85 @@ X VOUT+ 4 500 100 100 L 50 50 1 1 w
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# cnc-controller_TLV61048
|
||||
#
|
||||
DEF cnc-controller_TLV61048 U 0 40 Y Y 1 F N
|
||||
F0 "U" 0 250 50 H V C CNN
|
||||
F1 "cnc-controller_TLV61048" 200 -300 50 H V C CNN
|
||||
F2 "Package_TO_SOT_SMD:SOT-363_SC-70-6" 0 100 50 H I C CNN
|
||||
F3 "" 0 100 50 H I C CNN
|
||||
DRAW
|
||||
S -250 200 250 -250 0 1 0 f
|
||||
X SW 1 350 100 100 L 50 50 1 1 w
|
||||
X GND 2 0 -350 100 U 50 50 1 1 W
|
||||
X FB 3 350 -100 100 L 50 50 1 1 I
|
||||
X EN 4 -350 0 100 R 50 50 1 1 W
|
||||
X VIN 5 -350 100 100 R 50 50 1 1 W
|
||||
X FREQ 6 350 0 100 L 50 50 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# cnc-controller_TPD4E001R
|
||||
#
|
||||
DEF cnc-controller_TPD4E001R U 0 0 Y Y 1 F N
|
||||
F0 "U" -250 350 50 H V C CNN
|
||||
F1 "cnc-controller_TPD4E001R" 350 -400 50 H V C CNN
|
||||
F2 "Package_TO_SOT_SMD:SOT-23-6" -950 -400 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
Diodes*UDFN*1.0x2.5mm*P0.5mm*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
C -225 -100 11 0 1 0 F
|
||||
C -125 -260 11 0 1 0 F
|
||||
C -125 100 11 0 1 0 F
|
||||
C -125 255 11 0 1 0 F
|
||||
C 0 -260 11 0 1 0 F
|
||||
C 0 255 11 0 1 0 F
|
||||
C 125 -260 11 0 1 0 F
|
||||
C 125 -100 11 0 1 0 F
|
||||
C 125 255 11 0 1 0 F
|
||||
C 225 100 11 0 1 0 F
|
||||
S -225 255 225 -260 0 0 0 N
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
P 2 0 0 0 -125 -260 -125 255 N
|
||||
P 2 0 0 0 0 255 0 -260 N
|
||||
P 2 0 0 0 125 255 125 -260 N
|
||||
P 2 0 1 0 -305 100 -125 100 N
|
||||
P 2 0 1 0 -300 -100 -225 -100 N
|
||||
P 2 0 1 0 -200 -150 -250 -150 N
|
||||
P 2 0 1 0 -200 200 -250 200 N
|
||||
P 2 0 1 0 -100 -150 -150 -150 N
|
||||
P 2 0 1 0 -100 200 -150 200 N
|
||||
P 2 0 1 0 -25 35 -40 25 N
|
||||
P 2 0 1 0 0 -260 0 -300 N
|
||||
P 2 0 1 0 0 250 0 300 N
|
||||
P 2 0 1 0 25 35 -25 35 N
|
||||
P 2 0 1 0 25 35 40 45 N
|
||||
P 2 0 1 0 150 -150 100 -150 N
|
||||
P 2 0 1 0 150 200 100 200 N
|
||||
P 2 0 1 0 250 -150 200 -150 N
|
||||
P 2 0 1 0 250 200 200 200 N
|
||||
P 2 0 1 0 300 -100 125 -100 N
|
||||
P 2 0 1 0 300 100 225 100 N
|
||||
P 4 0 1 0 -200 -200 -250 -200 -225 -150 -200 -200 N
|
||||
P 4 0 1 0 -200 150 -250 150 -225 200 -200 150 N
|
||||
P 4 0 1 0 -100 -200 -150 -200 -125 -150 -100 -200 N
|
||||
P 4 0 1 0 -100 150 -150 150 -125 200 -100 150 N
|
||||
P 4 0 1 0 25 -15 -25 -15 0 35 25 -15 N
|
||||
P 4 0 1 0 150 -200 100 -200 125 -150 150 -200 N
|
||||
P 4 0 1 0 150 150 100 150 125 200 150 150 N
|
||||
P 4 0 1 0 250 -200 200 -200 225 -150 250 -200 N
|
||||
P 4 0 1 0 250 150 200 150 225 200 250 150 N
|
||||
X ~ 1 -500 100 200 R 50 50 1 1 P
|
||||
X ~ 2 -500 -100 200 R 50 50 1 1 P
|
||||
X VSS 3 0 -500 200 U 50 50 1 1 W
|
||||
X ~ 4 500 100 200 L 50 50 1 1 P
|
||||
X ~ 5 500 -100 200 L 50 50 1 1 P
|
||||
X VCC 6 0 500 200 D 50 50 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# mosfets_AO4611
|
||||
#
|
||||
DEF mosfets_AO4611 Q 0 20 Y N 2 F N
|
||||
|
@ -477,6 +672,19 @@ X GND1 1 0 0 0 D 50 50 1 1 W N
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# power_GND2
|
||||
#
|
||||
DEF power_GND2 #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -250 50 H I C CNN
|
||||
F1 "power_GND2" 0 -150 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
DRAW
|
||||
P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N
|
||||
X GND2 1 0 0 0 D 50 50 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# power_PWR_FLAG
|
||||
#
|
||||
DEF power_PWR_FLAG #FLG 0 0 N N 1 F P
|
||||
|
@ -490,6 +698,97 @@ X pwr 1 0 0 0 U 50 50 0 0 w
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# teensy_Teensy4.1
|
||||
#
|
||||
DEF teensy_Teensy4.1 U 0 40 Y Y 1 F N
|
||||
F0 "U" 0 2550 50 H V C CNN
|
||||
F1 "teensy_Teensy4.1" 0 2450 50 H V C CNN
|
||||
F2 "" -400 400 50 H I C CNN
|
||||
F3 "" -400 400 50 H I C CNN
|
||||
DRAW
|
||||
T 0 450 1950 40 0 0 0 "(250mA max)" Normal 0 C C
|
||||
T 0 450 2150 40 0 0 0 "(3.6v to 5.5v)" Normal 0 C C
|
||||
T 900 -550 -400 50 0 0 0 Device Normal 0 C C
|
||||
T 900 625 -675 50 0 0 0 Ethernet Normal 0 C C
|
||||
T 900 -550 -800 50 0 0 0 Host Normal 0 C C
|
||||
T 900 -625 -800 50 0 0 0 USB Normal 0 C C
|
||||
T 900 -625 -400 50 0 0 0 USB Normal 0 C C
|
||||
S -900 2400 900 -1100 0 1 0 N
|
||||
S -800 -50 -800 -50 0 1 0 N
|
||||
P 2 0 0 0 -900 -250 900 -250 N
|
||||
P 2 0 0 0 -700 -1050 -700 -550 N
|
||||
P 2 0 0 0 -700 -300 -700 -500 N
|
||||
P 2 0 0 0 700 -375 700 -975 N
|
||||
X 8_TX2_IN1 10 -1100 1250 200 R 50 50 0 0 B
|
||||
X 9_OUT1C 11 -1100 1150 200 R 50 50 0 0 B
|
||||
X 10_CS_MQSR 12 -1100 1050 200 R 50 50 0 0 B
|
||||
X 11_MOSI_CTX1 13 -1100 950 200 R 50 50 0 0 B
|
||||
X 12_MISO_MQSL 14 -1100 850 200 R 50 50 0 0 B
|
||||
X 3V3 15 -1100 750 200 R 50 50 0 0 W
|
||||
X 24_A10_TX6_SCL2 16 -1100 650 200 R 50 50 0 0 B
|
||||
X 25_A11_RX6_SDA2 17 -1100 550 200 R 50 50 0 0 B
|
||||
X 26_A12_MOSI1 18 -1100 450 200 R 50 50 0 0 B
|
||||
X 27_A13_SCK1 19 -1100 350 200 R 50 50 0 0 B
|
||||
X 28_RX7 20 -1100 250 200 R 50 50 0 0 B
|
||||
X 29_TX7 21 -1100 150 200 R 50 50 0 0 B
|
||||
X 30_CRX3 22 -1100 50 200 R 50 50 0 0 B
|
||||
X 31_CTX3 23 -1100 -50 200 R 50 50 0 0 B
|
||||
X 32_OUT1B 24 -1100 -150 200 R 50 50 0 0 B
|
||||
X 33_MCLK2 25 1100 -150 200 L 50 50 0 0 B
|
||||
X 34_RX8 26 1100 -50 200 L 50 50 0 0 B
|
||||
X 35_TX8 27 1100 50 200 L 50 50 0 0 B
|
||||
X 36_CS 28 1100 150 200 L 50 50 0 0 B
|
||||
X 37_CS 29 1100 250 200 L 50 50 0 0 B
|
||||
X 38_CS1_IN1 30 1100 350 200 L 50 50 0 0 B
|
||||
X 39_MISO1_OUT1A 31 1100 450 200 L 50 50 0 0 B
|
||||
X 40_A16 32 1100 550 200 L 50 50 0 0 B
|
||||
X 41_A17 33 1100 650 200 L 50 50 0 0 B
|
||||
X 13_SCK_LED 35 1100 850 200 L 50 50 0 0 B
|
||||
X 14_A0_TX3_SPDIF_OUT 36 1100 950 200 L 50 50 0 0 B
|
||||
X 15_A1_RX3_SPDIF_IN 37 1100 1050 200 L 50 50 0 0 B
|
||||
X 16_A2_RX4_SCL1 38 1100 1150 200 L 50 50 0 0 B
|
||||
X 17_A3_TX4_SDA1 39 1100 1250 200 L 50 50 0 0 B
|
||||
X 18_A4_SDA 40 1100 1350 200 L 50 50 0 0 B
|
||||
X 19_A5_SCL 41 1100 1450 200 L 50 50 0 0 B
|
||||
X 20_A6_TX5_LRCLK1 42 1100 1550 200 L 50 50 0 0 B
|
||||
X 21_A7_RX5_BCLK1 43 1100 1650 200 L 50 50 0 0 B
|
||||
X 22_A8_CTX1 44 1100 1750 200 L 50 50 0 0 B
|
||||
X 23_A9_CRX1_MCLK1 45 1100 1850 200 L 50 50 0 0 B
|
||||
X 3V3 46 1100 1950 200 L 50 50 0 0 w
|
||||
X GND 47 1100 2050 200 L 50 50 0 0 P
|
||||
X VIN 48 1100 2150 200 L 50 50 0 0 W
|
||||
X VUSB 49 1100 2300 200 L 50 50 0 0 w
|
||||
X 3_LRCLK2 5 -1100 1750 200 R 50 50 0 0 B
|
||||
X VBAT 50 -300 -1300 200 U 50 50 0 0 W
|
||||
X 3V3 51 -150 -1300 200 U 50 50 0 0 W
|
||||
X GND 52 0 -1300 200 U 50 50 0 0 I
|
||||
X PROGRAM 53 150 -1300 200 U 50 50 0 0 I
|
||||
X ON_OFF 54 300 -1300 200 U 50 50 0 0 I
|
||||
X 5V 55 -1100 -600 200 R 50 50 0 0 w
|
||||
X D- 56 -1100 -700 200 R 50 50 0 0 B
|
||||
X D+ 57 -1100 -800 200 R 50 50 0 0 B
|
||||
X GND 58 -1100 -900 200 R 50 50 0 0 W
|
||||
X GND 59 -1100 -1000 200 R 50 50 0 0 W
|
||||
X 4_BCLK2 6 -1100 1650 200 R 50 50 0 0 B
|
||||
X R+ 60 1100 -900 200 L 50 50 0 0 B
|
||||
X LED 61 1100 -800 200 L 50 50 0 0 B
|
||||
X T- 62 1100 -700 200 L 50 50 0 0 B
|
||||
X T+ 63 1100 -600 200 L 50 50 0 0 B
|
||||
X GND 64 1100 -500 200 L 50 50 0 0 W
|
||||
X R- 65 1100 -400 200 L 50 50 0 0 B
|
||||
X D- 66 -1100 -350 200 R 50 50 0 0 B
|
||||
X D+ 67 -1100 -450 200 R 50 50 0 0 B
|
||||
X 5_IN2 7 -1100 1550 200 R 50 50 0 0 B
|
||||
X 6_OUT1D 8 -1100 1450 200 R 50 50 0 0 B
|
||||
X 7_RX2_OUT1A 9 -1100 1350 200 R 50 50 0 0 B
|
||||
X GND 1 -1100 2150 200 R 50 50 1 1 W
|
||||
X 0_RX1_CRX2_CS1 2 -1100 2050 200 R 50 50 1 1 B
|
||||
X 1_TX1_CTX2_MISO1 3 -1100 1950 200 R 50 50 1 1 B
|
||||
X GND 34 1100 750 200 L 50 50 1 1 W
|
||||
X 2_OUT2 4 -1100 1850 200 R 50 50 1 1 B
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# tmc2590_TMC2590-TA
|
||||
#
|
||||
DEF tmc2590_TMC2590-TA U 0 20 Y Y 1 F N
|
||||
|
|
|
@ -4,4 +4,15 @@ $CMP RFM-0505S
|
|||
D Isolated Module DC DC Converter 1 Output 5V 200mA - 5V Input
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP TLV61048
|
||||
D 14-V output voltage non-synchronous boost converter in SOT-23 package
|
||||
K boost converter
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP TPD4E001R
|
||||
D 17V (Typ) Clamp 5.5A (8/20µs) Ipp Tvs Diode Surface Mount SOT-23-6
|
||||
K ESD protection TVS
|
||||
F https://www.ti.com/lit/ds/symlink/tpd4e001.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
#End Doc Library
|
||||
|
|
29318
cnc-controller.kicad_pcb
29318
cnc-controller.kicad_pcb
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -26,4 +26,83 @@ X VOUT+ 4 500 100 100 L 50 50 1 1 w
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# TLV61048
|
||||
#
|
||||
DEF TLV61048 U 0 40 Y Y 1 F N
|
||||
F0 "U" 0 250 50 H V C CNN
|
||||
F1 "TLV61048" 200 -300 50 H V C CNN
|
||||
F2 "Package_TO_SOT_SMD:SOT-363_SC-70-6" 0 100 50 H I C CNN
|
||||
F3 "" 0 100 50 H I C CNN
|
||||
DRAW
|
||||
S -250 200 250 -250 0 1 0 f
|
||||
X SW 1 350 100 100 L 50 50 1 1 w
|
||||
X GND 2 0 -350 100 U 50 50 1 1 W
|
||||
X FB 3 350 -100 100 L 50 50 1 1 I
|
||||
X EN 4 -350 0 100 R 50 50 1 1 W
|
||||
X VIN 5 -350 100 100 R 50 50 1 1 W
|
||||
X FREQ 6 350 0 100 L 50 50 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# TPD4E001R
|
||||
#
|
||||
DEF TPD4E001R U 0 0 Y Y 1 F N
|
||||
F0 "U" -250 350 50 H V C CNN
|
||||
F1 "TPD4E001R" 350 -400 50 H V C CNN
|
||||
F2 "Package_TO_SOT_SMD:SOT-23-6" -950 -400 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
Diodes*UDFN*1.0x2.5mm*P0.5mm*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
C -225 -100 11 0 1 0 F
|
||||
C -125 -260 11 0 1 0 F
|
||||
C -125 100 11 0 1 0 F
|
||||
C -125 255 11 0 1 0 F
|
||||
C 0 -260 11 0 1 0 F
|
||||
C 0 255 11 0 1 0 F
|
||||
C 125 -260 11 0 1 0 F
|
||||
C 125 -100 11 0 1 0 F
|
||||
C 125 255 11 0 1 0 F
|
||||
C 225 100 11 0 1 0 F
|
||||
S -225 255 225 -260 0 0 0 N
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
P 2 0 0 0 -125 -260 -125 255 N
|
||||
P 2 0 0 0 0 255 0 -260 N
|
||||
P 2 0 0 0 125 255 125 -260 N
|
||||
P 2 0 1 0 -305 100 -125 100 N
|
||||
P 2 0 1 0 -300 -100 -225 -100 N
|
||||
P 2 0 1 0 -200 -150 -250 -150 N
|
||||
P 2 0 1 0 -200 200 -250 200 N
|
||||
P 2 0 1 0 -100 -150 -150 -150 N
|
||||
P 2 0 1 0 -100 200 -150 200 N
|
||||
P 2 0 1 0 -25 35 -40 25 N
|
||||
P 2 0 1 0 0 -260 0 -300 N
|
||||
P 2 0 1 0 0 250 0 300 N
|
||||
P 2 0 1 0 25 35 -25 35 N
|
||||
P 2 0 1 0 25 35 40 45 N
|
||||
P 2 0 1 0 150 -150 100 -150 N
|
||||
P 2 0 1 0 150 200 100 200 N
|
||||
P 2 0 1 0 250 -150 200 -150 N
|
||||
P 2 0 1 0 250 200 200 200 N
|
||||
P 2 0 1 0 300 -100 125 -100 N
|
||||
P 2 0 1 0 300 100 225 100 N
|
||||
P 4 0 1 0 -200 -200 -250 -200 -225 -150 -200 -200 N
|
||||
P 4 0 1 0 -200 150 -250 150 -225 200 -200 150 N
|
||||
P 4 0 1 0 -100 -200 -150 -200 -125 -150 -100 -200 N
|
||||
P 4 0 1 0 -100 150 -150 150 -125 200 -100 150 N
|
||||
P 4 0 1 0 25 -15 -25 -15 0 35 25 -15 N
|
||||
P 4 0 1 0 150 -200 100 -200 125 -150 150 -200 N
|
||||
P 4 0 1 0 150 150 100 150 125 200 150 150 N
|
||||
P 4 0 1 0 250 -200 200 -200 225 -150 250 -200 N
|
||||
P 4 0 1 0 250 150 200 150 225 200 250 150 N
|
||||
X ~ 1 -500 100 200 R 50 50 1 1 P
|
||||
X ~ 2 -500 -100 200 R 50 50 1 1 P
|
||||
X VSS 3 0 -500 200 U 50 50 1 1 W
|
||||
X ~ 4 500 100 200 L 50 50 1 1 P
|
||||
X ~ 5 500 -100 200 L 50 50 1 1 P
|
||||
X VCC 6 0 500 200 D 50 50 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
||||
|
|
|
@ -0,0 +1,35 @@
|
|||
(module R_2512_6332Metric_Sense (layer F.Cu) (tedit 6069ACE8)
|
||||
(descr "Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
|
||||
(tags resistor)
|
||||
(attr smd)
|
||||
(fp_text reference REF** (at -0.01 -2.89) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value R_2512_6332Metric_Sense (at 0 2.62) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -3.15 1.6) (end -3.15 -1.6) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -3.15 -1.6) (end 3.15 -1.6) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 3.15 -1.6) (end 3.15 1.6) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 3.15 1.6) (end -3.15 1.6) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -2.177064 -2.1) (end 2.177064 -2.1) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start -2.177064 2.1) (end 2.177064 2.1) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start -3.82 1.92) (end -3.82 -1.92) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -3.82 -1.92) (end 3.82 -1.92) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 3.82 -1.92) (end 3.82 1.92) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 3.82 1.92) (end -3.82 1.92) (layer F.CrtYd) (width 0.05))
|
||||
(fp_text user %R (at 0 0) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(pad 2 smd roundrect (at -2.5 0) (size 3.4 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.164))
|
||||
(pad 1 smd roundrect (at -2.5 -1.4) (size 3.4 1.2) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.164))
|
||||
(pad 1 smd roundrect (at -2.5 1.4) (size 3.4 1.2) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.164))
|
||||
(pad 3 smd roundrect (at 2.5 0) (size 3.4 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.164))
|
||||
(pad 4 smd roundrect (at 2.5 1.4) (size 3.4 1.2) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.164))
|
||||
(pad 4 smd roundrect (at 2.5 -1.4) (size 3.4 1.2) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.164))
|
||||
(model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_2512_6332Metric.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
|
@ -1,202 +1,178 @@
|
|||
(module TMC2590-TA (layer F.Cu) (tedit 60540368)
|
||||
(module TMC2590-TA (layer F.Cu) (tedit 6069AA79)
|
||||
(fp_text reference REF** (at 0 0) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value TQFP32_7X7_TRI (at 0 0) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -2.1183 2.7559) (end -2.7559 2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.1183 4.1148) (end -2.1183 2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.1183 4.1148) (end -2.1183 4.1148) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.1183 2.7559) (end 2.1183 4.1148) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.7559 2.7559) (end 2.1183 2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.7559 2.1183) (end 2.7559 2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 4.1148 2.1183) (end 2.7559 2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 4.1148 -2.1183) (end 4.1148 2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.7559 -2.1183) (end 4.1148 -2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.7559 -2.7559) (end 2.7559 -2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.1183 -2.7559) (end 2.7559 -2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.1183 -4.1148) (end 2.1183 -2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.1183 -4.1148) (end 2.1183 -4.1148) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.1183 -2.7559) (end -2.1183 -4.1148) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.7559 -2.7559) (end -2.1183 -2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.7559 -2.1183) (end -2.7559 -2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -4.1148 -2.1183) (end -2.7559 -2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -4.1148 2.1183) (end -4.1148 -2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.7559 2.1183) (end -4.1148 2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.7559 2.7559) (end -2.7559 2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -0.559501 -4.1148) (end -0.940501 -4.1148) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -0.559501 -4.3688) (end -0.559501 -4.1148) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -0.940501 -4.3688) (end -0.559501 -4.3688) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -0.940501 -4.1148) (end -0.940501 -4.3688) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 4.1148 0.059499) (end 4.3688 0.059499) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 4.1148 0.4405) (end 4.1148 0.059499) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 4.3688 0.4405) (end 4.1148 0.4405) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 4.3688 0.059499) (end 4.3688 0.4405) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -1.0595 4.1148) (end -1.4405 4.1148) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -1.0595 4.3688) (end -1.0595 4.1148) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -1.4405 4.3688) (end -1.0595 4.3688) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -1.4405 4.1148) (end -1.4405 4.3688) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -2.197039 -2.6289) (end -2.6289 -2.6289) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 2.6289 -2.197039) (end 2.6289 -2.6289) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 2.197039 2.6289) (end 2.6289 2.6289) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -2.5019 2.5019) (end -2.5019 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -2.5019) (end -2.5019 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -2.5019) (end -2.5019 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -2.5019) (end -2.5019 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -2.5019) (end 2.5019 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 2.5019) (end 2.5019 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 2.5019) (end 2.5019 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 2.5019) (end 2.5019 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.6289 2.197039) (end -2.6289 2.6289) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -2.6289 -2.6289) (end -2.6289 -2.197039) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 2.6289 -2.6289) (end 2.197039 -2.6289) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 2.6289 2.6289) (end 2.6289 2.197039) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -2.6289 2.6289) (end -2.197039 2.6289) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -2.5019 -1.2319) (end -1.2319 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -1.8897) (end 2.5019 -1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -1.6103) (end 3.5052 -1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -1.6103) (end 3.5052 -1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -1.8897) (end 2.5019 -1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -1.3897) (end 2.5019 -1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -1.1103) (end 3.5052 -1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -1.1103) (end 3.5052 -1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -1.3897) (end 2.5019 -1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -0.8897) (end 2.5019 -0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -0.6103) (end 3.5052 -0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -0.6103) (end 3.5052 -0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -0.8897) (end 2.5019 -0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -0.3897) (end 2.5019 -0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -0.1103) (end 3.5052 -0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -0.1103) (end 3.5052 -0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -0.3897) (end 2.5019 -0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 0.1103) (end 2.5019 0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 0.3897) (end 3.5052 0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 0.3897) (end 3.5052 0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 0.1103) (end 2.5019 0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 0.6103) (end 2.5019 0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 0.8897) (end 3.5052 0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 0.8897) (end 3.5052 0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 0.6103) (end 2.5019 0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 1.1103) (end 2.5019 1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 1.3897) (end 3.5052 1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 1.3897) (end 3.5052 1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 1.1103) (end 2.5019 1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 1.6103) (end 2.5019 1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 1.8897) (end 3.5052 1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 1.8897) (end 3.5052 1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 1.6103) (end 2.5019 1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.8897 3.5052) (end 1.8897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.6103 3.5052) (end 1.8897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.6103 2.5019) (end 1.6103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.8897 2.5019) (end 1.6103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.3897 3.5052) (end 1.3897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.1103 3.5052) (end 1.3897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.1103 2.5019) (end 1.1103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.3897 2.5019) (end 1.1103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.8897 3.5052) (end 0.8897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.6103 3.5052) (end 0.8897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.6103 2.5019) (end 0.6103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.8897 2.5019) (end 0.6103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.3897 3.5052) (end 0.3897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.1103 3.5052) (end 0.3897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.1103 2.5019) (end 0.1103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.3897 2.5019) (end 0.1103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.1103 3.5052) (end -0.1103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.3897 3.5052) (end -0.1103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.3897 2.5019) (end -0.3897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.1103 2.5019) (end -0.3897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.6103 3.5052) (end -0.6103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.8897 3.5052) (end -0.6103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.8897 2.5019) (end -0.8897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.6103 2.5019) (end -0.8897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.1103 3.5052) (end -1.1103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.3897 3.5052) (end -1.1103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.3897 2.5019) (end -1.3897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.1103 2.5019) (end -1.3897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.6103 3.5052) (end -1.6103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.8897 3.5052) (end -1.6103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.8897 2.5019) (end -1.8897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.6103 2.5019) (end -1.8897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 1.8897) (end -2.5019 1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 1.6103) (end -3.5052 1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 1.6103) (end -3.5052 1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 1.8897) (end -2.5019 1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 1.3897) (end -2.5019 1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 1.1103) (end -3.5052 1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 1.1103) (end -3.5052 1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 1.3897) (end -2.5019 1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 0.8897) (end -2.5019 0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 0.6103) (end -3.5052 0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 0.6103) (end -3.5052 0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 0.8897) (end -2.5019 0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 0.3897) (end -2.5019 0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 0.1103) (end -3.5052 0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 0.1103) (end -3.5052 0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 0.3897) (end -2.5019 0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -0.1103) (end -2.5019 -0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -0.3897) (end -3.5052 -0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -0.3897) (end -3.5052 -0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -0.1103) (end -2.5019 -0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -0.6103) (end -2.5019 -0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -0.8897) (end -3.5052 -0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -0.8897) (end -3.5052 -0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -0.6103) (end -2.5019 -0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -1.1103) (end -2.5019 -1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -1.3897) (end -3.5052 -1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -1.3897) (end -3.5052 -1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -1.1103) (end -2.5019 -1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -1.6103) (end -2.5019 -1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -1.8897) (end -3.5052 -1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -1.8897) (end -3.5052 -1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -1.6103) (end -2.5019 -1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.8897 -3.5052) (end -1.8897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.6103 -3.5052) (end -1.8897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.6103 -2.5019) (end -1.6103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.8897 -2.5019) (end -1.6103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.3897 -3.5052) (end -1.3897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.1103 -3.5052) (end -1.3897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.1103 -2.5019) (end -1.1103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.3897 -2.5019) (end -1.1103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.8897 -3.5052) (end -0.8897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.6103 -3.5052) (end -0.8897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.6103 -2.5019) (end -0.6103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.8897 -2.5019) (end -0.6103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.3897 -3.5052) (end -0.3897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.1103 -3.5052) (end -0.3897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.1103 -2.5019) (end -0.1103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.3897 -2.5019) (end -0.1103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.1103 -3.5052) (end 0.1103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.3897 -3.5052) (end 0.1103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.3897 -2.5019) (end 0.3897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.1103 -2.5019) (end 0.3897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.6103 -3.5052) (end 0.6103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.8897 -3.5052) (end 0.6103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.8897 -2.5019) (end 0.8897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.6103 -2.5019) (end 0.8897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.1103 -3.5052) (end 1.1103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.3897 -3.5052) (end 1.1103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.3897 -2.5019) (end 1.3897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.1103 -2.5019) (end 1.3897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.6103 -3.5052) (end 1.6103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.8897 -3.5052) (end 1.6103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.8897 -2.5019) (end 1.8897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.6103 -2.5019) (end 1.8897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.8897 -2.5019) (end 1.8897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.8897 -3.5052) (end 1.6103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.6103 -3.5052) (end 1.6103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.1103 -2.5019) (end 1.3897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.3897 -2.5019) (end 1.3897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.3897 -3.5052) (end 1.1103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.1103 -3.5052) (end 1.1103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.6103 -2.5019) (end 0.8897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.8897 -2.5019) (end 0.8897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.8897 -3.5052) (end 0.6103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.6103 -3.5052) (end 0.6103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.1103 -2.5019) (end 0.3897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.3897 -2.5019) (end 0.3897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.3897 -3.5052) (end 0.1103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.1103 -3.5052) (end 0.1103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.3897 -2.5019) (end -0.1103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.1103 -2.5019) (end -0.1103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.1103 -3.5052) (end -0.3897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.3897 -3.5052) (end -0.3897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.8897 -2.5019) (end -0.6103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.6103 -2.5019) (end -0.6103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.6103 -3.5052) (end -0.8897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.8897 -3.5052) (end -0.8897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.3897 -2.5019) (end -1.1103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.1103 -2.5019) (end -1.1103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.1103 -3.5052) (end -1.3897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.3897 -3.5052) (end -1.3897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.8897 -2.5019) (end -1.6103 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.6103 -2.5019) (end -1.6103 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.6103 -3.5052) (end -1.8897 -3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.8897 -3.5052) (end -1.8897 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -1.6103) (end -2.5019 -1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -1.8897) (end -3.5052 -1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -1.8897) (end -3.5052 -1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -1.6103) (end -2.5019 -1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -1.1103) (end -2.5019 -1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -1.3897) (end -3.5052 -1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -1.3897) (end -3.5052 -1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -1.1103) (end -2.5019 -1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -0.6103) (end -2.5019 -0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -0.8897) (end -3.5052 -0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -0.8897) (end -3.5052 -0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -0.6103) (end -2.5019 -0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -0.1103) (end -2.5019 -0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -0.3897) (end -3.5052 -0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -0.3897) (end -3.5052 -0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 -0.1103) (end -2.5019 -0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 0.3897) (end -2.5019 0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 0.1103) (end -3.5052 0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 0.1103) (end -3.5052 0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 0.3897) (end -2.5019 0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 0.8897) (end -2.5019 0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 0.6103) (end -3.5052 0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 0.6103) (end -3.5052 0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 0.8897) (end -2.5019 0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 1.3897) (end -2.5019 1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 1.1103) (end -3.5052 1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 1.1103) (end -3.5052 1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 1.3897) (end -2.5019 1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 1.8897) (end -2.5019 1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 1.6103) (end -3.5052 1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 1.6103) (end -3.5052 1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -3.5052 1.8897) (end -2.5019 1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.6103 2.5019) (end -1.8897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.8897 2.5019) (end -1.8897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.8897 3.5052) (end -1.6103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.6103 3.5052) (end -1.6103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.1103 2.5019) (end -1.3897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.3897 2.5019) (end -1.3897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.3897 3.5052) (end -1.1103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -1.1103 3.5052) (end -1.1103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.6103 2.5019) (end -0.8897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.8897 2.5019) (end -0.8897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.8897 3.5052) (end -0.6103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.6103 3.5052) (end -0.6103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.1103 2.5019) (end -0.3897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.3897 2.5019) (end -0.3897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.3897 3.5052) (end -0.1103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -0.1103 3.5052) (end -0.1103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.3897 2.5019) (end 0.1103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.1103 2.5019) (end 0.1103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.1103 3.5052) (end 0.3897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.3897 3.5052) (end 0.3897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.8897 2.5019) (end 0.6103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.6103 2.5019) (end 0.6103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.6103 3.5052) (end 0.8897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 0.8897 3.5052) (end 0.8897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.3897 2.5019) (end 1.1103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.1103 2.5019) (end 1.1103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.1103 3.5052) (end 1.3897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.3897 3.5052) (end 1.3897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.8897 2.5019) (end 1.6103 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.6103 2.5019) (end 1.6103 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.6103 3.5052) (end 1.8897 3.5052) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 1.8897 3.5052) (end 1.8897 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 1.6103) (end 2.5019 1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 1.8897) (end 3.5052 1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 1.8897) (end 3.5052 1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 1.6103) (end 2.5019 1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 1.1103) (end 2.5019 1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 1.3897) (end 3.5052 1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 1.3897) (end 3.5052 1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 1.1103) (end 2.5019 1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 0.6103) (end 2.5019 0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 0.8897) (end 3.5052 0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 0.8897) (end 3.5052 0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 0.6103) (end 2.5019 0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 0.1103) (end 2.5019 0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 0.3897) (end 3.5052 0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 0.3897) (end 3.5052 0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 0.1103) (end 2.5019 0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -0.3897) (end 2.5019 -0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -0.1103) (end 3.5052 -0.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -0.1103) (end 3.5052 -0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -0.3897) (end 2.5019 -0.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -0.8897) (end 2.5019 -0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -0.6103) (end 3.5052 -0.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -0.6103) (end 3.5052 -0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -0.8897) (end 2.5019 -0.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -1.3897) (end 2.5019 -1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -1.1103) (end 3.5052 -1.1103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -1.1103) (end 3.5052 -1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -1.3897) (end 2.5019 -1.3897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -1.8897) (end 2.5019 -1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -1.6103) (end 3.5052 -1.6103) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -1.6103) (end 3.5052 -1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 3.5052 -1.8897) (end 2.5019 -1.8897) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -1.2319) (end -1.2319 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.6289 2.6289) (end -2.197039 2.6289) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 2.6289 2.6289) (end 2.6289 2.197039) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 2.6289 -2.6289) (end 2.197039 -2.6289) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -2.6289 -2.6289) (end -2.6289 -2.197039) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -2.6289 2.197039) (end -2.6289 2.6289) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -2.5019 2.5019) (end 2.5019 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 2.5019) (end 2.5019 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 2.5019) (end 2.5019 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -2.5019) (end 2.5019 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.5019 -2.5019) (end -2.5019 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -2.5019) (end -2.5019 -2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 -2.5019) (end -2.5019 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start -2.5019 2.5019) (end -2.5019 2.5019) (layer F.Fab) (width 0.1524))
|
||||
(fp_line (start 2.197039 2.6289) (end 2.6289 2.6289) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 2.6289 -2.197039) (end 2.6289 -2.6289) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -2.197039 -2.6289) (end -2.6289 -2.6289) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start -2.7559 2.7559) (end -2.7559 2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.7559 2.1183) (end -4.1148 2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -4.1148 2.1183) (end -4.1148 -2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -4.1148 -2.1183) (end -2.7559 -2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.7559 -2.1183) (end -2.7559 -2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.7559 -2.7559) (end -2.1183 -2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.1183 -2.7559) (end -2.1183 -4.1148) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.1183 -4.1148) (end 2.1183 -4.1148) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.1183 -4.1148) (end 2.1183 -2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.1183 -2.7559) (end 2.7559 -2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.7559 -2.7559) (end 2.7559 -2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.7559 -2.1183) (end 4.1148 -2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 4.1148 -2.1183) (end 4.1148 2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 4.1148 2.1183) (end 2.7559 2.1183) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.7559 2.1183) (end 2.7559 2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.7559 2.7559) (end 2.1183 2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.1183 2.7559) (end 2.1183 4.1148) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start 2.1183 4.1148) (end -2.1183 4.1148) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.1183 4.1148) (end -2.1183 2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_line (start -2.1183 2.7559) (end -2.7559 2.7559) (layer F.CrtYd) (width 0.1524))
|
||||
(fp_text user "Copyright 2016 Accelerated Designs. All rights reserved." (at 0 0) (layer Cmts.User)
|
||||
(effects (font (size 0.127 0.127) (thickness 0.002)))
|
||||
)
|
||||
(fp_text user * (at -4.4958 -2.381) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text user * (at -2.1209 -2) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text user * (at -4.4958 -2.381) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text user * (at -2.1209 -2) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(pad 1 smd rect (at -3.1242 -1.749999 90) (size 0.2286 1.4732) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 2 smd rect (at -3.1242 -1.25 90) (size 0.2286 1.4732) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 3 smd rect (at -3.1242 -0.750001 90) (size 0.2286 1.4732) (layers F.Cu F.Paste F.Mask))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
update=Sun 10 Jan 2021 06:51:38 AM EST
|
||||
update=Sat 03 Apr 2021 09:51:38 PM EDT
|
||||
version=1
|
||||
last_client=kicad
|
||||
[cvpcb]
|
||||
|
@ -228,7 +228,7 @@ Enabled=1
|
|||
[pcbnew/Layer.Cmts.User]
|
||||
Enabled=0
|
||||
[pcbnew/Layer.Eco1.User]
|
||||
Enabled=0
|
||||
Enabled=1
|
||||
[pcbnew/Layer.Eco2.User]
|
||||
Enabled=0
|
||||
[pcbnew/Layer.Edge.Cuts]
|
||||
|
|
5792
cnc-controller.sch
5792
cnc-controller.sch
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
447
fp-info-cache
447
fp-info-cache
|
@ -1,22 +1,435 @@
|
|||
4836222914445
|
||||
cnc-controller
|
||||
RFM-0505S
|
||||
|
||||
|
||||
99819330525182
|
||||
Resistor_SMD
|
||||
R_0201_0603Metric
|
||||
Resistor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator
|
||||
resistor
|
||||
0
|
||||
4
|
||||
2
|
||||
Resistor_SMD
|
||||
R_0201_0603Metric_Pad0.64x0.40mm_HandSolder
|
||||
Resistor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator
|
||||
resistor handsolder
|
||||
0
|
||||
4
|
||||
2
|
||||
Resistor_SMD
|
||||
R_0402_1005Metric
|
||||
Resistor SMD 0402 (1005 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
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_0402_1005Metric_Pad0.72x0.64mm_HandSolder
|
||||
Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (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
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_0603_1608Metric
|
||||
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
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_0603_1608Metric_Pad0.98x0.95mm_HandSolder
|
||||
Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (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
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_0612_1632Metric
|
||||
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
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_0612_1632Metric_Pad1.18x3.40mm_HandSolder
|
||||
Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_0805_2012Metric
|
||||
Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_0805_2012Metric_Pad1.20x1.40mm_HandSolder
|
||||
Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (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
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_0815_2038Metric
|
||||
Resistor SMD 0815 (2038 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.susumu.co.jp/common/pdf/n_catalog_partition07_en.pdf), generated with kicad-footprint-generator
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_0815_2038Metric_Pad1.20x4.05mm_HandSolder
|
||||
Resistor SMD 0815 (2038 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.susumu.co.jp/common/pdf/n_catalog_partition07_en.pdf), generated with kicad-footprint-generator
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_01005_0402Metric
|
||||
Resistor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator
|
||||
resistor
|
||||
0
|
||||
4
|
||||
2
|
||||
Resistor_SMD
|
||||
R_01005_0402Metric_Pad0.57x0.30mm_HandSolder
|
||||
Resistor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator
|
||||
resistor handsolder
|
||||
0
|
||||
4
|
||||
2
|
||||
Resistor_SMD
|
||||
R_1020_2550Metric
|
||||
Resistor SMD 1020 (2550 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_1020_2550Metric_Pad1.33x5.20mm_HandSolder
|
||||
Resistor SMD 1020 (2550 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_1206_3216Metric
|
||||
Resistor SMD 1206 (3216 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
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_1206_3216Metric_Pad1.30x1.75mm_HandSolder
|
||||
Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (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
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_1210_3225Metric
|
||||
Resistor SMD 1210 (3225 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
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_1210_3225Metric_Pad1.30x2.65mm_HandSolder
|
||||
Resistor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (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
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_1218_3246Metric
|
||||
Resistor SMD 1218 (3246 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20035/dcrcwe3.pdf), generated with kicad-footprint-generator
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_1218_3246Metric_Pad1.22x4.75mm_HandSolder
|
||||
Resistor SMD 1218 (3246 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20035/dcrcwe3.pdf), generated with kicad-footprint-generator
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_1812_4532Metric
|
||||
Resistor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_1812_4532Metric_Pad1.30x3.40mm_HandSolder
|
||||
Resistor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_2010_5025Metric
|
||||
Resistor SMD 2010 (5025 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
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_2010_5025Metric_Pad1.40x2.65mm_HandSolder
|
||||
Resistor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (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
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_2512_6332Metric
|
||||
Resistor SMD 2512 (6332 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
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_2512_6332Metric_Pad1.40x3.35mm_HandSolder
|
||||
Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (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
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_2816_7142Metric
|
||||
Resistor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_2816_7142Metric_Pad3.20x4.45mm_HandSolder
|
||||
Resistor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_4020_10251Metric
|
||||
Resistor SMD 4020 (10251 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://datasheet.octopart.com/HVC0603T5004FET-Ohmite-datasheet-26699797.pdf), generated with kicad-footprint-generator
|
||||
resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_4020_10251Metric_Pad1.65x5.30mm_HandSolder
|
||||
Resistor SMD 4020 (10251 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://datasheet.octopart.com/HVC0603T5004FET-Ohmite-datasheet-26699797.pdf), generated with kicad-footprint-generator
|
||||
resistor handsolder
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_Array_Concave_2x0603
|
||||
Thick Film Chip Resistor Array, Wave soldering, Vishay CRA06P (see cra06p.pdf)
|
||||
resistor array
|
||||
0
|
||||
4
|
||||
4
|
||||
cnc-controller
|
||||
TMC2590-TA
|
||||
|
||||
|
||||
Resistor_SMD
|
||||
R_Array_Concave_4x0402
|
||||
Thick Film Chip Resistor Array, Wave soldering, Vishay CRA04P (see cra04p.pdf)
|
||||
resistor array
|
||||
0
|
||||
33
|
||||
33
|
||||
cnc-controller
|
||||
TQFP32-5x5mm
|
||||
|
||||
|
||||
8
|
||||
8
|
||||
Resistor_SMD
|
||||
R_Array_Concave_4x0603
|
||||
Thick Film Chip Resistor Array, Wave soldering, Vishay CRA06P (see cra06p.pdf)
|
||||
resistor array
|
||||
0
|
||||
33
|
||||
33
|
||||
8
|
||||
8
|
||||
Resistor_SMD
|
||||
R_Array_Convex_2x0402
|
||||
Chip Resistor Network, ROHM MNR02 (see mnr_g.pdf)
|
||||
resistor array
|
||||
0
|
||||
4
|
||||
4
|
||||
Resistor_SMD
|
||||
R_Array_Convex_2x0603
|
||||
Chip Resistor Network, ROHM MNR12 (see mnr_g.pdf)
|
||||
resistor array
|
||||
0
|
||||
4
|
||||
4
|
||||
Resistor_SMD
|
||||
R_Array_Convex_2x0606
|
||||
Precision Thin Film Chip Resistor Array, VISHAY (see http://www.vishay.com/docs/28770/acasat.pdf)
|
||||
resistor array
|
||||
0
|
||||
4
|
||||
4
|
||||
Resistor_SMD
|
||||
R_Array_Convex_2x1206
|
||||
Chip Resistor Network, ROHM MNR32 (see mnr_g.pdf)
|
||||
resistor array
|
||||
0
|
||||
4
|
||||
4
|
||||
Resistor_SMD
|
||||
R_Array_Convex_4x0402
|
||||
Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)
|
||||
resistor array
|
||||
0
|
||||
8
|
||||
8
|
||||
Resistor_SMD
|
||||
R_Array_Convex_4x0603
|
||||
Chip Resistor Network, ROHM MNR14 (see mnr_g.pdf)
|
||||
resistor array
|
||||
0
|
||||
8
|
||||
8
|
||||
Resistor_SMD
|
||||
R_Array_Convex_4x0612
|
||||
Precision Thin Film Chip Resistor Array, VISHAY (see http://www.vishay.com/docs/28770/acasat.pdf)
|
||||
resistor array
|
||||
0
|
||||
8
|
||||
8
|
||||
Resistor_SMD
|
||||
R_Array_Convex_4x1206
|
||||
Chip Resistor Network, ROHM MNR34 (see mnr_g.pdf)
|
||||
resistor array
|
||||
0
|
||||
8
|
||||
8
|
||||
Resistor_SMD
|
||||
R_Array_Convex_5x0603
|
||||
Chip Resistor Network, ROHM MNR15 (see mnr_g.pdf)
|
||||
resistor array
|
||||
0
|
||||
10
|
||||
10
|
||||
Resistor_SMD
|
||||
R_Array_Convex_5x1206
|
||||
Chip Resistor Network, ROHM MNR35 (see mnr_g.pdf)
|
||||
resistor array
|
||||
0
|
||||
10
|
||||
10
|
||||
Resistor_SMD
|
||||
R_Array_Convex_8x0602
|
||||
Chip Resistor Network, ROHM MNR18 (see mnr_g.pdf)
|
||||
resistor array
|
||||
0
|
||||
16
|
||||
16
|
||||
Resistor_SMD
|
||||
R_Cat16-2
|
||||
SMT resistor net, Bourns CAT16 series, 2 way
|
||||
SMT resistor net Bourns CAT16 series 2 way
|
||||
0
|
||||
4
|
||||
4
|
||||
Resistor_SMD
|
||||
R_Cat16-4
|
||||
SMT resistor net, Bourns CAT16 series, 4 way
|
||||
SMT resistor net Bourns CAT16 series 4 way
|
||||
0
|
||||
8
|
||||
8
|
||||
Resistor_SMD
|
||||
R_Cat16-8
|
||||
SMT resistor net, Bourns CAT16 series, 8 way
|
||||
SMT resistor net Bourns CAT16 series 8 way
|
||||
0
|
||||
16
|
||||
16
|
||||
Resistor_SMD
|
||||
R_MELF_MMB-0207
|
||||
Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf
|
||||
MELF Resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_MicroMELF_MMU-0102
|
||||
Resistor, MicroMELF, MMU-0102, http://www.vishay.com/docs/28713/melfprof.pdf
|
||||
MicroMELF Resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_MiniMELF_MMA-0204
|
||||
Resistor, MiniMELF, MMA-0204, http://www.vishay.com/docs/28713/melfprof.pdf
|
||||
MiniMELF Resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_Shunt_Ohmite_LVK12
|
||||
4 contact shunt resistor
|
||||
shunt resistor 4 contacts
|
||||
0
|
||||
4
|
||||
4
|
||||
Resistor_SMD
|
||||
R_Shunt_Ohmite_LVK20
|
||||
4 contacts shunt resistor, https://www.ohmite.com/assets/docs/res_lvk.pdf
|
||||
4 contacts resistor smd
|
||||
0
|
||||
4
|
||||
4
|
||||
Resistor_SMD
|
||||
R_Shunt_Ohmite_LVK24
|
||||
4 contacts shunt resistor,https://www.ohmite.com/assets/docs/res_lvk.pdf
|
||||
4 contacts resistor smd
|
||||
0
|
||||
4
|
||||
4
|
||||
Resistor_SMD
|
||||
R_Shunt_Ohmite_LVK25
|
||||
4 contacts shunt resistor,https://www.ohmite.com/assets/docs/res_lvk.pdf
|
||||
4 contacts resistor smd
|
||||
0
|
||||
4
|
||||
4
|
||||
Resistor_SMD
|
||||
R_Shunt_Vishay_WSK2512_6332Metric_T1.19mm
|
||||
Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 1.19mm, 5 to 200 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf)
|
||||
resistor shunt WSK2512
|
||||
0
|
||||
4
|
||||
4
|
||||
Resistor_SMD
|
||||
R_Shunt_Vishay_WSK2512_6332Metric_T2.21mm
|
||||
Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 2.21mm, 1 to 4.9 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf)
|
||||
resistor shunt WSK2512
|
||||
0
|
||||
4
|
||||
4
|
||||
Resistor_SMD
|
||||
R_Shunt_Vishay_WSK2512_6332Metric_T2.66mm
|
||||
Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 2.66mm, 0.5 to 0.99 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf)
|
||||
resistor shunt WSK2512
|
||||
0
|
||||
4
|
||||
4
|
||||
Resistor_SMD
|
||||
R_Shunt_Vishay_WSKW0612
|
||||
https://www.vishay.com/docs/30332/wskw0612.pdf
|
||||
4-Terminal SMD Shunt
|
||||
0
|
||||
4
|
||||
4
|
||||
Resistor_SMD
|
||||
R_Shunt_Vishay_WSR2_WSR3
|
||||
Power Metal Strip Resistors 0.005 to 0.2, https://www.vishay.com/docs/30101/wsr.pdf
|
||||
SMD Shunt Resistor
|
||||
0
|
||||
2
|
||||
2
|
||||
Resistor_SMD
|
||||
R_Shunt_Vishay_WSR2_WSR3_KelvinConnection
|
||||
Power Metal Strip Resistors 0.005 to 0.2, https://www.vishay.com/docs/30101/wsr.pdf
|
||||
SMD Shunt Resistor
|
||||
0
|
||||
4
|
||||
2
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(fp_lib_table
|
||||
(lib (name cnc-controller)(type KiCad)(uri ${KIPRJMOD}/cnc-controller.pretty)(options "")(descr ""))
|
||||
(lib (name teensy)(type KiCad)(uri ${KIPRJMOD}/teensy.pretty)(options "")(descr ""))
|
||||
)
|
||||
|
|
|
@ -78,13 +78,13 @@ Wire Wire Line
|
|||
Text Label 1650 2650 0 50 ~ 0
|
||||
VCCIO
|
||||
$Comp
|
||||
L Device:C_Small C207
|
||||
L Device:C_Small C208
|
||||
U 1 1 6049EF14
|
||||
P 3550 2550
|
||||
AR Path="/60495576/6049EF14" Ref="C207" Part="1"
|
||||
AR Path="/5FFE73A4/6049EF14" Ref="C407" Part="1"
|
||||
AR Path="/5FFE8631/6049EF14" Ref="C307" Part="1"
|
||||
F 0 "C407" H 3560 2620 50 0000 L CNN
|
||||
AR Path="/60495576/6049EF14" Ref="C208" Part="1"
|
||||
AR Path="/5FFE73A4/6049EF14" Ref="C408" Part="1"
|
||||
AR Path="/5FFE8631/6049EF14" Ref="C308" Part="1"
|
||||
F 0 "C408" H 3560 2620 50 0000 L CNN
|
||||
F 1 "0.47 uF" H 3560 2470 50 0000 L CNN
|
||||
F 2 "Capacitor_SMD:C_0402_1005Metric" H 3550 2550 50 0001 C CNN
|
||||
F 3 "~" H 3550 2550 50 0001 C CNN
|
||||
|
@ -96,7 +96,7 @@ Wire Wire Line
|
|||
3750 2550 3650 2550
|
||||
Wire Wire Line
|
||||
3450 2550 3350 2550
|
||||
Text Label 5000 6450 2 50 ~ 0
|
||||
Text Label 5100 6550 2 50 ~ 0
|
||||
SRB
|
||||
Text Label 3650 3650 0 50 ~ 0
|
||||
SRBL
|
||||
|
@ -288,16 +288,16 @@ Text Label 3650 4250 0 50 ~ 0
|
|||
HB2
|
||||
Text Label 3650 3750 0 50 ~ 0
|
||||
SRB
|
||||
Text Label 5500 6750 2 50 ~ 0
|
||||
Text Label 5100 6750 2 50 ~ 0
|
||||
SRBL
|
||||
$Comp
|
||||
L Device:C_Small C206
|
||||
L Device:C_Small C207
|
||||
U 1 1 604BBEB9
|
||||
P 2850 2150
|
||||
AR Path="/60495576/604BBEB9" Ref="C206" Part="1"
|
||||
AR Path="/5FFE73A4/604BBEB9" Ref="C406" Part="1"
|
||||
AR Path="/5FFE8631/604BBEB9" Ref="C306" Part="1"
|
||||
F 0 "C406" H 2860 2220 50 0000 L CNN
|
||||
AR Path="/60495576/604BBEB9" Ref="C207" Part="1"
|
||||
AR Path="/5FFE73A4/604BBEB9" Ref="C407" Part="1"
|
||||
AR Path="/5FFE8631/604BBEB9" Ref="C307" Part="1"
|
||||
F 0 "C407" H 2860 2220 50 0000 L CNN
|
||||
F 1 "0.1 uF 50V" H 2860 2070 50 0000 L CNN
|
||||
F 2 "Capacitor_SMD:C_0603_1608Metric" H 2850 2150 50 0001 C CNN
|
||||
F 3 "~" H 2850 2150 50 0001 C CNN
|
||||
|
@ -306,13 +306,13 @@ F 4 "1276-6807-1-ND" H 2850 2150 50 0001 C CNN "Digikey"
|
|||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L Device:C_Small C208
|
||||
L Device:C_Small C206
|
||||
U 1 1 604BC0A3
|
||||
P 2650 6100
|
||||
AR Path="/60495576/604BC0A3" Ref="C208" Part="1"
|
||||
AR Path="/5FFE73A4/604BC0A3" Ref="C408" Part="1"
|
||||
AR Path="/5FFE8631/604BC0A3" Ref="C308" Part="1"
|
||||
F 0 "C408" H 2660 6170 50 0000 L CNN
|
||||
AR Path="/60495576/604BC0A3" Ref="C206" Part="1"
|
||||
AR Path="/5FFE73A4/604BC0A3" Ref="C406" Part="1"
|
||||
AR Path="/5FFE8631/604BC0A3" Ref="C306" Part="1"
|
||||
F 0 "C406" H 2660 6170 50 0000 L CNN
|
||||
F 1 "0.1 uF 50V" H 2660 6020 50 0000 L CNN
|
||||
F 2 "Capacitor_SMD:C_0603_1608Metric" H 2650 6100 50 0001 C CNN
|
||||
F 3 "~" H 2650 6100 50 0001 C CNN
|
||||
|
@ -331,22 +331,22 @@ Wire Wire Line
|
|||
Text Label 2650 5900 2 50 ~ 0
|
||||
VM
|
||||
$Comp
|
||||
L Device:R_Small R201
|
||||
L Device:R_Small R202
|
||||
U 1 1 604D9337
|
||||
P 5250 6450
|
||||
AR Path="/60495576/604D9337" Ref="R201" Part="1"
|
||||
P 5350 6550
|
||||
AR Path="/60495576/604D9337" Ref="R202" Part="1"
|
||||
AR Path="/5FFE73A4/604D9337" Ref="R402" Part="1"
|
||||
AR Path="/5FFE8631/604D9337" Ref="R302" Part="1"
|
||||
F 0 "R402" H 5280 6470 50 0000 L CNN
|
||||
F 1 "10R" H 5280 6410 50 0000 L CNN
|
||||
F 2 "Resistor_SMD:R_0402_1005Metric" H 5250 6450 50 0001 C CNN
|
||||
F 3 "~" H 5250 6450 50 0001 C CNN
|
||||
F 4 "YAG3340CT-ND" H 5250 6450 50 0001 C CNN "Digikey"
|
||||
1 5250 6450
|
||||
F 0 "R402" H 5380 6570 50 0000 L CNN
|
||||
F 1 "10R" H 5380 6510 50 0000 L CNN
|
||||
F 2 "Resistor_SMD:R_0402_1005Metric" H 5350 6550 50 0001 C CNN
|
||||
F 3 "~" H 5350 6550 50 0001 C CNN
|
||||
F 4 "YAG3340CT-ND" H 5350 6550 50 0001 C CNN "Digikey"
|
||||
1 5350 6550
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
5000 6450 5150 6450
|
||||
5100 6550 5250 6550
|
||||
$Comp
|
||||
L mosfets:AO4611 Q202
|
||||
U 2 1 5FF78E9B
|
||||
|
@ -468,25 +468,25 @@ F 4 "785-1203-1-ND" H 6300 5450 50 0001 C CNN "Digikey"
|
|||
-1 0 0 1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
5000 3950 5150 3950
|
||||
5150 4050 5300 4050
|
||||
$Comp
|
||||
L Device:R_Small R202
|
||||
L Device:R_Small R201
|
||||
U 1 1 604D6316
|
||||
P 5250 3950
|
||||
AR Path="/60495576/604D6316" Ref="R202" Part="1"
|
||||
P 5400 4050
|
||||
AR Path="/60495576/604D6316" Ref="R201" Part="1"
|
||||
AR Path="/5FFE73A4/604D6316" Ref="R401" Part="1"
|
||||
AR Path="/5FFE8631/604D6316" Ref="R301" Part="1"
|
||||
F 0 "R401" H 5280 3970 50 0000 L CNN
|
||||
F 1 "10R" H 5280 3910 50 0000 L CNN
|
||||
F 2 "Resistor_SMD:R_0402_1005Metric" H 5250 3950 50 0001 C CNN
|
||||
F 3 "~" H 5250 3950 50 0001 C CNN
|
||||
F 4 "YAG3340CT-ND" H 5250 3950 50 0001 C CNN "Digikey"
|
||||
1 5250 3950
|
||||
F 0 "R401" H 5430 4070 50 0000 L CNN
|
||||
F 1 "10R" H 5430 4010 50 0000 L CNN
|
||||
F 2 "Resistor_SMD:R_0402_1005Metric" H 5400 4050 50 0001 C CNN
|
||||
F 3 "~" H 5400 4050 50 0001 C CNN
|
||||
F 4 "YAG3340CT-ND" H 5400 4050 50 0001 C CNN "Digikey"
|
||||
1 5400 4050
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
Text Label 5000 3950 2 50 ~ 0
|
||||
Text Label 5150 4050 2 50 ~ 0
|
||||
SRA
|
||||
Text Label 5500 4250 2 50 ~ 0
|
||||
Text Label 5150 4250 2 50 ~ 0
|
||||
SRAL
|
||||
Text Label 2650 1800 2 50 ~ 0
|
||||
VM
|
||||
|
@ -514,13 +514,8 @@ Wire Wire Line
|
|||
6750 3350 6550 3350
|
||||
Wire Wire Line
|
||||
5300 3550 5300 3650
|
||||
Wire Wire Line
|
||||
5300 3650 5700 3650
|
||||
Wire Wire Line
|
||||
6250 3650 6250 3550
|
||||
Connection ~ 5700 3650
|
||||
Wire Wire Line
|
||||
5700 3650 6250 3650
|
||||
Wire Wire Line
|
||||
5300 2650 5300 2550
|
||||
Wire Wire Line
|
||||
|
@ -569,17 +564,17 @@ VM
|
|||
Text Label 5700 5150 2 50 ~ 0
|
||||
VM
|
||||
$Comp
|
||||
L power:GND1 #PWR0211
|
||||
L power:GND1 #PWR0210
|
||||
U 1 1 60020408
|
||||
P 5700 4400
|
||||
AR Path="/60495576/60020408" Ref="#PWR0211" Part="1"
|
||||
AR Path="/5FFE73A4/60020408" Ref="#PWR0411" Part="1"
|
||||
AR Path="/5FFE8631/60020408" Ref="#PWR0311" Part="1"
|
||||
F 0 "#PWR0411" H 5700 4150 50 0001 C CNN
|
||||
F 1 "GND1" H 5700 4250 50 0000 C CNN
|
||||
F 2 "" H 5700 4400 50 0001 C CNN
|
||||
F 3 "" H 5700 4400 50 0001 C CNN
|
||||
1 5700 4400
|
||||
P 5750 4450
|
||||
AR Path="/60495576/60020408" Ref="#PWR0210" Part="1"
|
||||
AR Path="/5FFE73A4/60020408" Ref="#PWR0410" Part="1"
|
||||
AR Path="/5FFE8631/60020408" Ref="#PWR0310" Part="1"
|
||||
F 0 "#PWR0410" H 5750 4200 50 0001 C CNN
|
||||
F 1 "GND1" H 5750 4300 50 0000 C CNN
|
||||
F 2 "" H 5750 4450 50 0001 C CNN
|
||||
F 3 "" H 5750 4450 50 0001 C CNN
|
||||
1 5750 4450
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
|
@ -597,13 +592,13 @@ F 3 "" H 2850 4850 50 0001 C CNN
|
|||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L power:GND1 #PWR0209
|
||||
L power:GND1 #PWR0206
|
||||
U 1 1 60020C60
|
||||
P 2650 6300
|
||||
AR Path="/60495576/60020C60" Ref="#PWR0209" Part="1"
|
||||
AR Path="/5FFE73A4/60020C60" Ref="#PWR0409" Part="1"
|
||||
AR Path="/5FFE8631/60020C60" Ref="#PWR0309" Part="1"
|
||||
F 0 "#PWR0409" H 2650 6050 50 0001 C CNN
|
||||
AR Path="/60495576/60020C60" Ref="#PWR0206" Part="1"
|
||||
AR Path="/5FFE73A4/60020C60" Ref="#PWR0406" Part="1"
|
||||
AR Path="/5FFE8631/60020C60" Ref="#PWR0306" Part="1"
|
||||
F 0 "#PWR0406" H 2650 6050 50 0001 C CNN
|
||||
F 1 "GND1" H 2650 6150 50 0000 C CNN
|
||||
F 2 "" H 2650 6300 50 0001 C CNN
|
||||
F 3 "" H 2650 6300 50 0001 C CNN
|
||||
|
@ -695,13 +690,13 @@ F 3 "" H 1600 2250 50 0001 C CNN
|
|||
-1 0 0 1
|
||||
$EndComp
|
||||
$Comp
|
||||
L power:GND1 #PWR0210
|
||||
L power:GND1 #PWR0209
|
||||
U 1 1 60029455
|
||||
P 3750 2550
|
||||
AR Path="/60495576/60029455" Ref="#PWR0210" Part="1"
|
||||
AR Path="/5FFE73A4/60029455" Ref="#PWR0410" Part="1"
|
||||
AR Path="/5FFE8631/60029455" Ref="#PWR0310" Part="1"
|
||||
F 0 "#PWR0410" H 3750 2300 50 0001 C CNN
|
||||
AR Path="/60495576/60029455" Ref="#PWR0209" Part="1"
|
||||
AR Path="/5FFE73A4/60029455" Ref="#PWR0409" Part="1"
|
||||
AR Path="/5FFE8631/60029455" Ref="#PWR0309" Part="1"
|
||||
F 0 "#PWR0409" H 3750 2300 50 0001 C CNN
|
||||
F 1 "GND1" H 3750 2400 50 0000 C CNN
|
||||
F 2 "" H 3750 2550 50 0001 C CNN
|
||||
F 3 "" H 3750 2550 50 0001 C CNN
|
||||
|
@ -709,17 +704,17 @@ F 3 "" H 3750 2550 50 0001 C CNN
|
|||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L power:GND1 #PWR0212
|
||||
L power:GND1 #PWR0211
|
||||
U 1 1 60020667
|
||||
P 5700 6900
|
||||
AR Path="/60495576/60020667" Ref="#PWR0212" Part="1"
|
||||
AR Path="/5FFE73A4/60020667" Ref="#PWR0412" Part="1"
|
||||
AR Path="/5FFE8631/60020667" Ref="#PWR0312" Part="1"
|
||||
F 0 "#PWR0412" H 5700 6650 50 0001 C CNN
|
||||
F 1 "GND1" H 5700 6750 50 0000 C CNN
|
||||
F 2 "" H 5700 6900 50 0001 C CNN
|
||||
F 3 "" H 5700 6900 50 0001 C CNN
|
||||
1 5700 6900
|
||||
P 5700 7000
|
||||
AR Path="/60495576/60020667" Ref="#PWR0211" Part="1"
|
||||
AR Path="/5FFE73A4/60020667" Ref="#PWR0411" Part="1"
|
||||
AR Path="/5FFE8631/60020667" Ref="#PWR0311" Part="1"
|
||||
F 0 "#PWR0411" H 5700 6750 50 0001 C CNN
|
||||
F 1 "GND1" H 5700 6850 50 0000 C CNN
|
||||
F 2 "" H 5700 7000 50 0001 C CNN
|
||||
F 3 "" H 5700 7000 50 0001 C CNN
|
||||
1 5700 7000
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
|
@ -732,72 +727,18 @@ Wire Wire Line
|
|||
2550 2150 2550 2250
|
||||
Text Notes 6650 4200 0 50 ~ 0
|
||||
0.075 milliohms gives target current range
|
||||
$Comp
|
||||
L Device:R_Small R203
|
||||
U 1 1 63212AA7
|
||||
P 5700 4100
|
||||
AR Path="/60495576/63212AA7" Ref="R203" Part="1"
|
||||
AR Path="/5FFE8631/63212AA7" Ref="R303" Part="1"
|
||||
AR Path="/5FFE73A4/63212AA7" Ref="R403" Part="1"
|
||||
F 0 "R403" H 5730 4120 50 0000 L CNN
|
||||
F 1 "75 mR 1W" H 5730 4060 50 0000 L CNN
|
||||
F 2 "Resistor_SMD:R_2512_6332Metric_Pad1.40x3.35mm_HandSolder" H 5700 4100 50 0001 C CNN
|
||||
F 3 "~" H 5700 4100 50 0001 C CNN
|
||||
F 4 "CSRN2512FK75L0CT-ND" H 5700 4100 50 0001 C CNN "Digikey"
|
||||
1 5700 4100
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
5700 3950 5700 4000
|
||||
Wire Wire Line
|
||||
5350 3950 5700 3950
|
||||
Wire Wire Line
|
||||
5700 3650 5700 3950
|
||||
Connection ~ 5700 3950
|
||||
Wire Wire Line
|
||||
5700 4200 5700 4250
|
||||
Wire Wire Line
|
||||
5500 4250 5700 4250
|
||||
Connection ~ 5700 4250
|
||||
Wire Wire Line
|
||||
5700 4250 5700 4400
|
||||
$Comp
|
||||
L Device:R_Small R204
|
||||
U 1 1 63258477
|
||||
P 5700 6600
|
||||
AR Path="/60495576/63258477" Ref="R204" Part="1"
|
||||
AR Path="/5FFE8631/63258477" Ref="R304" Part="1"
|
||||
AR Path="/5FFE73A4/63258477" Ref="R404" Part="1"
|
||||
F 0 "R404" H 5730 6620 50 0000 L CNN
|
||||
F 1 "75 mR 1W" H 5730 6560 50 0000 L CNN
|
||||
F 2 "Resistor_SMD:R_2512_6332Metric_Pad1.40x3.35mm_HandSolder" H 5700 6600 50 0001 C CNN
|
||||
F 3 "~" H 5700 6600 50 0001 C CNN
|
||||
F 4 "CSRN2512FK75L0CT-ND" H 5700 6600 50 0001 C CNN "Digikey"
|
||||
1 5700 6600
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
5700 6450 5700 6500
|
||||
Wire Wire Line
|
||||
5350 6450 5700 6450
|
||||
Wire Wire Line
|
||||
5700 6700 5700 6750
|
||||
Wire Wire Line
|
||||
5500 6750 5700 6750
|
||||
Connection ~ 5700 6750
|
||||
Wire Wire Line
|
||||
5700 6750 5700 6900
|
||||
5700 6850 5700 7000
|
||||
Wire Wire Line
|
||||
5700 6250 5700 6450
|
||||
Connection ~ 5700 6450
|
||||
$Comp
|
||||
L power:PWR_FLAG #FLG0102
|
||||
L power:PWR_FLAG #FLG0201
|
||||
U 1 1 6326ACB6
|
||||
P 2450 2150
|
||||
AR Path="/60495576/6326ACB6" Ref="#FLG0102" Part="1"
|
||||
AR Path="/5FFE8631/6326ACB6" Ref="#FLG0103" Part="1"
|
||||
AR Path="/5FFE73A4/6326ACB6" Ref="#FLG0104" Part="1"
|
||||
F 0 "#FLG0104" H 2450 2225 50 0001 C CNN
|
||||
AR Path="/60495576/6326ACB6" Ref="#FLG0201" Part="1"
|
||||
AR Path="/5FFE8631/6326ACB6" Ref="#FLG0301" Part="1"
|
||||
AR Path="/5FFE73A4/6326ACB6" Ref="#FLG0401" Part="1"
|
||||
F 0 "#FLG0401" H 2450 2225 50 0001 C CNN
|
||||
F 1 "PWR_FLAG" H 2450 2300 50 0000 C CNN
|
||||
F 2 "" H 2450 2150 50 0001 C CNN
|
||||
F 3 "~" H 2450 2150 50 0001 C CNN
|
||||
|
@ -830,4 +771,51 @@ Connection ~ 2650 1700
|
|||
Wire Wire Line
|
||||
2650 1700 2650 2150
|
||||
NoConn ~ 1900 4150
|
||||
$Comp
|
||||
L Device:R_Shunt R204
|
||||
U 1 1 60B06002
|
||||
P 5700 6650
|
||||
AR Path="/60495576/60B06002" Ref="R204" Part="1"
|
||||
AR Path="/5FFE8631/60B06002" Ref="R304" Part="1"
|
||||
AR Path="/5FFE73A4/60B06002" Ref="R404" Part="1"
|
||||
F 0 "R404" V 5525 6650 50 0000 C CNN
|
||||
F 1 "75 mR 1W" V 5600 6650 50 0000 C CNN
|
||||
F 2 "cnc-controller:R_2512_6332Metric_Sense" V 5630 6650 50 0001 C CNN
|
||||
F 3 "~" H 5700 6650 50 0001 C CNN
|
||||
F 4 "CSRN2512FK75L0CT-ND" V 5700 6650 50 0001 C CNN "Digikey"
|
||||
1 5700 6650
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
5450 6550 5550 6550
|
||||
Wire Wire Line
|
||||
5100 6750 5550 6750
|
||||
$Comp
|
||||
L Device:R_Shunt R203
|
||||
U 1 1 60B35859
|
||||
P 5750 4150
|
||||
AR Path="/60495576/60B35859" Ref="R203" Part="1"
|
||||
AR Path="/5FFE8631/60B35859" Ref="R303" Part="1"
|
||||
AR Path="/5FFE73A4/60B35859" Ref="R403" Part="1"
|
||||
F 0 "R403" V 5575 4150 50 0000 C CNN
|
||||
F 1 "75 mR 1W" V 5650 4150 50 0000 C CNN
|
||||
F 2 "cnc-controller:R_2512_6332Metric_Sense" V 5680 4150 50 0001 C CNN
|
||||
F 3 "~" H 5750 4150 50 0001 C CNN
|
||||
F 4 "CSRN2512FK75L0CT-ND" V 5750 4150 50 0001 C CNN "Digikey"
|
||||
1 5750 4150
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
5750 4450 5750 4350
|
||||
Wire Wire Line
|
||||
5150 4250 5600 4250
|
||||
Wire Wire Line
|
||||
5500 4050 5600 4050
|
||||
Wire Wire Line
|
||||
5750 3950 5750 3650
|
||||
Connection ~ 5750 3650
|
||||
Wire Wire Line
|
||||
5750 3650 6250 3650
|
||||
Wire Wire Line
|
||||
5300 3650 5750 3650
|
||||
$EndSCHEMATC
|
||||
|
|
|
@ -3,7 +3,7 @@ EELAYER 30 0
|
|||
EELAYER END
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 2 4
|
||||
Sheet 4 4
|
||||
Title ""
|
||||
Date ""
|
||||
Rev ""
|
||||
|
@ -58,7 +58,7 @@ P 2650 3450
|
|||
AR Path="/60495576/60498915" Ref="U201" Part="1"
|
||||
AR Path="/5FFE73A4/60498915" Ref="U401" Part="1"
|
||||
AR Path="/5FFE8631/60498915" Ref="U301" Part="1"
|
||||
F 0 "U201" H 2600 3500 50 0000 L CNN
|
||||
F 0 "U401" H 2600 3500 50 0000 L CNN
|
||||
F 1 "TMC2590-TA" H 2650 3400 50 0000 C CNN
|
||||
F 2 "cnc-controller:TMC2590-TA" H 3250 4250 50 0001 L CNN
|
||||
F 3 "" H 2650 3350 50 0001 L CNN
|
||||
|
@ -78,13 +78,13 @@ Wire Wire Line
|
|||
Text Label 1650 2650 0 50 ~ 0
|
||||
VCCIO
|
||||
$Comp
|
||||
L Device:C_Small C207
|
||||
L Device:C_Small C208
|
||||
U 1 1 6049EF14
|
||||
P 3550 2550
|
||||
AR Path="/60495576/6049EF14" Ref="C207" Part="1"
|
||||
AR Path="/5FFE73A4/6049EF14" Ref="C407" Part="1"
|
||||
AR Path="/5FFE8631/6049EF14" Ref="C307" Part="1"
|
||||
F 0 "C207" H 3560 2620 50 0000 L CNN
|
||||
AR Path="/60495576/6049EF14" Ref="C208" Part="1"
|
||||
AR Path="/5FFE73A4/6049EF14" Ref="C408" Part="1"
|
||||
AR Path="/5FFE8631/6049EF14" Ref="C308" Part="1"
|
||||
F 0 "C408" H 3560 2620 50 0000 L CNN
|
||||
F 1 "0.47 uF" H 3560 2470 50 0000 L CNN
|
||||
F 2 "Capacitor_SMD:C_0402_1005Metric" H 3550 2550 50 0001 C CNN
|
||||
F 3 "~" H 3550 2550 50 0001 C CNN
|
||||
|
@ -96,7 +96,7 @@ Wire Wire Line
|
|||
3750 2550 3650 2550
|
||||
Wire Wire Line
|
||||
3450 2550 3350 2550
|
||||
Text Label 5000 6450 2 50 ~ 0
|
||||
Text Label 5100 6550 2 50 ~ 0
|
||||
SRB
|
||||
Text Label 3650 3650 0 50 ~ 0
|
||||
SRBL
|
||||
|
@ -148,7 +148,7 @@ P 1600 2450
|
|||
AR Path="/60495576/604A9644" Ref="C202" Part="1"
|
||||
AR Path="/5FFE73A4/604A9644" Ref="C402" Part="1"
|
||||
AR Path="/5FFE8631/604A9644" Ref="C302" Part="1"
|
||||
F 0 "C202" H 1610 2520 50 0000 L CNN
|
||||
F 0 "C402" H 1610 2520 50 0000 L CNN
|
||||
F 1 "0.1 uF 10V" H 1610 2370 50 0000 L CNN
|
||||
F 2 "Capacitor_SMD:C_0603_1608Metric" H 1600 2450 50 0001 C CNN
|
||||
F 3 "~" H 1600 2450 50 0001 C CNN
|
||||
|
@ -163,7 +163,7 @@ P 1550 6100
|
|||
AR Path="/60495576/604AA8A2" Ref="C201" Part="1"
|
||||
AR Path="/5FFE73A4/604AA8A2" Ref="C401" Part="1"
|
||||
AR Path="/5FFE8631/604AA8A2" Ref="C301" Part="1"
|
||||
F 0 "C201" H 1560 6170 50 0000 L CNN
|
||||
F 0 "C401" H 1560 6170 50 0000 L CNN
|
||||
F 1 "150 uF" H 1560 6020 50 0000 L CNN
|
||||
F 2 "Capacitor_THT:CP_Radial_D10.0mm_P5.00mm" H 1550 6100 50 0001 C CNN
|
||||
F 3 "~" H 1550 6100 50 0001 C CNN
|
||||
|
@ -178,7 +178,7 @@ P 1900 6100
|
|||
AR Path="/60495576/604AAEEC" Ref="C203" Part="1"
|
||||
AR Path="/5FFE73A4/604AAEEC" Ref="C403" Part="1"
|
||||
AR Path="/5FFE8631/604AAEEC" Ref="C303" Part="1"
|
||||
F 0 "C203" H 1910 6170 50 0000 L CNN
|
||||
F 0 "C403" H 1910 6170 50 0000 L CNN
|
||||
F 1 "150 uF" H 1910 6020 50 0000 L CNN
|
||||
F 2 "Capacitor_THT:CP_Radial_D10.0mm_P5.00mm" H 1900 6100 50 0001 C CNN
|
||||
F 3 "~" H 1900 6100 50 0001 C CNN
|
||||
|
@ -193,7 +193,7 @@ P 2250 6100
|
|||
AR Path="/60495576/604AB000" Ref="C204" Part="1"
|
||||
AR Path="/5FFE73A4/604AB000" Ref="C404" Part="1"
|
||||
AR Path="/5FFE8631/604AB000" Ref="C304" Part="1"
|
||||
F 0 "C204" H 2260 6170 50 0000 L CNN
|
||||
F 0 "C404" H 2260 6170 50 0000 L CNN
|
||||
F 1 "150 uF" H 2260 6020 50 0000 L CNN
|
||||
F 2 "Capacitor_THT:CP_Radial_D10.0mm_P5.00mm" H 2250 6100 50 0001 C CNN
|
||||
F 3 "~" H 2250 6100 50 0001 C CNN
|
||||
|
@ -288,16 +288,16 @@ Text Label 3650 4250 0 50 ~ 0
|
|||
HB2
|
||||
Text Label 3650 3750 0 50 ~ 0
|
||||
SRB
|
||||
Text Label 5500 6750 2 50 ~ 0
|
||||
Text Label 5100 6750 2 50 ~ 0
|
||||
SRBL
|
||||
$Comp
|
||||
L Device:C_Small C206
|
||||
L Device:C_Small C207
|
||||
U 1 1 604BBEB9
|
||||
P 2850 2150
|
||||
AR Path="/60495576/604BBEB9" Ref="C206" Part="1"
|
||||
AR Path="/5FFE73A4/604BBEB9" Ref="C406" Part="1"
|
||||
AR Path="/5FFE8631/604BBEB9" Ref="C306" Part="1"
|
||||
F 0 "C206" H 2860 2220 50 0000 L CNN
|
||||
AR Path="/60495576/604BBEB9" Ref="C207" Part="1"
|
||||
AR Path="/5FFE73A4/604BBEB9" Ref="C407" Part="1"
|
||||
AR Path="/5FFE8631/604BBEB9" Ref="C307" Part="1"
|
||||
F 0 "C407" H 2860 2220 50 0000 L CNN
|
||||
F 1 "0.1 uF 50V" H 2860 2070 50 0000 L CNN
|
||||
F 2 "Capacitor_SMD:C_0603_1608Metric" H 2850 2150 50 0001 C CNN
|
||||
F 3 "~" H 2850 2150 50 0001 C CNN
|
||||
|
@ -306,13 +306,13 @@ F 4 "1276-6807-1-ND" H 2850 2150 50 0001 C CNN "Digikey"
|
|||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L Device:C_Small C208
|
||||
L Device:C_Small C206
|
||||
U 1 1 604BC0A3
|
||||
P 2650 6100
|
||||
AR Path="/60495576/604BC0A3" Ref="C208" Part="1"
|
||||
AR Path="/5FFE73A4/604BC0A3" Ref="C408" Part="1"
|
||||
AR Path="/5FFE8631/604BC0A3" Ref="C308" Part="1"
|
||||
F 0 "C208" H 2660 6170 50 0000 L CNN
|
||||
AR Path="/60495576/604BC0A3" Ref="C206" Part="1"
|
||||
AR Path="/5FFE73A4/604BC0A3" Ref="C406" Part="1"
|
||||
AR Path="/5FFE8631/604BC0A3" Ref="C306" Part="1"
|
||||
F 0 "C406" H 2660 6170 50 0000 L CNN
|
||||
F 1 "0.1 uF 50V" H 2660 6020 50 0000 L CNN
|
||||
F 2 "Capacitor_SMD:C_0603_1608Metric" H 2650 6100 50 0001 C CNN
|
||||
F 3 "~" H 2650 6100 50 0001 C CNN
|
||||
|
@ -331,22 +331,22 @@ Wire Wire Line
|
|||
Text Label 2650 5900 2 50 ~ 0
|
||||
VM
|
||||
$Comp
|
||||
L Device:R_Small R201
|
||||
L Device:R_Small R202
|
||||
U 1 1 604D9337
|
||||
P 5250 6450
|
||||
AR Path="/60495576/604D9337" Ref="R201" Part="1"
|
||||
P 5350 6550
|
||||
AR Path="/60495576/604D9337" Ref="R202" Part="1"
|
||||
AR Path="/5FFE73A4/604D9337" Ref="R402" Part="1"
|
||||
AR Path="/5FFE8631/604D9337" Ref="R302" Part="1"
|
||||
F 0 "R201" H 5280 6470 50 0000 L CNN
|
||||
F 1 "10R" H 5280 6410 50 0000 L CNN
|
||||
F 2 "Resistor_SMD:R_0402_1005Metric" H 5250 6450 50 0001 C CNN
|
||||
F 3 "~" H 5250 6450 50 0001 C CNN
|
||||
F 4 "YAG3340CT-ND" H 5250 6450 50 0001 C CNN "Digikey"
|
||||
1 5250 6450
|
||||
F 0 "R402" H 5380 6570 50 0000 L CNN
|
||||
F 1 "10R" H 5380 6510 50 0000 L CNN
|
||||
F 2 "Resistor_SMD:R_0402_1005Metric" H 5350 6550 50 0001 C CNN
|
||||
F 3 "~" H 5350 6550 50 0001 C CNN
|
||||
F 4 "YAG3340CT-ND" H 5350 6550 50 0001 C CNN "Digikey"
|
||||
1 5350 6550
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
5000 6450 5150 6450
|
||||
5100 6550 5250 6550
|
||||
$Comp
|
||||
L mosfets:AO4611 Q202
|
||||
U 2 1 5FF78E9B
|
||||
|
@ -354,7 +354,7 @@ P 5200 3350
|
|||
AR Path="/60495576/5FF78E9B" Ref="Q202" Part="2"
|
||||
AR Path="/5FFE73A4/5FF78E9B" Ref="Q402" Part="2"
|
||||
AR Path="/5FFE8631/5FF78E9B" Ref="Q302" Part="2"
|
||||
F 0 "Q202" H 5400 3425 50 0000 L CNN
|
||||
F 0 "Q402" H 5400 3425 50 0000 L CNN
|
||||
F 1 "AO4611" H 5400 3350 50 0000 L CNN
|
||||
F 2 "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" H 5400 3275 50 0001 L CNN
|
||||
F 3 "http://aosmd.com/res/data_sheets/AO4611.pdf" H 5300 3350 50 0001 L CNN
|
||||
|
@ -369,7 +369,7 @@ P 5200 2850
|
|||
AR Path="/60495576/5FF7966F" Ref="Q202" Part="1"
|
||||
AR Path="/5FFE73A4/5FF7966F" Ref="Q402" Part="1"
|
||||
AR Path="/5FFE8631/5FF7966F" Ref="Q302" Part="1"
|
||||
F 0 "Q202" H 5400 2925 50 0000 L CNN
|
||||
F 0 "Q402" H 5400 2925 50 0000 L CNN
|
||||
F 1 "AO4611" H 5400 2850 50 0000 L CNN
|
||||
F 2 "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" H 5400 2775 50 0001 L CNN
|
||||
F 3 "http://aosmd.com/res/data_sheets/AO4611.pdf" H 5300 2850 50 0001 L CNN
|
||||
|
@ -384,7 +384,7 @@ P 6350 3350
|
|||
AR Path="/60495576/5FF844E3" Ref="Q204" Part="2"
|
||||
AR Path="/5FFE73A4/5FF844E3" Ref="Q404" Part="2"
|
||||
AR Path="/5FFE8631/5FF844E3" Ref="Q304" Part="2"
|
||||
F 0 "Q204" H 6550 3425 50 0000 L CNN
|
||||
F 0 "Q404" H 6550 3425 50 0000 L CNN
|
||||
F 1 "AO4611" H 6550 3350 50 0000 L CNN
|
||||
F 2 "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" H 6550 3275 50 0001 L CNN
|
||||
F 3 "http://aosmd.com/res/data_sheets/AO4611.pdf" H 6450 3350 50 0001 L CNN
|
||||
|
@ -399,7 +399,7 @@ P 6350 2850
|
|||
AR Path="/60495576/5FF844EA" Ref="Q204" Part="1"
|
||||
AR Path="/5FFE73A4/5FF844EA" Ref="Q404" Part="1"
|
||||
AR Path="/5FFE8631/5FF844EA" Ref="Q304" Part="1"
|
||||
F 0 "Q204" H 6550 2925 50 0000 L CNN
|
||||
F 0 "Q404" H 6550 2925 50 0000 L CNN
|
||||
F 1 "AO4611" H 6550 2850 50 0000 L CNN
|
||||
F 2 "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" H 6550 2775 50 0001 L CNN
|
||||
F 3 "http://aosmd.com/res/data_sheets/AO4611.pdf" H 6450 2850 50 0001 L CNN
|
||||
|
@ -414,7 +414,7 @@ P 5150 5950
|
|||
AR Path="/60495576/5FF8AB43" Ref="Q201" Part="2"
|
||||
AR Path="/5FFE73A4/5FF8AB43" Ref="Q401" Part="2"
|
||||
AR Path="/5FFE8631/5FF8AB43" Ref="Q301" Part="2"
|
||||
F 0 "Q201" H 5350 6025 50 0000 L CNN
|
||||
F 0 "Q401" H 5350 6025 50 0000 L CNN
|
||||
F 1 "AO4611" H 5350 5950 50 0000 L CNN
|
||||
F 2 "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" H 5350 5875 50 0001 L CNN
|
||||
F 3 "http://aosmd.com/res/data_sheets/AO4611.pdf" H 5250 5950 50 0001 L CNN
|
||||
|
@ -429,7 +429,7 @@ P 5150 5450
|
|||
AR Path="/60495576/5FF8AB4A" Ref="Q201" Part="1"
|
||||
AR Path="/5FFE73A4/5FF8AB4A" Ref="Q401" Part="1"
|
||||
AR Path="/5FFE8631/5FF8AB4A" Ref="Q301" Part="1"
|
||||
F 0 "Q201" H 5350 5525 50 0000 L CNN
|
||||
F 0 "Q401" H 5350 5525 50 0000 L CNN
|
||||
F 1 "AO4611" H 5350 5450 50 0000 L CNN
|
||||
F 2 "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" H 5350 5375 50 0001 L CNN
|
||||
F 3 "http://aosmd.com/res/data_sheets/AO4611.pdf" H 5250 5450 50 0001 L CNN
|
||||
|
@ -444,7 +444,7 @@ P 6300 5950
|
|||
AR Path="/60495576/5FF8AB51" Ref="Q203" Part="2"
|
||||
AR Path="/5FFE73A4/5FF8AB51" Ref="Q403" Part="2"
|
||||
AR Path="/5FFE8631/5FF8AB51" Ref="Q303" Part="2"
|
||||
F 0 "Q203" H 6500 6025 50 0000 L CNN
|
||||
F 0 "Q403" H 6500 6025 50 0000 L CNN
|
||||
F 1 "AO4611" H 6500 5950 50 0000 L CNN
|
||||
F 2 "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" H 6500 5875 50 0001 L CNN
|
||||
F 3 "http://aosmd.com/res/data_sheets/AO4611.pdf" H 6400 5950 50 0001 L CNN
|
||||
|
@ -459,7 +459,7 @@ P 6300 5450
|
|||
AR Path="/60495576/5FF8AB58" Ref="Q203" Part="1"
|
||||
AR Path="/5FFE73A4/5FF8AB58" Ref="Q403" Part="1"
|
||||
AR Path="/5FFE8631/5FF8AB58" Ref="Q303" Part="1"
|
||||
F 0 "Q203" H 6500 5525 50 0000 L CNN
|
||||
F 0 "Q403" H 6500 5525 50 0000 L CNN
|
||||
F 1 "AO4611" H 6500 5450 50 0000 L CNN
|
||||
F 2 "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" H 6500 5375 50 0001 L CNN
|
||||
F 3 "http://aosmd.com/res/data_sheets/AO4611.pdf" H 6400 5450 50 0001 L CNN
|
||||
|
@ -468,25 +468,25 @@ F 4 "785-1203-1-ND" H 6300 5450 50 0001 C CNN "Digikey"
|
|||
-1 0 0 1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
5000 3950 5150 3950
|
||||
5150 4050 5300 4050
|
||||
$Comp
|
||||
L Device:R_Small R202
|
||||
L Device:R_Small R201
|
||||
U 1 1 604D6316
|
||||
P 5250 3950
|
||||
AR Path="/60495576/604D6316" Ref="R202" Part="1"
|
||||
P 5400 4050
|
||||
AR Path="/60495576/604D6316" Ref="R201" Part="1"
|
||||
AR Path="/5FFE73A4/604D6316" Ref="R401" Part="1"
|
||||
AR Path="/5FFE8631/604D6316" Ref="R301" Part="1"
|
||||
F 0 "R202" H 5280 3970 50 0000 L CNN
|
||||
F 1 "10R" H 5280 3910 50 0000 L CNN
|
||||
F 2 "Resistor_SMD:R_0402_1005Metric" H 5250 3950 50 0001 C CNN
|
||||
F 3 "~" H 5250 3950 50 0001 C CNN
|
||||
F 4 "YAG3340CT-ND" H 5250 3950 50 0001 C CNN "Digikey"
|
||||
1 5250 3950
|
||||
F 0 "R401" H 5430 4070 50 0000 L CNN
|
||||
F 1 "10R" H 5430 4010 50 0000 L CNN
|
||||
F 2 "Resistor_SMD:R_0402_1005Metric" H 5400 4050 50 0001 C CNN
|
||||
F 3 "~" H 5400 4050 50 0001 C CNN
|
||||
F 4 "YAG3340CT-ND" H 5400 4050 50 0001 C CNN "Digikey"
|
||||
1 5400 4050
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
Text Label 5000 3950 2 50 ~ 0
|
||||
Text Label 5150 4050 2 50 ~ 0
|
||||
SRA
|
||||
Text Label 5500 4250 2 50 ~ 0
|
||||
Text Label 5150 4250 2 50 ~ 0
|
||||
SRAL
|
||||
Text Label 2650 1800 2 50 ~ 0
|
||||
VM
|
||||
|
@ -514,13 +514,8 @@ Wire Wire Line
|
|||
6750 3350 6550 3350
|
||||
Wire Wire Line
|
||||
5300 3550 5300 3650
|
||||
Wire Wire Line
|
||||
5300 3650 5700 3650
|
||||
Wire Wire Line
|
||||
6250 3650 6250 3550
|
||||
Connection ~ 5700 3650
|
||||
Wire Wire Line
|
||||
5700 3650 6250 3650
|
||||
Wire Wire Line
|
||||
5300 2650 5300 2550
|
||||
Wire Wire Line
|
||||
|
@ -569,17 +564,17 @@ VM
|
|||
Text Label 5700 5150 2 50 ~ 0
|
||||
VM
|
||||
$Comp
|
||||
L power:GND1 #PWR0211
|
||||
L power:GND1 #PWR0210
|
||||
U 1 1 60020408
|
||||
P 5700 4400
|
||||
AR Path="/60495576/60020408" Ref="#PWR0211" Part="1"
|
||||
AR Path="/5FFE73A4/60020408" Ref="#PWR0411" Part="1"
|
||||
AR Path="/5FFE8631/60020408" Ref="#PWR0311" Part="1"
|
||||
F 0 "#PWR0411" H 5700 4150 50 0001 C CNN
|
||||
F 1 "GND1" H 5700 4250 50 0000 C CNN
|
||||
F 2 "" H 5700 4400 50 0001 C CNN
|
||||
F 3 "" H 5700 4400 50 0001 C CNN
|
||||
1 5700 4400
|
||||
P 5750 4450
|
||||
AR Path="/60495576/60020408" Ref="#PWR0210" Part="1"
|
||||
AR Path="/5FFE73A4/60020408" Ref="#PWR0410" Part="1"
|
||||
AR Path="/5FFE8631/60020408" Ref="#PWR0310" Part="1"
|
||||
F 0 "#PWR0410" H 5750 4200 50 0001 C CNN
|
||||
F 1 "GND1" H 5750 4300 50 0000 C CNN
|
||||
F 2 "" H 5750 4450 50 0001 C CNN
|
||||
F 3 "" H 5750 4450 50 0001 C CNN
|
||||
1 5750 4450
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
|
@ -597,13 +592,13 @@ F 3 "" H 2850 4850 50 0001 C CNN
|
|||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L power:GND1 #PWR0209
|
||||
L power:GND1 #PWR0206
|
||||
U 1 1 60020C60
|
||||
P 2650 6300
|
||||
AR Path="/60495576/60020C60" Ref="#PWR0209" Part="1"
|
||||
AR Path="/5FFE73A4/60020C60" Ref="#PWR0409" Part="1"
|
||||
AR Path="/5FFE8631/60020C60" Ref="#PWR0309" Part="1"
|
||||
F 0 "#PWR0409" H 2650 6050 50 0001 C CNN
|
||||
AR Path="/60495576/60020C60" Ref="#PWR0206" Part="1"
|
||||
AR Path="/5FFE73A4/60020C60" Ref="#PWR0406" Part="1"
|
||||
AR Path="/5FFE8631/60020C60" Ref="#PWR0306" Part="1"
|
||||
F 0 "#PWR0406" H 2650 6050 50 0001 C CNN
|
||||
F 1 "GND1" H 2650 6150 50 0000 C CNN
|
||||
F 2 "" H 2650 6300 50 0001 C CNN
|
||||
F 3 "" H 2650 6300 50 0001 C CNN
|
||||
|
@ -695,13 +690,13 @@ F 3 "" H 1600 2250 50 0001 C CNN
|
|||
-1 0 0 1
|
||||
$EndComp
|
||||
$Comp
|
||||
L power:GND1 #PWR0210
|
||||
L power:GND1 #PWR0209
|
||||
U 1 1 60029455
|
||||
P 3750 2550
|
||||
AR Path="/60495576/60029455" Ref="#PWR0210" Part="1"
|
||||
AR Path="/5FFE73A4/60029455" Ref="#PWR0410" Part="1"
|
||||
AR Path="/5FFE8631/60029455" Ref="#PWR0310" Part="1"
|
||||
F 0 "#PWR0410" H 3750 2300 50 0001 C CNN
|
||||
AR Path="/60495576/60029455" Ref="#PWR0209" Part="1"
|
||||
AR Path="/5FFE73A4/60029455" Ref="#PWR0409" Part="1"
|
||||
AR Path="/5FFE8631/60029455" Ref="#PWR0309" Part="1"
|
||||
F 0 "#PWR0409" H 3750 2300 50 0001 C CNN
|
||||
F 1 "GND1" H 3750 2400 50 0000 C CNN
|
||||
F 2 "" H 3750 2550 50 0001 C CNN
|
||||
F 3 "" H 3750 2550 50 0001 C CNN
|
||||
|
@ -709,17 +704,17 @@ F 3 "" H 3750 2550 50 0001 C CNN
|
|||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L power:GND1 #PWR0212
|
||||
L power:GND1 #PWR0211
|
||||
U 1 1 60020667
|
||||
P 5700 6900
|
||||
AR Path="/60495576/60020667" Ref="#PWR0212" Part="1"
|
||||
AR Path="/5FFE73A4/60020667" Ref="#PWR0412" Part="1"
|
||||
AR Path="/5FFE8631/60020667" Ref="#PWR0312" Part="1"
|
||||
F 0 "#PWR0412" H 5700 6650 50 0001 C CNN
|
||||
F 1 "GND1" H 5700 6750 50 0000 C CNN
|
||||
F 2 "" H 5700 6900 50 0001 C CNN
|
||||
F 3 "" H 5700 6900 50 0001 C CNN
|
||||
1 5700 6900
|
||||
P 5700 7000
|
||||
AR Path="/60495576/60020667" Ref="#PWR0211" Part="1"
|
||||
AR Path="/5FFE73A4/60020667" Ref="#PWR0411" Part="1"
|
||||
AR Path="/5FFE8631/60020667" Ref="#PWR0311" Part="1"
|
||||
F 0 "#PWR0411" H 5700 6750 50 0001 C CNN
|
||||
F 1 "GND1" H 5700 6850 50 0000 C CNN
|
||||
F 2 "" H 5700 7000 50 0001 C CNN
|
||||
F 3 "" H 5700 7000 50 0001 C CNN
|
||||
1 5700 7000
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
|
@ -732,72 +727,18 @@ Wire Wire Line
|
|||
2550 2150 2550 2250
|
||||
Text Notes 6650 4200 0 50 ~ 0
|
||||
0.075 milliohms gives target current range
|
||||
$Comp
|
||||
L Device:R_Small R203
|
||||
U 1 1 63212AA7
|
||||
P 5700 4100
|
||||
AR Path="/60495576/63212AA7" Ref="R203" Part="1"
|
||||
AR Path="/5FFE8631/63212AA7" Ref="R303" Part="1"
|
||||
AR Path="/5FFE73A4/63212AA7" Ref="R403" Part="1"
|
||||
F 0 "R203" H 5730 4120 50 0000 L CNN
|
||||
F 1 "75 mR 1W" H 5730 4060 50 0000 L CNN
|
||||
F 2 "Resistor_SMD:R_2512_6332Metric_Pad1.40x3.35mm_HandSolder" H 5700 4100 50 0001 C CNN
|
||||
F 3 "~" H 5700 4100 50 0001 C CNN
|
||||
F 4 "CSRN2512FK75L0CT-ND" H 5700 4100 50 0001 C CNN "Digikey"
|
||||
1 5700 4100
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
5700 3950 5700 4000
|
||||
Wire Wire Line
|
||||
5350 3950 5700 3950
|
||||
Wire Wire Line
|
||||
5700 3650 5700 3950
|
||||
Connection ~ 5700 3950
|
||||
Wire Wire Line
|
||||
5700 4200 5700 4250
|
||||
Wire Wire Line
|
||||
5500 4250 5700 4250
|
||||
Connection ~ 5700 4250
|
||||
Wire Wire Line
|
||||
5700 4250 5700 4400
|
||||
$Comp
|
||||
L Device:R_Small R204
|
||||
U 1 1 63258477
|
||||
P 5700 6600
|
||||
AR Path="/60495576/63258477" Ref="R204" Part="1"
|
||||
AR Path="/5FFE8631/63258477" Ref="R304" Part="1"
|
||||
AR Path="/5FFE73A4/63258477" Ref="R404" Part="1"
|
||||
F 0 "R204" H 5730 6620 50 0000 L CNN
|
||||
F 1 "75 mR 1W" H 5730 6560 50 0000 L CNN
|
||||
F 2 "Resistor_SMD:R_2512_6332Metric_Pad1.40x3.35mm_HandSolder" H 5700 6600 50 0001 C CNN
|
||||
F 3 "~" H 5700 6600 50 0001 C CNN
|
||||
F 4 "CSRN2512FK75L0CT-ND" H 5700 6600 50 0001 C CNN "Digikey"
|
||||
1 5700 6600
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
5700 6450 5700 6500
|
||||
Wire Wire Line
|
||||
5350 6450 5700 6450
|
||||
Wire Wire Line
|
||||
5700 6700 5700 6750
|
||||
Wire Wire Line
|
||||
5500 6750 5700 6750
|
||||
Connection ~ 5700 6750
|
||||
Wire Wire Line
|
||||
5700 6750 5700 6900
|
||||
5700 6850 5700 7000
|
||||
Wire Wire Line
|
||||
5700 6250 5700 6450
|
||||
Connection ~ 5700 6450
|
||||
$Comp
|
||||
L power:PWR_FLAG #FLG0102
|
||||
L power:PWR_FLAG #FLG0201
|
||||
U 1 1 6326ACB6
|
||||
P 2450 2150
|
||||
AR Path="/60495576/6326ACB6" Ref="#FLG0102" Part="1"
|
||||
AR Path="/5FFE8631/6326ACB6" Ref="#FLG0103" Part="1"
|
||||
AR Path="/5FFE73A4/6326ACB6" Ref="#FLG0104" Part="1"
|
||||
F 0 "#FLG0104" H 2450 2225 50 0001 C CNN
|
||||
AR Path="/60495576/6326ACB6" Ref="#FLG0201" Part="1"
|
||||
AR Path="/5FFE8631/6326ACB6" Ref="#FLG0301" Part="1"
|
||||
AR Path="/5FFE73A4/6326ACB6" Ref="#FLG0401" Part="1"
|
||||
F 0 "#FLG0401" H 2450 2225 50 0001 C CNN
|
||||
F 1 "PWR_FLAG" H 2450 2300 50 0000 C CNN
|
||||
F 2 "" H 2450 2150 50 0001 C CNN
|
||||
F 3 "~" H 2450 2150 50 0001 C CNN
|
||||
|
@ -812,7 +753,7 @@ P 2450 1850
|
|||
AR Path="/60495576/604AB114" Ref="C205" Part="1"
|
||||
AR Path="/5FFE73A4/604AB114" Ref="C405" Part="1"
|
||||
AR Path="/5FFE8631/604AB114" Ref="C305" Part="1"
|
||||
F 0 "C205" H 2460 1920 50 0000 L CNN
|
||||
F 0 "C405" H 2460 1920 50 0000 L CNN
|
||||
F 1 "1 uF 16V" H 2460 1770 50 0000 L CNN
|
||||
F 2 "Capacitor_SMD:C_0603_1608Metric" H 2450 1850 50 0001 C CNN
|
||||
F 3 "~" H 2450 1850 50 0001 C CNN
|
||||
|
@ -830,4 +771,51 @@ Connection ~ 2650 1700
|
|||
Wire Wire Line
|
||||
2650 1700 2650 2150
|
||||
NoConn ~ 1900 4150
|
||||
$Comp
|
||||
L Device:R_Shunt R204
|
||||
U 1 1 60B06002
|
||||
P 5700 6650
|
||||
AR Path="/60495576/60B06002" Ref="R204" Part="1"
|
||||
AR Path="/5FFE8631/60B06002" Ref="R304" Part="1"
|
||||
AR Path="/5FFE73A4/60B06002" Ref="R404" Part="1"
|
||||
F 0 "R404" V 5525 6650 50 0000 C CNN
|
||||
F 1 "75 mR 1W" V 5600 6650 50 0000 C CNN
|
||||
F 2 "cnc-controller:R_2512_6332Metric_Sense" V 5630 6650 50 0001 C CNN
|
||||
F 3 "~" H 5700 6650 50 0001 C CNN
|
||||
F 4 "CSRN2512FK75L0CT-ND" V 5700 6650 50 0001 C CNN "Digikey"
|
||||
1 5700 6650
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
5450 6550 5550 6550
|
||||
Wire Wire Line
|
||||
5100 6750 5550 6750
|
||||
$Comp
|
||||
L Device:R_Shunt R203
|
||||
U 1 1 60B35859
|
||||
P 5750 4150
|
||||
AR Path="/60495576/60B35859" Ref="R203" Part="1"
|
||||
AR Path="/5FFE8631/60B35859" Ref="R303" Part="1"
|
||||
AR Path="/5FFE73A4/60B35859" Ref="R403" Part="1"
|
||||
F 0 "R403" V 5575 4150 50 0000 C CNN
|
||||
F 1 "75 mR 1W" V 5650 4150 50 0000 C CNN
|
||||
F 2 "cnc-controller:R_2512_6332Metric_Sense" V 5680 4150 50 0001 C CNN
|
||||
F 3 "~" H 5750 4150 50 0001 C CNN
|
||||
F 4 "CSRN2512FK75L0CT-ND" V 5750 4150 50 0001 C CNN "Digikey"
|
||||
1 5750 4150
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
5750 4450 5750 4350
|
||||
Wire Wire Line
|
||||
5150 4250 5600 4250
|
||||
Wire Wire Line
|
||||
5500 4050 5600 4050
|
||||
Wire Wire Line
|
||||
5750 3950 5750 3650
|
||||
Connection ~ 5750 3650
|
||||
Wire Wire Line
|
||||
5750 3650 6250 3650
|
||||
Wire Wire Line
|
||||
5300 3650 5750 3650
|
||||
$EndSCHEMATC
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
(lib (name mosfets)(type Legacy)(uri ${KIPRJMOD}/mosfets.lib)(options "")(descr ""))
|
||||
(lib (name cnc-controller)(type Legacy)(uri ${KIPRJMOD}/cnc-controller.lib)(options "")(descr ""))
|
||||
(lib (name 2021-03-22_13-02-27)(type Legacy)(uri ${KIPRJMOD}/ul_PLMR36503RFRPET/KiCAD/2021-03-22_13-02-27/2021-03-22_13-02-27.lib)(options "")(descr ""))
|
||||
(lib (name teensy)(type Legacy)(uri ${KIPRJMOD}/teensy_library/teensy.lib)(options "")(descr ""))
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue