Geen omschrijving
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.

base.kicad_pro 9.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. {
  2. "board": {
  3. "design_settings": {
  4. "defaults": {
  5. "board_outline_line_width": 0.09999999999999999,
  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.15,
  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": 3.8,
  38. "width": 2.0
  39. },
  40. "silk_line_width": 0.15,
  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. "version": 2
  61. },
  62. "rule_severities": {
  63. "annular_width": "error",
  64. "clearance": "error",
  65. "copper_edge_clearance": "error",
  66. "courtyards_overlap": "error",
  67. "diff_pair_gap_out_of_range": "error",
  68. "diff_pair_uncoupled_length_too_long": "error",
  69. "drill_out_of_range": "error",
  70. "duplicate_footprints": "warning",
  71. "extra_footprint": "warning",
  72. "hole_clearance": "error",
  73. "hole_near_hole": "error",
  74. "invalid_outline": "error",
  75. "item_on_disabled_layer": "error",
  76. "items_not_allowed": "error",
  77. "length_out_of_range": "error",
  78. "malformed_courtyard": "error",
  79. "microvia_drill_out_of_range": "error",
  80. "missing_courtyard": "ignore",
  81. "missing_footprint": "warning",
  82. "net_conflict": "warning",
  83. "npth_inside_courtyard": "ignore",
  84. "padstack": "error",
  85. "pth_inside_courtyard": "ignore",
  86. "shorting_items": "error",
  87. "silk_over_copper": "error",
  88. "silk_overlap": "error",
  89. "skew_out_of_range": "error",
  90. "too_many_vias": "error",
  91. "track_dangling": "warning",
  92. "track_width": "error",
  93. "tracks_crossing": "error",
  94. "unconnected_items": "error",
  95. "unresolved_variable": "error",
  96. "via_dangling": "warning",
  97. "zone_has_empty_net": "error",
  98. "zones_intersect": "error"
  99. },
  100. "rules": {
  101. "allow_blind_buried_vias": false,
  102. "allow_microvias": false,
  103. "max_error": 0.005,
  104. "min_clearance": 0.0,
  105. "min_copper_edge_clearance": 0.01,
  106. "min_hole_clearance": 0.0,
  107. "min_hole_to_hole": 0.25,
  108. "min_microvia_diameter": 0.19999999999999998,
  109. "min_microvia_drill": 0.09999999999999999,
  110. "min_silk_clearance": 0.0,
  111. "min_through_hole_diameter": 0.3,
  112. "min_track_width": 0.19999999999999998,
  113. "min_via_annular_width": 0.049999999999999996,
  114. "min_via_diameter": 0.39999999999999997,
  115. "use_height_for_length_calcs": true
  116. },
  117. "track_widths": [
  118. 0.0,
  119. 0.25,
  120. 0.35,
  121. 0.4,
  122. 0.5,
  123. 1.0,
  124. 2.0,
  125. 3.0
  126. ],
  127. "via_dimensions": [
  128. {
  129. "diameter": 0.0,
  130. "drill": 0.0
  131. },
  132. {
  133. "diameter": 0.6,
  134. "drill": 0.3
  135. },
  136. {
  137. "diameter": 1.0,
  138. "drill": 0.5
  139. }
  140. ],
  141. "zones_allow_external_fillets": false,
  142. "zones_use_no_outline": true
  143. },
  144. "layer_presets": []
  145. },
  146. "boards": [],
  147. "cvpcb": {
  148. "equivalence_files": []
  149. },
  150. "erc": {
  151. "erc_exclusions": [],
  152. "meta": {
  153. "version": 0
  154. },
  155. "pin_map": [
  156. [
  157. 0,
  158. 0,
  159. 0,
  160. 0,
  161. 0,
  162. 0,
  163. 1,
  164. 0,
  165. 0,
  166. 0,
  167. 0,
  168. 2
  169. ],
  170. [
  171. 0,
  172. 2,
  173. 0,
  174. 1,
  175. 0,
  176. 0,
  177. 1,
  178. 0,
  179. 2,
  180. 2,
  181. 2,
  182. 2
  183. ],
  184. [
  185. 0,
  186. 0,
  187. 0,
  188. 0,
  189. 0,
  190. 0,
  191. 1,
  192. 0,
  193. 1,
  194. 0,
  195. 1,
  196. 2
  197. ],
  198. [
  199. 0,
  200. 1,
  201. 0,
  202. 0,
  203. 0,
  204. 0,
  205. 1,
  206. 1,
  207. 2,
  208. 1,
  209. 1,
  210. 2
  211. ],
  212. [
  213. 0,
  214. 0,
  215. 0,
  216. 0,
  217. 0,
  218. 0,
  219. 1,
  220. 0,
  221. 0,
  222. 0,
  223. 0,
  224. 2
  225. ],
  226. [
  227. 0,
  228. 0,
  229. 0,
  230. 0,
  231. 0,
  232. 0,
  233. 0,
  234. 0,
  235. 0,
  236. 0,
  237. 0,
  238. 2
  239. ],
  240. [
  241. 1,
  242. 1,
  243. 1,
  244. 1,
  245. 1,
  246. 0,
  247. 1,
  248. 1,
  249. 1,
  250. 1,
  251. 1,
  252. 2
  253. ],
  254. [
  255. 0,
  256. 0,
  257. 0,
  258. 1,
  259. 0,
  260. 0,
  261. 1,
  262. 0,
  263. 0,
  264. 0,
  265. 0,
  266. 2
  267. ],
  268. [
  269. 0,
  270. 2,
  271. 1,
  272. 2,
  273. 0,
  274. 0,
  275. 1,
  276. 0,
  277. 2,
  278. 2,
  279. 2,
  280. 2
  281. ],
  282. [
  283. 0,
  284. 2,
  285. 0,
  286. 1,
  287. 0,
  288. 0,
  289. 1,
  290. 0,
  291. 2,
  292. 0,
  293. 0,
  294. 2
  295. ],
  296. [
  297. 0,
  298. 2,
  299. 1,
  300. 1,
  301. 0,
  302. 0,
  303. 1,
  304. 0,
  305. 2,
  306. 0,
  307. 0,
  308. 2
  309. ],
  310. [
  311. 2,
  312. 2,
  313. 2,
  314. 2,
  315. 2,
  316. 2,
  317. 2,
  318. 2,
  319. 2,
  320. 2,
  321. 2,
  322. 2
  323. ]
  324. ],
  325. "rule_severities": {
  326. "bus_definition_conflict": "error",
  327. "bus_entry_needed": "error",
  328. "bus_label_syntax": "error",
  329. "bus_to_bus_conflict": "error",
  330. "bus_to_net_conflict": "error",
  331. "different_unit_footprint": "error",
  332. "different_unit_net": "error",
  333. "duplicate_reference": "error",
  334. "duplicate_sheet_names": "error",
  335. "extra_units": "error",
  336. "global_label_dangling": "warning",
  337. "hier_label_mismatch": "error",
  338. "label_dangling": "error",
  339. "lib_symbol_issues": "warning",
  340. "multiple_net_names": "warning",
  341. "net_not_bus_member": "warning",
  342. "no_connect_connected": "warning",
  343. "no_connect_dangling": "warning",
  344. "pin_not_connected": "error",
  345. "pin_not_driven": "error",
  346. "pin_to_pin": "warning",
  347. "power_pin_not_driven": "error",
  348. "similar_labels": "warning",
  349. "unannotated": "error",
  350. "unit_value_mismatch": "error",
  351. "unresolved_variable": "error",
  352. "wire_dangling": "error"
  353. }
  354. },
  355. "libraries": {
  356. "pinned_footprint_libs": [],
  357. "pinned_symbol_libs": []
  358. },
  359. "meta": {
  360. "filename": "base.kicad_pro",
  361. "version": 1
  362. },
  363. "net_settings": {
  364. "classes": [
  365. {
  366. "bus_width": 12.0,
  367. "clearance": 0.2,
  368. "diff_pair_gap": 0.25,
  369. "diff_pair_via_gap": 0.25,
  370. "diff_pair_width": 0.2,
  371. "line_style": 0,
  372. "microvia_diameter": 0.3,
  373. "microvia_drill": 0.1,
  374. "name": "Default",
  375. "pcb_color": "rgba(0, 0, 0, 0.000)",
  376. "schematic_color": "rgba(0, 0, 0, 0.000)",
  377. "track_width": 0.25,
  378. "via_diameter": 0.8,
  379. "via_drill": 0.4,
  380. "wire_width": 6.0
  381. }
  382. ],
  383. "meta": {
  384. "version": 2
  385. },
  386. "net_colors": null
  387. },
  388. "pcbnew": {
  389. "last_paths": {
  390. "gencad": "",
  391. "idf": "",
  392. "netlist": "",
  393. "specctra_dsn": "",
  394. "step": "",
  395. "vrml": ""
  396. },
  397. "page_layout_descr_file": ""
  398. },
  399. "schematic": {
  400. "annotate_start_num": 0,
  401. "drawing": {
  402. "default_bus_thickness": 12.0,
  403. "default_junction_size": 36.0,
  404. "default_line_thickness": 6.0,
  405. "default_text_size": 50.0,
  406. "default_wire_thickness": 6.0,
  407. "field_names": [],
  408. "intersheets_ref_own_page": false,
  409. "intersheets_ref_prefix": "",
  410. "intersheets_ref_short": false,
  411. "intersheets_ref_show": false,
  412. "intersheets_ref_suffix": "",
  413. "junction_size_choice": 3,
  414. "label_size_ratio": 0.3,
  415. "pin_symbol_size": 25.0,
  416. "text_offset_ratio": 0.3
  417. },
  418. "legacy_lib_dir": "",
  419. "legacy_lib_list": [],
  420. "meta": {
  421. "version": 1
  422. },
  423. "net_format_name": "",
  424. "ngspice": {
  425. "fix_include_paths": true,
  426. "fix_passive_vals": false,
  427. "meta": {
  428. "version": 0
  429. },
  430. "model_mode": 0,
  431. "workbook_filename": ""
  432. },
  433. "page_layout_descr_file": "",
  434. "plot_directory": "",
  435. "spice_adjust_passive_values": false,
  436. "spice_external_command": "spice \"%I\"",
  437. "subpart_first_id": 65,
  438. "subpart_id_separator": 0
  439. },
  440. "sheets": [
  441. [
  442. "d50443f1-be1e-4114-bf48-a344401d3302",
  443. ""
  444. ],
  445. [
  446. "00000000-0000-0000-0000-00005fa5bd36",
  447. "Headphone Amplifier"
  448. ],
  449. [
  450. "00000000-0000-0000-0000-00005fa5bc7f",
  451. "Power Supply"
  452. ],
  453. [
  454. "00000000-0000-0000-0000-00005fa5bd7a",
  455. "Processor"
  456. ],
  457. [
  458. "00000000-0000-0000-0000-00005fb71226",
  459. "Front"
  460. ]
  461. ],
  462. "text_variables": {}
  463. }