|
@@ -60,8 +60,14 @@
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"drc_exclusions": [
|
|
"drc_exclusions": [
|
|
- "silk_over_copper|237250000|152980000|bc197296-be97-4188-b31a-4765fffc8da7|00000000-0000-0000-0000-000000000000",
|
|
|
|
- "silk_over_copper|237250000|64080000|0384e95f-b817-4fce-b670-596013b251c1|00000000-0000-0000-0000-000000000000"
|
|
|
|
|
|
+ [
|
|
|
|
+ "silk_over_copper|237250000|152980000|bc197296-be97-4188-b31a-4765fffc8da7|00000000-0000-0000-0000-000000000000",
|
|
|
|
+ ""
|
|
|
|
+ ],
|
|
|
|
+ [
|
|
|
|
+ "silk_over_copper|237250000|64080000|0384e95f-b817-4fce-b670-596013b251c1|00000000-0000-0000-0000-000000000000",
|
|
|
|
+ ""
|
|
|
|
+ ]
|
|
],
|
|
],
|
|
"meta": {
|
|
"meta": {
|
|
"filename": "board_design_settings.json",
|
|
"filename": "board_design_settings.json",
|
|
@@ -74,16 +80,19 @@
|
|
"copper_edge_clearance": "error",
|
|
"copper_edge_clearance": "error",
|
|
"copper_sliver": "warning",
|
|
"copper_sliver": "warning",
|
|
"courtyards_overlap": "error",
|
|
"courtyards_overlap": "error",
|
|
|
|
+ "creepage": "error",
|
|
"diff_pair_gap_out_of_range": "error",
|
|
"diff_pair_gap_out_of_range": "error",
|
|
"diff_pair_uncoupled_length_too_long": "error",
|
|
"diff_pair_uncoupled_length_too_long": "error",
|
|
"drill_out_of_range": "error",
|
|
"drill_out_of_range": "error",
|
|
"duplicate_footprints": "warning",
|
|
"duplicate_footprints": "warning",
|
|
"extra_footprint": "warning",
|
|
"extra_footprint": "warning",
|
|
"footprint": "error",
|
|
"footprint": "error",
|
|
|
|
+ "footprint_filters_mismatch": "ignore",
|
|
"footprint_symbol_mismatch": "warning",
|
|
"footprint_symbol_mismatch": "warning",
|
|
"footprint_type_mismatch": "error",
|
|
"footprint_type_mismatch": "error",
|
|
"hole_clearance": "error",
|
|
"hole_clearance": "error",
|
|
"hole_near_hole": "error",
|
|
"hole_near_hole": "error",
|
|
|
|
+ "hole_to_hole": "error",
|
|
"holes_co_located": "warning",
|
|
"holes_co_located": "warning",
|
|
"invalid_outline": "error",
|
|
"invalid_outline": "error",
|
|
"isolated_copper": "warning",
|
|
"isolated_copper": "warning",
|
|
@@ -94,9 +103,11 @@
|
|
"lib_footprint_mismatch": "warning",
|
|
"lib_footprint_mismatch": "warning",
|
|
"malformed_courtyard": "error",
|
|
"malformed_courtyard": "error",
|
|
"microvia_drill_out_of_range": "error",
|
|
"microvia_drill_out_of_range": "error",
|
|
|
|
+ "mirrored_text_on_front_layer": "warning",
|
|
"missing_courtyard": "ignore",
|
|
"missing_courtyard": "ignore",
|
|
"missing_footprint": "warning",
|
|
"missing_footprint": "warning",
|
|
"net_conflict": "warning",
|
|
"net_conflict": "warning",
|
|
|
|
+ "nonmirrored_text_on_back_layer": "warning",
|
|
"npth_inside_courtyard": "ignore",
|
|
"npth_inside_courtyard": "ignore",
|
|
"padstack": "error",
|
|
"padstack": "error",
|
|
"pth_inside_courtyard": "ignore",
|
|
"pth_inside_courtyard": "ignore",
|
|
@@ -108,10 +119,13 @@
|
|
"solder_mask_bridge": "error",
|
|
"solder_mask_bridge": "error",
|
|
"starved_thermal": "error",
|
|
"starved_thermal": "error",
|
|
"text_height": "warning",
|
|
"text_height": "warning",
|
|
|
|
+ "text_on_edge_cuts": "error",
|
|
"text_thickness": "warning",
|
|
"text_thickness": "warning",
|
|
"through_hole_pad_without_hole": "error",
|
|
"through_hole_pad_without_hole": "error",
|
|
"too_many_vias": "error",
|
|
"too_many_vias": "error",
|
|
|
|
+ "track_angle": "error",
|
|
"track_dangling": "warning",
|
|
"track_dangling": "warning",
|
|
|
|
+ "track_segment_length": "error",
|
|
"track_width": "error",
|
|
"track_width": "error",
|
|
"tracks_crossing": "error",
|
|
"tracks_crossing": "error",
|
|
"unconnected_items": "error",
|
|
"unconnected_items": "error",
|
|
@@ -129,6 +143,7 @@
|
|
"min_clearance": 0.0,
|
|
"min_clearance": 0.0,
|
|
"min_connection": 0.0,
|
|
"min_connection": 0.0,
|
|
"min_copper_edge_clearance": 0.05,
|
|
"min_copper_edge_clearance": 0.05,
|
|
|
|
+ "min_groove_width": 0.0,
|
|
"min_hole_clearance": 0.25,
|
|
"min_hole_clearance": 0.25,
|
|
"min_hole_to_hole": 0.25,
|
|
"min_hole_to_hole": 0.25,
|
|
"min_microvia_diameter": 0.2,
|
|
"min_microvia_diameter": 0.2,
|
|
@@ -146,10 +161,11 @@
|
|
},
|
|
},
|
|
"teardrop_options": [
|
|
"teardrop_options": [
|
|
{
|
|
{
|
|
- "td_onpadsmd": true,
|
|
|
|
|
|
+ "td_onpthpad": true,
|
|
"td_onroundshapesonly": false,
|
|
"td_onroundshapesonly": false,
|
|
|
|
+ "td_onsmdpad": true,
|
|
"td_ontrackend": false,
|
|
"td_ontrackend": false,
|
|
- "td_onviapad": true
|
|
|
|
|
|
+ "td_onvia": true
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"teardrop_parameters": [
|
|
"teardrop_parameters": [
|
|
@@ -254,6 +270,7 @@
|
|
"mfg": "",
|
|
"mfg": "",
|
|
"mpn": ""
|
|
"mpn": ""
|
|
},
|
|
},
|
|
|
|
+ "layer_pairs": [],
|
|
"layer_presets": [],
|
|
"layer_presets": [],
|
|
"viewports": []
|
|
"viewports": []
|
|
},
|
|
},
|
|
@@ -448,10 +465,15 @@
|
|
"duplicate_sheet_names": "error",
|
|
"duplicate_sheet_names": "error",
|
|
"endpoint_off_grid": "warning",
|
|
"endpoint_off_grid": "warning",
|
|
"extra_units": "error",
|
|
"extra_units": "error",
|
|
|
|
+ "footprint_filter": "ignore",
|
|
|
|
+ "footprint_link_issues": "warning",
|
|
|
|
+ "four_way_junction": "ignore",
|
|
"global_label_dangling": "warning",
|
|
"global_label_dangling": "warning",
|
|
"hier_label_mismatch": "error",
|
|
"hier_label_mismatch": "error",
|
|
"label_dangling": "error",
|
|
"label_dangling": "error",
|
|
|
|
+ "label_multiple_wires": "warning",
|
|
"lib_symbol_issues": "warning",
|
|
"lib_symbol_issues": "warning",
|
|
|
|
+ "lib_symbol_mismatch": "warning",
|
|
"missing_bidi_pin": "warning",
|
|
"missing_bidi_pin": "warning",
|
|
"missing_input_pin": "warning",
|
|
"missing_input_pin": "warning",
|
|
"missing_power_pin": "error",
|
|
"missing_power_pin": "error",
|
|
@@ -464,9 +486,14 @@
|
|
"pin_not_driven": "error",
|
|
"pin_not_driven": "error",
|
|
"pin_to_pin": "warning",
|
|
"pin_to_pin": "warning",
|
|
"power_pin_not_driven": "error",
|
|
"power_pin_not_driven": "error",
|
|
|
|
+ "same_local_global_label": "warning",
|
|
|
|
+ "similar_label_and_power": "warning",
|
|
"similar_labels": "warning",
|
|
"similar_labels": "warning",
|
|
|
|
+ "similar_power": "warning",
|
|
"simulation_model_issue": "ignore",
|
|
"simulation_model_issue": "ignore",
|
|
|
|
+ "single_global_label": "ignore",
|
|
"unannotated": "error",
|
|
"unannotated": "error",
|
|
|
|
+ "unconnected_wire_endpoint": "warning",
|
|
"unit_value_mismatch": "error",
|
|
"unit_value_mismatch": "error",
|
|
"unresolved_variable": "error",
|
|
"unresolved_variable": "error",
|
|
"wire_dangling": "error"
|
|
"wire_dangling": "error"
|
|
@@ -478,7 +505,7 @@
|
|
},
|
|
},
|
|
"meta": {
|
|
"meta": {
|
|
"filename": "Desktop_50_Pin_TopConn.kicad_pro",
|
|
"filename": "Desktop_50_Pin_TopConn.kicad_pro",
|
|
- "version": 1
|
|
|
|
|
|
+ "version": 3
|
|
},
|
|
},
|
|
"net_settings": {
|
|
"net_settings": {
|
|
"classes": [
|
|
"classes": [
|
|
@@ -493,6 +520,7 @@
|
|
"microvia_drill": 0.1,
|
|
"microvia_drill": 0.1,
|
|
"name": "Default",
|
|
"name": "Default",
|
|
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
|
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
|
|
|
+ "priority": 2147483647,
|
|
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
|
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
|
"track_width": 0.25,
|
|
"track_width": 0.25,
|
|
"via_diameter": 0.8,
|
|
"via_diameter": 0.8,
|
|
@@ -501,7 +529,7 @@
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"meta": {
|
|
"meta": {
|
|
- "version": 3
|
|
|
|
|
|
+ "version": 4
|
|
},
|
|
},
|
|
"net_colors": null,
|
|
"net_colors": null,
|
|
"netclass_assignments": null,
|
|
"netclass_assignments": null,
|
|
@@ -673,6 +701,7 @@
|
|
],
|
|
],
|
|
"filter_string": "",
|
|
"filter_string": "",
|
|
"group_symbols": true,
|
|
"group_symbols": true,
|
|
|
|
+ "include_excluded_from_bom": false,
|
|
"name": "",
|
|
"name": "",
|
|
"sort_asc": true,
|
|
"sort_asc": true,
|
|
"sort_field": "Reference"
|
|
"sort_field": "Reference"
|
|
@@ -716,6 +745,7 @@
|
|
},
|
|
},
|
|
"page_layout_descr_file": "",
|
|
"page_layout_descr_file": "",
|
|
"plot_directory": "pdf",
|
|
"plot_directory": "pdf",
|
|
|
|
+ "space_save_all_events": true,
|
|
"spice_adjust_passive_values": false,
|
|
"spice_adjust_passive_values": false,
|
|
"spice_current_sheet_as_root": false,
|
|
"spice_current_sheet_as_root": false,
|
|
"spice_external_command": "spice \"%I\"",
|
|
"spice_external_command": "spice \"%I\"",
|