initial commit

This commit is contained in:
Ronnie 2023-04-26 21:27:43 +02:00
commit b65d84f903
49 changed files with 215482 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*-backups

52
README.md Normal file
View file

@ -0,0 +1,52 @@
# APC7921-esp
The APC7921 controls the relays via an I2C bus which is supplied via a flatcable from the controller-board.
By putting an intermediate board between the controller and the relay-board, we are able to take over the i2c handling, but leave the rest (PSU, etc) to the controller-board to handle for now.
# the PCB for on the ESP32
There are two versions of the pcb. One to mount on top of the WT32-ETH01. The other to mount under the WT32-ETH01.
We implemented the following features
* combine the 2 x 24VDC power sources with diodes
* add pull up/down to A0-A3 for I2C address as power up
* add voltage detection wiring to ESP32 with step down to 3.3V max (for now using easy 2 resistor method 1KOhm + 12KOhm for 36V down to 3.3V)
* fix the grounding of power sources / relais / control circuits
* created footprint for power converter 24V -> 3.3V to power control circuit
* remove 4 pins from ESP32 header to accomodate the 3d printed part fixing it to the case
# Making the WT32-ETH01 fit the APC
The WT32-ETH01 is a useful board but rather cumbersome to mount. While fitting it into the original Ethernet-jack hole would be preferable, it became clear that mounting it in the former SerialPort seems to be much more straightforward. In short, the board fits by putting the bottom of the PCB onto the metal bottom-plate of the APC and sticking the ethernet-jack through the hole for the serial port. This has some implications:
* The APC-bottomplate should be taped with Kapton-tape or somesuch to prevent shorts
* There are 3 mounting-points on the front-panel of the APC that allow for mounting the original PCB.
* Mounting the board using these mounting-points requires a plastic adapter-plate
Design for the adapterplate was easy as early ideas for this project involved just replacing the PCB with another; so measurements had been taken and a FreeCad model of the PCB outline existed to be able to 3dprint it for a test-fit.
The current iteration of the adapterplate has:
* Three 5mm standoffs to make the space between front-panel and adapter-plate fit the ethernet-jack perfectly
* a cup enveloping the ethernet-jack should supply extra stability and can be used to glue-in
* a hexagonal grid of ribbing stiffens the design against bending while reducing needed filament
An .stl is provided here.
# Software for the WT32-ETH01; ESPHome
On the software side things are quite easy for us. Using ESPHome , we have direct support for:
Ethernet (done)
Home-Assistant (done)
Direct web UI (done)
pcf8574 i2c expander (done)
PSU sensing via ADC (wip)
Current sensing via ADC (wip)
A reference .yaml file is provided here.
# Why no Bat43???
There seems to be no good reason to use a BAT43 in this project.

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -0,0 +1,55 @@
(footprint "WT32_ETH01" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 609C085E)
(attr through_hole)
(fp_text reference "REF**" (at -0.70612 6.31952) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2fa1b560-7327-40fc-bc1e-bb76dd570484)
)
(fp_text value "WT32_ETH01" (at -0.70612 -0.5) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b6a9d985-f594-4539-86ea-11205b5f58cf)
)
(fp_line (start -13.40612 -4.67032) (end 11.99388 -4.67032) (layer "B.CrtYd") (width 0.12) (tstamp 9d0b9263-1220-46a1-92bc-4299a99589fd))
(fp_line (start 11.99388 50.44968) (end -13.40612 50.44968) (layer "B.CrtYd") (width 0.12) (tstamp a1577c44-3f4f-4d47-a964-d2990f65839a))
(fp_line (start 11.99388 -4.67032) (end 11.99388 50.44968) (layer "B.CrtYd") (width 0.12) (tstamp ee68631f-add4-4bbd-9b14-7576156bb71d))
(fp_line (start -13.40612 50.44968) (end -13.40612 -4.67032) (layer "B.CrtYd") (width 0.12) (tstamp ee720e45-dba9-45de-937d-6fc8601c95a6))
(fp_line (start 9.45388 -4.67032) (end 11.99388 -4.67032) (layer "F.CrtYd") (width 0.12) (tstamp 0a310d3b-fc36-4500-8834-e170f6502d58))
(fp_line (start -13.40612 50.44968) (end -13.40612 -4.67032) (layer "F.CrtYd") (width 0.12) (tstamp 16d581c8-cce4-4ff8-9570-ea6db7abdafd))
(fp_line (start -8.70612 50.44968) (end -8.70612 54.98968) (layer "F.CrtYd") (width 0.12) (tstamp 3be53597-c3f1-44a4-bcb7-5e2535c124b7))
(fp_line (start -10.86612 -4.67032) (end -10.86612 32.12968) (layer "F.CrtYd") (width 0.12) (tstamp 449a4077-8b27-497f-a511-0d23400716a9))
(fp_line (start -10.86612 -4.67032) (end -13.40612 -4.67032) (layer "F.CrtYd") (width 0.12) (tstamp 6adf3a6a-b5dc-4a74-b84e-1294b6808ed6))
(fp_line (start 9.45388 -4.67032) (end 9.45388 32.12968) (layer "F.CrtYd") (width 0.12) (tstamp 7745feb4-5777-4585-824b-5e15fa21f021))
(fp_line (start 7.29388 50.44968) (end 7.29388 54.98968) (layer "F.CrtYd") (width 0.12) (tstamp 78df8240-6230-432f-927c-83cc16588e18))
(fp_line (start 9.45388 32.12968) (end -10.86612 32.12968) (layer "F.CrtYd") (width 0.12) (tstamp 87918a5f-cc74-43e7-aa03-78ec21892de1))
(fp_line (start -8.70612 50.44968) (end -13.40612 50.44968) (layer "F.CrtYd") (width 0.12) (tstamp af574402-17c8-4efc-af61-8297cbd51cff))
(fp_line (start -8.70612 54.98968) (end 7.29388 54.98968) (layer "F.CrtYd") (width 0.12) (tstamp b2a9cb26-c6ce-47e6-92f1-3e9ab41e5cef))
(fp_line (start 11.99388 -4.67032) (end 11.99388 50.44968) (layer "F.CrtYd") (width 0.12) (tstamp bd9988bd-1aac-4801-a92e-cb8a341c8375))
(fp_line (start 11.99388 50.44968) (end 7.29388 50.44968) (layer "F.CrtYd") (width 0.12) (tstamp f2671fa2-cdc1-4172-96e7-8f7a1c3b3a6f))
(fp_line (start 7.29388 33.39968) (end 7.29388 54.98968) (layer "F.Fab") (width 0.12) (tstamp 1a3db81f-b772-4090-a327-29e264d4c0b0))
(fp_line (start -8.70612 33.39968) (end -8.70612 54.98968) (layer "F.Fab") (width 0.12) (tstamp 493585a5-2a2a-47a1-8e2f-743b4522ae15))
(fp_line (start -8.70612 33.39968) (end 7.29388 33.39968) (layer "F.Fab") (width 0.12) (tstamp 6c3a3e2e-5ef7-4f82-b1bb-d48638f23d01))
(fp_line (start -8.70612 54.98968) (end 7.29388 54.98968) (layer "F.Fab") (width 0.12) (tstamp da34f4ef-47b6-4d9c-9955-ac264c4b55b9))
(pad "1" thru_hole circle (at -12.13612 3.78968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp c5ab0cca-2144-4df4-ab46-7281ee98196e))
(pad "2" thru_hole rect (at -12.13612 6.32968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 9e5f5843-e6d2-45ea-a8bf-286257591a8b))
(pad "3" thru_hole circle (at -12.13612 8.86968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 2615498b-9548-4af5-ba7c-80ce9c649421))
(pad "4" thru_hole circle (at -12.13612 11.40968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 777a8813-5e5b-4167-99ac-d5c092c49d3e))
(pad "5" thru_hole circle (at -12.13612 13.94968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 57bdaced-5e2f-465e-922d-6bb9b3c8c4d4))
(pad "6" thru_hole circle (at -12.13612 16.48968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp db27308f-7283-4d3e-b5b4-25d33d74a645))
(pad "7" thru_hole circle (at -12.13612 19.02968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 1281a785-959a-4481-9291-f30334197f5a))
(pad "8" thru_hole circle (at -12.13612 21.56968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 399ac6b3-da8f-4484-a069-4d791d1db5cf))
(pad "9" thru_hole rect (at -12.13612 24.10968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp fd6ce108-031e-4fb4-83a8-8380baa606f7))
(pad "10" thru_hole circle (at -12.13612 26.64968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 7d644c3c-b2a6-498b-8f34-87627a64cea5))
(pad "11" thru_hole rect (at -12.13612 29.18968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp bc233c68-b258-4f8a-a9ba-57cae302afa0))
(pad "14" thru_hole circle (at 10.72388 3.78968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 9b151265-787a-4ed4-ac12-86b6415360ba))
(pad "15" thru_hole circle (at 10.72388 6.32968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 2f9bfdf9-703f-45cc-97df-11af93ae3002))
(pad "16" thru_hole circle (at 10.72388 8.86968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp d51aa447-9a12-4ae1-829a-d34fb477de35))
(pad "17" thru_hole rect (at 10.72388 11.40968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp c4152d07-9e23-4abe-bacc-6a0b9e91b8f0))
(pad "18" thru_hole circle (at 10.72388 13.94968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp fee712a9-4a0d-4e41-b964-d40f05295fe2))
(pad "19" thru_hole circle (at 10.72388 16.48968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp b1d403bf-d1de-4b1e-8ac1-ca09449bbcd0))
(pad "20" thru_hole circle (at 10.72388 19.02968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 6847ff3b-a9c2-416e-a9d4-7023353c1957))
(pad "21" thru_hole circle (at 10.72388 21.56968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 5ae42117-9175-4c24-ae9b-3669f71902c3))
(pad "22" thru_hole circle (at 10.72388 24.10968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 7e79773d-b5dd-4f62-8205-ed683722e3f0))
(pad "23" thru_hole circle (at 10.72388 26.64968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 27fa5fb9-08d2-4705-b3c9-05ee57afe4cc))
(pad "24" thru_hole circle (at 10.72388 29.18968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 16600efe-b2e7-4d59-9467-3c6049a5d9cd))
)

87578
powerbar_pcb/fp-info-cache Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,4 @@
(fp_lib_table
(lib (name "haus-automatisierung")(type "KiCad")(uri "/home/ronnie/Documents/kicad/pcb-footprint-collection-kicad/haus-automatisierung.pretty")(options "")(descr ""))
(lib (name "powerbar_pcb")(type "KiCad")(uri "/home/ronnie/Documents/kicad/powerbar_pcb")(options "")(descr ""))
)

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,97 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*
G04 #@! TF.CreationDate,2023-03-19T09:24:41+01:00*
G04 #@! TF.ProjectId,powerbar_pcb,706f7765-7262-4617-925f-7063622e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Soldermask,Bot*
G04 #@! TF.FilePolarity,Negative*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-19 09:24:41*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10R,1.600000X1.600000*%
%ADD11C,1.600000*%
%ADD12R,1.350000X1.350000*%
%ADD13O,1.350000X1.350000*%
%ADD14C,1.524000*%
%ADD15R,1.700000X1.700000*%
%ADD16O,1.700000X1.700000*%
%ADD17C,1.724000*%
%ADD18R,1.724000X1.724000*%
%ADD19R,1.724000X1.524000*%
G04 APERTURE END LIST*
D10*
X127410000Y-65960000D03*
D11*
X124910000Y-65960000D03*
D12*
X120200000Y-85200000D03*
D13*
X120200000Y-83200000D03*
X118200000Y-85200000D03*
X118200000Y-83200000D03*
X116200000Y-85200000D03*
X116200000Y-83200000D03*
X114200000Y-85200000D03*
X114200000Y-83200000D03*
X112200000Y-85200000D03*
X112200000Y-83200000D03*
D12*
X120600000Y-60000000D03*
D13*
X120600000Y-58000000D03*
X118600000Y-60000000D03*
X118600000Y-58000000D03*
X116600000Y-60000000D03*
X116600000Y-58000000D03*
X114600000Y-60000000D03*
X114600000Y-58000000D03*
X112600000Y-60000000D03*
X112600000Y-58000000D03*
D14*
X120200000Y-64130000D03*
X112200000Y-64130000D03*
X120200000Y-78130000D03*
X112200000Y-78130000D03*
D15*
X117600000Y-93200000D03*
D16*
X117600000Y-90660000D03*
X115060000Y-93200000D03*
X115060000Y-90660000D03*
X112520000Y-93200000D03*
X112520000Y-90660000D03*
D17*
X127376120Y-70709680D03*
D18*
X127376120Y-73249680D03*
D17*
X127376120Y-75789680D03*
X127376120Y-78329680D03*
X127376120Y-80869680D03*
X127376120Y-83409680D03*
X127376120Y-85949680D03*
X127376120Y-88489680D03*
D18*
X127376120Y-91029680D03*
D17*
X127376120Y-93569680D03*
D18*
X127376120Y-96109680D03*
D17*
X104516120Y-70709680D03*
X104516120Y-73249680D03*
X104516120Y-75789680D03*
D19*
X104516120Y-78329680D03*
D17*
X104516120Y-80869680D03*
X104516120Y-83409680D03*
X104516120Y-85949680D03*
X104516120Y-88489680D03*
X104516120Y-91029680D03*
X104516120Y-93569680D03*
X104516120Y-96109680D03*
M02*

View file

@ -0,0 +1,15 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*
G04 #@! TF.CreationDate,2023-03-19T09:24:41+01:00*
G04 #@! TF.ProjectId,powerbar_pcb,706f7765-7262-4617-925f-7063622e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Paste,Bot*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-19 09:24:41*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

View file

