This commit is contained in:
Vladimir Vinogradov 2021-11-01 22:27:47 +03:00
parent 92f5f8516c
commit 0f49c778e2
3 changed files with 9463 additions and 8388 deletions

File diff suppressed because it is too large Load Diff

View File

@ -70,6 +70,7 @@
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
@ -85,9 +86,10 @@
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_over_copper": "error",
"silk_over_copper": "warning",
"silk_overlap": "error",
"skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
@ -111,7 +113,7 @@
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.3,
"min_through_hole_diameter": 0.29999,
"min_track_width": 0.19999999999999998,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997,

File diff suppressed because it is too large Load Diff