downsize some resistors

This commit is contained in:
2023-06-29 13:54:40 -07:00
parent c249b46a83
commit 4dada54e5b
3 changed files with 2121 additions and 1608 deletions

View File

File diff suppressed because it is too large Load Diff

View File

@@ -172,7 +172,9 @@
}
],
"track_widths": [
0.0
0.0,
2.54,
5.08
],
"via_dimensions": [
{
@@ -422,7 +424,7 @@
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"track_width": 0.254,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
@@ -439,7 +441,7 @@
"name": "Power",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.5,
"track_width": 0.508,
"via_diameter": 1.0,
"via_drill": 0.6,
"wire_width": 6

View File

File diff suppressed because it is too large Load Diff