cx-copter-schematic.kicad_pro 17 KB

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