No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lars2.kicad_pro 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. {
  2. "board": {
  3. "3dviewports": [],
  4. "design_settings": {
  5. "defaults": {
  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.05,
  10. "copper_line_width": 0.2,
  11. "copper_text_italic": false,
  12. "copper_text_size_h": 1.5,
  13. "copper_text_size_v": 1.5,
  14. "copper_text_thickness": 0.3,
  15. "copper_text_upright": false,
  16. "courtyard_line_width": 0.05,
  17. "dimension_precision": 4,
  18. "dimension_units": 3,
  19. "dimensions": {
  20. "arrow_length": 1270000,
  21. "extension_offset": 500000,
  22. "keep_text_aligned": true,
  23. "suppress_zeroes": false,
  24. "text_position": 0,
  25. "units_format": 1
  26. },
  27. "fab_line_width": 0.1,
  28. "fab_text_italic": false,
  29. "fab_text_size_h": 1.0,
  30. "fab_text_size_v": 1.0,
  31. "fab_text_thickness": 0.15,
  32. "fab_text_upright": false,
  33. "other_line_width": 0.1,
  34. "other_text_italic": false,
  35. "other_text_size_h": 1.0,
  36. "other_text_size_v": 1.0,
  37. "other_text_thickness": 0.15,
  38. "other_text_upright": false,
  39. "pads": {
  40. "drill": 0.762,
  41. "height": 1.524,
  42. "width": 1.524
  43. },
  44. "silk_line_width": 0.1,
  45. "silk_text_italic": false,
  46. "silk_text_size_h": 1.0,
  47. "silk_text_size_v": 1.0,
  48. "silk_text_thickness": 0.1,
  49. "silk_text_upright": false,
  50. "zones": {
  51. "min_clearance": 0.5
  52. }
  53. },
  54. "diff_pair_dimensions": [
  55. {
  56. "gap": 0.0,
  57. "via_gap": 0.0,
  58. "width": 0.0
  59. }
  60. ],
  61. "drc_exclusions": [],
  62. "meta": {
  63. "version": 2
  64. },
  65. "rule_severities": {
  66. "annular_width": "error",
  67. "clearance": "error",
  68. "connection_width": "warning",
  69. "copper_edge_clearance": "error",
  70. "copper_sliver": "warning",
  71. "courtyards_overlap": "error",
  72. "diff_pair_gap_out_of_range": "error",
  73. "diff_pair_uncoupled_length_too_long": "error",
  74. "drill_out_of_range": "error",
  75. "duplicate_footprints": "warning",
  76. "extra_footprint": "warning",
  77. "footprint": "error",
  78. "footprint_symbol_mismatch": "warning",
  79. "footprint_type_mismatch": "ignore",
  80. "hole_clearance": "error",
  81. "hole_near_hole": "error",
  82. "invalid_outline": "error",
  83. "isolated_copper": "warning",
  84. "item_on_disabled_layer": "error",
  85. "items_not_allowed": "error",
  86. "length_out_of_range": "error",
  87. "lib_footprint_issues": "warning",
  88. "lib_footprint_mismatch": "warning",
  89. "malformed_courtyard": "error",
  90. "microvia_drill_out_of_range": "error",
  91. "missing_courtyard": "ignore",
  92. "missing_footprint": "warning",
  93. "net_conflict": "warning",
  94. "npth_inside_courtyard": "ignore",
  95. "padstack": "warning",
  96. "pth_inside_courtyard": "ignore",
  97. "shorting_items": "error",
  98. "silk_edge_clearance": "warning",
  99. "silk_over_copper": "warning",
  100. "silk_overlap": "warning",
  101. "skew_out_of_range": "error",
  102. "solder_mask_bridge": "error",
  103. "starved_thermal": "error",
  104. "text_height": "warning",
  105. "text_thickness": "warning",
  106. "through_hole_pad_without_hole": "error",
  107. "too_many_vias": "error",
  108. "track_dangling": "warning",
  109. "track_width": "error",
  110. "tracks_crossing": "error",
  111. "unconnected_items": "error",
  112. "unresolved_variable": "error",
  113. "via_dangling": "warning",
  114. "zones_intersect": "error"
  115. },
  116. "rules": {
  117. "max_error": 0.005,
  118. "min_clearance": 0.0,
  119. "min_connection": 0.0,
  120. "min_copper_edge_clearance": 0.5,
  121. "min_hole_clearance": 0.25,
  122. "min_hole_to_hole": 0.25,
  123. "min_microvia_diameter": 0.2,
  124. "min_microvia_drill": 0.1,
  125. "min_resolved_spokes": 2,
  126. "min_silk_clearance": 0.0,
  127. "min_text_height": 0.8,
  128. "min_text_thickness": 0.08,
  129. "min_through_hole_diameter": 0.3,
  130. "min_track_width": 0.0,
  131. "min_via_annular_width": 0.1,
  132. "min_via_diameter": 0.5,
  133. "solder_mask_to_copper_clearance": 0.0,
  134. "use_height_for_length_calcs": true
  135. },
  136. "teardrop_options": [
  137. {
  138. "td_onpadsmd": true,
  139. "td_onroundshapesonly": false,
  140. "td_ontrackend": false,
  141. "td_onviapad": true
  142. }
  143. ],
  144. "teardrop_parameters": [
  145. {
  146. "td_allow_use_two_tracks": true,
  147. "td_curve_segcount": 0,
  148. "td_height_ratio": 1.0,
  149. "td_length_ratio": 0.5,
  150. "td_maxheight": 2.0,
  151. "td_maxlen": 1.0,
  152. "td_on_pad_in_zone": false,
  153. "td_target_name": "td_round_shape",
  154. "td_width_to_size_filter_ratio": 0.9
  155. },
  156. {
  157. "td_allow_use_two_tracks": true,
  158. "td_curve_segcount": 0,
  159. "td_height_ratio": 1.0,
  160. "td_length_ratio": 0.5,
  161. "td_maxheight": 2.0,
  162. "td_maxlen": 1.0,
  163. "td_on_pad_in_zone": false,
  164. "td_target_name": "td_rect_shape",
  165. "td_width_to_size_filter_ratio": 0.9
  166. },
  167. {
  168. "td_allow_use_two_tracks": true,
  169. "td_curve_segcount": 0,
  170. "td_height_ratio": 1.0,
  171. "td_length_ratio": 0.5,
  172. "td_maxheight": 2.0,
  173. "td_maxlen": 1.0,
  174. "td_on_pad_in_zone": false,
  175. "td_target_name": "td_track_end",
  176. "td_width_to_size_filter_ratio": 0.9
  177. }
  178. ],
  179. "track_widths": [
  180. 0.0,
  181. 0.5,
  182. 1.0,
  183. 1.5,
  184. 2.0,
  185. 2.5,
  186. 3.0
  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. },
  214. "via_dimensions": [
  215. {
  216. "diameter": 0.0,
  217. "drill": 0.0
  218. },
  219. {
  220. "diameter": 0.5,
  221. "drill": 0.2
  222. },
  223. {
  224. "diameter": 1.0,
  225. "drill": 0.5
  226. }
  227. ],
  228. "zones_allow_external_fillets": false
  229. },
  230. "ipc2581": {
  231. "dist": "",
  232. "distpn": "",
  233. "internal_id": "",
  234. "mfg": "",
  235. "mpn": ""
  236. },
  237. "layer_presets": [],
  238. "viewports": []
  239. },
  240. "boards": [],
  241. "cvpcb": {
  242. "equivalence_files": []
  243. },
  244. "erc": {
  245. "erc_exclusions": [],
  246. "meta": {
  247. "version": 0
  248. },
  249. "pin_map": [
  250. [
  251. 0,
  252. 0,
  253. 0,
  254. 0,
  255. 0,
  256. 0,
  257. 1,
  258. 0,
  259. 0,
  260. 0,
  261. 0,
  262. 2
  263. ],
  264. [
  265. 0,
  266. 2,
  267. 0,
  268. 1,
  269. 0,
  270. 0,
  271. 1,
  272. 0,
  273. 2,
  274. 2,
  275. 2,
  276. 2
  277. ],
  278. [
  279. 0,
  280. 0,
  281. 0,
  282. 0,
  283. 0,
  284. 0,
  285. 1,
  286. 0,
  287. 1,
  288. 0,
  289. 1,
  290. 2
  291. ],
  292. [
  293. 0,
  294. 1,
  295. 0,
  296. 0,
  297. 0,
  298. 0,
  299. 1,
  300. 1,
  301. 2,
  302. 1,
  303. 1,
  304. 2
  305. ],
  306. [
  307. 0,
  308. 0,
  309. 0,
  310. 0,
  311. 0,
  312. 0,
  313. 1,
  314. 0,
  315. 0,
  316. 0,
  317. 0,
  318. 2
  319. ],
  320. [
  321. 0,
  322. 0,
  323. 0,
  324. 0,
  325. 0,
  326. 0,
  327. 0,
  328. 0,
  329. 0,
  330. 0,
  331. 0,
  332. 2
  333. ],
  334. [
  335. 1,
  336. 1,
  337. 1,
  338. 1,
  339. 1,
  340. 0,
  341. 1,
  342. 1,
  343. 1,
  344. 1,
  345. 1,
  346. 2
  347. ],
  348. [
  349. 0,
  350. 0,
  351. 0,
  352. 1,
  353. 0,
  354. 0,
  355. 1,
  356. 0,
  357. 0,
  358. 0,
  359. 0,
  360. 2
  361. ],
  362. [
  363. 0,
  364. 2,
  365. 1,
  366. 2,
  367. 0,
  368. 0,
  369. 1,
  370. 0,
  371. 2,
  372. 2,
  373. 2,
  374. 2
  375. ],
  376. [
  377. 0,
  378. 2,
  379. 0,
  380. 1,
  381. 0,
  382. 0,
  383. 1,
  384. 0,
  385. 2,
  386. 0,
  387. 0,
  388. 2
  389. ],
  390. [
  391. 0,
  392. 2,
  393. 1,
  394. 1,
  395. 0,
  396. 0,
  397. 1,
  398. 0,
  399. 2,
  400. 0,
  401. 0,
  402. 2
  403. ],
  404. [
  405. 2,
  406. 2,
  407. 2,
  408. 2,
  409. 2,
  410. 2,
  411. 2,
  412. 2,
  413. 2,
  414. 2,
  415. 2,
  416. 2
  417. ]
  418. ],
  419. "rule_severities": {
  420. "bus_definition_conflict": "error",
  421. "bus_entry_needed": "error",
  422. "bus_to_bus_conflict": "error",
  423. "bus_to_net_conflict": "error",
  424. "conflicting_netclasses": "error",
  425. "different_unit_footprint": "error",
  426. "different_unit_net": "error",
  427. "duplicate_reference": "error",
  428. "duplicate_sheet_names": "error",
  429. "endpoint_off_grid": "warning",
  430. "extra_units": "error",
  431. "global_label_dangling": "warning",
  432. "hier_label_mismatch": "error",
  433. "label_dangling": "error",
  434. "lib_symbol_issues": "warning",
  435. "missing_bidi_pin": "warning",
  436. "missing_input_pin": "warning",
  437. "missing_power_pin": "error",
  438. "missing_unit": "warning",
  439. "multiple_net_names": "warning",
  440. "net_not_bus_member": "warning",
  441. "no_connect_connected": "warning",
  442. "no_connect_dangling": "warning",
  443. "pin_not_connected": "error",
  444. "pin_not_driven": "error",
  445. "pin_to_pin": "warning",
  446. "power_pin_not_driven": "error",
  447. "similar_labels": "warning",
  448. "simulation_model_issue": "ignore",
  449. "unannotated": "error",
  450. "unit_value_mismatch": "error",
  451. "unresolved_variable": "error",
  452. "wire_dangling": "error"
  453. }
  454. },
  455. "libraries": {
  456. "pinned_footprint_libs": [],
  457. "pinned_symbol_libs": []
  458. },
  459. "meta": {
  460. "filename": "lars2.kicad_pro",
  461. "version": 1
  462. },
  463. "net_settings": {
  464. "classes": [
  465. {
  466. "bus_width": 12,
  467. "clearance": 0.2,
  468. "diff_pair_gap": 0.25,
  469. "diff_pair_via_gap": 0.25,
  470. "diff_pair_width": 0.2,
  471. "line_style": 0,
  472. "microvia_diameter": 0.3,
  473. "microvia_drill": 0.1,
  474. "name": "Default",
  475. "pcb_color": "rgba(0, 0, 0, 0.000)",
  476. "schematic_color": "rgba(0, 0, 0, 0.000)",
  477. "track_width": 0.2,
  478. "via_diameter": 0.6,
  479. "via_drill": 0.3,
  480. "wire_width": 6
  481. }
  482. ],
  483. "meta": {
  484. "version": 3
  485. },
  486. "net_colors": null,
  487. "netclass_assignments": null,
  488. "netclass_patterns": []
  489. },
  490. "pcbnew": {
  491. "last_paths": {
  492. "gencad": "",
  493. "idf": "",
  494. "netlist": "",
  495. "plot": "",
  496. "pos_files": "",
  497. "specctra_dsn": "",
  498. "step": "",
  499. "svg": "",
  500. "vrml": ""
  501. },
  502. "page_layout_descr_file": ""
  503. },
  504. "schematic": {
  505. "annotate_start_num": 0,
  506. "bom_fmt_presets": [],
  507. "bom_fmt_settings": {
  508. "field_delimiter": ",",
  509. "keep_line_breaks": false,
  510. "keep_tabs": false,
  511. "name": "CSV",
  512. "ref_delimiter": ",",
  513. "ref_range_delimiter": "",
  514. "string_delimiter": "\""
  515. },
  516. "bom_presets": [],
  517. "bom_settings": {
  518. "exclude_dnp": false,
  519. "fields_ordered": [
  520. {
  521. "group_by": false,
  522. "label": "Reference",
  523. "name": "Reference",
  524. "show": true
  525. },
  526. {
  527. "group_by": true,
  528. "label": "Value",
  529. "name": "Value",
  530. "show": true
  531. },
  532. {
  533. "group_by": false,
  534. "label": "Datasheet",
  535. "name": "Datasheet",
  536. "show": true
  537. },
  538. {
  539. "group_by": false,
  540. "label": "Footprint",
  541. "name": "Footprint",
  542. "show": true
  543. },
  544. {
  545. "group_by": false,
  546. "label": "Qty",
  547. "name": "${QUANTITY}",
  548. "show": true
  549. },
  550. {
  551. "group_by": true,
  552. "label": "DNP",
  553. "name": "${DNP}",
  554. "show": true
  555. }
  556. ],
  557. "filter_string": "",
  558. "group_symbols": true,
  559. "name": "Grouped By Value",
  560. "sort_asc": true,
  561. "sort_field": "Reference"
  562. },
  563. "connection_grid_size": 50.0,
  564. "drawing": {
  565. "dashed_lines_dash_length_ratio": 12.0,
  566. "dashed_lines_gap_length_ratio": 3.0,
  567. "default_line_thickness": 6.0,
  568. "default_text_size": 50.0,
  569. "field_names": [],
  570. "intersheets_ref_own_page": false,
  571. "intersheets_ref_prefix": "",
  572. "intersheets_ref_short": false,
  573. "intersheets_ref_show": false,
  574. "intersheets_ref_suffix": "",
  575. "junction_size_choice": 3,
  576. "label_size_ratio": 0.375,
  577. "operating_point_overlay_i_precision": 3,
  578. "operating_point_overlay_i_range": "~A",
  579. "operating_point_overlay_v_precision": 3,
  580. "operating_point_overlay_v_range": "~V",
  581. "overbar_offset_ratio": 1.23,
  582. "pin_symbol_size": 25.0,
  583. "text_offset_ratio": 0.15
  584. },
  585. "legacy_lib_dir": "",
  586. "legacy_lib_list": [],
  587. "meta": {
  588. "version": 1
  589. },
  590. "net_format_name": "",
  591. "page_layout_descr_file": "",
  592. "plot_directory": "",
  593. "spice_current_sheet_as_root": false,
  594. "spice_external_command": "spice \"%I\"",
  595. "spice_model_current_sheet_as_root": true,
  596. "spice_save_all_currents": false,
  597. "spice_save_all_dissipations": false,
  598. "spice_save_all_voltages": false,
  599. "subpart_first_id": 65,
  600. "subpart_id_separator": 0
  601. },
  602. "sheets": [
  603. [
  604. "a25473f4-1652-4b35-af21-cda37f55b27b",
  605. "Root"
  606. ]
  607. ],
  608. "text_variables": {}
  609. }