cx-copter-schematic.kicad_pro 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  1. {
  2. "board": {
  3. "3dviewports": [],
  4. "design_settings": {
  5. "defaults": {
  6. "apply_defaults_to_fp_barcodes": false,
  7. "apply_defaults_to_fp_dimensions": false,
  8. "apply_defaults_to_fp_fields": false,
  9. "apply_defaults_to_fp_shapes": false,
  10. "apply_defaults_to_fp_text": false,
  11. "board_outline_line_width": 0.05,
  12. "copper_line_width": 0.2,
  13. "copper_text_italic": false,
  14. "copper_text_size_h": 1.5,
  15. "copper_text_size_v": 1.5,
  16. "copper_text_thickness": 0.3,
  17. "copper_text_upright": false,
  18. "courtyard_line_width": 0.05,
  19. "dimension_precision": 4,
  20. "dimension_units": 3,
  21. "dimensions": {
  22. "arrow_length": 1270000,
  23. "extension_offset": 500000,
  24. "keep_text_aligned": true,
  25. "suppress_zeroes": true,
  26. "text_position": 0,
  27. "units_format": 0
  28. },
  29. "fab_line_width": 0.1,
  30. "fab_text_italic": false,
  31. "fab_text_size_h": 1.0,
  32. "fab_text_size_v": 1.0,
  33. "fab_text_thickness": 0.15,
  34. "fab_text_upright": false,
  35. "other_line_width": 0.1,
  36. "other_text_italic": false,
  37. "other_text_size_h": 1.0,
  38. "other_text_size_v": 1.0,
  39. "other_text_thickness": 0.15,
  40. "other_text_upright": false,
  41. "pads": {
  42. "drill": 0.8,
  43. "height": 1.27,
  44. "width": 2.54
  45. },
  46. "silk_line_width": 0.1,
  47. "silk_text_italic": false,
  48. "silk_text_size_h": 1.0,
  49. "silk_text_size_v": 1.0,
  50. "silk_text_thickness": 0.1,
  51. "silk_text_upright": false,
  52. "zones": {
  53. "min_clearance": 0.5
  54. }
  55. },
  56. "diff_pair_dimensions": [],
  57. "drc_exclusions": [],
  58. "meta": {
  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. "creepage": "error",
  69. "diff_pair_gap_out_of_range": "error",
  70. "diff_pair_uncoupled_length_too_long": "error",
  71. "drill_out_of_range": "error",
  72. "duplicate_footprints": "warning",
  73. "extra_footprint": "warning",
  74. "footprint": "error",
  75. "footprint_filters_mismatch": "ignore",
  76. "footprint_symbol_field_mismatch": "warning",
  77. "footprint_symbol_mismatch": "warning",
  78. "footprint_type_mismatch": "ignore",
  79. "hole_clearance": "error",
  80. "hole_to_hole": "warning",
  81. "holes_co_located": "warning",
  82. "invalid_outline": "error",
  83. "isolated_copper": "warning",
  84. "item_on_disabled_layer": "error",
  85. "items_not_allowed": "error",
  86. "length_out_of_range": "error",
  87. "lib_footprint_issues": "warning",
  88. "lib_footprint_mismatch": "warning",
  89. "malformed_courtyard": "error",
  90. "microvia_drill_out_of_range": "error",
  91. "mirrored_text_on_front_layer": "warning",
  92. "missing_courtyard": "ignore",
  93. "missing_footprint": "warning",
  94. "missing_tuning_profile": "warning",
  95. "net_conflict": "warning",
  96. "nonmirrored_text_on_back_layer": "warning",
  97. "npth_inside_courtyard": "error",
  98. "padstack": "warning",
  99. "pth_inside_courtyard": "error",
  100. "shorting_items": "error",
  101. "silk_edge_clearance": "warning",
  102. "silk_over_copper": "warning",
  103. "silk_overlap": "warning",
  104. "skew_out_of_range": "error",
  105. "solder_mask_bridge": "error",
  106. "starved_thermal": "error",
  107. "text_height": "warning",
  108. "text_on_edge_cuts": "error",
  109. "text_thickness": "warning",
  110. "through_hole_pad_without_hole": "error",
  111. "too_many_vias": "error",
  112. "track_angle": "error",
  113. "track_dangling": "warning",
  114. "track_not_centered_on_via": "ignore",
  115. "track_on_post_machined_layer": "error",
  116. "track_segment_length": "error",
  117. "track_width": "error",
  118. "tracks_crossing": "error",
  119. "tuning_profile_track_geometries": "ignore",
  120. "unconnected_items": "error",
  121. "unresolved_variable": "error",
  122. "via_dangling": "warning",
  123. "zones_intersect": "error"
  124. },
  125. "rules": {
  126. "max_error": 0.005,
  127. "min_clearance": 0.0,
  128. "min_connection": 0.0,
  129. "min_copper_edge_clearance": 0.5,
  130. "min_groove_width": 0.0,
  131. "min_hole_clearance": 0.25,
  132. "min_hole_to_hole": 0.25,
  133. "min_microvia_diameter": 0.2,
  134. "min_microvia_drill": 0.1,
  135. "min_resolved_spokes": 2,
  136. "min_silk_clearance": 0.0,
  137. "min_text_height": 0.8,
  138. "min_text_thickness": 0.08,
  139. "min_through_hole_diameter": 0.3,
  140. "min_track_width": 0.2,
  141. "min_via_annular_width": 0.1,
  142. "min_via_diameter": 0.5,
  143. "solder_mask_to_copper_clearance": 0.0,
  144. "use_height_for_length_calcs": true
  145. },
  146. "teardrop_options": [
  147. {
  148. "td_onpthpad": true,
  149. "td_onroundshapesonly": false,
  150. "td_onsmdpad": true,
  151. "td_ontrackend": false,
  152. "td_onvia": true
  153. }
  154. ],
  155. "teardrop_parameters": [
  156. {
  157. "td_allow_use_two_tracks": true,
  158. "td_curve_segcount": 0,
  159. "td_height_ratio": 1.0,
  160. "td_length_ratio": 0.5,
  161. "td_maxheight": 2.0,
  162. "td_maxlen": 1.0,
  163. "td_on_pad_in_zone": false,
  164. "td_target_name": "td_round_shape",
  165. "td_width_to_size_filter_ratio": 0.9
  166. },
  167. {
  168. "td_allow_use_two_tracks": true,
  169. "td_curve_segcount": 0,
  170. "td_height_ratio": 1.0,
  171. "td_length_ratio": 0.5,
  172. "td_maxheight": 2.0,
  173. "td_maxlen": 1.0,
  174. "td_on_pad_in_zone": false,
  175. "td_target_name": "td_rect_shape",
  176. "td_width_to_size_filter_ratio": 0.9
  177. },
  178. {
  179. "td_allow_use_two_tracks": true,
  180. "td_curve_segcount": 0,
  181. "td_height_ratio": 1.0,
  182. "td_length_ratio": 0.5,
  183. "td_maxheight": 2.0,
  184. "td_maxlen": 1.0,
  185. "td_on_pad_in_zone": false,
  186. "td_target_name": "td_track_end",
  187. "td_width_to_size_filter_ratio": 0.9
  188. }
  189. ],
  190. "track_widths": [],
  191. "tuning_pattern_settings": {
  192. "diff_pair_defaults": {
  193. "corner_radius_percentage": 80,
  194. "corner_style": 1,
  195. "max_amplitude": 1.0,
  196. "min_amplitude": 0.2,
  197. "single_sided": false,
  198. "spacing": 1.0
  199. },
  200. "diff_pair_skew_defaults": {
  201. "corner_radius_percentage": 80,
  202. "corner_style": 1,
  203. "max_amplitude": 1.0,
  204. "min_amplitude": 0.2,
  205. "single_sided": false,
  206. "spacing": 0.6
  207. },
  208. "single_track_defaults": {
  209. "corner_radius_percentage": 80,
  210. "corner_style": 1,
  211. "max_amplitude": 1.0,
  212. "min_amplitude": 0.2,
  213. "single_sided": false,
  214. "spacing": 0.6
  215. }
  216. },
  217. "via_dimensions": [],
  218. "zones_allow_external_fillets": false
  219. },
  220. "ipc2581": {
  221. "bom_rev": "",
  222. "dist": "",
  223. "distpn": "",
  224. "internal_id": "",
  225. "mfg": "",
  226. "mpn": "",
  227. "sch_revision": ""
  228. },
  229. "layer_pairs": [],
  230. "layer_presets": [],
  231. "viewports": []
  232. },
  233. "boards": [],
  234. "component_class_settings": {
  235. "assignments": [],
  236. "meta": {
  237. "version": 0
  238. },
  239. "sheet_component_classes": {
  240. "enabled": false
  241. }
  242. },
  243. "cvpcb": {
  244. "equivalence_files": []
  245. },
  246. "erc": {
  247. "erc_exclusions": [],
  248. "meta": {
  249. "version": 0
  250. },
  251. "pin_map": [
  252. [
  253. 0,
  254. 0,
  255. 0,
  256. 0,
  257. 0,
  258. 0,
  259. 1,
  260. 0,
  261. 0,
  262. 0,
  263. 0,
  264. 2
  265. ],
  266. [
  267. 0,
  268. 2,
  269. 0,
  270. 1,
  271. 0,
  272. 0,
  273. 1,
  274. 0,
  275. 2,
  276. 2,
  277. 2,
  278. 2
  279. ],
  280. [
  281. 0,
  282. 0,
  283. 0,
  284. 0,
  285. 0,
  286. 0,
  287. 1,
  288. 0,
  289. 1,
  290. 0,
  291. 1,
  292. 2
  293. ],
  294. [
  295. 0,
  296. 1,
  297. 0,
  298. 0,
  299. 0,
  300. 0,
  301. 1,
  302. 1,
  303. 2,
  304. 1,
  305. 1,
  306. 2
  307. ],
  308. [
  309. 0,
  310. 0,
  311. 0,
  312. 0,
  313. 0,
  314. 0,
  315. 1,
  316. 0,
  317. 0,
  318. 0,
  319. 0,
  320. 2
  321. ],
  322. [
  323. 0,
  324. 0,
  325. 0,
  326. 0,
  327. 0,
  328. 0,
  329. 0,
  330. 0,
  331. 0,
  332. 0,
  333. 0,
  334. 2
  335. ],
  336. [
  337. 1,
  338. 1,
  339. 1,
  340. 1,
  341. 1,
  342. 0,
  343. 1,
  344. 1,
  345. 1,
  346. 1,
  347. 1,
  348. 2
  349. ],
  350. [
  351. 0,
  352. 0,
  353. 0,
  354. 1,
  355. 0,
  356. 0,
  357. 1,
  358. 0,
  359. 0,
  360. 0,
  361. 0,
  362. 2
  363. ],
  364. [
  365. 0,
  366. 2,
  367. 1,
  368. 2,
  369. 0,
  370. 0,
  371. 1,
  372. 0,
  373. 2,
  374. 2,
  375. 2,
  376. 2
  377. ],
  378. [
  379. 0,
  380. 2,
  381. 0,
  382. 1,
  383. 0,
  384. 0,
  385. 1,
  386. 0,
  387. 2,
  388. 0,
  389. 0,
  390. 2
  391. ],
  392. [
  393. 0,
  394. 2,
  395. 1,
  396. 1,
  397. 0,
  398. 0,
  399. 1,
  400. 0,
  401. 2,
  402. 0,
  403. 0,
  404. 2
  405. ],
  406. [
  407. 2,
  408. 2,
  409. 2,
  410. 2,
  411. 2,
  412. 2,
  413. 2,
  414. 2,
  415. 2,
  416. 2,
  417. 2,
  418. 2
  419. ]
  420. ],
  421. "rule_severities": {
  422. "bus_definition_conflict": "error",
  423. "bus_entry_needed": "error",
  424. "bus_to_bus_conflict": "error",
  425. "bus_to_net_conflict": "error",
  426. "different_unit_footprint": "error",
  427. "different_unit_net": "error",
  428. "duplicate_reference": "error",
  429. "duplicate_sheet_names": "error",
  430. "endpoint_off_grid": "warning",
  431. "extra_units": "error",
  432. "field_name_whitespace": "warning",
  433. "footprint_filter": "ignore",
  434. "footprint_link_issues": "warning",
  435. "four_way_junction": "ignore",
  436. "ground_pin_not_ground": "warning",
  437. "hier_label_mismatch": "error",
  438. "isolated_pin_label": "warning",
  439. "label_dangling": "error",
  440. "label_multiple_wires": "warning",
  441. "lib_symbol_issues": "warning",
  442. "lib_symbol_mismatch": "warning",
  443. "missing_bidi_pin": "warning",
  444. "missing_input_pin": "warning",
  445. "missing_power_pin": "error",
  446. "missing_unit": "warning",
  447. "multiple_net_names": "warning",
  448. "net_not_bus_member": "warning",
  449. "no_connect_connected": "warning",
  450. "no_connect_dangling": "warning",
  451. "pin_not_connected": "error",
  452. "pin_not_driven": "error",
  453. "pin_to_pin": "warning",
  454. "power_pin_not_driven": "error",
  455. "same_local_global_label": "warning",
  456. "similar_label_and_power": "warning",
  457. "similar_labels": "warning",
  458. "similar_power": "warning",
  459. "simulation_model_issue": "ignore",
  460. "single_global_label": "ignore",
  461. "stacked_pin_name": "warning",
  462. "unannotated": "error",
  463. "unconnected_wire_endpoint": "warning",
  464. "undefined_netclass": "error",
  465. "unit_value_mismatch": "error",
  466. "unresolved_variable": "error",
  467. "wire_dangling": "error"
  468. }
  469. },
  470. "libraries": {
  471. "pinned_footprint_libs": [],
  472. "pinned_symbol_libs": []
  473. },
  474. "meta": {
  475. "filename": "cx-copter-schematic.kicad_pro",
  476. "version": 3
  477. },
  478. "net_settings": {
  479. "classes": [
  480. {
  481. "bus_width": 12,
  482. "clearance": 0.2,
  483. "diff_pair_gap": 0.25,
  484. "diff_pair_via_gap": 0.25,
  485. "diff_pair_width": 0.2,
  486. "line_style": 0,
  487. "microvia_diameter": 0.3,
  488. "microvia_drill": 0.1,
  489. "name": "Default",
  490. "pcb_color": "rgba(0, 0, 0, 0.000)",
  491. "priority": 2147483647,
  492. "schematic_color": "rgba(0, 0, 0, 0.000)",
  493. "track_width": 0.2,
  494. "tuning_profile": "",
  495. "via_diameter": 0.6,
  496. "via_drill": 0.3,
  497. "wire_width": 6
  498. }
  499. ],
  500. "meta": {
  501. "version": 5
  502. },
  503. "net_colors": null,
  504. "netclass_assignments": null,
  505. "netclass_patterns": []
  506. },
  507. "pcbnew": {
  508. "last_paths": {
  509. "idf": "",
  510. "netlist": "",
  511. "plot": "",
  512. "specctra_dsn": "",
  513. "vrml": ""
  514. },
  515. "page_layout_descr_file": ""
  516. },
  517. "schematic": {
  518. "annotate_start_num": 0,
  519. "annotation": {
  520. "method": 0,
  521. "sort_order": 0
  522. },
  523. "bom_export_filename": "${PROJECTNAME}.csv",
  524. "bom_fmt_presets": [],
  525. "bom_fmt_settings": {
  526. "field_delimiter": ",",
  527. "keep_line_breaks": false,
  528. "keep_tabs": false,
  529. "name": "CSV",
  530. "ref_delimiter": ",",
  531. "ref_range_delimiter": "",
  532. "string_delimiter": "\""
  533. },
  534. "bom_presets": [],
  535. "bom_settings": {
  536. "exclude_dnp": false,
  537. "fields_ordered": [
  538. {
  539. "group_by": false,
  540. "label": "Reference",
  541. "name": "Reference",
  542. "show": true
  543. },
  544. {
  545. "group_by": false,
  546. "label": "Qty",
  547. "name": "${QUANTITY}",
  548. "show": true
  549. },
  550. {
  551. "group_by": true,
  552. "label": "Value",
  553. "name": "Value",
  554. "show": true
  555. },
  556. {
  557. "group_by": true,
  558. "label": "DNP",
  559. "name": "${DNP}",
  560. "show": true
  561. },
  562. {
  563. "group_by": true,
  564. "label": "Exclude from BOM",
  565. "name": "${EXCLUDE_FROM_BOM}",
  566. "show": true
  567. },
  568. {
  569. "group_by": true,
  570. "label": "Exclude from Board",
  571. "name": "${EXCLUDE_FROM_BOARD}",
  572. "show": true
  573. },
  574. {
  575. "group_by": true,
  576. "label": "Footprint",
  577. "name": "Footprint",
  578. "show": true
  579. },
  580. {
  581. "group_by": false,
  582. "label": "Datasheet",
  583. "name": "Datasheet",
  584. "show": true
  585. }
  586. ],
  587. "filter_string": "",
  588. "group_symbols": true,
  589. "include_excluded_from_bom": true,
  590. "name": "Default Editing",
  591. "sort_asc": true,
  592. "sort_field": "Reference"
  593. },
  594. "bus_aliases": {},
  595. "connection_grid_size": 50.0,
  596. "drawing": {
  597. "dashed_lines_dash_length_ratio": 12.0,
  598. "dashed_lines_gap_length_ratio": 3.0,
  599. "default_line_thickness": 6.0,
  600. "default_text_size": 50.0,
  601. "field_names": [],
  602. "hop_over_size_choice": 0,
  603. "intersheets_ref_own_page": false,
  604. "intersheets_ref_prefix": "",
  605. "intersheets_ref_short": false,
  606. "intersheets_ref_show": false,
  607. "intersheets_ref_suffix": "",
  608. "junction_size_choice": 3,
  609. "label_size_ratio": 0.375,
  610. "operating_point_overlay_i_precision": 3,
  611. "operating_point_overlay_i_range": "~A",
  612. "operating_point_overlay_v_precision": 3,
  613. "operating_point_overlay_v_range": "~V",
  614. "overbar_offset_ratio": 1.23,
  615. "pin_symbol_size": 25.0,
  616. "text_offset_ratio": 0.15
  617. },
  618. "legacy_lib_dir": "",
  619. "legacy_lib_list": [],
  620. "meta": {
  621. "version": 1
  622. },
  623. "page_layout_descr_file": "",
  624. "plot_directory": "",
  625. "reuse_designators": true,
  626. "subpart_first_id": 65,
  627. "subpart_id_separator": 0,
  628. "top_level_sheets": [
  629. {
  630. "filename": "cx-copter-schematic.kicad_sch",
  631. "name": "Root",
  632. "uuid": "4a590ed2-d600-4e37-8f7e-ac4e1ec0f4fe"
  633. }
  634. ],
  635. "used_designators": "C8-10,R18-20,#PWR17,#PWR27-31,U3-4",
  636. "variants": []
  637. },
  638. "sheets": [
  639. [
  640. "4a590ed2-d600-4e37-8f7e-ac4e1ec0f4fe",
  641. "Root"
  642. ],
  643. [
  644. "5a4d2f37-c035-413d-94a5-f0c762c5279e",
  645. "Engine driver M1"
  646. ],
  647. [
  648. "26ed61ca-be80-41a7-8de5-b627fea95b9d",
  649. "Engine driver M2"
  650. ],
  651. [
  652. "61f0245d-3df3-4923-a222-e27fe8dccc00",
  653. "Engine driver M3"
  654. ],
  655. [
  656. "1294a00f-bea7-44c2-8af4-81f3d946c0e8",
  657. "Engine driver M4"
  658. ],
  659. [
  660. "a4b83c2e-ad30-4e09-af69-5a6bc57c4e9e",
  661. "Controller unit"
  662. ],
  663. [
  664. "8aca27bc-7a63-4f6b-9aea-71dcfda552c2",
  665. "IMU"
  666. ],
  667. [
  668. "02bc5499-9d22-4607-b82d-92b0c48e38a8",
  669. "Bluetooth UART"
  670. ],
  671. [
  672. "f05a78a8-dc79-4fb3-95fb-0ac351fc2d5b",
  673. "Panel IO"
  674. ]
  675. ],
  676. "text_variables": {},
  677. "tuning_profiles": {
  678. "meta": {
  679. "version": 0
  680. },
  681. "tuning_profiles_impedance_geometric": []
  682. }
  683. }