brd: improve isolation clearance

This commit is contained in:
King Kévin 2023-12-18 22:10:27 +01:00
parent 438cad8645
commit 8b67ace26c
2 changed files with 3940 additions and 4052 deletions

File diff suppressed because it is too large Load Diff

View File

@ -435,6 +435,23 @@
"via_drill": 0.3,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.5,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Isolated",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 1.0,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.2,
@ -482,15 +499,23 @@
},
{
"netclass": "Thick",
"pattern": "GND*"
"pattern": "GND"
},
{
"netclass": "Thick",
"pattern": "*5V*"
"pattern": "*5V"
},
{
"netclass": "Thick",
"pattern": "*VIN*"
},
{
"netclass": "Isolated",
"pattern": "*ISOL*"
},
{
"netclass": "Isolated",
"pattern": "GNDREF"
}
]
},