Update old demo board files. Minor code cleaning.
This commit is contained in:
parent
f71418ace9
commit
9a7116d4ab
|
@ -47,9 +47,6 @@ static const bool NOT_FILLED = false;
|
|||
// For draw mode = XOR GR_XOR or GR_NXOR by background color
|
||||
GR_DRAWMODE g_XorMode = GR_NXOR;
|
||||
|
||||
// Background color of the design frame
|
||||
EDA_COLOR_T g_DrawBgColor = WHITE;
|
||||
|
||||
|
||||
static void ClipAndDrawPoly( EDA_RECT * ClipBox, wxDC * DC, wxPoint Points[],
|
||||
int n );
|
||||
|
@ -81,7 +78,7 @@ static wxDC* s_DC_lastDC = NULL;
|
|||
|
||||
/***
|
||||
* Utility for the line clipping code, returns the boundary code of
|
||||
* a point. Bit allocation is arbitrary
|
||||
* a point. Bit allocation is arbitrary
|
||||
*/
|
||||
static inline int clipOutCode( const EDA_RECT *aClipBox, int x, int y )
|
||||
{
|
||||
|
@ -124,7 +121,7 @@ static bool clipLine( const EDA_RECT *aClipBox, int &x1, int &y1, int &x2, int &
|
|||
// Fast reject
|
||||
if( outcode1 & outcode2 )
|
||||
return true;
|
||||
|
||||
|
||||
// Choose a side to clip
|
||||
int thisoutcode, x, y;
|
||||
if( outcode1 )
|
||||
|
@ -140,12 +137,12 @@ static bool clipLine( const EDA_RECT *aClipBox, int &x1, int &y1, int &x2, int &
|
|||
{
|
||||
y = aClipBox->GetBottom();
|
||||
x = x1 + (x2 - x1) * int64_t(y - y1) / (y2 - y1);
|
||||
}
|
||||
}
|
||||
else if( thisoutcode & 2 ) // Clip the top
|
||||
{
|
||||
y = aClipBox->GetY();
|
||||
x = x1 + (x2 - x1) * int64_t(y - y1) / (y2 - y1);
|
||||
}
|
||||
}
|
||||
else if( thisoutcode & 8 ) // Clip the right
|
||||
{
|
||||
x = aClipBox->GetRight();
|
||||
|
|
|
@ -1,312 +0,0 @@
|
|||
EESchema-LIBRARY Version 2.3
|
||||
#encoding utf-8
|
||||
#
|
||||
# +12C
|
||||
#
|
||||
DEF +12C #PWR 0 0 N Y 1 F P
|
||||
F0 "#PWR" 0 -30 30 H I C CNN
|
||||
F1 "+12C" 0 110 40 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
X +12C 1 0 0 0 U 30 30 0 0 W N
|
||||
C 0 60 20 0 1 0 N
|
||||
P 4 0 1 0 0 0 0 40 0 40 0 40 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# +12V
|
||||
#
|
||||
DEF +12V #PWR 0 0 N Y 1 F P
|
||||
F0 "#PWR" 0 -50 20 H I C CNN
|
||||
F1 "+12V" 0 100 30 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
X +12V 1 0 0 0 U 20 30 0 0 W N
|
||||
C 0 60 20 0 1 0 N
|
||||
P 3 0 1 0 0 0 0 40 0 40 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# -VAA
|
||||
#
|
||||
DEF -VAA #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 100 20 H I C CNN
|
||||
F1 "-VAA" 0 100 30 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
X -VAA 1 0 0 0 U 20 20 0 0 W N
|
||||
P 3 0 1 0 0 0 0 50 0 50 N
|
||||
P 7 0 1 0 0 80 30 50 -20 50 -30 50 0 80 0 80 0 80 F
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# 7805
|
||||
#
|
||||
DEF 7805 U 0 30 N Y 1 F N
|
||||
F0 "U" 150 -196 60 H V C CNN
|
||||
F1 "7805" 0 200 60 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
ALIAS LM7805 LM7812 78L05
|
||||
DRAW
|
||||
S -200 -150 200 150 0 1 0 N
|
||||
X VI VI -400 50 200 R 40 40 1 1 I
|
||||
X VO VO 400 50 200 L 40 40 1 1 w
|
||||
X GND GND 0 -250 100 U 40 40 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# C
|
||||
#
|
||||
DEF C C 0 10 N Y 1 F N
|
||||
F0 "C" 0 100 40 H V L CNN
|
||||
F1 "C" 6 -85 40 H V L CNN
|
||||
F2 "" 38 -150 30 H V C CNN
|
||||
F3 "" 0 100 30 H V C CNN
|
||||
$FPLIST
|
||||
SM*
|
||||
C?
|
||||
C1-1
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 2 0 1 20 -80 -30 80 -30 N
|
||||
P 2 0 1 20 -80 30 80 30 N
|
||||
X ~ 1 0 200 170 D 40 40 1 1 P
|
||||
X ~ 2 0 -200 170 U 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# CONN_2
|
||||
#
|
||||
DEF CONN_2 P 0 40 Y N 1 F N
|
||||
F0 "P" -50 0 40 V V C CNN
|
||||
F1 "CONN_2" 50 0 40 V V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -100 150 100 -150 0 1 0 N
|
||||
X P1 1 -350 100 250 R 60 60 1 1 P I
|
||||
X PM 2 -350 -100 250 R 60 60 1 1 P I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# CP
|
||||
#
|
||||
DEF CP C 0 10 N N 1 F N
|
||||
F0 "C" 50 100 40 H V L CNN
|
||||
F1 "CP" 50 -100 40 H V L CNN
|
||||
F2 "" 100 -150 30 H V C CNN
|
||||
F3 "" 50 100 30 H V C CNN
|
||||
ALIAS CAPAPOL
|
||||
$FPLIST
|
||||
CP*
|
||||
SM*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N
|
||||
P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F
|
||||
X ~ 1 0 200 150 D 40 40 1 1 P
|
||||
X ~ 2 0 -200 150 U 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# DIODE
|
||||
#
|
||||
DEF DIODE D 0 40 N N 1 F N
|
||||
F0 "D" 0 100 40 H V C CNN
|
||||
F1 "DIODE" 0 -100 40 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
$FPLIST
|
||||
D?
|
||||
S*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 2 0 1 6 50 50 50 -50 N
|
||||
P 3 0 1 0 -50 50 50 0 -50 -50 F
|
||||
X A 1 -200 0 150 R 40 40 1 1 P
|
||||
X K 2 200 0 150 L 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# GND
|
||||
#
|
||||
DEF ~GND #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 0 30 H I C CNN
|
||||
F1 "GND" 0 -70 30 H I C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N
|
||||
X GND 1 0 0 0 U 30 30 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# HT
|
||||
#
|
||||
DEF HT #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 120 20 H I C CNN
|
||||
F1 "HT" 0 90 30 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
X HT 1 0 0 0 U 20 20 0 0 W N
|
||||
P 3 0 1 0 0 0 0 40 0 40 N
|
||||
P 6 0 1 0 0 40 20 20 0 70 -20 20 0 40 0 40 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# ICL7660
|
||||
#
|
||||
DEF ICL7660 U 0 40 Y Y 1 F N
|
||||
F0 "U" 200 400 70 H V L CNN
|
||||
F1 "ICL7660" 50 -450 70 H V L CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -550 -350 550 350 0 1 0 N
|
||||
X CAP+ 2 -850 250 300 R 60 60 1 1 I
|
||||
X GND 3 -50 -650 300 U 60 60 1 1 W
|
||||
X CAP- 4 -850 50 300 R 60 60 1 1 I
|
||||
X VOUT 5 850 150 300 L 60 60 1 1 w
|
||||
X LV 6 850 -150 300 L 60 60 1 1 I
|
||||
X OSC 7 -850 -150 300 R 60 60 1 1 I
|
||||
X V+ 8 -50 650 300 D 60 60 1 1 W
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# LM358
|
||||
#
|
||||
DEF LM358 U 0 20 Y Y 2 F N
|
||||
F0 "U" -50 200 60 H V L CNN
|
||||
F1 "LM358" -50 -250 60 H V L CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
ALIAS LMC6062 LMC6082 LM358N TL072 TL082
|
||||
DRAW
|
||||
P 4 0 1 6 -200 200 200 0 -200 -200 -200 200 f
|
||||
X V- 4 -100 -400 250 U 40 40 0 1 W
|
||||
X V+ 8 -100 400 250 D 40 40 0 1 W
|
||||
X ~ 1 500 0 300 L 40 40 1 1 O
|
||||
X - 2 -500 -100 300 R 40 40 1 1 I
|
||||
X + 3 -500 100 300 R 40 40 1 1 I
|
||||
X + 5 -500 100 300 R 40 40 2 1 I
|
||||
X - 6 -500 -100 300 R 40 40 2 1 I
|
||||
X ~ 7 500 0 300 L 40 40 2 1 O
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# MPSA42
|
||||
#
|
||||
DEF MPSA42 Q 0 40 Y N 1 F N
|
||||
F0 "Q" 150 -150 60 H V L CNN
|
||||
F1 "MPSA42" 150 150 60 H V L CNN
|
||||
F2 "TO92-CBE" 150 0 30 H I C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
$FPLIST
|
||||
TO92-CBE
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
C 50 0 111 0 1 10 N
|
||||
P 2 0 1 0 0 0 100 100 N
|
||||
P 3 0 1 10 0 75 0 -75 0 -75 N
|
||||
P 3 0 1 0 50 -50 0 0 0 0 N
|
||||
P 3 0 1 0 90 -90 100 -100 100 -100 N
|
||||
P 5 0 1 0 90 -90 70 -30 30 -70 90 -90 90 -90 F
|
||||
X B B -200 0 200 R 40 40 1 1 I
|
||||
X C C 100 200 100 D 40 40 1 1 P
|
||||
X E E 100 -200 100 U 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# MPSA92
|
||||
#
|
||||
DEF MPSA92 Q 0 40 Y N 1 F N
|
||||
F0 "Q" 150 -150 60 H V L CNN
|
||||
F1 "MPSA92" 150 150 60 H V L CNN
|
||||
F2 "TO92-CBE" 150 0 30 H I C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
$FPLIST
|
||||
TO92-CBE
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
C 50 0 111 0 1 10 N
|
||||
P 2 0 1 0 0 0 100 100 N
|
||||
P 3 0 1 10 0 75 0 -75 0 -75 F
|
||||
P 3 0 1 0 25 -25 0 0 0 0 N
|
||||
P 3 0 1 0 100 -100 65 -65 65 -65 N
|
||||
P 5 0 1 0 25 -25 50 -75 75 -50 25 -25 25 -25 F
|
||||
X B B -200 0 200 R 40 40 1 1 I
|
||||
X C C 100 200 100 D 40 40 1 1 P
|
||||
X E E 100 -200 100 U 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# POT
|
||||
#
|
||||
DEF POT RV 0 40 Y N 1 F N
|
||||
F0 "RV" 0 -100 50 H V C CNN
|
||||
F1 "POT" 0 0 50 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -150 50 150 -50 0 1 0 N
|
||||
P 3 0 1 0 0 50 -20 70 20 70 F
|
||||
X 1 1 -250 0 100 R 40 40 1 1 P
|
||||
X 2 2 0 150 80 D 40 40 1 1 P
|
||||
X 3 3 250 0 100 L 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# PWR_FLAG
|
||||
#
|
||||
DEF PWR_FLAG #FLG 0 0 N N 1 F P
|
||||
F0 "#FLG" 0 95 30 H I C CNN
|
||||
F1 "PWR_FLAG" 0 180 30 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
X pwr 1 0 0 0 U 20 20 0 0 w
|
||||
P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# R
|
||||
#
|
||||
DEF R R 0 0 N Y 1 F N
|
||||
F0 "R" 80 0 40 V V C CNN
|
||||
F1 "R" 7 1 40 V V C CNN
|
||||
F2 "" -70 0 30 V V C CNN
|
||||
F3 "" 0 0 30 H V C CNN
|
||||
$FPLIST
|
||||
R?
|
||||
SM0603
|
||||
SM0805
|
||||
R?-*
|
||||
SM1206
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -40 150 40 -150 0 1 12 N
|
||||
X ~ 1 0 250 100 D 60 60 1 1 P
|
||||
X ~ 2 0 -250 100 U 60 60 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# VCC
|
||||
#
|
||||
DEF VCC #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 100 30 H I C CNN
|
||||
F1 "VCC" 0 100 30 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
X VCC 1 0 0 0 U 20 20 0 0 W N
|
||||
C 0 50 20 0 1 0 N
|
||||
P 3 0 1 0 0 0 0 30 0 30 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
|
@ -1,9 +1,9 @@
|
|||
(kicad_pcb (version 3) (host pcbnew "(2014-01-22 BZR 4630)-product")
|
||||
(kicad_pcb (version 4) (host pcbnew "(2014-07-02 BZR 4969)-product")
|
||||
|
||||
(general
|
||||
(links 112)
|
||||
(no_connects 0)
|
||||
(area 84.538458 51.714399 192.321543 131.927601)
|
||||
(area 84.619458 51.714399 192.240543 131.927601)
|
||||
(thickness 1.6002)
|
||||
(drawings 6)
|
||||
(tracks 360)
|
||||
|
@ -18,16 +18,19 @@
|
|||
)
|
||||
|
||||
(layers
|
||||
(15 Composant power)
|
||||
(0 Cuivre signal)
|
||||
(18 B.Paste user)
|
||||
(19 F.Paste user)
|
||||
(20 B.SilkS user)
|
||||
(21 F.SilkS user)
|
||||
(22 B.Mask user)
|
||||
(23 F.Mask user)
|
||||
(24 Dwgs.User user)
|
||||
(28 Edge.Cuts user)
|
||||
(0 Composant power)
|
||||
(31 Cuivre signal)
|
||||
(34 B.Paste user)
|
||||
(35 F.Paste user)
|
||||
(36 B.SilkS user)
|
||||
(37 F.SilkS user)
|
||||
(38 B.Mask user)
|
||||
(39 F.Mask user)
|
||||
(40 Dwgs.User user)
|
||||
(41 Cmts.User user)
|
||||
(42 Eco1.User user)
|
||||
(43 Eco2.User user)
|
||||
(44 Edge.Cuts user)
|
||||
)
|
||||
|
||||
(setup
|
||||
|
@ -55,17 +58,18 @@
|
|||
(pad_size 2.286 2.286)
|
||||
(pad_drill 0.8128)
|
||||
(pad_to_mask_clearance 0.254)
|
||||
(aux_axis_origin 0 0)
|
||||
(aux_axis_origin 83.5 138)
|
||||
(visible_elements 7FFFFFFF)
|
||||
(pcbplotparams
|
||||
(layerselection 3178497)
|
||||
(usegerberextensions true)
|
||||
(excludeedgelayer true)
|
||||
(layerselection 0x000fc_80000001)
|
||||
(usegerberextensions false)
|
||||
(usegerberattributes true)
|
||||
(excludeedgelayer false)
|
||||
(linewidth 0.150000)
|
||||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
(useauxorigin false)
|
||||
(useauxorigin true)
|
||||
(hpglpennumber 1)
|
||||
(hpglpenspeed 20)
|
||||
(hpglpendiameter 15)
|
||||
|
@ -74,13 +78,12 @@
|
|||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotothertext true)
|
||||
(plotinvisibletext false)
|
||||
(padsonsilk false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 1)
|
||||
(mirror false)
|
||||
(drillshape 1)
|
||||
(drillshape 0)
|
||||
(scaleselection 1)
|
||||
(outputdirectory ""))
|
||||
)
|
||||
|
@ -144,7 +147,6 @@
|
|||
(via_drill 0.635)
|
||||
(uvia_dia 0.508)
|
||||
(uvia_drill 0.2032)
|
||||
(add_net "")
|
||||
(add_net +12V)
|
||||
(add_net /ampli_ht_horizontal/PIEZO_IN)
|
||||
(add_net /ampli_ht_horizontal/PIEZO_OUT)
|
||||
|
@ -2312,366 +2314,366 @@
|
|||
(gr_line (start 188.595 51.816) (end 188.595 131.826) (angle 90) (layer Edge.Cuts) (width 0.2032))
|
||||
(gr_line (start 88.265 51.816) (end 188.595 51.816) (angle 90) (layer Edge.Cuts) (width 0.2032))
|
||||
|
||||
(segment (start 91.6686 87.249) (end 98.298 87.249) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 99.695 88.646) (end 107.315 88.646) (width 0.6096) (layer Cuivre) (net 1) (status 400))
|
||||
(segment (start 98.298 87.249) (end 99.695 88.646) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 91.6686 85.4837) (end 91.6686 81.8134) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 100.838 76.962) (end 109.27842 76.962) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 99.568 78.232) (end 100.838 76.962) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 95.25 78.232) (end 99.568 78.232) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 91.6686 81.8134) (end 95.25 78.232) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 123.825 68.326) (end 123.825 63.74892) (width 0.6096) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 136.78916 63.74892) (end 139.83208 60.706) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 122.4915 63.74892) (end 123.825 63.74892) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 123.825 63.74892) (end 136.78916 63.74892) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 117.91442 68.326) (end 122.4915 63.74892) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 141.605 60.706) (end 139.83208 60.706) (width 0.6096) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 116.205 68.326) (end 117.91442 68.326) (width 0.6096) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 116.205 68.326) (end 116.205 70.03542) (width 0.6096) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 116.205 70.03542) (end 109.27842 76.962) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 91.6686 112.75314) (end 91.6686 87.249) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 91.6686 87.249) (end 91.6686 85.4837) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 92.64904 113.73358) (end 91.6686 112.75314) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 94.68866 113.73358) (end 92.64904 113.73358) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 97.54108 116.586) (end 94.68866 113.73358) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 107.315 116.586) (end 97.54108 116.586) (width 0.6096) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 113.411 126.492) (end 114.681 126.492) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 114.935 126.238) (end 114.935 124.206) (width 0.6096) (layer Composant) (net 2) (status 400))
|
||||
(segment (start 114.681 126.492) (end 114.935 126.238) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 105.41 126.492) (end 104.775 125.857) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 113.411 126.492) (end 105.41 126.492) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 128.905 76.581) (end 128.143 76.581) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 123.317 77.724) (end 122.555 78.486) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 127 77.724) (end 123.317 77.724) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 128.143 76.581) (end 127 77.724) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 114.935 102.108) (end 114.935 102.362) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 104.775 109.601) (end 104.775 125.857) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 114.935 96.266) (end 114.935 102.108) (width 0.6096) (layer Composant) (net 2) (status 800))
|
||||
(segment (start 114.935 102.362) (end 112.776 104.521) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 112.776 104.521) (end 107.061 104.521) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 107.061 104.521) (end 104.775 106.807) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 104.775 106.807) (end 104.775 109.601) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 114.935 96.266) (end 114.935 95.123) (width 0.6096) (layer Cuivre) (net 2) (status 800))
|
||||
(segment (start 114.935 95.123) (end 117.602 92.456) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 117.602 92.456) (end 120.015 92.456) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 120.015 92.456) (end 122.555 89.916) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 122.555 89.916) (end 122.555 78.486) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 153.035 66.421) (end 153.035 64.516) (width 0.6096) (layer Cuivre) (net 2) (status 400))
|
||||
(segment (start 152.4 67.056) (end 153.035 66.421) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 140.97 67.056) (end 152.4 67.056) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 131.445 76.581) (end 140.97 67.056) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 128.905 76.581) (end 131.445 76.581) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 153.035 64.516) (end 158.75 64.516) (width 0.6096) (layer Cuivre) (net 2) (status 800))
|
||||
(segment (start 97.54108 116.586) (end 94.68866 113.73358) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 94.68866 113.73358) (end 92.64904 113.73358) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 92.64904 113.73358) (end 91.6686 112.75314) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 91.6686 87.249) (end 91.6686 85.4837) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 91.6686 112.75314) (end 91.6686 87.249) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 116.205 70.03542) (end 109.27842 76.962) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 116.205 68.326) (end 116.205 70.03542) (width 0.6096) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 116.205 68.326) (end 117.91442 68.326) (width 0.6096) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 141.605 60.706) (end 139.83208 60.706) (width 0.6096) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 117.91442 68.326) (end 122.4915 63.74892) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 123.825 63.74892) (end 136.78916 63.74892) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 122.4915 63.74892) (end 123.825 63.74892) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 136.78916 63.74892) (end 139.83208 60.706) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 123.825 68.326) (end 123.825 63.74892) (width 0.6096) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 91.6686 81.8134) (end 95.25 78.232) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 95.25 78.232) (end 99.568 78.232) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 99.568 78.232) (end 100.838 76.962) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 100.838 76.962) (end 109.27842 76.962) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 91.6686 85.4837) (end 91.6686 81.8134) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 98.298 87.249) (end 99.695 88.646) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 99.695 88.646) (end 107.315 88.646) (width 0.6096) (layer Cuivre) (net 1) (status 400))
|
||||
(segment (start 91.6686 87.249) (end 98.298 87.249) (width 0.6096) (layer Cuivre) (net 1))
|
||||
(segment (start 158.75 64.516) (end 160.02 63.246) (width 0.6096) (layer Cuivre) (net 2) (status 400))
|
||||
(segment (start 98.92792 68.326) (end 97.65792 69.596) (width 0.6096) (layer Cuivre) (net 3))
|
||||
(segment (start 103.505 68.326) (end 98.92792 68.326) (width 0.6096) (layer Cuivre) (net 3) (status 800))
|
||||
(segment (start 153.035 64.516) (end 158.75 64.516) (width 0.6096) (layer Cuivre) (net 2) (status 800))
|
||||
(segment (start 128.905 76.581) (end 131.445 76.581) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 131.445 76.581) (end 140.97 67.056) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 140.97 67.056) (end 152.4 67.056) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 152.4 67.056) (end 153.035 66.421) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 153.035 66.421) (end 153.035 64.516) (width 0.6096) (layer Cuivre) (net 2) (status 400))
|
||||
(segment (start 122.555 89.916) (end 122.555 78.486) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 120.015 92.456) (end 122.555 89.916) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 117.602 92.456) (end 120.015 92.456) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 114.935 95.123) (end 117.602 92.456) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 114.935 96.266) (end 114.935 95.123) (width 0.6096) (layer Cuivre) (net 2) (status 800))
|
||||
(segment (start 104.775 106.807) (end 104.775 109.601) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 107.061 104.521) (end 104.775 106.807) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 112.776 104.521) (end 107.061 104.521) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 114.935 102.362) (end 112.776 104.521) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 114.935 96.266) (end 114.935 102.108) (width 0.6096) (layer Composant) (net 2) (status 800))
|
||||
(segment (start 104.775 109.601) (end 104.775 125.857) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 114.935 102.108) (end 114.935 102.362) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 128.143 76.581) (end 127 77.724) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 127 77.724) (end 123.317 77.724) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 123.317 77.724) (end 122.555 78.486) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 128.905 76.581) (end 128.143 76.581) (width 0.6096) (layer Cuivre) (net 2))
|
||||
(segment (start 113.411 126.492) (end 105.41 126.492) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 105.41 126.492) (end 104.775 125.857) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 114.681 126.492) (end 114.935 126.238) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 114.935 126.238) (end 114.935 124.206) (width 0.6096) (layer Composant) (net 2) (status 400))
|
||||
(segment (start 113.411 126.492) (end 114.681 126.492) (width 0.6096) (layer Composant) (net 2))
|
||||
(segment (start 95.885 69.596) (end 97.65792 69.596) (width 0.6096) (layer Cuivre) (net 3) (status 800))
|
||||
(segment (start 100.965 80.518) (end 102.743 78.74) (width 0.4318) (layer Cuivre) (net 4) (status 400))
|
||||
(segment (start 95.885 83.185) (end 98.552 80.518) (width 0.4318) (layer Cuivre) (net 4))
|
||||
(segment (start 98.552 80.518) (end 100.965 80.518) (width 0.4318) (layer Cuivre) (net 4))
|
||||
(segment (start 103.505 68.326) (end 98.92792 68.326) (width 0.6096) (layer Cuivre) (net 3) (status 800))
|
||||
(segment (start 98.92792 68.326) (end 97.65792 69.596) (width 0.6096) (layer Cuivre) (net 3))
|
||||
(segment (start 95.885 84.836) (end 95.885 83.185) (width 0.4318) (layer Cuivre) (net 4) (status 800))
|
||||
(segment (start 173.355 97.536) (end 173.355 100.076) (width 0.4318) (layer Cuivre) (net 5) (status 800))
|
||||
(segment (start 173.355 100.076) (end 182.245 100.076) (width 0.4318) (layer Cuivre) (net 5) (status 400))
|
||||
(segment (start 98.552 80.518) (end 100.965 80.518) (width 0.4318) (layer Cuivre) (net 4))
|
||||
(segment (start 95.885 83.185) (end 98.552 80.518) (width 0.4318) (layer Cuivre) (net 4))
|
||||
(segment (start 100.965 80.518) (end 102.743 78.74) (width 0.4318) (layer Cuivre) (net 4) (status 400))
|
||||
(segment (start 173.355 97.536) (end 173.355 91.186) (width 0.4318) (layer Cuivre) (net 5) (status C00))
|
||||
(segment (start 156.845 92.456) (end 154.305 94.996) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 154.305 94.996) (end 146.685 94.996) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 156.845 89.916) (end 161.29 89.916) (width 0.4318) (layer Cuivre) (net 6) (status C00))
|
||||
(segment (start 118.618 99.187) (end 116.586 99.187) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 135.89 92.71) (end 123.698 92.71) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 120.523 95.885) (end 120.523 98.552) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 123.698 92.71) (end 120.523 95.885) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 119.888 99.187) (end 120.523 98.552) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 118.618 99.187) (end 119.888 99.187) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 105.7275 102.0445) (end 113.7285 102.0445) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 105.7275 102.0445) (end 103.69804 100.01504) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 98.48596 100.01504) (end 103.69804 100.01504) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 116.586 99.187) (end 116.078 99.695) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 113.7285 102.0445) (end 116.078 99.695) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 98.425 100.076) (end 98.48596 100.01504) (width 0.4318) (layer Cuivre) (net 6) (status 800))
|
||||
(segment (start 135.89 92.71) (end 135.89 91.186) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 143.51 91.821) (end 146.685 94.996) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 143.51 89.281) (end 143.51 91.821) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 142.24 88.011) (end 143.51 89.281) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 139.065 88.011) (end 142.24 88.011) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 135.89 91.186) (end 139.065 88.011) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 173.355 100.076) (end 182.245 100.076) (width 0.4318) (layer Cuivre) (net 5) (status 400))
|
||||
(segment (start 173.355 97.536) (end 173.355 100.076) (width 0.4318) (layer Cuivre) (net 5) (status 800))
|
||||
(segment (start 156.845 89.916) (end 156.845 92.456) (width 0.4318) (layer Cuivre) (net 6) (status 800))
|
||||
(segment (start 109.855 88.646) (end 112.395 88.646) (width 0.4318) (layer Cuivre) (net 7) (status C00))
|
||||
(segment (start 118.745 81.026) (end 118.745 81.661) (width 0.4318) (layer Cuivre) (net 7) (status 800))
|
||||
(segment (start 118.745 81.661) (end 116.84 83.566) (width 0.4318) (layer Cuivre) (net 7))
|
||||
(segment (start 116.078 90.678) (end 114.427 90.678) (width 0.4318) (layer Cuivre) (net 7))
|
||||
(segment (start 112.395 88.646) (end 112.395 96.266) (width 0.4318) (layer Cuivre) (net 7) (status C00))
|
||||
(segment (start 114.427 90.678) (end 112.395 88.646) (width 0.4318) (layer Cuivre) (net 7) (status 400))
|
||||
(segment (start 116.84 83.566) (end 116.84 89.916) (width 0.4318) (layer Cuivre) (net 7))
|
||||
(segment (start 135.89 91.186) (end 139.065 88.011) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 139.065 88.011) (end 142.24 88.011) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 142.24 88.011) (end 143.51 89.281) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 143.51 89.281) (end 143.51 91.821) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 143.51 91.821) (end 146.685 94.996) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 135.89 92.71) (end 135.89 91.186) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 98.425 100.076) (end 98.48596 100.01504) (width 0.4318) (layer Cuivre) (net 6) (status 800))
|
||||
(segment (start 113.7285 102.0445) (end 116.078 99.695) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 116.586 99.187) (end 116.078 99.695) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 98.48596 100.01504) (end 103.69804 100.01504) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 105.7275 102.0445) (end 103.69804 100.01504) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 105.7275 102.0445) (end 113.7285 102.0445) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 118.618 99.187) (end 119.888 99.187) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 119.888 99.187) (end 120.523 98.552) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 123.698 92.71) (end 120.523 95.885) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 120.523 95.885) (end 120.523 98.552) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 135.89 92.71) (end 123.698 92.71) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 118.618 99.187) (end 116.586 99.187) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 156.845 89.916) (end 161.29 89.916) (width 0.4318) (layer Cuivre) (net 6) (status C00))
|
||||
(segment (start 154.305 94.996) (end 146.685 94.996) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 156.845 92.456) (end 154.305 94.996) (width 0.4318) (layer Cuivre) (net 6))
|
||||
(segment (start 116.84 89.916) (end 116.078 90.678) (width 0.4318) (layer Cuivre) (net 7))
|
||||
(segment (start 95.758 107.061) (end 102.235 107.061) (width 0.4318) (layer Cuivre) (net 8) (status 400))
|
||||
(segment (start 94.615 108.204) (end 95.758 107.061) (width 0.4318) (layer Cuivre) (net 8))
|
||||
(segment (start 116.84 83.566) (end 116.84 89.916) (width 0.4318) (layer Cuivre) (net 7))
|
||||
(segment (start 114.427 90.678) (end 112.395 88.646) (width 0.4318) (layer Cuivre) (net 7) (status 400))
|
||||
(segment (start 112.395 88.646) (end 112.395 96.266) (width 0.4318) (layer Cuivre) (net 7) (status C00))
|
||||
(segment (start 116.078 90.678) (end 114.427 90.678) (width 0.4318) (layer Cuivre) (net 7))
|
||||
(segment (start 118.745 81.661) (end 116.84 83.566) (width 0.4318) (layer Cuivre) (net 7))
|
||||
(segment (start 118.745 81.026) (end 118.745 81.661) (width 0.4318) (layer Cuivre) (net 7) (status 800))
|
||||
(segment (start 109.855 88.646) (end 112.395 88.646) (width 0.4318) (layer Cuivre) (net 7) (status C00))
|
||||
(segment (start 94.615 111.506) (end 94.615 108.204) (width 0.4318) (layer Cuivre) (net 8) (status 800))
|
||||
(segment (start 173.355 122.936) (end 173.355 119.126) (width 0.4318) (layer Cuivre) (net 9) (status C00))
|
||||
(segment (start 94.615 108.204) (end 95.758 107.061) (width 0.4318) (layer Cuivre) (net 8))
|
||||
(segment (start 95.758 107.061) (end 102.235 107.061) (width 0.4318) (layer Cuivre) (net 8) (status 400))
|
||||
(segment (start 173.355 122.936) (end 182.245 122.936) (width 0.4318) (layer Cuivre) (net 9) (status C00))
|
||||
(segment (start 133.35 118.364) (end 134.112 118.364) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 142.875 117.221) (end 146.05 120.396) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 142.875 115.316) (end 142.875 117.221) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 141.605 114.046) (end 142.875 115.316) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 138.43 114.046) (end 141.605 114.046) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 134.112 118.364) (end 138.43 114.046) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 152.4 120.396) (end 146.05 120.396) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 152.4 120.396) (end 156.21 116.586) (width 0.4318) (layer Cuivre) (net 10) (status 400))
|
||||
(segment (start 160.02 116.586) (end 156.21 116.586) (width 0.4318) (layer Cuivre) (net 10) (status C00))
|
||||
(segment (start 98.425 125.476) (end 99.695 125.476) (width 0.4318) (layer Cuivre) (net 10) (status 800))
|
||||
(segment (start 105.029 125.222) (end 105.029 127.254) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 101.092 124.079) (end 103.886 124.079) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 103.886 124.079) (end 105.029 125.222) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 99.695 125.476) (end 101.092 124.079) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 124.0155 125.9205) (end 118.0465 125.9205) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 115.189 128.778) (end 106.553 128.778) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 106.553 128.778) (end 105.029 127.254) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 118.0465 125.9205) (end 117.221 126.746) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 131.572 118.364) (end 133.35 118.364) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 124.0155 125.9205) (end 131.572 118.364) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 173.355 122.936) (end 173.355 119.126) (width 0.4318) (layer Cuivre) (net 9) (status C00))
|
||||
(segment (start 117.221 126.746) (end 115.189 128.778) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 116.713 112.522) (end 116.713 113.792) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 116.713 121.158) (end 112.395 121.158) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 118.618 119.253) (end 116.713 121.158) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 118.618 115.697) (end 118.618 119.253) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 116.713 113.792) (end 118.618 115.697) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 112.395 121.158) (end 112.395 116.586) (width 0.4318) (layer Cuivre) (net 11) (status 400))
|
||||
(segment (start 117.983 110.236) (end 116.713 111.506) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 112.395 116.586) (end 109.855 116.586) (width 0.4318) (layer Cuivre) (net 11) (status C00))
|
||||
(segment (start 116.713 111.506) (end 116.713 112.522) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 118.745 110.236) (end 117.983 110.236) (width 0.4318) (layer Cuivre) (net 11) (status 800))
|
||||
(segment (start 124.0155 125.9205) (end 131.572 118.364) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 131.572 118.364) (end 133.35 118.364) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 118.0465 125.9205) (end 117.221 126.746) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 106.553 128.778) (end 105.029 127.254) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 115.189 128.778) (end 106.553 128.778) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 124.0155 125.9205) (end 118.0465 125.9205) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 99.695 125.476) (end 101.092 124.079) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 103.886 124.079) (end 105.029 125.222) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 101.092 124.079) (end 103.886 124.079) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 105.029 125.222) (end 105.029 127.254) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 98.425 125.476) (end 99.695 125.476) (width 0.4318) (layer Cuivre) (net 10) (status 800))
|
||||
(segment (start 160.02 116.586) (end 156.21 116.586) (width 0.4318) (layer Cuivre) (net 10) (status C00))
|
||||
(segment (start 152.4 120.396) (end 156.21 116.586) (width 0.4318) (layer Cuivre) (net 10) (status 400))
|
||||
(segment (start 152.4 120.396) (end 146.05 120.396) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 134.112 118.364) (end 138.43 114.046) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 138.43 114.046) (end 141.605 114.046) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 141.605 114.046) (end 142.875 115.316) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 142.875 115.316) (end 142.875 117.221) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 142.875 117.221) (end 146.05 120.396) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 133.35 118.364) (end 134.112 118.364) (width 0.4318) (layer Cuivre) (net 10))
|
||||
(segment (start 112.395 124.206) (end 112.395 121.158) (width 0.4318) (layer Cuivre) (net 11) (status 800))
|
||||
(segment (start 150.495 70.231) (end 151.765 68.961) (width 0.6096) (layer Cuivre) (net 12))
|
||||
(segment (start 150.495 72.136) (end 150.495 70.231) (width 0.6096) (layer Cuivre) (net 12) (status 800))
|
||||
(segment (start 151.765 68.961) (end 156.21 68.961) (width 0.6096) (layer Cuivre) (net 12))
|
||||
(segment (start 123.698 70.866) (end 123.825 70.866) (width 0.6096) (layer Cuivre) (net 12) (status 800))
|
||||
(segment (start 123.825 70.866) (end 125.73 68.961) (width 0.6096) (layer Cuivre) (net 12))
|
||||
(segment (start 156.21 68.961) (end 160.02 72.771) (width 0.6096) (layer Cuivre) (net 12))
|
||||
(segment (start 118.745 110.236) (end 117.983 110.236) (width 0.4318) (layer Cuivre) (net 11) (status 800))
|
||||
(segment (start 116.713 111.506) (end 116.713 112.522) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 112.395 116.586) (end 109.855 116.586) (width 0.4318) (layer Cuivre) (net 11) (status C00))
|
||||
(segment (start 117.983 110.236) (end 116.713 111.506) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 112.395 121.158) (end 112.395 116.586) (width 0.4318) (layer Cuivre) (net 11) (status 400))
|
||||
(segment (start 116.713 113.792) (end 118.618 115.697) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 118.618 115.697) (end 118.618 119.253) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 118.618 119.253) (end 116.713 121.158) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 116.713 121.158) (end 112.395 121.158) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 116.713 112.522) (end 116.713 113.792) (width 0.4318) (layer Cuivre) (net 11))
|
||||
(segment (start 160.02 72.771) (end 160.02 78.486) (width 0.6096) (layer Cuivre) (net 12) (status 400))
|
||||
(segment (start 122.555 60.706) (end 121.76506 60.706) (width 0.6096) (layer Cuivre) (net 13) (status 800))
|
||||
(segment (start 124.8537 57.61736) (end 160.74136 57.61736) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 132.715 79.756) (end 135.76046 82.80146) (width 0.6096) (layer Cuivre) (net 13) (status 800))
|
||||
(segment (start 164.465 77.851) (end 159.385 82.931) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 143.383 108.966) (end 146.685 108.966) (width 0.6096) (layer Cuivre) (net 13) (status 400))
|
||||
(segment (start 140.843 106.426) (end 143.383 108.966) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 145.415 86.106) (end 147.955 83.566) (width 0.6096) (layer Composant) (net 13) (status 800))
|
||||
(segment (start 135.255 106.426) (end 140.716 106.426) (width 0.6096) (layer Cuivre) (net 13) (status 800))
|
||||
(segment (start 160.74136 57.61736) (end 164.465 61.341) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 140.716 106.426) (end 140.843 106.426) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 135.76046 82.80146) (end 142.11046 82.80146) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 121.76506 60.706) (end 124.8537 57.61736) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 146.685 108.966) (end 150.93696 113.21542) (width 0.6096) (layer Cuivre) (net 13) (status 800))
|
||||
(segment (start 151.765 115.316) (end 151.765 114.04854) (width 0.6096) (layer Cuivre) (net 13) (status 800))
|
||||
(segment (start 151.765 114.04854) (end 150.93696 113.21542) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 117.16258 56.896) (end 95.885 56.896) (width 0.6096) (layer Cuivre) (net 13) (status 400))
|
||||
(segment (start 120.97258 60.706) (end 117.16258 56.896) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 159.385 82.931) (end 152.4 82.931) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 149.225 86.106) (end 145.415 86.106) (width 0.6096) (layer Cuivre) (net 13) (status 400))
|
||||
(segment (start 164.465 61.341) (end 164.465 77.851) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 151.765 88.646) (end 149.225 86.106) (width 0.6096) (layer Cuivre) (net 13) (status 800))
|
||||
(segment (start 142.11046 82.80146) (end 145.415 86.106) (width 0.6096) (layer Cuivre) (net 13) (status 400))
|
||||
(segment (start 151.765 108.966) (end 146.685 108.966) (width 0.6096) (layer Composant) (net 13) (status 400))
|
||||
(segment (start 147.955 83.566) (end 151.765 83.566) (width 0.6096) (layer Composant) (net 13))
|
||||
(segment (start 151.765 83.566) (end 154.305 86.106) (width 0.6096) (layer Composant) (net 13))
|
||||
(segment (start 154.305 86.106) (end 154.305 106.426) (width 0.6096) (layer Composant) (net 13))
|
||||
(segment (start 121.76506 60.706) (end 120.97258 60.706) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 154.305 106.426) (end 151.765 108.966) (width 0.6096) (layer Composant) (net 13))
|
||||
(segment (start 156.21 68.961) (end 160.02 72.771) (width 0.6096) (layer Cuivre) (net 12))
|
||||
(segment (start 123.825 70.866) (end 125.73 68.961) (width 0.6096) (layer Cuivre) (net 12))
|
||||
(segment (start 123.698 70.866) (end 123.825 70.866) (width 0.6096) (layer Cuivre) (net 12) (status 800))
|
||||
(segment (start 151.765 68.961) (end 156.21 68.961) (width 0.6096) (layer Cuivre) (net 12))
|
||||
(segment (start 150.495 72.136) (end 150.495 70.231) (width 0.6096) (layer Cuivre) (net 12) (status 800))
|
||||
(segment (start 150.495 70.231) (end 151.765 68.961) (width 0.6096) (layer Cuivre) (net 12))
|
||||
(segment (start 152.4 82.931) (end 149.225 86.106) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 147.955 70.231) (end 147.955 72.136) (width 0.4318) (layer Cuivre) (net 14) (status 400))
|
||||
(segment (start 142.24 68.961) (end 146.685 68.961) (width 0.4318) (layer Cuivre) (net 14))
|
||||
(segment (start 146.685 68.961) (end 147.955 70.231) (width 0.4318) (layer Cuivre) (net 14))
|
||||
(segment (start 139.7 77.216) (end 139.7 71.501) (width 0.4318) (layer Cuivre) (net 14) (status 800))
|
||||
(segment (start 154.305 106.426) (end 151.765 108.966) (width 0.6096) (layer Composant) (net 13))
|
||||
(segment (start 121.76506 60.706) (end 120.97258 60.706) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 154.305 86.106) (end 154.305 106.426) (width 0.6096) (layer Composant) (net 13))
|
||||
(segment (start 151.765 83.566) (end 154.305 86.106) (width 0.6096) (layer Composant) (net 13))
|
||||
(segment (start 147.955 83.566) (end 151.765 83.566) (width 0.6096) (layer Composant) (net 13))
|
||||
(segment (start 151.765 108.966) (end 146.685 108.966) (width 0.6096) (layer Composant) (net 13) (status 400))
|
||||
(segment (start 142.11046 82.80146) (end 145.415 86.106) (width 0.6096) (layer Cuivre) (net 13) (status 400))
|
||||
(segment (start 151.765 88.646) (end 149.225 86.106) (width 0.6096) (layer Cuivre) (net 13) (status 800))
|
||||
(segment (start 164.465 61.341) (end 164.465 77.851) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 149.225 86.106) (end 145.415 86.106) (width 0.6096) (layer Cuivre) (net 13) (status 400))
|
||||
(segment (start 159.385 82.931) (end 152.4 82.931) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 120.97258 60.706) (end 117.16258 56.896) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 117.16258 56.896) (end 95.885 56.896) (width 0.6096) (layer Cuivre) (net 13) (status 400))
|
||||
(segment (start 151.765 114.04854) (end 150.93696 113.21542) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 151.765 115.316) (end 151.765 114.04854) (width 0.6096) (layer Cuivre) (net 13) (status 800))
|
||||
(segment (start 146.685 108.966) (end 150.93696 113.21542) (width 0.6096) (layer Cuivre) (net 13) (status 800))
|
||||
(segment (start 121.76506 60.706) (end 124.8537 57.61736) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 135.76046 82.80146) (end 142.11046 82.80146) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 140.716 106.426) (end 140.843 106.426) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 160.74136 57.61736) (end 164.465 61.341) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 135.255 106.426) (end 140.716 106.426) (width 0.6096) (layer Cuivre) (net 13) (status 800))
|
||||
(segment (start 145.415 86.106) (end 147.955 83.566) (width 0.6096) (layer Composant) (net 13) (status 800))
|
||||
(segment (start 140.843 106.426) (end 143.383 108.966) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 143.383 108.966) (end 146.685 108.966) (width 0.6096) (layer Cuivre) (net 13) (status 400))
|
||||
(segment (start 164.465 77.851) (end 159.385 82.931) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 132.715 79.756) (end 135.76046 82.80146) (width 0.6096) (layer Cuivre) (net 13) (status 800))
|
||||
(segment (start 124.8537 57.61736) (end 160.74136 57.61736) (width 0.6096) (layer Cuivre) (net 13))
|
||||
(segment (start 122.555 60.706) (end 121.76506 60.706) (width 0.6096) (layer Cuivre) (net 13) (status 800))
|
||||
(segment (start 139.7 71.501) (end 142.24 68.961) (width 0.4318) (layer Cuivre) (net 14))
|
||||
(segment (start 153.035 72.136) (end 153.035 75.311) (width 0.4318) (layer Cuivre) (net 15) (status 800))
|
||||
(segment (start 139.7 77.216) (end 139.7 71.501) (width 0.4318) (layer Cuivre) (net 14) (status 800))
|
||||
(segment (start 146.685 68.961) (end 147.955 70.231) (width 0.4318) (layer Cuivre) (net 14))
|
||||
(segment (start 142.24 68.961) (end 146.685 68.961) (width 0.4318) (layer Cuivre) (net 14))
|
||||
(segment (start 147.955 70.231) (end 147.955 72.136) (width 0.4318) (layer Cuivre) (net 14) (status 400))
|
||||
(segment (start 153.035 75.311) (end 154.94 77.216) (width 0.4318) (layer Cuivre) (net 15) (status 400))
|
||||
(segment (start 106.172 107.061) (end 109.855 107.061) (width 0.4318) (layer Cuivre) (net 16) (status 400))
|
||||
(segment (start 102.235 110.236) (end 102.997 110.236) (width 0.4318) (layer Cuivre) (net 16) (status 800))
|
||||
(segment (start 109.855 107.061) (end 113.665 107.061) (width 0.4318) (layer Cuivre) (net 16) (status C00))
|
||||
(segment (start 153.035 72.136) (end 153.035 75.311) (width 0.4318) (layer Cuivre) (net 15) (status 800))
|
||||
(segment (start 102.997 110.236) (end 106.172 107.061) (width 0.4318) (layer Cuivre) (net 16))
|
||||
(segment (start 102.235 82.296) (end 106.807 82.296) (width 0.4318) (layer Cuivre) (net 17) (status 800))
|
||||
(segment (start 110.363 78.74) (end 113.411 78.74) (width 0.4318) (layer Cuivre) (net 17) (status 800))
|
||||
(segment (start 113.411 78.74) (end 113.665 78.486) (width 0.4318) (layer Cuivre) (net 17) (status 400))
|
||||
(segment (start 109.855 107.061) (end 113.665 107.061) (width 0.4318) (layer Cuivre) (net 16) (status C00))
|
||||
(segment (start 102.235 110.236) (end 102.997 110.236) (width 0.4318) (layer Cuivre) (net 16) (status 800))
|
||||
(segment (start 106.172 107.061) (end 109.855 107.061) (width 0.4318) (layer Cuivre) (net 16) (status 400))
|
||||
(segment (start 106.807 82.296) (end 110.363 78.74) (width 0.4318) (layer Cuivre) (net 17) (status 400))
|
||||
(segment (start 113.665 110.236) (end 109.855 110.236) (width 0.4318) (layer Cuivre) (net 18) (status C00))
|
||||
(segment (start 104.775 110.236) (end 109.855 110.236) (width 0.4318) (layer Cuivre) (net 18) (status 400))
|
||||
(segment (start 113.411 78.74) (end 113.665 78.486) (width 0.4318) (layer Cuivre) (net 17) (status 400))
|
||||
(segment (start 110.363 78.74) (end 113.411 78.74) (width 0.4318) (layer Cuivre) (net 17) (status 800))
|
||||
(segment (start 102.235 82.296) (end 106.807 82.296) (width 0.4318) (layer Cuivre) (net 17) (status 800))
|
||||
(segment (start 102.235 112.776) (end 104.775 110.236) (width 0.4318) (layer Cuivre) (net 18) (status 800))
|
||||
(segment (start 109.855 112.776) (end 113.665 112.776) (width 0.4318) (layer Cuivre) (net 19) (status C00))
|
||||
(segment (start 114.935 114.046) (end 114.935 116.586) (width 0.4318) (layer Cuivre) (net 19) (status 400))
|
||||
(segment (start 104.775 110.236) (end 109.855 110.236) (width 0.4318) (layer Cuivre) (net 18) (status 400))
|
||||
(segment (start 113.665 110.236) (end 109.855 110.236) (width 0.4318) (layer Cuivre) (net 18) (status C00))
|
||||
(segment (start 113.665 112.776) (end 114.935 114.046) (width 0.4318) (layer Cuivre) (net 19) (status 800))
|
||||
(segment (start 136.779 127.381) (end 136.779 128.651) (width 0.4318) (layer Cuivre) (net 20) (status 800))
|
||||
(segment (start 114.935 114.046) (end 114.935 116.586) (width 0.4318) (layer Cuivre) (net 19) (status 400))
|
||||
(segment (start 109.855 112.776) (end 113.665 112.776) (width 0.4318) (layer Cuivre) (net 19) (status C00))
|
||||
(segment (start 136.779 128.651) (end 138.176 130.048) (width 0.4318) (layer Cuivre) (net 20) (status 400))
|
||||
(segment (start 109.855 82.296) (end 109.855 81.661) (width 0.4318) (layer Cuivre) (net 21) (status 800))
|
||||
(segment (start 109.855 84.836) (end 109.855 82.296) (width 0.4318) (layer Cuivre) (net 21) (status C00))
|
||||
(segment (start 110.49 81.026) (end 113.665 81.026) (width 0.4318) (layer Cuivre) (net 21) (status 400))
|
||||
(segment (start 136.779 127.381) (end 136.779 128.651) (width 0.4318) (layer Cuivre) (net 20) (status 800))
|
||||
(segment (start 109.855 81.661) (end 110.49 81.026) (width 0.4318) (layer Cuivre) (net 21))
|
||||
(segment (start 113.665 85.471) (end 114.935 86.741) (width 0.4318) (layer Cuivre) (net 22))
|
||||
(segment (start 114.935 86.741) (end 114.935 88.646) (width 0.4318) (layer Cuivre) (net 22) (status 400))
|
||||
(segment (start 113.03 84.836) (end 111.252 86.614) (width 0.4318) (layer Cuivre) (net 22))
|
||||
(segment (start 113.665 84.836) (end 113.665 85.471) (width 0.4318) (layer Cuivre) (net 22) (status 800))
|
||||
(segment (start 111.252 86.614) (end 104.013 86.614) (width 0.4318) (layer Cuivre) (net 22))
|
||||
(segment (start 113.665 84.836) (end 113.03 84.836) (width 0.4318) (layer Cuivre) (net 22) (status 800))
|
||||
(segment (start 110.49 81.026) (end 113.665 81.026) (width 0.4318) (layer Cuivre) (net 21) (status 400))
|
||||
(segment (start 109.855 84.836) (end 109.855 82.296) (width 0.4318) (layer Cuivre) (net 21) (status C00))
|
||||
(segment (start 109.855 82.296) (end 109.855 81.661) (width 0.4318) (layer Cuivre) (net 21) (status 800))
|
||||
(segment (start 104.013 86.614) (end 102.235 84.836) (width 0.4318) (layer Cuivre) (net 22) (status 400))
|
||||
(segment (start 135.255 101.346) (end 138.049 104.14) (width 0.4318) (layer Cuivre) (net 23) (status 400))
|
||||
(segment (start 113.665 84.836) (end 113.03 84.836) (width 0.4318) (layer Cuivre) (net 22) (status 800))
|
||||
(segment (start 111.252 86.614) (end 104.013 86.614) (width 0.4318) (layer Cuivre) (net 22))
|
||||
(segment (start 113.665 84.836) (end 113.665 85.471) (width 0.4318) (layer Cuivre) (net 22) (status 800))
|
||||
(segment (start 113.03 84.836) (end 111.252 86.614) (width 0.4318) (layer Cuivre) (net 22))
|
||||
(segment (start 114.935 86.741) (end 114.935 88.646) (width 0.4318) (layer Cuivre) (net 22) (status 400))
|
||||
(segment (start 113.665 85.471) (end 114.935 86.741) (width 0.4318) (layer Cuivre) (net 22))
|
||||
(segment (start 133.985 101.346) (end 135.255 101.346) (width 0.4318) (layer Cuivre) (net 23) (status 800))
|
||||
(segment (start 127.635 106.426) (end 128.83642 106.426) (width 0.4318) (layer Cuivre) (net 24) (status 800))
|
||||
(segment (start 131.37642 108.966) (end 128.83642 106.426) (width 0.4318) (layer Cuivre) (net 24))
|
||||
(segment (start 135.255 101.346) (end 138.049 104.14) (width 0.4318) (layer Cuivre) (net 23) (status 400))
|
||||
(segment (start 135.255 108.966) (end 131.37642 108.966) (width 0.4318) (layer Cuivre) (net 24) (status 800))
|
||||
(segment (start 127.635 110.16742) (end 130.175 112.70742) (width 0.4318) (layer Cuivre) (net 25))
|
||||
(segment (start 127.635 108.966) (end 127.635 110.16742) (width 0.4318) (layer Cuivre) (net 25) (status 800))
|
||||
(segment (start 122.555 115.316) (end 122.555 115.24742) (width 0.4318) (layer Cuivre) (net 25) (status 800))
|
||||
(segment (start 130.175 112.70742) (end 130.175 114.046) (width 0.4318) (layer Cuivre) (net 25) (status 400))
|
||||
(segment (start 131.37642 108.966) (end 128.83642 106.426) (width 0.4318) (layer Cuivre) (net 24))
|
||||
(segment (start 127.635 106.426) (end 128.83642 106.426) (width 0.4318) (layer Cuivre) (net 24) (status 800))
|
||||
(segment (start 122.555 115.24742) (end 127.635 110.16742) (width 0.4318) (layer Cuivre) (net 25))
|
||||
(segment (start 144.78 122.301) (end 144.78 123.571) (width 0.4318) (layer Cuivre) (net 26) (status 400))
|
||||
(segment (start 140.97 118.491) (end 144.78 122.301) (width 0.4318) (layer Cuivre) (net 26))
|
||||
(segment (start 130.175 112.70742) (end 130.175 114.046) (width 0.4318) (layer Cuivre) (net 25) (status 400))
|
||||
(segment (start 122.555 115.316) (end 122.555 115.24742) (width 0.4318) (layer Cuivre) (net 25) (status 800))
|
||||
(segment (start 127.635 108.966) (end 127.635 110.16742) (width 0.4318) (layer Cuivre) (net 25) (status 800))
|
||||
(segment (start 127.635 110.16742) (end 130.175 112.70742) (width 0.4318) (layer Cuivre) (net 25))
|
||||
(segment (start 140.97 115.951) (end 140.97 118.491) (width 0.4318) (layer Cuivre) (net 26) (status 800))
|
||||
(segment (start 140.97 123.571) (end 140.97 123.952) (width 0.4318) (layer Cuivre) (net 27) (status 800))
|
||||
(segment (start 140.97 123.952) (end 144.399 127.381) (width 0.4318) (layer Cuivre) (net 27) (status 400))
|
||||
(segment (start 133.985 124.206) (end 137.795 124.206) (width 0.4318) (layer Cuivre) (net 27) (status 800))
|
||||
(segment (start 138.43 123.571) (end 140.97 123.571) (width 0.4318) (layer Cuivre) (net 27) (status 400))
|
||||
(segment (start 137.795 124.206) (end 138.43 123.571) (width 0.4318) (layer Cuivre) (net 27))
|
||||
(segment (start 144.399 127.381) (end 144.78 127.381) (width 0.4318) (layer Cuivre) (net 27) (status 800))
|
||||
(segment (start 144.78 127.381) (end 145.415 128.016) (width 0.4318) (layer Cuivre) (net 27))
|
||||
(segment (start 145.415 128.016) (end 149.225 128.016) (width 0.4318) (layer Cuivre) (net 27))
|
||||
(segment (start 149.225 128.016) (end 150.495 126.746) (width 0.4318) (layer Cuivre) (net 27))
|
||||
(segment (start 140.97 118.491) (end 144.78 122.301) (width 0.4318) (layer Cuivre) (net 26))
|
||||
(segment (start 144.78 122.301) (end 144.78 123.571) (width 0.4318) (layer Cuivre) (net 26) (status 400))
|
||||
(segment (start 150.495 126.746) (end 150.495 125.476) (width 0.4318) (layer Cuivre) (net 27) (status 400))
|
||||
(segment (start 149.225 128.016) (end 150.495 126.746) (width 0.4318) (layer Cuivre) (net 27))
|
||||
(segment (start 145.415 128.016) (end 149.225 128.016) (width 0.4318) (layer Cuivre) (net 27))
|
||||
(segment (start 144.78 127.381) (end 145.415 128.016) (width 0.4318) (layer Cuivre) (net 27))
|
||||
(segment (start 144.399 127.381) (end 144.78 127.381) (width 0.4318) (layer Cuivre) (net 27) (status 800))
|
||||
(segment (start 137.795 124.206) (end 138.43 123.571) (width 0.4318) (layer Cuivre) (net 27))
|
||||
(segment (start 138.43 123.571) (end 140.97 123.571) (width 0.4318) (layer Cuivre) (net 27) (status 400))
|
||||
(segment (start 133.985 124.206) (end 137.795 124.206) (width 0.4318) (layer Cuivre) (net 27) (status 800))
|
||||
(segment (start 140.97 123.952) (end 144.399 127.381) (width 0.4318) (layer Cuivre) (net 27) (status 400))
|
||||
(segment (start 140.97 123.571) (end 140.97 123.952) (width 0.4318) (layer Cuivre) (net 27) (status 800))
|
||||
(segment (start 125.095 79.756) (end 125.095 82.296) (width 0.4318) (layer Cuivre) (net 28) (status C00))
|
||||
(segment (start 137.795 81.026) (end 137.795 79.756) (width 0.4318) (layer Cuivre) (net 29) (status 800))
|
||||
(segment (start 131.445 77.851) (end 130.175 79.121) (width 0.4318) (layer Cuivre) (net 29))
|
||||
(segment (start 132.715 82.296) (end 132.08 82.296) (width 0.4318) (layer Cuivre) (net 29) (status 800))
|
||||
(segment (start 132.08 82.296) (end 130.175 84.201) (width 0.4318) (layer Cuivre) (net 29))
|
||||
(segment (start 130.175 79.121) (end 130.175 79.756) (width 0.4318) (layer Cuivre) (net 29))
|
||||
(segment (start 130.175 79.756) (end 132.715 82.296) (width 0.4318) (layer Cuivre) (net 29) (status 400))
|
||||
(segment (start 137.795 79.756) (end 135.89 77.851) (width 0.4318) (layer Cuivre) (net 29))
|
||||
(segment (start 135.89 77.851) (end 131.445 77.851) (width 0.4318) (layer Cuivre) (net 29))
|
||||
(segment (start 130.175 84.201) (end 130.175 87.376) (width 0.4318) (layer Cuivre) (net 29) (status 400))
|
||||
(segment (start 141.605 91.821) (end 145.415 95.631) (width 0.4318) (layer Cuivre) (net 30))
|
||||
(segment (start 141.605 89.916) (end 141.605 91.821) (width 0.4318) (layer Cuivre) (net 30) (status 800))
|
||||
(segment (start 135.89 77.851) (end 131.445 77.851) (width 0.4318) (layer Cuivre) (net 29))
|
||||
(segment (start 137.795 79.756) (end 135.89 77.851) (width 0.4318) (layer Cuivre) (net 29))
|
||||
(segment (start 130.175 79.756) (end 132.715 82.296) (width 0.4318) (layer Cuivre) (net 29) (status 400))
|
||||
(segment (start 130.175 79.121) (end 130.175 79.756) (width 0.4318) (layer Cuivre) (net 29))
|
||||
(segment (start 132.08 82.296) (end 130.175 84.201) (width 0.4318) (layer Cuivre) (net 29))
|
||||
(segment (start 132.715 82.296) (end 132.08 82.296) (width 0.4318) (layer Cuivre) (net 29) (status 800))
|
||||
(segment (start 131.445 77.851) (end 130.175 79.121) (width 0.4318) (layer Cuivre) (net 29))
|
||||
(segment (start 137.795 81.026) (end 137.795 79.756) (width 0.4318) (layer Cuivre) (net 29) (status 800))
|
||||
(segment (start 145.415 95.631) (end 145.415 97.536) (width 0.4318) (layer Cuivre) (net 30) (status 400))
|
||||
(segment (start 134.53364 99.35464) (end 132.715 97.536) (width 0.4318) (layer Cuivre) (net 31) (status 400))
|
||||
(segment (start 139.85494 99.35464) (end 134.53364 99.35464) (width 0.4318) (layer Cuivre) (net 31))
|
||||
(segment (start 150.495 100.711) (end 150.495 101.346) (width 0.4318) (layer Cuivre) (net 31) (status 800))
|
||||
(segment (start 144.145 101.346) (end 141.605 101.346) (width 0.4318) (layer Cuivre) (net 31) (status 400))
|
||||
(segment (start 145.415 102.616) (end 144.145 101.346) (width 0.4318) (layer Cuivre) (net 31))
|
||||
(segment (start 149.225 102.616) (end 145.415 102.616) (width 0.4318) (layer Cuivre) (net 31))
|
||||
(segment (start 150.495 101.346) (end 149.225 102.616) (width 0.4318) (layer Cuivre) (net 31))
|
||||
(segment (start 141.605 97.536) (end 141.605 101.346) (width 0.4318) (layer Cuivre) (net 31) (status C00))
|
||||
(segment (start 141.67358 97.536) (end 139.85494 99.35464) (width 0.4318) (layer Cuivre) (net 31))
|
||||
(segment (start 141.605 89.916) (end 141.605 91.821) (width 0.4318) (layer Cuivre) (net 30) (status 800))
|
||||
(segment (start 141.605 91.821) (end 145.415 95.631) (width 0.4318) (layer Cuivre) (net 30))
|
||||
(segment (start 141.605 97.536) (end 141.67358 97.536) (width 0.4318) (layer Cuivre) (net 31) (status 800))
|
||||
(segment (start 138.43 112.141) (end 136.525 114.046) (width 0.4318) (layer Cuivre) (net 32))
|
||||
(segment (start 144.145 112.141) (end 138.43 112.141) (width 0.4318) (layer Cuivre) (net 32))
|
||||
(segment (start 144.78 112.776) (end 144.145 112.141) (width 0.4318) (layer Cuivre) (net 32))
|
||||
(segment (start 149.225 115.316) (end 147.32 113.411) (width 0.4318) (layer Cuivre) (net 32) (status 800))
|
||||
(segment (start 147.32 113.411) (end 144.78 113.411) (width 0.4318) (layer Cuivre) (net 32))
|
||||
(segment (start 136.525 114.046) (end 132.715 114.046) (width 0.4318) (layer Cuivre) (net 32) (status 400))
|
||||
(segment (start 144.78 115.951) (end 144.78 113.411) (width 0.4318) (layer Cuivre) (net 32) (status 800))
|
||||
(segment (start 141.67358 97.536) (end 139.85494 99.35464) (width 0.4318) (layer Cuivre) (net 31))
|
||||
(segment (start 141.605 97.536) (end 141.605 101.346) (width 0.4318) (layer Cuivre) (net 31) (status C00))
|
||||
(segment (start 150.495 101.346) (end 149.225 102.616) (width 0.4318) (layer Cuivre) (net 31))
|
||||
(segment (start 149.225 102.616) (end 145.415 102.616) (width 0.4318) (layer Cuivre) (net 31))
|
||||
(segment (start 145.415 102.616) (end 144.145 101.346) (width 0.4318) (layer Cuivre) (net 31))
|
||||
(segment (start 144.145 101.346) (end 141.605 101.346) (width 0.4318) (layer Cuivre) (net 31) (status 400))
|
||||
(segment (start 150.495 100.711) (end 150.495 101.346) (width 0.4318) (layer Cuivre) (net 31) (status 800))
|
||||
(segment (start 139.85494 99.35464) (end 134.53364 99.35464) (width 0.4318) (layer Cuivre) (net 31))
|
||||
(segment (start 134.53364 99.35464) (end 132.715 97.536) (width 0.4318) (layer Cuivre) (net 31) (status 400))
|
||||
(segment (start 144.78 113.411) (end 144.78 112.776) (width 0.4318) (layer Cuivre) (net 32))
|
||||
(segment (start 145.415 88.646) (end 144.78 88.011) (width 0.4318) (layer Cuivre) (net 33))
|
||||
(segment (start 144.78 88.011) (end 143.51 88.011) (width 0.4318) (layer Cuivre) (net 33))
|
||||
(segment (start 143.51 88.011) (end 139.7 84.201) (width 0.4318) (layer Cuivre) (net 33))
|
||||
(segment (start 138.43 84.201) (end 138.37666 84.14766) (width 0.4318) (layer Cuivre) (net 33))
|
||||
(segment (start 139.7 84.201) (end 138.43 84.201) (width 0.4318) (layer Cuivre) (net 33))
|
||||
(segment (start 138.37666 84.14766) (end 135.94334 84.14766) (width 0.4318) (layer Cuivre) (net 33))
|
||||
(segment (start 135.94334 84.14766) (end 132.715 87.376) (width 0.4318) (layer Cuivre) (net 33) (status 400))
|
||||
(segment (start 145.415 89.916) (end 145.415 88.646) (width 0.4318) (layer Cuivre) (net 33) (status 800))
|
||||
(segment (start 144.78 115.951) (end 144.78 113.411) (width 0.4318) (layer Cuivre) (net 32) (status 800))
|
||||
(segment (start 136.525 114.046) (end 132.715 114.046) (width 0.4318) (layer Cuivre) (net 32) (status 400))
|
||||
(segment (start 147.32 113.411) (end 144.78 113.411) (width 0.4318) (layer Cuivre) (net 32))
|
||||
(segment (start 149.225 115.316) (end 147.32 113.411) (width 0.4318) (layer Cuivre) (net 32) (status 800))
|
||||
(segment (start 144.78 112.776) (end 144.145 112.141) (width 0.4318) (layer Cuivre) (net 32))
|
||||
(segment (start 144.145 112.141) (end 138.43 112.141) (width 0.4318) (layer Cuivre) (net 32))
|
||||
(segment (start 138.43 112.141) (end 136.525 114.046) (width 0.4318) (layer Cuivre) (net 32))
|
||||
(segment (start 145.415 88.646) (end 149.225 88.646) (width 0.4318) (layer Cuivre) (net 33) (status 400))
|
||||
(segment (start 130.175 116.586) (end 130.514 116.586) (width 0.4) (layer Cuivre) (net 34))
|
||||
(segment (start 136.031 112) (end 139.065 108.966) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E36988))
|
||||
(segment (start 132.7 112) (end 136.031 112) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E36987))
|
||||
(segment (start 131.44787 113.25213) (end 132.7 112) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E36985))
|
||||
(segment (start 131.44787 115.65213) (end 131.44787 113.25213) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E36982))
|
||||
(segment (start 145.415 89.916) (end 145.415 88.646) (width 0.4318) (layer Cuivre) (net 33) (status 800))
|
||||
(segment (start 135.94334 84.14766) (end 132.715 87.376) (width 0.4318) (layer Cuivre) (net 33) (status 400))
|
||||
(segment (start 138.37666 84.14766) (end 135.94334 84.14766) (width 0.4318) (layer Cuivre) (net 33))
|
||||
(segment (start 139.7 84.201) (end 138.43 84.201) (width 0.4318) (layer Cuivre) (net 33))
|
||||
(segment (start 138.43 84.201) (end 138.37666 84.14766) (width 0.4318) (layer Cuivre) (net 33))
|
||||
(segment (start 143.51 88.011) (end 139.7 84.201) (width 0.4318) (layer Cuivre) (net 33))
|
||||
(segment (start 144.78 88.011) (end 143.51 88.011) (width 0.4318) (layer Cuivre) (net 33))
|
||||
(segment (start 145.415 88.646) (end 144.78 88.011) (width 0.4318) (layer Cuivre) (net 33))
|
||||
(segment (start 130.514 116.586) (end 131.44787 115.65213) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E3697F))
|
||||
(segment (start 160.02 124.206) (end 160.02 121.031) (width 0.4318) (layer Cuivre) (net 35) (status 800))
|
||||
(segment (start 161.925 119.126) (end 165.735 119.126) (width 0.4318) (layer Cuivre) (net 35) (status 400))
|
||||
(segment (start 160.02 121.031) (end 161.925 119.126) (width 0.4318) (layer Cuivre) (net 35))
|
||||
(segment (start 165.735 119.126) (end 165.735 115.951) (width 0.4318) (layer Cuivre) (net 35) (status 800))
|
||||
(segment (start 161.925 114.046) (end 156.21 114.046) (width 0.4318) (layer Cuivre) (net 35))
|
||||
(segment (start 156.21 114.046) (end 152.4 117.856) (width 0.4318) (layer Cuivre) (net 35))
|
||||
(segment (start 152.4 117.856) (end 149.225 117.856) (width 0.4318) (layer Cuivre) (net 35) (status 400))
|
||||
(segment (start 165.735 115.951) (end 163.83 114.046) (width 0.4318) (layer Cuivre) (net 35))
|
||||
(segment (start 131.44787 115.65213) (end 131.44787 113.25213) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E36982))
|
||||
(segment (start 131.44787 113.25213) (end 132.7 112) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E36985))
|
||||
(segment (start 132.7 112) (end 136.031 112) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E36987))
|
||||
(segment (start 136.031 112) (end 139.065 108.966) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E36988))
|
||||
(segment (start 130.175 116.586) (end 130.514 116.586) (width 0.4) (layer Cuivre) (net 34))
|
||||
(segment (start 163.83 114.046) (end 161.925 114.046) (width 0.4318) (layer Cuivre) (net 35))
|
||||
(segment (start 156.21 124.206) (end 156.21 126.111) (width 0.4318) (layer Cuivre) (net 36) (status 800))
|
||||
(segment (start 163.195 126.111) (end 165.735 122.936) (width 0.4318) (layer Cuivre) (net 36) (status 400))
|
||||
(segment (start 162.56 126.746) (end 163.195 126.111) (width 0.4318) (layer Cuivre) (net 36))
|
||||
(segment (start 156.845 126.746) (end 162.56 126.746) (width 0.4318) (layer Cuivre) (net 36))
|
||||
(segment (start 156.21 126.111) (end 156.845 126.746) (width 0.4318) (layer Cuivre) (net 36))
|
||||
(segment (start 150.495 122.936) (end 154.94 122.936) (width 0.4318) (layer Cuivre) (net 36) (status 800))
|
||||
(segment (start 165.735 115.951) (end 163.83 114.046) (width 0.4318) (layer Cuivre) (net 35))
|
||||
(segment (start 152.4 117.856) (end 149.225 117.856) (width 0.4318) (layer Cuivre) (net 35) (status 400))
|
||||
(segment (start 156.21 114.046) (end 152.4 117.856) (width 0.4318) (layer Cuivre) (net 35))
|
||||
(segment (start 161.925 114.046) (end 156.21 114.046) (width 0.4318) (layer Cuivre) (net 35))
|
||||
(segment (start 165.735 119.126) (end 165.735 115.951) (width 0.4318) (layer Cuivre) (net 35) (status 800))
|
||||
(segment (start 160.02 121.031) (end 161.925 119.126) (width 0.4318) (layer Cuivre) (net 35))
|
||||
(segment (start 161.925 119.126) (end 165.735 119.126) (width 0.4318) (layer Cuivre) (net 35) (status 400))
|
||||
(segment (start 160.02 124.206) (end 160.02 121.031) (width 0.4318) (layer Cuivre) (net 35) (status 800))
|
||||
(segment (start 154.94 122.936) (end 156.21 124.206) (width 0.4318) (layer Cuivre) (net 36) (status 400))
|
||||
(segment (start 130.175 124.206) (end 131.445 124.206) (width 0.4318) (layer Cuivre) (net 37) (status 400))
|
||||
(segment (start 150.495 122.936) (end 154.94 122.936) (width 0.4318) (layer Cuivre) (net 36) (status 800))
|
||||
(segment (start 156.21 126.111) (end 156.845 126.746) (width 0.4318) (layer Cuivre) (net 36))
|
||||
(segment (start 156.845 126.746) (end 162.56 126.746) (width 0.4318) (layer Cuivre) (net 36))
|
||||
(segment (start 162.56 126.746) (end 163.195 126.111) (width 0.4318) (layer Cuivre) (net 36))
|
||||
(segment (start 163.195 126.111) (end 165.735 122.936) (width 0.4318) (layer Cuivre) (net 36) (status 400))
|
||||
(segment (start 156.21 124.206) (end 156.21 126.111) (width 0.4318) (layer Cuivre) (net 36) (status 800))
|
||||
(segment (start 126.365 128.016) (end 130.175 124.206) (width 0.4318) (layer Cuivre) (net 37) (status 800))
|
||||
(segment (start 134.112 120.142) (end 132.715 121.539) (width 0.4318) (layer Cuivre) (net 38))
|
||||
(segment (start 132.715 121.539) (end 132.715 125.476) (width 0.4318) (layer Cuivre) (net 38))
|
||||
(segment (start 134.493 120.142) (end 134.112 120.142) (width 0.4318) (layer Cuivre) (net 38) (status 800))
|
||||
(segment (start 130.175 124.206) (end 131.445 124.206) (width 0.4318) (layer Cuivre) (net 37) (status 400))
|
||||
(segment (start 132.715 125.476) (end 131.445 126.746) (width 0.4318) (layer Cuivre) (net 38) (status 400))
|
||||
(segment (start 137.795 87.122) (end 137.795 86.106) (width 0.4318) (layer Cuivre) (net 39) (status 400))
|
||||
(segment (start 135.001 89.916) (end 137.795 87.122) (width 0.4318) (layer Cuivre) (net 39))
|
||||
(segment (start 134.493 120.142) (end 134.112 120.142) (width 0.4318) (layer Cuivre) (net 38) (status 800))
|
||||
(segment (start 132.715 121.539) (end 132.715 125.476) (width 0.4318) (layer Cuivre) (net 38))
|
||||
(segment (start 134.112 120.142) (end 132.715 121.539) (width 0.4318) (layer Cuivre) (net 38))
|
||||
(segment (start 130.175 89.916) (end 135.001 89.916) (width 0.4318) (layer Cuivre) (net 39) (status 800))
|
||||
(segment (start 161.29 97.536) (end 161.29 95.631) (width 0.4318) (layer Cuivre) (net 40) (status 800))
|
||||
(segment (start 161.29 95.631) (end 165.735 91.186) (width 0.4318) (layer Cuivre) (net 40) (status 400))
|
||||
(segment (start 165.735 91.186) (end 165.735 88.011) (width 0.4318) (layer Cuivre) (net 40) (status 800))
|
||||
(segment (start 154.305 89.916) (end 154.305 87.376) (width 0.4318) (layer Cuivre) (net 40))
|
||||
(segment (start 154.305 87.376) (end 155.575 86.106) (width 0.4318) (layer Cuivre) (net 40))
|
||||
(segment (start 155.575 86.106) (end 160.655 86.106) (width 0.4318) (layer Cuivre) (net 40))
|
||||
(segment (start 149.225 91.186) (end 153.035 91.186) (width 0.4318) (layer Cuivre) (net 40) (status 800))
|
||||
(segment (start 154.305 89.916) (end 153.035 91.186) (width 0.4318) (layer Cuivre) (net 40))
|
||||
(segment (start 165.735 88.011) (end 163.83 86.106) (width 0.4318) (layer Cuivre) (net 40))
|
||||
(segment (start 135.001 89.916) (end 137.795 87.122) (width 0.4318) (layer Cuivre) (net 39))
|
||||
(segment (start 137.795 87.122) (end 137.795 86.106) (width 0.4318) (layer Cuivre) (net 39) (status 400))
|
||||
(segment (start 163.83 86.106) (end 160.655 86.106) (width 0.4318) (layer Cuivre) (net 40))
|
||||
(segment (start 165.735 97.536) (end 165.735 98.806) (width 0.4318) (layer Cuivre) (net 41) (status 800))
|
||||
(segment (start 164.465 100.076) (end 161.925 100.076) (width 0.4318) (layer Cuivre) (net 41))
|
||||
(segment (start 165.735 98.806) (end 164.465 100.076) (width 0.4318) (layer Cuivre) (net 41))
|
||||
(segment (start 150.495 98.171) (end 156.21 98.171) (width 0.4318) (layer Cuivre) (net 41) (status 800))
|
||||
(segment (start 156.21 98.171) (end 156.845 97.536) (width 0.4318) (layer Cuivre) (net 41) (status 400))
|
||||
(segment (start 156.845 98.806) (end 158.115 100.076) (width 0.4318) (layer Cuivre) (net 41))
|
||||
(segment (start 158.115 100.076) (end 161.925 100.076) (width 0.4318) (layer Cuivre) (net 41))
|
||||
(segment (start 165.735 88.011) (end 163.83 86.106) (width 0.4318) (layer Cuivre) (net 40))
|
||||
(segment (start 154.305 89.916) (end 153.035 91.186) (width 0.4318) (layer Cuivre) (net 40))
|
||||
(segment (start 149.225 91.186) (end 153.035 91.186) (width 0.4318) (layer Cuivre) (net 40) (status 800))
|
||||
(segment (start 155.575 86.106) (end 160.655 86.106) (width 0.4318) (layer Cuivre) (net 40))
|
||||
(segment (start 154.305 87.376) (end 155.575 86.106) (width 0.4318) (layer Cuivre) (net 40))
|
||||
(segment (start 154.305 89.916) (end 154.305 87.376) (width 0.4318) (layer Cuivre) (net 40))
|
||||
(segment (start 165.735 91.186) (end 165.735 88.011) (width 0.4318) (layer Cuivre) (net 40) (status 800))
|
||||
(segment (start 161.29 95.631) (end 165.735 91.186) (width 0.4318) (layer Cuivre) (net 40) (status 400))
|
||||
(segment (start 161.29 97.536) (end 161.29 95.631) (width 0.4318) (layer Cuivre) (net 40) (status 800))
|
||||
(segment (start 156.845 97.536) (end 156.845 98.806) (width 0.4318) (layer Cuivre) (net 41) (status 800))
|
||||
(segment (start 126.365 97.536) (end 125.603 98.298) (width 0.4318) (layer Cuivre) (net 42))
|
||||
(segment (start 125.603 98.298) (end 125.603 101.346) (width 0.4318) (layer Cuivre) (net 42) (status 400))
|
||||
(segment (start 158.115 100.076) (end 161.925 100.076) (width 0.4318) (layer Cuivre) (net 41))
|
||||
(segment (start 156.845 98.806) (end 158.115 100.076) (width 0.4318) (layer Cuivre) (net 41))
|
||||
(segment (start 156.21 98.171) (end 156.845 97.536) (width 0.4318) (layer Cuivre) (net 41) (status 400))
|
||||
(segment (start 150.495 98.171) (end 156.21 98.171) (width 0.4318) (layer Cuivre) (net 41) (status 800))
|
||||
(segment (start 165.735 98.806) (end 164.465 100.076) (width 0.4318) (layer Cuivre) (net 41))
|
||||
(segment (start 164.465 100.076) (end 161.925 100.076) (width 0.4318) (layer Cuivre) (net 41))
|
||||
(segment (start 165.735 97.536) (end 165.735 98.806) (width 0.4318) (layer Cuivre) (net 41) (status 800))
|
||||
(segment (start 130.175 97.536) (end 126.365 97.536) (width 0.4318) (layer Cuivre) (net 42) (status 800))
|
||||
(segment (start 126.619 103.632) (end 130.175 100.076) (width 0.4318) (layer Cuivre) (net 43) (status 400))
|
||||
(segment (start 123.19 96.647) (end 123.19 102.362) (width 0.4318) (layer Cuivre) (net 43))
|
||||
(segment (start 123.19 102.362) (end 124.46 103.632) (width 0.4318) (layer Cuivre) (net 43))
|
||||
(segment (start 124.841 94.996) (end 123.19 96.647) (width 0.4318) (layer Cuivre) (net 43))
|
||||
(segment (start 126.111 94.996) (end 124.841 94.996) (width 0.4318) (layer Cuivre) (net 43) (status 800))
|
||||
(segment (start 125.603 98.298) (end 125.603 101.346) (width 0.4318) (layer Cuivre) (net 42) (status 400))
|
||||
(segment (start 126.365 97.536) (end 125.603 98.298) (width 0.4318) (layer Cuivre) (net 42))
|
||||
(segment (start 124.46 103.632) (end 126.619 103.632) (width 0.4318) (layer Cuivre) (net 43))
|
||||
(segment (start 102.87 126.746) (end 101.6 128.016) (width 0.4318) (layer Cuivre) (net 44) (status 800))
|
||||
(segment (start 93.345 125.476) (end 95.885 128.016) (width 0.4318) (layer Cuivre) (net 44) (status 800))
|
||||
(segment (start 126.111 94.996) (end 124.841 94.996) (width 0.4318) (layer Cuivre) (net 43) (status 800))
|
||||
(segment (start 124.841 94.996) (end 123.19 96.647) (width 0.4318) (layer Cuivre) (net 43))
|
||||
(segment (start 123.19 102.362) (end 124.46 103.632) (width 0.4318) (layer Cuivre) (net 43))
|
||||
(segment (start 123.19 96.647) (end 123.19 102.362) (width 0.4318) (layer Cuivre) (net 43))
|
||||
(segment (start 126.619 103.632) (end 130.175 100.076) (width 0.4318) (layer Cuivre) (net 43) (status 400))
|
||||
(segment (start 95.885 128.016) (end 101.6 128.016) (width 0.4318) (layer Cuivre) (net 44))
|
||||
(segment (start 118.491 97.028) (end 118.491 94.996) (width 0.4318) (layer Cuivre) (net 45) (status 400))
|
||||
(segment (start 114.046 99.06) (end 114.935 99.06) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 108.839 99.06) (end 114.046 99.06) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 116.967 98.171) (end 115.824 98.171) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 116.967 98.171) (end 117.348 98.171) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 117.348 98.171) (end 118.491 97.028) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 107.315 97.536) (end 108.839 99.06) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 114.935 99.06) (end 115.824 98.171) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 107.315 96.266) (end 107.315 97.536) (width 0.4318) (layer Cuivre) (net 45) (status 800))
|
||||
(segment (start 93.345 125.476) (end 95.885 128.016) (width 0.4318) (layer Cuivre) (net 44) (status 800))
|
||||
(segment (start 102.87 126.746) (end 101.6 128.016) (width 0.4318) (layer Cuivre) (net 44) (status 800))
|
||||
(segment (start 115.824 98.171) (end 114.935 99.06) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 95.885 102.616) (end 102.235 102.616) (width 0.4318) (layer Cuivre) (net 46) (status 400))
|
||||
(segment (start 107.315 96.266) (end 107.315 97.536) (width 0.4318) (layer Cuivre) (net 45) (status 800))
|
||||
(segment (start 114.935 99.06) (end 115.824 98.171) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 107.315 97.536) (end 108.839 99.06) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 117.348 98.171) (end 118.491 97.028) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 116.967 98.171) (end 117.348 98.171) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 116.967 98.171) (end 115.824 98.171) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 108.839 99.06) (end 114.046 99.06) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 114.046 99.06) (end 114.935 99.06) (width 0.4318) (layer Cuivre) (net 45))
|
||||
(segment (start 118.491 97.028) (end 118.491 94.996) (width 0.4318) (layer Cuivre) (net 45) (status 400))
|
||||
(segment (start 93.345 100.076) (end 95.885 102.616) (width 0.4318) (layer Cuivre) (net 46) (status 800))
|
||||
(segment (start 126.873 121.666) (end 126.873 120.142) (width 0.4318) (layer Cuivre) (net 47) (status 400))
|
||||
(segment (start 123.444 125.095) (end 126.873 121.666) (width 0.4318) (layer Cuivre) (net 47))
|
||||
(segment (start 107.315 125.476) (end 107.315 124.206) (width 0.4318) (layer Cuivre) (net 47) (status 400))
|
||||
(segment (start 115.57 126.873) (end 108.712 126.873) (width 0.4318) (layer Cuivre) (net 47))
|
||||
(segment (start 117.348 125.095) (end 123.444 125.095) (width 0.4318) (layer Cuivre) (net 47))
|
||||
(segment (start 108.712 126.873) (end 107.315 125.476) (width 0.4318) (layer Cuivre) (net 47))
|
||||
(segment (start 116.5225 125.9205) (end 117.348 125.095) (width 0.4318) (layer Cuivre) (net 47))
|
||||
(segment (start 95.885 102.616) (end 102.235 102.616) (width 0.4318) (layer Cuivre) (net 46) (status 400))
|
||||
(segment (start 116.5225 125.9205) (end 115.57 126.873) (width 0.4318) (layer Cuivre) (net 47))
|
||||
(segment (start 109.093 121.539) (end 109.855 122.301) (width 0.4318) (layer Cuivre) (net 48))
|
||||
(segment (start 102.108 122.936) (end 103.505 121.539) (width 0.4318) (layer Cuivre) (net 48))
|
||||
(segment (start 95.885 122.936) (end 102.108 122.936) (width 0.4318) (layer Cuivre) (net 48) (status 800))
|
||||
(segment (start 109.855 122.301) (end 109.855 124.206) (width 0.4318) (layer Cuivre) (net 48) (status 400))
|
||||
(segment (start 116.5225 125.9205) (end 117.348 125.095) (width 0.4318) (layer Cuivre) (net 47))
|
||||
(segment (start 108.712 126.873) (end 107.315 125.476) (width 0.4318) (layer Cuivre) (net 47))
|
||||
(segment (start 117.348 125.095) (end 123.444 125.095) (width 0.4318) (layer Cuivre) (net 47))
|
||||
(segment (start 115.57 126.873) (end 108.712 126.873) (width 0.4318) (layer Cuivre) (net 47))
|
||||
(segment (start 107.315 125.476) (end 107.315 124.206) (width 0.4318) (layer Cuivre) (net 47) (status 400))
|
||||
(segment (start 123.444 125.095) (end 126.873 121.666) (width 0.4318) (layer Cuivre) (net 47))
|
||||
(segment (start 126.873 121.666) (end 126.873 120.142) (width 0.4318) (layer Cuivre) (net 47) (status 400))
|
||||
(segment (start 103.505 121.539) (end 109.093 121.539) (width 0.4318) (layer Cuivre) (net 48))
|
||||
(segment (start 105.283 93.726) (end 106.172 92.837) (width 0.4318) (layer Cuivre) (net 49))
|
||||
(segment (start 106.172 92.837) (end 109.093 92.837) (width 0.4318) (layer Cuivre) (net 49))
|
||||
(segment (start 105.283 96.647) (end 105.283 93.726) (width 0.4318) (layer Cuivre) (net 49))
|
||||
(segment (start 95.885 97.536) (end 104.394 97.536) (width 0.4318) (layer Cuivre) (net 49) (status 800))
|
||||
(segment (start 109.855 93.599) (end 109.855 96.266) (width 0.4318) (layer Cuivre) (net 49) (status 400))
|
||||
(segment (start 109.093 92.837) (end 109.855 93.599) (width 0.4318) (layer Cuivre) (net 49))
|
||||
(segment (start 109.855 122.301) (end 109.855 124.206) (width 0.4318) (layer Cuivre) (net 48) (status 400))
|
||||
(segment (start 95.885 122.936) (end 102.108 122.936) (width 0.4318) (layer Cuivre) (net 48) (status 800))
|
||||
(segment (start 102.108 122.936) (end 103.505 121.539) (width 0.4318) (layer Cuivre) (net 48))
|
||||
(segment (start 109.093 121.539) (end 109.855 122.301) (width 0.4318) (layer Cuivre) (net 48))
|
||||
(segment (start 104.394 97.536) (end 105.283 96.647) (width 0.4318) (layer Cuivre) (net 49))
|
||||
(segment (start 139.7 64.516) (end 145.415 64.516) (width 0.6096) (layer Cuivre) (net 50) (status 400))
|
||||
(segment (start 133.35 70.866) (end 139.7 64.516) (width 0.6096) (layer Cuivre) (net 50))
|
||||
(segment (start 117.475 74.676) (end 125.73 74.676) (width 0.6096) (layer Cuivre) (net 50) (status 800))
|
||||
(segment (start 126.365 74.041) (end 126.365 70.866) (width 0.6096) (layer Cuivre) (net 50) (status 400))
|
||||
(segment (start 125.73 74.676) (end 126.365 74.041) (width 0.6096) (layer Cuivre) (net 50))
|
||||
(segment (start 109.093 92.837) (end 109.855 93.599) (width 0.4318) (layer Cuivre) (net 49))
|
||||
(segment (start 109.855 93.599) (end 109.855 96.266) (width 0.4318) (layer Cuivre) (net 49) (status 400))
|
||||
(segment (start 95.885 97.536) (end 104.394 97.536) (width 0.4318) (layer Cuivre) (net 49) (status 800))
|
||||
(segment (start 105.283 96.647) (end 105.283 93.726) (width 0.4318) (layer Cuivre) (net 49))
|
||||
(segment (start 106.172 92.837) (end 109.093 92.837) (width 0.4318) (layer Cuivre) (net 49))
|
||||
(segment (start 105.283 93.726) (end 106.172 92.837) (width 0.4318) (layer Cuivre) (net 49))
|
||||
(segment (start 126.365 70.866) (end 133.35 70.866) (width 0.6096) (layer Cuivre) (net 50) (status 800))
|
||||
(segment (start 125.73 74.676) (end 126.365 74.041) (width 0.6096) (layer Cuivre) (net 50))
|
||||
(segment (start 126.365 74.041) (end 126.365 70.866) (width 0.6096) (layer Cuivre) (net 50) (status 400))
|
||||
(segment (start 117.475 74.676) (end 125.73 74.676) (width 0.6096) (layer Cuivre) (net 50) (status 800))
|
||||
(segment (start 133.35 70.866) (end 139.7 64.516) (width 0.6096) (layer Cuivre) (net 50))
|
||||
(segment (start 139.7 64.516) (end 145.415 64.516) (width 0.6096) (layer Cuivre) (net 50) (status 400))
|
||||
|
||||
(zone (net 12) (net_name GND) (layer Cuivre) (tstamp 4AE6D930) (hatch edge 0.508)
|
||||
(connect_pads (clearance 0.508))
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
EESchema-LIBRARY Version 2.3 Date: 02/12/2009 10:37:56
|
||||
EESchema-LIBRARY Version 2.3
|
||||
#encoding utf-8
|
||||
#
|
||||
# C
|
||||
#
|
||||
DEF C C 0 10 N Y 1 F N
|
||||
F0 "C" 50 100 50 H V L CNN
|
||||
F1 "C" 50 -100 50 H V L CNN
|
||||
F0 "C" 0 100 40 H V L CNN
|
||||
F1 "C" 6 -85 40 H V L CNN
|
||||
F2 "" 38 -150 30 H V C CNN
|
||||
F3 "" 0 100 30 H V C CNN
|
||||
$FPLIST
|
||||
SM*
|
||||
C?
|
||||
C1-1
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 2 0 1 10 -100 -30 100 -30 N
|
||||
P 2 0 1 10 -100 30 100 30 N
|
||||
P 2 0 1 20 -80 -30 80 -30 N
|
||||
P 2 0 1 20 -80 30 80 30 N
|
||||
X ~ 1 0 200 170 D 40 40 1 1 P
|
||||
X ~ 2 0 -200 170 U 40 40 1 1 P
|
||||
ENDDRAW
|
||||
|
@ -23,6 +26,8 @@ ENDDEF
|
|||
DEF CONN_2 P 0 40 Y N 1 F N
|
||||
F0 "P" -50 0 40 V V C CNN
|
||||
F1 "CONN_2" 50 0 40 V V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -100 150 100 -150 0 1 0 N
|
||||
X P1 1 -350 100 250 R 60 60 1 1 P I
|
||||
|
@ -36,6 +41,7 @@ DEF ECC81 U 0 0 Y Y 3 L N
|
|||
F0 "U" 130 310 50 H V C CNN
|
||||
F1 "ECC81" 350 -300 50 H V C CNN
|
||||
F2 "VALVE-NOVAL_P" 270 -400 50 H I C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
ALIAS ECC83
|
||||
DRAW
|
||||
P 2 1 0 0 -100 -200 -100 -300 N
|
||||
|
@ -77,6 +83,8 @@ ENDDEF
|
|||
DEF ~GND #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 0 30 H I C CNN
|
||||
F1 "GND" 0 -70 30 H I C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N
|
||||
X GND 1 0 0 0 U 30 30 1 1 W N
|
||||
|
@ -86,25 +94,29 @@ ENDDEF
|
|||
# PWR_FLAG
|
||||
#
|
||||
DEF PWR_FLAG #FLG 0 0 N N 1 F P
|
||||
F0 "#FLG" 0 270 30 H I C CNN
|
||||
F1 "PWR_FLAG" 0 230 30 H V C CNN
|
||||
F0 "#FLG" 0 95 30 H I C CNN
|
||||
F1 "PWR_FLAG" 0 180 30 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
X pwr 1 0 0 0 U 20 20 0 0 w
|
||||
P 3 0 1 0 0 0 0 100 0 100 N
|
||||
P 5 0 1 0 0 100 -100 150 0 200 100 150 0 100 N
|
||||
P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# R
|
||||
#
|
||||
DEF R R 0 0 N Y 1 F N
|
||||
F0 "R" 80 0 50 V V C CNN
|
||||
F1 "R" 0 0 50 V V C CNN
|
||||
F0 "R" 80 0 40 V V C CNN
|
||||
F1 "R" 7 1 40 V V C CNN
|
||||
F2 "" -70 0 30 V V C CNN
|
||||
F3 "" 0 0 30 H V C CNN
|
||||
$FPLIST
|
||||
R?
|
||||
SM0603
|
||||
SM0805
|
||||
R?-*
|
||||
SM1206
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -40 150 40 -150 0 1 12 N
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
(kicad_pcb (version 3) (host pcbnew "(2013-01-12 BZR 3902)-testing")
|
||||
(kicad_pcb (version 4) (host pcbnew "(2014-07-02 BZR 4969)-product")
|
||||
|
||||
(general
|
||||
(links 20)
|
||||
(no_connects 0)
|
||||
(area 121.8946 89.916 170.8404 135.9154)
|
||||
(area 123.761499 90.741499 168.338501 132.778501)
|
||||
(thickness 1.6002)
|
||||
(drawings 4)
|
||||
(tracks 75)
|
||||
(tracks 57)
|
||||
(zones 0)
|
||||
(modules 15)
|
||||
(nets 10)
|
||||
|
@ -14,21 +14,19 @@
|
|||
|
||||
(page A4)
|
||||
(layers
|
||||
(15 Composant signal)
|
||||
(0 Cuivre signal)
|
||||
(16 Dessous.Adhes user)
|
||||
(17 Dessus.Adhes user)
|
||||
(18 Dessous.Pate user)
|
||||
(19 Dessus.Pate user)
|
||||
(20 Dessous.SilkS user)
|
||||
(21 Dessus.SilkS user)
|
||||
(22 Dessous.Masque user)
|
||||
(23 Dessus.Masque user)
|
||||
(24 Dessin.User user)
|
||||
(25 Cmts.User user)
|
||||
(26 Eco1.User user)
|
||||
(27 Eco2.User user)
|
||||
(28 Contours.Ci user)
|
||||
(0 Composant signal)
|
||||
(31 Cuivre signal)
|
||||
(34 B.Paste user)
|
||||
(35 F.Paste user)
|
||||
(36 B.SilkS user)
|
||||
(37 F.SilkS user)
|
||||
(38 B.Mask user)
|
||||
(39 F.Mask user)
|
||||
(40 Dwgs.User user)
|
||||
(41 Cmts.User user)
|
||||
(42 Eco1.User user)
|
||||
(43 Eco2.User user)
|
||||
(44 Edge.Cuts user)
|
||||
)
|
||||
|
||||
(setup
|
||||
|
@ -57,12 +55,13 @@
|
|||
(pad_drill 1.9304)
|
||||
(pad_to_mask_clearance 0.254)
|
||||
(aux_axis_origin 0 0)
|
||||
(visible_elements FFFFFFBF)
|
||||
(visible_elements 7FFFFFFF)
|
||||
(pcbplotparams
|
||||
(layerselection 3178497)
|
||||
(usegerberextensions true)
|
||||
(layerselection 0x000f0_80000001)
|
||||
(usegerberextensions false)
|
||||
(usegerberattributes true)
|
||||
(excludeedgelayer true)
|
||||
(linewidth 60)
|
||||
(linewidth 0.150000)
|
||||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
|
@ -75,27 +74,26 @@
|
|||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotothertext true)
|
||||
(plotinvisibletext false)
|
||||
(padsonsilk false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 1)
|
||||
(mirror false)
|
||||
(drillshape 1)
|
||||
(drillshape 0)
|
||||
(scaleselection 1)
|
||||
(outputdirectory ""))
|
||||
)
|
||||
|
||||
(net 0 "")
|
||||
(net 1 GND)
|
||||
(net 2 N-000001)
|
||||
(net 3 N-000002)
|
||||
(net 4 N-000004)
|
||||
(net 5 N-000005)
|
||||
(net 6 N-000006)
|
||||
(net 7 N-000007)
|
||||
(net 8 N-000008)
|
||||
(net 9 N-000009)
|
||||
(net 2 "Net-(C1-Pad1)")
|
||||
(net 3 "Net-(C2-Pad1)")
|
||||
(net 4 "Net-(C2-Pad2)")
|
||||
(net 5 "Net-(P1-Pad2)")
|
||||
(net 6 "Net-(P4-Pad1)")
|
||||
(net 7 "Net-(P4-Pad2)")
|
||||
(net 8 "Net-(R1-Pad1)")
|
||||
(net 9 "Net-(R2-Pad1)")
|
||||
|
||||
(net_class Default "Ceci est la Netclass par défaut"
|
||||
(clearance 0.381)
|
||||
|
@ -104,16 +102,16 @@
|
|||
(via_drill 0.635)
|
||||
(uvia_dia 0.508)
|
||||
(uvia_drill 0.127)
|
||||
(add_net "")
|
||||
(add_net GND)
|
||||
(add_net N-000001)
|
||||
(add_net N-000002)
|
||||
(add_net N-000004)
|
||||
(add_net N-000005)
|
||||
(add_net N-000006)
|
||||
(add_net N-000007)
|
||||
(add_net N-000008)
|
||||
(add_net N-000009)
|
||||
(add_net "Net-(C1-Pad1)")
|
||||
(add_net "Net-(C2-Pad1)")
|
||||
(add_net "Net-(C2-Pad2)")
|
||||
(add_net "Net-(P1-Pad2)")
|
||||
(add_net "Net-(P4-Pad1)")
|
||||
(add_net "Net-(P4-Pad2)")
|
||||
(add_net "Net-(R1-Pad1)")
|
||||
(add_net "Net-(R2-Pad1)")
|
||||
)
|
||||
|
||||
(module 1pin (layer Composant) (tedit 200000) (tstamp 454CC09B)
|
||||
|
@ -121,16 +119,14 @@
|
|||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path 1pin)
|
||||
(fp_text reference 1PIN (at 0 -3.048) (layer Dessus.SilkS)
|
||||
(fp_text reference 1PIN (at 0 -3.048) (layer F.SilkS)
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_text value P*** (at 0 2.794) (layer Dessus.SilkS) hide
|
||||
(fp_text value P*** (at 0 2.794) (layer F.SilkS) hide
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer Dessus.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS))
|
||||
)
|
||||
|
||||
(module 1pin (layer Composant) (tedit 200000) (tstamp 454CC096)
|
||||
|
@ -138,16 +134,14 @@
|
|||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path 1pin)
|
||||
(fp_text reference 1PIN (at 0 -3.048) (layer Dessus.SilkS)
|
||||
(fp_text reference 1PIN (at 0 -3.048) (layer F.SilkS)
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_text value P*** (at 0 2.794) (layer Dessus.SilkS) hide
|
||||
(fp_text value P*** (at 0 2.794) (layer F.SilkS) hide
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer Dessus.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS))
|
||||
)
|
||||
|
||||
(module 1pin (layer Composant) (tedit 200000) (tstamp 454CC090)
|
||||
|
@ -155,16 +149,14 @@
|
|||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path 1pin)
|
||||
(fp_text reference 1PIN (at 0 -3.048) (layer Dessus.SilkS)
|
||||
(fp_text reference 1PIN (at 0 -3.048) (layer F.SilkS)
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_text value P*** (at 0 2.794) (layer Dessus.SilkS) hide
|
||||
(fp_text value P*** (at 0 2.794) (layer F.SilkS) hide
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer Dessus.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS))
|
||||
)
|
||||
|
||||
(module 1pin (layer Composant) (tedit 200000) (tstamp 454CC08A)
|
||||
|
@ -172,64 +164,44 @@
|
|||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path 1pin)
|
||||
(fp_text reference 1PIN (at 0 -3.048) (layer Dessus.SilkS)
|
||||
(fp_text reference 1PIN (at 0 -3.048) (layer F.SilkS)
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_text value P*** (at 0 2.794) (layer Dessus.SilkS) hide
|
||||
(fp_text value P*** (at 0 2.794) (layer F.SilkS) hide
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer Dessus.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS))
|
||||
)
|
||||
|
||||
(module ECC-83-1 (layer Composant) (tedit 454CBC05) (tstamp 48B4F266)
|
||||
(at 149.225 113.665)
|
||||
(path /48B4F266)
|
||||
(fp_text reference U1 (at 1.27 -11.43) (layer Dessus.SilkS)
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
(fp_text reference U1 (at 1.27 -11.43) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
)
|
||||
(fp_text value ECC81_83 (at 0 11.43) (layer Dessus.SilkS)
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 10.16 1.27) (layer Dessus.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole circle (at 3.4544 4.75488) (size 2.032 2.032) (drill 1.016)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 2 N-000001)
|
||||
)
|
||||
(pad 2 thru_hole circle (at 5.60832 1.8288) (size 2.032 2.032) (drill 1.016)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 4 N-000004)
|
||||
)
|
||||
(pad 3 thru_hole circle (at 5.60832 -1.8288) (size 2.032 2.032) (drill 1.016)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 5 N-000005)
|
||||
)
|
||||
(pad 4 thru_hole circle (at 3.4544 -4.75488) (size 2.032 2.032) (drill 1.016)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 7 N-000007)
|
||||
)
|
||||
(pad 5 thru_hole circle (at 0 -5.8928) (size 2.032 2.032) (drill 1.016)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 7 N-000007)
|
||||
)
|
||||
(pad 6 thru_hole circle (at -3.4544 -4.75488) (size 2.032 2.032) (drill 1.016)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 8 N-000008)
|
||||
)
|
||||
(pad 7 thru_hole circle (at -5.60832 -1.8288) (size 2.032 2.032) (drill 1.016)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 2 N-000001)
|
||||
)
|
||||
(pad 8 thru_hole circle (at -5.60832 1.78816) (size 2.032 2.032) (drill 1.016)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 9 N-000009)
|
||||
)
|
||||
(pad 9 thru_hole circle (at -3.4544 4.75488) (size 2.032 2.032) (drill 1.016)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 3 N-000002)
|
||||
(fp_text value ECC83 (at 0 11.43) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 10.16 1.27) (layer F.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole circle (at 3.4544 4.75488) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 "Net-(R1-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 5.60832 1.8288) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 "Net-(P1-Pad2)"))
|
||||
(pad 3 thru_hole circle (at 5.60832 -1.8288) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 "Net-(R2-Pad1)"))
|
||||
(pad 4 thru_hole circle (at 3.4544 -4.75488) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 "Net-(P4-Pad1)"))
|
||||
(pad 5 thru_hole circle (at 0 -5.8928) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 "Net-(P4-Pad1)"))
|
||||
(pad 6 thru_hole circle (at -3.4544 -4.75488) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 "Net-(C1-Pad1)"))
|
||||
(pad 7 thru_hole circle (at -5.60832 -1.8288) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 "Net-(R1-Pad1)"))
|
||||
(pad 8 thru_hole circle (at -5.60832 1.78816) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 "Net-(C2-Pad2)"))
|
||||
(pad 9 thru_hole circle (at -3.4544 4.75488) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 "Net-(P4-Pad2)"))
|
||||
(model valves/ecc83.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
|
@ -243,28 +215,24 @@
|
|||
(tags R)
|
||||
(path /4549F39D)
|
||||
(autoplace_cost180 10)
|
||||
(fp_text reference R2 (at 0 0 180) (layer Dessus.SilkS)
|
||||
(fp_text reference R2 (at 0 0 180) (layer F.SilkS)
|
||||
(effects (font (size 1.397 1.27) (thickness 0.2032)))
|
||||
)
|
||||
(fp_text value 1.5K (at 0 0 180) (layer Dessus.SilkS) hide
|
||||
(fp_text value 1.5K (at 0 0 180) (layer F.SilkS) hide
|
||||
(effects (font (size 1.397 1.27) (thickness 0.2032)))
|
||||
)
|
||||
(fp_line (start -3.81 0) (end -3.302 0) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.81 0) (end 3.302 0) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 0) (end 3.302 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 1.016) (end 3.302 1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 1.016) (end 3.302 0) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 5 N-000005)
|
||||
)
|
||||
(pad 2 thru_hole circle (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 1 GND)
|
||||
)
|
||||
(fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 "Net-(R2-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(model discret/resistor.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 0.3 0.3 0.3))
|
||||
|
@ -278,28 +246,24 @@
|
|||
(tags R)
|
||||
(path /4549F3A2)
|
||||
(autoplace_cost180 10)
|
||||
(fp_text reference R4 (at 0 0 270) (layer Dessus.SilkS)
|
||||
(fp_text reference R4 (at 0 0 270) (layer F.SilkS)
|
||||
(effects (font (size 1.397 1.27) (thickness 0.2032)))
|
||||
)
|
||||
(fp_text value 47K (at 0 0 270) (layer Dessus.SilkS) hide
|
||||
(fp_text value 47K (at 0 0 270) (layer F.SilkS) hide
|
||||
(effects (font (size 1.397 1.27) (thickness 0.2032)))
|
||||
)
|
||||
(fp_line (start -3.81 0) (end -3.302 0) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.81 0) (end 3.302 0) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 0) (end 3.302 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 1.016) (end 3.302 1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 1.016) (end 3.302 0) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 4 N-000004)
|
||||
)
|
||||
(pad 2 thru_hole circle (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 1 GND)
|
||||
)
|
||||
(fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 "Net-(P1-Pad2)"))
|
||||
(pad 2 thru_hole circle (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(model discret/resistor.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 0.3 0.3 0.3))
|
||||
|
@ -313,28 +277,24 @@
|
|||
(tags R)
|
||||
(path /4549F3AD)
|
||||
(autoplace_cost180 10)
|
||||
(fp_text reference R3 (at 0 0 90) (layer Dessus.SilkS)
|
||||
(fp_text reference R3 (at 0 0 90) (layer F.SilkS)
|
||||
(effects (font (size 1.397 1.27) (thickness 0.2032)))
|
||||
)
|
||||
(fp_text value 100K (at 0 0 90) (layer Dessus.SilkS) hide
|
||||
(fp_text value 100K (at 0 0 90) (layer F.SilkS) hide
|
||||
(effects (font (size 1.397 1.27) (thickness 0.2032)))
|
||||
)
|
||||
(fp_line (start -3.81 0) (end -3.302 0) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.81 0) (end 3.302 0) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 0) (end 3.302 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 1.016) (end 3.302 1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 1.016) (end 3.302 0) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -3.81 0 90) (size 1.397 1.397) (drill 0.8128)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 6 N-000006)
|
||||
)
|
||||
(pad 2 thru_hole circle (at 3.81 0 90) (size 1.397 1.397) (drill 0.8128)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 1 GND)
|
||||
)
|
||||
(fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -3.81 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 "Net-(C2-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 3.81 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(model discret/resistor.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 0.3 0.3 0.3))
|
||||
|
@ -348,28 +308,24 @@
|
|||
(tags R)
|
||||
(path /4549F38A)
|
||||
(autoplace_cost180 10)
|
||||
(fp_text reference R1 (at 0 0 270) (layer Dessus.SilkS)
|
||||
(fp_text reference R1 (at 0 0 270) (layer F.SilkS)
|
||||
(effects (font (size 1.397 1.27) (thickness 0.2032)))
|
||||
)
|
||||
(fp_text value 1.5K (at 0 0 270) (layer Dessus.SilkS) hide
|
||||
(fp_text value 1.5K (at 0 0 270) (layer F.SilkS) hide
|
||||
(effects (font (size 1.397 1.27) (thickness 0.2032)))
|
||||
)
|
||||
(fp_line (start -3.81 0) (end -3.302 0) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.81 0) (end 3.302 0) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 0) (end 3.302 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 1.016) (end 3.302 1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 1.016) (end 3.302 0) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 2 N-000001)
|
||||
)
|
||||
(pad 2 thru_hole circle (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 9 N-000009)
|
||||
)
|
||||
(fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 "Net-(R1-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 "Net-(C2-Pad2)"))
|
||||
(model discret/resistor.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 0.3 0.3 0.3))
|
||||
|
@ -382,21 +338,17 @@
|
|||
(descr "Condensateur polarise")
|
||||
(tags CP)
|
||||
(path /4549F4BE)
|
||||
(fp_text reference C1 (at 0 2.54 90) (layer Dessus.SilkS)
|
||||
(fp_text reference C1 (at 0 2.54 90) (layer F.SilkS)
|
||||
(effects (font (size 1.27 1.27) (thickness 0.254)))
|
||||
)
|
||||
(fp_text value 10uF (at 0 -2.54 90) (layer Dessus.SilkS)
|
||||
(fp_text value 10uF (at 0 -2.54 90) (layer F.SilkS)
|
||||
(effects (font (size 1.27 1.27) (thickness 0.254)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 4.826 -2.794) (layer Dessus.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole rect (at -2.54 0 90) (size 1.778 1.778) (drill 1.016)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 8 N-000008)
|
||||
)
|
||||
(pad 2 thru_hole circle (at 2.54 0 90) (size 1.778 1.778) (drill 1.016)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 1 GND)
|
||||
)
|
||||
(fp_circle (center 0 0) (end 4.826 -2.794) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole rect (at -2.54 0 90) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 "Net-(C1-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 2.54 0 90) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(model discret/c_vert_c2v10.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
|
@ -409,25 +361,21 @@
|
|||
(descr "Condensateur = 2 pas")
|
||||
(tags C)
|
||||
(path /4549F3BE)
|
||||
(fp_text reference C2 (at 0 0 90) (layer Dessus.SilkS)
|
||||
(fp_text reference C2 (at 0 0 90) (layer F.SilkS)
|
||||
(effects (font (size 1.016 1.016) (thickness 0.2032)))
|
||||
)
|
||||
(fp_text value 680nF (at 0 0 90) (layer Dessus.SilkS) hide
|
||||
(fp_text value 680nF (at 0 0 90) (layer F.SilkS) hide
|
||||
(effects (font (size 1.016 1.016) (thickness 0.2032)))
|
||||
)
|
||||
(fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.556 1.016) (end -3.556 1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer Dessus.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -2.54 0 90) (size 1.397 1.397) (drill 0.8128)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 6 N-000006)
|
||||
)
|
||||
(pad 2 thru_hole circle (at 2.54 0 90) (size 1.397 1.397) (drill 0.8128)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 9 N-000009)
|
||||
)
|
||||
(fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -2.54 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 "Net-(C2-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 2.54 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 "Net-(C2-Pad2)"))
|
||||
(model discret/capa_2pas_5x5mm.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
|
@ -440,25 +388,21 @@
|
|||
(descr "Bornier d'alimentation 2 pins")
|
||||
(tags DEV)
|
||||
(path /4549F4A5)
|
||||
(fp_text reference P3 (at 0 -5.08 90) (layer Dessus.SilkS)
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
(fp_text reference P3 (at 0 -5.08 90) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
)
|
||||
(fp_text value POWER (at 0 5.08 90) (layer Dessus.SilkS)
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_line (start 5.08 2.54) (end -5.08 2.54) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 3.81) (end 5.08 3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole rect (at -2.54 0 90) (size 2.54 2.54) (drill 1.524)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 8 N-000008)
|
||||
)
|
||||
(pad 2 thru_hole circle (at 2.54 0 90) (size 2.54 2.54) (drill 1.524)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 1 GND)
|
||||
(fp_text value POWER (at 0 5.08 90) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
)
|
||||
(fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole rect (at -2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 "Net-(C1-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(model device/bornier_2.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
|
@ -471,25 +415,21 @@
|
|||
(descr "Bornier d'alimentation 2 pins")
|
||||
(tags DEV)
|
||||
(path /4549F464)
|
||||
(fp_text reference P1 (at 0 -5.08 270) (layer Dessus.SilkS)
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
(fp_text reference P1 (at 0 -5.08 270) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
)
|
||||
(fp_text value IN (at 0 5.08 270) (layer Dessus.SilkS)
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_line (start 5.08 2.54) (end -5.08 2.54) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 3.81) (end 5.08 3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 1 GND)
|
||||
)
|
||||
(pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 4 N-000004)
|
||||
(fp_text value IN (at 0 5.08 270) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
)
|
||||
(fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 "Net-(P1-Pad2)"))
|
||||
(model device/bornier_2.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
|
@ -502,25 +442,21 @@
|
|||
(descr "Bornier d'alimentation 2 pins")
|
||||
(tags DEV)
|
||||
(path /4549F46C)
|
||||
(fp_text reference P2 (at 0 -5.08 90) (layer Dessus.SilkS)
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
(fp_text reference P2 (at 0 -5.08 90) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
)
|
||||
(fp_text value OUT (at 0 5.08 90) (layer Dessus.SilkS)
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_line (start 5.08 2.54) (end -5.08 2.54) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 3.81) (end 5.08 3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole rect (at -2.54 0 90) (size 2.54 2.54) (drill 1.524)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 6 N-000006)
|
||||
)
|
||||
(pad 2 thru_hole circle (at 2.54 0 90) (size 2.54 2.54) (drill 1.524)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 1 GND)
|
||||
(fp_text value OUT (at 0 5.08 90) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
)
|
||||
(fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole rect (at -2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 "Net-(C2-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(model device/bornier_2.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
|
@ -533,25 +469,21 @@
|
|||
(descr "Bornier d'alimentation 2 pins")
|
||||
(tags DEV)
|
||||
(path /456A8ACC)
|
||||
(fp_text reference P4 (at 0 -5.08 180) (layer Dessus.SilkS)
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
(fp_text reference P4 (at 0 -5.08 180) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
)
|
||||
(fp_text value CONN_2 (at 0 5.08 180) (layer Dessus.SilkS)
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_line (start 5.08 2.54) (end -5.08 2.54) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 3.81) (end 5.08 3.81) (layer Dessus.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole rect (at -2.54 0 180) (size 2.54 2.54) (drill 1.524)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 7 N-000007)
|
||||
)
|
||||
(pad 2 thru_hole circle (at 2.54 0 180) (size 2.54 2.54) (drill 1.524)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(net 3 N-000002)
|
||||
(fp_text value CONN_2 (at 0 5.08 180) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
)
|
||||
(fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole rect (at -2.54 0 180) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 "Net-(P4-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 2.54 0 180) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 "Net-(P4-Pad2)"))
|
||||
(model device/bornier_2.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
|
@ -559,86 +491,68 @@
|
|||
)
|
||||
)
|
||||
|
||||
(gr_line (start 123.825 132.715) (end 168.275 132.715) (angle 90) (layer Contours.Ci) (width 0.127))
|
||||
(gr_line (start 168.275 90.805) (end 123.825 90.805) (angle 90) (layer Contours.Ci) (width 0.127))
|
||||
(gr_line (start 168.275 90.805) (end 168.275 132.715) (angle 90) (layer Contours.Ci) (width 0.127))
|
||||
(gr_line (start 123.825 90.805) (end 123.825 132.715) (angle 90) (layer Contours.Ci) (width 0.127))
|
||||
(gr_line (start 123.825 132.715) (end 168.275 132.715) (angle 90) (layer Edge.Cuts) (width 0.127))
|
||||
(gr_line (start 168.275 90.805) (end 123.825 90.805) (angle 90) (layer Edge.Cuts) (width 0.127))
|
||||
(gr_line (start 168.275 90.805) (end 168.275 132.715) (angle 90) (layer Edge.Cuts) (width 0.127))
|
||||
(gr_line (start 123.825 90.805) (end 123.825 132.715) (angle 90) (layer Edge.Cuts) (width 0.127))
|
||||
|
||||
(segment (start 148.59 95.25) (end 160.02 95.25) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 146.05 95.25) (end 148.59 95.25) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 142.24 95.25) (end 146.05 95.25) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 164.465 125.095) (end 164.465 124.46) (width 0.8636) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 164.465 124.46) (end 167.005 121.92) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 167.005 109.22) (end 167.005 121.92) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 128.27 114.3) (end 125.73 112.60582) (width 0.8636) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 130.81 114.3) (end 132.08 115.57) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 132.08 115.57) (end 132.08 116.84) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 132.08 116.84) (end 133.985 118.745) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 128.27 114.3) (end 130.81 114.3) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 146.05 97.79) (end 146.05 95.25) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 133.985 95.885) (end 138.43 95.885) (width 0.8636) (layer Cuivre) (net 1) (status 400))
|
||||
(segment (start 129.54 100.33) (end 133.985 95.885) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 139.065 95.25) (end 142.24 95.25) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 138.43 95.885) (end 139.065 95.25) (width 0.8636) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 165.735 107.95) (end 167.005 109.22) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 164.465 107.95) (end 165.735 107.95) (width 0.8636) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 126.365 100.33) (end 125.73 100.965) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 128.27 100.33) (end 126.365 100.33) (width 0.8636) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 125.73 100.965) (end 125.73 112.60582) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 128.27 100.33) (end 129.54 100.33) (width 0.8636) (layer Cuivre) (net 1) (status 800))
|
||||
(segment (start 164.465 99.695) (end 164.465 107.95) (width 0.8636) (layer Cuivre) (net 1) (status 400))
|
||||
(segment (start 160.02 95.25) (end 164.465 99.695) (width 0.8636) (layer Cuivre) (net 1))
|
||||
(segment (start 153.289 131.826) (end 154.94 130.175) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 140.716 131.826) (end 153.289 131.826) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 143.61668 111.8362) (end 141.6812 111.8362) (width 0.8636) (layer Cuivre) (net 2) (status 800))
|
||||
(segment (start 141.6812 111.8362) (end 137.795 107.95) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 154.94 121.31548) (end 154.94 120.68048) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 154.94 120.68048) (end 152.6794 118.41988) (width 0.8636) (layer Cuivre) (net 2) (status 400))
|
||||
(segment (start 136.398 121.92) (end 135.509 121.031) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 135.509 121.031) (end 135.509 117.729) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 135.509 117.729) (end 133.985 116.205) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 136.525 121.92) (end 136.398 121.92) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 136.525 121.92) (end 139.065 124.46) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 139.065 124.46) (end 139.065 130.175) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 139.065 130.175) (end 140.335 131.445) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 135.89 107.95) (end 135.255 107.95) (width 0.8636) (layer Cuivre) (net 2) (status 800))
|
||||
(segment (start 133.985 109.22) (end 133.985 116.205) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 135.255 107.95) (end 133.985 109.22) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 135.89 107.95) (end 137.795 107.95) (width 0.8636) (layer Cuivre) (net 2) (status 800))
|
||||
(segment (start 140.335 131.445) (end 140.716 131.826) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 154.94 121.31548) (end 154.94 121.31548) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 154.94 130.175) (end 154.94 121.31548) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 145.7706 129.1844) (end 145.415 129.54) (width 0.8636) (layer Cuivre) (net 3) (status 400))
|
||||
(segment (start 145.7706 118.41988) (end 145.7706 129.1844) (width 0.8636) (layer Cuivre) (net 3) (status 800))
|
||||
(segment (start 159.385 117.475) (end 164.465 117.475) (width 0.8636) (layer Cuivre) (net 4) (status 400))
|
||||
(segment (start 154.83332 115.4938) (end 157.4038 115.4938) (width 0.8636) (layer Cuivre) (net 4) (status 800))
|
||||
(segment (start 164.465 117.475) (end 164.465 113.03) (width 0.8636) (layer Cuivre) (net 4) (status C00))
|
||||
(segment (start 157.4038 115.4938) (end 159.385 117.475) (width 0.8636) (layer Cuivre) (net 4))
|
||||
(segment (start 154.83332 111.8362) (end 154.83332 111.23168) (width 0.8636) (layer Cuivre) (net 5) (status 800))
|
||||
(segment (start 159.385 106.68) (end 159.385 99.695) (width 0.8636) (layer Cuivre) (net 5))
|
||||
(segment (start 154.83332 111.23168) (end 159.385 106.68) (width 0.8636) (layer Cuivre) (net 5))
|
||||
(segment (start 157.48 97.79) (end 159.385 99.695) (width 0.8636) (layer Cuivre) (net 5))
|
||||
(segment (start 153.67 97.79) (end 157.48 97.79) (width 0.8636) (layer Cuivre) (net 5) (status 800))
|
||||
(segment (start 137.16 125.095) (end 133.985 125.095) (width 0.8636) (layer Cuivre) (net 6))
|
||||
(segment (start 133.985 126.365) (end 133.985 125.095) (width 0.8636) (layer Cuivre) (net 6))
|
||||
(segment (start 133.985 125.095) (end 128.27 119.38) (width 0.8636) (layer Cuivre) (net 6))
|
||||
(segment (start 149.86 128.905) (end 150.495 129.54) (width 0.8636) (layer Cuivre) (net 7) (status 400))
|
||||
(segment (start 149.86 111.125) (end 149.86 128.905) (width 0.8636) (layer Cuivre) (net 7))
|
||||
(segment (start 149.225 110.49) (end 149.86 111.125) (width 0.8636) (layer Cuivre) (net 7))
|
||||
(segment (start 149.225 107.7722) (end 151.54148 107.7722) (width 0.8636) (layer Cuivre) (net 7) (status 800))
|
||||
(segment (start 151.54148 107.7722) (end 152.6794 108.91012) (width 0.8636) (layer Cuivre) (net 7) (status 400))
|
||||
(segment (start 149.225 107.7722) (end 149.225 110.49) (width 0.8636) (layer Cuivre) (net 7) (status 800))
|
||||
(segment (start 136.525 100.965) (end 135.255 102.235) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 138.43 100.965) (end 136.525 100.965) (width 0.8636) (layer Cuivre) (net 8) (status 800))
|
||||
(segment (start 145.7706 103.8606) (end 142.875 100.965) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 142.875 100.965) (end 138.43 100.965) (width 0.8636) (layer Cuivre) (net 8) (status 400))
|
||||
(segment (start 145.7706 108.91012) (end 145.7706 103.8606) (width 0.8636) (layer Cuivre) (net 8) (status 800))
|
||||
(segment (start 132.08 105.41) (end 135.255 102.235) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 128.27 105.41) (end 132.08 105.41) (width 0.8636) (layer Cuivre) (net 8) (status 800))
|
||||
(segment (start 137.16 120.015) (end 137.16 115.57) (width 0.8636) (layer Cuivre) (net 9))
|
||||
(segment (start 135.89 115.57) (end 137.16 115.57) (width 0.8636) (layer Cuivre) (net 9))
|
||||
(segment (start 137.16 115.57) (end 143.49984 115.57) (width 0.8636) (layer Cuivre) (net 9))
|
||||
(segment (start 143.49984 115.57) (end 143.61668 115.45316) (width 0.8636) (layer Cuivre) (net 9))
|
||||
(segment (start 136.525 100.965) (end 135.255 102.235) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 138.43 100.965) (end 136.525 100.965) (width 0.8636) (layer Cuivre) (net 2) (status 800))
|
||||
(segment (start 145.7706 103.8606) (end 142.875 100.965) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 142.875 100.965) (end 138.43 100.965) (width 0.8636) (layer Cuivre) (net 2) (status 400))
|
||||
(segment (start 145.7706 108.91012) (end 145.7706 103.8606) (width 0.8636) (layer Cuivre) (net 2) (status 800))
|
||||
(segment (start 132.08 105.41) (end 135.255 102.235) (width 0.8636) (layer Cuivre) (net 2))
|
||||
(segment (start 128.27 105.41) (end 132.08 105.41) (width 0.8636) (layer Cuivre) (net 2) (status 800))
|
||||
(segment (start 137.16 125.095) (end 133.985 125.095) (width 0.8636) (layer Cuivre) (net 3))
|
||||
(segment (start 133.985 126.365) (end 133.985 125.095) (width 0.8636) (layer Cuivre) (net 3))
|
||||
(segment (start 133.985 125.095) (end 128.27 119.38) (width 0.8636) (layer Cuivre) (net 3))
|
||||
(segment (start 137.16 120.015) (end 137.16 115.57) (width 0.8636) (layer Cuivre) (net 4))
|
||||
(segment (start 135.89 115.57) (end 137.16 115.57) (width 0.8636) (layer Cuivre) (net 4))
|
||||
(segment (start 137.16 115.57) (end 143.49984 115.57) (width 0.8636) (layer Cuivre) (net 4))
|
||||
(segment (start 143.49984 115.57) (end 143.61668 115.45316) (width 0.8636) (layer Cuivre) (net 4))
|
||||
(segment (start 159.385 117.475) (end 164.465 117.475) (width 0.8636) (layer Cuivre) (net 5) (status 400))
|
||||
(segment (start 154.83332 115.4938) (end 157.4038 115.4938) (width 0.8636) (layer Cuivre) (net 5) (status 800))
|
||||
(segment (start 164.465 117.475) (end 164.465 113.03) (width 0.8636) (layer Cuivre) (net 5) (status C00))
|
||||
(segment (start 157.4038 115.4938) (end 159.385 117.475) (width 0.8636) (layer Cuivre) (net 5))
|
||||
(segment (start 149.86 128.905) (end 150.495 129.54) (width 0.8636) (layer Cuivre) (net 6) (status 400))
|
||||
(segment (start 149.86 111.125) (end 149.86 128.905) (width 0.8636) (layer Cuivre) (net 6))
|
||||
(segment (start 149.225 110.49) (end 149.86 111.125) (width 0.8636) (layer Cuivre) (net 6))
|
||||
(segment (start 149.225 107.7722) (end 151.54148 107.7722) (width 0.8636) (layer Cuivre) (net 6) (status 800))
|
||||
(segment (start 151.54148 107.7722) (end 152.6794 108.91012) (width 0.8636) (layer Cuivre) (net 6) (status 400))
|
||||
(segment (start 149.225 107.7722) (end 149.225 110.49) (width 0.8636) (layer Cuivre) (net 6) (status 800))
|
||||
(segment (start 145.7706 129.1844) (end 145.415 129.54) (width 0.8636) (layer Cuivre) (net 7) (status 400))
|
||||
(segment (start 145.7706 118.41988) (end 145.7706 129.1844) (width 0.8636) (layer Cuivre) (net 7) (status 800))
|
||||
(segment (start 153.289 131.826) (end 154.94 130.175) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 140.716 131.826) (end 153.289 131.826) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 143.61668 111.8362) (end 141.6812 111.8362) (width 0.8636) (layer Cuivre) (net 8) (status 800))
|
||||
(segment (start 141.6812 111.8362) (end 137.795 107.95) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 154.94 121.31548) (end 154.94 120.68048) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 154.94 120.68048) (end 152.6794 118.41988) (width 0.8636) (layer Cuivre) (net 8) (status 400))
|
||||
(segment (start 136.398 121.92) (end 135.509 121.031) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 135.509 121.031) (end 135.509 117.729) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 135.509 117.729) (end 133.985 116.205) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 136.525 121.92) (end 136.398 121.92) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 136.525 121.92) (end 139.065 124.46) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 139.065 124.46) (end 139.065 130.175) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 139.065 130.175) (end 140.335 131.445) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 135.89 107.95) (end 135.255 107.95) (width 0.8636) (layer Cuivre) (net 8) (status 800))
|
||||
(segment (start 133.985 109.22) (end 133.985 116.205) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 135.255 107.95) (end 133.985 109.22) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 135.89 107.95) (end 137.795 107.95) (width 0.8636) (layer Cuivre) (net 8) (status 800))
|
||||
(segment (start 140.335 131.445) (end 140.716 131.826) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 154.94 121.31548) (end 154.94 121.31548) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 154.94 130.175) (end 154.94 121.31548) (width 0.8636) (layer Cuivre) (net 8))
|
||||
(segment (start 154.83332 111.8362) (end 154.83332 111.23168) (width 0.8636) (layer Cuivre) (net 9) (status 800))
|
||||
(segment (start 159.385 106.68) (end 159.385 99.695) (width 0.8636) (layer Cuivre) (net 9))
|
||||
(segment (start 154.83332 111.23168) (end 159.385 106.68) (width 0.8636) (layer Cuivre) (net 9))
|
||||
(segment (start 157.48 97.79) (end 159.385 99.695) (width 0.8636) (layer Cuivre) (net 9))
|
||||
(segment (start 153.67 97.79) (end 157.48 97.79) (width 0.8636) (layer Cuivre) (net 9) (status 800))
|
||||
|
||||
(zone (net 1) (net_name GND) (layer Cuivre) (tstamp 4EED97A2) (hatch edge 0.508)
|
||||
(connect_pads (clearance 0.635))
|
||||
|
|
|
@ -1,129 +1,160 @@
|
|||
# EESchema Netlist Version 1.1 created 27/8/2008-06:26:11
|
||||
(
|
||||
( /48B4F266 VALVE-NOVAL_P U1 ECC81_83 {Lib=ECC81_83}
|
||||
( 1 N-000001 )
|
||||
( 2 N-000004 )
|
||||
( 3 N-000005 )
|
||||
( 4 N-000007 )
|
||||
( 5 N-000007 )
|
||||
( 6 N-000008 )
|
||||
( 7 N-000001 )
|
||||
( 8 N-000009 )
|
||||
( 9 N-000002 )
|
||||
)
|
||||
( /456A8ACC $noname P4 CONN_2 {Lib=CONN_2}
|
||||
( 1 N-000007 )
|
||||
( 2 N-000002 )
|
||||
)
|
||||
( /4549F4BE $noname C1 10uF {Lib=C}
|
||||
( 1 N-000008 )
|
||||
( 2 GND )
|
||||
)
|
||||
( /4549F4A5 $noname P3 POWER {Lib=CONN_2}
|
||||
( 1 N-000008 )
|
||||
( 2 GND )
|
||||
)
|
||||
( /4549F46C $noname P2 OUT {Lib=CONN_2}
|
||||
( 1 N-000006 )
|
||||
( 2 GND )
|
||||
)
|
||||
( /4549F464 $noname P1 IN {Lib=CONN_2}
|
||||
( 1 GND )
|
||||
( 2 N-000004 )
|
||||
)
|
||||
( /4549F3BE $noname C2 680nF {Lib=C}
|
||||
( 1 N-000006 )
|
||||
( 2 N-000009 )
|
||||
)
|
||||
( /4549F3AD $noname R3 100K {Lib=R}
|
||||
( 1 N-000006 )
|
||||
( 2 GND )
|
||||
)
|
||||
( /4549F3A2 $noname R4 47K {Lib=R}
|
||||
( 1 N-000004 )
|
||||
( 2 GND )
|
||||
)
|
||||
( /4549F39D $noname R2 1.5K {Lib=R}
|
||||
( 1 N-000005 )
|
||||
( 2 GND )
|
||||
)
|
||||
( /4549F38A $noname R1 1.5K {Lib=R}
|
||||
( 1 N-000001 )
|
||||
( 2 N-000009 )
|
||||
)
|
||||
)
|
||||
*
|
||||
{ Allowed footprints by component:
|
||||
$component C1
|
||||
SM*
|
||||
C?
|
||||
C1-1
|
||||
$endlist
|
||||
$component C2
|
||||
SM*
|
||||
C?
|
||||
C1-1
|
||||
$endlist
|
||||
$component R3
|
||||
R?
|
||||
SM0603
|
||||
SM0805
|
||||
$endlist
|
||||
$component R4
|
||||
R?
|
||||
SM0603
|
||||
SM0805
|
||||
$endlist
|
||||
$component R2
|
||||
R?
|
||||
SM0603
|
||||
SM0805
|
||||
$endlist
|
||||
$component R1
|
||||
R?
|
||||
SM0603
|
||||
SM0805
|
||||
$endlist
|
||||
$endfootprintlist
|
||||
}
|
||||
{ Pin List by Nets
|
||||
Net 1 ""
|
||||
R1 1
|
||||
U1 7
|
||||
U1 1
|
||||
Net 2 ""
|
||||
P4 2
|
||||
U1 9
|
||||
Net 3 "GND"
|
||||
R2 2
|
||||
R4 2
|
||||
R3 2
|
||||
P1 1
|
||||
P2 2
|
||||
P3 2
|
||||
C1 2
|
||||
Net 4 ""
|
||||
P1 2
|
||||
R4 1
|
||||
U1 2
|
||||
Net 5 ""
|
||||
R2 1
|
||||
U1 3
|
||||
Net 6 ""
|
||||
P2 1
|
||||
R3 1
|
||||
C2 1
|
||||
Net 7 ""
|
||||
P4 1
|
||||
U1 4
|
||||
U1 5
|
||||
Net 8 ""
|
||||
P3 1
|
||||
U1 6
|
||||
C1 1
|
||||
Net 9 ""
|
||||
U1 8
|
||||
C2 2
|
||||
R1 2
|
||||
}
|
||||
#End
|
||||
(export (version D)
|
||||
(design
|
||||
(source F:/kicad-launchpad/testing/demos/ecc83/ecc83-pp.sch)
|
||||
(date "04/07/2014 20:15:10")
|
||||
(tool "Eeschema (2014-07-02 BZR 4969)-product"))
|
||||
(components
|
||||
(comp (ref U1)
|
||||
(value ECC83)
|
||||
(footprint VALVE-NOVAL_P)
|
||||
(libsource (lib valves) (part ECC83))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 48B4F266))
|
||||
(comp (ref P4)
|
||||
(value CONN_2)
|
||||
(libsource (lib conn) (part CONN_2))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 456A8ACC))
|
||||
(comp (ref C1)
|
||||
(value 10uF)
|
||||
(libsource (lib device) (part C))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 4549F4BE))
|
||||
(comp (ref P3)
|
||||
(value POWER)
|
||||
(libsource (lib conn) (part CONN_2))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 4549F4A5))
|
||||
(comp (ref P2)
|
||||
(value OUT)
|
||||
(libsource (lib conn) (part CONN_2))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 4549F46C))
|
||||
(comp (ref P1)
|
||||
(value IN)
|
||||
(libsource (lib conn) (part CONN_2))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 4549F464))
|
||||
(comp (ref C2)
|
||||
(value 680nF)
|
||||
(libsource (lib device) (part C))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 4549F3BE))
|
||||
(comp (ref R3)
|
||||
(value 100K)
|
||||
(libsource (lib device) (part R))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 4549F3AD))
|
||||
(comp (ref R4)
|
||||
(value 47K)
|
||||
(libsource (lib device) (part R))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 4549F3A2))
|
||||
(comp (ref R2)
|
||||
(value 1.5K)
|
||||
(libsource (lib device) (part R))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 4549F39D))
|
||||
(comp (ref R1)
|
||||
(value 1.5K)
|
||||
(libsource (lib device) (part R))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 4549F38A)))
|
||||
(libparts
|
||||
(libpart (lib device) (part C)
|
||||
(description "Condensateur non polarise")
|
||||
(footprints
|
||||
(fp SM*)
|
||||
(fp C?)
|
||||
(fp C1-1))
|
||||
(fields
|
||||
(field (name Reference) C)
|
||||
(field (name Value) C))
|
||||
(pins
|
||||
(pin (num 1) (name ~) (type passive))
|
||||
(pin (num 2) (name ~) (type passive))))
|
||||
(libpart (lib device) (part R)
|
||||
(description Resistance)
|
||||
(footprints
|
||||
(fp R?)
|
||||
(fp SM0603)
|
||||
(fp SM0805)
|
||||
(fp R?-*)
|
||||
(fp SM1206))
|
||||
(fields
|
||||
(field (name Reference) R)
|
||||
(field (name Value) R))
|
||||
(pins
|
||||
(pin (num 1) (name ~) (type passive))
|
||||
(pin (num 2) (name ~) (type passive))))
|
||||
(libpart (lib conn) (part CONN_2)
|
||||
(description "Symbole general de connecteur")
|
||||
(fields
|
||||
(field (name Reference) P)
|
||||
(field (name Value) CONN_2))
|
||||
(pins
|
||||
(pin (num 1) (name P1) (type passive))
|
||||
(pin (num 2) (name PM) (type passive))))
|
||||
(libpart (lib valves) (part ECC81)
|
||||
(aliases
|
||||
(alias ECC83))
|
||||
(fields
|
||||
(field (name Reference) U)
|
||||
(field (name Value) ECC81)
|
||||
(field (name Footprint) VALVE-NOVAL_P))
|
||||
(pins
|
||||
(pin (num 1) (name A) (type output))
|
||||
(pin (num 2) (name G) (type input))
|
||||
(pin (num 3) (name K) (type BiDi))
|
||||
(pin (num 4) (name F1) (type power_in))
|
||||
(pin (num 5) (name F1) (type power_in))
|
||||
(pin (num 6) (name A) (type output))
|
||||
(pin (num 7) (name G) (type input))
|
||||
(pin (num 8) (name K) (type BiDi))
|
||||
(pin (num 9) (name F2) (type power_in)))))
|
||||
(libraries
|
||||
(library (logical device)
|
||||
(uri f:\kicad\share\library\device.lib))
|
||||
(library (logical conn)
|
||||
(uri f:\kicad\share\library\conn.lib))
|
||||
(library (logical valves)
|
||||
(uri f:\kicad\share\library\valves.lib)))
|
||||
(nets
|
||||
(net (code 1) (name "Net-(C1-Pad1)")
|
||||
(node (ref U1) (pin 6))
|
||||
(node (ref C1) (pin 1))
|
||||
(node (ref P3) (pin 1)))
|
||||
(net (code 2) (name "Net-(R2-Pad1)")
|
||||
(node (ref R2) (pin 1))
|
||||
(node (ref U1) (pin 3)))
|
||||
(net (code 3) (name "Net-(C2-Pad2)")
|
||||
(node (ref U1) (pin 8))
|
||||
(node (ref R1) (pin 2))
|
||||
(node (ref C2) (pin 2)))
|
||||
(net (code 4) (name "Net-(C2-Pad1)")
|
||||
(node (ref C2) (pin 1))
|
||||
(node (ref R3) (pin 1))
|
||||
(node (ref P2) (pin 1)))
|
||||
(net (code 5) (name "Net-(P4-Pad2)")
|
||||
(node (ref U1) (pin 9))
|
||||
(node (ref P4) (pin 2)))
|
||||
(net (code 6) (name "Net-(P1-Pad2)")
|
||||
(node (ref U1) (pin 2))
|
||||
(node (ref P1) (pin 2))
|
||||
(node (ref R4) (pin 1)))
|
||||
(net (code 7) (name "Net-(R1-Pad1)")
|
||||
(node (ref R1) (pin 1))
|
||||
(node (ref U1) (pin 1))
|
||||
(node (ref U1) (pin 7)))
|
||||
(net (code 8) (name GND)
|
||||
(node (ref R3) (pin 2))
|
||||
(node (ref C1) (pin 2))
|
||||
(node (ref P1) (pin 1))
|
||||
(node (ref P2) (pin 2))
|
||||
(node (ref P3) (pin 2))
|
||||
(node (ref R4) (pin 2))
|
||||
(node (ref R2) (pin 2)))
|
||||
(net (code 9) (name "Net-(P4-Pad1)")
|
||||
(node (ref U1) (pin 4))
|
||||
(node (ref U1) (pin 5))
|
||||
(node (ref P4) (pin 1)))))
|
|
@ -1,11 +1,36 @@
|
|||
EESchema Schematic File Version 2
|
||||
LIBS:power,device,conn,valves,linear,regul,74xx,cmos4000,adc-dac,memory,xilinx,special,microcontrollers,microchip,analog_switches,motorola,intel,audio,interface,digital-audio,philips,display,cypress,siliconi,contrib,.\ecc83-pp.cache
|
||||
EELAYER 23 0
|
||||
LIBS:power
|
||||
LIBS:device
|
||||
LIBS:conn
|
||||
LIBS:valves
|
||||
LIBS:linear
|
||||
LIBS:regul
|
||||
LIBS:74xx
|
||||
LIBS:cmos4000
|
||||
LIBS:adc-dac
|
||||
LIBS:memory
|
||||
LIBS:xilinx
|
||||
LIBS:special
|
||||
LIBS:microcontrollers
|
||||
LIBS:microchip
|
||||
LIBS:analog_switches
|
||||
LIBS:motorola
|
||||
LIBS:intel
|
||||
LIBS:audio
|
||||
LIBS:interface
|
||||
LIBS:digital-audio
|
||||
LIBS:philips
|
||||
LIBS:display
|
||||
LIBS:cypress
|
||||
LIBS:siliconi
|
||||
LIBS:contrib
|
||||
EELAYER 24 0
|
||||
EELAYER END
|
||||
$Descr A4 11700 8267
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 1 1
|
||||
Title "ECC Push-Pull"
|
||||
Date "11 dec 2006"
|
||||
Date "vendredi 04 juillet 2014"
|
||||
Rev "0.1"
|
||||
Comp ""
|
||||
Comment1 ""
|
||||
|
@ -19,32 +44,29 @@ Wire Wire Line
|
|||
5750 3850 5750 4050
|
||||
Connection ~ 4450 4500
|
||||
Wire Wire Line
|
||||
4450 5400 4450 4450
|
||||
4450 4450 4450 5400
|
||||
Wire Wire Line
|
||||
4450 4450 4650 4450
|
||||
Wire Wire Line
|
||||
9850 6350 9950 6350
|
||||
1800 6650 1900 6650
|
||||
Wire Wire Line
|
||||
9950 6350 9950 6150
|
||||
1900 6650 1900 6450
|
||||
Wire Wire Line
|
||||
4150 5300 4150 5000
|
||||
4150 5000 4150 5300
|
||||
Wire Wire Line
|
||||
6950 5150 6950 5000
|
||||
Wire Wire Line
|
||||
4150 4800 4450 4800
|
||||
Connection ~ 4450 4800
|
||||
Wire Wire Line
|
||||
6950 4350 6950 4050
|
||||
Connection ~ 6950 4250
|
||||
6950 4150 6950 4050
|
||||
Wire Wire Line
|
||||
4850 4850 4850 5400
|
||||
Wire Wire Line
|
||||
6300 3900 6300 4000
|
||||
Wire Wire Line
|
||||
6950 3850 5750 3850
|
||||
5750 3850 6950 3850
|
||||
Connection ~ 6700 3850
|
||||
Wire Wire Line
|
||||
6700 4250 6950 4250
|
||||
Wire Wire Line
|
||||
6150 4450 6150 3900
|
||||
Connection ~ 6150 3900
|
||||
|
@ -56,17 +78,17 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
6700 4800 6700 5400
|
||||
Wire Wire Line
|
||||
10050 6150 10050 6350
|
||||
2000 6450 2000 6650
|
||||
Wire Wire Line
|
||||
10050 6250 9850 6250
|
||||
Connection ~ 10050 6250
|
||||
2000 6550 1800 6550
|
||||
Connection ~ 2000 6550
|
||||
Wire Wire Line
|
||||
4100 5250 4150 5250
|
||||
Connection ~ 4150 5250
|
||||
Wire Wire Line
|
||||
9850 6250 9850 6150
|
||||
1800 6550 1800 6450
|
||||
Wire Wire Line
|
||||
6300 3900 4950 3900
|
||||
4950 3900 6300 3900
|
||||
Wire Wire Line
|
||||
4950 3900 4950 4050
|
||||
Wire Wire Line
|
||||
|
@ -76,20 +98,22 @@ Wire Wire Line
|
|||
$Comp
|
||||
L ECC83 U1
|
||||
U 3 1 48B4F266
|
||||
P 9950 5700
|
||||
F 0 "U1" H 10080 6010 50 0000 C C
|
||||
F 1 "ECC81_83" H 10300 5400 50 0000 C C
|
||||
F 2 "VALVE-NOVAL_P" H 10220 5300 50 0001 C C
|
||||
3 9950 5700
|
||||
P 1900 6000
|
||||
F 0 "U1" H 2030 6310 50 0000 C CNN
|
||||
F 1 "ECC83" H 2250 5700 50 0000 C CNN
|
||||
F 2 "VALVE-NOVAL_P" H 2170 5600 50 0001 C CNN
|
||||
F 3 "" H 1900 6000 60 0001 C CNN
|
||||
3 1900 6000
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L ECC83 U1
|
||||
U 2 1 48B4F263
|
||||
P 4950 4450
|
||||
F 0 "U1" H 5080 4760 50 0000 C C
|
||||
F 1 "ECC83" H 5150 4100 50 0000 C C
|
||||
F 2 "VALVE-NOVAL_P" H 5220 4050 50 0001 C C
|
||||
F 0 "U1" H 5080 4760 50 0000 C CNN
|
||||
F 1 "ECC83" H 5150 4100 50 0000 C CNN
|
||||
F 2 "VALVE-NOVAL_P" H 5220 4050 50 0001 C CNN
|
||||
F 3 "" H 4950 4450 60 0001 C CNN
|
||||
2 4950 4450
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -97,9 +121,10 @@ $Comp
|
|||
L ECC83 U1
|
||||
U 1 1 48B4F256
|
||||
P 5750 4450
|
||||
F 0 "U1" H 5880 4760 50 0000 C C
|
||||
F 1 "ECC83" H 5500 4150 50 0000 C C
|
||||
F 2 "VALVE-NOVAL_P" H 6020 4050 50 0001 C C
|
||||
F 0 "U1" H 5880 4760 50 0000 C CNN
|
||||
F 1 "ECC83" H 5500 4150 50 0000 C CNN
|
||||
F 2 "VALVE-NOVAL_P" H 6020 4050 50 0001 C CNN
|
||||
F 3 "" H 5750 4450 60 0001 C CNN
|
||||
1 5750 4450
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -107,8 +132,10 @@ $Comp
|
|||
L GND #PWR01
|
||||
U 1 1 457DBAF8
|
||||
P 6950 5150
|
||||
F 0 "#PWR01" H 6950 5150 30 0001 C C
|
||||
F 1 "GND" H 6950 5080 30 0001 C C
|
||||
F 0 "#PWR01" H 6950 5150 30 0001 C CNN
|
||||
F 1 "GND" H 6950 5080 30 0001 C CNN
|
||||
F 2 "" H 6950 5150 60 0001 C CNN
|
||||
F 3 "" H 6950 5150 60 0001 C CNN
|
||||
1 6950 5150
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -116,8 +143,10 @@ $Comp
|
|||
L GND #PWR02
|
||||
U 1 1 457DBAF5
|
||||
P 6700 5900
|
||||
F 0 "#PWR02" H 6700 5900 30 0001 C C
|
||||
F 1 "GND" H 6700 5830 30 0001 C C
|
||||
F 0 "#PWR02" H 6700 5900 30 0001 C CNN
|
||||
F 1 "GND" H 6700 5830 30 0001 C CNN
|
||||
F 2 "" H 6700 5900 60 0001 C CNN
|
||||
F 3 "" H 6700 5900 60 0001 C CNN
|
||||
1 6700 5900
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -125,8 +154,10 @@ $Comp
|
|||
L GND #PWR03
|
||||
U 1 1 457DBAF1
|
||||
P 4850 5900
|
||||
F 0 "#PWR03" H 4850 5900 30 0001 C C
|
||||
F 1 "GND" H 4850 5830 30 0001 C C
|
||||
F 0 "#PWR03" H 4850 5900 30 0001 C CNN
|
||||
F 1 "GND" H 4850 5830 30 0001 C CNN
|
||||
F 2 "" H 4850 5900 60 0001 C CNN
|
||||
F 3 "" H 4850 5900 60 0001 C CNN
|
||||
1 4850 5900
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -134,8 +165,10 @@ $Comp
|
|||
L GND #PWR04
|
||||
U 1 1 457DBAEF
|
||||
P 4450 5900
|
||||
F 0 "#PWR04" H 4450 5900 30 0001 C C
|
||||
F 1 "GND" H 4450 5830 30 0001 C C
|
||||
F 0 "#PWR04" H 4450 5900 30 0001 C CNN
|
||||
F 1 "GND" H 4450 5830 30 0001 C CNN
|
||||
F 2 "" H 4450 5900 60 0001 C CNN
|
||||
F 3 "" H 4450 5900 60 0001 C CNN
|
||||
1 4450 5900
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -143,26 +176,32 @@ $Comp
|
|||
L PWR_FLAG #FLG05
|
||||
U 1 1 457DBAC0
|
||||
P 4100 5250
|
||||
F 0 "#FLG05" H 4100 5520 30 0001 C C
|
||||
F 1 "PWR_FLAG" H 4100 5480 30 0000 C C
|
||||
F 0 "#FLG05" H 4100 5520 30 0001 C CNN
|
||||
F 1 "PWR_FLAG" H 4100 5480 30 0000 C CNN
|
||||
F 2 "" H 4100 5250 60 0001 C CNN
|
||||
F 3 "" H 4100 5250 60 0001 C CNN
|
||||
1 4100 5250
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_2 P4
|
||||
U 1 1 456A8ACC
|
||||
P 9950 6700
|
||||
F 0 "P4" V 9900 6700 40 0000 C C
|
||||
F 1 "CONN_2" V 10000 6700 40 0000 C C
|
||||
1 9950 6700
|
||||
P 1900 7000
|
||||
F 0 "P4" V 1850 7000 40 0000 C CNN
|
||||
F 1 "CONN_2" V 1950 7000 40 0000 C CNN
|
||||
F 2 "" H 1900 7000 60 0001 C CNN
|
||||
F 3 "" H 1900 7000 60 0001 C CNN
|
||||
1 1900 7000
|
||||
0 1 1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L C C1
|
||||
U 1 1 4549F4BE
|
||||
P 6700 4050
|
||||
F 0 "C1" H 6750 4150 50 0000 L C
|
||||
F 1 "10uF" H 6450 4150 50 0000 L C
|
||||
F 0 "C1" H 6750 4150 50 0000 L CNN
|
||||
F 1 "10uF" H 6450 4150 50 0000 L CNN
|
||||
F 2 "" H 6700 4050 60 0001 C CNN
|
||||
F 3 "" H 6700 4050 60 0001 C CNN
|
||||
1 6700 4050
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -170,26 +209,32 @@ $Comp
|
|||
L GND #PWR06
|
||||
U 1 1 4549F4B9
|
||||
P 4150 5300
|
||||
F 0 "#PWR06" H 4150 5300 30 0001 C C
|
||||
F 1 "GND" H 4150 5230 30 0001 C C
|
||||
F 0 "#PWR06" H 4150 5300 30 0001 C CNN
|
||||
F 1 "GND" H 4150 5230 30 0001 C CNN
|
||||
F 2 "" H 4150 5300 60 0001 C CNN
|
||||
F 3 "" H 4150 5300 60 0001 C CNN
|
||||
1 4150 5300
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L GND #PWR07
|
||||
U 1 1 4549F4B3
|
||||
P 6950 4350
|
||||
F 0 "#PWR07" H 6950 4350 30 0001 C C
|
||||
F 1 "GND" H 6950 4280 30 0001 C C
|
||||
1 6950 4350
|
||||
P 6950 4150
|
||||
F 0 "#PWR07" H 6950 4150 30 0001 C CNN
|
||||
F 1 "GND" H 6950 4080 30 0001 C CNN
|
||||
F 2 "" H 6950 4150 60 0001 C CNN
|
||||
F 3 "" H 6950 4150 60 0001 C CNN
|
||||
1 6950 4150
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_2 P3
|
||||
U 1 1 4549F4A5
|
||||
P 7300 3950
|
||||
F 0 "P3" V 7250 3950 40 0000 C C
|
||||
F 1 "POWER" V 7350 3950 40 0000 C C
|
||||
F 0 "P3" V 7250 3950 40 0000 C CNN
|
||||
F 1 "POWER" V 7350 3950 40 0000 C CNN
|
||||
F 2 "" H 7300 3950 60 0001 C CNN
|
||||
F 3 "" H 7300 3950 60 0001 C CNN
|
||||
1 7300 3950
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -197,8 +242,10 @@ $Comp
|
|||
L CONN_2 P2
|
||||
U 1 1 4549F46C
|
||||
P 7300 4900
|
||||
F 0 "P2" V 7250 4900 40 0000 C C
|
||||
F 1 "OUT" V 7350 4900 40 0000 C C
|
||||
F 0 "P2" V 7250 4900 40 0000 C CNN
|
||||
F 1 "OUT" V 7350 4900 40 0000 C CNN
|
||||
F 2 "" H 7300 4900 60 0001 C CNN
|
||||
F 3 "" H 7300 4900 60 0001 C CNN
|
||||
1 7300 4900
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -206,8 +253,10 @@ $Comp
|
|||
L CONN_2 P1
|
||||
U 1 1 4549F464
|
||||
P 3800 4900
|
||||
F 0 "P1" V 3750 4900 40 0000 C C
|
||||
F 1 "IN" V 3850 4900 40 0000 C C
|
||||
F 0 "P1" V 3750 4900 40 0000 C CNN
|
||||
F 1 "IN" V 3850 4900 40 0000 C CNN
|
||||
F 2 "" H 3800 4900 60 0001 C CNN
|
||||
F 3 "" H 3800 4900 60 0001 C CNN
|
||||
1 3800 4900
|
||||
-1 0 0 1
|
||||
$EndComp
|
||||
|
@ -215,8 +264,10 @@ $Comp
|
|||
L C C2
|
||||
U 1 1 4549F3BE
|
||||
P 6500 4800
|
||||
F 0 "C2" H 6550 4900 50 0000 L C
|
||||
F 1 "680nF" H 6550 4700 50 0000 L C
|
||||
F 0 "C2" H 6550 4900 50 0000 L CNN
|
||||
F 1 "680nF" H 6550 4700 50 0000 L CNN
|
||||
F 2 "" H 6500 4800 60 0001 C CNN
|
||||
F 3 "" H 6500 4800 60 0001 C CNN
|
||||
1 6500 4800
|
||||
0 1 1 0
|
||||
$EndComp
|
||||
|
@ -224,8 +275,10 @@ $Comp
|
|||
L R R3
|
||||
U 1 1 4549F3AD
|
||||
P 6700 5650
|
||||
F 0 "R3" V 6780 5650 50 0000 C C
|
||||
F 1 "100K" V 6700 5650 50 0000 C C
|
||||
F 0 "R3" V 6780 5650 50 0000 C CNN
|
||||
F 1 "100K" V 6700 5650 50 0000 C CNN
|
||||
F 2 "" H 6700 5650 60 0001 C CNN
|
||||
F 3 "" H 6700 5650 60 0001 C CNN
|
||||
1 6700 5650
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -233,8 +286,10 @@ $Comp
|
|||
L R R4
|
||||
U 1 1 4549F3A2
|
||||
P 4450 5650
|
||||
F 0 "R4" V 4530 5650 50 0000 C C
|
||||
F 1 "47K" V 4450 5650 50 0000 C C
|
||||
F 0 "R4" V 4530 5650 50 0000 C CNN
|
||||
F 1 "47K" V 4450 5650 50 0000 C CNN
|
||||
F 2 "" H 4450 5650 60 0001 C CNN
|
||||
F 3 "" H 4450 5650 60 0001 C CNN
|
||||
1 4450 5650
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -242,8 +297,10 @@ $Comp
|
|||
L R R2
|
||||
U 1 1 4549F39D
|
||||
P 4850 5650
|
||||
F 0 "R2" V 4930 5650 50 0000 C C
|
||||
F 1 "1.5K" V 4850 5650 50 0000 C C
|
||||
F 0 "R2" V 4930 5650 50 0000 C CNN
|
||||
F 1 "1.5K" V 4850 5650 50 0000 C CNN
|
||||
F 2 "" H 4850 5650 60 0001 C CNN
|
||||
F 3 "" H 4850 5650 60 0001 C CNN
|
||||
1 4850 5650
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -251,9 +308,22 @@ $Comp
|
|||
L R R1
|
||||
U 1 1 4549F38A
|
||||
P 6300 4250
|
||||
F 0 "R1" V 6380 4250 50 0000 C C
|
||||
F 1 "1.5K" V 6300 4250 50 0000 C C
|
||||
F 0 "R1" V 6380 4250 50 0000 C CNN
|
||||
F 1 "1.5K" V 6300 4250 50 0000 C CNN
|
||||
F 2 "" H 6300 4250 60 0001 C CNN
|
||||
F 3 "" H 6300 4250 60 0001 C CNN
|
||||
1 6300 4250
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L GND #PWR08
|
||||
U 1 1 53B6F370
|
||||
P 6700 4250
|
||||
F 0 "#PWR08" H 6700 4250 30 0001 C CNN
|
||||
F 1 "GND" H 6700 4180 30 0001 C CNN
|
||||
F 2 "" H 6700 4250 60 0001 C CNN
|
||||
F 3 "" H 6700 4250 60 0001 C CNN
|
||||
1 6700 4250
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$EndSCHEMATC
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
EESchema-LIBRARY Version 2.3 Date: 30/12/2010 18:27:52
|
||||
EESchema-LIBRARY Version 2.3
|
||||
#encoding utf-8
|
||||
#
|
||||
# C
|
||||
#
|
||||
DEF C C 0 10 N Y 1 F N
|
||||
F0 "C" 50 100 50 H V L CNN
|
||||
F1 "C" 50 -100 50 H V L CNN
|
||||
F0 "C" 0 100 40 H V L CNN
|
||||
F1 "C" 6 -85 40 H V L CNN
|
||||
F2 "" 38 -150 30 H V C CNN
|
||||
F3 "" 0 100 30 H V C CNN
|
||||
$FPLIST
|
||||
SM*
|
||||
C?
|
||||
C1-1
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 2 0 1 10 -100 -30 100 -30 N
|
||||
P 2 0 1 10 -100 30 100 30 N
|
||||
P 2 0 1 20 -80 -30 80 -30 N
|
||||
P 2 0 1 20 -80 30 80 30 N
|
||||
X ~ 1 0 200 170 D 40 40 1 1 P
|
||||
X ~ 2 0 -200 170 U 40 40 1 1 P
|
||||
ENDDRAW
|
||||
|
@ -23,6 +26,8 @@ ENDDEF
|
|||
DEF CONN_2 P 0 40 Y N 1 F N
|
||||
F0 "P" -50 0 40 V V C CNN
|
||||
F1 "CONN_2" 50 0 40 V V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -100 150 100 -150 0 1 0 N
|
||||
X P1 1 -350 100 250 R 60 60 1 1 P I
|
||||
|
@ -36,6 +41,7 @@ DEF ECC81 U 0 0 Y Y 3 L N
|
|||
F0 "U" 130 310 50 H V C CNN
|
||||
F1 "ECC81" 350 -300 50 H V C CNN
|
||||
F2 "VALVE-NOVAL_P" 270 -400 50 H I C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
ALIAS ECC83
|
||||
DRAW
|
||||
P 2 1 0 0 -100 -200 -100 -300 N
|
||||
|
@ -77,6 +83,8 @@ ENDDEF
|
|||
DEF ~GND #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 0 30 H I C CNN
|
||||
F1 "GND" 0 -70 30 H I C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N
|
||||
X GND 1 0 0 0 U 30 30 1 1 W N
|
||||
|
@ -86,20 +94,23 @@ ENDDEF
|
|||
# PWR_FLAG
|
||||
#
|
||||
DEF PWR_FLAG #FLG 0 0 N N 1 F P
|
||||
F0 "#FLG" 0 270 30 H I C CNN
|
||||
F1 "PWR_FLAG" 0 230 30 H V C CNN
|
||||
F0 "#FLG" 0 95 30 H I C CNN
|
||||
F1 "PWR_FLAG" 0 180 30 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
X pwr 1 0 0 0 U 20 20 0 0 w
|
||||
P 3 0 1 0 0 0 0 100 0 100 N
|
||||
P 5 0 1 0 0 100 -100 150 0 200 100 150 0 100 N
|
||||
P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# R
|
||||
#
|
||||
DEF R R 0 0 N Y 1 F N
|
||||
F0 "R" 80 0 50 V V C CNN
|
||||
F1 "R" 0 0 50 V V C CNN
|
||||
F0 "R" 80 0 40 V V C CNN
|
||||
F1 "R" 7 1 40 V V C CNN
|
||||
F2 "" -70 0 30 V V C CNN
|
||||
F3 "" 0 0 30 H V C CNN
|
||||
$FPLIST
|
||||
R?
|
||||
SM0603
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
(kicad_pcb (version 3) (host pcbnew "(2014-05-16 BZR 4868)-product")
|
||||
(kicad_pcb (version 4) (host pcbnew "(2014-07-02 BZR 4969)-product")
|
||||
|
||||
(general
|
||||
(links 20)
|
||||
(no_connects 0)
|
||||
(area 118.759514 89.3318 168.465501 133.6802)
|
||||
(area 119.824499 90.614499 168.465501 132.905501)
|
||||
(thickness 1.6002)
|
||||
(drawings 4)
|
||||
(tracks 63)
|
||||
(tracks 47)
|
||||
(zones 0)
|
||||
(modules 15)
|
||||
(nets 10)
|
||||
|
@ -14,21 +14,21 @@
|
|||
|
||||
(page A4)
|
||||
(layers
|
||||
(15 Dessus signal)
|
||||
(0 Dessous signal)
|
||||
(16 B.Adhes user)
|
||||
(17 F.Adhes user)
|
||||
(18 B.Paste user)
|
||||
(19 F.Paste user)
|
||||
(20 B.SilkS user)
|
||||
(21 F.SilkS user)
|
||||
(22 B.Mask user)
|
||||
(23 F.Mask user)
|
||||
(24 Dwgs.User user)
|
||||
(25 Cmts.User user)
|
||||
(26 Eco1.User user)
|
||||
(27 Eco2.User user)
|
||||
(28 Edge.Cuts user)
|
||||
(0 Dessus signal)
|
||||
(31 Dessous signal)
|
||||
(32 B.Adhes user)
|
||||
(33 F.Adhes user)
|
||||
(34 B.Paste user)
|
||||
(35 F.Paste user)
|
||||
(36 B.SilkS user)
|
||||
(37 F.SilkS user)
|
||||
(38 B.Mask user)
|
||||
(39 F.Mask user)
|
||||
(40 Dwgs.User user)
|
||||
(41 Cmts.User user)
|
||||
(42 Eco1.User user)
|
||||
(43 Eco2.User user)
|
||||
(44 Edge.Cuts user)
|
||||
)
|
||||
|
||||
(setup
|
||||
|
@ -62,9 +62,9 @@
|
|||
(pad_drill 1.9304)
|
||||
(pad_to_mask_clearance 0.254)
|
||||
(aux_axis_origin 0 0)
|
||||
(visible_elements FFFFFFBF)
|
||||
(visible_elements 7FFFF7FF)
|
||||
(pcbplotparams
|
||||
(layerselection 3178497)
|
||||
(layerselection 0x00030_80000001)
|
||||
(usegerberextensions true)
|
||||
(excludeedgelayer true)
|
||||
(linewidth 0.150000)
|
||||
|
@ -80,7 +80,6 @@
|
|||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotothertext true)
|
||||
(plotinvisibletext false)
|
||||
(padsonsilk false)
|
||||
(subtractmaskfromsilk false)
|
||||
|
@ -93,14 +92,14 @@
|
|||
|
||||
(net 0 "")
|
||||
(net 1 GND)
|
||||
(net 2 N-000001)
|
||||
(net 3 N-000002)
|
||||
(net 4 N-000003)
|
||||
(net 5 N-000004)
|
||||
(net 6 N-000005)
|
||||
(net 7 N-000006)
|
||||
(net 8 N-000007)
|
||||
(net 9 N-000008)
|
||||
(net 2 "Net-(C1-Pad1)")
|
||||
(net 3 "Net-(C2-Pad1)")
|
||||
(net 4 "Net-(C2-Pad2)")
|
||||
(net 5 "Net-(P1-Pad2)")
|
||||
(net 6 "Net-(P4-Pad1)")
|
||||
(net 7 "Net-(P4-Pad2)")
|
||||
(net 8 "Net-(R1-Pad1)")
|
||||
(net 9 "Net-(R2-Pad1)")
|
||||
|
||||
(net_class Default "Ceci est la Netclass par défaut"
|
||||
(clearance 0.508)
|
||||
|
@ -110,20 +109,22 @@
|
|||
(uvia_dia 0.508)
|
||||
(uvia_drill 0.127)
|
||||
(add_net GND)
|
||||
(add_net N-000001)
|
||||
(add_net N-000002)
|
||||
(add_net N-000003)
|
||||
(add_net N-000004)
|
||||
(add_net N-000005)
|
||||
(add_net N-000006)
|
||||
(add_net N-000007)
|
||||
(add_net N-000008)
|
||||
(add_net "Net-(C1-Pad1)")
|
||||
(add_net "Net-(C2-Pad1)")
|
||||
(add_net "Net-(C2-Pad2)")
|
||||
(add_net "Net-(P1-Pad2)")
|
||||
(add_net "Net-(P4-Pad1)")
|
||||
(add_net "Net-(P4-Pad2)")
|
||||
(add_net "Net-(R1-Pad1)")
|
||||
(add_net "Net-(R2-Pad1)")
|
||||
)
|
||||
|
||||
(module C2V10 (layer Dessus) (tedit 41854742) (tstamp 4549F4BE)
|
||||
(at 131.445 99.06 90)
|
||||
(descr "Condensateur polarise")
|
||||
(tags CP)
|
||||
(path /4549F4BE)
|
||||
(fp_text reference C1 (at 0 2.54 90) (layer F.SilkS)
|
||||
(effects (font (size 1.27 1.27) (thickness 0.254)))
|
||||
)
|
||||
|
@ -132,7 +133,7 @@
|
|||
)
|
||||
(fp_circle (center 0 0) (end 4.826 -2.794) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole rect (at -2.54 0 90) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 N-000006))
|
||||
(net 2 "Net-(C1-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 2.54 0 90) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(model discret/c_vert_c2v10.wrl
|
||||
|
@ -146,6 +147,7 @@
|
|||
(at 140.97 125.095 270)
|
||||
(descr "Resitance 3 pas")
|
||||
(tags R)
|
||||
(path /4549F38A)
|
||||
(autoplace_cost180 10)
|
||||
(fp_text reference R1 (at 0 0 270) (layer F.SilkS)
|
||||
(effects (font (size 1.397 1.27) (thickness 0.2032)))
|
||||
|
@ -162,9 +164,9 @@
|
|||
(fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 N-000004))
|
||||
(net 8 "Net-(R1-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 N-000008))
|
||||
(net 4 "Net-(C2-Pad2)"))
|
||||
(model discret/resistor.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 0.3 0.3 0.3))
|
||||
|
@ -176,6 +178,7 @@
|
|||
(at 124.46 118.745 270)
|
||||
(descr "Resitance 3 pas")
|
||||
(tags R)
|
||||
(path /4549F3AD)
|
||||
(autoplace_cost180 10)
|
||||
(fp_text reference R3 (at 0 0 270) (layer F.SilkS)
|
||||
(effects (font (size 1.397 1.27) (thickness 0.2032)))
|
||||
|
@ -192,7 +195,7 @@
|
|||
(fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 N-000003))
|
||||
(net 3 "Net-(C2-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(model discret/resistor.wrl
|
||||
|
@ -206,6 +209,7 @@
|
|||
(at 165.1 120.015 270)
|
||||
(descr "Resitance 3 pas")
|
||||
(tags R)
|
||||
(path /4549F3A2)
|
||||
(autoplace_cost180 10)
|
||||
(fp_text reference R4 (at 0 0 270) (layer F.SilkS)
|
||||
(effects (font (size 1.397 1.27) (thickness 0.2032)))
|
||||
|
@ -222,7 +226,7 @@
|
|||
(fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 N-000007))
|
||||
(net 5 "Net-(P1-Pad2)"))
|
||||
(pad 2 thru_hole circle (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(model discret/resistor.wrl
|
||||
|
@ -236,6 +240,7 @@
|
|||
(at 165.1 103.505 90)
|
||||
(descr "Resitance 3 pas")
|
||||
(tags R)
|
||||
(path /4549F39D)
|
||||
(autoplace_cost180 10)
|
||||
(fp_text reference R2 (at 0 0 90) (layer F.SilkS)
|
||||
(effects (font (size 1.397 1.27) (thickness 0.2032)))
|
||||
|
@ -252,7 +257,7 @@
|
|||
(fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole circle (at -3.81 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 N-000005))
|
||||
(net 9 "Net-(R2-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 3.81 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(model discret/resistor.wrl
|
||||
|
@ -322,6 +327,7 @@
|
|||
(at 131.445 118.745 270)
|
||||
(descr "Condensateur polarise")
|
||||
(tags CP)
|
||||
(path /4549F3BE)
|
||||
(fp_text reference C2 (at 1.27 1.27 270) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
)
|
||||
|
@ -340,9 +346,9 @@
|
|||
(fp_line (start -5.08 -2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -6.35 2.54) (end -6.35 -2.54) (layer F.SilkS) (width 0.3048))
|
||||
(pad 1 thru_hole rect (at -10.16 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 N-000003))
|
||||
(net 3 "Net-(C2-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 10.16 0 270) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 N-000008))
|
||||
(net 4 "Net-(C2-Pad2)"))
|
||||
(model discret/c_pol.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 0.8 0.8 0.8))
|
||||
|
@ -351,7 +357,8 @@
|
|||
)
|
||||
|
||||
(module ECC-83-2 (layer Dessus) (tedit 46F8A1CF) (tstamp 454A08DD)
|
||||
(at 193.675 101.4984)
|
||||
(at 149.3 109.2)
|
||||
(path /48B4F266)
|
||||
(fp_text reference U1 (at 0 -11.43) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
)
|
||||
|
@ -360,23 +367,23 @@
|
|||
)
|
||||
(fp_circle (center 0 0) (end 10.16 1.27) (layer F.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole oval (at 3.4544 4.75488 306) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 N-000004))
|
||||
(net 8 "Net-(R1-Pad1)"))
|
||||
(pad 2 thru_hole oval (at 5.60832 1.8288 342) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 N-000007))
|
||||
(net 5 "Net-(P1-Pad2)"))
|
||||
(pad 3 thru_hole oval (at 5.60832 -1.8288 18) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 N-000005))
|
||||
(net 9 "Net-(R2-Pad1)"))
|
||||
(pad 4 thru_hole oval (at 3.4544 -4.75488 54) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 N-000001))
|
||||
(net 6 "Net-(P4-Pad1)"))
|
||||
(pad 5 thru_hole oval (at 0 -5.8928 90) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 N-000001))
|
||||
(net 6 "Net-(P4-Pad1)"))
|
||||
(pad 6 thru_hole oval (at -3.4544 -4.75488 306) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 N-000006))
|
||||
(net 2 "Net-(C1-Pad1)"))
|
||||
(pad 7 thru_hole oval (at -5.60832 -1.8288 342) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 N-000004))
|
||||
(net 8 "Net-(R1-Pad1)"))
|
||||
(pad 8 thru_hole oval (at -5.60832 1.78816 18) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 N-000008))
|
||||
(net 4 "Net-(C2-Pad2)"))
|
||||
(pad 9 thru_hole oval (at -3.4544 4.75488 54) (size 2.032 3.048) (drill oval 1.016 2.032) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 N-000002))
|
||||
(net 7 "Net-(P4-Pad2)"))
|
||||
(pad 10 thru_hole circle (at 0 0) (size 4.50088 4.50088) (drill 3.0988) (layers *.Cu *.Mask F.SilkS))
|
||||
(model valves/ecc83.wrl
|
||||
(at (xyz 0 0 0))
|
||||
|
@ -389,6 +396,7 @@
|
|||
(at 149.225 128.905 180)
|
||||
(descr "Connecteurs 2 pins")
|
||||
(tags "CONN DEV")
|
||||
(path /456A8ACC)
|
||||
(fp_text reference P4 (at 0 -1.905 180) (layer F.SilkS)
|
||||
(effects (font (size 0.762 0.762) (thickness 0.1524)))
|
||||
)
|
||||
|
@ -400,9 +408,9 @@
|
|||
(fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524))
|
||||
(pad 1 thru_hole rect (at -1.27 0 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 N-000001))
|
||||
(net 6 "Net-(P4-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 1.27 0 180) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 N-000002))
|
||||
(net 7 "Net-(P4-Pad2)"))
|
||||
(model pin_array/pins_array_2x1.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
|
@ -414,6 +422,7 @@
|
|||
(at 123.19 109.855 90)
|
||||
(descr "Connecteurs 2 pins")
|
||||
(tags "CONN DEV")
|
||||
(path /4549F46C)
|
||||
(fp_text reference P2 (at 0 -1.905 90) (layer F.SilkS)
|
||||
(effects (font (size 0.762 0.762) (thickness 0.1524)))
|
||||
)
|
||||
|
@ -425,7 +434,7 @@
|
|||
(fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524))
|
||||
(pad 1 thru_hole rect (at -1.27 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 N-000003))
|
||||
(net 3 "Net-(C2-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 1.27 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(model pin_array/pins_array_2x1.wrl
|
||||
|
@ -439,6 +448,7 @@
|
|||
(at 165.1 111.76 270)
|
||||
(descr "Connecteurs 2 pins")
|
||||
(tags "CONN DEV")
|
||||
(path /4549F464)
|
||||
(fp_text reference P1 (at 0 -1.905 270) (layer F.SilkS)
|
||||
(effects (font (size 0.762 0.762) (thickness 0.1524)))
|
||||
)
|
||||
|
@ -452,7 +462,7 @@
|
|||
(pad 1 thru_hole rect (at -1.27 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(pad 2 thru_hole circle (at 1.27 0 270) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 N-000007))
|
||||
(net 5 "Net-(P1-Pad2)"))
|
||||
(model pin_array/pins_array_2x1.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
|
@ -464,6 +474,7 @@
|
|||
(at 123.19 101.6 90)
|
||||
(descr "Connecteurs 2 pins")
|
||||
(tags "CONN DEV")
|
||||
(path /4549F4A5)
|
||||
(fp_text reference P3 (at 0 -1.905 90) (layer F.SilkS)
|
||||
(effects (font (size 0.762 0.762) (thickness 0.1524)))
|
||||
)
|
||||
|
@ -475,7 +486,7 @@
|
|||
(fp_line (start 2.54 -1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.1524))
|
||||
(fp_line (start 2.54 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.1524))
|
||||
(pad 1 thru_hole rect (at -1.27 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 N-000006))
|
||||
(net 2 "Net-(C1-Pad1)"))
|
||||
(pad 2 thru_hole circle (at 1.27 0 90) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(model pin_array/pins_array_2x1.wrl
|
||||
|
@ -490,74 +501,58 @@
|
|||
(gr_line (start 168.275 90.805) (end 168.275 132.715) (angle 90) (layer Edge.Cuts) (width 0.381))
|
||||
(gr_line (start 120.015 90.805) (end 120.015 132.715) (angle 90) (layer Edge.Cuts) (width 0.381))
|
||||
|
||||
(segment (start 124.46 122.555) (end 121.285 119.38) (width 0.8636) (layer Dessous) (net 1))
|
||||
(segment (start 121.285 119.38) (end 121.285 118.745) (width 0.8636) (layer Dessous) (net 1))
|
||||
(segment (start 167.005 101.6) (end 167.005 110.49) (width 0.8636) (layer Dessous) (net 1))
|
||||
(segment (start 167.005 101.6) (end 165.1 99.695) (width 0.8636) (layer Dessous) (net 1))
|
||||
(segment (start 165.1 123.825) (end 165.354 123.825) (width 0.8636) (layer Dessous) (net 1))
|
||||
(segment (start 165.354 123.825) (end 167.005 122.174) (width 0.8636) (layer Dessous) (net 1))
|
||||
(segment (start 121.285 108.585) (end 123.19 108.585) (width 0.8636) (layer Dessous) (net 1) (status 400))
|
||||
(segment (start 123.19 100.33) (end 121.285 100.33) (width 0.8636) (layer Dessous) (net 1) (status 800))
|
||||
(segment (start 167.005 110.49) (end 167.005 122.174) (width 0.8636) (layer Dessous) (net 1))
|
||||
(segment (start 161.925 96.52) (end 165.1 99.695) (width 0.8636) (layer Dessous) (net 1) (status 400))
|
||||
(segment (start 131.445 96.52) (end 161.925 96.52) (width 0.8636) (layer Dessous) (net 1) (status 800))
|
||||
(segment (start 127 96.52) (end 131.445 96.52) (width 0.8636) (layer Dessous) (net 1) (status 400))
|
||||
(segment (start 123.19 100.33) (end 127 96.52) (width 0.8636) (layer Dessous) (net 1) (status 800))
|
||||
(segment (start 121.285 100.33) (end 121.285 108.585) (width 0.8636) (layer Dessous) (net 1))
|
||||
(segment (start 121.285 108.585) (end 121.285 118.745) (width 0.8636) (layer Dessous) (net 1))
|
||||
(segment (start 165.1 110.49) (end 167.005 110.49) (width 0.8636) (layer Dessous) (net 1) (status 800))
|
||||
(segment (start 152.6794 110.8456) (end 149.86 113.665) (width 0.8636) (layer Dessous) (net 2))
|
||||
(segment (start 149.86 115.697) (end 150.495 116.332) (width 0.8636) (layer Dessous) (net 2))
|
||||
(segment (start 149.86 113.665) (end 149.86 115.697) (width 0.8636) (layer Dessous) (net 2))
|
||||
(segment (start 149.225 103.3272) (end 151.54148 103.3272) (width 0.8636) (layer Dessous) (net 2))
|
||||
(segment (start 151.54148 103.3272) (end 152.6794 104.46512) (width 0.8636) (layer Dessous) (net 2) (status 400))
|
||||
(segment (start 152.6794 104.46512) (end 152.6794 110.8456) (width 0.8636) (layer Dessous) (net 2) (status 800))
|
||||
(segment (start 150.495 128.905) (end 150.495 116.332) (width 0.8636) (layer Dessous) (net 2) (status 800))
|
||||
(segment (start 147.955 128.905) (end 147.955 116.15928) (width 0.8636) (layer Dessous) (net 3) (status 800))
|
||||
(segment (start 147.955 116.15928) (end 145.7706 113.97488) (width 0.8636) (layer Dessous) (net 3) (status 400))
|
||||
(segment (start 124.46 114.935) (end 123.825 114.935) (width 0.8636) (layer Dessous) (net 4))
|
||||
(segment (start 123.19 114.3) (end 123.19 111.125) (width 0.8636) (layer Dessous) (net 4))
|
||||
(segment (start 123.825 114.935) (end 123.19 114.3) (width 0.8636) (layer Dessous) (net 4))
|
||||
(segment (start 131.445 108.585) (end 128.905 111.125) (width 0.8636) (layer Dessous) (net 4) (status 800))
|
||||
(segment (start 128.905 111.125) (end 123.19 111.125) (width 0.8636) (layer Dessous) (net 4) (status 400))
|
||||
(segment (start 153.67 131.445) (end 154.94 130.175) (width 0.8636) (layer Dessous) (net 5))
|
||||
(segment (start 130.175 131.445) (end 153.67 131.445) (width 0.8636) (layer Dessous) (net 5))
|
||||
(segment (start 128.905 130.175) (end 130.175 131.445) (width 0.8636) (layer Dessous) (net 5))
|
||||
(segment (start 128.905 127) (end 128.905 130.175) (width 0.8636) (layer Dessous) (net 5))
|
||||
(segment (start 154.94 130.175) (end 154.94 116.23548) (width 0.8636) (layer Dessous) (net 5))
|
||||
(segment (start 154.94 116.23548) (end 152.6794 113.97488) (width 0.8636) (layer Dessous) (net 5) (status 400))
|
||||
(segment (start 140.97 121.285) (end 140.97 123.825) (width 0.8636) (layer Dessous) (net 5) (status 800))
|
||||
(segment (start 142.1638 107.3912) (end 140.97 108.585) (width 0.8636) (layer Dessous) (net 5))
|
||||
(segment (start 140.97 108.585) (end 140.97 121.285) (width 0.8636) (layer Dessous) (net 5) (status 400))
|
||||
(segment (start 143.61668 107.3912) (end 142.1638 107.3912) (width 0.8636) (layer Dessous) (net 5) (status 800))
|
||||
(segment (start 130.175 125.73) (end 128.905 127) (width 0.8636) (layer Dessous) (net 5))
|
||||
(segment (start 139.065 125.73) (end 130.175 125.73) (width 0.8636) (layer Dessous) (net 5))
|
||||
(segment (start 140.97 123.825) (end 139.065 125.73) (width 0.8636) (layer Dessous) (net 5))
|
||||
(segment (start 154.83332 107.3912) (end 165.0238 107.3912) (width 0.8636) (layer Dessous) (net 6) (status 800))
|
||||
(segment (start 165.0238 107.3912) (end 165.1 107.315) (width 0.8636) (layer Dessous) (net 6) (status 400))
|
||||
(segment (start 190.2206 96.74352) (end 181.84622 96.74352) (width 0.8636) (layer Dessous) (net 7))
|
||||
(segment (start 125.73 101.6) (end 131.445 101.6) (width 0.8636) (layer Dessous) (net 7) (status 400))
|
||||
(segment (start 123.19 102.87) (end 124.46 102.87) (width 0.8636) (layer Dessous) (net 7) (status 800))
|
||||
(segment (start 142.90548 101.6) (end 145.7706 104.46512) (width 0.8636) (layer Dessous) (net 7) (status 400))
|
||||
(segment (start 131.445 101.6) (end 142.90548 101.6) (width 0.8636) (layer Dessous) (net 7) (status 800))
|
||||
(segment (start 124.46 102.87) (end 125.73 101.6) (width 0.8636) (layer Dessous) (net 7))
|
||||
(segment (start 161.925 113.03) (end 165.1 113.03) (width 0.8636) (layer Dessous) (net 8) (status 400))
|
||||
(segment (start 159.9438 111.0488) (end 161.925 113.03) (width 0.8636) (layer Dessous) (net 8))
|
||||
(segment (start 165.1 113.03) (end 165.1 116.205) (width 0.8636) (layer Dessous) (net 8) (status C00))
|
||||
(segment (start 154.83332 111.0488) (end 159.9438 111.0488) (width 0.8636) (layer Dessous) (net 8) (status 800))
|
||||
(segment (start 142.875 116.205) (end 143.51 116.84) (width 0.8636) (layer Dessous) (net 9))
|
||||
(segment (start 142.875 112.395) (end 142.875 116.205) (width 0.8636) (layer Dessous) (net 9))
|
||||
(segment (start 143.61668 111.65332) (end 142.875 112.395) (width 0.8636) (layer Dessous) (net 9))
|
||||
(segment (start 140.97 128.905) (end 142.24 128.905) (width 0.8636) (layer Dessous) (net 9) (status 800))
|
||||
(segment (start 142.24 128.905) (end 143.51 127.635) (width 0.8636) (layer Dessous) (net 9))
|
||||
(segment (start 143.51 127.635) (end 143.51 116.84) (width 0.8636) (layer Dessous) (net 9))
|
||||
(segment (start 143.61668 111.00816) (end 143.61668 111.65332) (width 0.8636) (layer Dessous) (net 9) (status 800))
|
||||
(segment (start 131.445 128.905) (end 140.97 128.905) (width 0.8636) (layer Dessous) (net 9) (status C00))
|
||||
(segment (start 124.46 102.87) (end 125.73 101.6) (width 0.8636) (layer Dessous) (net 2))
|
||||
(segment (start 131.445 101.6) (end 142.90548 101.6) (width 0.8636) (layer Dessous) (net 2) (status 800))
|
||||
(segment (start 142.90548 101.6) (end 145.7706 104.46512) (width 0.8636) (layer Dessous) (net 2) (status 400))
|
||||
(segment (start 123.19 102.87) (end 124.46 102.87) (width 0.8636) (layer Dessous) (net 2) (status 800))
|
||||
(segment (start 125.73 101.6) (end 131.445 101.6) (width 0.8636) (layer Dessous) (net 2) (status 400))
|
||||
(segment (start 128.905 111.125) (end 123.19 111.125) (width 0.8636) (layer Dessous) (net 3) (status 400))
|
||||
(segment (start 131.445 108.585) (end 128.905 111.125) (width 0.8636) (layer Dessous) (net 3) (status 800))
|
||||
(segment (start 123.825 114.935) (end 123.19 114.3) (width 0.8636) (layer Dessous) (net 3))
|
||||
(segment (start 123.19 114.3) (end 123.19 111.125) (width 0.8636) (layer Dessous) (net 3))
|
||||
(segment (start 124.46 114.935) (end 123.825 114.935) (width 0.8636) (layer Dessous) (net 3))
|
||||
(segment (start 131.445 128.905) (end 140.97 128.905) (width 0.8636) (layer Dessous) (net 4) (status C00))
|
||||
(segment (start 143.61668 111.00816) (end 143.61668 111.65332) (width 0.8636) (layer Dessous) (net 4) (status 800))
|
||||
(segment (start 143.51 127.635) (end 143.51 116.84) (width 0.8636) (layer Dessous) (net 4))
|
||||
(segment (start 142.24 128.905) (end 143.51 127.635) (width 0.8636) (layer Dessous) (net 4))
|
||||
(segment (start 140.97 128.905) (end 142.24 128.905) (width 0.8636) (layer Dessous) (net 4) (status 800))
|
||||
(segment (start 143.61668 111.65332) (end 142.875 112.395) (width 0.8636) (layer Dessous) (net 4))
|
||||
(segment (start 142.875 112.395) (end 142.875 116.205) (width 0.8636) (layer Dessous) (net 4))
|
||||
(segment (start 142.875 116.205) (end 143.51 116.84) (width 0.8636) (layer Dessous) (net 4))
|
||||
(segment (start 154.83332 111.0488) (end 159.9438 111.0488) (width 0.8636) (layer Dessous) (net 5) (status 800))
|
||||
(segment (start 165.1 113.03) (end 165.1 116.205) (width 0.8636) (layer Dessous) (net 5) (status C00))
|
||||
(segment (start 159.9438 111.0488) (end 161.925 113.03) (width 0.8636) (layer Dessous) (net 5))
|
||||
(segment (start 161.925 113.03) (end 165.1 113.03) (width 0.8636) (layer Dessous) (net 5) (status 400))
|
||||
(segment (start 150.495 128.905) (end 150.495 116.332) (width 0.8636) (layer Dessous) (net 6) (status 800))
|
||||
(segment (start 152.6794 104.46512) (end 152.6794 110.8456) (width 0.8636) (layer Dessous) (net 6) (status 800))
|
||||
(segment (start 151.54148 103.3272) (end 152.6794 104.46512) (width 0.8636) (layer Dessous) (net 6) (status 400))
|
||||
(segment (start 149.225 103.3272) (end 151.54148 103.3272) (width 0.8636) (layer Dessous) (net 6))
|
||||
(segment (start 149.86 113.665) (end 149.86 115.697) (width 0.8636) (layer Dessous) (net 6))
|
||||
(segment (start 149.86 115.697) (end 150.495 116.332) (width 0.8636) (layer Dessous) (net 6))
|
||||
(segment (start 152.6794 110.8456) (end 149.86 113.665) (width 0.8636) (layer Dessous) (net 6))
|
||||
(segment (start 147.955 116.15928) (end 145.7706 113.97488) (width 0.8636) (layer Dessous) (net 7) (status 400))
|
||||
(segment (start 147.955 128.905) (end 147.955 116.15928) (width 0.8636) (layer Dessous) (net 7) (status 800))
|
||||
(segment (start 140.97 123.825) (end 139.065 125.73) (width 0.8636) (layer Dessous) (net 8))
|
||||
(segment (start 139.065 125.73) (end 130.175 125.73) (width 0.8636) (layer Dessous) (net 8))
|
||||
(segment (start 130.175 125.73) (end 128.905 127) (width 0.8636) (layer Dessous) (net 8))
|
||||
(segment (start 143.61668 107.3912) (end 142.1638 107.3912) (width 0.8636) (layer Dessous) (net 8) (status 800))
|
||||
(segment (start 140.97 108.585) (end 140.97 121.285) (width 0.8636) (layer Dessous) (net 8) (status 400))
|
||||
(segment (start 142.1638 107.3912) (end 140.97 108.585) (width 0.8636) (layer Dessous) (net 8))
|
||||
(segment (start 140.97 121.285) (end 140.97 123.825) (width 0.8636) (layer Dessous) (net 8) (status 800))
|
||||
(segment (start 154.94 116.23548) (end 152.6794 113.97488) (width 0.8636) (layer Dessous) (net 8) (status 400))
|
||||
(segment (start 154.94 130.175) (end 154.94 116.23548) (width 0.8636) (layer Dessous) (net 8))
|
||||
(segment (start 128.905 127) (end 128.905 130.175) (width 0.8636) (layer Dessous) (net 8))
|
||||
(segment (start 128.905 130.175) (end 130.175 131.445) (width 0.8636) (layer Dessous) (net 8))
|
||||
(segment (start 130.175 131.445) (end 153.67 131.445) (width 0.8636) (layer Dessous) (net 8))
|
||||
(segment (start 153.67 131.445) (end 154.94 130.175) (width 0.8636) (layer Dessous) (net 8))
|
||||
(segment (start 165.0238 107.3912) (end 165.1 107.315) (width 0.8636) (layer Dessous) (net 9) (status 400))
|
||||
(segment (start 154.83332 107.3912) (end 165.0238 107.3912) (width 0.8636) (layer Dessous) (net 9) (status 800))
|
||||
|
||||
(zone (net 1) (net_name GND) (layer Dessous) (tstamp 4EED96A1) (hatch edge 0.508)
|
||||
(connect_pads (clearance 0.635))
|
||||
(min_thickness 0.254)
|
||||
(fill (arc_segments 16) (thermal_gap 0.254) (thermal_bridge_width 0.50038))
|
||||
(fill yes (arc_segments 16) (thermal_gap 0.254) (thermal_bridge_width 0.50038))
|
||||
(polygon
|
||||
(pts
|
||||
(xy 167.64 132.08) (xy 167.64 91.44) (xy 120.65 91.44) (xy 120.65 132.08)
|
||||
|
@ -565,115 +560,114 @@
|
|||
)
|
||||
(filled_polygon
|
||||
(pts
|
||||
(xy 167.3225 127.81026) (xy 166.68496 127.17272) (xy 166.18966 126.96444) (xy 166.18966 123.95962) (xy 166.15664 123.5329)
|
||||
(xy 166.05504 123.28144) (xy 165.89248 123.20524) (xy 165.71976 123.37796) (xy 165.71976 123.03252) (xy 165.64356 122.86996)
|
||||
(xy 165.23462 122.73534) (xy 164.8079 122.76836) (xy 164.55644 122.86996) (xy 164.48024 123.03252) (xy 165.1 123.65228)
|
||||
(xy 165.71976 123.03252) (xy 165.71976 123.37796) (xy 165.27272 123.825) (xy 165.89248 124.44476) (xy 166.05504 124.36856)
|
||||
(xy 166.18966 123.95962) (xy 166.18966 126.96444) (xy 165.71976 126.76886) (xy 165.71976 124.61748) (xy 165.1 123.99772)
|
||||
(xy 164.92728 124.17044) (xy 164.92728 123.825) (xy 164.30752 123.20524) (xy 164.14496 123.28144) (xy 164.01034 123.69038)
|
||||
(xy 164.04336 124.1171) (xy 164.14496 124.36856) (xy 164.30752 124.44476) (xy 164.92728 123.825) (xy 164.92728 124.17044)
|
||||
(xy 164.48024 124.61748) (xy 164.55644 124.78004) (xy 164.96538 124.91466) (xy 165.3921 124.88164) (xy 165.64356 124.78004)
|
||||
(xy 165.71976 124.61748) (xy 165.71976 126.76886) (xy 165.6588 126.746) (xy 164.54628 126.746) (xy 163.52012 127.17018)
|
||||
(xy 162.73272 127.95504) (xy 162.306 128.9812) (xy 162.306 130.09372) (xy 162.73018 131.11988) (xy 163.37026 131.7625)
|
||||
(xy 155.03906 131.7625) (xy 155.78328 131.01828) (xy 156.04236 130.6322) (xy 156.13126 130.175) (xy 156.1338 130.175)
|
||||
(xy 156.1338 116.23548) (xy 156.04236 115.77828) (xy 155.78328 115.3922) (xy 155.78328 115.38966) (xy 154.74188 114.3508)
|
||||
(xy 154.79522 114.26698) (xy 154.90444 113.58118) (xy 154.8384 113.30686) (xy 155.1432 113.284) (xy 155.76296 112.96904)
|
||||
(xy 156.21254 112.44326) (xy 156.27604 112.2426) (xy 159.45104 112.2426) (xy 161.08172 113.87328) (xy 161.4678 114.13236)
|
||||
(xy 161.925 114.2238) (xy 163.9062 114.2238) (xy 163.9062 115.33378) (xy 163.86302 115.37696) (xy 163.6395 115.9129)
|
||||
(xy 163.6395 116.49456) (xy 163.86048 117.0305) (xy 164.27196 117.44198) (xy 164.8079 117.6655) (xy 165.38956 117.6655)
|
||||
(xy 165.9255 117.44452) (xy 166.33698 117.03304) (xy 166.5605 116.4971) (xy 166.5605 115.91544) (xy 166.33952 115.3795)
|
||||
(xy 166.2938 115.33378) (xy 166.2938 113.98758) (xy 166.39032 113.89106) (xy 166.62146 113.33226) (xy 166.62146 112.72774)
|
||||
(xy 166.39032 112.16894) (xy 165.96106 111.73968) (xy 165.6969 111.63046) (xy 165.7858 111.63046) (xy 165.93566 111.63046)
|
||||
(xy 166.07536 111.57458) (xy 166.18204 111.4679) (xy 166.24046 111.3282) (xy 166.243 110.7059) (xy 166.243 110.2741)
|
||||
(xy 166.24046 109.6518) (xy 166.18204 109.5121) (xy 166.07536 109.40542) (xy 165.93566 109.34954) (xy 165.7858 109.34954)
|
||||
(xy 165.3159 109.347) (xy 165.22192 109.44098) (xy 165.22192 110.36808) (xy 166.14902 110.36808) (xy 166.243 110.2741)
|
||||
(xy 166.243 110.7059) (xy 166.14902 110.61192) (xy 165.34892 110.61192) (xy 165.22192 110.61192) (xy 164.97808 110.61192)
|
||||
(xy 164.97808 110.36808) (xy 164.97808 109.44098) (xy 164.8841 109.347) (xy 164.4142 109.34954) (xy 164.26434 109.34954)
|
||||
(xy 164.12464 109.40542) (xy 164.01796 109.5121) (xy 163.95954 109.6518) (xy 163.957 110.2741) (xy 164.05098 110.36808)
|
||||
(xy 164.97808 110.36808) (xy 164.97808 110.61192) (xy 164.85108 110.61192) (xy 164.05098 110.61192) (xy 163.957 110.7059)
|
||||
(xy 163.95954 111.3282) (xy 164.01796 111.4679) (xy 164.12464 111.57458) (xy 164.26434 111.63046) (xy 164.4142 111.63046)
|
||||
(xy 164.50056 111.63046) (xy 164.23894 111.73968) (xy 164.14242 111.8362) (xy 162.41776 111.8362) (xy 160.78708 110.20552)
|
||||
(xy 160.401 109.94644) (xy 159.9438 109.855) (xy 156.6164 109.855) (xy 156.4005 109.42574) (xy 156.1592 109.22)
|
||||
(xy 156.4005 109.0168) (xy 156.61894 108.585) (xy 164.3507 108.585) (xy 164.8079 108.7755) (xy 165.38956 108.7755)
|
||||
(xy 165.9255 108.55452) (xy 166.33698 108.14304) (xy 166.5605 107.6071) (xy 166.5605 107.02544) (xy 166.33952 106.4895)
|
||||
(xy 166.18966 106.33964) (xy 166.18966 99.82962) (xy 166.15664 99.4029) (xy 166.05504 99.15144) (xy 165.89248 99.07524)
|
||||
(xy 165.71976 99.24796) (xy 165.71976 98.90252) (xy 165.64356 98.73996) (xy 165.23462 98.60534) (xy 164.8079 98.63836)
|
||||
(xy 164.55644 98.73996) (xy 164.48024 98.90252) (xy 165.1 99.52228) (xy 165.71976 98.90252) (xy 165.71976 99.24796)
|
||||
(xy 165.27272 99.695) (xy 165.89248 100.31476) (xy 166.05504 100.23856) (xy 166.18966 99.82962) (xy 166.18966 106.33964)
|
||||
(xy 165.92804 106.07802) (xy 165.71976 105.98912) (xy 165.71976 100.48748) (xy 165.1 99.86772) (xy 164.92728 100.04044)
|
||||
(xy 164.92728 99.695) (xy 164.30752 99.07524) (xy 164.14496 99.15144) (xy 164.01034 99.56038) (xy 164.04336 99.9871)
|
||||
(xy 164.14496 100.23856) (xy 164.30752 100.31476) (xy 164.92728 99.695) (xy 164.92728 100.04044) (xy 164.48024 100.48748)
|
||||
(xy 164.55644 100.65004) (xy 164.96538 100.78466) (xy 165.3921 100.75164) (xy 165.64356 100.65004) (xy 165.71976 100.48748)
|
||||
(xy 165.71976 105.98912) (xy 165.3921 105.8545) (xy 164.81044 105.8545) (xy 164.2745 106.07548) (xy 164.15258 106.1974)
|
||||
(xy 156.27858 106.1974) (xy 156.21508 105.99928) (xy 155.7655 105.47096) (xy 155.14574 105.156) (xy 154.8384 105.1306)
|
||||
(xy 154.90444 104.86136) (xy 154.79776 104.17556) (xy 154.43454 103.58374) (xy 153.8732 103.1748) (xy 152.97912 102.52456)
|
||||
(xy 152.30348 102.362) (xy 152.21966 102.37216) (xy 151.99868 102.22484) (xy 151.54148 102.1334) (xy 151.05126 102.1334)
|
||||
(xy 150.76678 101.84892) (xy 150.12416 101.58222) (xy 149.43074 101.58222) (xy 148.32838 101.58222) (xy 147.68576 101.84638)
|
||||
(xy 147.19554 102.3366) (xy 147.07616 102.61854) (xy 146.83486 102.47122) (xy 146.14906 102.362) (xy 145.50898 102.5144)
|
||||
(xy 143.74876 100.75672) (xy 143.36268 100.49764) (xy 142.90548 100.4062) (xy 133.02996 100.4062) (xy 132.97916 100.28174)
|
||||
(xy 132.7658 100.06838) (xy 132.72262 100.04806) (xy 132.72262 96.70034) (xy 132.69468 96.19742) (xy 132.55752 95.86468)
|
||||
(xy 132.37464 95.76308) (xy 132.20192 95.9358) (xy 132.20192 95.59036) (xy 132.10032 95.40748) (xy 131.62534 95.24238)
|
||||
(xy 131.12242 95.27032) (xy 130.78968 95.40748) (xy 130.68808 95.59036) (xy 131.445 96.34728) (xy 132.20192 95.59036)
|
||||
(xy 132.20192 95.9358) (xy 131.61772 96.52) (xy 132.37464 97.27692) (xy 132.55752 97.17532) (xy 132.72262 96.70034)
|
||||
(xy 132.72262 100.04806) (xy 132.4864 99.95154) (xy 132.20192 99.95154) (xy 132.20192 97.44964) (xy 131.445 96.69272)
|
||||
(xy 131.27228 96.86544) (xy 131.27228 96.52) (xy 130.51536 95.76308) (xy 130.33248 95.86468) (xy 130.16738 96.33966)
|
||||
(xy 130.19532 96.84258) (xy 130.33248 97.17532) (xy 130.51536 97.27692) (xy 131.27228 96.52) (xy 131.27228 96.86544)
|
||||
(xy 130.68808 97.44964) (xy 130.78968 97.63252) (xy 131.26466 97.79762) (xy 131.76758 97.76968) (xy 132.10032 97.63252)
|
||||
(xy 132.20192 97.44964) (xy 132.20192 99.95154) (xy 132.18414 99.95154) (xy 130.40614 99.95154) (xy 130.12674 100.06584)
|
||||
(xy 129.91338 100.2792) (xy 129.86004 100.4062) (xy 125.73 100.4062) (xy 125.2728 100.49764) (xy 124.88672 100.75672)
|
||||
(xy 124.34316 101.29774) (xy 124.34316 100.47986) (xy 124.31522 100.02774) (xy 124.19838 99.75088) (xy 124.0282 99.66452)
|
||||
(xy 123.85548 99.83724) (xy 123.85548 99.4918) (xy 123.76912 99.32162) (xy 123.33986 99.17684) (xy 122.88774 99.20478)
|
||||
(xy 122.61088 99.32162) (xy 122.52452 99.4918) (xy 123.19 100.15728) (xy 123.85548 99.4918) (xy 123.85548 99.83724)
|
||||
(xy 123.36272 100.33) (xy 124.0282 100.99548) (xy 124.19838 100.90912) (xy 124.34316 100.47986) (xy 124.34316 101.29774)
|
||||
(xy 124.23648 101.40442) (xy 124.1044 101.34854) (xy 123.80214 101.34854) (xy 123.74372 101.34854) (xy 123.76912 101.33838)
|
||||
(xy 123.85548 101.1682) (xy 123.19 100.50272) (xy 123.01728 100.67544) (xy 123.01728 100.33) (xy 122.3518 99.66452)
|
||||
(xy 122.18162 99.75088) (xy 122.03684 100.18014) (xy 122.06478 100.63226) (xy 122.18162 100.90912) (xy 122.3518 100.99548)
|
||||
(xy 123.01728 100.33) (xy 123.01728 100.67544) (xy 122.52452 101.1682) (xy 122.61088 101.33838) (xy 122.63882 101.34854)
|
||||
(xy 122.27814 101.34854) (xy 121.99874 101.46284) (xy 121.78538 101.6762) (xy 121.66854 101.9556) (xy 121.66854 102.25786)
|
||||
(xy 121.66854 103.78186) (xy 121.78284 104.06126) (xy 121.9962 104.27462) (xy 122.2756 104.39146) (xy 122.57786 104.39146)
|
||||
(xy 124.10186 104.39146) (xy 124.38126 104.27716) (xy 124.59462 104.0638) (xy 124.60478 104.03332) (xy 124.9172 103.97236)
|
||||
(xy 125.30328 103.71328) (xy 126.22276 102.7938) (xy 129.8575 102.7938) (xy 129.91084 102.91826) (xy 130.1242 103.13162)
|
||||
(xy 130.4036 103.24846) (xy 130.70586 103.24846) (xy 132.48386 103.24846) (xy 132.76326 103.13416) (xy 132.97662 102.9208)
|
||||
(xy 133.02742 102.7938) (xy 142.41018 102.7938) (xy 143.70558 104.08666) (xy 143.65478 104.17302) (xy 143.54556 104.85882)
|
||||
(xy 143.60906 105.1306) (xy 143.3068 105.156) (xy 142.68704 105.47096) (xy 142.23746 105.99674) (xy 142.17142 106.1974)
|
||||
(xy 142.1638 106.1974) (xy 141.7066 106.28884) (xy 141.31798 106.54792) (xy 140.12672 107.74172) (xy 139.86764 108.1278)
|
||||
(xy 139.7762 108.585) (xy 139.7762 120.41378) (xy 139.73302 120.45696) (xy 139.5095 120.9929) (xy 139.5095 121.57456)
|
||||
(xy 139.73048 122.1105) (xy 139.7762 122.15622) (xy 139.7762 123.3297) (xy 138.5697 124.5362) (xy 133.09346 124.5362)
|
||||
(xy 133.09346 109.6264) (xy 133.09346 109.32414) (xy 133.09346 107.54614) (xy 132.97916 107.26674) (xy 132.7658 107.05338)
|
||||
(xy 132.4864 106.93654) (xy 132.18414 106.93654) (xy 130.40614 106.93654) (xy 130.12674 107.05084) (xy 129.91338 107.2642)
|
||||
(xy 129.79654 107.5436) (xy 129.79654 107.84586) (xy 129.79654 108.5469) (xy 128.41224 109.9312) (xy 124.59462 109.9312)
|
||||
(xy 124.3838 109.72038) (xy 124.34316 109.7026) (xy 124.34316 108.73486) (xy 124.31522 108.28274) (xy 124.19838 108.00588)
|
||||
(xy 124.0282 107.91952) (xy 123.85548 108.09224) (xy 123.85548 107.7468) (xy 123.76912 107.57662) (xy 123.33986 107.43184)
|
||||
(xy 122.88774 107.45978) (xy 122.61088 107.57662) (xy 122.52452 107.7468) (xy 123.19 108.41228) (xy 123.85548 107.7468)
|
||||
(xy 123.85548 108.09224) (xy 123.36272 108.585) (xy 124.0282 109.25048) (xy 124.19838 109.16412) (xy 124.34316 108.73486)
|
||||
(xy 124.34316 109.7026) (xy 124.1044 109.60354) (xy 123.80214 109.60354) (xy 123.74372 109.60354) (xy 123.76912 109.59338)
|
||||
(xy 123.85548 109.4232) (xy 123.19 108.75772) (xy 123.01728 108.93044) (xy 123.01728 108.585) (xy 122.3518 107.91952)
|
||||
(xy 122.18162 108.00588) (xy 122.03684 108.43514) (xy 122.06478 108.88726) (xy 122.18162 109.16412) (xy 122.3518 109.25048)
|
||||
(xy 123.01728 108.585) (xy 123.01728 108.93044) (xy 122.52452 109.4232) (xy 122.61088 109.59338) (xy 122.63882 109.60354)
|
||||
(xy 122.27814 109.60354) (xy 121.99874 109.71784) (xy 121.78538 109.9312) (xy 121.66854 110.2106) (xy 121.66854 110.51286)
|
||||
(xy 121.66854 112.03686) (xy 121.78284 112.31626) (xy 121.9962 112.52962) (xy 121.9962 114.3) (xy 122.08764 114.7572)
|
||||
(xy 122.34672 115.14328) (xy 122.97918 115.77828) (xy 122.98172 115.77828) (xy 123.3678 116.03736) (xy 123.52782 116.06784)
|
||||
(xy 123.63196 116.17198) (xy 124.1679 116.3955) (xy 124.74956 116.3955) (xy 125.2855 116.17452) (xy 125.69698 115.76304)
|
||||
(xy 125.9205 115.2271) (xy 125.9205 114.64544) (xy 125.69952 114.1095) (xy 125.28804 113.69802) (xy 124.7521 113.4745)
|
||||
(xy 124.3838 113.4745) (xy 124.3838 112.52962) (xy 124.59462 112.3188) (xy 128.905 112.3188) (xy 129.3622 112.22736)
|
||||
(xy 129.74828 111.96828) (xy 131.4831 110.23346) (xy 132.48386 110.23346) (xy 132.76326 110.11916) (xy 132.97662 109.9058)
|
||||
(xy 133.09346 109.6264) (xy 133.09346 124.5362) (xy 130.175 124.5362) (xy 129.7178 124.62764) (xy 129.33172 124.88672)
|
||||
(xy 128.06172 126.15672) (xy 127.80264 126.5428) (xy 127.7112 127) (xy 127.7112 130.175) (xy 127.80264 130.6322)
|
||||
(xy 128.06172 131.01828) (xy 128.80594 131.7625) (xy 124.9172 131.7625) (xy 125.55728 131.12496) (xy 125.984 130.0988)
|
||||
(xy 125.984 128.98628) (xy 125.55982 127.96012) (xy 125.54966 127.94742) (xy 125.54966 122.68962) (xy 125.51664 122.2629)
|
||||
(xy 125.41504 122.01144) (xy 125.25248 121.93524) (xy 125.07976 122.10796) (xy 125.07976 121.76252) (xy 125.00356 121.59996)
|
||||
(xy 124.59462 121.46534) (xy 124.1679 121.49836) (xy 123.91644 121.59996) (xy 123.84024 121.76252) (xy 124.46 122.38228)
|
||||
(xy 125.07976 121.76252) (xy 125.07976 122.10796) (xy 124.63272 122.555) (xy 125.25248 123.17476) (xy 125.41504 123.09856)
|
||||
(xy 125.54966 122.68962) (xy 125.54966 127.94742) (xy 125.07976 127.47752) (xy 125.07976 123.34748) (xy 124.46 122.72772)
|
||||
(xy 124.28728 122.90044) (xy 124.28728 122.555) (xy 123.66752 121.93524) (xy 123.50496 122.01144) (xy 123.37034 122.42038)
|
||||
(xy 123.40336 122.8471) (xy 123.50496 123.09856) (xy 123.66752 123.17476) (xy 124.28728 122.555) (xy 124.28728 122.90044)
|
||||
(xy 123.84024 123.34748) (xy 123.91644 123.51004) (xy 124.32538 123.64466) (xy 124.7521 123.61164) (xy 125.00356 123.51004)
|
||||
(xy 125.07976 123.34748) (xy 125.07976 127.47752) (xy 124.77496 127.17272) (xy 123.7488 126.746) (xy 122.63628 126.746)
|
||||
(xy 121.61012 127.17018) (xy 120.9675 127.81026) (xy 120.9675 95.7072) (xy 121.60504 96.34728) (xy 122.6312 96.774)
|
||||
(xy 123.74372 96.774) (xy 124.76988 96.34982) (xy 125.55728 95.56496) (xy 125.984 94.5388) (xy 125.984 93.42628)
|
||||
(xy 125.55982 92.40012) (xy 124.9172 91.7575) (xy 163.37026 91.7575) (xy 162.73272 92.39504) (xy 162.306 93.4212)
|
||||
(xy 162.306 94.53372) (xy 162.73018 95.55988) (xy 163.51504 96.34728) (xy 164.5412 96.774) (xy 165.65372 96.774)
|
||||
(xy 166.67988 96.34982) (xy 167.3225 95.7072) (xy 167.3225 127.81026)
|
||||
(xy 167.3225 127.811617) (xy 166.68474 127.172743) (xy 166.192271 126.968252) (xy 166.192271 123.96054) (xy 166.160996 123.532229)
|
||||
(xy 166.057258 123.281783) (xy 165.892676 123.206541) (xy 165.718459 123.380758) (xy 165.718459 123.032324) (xy 165.643217 122.867742)
|
||||
(xy 165.23554 122.732729) (xy 164.807229 122.764004) (xy 164.556783 122.867742) (xy 164.481541 123.032324) (xy 165.1 123.650783)
|
||||
(xy 165.718459 123.032324) (xy 165.718459 123.380758) (xy 165.274217 123.825) (xy 165.892676 124.443459) (xy 166.057258 124.368217)
|
||||
(xy 166.192271 123.96054) (xy 166.192271 126.968252) (xy 165.718459 126.771508) (xy 165.718459 124.617676) (xy 165.1 123.999217)
|
||||
(xy 164.925783 124.173434) (xy 164.925783 123.825) (xy 164.307324 123.206541) (xy 164.142742 123.281783) (xy 164.007729 123.68946)
|
||||
(xy 164.039004 124.117771) (xy 164.142742 124.368217) (xy 164.307324 124.443459) (xy 164.925783 123.825) (xy 164.925783 124.173434)
|
||||
(xy 164.481541 124.617676) (xy 164.556783 124.782258) (xy 164.96446 124.917271) (xy 165.392771 124.885996) (xy 165.643217 124.782258)
|
||||
(xy 165.718459 124.617676) (xy 165.718459 126.771508) (xy 165.658199 126.746486) (xy 164.546677 126.745516) (xy 163.519394 127.169981)
|
||||
(xy 162.732743 127.95526) (xy 162.306486 128.981801) (xy 162.305516 130.093323) (xy 162.729981 131.120606) (xy 163.370755 131.7625)
|
||||
(xy 155.040788 131.7625) (xy 155.784144 131.019144) (xy 156.042927 130.631848) (xy 156.042927 130.631847) (xy 156.1338 130.175)
|
||||
(xy 156.1338 116.23548) (xy 156.042927 115.778633) (xy 156.042927 115.778632) (xy 155.784144 115.391336) (xy 154.780713 114.387905)
|
||||
(xy 154.957722 113.908101) (xy 154.934257 113.3109) (xy 155.544695 113.13874) (xy 156.089502 112.709248) (xy 156.350837 112.2426)
|
||||
(xy 159.449312 112.2426) (xy 161.080856 113.874144) (xy 161.468153 114.132927) (xy 161.925 114.2238) (xy 163.9062 114.2238)
|
||||
(xy 163.9062 115.333059) (xy 163.86257 115.376613) (xy 163.639754 115.913214) (xy 163.639247 116.494237) (xy 163.861126 117.031226)
|
||||
(xy 164.271613 117.44243) (xy 164.808214 117.665246) (xy 165.389237 117.665753) (xy 165.926226 117.443874) (xy 166.33743 117.033387)
|
||||
(xy 166.560246 116.496786) (xy 166.560753 115.915763) (xy 166.338874 115.378774) (xy 166.2938 115.333621) (xy 166.2938 113.991665)
|
||||
(xy 166.391231 113.894404) (xy 166.623735 113.334472) (xy 166.624264 112.728188) (xy 166.392738 112.167851) (xy 165.964404 111.738769)
|
||||
(xy 165.709683 111.633) (xy 165.786214 111.633) (xy 165.937785 111.633) (xy 166.077819 111.574996) (xy 166.184996 111.46782)
|
||||
(xy 166.243 111.327786) (xy 166.243 110.70844) (xy 166.243 110.27156) (xy 166.243 109.652214) (xy 166.184996 109.51218)
|
||||
(xy 166.077819 109.405004) (xy 165.937785 109.347) (xy 165.786214 109.347) (xy 165.31844 109.347) (xy 165.22319 109.44225)
|
||||
(xy 165.22319 110.36681) (xy 166.14775 110.36681) (xy 166.243 110.27156) (xy 166.243 110.70844) (xy 166.14775 110.61319)
|
||||
(xy 165.22319 110.61319) (xy 165.22319 110.63319) (xy 164.97681 110.63319) (xy 164.97681 110.61319) (xy 164.97681 110.36681)
|
||||
(xy 164.97681 109.44225) (xy 164.88156 109.347) (xy 164.413786 109.347) (xy 164.262215 109.347) (xy 164.122181 109.405004)
|
||||
(xy 164.015004 109.51218) (xy 163.957 109.652214) (xy 163.957 110.27156) (xy 164.05225 110.36681) (xy 164.97681 110.36681)
|
||||
(xy 164.97681 110.61319) (xy 164.05225 110.61319) (xy 163.957 110.70844) (xy 163.957 111.327786) (xy 164.015004 111.46782)
|
||||
(xy 164.122181 111.574996) (xy 164.262215 111.633) (xy 164.413786 111.633) (xy 164.490184 111.633) (xy 164.237851 111.737262)
|
||||
(xy 164.13874 111.8362) (xy 162.419488 111.8362) (xy 160.787944 110.204656) (xy 160.400648 109.945873) (xy 159.9438 109.855)
|
||||
(xy 156.708227 109.855) (xy 156.66335 109.695875) (xy 156.272432 109.2) (xy 156.66335 108.704125) (xy 156.696946 108.585)
|
||||
(xy 164.35005 108.585) (xy 164.808214 108.775246) (xy 165.389237 108.775753) (xy 165.926226 108.553874) (xy 166.33743 108.143387)
|
||||
(xy 166.560246 107.606786) (xy 166.560753 107.025763) (xy 166.338874 106.488774) (xy 166.192271 106.341914) (xy 166.192271 99.83054)
|
||||
(xy 166.160996 99.402229) (xy 166.057258 99.151783) (xy 165.892676 99.076541) (xy 165.718459 99.250758) (xy 165.718459 98.902324)
|
||||
(xy 165.643217 98.737742) (xy 165.23554 98.602729) (xy 164.807229 98.634004) (xy 164.556783 98.737742) (xy 164.481541 98.902324)
|
||||
(xy 165.1 99.520783) (xy 165.718459 98.902324) (xy 165.718459 99.250758) (xy 165.274217 99.695) (xy 165.892676 100.313459)
|
||||
(xy 166.057258 100.238217) (xy 166.192271 99.83054) (xy 166.192271 106.341914) (xy 165.928387 106.07757) (xy 165.718459 105.9904)
|
||||
(xy 165.718459 100.487676) (xy 165.1 99.869217) (xy 164.925783 100.043434) (xy 164.925783 99.695) (xy 164.307324 99.076541)
|
||||
(xy 164.142742 99.151783) (xy 164.007729 99.55946) (xy 164.039004 99.987771) (xy 164.142742 100.238217) (xy 164.307324 100.313459)
|
||||
(xy 164.925783 99.695) (xy 164.925783 100.043434) (xy 164.481541 100.487676) (xy 164.556783 100.652258) (xy 164.96446 100.787271)
|
||||
(xy 165.392771 100.755996) (xy 165.643217 100.652258) (xy 165.718459 100.487676) (xy 165.718459 105.9904) (xy 165.391786 105.854754)
|
||||
(xy 164.810763 105.854247) (xy 164.273774 106.076126) (xy 164.152288 106.1974) (xy 156.373238 106.1974) (xy 156.089502 105.690752)
|
||||
(xy 155.544695 105.26126) (xy 154.934257 105.089099) (xy 154.957722 104.491899) (xy 154.717607 103.841037) (xy 154.246695 103.331607)
|
||||
(xy 153.352271 102.681769) (xy 152.722255 102.391327) (xy 152.218734 102.371543) (xy 152.218733 102.371543) (xy 151.998328 102.224273)
|
||||
(xy 151.54148 102.1334) (xy 151.165771 102.1334) (xy 151.110021 102.049964) (xy 150.533196 101.664542) (xy 149.852785 101.5292)
|
||||
(xy 148.747215 101.5292) (xy 148.066804 101.664542) (xy 147.489979 102.049964) (xy 147.13985 102.573968) (xy 146.570951 102.364091)
|
||||
(xy 145.877744 102.391328) (xy 145.540546 102.546778) (xy 143.749624 100.755856) (xy 143.362328 100.497073) (xy 142.90548 100.4062)
|
||||
(xy 133.03253 100.4062) (xy 132.979992 100.279362) (xy 132.765638 100.065008) (xy 132.727151 100.049066) (xy 132.727151 96.701126)
|
||||
(xy 132.698867 96.196681) (xy 132.560239 95.862003) (xy 132.375891 95.763326) (xy 132.201674 95.937543) (xy 132.201674 95.589109)
|
||||
(xy 132.102997 95.404761) (xy 131.626126 95.237849) (xy 131.121681 95.266133) (xy 130.787003 95.404761) (xy 130.688326 95.589109)
|
||||
(xy 131.445 96.345783) (xy 132.201674 95.589109) (xy 132.201674 95.937543) (xy 131.619217 96.52) (xy 132.375891 97.276674)
|
||||
(xy 132.560239 97.177997) (xy 132.727151 96.701126) (xy 132.727151 100.049066) (xy 132.485571 99.949) (xy 132.201674 99.949)
|
||||
(xy 132.201674 97.450891) (xy 131.445 96.694217) (xy 131.270783 96.868434) (xy 131.270783 96.52) (xy 130.514109 95.763326)
|
||||
(xy 130.329761 95.862003) (xy 130.162849 96.338874) (xy 130.191133 96.843319) (xy 130.329761 97.177997) (xy 130.514109 97.276674)
|
||||
(xy 131.270783 96.52) (xy 131.270783 96.868434) (xy 130.688326 97.450891) (xy 130.787003 97.635239) (xy 131.263874 97.802151)
|
||||
(xy 131.768319 97.773867) (xy 132.102997 97.635239) (xy 132.201674 97.450891) (xy 132.201674 99.949) (xy 132.182429 99.949)
|
||||
(xy 130.404429 99.949) (xy 130.124362 100.065008) (xy 129.910008 100.279362) (xy 129.857469 100.4062) (xy 125.73 100.4062)
|
||||
(xy 125.273152 100.497073) (xy 124.885856 100.755856) (xy 124.345603 101.296108) (xy 124.345603 100.480745) (xy 124.315325 100.02704)
|
||||
(xy 124.19995 99.7485) (xy 124.028783 99.665433) (xy 123.854567 99.839649) (xy 123.854567 99.491217) (xy 123.7715 99.32005)
|
||||
(xy 123.340745 99.174397) (xy 122.88704 99.204675) (xy 122.6085 99.32005) (xy 122.525433 99.491217) (xy 123.19 100.155783)
|
||||
(xy 123.854567 99.491217) (xy 123.854567 99.839649) (xy 123.364217 100.33) (xy 124.028783 100.994567) (xy 124.19995 100.9115)
|
||||
(xy 124.345603 100.480745) (xy 124.345603 101.296108) (xy 124.239435 101.402276) (xy 124.103571 101.346) (xy 123.800429 101.346)
|
||||
(xy 123.756894 101.346) (xy 123.7715 101.33995) (xy 123.854567 101.168783) (xy 123.19 100.504217) (xy 123.015783 100.678433)
|
||||
(xy 123.015783 100.33) (xy 122.351217 99.665433) (xy 122.18005 99.7485) (xy 122.034397 100.179255) (xy 122.064675 100.63296)
|
||||
(xy 122.18005 100.9115) (xy 122.351217 100.994567) (xy 123.015783 100.33) (xy 123.015783 100.678433) (xy 122.525433 101.168783)
|
||||
(xy 122.6085 101.33995) (xy 122.626392 101.346) (xy 122.276429 101.346) (xy 121.996362 101.462008) (xy 121.782008 101.676362)
|
||||
(xy 121.666 101.956429) (xy 121.666 102.259571) (xy 121.666 103.783571) (xy 121.782008 104.063638) (xy 121.996362 104.277992)
|
||||
(xy 122.276429 104.394) (xy 122.579571 104.394) (xy 124.103571 104.394) (xy 124.383638 104.277992) (xy 124.597992 104.063638)
|
||||
(xy 124.610309 104.033901) (xy 124.916847 103.972927) (xy 124.916848 103.972927) (xy 125.304144 103.714144) (xy 126.224488 102.7938)
|
||||
(xy 129.857469 102.7938) (xy 129.910008 102.920638) (xy 130.124362 103.134992) (xy 130.404429 103.251) (xy 130.707571 103.251)
|
||||
(xy 132.485571 103.251) (xy 132.765638 103.134992) (xy 132.979992 102.920638) (xy 133.03253 102.7938) (xy 142.410992 102.7938)
|
||||
(xy 143.768082 104.15089) (xy 143.642278 104.4919) (xy 143.665741 105.089099) (xy 143.055305 105.261261) (xy 142.510498 105.690752)
|
||||
(xy 142.226761 106.1974) (xy 142.1638 106.1974) (xy 141.706952 106.288273) (xy 141.319656 106.547056) (xy 140.125856 107.740856)
|
||||
(xy 139.867073 108.128152) (xy 139.7762 108.585) (xy 139.7762 120.413059) (xy 139.73257 120.456613) (xy 139.509754 120.993214)
|
||||
(xy 139.509247 121.574237) (xy 139.731126 122.111226) (xy 139.7762 122.156378) (xy 139.7762 123.330512) (xy 138.570512 124.5362)
|
||||
(xy 133.096 124.5362) (xy 133.096 109.625571) (xy 133.096 109.322429) (xy 133.096 107.544429) (xy 132.979992 107.264362)
|
||||
(xy 132.765638 107.050008) (xy 132.485571 106.934) (xy 132.182429 106.934) (xy 130.404429 106.934) (xy 130.124362 107.050008)
|
||||
(xy 129.910008 107.264362) (xy 129.794 107.544429) (xy 129.794 107.847571) (xy 129.794 108.547712) (xy 128.410512 109.9312)
|
||||
(xy 124.59783 109.9312) (xy 124.383638 109.717008) (xy 124.345603 109.701253) (xy 124.345603 108.735745) (xy 124.315325 108.28204)
|
||||
(xy 124.19995 108.0035) (xy 124.028783 107.920433) (xy 123.854567 108.094649) (xy 123.854567 107.746217) (xy 123.7715 107.57505)
|
||||
(xy 123.340745 107.429397) (xy 122.88704 107.459675) (xy 122.6085 107.57505) (xy 122.525433 107.746217) (xy 123.19 108.410783)
|
||||
(xy 123.854567 107.746217) (xy 123.854567 108.094649) (xy 123.364217 108.585) (xy 124.028783 109.249567) (xy 124.19995 109.1665)
|
||||
(xy 124.345603 108.735745) (xy 124.345603 109.701253) (xy 124.103571 109.601) (xy 123.800429 109.601) (xy 123.756894 109.601)
|
||||
(xy 123.7715 109.59495) (xy 123.854567 109.423783) (xy 123.19 108.759217) (xy 123.015783 108.933433) (xy 123.015783 108.585)
|
||||
(xy 122.351217 107.920433) (xy 122.18005 108.0035) (xy 122.034397 108.434255) (xy 122.064675 108.88796) (xy 122.18005 109.1665)
|
||||
(xy 122.351217 109.249567) (xy 123.015783 108.585) (xy 123.015783 108.933433) (xy 122.525433 109.423783) (xy 122.6085 109.59495)
|
||||
(xy 122.626392 109.601) (xy 122.276429 109.601) (xy 121.996362 109.717008) (xy 121.782008 109.931362) (xy 121.666 110.211429)
|
||||
(xy 121.666 110.514571) (xy 121.666 112.038571) (xy 121.782008 112.318638) (xy 121.9962 112.53283) (xy 121.9962 114.3)
|
||||
(xy 122.087073 114.756848) (xy 122.345856 115.144144) (xy 122.980856 115.779144) (xy 123.368153 116.037927) (xy 123.529353 116.069991)
|
||||
(xy 123.631613 116.17243) (xy 124.168214 116.395246) (xy 124.749237 116.395753) (xy 125.286226 116.173874) (xy 125.69743 115.763387)
|
||||
(xy 125.920246 115.226786) (xy 125.920753 114.645763) (xy 125.698874 114.108774) (xy 125.288387 113.69757) (xy 124.751786 113.474754)
|
||||
(xy 124.3838 113.474432) (xy 124.3838 112.53283) (xy 124.59783 112.3188) (xy 128.905 112.3188) (xy 129.361847 112.227927)
|
||||
(xy 129.361848 112.227927) (xy 129.749144 111.969144) (xy 131.482288 110.236) (xy 132.485571 110.236) (xy 132.765638 110.119992)
|
||||
(xy 132.979992 109.905638) (xy 133.096 109.625571) (xy 133.096 124.5362) (xy 130.175 124.5362) (xy 129.718152 124.627073)
|
||||
(xy 129.330856 124.885856) (xy 128.060856 126.155856) (xy 127.802073 126.543152) (xy 127.7112 127) (xy 127.7112 130.175)
|
||||
(xy 127.802073 130.631848) (xy 128.060856 131.019144) (xy 128.804212 131.7625) (xy 124.918382 131.7625) (xy 125.557257 131.12474)
|
||||
(xy 125.983514 130.098199) (xy 125.984484 128.986677) (xy 125.560019 127.959394) (xy 125.552271 127.951632) (xy 125.552271 122.69054)
|
||||
(xy 125.520996 122.262229) (xy 125.417258 122.011783) (xy 125.252676 121.936541) (xy 125.078459 122.110758) (xy 125.078459 121.762324)
|
||||
(xy 125.003217 121.597742) (xy 124.59554 121.462729) (xy 124.167229 121.494004) (xy 123.916783 121.597742) (xy 123.841541 121.762324)
|
||||
(xy 124.46 122.380783) (xy 125.078459 121.762324) (xy 125.078459 122.110758) (xy 124.634217 122.555) (xy 125.252676 123.173459)
|
||||
(xy 125.417258 123.098217) (xy 125.552271 122.69054) (xy 125.552271 127.951632) (xy 125.078459 127.476992) (xy 125.078459 123.347676)
|
||||
(xy 124.46 122.729217) (xy 124.285783 122.903434) (xy 124.285783 122.555) (xy 123.667324 121.936541) (xy 123.502742 122.011783)
|
||||
(xy 123.367729 122.41946) (xy 123.399004 122.847771) (xy 123.502742 123.098217) (xy 123.667324 123.173459) (xy 124.285783 122.555)
|
||||
(xy 124.285783 122.903434) (xy 123.841541 123.347676) (xy 123.916783 123.512258) (xy 124.32446 123.647271) (xy 124.752771 123.615996)
|
||||
(xy 125.003217 123.512258) (xy 125.078459 123.347676) (xy 125.078459 127.476992) (xy 124.77474 127.172743) (xy 123.748199 126.746486)
|
||||
(xy 122.636677 126.745516) (xy 121.609394 127.169981) (xy 120.9675 127.810755) (xy 120.9675 95.708382) (xy 121.60526 96.347257)
|
||||
(xy 122.631801 96.773514) (xy 123.743323 96.774484) (xy 124.770606 96.350019) (xy 125.557257 95.56474) (xy 125.983514 94.538199)
|
||||
(xy 125.984484 93.426677) (xy 125.560019 92.399394) (xy 124.919244 91.7575) (xy 163.371617 91.7575) (xy 162.732743 92.39526)
|
||||
(xy 162.306486 93.421801) (xy 162.305516 94.533323) (xy 162.729981 95.560606) (xy 163.51526 96.347257) (xy 164.541801 96.773514)
|
||||
(xy 165.653323 96.774484) (xy 166.680606 96.350019) (xy 167.3225 95.709244) (xy 167.3225 127.811617)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
update=11/12/2006-20:37:39
|
||||
last_client=pcbnew
|
||||
update=04/07/2014 20:10:13
|
||||
last_client=kicad
|
||||
[general]
|
||||
version=1
|
||||
RootSch=ecc83-pp.sch
|
||||
|
@ -65,65 +65,21 @@ LibName24=siliconi
|
|||
LibName25=contrib
|
||||
[pcbnew]
|
||||
version=1
|
||||
PadDrlX=760
|
||||
PadDimH=1100
|
||||
PadDimV=550
|
||||
PadForm=1
|
||||
PadMask=14745599
|
||||
ViaDiam=450
|
||||
ViaDril=250
|
||||
Isol=60
|
||||
Countlayer=2
|
||||
Lpiste=340
|
||||
RouteTo=15
|
||||
RouteBo=0
|
||||
TypeVia=3
|
||||
Segm45=1
|
||||
Racc45=1
|
||||
Unite=0
|
||||
SegFill=1
|
||||
SegAffG=0
|
||||
NewAffG=1
|
||||
PadFill=1
|
||||
PadAffG=1
|
||||
PadSNum=1
|
||||
ModAffC=0
|
||||
ModAffT=0
|
||||
PcbAffT=0
|
||||
SgPcb45=1
|
||||
TxtPcbV=800
|
||||
TxtPcbH=600
|
||||
TxtModV=600
|
||||
TxtModH=600
|
||||
TxtModW=120
|
||||
HPGLnum=1
|
||||
HPGdiam=15
|
||||
HPGLSpd=20
|
||||
HPGLrec=2
|
||||
HPGLorg=0
|
||||
GERBmin=15
|
||||
VEgarde=100
|
||||
DrawLar=150
|
||||
EdgeLar=150
|
||||
TxtLar=120
|
||||
MSegLar=150
|
||||
ForPlot=1
|
||||
WpenSer=10
|
||||
UserGrX=0,01
|
||||
UserGrY=0,01
|
||||
UserGrU=1
|
||||
DivGrPc=1
|
||||
TimeOut=600
|
||||
MaxLnkS=3
|
||||
ShowRat=0
|
||||
ShowMRa=1
|
||||
[pcbnew/libraries]
|
||||
LibDir=
|
||||
LibName1=supports
|
||||
LibName2=valves
|
||||
LibName3=connect
|
||||
LibName4=discret
|
||||
LibName5=pin_array
|
||||
LibName6=divers
|
||||
LibName7=libcms
|
||||
LibName8=display
|
||||
PageLayoutDescrFile=
|
||||
LastNetListRead=ecc83-pp_v2.net
|
||||
UseCmpFile=0
|
||||
PadDrill=1.9304
|
||||
PadDrillOvalY=1.9304
|
||||
PadSizeH=2.794
|
||||
PadSizeV=1.397
|
||||
PcbTextSizeV=2.032
|
||||
PcbTextSizeH=1.524
|
||||
PcbTextThickness=0.3048
|
||||
ModuleTextSizeV=1.524
|
||||
ModuleTextSizeH=1.524
|
||||
ModuleTextSizeThickness=0.3048
|
||||
SolderMaskClearance=0.254
|
||||
SolderMaskMinWidth=0
|
||||
DrawSegmentWidth=0.381
|
||||
BoardOutlineThickness=0.381
|
||||
ModuleOutlineThickness=0.381
|
||||
|
|
|
@ -1,8 +1,34 @@
|
|||
EESchema Schematic File Version 2
|
||||
LIBS:power,device,valves,conn,linear,regul,74xx,cmos4000,adc-dac,memory,xilinx,special,microcontrollers,microchip,analog_switches,motorola,intel,audio,interface,digital-audio,philips,display,cypress,siliconi,contrib
|
||||
EELAYER 23 0
|
||||
LIBS:power
|
||||
LIBS:device
|
||||
LIBS:valves
|
||||
LIBS:conn
|
||||
LIBS:linear
|
||||
LIBS:regul
|
||||
LIBS:74xx
|
||||
LIBS:cmos4000
|
||||
LIBS:adc-dac
|
||||
LIBS:memory
|
||||
LIBS:xilinx
|
||||
LIBS:special
|
||||
LIBS:microcontrollers
|
||||
LIBS:microchip
|
||||
LIBS:analog_switches
|
||||
LIBS:motorola
|
||||
LIBS:intel
|
||||
LIBS:audio
|
||||
LIBS:interface
|
||||
LIBS:digital-audio
|
||||
LIBS:philips
|
||||
LIBS:display
|
||||
LIBS:cypress
|
||||
LIBS:siliconi
|
||||
LIBS:contrib
|
||||
LIBS:ecc83-pp_v2-cache
|
||||
EELAYER 24 0
|
||||
EELAYER END
|
||||
$Descr A4 11700 8267
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 1 1
|
||||
Title "ECC Push-Pull"
|
||||
Date "11 dec 2006"
|
||||
|
@ -23,9 +49,9 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
4450 4450 4650 4450
|
||||
Wire Wire Line
|
||||
9850 6350 9950 6350
|
||||
1900 6750 2000 6750
|
||||
Wire Wire Line
|
||||
9950 6350 9950 6150
|
||||
2000 6750 2000 6550
|
||||
Wire Wire Line
|
||||
4150 5300 4150 5000
|
||||
Wire Wire Line
|
||||
|
@ -56,15 +82,15 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
6700 4800 6700 5400
|
||||
Wire Wire Line
|
||||
10050 6150 10050 6350
|
||||
2100 6550 2100 6750
|
||||
Wire Wire Line
|
||||
10050 6250 9850 6250
|
||||
Connection ~ 10050 6250
|
||||
2100 6650 1900 6650
|
||||
Connection ~ 2100 6650
|
||||
Wire Wire Line
|
||||
4100 5250 4150 5250
|
||||
Connection ~ 4150 5250
|
||||
Wire Wire Line
|
||||
9850 6250 9850 6150
|
||||
1900 6650 1900 6550
|
||||
Wire Wire Line
|
||||
6300 3900 4950 3900
|
||||
Wire Wire Line
|
||||
|
@ -76,20 +102,22 @@ Wire Wire Line
|
|||
$Comp
|
||||
L ECC83 U1
|
||||
U 3 1 48B4F266
|
||||
P 9950 5700
|
||||
F 0 "U1" H 10080 6010 50 0000 C C
|
||||
F 1 "ECC81_83" H 10300 5400 50 0000 C C
|
||||
F 2 "VALVE-NOVAL_P" H 10220 5300 50 0001 C C
|
||||
3 9950 5700
|
||||
P 2000 6100
|
||||
F 0 "U1" H 2130 6410 50 0000 C CNN
|
||||
F 1 "ECC83" H 2350 5800 50 0000 C CNN
|
||||
F 2 "ECC-83-1" H 2450 5650 50 0000 C CNN
|
||||
F 3 "" H 2000 6100 60 0001 C CNN
|
||||
3 2000 6100
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L ECC83 U1
|
||||
U 2 1 48B4F263
|
||||
P 4950 4450
|
||||
F 0 "U1" H 5080 4760 50 0000 C C
|
||||
F 1 "ECC83" H 5150 4100 50 0000 C C
|
||||
F 2 "VALVE-NOVAL_P" H 5220 4050 50 0001 C C
|
||||
F 0 "U1" H 5080 4760 50 0000 C CNN
|
||||
F 1 "ECC83" H 5150 4100 50 0000 C CNN
|
||||
F 2 "ECC-83-1" H 5150 4000 50 0000 C CNN
|
||||
F 3 "" H 4950 4450 60 0001 C CNN
|
||||
2 4950 4450
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -97,9 +125,10 @@ $Comp
|
|||
L ECC83 U1
|
||||
U 1 1 48B4F256
|
||||
P 5750 4450
|
||||
F 0 "U1" H 5880 4760 50 0000 C C
|
||||
F 1 "ECC83" H 5500 4150 50 0000 C C
|
||||
F 2 "VALVE-NOVAL_P" H 6020 4050 50 0001 C C
|
||||
F 0 "U1" H 5880 4760 50 0000 C CNN
|
||||
F 1 "ECC83" H 5500 4150 50 0000 C CNN
|
||||
F 2 "ECC-83-1" H 5750 3950 50 0000 C CNN
|
||||
F 3 "" H 5750 4450 60 0001 C CNN
|
||||
1 5750 4450
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -107,8 +136,10 @@ $Comp
|
|||
L GND #PWR01
|
||||
U 1 1 457DBAF8
|
||||
P 6950 5150
|
||||
F 0 "#PWR01" H 6950 5150 30 0001 C C
|
||||
F 1 "GND" H 6950 5080 30 0001 C C
|
||||
F 0 "#PWR01" H 6950 5150 30 0001 C CNN
|
||||
F 1 "GND" H 6950 5080 30 0001 C CNN
|
||||
F 2 "" H 6950 5150 60 0001 C CNN
|
||||
F 3 "" H 6950 5150 60 0001 C CNN
|
||||
1 6950 5150
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -116,8 +147,10 @@ $Comp
|
|||
L GND #PWR02
|
||||
U 1 1 457DBAF5
|
||||
P 6700 5900
|
||||
F 0 "#PWR02" H 6700 5900 30 0001 C C
|
||||
F 1 "GND" H 6700 5830 30 0001 C C
|
||||
F 0 "#PWR02" H 6700 5900 30 0001 C CNN
|
||||
F 1 "GND" H 6700 5830 30 0001 C CNN
|
||||
F 2 "" H 6700 5900 60 0001 C CNN
|
||||
F 3 "" H 6700 5900 60 0001 C CNN
|
||||
1 6700 5900
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -125,8 +158,10 @@ $Comp
|
|||
L GND #PWR03
|
||||
U 1 1 457DBAF1
|
||||
P 4850 5900
|
||||
F 0 "#PWR03" H 4850 5900 30 0001 C C
|
||||
F 1 "GND" H 4850 5830 30 0001 C C
|
||||
F 0 "#PWR03" H 4850 5900 30 0001 C CNN
|
||||
F 1 "GND" H 4850 5830 30 0001 C CNN
|
||||
F 2 "" H 4850 5900 60 0001 C CNN
|
||||
F 3 "" H 4850 5900 60 0001 C CNN
|
||||
1 4850 5900
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -134,8 +169,10 @@ $Comp
|
|||
L GND #PWR04
|
||||
U 1 1 457DBAEF
|
||||
P 4450 5900
|
||||
F 0 "#PWR04" H 4450 5900 30 0001 C C
|
||||
F 1 "GND" H 4450 5830 30 0001 C C
|
||||
F 0 "#PWR04" H 4450 5900 30 0001 C CNN
|
||||
F 1 "GND" H 4450 5830 30 0001 C CNN
|
||||
F 2 "" H 4450 5900 60 0001 C CNN
|
||||
F 3 "" H 4450 5900 60 0001 C CNN
|
||||
1 4450 5900
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -143,26 +180,32 @@ $Comp
|
|||
L PWR_FLAG #FLG05
|
||||
U 1 1 457DBAC0
|
||||
P 4100 5250
|
||||
F 0 "#FLG05" H 4100 5520 30 0001 C C
|
||||
F 1 "PWR_FLAG" H 4100 5480 30 0000 C C
|
||||
F 0 "#FLG05" H 4100 5520 30 0001 C CNN
|
||||
F 1 "PWR_FLAG" H 4100 5480 30 0000 C CNN
|
||||
F 2 "" H 4100 5250 60 0001 C CNN
|
||||
F 3 "" H 4100 5250 60 0001 C CNN
|
||||
1 4100 5250
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_2 P4
|
||||
U 1 1 456A8ACC
|
||||
P 9950 6700
|
||||
F 0 "P4" V 9900 6700 40 0000 C C
|
||||
F 1 "CONN_2" V 10000 6700 40 0000 C C
|
||||
1 9950 6700
|
||||
P 2000 7100
|
||||
F 0 "P4" V 1950 7100 40 0000 C CNN
|
||||
F 1 "CONN_2" V 2050 7100 40 0000 C CNN
|
||||
F 2 "BORNIER2" V 2150 7100 60 0000 C CNN
|
||||
F 3 "" H 2000 7100 60 0001 C CNN
|
||||
1 2000 7100
|
||||
0 1 1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L C C1
|
||||
U 1 1 4549F4BE
|
||||
P 6700 4050
|
||||
F 0 "C1" H 6750 4150 50 0000 L C
|
||||
F 1 "10uF" H 6450 4150 50 0000 L C
|
||||
F 0 "C1" H 6750 4150 50 0000 L CNN
|
||||
F 1 "10uF" H 6450 4150 50 0000 L CNN
|
||||
F 2 "C2V10" H 6700 4050 60 0000 C CNN
|
||||
F 3 "" H 6700 4050 60 0001 C CNN
|
||||
1 6700 4050
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -170,8 +213,10 @@ $Comp
|
|||
L GND #PWR06
|
||||
U 1 1 4549F4B9
|
||||
P 4150 5300
|
||||
F 0 "#PWR06" H 4150 5300 30 0001 C C
|
||||
F 1 "GND" H 4150 5230 30 0001 C C
|
||||
F 0 "#PWR06" H 4150 5300 30 0001 C CNN
|
||||
F 1 "GND" H 4150 5230 30 0001 C CNN
|
||||
F 2 "" H 4150 5300 60 0001 C CNN
|
||||
F 3 "" H 4150 5300 60 0001 C CNN
|
||||
1 4150 5300
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -179,8 +224,10 @@ $Comp
|
|||
L GND #PWR07
|
||||
U 1 1 4549F4B3
|
||||
P 6950 4350
|
||||
F 0 "#PWR07" H 6950 4350 30 0001 C C
|
||||
F 1 "GND" H 6950 4280 30 0001 C C
|
||||
F 0 "#PWR07" H 6950 4350 30 0001 C CNN
|
||||
F 1 "GND" H 6950 4280 30 0001 C CNN
|
||||
F 2 "" H 6950 4350 60 0001 C CNN
|
||||
F 3 "" H 6950 4350 60 0001 C CNN
|
||||
1 6950 4350
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -188,8 +235,10 @@ $Comp
|
|||
L CONN_2 P3
|
||||
U 1 1 4549F4A5
|
||||
P 7300 3950
|
||||
F 0 "P3" V 7250 3950 40 0000 C C
|
||||
F 1 "POWER" V 7350 3950 40 0000 C C
|
||||
F 0 "P3" V 7250 3950 40 0000 C CNN
|
||||
F 1 "POWER" V 7350 3950 40 0000 C CNN
|
||||
F 2 "BORNIER2" H 7300 4150 60 0000 C CNN
|
||||
F 3 "" H 7300 3950 60 0001 C CNN
|
||||
1 7300 3950
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -197,8 +246,10 @@ $Comp
|
|||
L CONN_2 P2
|
||||
U 1 1 4549F46C
|
||||
P 7300 4900
|
||||
F 0 "P2" V 7250 4900 40 0000 C C
|
||||
F 1 "OUT" V 7350 4900 40 0000 C C
|
||||
F 0 "P2" V 7250 4900 40 0000 C CNN
|
||||
F 1 "OUT" V 7350 4900 40 0000 C CNN
|
||||
F 2 "BORNIER2" H 7300 5100 60 0000 C CNN
|
||||
F 3 "" H 7300 4900 60 0001 C CNN
|
||||
1 7300 4900
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -206,8 +257,10 @@ $Comp
|
|||
L CONN_2 P1
|
||||
U 1 1 4549F464
|
||||
P 3800 4900
|
||||
F 0 "P1" V 3750 4900 40 0000 C C
|
||||
F 1 "IN" V 3850 4900 40 0000 C C
|
||||
F 0 "P1" V 3750 4900 40 0000 C CNN
|
||||
F 1 "IN" V 3850 4900 40 0000 C CNN
|
||||
F 2 "BORNIER2" H 3750 4700 60 0000 C CNN
|
||||
F 3 "" H 3800 4900 60 0001 C CNN
|
||||
1 3800 4900
|
||||
-1 0 0 1
|
||||
$EndComp
|
||||
|
@ -215,8 +268,10 @@ $Comp
|
|||
L C C2
|
||||
U 1 1 4549F3BE
|
||||
P 6500 4800
|
||||
F 0 "C2" H 6550 4900 50 0000 L C
|
||||
F 1 "680nF" H 6550 4700 50 0000 L C
|
||||
F 0 "C2" H 6550 4900 50 0000 L CNN
|
||||
F 1 "680nF" H 6550 4700 50 0000 L CNN
|
||||
F 2 "CP8" H 6400 4900 60 0000 C CNN
|
||||
F 3 "" H 6500 4800 60 0001 C CNN
|
||||
1 6500 4800
|
||||
0 1 1 0
|
||||
$EndComp
|
||||
|
@ -224,8 +279,10 @@ $Comp
|
|||
L R R3
|
||||
U 1 1 4549F3AD
|
||||
P 6700 5650
|
||||
F 0 "R3" V 6780 5650 50 0000 C C
|
||||
F 1 "100K" V 6700 5650 50 0000 C C
|
||||
F 0 "R3" V 6780 5650 50 0000 C CNN
|
||||
F 1 "100K" V 6700 5650 50 0000 C CNN
|
||||
F 2 "R3" H 6700 5650 60 0000 C CNN
|
||||
F 3 "" H 6700 5650 60 0001 C CNN
|
||||
1 6700 5650
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -233,8 +290,10 @@ $Comp
|
|||
L R R4
|
||||
U 1 1 4549F3A2
|
||||
P 4450 5650
|
||||
F 0 "R4" V 4530 5650 50 0000 C C
|
||||
F 1 "47K" V 4450 5650 50 0000 C C
|
||||
F 0 "R4" V 4530 5650 50 0000 C CNN
|
||||
F 1 "47K" V 4450 5650 50 0000 C CNN
|
||||
F 2 "R3" V 4350 5650 60 0000 C CNN
|
||||
F 3 "" H 4450 5650 60 0001 C CNN
|
||||
1 4450 5650
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -242,8 +301,10 @@ $Comp
|
|||
L R R2
|
||||
U 1 1 4549F39D
|
||||
P 4850 5650
|
||||
F 0 "R2" V 4930 5650 50 0000 C C
|
||||
F 1 "1.5K" V 4850 5650 50 0000 C C
|
||||
F 0 "R2" V 4930 5650 50 0000 C CNN
|
||||
F 1 "1.5K" V 4850 5650 50 0000 C CNN
|
||||
F 2 "R3" V 4756 5656 60 0000 C CNN
|
||||
F 3 "" H 4850 5650 60 0001 C CNN
|
||||
1 4850 5650
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
@ -251,8 +312,10 @@ $Comp
|
|||
L R R1
|
||||
U 1 1 4549F38A
|
||||
P 6300 4250
|
||||
F 0 "R1" V 6380 4250 50 0000 C C
|
||||
F 1 "1.5K" V 6300 4250 50 0000 C C
|
||||
F 0 "R1" V 6380 4250 50 0000 C CNN
|
||||
F 1 "1.5K" V 6300 4250 50 0000 C CNN
|
||||
F 2 "R3" H 6400 4150 60 0000 C CNN
|
||||
F 3 "" H 6300 4250 60 0001 C CNN
|
||||
1 6300 4250
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
|
|
|
@ -1,541 +0,0 @@
|
|||
EESchema-LIBRARY Version 2.3 Date: 02/12/2009 10:29:38
|
||||
#
|
||||
# 24C16
|
||||
#
|
||||
DEF 24C16 U 0 30 Y Y 1 F N
|
||||
F0 "U" 150 350 60 H V C CNN
|
||||
F1 "24C16" 200 -350 60 H V C CNN
|
||||
ALIAS 24C512
|
||||
DRAW
|
||||
X GND 4 0 -300 0 U 60 60 0 0 W N
|
||||
X VCC 8 0 300 0 D 60 60 0 0 W N
|
||||
S -400 -300 400 300 0 1 0 N
|
||||
X A0 1 -700 200 300 R 60 60 1 1 I
|
||||
X A1 2 -700 100 300 R 60 60 1 1 I
|
||||
X A2 3 -700 0 300 R 60 60 1 1 I
|
||||
X SDA 5 700 -200 300 L 60 60 1 1 B
|
||||
X SCL 6 700 -100 300 L 60 60 1 1 I
|
||||
X WP 7 700 100 300 L 60 60 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# 74LS125
|
||||
#
|
||||
DEF 74LS125 U 0 30 Y Y 4 F N
|
||||
F0 "U" 0 100 50 H V L BNN
|
||||
F1 "74LS125" 50 -150 40 H V L TNN
|
||||
DRAW
|
||||
X GND 7 -150 -150 0 U 50 30 0 0 W N
|
||||
X VCC 14 -150 150 0 D 50 30 0 0 W N
|
||||
X E 1 0 -300 220 U 50 30 1 0 I I
|
||||
X E 4 0 -300 220 U 50 30 2 0 I I
|
||||
X E 10 0 -300 220 U 50 30 3 0 I I
|
||||
X E 13 0 -300 220 U 50 30 4 0 I I
|
||||
P 4 0 1 0 -150 150 -150 -150 150 0 -150 150 N
|
||||
X D 2 -450 0 300 R 50 30 1 1 I
|
||||
X O 3 450 0 300 L 50 30 1 1 T
|
||||
X D 5 -450 0 300 R 50 30 2 1 I
|
||||
X O 6 450 0 300 L 50 30 2 1 T
|
||||
X O 8 450 0 300 L 50 30 3 1 T
|
||||
X D 9 -450 0 300 R 50 30 3 1 I
|
||||
X O 11 450 0 300 L 50 30 4 1 T
|
||||
X D 12 -450 0 300 R 50 30 4 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# 7805
|
||||
#
|
||||
DEF 7805 U 0 30 N Y 1 F N
|
||||
F0 "U" 150 -196 60 H V C CNN
|
||||
F1 "7805" 0 200 60 H V C CNN
|
||||
ALIAS LM7805 LM7812 78L05
|
||||
DRAW
|
||||
S -200 -150 200 150 0 1 0 N
|
||||
X VI VI -400 50 200 R 40 40 1 1 I
|
||||
X VO VO 400 50 200 L 40 40 1 1 w
|
||||
X GND GND 0 -250 100 U 40 40 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# C
|
||||
#
|
||||
DEF C C 0 10 N Y 1 F N
|
||||
F0 "C" 50 100 50 H V L CNN
|
||||
F1 "C" 50 -100 50 H V L CNN
|
||||
$FPLIST
|
||||
SM*
|
||||
C?
|
||||
C1-1
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 2 0 1 10 -100 -30 100 -30 N
|
||||
P 2 0 1 10 -100 30 100 30 N
|
||||
X ~ 1 0 200 170 D 40 40 1 1 P
|
||||
X ~ 2 0 -200 170 U 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# CONN_2
|
||||
#
|
||||
DEF CONN_2 P 0 40 Y N 1 F N
|
||||
F0 "P" -50 0 40 V V C CNN
|
||||
F1 "CONN_2" 50 0 40 V V C CNN
|
||||
DRAW
|
||||
S -100 150 100 -150 0 1 0 N
|
||||
X P1 1 -350 100 250 R 60 60 1 1 P I
|
||||
X PM 2 -350 -100 250 R 60 60 1 1 P I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# CP
|
||||
#
|
||||
DEF CP C 0 10 N N 1 F N
|
||||
F0 "C" 50 100 50 H V L CNN
|
||||
F1 "CP" 50 -100 50 H V L CNN
|
||||
ALIAS CAPAPOL
|
||||
$FPLIST
|
||||
CP*
|
||||
SM*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 4 0 1 8 -100 50 -100 -50 100 -50 100 50 N
|
||||
P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F
|
||||
X ~ 1 0 200 150 D 40 40 1 1 P
|
||||
X ~ 2 0 -200 150 U 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# DB9
|
||||
#
|
||||
DEF DB9 J 0 40 Y N 1 F N
|
||||
F0 "J" 0 550 70 H V C CNN
|
||||
F1 "DB9" 0 -550 70 H V C CNN
|
||||
$FPLIST
|
||||
DB9*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
C -70 -400 30 0 1 0 N
|
||||
C -70 -200 30 0 1 0 N
|
||||
C -70 0 30 0 1 0 N
|
||||
C -70 200 30 0 1 0 N
|
||||
C -70 400 30 0 1 0 N
|
||||
C 50 -300 30 0 1 0 N
|
||||
C 50 -100 30 0 1 0 N
|
||||
C 50 100 30 0 1 0 N
|
||||
C 50 300 30 0 1 0 N
|
||||
P 2 0 1 8 -150 -460 -150 460 N
|
||||
P 2 0 1 8 -150 -459 -140 -470 N
|
||||
P 2 0 1 0 -150 -400 -100 -400 N
|
||||
P 2 0 1 0 -150 -300 20 -300 N
|
||||
P 2 0 1 0 -150 -200 -100 -200 N
|
||||
P 2 0 1 0 -150 -100 20 -100 N
|
||||
P 2 0 1 0 -150 0 -100 0 N
|
||||
P 2 0 1 0 -150 100 20 100 N
|
||||
P 2 0 1 0 -150 200 -100 200 N
|
||||
P 2 0 1 0 -150 300 20 300 N
|
||||
P 2 0 1 0 -150 400 -100 400 N
|
||||
P 2 0 1 8 -140 -470 -110 -490 N
|
||||
P 2 0 1 8 -140 470 -150 460 N
|
||||
P 2 0 1 8 -140 470 -100 490 N
|
||||
P 2 0 1 8 -110 -490 -50 -490 N
|
||||
P 2 0 1 8 -100 490 -70 490 N
|
||||
P 2 0 1 8 129 390 -70 490 N
|
||||
P 2 0 1 8 129 390 150 370 N
|
||||
P 2 0 1 8 140 -409 -50 -490 N
|
||||
P 2 0 1 8 150 -390 140 -409 N
|
||||
P 2 0 1 8 150 370 150 -390 N
|
||||
X 1 1 -450 -400 300 R 60 60 1 1 P
|
||||
X 2 2 -450 -200 300 R 60 60 1 1 P
|
||||
X 3 3 -450 0 300 R 60 60 1 1 P
|
||||
X 4 4 -450 200 300 R 60 60 1 1 P
|
||||
X 5 5 -450 400 300 R 60 60 1 1 P
|
||||
X P6 6 -450 -300 300 R 60 60 1 1 P
|
||||
X P7 7 -450 -100 300 R 60 60 1 1 P
|
||||
X P8 8 -450 100 300 R 60 60 1 1 P
|
||||
X P9 9 -450 300 300 R 60 60 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# DIODE
|
||||
#
|
||||
DEF DIODE D 0 40 N N 1 F N
|
||||
F0 "D" 0 100 40 H V C CNN
|
||||
F1 "DIODE" 0 -100 40 H V C CNN
|
||||
$FPLIST
|
||||
D?
|
||||
S*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 2 0 1 6 50 50 50 -50 N
|
||||
P 3 0 1 0 -50 50 50 0 -50 -50 F
|
||||
X A 1 -200 0 150 R 40 40 1 1 P
|
||||
X K 2 200 0 150 L 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# DIODESCH
|
||||
#
|
||||
DEF DIODESCH D 0 40 N N 1 F N
|
||||
F0 "D" 0 100 40 H V C CNN
|
||||
F1 "DIODESCH" 0 -100 40 H V C CNN
|
||||
$FPLIST
|
||||
D?
|
||||
S*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 3 0 1 0 -50 50 50 0 -50 -50 F
|
||||
P 6 0 1 8 75 25 75 50 50 50 50 -50 25 -50 25 -25 N
|
||||
X A 1 -200 0 150 R 40 40 1 1 P
|
||||
X K 2 200 0 150 L 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# GND
|
||||
#
|
||||
DEF ~GND #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 0 30 H I C CNN
|
||||
F1 "GND" 0 -70 30 H I C CNN
|
||||
DRAW
|
||||
P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N
|
||||
X GND 1 0 0 0 U 30 30 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# INDUCTOR
|
||||
#
|
||||
DEF INDUCTOR L 0 40 N N 0 F N
|
||||
F0 "L" -50 0 40 V V C CNN
|
||||
F1 "INDUCTOR" 100 0 40 V V C CNN
|
||||
DRAW
|
||||
A 0 -150 50 -889 889 0 1 0 N 1 -199 1 -100
|
||||
A 0 -49 51 -889 889 0 1 0 N 1 -99 1 2
|
||||
A 0 51 51 -889 889 0 1 0 N 1 1 1 102
|
||||
A 0 148 48 -889 889 0 1 0 N 1 101 1 196
|
||||
X 1 1 0 300 100 D 70 70 1 1 P
|
||||
X 2 2 0 -300 100 U 70 70 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# JUMPER
|
||||
#
|
||||
DEF JUMPER JP 0 30 Y N 1 F N
|
||||
F0 "JP" 0 150 60 H V C CNN
|
||||
F1 "JUMPER" 0 -80 40 H V C CNN
|
||||
DRAW
|
||||
A 0 -26 125 1426 373 0 1 0 N -98 50 99 50
|
||||
C -100 0 35 0 1 0 N
|
||||
C 100 0 35 0 1 0 N
|
||||
X 1 1 -300 0 165 R 60 60 0 1 P
|
||||
X 2 2 300 0 165 L 60 60 0 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# LED
|
||||
#
|
||||
DEF LED D 0 40 Y N 1 F N
|
||||
F0 "D" 0 100 50 H V C CNN
|
||||
F1 "LED" 0 -100 50 H V C CNN
|
||||
$FPLIST
|
||||
LED-3MM
|
||||
LED-5MM
|
||||
LED-10MM
|
||||
LED-0603
|
||||
LED-0805
|
||||
LED-1206
|
||||
LEDV
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 2 0 1 0 50 50 50 -50 N
|
||||
P 3 0 1 0 -50 50 50 0 -50 -50 F
|
||||
P 3 0 1 0 65 -40 110 -80 105 -55 N
|
||||
P 3 0 1 0 80 -25 125 -65 120 -40 N
|
||||
X A 1 -200 0 150 R 40 40 1 1 P
|
||||
X K 2 200 0 150 L 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# LT1372
|
||||
#
|
||||
DEF LT1372 U 0 30 Y Y 1 F N
|
||||
F0 "U" 600 500 60 H V C CNN
|
||||
F1 "LT1372" -500 500 60 H V C CNN
|
||||
ALIAS LT1373
|
||||
DRAW
|
||||
S -700 -400 700 400 0 1 0 N
|
||||
X Vc 1 250 -700 300 U 60 60 1 1 I
|
||||
X FB+ 2 1000 -250 300 L 60 60 1 1 I
|
||||
X FB- 3 -1000 250 300 R 60 60 1 1 P
|
||||
X S/S 4 -1000 -250 300 R 60 60 1 1 P
|
||||
X Vin 5 0 700 300 D 60 60 1 1 W
|
||||
X GND_S 6 -150 -700 300 U 60 60 1 1 I
|
||||
X GND 7 -300 -700 300 U 60 60 1 1 I
|
||||
X Vsw 8 1000 250 300 L 60 60 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# NPN
|
||||
#
|
||||
DEF NPN Q 0 0 Y Y 0 F N
|
||||
F0 "Q" 0 -150 50 H V R CNN
|
||||
F1 "NPN" 0 150 50 H V R CNN
|
||||
DRAW
|
||||
C 50 0 111 0 1 10 N
|
||||
P 2 0 1 0 0 0 100 100 N
|
||||
P 3 0 1 10 0 75 0 -75 0 -75 N
|
||||
P 3 0 1 0 50 -50 0 0 0 0 N
|
||||
P 3 0 1 0 90 -90 100 -100 100 -100 N
|
||||
P 5 0 1 0 90 -90 70 -30 30 -70 90 -90 90 -90 F
|
||||
X E 1 100 -200 100 U 40 40 1 1 P
|
||||
X B 2 -200 0 200 R 40 40 1 1 I
|
||||
X C 3 100 200 100 D 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# PIC12C508A
|
||||
#
|
||||
DEF PIC12C508A U 0 40 Y Y 1 F N
|
||||
F0 "U" 0 700 60 H V C CNN
|
||||
F1 "PIC12C508A" 0 -650 60 H V C CNN
|
||||
ALIAS PIC12C509A
|
||||
DRAW
|
||||
S 400 -600 -450 650 0 1 0 N
|
||||
X VDD 1 -750 500 300 R 50 50 1 1 W
|
||||
X GP5/OSC1 2 -750 200 300 R 50 50 1 1 I
|
||||
X GP4/OSC2 3 -750 -200 300 R 50 50 1 1 I
|
||||
X GP3/MCLR 4 -750 -500 300 R 50 50 1 1 I
|
||||
X GP2 5 700 -500 300 L 50 50 1 1 I
|
||||
X GP1 6 700 -200 300 L 50 50 1 1 I
|
||||
X GP0 7 700 200 300 L 50 50 1 1 I
|
||||
X VSS 8 700 500 300 L 50 50 1 1 W
|
||||
X VDD 1 -750 500 300 R 50 50 1 2 W
|
||||
X GP5/OSC1 2 -750 200 300 R 50 50 1 2 I
|
||||
X GP4/OSC2 3 -750 -200 300 R 50 50 1 2 I
|
||||
X GP3/MCLR 4 -750 -500 300 R 50 50 1 2 I
|
||||
X GP2 5 700 -500 300 L 50 50 1 2 I
|
||||
X GP1 6 700 -200 300 L 50 50 1 2 I
|
||||
X GP0 7 700 200 300 L 50 50 1 2 I
|
||||
X VSS 8 700 500 300 L 50 50 1 2 W
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# PIC16F54
|
||||
#
|
||||
DEF PIC16F54 U? 0 40 Y Y 1 F N
|
||||
F0 "U?" 0 -750 60 H V C CNN
|
||||
F1 "PIC16F54" 0 800 60 H V C CNN
|
||||
DRAW
|
||||
S -500 700 450 -700 0 1 0 N
|
||||
X RA2 1 -800 600 300 R 50 50 1 1 B
|
||||
X RA3 2 -800 450 300 R 50 50 1 1 B
|
||||
X T0ckl 3 -800 300 300 R 50 50 1 1 O
|
||||
X MCLR 4 -800 150 300 R 50 50 1 1 I
|
||||
X VSS 5 -800 0 300 R 50 50 1 1 W
|
||||
X RB0 6 -800 -150 300 R 50 50 1 1 B
|
||||
X RB1 7 -800 -300 300 R 50 50 1 1 B
|
||||
X RB2 8 -800 -450 300 R 50 50 1 1 B
|
||||
X RB3 9 -800 -600 300 R 50 50 1 1 B
|
||||
X RB4 10 750 -600 300 L 50 50 1 1 B
|
||||
X RB5 11 750 -450 300 L 50 50 1 1 B
|
||||
X ICSPC/RB6 12 750 -300 300 L 50 50 1 1 B
|
||||
X ICSPD/RB7 13 750 -150 300 L 50 50 1 1 B
|
||||
X VDD 14 750 0 300 L 50 50 1 1 W
|
||||
X OSC2/CLKO 15 750 150 300 L 50 50 1 1 O
|
||||
X OSC1/CLKI 16 750 300 300 L 50 50 1 1 I
|
||||
X RA0 17 750 450 300 L 50 50 1 1 B
|
||||
X RA1 18 750 600 300 L 50 50 1 1 B
|
||||
X RA2 1 -800 600 300 R 50 50 1 2 B
|
||||
X RA3 2 -800 450 300 R 50 50 1 2 B
|
||||
X T0ckl 3 -800 300 300 R 50 50 1 2 O
|
||||
X MCLR 4 -800 150 300 R 50 50 1 2 I
|
||||
X VSS 5 -800 0 300 R 50 50 1 2 W
|
||||
X RB0 6 -800 -150 300 R 50 50 1 2 B
|
||||
X RB1 7 -800 -300 300 R 50 50 1 2 B
|
||||
X RB2 8 -800 -450 300 R 50 50 1 2 B
|
||||
X RB3 9 -800 -600 300 R 50 50 1 2 B
|
||||
X RB4 10 750 -600 300 L 50 50 1 2 B
|
||||
X RB5 11 750 -450 300 L 50 50 1 2 B
|
||||
X ICSPC/RB6 12 750 -300 300 L 50 50 1 2 B
|
||||
X ICSPD/RB7 13 750 -150 300 L 50 50 1 2 B
|
||||
X VDD 14 750 0 300 L 50 50 1 2 W
|
||||
X OSC2/CLKO 15 750 150 300 L 50 50 1 2 O
|
||||
X OSC1/CLKI 16 750 300 300 L 50 50 1 2 I
|
||||
X RA0 17 750 450 300 L 50 50 1 2 B
|
||||
X RA1 18 750 600 300 L 50 50 1 2 B
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# PNP
|
||||
#
|
||||
DEF PNP Q 0 0 Y Y 0 F N
|
||||
F0 "Q" 0 -150 60 H V R CNN
|
||||
F1 "PNP" 0 150 60 H V R CNN
|
||||
DRAW
|
||||
C 50 0 111 0 1 10 N
|
||||
P 2 0 1 0 0 0 100 100 N
|
||||
P 3 0 1 10 0 75 0 -75 0 -75 F
|
||||
P 3 0 1 0 25 -25 0 0 0 0 N
|
||||
P 3 0 1 0 100 -100 65 -65 65 -65 N
|
||||
P 5 0 1 0 25 -25 50 -75 75 -50 25 -25 25 -25 F
|
||||
X E 1 100 -200 100 U 40 40 1 1 P
|
||||
X B 2 -200 0 200 R 40 40 1 1 I
|
||||
X C 3 100 200 100 D 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# POT
|
||||
#
|
||||
DEF POT RV 0 40 Y N 0 F N
|
||||
F0 "RV" 0 -100 50 H V C CNN
|
||||
F1 "POT" 0 0 50 H V C CNN
|
||||
DRAW
|
||||
S -150 50 150 -50 0 1 0 N
|
||||
P 3 0 1 0 0 50 -20 70 20 70 F
|
||||
X 1 1 -250 0 100 R 40 40 1 1 P
|
||||
X 2 2 0 150 80 D 40 40 1 1 P
|
||||
X 3 3 250 0 100 L 40 40 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# PWR_FLAG
|
||||
#
|
||||
DEF PWR_FLAG #FLG 0 0 N N 1 F P
|
||||
F0 "#FLG" 0 270 30 H I C CNN
|
||||
F1 "PWR_FLAG" 0 230 30 H V C CNN
|
||||
DRAW
|
||||
X pwr 1 0 0 0 U 20 20 0 0 w
|
||||
P 3 0 1 0 0 0 0 100 0 100 N
|
||||
P 5 0 1 0 0 100 -100 150 0 200 100 150 0 100 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# R
|
||||
#
|
||||
DEF R R 0 0 N Y 1 F N
|
||||
F0 "R" 80 0 50 V V C CNN
|
||||
F1 "R" 0 0 50 V V C CNN
|
||||
$FPLIST
|
||||
R?
|
||||
SM0603
|
||||
SM0805
|
||||
R?-*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -40 150 40 -150 0 1 12 N
|
||||
X ~ 1 0 250 100 D 60 60 1 1 P
|
||||
X ~ 2 0 -250 100 U 60 60 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# SUPP28
|
||||
#
|
||||
DEF SUPP28 J 0 40 Y Y 1 F N
|
||||
F0 "J" 0 100 70 H V C CNN
|
||||
F1 "SUPP28" 0 -100 70 H V C CNN
|
||||
DRAW
|
||||
S -300 -750 300 750 0 1 0 N
|
||||
X 1 1 -600 650 300 R 60 60 1 1 P
|
||||
X 2 2 -600 550 300 R 60 60 1 1 P
|
||||
X 3 3 -600 450 300 R 60 60 1 1 P
|
||||
X 4 4 -600 350 300 R 60 60 1 1 P
|
||||
X 5 5 -600 250 300 R 60 60 1 1 P
|
||||
X 6 6 -600 150 300 R 60 60 1 1 P
|
||||
X 7 7 -600 50 300 R 60 60 1 1 P
|
||||
X 8 8 -600 -50 300 R 60 60 1 1 P
|
||||
X 9 9 -600 -150 300 R 60 60 1 1 P
|
||||
X 10 10 -600 -250 300 R 60 60 1 1 P
|
||||
X 20 20 600 -150 300 L 60 60 1 1 P
|
||||
X 11 11 -600 -350 300 R 60 60 1 1 P
|
||||
X 21 21 600 -50 300 L 60 60 1 1 P
|
||||
X 12 12 -600 -450 300 R 60 60 1 1 P
|
||||
X 22 22 600 50 300 L 60 60 1 1 P
|
||||
X 13 13 -600 -550 300 R 60 60 1 1 P
|
||||
X 23 23 600 150 300 L 60 60 1 1 P
|
||||
X 14 14 -600 -650 300 R 60 60 1 1 P
|
||||
X 24 24 600 250 300 L 60 60 1 1 P
|
||||
X 15 15 600 -650 300 L 60 60 1 1 P
|
||||
X 25 25 600 350 300 L 60 60 1 1 P
|
||||
X 16 16 600 -550 300 L 60 60 1 1 P
|
||||
X 26 26 600 450 300 L 60 60 1 1 P
|
||||
X 17 17 600 -450 300 L 60 60 1 1 P
|
||||
X 27 27 600 550 300 L 60 60 1 1 P
|
||||
X 18 18 600 -350 300 L 60 60 1 1 P
|
||||
X 28 28 600 650 300 L 60 60 1 1 P
|
||||
X 19 19 600 -250 300 L 60 60 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# SUPP40
|
||||
#
|
||||
DEF SUPP40 P 0 40 Y Y 1 F N
|
||||
F0 "P" 0 1100 70 H V C CNN
|
||||
F1 "SUPP40" 0 -1100 70 H V C CNN
|
||||
DRAW
|
||||
S -300 -1050 300 1050 0 1 0 N
|
||||
X 1 1 -600 950 300 R 60 60 1 1 P
|
||||
X 2 2 -600 850 300 R 60 60 1 1 P
|
||||
X 3 3 -600 750 300 R 60 60 1 1 P
|
||||
X 4 4 -600 650 300 R 60 60 1 1 P
|
||||
X 5 5 -600 550 300 R 60 60 1 1 P
|
||||
X 6 6 -600 450 300 R 60 60 1 1 P
|
||||
X 7 7 -600 350 300 R 60 60 1 1 P
|
||||
X 8 8 -600 250 300 R 60 60 1 1 P
|
||||
X 9 9 -600 150 300 R 60 60 1 1 P
|
||||
X 10 10 -600 50 300 R 60 60 1 1 P
|
||||
X 20 20 -600 -950 300 R 60 60 1 1 P
|
||||
X 30 30 600 -50 300 L 60 60 1 1 P
|
||||
X 40 40 600 950 300 L 60 60 1 1 P
|
||||
X 11 11 -600 -50 300 R 60 60 1 1 P
|
||||
X 21 21 600 -950 300 L 60 60 1 1 P
|
||||
X 31 31 600 50 300 L 60 60 1 1 P
|
||||
X 12 12 -600 -150 300 R 60 60 1 1 P
|
||||
X 22 22 600 -850 300 L 60 60 1 1 P
|
||||
X 32 32 600 150 300 L 60 60 1 1 P
|
||||
X 13 13 -600 -250 300 R 60 60 1 1 P
|
||||
X 23 23 600 -750 300 L 60 60 1 1 P
|
||||
X 33 33 600 250 300 L 60 60 1 1 P
|
||||
X 14 14 -600 -350 300 R 60 60 1 1 P
|
||||
X 24 24 600 -650 300 L 60 60 1 1 P
|
||||
X 34 34 600 350 300 L 60 60 1 1 P
|
||||
X 15 15 -600 -450 300 R 60 60 1 1 P
|
||||
X 25 25 600 -550 300 L 60 60 1 1 P
|
||||
X 35 35 600 450 300 L 60 60 1 1 P
|
||||
X 16 16 -600 -550 300 R 60 60 1 1 P
|
||||
X 26 26 600 -450 300 L 60 60 1 1 P
|
||||
X 36 36 600 550 300 L 60 60 1 1 P
|
||||
X 17 17 -600 -650 300 R 60 60 1 1 P
|
||||
X 27 27 600 -350 300 L 60 60 1 1 P
|
||||
X 37 37 600 650 300 L 60 60 1 1 P
|
||||
X 18 18 -600 -750 300 R 60 60 1 1 P
|
||||
X 28 28 600 -250 300 L 60 60 1 1 P
|
||||
X 38 38 600 750 300 L 60 60 1 1 P
|
||||
X 19 19 -600 -850 300 R 60 60 1 1 P
|
||||
X 29 29 600 -150 300 L 60 60 1 1 P
|
||||
X 39 39 600 850 300 L 60 60 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# VCC
|
||||
#
|
||||
DEF VCC #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 100 30 H I C CNN
|
||||
F1 "VCC" 0 100 30 H V C CNN
|
||||
DRAW
|
||||
X VCC 1 0 0 0 U 20 20 0 0 W N
|
||||
C 0 50 20 0 1 0 N
|
||||
P 3 0 1 0 0 0 0 30 0 30 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# VPP
|
||||
#
|
||||
DEF VPP #PWR 0 0 Y Y 1 F N
|
||||
F0 "#PWR" 0 200 40 H I C CNN
|
||||
F1 "VPP" 0 150 40 H V C CNN
|
||||
DRAW
|
||||
X VPP 1 0 0 0 U 40 40 0 0 W N
|
||||
C 0 80 20 0 1 0 N
|
||||
P 2 0 1 0 0 60 0 0 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
File diff suppressed because it is too large
Load Diff
|
@ -16,20 +16,20 @@
|
|||
(layers
|
||||
(15 Dessus.Cu signal)
|
||||
(0 Dessous.Cu signal)
|
||||
(16 Dessous.Adhes user)
|
||||
(17 Dessus.Adhes user)
|
||||
(18 Dessous.Pate user)
|
||||
(19 Dessus.Pate user)
|
||||
(20 Dessous.SilkS user)
|
||||
(21 Dessus.SilkS user)
|
||||
(22 Dessous.Masque user)
|
||||
(23 Dessus.Masque user)
|
||||
(24 Dessin.User user)
|
||||
(16 B.Adhes user)
|
||||
(17 F.Adhes user)
|
||||
(18 B.Paste user)
|
||||
(19 F.Paste user)
|
||||
(20 B.SilkS user)
|
||||
(21 F.SilkS user)
|
||||
(22 B.Mask user)
|
||||
(23 F.Mask user)
|
||||
(24 Dwgs.User user)
|
||||
(25 Cmts.User user)
|
||||
(26 Eco1.User user)
|
||||
(27 Eco2.User user)
|
||||
(28 Contours.Ci user)
|
||||
)
|
||||
(28 Edge.Cuts user)
|
||||
)
|
||||
|
||||
(setup
|
||||
(last_trace_width 0.254)
|
||||
|
@ -100,10 +100,10 @@
|
|||
|
||||
(module POLY (layer Dessus.Cu) (tedit 42809A8C) (tstamp 0)
|
||||
(at 203.2 144.78)
|
||||
(fp_text reference POLY (at 0 0.0762) (layer Dessus.SilkS)
|
||||
(fp_text reference POLY (at 0 0.0762) (layer F.SilkS)
|
||||
(effects (font (size 0.0762 0.0762) (thickness 0.2032)))
|
||||
)
|
||||
(fp_text value VAL** (at 0 -0.0762) (layer Dessus.SilkS)
|
||||
(fp_text value VAL** (at 0 -0.0762) (layer F.SilkS)
|
||||
(effects (font (size 0.0762 0.0762) (thickness 0.2032)))
|
||||
)
|
||||
(fp_poly (pts (xy -135.7503 0) (xy -135.7503 -0.61214) (xy -135.24738 -0.61214) (xy -134.74446 -0.6096)
|
||||
|
@ -387,10 +387,10 @@
|
|||
|
||||
(module POLY (layer Dessus.Cu) (tedit 4278D8F6) (tstamp 0)
|
||||
(at 203.17968 117.21084)
|
||||
(fp_text reference POLY (at 0 0.0762) (layer Dessus.SilkS)
|
||||
(fp_text reference POLY (at 0 0.0762) (layer F.SilkS)
|
||||
(effects (font (size 0.0762 0.0762) (thickness 0.2032)))
|
||||
)
|
||||
(fp_text value VAL** (at 0 -0.0762) (layer Dessus.SilkS)
|
||||
(fp_text value VAL** (at 0 -0.0762) (layer F.SilkS)
|
||||
(effects (font (size 0.0762 0.0762) (thickness 0.2032)))
|
||||
)
|
||||
(fp_poly (pts (xy -135.7503 0) (xy -135.7503 0.61214) (xy -135.24738 0.61214) (xy -134.74446 0.6096)
|
||||
|
@ -539,10 +539,10 @@
|
|||
|
||||
(module POLY (layer Dessus.Cu) (tedit 4278D8F1) (tstamp 0)
|
||||
(at 203.2 119.38)
|
||||
(fp_text reference POLY (at 0 0.0762) (layer Dessus.SilkS)
|
||||
(fp_text reference POLY (at 0 0.0762) (layer F.SilkS)
|
||||
(effects (font (size 0.0762 0.0762) (thickness 0.2032)))
|
||||
)
|
||||
(fp_text value VAL** (at 0 -0.0762) (layer Dessus.SilkS)
|
||||
(fp_text value VAL** (at 0 -0.0762) (layer F.SilkS)
|
||||
(effects (font (size 0.0762 0.0762) (thickness 0.2032)))
|
||||
)
|
||||
(fp_poly (pts (xy -135.7503 0) (xy -135.7503 -0.61214) (xy -135.24738 -0.61214) (xy -134.74446 -0.6096)
|
||||
|
@ -826,10 +826,10 @@
|
|||
|
||||
(module POLY (layer Dessus.Cu) (tedit 4278D8EB) (tstamp 0)
|
||||
(at 203.18984 121.54408)
|
||||
(fp_text reference POLY (at 0 0.0762) (layer Dessus.SilkS)
|
||||
(fp_text reference POLY (at 0 0.0762) (layer F.SilkS)
|
||||
(effects (font (size 0.0762 0.0762) (thickness 0.2032)))
|
||||
)
|
||||
(fp_text value VAL** (at 0 -0.0762) (layer Dessus.SilkS)
|
||||
(fp_text value VAL** (at 0 -0.0762) (layer F.SilkS)
|
||||
(effects (font (size 0.0762 0.0762) (thickness 0.2032)))
|
||||
)
|
||||
(fp_poly (pts (xy -135.7503 0) (xy -135.7503 -0.61214) (xy -135.24738 -0.61214) (xy -134.74446 -0.6096)
|
||||
|
@ -976,12 +976,12 @@
|
|||
)
|
||||
)
|
||||
|
||||
(gr_line (start 203.50988 120.54332) (end 203.50988 120.55348) (angle 90) (layer Dessin.User) (width 0.3048))
|
||||
(gr_line (start 202.84694 120.54332) (end 203.50988 120.54332) (angle 90) (layer Dessin.User) (width 0.3048))
|
||||
(gr_line (start 162.4076 120.38076) (end 164.10178 120.38076) (angle 90) (layer Dessin.User) (width 0.3048))
|
||||
(gr_line (start 59.69 201.93) (end 59.69 81.28) (angle 90) (layer Contours.Ci) (width 0.3048))
|
||||
(gr_line (start 351.79 201.93) (end 59.69 201.93) (angle 90) (layer Contours.Ci) (width 0.3048))
|
||||
(gr_line (start 351.79 81.28) (end 351.79 201.93) (angle 90) (layer Contours.Ci) (width 0.3048))
|
||||
(gr_line (start 59.69 81.28) (end 351.79 81.28) (angle 90) (layer Contours.Ci) (width 0.3048))
|
||||
(gr_line (start 203.50988 120.54332) (end 203.50988 120.55348) (angle 90) (layer Dwgs.User) (width 0.3048))
|
||||
(gr_line (start 202.84694 120.54332) (end 203.50988 120.54332) (angle 90) (layer Dwgs.User) (width 0.3048))
|
||||
(gr_line (start 162.4076 120.38076) (end 164.10178 120.38076) (angle 90) (layer Dwgs.User) (width 0.3048))
|
||||
(gr_line (start 59.69 201.93) (end 59.69 81.28) (angle 90) (layer Edge.Cuts) (width 0.3048))
|
||||
(gr_line (start 351.79 201.93) (end 59.69 201.93) (angle 90) (layer Edge.Cuts) (width 0.3048))
|
||||
(gr_line (start 351.79 81.28) (end 351.79 201.93) (angle 90) (layer Edge.Cuts) (width 0.3048))
|
||||
(gr_line (start 59.69 81.28) (end 351.79 81.28) (angle 90) (layer Edge.Cuts) (width 0.3048))
|
||||
|
||||
)
|
||||
|
|
|
@ -16,19 +16,19 @@
|
|||
(layers
|
||||
(15 Dessus signal)
|
||||
(0 Dessous signal)
|
||||
(16 Dessous.Adhes user)
|
||||
(17 Dessus.Adhes user)
|
||||
(18 Dessous.Pate user)
|
||||
(19 Dessus.Pate user)
|
||||
(20 Dessous.SilkS user)
|
||||
(21 Dessus.SilkS user)
|
||||
(22 Dessous.Masque user)
|
||||
(23 Dessus.Masque user)
|
||||
(24 Dessin.User user)
|
||||
(16 B.Adhes user)
|
||||
(17 F.Adhes user)
|
||||
(18 B.Paste user)
|
||||
(19 F.Paste user)
|
||||
(20 B.SilkS user)
|
||||
(21 F.SilkS user)
|
||||
(22 B.Mask user)
|
||||
(23 F.Mask user)
|
||||
(24 Dwgs.User user)
|
||||
(25 Cmts.User user)
|
||||
(26 Eco1.User user)
|
||||
(27 Eco2.User user)
|
||||
(28 Contours.Ci user)
|
||||
(28 Edge.Cuts user)
|
||||
)
|
||||
|
||||
(setup
|
||||
|
@ -107,55 +107,55 @@
|
|||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /4EDF7CC5)
|
||||
(fp_text reference P1 (at 0 -3.048) (layer Dessus.SilkS)
|
||||
(fp_text reference P1 (at 0 -3.048) (layer F.SilkS)
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer Dessus.SilkS) hide
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer Dessus.SilkS) (width 0.381))
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381))
|
||||
(pad 1 smd rect (at 0 0) (size 20.32 20.32)
|
||||
(layers Dessus Dessus.Pate Dessus.Masque)
|
||||
(layers Dessus F.Paste F.Mask)
|
||||
(net 2 /NET2)
|
||||
)
|
||||
(pad 1 thru_hole circle (at -8.255 -7.62) (size 1.524 1.524) (drill 0.762)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /NET2)
|
||||
)
|
||||
(pad 1 thru_hole circle (at -3.81 -7.62) (size 1.524 1.524) (drill 0.762)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /NET2)
|
||||
)
|
||||
(pad 1 thru_hole circle (at 0 -7.62) (size 1.524 1.524) (drill 0.762)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /NET2)
|
||||
)
|
||||
(pad 1 thru_hole circle (at 3.81 -7.62) (size 1.524 1.524) (drill 0.762)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /NET2)
|
||||
)
|
||||
(pad 1 thru_hole circle (at 8.255 -7.62) (size 1.524 1.524) (drill 0.762)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /NET2)
|
||||
)
|
||||
(pad 1 thru_hole circle (at 8.255 -4.445) (size 1.524 1.524) (drill 0.762)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /NET2)
|
||||
)
|
||||
(pad 1 thru_hole circle (at 3.81 -4.445) (size 1.524 1.524) (drill 0.762)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /NET2)
|
||||
)
|
||||
(pad 1 thru_hole circle (at 0 -4.445) (size 1.524 1.524) (drill 0.762)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /NET2)
|
||||
)
|
||||
(pad 1 thru_hole circle (at -3.81 -4.445) (size 1.524 1.524) (drill 0.762)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /NET2)
|
||||
)
|
||||
(pad 1 thru_hole circle (at -8.255 -4.445) (size 1.524 1.524) (drill 0.762)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /NET2)
|
||||
)
|
||||
)
|
||||
|
@ -165,15 +165,15 @@
|
|||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /4EDF7CC0)
|
||||
(fp_text reference P2 (at 0 -3.048) (layer Dessus.SilkS)
|
||||
(fp_text reference P2 (at 0 -3.048) (layer F.SilkS)
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer Dessus.SilkS) hide
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer Dessus.SilkS) (width 0.381))
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /NET2)
|
||||
)
|
||||
)
|
||||
|
@ -183,15 +183,15 @@
|
|||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /4EE5056C)
|
||||
(fp_text reference P3 (at 0 -3.048) (layer Dessus.SilkS)
|
||||
(fp_text reference P3 (at 0 -3.048) (layer F.SilkS)
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer Dessus.SilkS) hide
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer Dessus.SilkS) (width 0.381))
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 /NET1)
|
||||
)
|
||||
)
|
||||
|
@ -201,15 +201,15 @@
|
|||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /4EE5056D)
|
||||
(fp_text reference P4 (at 0 -3.048) (layer Dessus.SilkS)
|
||||
(fp_text reference P4 (at 0 -3.048) (layer F.SilkS)
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer Dessus.SilkS) hide
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.SilkS) hide
|
||||
(effects (font (size 1.016 1.016) (thickness 0.254)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer Dessus.SilkS) (width 0.381))
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.381))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048)
|
||||
(layers *.Cu *.Mask Dessus.SilkS)
|
||||
(layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 /NET1)
|
||||
(die_length 7.62)
|
||||
)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -88,9 +88,6 @@ typedef int wxPenStyle;
|
|||
|
||||
|
||||
extern GR_DRAWMODE g_XorMode;
|
||||
extern EDA_COLOR_T g_DrawBgColor;
|
||||
|
||||
|
||||
|
||||
typedef enum {
|
||||
/* Line styles for Get/SetLineStyle. */
|
||||
|
|
|
@ -81,7 +81,7 @@ static bool setInt( int* aInt, int aValue, int aMin, int aMax )
|
|||
PCB_PLOT_PARAMS::PCB_PLOT_PARAMS() :
|
||||
m_layerSelection( 4, B_Cu, F_Cu, F_SilkS, B_SilkS )
|
||||
{
|
||||
m_useGerberExtensions = true;
|
||||
m_useGerberExtensions = false;
|
||||
m_useGerberAttributes = false;
|
||||
m_gerberPrecision = gbrDefaultPrecision;
|
||||
m_excludeEdgeLayer = true;
|
||||
|
|
|
@ -93,7 +93,7 @@ void FOOTPRINT_EDIT_FRAME::PrintPage( wxDC* aDC,
|
|||
drawmode = GR_OR;
|
||||
|
||||
// Draw footprints, this is done at last in order to print the pad holes in
|
||||
// white (or g_DrawBgColor) after the tracks and zones
|
||||
// white after the tracks and zones
|
||||
int tmp = D_PAD::m_PadSketchModePenSize;
|
||||
D_PAD::m_PadSketchModePenSize = defaultPenSize;
|
||||
|
||||
|
@ -283,7 +283,7 @@ void PCB_EDIT_FRAME::PrintPage( wxDC* aDC,
|
|||
}
|
||||
|
||||
// Draw footprints, this is done at last in order to print the pad holes in
|
||||
// white (or g_DrawBgColor) after the tracks and zones
|
||||
// white after the tracks and zones
|
||||
int tmp = D_PAD::m_PadSketchModePenSize;
|
||||
D_PAD::m_PadSketchModePenSize = defaultPenSize;
|
||||
|
||||
|
@ -299,7 +299,7 @@ void PCB_EDIT_FRAME::PrintPage( wxDC* aDC,
|
|||
if( drillShapeOpt != PRINT_PARAMETERS::NO_DRILL_SHAPE )
|
||||
{
|
||||
TRACK* track = Pcb->m_Track;
|
||||
EDA_COLOR_T color = g_DrawBgColor;
|
||||
EDA_COLOR_T color = WHITE;
|
||||
|
||||
bool blackpenstate = GetGRForceBlackPenState();
|
||||
|
||||
|
|
Loading…
Reference in New Issue