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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  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. 1.0,
  182. 1.5,
  183. 2.0,
  184. 2.5,
  185. 3.0
  186. ],
  187. "tuning_pattern_settings": {
  188. "diff_pair_defaults": {
  189. "corner_radius_percentage": 80,
  190. "corner_style": 1,
  191. "max_amplitude": 1.0,
  192. "min_amplitude": 0.2,
  193. "single_sided": false,
  194. "spacing": 1.0
  195. },
  196. "diff_pair_skew_defaults": {
  197. "corner_radius_percentage": 80,
  198. "corner_style": 1,
  199. "max_amplitude": 1.0,
  200. "min_amplitude": 0.2,
  201. "single_sided": false,
  202. "spacing": 0.6
  203. },
  204. "single_track_defaults": {
  205. "corner_radius_percentage": 80,
  206. "corner_style": 1,
  207. "max_amplitude": 1.0,
  208. "min_amplitude": 0.2,
  209. "single_sided": false,
  210. "spacing": 0.6
  211. }
  212. },
  213. "via_dimensions": [
  214. {
  215. "diameter": 0.0,
  216. "drill": 0.0
  217. },
  218. {
  219. "diameter": 0.5,
  220. "drill": 0.2
  221. },
  222. {
  223. "diameter": 1.0,
  224. "drill": 0.5
  225. }
  226. ],
  227. "zones_allow_external_fillets": false
  228. },
  229. "ipc2581": {
  230. "dist": "",
  231. "distpn": "",
  232. "internal_id": "",
  233. "mfg": "",
  234. "mpn": ""
  235. },
  236. "layer_presets": [],
  237. "viewports": []
  238. },
  239. "boards": [],
  240. "cvpcb": {
  241. "equivalence_files": []
  242. },
  243. "erc": {
  244. "erc_exclusions": [],
  245. "meta": {
  246. "version": 0
  247. },
  248. "pin_map": [
  249. [
  250. 0,
  251. 0,
  252. 0,
  253. 0,
  254. 0,
  255. 0,
  256. 1,
  257. 0,
  258. 0,
  259. 0,
  260. 0,
  261. 2
  262. ],
  263. [
  264. 0,
  265. 2,
  266. 0,
  267. 1,
  268. 0,
  269. 0,
  270. 1,
  271. 0,
  272. 2,
  273. 2,
  274. 2,
  275. 2
  276. ],
  277. [
  278. 0,
  279. 0,
  280. 0,
  281. 0,
  282. 0,
  283. 0,
  284. 1,
  285. 0,
  286. 1,
  287. 0,
  288. 1,
  289. 2
  290. ],
  291. [
  292. 0,
  293. 1,
  294. 0,
  295. 0,
  296. 0,
  297. 0,
  298. 1,
  299. 1,
  300. 2,
  301. 1,
  302. 1,
  303. 2
  304. ],
  305. [
  306. 0,
  307. 0,
  308. 0,
  309. 0,
  310. 0,
  311. 0,
  312. 1,
  313. 0,
  314. 0,
  315. 0,
  316. 0,
  317. 2
  318. ],
  319. [
  320. 0,
  321. 0,
  322. 0,
  323. 0,
  324. 0,
  325. 0,
  326. 0,
  327. 0,
  328. 0,
  329. 0,
  330. 0,
  331. 2
  332. ],
  333. [
  334. 1,
  335. 1,
  336. 1,
  337. 1,
  338. 1,
  339. 0,
  340. 1,
  341. 1,
  342. 1,
  343. 1,
  344. 1,
  345. 2
  346. ],
  347. [
  348. 0,
  349. 0,
  350. 0,
  351. 1,
  352. 0,
  353. 0,
  354. 1,
  355. 0,
  356. 0,
  357. 0,
  358. 0,
  359. 2
  360. ],
  361. [
  362. 0,
  363. 2,
  364. 1,
  365. 2,
  366. 0,
  367. 0,
  368. 1,
  369. 0,
  370. 2,
  371. 2,
  372. 2,
  373. 2
  374. ],
  375. [
  376. 0,
  377. 2,
  378. 0,
  379. 1,
  380. 0,
  381. 0,
  382. 1,
  383. 0,
  384. 2,
  385. 0,
  386. 0,
  387. 2
  388. ],
  389. [
  390. 0,
  391. 2,
  392. 1,
  393. 1,
  394. 0,
  395. 0,
  396. 1,
  397. 0,
  398. 2,
  399. 0,
  400. 0,
  401. 2
  402. ],
  403. [
  404. 2,
  405. 2,
  406. 2,
  407. 2,
  408. 2,
  409. 2,
  410. 2,
  411. 2,
  412. 2,
  413. 2,
  414. 2,
  415. 2
  416. ]
  417. ],
  418. "rule_severities": {
  419. "bus_definition_conflict": "error",
  420. "bus_entry_needed": "error",
  421. "bus_to_bus_conflict": "error",
  422. "bus_to_net_conflict": "error",
  423. "conflicting_netclasses": "error",
  424. "different_unit_footprint": "error",
  425. "different_unit_net": "error",
  426. "duplicate_reference": "error",
  427. "duplicate_sheet_names": "error",
  428. "endpoint_off_grid": "warning",
  429. "extra_units": "error",
  430. "global_label_dangling": "warning",
  431. "hier_label_mismatch": "error",
  432. "label_dangling": "error",
  433. "lib_symbol_issues": "warning",
  434. "missing_bidi_pin": "warning",
  435. "missing_input_pin": "warning",
  436. "missing_power_pin": "error",
  437. "missing_unit": "warning",
  438. "multiple_net_names": "warning",
  439. "net_not_bus_member": "warning",
  440. "no_connect_connected": "warning",
  441. "no_connect_dangling": "warning",
  442. "pin_not_connected": "error",
  443. "pin_not_driven": "error",
  444. "pin_to_pin": "warning",
  445. "power_pin_not_driven": "error",
  446. "similar_labels": "warning",
  447. "simulation_model_issue": "ignore",
  448. "unannotated": "error",
  449. "unit_value_mismatch": "error",
  450. "unresolved_variable": "error",
  451. "wire_dangling": "error"
  452. }
  453. },
  454. "libraries": {
  455. "pinned_footprint_libs": [],
  456. "pinned_symbol_libs": []
  457. },
  458. "meta": {
  459. "filename": "lars2.kicad_pro",
  460. "version": 1
  461. },
  462. "net_settings": {
  463. "classes": [
  464. {
  465. "bus_width": 12,
  466. "clearance": 0.2,
  467. "diff_pair_gap": 0.25,
  468. "diff_pair_via_gap": 0.25,
  469. "diff_pair_width": 0.2,
  470. "line_style": 0,
  471. "microvia_diameter": 0.3,
  472. "microvia_drill": 0.1,
  473. "name": "Default",
  474. "pcb_color": "rgba(0, 0, 0, 0.000)",
  475. "schematic_color": "rgba(0, 0, 0, 0.000)",
  476. "track_width": 0.2,
  477. "via_diameter": 0.6,
  478. "via_drill": 0.3,
  479. "wire_width": 6
  480. }
  481. ],
  482. "meta": {
  483. "version": 3
  484. },
  485. "net_colors": null,
  486. "netclass_assignments": null,
  487. "netclass_patterns": []
  488. },
  489. "pcbnew": {
  490. "last_paths": {
  491. "gencad": "",
  492. "idf": "",
  493. "netlist": "",
  494. "plot": "",
  495. "pos_files": "",
  496. "specctra_dsn": "",
  497. "step": "",
  498. "svg": "",
  499. "vrml": ""
  500. },
  501. "page_layout_descr_file": ""
  502. },
  503. "schematic": {
  504. "annotate_start_num": 0,
  505. "bom_fmt_presets": [],
  506. "bom_fmt_settings": {
  507. "field_delimiter": ",",
  508. "keep_line_breaks": false,
  509. "keep_tabs": false,
  510. "name": "CSV",
  511. "ref_delimiter": ",",
  512. "ref_range_delimiter": "",
  513. "string_delimiter": "\""
  514. },
  515. "bom_presets": [],
  516. "bom_settings": {
  517. "exclude_dnp": false,
  518. "fields_ordered": [
  519. {
  520. "group_by": false,
  521. "label": "Reference",
  522. "name": "Reference",
  523. "show": true
  524. },
  525. {
  526. "group_by": true,
  527. "label": "Value",
  528. "name": "Value",
  529. "show": true
  530. },
  531. {
  532. "group_by": false,
  533. "label": "Datasheet",
  534. "name": "Datasheet",
  535. "show": true
  536. },
  537. {
  538. "group_by": false,
  539. "label": "Footprint",
  540. "name": "Footprint",
  541. "show": true
  542. },
  543. {
  544. "group_by": false,
  545. "label": "Qty",
  546. "name": "${QUANTITY}",
  547. "show": true
  548. },
  549. {
  550. "group_by": true,
  551. "label": "DNP",
  552. "name": "${DNP}",
  553. "show": true
  554. }
  555. ],
  556. "filter_string": "",
  557. "group_symbols": true,
  558. "name": "Grouped By Value",
  559. "sort_asc": true,
  560. "sort_field": "Reference"
  561. },
  562. "connection_grid_size": 50.0,
  563. "drawing": {
  564. "dashed_lines_dash_length_ratio": 12.0,
  565. "dashed_lines_gap_length_ratio": 3.0,
  566. "default_line_thickness": 6.0,
  567. "default_text_size": 50.0,
  568. "field_names": [],
  569. "intersheets_ref_own_page": false,
  570. "intersheets_ref_prefix": "",
  571. "intersheets_ref_short": false,
  572. "intersheets_ref_show": false,
  573. "intersheets_ref_suffix": "",
  574. "junction_size_choice": 3,
  575. "label_size_ratio": 0.375,
  576. "operating_point_overlay_i_precision": 3,
  577. "operating_point_overlay_i_range": "~A",
  578. "operating_point_overlay_v_precision": 3,
  579. "operating_point_overlay_v_range": "~V",
  580. "overbar_offset_ratio": 1.23,
  581. "pin_symbol_size": 25.0,
  582. "text_offset_ratio": 0.15
  583. },
  584. "legacy_lib_dir": "",
  585. "legacy_lib_list": [],
  586. "meta": {
  587. "version": 1
  588. },
  589. "net_format_name": "",
  590. "page_layout_descr_file": "",
  591. "plot_directory": "",
  592. "spice_current_sheet_as_root": false,
  593. "spice_external_command": "spice \"%I\"",
  594. "spice_model_current_sheet_as_root": true,
  595. "spice_save_all_currents": false,
  596. "spice_save_all_dissipations": false,
  597. "spice_save_all_voltages": false,
  598. "subpart_first_id": 65,
  599. "subpart_id_separator": 0
  600. },
  601. "sheets": [
  602. [
  603. "a25473f4-1652-4b35-af21-cda37f55b27b",
  604. "Root"
  605. ]
  606. ],
  607. "text_variables": {}
  608. }