Skip to content

Commit 1e0873a

Browse files
committed
fixed footprint causing error spam
1 parent e28f32f commit 1e0873a

File tree

8 files changed

+126366
-76119
lines changed

8 files changed

+126366
-76119
lines changed

KiCad Files/MainPCB_HS/EnvKB_HS.kicad_pcb

+122,850-73,555
Large diffs are not rendered by default.

KiCad Files/MainPCB_HS/EnvKB_HS.kicad_prl

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"board": {
33
"active_layer": 0,
44
"active_layer_preset": "",
5-
"auto_track_width": false,
5+
"auto_track_width": true,
66
"hidden_netclasses": [],
77
"hidden_nets": [],
88
"high_contrast_mode": 1,
@@ -66,7 +66,7 @@
6666
35,
6767
36
6868
],
69-
"visible_layers": "000ffff_80000001",
69+
"visible_layers": "002ffff_80000001",
7070
"zone_display_mode": 1
7171
},
7272
"meta": {

KiCad Files/MainPCB_HS/EnvKB_HS.kicad_pro

+19-17
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"other_text_thickness": 0.15,
3535
"other_text_upright": false,
3636
"pads": {
37-
"drill": 3.7,
38-
"height": 6.0,
39-
"width": 6.0
37+
"drill": 3.73,
38+
"height": 6.2,
39+
"width": 6.2
4040
},
4141
"silk_line_width": 0.09999999999999999,
4242
"silk_text_italic": false,
@@ -56,17 +56,7 @@
5656
"width": 0.0
5757
}
5858
],
59-
"drc_exclusions": [
60-
"hole_clearance|288310000|176655000|1cc6c6b3-e05f-423c-9962-a5a8a11351b9|f08d60a9-55b1-4408-b94f-260833a17d25",
61-
"hole_clearance|70538000|180515000|7743ee44-0959-4ac5-8ec9-d5dcda2a6b39|a1e399de-7197-482c-ae1f-406df563b48d",
62-
"hole_clearance|72090000|181170000|70ad11be-5470-4e9d-b0c9-aaeff2c0809a|a1e399de-7197-482c-ae1f-406df563b48d",
63-
"hole_near_hole|289600000|163320000|659f5478-cdd6-402b-b515-53f953cb73e4|de1b8602-5ed6-4c89-ae32-688d3eaaf1be",
64-
"hole_near_hole|304015000|170838000|a67d57a0-54fd-4f4a-82a3-66a4ac645cc9|5a72d974-5708-4069-a463-e89514dfd458",
65-
"hole_near_hole|311000000|158900000|367fadb5-656c-4f7e-8dc0-fe878a037ba5|29797be5-cc8b-448b-b273-84df955bd886",
66-
"hole_near_hole|54180000|187500000|7d63cea1-cbcd-4243-a9d2-445ca73e8a80|28eff98c-b113-41e2-b955-7c189a7e5a60",
67-
"hole_near_hole|65420000|187500000|6a9c7bc3-ab30-463a-928f-db8796bc6db5|73f84fa1-ef3d-4a6a-8ff7-1123555b2e4a",
68-
"hole_near_hole|73040000|182420000|7743ee44-0959-4ac5-8ec9-d5dcda2a6b39|a1e399de-7197-482c-ae1f-406df563b48d"
69-
],
59+
"drc_exclusions": [],
7060
"meta": {
7161
"filename": "board_design_settings.json",
7262
"version": 2
@@ -93,7 +83,7 @@
9383
"items_not_allowed": "error",
9484
"length_out_of_range": "error",
9585
"lib_footprint_issues": "warning",
96-
"lib_footprint_mismatch": "warning",
86+
"lib_footprint_mismatch": "ignore",
9787
"malformed_courtyard": "error",
9888
"microvia_drill_out_of_range": "error",
9989
"missing_courtyard": "ignore",
@@ -140,7 +130,7 @@
140130
"min_text_thickness": 0.08,
141131
"min_through_hole_diameter": 0.19999999999999998,
142132
"min_track_width": 0.15,
143-
"min_via_annular_width": 0.13,
133+
"min_via_annular_width": 0.09999999999999999,
144134
"min_via_diameter": 0.39999999999999997,
145135
"solder_mask_to_copper_clearance": 0.0,
146136
"use_height_for_length_calcs": true
@@ -401,18 +391,23 @@
401391
"rule_severities": {
402392
"bus_definition_conflict": "error",
403393
"bus_entry_needed": "error",
404-
"bus_label_syntax": "error",
405394
"bus_to_bus_conflict": "error",
406395
"bus_to_net_conflict": "error",
396+
"conflicting_netclasses": "error",
407397
"different_unit_footprint": "error",
408398
"different_unit_net": "error",
409399
"duplicate_reference": "error",
410400
"duplicate_sheet_names": "error",
401+
"endpoint_off_grid": "warning",
411402
"extra_units": "error",
412403
"global_label_dangling": "warning",
413404
"hier_label_mismatch": "error",
414405
"label_dangling": "error",
415406
"lib_symbol_issues": "warning",
407+
"missing_bidi_pin": "warning",
408+
"missing_input_pin": "warning",
409+
"missing_power_pin": "error",
410+
"missing_unit": "warning",
416411
"multiple_net_names": "warning",
417412
"net_not_bus_member": "warning",
418413
"no_connect_connected": "warning",
@@ -422,6 +417,7 @@
422417
"pin_to_pin": "warning",
423418
"power_pin_not_driven": "error",
424419
"similar_labels": "warning",
420+
"simulation_model_issue": "ignore",
425421
"unannotated": "error",
426422
"unit_value_mismatch": "error",
427423
"unresolved_variable": "error",
@@ -503,6 +499,8 @@
503499
"schematic": {
504500
"annotate_start_num": 0,
505501
"drawing": {
502+
"dashed_lines_dash_length_ratio": 12.0,
503+
"dashed_lines_gap_length_ratio": 3.0,
506504
"default_line_thickness": 6.0,
507505
"default_text_size": 50.0,
508506
"field_names": [],
@@ -534,7 +532,11 @@
534532
"page_layout_descr_file": "",
535533
"plot_directory": "",
536534
"spice_adjust_passive_values": false,
535+
"spice_current_sheet_as_root": false,
537536
"spice_external_command": "spice \"%I\"",
537+
"spice_model_current_sheet_as_root": true,
538+
"spice_save_all_currents": false,
539+
"spice_save_all_voltages": false,
538540
"subpart_first_id": 65,
539541
"subpart_id_separator": 0
540542
},

0 commit comments

Comments
 (0)