Mesh test board WIP

This commit is contained in:
jaseg 2024-04-25 15:53:14 +02:00
parent 5a60deca36
commit d6d6a2758c
5 changed files with 29033 additions and 7468 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,11 +1,11 @@
{
"board": {
"active_layer": 31,
"active_layer": 37,
"active_layer_preset": "All Layers",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 0,
"high_contrast_mode": 1,
"net_color_mode": 1,
"opacity": {
"images": 0.6,
@ -22,8 +22,8 @@
"lockedItems": false,
"otherItems": false,
"pads": false,
"text": false,
"tracks": true,
"text": true,
"tracks": false,
"vias": false,
"zones": false
},

View file

@ -115,7 +115,7 @@
},
"rules": {
"max_error": 0.005,
"min_clearance": 0.0,
"min_clearance": 0.12,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.5,
"min_hole_clearance": 0.25,
@ -178,6 +178,8 @@
],
"track_widths": [
0.0,
0.12,
0.15,
0.3
],
"tuning_pattern_settings": {
@ -462,7 +464,7 @@
"classes": [
{
"bus_width": 12,
"clearance": 0.2,
"clearance": 0.12,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
@ -483,9 +485,36 @@
},
"net_colors": null,
"netclass_assignments": {
"/M0A": "",
"/M0B": "",
"/M1A": "",
"/M1B": "",
"/M2A": "",
"/M2B": "",
"/M3A": "",
"/M3B": "",
"/M4A": "",
"/M4B": "",
"/M5A": "",
"/M5B": "",
"/M6A": "",
"/M6B": "",
"GND": "",
"Net-(J1-Pin_13)": "",
"Net-(J1-Pin_15)": "",
"Net-(J1-Pin_17)": "",
"Net-(J1-Pin_19)": "",
"Net-(J10-Pin_5)": "",
"Net-(J10-Pin_6)": "",
"Net-(J11-Pin_1)": "",
"Net-(J11-Pin_2)": "",
"Net-(J11-Pin_3)": "",
"Net-(J11-Pin_4)": "",
"Net-(J11-Pin_5)": "",
"Net-(J11-Pin_6)": "",
"Net-(J12-Pin_3)": "",
"Net-(J12-Pin_5)": "",
"Net-(J12-Pin_6)": "",
"Net-(J2-Pin_13)": "",
"Net-(J2-Pin_15)": "",
"Net-(J2-Pin_17)": "",
@ -494,7 +523,50 @@
"Net-(J3-Pin_15)": "",
"Net-(J3-Pin_17)": "",
"Net-(J3-Pin_19)": "",
"Net-(J4-Pin_13)": "",
"Net-(J4-Pin_15)": "",
"Net-(J4-Pin_17)": "",
"Net-(J4-Pin_19)": "",
"Net-(J5-Pin_5)": "",
"Net-(J5-Pin_6)": "",
"Net-(J6-Pin_5)": "",
"Net-(J6-Pin_6)": "",
"Net-(J7-Pin_1)": "",
"Net-(J7-Pin_2)": "",
"Net-(J7-Pin_3)": "",
"Net-(J7-Pin_4)": "",
"Net-(J7-Pin_5)": "",
"Net-(J7-Pin_6)": "",
"Net-(J9-Pin_1)": "",
"Net-(J9-Pin_2)": "",
"Net-(J9-Pin_3)": "",
"Net-(J9-Pin_4)": "",
"Net-(J9-Pin_5)": "",
"Net-(J9-Pin_6)": "",
"Net-(R1-Pad1)": "",
"Net-(R10-Pad1)": "",
"Net-(R10-Pad2)": "",
"Net-(R11-Pad2)": "",
"Net-(R12-Pad2)": "",
"Net-(R14-Pad2)": "",
"Net-(R15-Pad1)": "",
"Net-(R16-Pad1)": "",
"Net-(R19-Pad1)": "",
"Net-(R2-Pad2)": "",
"Net-(R20-Pad1)": "",
"Net-(R21-Pad1)": "",
"Net-(R22-Pad1)": "",
"Net-(R23-Pad1)": "",
"Net-(R24-Pad1)": "",
"Net-(R25-Pad1)": "",
"Net-(R26-Pad1)": "",
"Net-(R27-Pad1)": "",
"Net-(R35-Pad1)": "",
"Net-(R37-Pad1)": "",
"Net-(R38-Pad1)": "",
"Net-(R38-Pad2)": "",
"Net-(R4-Pad2)": "",
"Net-(R6-Pad2)": "",
"unconnected-(J1-Pin_1-Pad1)": "",
"unconnected-(J1-Pin_10-Pad10)": "",
"unconnected-(J1-Pin_11-Pad11)": "",
@ -659,12 +731,24 @@
"label": "Datasheet",
"name": "Datasheet",
"show": true
},
{
"group_by": false,
"label": "Description",
"name": "Description",
"show": false
},
{
"group_by": false,
"label": "#",
"name": "${ITEM_NUMBER}",
"show": false
}
],
"filter_string": "",
"group_symbols": true,
"include_excluded_from_bom": true,
"name": "Default Editing",
"include_excluded_from_bom": false,
"name": "",
"sort_asc": true,
"sort_field": "Reference"
},

File diff suppressed because it is too large Load diff