sch/brd: complete routing for v1 with MCU

This commit is contained in:
King Kévin 2023-06-11 19:22:54 +02:00
parent 537dbd6505
commit 99e48ea182
3 changed files with 19076 additions and 6038 deletions

File diff suppressed because it is too large Load Diff

View File

@ -46,7 +46,7 @@
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.508
"min_clearance": 0.3
}
},
"diff_pair_dimensions": [
@ -56,10 +56,7 @@
"width": 0.0
}
],
"drc_exclusions": [
"missing_courtyard|32185786|34300000|2b0ca1b9-efc4-4dd6-b6f4-8b2a9e1ce8a0|00000000-0000-0000-0000-000000000000",
"missing_courtyard|47135786|34250000|386fc2dd-d265-4c8e-a281-53bf69be5d19|00000000-0000-0000-0000-000000000000"
],
"drc_exclusions": [],
"meta": {
"version": 2
},
@ -179,12 +176,23 @@
],
"track_widths": [
0.0,
0.5
0.15,
0.3,
0.5,
1.5
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
},
{
"diameter": 0.6,
"drill": 0.3
},
{
"diameter": 0.8,
"drill": 0.4
}
],
"zones_allow_external_fillets": false,

File diff suppressed because it is too large Load Diff