mirror of
https://codeberg.org/hkzlab/TK2000_DiskInterface_REDUX.git
synced 2026-01-03 21:39:19 +11:00
Some tracing
This commit is contained in:
parent
2f4b6d8500
commit
9be49d1238
3 changed files with 2700 additions and 1103 deletions
|
|
@ -51,7 +51,13 @@
|
|||
"min_clearance": 0.5
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [],
|
||||
"diff_pair_dimensions": [
|
||||
{
|
||||
"gap": 0.0,
|
||||
"via_gap": 0.0,
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
|
|
@ -180,7 +186,14 @@
|
|||
"td_width_to_size_filter_ratio": 0.9
|
||||
}
|
||||
],
|
||||
"track_widths": [],
|
||||
"track_widths": [
|
||||
0.0,
|
||||
0.3,
|
||||
0.4,
|
||||
0.5,
|
||||
0.6,
|
||||
0.8
|
||||
],
|
||||
"tuning_pattern_settings": {
|
||||
"diff_pair_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
|
|
@ -207,7 +220,12 @@
|
|||
"spacing": 0.6
|
||||
}
|
||||
},
|
||||
"via_dimensions": [],
|
||||
"via_dimensions": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"ipc2581": {
|
||||
|
|
@ -472,6 +490,20 @@
|
|||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"name": "POWER",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 0,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.6
|
||||
},
|
||||
{
|
||||
"name": "POWER_HI",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 1,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.8
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
|
|
@ -479,7 +511,24 @@
|
|||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": []
|
||||
"netclass_patterns": [
|
||||
{
|
||||
"netclass": "POWER_HI",
|
||||
"pattern": "+5V"
|
||||
},
|
||||
{
|
||||
"netclass": "POWER_HI",
|
||||
"pattern": "GND"
|
||||
},
|
||||
{
|
||||
"netclass": "POWER",
|
||||
"pattern": "*12V"
|
||||
},
|
||||
{
|
||||
"netclass": "POWER",
|
||||
"pattern": "/VCC_SWITCHED_*"
|
||||
}
|
||||
]
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue