nearly done i think

This commit is contained in:
Jurek Weber 2021-12-26 02:28:06 +01:00
parent 5fa96543f8
commit 0c61f57d0e
12 changed files with 17622 additions and 1448 deletions

View File

@ -144,26 +144,6 @@ X ~ 2 0 -150 110 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_CP
#
DEF Device_CP C 0 10 N Y 1 F N
F0 "C" 25 100 50 H V L CNN
F1 "Device_CP" 25 -100 50 H V L CNN
F2 "" 38 -150 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
CP_*
$ENDFPLIST
DRAW
S -90 20 90 40 0 1 0 N
S 90 -20 -90 -40 0 1 0 F
P 2 0 1 0 -70 90 -30 90 N
P 2 0 1 0 -50 110 -50 70 N
X ~ 1 0 150 110 D 50 50 1 1 P
X ~ 2 0 -150 110 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_D_Schottky
#
DEF Device_D_Schottky D 0 40 N N 1 F N

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
update=2021 December 22, Wednesday 22:01:00
update=2021 December 26, Sunday 01:44:54
version=1
last_client=kicad
[general]
@ -39,8 +39,8 @@ MinMicroViaDiameter=0.2
MinMicroViaDrill=0.09999999999999999
MinHoleToHole=0.4
TrackWidth1=0.127
TrackWidth2=0.15
TrackWidth3=0.2
TrackWidth2=0.2
TrackWidth3=0.3
TrackWidth4=0.4
TrackWidth5=0.6
ViaDiameter1=0.6

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,18 @@
(module APEM-ISx3SAD (layer F.Cu) (tedit 61C621C8)
(descr "Sealed pushbutton switch")
(tags "ISR3AD, ISP3AD")
(fp_text reference BTN501 (at 0 -9.33) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value SW_Push (at 0 -11.43) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 8.75 0) (layer F.CrtYd) (width 0.12))
(pad 2 thru_hole roundrect (at 2.54 0) (size 1.6 4) (drill oval 1 3.3) (layers *.Cu *.Mask) (roundrect_rratio 0.25))
(pad 1 thru_hole roundrect (at -2.54 0) (size 1.6 4) (drill oval 1 3.3) (layers *.Cu *.Mask) (roundrect_rratio 0.25))
(model packages3d/Binder.3dshapes/Apem_Inc._-_ISR3SAD200.step
(offset (xyz 0 0 10.5))
(scale (xyz 1 1 1))
(rotate (xyz 180 0 0))
)
)

View File

@ -1,3 +1,3 @@
(fp_lib_table
(lib (name Binder)(type KiCad)(uri ${KIPRJMOD}/libraries)(options "")(descr ""))
(lib (name Binder)(type KiCad)(uri ${KIPRJMOD}/footprints)(options "")(descr ""))
)

File diff suppressed because it is too large Load Diff

BIN
old versions/v_alpha.zip Normal file

Binary file not shown.

Binary file not shown.

BIN
old versions/v_beta_0.1.zip Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff