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

View File

@ -1,6 +1,26 @@
{
"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": {
"defaults": {
"apply_defaults_to_fp_fields": false,
@ -491,7 +511,7 @@
"gencad": "",
"idf": "",
"netlist": "",
"plot": "export/",
"plot": "export/populate/",
"pos_files": "",
"specctra_dsn": "freerouting.dsn",
"step": "export/supply.step",

File diff suppressed because it is too large Load Diff