@ -0,0 +1,982 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*
G04 #@! TF.CreationDate,2023-03-19T09:24:41+01:00*
G04 #@! TF.ProjectId,powerbar_pcb,706f7765-7262-4617-925f-7063622e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Legend,Bot*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-19 09:24:41*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
%ADD11C,0.120000*%
%ADD12R,1.600000X1.600000*%
%ADD13C,1.600000*%
%ADD14R,1.350000X1.350000*%
%ADD15O,1.350000X1.350000*%
%ADD16C,1.524000*%
%ADD17R,1.700000X1.700000*%
%ADD18O,1.700000X1.700000*%
%ADD19C,1.724000*%
%ADD20R,1.724000X1.724000*%
%ADD21R,1.724000X1.524000*%
G04 APERTURE END LIST*
D10*
X114442857Y-87047619D02*
X114442857Y-87714285D01*
X114442857Y-87523809D02*
X114490476Y-87619047D01*
X114538095Y-87666666D01*
X114633333Y-87714285D01*
X114728571Y-87714285D01*
X115442857Y-87095238D02*
X115347619Y-87047619D01*
X115157142Y-87047619D01*
X115061904Y-87095238D01*
X115014285Y-87190476D01*
X115014285Y-87571428D01*
X115061904Y-87666666D01*
X115157142Y-87714285D01*
X115347619Y-87714285D01*
X115442857Y-87666666D01*
X115490476Y-87571428D01*
X115490476Y-87476190D01*
X115014285Y-87380952D01*
X116061904Y-87047619D02*
X115966666Y-87095238D01*
X115919047Y-87190476D01*
X115919047Y-88047619D01*
X116871428Y-87047619D02*
X116871428Y-87571428D01*
X116823809Y-87666666D01*
X116728571Y-87714285D01*
X116538095Y-87714285D01*
X116442857Y-87666666D01*
X116871428Y-87095238D02*
X116776190Y-87047619D01*
X116538095Y-87047619D01*
X116442857Y-87095238D01*
X116395238Y-87190476D01*
X116395238Y-87285714D01*
X116442857Y-87380952D01*
X116538095Y-87428571D01*
X116776190Y-87428571D01*
X116871428Y-87476190D01*
X117347619Y-87047619D02*
X117347619Y-87714285D01*
X117347619Y-88047619D02*
X117300000Y-88000000D01*
X117347619Y-87952380D01*
X117395238Y-88000000D01*
X117347619Y-88047619D01*
X117347619Y-87952380D01*
X117776190Y-87095238D02*
X117871428Y-87047619D01*
X118061904Y-87047619D01*
X118157142Y-87095238D01*
X118204761Y-87190476D01*
X118204761Y-87238095D01*
X118157142Y-87333333D01*
X118061904Y-87380952D01*
X117919047Y-87380952D01*
X117823809Y-87428571D01*
X117776190Y-87523809D01*
X117776190Y-87571428D01*
X117823809Y-87666666D01*
X117919047Y-87714285D01*
X118061904Y-87714285D01*
X118157142Y-87666666D01*
X109957142Y-95914285D02*
X109957142Y-94914285D01*
X109957142Y-95866666D02*
X110052380Y-95914285D01*
X110242857Y-95914285D01*
X110338095Y-95866666D01*
X110385714Y-95819047D01*
X110433333Y-95723809D01*
X110433333Y-95438095D01*
X110385714Y-95342857D01*
X110338095Y-95295238D01*
X110242857Y-95247619D01*
X110052380Y-95247619D01*
X109957142Y-95295238D01*
X111004761Y-95247619D02*
X110909523Y-95295238D01*
X110861904Y-95342857D01*
X110814285Y-95438095D01*
X110814285Y-95723809D01*
X110861904Y-95819047D01*
X110909523Y-95866666D01*
X111004761Y-95914285D01*
X111147619Y-95914285D01*
X111242857Y-95866666D01*
X111290476Y-95819047D01*
X111338095Y-95723809D01*
X111338095Y-95438095D01*
X111290476Y-95342857D01*
X111242857Y-95295238D01*
X111147619Y-95247619D01*
X111004761Y-95247619D01*
X111671428Y-95914285D02*
X111861904Y-95247619D01*
X112052380Y-95723809D01*
X112242857Y-95247619D01*
X112433333Y-95914285D01*
X113195238Y-95295238D02*
X113100000Y-95247619D01*
X112909523Y-95247619D01*
X112814285Y-95295238D01*
X112766666Y-95390476D01*
X112766666Y-95771428D01*
X112814285Y-95866666D01*
X112909523Y-95914285D01*
X113100000Y-95914285D01*
X113195238Y-95866666D01*
X113242857Y-95771428D01*
X113242857Y-95676190D01*
X112766666Y-95580952D01*
X113671428Y-95247619D02*
X113671428Y-95914285D01*
X113671428Y-95723809D02*
X113719047Y-95819047D01*
X113766666Y-95866666D01*
X113861904Y-95914285D01*
X113957142Y-95914285D01*
X115004761Y-95295238D02*
X115100000Y-95247619D01*
X115290476Y-95247619D01*
X115385714Y-95295238D01*
X115433333Y-95390476D01*
X115433333Y-95438095D01*
X115385714Y-95533333D01*
X115290476Y-95580952D01*
X115147619Y-95580952D01*
X115052380Y-95628571D01*
X115004761Y-95723809D01*
X115004761Y-95771428D01*
X115052380Y-95866666D01*
X115147619Y-95914285D01*
X115290476Y-95914285D01*
X115385714Y-95866666D01*
X116242857Y-95295238D02*
X116147619Y-95247619D01*
X115957142Y-95247619D01*
X115861904Y-95295238D01*
X115814285Y-95390476D01*
X115814285Y-95771428D01*
X115861904Y-95866666D01*
X115957142Y-95914285D01*
X116147619Y-95914285D01*
X116242857Y-95866666D01*
X116290476Y-95771428D01*
X116290476Y-95676190D01*
X115814285Y-95580952D01*
X116719047Y-95914285D02*
X116719047Y-95247619D01*
X116719047Y-95819047D02*
X116766666Y-95866666D01*
X116861904Y-95914285D01*
X117004761Y-95914285D01*
X117100000Y-95866666D01*
X117147619Y-95771428D01*
X117147619Y-95247619D01*
X117576190Y-95295238D02*
X117671428Y-95247619D01*
X117861904Y-95247619D01*
X117957142Y-95295238D01*
X118004761Y-95390476D01*
X118004761Y-95438095D01*
X117957142Y-95533333D01*
X117861904Y-95580952D01*
X117719047Y-95580952D01*
X117623809Y-95628571D01*
X117576190Y-95723809D01*
X117576190Y-95771428D01*
X117623809Y-95866666D01*
X117719047Y-95914285D01*
X117861904Y-95914285D01*
X117957142Y-95866666D01*
X118433333Y-95247619D02*
X118433333Y-95914285D01*
X118433333Y-96247619D02*
X118385714Y-96200000D01*
X118433333Y-96152380D01*
X118480952Y-96200000D01*
X118433333Y-96247619D01*
X118433333Y-96152380D01*
X118909523Y-95914285D02*
X118909523Y-95247619D01*
X118909523Y-95819047D02*
X118957142Y-95866666D01*
X119052380Y-95914285D01*
X119195238Y-95914285D01*
X119290476Y-95866666D01*
X119338095Y-95771428D01*
X119338095Y-95247619D01*
X120242857Y-95914285D02*
X120242857Y-95104761D01*
X120195238Y-95009523D01*
X120147619Y-94961904D01*
X120052380Y-94914285D01*
X119909523Y-94914285D01*
X119814285Y-94961904D01*
X120242857Y-95295238D02*
X120147619Y-95247619D01*
X119957142Y-95247619D01*
X119861904Y-95295238D01*
X119814285Y-95342857D01*
X119766666Y-95438095D01*
X119766666Y-95723809D01*
X119814285Y-95819047D01*
X119861904Y-95866666D01*
X119957142Y-95914285D01*
X120147619Y-95914285D01*
X120242857Y-95866666D01*
X114571428Y-62514285D02*
X114571428Y-61514285D01*
X114571428Y-62466666D02*
X114666666Y-62514285D01*
X114857142Y-62514285D01*
X114952380Y-62466666D01*
X115000000Y-62419047D01*
X115047619Y-62323809D01*
X115047619Y-62038095D01*
X115000000Y-61942857D01*
X114952380Y-61895238D01*
X114857142Y-61847619D01*
X114666666Y-61847619D01*
X114571428Y-61895238D01*
X115619047Y-61847619D02*
X115523809Y-61895238D01*
X115476190Y-61942857D01*
X115428571Y-62038095D01*
X115428571Y-62323809D01*
X115476190Y-62419047D01*
X115523809Y-62466666D01*
X115619047Y-62514285D01*
X115761904Y-62514285D01*
X115857142Y-62466666D01*
X115904761Y-62419047D01*
X115952380Y-62323809D01*
X115952380Y-62038095D01*
X115904761Y-61942857D01*
X115857142Y-61895238D01*
X115761904Y-61847619D01*
X115619047Y-61847619D01*
X116285714Y-62514285D02*
X116476190Y-61847619D01*
X116666666Y-62323809D01*
X116857142Y-61847619D01*
X117047619Y-62514285D01*
X117809523Y-61895238D02*
X117714285Y-61847619D01*
X117523809Y-61847619D01*
X117428571Y-61895238D01*
X117380952Y-61990476D01*
X117380952Y-62371428D01*
X117428571Y-62466666D01*
X117523809Y-62514285D01*
X117714285Y-62514285D01*
X117809523Y-62466666D01*
X117857142Y-62371428D01*
X117857142Y-62276190D01*
X117380952Y-62180952D01*
X118285714Y-61847619D02*
X118285714Y-62514285D01*
X118285714Y-62323809D02*
X118333333Y-62419047D01*
X118380952Y-62466666D01*
X118476190Y-62514285D01*
X118571428Y-62514285D01*
X126326666Y-61917142D02*
X126374285Y-61964761D01*
X126517142Y-62012380D01*
X126612380Y-62012380D01*
X126755238Y-61964761D01*
X126850476Y-61869523D01*
X126898095Y-61774285D01*
X126945714Y-61583809D01*
X126945714Y-61440952D01*
X126898095Y-61250476D01*
X126850476Y-61155238D01*
X126755238Y-61060000D01*
X126612380Y-61012380D01*
X126517142Y-61012380D01*
X126374285Y-61060000D01*
X126326666Y-61107619D01*
X125374285Y-62012380D02*
X125945714Y-62012380D01*
X125660000Y-62012380D02*
X125660000Y-61012380D01*
X125755238Y-61155238D01*
X125850476Y-61250476D01*
X125945714Y-61298095D01*
X121712380Y-83866666D02*
X122426666Y-83866666D01*
X122569523Y-83819047D01*
X122664761Y-83723809D01*
X122712380Y-83580952D01*
X122712380Y-83485714D01*
X121807619Y-84295238D02*
X121760000Y-84342857D01*
X121712380Y-84438095D01*
X121712380Y-84676190D01*
X121760000Y-84771428D01*
X121807619Y-84819047D01*
X121902857Y-84866666D01*
X121998095Y-84866666D01*
X122140952Y-84819047D01*
X122712380Y-84247619D01*
X122712380Y-84866666D01*
X122112380Y-58666666D02*
X122826666Y-58666666D01*
X122969523Y-58619047D01*
X123064761Y-58523809D01*
X123112380Y-58380952D01*
X123112380Y-58285714D01*
X123112380Y-59666666D02*
X123112380Y-59095238D01*
X123112380Y-59380952D02*
X122112380Y-59380952D01*
X122255238Y-59285714D01*
X122350476Y-59190476D01*
X122398095Y-59095238D01*
X116333333Y-77832380D02*
X116333333Y-78546666D01*
X116380952Y-78689523D01*
X116476190Y-78784761D01*
X116619047Y-78832380D01*
X116714285Y-78832380D01*
X115952380Y-77832380D02*
X115333333Y-77832380D01*
X115666666Y-78213333D01*
X115523809Y-78213333D01*
X115428571Y-78260952D01*
X115380952Y-78308571D01*
X115333333Y-78403809D01*
X115333333Y-78641904D01*
X115380952Y-78737142D01*
X115428571Y-78784761D01*
X115523809Y-78832380D01*
X115809523Y-78832380D01*
X115904761Y-78784761D01*
X115952380Y-78737142D01*
X112747619Y-76749047D02*
X112747619Y-76558571D01*
X112700000Y-76463333D01*
X112604761Y-76368095D01*
X112414285Y-76320476D01*
X112080952Y-76320476D01*
X111890476Y-76368095D01*
X111795238Y-76463333D01*
X111747619Y-76558571D01*
X111747619Y-76749047D01*
X111795238Y-76844285D01*
X111890476Y-76939523D01*
X112080952Y-76987142D01*
X112414285Y-76987142D01*
X112604761Y-76939523D01*
X112700000Y-76844285D01*
X112747619Y-76749047D01*
X112747619Y-75891904D02*
X111938095Y-75891904D01*
X111842857Y-75844285D01*
X111795238Y-75796666D01*
X111747619Y-75701428D01*
X111747619Y-75510952D01*
X111795238Y-75415714D01*
X111842857Y-75368095D01*
X111938095Y-75320476D01*
X112747619Y-75320476D01*
X112747619Y-74987142D02*
X112747619Y-74415714D01*
X111747619Y-74701428D02*
X112747619Y-74701428D01*
X112128571Y-74082380D02*
X112128571Y-73320476D01*
X111747619Y-67522857D02*
X112747619Y-67522857D01*
X111747619Y-67046666D02*
X112747619Y-67046666D01*
X111747619Y-66475238D01*
X112747619Y-66475238D01*
X112128571Y-65999047D02*
X112128571Y-65237142D01*
X120747619Y-76749047D02*
X120747619Y-76558571D01*
X120700000Y-76463333D01*
X120604761Y-76368095D01*
X120414285Y-76320476D01*
X120080952Y-76320476D01*
X119890476Y-76368095D01*
X119795238Y-76463333D01*
X119747619Y-76558571D01*
X119747619Y-76749047D01*
X119795238Y-76844285D01*
X119890476Y-76939523D01*
X120080952Y-76987142D01*
X120414285Y-76987142D01*
X120604761Y-76939523D01*
X120700000Y-76844285D01*
X120747619Y-76749047D01*
X120747619Y-75891904D02*
X119938095Y-75891904D01*
X119842857Y-75844285D01*
X119795238Y-75796666D01*
X119747619Y-75701428D01*
X119747619Y-75510952D01*
X119795238Y-75415714D01*
X119842857Y-75368095D01*
X119938095Y-75320476D01*
X120747619Y-75320476D01*
X120747619Y-74987142D02*
X120747619Y-74415714D01*
X119747619Y-74701428D02*
X120747619Y-74701428D01*
X120128571Y-74082380D02*
X120128571Y-73320476D01*
X119747619Y-73701428D02*
X120509523Y-73701428D01*
X119747619Y-67522857D02*
X120747619Y-67522857D01*
X119747619Y-67046666D02*
X120747619Y-67046666D01*
X119747619Y-66475238D01*
X120747619Y-66475238D01*
X120128571Y-65999047D02*
X120128571Y-65237142D01*
X119747619Y-65618095D02*
X120509523Y-65618095D01*
X109552380Y-91466666D02*
X110266666Y-91466666D01*
X110409523Y-91419047D01*
X110504761Y-91323809D01*
X110552380Y-91180952D01*
X110552380Y-91085714D01*
X109885714Y-92371428D02*
X110552380Y-92371428D01*
X109504761Y-92133333D02*
X110219047Y-91895238D01*
X110219047Y-92514285D01*
X116708024Y-72691900D02*
X116708024Y-73501424D01*
X116660405Y-73596662D01*
X116612786Y-73644281D01*
X116517548Y-73691900D01*
X116327072Y-73691900D01*
X116231834Y-73644281D01*
X116184215Y-73596662D01*
X116136596Y-73501424D01*
X116136596Y-72691900D01*
X115136596Y-73691900D02*
X115708024Y-73691900D01*
X115422310Y-73691900D02*
X115422310Y-72691900D01*
X115517548Y-72834758D01*
X115612786Y-72929996D01*
X115708024Y-72977615D01*
X119783500Y-70947060D02*
X119545405Y-71947060D01*
X119354929Y-71232775D01*
X119164453Y-71947060D01*
X118926358Y-70947060D01*
X118688262Y-70947060D02*
X118116834Y-70947060D01*
X118402548Y-71947060D02*
X118402548Y-70947060D01*
X117878739Y-70947060D02*
X117259691Y-70947060D01*
X117593024Y-71328013D01*
X117450167Y-71328013D01*
X117354929Y-71375632D01*
X117307310Y-71423251D01*
X117259691Y-71518489D01*
X117259691Y-71756584D01*
X117307310Y-71851822D01*
X117354929Y-71899441D01*
X117450167Y-71947060D01*
X117735881Y-71947060D01*
X117831120Y-71899441D01*
X117878739Y-71851822D01*
X116878739Y-71042299D02*
X116831120Y-70994680D01*
X116735881Y-70947060D01*
X116497786Y-70947060D01*
X116402548Y-70994680D01*
X116354929Y-71042299D01*
X116307310Y-71137537D01*
X116307310Y-71232775D01*
X116354929Y-71375632D01*
X116926358Y-71947060D01*
X116307310Y-71947060D01*
X116116834Y-72042299D02*
X115354929Y-72042299D01*
X115116834Y-71423251D02*
X114783500Y-71423251D01*
X114640643Y-71947060D02*
X115116834Y-71947060D01*
X115116834Y-70947060D01*
X114640643Y-70947060D01*
X114354929Y-70947060D02*
X113783500Y-70947060D01*
X114069215Y-71947060D02*
X114069215Y-70947060D01*
X113450167Y-71947060D02*
X113450167Y-70947060D01*
X113450167Y-71423251D02*
X112878739Y-71423251D01*
X112878739Y-71947060D02*
X112878739Y-70947060D01*
X112212072Y-70947060D02*
X112116834Y-70947060D01*
X112021596Y-70994680D01*
X111973977Y-71042299D01*
X111926358Y-71137537D01*
X111878739Y-71328013D01*
X111878739Y-71566108D01*
X111926358Y-71756584D01*
X111973977Y-71851822D01*
X112021596Y-71899441D01*
X112116834Y-71947060D01*
X112212072Y-71947060D01*
X112307310Y-71899441D01*
X112354929Y-71851822D01*
X112402548Y-71756584D01*
X112450167Y-71566108D01*
X112450167Y-71328013D01*
X112402548Y-71137537D01*
X112354929Y-71042299D01*
X112307310Y-70994680D01*
X112212072Y-70947060D01*
X110926358Y-71947060D02*
X111497786Y-71947060D01*
X111212072Y-71947060D02*
X111212072Y-70947060D01*
X111307310Y-71089918D01*
X111402548Y-71185156D01*
X111497786Y-71232775D01*
D11*
X124199000Y-63382000D02*
X124199000Y-64920000D01*
X125119000Y-62899000D02*
X125119000Y-64920000D01*
X124079000Y-67000000D02*
X124079000Y-68444000D01*
X125159000Y-62886000D02*
X125159000Y-64920000D01*
X125960000Y-62736000D02*
X125960000Y-69184000D01*
X125840000Y-67000000D02*
X125840000Y-69175000D01*
X124039000Y-67000000D02*
X124039000Y-68410000D01*
X123639000Y-63916000D02*
X123639000Y-68004000D01*
X124159000Y-67000000D02*
X124159000Y-68508000D01*
X125640000Y-67000000D02*
X125640000Y-69149000D01*
X124279000Y-67000000D02*
X124279000Y-68596000D01*
X125159000Y-67000000D02*
X125159000Y-69034000D01*
X125680000Y-67000000D02*
X125680000Y-69155000D01*
X123879000Y-63655000D02*
X123879000Y-64920000D01*
X125319000Y-67000000D02*
X125319000Y-69081000D01*
X124999000Y-62942000D02*
X124999000Y-64920000D01*
X124719000Y-67000000D02*
X124719000Y-68856000D01*
X125199000Y-67000000D02*
X125199000Y-69046000D01*
X125640000Y-62771000D02*
X125640000Y-64920000D01*
X124239000Y-67000000D02*
X124239000Y-68567000D01*
X125079000Y-67000000D02*
X125079000Y-69007000D01*
X125920000Y-67000000D02*
X125920000Y-69182000D01*
X123999000Y-67000000D02*
X123999000Y-68376000D01*
X124399000Y-63244000D02*
X124399000Y-64920000D01*
X122959000Y-65327000D02*
X122959000Y-66593000D01*
X123759000Y-63778000D02*
X123759000Y-68142000D01*
X124719000Y-63064000D02*
X124719000Y-64920000D01*
X125840000Y-62745000D02*
X125840000Y-64920000D01*
X125439000Y-62810000D02*
X125439000Y-64920000D01*
X124679000Y-63084000D02*
X124679000Y-64920000D01*
X124959000Y-62958000D02*
X124959000Y-64920000D01*
X124039000Y-63510000D02*
X124039000Y-64920000D01*
X124439000Y-67000000D02*
X124439000Y-68702000D01*
X123799000Y-63736000D02*
X123799000Y-68184000D01*
X124359000Y-67000000D02*
X124359000Y-68650000D01*
X123599000Y-63965000D02*
X123599000Y-67955000D01*
X125600000Y-62778000D02*
X125600000Y-64920000D01*
X125760000Y-67000000D02*
X125760000Y-69166000D01*
X123959000Y-63580000D02*
X123959000Y-64920000D01*
X124679000Y-67000000D02*
X124679000Y-68836000D01*
X125079000Y-62913000D02*
X125079000Y-64920000D01*
X124479000Y-67000000D02*
X124479000Y-68726000D01*
X129660241Y-64121000D02*
X129030241Y-64121000D01*
X124839000Y-63008000D02*
X124839000Y-64920000D01*
X125239000Y-67000000D02*
X125239000Y-69058000D01*
X124319000Y-63296000D02*
X124319000Y-64920000D01*
X125119000Y-67000000D02*
X125119000Y-69021000D01*
X124959000Y-67000000D02*
X124959000Y-68962000D01*
X122919000Y-65558000D02*
X122919000Y-66362000D01*
X123359000Y-64310000D02*
X123359000Y-67610000D01*
X123919000Y-63617000D02*
X123919000Y-64920000D01*
X125560000Y-62785000D02*
X125560000Y-64920000D01*
X125720000Y-67000000D02*
X125720000Y-69161000D01*
X124239000Y-63353000D02*
X124239000Y-64920000D01*
X123839000Y-63695000D02*
X123839000Y-68225000D01*
X124919000Y-62974000D02*
X124919000Y-64920000D01*
X124879000Y-62990000D02*
X124879000Y-64920000D01*
X124559000Y-63148000D02*
X124559000Y-64920000D01*
X123279000Y-64451000D02*
X123279000Y-67469000D01*
X126160000Y-62730000D02*
X126160000Y-69190000D01*
X125199000Y-62874000D02*
X125199000Y-64920000D01*
X123679000Y-63868000D02*
X123679000Y-68052000D01*
X124439000Y-63218000D02*
X124439000Y-64920000D01*
X123159000Y-64698000D02*
X123159000Y-67222000D01*
X123959000Y-67000000D02*
X123959000Y-68340000D01*
X125800000Y-62749000D02*
X125800000Y-64920000D01*
X123039000Y-65020000D02*
X123039000Y-66900000D01*
X125039000Y-67000000D02*
X125039000Y-68993000D01*
X124599000Y-63126000D02*
X124599000Y-64920000D01*
X123559000Y-64016000D02*
X123559000Y-67904000D01*
X123439000Y-64184000D02*
X123439000Y-67736000D01*
X124319000Y-67000000D02*
X124319000Y-68624000D01*
X125279000Y-67000000D02*
X125279000Y-69070000D01*
X126000000Y-62733000D02*
X126000000Y-69187000D01*
X125680000Y-62765000D02*
X125680000Y-64920000D01*
X125880000Y-62742000D02*
X125880000Y-64920000D01*
X123719000Y-63823000D02*
X123719000Y-68097000D01*
X124519000Y-67000000D02*
X124519000Y-68750000D01*
X124839000Y-67000000D02*
X124839000Y-68912000D01*
X123319000Y-64379000D02*
X123319000Y-67541000D01*
X125880000Y-67000000D02*
X125880000Y-69178000D01*
X125800000Y-67000000D02*
X125800000Y-69171000D01*
X123399000Y-64246000D02*
X123399000Y-67674000D01*
X125560000Y-67000000D02*
X125560000Y-69135000D01*
X126120000Y-62730000D02*
X126120000Y-69190000D01*
X124079000Y-63476000D02*
X124079000Y-64920000D01*
X125239000Y-62862000D02*
X125239000Y-64920000D01*
X122999000Y-65158000D02*
X122999000Y-66762000D01*
X124399000Y-67000000D02*
X124399000Y-68676000D01*
X125760000Y-62754000D02*
X125760000Y-64920000D01*
X124879000Y-67000000D02*
X124879000Y-68930000D01*
X124159000Y-63412000D02*
X124159000Y-64920000D01*
X125480000Y-67000000D02*
X125480000Y-69119000D01*
X123519000Y-64070000D02*
X123519000Y-67850000D01*
X124279000Y-63324000D02*
X124279000Y-64920000D01*
X125520000Y-67000000D02*
X125520000Y-69127000D01*
X124519000Y-63170000D02*
X124519000Y-64920000D01*
X124919000Y-67000000D02*
X124919000Y-68946000D01*
X123199000Y-64610000D02*
X123199000Y-67310000D01*
X125600000Y-67000000D02*
X125600000Y-69142000D01*
X125920000Y-62738000D02*
X125920000Y-64920000D01*
X125520000Y-62793000D02*
X125520000Y-64920000D01*
X129345241Y-63806000D02*
X129345241Y-64436000D01*
X124639000Y-67000000D02*
X124639000Y-68816000D01*
X125399000Y-67000000D02*
X125399000Y-69101000D01*
X124759000Y-67000000D02*
X124759000Y-68876000D01*
X123239000Y-64528000D02*
X123239000Y-67392000D01*
X124599000Y-67000000D02*
X124599000Y-68794000D01*
X124119000Y-63444000D02*
X124119000Y-64920000D01*
X123479000Y-64126000D02*
X123479000Y-67794000D01*
X124479000Y-63194000D02*
X124479000Y-64920000D01*
X123079000Y-64901000D02*
X123079000Y-67019000D01*
X124799000Y-63026000D02*
X124799000Y-64920000D01*
X125359000Y-67000000D02*
X125359000Y-69091000D01*
X123999000Y-63544000D02*
X123999000Y-64920000D01*
X125039000Y-62927000D02*
X125039000Y-64920000D01*
X123919000Y-67000000D02*
X123919000Y-68303000D01*
X124359000Y-63270000D02*
X124359000Y-64920000D01*
X126080000Y-62730000D02*
X126080000Y-69190000D01*
X125279000Y-62850000D02*
X125279000Y-64920000D01*
X123879000Y-67000000D02*
X123879000Y-68265000D01*
X124199000Y-67000000D02*
X124199000Y-68538000D01*
X124759000Y-63044000D02*
X124759000Y-64920000D01*
X125439000Y-67000000D02*
X125439000Y-69110000D01*
X124119000Y-67000000D02*
X124119000Y-68476000D01*
X125319000Y-62839000D02*
X125319000Y-64920000D01*
X123119000Y-64795000D02*
X123119000Y-67125000D01*
X125720000Y-62759000D02*
X125720000Y-64920000D01*
X124999000Y-67000000D02*
X124999000Y-68978000D01*
X125359000Y-62829000D02*
X125359000Y-64920000D01*
X125399000Y-62819000D02*
X125399000Y-64920000D01*
X124799000Y-67000000D02*
X124799000Y-68894000D01*
X124639000Y-63104000D02*
X124639000Y-64920000D01*
X125480000Y-62801000D02*
X125480000Y-64920000D01*
X124559000Y-67000000D02*
X124559000Y-68772000D01*
X126040000Y-62732000D02*
X126040000Y-69188000D01*
X129430000Y-65960000D02*
G75*
G03*
X129430000Y-65960000I-3270000J0D01*
G01*
X111140000Y-86260000D02*
X111140000Y-82140000D01*
X119200000Y-86260000D02*
X111140000Y-86260000D01*
X119200000Y-84200000D02*
X121260000Y-84200000D01*
X121260000Y-82140000D02*
X111140000Y-82140000D01*
X121260000Y-84200000D02*
X121260000Y-82140000D01*
X119200000Y-86260000D02*
X119200000Y-84200000D01*
X120200000Y-86260000D02*
X121260000Y-86260000D01*
X121260000Y-86260000D02*
X121260000Y-85200000D01*
X121660000Y-56940000D02*
X111540000Y-56940000D01*
X121660000Y-61060000D02*
X121660000Y-60000000D01*
X120600000Y-61060000D02*
X121660000Y-61060000D01*
X111540000Y-61060000D02*
X111540000Y-56940000D01*
X119600000Y-61060000D02*
X111540000Y-61060000D01*
X119600000Y-61060000D02*
X119600000Y-59000000D01*
X119600000Y-59000000D02*
X121660000Y-59000000D01*
X121660000Y-59000000D02*
X121660000Y-56940000D01*
X115950000Y-75880000D02*
X114200000Y-73130000D01*
X111200000Y-79130000D02*
X111200000Y-63130000D01*
X116700000Y-67380000D02*
X116700000Y-73130000D01*
X117950000Y-73130000D02*
X115950000Y-75880000D01*
X121200000Y-63130000D02*
X121200000Y-79130000D01*
X116700000Y-73130000D02*
X117950000Y-73130000D01*
X115200000Y-73130000D02*
X115200000Y-67380000D01*
X111200000Y-63130000D02*
X121200000Y-63130000D01*
X121200000Y-79130000D02*
X111200000Y-79130000D01*
X114200000Y-73130000D02*
X115200000Y-73130000D01*
X115200000Y-67380000D02*
X116700000Y-67380000D01*
X116330000Y-94530000D02*
X116330000Y-91930000D01*
X118930000Y-89330000D02*
X111190000Y-89330000D01*
X118930000Y-94530000D02*
X118930000Y-93200000D01*
X116330000Y-94530000D02*
X111190000Y-94530000D01*
X111190000Y-94530000D02*
X111190000Y-89330000D01*
X118930000Y-91930000D02*
X118930000Y-89330000D01*
X117600000Y-94530000D02*
X118930000Y-94530000D01*
X116330000Y-91930000D02*
X118930000Y-91930000D01*
%LPC*%
D12*
X127410000Y-65960000D03*
D13*
X124910000Y-65960000D03*
D14*
X120200000Y-85200000D03*
D15*
X120200000Y-83200000D03*
X118200000Y-85200000D03*
X118200000Y-83200000D03*
X116200000Y-85200000D03*
X116200000Y-83200000D03*
X114200000Y-85200000D03*
X114200000Y-83200000D03*
X112200000Y-85200000D03*
X112200000Y-83200000D03*
D14*
X120600000Y-60000000D03*
D15*
X120600000Y-58000000D03*
X118600000Y-60000000D03*
X118600000Y-58000000D03*
X116600000Y-60000000D03*
X116600000Y-58000000D03*
X114600000Y-60000000D03*
X114600000Y-58000000D03*
X112600000Y-60000000D03*
X112600000Y-58000000D03*
D16*
X120200000Y-64130000D03*
X112200000Y-64130000D03*
X120200000Y-78130000D03*
X112200000Y-78130000D03*
D17*
X117600000Y-93200000D03*
D18*
X117600000Y-90660000D03*
X115060000Y-93200000D03*
X115060000Y-90660000D03*
X112520000Y-93200000D03*
X112520000Y-90660000D03*
D19*
X127376120Y-70709680D03*
D20*
X127376120Y-73249680D03*
D19*
X127376120Y-75789680D03*
X127376120Y-78329680D03*
X127376120Y-80869680D03*
X127376120Y-83409680D03*
X127376120Y-85949680D03*
X127376120Y-88489680D03*
D20*
X127376120Y-91029680D03*
D19*
X127376120Y-93569680D03*
D20*
X127376120Y-96109680D03*
D19*
X104516120Y-70709680D03*
X104516120Y-73249680D03*
X104516120Y-75789680D03*
D21*
X104516120Y-78329680D03*
D19*
X104516120Y-80869680D03*
X104516120Y-83409680D03*
X104516120Y-85949680D03*
X104516120Y-88489680D03*
X104516120Y-91029680D03*
X104516120Y-93569680D03*
X104516120Y-96109680D03*
M02*

