Skip to content

Commit f9b9c71

Browse files
committed
Update: how npx are refactored
1 parent 8263012 commit f9b9c71

File tree

1 file changed

+15
-27
lines changed

1 file changed

+15
-27
lines changed

examples/EspLora/EspLora.kicad_pro

Lines changed: 15 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"apply_defaults_to_fp_fields": false,
77
"apply_defaults_to_fp_shapes": false,
88
"apply_defaults_to_fp_text": false,
9-
"board_outline_line_width": 0.0381,
9+
"board_outline_line_width": 0.038099999999999995,
1010
"copper_line_width": 0.254,
1111
"copper_text_italic": false,
1212
"copper_text_size_h": 1.524,
1313
"copper_text_size_v": 1.524,
14-
"copper_text_thickness": 0.3048,
14+
"copper_text_thickness": 0.30479999999999996,
1515
"copper_text_upright": false,
16-
"courtyard_line_width": 0.05,
16+
"courtyard_line_width": 0.049999999999999996,
1717
"dimension_precision": 4,
1818
"dimension_units": 3,
1919
"dimensions": {
@@ -24,13 +24,13 @@
2424
"text_position": 0,
2525
"units_format": 1
2626
},
27-
"fab_line_width": 0.1,
27+
"fab_line_width": 0.09999999999999999,
2828
"fab_text_italic": false,
2929
"fab_text_size_h": 1.0,
3030
"fab_text_size_v": 1.0,
3131
"fab_text_thickness": 0.15,
3232
"fab_text_upright": false,
33-
"other_line_width": 0.1,
33+
"other_line_width": 0.09999999999999999,
3434
"other_text_italic": false,
3535
"other_text_size_h": 1.0,
3636
"other_text_size_v": 1.0,
@@ -41,11 +41,11 @@
4141
"height": 1e-05,
4242
"width": 1e-05
4343
},
44-
"silk_line_width": 0.1,
44+
"silk_line_width": 0.09999999999999999,
4545
"silk_text_italic": false,
4646
"silk_text_size_h": 0.6,
47-
"silk_text_size_v": 0.8,
48-
"silk_text_thickness": 0.1,
47+
"silk_text_size_v": 0.7999999999999999,
48+
"silk_text_thickness": 0.09999999999999999,
4949
"silk_text_upright": false,
5050
"zones": {
5151
"45_degree_only": false,
@@ -64,14 +64,7 @@
6464
"width": 0.16
6565
}
6666
],
67-
"drc_exclusions": [
68-
"footprint_type_mismatch|140785000|116000000|2f6996ee-e9e4-4cea-8e45-a0a21799f8ae|00000000-0000-0000-0000-000000000000",
69-
"hole_clearance|143880000|113100000|66345326-98ce-4c14-a7b0-0e59226ed774|0cadd637-631f-4377-9ce4-17861cd3f4a7",
70-
"hole_clearance|143880000|113300000|66345326-98ce-4c14-a7b0-0e59226ed774|37f47bf5-181a-4973-aa95-daebaebc8719",
71-
"hole_clearance|143880000|118700000|07ae73b8-872b-4407-ac04-77c0e0153627|c7d0b634-cd63-4883-80b0-c9a4b74f0ec2",
72-
"hole_clearance|143880000|118900000|07ae73b8-872b-4407-ac04-77c0e0153627|2aa5a1f0-b825-4a5f-a937-8601cc0f6bc7",
73-
"shorting_items|161212500|106787500|f3c509ac-6566-42f3-8365-a41158615d2b|491647c9-e7b3-4975-bf89-f1d1cd02391f"
74-
],
67+
"drc_exclusions": [],
7568
"meta": {
7669
"filename": "board_design_settings.json",
7770
"version": 2
@@ -89,11 +82,9 @@
8982
"duplicate_footprints": "warning",
9083
"extra_footprint": "warning",
9184
"footprint": "error",
92-
"footprint_symbol_mismatch": "warning",
9385
"footprint_type_mismatch": "error",
9486
"hole_clearance": "error",
9587
"hole_near_hole": "error",
96-
"holes_co_located": "warning",
9788
"invalid_outline": "error",
9889
"isolated_copper": "warning",
9990
"item_on_disabled_layer": "error",
@@ -139,21 +130,24 @@
139130
"min_copper_edge_clearance": 0.01,
140131
"min_hole_clearance": 0.254,
141132
"min_hole_to_hole": 0.5,
142-
"min_microvia_diameter": 0.2,
143-
"min_microvia_drill": 0.1,
133+
"min_microvia_diameter": 0.19999999999999998,
134+
"min_microvia_drill": 0.09999999999999999,
144135
"min_resolved_spokes": 2,
145136
"min_silk_clearance": 0.0,
146137
"min_text_height": 0.7,
147138
"min_text_thickness": 0.08,
148139
"min_through_hole_diameter": 0.3,
149140
"min_track_width": 0.127,
150-
"min_via_annular_width": 0.05,
141+
"min_via_annular_width": 0.049999999999999996,
151142
"min_via_diameter": 0.6,
152143
"solder_mask_to_copper_clearance": 0.0,
153144
"use_height_for_length_calcs": true
154145
},
155146
"teardrop_options": [
156147
{
148+
"td_allow_use_two_tracks": true,
149+
"td_curve_segcount": 5,
150+
"td_on_pad_in_zone": false,
157151
"td_onpadsmd": true,
158152
"td_onroundshapesonly": false,
159153
"td_ontrackend": false,
@@ -162,35 +156,29 @@
162156
],
163157
"teardrop_parameters": [
164158
{
165-
"td_allow_use_two_tracks": true,
166159
"td_curve_segcount": 0,
167160
"td_height_ratio": 1.0,
168161
"td_length_ratio": 0.5,
169162
"td_maxheight": 2.0,
170163
"td_maxlen": 1.0,
171-
"td_on_pad_in_zone": false,
172164
"td_target_name": "td_round_shape",
173165
"td_width_to_size_filter_ratio": 0.9
174166
},
175167
{
176-
"td_allow_use_two_tracks": true,
177168
"td_curve_segcount": 0,
178169
"td_height_ratio": 1.0,
179170
"td_length_ratio": 0.5,
180171
"td_maxheight": 2.0,
181172
"td_maxlen": 1.0,
182-
"td_on_pad_in_zone": false,
183173
"td_target_name": "td_rect_shape",
184174
"td_width_to_size_filter_ratio": 0.9
185175
},
186176
{
187-
"td_allow_use_two_tracks": true,
188177
"td_curve_segcount": 0,
189178
"td_height_ratio": 1.0,
190179
"td_length_ratio": 0.5,
191180
"td_maxheight": 2.0,
192181
"td_maxlen": 1.0,
193-
"td_on_pad_in_zone": false,
194182
"td_target_name": "td_track_end",
195183
"td_width_to_size_filter_ratio": 0.9
196184
}

0 commit comments

Comments
 (0)