supply: Fix issues noticed at soldering (footprints, missing TP, via, TVS polarity)

This commit is contained in:
jonny 2024-11-20 10:37:17 +01:00
parent 4444a99d63
commit 28279bbd30
4 changed files with 5543 additions and 4099 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"board": { "board": {
"active_layer": 37, "active_layer": 31,
"active_layer_preset": "", "active_layer_preset": "",
"auto_track_width": false, "auto_track_width": false,
"hidden_netclasses": [], "hidden_netclasses": [],
@ -16,15 +16,15 @@
}, },
"selection_filter": { "selection_filter": {
"dimensions": false, "dimensions": false,
"footprints": false, "footprints": true,
"graphics": false, "graphics": true,
"keepouts": false, "keepouts": false,
"lockedItems": false, "lockedItems": false,
"otherItems": false, "otherItems": false,
"pads": false, "pads": false,
"text": false, "text": true,
"tracks": false, "tracks": true,
"vias": true, "vias": false,
"zones": false "zones": false
}, },
"visible_items": [ "visible_items": [
@ -56,13 +56,14 @@
29, 29,
30, 30,
32, 32,
33,
34, 34,
35, 35,
36, 36,
39, 39,
40 40
], ],
"visible_layers": "4827fb0_80000001", "visible_layers": "48352a0_80000001",
"zone_display_mode": 0 "zone_display_mode": 0
}, },
"git": { "git": {

View File

@ -1,6 +1,26 @@
{ {
"board": { "board": {
"3dviewports": [], "3dviewports": [
{
"name": "diagnal",
"ww": 1.0,
"wx": -8.112813949584961,
"wy": 14.884926795959473,
"wz": -34.740848541259766,
"xw": 0.0,
"xx": 0.7877142429351807,
"xy": -0.42843520641326904,
"xz": 0.44266223907470703,
"yw": 0.0,
"yx": 0.6139357686042786,
"yy": 0.6052836775779724,
"yz": -0.5066667795181274,
"zw": 0.0,
"zx": -0.050861816853284836,
"zy": 0.6708756685256958,
"zz": 0.7398237586021423
}
],
"design_settings": { "design_settings": {
"defaults": { "defaults": {
"apply_defaults_to_fp_fields": false, "apply_defaults_to_fp_fields": false,
@ -491,7 +511,7 @@
"gencad": "", "gencad": "",
"idf": "", "idf": "",
"netlist": "", "netlist": "",
"plot": "export/", "plot": "export/populate/",
"pos_files": "", "pos_files": "",
"specctra_dsn": "freerouting.dsn", "specctra_dsn": "freerouting.dsn",
"step": "export/supply.step", "step": "export/supply.step",

File diff suppressed because it is too large Load Diff