|
@@ -3,14 +3,17 @@
|
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,7 +24,7 @@
|
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,6 +75,7 @@
|
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",
|
|
@@ -92,8 +96,8 @@
|
92
|
96
|
"pth_inside_courtyard": "ignore",
|
93
|
97
|
"shorting_items": "error",
|
94
|
98
|
"silk_edge_clearance": "warning",
|
95
|
|
- "silk_over_copper": "warning",
|
96
|
|
- "silk_overlap": "warning",
|
|
99
|
+ "silk_over_copper": "ignore",
|
|
100
|
+ "silk_overlap": "ignore",
|
97
|
101
|
"skew_out_of_range": "error",
|
98
|
102
|
"solder_mask_bridge": "error",
|
99
|
103
|
"starved_thermal": "error",
|
|
@@ -113,16 +117,16 @@
|
113
|
117
|
"max_error": 0.005,
|
114
|
118
|
"min_clearance": 0.127,
|
115
|
119
|
"min_connection": 0.127,
|
116
|
|
- "min_copper_edge_clearance": 0.39999999999999997,
|
|
120
|
+ "min_copper_edge_clearance": 0.4,
|
117
|
121
|
"min_hole_clearance": 0.25,
|
118
|
122
|
"min_hole_to_hole": 0.5,
|
119
|
123
|
"min_microvia_diameter": 0.5,
|
120
|
|
- "min_microvia_drill": 0.19999999999999998,
|
|
124
|
+ "min_microvia_drill": 0.2,
|
121
|
125
|
"min_resolved_spokes": 2,
|
122
|
126
|
"min_silk_clearance": 0.15,
|
123
|
127
|
"min_text_height": 1.0,
|
124
|
128
|
"min_text_thickness": 0.153,
|
125
|
|
- "min_through_hole_diameter": 0.19999999999999998,
|
|
129
|
+ "min_through_hole_diameter": 0.2,
|
126
|
130
|
"min_track_width": 0.127,
|
127
|
131
|
"min_via_annular_width": 0.13,
|
128
|
132
|
"min_via_diameter": 0.5,
|
|
@@ -133,9 +137,6 @@
|
133
|
137
|
},
|
134
|
138
|
"teardrop_options": [
|
135
|
139
|
{
|
136
|
|
- "td_allow_use_two_tracks": true,
|
137
|
|
- "td_curve_segcount": 5,
|
138
|
|
- "td_on_pad_in_zone": false,
|
139
|
140
|
"td_onpadsmd": true,
|
140
|
141
|
"td_onroundshapesonly": false,
|
141
|
142
|
"td_ontrackend": false,
|
|
@@ -144,29 +145,35 @@
|
144
|
145
|
],
|
145
|
146
|
"teardrop_parameters": [
|
146
|
147
|
{
|
|
148
|
+ "td_allow_use_two_tracks": true,
|
147
|
149
|
"td_curve_segcount": 0,
|
148
|
150
|
"td_height_ratio": 1.0,
|
149
|
151
|
"td_length_ratio": 0.5,
|
150
|
152
|
"td_maxheight": 2.0,
|
151
|
153
|
"td_maxlen": 1.0,
|
|
154
|
+ "td_on_pad_in_zone": false,
|
152
|
155
|
"td_target_name": "td_round_shape",
|
153
|
156
|
"td_width_to_size_filter_ratio": 0.9
|
154
|
157
|
},
|
155
|
158
|
{
|
|
159
|
+ "td_allow_use_two_tracks": true,
|
156
|
160
|
"td_curve_segcount": 0,
|
157
|
161
|
"td_height_ratio": 1.0,
|
158
|
162
|
"td_length_ratio": 0.5,
|
159
|
163
|
"td_maxheight": 2.0,
|
160
|
164
|
"td_maxlen": 1.0,
|
|
165
|
+ "td_on_pad_in_zone": false,
|
161
|
166
|
"td_target_name": "td_rect_shape",
|
162
|
167
|
"td_width_to_size_filter_ratio": 0.9
|
163
|
168
|
},
|
164
|
169
|
{
|
|
170
|
+ "td_allow_use_two_tracks": true,
|
165
|
171
|
"td_curve_segcount": 0,
|
166
|
172
|
"td_height_ratio": 1.0,
|
167
|
173
|
"td_length_ratio": 0.5,
|
168
|
174
|
"td_maxheight": 2.0,
|
169
|
175
|
"td_maxlen": 1.0,
|
|
176
|
+ "td_on_pad_in_zone": false,
|
170
|
177
|
"td_target_name": "td_track_end",
|
171
|
178
|
"td_width_to_size_filter_ratio": 0.9
|
172
|
179
|
}
|
|
@@ -181,6 +188,32 @@
|
181
|
188
|
1.5,
|
182
|
189
|
2.0
|
183
|
190
|
],
|
|
191
|
+ "tuning_pattern_settings": {
|
|
192
|
+ "diff_pair_defaults": {
|
|
193
|
+ "corner_radius_percentage": 80,
|
|
194
|
+ "corner_style": 1,
|
|
195
|
+ "max_amplitude": 1.0,
|
|
196
|
+ "min_amplitude": 0.2,
|
|
197
|
+ "single_sided": false,
|
|
198
|
+ "spacing": 1.0
|
|
199
|
+ },
|
|
200
|
+ "diff_pair_skew_defaults": {
|
|
201
|
+ "corner_radius_percentage": 80,
|
|
202
|
+ "corner_style": 1,
|
|
203
|
+ "max_amplitude": 1.0,
|
|
204
|
+ "min_amplitude": 0.2,
|
|
205
|
+ "single_sided": false,
|
|
206
|
+ "spacing": 0.6
|
|
207
|
+ },
|
|
208
|
+ "single_track_defaults": {
|
|
209
|
+ "corner_radius_percentage": 80,
|
|
210
|
+ "corner_style": 1,
|
|
211
|
+ "max_amplitude": 1.0,
|
|
212
|
+ "min_amplitude": 0.2,
|
|
213
|
+ "single_sided": false,
|
|
214
|
+ "spacing": 0.6
|
|
215
|
+ }
|
|
216
|
+ },
|
184
|
217
|
"via_dimensions": [
|
185
|
218
|
{
|
186
|
219
|
"diameter": 0.0,
|
|
@@ -197,6 +230,13 @@
|
197
|
230
|
],
|
198
|
231
|
"zones_allow_external_fillets": false
|
199
|
232
|
},
|
|
233
|
+ "ipc2581": {
|
|
234
|
+ "dist": "",
|
|
235
|
+ "distpn": "",
|
|
236
|
+ "internal_id": "",
|
|
237
|
+ "mfg": "",
|
|
238
|
+ "mpn": ""
|
|
239
|
+ },
|
200
|
240
|
"layer_presets": [],
|
201
|
241
|
"viewports": []
|
202
|
242
|
},
|
|
@@ -455,14 +495,75 @@
|
455
|
495
|
"gencad": "",
|
456
|
496
|
"idf": "",
|
457
|
497
|
"netlist": "",
|
|
498
|
+ "plot": "",
|
|
499
|
+ "pos_files": "",
|
458
|
500
|
"specctra_dsn": "",
|
459
|
501
|
"step": "",
|
|
502
|
+ "svg": "",
|
460
|
503
|
"vrml": ""
|
461
|
504
|
},
|
462
|
505
|
"page_layout_descr_file": ""
|
463
|
506
|
},
|
464
|
507
|
"schematic": {
|
465
|
508
|
"annotate_start_num": 0,
|
|
509
|
+ "bom_fmt_presets": [],
|
|
510
|
+ "bom_fmt_settings": {
|
|
511
|
+ "field_delimiter": ",",
|
|
512
|
+ "keep_line_breaks": false,
|
|
513
|
+ "keep_tabs": false,
|
|
514
|
+ "name": "CSV",
|
|
515
|
+ "ref_delimiter": ",",
|
|
516
|
+ "ref_range_delimiter": "",
|
|
517
|
+ "string_delimiter": "\""
|
|
518
|
+ },
|
|
519
|
+ "bom_presets": [],
|
|
520
|
+ "bom_settings": {
|
|
521
|
+ "exclude_dnp": false,
|
|
522
|
+ "fields_ordered": [
|
|
523
|
+ {
|
|
524
|
+ "group_by": false,
|
|
525
|
+ "label": "Reference",
|
|
526
|
+ "name": "Reference",
|
|
527
|
+ "show": true
|
|
528
|
+ },
|
|
529
|
+ {
|
|
530
|
+ "group_by": true,
|
|
531
|
+ "label": "Value",
|
|
532
|
+ "name": "Value",
|
|
533
|
+ "show": true
|
|
534
|
+ },
|
|
535
|
+ {
|
|
536
|
+ "group_by": false,
|
|
537
|
+ "label": "Datasheet",
|
|
538
|
+ "name": "Datasheet",
|
|
539
|
+ "show": true
|
|
540
|
+ },
|
|
541
|
+ {
|
|
542
|
+ "group_by": false,
|
|
543
|
+ "label": "Footprint",
|
|
544
|
+ "name": "Footprint",
|
|
545
|
+ "show": true
|
|
546
|
+ },
|
|
547
|
+ {
|
|
548
|
+ "group_by": false,
|
|
549
|
+ "label": "Qty",
|
|
550
|
+ "name": "${QUANTITY}",
|
|
551
|
+ "show": true
|
|
552
|
+ },
|
|
553
|
+ {
|
|
554
|
+ "group_by": true,
|
|
555
|
+ "label": "DNP",
|
|
556
|
+ "name": "${DNP}",
|
|
557
|
+ "show": true
|
|
558
|
+ }
|
|
559
|
+ ],
|
|
560
|
+ "filter_string": "",
|
|
561
|
+ "group_symbols": true,
|
|
562
|
+ "name": "Grouped By Value",
|
|
563
|
+ "sort_asc": true,
|
|
564
|
+ "sort_field": "Reference"
|
|
565
|
+ },
|
|
566
|
+ "connection_grid_size": 50.0,
|
466
|
567
|
"drawing": {
|
467
|
568
|
"dashed_lines_dash_length_ratio": 12.0,
|
468
|
569
|
"dashed_lines_gap_length_ratio": 3.0,
|
|
@@ -476,6 +577,11 @@
|
476
|
577
|
"intersheets_ref_suffix": "",
|
477
|
578
|
"junction_size_choice": 3,
|
478
|
579
|
"label_size_ratio": 0.375,
|
|
580
|
+ "operating_point_overlay_i_precision": 3,
|
|
581
|
+ "operating_point_overlay_i_range": "~A",
|
|
582
|
+ "operating_point_overlay_v_precision": 3,
|
|
583
|
+ "operating_point_overlay_v_range": "~V",
|
|
584
|
+ "overbar_offset_ratio": 1.23,
|
479
|
585
|
"pin_symbol_size": 25.0,
|
480
|
586
|
"text_offset_ratio": 0.15
|
481
|
587
|
},
|
|
@@ -491,6 +597,7 @@
|
491
|
597
|
"spice_external_command": "spice \"%I\"",
|
492
|
598
|
"spice_model_current_sheet_as_root": true,
|
493
|
599
|
"spice_save_all_currents": false,
|
|
600
|
+ "spice_save_all_dissipations": false,
|
494
|
601
|
"spice_save_all_voltages": false,
|
495
|
602
|
"subpart_first_id": 65,
|
496
|
603
|
"subpart_id_separator": 0
|
|
@@ -498,7 +605,7 @@
|
498
|
605
|
"sheets": [
|
499
|
606
|
[
|
500
|
607
|
"a50b51f9-900f-4bbb-8934-4acbc429c37b",
|
501
|
|
- ""
|
|
608
|
+ "Root"
|
502
|
609
|
],
|
503
|
610
|
[
|
504
|
611
|
"635c7f01-c861-45f9-bb15-e53673572e1d",
|