|
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, |
|
72 | 75 | "duplicate_footprints": "warning", |
73 | 76 | "extra_footprint": "warning", |
74 | 77 | "footprint": "error", |
| 78 | + "footprint_symbol_mismatch": "warning", |
75 | 79 | "footprint_type_mismatch": "ignore", |
76 | 80 | "hole_clearance": "error", |
77 | 81 | "hole_near_hole": "error", |
| 82 | + "holes_co_located": "warning", |
78 | 83 | "invalid_outline": "error", |
79 | 84 | "isolated_copper": "warning", |
80 | 85 | "item_on_disabled_layer": "error", |
|
116 | 121 | "min_copper_edge_clearance": 0.0, |
117 | 122 | "min_hole_clearance": 0.25, |
118 | 123 | "min_hole_to_hole": 0.25, |
119 | | - "min_microvia_diameter": 0.19999999999999998, |
120 | | - "min_microvia_drill": 0.09999999999999999, |
| 124 | + "min_microvia_diameter": 0.2, |
| 125 | + "min_microvia_drill": 0.1, |
121 | 126 | "min_resolved_spokes": 2, |
122 | 127 | "min_silk_clearance": 0.0, |
123 | | - "min_text_height": 0.7999999999999999, |
| 128 | + "min_text_height": 0.8, |
124 | 129 | "min_text_thickness": 0.08, |
125 | 130 | "min_through_hole_diameter": 0.3, |
126 | 131 | "min_track_width": 0.0, |
127 | | - "min_via_annular_width": 0.09999999999999999, |
| 132 | + "min_via_annular_width": 0.1, |
128 | 133 | "min_via_diameter": 0.5, |
129 | 134 | "solder_mask_clearance": 0.0, |
130 | 135 | "solder_mask_min_width": 0.0, |
|
133 | 138 | }, |
134 | 139 | "teardrop_options": [ |
135 | 140 | { |
136 | | - "td_allow_use_two_tracks": true, |
137 | | - "td_curve_segcount": 5, |
138 | | - "td_on_pad_in_zone": false, |
139 | 141 | "td_onpadsmd": true, |
140 | 142 | "td_onroundshapesonly": false, |
141 | 143 | "td_ontrackend": false, |
|
144 | 146 | ], |
145 | 147 | "teardrop_parameters": [ |
146 | 148 | { |
| 149 | + "td_allow_use_two_tracks": true, |
147 | 150 | "td_curve_segcount": 0, |
148 | 151 | "td_height_ratio": 1.0, |
149 | 152 | "td_length_ratio": 0.5, |
150 | 153 | "td_maxheight": 2.0, |
151 | 154 | "td_maxlen": 1.0, |
| 155 | + "td_on_pad_in_zone": false, |
152 | 156 | "td_target_name": "td_round_shape", |
153 | 157 | "td_width_to_size_filter_ratio": 0.9 |
154 | 158 | }, |
155 | 159 | { |
| 160 | + "td_allow_use_two_tracks": true, |
156 | 161 | "td_curve_segcount": 0, |
157 | 162 | "td_height_ratio": 1.0, |
158 | 163 | "td_length_ratio": 0.5, |
159 | 164 | "td_maxheight": 2.0, |
160 | 165 | "td_maxlen": 1.0, |
| 166 | + "td_on_pad_in_zone": false, |
161 | 167 | "td_target_name": "td_rect_shape", |
162 | 168 | "td_width_to_size_filter_ratio": 0.9 |
163 | 169 | }, |
164 | 170 | { |
| 171 | + "td_allow_use_two_tracks": true, |
165 | 172 | "td_curve_segcount": 0, |
166 | 173 | "td_height_ratio": 1.0, |
167 | 174 | "td_length_ratio": 0.5, |
168 | 175 | "td_maxheight": 2.0, |
169 | 176 | "td_maxlen": 1.0, |
| 177 | + "td_on_pad_in_zone": false, |
170 | 178 | "td_target_name": "td_track_end", |
171 | 179 | "td_width_to_size_filter_ratio": 0.9 |
172 | 180 | } |
|
177 | 185 | 0.4064, |
178 | 186 | 0.5588 |
179 | 187 | ], |
| 188 | + "tuning_pattern_settings": { |
| 189 | + "diff_pair_defaults": { |
| 190 | + "corner_radius_percentage": 80, |
| 191 | + "corner_style": 1, |
| 192 | + "max_amplitude": 1.0, |
| 193 | + "min_amplitude": 0.2, |
| 194 | + "single_sided": false, |
| 195 | + "spacing": 1.0 |
| 196 | + }, |
| 197 | + "diff_pair_skew_defaults": { |
| 198 | + "corner_radius_percentage": 80, |
| 199 | + "corner_style": 1, |
| 200 | + "max_amplitude": 1.0, |
| 201 | + "min_amplitude": 0.2, |
| 202 | + "single_sided": false, |
| 203 | + "spacing": 0.6 |
| 204 | + }, |
| 205 | + "single_track_defaults": { |
| 206 | + "corner_radius_percentage": 80, |
| 207 | + "corner_style": 1, |
| 208 | + "max_amplitude": 1.0, |
| 209 | + "min_amplitude": 0.2, |
| 210 | + "single_sided": false, |
| 211 | + "spacing": 0.6 |
| 212 | + } |
| 213 | + }, |
180 | 214 | "via_dimensions": [ |
181 | 215 | { |
182 | 216 | "diameter": 0.0, |
|
482 | 516 | }, |
483 | 517 | "schematic": { |
484 | 518 | "annotate_start_num": 0, |
| 519 | + "bom_export_filename": "", |
485 | 520 | "bom_fmt_presets": [], |
486 | 521 | "bom_fmt_settings": { |
487 | 522 | "field_delimiter": ",", |
|
581 | 616 | "sheets": [ |
582 | 617 | [ |
583 | 618 | "1559d418-8eab-4cd5-99bd-b96fa1947de8", |
584 | | - "" |
| 619 | + "Root" |
585 | 620 | ] |
586 | 621 | ], |
587 | 622 | "text_variables": {} |
|
0 commit comments