From e16993e8dc1c25d46cb05fd61714479412561d38 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Fri, 11 Apr 2025 11:14:47 -0400 Subject: [PATCH] update to kicad v9.0 --- VCO_AS3340/VCO_AS3340.kicad_pro | 32 +- VCO_AS3340/VCO_AS3340.kicad_sch | 818 +++++++++--------- .../midi_to_cv_daughter_board.kicad_pro | 198 ++++- power_breakout/power_breakout.kicad_pro | 66 +- 4 files changed, 696 insertions(+), 418 deletions(-) diff --git a/VCO_AS3340/VCO_AS3340.kicad_pro b/VCO_AS3340/VCO_AS3340.kicad_pro index bc277d8..f10042c 100644 --- a/VCO_AS3340/VCO_AS3340.kicad_pro +++ b/VCO_AS3340/VCO_AS3340.kicad_pro @@ -69,16 +69,19 @@ "copper_edge_clearance": "error", "copper_sliver": "warning", "courtyards_overlap": "error", + "creepage": "error", "diff_pair_gap_out_of_range": "error", "diff_pair_uncoupled_length_too_long": "error", "drill_out_of_range": "error", "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_filters_mismatch": "ignore", "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "ignore", "hole_clearance": "error", "hole_near_hole": "error", + "hole_to_hole": "error", "holes_co_located": "warning", "invalid_outline": "error", "isolated_copper": "warning", @@ -89,9 +92,11 @@ "lib_footprint_mismatch": "warning", "malformed_courtyard": "error", "microvia_drill_out_of_range": "error", + "mirrored_text_on_front_layer": "warning", "missing_courtyard": "ignore", "missing_footprint": "warning", "net_conflict": "warning", + "nonmirrored_text_on_back_layer": "warning", "npth_inside_courtyard": "ignore", "padstack": "warning", "pth_inside_courtyard": "ignore", @@ -103,10 +108,13 @@ "solder_mask_bridge": "error", "starved_thermal": "error", "text_height": "warning", + "text_on_edge_cuts": "error", "text_thickness": "warning", "through_hole_pad_without_hole": "error", "too_many_vias": "error", + "track_angle": "error", "track_dangling": "warning", + "track_segment_length": "error", "track_width": "error", "tracks_crossing": "error", "unconnected_items": "error", @@ -119,6 +127,7 @@ "min_clearance": 0.0, "min_connection": 0.0, "min_copper_edge_clearance": 0.0, + "min_groove_width": 0.0, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, "min_microvia_diameter": 0.2, @@ -138,10 +147,11 @@ }, "teardrop_options": [ { - "td_onpadsmd": true, + "td_onpthpad": true, "td_onroundshapesonly": false, + "td_onsmdpad": true, "td_ontrackend": false, - "td_onviapad": true + "td_onvia": true } ], "teardrop_parameters": [ @@ -223,6 +233,7 @@ "mfg": "", "mpn": "" }, + "layer_pairs": [], "layer_presets": [], "viewports": [] }, @@ -417,10 +428,15 @@ "duplicate_sheet_names": "error", "endpoint_off_grid": "warning", "extra_units": "error", + "footprint_filter": "ignore", + "footprint_link_issues": "warning", + "four_way_junction": "ignore", "global_label_dangling": "warning", "hier_label_mismatch": "error", "label_dangling": "error", + "label_multiple_wires": "warning", "lib_symbol_issues": "warning", + "lib_symbol_mismatch": "warning", "missing_bidi_pin": "warning", "missing_input_pin": "warning", "missing_power_pin": "error", @@ -433,9 +449,14 @@ "pin_not_driven": "error", "pin_to_pin": "warning", "power_pin_not_driven": "error", + "same_local_global_label": "warning", + "similar_label_and_power": "warning", "similar_labels": "warning", + "similar_power": "warning", "simulation_model_issue": "ignore", + "single_global_label": "ignore", "unannotated": "error", + "unconnected_wire_endpoint": "warning", "unit_value_mismatch": "error", "unresolved_variable": "error", "wire_dangling": "error" @@ -447,7 +468,7 @@ }, "meta": { "filename": "VCO_AS3340.kicad_pro", - "version": 1 + "version": 3 }, "net_settings": { "classes": [ @@ -462,6 +483,7 @@ "microvia_drill": 0.1, "name": "Default", "pcb_color": "rgba(0, 0, 0, 0.000)", + "priority": 2147483647, "schematic_color": "rgba(0, 0, 0, 0.000)", "track_width": 0.5, "via_diameter": 1.6, @@ -470,7 +492,7 @@ } ], "meta": { - "version": 3 + "version": 4 }, "net_colors": null, "netclass_assignments": null, @@ -546,6 +568,7 @@ ], "filter_string": "", "group_symbols": true, + "include_excluded_from_bom": false, "name": "Grouped By Value", "sort_asc": true, "sort_field": "Reference" @@ -580,6 +603,7 @@ "net_format_name": "", "page_layout_descr_file": "", "plot_directory": "", + "space_save_all_events": true, "spice_current_sheet_as_root": false, "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, diff --git a/VCO_AS3340/VCO_AS3340.kicad_sch b/VCO_AS3340/VCO_AS3340.kicad_sch index c628cd1..9ece6a5 100644 --- a/VCO_AS3340/VCO_AS3340.kicad_sch +++ b/VCO_AS3340/VCO_AS3340.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch - (version 20231120) + (version 20250114) (generator "eeschema") - (generator_version "8.0") + (generator_version "9.0") (uuid "f1d564d9-8c6a-4577-8235-6c1373f824e0") (paper "A4") (title_block @@ -99,17 +99,17 @@ (type background) ) ) - (pin output line - (at 7.62 0 180) + (pin input line + (at -7.62 2.54 0) (length 2.54) - (name "~" + (name "+" (effects (font (size 1.27 1.27) ) ) ) - (number "1" + (number "3" (effects (font (size 1.27 1.27) @@ -135,17 +135,17 @@ ) ) ) - (pin input line - (at -7.62 2.54 0) + (pin output line + (at 7.62 0 180) (length 2.54) - (name "+" + (name "~" (effects (font (size 1.27 1.27) ) ) ) - (number "3" + (number "1" (effects (font (size 1.27 1.27) @@ -253,17 +253,17 @@ ) ) ) - (pin output line - (at 7.62 0 180) + (pin input line + (at -7.62 -2.54 0) (length 2.54) - (name "~" + (name "-" (effects (font (size 1.27 1.27) ) ) ) - (number "8" + (number "9" (effects (font (size 1.27 1.27) @@ -271,17 +271,17 @@ ) ) ) - (pin input line - (at -7.62 -2.54 0) + (pin output line + (at 7.62 0 180) (length 2.54) - (name "-" + (name "~" (effects (font (size 1.27 1.27) ) ) ) - (number "9" + (number "8" (effects (font (size 1.27 1.27) @@ -360,16 +360,16 @@ ) (symbol "TL074_5_1" (pin power_in line - (at -2.54 -7.62 90) + (at -2.54 7.62 270) (length 3.81) - (name "V-" + (name "V+" (effects (font (size 1.27 1.27) ) ) ) - (number "11" + (number "4" (effects (font (size 1.27 1.27) @@ -378,16 +378,16 @@ ) ) (pin power_in line - (at -2.54 7.62 270) + (at -2.54 -7.62 90) (length 3.81) - (name "V+" + (name "V-" (effects (font (size 1.27 1.27) ) ) ) - (number "4" + (number "11" (effects (font (size 1.27 1.27) @@ -396,6 +396,7 @@ ) ) ) + (embedded_fonts no) ) (symbol "Audio:AS3340" (exclude_from_sim no) @@ -494,17 +495,17 @@ ) ) ) - (pin output line - (at 12.7 -5.08 180) + (pin input line + (at -12.7 10.16 0) (length 2.54) - (name "VTO" + (name "SCALE2" (effects (font (size 1.27 1.27) ) ) ) - (number "10" + (number "2" (effects (font (size 1.27 1.27) @@ -512,17 +513,17 @@ ) ) ) - (pin passive line - (at -12.7 -10.16 0) + (pin input line + (at -12.7 7.62 0) (length 2.54) - (name "CAP" + (name "VPWM" (effects (font (size 1.27 1.27) ) ) ) - (number "11" + (number "5" (effects (font (size 1.27 1.27) @@ -530,17 +531,17 @@ ) ) ) - (pin power_in line - (at 2.54 -17.78 90) + (pin input line + (at -12.7 5.08 0) (length 2.54) - (name "GND" + (name "VHSI" (effects (font (size 1.27 1.27) ) ) ) - (number "12" + (number "6" (effects (font (size 1.27 1.27) @@ -549,16 +550,16 @@ ) ) (pin input line - (at -12.7 -2.54 0) + (at -12.7 2.54 0) (length 2.54) - (name "VLFI" + (name "VHFT" (effects (font (size 1.27 1.27) ) ) ) - (number "13" + (number "7" (effects (font (size 1.27 1.27) @@ -566,17 +567,17 @@ ) ) ) - (pin passive line - (at -12.7 -12.7 0) + (pin input line + (at -12.7 0 0) (length 2.54) - (name "VS" + (name "VSSI" (effects (font (size 1.27 1.27) ) ) ) - (number "14" + (number "9" (effects (font (size 1.27 1.27) @@ -585,16 +586,16 @@ ) ) (pin input line - (at -12.7 -5.08 0) + (at -12.7 -2.54 0) (length 2.54) - (name "VFCI" + (name "VLFI" (effects (font (size 1.27 1.27) ) ) ) - (number "15" + (number "13" (effects (font (size 1.27 1.27) @@ -602,17 +603,17 @@ ) ) ) - (pin power_in line - (at 0 17.78 270) + (pin input line + (at -12.7 -5.08 0) (length 2.54) - (name "VCC" + (name "VFCI" (effects (font (size 1.27 1.27) ) ) ) - (number "16" + (number "15" (effects (font (size 1.27 1.27) @@ -620,17 +621,17 @@ ) ) ) - (pin input line - (at -12.7 10.16 0) + (pin passive line + (at -12.7 -10.16 0) (length 2.54) - (name "SCALE2" + (name "CAP" (effects (font (size 1.27 1.27) ) ) ) - (number "2" + (number "11" (effects (font (size 1.27 1.27) @@ -638,17 +639,17 @@ ) ) ) - (pin power_in line - (at 0 -17.78 90) + (pin passive line + (at -12.7 -12.7 0) (length 2.54) - (name "VEE" + (name "VS" (effects (font (size 1.27 1.27) ) ) ) - (number "3" + (number "14" (effects (font (size 1.27 1.27) @@ -656,17 +657,17 @@ ) ) ) - (pin output line - (at 12.7 5.08 180) + (pin power_in line + (at 0 17.78 270) (length 2.54) - (name "VP" + (name "VCC" (effects (font (size 1.27 1.27) ) ) ) - (number "4" + (number "16" (effects (font (size 1.27 1.27) @@ -674,17 +675,17 @@ ) ) ) - (pin input line - (at -12.7 7.62 0) + (pin power_in line + (at 0 -17.78 90) (length 2.54) - (name "VPWM" + (name "VEE" (effects (font (size 1.27 1.27) ) ) ) - (number "5" + (number "3" (effects (font (size 1.27 1.27) @@ -692,17 +693,17 @@ ) ) ) - (pin input line - (at -12.7 5.08 0) + (pin power_in line + (at 2.54 -17.78 90) (length 2.54) - (name "VHSI" + (name "GND" (effects (font (size 1.27 1.27) ) ) ) - (number "6" + (number "12" (effects (font (size 1.27 1.27) @@ -710,17 +711,17 @@ ) ) ) - (pin input line - (at -12.7 2.54 0) + (pin output line + (at 12.7 5.08 180) (length 2.54) - (name "VHFT" + (name "VP" (effects (font (size 1.27 1.27) ) ) ) - (number "7" + (number "4" (effects (font (size 1.27 1.27) @@ -746,17 +747,17 @@ ) ) ) - (pin input line - (at -12.7 0 0) + (pin output line + (at 12.7 -5.08 180) (length 2.54) - (name "VSSI" + (name "VTO" (effects (font (size 1.27 1.27) ) ) ) - (number "9" + (number "10" (effects (font (size 1.27 1.27) @@ -765,10 +766,13 @@ ) ) ) + (embedded_fonts no) ) (symbol "Connector:Conn_01x02_Pin" (pin_names - (offset 1.016) hide) + (offset 1.016) + (hide yes) + ) (exclude_from_sim no) (in_bom yes) (on_board yes) @@ -842,50 +846,50 @@ ) ) (symbol "Conn_01x02_Pin_1_1" - (polyline - (pts - (xy 1.27 -2.54) (xy 0.8636 -2.54) - ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) (stroke (width 0.1524) (type default) ) (fill - (type none) + (type outline) ) ) - (polyline - (pts - (xy 1.27 0) (xy 0.8636 0) - ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) (stroke (width 0.1524) (type default) ) (fill - (type none) + (type outline) ) ) - (rectangle - (start 0.8636 -2.413) - (end 0 -2.667) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) (stroke (width 0.1524) (type default) ) (fill - (type outline) + (type none) ) ) - (rectangle - (start 0.8636 0.127) - (end 0 -0.127) + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) (stroke (width 0.1524) (type default) ) (fill - (type outline) + (type none) ) ) (pin passive line @@ -925,10 +929,13 @@ ) ) ) + (embedded_fonts no) ) (symbol "Connector_Generic:Conn_02x08_Odd_Even" (pin_names - (offset 1.016) hide) + (offset 1.016) + (hide yes) + ) (exclude_from_sim no) (in_bom yes) (on_board yes) @@ -995,19 +1002,19 @@ ) (symbol "Conn_02x08_Odd_Even_1_1" (rectangle - (start -1.27 -10.033) - (end 0 -10.287) + (start -1.27 8.89) + (end 3.81 -11.43) (stroke - (width 0.1524) + (width 0.254) (type default) ) (fill - (type none) + (type background) ) ) (rectangle - (start -1.27 -7.493) - (end 0 -7.747) + (start -1.27 7.747) + (end 0 7.493) (stroke (width 0.1524) (type default) @@ -1017,8 +1024,8 @@ ) ) (rectangle - (start -1.27 -4.953) - (end 0 -5.207) + (start -1.27 5.207) + (end 0 4.953) (stroke (width 0.1524) (type default) @@ -1028,8 +1035,8 @@ ) ) (rectangle - (start -1.27 -2.413) - (end 0 -2.667) + (start -1.27 2.667) + (end 0 2.413) (stroke (width 0.1524) (type default) @@ -1050,8 +1057,8 @@ ) ) (rectangle - (start -1.27 2.667) - (end 0 2.413) + (start -1.27 -2.413) + (end 0 -2.667) (stroke (width 0.1524) (type default) @@ -1061,8 +1068,8 @@ ) ) (rectangle - (start -1.27 5.207) - (end 0 4.953) + (start -1.27 -4.953) + (end 0 -5.207) (stroke (width 0.1524) (type default) @@ -1072,8 +1079,8 @@ ) ) (rectangle - (start -1.27 7.747) - (end 0 7.493) + (start -1.27 -7.493) + (end 0 -7.747) (stroke (width 0.1524) (type default) @@ -1083,19 +1090,19 @@ ) ) (rectangle - (start -1.27 8.89) - (end 3.81 -11.43) + (start -1.27 -10.033) + (end 0 -10.287) (stroke - (width 0.254) + (width 0.1524) (type default) ) (fill - (type background) + (type none) ) ) (rectangle - (start 3.81 -10.033) - (end 2.54 -10.287) + (start 3.81 7.747) + (end 2.54 7.493) (stroke (width 0.1524) (type default) @@ -1105,8 +1112,8 @@ ) ) (rectangle - (start 3.81 -7.493) - (end 2.54 -7.747) + (start 3.81 5.207) + (end 2.54 4.953) (stroke (width 0.1524) (type default) @@ -1116,8 +1123,8 @@ ) ) (rectangle - (start 3.81 -4.953) - (end 2.54 -5.207) + (start 3.81 2.667) + (end 2.54 2.413) (stroke (width 0.1524) (type default) @@ -1127,8 +1134,8 @@ ) ) (rectangle - (start 3.81 -2.413) - (end 2.54 -2.667) + (start 3.81 0.127) + (end 2.54 -0.127) (stroke (width 0.1524) (type default) @@ -1138,8 +1145,8 @@ ) ) (rectangle - (start 3.81 0.127) - (end 2.54 -0.127) + (start 3.81 -2.413) + (end 2.54 -2.667) (stroke (width 0.1524) (type default) @@ -1149,8 +1156,8 @@ ) ) (rectangle - (start 3.81 2.667) - (end 2.54 2.413) + (start 3.81 -4.953) + (end 2.54 -5.207) (stroke (width 0.1524) (type default) @@ -1160,8 +1167,8 @@ ) ) (rectangle - (start 3.81 5.207) - (end 2.54 4.953) + (start 3.81 -7.493) + (end 2.54 -7.747) (stroke (width 0.1524) (type default) @@ -1171,8 +1178,8 @@ ) ) (rectangle - (start 3.81 7.747) - (end 2.54 7.493) + (start 3.81 -10.033) + (end 2.54 -10.287) (stroke (width 0.1524) (type default) @@ -1200,16 +1207,16 @@ ) ) (pin passive line - (at 7.62 -2.54 180) + (at -5.08 5.08 0) (length 3.81) - (name "Pin_10" + (name "Pin_3" (effects (font (size 1.27 1.27) ) ) ) - (number "10" + (number "3" (effects (font (size 1.27 1.27) @@ -1218,16 +1225,16 @@ ) ) (pin passive line - (at -5.08 -5.08 0) + (at -5.08 2.54 0) (length 3.81) - (name "Pin_11" + (name "Pin_5" (effects (font (size 1.27 1.27) ) ) ) - (number "11" + (number "5" (effects (font (size 1.27 1.27) @@ -1236,16 +1243,16 @@ ) ) (pin passive line - (at 7.62 -5.08 180) + (at -5.08 0 0) (length 3.81) - (name "Pin_12" + (name "Pin_7" (effects (font (size 1.27 1.27) ) ) ) - (number "12" + (number "7" (effects (font (size 1.27 1.27) @@ -1254,16 +1261,16 @@ ) ) (pin passive line - (at -5.08 -7.62 0) + (at -5.08 -2.54 0) (length 3.81) - (name "Pin_13" + (name "Pin_9" (effects (font (size 1.27 1.27) ) ) ) - (number "13" + (number "9" (effects (font (size 1.27 1.27) @@ -1272,16 +1279,16 @@ ) ) (pin passive line - (at 7.62 -7.62 180) + (at -5.08 -5.08 0) (length 3.81) - (name "Pin_14" + (name "Pin_11" (effects (font (size 1.27 1.27) ) ) ) - (number "14" + (number "11" (effects (font (size 1.27 1.27) @@ -1290,16 +1297,16 @@ ) ) (pin passive line - (at -5.08 -10.16 0) + (at -5.08 -7.62 0) (length 3.81) - (name "Pin_15" + (name "Pin_13" (effects (font (size 1.27 1.27) ) ) ) - (number "15" + (number "13" (effects (font (size 1.27 1.27) @@ -1308,16 +1315,16 @@ ) ) (pin passive line - (at 7.62 -10.16 180) + (at -5.08 -10.16 0) (length 3.81) - (name "Pin_16" + (name "Pin_15" (effects (font (size 1.27 1.27) ) ) ) - (number "16" + (number "15" (effects (font (size 1.27 1.27) @@ -1344,16 +1351,16 @@ ) ) (pin passive line - (at -5.08 5.08 0) + (at 7.62 5.08 180) (length 3.81) - (name "Pin_3" + (name "Pin_4" (effects (font (size 1.27 1.27) ) ) ) - (number "3" + (number "4" (effects (font (size 1.27 1.27) @@ -1362,16 +1369,16 @@ ) ) (pin passive line - (at 7.62 5.08 180) + (at 7.62 2.54 180) (length 3.81) - (name "Pin_4" + (name "Pin_6" (effects (font (size 1.27 1.27) ) ) ) - (number "4" + (number "6" (effects (font (size 1.27 1.27) @@ -1380,16 +1387,16 @@ ) ) (pin passive line - (at -5.08 2.54 0) + (at 7.62 0 180) (length 3.81) - (name "Pin_5" + (name "Pin_8" (effects (font (size 1.27 1.27) ) ) ) - (number "5" + (number "8" (effects (font (size 1.27 1.27) @@ -1398,16 +1405,16 @@ ) ) (pin passive line - (at 7.62 2.54 180) + (at 7.62 -2.54 180) (length 3.81) - (name "Pin_6" + (name "Pin_10" (effects (font (size 1.27 1.27) ) ) ) - (number "6" + (number "10" (effects (font (size 1.27 1.27) @@ -1416,16 +1423,16 @@ ) ) (pin passive line - (at -5.08 0 0) + (at 7.62 -5.08 180) (length 3.81) - (name "Pin_7" + (name "Pin_12" (effects (font (size 1.27 1.27) ) ) ) - (number "7" + (number "12" (effects (font (size 1.27 1.27) @@ -1434,16 +1441,16 @@ ) ) (pin passive line - (at 7.62 0 180) + (at 7.62 -7.62 180) (length 3.81) - (name "Pin_8" + (name "Pin_14" (effects (font (size 1.27 1.27) ) ) ) - (number "8" + (number "14" (effects (font (size 1.27 1.27) @@ -1452,16 +1459,16 @@ ) ) (pin passive line - (at -5.08 -2.54 0) + (at 7.62 -10.16 180) (length 3.81) - (name "Pin_9" + (name "Pin_16" (effects (font (size 1.27 1.27) ) ) ) - (number "9" + (number "16" (effects (font (size 1.27 1.27) @@ -1470,9 +1477,12 @@ ) ) ) + (embedded_fonts no) ) (symbol "Device:C" - (pin_numbers hide) + (pin_numbers + (hide yes) + ) (pin_names (offset 0.254) ) @@ -1545,7 +1555,7 @@ (symbol "C_0_1" (polyline (pts - (xy -2.032 -0.762) (xy 2.032 -0.762) + (xy -2.032 0.762) (xy 2.032 0.762) ) (stroke (width 0.508) @@ -1557,7 +1567,7 @@ ) (polyline (pts - (xy -2.032 0.762) (xy 2.032 0.762) + (xy -2.032 -0.762) (xy 2.032 -0.762) ) (stroke (width 0.508) @@ -1606,9 +1616,12 @@ ) ) ) + (embedded_fonts no) ) (symbol "Device:R" - (pin_numbers hide) + (pin_numbers + (hide yes) + ) (pin_names (offset 0) ) @@ -1727,10 +1740,13 @@ ) ) ) + (embedded_fonts no) ) (symbol "Device:R_Potentiometer_Trim" (pin_names - (offset 1.016) hide) + (offset 1.016) + (hide yes) + ) (exclude_from_sim no) (in_bom yes) (on_board yes) @@ -1796,6 +1812,17 @@ ) ) (symbol "R_Potentiometer_Trim_0_1" + (rectangle + (start 1.016 2.54) + (end -1.016 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) (polyline (pts (xy 1.524 0.762) (xy 1.524 -0.762) @@ -1820,75 +1847,219 @@ (type none) ) ) - (rectangle - (start 1.016 2.54) - (end -1.016 -2.54) - (stroke - (width 0.254) - (type default) + ) + (symbol "R_Potentiometer_Trim_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) ) - (fill - (type none) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) ) ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + ) + (text "Scale\nAdj" + (exclude_from_sim no) + (at 93.345 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "2d85103c-2a7f-4358-a3d3-c6fdb0aa2cf2") + ) + (text "* +5V-0V\n10k pot" + (exclude_from_sim no) + (at 131.445 79.375 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "42d65001-ae39-4f2c-b348-d916d602fe08") + ) + (text "Square Center" + (exclude_from_sim no) + (at 206.375 50.165 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "517d1872-16ef-46d7-9150-5060dd3f913c") + ) + (text "Tri Scale" + (exclude_from_sim no) + (at 232.41 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "5a990c78-9336-441f-9a07-7d8929d6207b") + ) + (text "* pos feedback to\nstop oscillation" + (exclude_from_sim no) + (at 153.035 69.215 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6cc43082-4c6e-430a-8023-81877aee82df") + ) + (text "Tri Center" + (exclude_from_sim no) + (at 220.98 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7049b167-c85b-4222-b8e0-87b08b61c7b3") + ) + (text "0V Pitch\nAdj" + (exclude_from_sim no) + (at 60.325 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "81fe8914-9a74-4d88-a70e-8e7ae16b401a") + ) + (text "*Polystyrene" + (exclude_from_sim no) + (at 96.52 135.255 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "89ea9f35-6489-4ce1-a0b3-b34373b142b7") + ) + (text "Square Scale" + (exclude_from_sim no) + (at 221.615 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "92e336e8-66f9-4e8d-a1ae-1936786b5203") + ) + (text "High Freq\nTrack" + (exclude_from_sim no) + (at 86.995 92.075 0) + (effects + (font + (size 1.27 1.27) ) - (symbol "R_Potentiometer_Trim_1_1" - (pin passive line - (at 0 3.81 270) - (length 1.27) - (name "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 3.81 0 180) - (length 1.27) - (name "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 1.27) - (name "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) + (justify left bottom) + ) + (uuid "ab016cac-dc8f-4fa9-b93e-27d6230fd476") + ) + (text "Saw Scale" + (exclude_from_sim no) + (at 247.015 50.165 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "b756d298-ab6d-41c1-a7ca-c9aedce39493") + ) + (text "Saw Center" + (exclude_from_sim no) + (at 241.935 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "cffa18de-ebf9-45a9-b745-26fb9fe9d06e") + ) + (text "Tempco\nAdj" + (exclude_from_sim no) + (at 56.515 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f008c953-4f79-4c75-a93d-8e96b1dcdf0c") + ) + (text "Exp Conv\nRef Current" + (exclude_from_sim no) + (at 104.14 24.765 0) + (effects + (font + (size 1.27 1.27) ) + (justify left bottom) ) + (uuid "f3c9d567-c52b-47d1-8987-adfec9a9276f") ) (junction (at 257.175 58.42) @@ -4698,160 +4869,6 @@ ) (uuid "ffbc6c3a-d193-4859-904d-fe3071330ea9") ) - (text "Scale\nAdj" - (exclude_from_sim no) - (at 93.345 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "2d85103c-2a7f-4358-a3d3-c6fdb0aa2cf2") - ) - (text "* +5V-0V\n10k pot" - (exclude_from_sim no) - (at 131.445 79.375 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "42d65001-ae39-4f2c-b348-d916d602fe08") - ) - (text "Square Center" - (exclude_from_sim no) - (at 206.375 50.165 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "517d1872-16ef-46d7-9150-5060dd3f913c") - ) - (text "Tri Scale" - (exclude_from_sim no) - (at 232.41 102.87 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "5a990c78-9336-441f-9a07-7d8929d6207b") - ) - (text "* pos feedback to\nstop oscillation" - (exclude_from_sim no) - (at 153.035 69.215 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "6cc43082-4c6e-430a-8023-81877aee82df") - ) - (text "Tri Center" - (exclude_from_sim no) - (at 220.98 137.16 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "7049b167-c85b-4222-b8e0-87b08b61c7b3") - ) - (text "0V Pitch\nAdj" - (exclude_from_sim no) - (at 60.325 46.99 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "81fe8914-9a74-4d88-a70e-8e7ae16b401a") - ) - (text "*Polystyrene" - (exclude_from_sim no) - (at 96.52 135.255 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "89ea9f35-6489-4ce1-a0b3-b34373b142b7") - ) - (text "Square Scale" - (exclude_from_sim no) - (at 221.615 16.51 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "92e336e8-66f9-4e8d-a1ae-1936786b5203") - ) - (text "High Freq\nTrack" - (exclude_from_sim no) - (at 86.995 92.075 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "ab016cac-dc8f-4fa9-b93e-27d6230fd476") - ) - (text "Saw Scale" - (exclude_from_sim no) - (at 247.015 50.165 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "b756d298-ab6d-41c1-a7ca-c9aedce39493") - ) - (text "Saw Center" - (exclude_from_sim no) - (at 241.935 86.36 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "cffa18de-ebf9-45a9-b745-26fb9fe9d06e") - ) - (text "Tempco\nAdj" - (exclude_from_sim no) - (at 56.515 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "f008c953-4f79-4c75-a93d-8e96b1dcdf0c") - ) - (text "Exp Conv\nRef Current" - (exclude_from_sim no) - (at 104.14 24.765 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "f3c9d567-c52b-47d1-8987-adfec9a9276f") - ) (global_label "GND" (shape input) (at 91.44 182.88 0) @@ -8028,7 +8045,7 @@ (on_board yes) (dnp no) (uuid "842a2384-c51f-47e3-b6be-9908bfa42609") - (property "Reference" "J5" + (property "Reference" "J3" (at 81.28 158.75 0) (effects (font @@ -10351,7 +10368,7 @@ (dnp no) (fields_autoplaced yes) (uuid "e8ac7b5d-be10-44b9-98a6-40fd67a3656a") - (property "Reference" "J5" + (property "Reference" "J1" (at 38.735 158.75 0) (effects (font @@ -10745,4 +10762,5 @@ (page "1") ) ) + (embedded_fonts no) ) diff --git a/midi_to_cv_daughter_board/midi_to_cv_daughter_board.kicad_pro b/midi_to_cv_daughter_board/midi_to_cv_daughter_board.kicad_pro index efa9cc2..98743dc 100644 --- a/midi_to_cv_daughter_board/midi_to_cv_daughter_board.kicad_pro +++ b/midi_to_cv_daughter_board/midi_to_cv_daughter_board.kicad_pro @@ -2,12 +2,204 @@ "board": { "3dviewports": [], "design_settings": { - "defaults": {}, + "defaults": { + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, + "copper_text_italic": false, + "copper_text_size_h": 1.5, + "copper_text_size_v": 1.5, + "copper_text_thickness": 0.3, + "copper_text_upright": false, + "courtyard_line_width": 0.05, + "dimension_precision": 4, + "dimension_units": 3, + "dimensions": { + "arrow_length": 1270000, + "extension_offset": 500000, + "keep_text_aligned": true, + "suppress_zeroes": false, + "text_position": 0, + "units_format": 1 + }, + "fab_line_width": 0.1, + "fab_text_italic": false, + "fab_text_size_h": 1.0, + "fab_text_size_v": 1.0, + "fab_text_thickness": 0.15, + "fab_text_upright": false, + "other_line_width": 0.1, + "other_text_italic": false, + "other_text_size_h": 1.0, + "other_text_size_v": 1.0, + "other_text_thickness": 0.15, + "other_text_upright": false, + "pads": { + "drill": 0.762, + "height": 1.524, + "width": 1.524 + }, + "silk_line_width": 0.1, + "silk_text_italic": false, + "silk_text_size_h": 1.0, + "silk_text_size_v": 1.0, + "silk_text_thickness": 0.1, + "silk_text_upright": false, + "zones": { + "min_clearance": 0.5 + } + }, "diff_pair_dimensions": [], "drc_exclusions": [], - "rules": {}, + "meta": { + "version": 2 + }, + "rule_severities": { + "annular_width": "error", + "clearance": "error", + "connection_width": "warning", + "copper_edge_clearance": "error", + "copper_sliver": "warning", + "courtyards_overlap": "error", + "diff_pair_gap_out_of_range": "error", + "diff_pair_uncoupled_length_too_long": "error", + "drill_out_of_range": "error", + "duplicate_footprints": "warning", + "extra_footprint": "warning", + "footprint": "error", + "footprint_symbol_mismatch": "warning", + "footprint_type_mismatch": "ignore", + "hole_clearance": "error", + "hole_near_hole": "error", + "holes_co_located": "warning", + "invalid_outline": "error", + "isolated_copper": "warning", + "item_on_disabled_layer": "error", + "items_not_allowed": "error", + "length_out_of_range": "error", + "lib_footprint_issues": "warning", + "lib_footprint_mismatch": "warning", + "malformed_courtyard": "error", + "microvia_drill_out_of_range": "error", + "missing_courtyard": "ignore", + "missing_footprint": "warning", + "net_conflict": "warning", + "npth_inside_courtyard": "ignore", + "padstack": "warning", + "pth_inside_courtyard": "ignore", + "shorting_items": "error", + "silk_edge_clearance": "warning", + "silk_over_copper": "warning", + "silk_overlap": "warning", + "skew_out_of_range": "error", + "solder_mask_bridge": "error", + "starved_thermal": "error", + "text_height": "warning", + "text_thickness": "warning", + "through_hole_pad_without_hole": "error", + "too_many_vias": "error", + "track_dangling": "warning", + "track_width": "error", + "tracks_crossing": "error", + "unconnected_items": "error", + "unresolved_variable": "error", + "via_dangling": "warning", + "zones_intersect": "error" + }, + "rules": { + "max_error": 0.005, + "min_clearance": 0.0, + "min_connection": 0.0, + "min_copper_edge_clearance": 0.5, + "min_hole_clearance": 0.25, + "min_hole_to_hole": 0.25, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, + "min_resolved_spokes": 2, + "min_silk_clearance": 0.0, + "min_text_height": 0.8, + "min_text_thickness": 0.08, + "min_through_hole_diameter": 0.3, + "min_track_width": 0.0, + "min_via_annular_width": 0.1, + "min_via_diameter": 0.5, + "solder_mask_to_copper_clearance": 0.0, + "use_height_for_length_calcs": true + }, + "teardrop_options": [ + { + "td_onpadsmd": true, + "td_onroundshapesonly": false, + "td_ontrackend": false, + "td_onviapad": true + } + ], + "teardrop_parameters": [ + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_round_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_rect_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_track_end", + "td_width_to_size_filter_ratio": 0.9 + } + ], "track_widths": [], - "via_dimensions": [] + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, + "via_dimensions": [], + "zones_allow_external_fillets": false }, "ipc2581": { "dist": "", diff --git a/power_breakout/power_breakout.kicad_pro b/power_breakout/power_breakout.kicad_pro index 4f9c372..9970508 100644 --- a/power_breakout/power_breakout.kicad_pro +++ b/power_breakout/power_breakout.kicad_pro @@ -3,14 +3,17 @@ "3dviewports": [], "design_settings": { "defaults": { - "board_outline_line_width": 0.09999999999999999, - "copper_line_width": 0.19999999999999998, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.1, + "copper_line_width": 0.2, "copper_text_italic": false, "copper_text_size_h": 1.5, "copper_text_size_v": 1.5, "copper_text_thickness": 0.3, "copper_text_upright": false, - "courtyard_line_width": 0.049999999999999996, + "courtyard_line_width": 0.05, "dimension_precision": 4, "dimension_units": 3, "dimensions": { @@ -21,7 +24,7 @@ "text_position": 0, "units_format": 1 }, - "fab_line_width": 0.09999999999999999, + "fab_line_width": 0.1, "fab_text_italic": false, "fab_text_size_h": 1.0, "fab_text_size_v": 1.0, @@ -72,9 +75,11 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "ignore", "hole_clearance": "error", "hole_near_hole": "error", + "holes_co_located": "warning", "invalid_outline": "error", "isolated_copper": "warning", "item_on_disabled_layer": "error", @@ -116,15 +121,15 @@ "min_copper_edge_clearance": 0.0, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.19999999999999998, - "min_microvia_drill": 0.09999999999999999, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, "min_resolved_spokes": 2, "min_silk_clearance": 0.0, - "min_text_height": 0.7999999999999999, + "min_text_height": 0.8, "min_text_thickness": 0.08, "min_through_hole_diameter": 0.3, "min_track_width": 0.0, - "min_via_annular_width": 0.09999999999999999, + "min_via_annular_width": 0.1, "min_via_diameter": 0.5, "solder_mask_clearance": 0.0, "solder_mask_min_width": 0.0, @@ -133,9 +138,6 @@ }, "teardrop_options": [ { - "td_allow_use_two_tracks": true, - "td_curve_segcount": 5, - "td_on_pad_in_zone": false, "td_onpadsmd": true, "td_onroundshapesonly": false, "td_ontrackend": false, @@ -144,29 +146,35 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } @@ -174,6 +182,32 @@ "track_widths": [ 0.0 ], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [ { "diameter": 0.0, @@ -182,6 +216,13 @@ ], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -466,8 +507,11 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": ""