View file

@ -0,0 +1,46 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*
G04 #@! TF.CreationDate,2023-03-19T09:24:41+01:00*
G04 #@! TF.ProjectId,powerbar_pcb,706f7765-7262-4617-925f-7063622e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Profile,NP*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-19 09:24:41*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 #@! TA.AperFunction,Profile*
%ADD10C,0.100000*%
G04 #@! TD*
G04 APERTURE END LIST*
D10*
X128270000Y-55880000D02*
X103632000Y-55880000D01*
X103632000Y-55880000D02*
G75*
G03*
X103124000Y-56388000I0J-508000D01*
G01*
X103608000Y-97408000D02*
X128292000Y-97408000D01*
X103124000Y-56388000D02*
X103100000Y-96900000D01*
X128778000Y-56388000D02*
G75*
G03*
X128270000Y-55880000I-508000J0D01*
G01*
X128292000Y-97408000D02*
G75*
G03*
X128800000Y-96900000I0J508000D01*
G01*
X128800000Y-96900000D02*
X128778000Y-56388000D01*
X103100000Y-96900000D02*
G75*
G03*
X103608000Y-97408000I508000J0D01*
G01*
M02*

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,161 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*
G04 #@! TF.CreationDate,2023-03-19T09:24:41+01:00*
G04 #@! TF.ProjectId,powerbar_pcb,706f7765-7262-4617-925f-7063622e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Soldermask,Top*
G04 #@! TF.FilePolarity,Negative*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-19 09:24:41*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*%
%ADD11RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD12RoundRect,0.250000X-0.262500X-0.450000X0.262500X-0.450000X0.262500X0.450000X-0.262500X0.450000X0*%
%ADD13RoundRect,0.243750X0.243750X0.456250X-0.243750X0.456250X-0.243750X-0.456250X0.243750X-0.456250X0*%
%ADD14RoundRect,0.243750X-0.243750X-0.456250X0.243750X-0.456250X0.243750X0.456250X-0.243750X0.456250X0*%
%ADD15R,1.600000X1.600000*%
%ADD16C,1.600000*%
%ADD17R,1.350000X1.350000*%
%ADD18O,1.350000X1.350000*%
%ADD19C,1.524000*%
%ADD20R,1.700000X1.700000*%
%ADD21O,1.700000X1.700000*%
%ADD22C,1.724000*%
%ADD23R,1.724000X1.724000*%
%ADD24R,1.724000X1.524000*%
G04 APERTURE END LIST*
D10*
X108210000Y-75847500D03*
X108210000Y-77672500D03*
D11*
X121320000Y-93572500D03*
X121320000Y-91747500D03*
D12*
X104417500Y-67040000D03*
X106242500Y-67040000D03*
D10*
X108200000Y-83477500D03*
X108200000Y-85302500D03*
X108210000Y-79735000D03*
X108210000Y-81560000D03*
D12*
X104437500Y-57770000D03*
X106262500Y-57770000D03*
D13*
X117175000Y-68100000D03*
X115300000Y-68100000D03*
D14*
X107902500Y-57770000D03*
X109777500Y-57770000D03*
D13*
X117237500Y-64700000D03*
X115362500Y-64700000D03*
D11*
X124120000Y-93542500D03*
X124120000Y-91717500D03*
D10*
X108200000Y-87177500D03*
X108200000Y-89002500D03*
D14*
X107902500Y-62410000D03*
X109777500Y-62410000D03*
D12*
X104417500Y-62410000D03*
X106242500Y-62410000D03*
D14*
X107882500Y-67040000D03*
X109757500Y-67040000D03*
D15*
X127410000Y-65960000D03*
D16*
X124910000Y-65960000D03*
D17*
X120200000Y-85200000D03*
D18*
X120200000Y-83200000D03*
X118200000Y-85200000D03*
X118200000Y-83200000D03*
X116200000Y-85200000D03*
X116200000Y-83200000D03*
X114200000Y-85200000D03*
X114200000Y-83200000D03*
X112200000Y-85200000D03*
X112200000Y-83200000D03*
D17*
X120600000Y-60000000D03*
D18*
X120600000Y-58000000D03*
X118600000Y-60000000D03*
X118600000Y-58000000D03*
X116600000Y-60000000D03*
X116600000Y-58000000D03*
X114600000Y-60000000D03*
X114600000Y-58000000D03*
X112600000Y-60000000D03*
X112600000Y-58000000D03*
D19*
X120200000Y-64130000D03*
X112200000Y-64130000D03*
X120200000Y-78130000D03*
X112200000Y-78130000D03*
D20*
X117600000Y-93200000D03*
D21*
X117600000Y-90660000D03*
X115060000Y-93200000D03*
X115060000Y-90660000D03*
X112520000Y-93200000D03*
X112520000Y-90660000D03*
D22*
X127376120Y-70709680D03*
D23*
X127376120Y-73249680D03*
D22*
X127376120Y-75789680D03*
X127376120Y-78329680D03*
X127376120Y-80869680D03*
X127376120Y-83409680D03*
X127376120Y-85949680D03*
X127376120Y-88489680D03*
D23*
X127376120Y-91029680D03*
D22*
X127376120Y-93569680D03*
D23*
X127376120Y-96109680D03*
D22*
X104516120Y-70709680D03*
X104516120Y-73249680D03*
X104516120Y-75789680D03*
D24*
X104516120Y-78329680D03*
D22*
X104516120Y-80869680D03*
X104516120Y-83409680D03*
X104516120Y-85949680D03*
X104516120Y-88489680D03*
X104516120Y-91029680D03*
X104516120Y-93569680D03*
X104516120Y-96109680D03*
M02*

