add jumpers, fix nets

This commit is contained in:
zyphlar
2026-07-04 03:28:12 -07:00
parent 03ff592b3c
commit 874276636e
4 changed files with 5407 additions and 520 deletions
@@ -0,0 +1,186 @@
(footprint "TestPoint_Bridge_Pitch2.54mm_Drill1.0mm"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "wire loop as test point, pitch 2.54mm, hole diameter 1.0mm, wire diameter 0.8mm")
(tags "test point wire loop")
(property "Reference" "JP12"
(at -3.32 0.03 0)
(layer "F.SilkS")
(uuid "52657ef5-2257-4914-989e-eeb5186debcb")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "~"
(at 5.57 -1.17 0)
(layer "F.Fab")
(uuid "93846d3d-68c5-4744-9bb3-ef5e1a747edf")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "ac86c74a-5924-47a7-a2b8-9d5f67781f00")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" "Solder Jumper, 2-pole, closed/bridged"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "0f362018-09c7-4d81-ba6a-8b27ee90b255")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr through_hole exclude_from_bom)
(fp_line
(start -1.2 -1.2)
(end -1.2 1.2)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
(uuid "fcfbb0e1-6d9f-4c2b-8b17-9d34bf2e2eab")
)
(fp_line
(start -1.2 1.2)
(end 3.7 1.2)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
(uuid "97ffbbf2-821b-4b1a-b5d3-17880c9a4066")
)
(fp_line
(start 3.7 -1.2)
(end -1.2 -1.2)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
(uuid "d9bfc39b-17de-4a82-9b3b-98a17605467c")
)
(fp_line
(start 3.7 1.2)
(end 3.7 -1.2)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
(uuid "d0879f97-5fbf-4054-957d-0277ff3106b4")
)
(fp_line
(start -1.5 -1.5)
(end -1.5 1.5)
(stroke
(width 0.05)
(type solid)
)
(layer "F.CrtYd")
(uuid "9e69d66e-66b2-4979-902b-e8c0efff9491")
)
(fp_line
(start -1.5 -1.5)
(end 4.04 -1.5)
(stroke
(width 0.05)
(type solid)
)
(layer "F.CrtYd")
(uuid "8cb085a0-63fc-414f-9c7f-6a1abaeabb9b")
)
(fp_line
(start 4.04 1.5)
(end -1.5 1.5)
(stroke
(width 0.05)
(type solid)
)
(layer "F.CrtYd")
(uuid "24dc771b-fbbd-4de0-bfc6-357c024fdbbc")
)
(fp_line
(start 4.04 1.5)
(end 4.04 -1.5)
(stroke
(width 0.05)
(type solid)
)
(layer "F.CrtYd")
(uuid "0cc5a95c-9b7f-46ae-9521-01557d47a01c")
)
(fp_line
(start 2.54 0)
(end 0 0)
(stroke
(width 0.12)
(type solid)
)
(layer "F.Fab")
(uuid "dc6cd189-aed9-4aae-ba90-97ce21a94ecb")
)
(fp_text user "${REFERENCE}"
(at 9.7 0.78 0)
(layer "F.Fab")
(uuid "6913e19c-125a-4190-a2c5-fb2e6a0319fe")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(pad "1" thru_hole circle
(at 0 0)
(size 2 2)
(drill 1)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "7997be8f-b557-42c7-b7da-64bb969f5d88")
)
(pad "2" thru_hole circle
(at 2.54 0)
(size 2 2)
(drill 1)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "fbc49f1f-139e-499e-b0c9-cde15e2230ac")
)
(embedded_fonts no)
(model "${KICAD9_3DMODEL_DIR}/TestPoint.3dshapes/TestPoint_Bridge_Pitch2.54mm_Drill1.0mm.wrl"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)
+3530 -364
View File
File diff suppressed because it is too large Load Diff
+75 -17
View File
@@ -511,6 +511,22 @@
{ {
"netclass": "Default", "netclass": "Default",
"pattern": "/C_3V3" "pattern": "/C_3V3"
},
{
"netclass": "Default",
"pattern": "/C_BTN1"
},
{
"netclass": "Default",
"pattern": "/C_BTN2"
},
{
"netclass": "Default",
"pattern": "/C_BTN3"
},
{
"netclass": "Default",
"pattern": "/AUDIO_OUT"
} }
] ]
}, },
@@ -551,6 +567,30 @@
"name": "Reference", "name": "Reference",
"show": true "show": true
}, },
{
"group_by": true,
"label": "Value",
"name": "Value",
"show": true
},
{
"group_by": true,
"label": "Footprint",
"name": "Footprint",
"show": true
},
{
"group_by": false,
"label": "Datasheet",
"name": "Datasheet",
"show": true
},
{
"group_by": false,
"label": "Description",
"name": "Description",
"show": false
},
{ {
"group_by": false, "group_by": false,
"label": "Qty", "label": "Qty",
@@ -558,10 +598,40 @@
"show": true "show": true
}, },
{ {
"group_by": true, "group_by": false,
"label": "Value", "label": "#",
"name": "Value", "name": "${ITEM_NUMBER}",
"show": true "show": false
},
{
"group_by": false,
"label": "LCSC Part Name",
"name": "LCSC Part Name",
"show": false
},
{
"group_by": false,
"label": "Manufacturer",
"name": "Manufacturer",
"show": false
},
{
"group_by": false,
"label": "Manufacturer Part",
"name": "Manufacturer Part",
"show": false
},
{
"group_by": false,
"label": "Supplier",
"name": "Supplier",
"show": false
},
{
"group_by": false,
"label": "Supplier Part",
"name": "Supplier Part",
"show": false
}, },
{ {
"group_by": true, "group_by": true,
@@ -580,24 +650,12 @@
"label": "Exclude from Board", "label": "Exclude from Board",
"name": "${EXCLUDE_FROM_BOARD}", "name": "${EXCLUDE_FROM_BOARD}",
"show": true "show": true
},
{
"group_by": true,
"label": "Footprint",
"name": "Footprint",
"show": true
},
{
"group_by": false,
"label": "Datasheet",
"name": "Datasheet",
"show": true
} }
], ],
"filter_string": "", "filter_string": "",
"group_symbols": true, "group_symbols": true,
"include_excluded_from_bom": true, "include_excluded_from_bom": true,
"name": "Default Editing", "name": "",
"sort_asc": true, "sort_asc": true,
"sort_field": "Reference" "sort_field": "Reference"
}, },
+1616 -139
View File
File diff suppressed because it is too large Load Diff