This commit is contained in:
Vladimir Vinogradov 2021-11-14 01:17:16 +03:00
parent 6122795cff
commit 4c6b08cd9b
4 changed files with 5798 additions and 3970 deletions

File diff suppressed because it is too large Load Diff

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",
@ -88,6 +89,7 @@
"silk_over_copper": "error",
"silk_overlap": "error",
"skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
@ -104,27 +106,40 @@
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_clearance": 0.15,
"min_copper_edge_clearance": 0.09999999999999999,
"min_hole_clearance": 0.0,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.19999999999999998,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997,
"min_via_annular_width": 0.15,
"min_via_diameter": 0.299,
"use_height_for_length_calcs": true
},
"track_widths": [
0.0,
0.2
0.2,
0.35,
0.4,
0.5,
0.6,
0.8,
1.0,
1.5,
2.0,
3.0
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
},
{
"diameter": 0.6,
"drill": 0.3
}
],
"zones_allow_external_fillets": false,
@ -346,14 +361,14 @@
"pinned_symbol_libs": []
},
"meta": {
"filename": "proteusM74.kicad_pro",
"filename": "proteusM54.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12.0,
"clearance": 0.2,
"clearance": 0.15,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
@ -363,7 +378,38 @@
"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.2,
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6.0
},
{
"bus_width": 12.0,
"clearance": 0.8,
"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": "HV",
"nets": [
"/HV1",
"/HV2",
"/HV3",
"/HV4",
"/HV5",
"/HV6",
"/OUT_IGN1",
"/OUT_IGN2",
"/OUT_IGN3",
"/OUT_IGN4",
"/OUT_IGN5",
"/OUT_IGN6"
],
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 1.5,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0

File diff suppressed because it is too large Load Diff