ideatausb.kicad_pro 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. {
  2. "board": {
  3. "design_settings": {
  4. "defaults": {
  5. "board_outline_line_width": 0.049999999999999996,
  6. "copper_line_width": 0.19999999999999998,
  7. "copper_text_italic": false,
  8. "copper_text_size_h": 1.5,
  9. "copper_text_size_v": 1.5,
  10. "copper_text_thickness": 0.3,
  11. "copper_text_upright": false,
  12. "courtyard_line_width": 0.049999999999999996,
  13. "dimension_precision": 4,
  14. "dimension_units": 3,
  15. "dimensions": {
  16. "arrow_length": 1270000,
  17. "extension_offset": 500000,
  18. "keep_text_aligned": true,
  19. "suppress_zeroes": false,
  20. "text_position": 0,
  21. "units_format": 1
  22. },
  23. "fab_line_width": 0.09999999999999999,
  24. "fab_text_italic": false,
  25. "fab_text_size_h": 1.0,
  26. "fab_text_size_v": 1.0,
  27. "fab_text_thickness": 0.15,
  28. "fab_text_upright": false,
  29. "other_line_width": 0.09999999999999999,
  30. "other_text_italic": false,
  31. "other_text_size_h": 1.0,
  32. "other_text_size_v": 1.0,
  33. "other_text_thickness": 0.15,
  34. "other_text_upright": false,
  35. "pads": {
  36. "drill": 0.0,
  37. "height": 5.0,
  38. "width": 5.0
  39. },
  40. "silk_line_width": 0.12,
  41. "silk_text_italic": false,
  42. "silk_text_size_h": 1.0,
  43. "silk_text_size_v": 1.0,
  44. "silk_text_thickness": 0.15,
  45. "silk_text_upright": false,
  46. "zones": {
  47. "45_degree_only": false,
  48. "min_clearance": 0.508
  49. }
  50. },
  51. "diff_pair_dimensions": [
  52. {
  53. "gap": 0.0,
  54. "via_gap": 0.0,
  55. "width": 0.0
  56. }
  57. ],
  58. "drc_exclusions": [],
  59. "meta": {
  60. "filename": "board_design_settings.json",
  61. "version": 2
  62. },
  63. "rule_severities": {
  64. "annular_width": "error",
  65. "clearance": "error",
  66. "copper_edge_clearance": "error",
  67. "courtyards_overlap": "error",
  68. "diff_pair_gap_out_of_range": "error",
  69. "diff_pair_uncoupled_length_too_long": "error",
  70. "drill_out_of_range": "error",
  71. "duplicate_footprints": "warning",
  72. "extra_footprint": "warning",
  73. "footprint_type_mismatch": "error",
  74. "hole_clearance": "error",
  75. "hole_near_hole": "error",
  76. "invalid_outline": "error",
  77. "item_on_disabled_layer": "error",
  78. "items_not_allowed": "error",
  79. "length_out_of_range": "error",
  80. "malformed_courtyard": "error",
  81. "microvia_drill_out_of_range": "error",
  82. "missing_courtyard": "ignore",
  83. "missing_footprint": "warning",
  84. "net_conflict": "warning",
  85. "npth_inside_courtyard": "ignore",
  86. "padstack": "error",
  87. "pth_inside_courtyard": "ignore",
  88. "shorting_items": "error",
  89. "silk_over_copper": "warning",
  90. "silk_overlap": "warning",
  91. "skew_out_of_range": "error",
  92. "through_hole_pad_without_hole": "error",
  93. "too_many_vias": "error",
  94. "track_dangling": "warning",
  95. "track_width": "error",
  96. "tracks_crossing": "error",
  97. "unconnected_items": "error",
  98. "unresolved_variable": "error",
  99. "via_dangling": "warning",
  100. "zone_has_empty_net": "error",
  101. "zones_intersect": "error"
  102. },
  103. "rule_severitieslegacy_courtyards_overlap": true,
  104. "rule_severitieslegacy_no_courtyard_defined": false,
  105. "rules": {
  106. "allow_blind_buried_vias": false,
  107. "allow_microvias": false,
  108. "max_error": 0.005,
  109. "min_clearance": 0.0,
  110. "min_copper_edge_clearance": 0.024999999999999998,
  111. "min_hole_clearance": 0.25,
  112. "min_hole_to_hole": 0.25,
  113. "min_microvia_diameter": 0.19999999999999998,
  114. "min_microvia_drill": 0.09999999999999999,
  115. "min_silk_clearance": 0.0,
  116. "min_through_hole_diameter": 0.3,
  117. "min_track_width": 0.19999999999999998,
  118. "min_via_annular_width": 0.049999999999999996,
  119. "min_via_diameter": 0.39999999999999997,
  120. "use_height_for_length_calcs": true
  121. },
  122. "track_widths": [
  123. 0.0,
  124. 0.4
  125. ],
  126. "via_dimensions": [
  127. {
  128. "diameter": 0.0,
  129. "drill": 0.0
  130. },
  131. {
  132. "diameter": 1.0,
  133. "drill": 0.6
  134. }
  135. ],
  136. "zones_allow_external_fillets": false,
  137. "zones_use_no_outline": true
  138. },
  139. "layer_presets": []
  140. },
  141. "boards": [],
  142. "cvpcb": {
  143. "equivalence_files": []
  144. },
  145. "erc": {
  146. "erc_exclusions": [],
  147. "meta": {
  148. "version": 0
  149. },
  150. "pin_map": [
  151. [
  152. 0,
  153. 0,
  154. 0,
  155. 0,
  156. 0,
  157. 0,
  158. 1,
  159. 0,
  160. 0,
  161. 0,
  162. 0,
  163. 2
  164. ],
  165. [
  166. 0,
  167. 2,
  168. 0,
  169. 1,
  170. 0,
  171. 0,
  172. 1,
  173. 0,
  174. 2,
  175. 2,
  176. 2,
  177. 2
  178. ],
  179. [
  180. 0,
  181. 0,
  182. 0,
  183. 0,
  184. 0,
  185. 0,
  186. 1,
  187. 0,
  188. 1,
  189. 0,
  190. 1,
  191. 2
  192. ],
  193. [
  194. 0,
  195. 1,
  196. 0,
  197. 0,
  198. 0,
  199. 0,
  200. 1,
  201. 1,
  202. 2,
  203. 1,
  204. 1,
  205. 2
  206. ],
  207. [
  208. 0,
  209. 0,
  210. 0,
  211. 0,
  212. 0,
  213. 0,
  214. 1,
  215. 0,
  216. 0,
  217. 0,
  218. 0,
  219. 2
  220. ],
  221. [
  222. 0,
  223. 0,
  224. 0,
  225. 0,
  226. 0,
  227. 0,
  228. 0,
  229. 0,
  230. 0,
  231. 0,
  232. 0,
  233. 2
  234. ],
  235. [
  236. 1,
  237. 1,
  238. 1,
  239. 1,
  240. 1,
  241. 0,
  242. 1,
  243. 1,
  244. 1,
  245. 1,
  246. 1,
  247. 2
  248. ],
  249. [
  250. 0,
  251. 0,
  252. 0,
  253. 1,
  254. 0,
  255. 0,
  256. 1,
  257. 0,
  258. 0,
  259. 0,
  260. 0,
  261. 2
  262. ],
  263. [
  264. 0,
  265. 2,
  266. 1,
  267. 2,
  268. 0,
  269. 0,
  270. 1,
  271. 0,
  272. 2,
  273. 2,
  274. 2,
  275. 2
  276. ],
  277. [
  278. 0,
  279. 2,
  280. 0,
  281. 1,
  282. 0,
  283. 0,
  284. 1,
  285. 0,
  286. 2,
  287. 0,
  288. 0,
  289. 2
  290. ],
  291. [
  292. 0,
  293. 2,
  294. 1,
  295. 1,
  296. 0,
  297. 0,
  298. 1,
  299. 0,
  300. 2,
  301. 0,
  302. 0,
  303. 2
  304. ],
  305. [
  306. 2,
  307. 2,
  308. 2,
  309. 2,
  310. 2,
  311. 2,
  312. 2,
  313. 2,
  314. 2,
  315. 2,
  316. 2,
  317. 2
  318. ]
  319. ],
  320. "rule_severities": {
  321. "bus_definition_conflict": "error",
  322. "bus_entry_needed": "error",
  323. "bus_label_syntax": "error",
  324. "bus_to_bus_conflict": "error",
  325. "bus_to_net_conflict": "error",
  326. "different_unit_footprint": "error",
  327. "different_unit_net": "error",
  328. "duplicate_reference": "error",
  329. "duplicate_sheet_names": "error",
  330. "extra_units": "error",
  331. "global_label_dangling": "warning",
  332. "hier_label_mismatch": "error",
  333. "label_dangling": "error",
  334. "lib_symbol_issues": "warning",
  335. "multiple_net_names": "warning",
  336. "net_not_bus_member": "warning",
  337. "no_connect_connected": "warning",
  338. "no_connect_dangling": "warning",
  339. "pin_not_connected": "error",
  340. "pin_not_driven": "error",
  341. "pin_to_pin": "warning",
  342. "power_pin_not_driven": "error",
  343. "similar_labels": "warning",
  344. "unannotated": "error",
  345. "unit_value_mismatch": "error",
  346. "unresolved_variable": "error",
  347. "wire_dangling": "error"
  348. }
  349. },
  350. "libraries": {
  351. "pinned_footprint_libs": [],
  352. "pinned_symbol_libs": []
  353. },
  354. "meta": {
  355. "filename": "ide-usb-pcb.kicad_pro",
  356. "version": 1
  357. },
  358. "net_settings": {
  359. "classes": [
  360. {
  361. "bus_width": 12.0,
  362. "clearance": 0.15,
  363. "diff_pair_gap": 0.2,
  364. "diff_pair_via_gap": 0.25,
  365. "diff_pair_width": 0.2,
  366. "line_style": 0,
  367. "microvia_diameter": 0.3,
  368. "microvia_drill": 0.1,
  369. "name": "Default",
  370. "pcb_color": "rgba(0, 0, 0, 0.000)",
  371. "schematic_color": "rgba(0, 0, 0, 0.000)",
  372. "track_width": 0.25,
  373. "via_diameter": 0.8,
  374. "via_drill": 0.4,
  375. "wire_width": 6.0
  376. },
  377. {
  378. "bus_width": 12.0,
  379. "clearance": 0.15,
  380. "diff_pair_gap": 0.2,
  381. "diff_pair_via_gap": 0.25,
  382. "diff_pair_width": 0.2,
  383. "line_style": 0,
  384. "microvia_diameter": 0.3,
  385. "microvia_drill": 0.1,
  386. "name": "power",
  387. "nets": [
  388. "+3V3",
  389. "+5V"
  390. ],
  391. "pcb_color": "rgba(0, 0, 0, 0.000)",
  392. "schematic_color": "rgba(0, 0, 0, 0.000)",
  393. "track_width": 0.4,
  394. "via_diameter": 0.8,
  395. "via_drill": 0.4,
  396. "wire_width": 6.0
  397. }
  398. ],
  399. "meta": {
  400. "version": 2
  401. },
  402. "net_colors": null
  403. },
  404. "pcbnew": {
  405. "last_paths": {
  406. "gencad": "",
  407. "idf": "",
  408. "netlist": "ide-usb-pcb.net",
  409. "specctra_dsn": "",
  410. "step": "",
  411. "vrml": ""
  412. },
  413. "page_layout_descr_file": ""
  414. },
  415. "schematic": {
  416. "annotate_start_num": 0,
  417. "drawing": {
  418. "default_line_thickness": 6.0,
  419. "default_text_size": 50.0,
  420. "field_names": [],
  421. "intersheets_ref_own_page": false,
  422. "intersheets_ref_prefix": "",
  423. "intersheets_ref_short": false,
  424. "intersheets_ref_show": false,
  425. "intersheets_ref_suffix": "",
  426. "junction_size_choice": 3,
  427. "label_size_ratio": 0.25,
  428. "pin_symbol_size": 0.0,
  429. "text_offset_ratio": 0.08
  430. },
  431. "legacy_lib_dir": "",
  432. "legacy_lib_list": [],
  433. "meta": {
  434. "version": 1
  435. },
  436. "net_format_name": "Pcbnew",
  437. "ngspice": {
  438. "fix_include_paths": true,
  439. "fix_passive_vals": false,
  440. "meta": {
  441. "version": 0
  442. },
  443. "model_mode": 0,
  444. "workbook_filename": ""
  445. },
  446. "page_layout_descr_file": "",
  447. "plot_directory": "sch-out/",
  448. "spice_adjust_passive_values": false,
  449. "spice_external_command": "spice \"%I\"",
  450. "subpart_first_id": 65,
  451. "subpart_id_separator": 0
  452. },
  453. "sheets": [
  454. [
  455. "6a0b1509-c012-4510-a014-035c14c242a7",
  456. ""
  457. ]
  458. ],
  459. "text_variables": {}
  460. }