View file

@ -0,0 +1,79 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*
G04 #@! TF.CreationDate,2023-03-19T09:24:41+01:00*
G04 #@! TF.ProjectId,powerbar_pcb,706f7765-7262-4617-925f-7063622e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Paste,Top*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-19 09:24:41*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*%
%ADD11RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD12RoundRect,0.250000X-0.262500X-0.450000X0.262500X-0.450000X0.262500X0.450000X-0.262500X0.450000X0*%
%ADD13RoundRect,0.243750X0.243750X0.456250X-0.243750X0.456250X-0.243750X-0.456250X0.243750X-0.456250X0*%
%ADD14RoundRect,0.243750X-0.243750X-0.456250X0.243750X-0.456250X0.243750X0.456250X-0.243750X0.456250X0*%
G04 APERTURE END LIST*
D10*
X108210000Y-75847500D03*
X108210000Y-77672500D03*
D11*
X121320000Y-93572500D03*
X121320000Y-91747500D03*
D12*
X104417500Y-67040000D03*
X106242500Y-67040000D03*
D10*
X108200000Y-83477500D03*
X108200000Y-85302500D03*
X108210000Y-79735000D03*
X108210000Y-81560000D03*
D12*
X104437500Y-57770000D03*
X106262500Y-57770000D03*
D13*
X117175000Y-68100000D03*
X115300000Y-68100000D03*
D14*
X107902500Y-57770000D03*
X109777500Y-57770000D03*
D13*
X117237500Y-64700000D03*
X115362500Y-64700000D03*
D11*
X124120000Y-93542500D03*
X124120000Y-91717500D03*
D10*
X108200000Y-87177500D03*
X108200000Y-89002500D03*
D14*
X107902500Y-62410000D03*
X109777500Y-62410000D03*
D12*
X104417500Y-62410000D03*
X106242500Y-62410000D03*
D14*
X107882500Y-67040000D03*
X109757500Y-67040000D03*
M02*

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,13 @@
M48
; DRILL file {KiCad (6.0.11)} date zo 19 mrt 2023 09:24:49 CET
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2023-03-19T09:24:49+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.11)
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
METRIC
%
G90
G05
T0
M30

View file

@ -0,0 +1,96 @@
M48
; DRILL file {KiCad (6.0.11)} date zo 19 mrt 2023 09:24:49 CET
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2023-03-19T09:24:49+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.11)
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.400
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.762
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C0.800
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C1.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C1.020
%
G90
G05
T1
X108.2Y-85.615
X108.2Y-87.064
X113.12Y-86.36
X113.5Y-66.2
X113.5Y-68.1
X114.4Y-64.7
X114.4Y-75.9
X117.23Y-87.94
X117.6Y-70.1
X117.6Y-79.0
X118.115Y-67.215
X119.033Y-73.82
X122.0Y-89.0
X122.8Y-75.99
T2
X112.2Y-64.13
X112.2Y-78.13
X120.2Y-64.13
X120.2Y-78.13
T3
X112.2Y-83.2
X112.2Y-85.2
X112.6Y-58.0
X112.6Y-60.0
X114.2Y-83.2
X114.2Y-85.2
X114.6Y-58.0
X114.6Y-60.0
X116.2Y-83.2
X116.2Y-85.2
X116.6Y-58.0
X116.6Y-60.0
X118.2Y-83.2
X118.2Y-85.2
X118.6Y-58.0
X118.6Y-60.0
X120.2Y-83.2
X120.2Y-85.2
X120.6Y-58.0
X120.6Y-60.0
X124.91Y-65.96
X127.41Y-65.96
T4
X112.52Y-90.66
X112.52Y-93.2
X115.06Y-90.66
X115.06Y-93.2
X117.6Y-90.66
X117.6Y-93.2
T5
X104.516Y-70.71
X104.516Y-73.25
X104.516Y-75.79
X104.516Y-78.33
X104.516Y-80.87
X104.516Y-83.41
X104.516Y-85.95
X104.516Y-88.49
X104.516Y-91.03
X104.516Y-93.57
X104.516Y-96.11
X127.376Y-70.71
X127.376Y-73.25
X127.376Y-75.79
X127.376Y-78.33
X127.376Y-80.87
X127.376Y-83.41
X127.376Y-85.95
X127.376Y-88.49
X127.376Y-91.03
X127.376Y-93.57
X127.376Y-96.11
T0
M30

View file

@ -0,0 +1,127 @@
{
"Header": {
"GenerationSoftware": {
"Vendor": "KiCad",
"Application": "Pcbnew",
"Version": "(6.0.9)"
},
"CreationDate": "2022-11-17T14:26:19+01:00"
},
"GeneralSpecs": {
"ProjectId": {
"Name": "powerbar_pcb",
"GUID": "706f7765-7262-4617-925f-7063622e6b69",
"Revision": "rev?"
},
"Size": {
"X": 25.8,
"Y": 41.628
},
"LayerNumber": 2,
"BoardThickness": 1.6,
"Finish": "None"
},
"DesignRules": [
{
"Layers": "Outer",
"PadToPad": 0.2,
"PadToTrack": 0.2,
"TrackToTrack": 0.2,
"MinLineWidth": 0.25,
"TrackToRegion": 0.508,
"RegionToRegion": 0.508
}
],
"FilesAttributes": [
{
"Path": "powerbar_pcb-F_Cu.gbr",
"FileFunction": "Copper,L1,Top",
"FilePolarity": "Positive"
},
{
"Path": "powerbar_pcb-B_Cu.gbr",
"FileFunction": "Copper,L2,Bot",
"FilePolarity": "Positive"
},
{
"Path": "powerbar_pcb-F_Paste.gbr",
"FileFunction": "SolderPaste,Top",
"FilePolarity": "Positive"
},
{
"Path": "powerbar_pcb-B_Paste.gbr",
"FileFunction": "SolderPaste,Bot",
"FilePolarity": "Positive"
},
{
"Path": "powerbar_pcb-F_Silkscreen.gbr",
"FileFunction": "Legend,Top",
"FilePolarity": "Positive"
},
{
"Path": "powerbar_pcb-B_Silkscreen.gbr",
"FileFunction": "Legend,Bot",
"FilePolarity": "Positive"
},
{
"Path": "powerbar_pcb-F_Mask.gbr",
"FileFunction": "SolderMask,Top",
"FilePolarity": "Negative"
},
{
"Path": "powerbar_pcb-B_Mask.gbr",
"FileFunction": "SolderMask,Bot",
"FilePolarity": "Negative"
},
{
"Path": "powerbar_pcb-Edge_Cuts.gbr",
"FileFunction": "Profile",
"FilePolarity": "Positive"
}
],
"MaterialStackup": [
{
"Type": "Legend",
"Name": "Top Silk Screen"
},
{
"Type": "SolderPaste",
"Name": "Top Solder Paste"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Top Solder Mask"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "F.Cu"
},
{
"Type": "Dielectric",
"Thickness": 1.51,
"Material": "FR4",
"Name": "F.Cu/B.Cu",
"Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "B.Cu"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Bottom Solder Mask"
},
{
"Type": "SolderPaste",
"Name": "Bottom Solder Paste"
},
{
"Type": "Legend",
"Name": "Bottom Silk Screen"
}
]
}

View file

