Fille.kicad_pro 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  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.15,
  10. "copper_line_width": 0.15,
  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.762,
  41. "height": 1.524,
  42. "width": 1.524
  43. },
  44. "silk_line_width": 0.15,
  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.21
  53. }
  54. },
  55. "diff_pair_dimensions": [],
  56. "drc_exclusions": [],
  57. "meta": {
  58. "filename": "board_design_settings.json",
  59. "version": 2
  60. },
  61. "rule_severities": {
  62. "annular_width": "error",
  63. "clearance": "error",
  64. "connection_width": "warning",
  65. "copper_edge_clearance": "error",
  66. "copper_sliver": "warning",
  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": "error",
  74. "footprint_symbol_mismatch": "warning",
  75. "footprint_type_mismatch": "error",
  76. "hole_clearance": "error",
  77. "hole_near_hole": "error",
  78. "holes_co_located": "warning",
  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": "warning",
  85. "lib_footprint_mismatch": "warning",
  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": "warning",
  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. "zone_has_empty_net": "error",
  112. "zones_intersect": "error"
  113. },
  114. "rule_severitieslegacy_courtyards_overlap": true,
  115. "rule_severitieslegacy_no_courtyard_defined": false,
  116. "rules": {
  117. "allow_blind_buried_vias": false,
  118. "allow_microvias": false,
  119. "max_error": 0.005,
  120. "min_clearance": 0.0,
  121. "min_connection": 0.0,
  122. "min_copper_edge_clearance": 0.05,
  123. "min_hole_clearance": 0.25,
  124. "min_hole_to_hole": 0.25,
  125. "min_microvia_diameter": 0.2,
  126. "min_microvia_drill": 0.1,
  127. "min_resolved_spokes": 2,
  128. "min_silk_clearance": 0.0,
  129. "min_text_height": 0.8,
  130. "min_text_thickness": 0.08,
  131. "min_through_hole_diameter": 0.3,
  132. "min_track_width": 0.2,
  133. "min_via_annular_width": 0.05,
  134. "min_via_diameter": 0.4,
  135. "solder_mask_to_copper_clearance": 0.0,
  136. "use_height_for_length_calcs": true
  137. },
  138. "teardrop_options": [
  139. {
  140. "td_onpadsmd": true,
  141. "td_onroundshapesonly": false,
  142. "td_ontrackend": false,
  143. "td_onviapad": true
  144. }
  145. ],
  146. "teardrop_parameters": [
  147. {
  148. "td_allow_use_two_tracks": true,
  149. "td_curve_segcount": 0,
  150. "td_height_ratio": 1.0,
  151. "td_length_ratio": 0.5,
  152. "td_maxheight": 2.0,
  153. "td_maxlen": 1.0,
  154. "td_on_pad_in_zone": false,
  155. "td_target_name": "td_round_shape",
  156. "td_width_to_size_filter_ratio": 0.9
  157. },
  158. {
  159. "td_allow_use_two_tracks": true,
  160. "td_curve_segcount": 0,
  161. "td_height_ratio": 1.0,
  162. "td_length_ratio": 0.5,
  163. "td_maxheight": 2.0,
  164. "td_maxlen": 1.0,
  165. "td_on_pad_in_zone": false,
  166. "td_target_name": "td_rect_shape",
  167. "td_width_to_size_filter_ratio": 0.9
  168. },
  169. {
  170. "td_allow_use_two_tracks": true,
  171. "td_curve_segcount": 0,
  172. "td_height_ratio": 1.0,
  173. "td_length_ratio": 0.5,
  174. "td_maxheight": 2.0,
  175. "td_maxlen": 1.0,
  176. "td_on_pad_in_zone": false,
  177. "td_target_name": "td_track_end",
  178. "td_width_to_size_filter_ratio": 0.9
  179. }
  180. ],
  181. "track_widths": [
  182. 0.0,
  183. 0.75
  184. ],
  185. "tuning_pattern_settings": {
  186. "diff_pair_defaults": {
  187. "corner_radius_percentage": 80,
  188. "corner_style": 1,
  189. "max_amplitude": 1.0,
  190. "min_amplitude": 0.2,
  191. "single_sided": false,
  192. "spacing": 1.0
  193. },
  194. "diff_pair_skew_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": 0.6
  201. },
  202. "single_track_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. },
  211. "via_dimensions": [],
  212. "zones_allow_external_fillets": false,
  213. "zones_use_no_outline": true
  214. },
  215. "ipc2581": {
  216. "dist": "",
  217. "distpn": "",
  218. "internal_id": "",
  219. "mfg": "",
  220. "mpn": ""
  221. },
  222. "layer_presets": [],
  223. "viewports": []
  224. },
  225. "boards": [],
  226. "cvpcb": {
  227. "equivalence_files": []
  228. },
  229. "erc": {
  230. "erc_exclusions": [],
  231. "meta": {
  232. "version": 0
  233. },
  234. "pin_map": [
  235. [
  236. 0,
  237. 0,
  238. 0,
  239. 0,
  240. 0,
  241. 0,
  242. 1,
  243. 0,
  244. 0,
  245. 0,
  246. 0,
  247. 2
  248. ],
  249. [
  250. 0,
  251. 2,
  252. 0,
  253. 1,
  254. 0,
  255. 0,
  256. 1,
  257. 0,
  258. 2,
  259. 2,
  260. 2,
  261. 2
  262. ],
  263. [
  264. 0,
  265. 0,
  266. 0,
  267. 0,
  268. 0,
  269. 0,
  270. 1,
  271. 0,
  272. 1,
  273. 0,
  274. 1,
  275. 2
  276. ],
  277. [
  278. 0,
  279. 1,
  280. 0,
  281. 0,
  282. 0,
  283. 0,
  284. 1,
  285. 1,
  286. 2,
  287. 1,
  288. 1,
  289. 2
  290. ],
  291. [
  292. 0,
  293. 0,
  294. 0,
  295. 0,
  296. 0,
  297. 0,
  298. 1,
  299. 0,
  300. 0,
  301. 0,
  302. 0,
  303. 2
  304. ],
  305. [
  306. 0,
  307. 0,
  308. 0,
  309. 0,
  310. 0,
  311. 0,
  312. 0,
  313. 0,
  314. 0,
  315. 0,
  316. 0,
  317. 2
  318. ],
  319. [
  320. 1,
  321. 1,
  322. 1,
  323. 1,
  324. 1,
  325. 0,
  326. 1,
  327. 1,
  328. 1,
  329. 1,
  330. 1,
  331. 2
  332. ],
  333. [
  334. 0,
  335. 0,
  336. 0,
  337. 1,
  338. 0,
  339. 0,
  340. 1,
  341. 0,
  342. 0,
  343. 0,
  344. 0,
  345. 2
  346. ],
  347. [
  348. 0,
  349. 2,
  350. 1,
  351. 2,
  352. 0,
  353. 0,
  354. 1,
  355. 0,
  356. 2,
  357. 2,
  358. 2,
  359. 2
  360. ],
  361. [
  362. 0,
  363. 2,
  364. 0,
  365. 1,
  366. 0,
  367. 0,
  368. 1,
  369. 0,
  370. 2,
  371. 0,
  372. 0,
  373. 2
  374. ],
  375. [
  376. 0,
  377. 2,
  378. 1,
  379. 1,
  380. 0,
  381. 0,
  382. 1,
  383. 0,
  384. 2,
  385. 0,
  386. 0,
  387. 2
  388. ],
  389. [
  390. 2,
  391. 2,
  392. 2,
  393. 2,
  394. 2,
  395. 2,
  396. 2,
  397. 2,
  398. 2,
  399. 2,
  400. 2,
  401. 2
  402. ]
  403. ],
  404. "rule_severities": {
  405. "bus_definition_conflict": "error",
  406. "bus_entry_needed": "error",
  407. "bus_label_syntax": "error",
  408. "bus_to_bus_conflict": "error",
  409. "bus_to_net_conflict": "error",
  410. "different_unit_footprint": "error",
  411. "different_unit_net": "error",
  412. "duplicate_reference": "error",
  413. "duplicate_sheet_names": "error",
  414. "extra_units": "error",
  415. "global_label_dangling": "warning",
  416. "hier_label_mismatch": "error",
  417. "label_dangling": "error",
  418. "lib_symbol_issues": "warning",
  419. "multiple_net_names": "warning",
  420. "net_not_bus_member": "warning",
  421. "no_connect_connected": "warning",
  422. "no_connect_dangling": "warning",
  423. "pin_not_connected": "error",
  424. "pin_not_driven": "error",
  425. "pin_to_pin": "warning",
  426. "power_pin_not_driven": "error",
  427. "similar_labels": "warning",
  428. "unannotated": "error",
  429. "unit_value_mismatch": "error",
  430. "unresolved_variable": "error",
  431. "wire_dangling": "error"
  432. }
  433. },
  434. "libraries": {
  435. "pinned_footprint_libs": [],
  436. "pinned_symbol_libs": []
  437. },
  438. "meta": {
  439. "filename": "Fille.kicad_pro",
  440. "version": 1
  441. },
  442. "net_settings": {
  443. "classes": [
  444. {
  445. "bus_width": 12,
  446. "clearance": 0.2,
  447. "diff_pair_gap": 0.25,
  448. "diff_pair_via_gap": 0.25,
  449. "diff_pair_width": 0.2,
  450. "line_style": 0,
  451. "microvia_diameter": 0.3,
  452. "microvia_drill": 0.1,
  453. "name": "Default",
  454. "pcb_color": "rgba(0, 0, 0, 0.000)",
  455. "schematic_color": "rgba(0, 0, 0, 0.000)",
  456. "track_width": 0.25,
  457. "via_diameter": 0.6,
  458. "via_drill": 0.4,
  459. "wire_width": 6
  460. },
  461. {
  462. "bus_width": 12,
  463. "clearance": 0.2,
  464. "diff_pair_gap": 0.25,
  465. "diff_pair_via_gap": 0.25,
  466. "diff_pair_width": 0.2,
  467. "line_style": 0,
  468. "microvia_diameter": 0.3,
  469. "microvia_drill": 0.1,
  470. "name": "Signal",
  471. "pcb_color": "rgba(0, 0, 0, 0.000)",
  472. "schematic_color": "rgba(0, 0, 0, 0.000)",
  473. "track_width": 0.25,
  474. "via_diameter": 0.6,
  475. "via_drill": 0.4,
  476. "wire_width": 6
  477. },
  478. {
  479. "bus_width": 12,
  480. "clearance": 0.4,
  481. "diff_pair_gap": 0.25,
  482. "diff_pair_via_gap": 0.25,
  483. "diff_pair_width": 0.2,
  484. "line_style": 0,
  485. "microvia_diameter": 0.3,
  486. "microvia_drill": 0.1,
  487. "name": "puissance",
  488. "pcb_color": "rgba(0, 0, 0, 0.000)",
  489. "schematic_color": "rgba(0, 0, 0, 0.000)",
  490. "track_width": 0.75,
  491. "via_diameter": 0.6,
  492. "via_drill": 0.4,
  493. "wire_width": 6
  494. }
  495. ],
  496. "meta": {
  497. "version": 3
  498. },
  499. "net_colors": null,
  500. "netclass_assignments": null,
  501. "netclass_patterns": [
  502. {
  503. "netclass": "Signal",
  504. "pattern": "/3.3V"
  505. },
  506. {
  507. "netclass": "Signal",
  508. "pattern": "/BOBINE_1"
  509. },
  510. {
  511. "netclass": "Signal",
  512. "pattern": "/BOBINE_2"
  513. },
  514. {
  515. "netclass": "Signal",
  516. "pattern": "/BOBINE_3"
  517. },
  518. {
  519. "netclass": "Signal",
  520. "pattern": "/BOBINE_4"
  521. },
  522. {
  523. "netclass": "Signal",
  524. "pattern": "/BOBINE_5"
  525. },
  526. {
  527. "netclass": "Signal",
  528. "pattern": "/SCL"
  529. },
  530. {
  531. "netclass": "Signal",
  532. "pattern": "/SDA"
  533. },
  534. {
  535. "netclass": "puissance",
  536. "pattern": "/12V"
  537. },
  538. {
  539. "netclass": "puissance",
  540. "pattern": "/230V"
  541. },
  542. {
  543. "netclass": "puissance",
  544. "pattern": "/OUT2"
  545. },
  546. {
  547. "netclass": "puissance",
  548. "pattern": "/OUT3"
  549. },
  550. {
  551. "netclass": "puissance",
  552. "pattern": "/OUT4"
  553. }
  554. ]
  555. },
  556. "pcbnew": {
  557. "last_paths": {
  558. "gencad": "",
  559. "idf": "",
  560. "netlist": "Fille.net",
  561. "plot": "",
  562. "pos_files": "",
  563. "specctra_dsn": "",
  564. "step": "",
  565. "svg": "",
  566. "vrml": ""
  567. },
  568. "page_layout_descr_file": ""
  569. },
  570. "schematic": {
  571. "annotate_start_num": 0,
  572. "drawing": {
  573. "default_line_thickness": 6.0,
  574. "default_text_size": 50.0,
  575. "field_names": [],
  576. "intersheets_ref_own_page": false,
  577. "intersheets_ref_prefix": "",
  578. "intersheets_ref_short": false,
  579. "intersheets_ref_show": false,
  580. "intersheets_ref_suffix": "",
  581. "junction_size_choice": 3,
  582. "label_size_ratio": 0.25,
  583. "pin_symbol_size": 0.0,
  584. "text_offset_ratio": 0.08
  585. },
  586. "legacy_lib_dir": "",
  587. "legacy_lib_list": [],
  588. "meta": {
  589. "version": 1
  590. },
  591. "net_format_name": "Pcbnew",
  592. "page_layout_descr_file": "",
  593. "plot_directory": "",
  594. "spice_adjust_passive_values": false,
  595. "spice_external_command": "spice \"%I\"",
  596. "subpart_first_id": 65,
  597. "subpart_id_separator": 0
  598. },
  599. "sheets": [
  600. [
  601. "088f7ad7-d471-4a37-b96d-f7f05ad8abbc",
  602. ""
  603. ]
  604. ],
  605. "text_variables": {}
  606. }