bitaxeUltra.kicad_pro 13 KB

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