BlackSASI.kicad_pro 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  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.0,
  41. "height": 0.62,
  42. "width": 0.56
  43. },
  44. "silk_line_width": 0.12,
  45. "silk_text_italic": false,
  46. "silk_text_size_h": 1.0,
  47. "silk_text_size_v": 1.0,
  48. "silk_text_thickness": 0.15,
  49. "silk_text_upright": false,
  50. "zones": {
  51. "45_degree_only": false,
  52. "min_clearance": 0.508
  53. }
  54. },
  55. "diff_pair_dimensions": [
  56. {
  57. "gap": 0.0,
  58. "via_gap": 0.0,
  59. "width": 0.0
  60. }
  61. ],
  62. "drc_exclusions": [
  63. "silk_over_copper|131294999|70564824|d4743ee5-a0a9-48e7-897c-d78953e8aa27|00000000-0000-0000-0000-000000000000",
  64. "silk_over_copper|132010000|70564824|60dec895-b029-426f-858e-efc1be63cb7c|00000000-0000-0000-0000-000000000000"
  65. ],
  66. "meta": {
  67. "filename": "board_design_settings.json",
  68. "version": 2
  69. },
  70. "rule_severities": {
  71. "annular_width": "error",
  72. "clearance": "error",
  73. "connection_width": "warning",
  74. "copper_edge_clearance": "error",
  75. "copper_sliver": "warning",
  76. "courtyards_overlap": "error",
  77. "diff_pair_gap_out_of_range": "error",
  78. "diff_pair_uncoupled_length_too_long": "error",
  79. "drill_out_of_range": "error",
  80. "duplicate_footprints": "warning",
  81. "extra_footprint": "warning",
  82. "footprint": "error",
  83. "footprint_symbol_mismatch": "warning",
  84. "footprint_type_mismatch": "error",
  85. "hole_clearance": "error",
  86. "hole_near_hole": "error",
  87. "holes_co_located": "warning",
  88. "invalid_outline": "error",
  89. "isolated_copper": "warning",
  90. "item_on_disabled_layer": "error",
  91. "items_not_allowed": "error",
  92. "length_out_of_range": "error",
  93. "lib_footprint_issues": "warning",
  94. "lib_footprint_mismatch": "warning",
  95. "malformed_courtyard": "error",
  96. "microvia_drill_out_of_range": "error",
  97. "missing_courtyard": "ignore",
  98. "missing_footprint": "warning",
  99. "net_conflict": "warning",
  100. "npth_inside_courtyard": "ignore",
  101. "padstack": "error",
  102. "pth_inside_courtyard": "ignore",
  103. "shorting_items": "error",
  104. "silk_edge_clearance": "warning",
  105. "silk_over_copper": "warning",
  106. "silk_overlap": "warning",
  107. "skew_out_of_range": "error",
  108. "solder_mask_bridge": "error",
  109. "starved_thermal": "error",
  110. "text_height": "warning",
  111. "text_thickness": "warning",
  112. "through_hole_pad_without_hole": "error",
  113. "too_many_vias": "error",
  114. "track_dangling": "warning",
  115. "track_width": "error",
  116. "tracks_crossing": "error",
  117. "unconnected_items": "error",
  118. "unresolved_variable": "error",
  119. "via_dangling": "warning",
  120. "zones_intersect": "error"
  121. },
  122. "rule_severitieslegacy_courtyards_overlap": true,
  123. "rule_severitieslegacy_no_courtyard_defined": false,
  124. "rules": {
  125. "allow_blind_buried_vias": false,
  126. "allow_microvias": false,
  127. "max_error": 0.005,
  128. "min_clearance": 0.0,
  129. "min_connection": 0.0,
  130. "min_copper_edge_clearance": 0.025,
  131. "min_hole_clearance": 0.25,
  132. "min_hole_to_hole": 0.25,
  133. "min_microvia_diameter": 0.2,
  134. "min_microvia_drill": 0.1,
  135. "min_resolved_spokes": 2,
  136. "min_silk_clearance": 0.0,
  137. "min_text_height": 0.6,
  138. "min_text_thickness": 0.08,
  139. "min_through_hole_diameter": 0.3,
  140. "min_track_width": 0.2,
  141. "min_via_annular_width": 0.05,
  142. "min_via_diameter": 0.4,
  143. "solder_mask_to_copper_clearance": 0.0,
  144. "use_height_for_length_calcs": true
  145. },
  146. "teardrop_options": [
  147. {
  148. "td_onpadsmd": true,
  149. "td_onroundshapesonly": false,
  150. "td_ontrackend": false,
  151. "td_onviapad": true
  152. }
  153. ],
  154. "teardrop_parameters": [
  155. {
  156. "td_allow_use_two_tracks": true,
  157. "td_curve_segcount": 0,
  158. "td_height_ratio": 1.0,
  159. "td_length_ratio": 0.5,
  160. "td_maxheight": 2.0,
  161. "td_maxlen": 1.0,
  162. "td_on_pad_in_zone": false,
  163. "td_target_name": "td_round_shape",
  164. "td_width_to_size_filter_ratio": 0.9
  165. },
  166. {
  167. "td_allow_use_two_tracks": true,
  168. "td_curve_segcount": 0,
  169. "td_height_ratio": 1.0,
  170. "td_length_ratio": 0.5,
  171. "td_maxheight": 2.0,
  172. "td_maxlen": 1.0,
  173. "td_on_pad_in_zone": false,
  174. "td_target_name": "td_rect_shape",
  175. "td_width_to_size_filter_ratio": 0.9
  176. },
  177. {
  178. "td_allow_use_two_tracks": true,
  179. "td_curve_segcount": 0,
  180. "td_height_ratio": 1.0,
  181. "td_length_ratio": 0.5,
  182. "td_maxheight": 2.0,
  183. "td_maxlen": 1.0,
  184. "td_on_pad_in_zone": false,
  185. "td_target_name": "td_track_end",
  186. "td_width_to_size_filter_ratio": 0.9
  187. }
  188. ],
  189. "track_widths": [
  190. 0.0,
  191. 0.4
  192. ],
  193. "tuning_pattern_settings": {
  194. "diff_pair_defaults": {
  195. "corner_radius_percentage": 80,
  196. "corner_style": 1,
  197. "max_amplitude": 1.0,
  198. "min_amplitude": 0.2,
  199. "single_sided": false,
  200. "spacing": 1.0
  201. },
  202. "diff_pair_skew_defaults": {
  203. "corner_radius_percentage": 80,
  204. "corner_style": 1,
  205. "max_amplitude": 1.0,
  206. "min_amplitude": 0.2,
  207. "single_sided": false,
  208. "spacing": 0.6
  209. },
  210. "single_track_defaults": {
  211. "corner_radius_percentage": 80,
  212. "corner_style": 1,
  213. "max_amplitude": 1.0,
  214. "min_amplitude": 0.2,
  215. "single_sided": false,
  216. "spacing": 0.6
  217. }
  218. },
  219. "via_dimensions": [
  220. {
  221. "diameter": 0.0,
  222. "drill": 0.0
  223. }
  224. ],
  225. "zones_allow_external_fillets": false,
  226. "zones_use_no_outline": true
  227. },
  228. "ipc2581": {
  229. "dist": "",
  230. "distpn": "",
  231. "internal_id": "",
  232. "mfg": "",
  233. "mpn": ""
  234. },
  235. "layer_presets": [],
  236. "viewports": []
  237. },
  238. "boards": [],
  239. "cvpcb": {
  240. "equivalence_files": []
  241. },
  242. "erc": {
  243. "erc_exclusions": [],
  244. "meta": {
  245. "version": 0
  246. },
  247. "pin_map": [
  248. [
  249. 0,
  250. 0,
  251. 0,
  252. 0,
  253. 0,
  254. 0,
  255. 1,
  256. 0,
  257. 0,
  258. 0,
  259. 0,
  260. 2
  261. ],
  262. [
  263. 0,
  264. 2,
  265. 0,
  266. 1,
  267. 0,
  268. 0,
  269. 1,
  270. 0,
  271. 2,
  272. 2,
  273. 2,
  274. 2
  275. ],
  276. [
  277. 0,
  278. 0,
  279. 0,
  280. 0,
  281. 0,
  282. 0,
  283. 1,
  284. 0,
  285. 1,
  286. 0,
  287. 1,
  288. 2
  289. ],
  290. [
  291. 0,
  292. 1,
  293. 0,
  294. 0,
  295. 0,
  296. 0,
  297. 1,
  298. 1,
  299. 2,
  300. 1,
  301. 1,
  302. 2
  303. ],
  304. [
  305. 0,
  306. 0,
  307. 0,
  308. 0,
  309. 0,
  310. 0,
  311. 1,
  312. 0,
  313. 0,
  314. 0,
  315. 0,
  316. 2
  317. ],
  318. [
  319. 0,
  320. 0,
  321. 0,
  322. 0,
  323. 0,
  324. 0,
  325. 0,
  326. 0,
  327. 0,
  328. 0,
  329. 0,
  330. 2
  331. ],
  332. [
  333. 1,
  334. 1,
  335. 1,
  336. 1,
  337. 1,
  338. 0,
  339. 1,
  340. 1,
  341. 1,
  342. 1,
  343. 1,
  344. 2
  345. ],
  346. [
  347. 0,
  348. 0,
  349. 0,
  350. 1,
  351. 0,
  352. 0,
  353. 1,
  354. 0,
  355. 0,
  356. 0,
  357. 0,
  358. 2
  359. ],
  360. [
  361. 0,
  362. 2,
  363. 1,
  364. 2,
  365. 0,
  366. 0,
  367. 1,
  368. 0,
  369. 2,
  370. 2,
  371. 2,
  372. 2
  373. ],
  374. [
  375. 0,
  376. 2,
  377. 0,
  378. 1,
  379. 0,
  380. 0,
  381. 1,
  382. 0,
  383. 2,
  384. 0,
  385. 0,
  386. 2
  387. ],
  388. [
  389. 0,
  390. 2,
  391. 1,
  392. 1,
  393. 0,
  394. 0,
  395. 1,
  396. 0,
  397. 2,
  398. 0,
  399. 0,
  400. 2
  401. ],
  402. [
  403. 2,
  404. 2,
  405. 2,
  406. 2,
  407. 2,
  408. 2,
  409. 2,
  410. 2,
  411. 2,
  412. 2,
  413. 2,
  414. 2
  415. ]
  416. ],
  417. "rule_severities": {
  418. "bus_definition_conflict": "error",
  419. "bus_entry_needed": "error",
  420. "bus_to_bus_conflict": "error",
  421. "bus_to_net_conflict": "error",
  422. "conflicting_netclasses": "error",
  423. "different_unit_footprint": "error",
  424. "different_unit_net": "error",
  425. "duplicate_reference": "error",
  426. "duplicate_sheet_names": "error",
  427. "endpoint_off_grid": "warning",
  428. "extra_units": "error",
  429. "global_label_dangling": "warning",
  430. "hier_label_mismatch": "error",
  431. "label_dangling": "error",
  432. "lib_symbol_issues": "warning",
  433. "missing_bidi_pin": "warning",
  434. "missing_input_pin": "warning",
  435. "missing_power_pin": "error",
  436. "missing_unit": "warning",
  437. "multiple_net_names": "warning",
  438. "net_not_bus_member": "warning",
  439. "no_connect_connected": "warning",
  440. "no_connect_dangling": "warning",
  441. "pin_not_connected": "error",
  442. "pin_not_driven": "error",
  443. "pin_to_pin": "error",
  444. "power_pin_not_driven": "error",
  445. "similar_labels": "warning",
  446. "simulation_model_issue": "ignore",
  447. "unannotated": "error",
  448. "unit_value_mismatch": "error",
  449. "unresolved_variable": "error",
  450. "wire_dangling": "error"
  451. }
  452. },
  453. "libraries": {
  454. "pinned_footprint_libs": [],
  455. "pinned_symbol_libs": []
  456. },
  457. "meta": {
  458. "filename": "BlackSASI.kicad_pro",
  459. "version": 1
  460. },
  461. "net_settings": {
  462. "classes": [
  463. {
  464. "bus_width": 12,
  465. "clearance": 0.175,
  466. "diff_pair_gap": 0.25,
  467. "diff_pair_via_gap": 0.25,
  468. "diff_pair_width": 0.2,
  469. "line_style": 0,
  470. "microvia_diameter": 0.3,
  471. "microvia_drill": 0.1,
  472. "name": "Default",
  473. "pcb_color": "rgba(0, 0, 0, 0.000)",
  474. "schematic_color": "rgba(0, 0, 0, 0.000)",
  475. "track_width": 0.25,
  476. "via_diameter": 0.8,
  477. "via_drill": 0.4,
  478. "wire_width": 6
  479. }
  480. ],
  481. "meta": {
  482. "version": 3
  483. },
  484. "net_colors": null,
  485. "netclass_assignments": null,
  486. "netclass_patterns": []
  487. },
  488. "pcbnew": {
  489. "last_paths": {
  490. "gencad": "",
  491. "idf": "",
  492. "netlist": "bluepill_scsi.net",
  493. "plot": "",
  494. "pos_files": "",
  495. "specctra_dsn": "",
  496. "step": "",
  497. "svg": "",
  498. "vrml": ""
  499. },
  500. "page_layout_descr_file": ""
  501. },
  502. "schematic": {
  503. "annotate_start_num": 0,
  504. "bom_export_filename": "",
  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.25,
  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": 0.0,
  582. "text_offset_ratio": 0.08
  583. },
  584. "legacy_lib_dir": "",
  585. "legacy_lib_list": [],
  586. "meta": {
  587. "version": 1
  588. },
  589. "net_format_name": "Pcbnew",
  590. "ngspice": {
  591. "fix_include_paths": true,
  592. "fix_passive_vals": false,
  593. "meta": {
  594. "version": 0
  595. },
  596. "model_mode": 0,
  597. "workbook_filename": ""
  598. },
  599. "page_layout_descr_file": "",
  600. "plot_directory": "pdf",
  601. "spice_adjust_passive_values": false,
  602. "spice_current_sheet_as_root": false,
  603. "spice_external_command": "spice \"%I\"",
  604. "spice_model_current_sheet_as_root": true,
  605. "spice_save_all_currents": false,
  606. "spice_save_all_dissipations": false,
  607. "spice_save_all_voltages": false,
  608. "subpart_first_id": 65,
  609. "subpart_id_separator": 0
  610. },
  611. "sheets": [
  612. [
  613. "c4d97e29-4300-4520-9366-edbdee93f48a",
  614. "Root"
  615. ]
  616. ],
  617. "text_variables": {}
  618. }