Skip to content

Commit cb8878d

Browse files
committed
Create 3x3 Panel
The following changes have been done to the PCB: * Copper fill reduced to PCB size * Remove "P1" from Silk * Added Tab positions
1 parent a1f438e commit cb8878d

24 files changed

+139140
-1346
lines changed

candleLightfd-S01.kicad_pcb

+1,705-1,287
Large diffs are not rendered by default.

candleLightfd-S01.kicad_sch

+204
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,114 @@
549549
)
550550
)
551551
)
552+
(symbol "kikit:Tab" (in_bom no) (on_board yes)
553+
(property "Reference" "T" (at 0 3.81 0)
554+
(effects (font (size 1.27 1.27)))
555+
)
556+
(property "Value" "Tab" (at 0 -2.54 0)
557+
(effects (font (size 1.27 1.27)))
558+
)
559+
(property "Footprint" "kikit:Tab" (at 0 0 0)
560+
(effects (font (size 1.27 1.27)) hide)
561+
)
562+
(property "Datasheet" "" (at 0 0 0)
563+
(effects (font (size 1.27 1.27)) hide)
564+
)
565+
(property "ki_keywords" "KiKit" (at 0 0 0)
566+
(effects (font (size 1.27 1.27)) hide)
567+
)
568+
(property "ki_description" "KiKit tab annotations" (at 0 0 0)
569+
(effects (font (size 1.27 1.27)) hide)
570+
)
571+
(symbol "Tab_0_1"
572+
(arc (start -2.54 0) (mid -1.642 0.372) (end -1.27 1.27)
573+
(stroke (width 0.1524) (type default))
574+
(fill (type none))
575+
)
576+
(circle (center -1.524 0) (radius 0.0762)
577+
(stroke (width 0.1524) (type default))
578+
(fill (type none))
579+
)
580+
(circle (center -1.016 0) (radius 0.0762)
581+
(stroke (width 0.1524) (type default))
582+
(fill (type none))
583+
)
584+
(circle (center -0.508 0) (radius 0.0762)
585+
(stroke (width 0.1524) (type default))
586+
(fill (type none))
587+
)
588+
(polyline
589+
(pts
590+
(xy -3.81 0)
591+
(xy -2.54 0)
592+
)
593+
(stroke (width 0.1524) (type default))
594+
(fill (type none))
595+
)
596+
(polyline
597+
(pts
598+
(xy -1.27 1.27)
599+
(xy -1.27 2.54)
600+
)
601+
(stroke (width 0.1524) (type default))
602+
(fill (type none))
603+
)
604+
(polyline
605+
(pts
606+
(xy 1.27 1.27)
607+
(xy 1.27 2.54)
608+
)
609+
(stroke (width 0.1524) (type default))
610+
(fill (type none))
611+
)
612+
(polyline
613+
(pts
614+
(xy 1.27 2.54)
615+
(xy -1.27 2.54)
616+
)
617+
(stroke (width 0.1524) (type default))
618+
(fill (type none))
619+
)
620+
(polyline
621+
(pts
622+
(xy 2.54 0)
623+
(xy 3.81 0)
624+
)
625+
(stroke (width 0.1524) (type default))
626+
(fill (type none))
627+
)
628+
(polyline
629+
(pts
630+
(xy -3.81 0)
631+
(xy -3.81 -1.27)
632+
(xy 3.81 -1.27)
633+
(xy 3.81 0)
634+
)
635+
(stroke (width 0.1524) (type default))
636+
(fill (type none))
637+
)
638+
(circle (center 0 0) (radius 0.0762)
639+
(stroke (width 0.1524) (type default))
640+
(fill (type none))
641+
)
642+
(circle (center 0.508 0) (radius 0.0762)
643+
(stroke (width 0.1524) (type default))
644+
(fill (type none))
645+
)
646+
(circle (center 1.016 0) (radius 0.0762)
647+
(stroke (width 0.1524) (type default))
648+
(fill (type none))
649+
)
650+
(arc (start 1.27 1.27) (mid 1.642 0.372) (end 2.54 0)
651+
(stroke (width 0.1524) (type default))
652+
(fill (type none))
653+
)
654+
(circle (center 1.524 0) (radius 0.0762)
655+
(stroke (width 0.1524) (type default))
656+
(fill (type none))
657+
)
658+
)
659+
)
552660
(symbol "mechanical:LAG_Rocket" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
553661
(property "Reference" "NB" (at 0 3.81 0)
554662
(effects (font (size 1.524 1.524)))
@@ -1547,6 +1655,30 @@
15471655
)
15481656
)
15491657
1658+
(symbol (lib_id "kikit:Tab") (at 57.15 190.5 0) (unit 1)
1659+
(in_bom no) (on_board yes) (dnp no) (fields_autoplaced)
1660+
(uuid 36920fdd-6f81-4615-b06a-ac0f7218b454)
1661+
(property "Reference" "T103" (at 62.865 188.595 0)
1662+
(effects (font (size 1.27 1.27)) (justify left))
1663+
)
1664+
(property "Value" "Tab" (at 62.865 191.135 0)
1665+
(effects (font (size 1.27 1.27)) (justify left))
1666+
)
1667+
(property "Footprint" "kikit:Tab" (at 57.15 190.5 0)
1668+
(effects (font (size 1.27 1.27)) hide)
1669+
)
1670+
(property "Datasheet" "" (at 57.15 190.5 0)
1671+
(effects (font (size 1.27 1.27)) hide)
1672+
)
1673+
(instances
1674+
(project "candleLightfd-S01"
1675+
(path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
1676+
(reference "T103") (unit 1)
1677+
)
1678+
)
1679+
)
1680+
)
1681+
15501682
(symbol (lib_id "powerport:+3V3") (at 252.73 114.3 0) (unit 1)
15511683
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
15521684
(uuid 3cf46d36-740a-4fb9-929a-3d47d236a75e)
@@ -2187,6 +2319,30 @@
21872319
)
21882320
)
21892321
2322+
(symbol (lib_id "kikit:Tab") (at 24.13 190.5 0) (unit 1)
2323+
(in_bom no) (on_board yes) (dnp no) (fields_autoplaced)
2324+
(uuid ddb43cf1-7558-496d-b6be-07a8c62b9dd1)
2325+
(property "Reference" "T101" (at 29.845 188.595 0)
2326+
(effects (font (size 1.27 1.27)) (justify left))
2327+
)
2328+
(property "Value" "Tab" (at 29.845 191.135 0)
2329+
(effects (font (size 1.27 1.27)) (justify left))
2330+
)
2331+
(property "Footprint" "kikit:Tab" (at 24.13 190.5 0)
2332+
(effects (font (size 1.27 1.27)) hide)
2333+
)
2334+
(property "Datasheet" "" (at 24.13 190.5 0)
2335+
(effects (font (size 1.27 1.27)) hide)
2336+
)
2337+
(instances
2338+
(project "candleLightfd-S01"
2339+
(path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
2340+
(reference "T101") (unit 1)
2341+
)
2342+
)
2343+
)
2344+
)
2345+
21902346
(symbol (lib_id "powerport:GND") (at 243.84 99.06 0) (unit 1)
21912347
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
21922348
(uuid e0f9d109-1099-4e26-b0e0-94ed5f76a29a)
@@ -2237,6 +2393,30 @@
22372393
)
22382394
)
22392395
2396+
(symbol (lib_id "kikit:Tab") (at 39.37 190.5 0) (unit 1)
2397+
(in_bom no) (on_board yes) (dnp no) (fields_autoplaced)
2398+
(uuid ede94801-1327-46a3-91ac-39c6ec270d2d)
2399+
(property "Reference" "T102" (at 45.085 188.595 0)
2400+
(effects (font (size 1.27 1.27)) (justify left))
2401+
)
2402+
(property "Value" "Tab" (at 45.085 191.135 0)
2403+
(effects (font (size 1.27 1.27)) (justify left))
2404+
)
2405+
(property "Footprint" "kikit:Tab" (at 39.37 190.5 0)
2406+
(effects (font (size 1.27 1.27)) hide)
2407+
)
2408+
(property "Datasheet" "" (at 39.37 190.5 0)
2409+
(effects (font (size 1.27 1.27)) hide)
2410+
)
2411+
(instances
2412+
(project "candleLightfd-S01"
2413+
(path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
2414+
(reference "T102") (unit 1)
2415+
)
2416+
)
2417+
)
2418+
)
2419+
22402420
(symbol (lib_id "powerport:GND") (at 252.73 132.08 0) (unit 1)
22412421
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
22422422
(uuid eebbc047-2091-4331-9e53-ca46074585ad)
@@ -2336,6 +2516,30 @@
23362516
)
23372517
)
23382518
2519+
(symbol (lib_id "kikit:Tab") (at 73.66 190.5 0) (unit 1)
2520+
(in_bom no) (on_board yes) (dnp no) (fields_autoplaced)
2521+
(uuid f9bdc023-20ff-43dc-a896-f4b2d2dbb981)
2522+
(property "Reference" "T104" (at 79.375 188.595 0)
2523+
(effects (font (size 1.27 1.27)) (justify left))
2524+
)
2525+
(property "Value" "Tab" (at 79.375 191.135 0)
2526+
(effects (font (size 1.27 1.27)) (justify left))
2527+
)
2528+
(property "Footprint" "kikit:Tab" (at 73.66 190.5 0)
2529+
(effects (font (size 1.27 1.27)) hide)
2530+
)
2531+
(property "Datasheet" "" (at 73.66 190.5 0)
2532+
(effects (font (size 1.27 1.27)) hide)
2533+
)
2534+
(instances
2535+
(project "candleLightfd-S01"
2536+
(path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
2537+
(reference "T104") (unit 1)
2538+
)
2539+
)
2540+
)
2541+
)
2542+
23392543
(symbol (lib_id "powerport:+12V") (at 237.49 77.47 90) (unit 1)
23402544
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
23412545
(uuid fe9f3425-d32a-4b81-8ba3-ac89e599fcec)

0 commit comments

Comments
 (0)