@ -0,0 +1,49 @@
(footprint "mini_dc_stepdown" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 0)
(attr through_hole)
(fp_text reference "REF**" (at 0 -0.5 unlocked) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a07c6a5f-6998-4c5b-ae68-c7034a7b2cc9)
)
(fp_text value "mini_dc_stepdown" (at 0 1 unlocked) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp e5686d95-a2d7-457e-9ef5-a5a23125e52e)
)
(fp_text user "IN-" (at 4.5 -16.5 90 unlocked) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3fbbf2ca-3b74-4d76-a0bc-f5a96acba7f6)
)
(fp_text user "OUT+" (at -5.5 -6.25 90 unlocked) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6ecd2250-568f-435c-bdc9-ccf460232abb)
)
(fp_text user "OUT-" (at 4.5 -6.25 90 unlocked) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 78044c50-7255-4fe2-97de-005e4976a531)
)
(fp_text user "IN+" (at -5.5 -16.5 90 unlocked) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 93651975-5160-4664-8372-39eaef236b2e)
)
(fp_text user "${REFERENCE}" (at 0 2.5 unlocked) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 40fafabd-dcca-4306-b7a1-415f701ab8f1)
)
(fp_line (start -2.25 -9.75) (end -0.25 -7) (layer "F.SilkS") (width 0.12) (tstamp 14583bb0-d57e-4ff6-8575-0f5ca18c3fc4))
(fp_line (start 0.5 -15.5) (end -1 -15.5) (layer "F.SilkS") (width 0.12) (tstamp 2322bc8e-a305-43ac-a944-f27f3ca3c8e1))
(fp_line (start 5.5 -2.25) (end 5.5 -19.75) (layer "F.SilkS") (width 0.12) (tstamp 2e70e112-b72b-4c26-8c72-0013ce4a1f8a))
(fp_line (start -6.5 -19.75) (end -6.5 -2.25) (layer "F.SilkS") (width 0.12) (tstamp 47c9d155-da8c-413d-ae3d-2b79545bab3f))
(fp_line (start -1 -9.75) (end -2.25 -9.75) (layer "F.SilkS") (width 0.12) (tstamp 6330d94f-e169-4a63-add7-e8949a5842ba))
(fp_line (start -0.25 -7) (end 1.5 -9.75) (layer "F.SilkS") (width 0.12) (tstamp 6cec930f-2495-4c0d-a5e5-6e5f3d3ab01e))
(fp_line (start 5.5 -19.75) (end -6.5 -19.75) (layer "F.SilkS") (width 0.12) (tstamp 749d3893-0db2-4c1d-ba07-279be4398b4a))
(fp_line (start 1.5 -9.75) (end 0.5 -9.75) (layer "F.SilkS") (width 0.12) (tstamp 7feaf371-7ddf-499f-8dda-86843a6f613e))
(fp_line (start 0.5 -9.75) (end 0.5 -15.5) (layer "F.SilkS") (width 0.12) (tstamp 90c312f3-d45f-444d-ae04-5b8f2d5ff574))
(fp_line (start -1 -15.5) (end -1 -9.75) (layer "F.SilkS") (width 0.12) (tstamp a77b5f6b-683a-4b40-8a1c-0395cad4850f))
(fp_line (start -6.5 -19.75) (end -6.5 -18.75) (layer "F.SilkS") (width 0.12) (tstamp baa5317a-58d4-4dce-8557-ba039908fe13))
(fp_line (start -6.5 -2.25) (end 5.5 -2.25) (layer "F.SilkS") (width 0.12) (tstamp c74be90f-d2e5-49a5-9a41-4d6e2f2e1a07))
(pad "1" thru_hole circle (at -5.5 -18.75) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp a64956f8-6bf4-4553-94f9-161eb0081b0c))
(pad "2" thru_hole circle (at 4.5 -18.75) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 852512d2-0266-4093-a1d0-b61273fa0255))
(pad "3" thru_hole circle (at -5.5 -3.25) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 5bb5cd9e-6f7d-4f64-bc4f-ade651511c44))
(pad "4" thru_hole circle (at 4.5 -3.25) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 28988154-47b6-4940-a393-0dc0bfaa5466))
)

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,78 @@
{
"board": {
"active_layer": 0,
"active_layer_preset": "All Layers",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"images": 0.6,
"pads": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.6
},
"ratsnest_display_mode": 0,
"selection_filter": {
"dimensions": true,
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": false,
"otherItems": true,
"pads": true,
"text": true,
"tracks": true,
"vias": true,
"zones": true
},
"visible_items": [
0,
1,
2,
3,
4,
5,
8,
9,
10,
11,
12,
13,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
32,
33,
34,
35,
36,
39,
40
],
"visible_layers": "fffffff_ffffffff",
"zone_display_mode": 0
},
"meta": {
"filename": "powerbar_pcb.kicad_prl",
"version": 3
},
"project": {
"files": []
}
}

View file

@ -0,0 +1,539 @@
{
"board": {
"3dviewports": [],
"design_settings": {
"defaults": {
"board_outline_line_width": 0.09999999999999999,
"copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.15,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
},
"silk_line_width": 0.15,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.508
}
},
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [],
"meta": {
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"connection_width": "warning",
"copper_edge_clearance": "error",
"copper_sliver": "warning",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint": "error",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"isolated_copper": "warning",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"lib_footprint_issues": "warning",
"lib_footprint_mismatch": "warning",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_edge_clearance": "warning",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"solder_mask_bridge": "error",
"starved_thermal": "error",
"text_height": "warning",
"text_thickness": "warning",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zones_intersect": "error"
},
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.0,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_resolved_spokes": 2,
"min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.19999999999999998,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
"solder_mask_to_copper_clearance": 0.0,
"use_height_for_length_calcs": true
},
"teardrop_options": [
{
"td_allow_use_two_tracks": true,
"td_curve_segcount": 5,
"td_on_pad_in_zone": false,
"td_onpadsmd": true,
"td_onroundshapesonly": false,
"td_ontrackend": false,
"td_onviapad": true
}
],
"teardrop_parameters": [
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_round_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_rect_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_track_end",
"td_width_to_size_filter_ratio": 0.9
}
],
"track_widths": [
0.0
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
}
],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": [],
"viewports": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "powerbar_pcb.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "24VCD",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.5,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "GND2",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.5,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
}
],
"meta": {
"version": 3
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": [
{
"netclass": "24VCD",
"pattern": "24VDC PSU1"
},
{
"netclass": "24VCD",
"pattern": "24VDC PSU2"
},
{
"netclass": "24VCD",
"pattern": "24VDC relais"
}
]
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.375,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.15
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_external_command": "spice \"%I\"",
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"b28f76f3-2700-44e7-a147-53a542df1e41",
""
]
],
"text_variables": {}
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,3 @@
(sym_lib_table
(lib (name "haus-automatisierung")(type "KiCad")(uri "/home/ronnie/Documents/kicad/pcb-footprint-collection-kicad/schema/haus-automatisierung.kicad_sym")(options "")(descr ""))
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -0,0 +1,55 @@
(footprint "WT32_ETH01" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 609C085E)
(attr through_hole)
(fp_text reference "REF**" (at -0.70612 6.31952) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2fa1b560-7327-40fc-bc1e-bb76dd570484)
)
(fp_text value "WT32_ETH01" (at -0.70612 -0.5) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b6a9d985-f594-4539-86ea-11205b5f58cf)
)
(fp_line (start -13.40612 -4.67032) (end 11.99388 -4.67032) (layer "B.CrtYd") (width 0.12) (tstamp 9d0b9263-1220-46a1-92bc-4299a99589fd))
(fp_line (start 11.99388 50.44968) (end -13.40612 50.44968) (layer "B.CrtYd") (width 0.12) (tstamp a1577c44-3f4f-4d47-a964-d2990f65839a))
(fp_line (start 11.99388 -4.67032) (end 11.99388 50.44968) (layer "B.CrtYd") (width 0.12) (tstamp ee68631f-add4-4bbd-9b14-7576156bb71d))
(fp_line (start -13.40612 50.44968) (end -13.40612 -4.67032) (layer "B.CrtYd") (width 0.12) (tstamp ee720e45-dba9-45de-937d-6fc8601c95a6))
(fp_line (start 9.45388 -4.67032) (end 11.99388 -4.67032) (layer "F.CrtYd") (width 0.12) (tstamp 0a310d3b-fc36-4500-8834-e170f6502d58))
(fp_line (start -13.40612 50.44968) (end -13.40612 -4.67032) (layer "F.CrtYd") (width 0.12) (tstamp 16d581c8-cce4-4ff8-9570-ea6db7abdafd))
(fp_line (start -8.70612 50.44968) (end -8.70612 54.98968) (layer "F.CrtYd") (width 0.12) (tstamp 3be53597-c3f1-44a4-bcb7-5e2535c124b7))
(fp_line (start -10.86612 -4.67032) (end -10.86612 32.12968) (layer "F.CrtYd") (width 0.12) (tstamp 449a4077-8b27-497f-a511-0d23400716a9))
(fp_line (start -10.86612 -4.67032) (end -13.40612 -4.67032) (layer "F.CrtYd") (width 0.12) (tstamp 6adf3a6a-b5dc-4a74-b84e-1294b6808ed6))
(fp_line (start 9.45388 -4.67032) (end 9.45388 32.12968) (layer "F.CrtYd") (width 0.12) (tstamp 7745feb4-5777-4585-824b-5e15fa21f021))
(fp_line (start 7.29388 50.44968) (end 7.29388 54.98968) (layer "F.CrtYd") (width 0.12) (tstamp 78df8240-6230-432f-927c-83cc16588e18))
(fp_line (start 9.45388 32.12968) (end -10.86612 32.12968) (layer "F.CrtYd") (width 0.12) (tstamp 87918a5f-cc74-43e7-aa03-78ec21892de1))
(fp_line (start -8.70612 50.44968) (end -13.40612 50.44968) (layer "F.CrtYd") (width 0.12) (tstamp af574402-17c8-4efc-af61-8297cbd51cff))
(fp_line (start -8.70612 54.98968) (end 7.29388 54.98968) (layer "F.CrtYd") (width 0.12) (tstamp b2a9cb26-c6ce-47e6-92f1-3e9ab41e5cef))
(fp_line (start 11.99388 -4.67032) (end 11.99388 50.44968) (layer "F.CrtYd") (width 0.12) (tstamp bd9988bd-1aac-4801-a92e-cb8a341c8375))
(fp_line (start 11.99388 50.44968) (end 7.29388 50.44968) (layer "F.CrtYd") (width 0.12) (tstamp f2671fa2-cdc1-4172-96e7-8f7a1c3b3a6f))
(fp_line (start 7.29388 33.39968) (end 7.29388 54.98968) (layer "F.Fab") (width 0.12) (tstamp 1a3db81f-b772-4090-a327-29e264d4c0b0))
(fp_line (start -8.70612 33.39968) (end -8.70612 54.98968) (layer "F.Fab") (width 0.12) (tstamp 493585a5-2a2a-47a1-8e2f-743b4522ae15))
(fp_line (start -8.70612 33.39968) (end 7.29388 33.39968) (layer "F.Fab") (width 0.12) (tstamp 6c3a3e2e-5ef7-4f82-b1bb-d48638f23d01))
(fp_line (start -8.70612 54.98968) (end 7.29388 54.98968) (layer "F.Fab") (width 0.12) (tstamp da34f4ef-47b6-4d9c-9955-ac264c4b55b9))
(pad "1" thru_hole circle (at -12.13612 3.78968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp c5ab0cca-2144-4df4-ab46-7281ee98196e))
(pad "2" thru_hole rect (at -12.13612 6.32968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 9e5f5843-e6d2-45ea-a8bf-286257591a8b))
(pad "3" thru_hole circle (at -12.13612 8.86968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 2615498b-9548-4af5-ba7c-80ce9c649421))
(pad "4" thru_hole circle (at -12.13612 11.40968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 777a8813-5e5b-4167-99ac-d5c092c49d3e))
(pad "5" thru_hole circle (at -12.13612 13.94968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 57bdaced-5e2f-465e-922d-6bb9b3c8c4d4))
(pad "6" thru_hole circle (at -12.13612 16.48968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp db27308f-7283-4d3e-b5b4-25d33d74a645))
(pad "7" thru_hole circle (at -12.13612 19.02968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 1281a785-959a-4481-9291-f30334197f5a))
(pad "8" thru_hole circle (at -12.13612 21.56968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 399ac6b3-da8f-4484-a069-4d791d1db5cf))
(pad "9" thru_hole rect (at -12.13612 24.10968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp fd6ce108-031e-4fb4-83a8-8380baa606f7))
(pad "10" thru_hole circle (at -12.13612 26.64968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 7d644c3c-b2a6-498b-8f34-87627a64cea5))
(pad "11" thru_hole rect (at -12.13612 29.18968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp bc233c68-b258-4f8a-a9ba-57cae302afa0))
(pad "14" thru_hole circle (at 10.72388 3.78968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 9b151265-787a-4ed4-ac12-86b6415360ba))
(pad "15" thru_hole circle (at 10.72388 6.32968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 2f9bfdf9-703f-45cc-97df-11af93ae3002))
(pad "16" thru_hole circle (at 10.72388 8.86968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp d51aa447-9a12-4ae1-829a-d34fb477de35))
(pad "17" thru_hole rect (at 10.72388 11.40968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp c4152d07-9e23-4abe-bacc-6a0b9e91b8f0))
(pad "18" thru_hole circle (at 10.72388 13.94968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp fee712a9-4a0d-4e41-b964-d40f05295fe2))
(pad "19" thru_hole circle (at 10.72388 16.48968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp b1d403bf-d1de-4b1e-8ac1-ca09449bbcd0))
(pad "20" thru_hole circle (at 10.72388 19.02968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 6847ff3b-a9c2-416e-a9d4-7023353c1957))
(pad "21" thru_hole circle (at 10.72388 21.56968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 5ae42117-9175-4c24-ae9b-3669f71902c3))
(pad "22" thru_hole circle (at 10.72388 24.10968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 7e79773d-b5dd-4f62-8205-ed683722e3f0))
(pad "23" thru_hole circle (at 10.72388 26.64968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 27fa5fb9-08d2-4705-b3c9-05ee57afe4cc))
(pad "24" thru_hole circle (at 10.72388 29.18968) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 16600efe-b2e7-4d59-9467-3c6049a5d9cd))
)

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,4 @@
(fp_lib_table
(lib (name "haus-automatisierung")(type "KiCad")(uri "/home/ronnie/Documents/kicad/pcb-footprint-collection-kicad/haus-automatisierung.pretty")(options "")(descr ""))
(lib (name "powerbar_pcb")(type "KiCad")(uri "/home/ronnie/Documents/kicad/powerbar_pcb")(options "")(descr ""))
)

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,97 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*
G04 #@! TF.CreationDate,2023-03-19T09:35:33+01:00*
G04 #@! TF.ProjectId,powerbar_pcb,706f7765-7262-4617-925f-7063622e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Soldermask,Bot*
G04 #@! TF.FilePolarity,Negative*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-19 09:35:33*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,1.724000*%
%ADD11R,1.724000X1.724000*%
%ADD12R,1.724000X1.524000*%
%ADD13R,1.600000X1.600000*%
%ADD14C,1.600000*%
%ADD15R,1.350000X1.350000*%
%ADD16O,1.350000X1.350000*%
%ADD17C,1.524000*%
%ADD18R,1.700000X1.700000*%
%ADD19O,1.700000X1.700000*%
G04 APERTURE END LIST*
D10*
X104500000Y-70580000D03*
D11*
X104500000Y-73120000D03*
D10*
X104500000Y-75660000D03*
X104500000Y-78200000D03*
X104500000Y-80740000D03*
X104500000Y-83280000D03*
X104500000Y-85820000D03*
X104500000Y-88360000D03*
D11*
X104500000Y-90900000D03*
D10*
X104500000Y-93440000D03*
D11*
X104500000Y-95980000D03*
D10*
X127360000Y-70580000D03*
X127360000Y-73120000D03*
X127360000Y-75660000D03*
D12*
X127360000Y-78200000D03*
D10*
X127360000Y-80740000D03*
X127360000Y-83280000D03*
X127360000Y-85820000D03*
X127360000Y-88360000D03*
X127360000Y-90900000D03*
X127360000Y-93440000D03*
X127360000Y-95980000D03*
D13*
X127410000Y-65960000D03*
D14*
X124910000Y-65960000D03*
D15*
X120200000Y-85200000D03*
D16*
X120200000Y-83200000D03*
X118200000Y-85200000D03*
X118200000Y-83200000D03*
X116200000Y-85200000D03*
X116200000Y-83200000D03*
X114200000Y-85200000D03*
X114200000Y-83200000D03*
X112200000Y-85200000D03*
X112200000Y-83200000D03*
D15*
X120600000Y-60000000D03*
D16*
X120600000Y-58000000D03*
X118600000Y-60000000D03*
X118600000Y-58000000D03*
X116600000Y-60000000D03*
X116600000Y-58000000D03*
X114600000Y-60000000D03*
X114600000Y-58000000D03*
X112600000Y-60000000D03*
X112600000Y-58000000D03*
D17*
X120200000Y-64130000D03*
X112200000Y-64130000D03*
X120200000Y-78130000D03*
X112200000Y-78130000D03*
D18*
X117600000Y-93200000D03*
D19*
X117600000Y-90660000D03*
X115060000Y-93200000D03*
X115060000Y-90660000D03*
X112520000Y-93200000D03*
X112520000Y-90660000D03*
M02*

