WillItBlend.kicad_pro 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. {
  2. "board": {
  3. "3dviewports": [
  4. {
  5. "name": "fasf",
  6. "ww": 1.0,
  7. "wx": -11.862390518188477,
  8. "wy": 3.006315231323242,
  9. "wz": -13.933032989501953,
  10. "xw": 0.0,
  11. "xx": 0.9568133354187012,
  12. "xy": -0.13366547226905823,
  13. "xz": 0.258147269487381,
  14. "yw": 0.0,
  15. "yx": 0.2779836654663086,
  16. "yy": 0.1609325408935547,
  17. "yz": -0.9470081925392151,
  18. "zw": 0.0,
  19. "zx": 0.08503814786672592,
  20. "zy": 0.9778716564178467,
  21. "zz": 0.19113898277282715
  22. }
  23. ],
  24. "design_settings": {
  25. "defaults": {
  26. "board_outline_line_width": 0.09999999999999999,
  27. "copper_line_width": 0.19999999999999998,
  28. "copper_text_italic": false,
  29. "copper_text_size_h": 1.5,
  30. "copper_text_size_v": 1.5,
  31. "copper_text_thickness": 0.3,
  32. "copper_text_upright": false,
  33. "courtyard_line_width": 0.049999999999999996,
  34. "dimension_precision": 4,
  35. "dimension_units": 3,
  36. "dimensions": {
  37. "arrow_length": 1270000,
  38. "extension_offset": 500000,
  39. "keep_text_aligned": true,
  40. "suppress_zeroes": false,
  41. "text_position": 0,
  42. "units_format": 1
  43. },
  44. "fab_line_width": 0.09999999999999999,
  45. "fab_text_italic": false,
  46. "fab_text_size_h": 1.0,
  47. "fab_text_size_v": 1.0,
  48. "fab_text_thickness": 0.15,
  49. "fab_text_upright": false,
  50. "other_line_width": 0.15,
  51. "other_text_italic": false,
  52. "other_text_size_h": 1.0,
  53. "other_text_size_v": 1.0,
  54. "other_text_thickness": 0.15,
  55. "other_text_upright": false,
  56. "pads": {
  57. "drill": 0.762,
  58. "height": 1.524,
  59. "width": 1.524
  60. },
  61. "silk_line_width": 0.15,
  62. "silk_text_italic": false,
  63. "silk_text_size_h": 1.0,
  64. "silk_text_size_v": 1.0,
  65. "silk_text_thickness": 0.15,
  66. "silk_text_upright": false,
  67. "zones": {
  68. "min_clearance": 0.5
  69. }
  70. },
  71. "diff_pair_dimensions": [],
  72. "drc_exclusions": [],
  73. "meta": {
  74. "version": 2
  75. },
  76. "rule_severities": {
  77. "annular_width": "error",
  78. "clearance": "error",
  79. "connection_width": "warning",
  80. "copper_edge_clearance": "error",
  81. "copper_sliver": "warning",
  82. "courtyards_overlap": "error",
  83. "diff_pair_gap_out_of_range": "error",
  84. "diff_pair_uncoupled_length_too_long": "error",
  85. "drill_out_of_range": "error",
  86. "duplicate_footprints": "warning",
  87. "extra_footprint": "warning",
  88. "footprint": "error",
  89. "footprint_type_mismatch": "ignore",
  90. "hole_clearance": "error",
  91. "hole_near_hole": "error",
  92. "invalid_outline": "error",
  93. "isolated_copper": "warning",
  94. "item_on_disabled_layer": "error",
  95. "items_not_allowed": "error",
  96. "length_out_of_range": "error",
  97. "lib_footprint_issues": "warning",
  98. "lib_footprint_mismatch": "warning",
  99. "malformed_courtyard": "error",
  100. "microvia_drill_out_of_range": "error",
  101. "missing_courtyard": "ignore",
  102. "missing_footprint": "warning",
  103. "net_conflict": "warning",
  104. "npth_inside_courtyard": "ignore",
  105. "padstack": "warning",
  106. "pth_inside_courtyard": "ignore",
  107. "shorting_items": "error",
  108. "silk_edge_clearance": "warning",
  109. "silk_over_copper": "warning",
  110. "silk_overlap": "warning",
  111. "skew_out_of_range": "error",
  112. "solder_mask_bridge": "error",
  113. "starved_thermal": "error",
  114. "text_height": "warning",
  115. "text_thickness": "warning",
  116. "through_hole_pad_without_hole": "error",
  117. "too_many_vias": "error",
  118. "track_dangling": "warning",
  119. "track_width": "error",
  120. "tracks_crossing": "error",
  121. "unconnected_items": "error",
  122. "unresolved_variable": "error",
  123. "via_dangling": "warning",
  124. "zones_intersect": "error"
  125. },
  126. "rules": {
  127. "max_error": 0.005,
  128. "min_clearance": 0.0,
  129. "min_connection": 0.0,
  130. "min_copper_edge_clearance": 0.0,
  131. "min_hole_clearance": 0.25,
  132. "min_hole_to_hole": 0.25,
  133. "min_microvia_diameter": 0.19999999999999998,
  134. "min_microvia_drill": 0.09999999999999999,
  135. "min_resolved_spokes": 2,
  136. "min_silk_clearance": 0.0,
  137. "min_text_height": 0.7999999999999999,
  138. "min_text_thickness": 0.08,
  139. "min_through_hole_diameter": 0.3,
  140. "min_track_width": 0.0,
  141. "min_via_annular_width": 0.09999999999999999,
  142. "min_via_diameter": 0.5,
  143. "solder_mask_clearance": 0.0,
  144. "solder_mask_min_width": 0.0,
  145. "solder_mask_to_copper_clearance": 0.0,
  146. "use_height_for_length_calcs": true
  147. },
  148. "teardrop_options": [
  149. {
  150. "td_allow_use_two_tracks": true,
  151. "td_curve_segcount": 5,
  152. "td_on_pad_in_zone": false,
  153. "td_onpadsmd": true,
  154. "td_onroundshapesonly": false,
  155. "td_ontrackend": false,
  156. "td_onviapad": true
  157. }
  158. ],
  159. "teardrop_parameters": [
  160. {
  161. "td_curve_segcount": 0,
  162. "td_height_ratio": 1.0,
  163. "td_length_ratio": 0.5,
  164. "td_maxheight": 2.0,
  165. "td_maxlen": 1.0,
  166. "td_target_name": "td_round_shape",
  167. "td_width_to_size_filter_ratio": 0.9
  168. },
  169. {
  170. "td_curve_segcount": 0,
  171. "td_height_ratio": 1.0,
  172. "td_length_ratio": 0.5,
  173. "td_maxheight": 2.0,
  174. "td_maxlen": 1.0,
  175. "td_target_name": "td_rect_shape",
  176. "td_width_to_size_filter_ratio": 0.9
  177. },
  178. {
  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_target_name": "td_track_end",
  185. "td_width_to_size_filter_ratio": 0.9
  186. }
  187. ],
  188. "track_widths": [],
  189. "via_dimensions": [],
  190. "zones_allow_external_fillets": false
  191. },
  192. "layer_presets": [],
  193. "viewports": []
  194. },
  195. "boards": [],
  196. "cvpcb": {
  197. "equivalence_files": []
  198. },
  199. "erc": {
  200. "erc_exclusions": [],
  201. "meta": {
  202. "version": 0
  203. },
  204. "pin_map": [
  205. [
  206. 0,
  207. 0,
  208. 0,
  209. 0,
  210. 0,
  211. 0,
  212. 1,
  213. 0,
  214. 0,
  215. 0,
  216. 0,
  217. 2
  218. ],
  219. [
  220. 0,
  221. 2,
  222. 0,
  223. 1,
  224. 0,
  225. 0,
  226. 1,
  227. 0,
  228. 2,
  229. 2,
  230. 2,
  231. 2
  232. ],
  233. [
  234. 0,
  235. 0,
  236. 0,
  237. 0,
  238. 0,
  239. 0,
  240. 1,
  241. 0,
  242. 1,
  243. 0,
  244. 1,
  245. 2
  246. ],
  247. [
  248. 0,
  249. 1,
  250. 0,
  251. 0,
  252. 0,
  253. 0,
  254. 1,
  255. 1,
  256. 2,
  257. 1,
  258. 1,
  259. 2
  260. ],
  261. [
  262. 0,
  263. 0,
  264. 0,
  265. 0,
  266. 0,
  267. 0,
  268. 1,
  269. 0,
  270. 0,
  271. 0,
  272. 0,
  273. 2
  274. ],
  275. [
  276. 0,
  277. 0,
  278. 0,
  279. 0,
  280. 0,
  281. 0,
  282. 0,
  283. 0,
  284. 0,
  285. 0,
  286. 0,
  287. 2
  288. ],
  289. [
  290. 1,
  291. 1,
  292. 1,
  293. 1,
  294. 1,
  295. 0,
  296. 1,
  297. 1,
  298. 1,
  299. 1,
  300. 1,
  301. 2
  302. ],
  303. [
  304. 0,
  305. 0,
  306. 0,
  307. 1,
  308. 0,
  309. 0,
  310. 1,
  311. 0,
  312. 0,
  313. 0,
  314. 0,
  315. 2
  316. ],
  317. [
  318. 0,
  319. 2,
  320. 1,
  321. 2,
  322. 0,
  323. 0,
  324. 1,
  325. 0,
  326. 2,
  327. 2,
  328. 2,
  329. 2
  330. ],
  331. [
  332. 0,
  333. 2,
  334. 0,
  335. 1,
  336. 0,
  337. 0,
  338. 1,
  339. 0,
  340. 2,
  341. 0,
  342. 0,
  343. 2
  344. ],
  345. [
  346. 0,
  347. 2,
  348. 1,
  349. 1,
  350. 0,
  351. 0,
  352. 1,
  353. 0,
  354. 2,
  355. 0,
  356. 0,
  357. 2
  358. ],
  359. [
  360. 2,
  361. 2,
  362. 2,
  363. 2,
  364. 2,
  365. 2,
  366. 2,
  367. 2,
  368. 2,
  369. 2,
  370. 2,
  371. 2
  372. ]
  373. ],
  374. "rule_severities": {
  375. "bus_definition_conflict": "error",
  376. "bus_entry_needed": "error",
  377. "bus_to_bus_conflict": "error",
  378. "bus_to_net_conflict": "error",
  379. "conflicting_netclasses": "error",
  380. "different_unit_footprint": "error",
  381. "different_unit_net": "error",
  382. "duplicate_reference": "error",
  383. "duplicate_sheet_names": "error",
  384. "endpoint_off_grid": "warning",
  385. "extra_units": "error",
  386. "global_label_dangling": "warning",
  387. "hier_label_mismatch": "error",
  388. "label_dangling": "error",
  389. "lib_symbol_issues": "warning",
  390. "missing_bidi_pin": "warning",
  391. "missing_input_pin": "warning",
  392. "missing_power_pin": "error",
  393. "missing_unit": "warning",
  394. "multiple_net_names": "warning",
  395. "net_not_bus_member": "warning",
  396. "no_connect_connected": "warning",
  397. "no_connect_dangling": "warning",
  398. "pin_not_connected": "error",
  399. "pin_not_driven": "error",
  400. "pin_to_pin": "error",
  401. "power_pin_not_driven": "error",
  402. "similar_labels": "warning",
  403. "simulation_model_issue": "ignore",
  404. "unannotated": "error",
  405. "unit_value_mismatch": "error",
  406. "unresolved_variable": "error",
  407. "wire_dangling": "error"
  408. }
  409. },
  410. "libraries": {
  411. "pinned_footprint_libs": [],
  412. "pinned_symbol_libs": [
  413. "WillItBlend"
  414. ]
  415. },
  416. "meta": {
  417. "filename": "WillItBlend.kicad_pro",
  418. "version": 1
  419. },
  420. "net_settings": {
  421. "classes": [
  422. {
  423. "bus_width": 12,
  424. "clearance": 0.2,
  425. "diff_pair_gap": 0.25,
  426. "diff_pair_via_gap": 0.25,
  427. "diff_pair_width": 0.2,
  428. "line_style": 0,
  429. "microvia_diameter": 0.3,
  430. "microvia_drill": 0.1,
  431. "name": "Default",
  432. "pcb_color": "rgba(0, 0, 0, 0.000)",
  433. "schematic_color": "rgba(0, 0, 0, 0.000)",
  434. "track_width": 0.25,
  435. "via_diameter": 0.8,
  436. "via_drill": 0.4,
  437. "wire_width": 6
  438. }
  439. ],
  440. "meta": {
  441. "version": 3
  442. },
  443. "net_colors": null,
  444. "netclass_assignments": null,
  445. "netclass_patterns": []
  446. },
  447. "pcbnew": {
  448. "last_paths": {
  449. "gencad": "",
  450. "idf": "",
  451. "netlist": "",
  452. "specctra_dsn": "",
  453. "step": "",
  454. "vrml": ""
  455. },
  456. "page_layout_descr_file": ""
  457. },
  458. "schematic": {
  459. "annotate_start_num": 0,
  460. "drawing": {
  461. "dashed_lines_dash_length_ratio": 12.0,
  462. "dashed_lines_gap_length_ratio": 3.0,
  463. "default_line_thickness": 6.0,
  464. "default_text_size": 50.0,
  465. "field_names": [],
  466. "intersheets_ref_own_page": false,
  467. "intersheets_ref_prefix": "",
  468. "intersheets_ref_short": false,
  469. "intersheets_ref_show": false,
  470. "intersheets_ref_suffix": "",
  471. "junction_size_choice": 3,
  472. "label_size_ratio": 0.375,
  473. "pin_symbol_size": 25.0,
  474. "text_offset_ratio": 0.15
  475. },
  476. "legacy_lib_dir": "",
  477. "legacy_lib_list": [],
  478. "meta": {
  479. "version": 1
  480. },
  481. "net_format_name": "",
  482. "page_layout_descr_file": "",
  483. "plot_directory": "",
  484. "spice_current_sheet_as_root": false,
  485. "spice_external_command": "spice \"%I\"",
  486. "spice_model_current_sheet_as_root": true,
  487. "spice_save_all_currents": false,
  488. "spice_save_all_voltages": false,
  489. "subpart_first_id": 65,
  490. "subpart_id_separator": 0
  491. },
  492. "sheets": [
  493. [
  494. "b7b56e43-d8ce-44f9-a98b-3fb8fa92b7f6",
  495. ""
  496. ],
  497. [
  498. "97a50f1f-3ef4-4c8b-b1d9-94e0086a46b4",
  499. "Channel 1"
  500. ],
  501. [
  502. "cb1b3878-f09d-4a32-aff6-5b31a4ef19e8",
  503. "Channel Input"
  504. ],
  505. [
  506. "ae00276d-649a-43bd-a2b7-80025aaa3163",
  507. "Channel Pan"
  508. ],
  509. [
  510. "93a68864-70b9-43b8-a279-3f8fee39fa6c",
  511. "Channel CV Summation"
  512. ],
  513. [
  514. "2aa9eec0-d9fe-47da-836f-d6fe3fa5a8dc",
  515. "Channel CV Snapping"
  516. ],
  517. [
  518. "5225db63-a3bf-4f0a-9768-55a0899a3ea4",
  519. "Aux1_CV_Snap"
  520. ],
  521. [
  522. "30412985-f25c-49df-95d3-9f2546706866",
  523. "Aux2_L_CV_Snap"
  524. ],
  525. [
  526. "d03eaae5-d51e-482e-991f-fc456436b16c",
  527. "Aux2_R_CV_Snap"
  528. ],
  529. [
  530. "0e23431d-8c60-4657-8f50-031eec2b3e2c",
  531. "Master_L_CV_Snap4"
  532. ],
  533. [
  534. "b60da8d3-324f-44bc-b90f-58255980197f",
  535. "Master_R_CV_Snap3"
  536. ],
  537. [
  538. "eaf1f5a3-f775-48e5-ba28-de29d1d901d8",
  539. "Channel VCA"
  540. ],
  541. [
  542. "594c0696-4f62-4556-ba90-78f3a45074ae",
  543. "Power input"
  544. ],
  545. [
  546. "daacc302-ba86-4634-8f8a-20e655971dd2",
  547. "MCU"
  548. ],
  549. [
  550. "64f89b6e-8080-4f0b-afe1-ccf163a0d750",
  551. "Outputs"
  552. ],
  553. [
  554. "8aaf43dd-0e4e-4a5c-be98-c7db4b3f7380",
  555. "Aux inputs"
  556. ]
  557. ],
  558. "text_variables": {}
  559. }