add power supplies and lay everything out. Passes ERC. DRC warns
Some checks failed
kibot / erc (push) Failing after 30s
kibot / drc (push) Failing after 19s
kibot / generate_outputs (push) Successful in 1m1s

This commit is contained in:
Brendan Haines 2024-11-08 14:45:46 -07:00
parent a77b642468
commit 0a663a5fc9
5 changed files with 6038 additions and 439 deletions

@ -1 +1 @@
Subproject commit 0609fe0e06ecd9f7e6b5d6ffa177f76288cae806 Subproject commit c0a4cef0c3134d74f80ddb3aac96988f305ee524

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"board": { "board": {
"active_layer": 37, "active_layer": 1,
"active_layer_preset": "All Layers", "active_layer_preset": "All Layers",
"auto_track_width": true, "auto_track_width": true,
"hidden_netclasses": [], "hidden_netclasses": [],

View File

@ -3,6 +3,9 @@
"3dviewports": [], "3dviewports": [],
"design_settings": { "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.0254, "board_outline_line_width": 0.0254,
"copper_line_width": 0.127, "copper_line_width": 0.127,
"copper_text_italic": false, "copper_text_italic": false,
@ -38,14 +41,14 @@
"height": 1.524, "height": 1.524,
"width": 1.524 "width": 1.524
}, },
"silk_line_width": 0.17779999999999999, "silk_line_width": 0.1778,
"silk_text_italic": false, "silk_text_italic": false,
"silk_text_size_h": 0.635, "silk_text_size_h": 0.635,
"silk_text_size_v": 0.635, "silk_text_size_v": 0.635,
"silk_text_thickness": 0.127, "silk_text_thickness": 0.127,
"silk_text_upright": true, "silk_text_upright": true,
"zones": { "zones": {
"min_clearance": 0.5 "min_clearance": 0.254
} }
}, },
"diff_pair_dimensions": [ "diff_pair_dimensions": [
@ -72,9 +75,11 @@
"duplicate_footprints": "warning", "duplicate_footprints": "warning",
"extra_footprint": "warning", "extra_footprint": "warning",
"footprint": "error", "footprint": "error",
"footprint_symbol_mismatch": "warning",
"footprint_type_mismatch": "warning", "footprint_type_mismatch": "warning",
"hole_clearance": "error", "hole_clearance": "error",
"hole_near_hole": "error", "hole_near_hole": "error",
"holes_co_located": "warning",
"invalid_outline": "error", "invalid_outline": "error",
"isolated_copper": "warning", "isolated_copper": "warning",
"item_on_disabled_layer": "error", "item_on_disabled_layer": "error",
@ -111,21 +116,21 @@
}, },
"rules": { "rules": {
"max_error": 0.005, "max_error": 0.005,
"min_clearance": 0.08889999999999999, "min_clearance": 0.0889,
"min_connection": 0.0, "min_connection": 0.0,
"min_copper_edge_clearance": 0.19999999999999998, "min_copper_edge_clearance": 0.2,
"min_hole_clearance": 0.0, "min_hole_clearance": 0.0,
"min_hole_to_hole": 0.254, "min_hole_to_hole": 0.254,
"min_microvia_diameter": 0.19999999999999998, "min_microvia_diameter": 0.2,
"min_microvia_drill": 0.09999999999999999, "min_microvia_drill": 0.1,
"min_resolved_spokes": 2, "min_resolved_spokes": 2,
"min_silk_clearance": 0.0, "min_silk_clearance": 0.0,
"min_text_height": 0.635, "min_text_height": 0.635,
"min_text_thickness": 0.127, "min_text_thickness": 0.127,
"min_through_hole_diameter": 0.19999999999999998, "min_through_hole_diameter": 0.2,
"min_track_width": 0.08889999999999999, "min_track_width": 0.0889,
"min_via_annular_width": 0.127, "min_via_annular_width": 0.127,
"min_via_diameter": 0.19999999999999998, "min_via_diameter": 0.2,
"solder_mask_clearance": 0.0, "solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0, "solder_mask_min_width": 0.0,
"solder_mask_to_copper_clearance": 0.0, "solder_mask_to_copper_clearance": 0.0,
@ -133,9 +138,6 @@
}, },
"teardrop_options": [ "teardrop_options": [
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 5,
"td_on_pad_in_zone": false,
"td_onpadsmd": true, "td_onpadsmd": true,
"td_onroundshapesonly": false, "td_onroundshapesonly": false,
"td_ontrackend": false, "td_ontrackend": false,
@ -144,29 +146,35 @@
], ],
"teardrop_parameters": [ "teardrop_parameters": [
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0, "td_curve_segcount": 0,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.5, "td_length_ratio": 0.5,
"td_maxheight": 2.0, "td_maxheight": 2.0,
"td_maxlen": 1.0, "td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_round_shape", "td_target_name": "td_round_shape",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 0.9
}, },
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0, "td_curve_segcount": 0,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.5, "td_length_ratio": 0.5,
"td_maxheight": 2.0, "td_maxheight": 2.0,
"td_maxlen": 1.0, "td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_rect_shape", "td_target_name": "td_rect_shape",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 0.9
}, },
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0, "td_curve_segcount": 0,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.5, "td_length_ratio": 0.5,
"td_maxheight": 2.0, "td_maxheight": 2.0,
"td_maxlen": 1.0, "td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_track_end", "td_target_name": "td_track_end",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 0.9
} }
@ -176,6 +184,32 @@
0.127, 0.127,
0.254 0.254
], ],
"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": [ "via_dimensions": [
{ {
"diameter": 0.0, "diameter": 0.0,
@ -573,6 +607,6 @@
], ],
"text_variables": { "text_variables": {
"PCB_REVISION": "0.0", "PCB_REVISION": "0.0",
"PROJECT_NAME": "PROJECT_NAME" "PROJECT_NAME": "PHOTODETECTOR"
} }
} }

File diff suppressed because it is too large Load Diff