View file

@ -0,0 +1,15 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*
G04 #@! TF.CreationDate,2023-03-19T09:35:33+01:00*
G04 #@! TF.ProjectId,powerbar_pcb,706f7765-7262-4617-925f-7063622e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Paste,Bot*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-19 09:35:33*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

View file

@ -0,0 +1,885 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*
G04 #@! TF.CreationDate,2023-03-19T09:35:33+01:00*
G04 #@! TF.ProjectId,powerbar_pcb,706f7765-7262-4617-925f-7063622e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Legend,Bot*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-19 09:35:33*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
%ADD11C,0.120000*%
%ADD12C,1.724000*%
%ADD13R,1.724000X1.724000*%
%ADD14R,1.724000X1.524000*%
%ADD15R,1.600000X1.600000*%
%ADD16C,1.600000*%
%ADD17R,1.350000X1.350000*%
%ADD18O,1.350000X1.350000*%
%ADD19C,1.524000*%
%ADD20R,1.700000X1.700000*%
%ADD21O,1.700000X1.700000*%
G04 APERTURE END LIST*
D10*
X114442857Y-87047619D02*
X114442857Y-87714285D01*
X114442857Y-87523809D02*
X114490476Y-87619047D01*
X114538095Y-87666666D01*
X114633333Y-87714285D01*
X114728571Y-87714285D01*
X115442857Y-87095238D02*
X115347619Y-87047619D01*
X115157142Y-87047619D01*
X115061904Y-87095238D01*
X115014285Y-87190476D01*
X115014285Y-87571428D01*
X115061904Y-87666666D01*
X115157142Y-87714285D01*
X115347619Y-87714285D01*
X115442857Y-87666666D01*
X115490476Y-87571428D01*
X115490476Y-87476190D01*
X115014285Y-87380952D01*
X116061904Y-87047619D02*
X115966666Y-87095238D01*
X115919047Y-87190476D01*
X115919047Y-88047619D01*
X116871428Y-87047619D02*
X116871428Y-87571428D01*
X116823809Y-87666666D01*
X116728571Y-87714285D01*
X116538095Y-87714285D01*
X116442857Y-87666666D01*
X116871428Y-87095238D02*
X116776190Y-87047619D01*
X116538095Y-87047619D01*
X116442857Y-87095238D01*
X116395238Y-87190476D01*
X116395238Y-87285714D01*
X116442857Y-87380952D01*
X116538095Y-87428571D01*
X116776190Y-87428571D01*
X116871428Y-87476190D01*
X117347619Y-87047619D02*
X117347619Y-87714285D01*
X117347619Y-88047619D02*
X117300000Y-88000000D01*
X117347619Y-87952380D01*
X117395238Y-88000000D01*
X117347619Y-88047619D01*
X117347619Y-87952380D01*
X117776190Y-87095238D02*
X117871428Y-87047619D01*
X118061904Y-87047619D01*
X118157142Y-87095238D01*
X118204761Y-87190476D01*
X118204761Y-87238095D01*
X118157142Y-87333333D01*
X118061904Y-87380952D01*
X117919047Y-87380952D01*
X117823809Y-87428571D01*
X117776190Y-87523809D01*
X117776190Y-87571428D01*
X117823809Y-87666666D01*
X117919047Y-87714285D01*
X118061904Y-87714285D01*
X118157142Y-87666666D01*
X109957142Y-95914285D02*
X109957142Y-94914285D01*
X109957142Y-95866666D02*
X110052380Y-95914285D01*
X110242857Y-95914285D01*
X110338095Y-95866666D01*
X110385714Y-95819047D01*
X110433333Y-95723809D01*
X110433333Y-95438095D01*
X110385714Y-95342857D01*
X110338095Y-95295238D01*
X110242857Y-95247619D01*
X110052380Y-95247619D01*
X109957142Y-95295238D01*
X111004761Y-95247619D02*
X110909523Y-95295238D01*
X110861904Y-95342857D01*
X110814285Y-95438095D01*
X110814285Y-95723809D01*
X110861904Y-95819047D01*
X110909523Y-95866666D01*
X111004761Y-95914285D01*
X111147619Y-95914285D01*
X111242857Y-95866666D01*
X111290476Y-95819047D01*
X111338095Y-95723809D01*
X111338095Y-95438095D01*
X111290476Y-95342857D01*
X111242857Y-95295238D01*
X111147619Y-95247619D01*
X111004761Y-95247619D01*
X111671428Y-95914285D02*
X111861904Y-95247619D01*
X112052380Y-95723809D01*
X112242857Y-95247619D01*
X112433333Y-95914285D01*
X113195238Y-95295238D02*
X113100000Y-95247619D01*
X112909523Y-95247619D01*
X112814285Y-95295238D01*
X112766666Y-95390476D01*
X112766666Y-95771428D01*
X112814285Y-95866666D01*
X112909523Y-95914285D01*
X113100000Y-95914285D01*
X113195238Y-95866666D01*
X113242857Y-95771428D01*
X113242857Y-95676190D01*
X112766666Y-95580952D01*
X113671428Y-95247619D02*
X113671428Y-95914285D01*
X113671428Y-95723809D02*
X113719047Y-95819047D01*
X113766666Y-95866666D01*
X113861904Y-95914285D01*
X113957142Y-95914285D01*
X115004761Y-95295238D02*
X115100000Y-95247619D01*
X115290476Y-95247619D01*
X115385714Y-95295238D01*
X115433333Y-95390476D01*
X115433333Y-95438095D01*
X115385714Y-95533333D01*
X115290476Y-95580952D01*
X115147619Y-95580952D01*
X115052380Y-95628571D01*
X115004761Y-95723809D01*
X115004761Y-95771428D01*
X115052380Y-95866666D01*
X115147619Y-95914285D01*
X115290476Y-95914285D01*
X115385714Y-95866666D01*
X116242857Y-95295238D02*
X116147619Y-95247619D01*
X115957142Y-95247619D01*
X115861904Y-95295238D01*
X115814285Y-95390476D01*
X115814285Y-95771428D01*
X115861904Y-95866666D01*
X115957142Y-95914285D01*
X116147619Y-95914285D01*
X116242857Y-95866666D01*
X116290476Y-95771428D01*
X116290476Y-95676190D01*
X115814285Y-95580952D01*
X116719047Y-95914285D02*
X116719047Y-95247619D01*
X116719047Y-95819047D02*
X116766666Y-95866666D01*
X116861904Y-95914285D01*
X117004761Y-95914285D01*
X117100000Y-95866666D01*
X117147619Y-95771428D01*
X117147619Y-95247619D01*
X117576190Y-95295238D02*
X117671428Y-95247619D01*
X117861904Y-95247619D01*
X117957142Y-95295238D01*
X118004761Y-95390476D01*
X118004761Y-95438095D01*
X117957142Y-95533333D01*
X117861904Y-95580952D01*
X117719047Y-95580952D01*
X117623809Y-95628571D01*
X117576190Y-95723809D01*
X117576190Y-95771428D01*
X117623809Y-95866666D01*
X117719047Y-95914285D01*
X117861904Y-95914285D01*
X117957142Y-95866666D01*
X118433333Y-95247619D02*
X118433333Y-95914285D01*
X118433333Y-96247619D02*
X118385714Y-96200000D01*
X118433333Y-96152380D01*
X118480952Y-96200000D01*
X118433333Y-96247619D01*
X118433333Y-96152380D01*
X118909523Y-95914285D02*
X118909523Y-95247619D01*
X118909523Y-95819047D02*
X118957142Y-95866666D01*
X119052380Y-95914285D01*
X119195238Y-95914285D01*
X119290476Y-95866666D01*
X119338095Y-95771428D01*
X119338095Y-95247619D01*
X120242857Y-95914285D02*
X120242857Y-95104761D01*
X120195238Y-95009523D01*
X120147619Y-94961904D01*
X120052380Y-94914285D01*
X119909523Y-94914285D01*
X119814285Y-94961904D01*
X120242857Y-95295238D02*
X120147619Y-95247619D01*
X119957142Y-95247619D01*
X119861904Y-95295238D01*
X119814285Y-95342857D01*
X119766666Y-95438095D01*
X119766666Y-95723809D01*
X119814285Y-95819047D01*
X119861904Y-95866666D01*
X119957142Y-95914285D01*
X120147619Y-95914285D01*
X120242857Y-95866666D01*
X114571428Y-62514285D02*
X114571428Y-61514285D01*
X114571428Y-62466666D02*
X114666666Y-62514285D01*
X114857142Y-62514285D01*
X114952380Y-62466666D01*
X115000000Y-62419047D01*
X115047619Y-62323809D01*
X115047619Y-62038095D01*
X115000000Y-61942857D01*
X114952380Y-61895238D01*
X114857142Y-61847619D01*
X114666666Y-61847619D01*
X114571428Y-61895238D01*
X115619047Y-61847619D02*
X115523809Y-61895238D01*
X115476190Y-61942857D01*
X115428571Y-62038095D01*
X115428571Y-62323809D01*
X115476190Y-62419047D01*
X115523809Y-62466666D01*
X115619047Y-62514285D01*
X115761904Y-62514285D01*
X115857142Y-62466666D01*
X115904761Y-62419047D01*
X115952380Y-62323809D01*
X115952380Y-62038095D01*
X115904761Y-61942857D01*
X115857142Y-61895238D01*
X115761904Y-61847619D01*
X115619047Y-61847619D01*
X116285714Y-62514285D02*
X116476190Y-61847619D01*
X116666666Y-62323809D01*
X116857142Y-61847619D01*
X117047619Y-62514285D01*
X117809523Y-61895238D02*
X117714285Y-61847619D01*
X117523809Y-61847619D01*
X117428571Y-61895238D01*
X117380952Y-61990476D01*
X117380952Y-62371428D01*
X117428571Y-62466666D01*
X117523809Y-62514285D01*
X117714285Y-62514285D01*
X117809523Y-62466666D01*
X117857142Y-62371428D01*
X117857142Y-62276190D01*
X117380952Y-62180952D01*
X118285714Y-61847619D02*
X118285714Y-62514285D01*
X118285714Y-62323809D02*
X118333333Y-62419047D01*
X118380952Y-62466666D01*
X118476190Y-62514285D01*
X118571428Y-62514285D01*
X126326666Y-61917142D02*
X126374285Y-61964761D01*
X126517142Y-62012380D01*
X126612380Y-62012380D01*
X126755238Y-61964761D01*
X126850476Y-61869523D01*
X126898095Y-61774285D01*
X126945714Y-61583809D01*
X126945714Y-61440952D01*
X126898095Y-61250476D01*
X126850476Y-61155238D01*
X126755238Y-61060000D01*
X126612380Y-61012380D01*
X126517142Y-61012380D01*
X126374285Y-61060000D01*
X126326666Y-61107619D01*
X125374285Y-62012380D02*
X125945714Y-62012380D01*
X125660000Y-62012380D02*
X125660000Y-61012380D01*
X125755238Y-61155238D01*
X125850476Y-61250476D01*
X125945714Y-61298095D01*
X121712380Y-83866666D02*
X122426666Y-83866666D01*
X122569523Y-83819047D01*
X122664761Y-83723809D01*
X122712380Y-83580952D01*
X122712380Y-83485714D01*
X121807619Y-84295238D02*
X121760000Y-84342857D01*
X121712380Y-84438095D01*
X121712380Y-84676190D01*
X121760000Y-84771428D01*
X121807619Y-84819047D01*
X121902857Y-84866666D01*
X121998095Y-84866666D01*
X122140952Y-84819047D01*
X122712380Y-84247619D01*
X122712380Y-84866666D01*
X122112380Y-58666666D02*
X122826666Y-58666666D01*
X122969523Y-58619047D01*
X123064761Y-58523809D01*
X123112380Y-58380952D01*
X123112380Y-58285714D01*
X123112380Y-59666666D02*
X123112380Y-59095238D01*
X123112380Y-59380952D02*
X122112380Y-59380952D01*
X122255238Y-59285714D01*
X122350476Y-59190476D01*
X122398095Y-59095238D01*
X116333333Y-77832380D02*
X116333333Y-78546666D01*
X116380952Y-78689523D01*
X116476190Y-78784761D01*
X116619047Y-78832380D01*
X116714285Y-78832380D01*
X115952380Y-77832380D02*
X115333333Y-77832380D01*
X115666666Y-78213333D01*
X115523809Y-78213333D01*
X115428571Y-78260952D01*
X115380952Y-78308571D01*
X115333333Y-78403809D01*
X115333333Y-78641904D01*
X115380952Y-78737142D01*
X115428571Y-78784761D01*
X115523809Y-78832380D01*
X115809523Y-78832380D01*
X115904761Y-78784761D01*
X115952380Y-78737142D01*
X112747619Y-76749047D02*
X112747619Y-76558571D01*
X112700000Y-76463333D01*
X112604761Y-76368095D01*
X112414285Y-76320476D01*
X112080952Y-76320476D01*
X111890476Y-76368095D01*
X111795238Y-76463333D01*
X111747619Y-76558571D01*
X111747619Y-76749047D01*
X111795238Y-76844285D01*
X111890476Y-76939523D01*
X112080952Y-76987142D01*
X112414285Y-76987142D01*
X112604761Y-76939523D01*
X112700000Y-76844285D01*
X112747619Y-76749047D01*
X112747619Y-75891904D02*
X111938095Y-75891904D01*
X111842857Y-75844285D01*
X111795238Y-75796666D01*
X111747619Y-75701428D01*
X111747619Y-75510952D01*
X111795238Y-75415714D01*
X111842857Y-75368095D01*
X111938095Y-75320476D01*
X112747619Y-75320476D01*
X112747619Y-74987142D02*
X112747619Y-74415714D01*
X111747619Y-74701428D02*
X112747619Y-74701428D01*
X112128571Y-74082380D02*
X112128571Y-73320476D01*
X111747619Y-67522857D02*
X112747619Y-67522857D01*
X111747619Y-67046666D02*
X112747619Y-67046666D01*
X111747619Y-66475238D01*
X112747619Y-66475238D01*
X112128571Y-65999047D02*
X112128571Y-65237142D01*
X120747619Y-76749047D02*
X120747619Y-76558571D01*
X120700000Y-76463333D01*
X120604761Y-76368095D01*
X120414285Y-76320476D01*
X120080952Y-76320476D01*
X119890476Y-76368095D01*
X119795238Y-76463333D01*
X119747619Y-76558571D01*
X119747619Y-76749047D01*
X119795238Y-76844285D01*
X119890476Y-76939523D01*
X120080952Y-76987142D01*
X120414285Y-76987142D01*
X120604761Y-76939523D01*
X120700000Y-76844285D01*
X120747619Y-76749047D01*
X120747619Y-75891904D02*
X119938095Y-75891904D01*
X119842857Y-75844285D01*
X119795238Y-75796666D01*
X119747619Y-75701428D01*
X119747619Y-75510952D01*
X119795238Y-75415714D01*
X119842857Y-75368095D01*
X119938095Y-75320476D01*
X120747619Y-75320476D01*
X120747619Y-74987142D02*
X120747619Y-74415714D01*
X119747619Y-74701428D02*
X120747619Y-74701428D01*
X120128571Y-74082380D02*
X120128571Y-73320476D01*
X119747619Y-73701428D02*
X120509523Y-73701428D01*
X119747619Y-67522857D02*
X120747619Y-67522857D01*
X119747619Y-67046666D02*
X120747619Y-67046666D01*
X119747619Y-66475238D01*
X120747619Y-66475238D01*
X120128571Y-65999047D02*
X120128571Y-65237142D01*
X119747619Y-65618095D02*
X120509523Y-65618095D01*
X109552380Y-91466666D02*
X110266666Y-91466666D01*
X110409523Y-91419047D01*
X110504761Y-91323809D01*
X110552380Y-91180952D01*
X110552380Y-91085714D01*
X109885714Y-92371428D02*
X110552380Y-92371428D01*
X109504761Y-92133333D02*
X110219047Y-91895238D01*
X110219047Y-92514285D01*
D11*
X124199000Y-63382000D02*
X124199000Y-64920000D01*
X125119000Y-62899000D02*
X125119000Y-64920000D01*
X124079000Y-67000000D02*
X124079000Y-68444000D01*
X125159000Y-62886000D02*
X125159000Y-64920000D01*
X125960000Y-62736000D02*
X125960000Y-69184000D01*
X125840000Y-67000000D02*
X125840000Y-69175000D01*
X124039000Y-67000000D02*
X124039000Y-68410000D01*
X123639000Y-63916000D02*
X123639000Y-68004000D01*
X124159000Y-67000000D02*
X124159000Y-68508000D01*
X125640000Y-67000000D02*
X125640000Y-69149000D01*
X124279000Y-67000000D02*
X124279000Y-68596000D01*
X125159000Y-67000000D02*
X125159000Y-69034000D01*
X125680000Y-67000000D02*
X125680000Y-69155000D01*
X123879000Y-63655000D02*
X123879000Y-64920000D01*
X125319000Y-67000000D02*
X125319000Y-69081000D01*
X124999000Y-62942000D02*
X124999000Y-64920000D01*
X124719000Y-67000000D02*
X124719000Y-68856000D01*
X125199000Y-67000000D02*
X125199000Y-69046000D01*
X125640000Y-62771000D02*
X125640000Y-64920000D01*
X124239000Y-67000000D02*
X124239000Y-68567000D01*
X125079000Y-67000000D02*
X125079000Y-69007000D01*
X125920000Y-67000000D02*
X125920000Y-69182000D01*
X123999000Y-67000000D02*
X123999000Y-68376000D01*
X124399000Y-63244000D02*
X124399000Y-64920000D01*
X122959000Y-65327000D02*
X122959000Y-66593000D01*
X123759000Y-63778000D02*
X123759000Y-68142000D01*
X124719000Y-63064000D02*
X124719000Y-64920000D01*
X125840000Y-62745000D02*
X125840000Y-64920000D01*
X125439000Y-62810000D02*
X125439000Y-64920000D01*
X124679000Y-63084000D02*
X124679000Y-64920000D01*
X124959000Y-62958000D02*
X124959000Y-64920000D01*
X124039000Y-63510000D02*
X124039000Y-64920000D01*
X124439000Y-67000000D02*
X124439000Y-68702000D01*
X123799000Y-63736000D02*
X123799000Y-68184000D01*
X124359000Y-67000000D02*
X124359000Y-68650000D01*
X123599000Y-63965000D02*
X123599000Y-67955000D01*
X125600000Y-62778000D02*
X125600000Y-64920000D01*
X125760000Y-67000000D02*
X125760000Y-69166000D01*
X123959000Y-63580000D02*
X123959000Y-64920000D01*
X124679000Y-67000000D02*
X124679000Y-68836000D01*
X125079000Y-62913000D02*
X125079000Y-64920000D01*
X124479000Y-67000000D02*
X124479000Y-68726000D01*
X129660241Y-64121000D02*
X129030241Y-64121000D01*
X124839000Y-63008000D02*
X124839000Y-64920000D01*
X125239000Y-67000000D02*
X125239000Y-69058000D01*
X124319000Y-63296000D02*
X124319000Y-64920000D01*
X125119000Y-67000000D02*
X125119000Y-69021000D01*
X124959000Y-67000000D02*
X124959000Y-68962000D01*
X122919000Y-65558000D02*
X122919000Y-66362000D01*
X123359000Y-64310000D02*
X123359000Y-67610000D01*
X123919000Y-63617000D02*
X123919000Y-64920000D01*
X125560000Y-62785000D02*
X125560000Y-64920000D01*
X125720000Y-67000000D02*
X125720000Y-69161000D01*
X124239000Y-63353000D02*
X124239000Y-64920000D01*
X123839000Y-63695000D02*
X123839000Y-68225000D01*
X124919000Y-62974000D02*
X124919000Y-64920000D01*
X124879000Y-62990000D02*
X124879000Y-64920000D01*
X124559000Y-63148000D02*
X124559000Y-64920000D01*
X123279000Y-64451000D02*
X123279000Y-67469000D01*
X126160000Y-62730000D02*
X126160000Y-69190000D01*
X125199000Y-62874000D02*
X125199000Y-64920000D01*
X123679000Y-63868000D02*
X123679000Y-68052000D01*
X124439000Y-63218000D02*
X124439000Y-64920000D01*
X123159000Y-64698000D02*
X123159000Y-67222000D01*
X123959000Y-67000000D02*
X123959000Y-68340000D01*
X125800000Y-62749000D02*
X125800000Y-64920000D01*
X123039000Y-65020000D02*
X123039000Y-66900000D01*
X125039000Y-67000000D02*
X125039000Y-68993000D01*
X124599000Y-63126000D02*
X124599000Y-64920000D01*
X123559000Y-64016000D02*
X123559000Y-67904000D01*
X123439000Y-64184000D02*
X123439000Y-67736000D01*
X124319000Y-67000000D02*
X124319000Y-68624000D01*
X125279000Y-67000000D02*
X125279000Y-69070000D01*
X126000000Y-62733000D02*
X126000000Y-69187000D01*
X125680000Y-62765000D02*
X125680000Y-64920000D01*
X125880000Y-62742000D02*
X125880000Y-64920000D01*
X123719000Y-63823000D02*
X123719000Y-68097000D01*
X124519000Y-67000000D02*
X124519000Y-68750000D01*
X124839000Y-67000000D02*
X124839000Y-68912000D01*
X123319000Y-64379000D02*
X123319000Y-67541000D01*
X125880000Y-67000000D02*
X125880000Y-69178000D01*
X125800000Y-67000000D02*
X125800000Y-69171000D01*
X123399000Y-64246000D02*
X123399000Y-67674000D01*
X125560000Y-67000000D02*
X125560000Y-69135000D01*
X126120000Y-62730000D02*
X126120000Y-69190000D01*
X124079000Y-63476000D02*
X124079000Y-64920000D01*
X125239000Y-62862000D02*
X125239000Y-64920000D01*
X122999000Y-65158000D02*
X122999000Y-66762000D01*
X124399000Y-67000000D02*
X124399000Y-68676000D01*
X125760000Y-62754000D02*
X125760000Y-64920000D01*
X124879000Y-67000000D02*
X124879000Y-68930000D01*
X124159000Y-63412000D02*
X124159000Y-64920000D01*
X125480000Y-67000000D02*
X125480000Y-69119000D01*
X123519000Y-64070000D02*
X123519000Y-67850000D01*
X124279000Y-63324000D02*
X124279000Y-64920000D01*
X125520000Y-67000000D02*
X125520000Y-69127000D01*
X124519000Y-63170000D02*
X124519000Y-64920000D01*
X124919000Y-67000000D02*
X124919000Y-68946000D01*
X123199000Y-64610000D02*
X123199000Y-67310000D01*
X125600000Y-67000000D02*
X125600000Y-69142000D01*
X125920000Y-62738000D02*
X125920000Y-64920000D01*
X125520000Y-62793000D02*
X125520000Y-64920000D01*
X129345241Y-63806000D02*
X129345241Y-64436000D01*
X124639000Y-67000000D02*
X124639000Y-68816000D01*
X125399000Y-67000000D02*
X125399000Y-69101000D01*
X124759000Y-67000000D02*
X124759000Y-68876000D01*
X123239000Y-64528000D02*
X123239000Y-67392000D01*
X124599000Y-67000000D02*
X124599000Y-68794000D01*
X124119000Y-63444000D02*
X124119000Y-64920000D01*
X123479000Y-64126000D02*
X123479000Y-67794000D01*
X124479000Y-63194000D02*
X124479000Y-64920000D01*
X123079000Y-64901000D02*
X123079000Y-67019000D01*
X124799000Y-63026000D02*
X124799000Y-64920000D01*
X125359000Y-67000000D02*
X125359000Y-69091000D01*
X123999000Y-63544000D02*
X123999000Y-64920000D01*
X125039000Y-62927000D02*
X125039000Y-64920000D01*
X123919000Y-67000000D02*
X123919000Y-68303000D01*
X124359000Y-63270000D02*
X124359000Y-64920000D01*
X126080000Y-62730000D02*
X126080000Y-69190000D01*
X125279000Y-62850000D02*
X125279000Y-64920000D01*
X123879000Y-67000000D02*
X123879000Y-68265000D01*
X124199000Y-67000000D02*
X124199000Y-68538000D01*
X124759000Y-63044000D02*
X124759000Y-64920000D01*
X125439000Y-67000000D02*
X125439000Y-69110000D01*
X124119000Y-67000000D02*
X124119000Y-68476000D01*
X125319000Y-62839000D02*
X125319000Y-64920000D01*
X123119000Y-64795000D02*
X123119000Y-67125000D01*
X125720000Y-62759000D02*
X125720000Y-64920000D01*
X124999000Y-67000000D02*
X124999000Y-68978000D01*
X125359000Y-62829000D02*
X125359000Y-64920000D01*
X125399000Y-62819000D02*
X125399000Y-64920000D01*
X124799000Y-67000000D02*
X124799000Y-68894000D01*
X124639000Y-63104000D02*
X124639000Y-64920000D01*
X125480000Y-62801000D02*
X125480000Y-64920000D01*
X124559000Y-67000000D02*
X124559000Y-68772000D01*
X126040000Y-62732000D02*
X126040000Y-69188000D01*
X129430000Y-65960000D02*
G75*
G03*
X129430000Y-65960000I-3270000J0D01*
G01*
X111140000Y-86260000D02*
X111140000Y-82140000D01*
X119200000Y-86260000D02*
X111140000Y-86260000D01*
X119200000Y-84200000D02*
X121260000Y-84200000D01*
X121260000Y-82140000D02*
X111140000Y-82140000D01*
X121260000Y-84200000D02*
X121260000Y-82140000D01*
X119200000Y-86260000D02*
X119200000Y-84200000D01*
X120200000Y-86260000D02*
X121260000Y-86260000D01*
X121260000Y-86260000D02*
X121260000Y-85200000D01*
X121660000Y-56940000D02*
X111540000Y-56940000D01*
X121660000Y-61060000D02*
X121660000Y-60000000D01*
X120600000Y-61060000D02*
X121660000Y-61060000D01*
X111540000Y-61060000D02*
X111540000Y-56940000D01*
X119600000Y-61060000D02*
X111540000Y-61060000D01*
X119600000Y-61060000D02*
X119600000Y-59000000D01*
X119600000Y-59000000D02*
X121660000Y-59000000D01*
X121660000Y-59000000D02*
X121660000Y-56940000D01*
X115950000Y-75880000D02*
X114200000Y-73130000D01*
X111200000Y-79130000D02*
X111200000Y-63130000D01*
X116700000Y-67380000D02*
X116700000Y-73130000D01*
X117950000Y-73130000D02*
X115950000Y-75880000D01*
X121200000Y-63130000D02*
X121200000Y-79130000D01*
X116700000Y-73130000D02*
X117950000Y-73130000D01*
X115200000Y-73130000D02*
X115200000Y-67380000D01*
X111200000Y-63130000D02*
X121200000Y-63130000D01*
X121200000Y-79130000D02*
X111200000Y-79130000D01*
X114200000Y-73130000D02*
X115200000Y-73130000D01*
X115200000Y-67380000D02*
X116700000Y-67380000D01*
X116330000Y-94530000D02*
X116330000Y-91930000D01*
X118930000Y-89330000D02*
X111190000Y-89330000D01*
X118930000Y-94530000D02*
X118930000Y-93200000D01*
X116330000Y-94530000D02*
X111190000Y-94530000D01*
X111190000Y-94530000D02*
X111190000Y-89330000D01*
X118930000Y-91930000D02*
X118930000Y-89330000D01*
X117600000Y-94530000D02*
X118930000Y-94530000D01*
X116330000Y-91930000D02*
X118930000Y-91930000D01*
%LPC*%
D12*
X104500000Y-70580000D03*
D13*
X104500000Y-73120000D03*
D12*
X104500000Y-75660000D03*
X104500000Y-78200000D03*
X104500000Y-80740000D03*
X104500000Y-83280000D03*
X104500000Y-85820000D03*
X104500000Y-88360000D03*
D13*
X104500000Y-90900000D03*
D12*
X104500000Y-93440000D03*
D13*
X104500000Y-95980000D03*
D12*
X127360000Y-70580000D03*
X127360000Y-73120000D03*
X127360000Y-75660000D03*
D14*
X127360000Y-78200000D03*
D12*
X127360000Y-80740000D03*
X127360000Y-83280000D03*
X127360000Y-85820000D03*
X127360000Y-88360000D03*
X127360000Y-90900000D03*
X127360000Y-93440000D03*
X127360000Y-95980000D03*
D15*
X127410000Y-65960000D03*
D16*
X124910000Y-65960000D03*
D17*
X120200000Y-85200000D03*
D18*
X120200000Y-83200000D03*
X118200000Y-85200000D03*
X118200000Y-83200000D03*
X116200000Y-85200000D03*
X116200000Y-83200000D03*
X114200000Y-85200000D03*
X114200000Y-83200000D03*
X112200000Y-85200000D03*
X112200000Y-83200000D03*
D17*
X120600000Y-60000000D03*
D18*
X120600000Y-58000000D03*
X118600000Y-60000000D03*
X118600000Y-58000000D03*
X116600000Y-60000000D03*
X116600000Y-58000000D03*
X114600000Y-60000000D03*
X114600000Y-58000000D03*
X112600000Y-60000000D03*
X112600000Y-58000000D03*
D19*
X120200000Y-64130000D03*
X112200000Y-64130000D03*
X120200000Y-78130000D03*
X112200000Y-78130000D03*
D20*
X117600000Y-93200000D03*
D21*
X117600000Y-90660000D03*
X115060000Y-93200000D03*
X115060000Y-90660000D03*
X112520000Y-93200000D03*
X112520000Y-90660000D03*
M02*

