|
3 | 3 | "3dviewports": [], |
4 | 4 | "design_settings": { |
5 | 5 | "defaults": { |
6 | | - "board_outline_line_width": 0.09999999999999999, |
7 | | - "copper_line_width": 0.19999999999999998, |
| 6 | + "apply_defaults_to_fp_fields": false, |
| 7 | + "apply_defaults_to_fp_shapes": false, |
| 8 | + "apply_defaults_to_fp_text": false, |
| 9 | + "board_outline_line_width": 0.1, |
| 10 | + "copper_line_width": 0.2, |
8 | 11 | "copper_text_italic": false, |
9 | 12 | "copper_text_size_h": 1.5, |
10 | 13 | "copper_text_size_v": 1.5, |
11 | 14 | "copper_text_thickness": 0.3, |
12 | 15 | "copper_text_upright": false, |
13 | | - "courtyard_line_width": 0.049999999999999996, |
| 16 | + "courtyard_line_width": 0.05, |
14 | 17 | "dimension_precision": 4, |
15 | 18 | "dimension_units": 3, |
16 | 19 | "dimensions": { |
|
21 | 24 | "text_position": 0, |
22 | 25 | "units_format": 1 |
23 | 26 | }, |
24 | | - "fab_line_width": 0.09999999999999999, |
| 27 | + "fab_line_width": 0.1, |
25 | 28 | "fab_text_italic": false, |
26 | 29 | "fab_text_size_h": 1.0, |
27 | 30 | "fab_text_size_v": 1.0, |
|
55 | 58 | "width": 0.0 |
56 | 59 | } |
57 | 60 | ], |
58 | | - "drc_exclusions": [], |
| 61 | + "drc_exclusions": [ |
| 62 | + "courtyards_overlap|136175705|117860001|bf32ec08-627a-4206-8714-535bc11d2061|9f2a932a-bc32-498b-ba1f-9352f694a56d" |
| 63 | + ], |
59 | 64 | "meta": { |
60 | 65 | "version": 2 |
61 | 66 | }, |
|
72 | 77 | "duplicate_footprints": "warning", |
73 | 78 | "extra_footprint": "warning", |
74 | 79 | "footprint": "error", |
| 80 | + "footprint_symbol_mismatch": "warning", |
75 | 81 | "footprint_type_mismatch": "ignore", |
76 | 82 | "hole_clearance": "error", |
77 | 83 | "hole_near_hole": "error", |
| 84 | + "holes_co_located": "warning", |
78 | 85 | "invalid_outline": "error", |
79 | 86 | "isolated_copper": "warning", |
80 | 87 | "item_on_disabled_layer": "error", |
|
116 | 123 | "min_copper_edge_clearance": 0.0, |
117 | 124 | "min_hole_clearance": 0.25, |
118 | 125 | "min_hole_to_hole": 0.25, |
119 | | - "min_microvia_diameter": 0.19999999999999998, |
120 | | - "min_microvia_drill": 0.09999999999999999, |
| 126 | + "min_microvia_diameter": 0.2, |
| 127 | + "min_microvia_drill": 0.1, |
121 | 128 | "min_resolved_spokes": 2, |
122 | 129 | "min_silk_clearance": 0.0, |
123 | | - "min_text_height": 0.7999999999999999, |
| 130 | + "min_text_height": 0.8, |
124 | 131 | "min_text_thickness": 0.08, |
125 | 132 | "min_through_hole_diameter": 0.3, |
126 | 133 | "min_track_width": 0.0, |
127 | | - "min_via_annular_width": 0.09999999999999999, |
| 134 | + "min_via_annular_width": 0.1, |
128 | 135 | "min_via_diameter": 0.5, |
129 | 136 | "solder_mask_clearance": 0.0, |
130 | 137 | "solder_mask_min_width": 0.0, |
|
133 | 140 | }, |
134 | 141 | "teardrop_options": [ |
135 | 142 | { |
136 | | - "td_allow_use_two_tracks": true, |
137 | | - "td_curve_segcount": 5, |
138 | | - "td_on_pad_in_zone": false, |
139 | 143 | "td_onpadsmd": true, |
140 | 144 | "td_onroundshapesonly": false, |
141 | 145 | "td_ontrackend": false, |
|
144 | 148 | ], |
145 | 149 | "teardrop_parameters": [ |
146 | 150 | { |
| 151 | + "td_allow_use_two_tracks": true, |
147 | 152 | "td_curve_segcount": 0, |
148 | 153 | "td_height_ratio": 1.0, |
149 | 154 | "td_length_ratio": 0.5, |
150 | 155 | "td_maxheight": 2.0, |
151 | 156 | "td_maxlen": 1.0, |
| 157 | + "td_on_pad_in_zone": false, |
152 | 158 | "td_target_name": "td_round_shape", |
153 | 159 | "td_width_to_size_filter_ratio": 0.9 |
154 | 160 | }, |
155 | 161 | { |
| 162 | + "td_allow_use_two_tracks": true, |
156 | 163 | "td_curve_segcount": 0, |
157 | 164 | "td_height_ratio": 1.0, |
158 | 165 | "td_length_ratio": 0.5, |
159 | 166 | "td_maxheight": 2.0, |
160 | 167 | "td_maxlen": 1.0, |
| 168 | + "td_on_pad_in_zone": false, |
161 | 169 | "td_target_name": "td_rect_shape", |
162 | 170 | "td_width_to_size_filter_ratio": 0.9 |
163 | 171 | }, |
164 | 172 | { |
| 173 | + "td_allow_use_two_tracks": true, |
165 | 174 | "td_curve_segcount": 0, |
166 | 175 | "td_height_ratio": 1.0, |
167 | 176 | "td_length_ratio": 0.5, |
168 | 177 | "td_maxheight": 2.0, |
169 | 178 | "td_maxlen": 1.0, |
| 179 | + "td_on_pad_in_zone": false, |
170 | 180 | "td_target_name": "td_track_end", |
171 | 181 | "td_width_to_size_filter_ratio": 0.9 |
172 | 182 | } |
|
177 | 187 | 0.4064, |
178 | 188 | 0.5588 |
179 | 189 | ], |
| 190 | + "tuning_pattern_settings": { |
| 191 | + "diff_pair_defaults": { |
| 192 | + "corner_radius_percentage": 80, |
| 193 | + "corner_style": 1, |
| 194 | + "max_amplitude": 1.0, |
| 195 | + "min_amplitude": 0.2, |
| 196 | + "single_sided": false, |
| 197 | + "spacing": 1.0 |
| 198 | + }, |
| 199 | + "diff_pair_skew_defaults": { |
| 200 | + "corner_radius_percentage": 80, |
| 201 | + "corner_style": 1, |
| 202 | + "max_amplitude": 1.0, |
| 203 | + "min_amplitude": 0.2, |
| 204 | + "single_sided": false, |
| 205 | + "spacing": 0.6 |
| 206 | + }, |
| 207 | + "single_track_defaults": { |
| 208 | + "corner_radius_percentage": 80, |
| 209 | + "corner_style": 1, |
| 210 | + "max_amplitude": 1.0, |
| 211 | + "min_amplitude": 0.2, |
| 212 | + "single_sided": false, |
| 213 | + "spacing": 0.6 |
| 214 | + } |
| 215 | + }, |
180 | 216 | "via_dimensions": [ |
181 | 217 | { |
182 | 218 | "diameter": 0.0, |
|
189 | 225 | ], |
190 | 226 | "zones_allow_external_fillets": false |
191 | 227 | }, |
| 228 | + "ipc2581": { |
| 229 | + "dist": "", |
| 230 | + "distpn": "", |
| 231 | + "internal_id": "", |
| 232 | + "mfg": "", |
| 233 | + "mpn": "" |
| 234 | + }, |
192 | 235 | "layer_presets": [], |
193 | 236 | "viewports": [] |
194 | 237 | }, |
|
412 | 455 | "pinned_symbol_libs": [] |
413 | 456 | }, |
414 | 457 | "meta": { |
415 | | - "filename": "SparkFun_BlueSMiRF-ESP32.kicad_pro", |
| 458 | + "filename": "SparkFun_BlueSMiRF-v2.kicad_pro", |
416 | 459 | "version": 1 |
417 | 460 | }, |
418 | 461 | "net_settings": { |
|
464 | 507 | "gencad": "", |
465 | 508 | "idf": "", |
466 | 509 | "netlist": "", |
| 510 | + "plot": "", |
| 511 | + "pos_files": "", |
467 | 512 | "specctra_dsn": "", |
468 | 513 | "step": "", |
| 514 | + "svg": "", |
469 | 515 | "vrml": "" |
470 | 516 | }, |
471 | 517 | "page_layout_descr_file": "" |
472 | 518 | }, |
473 | 519 | "schematic": { |
474 | 520 | "annotate_start_num": 0, |
| 521 | + "bom_export_filename": "", |
| 522 | + "bom_fmt_presets": [], |
| 523 | + "bom_fmt_settings": { |
| 524 | + "field_delimiter": ",", |
| 525 | + "keep_line_breaks": false, |
| 526 | + "keep_tabs": false, |
| 527 | + "name": "CSV", |
| 528 | + "ref_delimiter": ",", |
| 529 | + "ref_range_delimiter": "", |
| 530 | + "string_delimiter": "\"" |
| 531 | + }, |
| 532 | + "bom_presets": [], |
| 533 | + "bom_settings": { |
| 534 | + "exclude_dnp": false, |
| 535 | + "fields_ordered": [ |
| 536 | + { |
| 537 | + "group_by": false, |
| 538 | + "label": "Reference", |
| 539 | + "name": "Reference", |
| 540 | + "show": true |
| 541 | + }, |
| 542 | + { |
| 543 | + "group_by": true, |
| 544 | + "label": "Value", |
| 545 | + "name": "Value", |
| 546 | + "show": true |
| 547 | + }, |
| 548 | + { |
| 549 | + "group_by": false, |
| 550 | + "label": "Datasheet", |
| 551 | + "name": "Datasheet", |
| 552 | + "show": true |
| 553 | + }, |
| 554 | + { |
| 555 | + "group_by": false, |
| 556 | + "label": "Footprint", |
| 557 | + "name": "Footprint", |
| 558 | + "show": true |
| 559 | + }, |
| 560 | + { |
| 561 | + "group_by": false, |
| 562 | + "label": "Qty", |
| 563 | + "name": "${QUANTITY}", |
| 564 | + "show": true |
| 565 | + }, |
| 566 | + { |
| 567 | + "group_by": true, |
| 568 | + "label": "DNP", |
| 569 | + "name": "${DNP}", |
| 570 | + "show": true |
| 571 | + } |
| 572 | + ], |
| 573 | + "filter_string": "", |
| 574 | + "group_symbols": true, |
| 575 | + "name": "Grouped By Value", |
| 576 | + "sort_asc": true, |
| 577 | + "sort_field": "Reference" |
| 578 | + }, |
| 579 | + "connection_grid_size": 50.0, |
475 | 580 | "drawing": { |
476 | 581 | "dashed_lines_dash_length_ratio": 12.0, |
477 | 582 | "dashed_lines_gap_length_ratio": 3.0, |
|
485 | 590 | "intersheets_ref_suffix": "", |
486 | 591 | "junction_size_choice": 3, |
487 | 592 | "label_size_ratio": 0.375, |
| 593 | + "operating_point_overlay_i_precision": 3, |
| 594 | + "operating_point_overlay_i_range": "~A", |
| 595 | + "operating_point_overlay_v_precision": 3, |
| 596 | + "operating_point_overlay_v_range": "~V", |
| 597 | + "overbar_offset_ratio": 1.23, |
488 | 598 | "pin_symbol_size": 25.0, |
489 | 599 | "text_offset_ratio": 0.15 |
490 | 600 | }, |
|
500 | 610 | "spice_external_command": "spice \"%I\"", |
501 | 611 | "spice_model_current_sheet_as_root": true, |
502 | 612 | "spice_save_all_currents": false, |
| 613 | + "spice_save_all_dissipations": false, |
503 | 614 | "spice_save_all_voltages": false, |
504 | 615 | "subpart_first_id": 65, |
505 | 616 | "subpart_id_separator": 0 |
506 | 617 | }, |
507 | 618 | "sheets": [ |
508 | 619 | [ |
509 | 620 | "1559d418-8eab-4cd5-99bd-b96fa1947de8", |
510 | | - "" |
| 621 | + "Root" |
511 | 622 | ] |
512 | 623 | ], |
513 | 624 | "text_variables": {} |
|
0 commit comments