pcb v1
This commit is contained in:
@@ -58,12 +58,7 @@
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [
|
||||
"lib_footprint_mismatch|125682000|71659500|f023f64a-5bdc-4237-8976-8b9311d126d2|00000000-0000-0000-0000-000000000000",
|
||||
"lib_footprint_mismatch|140081000|71501000|1fe94b9b-0dc5-485c-ac82-b50f9316b3e9|00000000-0000-0000-0000-000000000000",
|
||||
"text_on_edge_cuts|144018000|95758000|4c08de21-ceeb-4f2b-b74e-460e3fbadb7c|00000000-0000-0000-0000-000000000000",
|
||||
"text_on_edge_cuts|76377800|95350000|446f9656-57d9-44c9-8c67-739f5069f7b2|00000000-0000-0000-0000-000000000000"
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
@@ -91,7 +86,7 @@
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"lib_footprint_issues": "warning",
|
||||
"lib_footprint_mismatch": "warning",
|
||||
"lib_footprint_mismatch": "ignore",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"missing_courtyard": "ignore",
|
||||
@@ -185,7 +180,8 @@
|
||||
"track_widths": [
|
||||
0.0,
|
||||
0.2032,
|
||||
0.254
|
||||
0.254,
|
||||
0.4064
|
||||
],
|
||||
"tuning_pattern_settings": {
|
||||
"diff_pair_defaults": {
|
||||
@@ -217,6 +213,14 @@
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
},
|
||||
{
|
||||
"diameter": 0.6,
|
||||
"drill": 0.3
|
||||
},
|
||||
{
|
||||
"diameter": 0.8,
|
||||
"drill": 0.4
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false
|
||||
@@ -473,6 +477,23 @@
|
||||
"via_drill": 0.3048,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.2032,
|
||||
"diff_pair_gap": 0.254,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2032,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3048,
|
||||
"microvia_drill": 0.1016,
|
||||
"name": "3v3",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.4064,
|
||||
"via_diameter": 0.6096,
|
||||
"via_drill": 0.3048,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.2032,
|
||||
@@ -506,12 +527,12 @@
|
||||
"pattern": "+5V"
|
||||
},
|
||||
{
|
||||
"netclass": "power",
|
||||
"netclass": "3v3",
|
||||
"pattern": "+3V3"
|
||||
},
|
||||
{
|
||||
"netclass": "Default",
|
||||
"pattern": ""
|
||||
"netclass": "3v3",
|
||||
"pattern": "VBUS"
|
||||
},
|
||||
{
|
||||
"netclass": "power",
|
||||
|
||||
Reference in New Issue
Block a user