View file

@ -0,0 +1,46 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*
G04 #@! TF.CreationDate,2023-03-19T09:35:33+01:00*
G04 #@! TF.ProjectId,powerbar_pcb,706f7765-7262-4617-925f-7063622e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Profile,NP*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-19 09:35:33*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 #@! TA.AperFunction,Profile*
%ADD10C,0.100000*%
G04 #@! TD*
G04 APERTURE END LIST*
D10*
X128270000Y-55880000D02*
X103632000Y-55880000D01*
X103632000Y-55880000D02*
G75*
G03*
X103124000Y-56388000I0J-508000D01*
G01*
X103608000Y-97408000D02*
X128292000Y-97408000D01*
X103124000Y-56388000D02*
X103100000Y-96900000D01*
X128778000Y-56388000D02*
G75*
G03*
X128270000Y-55880000I-508000J0D01*
G01*
X128292000Y-97408000D02*
G75*
G03*
X128800000Y-96900000I0J508000D01*
G01*
X128800000Y-96900000D02*
X128778000Y-56388000D01*
X103100000Y-96900000D02*
G75*
G03*
X103608000Y-97408000I508000J0D01*
G01*
M02*

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,161 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*
G04 #@! TF.CreationDate,2023-03-19T09:35:33+01:00*
G04 #@! TF.ProjectId,powerbar_pcb,706f7765-7262-4617-925f-7063622e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Soldermask,Top*
G04 #@! TF.FilePolarity,Negative*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-19 09:35:33*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*%
%ADD11RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD12RoundRect,0.250000X-0.262500X-0.450000X0.262500X-0.450000X0.262500X0.450000X-0.262500X0.450000X0*%
%ADD13RoundRect,0.243750X0.243750X0.456250X-0.243750X0.456250X-0.243750X-0.456250X0.243750X-0.456250X0*%
%ADD14RoundRect,0.243750X-0.243750X-0.456250X0.243750X-0.456250X0.243750X0.456250X-0.243750X0.456250X0*%
%ADD15C,1.724000*%
%ADD16R,1.724000X1.724000*%
%ADD17R,1.724000X1.524000*%
%ADD18R,1.600000X1.600000*%
%ADD19C,1.600000*%
%ADD20R,1.350000X1.350000*%
%ADD21O,1.350000X1.350000*%
%ADD22C,1.524000*%
%ADD23R,1.700000X1.700000*%
%ADD24O,1.700000X1.700000*%
G04 APERTURE END LIST*
D10*
X124120000Y-72072000D03*
X124120000Y-73897000D03*
D11*
X121320000Y-93572500D03*
X121320000Y-91747500D03*
D12*
X104417500Y-67040000D03*
X106242500Y-67040000D03*
D10*
X124110000Y-79702000D03*
X124110000Y-81527000D03*
X124120000Y-75959500D03*
X124120000Y-77784500D03*
D12*
X104437500Y-57770000D03*
X106262500Y-57770000D03*
D13*
X117175000Y-68100000D03*
X115300000Y-68100000D03*
D14*
X107902500Y-57770000D03*
X109777500Y-57770000D03*
D13*
X117237500Y-64700000D03*
X115362500Y-64700000D03*
D11*
X124120000Y-93542500D03*
X124120000Y-91717500D03*
D10*
X124110000Y-83402000D03*
X124110000Y-85227000D03*
D14*
X107902500Y-62410000D03*
X109777500Y-62410000D03*
D12*
X104417500Y-62410000D03*
X106242500Y-62410000D03*
D14*
X107882500Y-67040000D03*
X109757500Y-67040000D03*
D15*
X104500000Y-70580000D03*
D16*
X104500000Y-73120000D03*
D15*
X104500000Y-75660000D03*
X104500000Y-78200000D03*
X104500000Y-80740000D03*
X104500000Y-83280000D03*
X104500000Y-85820000D03*
X104500000Y-88360000D03*
D16*
X104500000Y-90900000D03*
D15*
X104500000Y-93440000D03*
D16*
X104500000Y-95980000D03*
D15*
X127360000Y-70580000D03*
X127360000Y-73120000D03*
X127360000Y-75660000D03*
D17*
X127360000Y-78200000D03*
D15*
X127360000Y-80740000D03*
X127360000Y-83280000D03*
X127360000Y-85820000D03*
X127360000Y-88360000D03*
X127360000Y-90900000D03*
X127360000Y-93440000D03*
X127360000Y-95980000D03*
D18*
X127410000Y-65960000D03*
D19*
X124910000Y-65960000D03*
D20*
X120200000Y-85200000D03*
D21*
X120200000Y-83200000D03*
X118200000Y-85200000D03*
X118200000Y-83200000D03*
X116200000Y-85200000D03*
X116200000Y-83200000D03*
X114200000Y-85200000D03*
X114200000Y-83200000D03*
X112200000Y-85200000D03*
X112200000Y-83200000D03*
D20*
X120600000Y-60000000D03*
D21*
X120600000Y-58000000D03*
X118600000Y-60000000D03*
X118600000Y-58000000D03*
X116600000Y-60000000D03*
X116600000Y-58000000D03*
X114600000Y-60000000D03*
X114600000Y-58000000D03*
X112600000Y-60000000D03*
X112600000Y-58000000D03*
D22*
X120200000Y-64130000D03*
X112200000Y-64130000D03*
X120200000Y-78130000D03*
X112200000Y-78130000D03*
D23*
X117600000Y-93200000D03*
D24*
X117600000Y-90660000D03*
X115060000Y-93200000D03*
X115060000Y-90660000D03*
X112520000Y-93200000D03*
X112520000Y-90660000D03*
M02*

View file

@ -0,0 +1,79 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*
G04 #@! TF.CreationDate,2023-03-19T09:35:33+01:00*
G04 #@! TF.ProjectId,powerbar_pcb,706f7765-7262-4617-925f-7063622e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Paste,Top*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-19 09:35:33*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*%
%ADD11RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD12RoundRect,0.250000X-0.262500X-0.450000X0.262500X-0.450000X0.262500X0.450000X-0.262500X0.450000X0*%
%ADD13RoundRect,0.243750X0.243750X0.456250X-0.243750X0.456250X-0.243750X-0.456250X0.243750X-0.456250X0*%
%ADD14RoundRect,0.243750X-0.243750X-0.456250X0.243750X-0.456250X0.243750X0.456250X-0.243750X0.456250X0*%
G04 APERTURE END LIST*
D10*
X124120000Y-72072000D03*
X124120000Y-73897000D03*
D11*
X121320000Y-93572500D03*
X121320000Y-91747500D03*
D12*
X104417500Y-67040000D03*
X106242500Y-67040000D03*
D10*
X124110000Y-79702000D03*
X124110000Y-81527000D03*
X124120000Y-75959500D03*
X124120000Y-77784500D03*
D12*
X104437500Y-57770000D03*
X106262500Y-57770000D03*
D13*
X117175000Y-68100000D03*
X115300000Y-68100000D03*
D14*
X107902500Y-57770000D03*
X109777500Y-57770000D03*
D13*
X117237500Y-64700000D03*
X115362500Y-64700000D03*
D11*
X124120000Y-93542500D03*
X124120000Y-91717500D03*
D10*
X124110000Y-83402000D03*
X124110000Y-85227000D03*
D14*
X107902500Y-62410000D03*
X109777500Y-62410000D03*
D12*
X104417500Y-62410000D03*
X106242500Y-62410000D03*
D14*
X107882500Y-67040000D03*
X109757500Y-67040000D03*
M02*

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,13 @@
M48
; DRILL file {KiCad (6.0.11)} date zo 19 mrt 2023 09:35:37 CET
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2023-03-19T09:35:37+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.11)
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
METRIC
%
G90
G05
T0
M30

View file

@ -0,0 +1,96 @@
M48
; DRILL file {KiCad (6.0.11)} date zo 19 mrt 2023 09:35:37 CET
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2023-03-19T09:35:37+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.11)
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.400
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.762
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C0.800
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C1.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C1.020
%
G90
G05
T1
X109.78Y-69.4
X113.5Y-66.2
X113.5Y-68.1
X113.946Y-86.449
X114.4Y-64.7
X114.44Y-72.65
X117.23Y-87.94
X117.6Y-70.1
X117.74Y-79.66
X118.115Y-67.215
X118.9Y-70.95
X122.0Y-89.0
X124.11Y-81.84
X124.11Y-83.289
T2
X112.2Y-64.13
X112.2Y-78.13
X120.2Y-64.13
X120.2Y-78.13
T3
X112.2Y-83.2
X112.2Y-85.2
X112.6Y-58.0
X112.6Y-60.0
X114.2Y-83.2
X114.2Y-85.2
X114.6Y-58.0
X114.6Y-60.0
X116.2Y-83.2
X116.2Y-85.2
X116.6Y-58.0
X116.6Y-60.0
X118.2Y-83.2
X118.2Y-85.2
X118.6Y-58.0
X118.6Y-60.0
X120.2Y-83.2
X120.2Y-85.2
X120.6Y-58.0
X120.6Y-60.0
X124.91Y-65.96
X127.41Y-65.96
T4
X112.52Y-90.66
X112.52Y-93.2
X115.06Y-90.66
X115.06Y-93.2
X117.6Y-90.66
X117.6Y-93.2
T5
X104.5Y-70.58
X104.5Y-73.12
X104.5Y-75.66
X104.5Y-78.2
X104.5Y-80.74
X104.5Y-83.28
X104.5Y-85.82
X104.5Y-88.36
X104.5Y-90.9
X104.5Y-93.44
X104.5Y-95.98
X127.36Y-70.58
X127.36Y-73.12
X127.36Y-75.66
X127.36Y-78.2
X127.36Y-80.74
X127.36Y-83.28
X127.36Y-85.82
X127.36Y-88.36
X127.36Y-90.9
X127.36Y-93.44
X127.36Y-95.98
T0
M30

Binary file not shown.

View file

@ -0,0 +1,49 @@
(footprint "mini_dc_stepdown" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 0)
(attr through_hole)
(fp_text reference "REF**" (at 0 -0.5 unlocked) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a07c6a5f-6998-4c5b-ae68-c7034a7b2cc9)
)
(fp_text value "mini_dc_stepdown" (at 0 1 unlocked) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp e5686d95-a2d7-457e-9ef5-a5a23125e52e)
)
(fp_text user "IN-" (at 4.5 -16.5 90 unlocked) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3fbbf2ca-3b74-4d76-a0bc-f5a96acba7f6)
)
(fp_text user "OUT+" (at -5.5 -6.25 90 unlocked) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6ecd2250-568f-435c-bdc9-ccf460232abb)
)
(fp_text user "OUT-" (at 4.5 -6.25 90 unlocked) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 78044c50-7255-4fe2-97de-005e4976a531)
)
(fp_text user "IN+" (at -5.5 -16.5 90 unlocked) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 93651975-5160-4664-8372-39eaef236b2e)
)
(fp_text user "${REFERENCE}" (at 0 2.5 unlocked) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 40fafabd-dcca-4306-b7a1-415f701ab8f1)
)
(fp_line (start -2.25 -9.75) (end -0.25 -7) (layer "F.SilkS") (width 0.12) (tstamp 14583bb0-d57e-4ff6-8575-0f5ca18c3fc4))
(fp_line (start 0.5 -15.5) (end -1 -15.5) (layer "F.SilkS") (width 0.12) (tstamp 2322bc8e-a305-43ac-a944-f27f3ca3c8e1))
(fp_line (start 5.5 -2.25) (end 5.5 -19.75) (layer "F.SilkS") (width 0.12) (tstamp 2e70e112-b72b-4c26-8c72-0013ce4a1f8a))
(fp_line (start -6.5 -19.75) (end -6.5 -2.25) (layer "F.SilkS") (width 0.12) (tstamp 47c9d155-da8c-413d-ae3d-2b79545bab3f))
(fp_line (start -1 -9.75) (end -2.25 -9.75) (layer "F.SilkS") (width 0.12) (tstamp 6330d94f-e169-4a63-add7-e8949a5842ba))
(fp_line (start -0.25 -7) (end 1.5 -9.75) (layer "F.SilkS") (width 0.12) (tstamp 6cec930f-2495-4c0d-a5e5-6e5f3d3ab01e))
(fp_line (start 5.5 -19.75) (end -6.5 -19.75) (layer "F.SilkS") (width 0.12) (tstamp 749d3893-0db2-4c1d-ba07-279be4398b4a))
(fp_line (start 1.5 -9.75) (end 0.5 -9.75) (layer "F.SilkS") (width 0.12) (tstamp 7feaf371-7ddf-499f-8dda-86843a6f613e))
(fp_line (start 0.5 -9.75) (end 0.5 -15.5) (layer "F.SilkS") (width 0.12) (tstamp 90c312f3-d45f-444d-ae04-5b8f2d5ff574))
(fp_line (start -1 -15.5) (end -1 -9.75) (layer "F.SilkS") (width 0.12) (tstamp a77b5f6b-683a-4b40-8a1c-0395cad4850f))
(fp_line (start -6.5 -19.75) (end -6.5 -18.75) (layer "F.SilkS") (width 0.12) (tstamp baa5317a-58d4-4dce-8557-ba039908fe13))
(fp_line (start -6.5 -2.25) (end 5.5 -2.25) (layer "F.SilkS") (width 0.12) (tstamp c74be90f-d2e5-49a5-9a41-4d6e2f2e1a07))
(pad "1" thru_hole circle (at -5.5 -18.75) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp a64956f8-6bf4-4553-94f9-161eb0081b0c))
(pad "2" thru_hole circle (at 4.5 -18.75) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 852512d2-0266-4093-a1d0-b61273fa0255))
(pad "3" thru_hole circle (at -5.5 -3.25) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 5bb5cd9e-6f7d-4f64-bc4f-ade651511c44))
(pad "4" thru_hole circle (at 4.5 -3.25) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) (tstamp 28988154-47b6-4940-a393-0dc0bfaa5466))
)

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,75 @@
{
"board": {
"active_layer": 0,
"active_layer_preset": "All Layers",
"auto_track_width": true,
"hidden_nets": [],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"pads": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.6
},
"ratsnest_display_mode": 0,
"selection_filter": {
"dimensions": true,
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": false,
"otherItems": true,
"pads": true,
"text": true,
"tracks": true,
"vias": true,
"zones": true
},
"visible_items": [
0,
1,
2,
3,
4,
5,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
32,
33,
34,
35,
36
],
"visible_layers": "fffffff_ffffffff",
"zone_display_mode": 0
},
"meta": {
"filename": "powerbar_pcb.kicad_prl",
"version": 3
},
"project": {
"files": []
}
}

View file

@ -0,0 +1,473 @@
{
"board": {
"design_settings": {
"defaults": {
"board_outline_line_width": 0.09999999999999999,
"copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.15,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
},
"silk_line_width": 0.15,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.508
}
},
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [],
"meta": {
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"copper_edge_clearance": "error",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zone_has_empty_net": "error",
"zones_intersect": "error"
},
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_copper_edge_clearance": 0.0,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.19999999999999998,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
"use_height_for_length_calcs": true
},
"track_widths": [
0.0
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
}
],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "powerbar_pcb.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
},
{
"bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "24VCD",
"nets": [
"24VDC PSU1",
"24VDC PSU2",
"24VDC relais"
],
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.5,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
},
{
"bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "GND2",
"nets": [],
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.5,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
}
],
"meta": {
"version": 2
},
"net_colors": null
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.375,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.15
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_external_command": "spice \"%I\"",
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"b28f76f3-2700-44e7-a147-53a542df1e41",
""
]
],
"text_variables": {}
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,3 @@
(sym_lib_table
(lib (name "haus-automatisierung")(type "KiCad")(uri "/home/ronnie/Documents/kicad/pcb-footprint-collection-kicad/schema/haus-automatisierung.kicad_sym")(options "")(descr ""))
)