Initial commit
This commit is contained in:
61
.gitignore
vendored
Normal file
61
.gitignore
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
# For PCBs designed using KiCad: https://www.kicad.org/
|
||||
# Format documentation: https://kicad.org/help/file-formats/
|
||||
|
||||
# Temporary files
|
||||
*.000
|
||||
*.bak
|
||||
*.bck
|
||||
*.kicad_pcb-bak
|
||||
*.kicad_sch-bak
|
||||
*-backups
|
||||
*-cache*
|
||||
*-bak
|
||||
*-bak*
|
||||
*~
|
||||
~*
|
||||
_autosave-*
|
||||
\#auto_saved_files\#
|
||||
*.tmp
|
||||
*-save.pro
|
||||
*-save.kicad_pcb
|
||||
fp-info-cache
|
||||
~*.lck
|
||||
\#auto_saved_files#
|
||||
|
||||
# Netlist files (exported from Eeschema)
|
||||
*.net
|
||||
|
||||
# Autorouter files (exported from Pcbnew)
|
||||
*.dsn
|
||||
*.ses
|
||||
|
||||
# Exported BOM files
|
||||
./*.xml
|
||||
./*.csv
|
||||
|
||||
# Archived Backups (KiCad 6.0)
|
||||
**/*-backups/*.zip
|
||||
|
||||
# Local project settings
|
||||
*.kicad_prl
|
||||
|
||||
# Production files
|
||||
**/production/backups
|
||||
*.gbr
|
||||
*.gbl
|
||||
*.gtl
|
||||
*.g1
|
||||
*.g2
|
||||
*.g3
|
||||
*.gbp
|
||||
*.gtp
|
||||
*.gbo
|
||||
*.gto
|
||||
*.drl
|
||||
*.pos
|
||||
*-job.gbrjob
|
||||
|
||||
# Cache files
|
||||
project.kicad_sym
|
||||
fp-lib-table
|
||||
sym-lib-table
|
||||
7990
3D/0430450415.stp
Normal file
7990
3D/0430450415.stp
Normal file
File diff suppressed because it is too large
Load Diff
4581
3D/0436500315.stp
Normal file
4581
3D/0436500315.stp
Normal file
File diff suppressed because it is too large
Load Diff
4831
3D/0436500321.stp
Normal file
4831
3D/0436500321.stp
Normal file
File diff suppressed because it is too large
Load Diff
33359
Laser CANbus Toolhead.kicad_pcb
Normal file
33359
Laser CANbus Toolhead.kicad_pcb
Normal file
File diff suppressed because it is too large
Load Diff
707
Laser CANbus Toolhead.kicad_pro
Normal file
707
Laser CANbus Toolhead.kicad_pro
Normal file
@@ -0,0 +1,707 @@
|
||||
{
|
||||
"board": {
|
||||
"3dviewports": [],
|
||||
"design_settings": {
|
||||
"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": true,
|
||||
"text_position": 0,
|
||||
"units_format": 0
|
||||
},
|
||||
"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.8,
|
||||
"height": 1.27,
|
||||
"width": 2.54
|
||||
},
|
||||
"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.1
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [
|
||||
{
|
||||
"gap": 0.0,
|
||||
"via_gap": 0.0,
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"rule_severities": {
|
||||
"annular_width": "error",
|
||||
"clearance": "error",
|
||||
"connection_width": "warning",
|
||||
"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_to_hole": "warning",
|
||||
"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",
|
||||
"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",
|
||||
"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_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",
|
||||
"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_groove_width": 0.0,
|
||||
"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.15,
|
||||
"min_track_width": 0.0,
|
||||
"min_via_annular_width": 0.1,
|
||||
"min_via_diameter": 0.5,
|
||||
"solder_mask_to_copper_clearance": 0.005,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"teardrop_options": [
|
||||
{
|
||||
"td_onpthpad": true,
|
||||
"td_onroundshapesonly": false,
|
||||
"td_onsmdpad": true,
|
||||
"td_ontrackend": false,
|
||||
"td_onvia": 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": [
|
||||
0.0,
|
||||
0.25,
|
||||
0.6
|
||||
],
|
||||
"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,
|
||||
"drill": 0.0
|
||||
},
|
||||
{
|
||||
"diameter": 0.6,
|
||||
"drill": 0.3
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"ipc2581": {
|
||||
"dist": "",
|
||||
"distpn": "",
|
||||
"internal_id": "",
|
||||
"mfg": "",
|
||||
"mpn": ""
|
||||
},
|
||||
"layer_pairs": [],
|
||||
"layer_presets": [],
|
||||
"viewports": []
|
||||
},
|
||||
"boards": [],
|
||||
"cvpcb": {
|
||||
"equivalence_files": []
|
||||
},
|
||||
"erc": {
|
||||
"erc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"pin_map": [
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
]
|
||||
],
|
||||
"rule_severities": {
|
||||
"bus_definition_conflict": "error",
|
||||
"bus_entry_needed": "error",
|
||||
"bus_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"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",
|
||||
"missing_unit": "warning",
|
||||
"multiple_net_names": "warning",
|
||||
"net_not_bus_member": "warning",
|
||||
"no_connect_connected": "warning",
|
||||
"no_connect_dangling": "warning",
|
||||
"pin_not_connected": "error",
|
||||
"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",
|
||||
"undefined_netclass": "error",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": []
|
||||
},
|
||||
"meta": {
|
||||
"filename": "Laser CANbus Toolhead.kicad_pro",
|
||||
"version": 3
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.1,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3,
|
||||
"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.2,
|
||||
"via_diameter": 0.5,
|
||||
"via_drill": 0.2,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"clearance": 0.25,
|
||||
"name": "24V",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 0,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.2,
|
||||
"via_diameter": 0.5,
|
||||
"via_drill": 0.2
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 4
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": [
|
||||
{
|
||||
"netclass": "24V",
|
||||
"pattern": "/V_{IN}"
|
||||
},
|
||||
{
|
||||
"netclass": "24V",
|
||||
"pattern": "+24V"
|
||||
},
|
||||
{
|
||||
"netclass": "24V",
|
||||
"pattern": "*_{L}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"plot": "",
|
||||
"pos_files": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"svg": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"bom_export_filename": "${PROJECTNAME}.csv",
|
||||
"bom_fmt_presets": [],
|
||||
"bom_fmt_settings": {
|
||||
"field_delimiter": ",",
|
||||
"keep_line_breaks": false,
|
||||
"keep_tabs": false,
|
||||
"name": "CSV",
|
||||
"ref_delimiter": ",",
|
||||
"ref_range_delimiter": "",
|
||||
"string_delimiter": "\""
|
||||
},
|
||||
"bom_presets": [],
|
||||
"bom_settings": {
|
||||
"exclude_dnp": false,
|
||||
"fields_ordered": [
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Reference",
|
||||
"name": "Reference",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Qty",
|
||||
"name": "${QUANTITY}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Value",
|
||||
"name": "Value",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "DNP",
|
||||
"name": "${DNP}",
|
||||
"show": false
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Exclude from BOM",
|
||||
"name": "${EXCLUDE_FROM_BOM}",
|
||||
"show": false
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Exclude from Board",
|
||||
"name": "${EXCLUDE_FROM_BOARD}",
|
||||
"show": false
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Footprint",
|
||||
"name": "Footprint",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Datasheet",
|
||||
"name": "Datasheet",
|
||||
"show": false
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Beschreibung",
|
||||
"name": "Description",
|
||||
"show": false
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "#",
|
||||
"name": "${ITEM_NUMBER}",
|
||||
"show": false
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "FT Rotation Offset",
|
||||
"name": "FT Rotation Offset",
|
||||
"show": false
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "LCSC Part #",
|
||||
"name": "LCSC Part #",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Manufacturer Part #",
|
||||
"name": "Manufacturer Part #",
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"filter_string": "",
|
||||
"group_symbols": true,
|
||||
"include_excluded_from_bom": true,
|
||||
"name": "",
|
||||
"sort_asc": true,
|
||||
"sort_field": "Reference"
|
||||
},
|
||||
"connection_grid_size": 50.0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
"dashed_lines_gap_length_ratio": 3.0,
|
||||
"default_line_thickness": 6.0,
|
||||
"default_text_size": 50.0,
|
||||
"field_names": [
|
||||
{
|
||||
"name": "Manufacturer Part #",
|
||||
"url": false,
|
||||
"visible": false
|
||||
},
|
||||
{
|
||||
"name": "LCSC Part #",
|
||||
"url": false,
|
||||
"visible": false
|
||||
},
|
||||
{
|
||||
"name": "FT Rotation Offset",
|
||||
"url": false,
|
||||
"visible": false
|
||||
}
|
||||
],
|
||||
"intersheets_ref_own_page": false,
|
||||
"intersheets_ref_prefix": "",
|
||||
"intersheets_ref_short": false,
|
||||
"intersheets_ref_show": false,
|
||||
"intersheets_ref_suffix": "",
|
||||
"junction_size_choice": 3,
|
||||
"label_size_ratio": 0.375,
|
||||
"operating_point_overlay_i_precision": 3,
|
||||
"operating_point_overlay_i_range": "~A",
|
||||
"operating_point_overlay_v_precision": 3,
|
||||
"operating_point_overlay_v_range": "~V",
|
||||
"overbar_offset_ratio": 1.23,
|
||||
"pin_symbol_size": 25.0,
|
||||
"text_offset_ratio": 0.15
|
||||
},
|
||||
"legacy_lib_dir": "",
|
||||
"legacy_lib_list": [],
|
||||
"meta": {
|
||||
"version": 1
|
||||
},
|
||||
"net_format_name": "OrcadPCB2",
|
||||
"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,
|
||||
"spice_save_all_currents": false,
|
||||
"spice_save_all_dissipations": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"ce7005b1-0d93-427d-a521-eed016fd602d",
|
||||
"Root"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
||||
17859
Laser CANbus Toolhead.kicad_sch
Normal file
17859
Laser CANbus Toolhead.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Laser CANbus Toolhead.pdf
Normal file
BIN
Laser CANbus Toolhead.pdf
Normal file
Binary file not shown.
772
PWR.kicad_sch
Normal file
772
PWR.kicad_sch
Normal file
@@ -0,0 +1,772 @@
|
||||
(kicad_sch
|
||||
(version 20250114)
|
||||
(generator "eeschema")
|
||||
(generator_version "9.0")
|
||||
(uuid "9deb6131-6bd9-43e4-b659-b85fb5864adb")
|
||||
(paper "A4")
|
||||
(lib_symbols
|
||||
(symbol "Device:C"
|
||||
(pin_numbers
|
||||
(hide yes)
|
||||
)
|
||||
(pin_names
|
||||
(offset 0.254)
|
||||
)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "C"
|
||||
(at 0.635 2.54 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Value" "C"
|
||||
(at 0.635 -2.54 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0.9652 -3.81 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "~"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Unpolarized capacitor"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "cap capacitor"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "ki_fp_filters" "C_*"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "C_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.032 0.762) (xy 2.032 0.762)
|
||||
)
|
||||
(stroke
|
||||
(width 0.508)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.032 -0.762) (xy 2.032 -0.762)
|
||||
)
|
||||
(stroke
|
||||
(width 0.508)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "C_1_1"
|
||||
(pin passive line
|
||||
(at 0 3.81 270)
|
||||
(length 2.794)
|
||||
(name "~"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at 0 -3.81 90)
|
||||
(length 2.794)
|
||||
(name "~"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
(symbol "Regulator_Switching:TPS54302"
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "U"
|
||||
(at -7.62 6.35 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Value" "TPS54302"
|
||||
(at 0 6.35 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "Package_TO_SOT_SMD:SOT-23-6"
|
||||
(at 1.27 -8.89 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/tps54302.pdf"
|
||||
(at -7.62 8.89 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "3A, 4.5 to 28V Input, EMI Friendly integrated switch synchronous step-down regulator, pulse-skipping, SOT-23-6"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "switching buck converter power-supply voltage regulator emi spread spectrum"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "ki_fp_filters" "SOT?23*"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "TPS54302_0_1"
|
||||
(rectangle
|
||||
(start -7.62 5.08)
|
||||
(end 7.62 -5.08)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type background)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "TPS54302_1_1"
|
||||
(pin power_in line
|
||||
(at -10.16 2.54 0)
|
||||
(length 2.54)
|
||||
(name "VIN"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "3"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin input line
|
||||
(at -10.16 -2.54 0)
|
||||
(length 2.54)
|
||||
(name "EN"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "5"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin power_in line
|
||||
(at 0 -7.62 90)
|
||||
(length 2.54)
|
||||
(name "GND"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at 10.16 2.54 180)
|
||||
(length 2.54)
|
||||
(name "BOOT"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "6"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin power_out line
|
||||
(at 10.16 0 180)
|
||||
(length 2.54)
|
||||
(name "SW"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin input line
|
||||
(at 10.16 -2.54 180)
|
||||
(length 2.54)
|
||||
(name "FB"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "4"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 143.51 62.23) (xy 143.51 59.69)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "0b2b826b-7e18-42fd-841e-c4e2cd9f084c")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 143.51 59.69) (xy 140.97 59.69)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "0cfaa222-29d1-4cc9-864d-56a9ec0a4f0c")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 95.25 62.23) (xy 95.25 59.69)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "18377845-f1d5-4d29-94ee-ee54d7df7cc0")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 95.25 69.85) (xy 95.25 72.39)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "290be4e8-079e-45d8-bbcd-d6b0acff2822")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 95.25 59.69) (xy 110.49 59.69)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "2bb60695-4aa2-4fab-a9e1-ad11bb2d888b")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 130.81 59.69) (xy 133.35 59.69)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "6e28ef9e-532d-410f-b14a-16c15aae10e8")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 120.65 72.39) (xy 120.65 69.85)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "c69ddbc6-d533-4aa3-ac9d-3b95543d9919")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 130.81 62.23) (xy 143.51 62.23)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "e4d9c8cb-6b60-4b24-baa6-10509607e787")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 95.25 72.39) (xy 120.65 72.39)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "e8ae0d10-28dc-43db-bae0-94b13e1c7eca")
|
||||
)
|
||||
(symbol
|
||||
(lib_id "Device:C")
|
||||
(at 161.29 66.04 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(uuid "02a209cb-5a81-464e-b525-3b886f7f5104")
|
||||
(property "Reference" "C303"
|
||||
(at 157.48 64.7699 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify right)
|
||||
)
|
||||
)
|
||||
(property "Value" "22uF"
|
||||
(at 157.48 67.3099 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify right)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric"
|
||||
(at 162.2552 69.85 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "~"
|
||||
(at 161.29 66.04 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Unpolarized capacitor"
|
||||
(at 161.29 66.04 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Manufacturer Part #" "CL21A226MAQNNNE"
|
||||
(at 161.29 66.04 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "LCSC Part #" "C45783"
|
||||
(at 161.29 66.04 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "FT Rotation Offset" ""
|
||||
(at 161.29 66.04 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "35ee8bad-bfa0-46a0-b5a1-06a5913dce75")
|
||||
)
|
||||
(pin "2"
|
||||
(uuid "03521963-8bbf-4d66-82ea-bf5334fdfda6")
|
||||
)
|
||||
(instances
|
||||
(project "Laser CANbus Toolhead"
|
||||
(path "/ce7005b1-0d93-427d-a521-eed016fd602d/d0144b31-5a95-4bdd-81ee-19b538f73ab4"
|
||||
(reference "C303")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "Device:C")
|
||||
(at 137.16 59.69 90)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "3679570e-8979-4ce3-87db-fd6e26cd4f52")
|
||||
(property "Reference" "C301"
|
||||
(at 137.16 52.07 90)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "100n"
|
||||
(at 137.16 54.61 90)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric"
|
||||
(at 140.97 58.7248 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "~"
|
||||
(at 137.16 59.69 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Unpolarized capacitor"
|
||||
(at 137.16 59.69 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "be5b5a6c-36a2-4034-aef0-c4252ab46743")
|
||||
)
|
||||
(pin "2"
|
||||
(uuid "a3727b57-becb-4db2-ba99-1288e69064f9")
|
||||
)
|
||||
(instances
|
||||
(project "Laser CANbus Toolhead"
|
||||
(path "/ce7005b1-0d93-427d-a521-eed016fd602d/d0144b31-5a95-4bdd-81ee-19b538f73ab4"
|
||||
(reference "C301")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "Regulator_Switching:TPS54302")
|
||||
(at 120.65 62.23 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "8c1d4e02-b7ab-41ad-9452-39789c730d28")
|
||||
(property "Reference" "U301"
|
||||
(at 120.65 52.07 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "TPS54302"
|
||||
(at 120.65 54.61 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "Package_TO_SOT_SMD:SOT-23-6"
|
||||
(at 121.92 71.12 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/tps54302.pdf"
|
||||
(at 113.03 53.34 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "3A, 4.5 to 28V Input, EMI Friendly integrated switch synchronous step-down regulator, pulse-skipping, SOT-23-6"
|
||||
(at 120.65 62.23 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(pin "4"
|
||||
(uuid "0065511a-ca9b-4e91-9cc2-36fc1e61f712")
|
||||
)
|
||||
(pin "3"
|
||||
(uuid "a0ab71e4-f644-4c47-9581-78495c93fb7a")
|
||||
)
|
||||
(pin "2"
|
||||
(uuid "d835eb28-f92b-4f73-95a6-bf98739231f5")
|
||||
)
|
||||
(pin "6"
|
||||
(uuid "a8b83737-ec52-476d-8469-36f2625c5bee")
|
||||
)
|
||||
(pin "5"
|
||||
(uuid "213e3b80-0d03-4713-b49d-707aad7b678e")
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "d666f13f-31d5-4787-a132-2b44cf35a33c")
|
||||
)
|
||||
(instances
|
||||
(project ""
|
||||
(path "/ce7005b1-0d93-427d-a521-eed016fd602d/d0144b31-5a95-4bdd-81ee-19b538f73ab4"
|
||||
(reference "U301")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "Device:C")
|
||||
(at 95.25 66.04 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(uuid "e0739c7d-9b80-4e83-a73f-2e72fda575a1")
|
||||
(property "Reference" "C302"
|
||||
(at 91.44 64.7699 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify right)
|
||||
)
|
||||
)
|
||||
(property "Value" "10uF"
|
||||
(at 91.44 67.3099 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify right)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric"
|
||||
(at 96.2152 69.85 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "~"
|
||||
(at 95.25 66.04 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Unpolarized capacitor"
|
||||
(at 95.25 66.04 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Manufacturer Part #" "GRM21BR61H106KE43L"
|
||||
(at 95.25 66.04 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "LCSC Part #" "C440198"
|
||||
(at 95.25 66.04 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "FT Rotation Offset" ""
|
||||
(at 95.25 66.04 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "ce30f374-119f-420b-bfba-29a92d325735")
|
||||
)
|
||||
(pin "2"
|
||||
(uuid "0b29189d-72b1-4407-b483-519e63c25823")
|
||||
)
|
||||
(instances
|
||||
(project ""
|
||||
(path "/ce7005b1-0d93-427d-a521-eed016fd602d/d0144b31-5a95-4bdd-81ee-19b538f73ab4"
|
||||
(reference "C302")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
1
fabrication-toolkit-options.json
Normal file
1
fabrication-toolkit-options.json
Normal file
@@ -0,0 +1 @@
|
||||
{"ARCHIVE_NAME": "", "EXTRA_LAYERS": "", "ALL_ACTIVE_LAYERS": false, "EXTEND_EDGE_CUT": false, "ALTERNATIVE_EDGE_CUT": false, "AUTO TRANSLATE": true, "AUTO FILL": true, "EXCLUDE DNP": false, "OPEN BROWSER": true, "NO_BACKUP_OPT": false}
|
||||
3886
mcu.kicad_sch
Normal file
3886
mcu.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
175
prj.kicad_sym
Normal file
175
prj.kicad_sym
Normal file
@@ -0,0 +1,175 @@
|
||||
(kicad_symbol_lib
|
||||
(version 20241209)
|
||||
(generator "kicad_symbol_editor")
|
||||
(generator_version "9.0")
|
||||
(symbol "MP2459"
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "U"
|
||||
(at 0 11.43 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "MP2459"
|
||||
(at 0 8.89 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "Package_TO_SOT_SMD:SOT-23-6"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "MP2459_1_1"
|
||||
(rectangle
|
||||
(start -5.08 7.62)
|
||||
(end 5.08 -7.62)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type solid)
|
||||
)
|
||||
(fill
|
||||
(type background)
|
||||
)
|
||||
)
|
||||
(pin power_in line
|
||||
(at -7.62 5.08 0)
|
||||
(length 2.54)
|
||||
(name "IN"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "5"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin input line
|
||||
(at -7.62 2.54 0)
|
||||
(length 2.54)
|
||||
(name "EN"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "4"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin power_in line
|
||||
(at 0 -10.16 90)
|
||||
(length 2.54)
|
||||
(name "GND"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at 7.62 5.08 180)
|
||||
(length 2.54)
|
||||
(name "BST"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin power_out line
|
||||
(at 7.62 0 180)
|
||||
(length 2.54)
|
||||
(name "SW"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "6"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin power_out line
|
||||
(at 7.62 -5.08 180)
|
||||
(length 2.54)
|
||||
(name "FB"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "3"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
)
|
||||
114
prj.pretty/NAMED_TEST_POINT.kicad_mod
Normal file
114
prj.pretty/NAMED_TEST_POINT.kicad_mod
Normal file
@@ -0,0 +1,114 @@
|
||||
(footprint "NAMED_TEST_POINT"
|
||||
(version 20241229)
|
||||
(generator "pcbnew")
|
||||
(generator_version "9.0")
|
||||
(layer "F.Cu")
|
||||
(property "Reference" "REF**"
|
||||
(at 0 -0.5 0)
|
||||
(unlocked yes)
|
||||
(layer "F.SilkS")
|
||||
(hide yes)
|
||||
(uuid "84cdcffb-6261-470b-9564-6d528f10cd21")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.1)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "NAMED_TEST_POINT"
|
||||
(at 0 1 0)
|
||||
(unlocked yes)
|
||||
(layer "F.Fab")
|
||||
(uuid "2be904ff-1aeb-4896-96bc-3fa6486d8322")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(unlocked yes)
|
||||
(layer "F.Fab")
|
||||
(hide yes)
|
||||
(uuid "c61079da-5775-46ec-82fe-c86fab3e6c05")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(unlocked yes)
|
||||
(layer "F.Fab")
|
||||
(hide yes)
|
||||
(uuid "98efa94d-eed0-4d73-b95b-a9f20a99dd99")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Field4" "${SHORT_NET_NAME(1)}"
|
||||
(at 1 0 0)
|
||||
(layer "F.SilkS")
|
||||
(uuid "dcb66337-ddf0-4ab3-8dec-191c6c5e5462")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Field5" "${SHORT_NET_NAME(1)}"
|
||||
(at 1 0 0)
|
||||
(layer "B.SilkS")
|
||||
(uuid "595b6dbe-ffdc-4a36-97f7-f07b09dc03fb")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
(justify right mirror)
|
||||
)
|
||||
)
|
||||
(attr smd)
|
||||
(fp_circle
|
||||
(center 0 0)
|
||||
(end 0.8 0.2)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type default)
|
||||
)
|
||||
(fill no)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "da468c82-df61-4c22-90c6-8fed9d57d3fa")
|
||||
)
|
||||
(fp_text user "${REFERENCE}"
|
||||
(at 0 2.5 0)
|
||||
(unlocked yes)
|
||||
(layer "F.Fab")
|
||||
(uuid "a9730d4f-d16e-4590-989f-4016ff05d571")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pad "1" thru_hole circle
|
||||
(at 0 0)
|
||||
(size 1.5 1.5)
|
||||
(drill 0.6)
|
||||
(layers "*.Cu" "*.Mask")
|
||||
(remove_unused_layers no)
|
||||
(uuid "4d94f34e-83ff-4645-a457-85ccc839542b")
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
BIN
production/Laser_CANbus_Toolhead.zip
Normal file
BIN
production/Laser_CANbus_Toolhead.zip
Normal file
Binary file not shown.
36
production/bom.csv
Normal file
36
production/bom.csv
Normal file
@@ -0,0 +1,36 @@
|
||||
Designator,Footprint,Quantity,Value,LCSC Part #
|
||||
"C101, C102, C115",0402,3,33p,
|
||||
"C103, C104",0402,2,4u7,
|
||||
"C105, C106, C107, C108, C109, C111, C113, C114, C117, C118, C120, C122, C123",0402,13,100n,
|
||||
C110,0805,1,10uF,C440198
|
||||
C112,0805,1,22uF,C45783
|
||||
"C116, C121",0805,2,10u,C440198
|
||||
C119,0402,1,4n7,
|
||||
D101,D_SOD-123F,1,SMF24A,C19077514
|
||||
D102,D_SOD-323,1,1N5819WS,C191023
|
||||
D103,SOT-23,1,PESD1CAN,
|
||||
"D104, D105, D106, D107",0805,4,green,
|
||||
D108,0805,1,yellow,
|
||||
"D109, D110",0603,2,red,
|
||||
F101,0805,1,250mA,C20608679
|
||||
J101,Molex_Micro-Fit_3.0_43045-0415_2x02_P3.00mm_Vertical,1,In,
|
||||
J102,Molex_Micro-Fit_3.0_43650-0321_1x03_P3.00mm_Vertical,1,Laser,
|
||||
L101,1008,1,L,C5832376
|
||||
Q101,SOIC-8_3.9x4.9mm_P1.27mm,1,AO4407A,
|
||||
Q102,SOT-23,1,2N7002H,
|
||||
"R101, R103, R107, R108, R112, R113",0402,6,10k,
|
||||
R102,0402,1,51k,
|
||||
"R104, R105, R106",0402,3,100k,
|
||||
"R109, R118",0402,2,1k,
|
||||
"R110, R111",0402,2,60R4,
|
||||
"R114, R115",0402,2,33k,
|
||||
R116,0402,1,3.3k,
|
||||
R117,0402,1,220R,
|
||||
"R119, R120",0402,2,470R,
|
||||
U101,QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm,1,STM32F072CBUx,
|
||||
U102,SOT-23-6,1,MP2459,
|
||||
U103,SOT-23-3,1,XC6206P332MR-G,
|
||||
U104,SOT-353_SC-70-5,1,74AHCT1G125,
|
||||
U105,SOIC-8_3.9x4.9mm_P1.27mm,1,SN65HVD230,
|
||||
U106,LGA-14_3x5mm_P0.8mm_LayoutBorder1x6y,1,ADXL343,
|
||||
Y101,Crystal_SMD_3225-4Pin_3.2x2.5mm,1,12 MHz,
|
||||
|
79
production/designators.csv
Normal file
79
production/designators.csv
Normal file
@@ -0,0 +1,79 @@
|
||||
C101:1
|
||||
C102:1
|
||||
C103:1
|
||||
C104:1
|
||||
C105:1
|
||||
C106:1
|
||||
C107:1
|
||||
C108:1
|
||||
C109:1
|
||||
C110:1
|
||||
C111:1
|
||||
C112:1
|
||||
C113:1
|
||||
C114:1
|
||||
C115:1
|
||||
C116:1
|
||||
C117:1
|
||||
C118:1
|
||||
C119:1
|
||||
C120:1
|
||||
C121:1
|
||||
C122:1
|
||||
C123:1
|
||||
D101:1
|
||||
D102:1
|
||||
D103:1
|
||||
D104:1
|
||||
D105:1
|
||||
D106:1
|
||||
D107:1
|
||||
D108:1
|
||||
D109:1
|
||||
D110:1
|
||||
F101:1
|
||||
H101:1
|
||||
H102:1
|
||||
H103:1
|
||||
H104:1
|
||||
J101:1
|
||||
J102:1
|
||||
JP101:1
|
||||
L101:1
|
||||
Q101:1
|
||||
Q102:1
|
||||
R101:1
|
||||
R102:1
|
||||
R103:1
|
||||
R104:1
|
||||
R105:1
|
||||
R106:1
|
||||
R107:1
|
||||
R108:1
|
||||
R109:1
|
||||
R110:1
|
||||
R111:1
|
||||
R112:1
|
||||
R113:1
|
||||
R114:1
|
||||
R115:1
|
||||
R116:1
|
||||
R117:1
|
||||
R118:1
|
||||
R119:1
|
||||
R120:1
|
||||
TP101:1
|
||||
TP102:1
|
||||
TP103:1
|
||||
TP104:1
|
||||
TP105:1
|
||||
TP106:1
|
||||
TP107:1
|
||||
TP108:1
|
||||
U101:1
|
||||
U102:1
|
||||
U103:1
|
||||
U104:1
|
||||
U105:1
|
||||
U106:1
|
||||
Y101:1
|
||||
|
370
production/netlist.ipc
Normal file
370
production/netlist.ipc
Normal file
@@ -0,0 +1,370 @@
|
||||
P CODE 00
|
||||
P UNITS CUST 0
|
||||
P arrayDim N
|
||||
317GND VIA MD0079PA00X+051398Y-037283X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+052067Y-037283X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+048425Y-032283X0197Y0000R000S686350147
|
||||
317GND VIA MD0118PA00X+041811Y-031339X0236Y0000R000S686350147
|
||||
317GND VIA MD0118PA00X+041811Y-030551X0236Y0000R000S686350147
|
||||
317GND VIA MD0118PA00X+041811Y-029764X0236Y0000R000S686350147
|
||||
317GND VIA MD0118PA00X+041811Y-028189X0236Y0000R000S686350147
|
||||
317GND VIA MD0118PA00X+041811Y-028976X0236Y0000R000S686350147
|
||||
317+24V VIA MD0118PA00X+056398Y-029724X0236Y0000R000S686350147
|
||||
317+3.3V VIA MD0118PA00X+043507Y-030999X0236Y0000R000S686350147
|
||||
317+5V VIA MD0118PA00X+047323Y-031811X0236Y0000R000S686350147
|
||||
317NET-(D109-A) VIA MD0079PA00X+046929Y-032402X0197Y0000R000S686350147
|
||||
317NET-(D109-A) VIA MD0079PA00X+048071Y-032402X0197Y0000R000S686350147
|
||||
317ET-(U101-PA12) VIA MD0079PA00X+052717Y-037283X0197Y0000R000S686350147
|
||||
317ET-(U101-PA12) VIA MD0079PA00X+045092Y-032766X0197Y0000R000S686350147
|
||||
317ET-(U101-PA11) VIA MD0079PA00X+052717Y-038780X0197Y0000R000S686350147
|
||||
317ET-(U101-PA11) VIA MD0079PA00X+045236Y-032953X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+056772Y-030236X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+056535Y-030236X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+053425Y-035295X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+053425Y-035098X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+044336Y-037480X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+045536Y-036594X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+051929Y-037520X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+048504Y-035630X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+044080Y-037480X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+048346Y-029783X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+048346Y-030079X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+047717Y-030965X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+048346Y-030965X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+056535Y-030709X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+056535Y-031417X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+051732Y-037520X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+053740Y-034488X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+056772Y-031417X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+054075Y-035079X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+054055Y-036260X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+050945Y-035709X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+053937Y-033780X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+056535Y-030472X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+057244Y-030709X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+057008Y-030236X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+046245Y-035374X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+048346Y-030374X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+051614Y-035906X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+054232Y-036063X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+052323Y-034646X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+057244Y-030945X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+056535Y-031181X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+045458Y-034587X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+048346Y-030669X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+052520Y-035787X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+053937Y-034488X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+057244Y-031181X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+052126Y-034803X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+048031Y-030965X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+048504Y-034783X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+046245Y-033799X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+048031Y-029783X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+051535Y-037520X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+056535Y-030945X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+054843Y-029016X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+047717Y-029783X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+045241Y-037559X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+047717Y-030669X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+050945Y-035906X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+057244Y-030236X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+047717Y-030079X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+057244Y-030472X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+044966Y-037559X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+047717Y-030374X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+057244Y-031417X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+044670Y-033799X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+044670Y-035374X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+051614Y-035709X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+053740Y-033780X0197Y0000R000S686350147
|
||||
317GND VIA MD0079PA00X+057008Y-031417X0197Y0000R000S686350147
|
||||
317+3.3V VIA MD0079PA00X+048287Y-034370X0197Y0000R000S686350147
|
||||
317+3.3V VIA MD0079PA00X+044237Y-032579X0197Y0000R000S686350147
|
||||
317+3.3V VIA MD0079PA00X+051732Y-038307X0197Y0000R000S686350147
|
||||
317+3.3V VIA MD0079PA00X+051535Y-038307X0197Y0000R000S686350147
|
||||
317+3.3V VIA MD0079PA00X+046048Y-036988X0197Y0000R000S686350147
|
||||
317+3.3V VIA MD0079PA00X+043844Y-036831X0197Y0000R000S686350147
|
||||
317+3.3V VIA MD0079PA00X+048268Y-036457X0197Y0000R000S686350147
|
||||
317+3.3V VIA MD0079PA00X+047466Y-033287X0197Y0000R000S686350147
|
||||
317+3.3V VIA MD0079PA00X+052087Y-037992X0197Y0000R000S686350147
|
||||
317+3.3V VIA MD0079PA00X+051929Y-038307X0197Y0000R000S686350147
|
||||
317+3.3V VIA MD0079PA00X+048465Y-036457X0197Y0000R000S686350147
|
||||
317+3.3V VIA MD0079PA00X+052087Y-038189X0197Y0000R000S686350147
|
||||
317+5V VIA MD0079PA00X+054508Y-034445X0197Y0000R000S686350147
|
||||
317+5V VIA MD0079PA00X+051319Y-036850X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+055394Y-030906X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+055630Y-031378X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+055394Y-031142X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+053976Y-032638X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+054016Y-032008X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+053307Y-031299X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+053268Y-032638X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+053307Y-030827X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+054016Y-031024X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+055866Y-031378X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+055394Y-031378X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+055394Y-030669X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+053307Y-031811X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+055394Y-030433X0197Y0000R000S686350147
|
||||
317+24V VIA MD0079PA00X+054016Y-031535X0197Y0000R000S686350147
|
||||
317/~{NRST} VIA MD0079PA00X+045537Y-037015X0197Y0000R000S686350147
|
||||
317/~{NRST} VIA MD0079PA00X+045549Y-036158X0197Y0000R000S686350147
|
||||
317/+24V_{L} VIA MD0079PA00X+052047Y-030472X0197Y0000R000S686350147
|
||||
317/+24V_{L} VIA MD0079PA00X+050079Y-030591X0197Y0000R000S686350147
|
||||
317/+24V_{L} VIA MD0079PA00X+051181Y-032126X0197Y0000R000S686350147
|
||||
317/+24V_{L} VIA MD0079PA00X+052047Y-031417X0197Y0000R000S686350147
|
||||
317/+24V_{L} VIA MD0079PA00X+051181Y-031102X0197Y0000R000S686350147
|
||||
317/+24V_{L} VIA MD0079PA00X+052047Y-030945X0197Y0000R000S686350147
|
||||
317/+24V_{L} VIA MD0079PA00X+050079Y-030827X0197Y0000R000S686350147
|
||||
317/+24V_{L} VIA MD0079PA00X+051181Y-031654X0197Y0000R000S686350147
|
||||
317/+24V_{L} VIA MD0079PA00X+050079Y-030354X0197Y0000R000S686350147
|
||||
317/+24V_{L} VIA MD0079PA00X+051181Y-030630X0197Y0000R000S686350147
|
||||
317/+24V_{L} VIA MD0079PA00X+050079Y-029882X0197Y0000R000S686350147
|
||||
317/+24V_{L} VIA MD0079PA00X+050079Y-030118X0197Y0000R000S686350147
|
||||
317/+24V_{L} VIA MD0079PA00X+052047Y-031890X0197Y0000R000S686350147
|
||||
317ET-(U105-VREF) VIA MD0079PA00X+055866Y-038780X0197Y0000R000S686350147
|
||||
317ET-(U105-VREF) VIA MD0079PA00X+056339Y-036772X0197Y0000R000S686350147
|
||||
317NET-(JP101-A) VIA MD0079PA00X+055236Y-037087X0197Y0000R000S686350147
|
||||
317NET-(U101-PA4) VIA MD0079PA00X+049173Y-035807X0197Y0000R000S686350147
|
||||
317NET-(U101-PA4) VIA MD0079PA00X+047618Y-035724X0197Y0000R000S686350147
|
||||
317NET-(U101-PA6) VIA MD0079PA00X+048346Y-035217X0197Y0000R000S686350147
|
||||
317NET-(U101-PA6) VIA MD0079PA00X+049114Y-035217X0197Y0000R000S686350147
|
||||
317NET-(U101-PA5) VIA MD0079PA00X+047697Y-035276X0197Y0000R000S686350147
|
||||
317NET-(U101-PA5) VIA MD0079PA00X+049094Y-034980X0197Y0000R000S686350147
|
||||
317+3.3V TP108 -1 D0236PA00X+043500Y-038500X0591Y0000R000S0
|
||||
317/BOOT0 TP107 -1 D0236PA00X+042500Y-038500X0591Y0000R270S0
|
||||
317/SWDIO TP105 -1 D0236PA00X+040000Y-032937X0591Y0000R000S0
|
||||
317+5V TP101 -1 D0236PA00X+040000Y-031000X0591Y0000R000S0
|
||||
317+3.3V TP102 -1 D0236PA00X+040000Y-032000X0591Y0000R000S0
|
||||
317GND TP103 -1 D0236PA00X+040000Y-036000X0591Y0000R000S0
|
||||
317/~{NRST} TP104 -1 D0236PA00X+040000Y-035000X0591Y0000R000S0
|
||||
317/SWCLK TP106 -1 D0236PA00X+040000Y-034000X0591Y0000R000S0
|
||||
327NET-(D110-A) D110 -2 A01X+049567Y-032126X0344Y0374R270S2
|
||||
327NET-(D110-K) D110 -1 A01X+049567Y-032746X0344Y0374R270S2
|
||||
327NET-(D110-K) R120 -1 A01X+049567Y-033228X0213Y0252R180S2
|
||||
327GND R120 -2 A01X+049165Y-033228X0213Y0252R180S2
|
||||
327NET-(D109-K) R119 -1 A01X+048425Y-032957X0213Y0252R270S2
|
||||
327GND R119 -2 A01X+048425Y-032555X0213Y0252R270S2
|
||||
327NET-(D109-K) D109 -1 A01X+048937Y-032751X0344Y0374R270S2
|
||||
327NET-(D109-A) D109 -2 A01X+048937Y-032131X0344Y0374R270S2
|
||||
327NET-(D108-K) R118 -1 A01X+042028Y-031602X0213Y0252R270S2
|
||||
327GND R118 -2 A01X+042028Y-031201X0213Y0252R270S2
|
||||
327NET-(D107-K) R117 -1 A01X+042028Y-030811X0213Y0252R270S2
|
||||
327GND R117 -2 A01X+042028Y-030409X0213Y0252R270S2
|
||||
327NET-(D106-K) R116 -1 A01X+042028Y-030024X0213Y0252R270S2
|
||||
327GND R116 -2 A01X+042028Y-029622X0213Y0252R270S2
|
||||
327NET-(D105-K) R115 -1 A01X+042028Y-029236X0213Y0252R270S2
|
||||
327GND R115 -2 A01X+042028Y-028835X0213Y0252R270S2
|
||||
327NET-(D108-K) D108 -1 A01X+042544Y-031398X0384Y0551R000S2
|
||||
327NET-(D108-A) D108 -2 A01X+043282Y-031398X0384Y0551R000S2
|
||||
327NET-(D107-K) D107 -1 A01X+042544Y-030610X0384Y0551R000S2
|
||||
327+3.3V D107 -2 A01X+043282Y-030610X0384Y0551R000S2
|
||||
327NET-(D106-K) D106 -1 A01X+042544Y-029823X0384Y0551R000S2
|
||||
327+5V D106 -2 A01X+043282Y-029823X0384Y0551R000S2
|
||||
327NET-(D104-K) D104 -1 A01X+042544Y-028248X0384Y0551R000S2
|
||||
327+24V D104 -2 A01X+043282Y-028248X0384Y0551R000S2
|
||||
327NET-(D104-K) R114 -1 A01X+042028Y-028449X0213Y0252R270S2
|
||||
327GND R114 -2 A01X+042028Y-028047X0213Y0252R270S2
|
||||
327NET-(U101-PA4) R113 -1 A01X+047854Y-035724X0213Y0252R090S2
|
||||
327+3.3V R113 -2 A01X+047854Y-036126X0213Y0252R090S2
|
||||
327ET-(U105-VREF) C119 -1 A01X+056339Y-036409X0220Y0244R270S2
|
||||
327GND C119 -2 A01X+056339Y-036031X0220Y0244R270S2
|
||||
327GND R101 -1 A01X+043588Y-035283X0213Y0252R270S2
|
||||
327/BOOT0 R101 -2 A01X+043588Y-034882X0213Y0252R270S2
|
||||
327CAN_P R110 -1 A01X+055740Y-036772X0213Y0252R000S2
|
||||
327ET-(U105-VREF) R110 -2 A01X+056142Y-036772X0213Y0252R000S2
|
||||
367N/C H103 D1063UA00X+057874Y-028740X1063Y0000R000S0
|
||||
327+3.3V C104 -1 A01X+043847Y-036639X0220Y0244R180S2
|
||||
327GND C104 -2 A01X+043469Y-036639X0220Y0244R180S2
|
||||
327CAN_P D103 -1 A01X+055965Y-035802X0581Y0236R270S2
|
||||
327CAN_N D103 -2 A01X+056713Y-035802X0581Y0236R270S2
|
||||
327GND D103 -3 A01X+056339Y-035064X0581Y0236R270S2
|
||||
367N/C H104 D1063UA00X+057874Y-038189X1063Y0000R000S0
|
||||
367N/C J102 D0949UA00X+047185Y-029022X0949Y0000R000S0
|
||||
367N/C J102 D0949UA00X+051240Y-029022X0949Y0000R000S0
|
||||
327GND J102 -1 A01X+048031Y-030368X0500Y1000R000S2
|
||||
327T-(J102-PIN_2) J102 -2 A01X+049213Y-030368X0500Y1000R000S2
|
||||
327/+24V_{L} J102 -3 A01X+050394Y-030368X0500Y1000R000S2
|
||||
327+3.3V C108 -1 A01X+046060Y-036403X0220Y0244R180S2
|
||||
327GND C108 -2 A01X+045682Y-036403X0220Y0244R180S2
|
||||
327ET-(U101-PA12) U105 -1 A01X+053278Y-037281X0768Y0236R000S2
|
||||
327GND U105 -2 A01X+053278Y-037781X0768Y0236R000S2
|
||||
327+3.3V U105 -3 A01X+053278Y-038281X0768Y0236R000S2
|
||||
327ET-(U101-PA11) U105 -4 A01X+053278Y-038781X0768Y0236R000S2
|
||||
327ET-(U105-VREF) U105 -5 A01X+055226Y-038781X0768Y0236R000S2
|
||||
327CAN_N U105 -6 A01X+055226Y-038281X0768Y0236R000S2
|
||||
327CAN_P U105 -7 A01X+055226Y-037781X0768Y0236R000S2
|
||||
327NET-(JP101-A) U105 -8 A01X+055226Y-037281X0768Y0236R000S2
|
||||
367N/C H102 D1063UA00X+040551Y-028740X1063Y0000R000S0
|
||||
327NET-(Q102-G) R107 -1 A01X+055409Y-029764X0213Y0252R000S2
|
||||
327NET-(D110-A) R107 -2 A01X+055811Y-029764X0213Y0252R000S2
|
||||
327NET-(U101-PF1) Y101 -1 A01X+045103Y-037185X0551Y0472R180S2
|
||||
327GND Y101 -2 A01X+044237Y-037185X0551Y0472R180S2
|
||||
327NET-(U101-PF0) Y101 -3 A01X+044237Y-037854X0551Y0472R180S2
|
||||
327GND Y101 -4 A01X+045103Y-037854X0551Y0472R180S2
|
||||
327/GATE_{L} R104 -1 A01X+053917Y-030059X0213Y0252R270S2
|
||||
327/DRAIN_{L} R104 -2 A01X+053917Y-029657X0213Y0252R270S2
|
||||
327+5V R102 -1 A01X+054705Y-034421X0213Y0252R090S2
|
||||
327NET-(U102-FB) R102 -2 A01X+054705Y-034823X0213Y0252R090S2
|
||||
327GND C120 -1 A01X+052598Y-037843X0220Y0244R090S2
|
||||
327+3.3V C120 -2 A01X+052598Y-038220X0220Y0244R090S2
|
||||
327NET-(U102-BST) U102 -1 A01X+053775Y-035569X0522Y0236R180S2
|
||||
327GND U102 -2 A01X+053775Y-035195X0522Y0236R180S2
|
||||
327NET-(U102-FB) U102 -3 A01X+053775Y-034821X0522Y0236R180S2
|
||||
327V_{SYS} U102 -4 A01X+052879Y-034821X0522Y0236R180S2
|
||||
327V_{SYS} U102 -5 A01X+052879Y-035195X0522Y0236R180S2
|
||||
327/SW U102 -6 A01X+052879Y-035569X0522Y0236R180S2
|
||||
327GND R108 -1 A01X+049217Y-031654X0213Y0252R180S2
|
||||
327NET-(D109-A) R108 -2 A01X+048815Y-031654X0213Y0252R180S2
|
||||
327/SW D102 -1 A01X+053425Y-036240X0236Y0177R000S2
|
||||
327GND D102 -2 A01X+054252Y-036240X0236Y0177R000S2
|
||||
327+3.3V C106 -1 A01X+047269Y-033320X0220Y0244R090S2
|
||||
327GND C106 -2 A01X+047269Y-033698X0220Y0244R090S2
|
||||
327+3.3V U101 -1 A01X+044375Y-035940X0344Y0098R270S2
|
||||
327101-PC13-PAD2) U101 -2 A01X+044572Y-035940X0344Y0098R270S2
|
||||
327101-PC14-PAD3) U101 -3 A01X+044769Y-035940X0344Y0098R270S2
|
||||
327101-PC15-PAD4) U101 -4 A01X+044966Y-035940X0344Y0098R270S2
|
||||
327NET-(U101-PF0) U101 -5 A01X+045162Y-035940X0344Y0098R270S2
|
||||
327NET-(U101-PF1) U101 -6 A01X+045359Y-035940X0344Y0098R270S2
|
||||
327/~{NRST} U101 -7 A01X+045556Y-035940X0344Y0098R270S2
|
||||
327GND U101 -8 A01X+045753Y-035940X0344Y0098R270S2
|
||||
327+3.3V U101 -9 A01X+045950Y-035940X0344Y0098R270S2
|
||||
327101-PA0-PAD10) U101 -10 A01X+046147Y-035940X0344Y0098R270S2
|
||||
327101-PA1-PAD11) U101 -11 A01X+046344Y-035940X0344Y0098R270S2
|
||||
327101-PA2-PAD12) U101 -12 A01X+046540Y-035940X0344Y0098R270S2
|
||||
327101-PA3-PAD13) U101 -13 A01X+046811Y-035669X0098Y0344R270S2
|
||||
327NET-(U101-PA4) U101 -14 A01X+046811Y-035472X0098Y0344R270S2
|
||||
327NET-(U101-PA5) U101 -15 A01X+046811Y-035276X0098Y0344R270S2
|
||||
327NET-(U101-PA6) U101 -16 A01X+046811Y-035079X0098Y0344R270S2
|
||||
327NET-(U101-PA7) U101 -17 A01X+046811Y-034882X0098Y0344R270S2
|
||||
327101-PB0-PAD18) U101 -18 A01X+046811Y-034685X0098Y0344R270S2
|
||||
327101-PB1-PAD19) U101 -19 A01X+046811Y-034488X0098Y0344R270S2
|
||||
327101-PB2-PAD20) U101 -20 A01X+046811Y-034291X0098Y0344R270S2
|
||||
32701-PB10-PAD21) U101 -21 A01X+046811Y-034094X0098Y0344R270S2
|
||||
32701-PB11-PAD22) U101 -22 A01X+046811Y-033898X0098Y0344R270S2
|
||||
327GND U101 -23 A01X+046811Y-033701X0098Y0344R270S2
|
||||
327+3.3V U101 -24 A01X+046811Y-033504X0098Y0344R270S2
|
||||
32701-PB12-PAD25) U101 -25 A01X+046540Y-033233X0344Y0098R270S2
|
||||
32701-PB13-PAD26) U101 -26 A01X+046344Y-033233X0344Y0098R270S2
|
||||
327NET-(D109-A) U101 -27 A01X+046147Y-033233X0344Y0098R270S2
|
||||
327NET-(D110-A) U101 -28 A01X+045950Y-033233X0344Y0098R270S2
|
||||
327101-PA8-PAD29) U101 -29 A01X+045753Y-033233X0344Y0098R270S2
|
||||
327NET-(D108-A) U101 -30 A01X+045556Y-033233X0344Y0098R270S2
|
||||
32701-PA10-PAD31) U101 -31 A01X+045359Y-033233X0344Y0098R270S2
|
||||
327ET-(U101-PA11) U101 -32 A01X+045162Y-033233X0344Y0098R270S2
|
||||
327ET-(U101-PA12) U101 -33 A01X+044966Y-033233X0344Y0098R270S2
|
||||
327/SWDIO U101 -34 A01X+044769Y-033233X0344Y0098R270S2
|
||||
327GND U101 -35 A01X+044572Y-033233X0344Y0098R270S2
|
||||
327+3.3V U101 -36 A01X+044375Y-033233X0344Y0098R270S2
|
||||
327/SWCLK U101 -37 A01X+044104Y-033504X0098Y0344R270S2
|
||||
32701-PA15-PAD38) U101 -38 A01X+044104Y-033701X0098Y0344R270S2
|
||||
327101-PB3-PAD39) U101 -39 A01X+044104Y-033898X0098Y0344R270S2
|
||||
327101-PB4-PAD40) U101 -40 A01X+044104Y-034094X0098Y0344R270S2
|
||||
327101-PB5-PAD41) U101 -41 A01X+044104Y-034291X0098Y0344R270S2
|
||||
327101-PB6-PAD42) U101 -42 A01X+044104Y-034488X0098Y0344R270S2
|
||||
327101-PB7-PAD43) U101 -43 A01X+044104Y-034685X0098Y0344R270S2
|
||||
327/BOOT0 U101 -44 A01X+044104Y-034882X0098Y0344R270S2
|
||||
327101-PB8-PAD45) U101 -45 A01X+044104Y-035079X0098Y0344R270S2
|
||||
327101-PB9-PAD46) U101 -46 A01X+044104Y-035276X0098Y0344R270S2
|
||||
327GND U101 -47 A01X+044104Y-035472X0098Y0344R270S2
|
||||
327+3.3V U101 -48 A01X+044104Y-035669X0098Y0344R270S2
|
||||
327GND U101 -49 A01X+045458Y-034587X2205Y2205R270S2
|
||||
327+24V F101 -1 A01X+053622Y-032638X0384Y0551R090S2
|
||||
327V_{SYS} F101 -2 A01X+053622Y-033376X0384Y0551R090S2
|
||||
327+5V C118 -1 A01X+047323Y-031496X0220Y0244R270S2
|
||||
327GND C118 -2 A01X+047323Y-031118X0220Y0244R270S2
|
||||
327V_{SYS} C113 -1 A01X+052323Y-035189X0220Y0244R270S2
|
||||
327GND C113 -2 A01X+052323Y-034811X0220Y0244R270S2
|
||||
327GND R106 -1 A01X+055433Y-029012X0213Y0252R090S2
|
||||
327NET-(Q102-G) R106 -2 A01X+055433Y-029413X0213Y0252R090S2
|
||||
327NET-(U101-PF0) C102 -1 A01X+044623Y-036639X0220Y0244R180S2
|
||||
327GND C102 -2 A01X+044245Y-036639X0220Y0244R180S2
|
||||
327+3.3V C121 -1 A01X+048366Y-036791X0394Y0571R000S2
|
||||
327GND C121 -2 A01X+049114Y-036791X0394Y0571R000S2
|
||||
327NET-(U102-FB) R103 -1 A01X+055079Y-034823X0213Y0252R270S2
|
||||
327GND R103 -2 A01X+055079Y-034421X0213Y0252R270S2
|
||||
327+5V C114 -1 A01X+051969Y-035689X0220Y0244R000S2
|
||||
327GND C114 -2 A01X+052346Y-035689X0220Y0244R000S2
|
||||
327+24V Q101 -1 A01X+053573Y-032010X0768Y0236R180S2
|
||||
327+24V Q101 -2 A01X+053573Y-031510X0768Y0236R180S2
|
||||
327+24V Q101 -3 A01X+053573Y-031010X0768Y0236R180S2
|
||||
327/GATE_{L} Q101 -4 A01X+053573Y-030510X0768Y0236R180S2
|
||||
327/+24V_{L} Q101 -5 A01X+051624Y-030510X0768Y0236R180S2
|
||||
327/+24V_{L} Q101 -6 A01X+051624Y-031010X0768Y0236R180S2
|
||||
327/+24V_{L} Q101 -7 A01X+051624Y-031510X0768Y0236R180S2
|
||||
327/+24V_{L} Q101 -8 A01X+051624Y-032010X0768Y0236R180S2
|
||||
327GND U104 -1 A01X+047815Y-032106X0256Y0157R270S2
|
||||
327NET-(D109-A) U104 -2 A01X+048071Y-032106X0256Y0157R270S2
|
||||
327GND U104 -3 A01X+048327Y-032106X0256Y0157R270S2
|
||||
327ET-(R109-PAD2) U104 -4 A01X+048327Y-031358X0256Y0157R270S2
|
||||
327+5V U104 -5 A01X+047815Y-031358X0256Y0157R270S2
|
||||
367N/C J101 D0949UA00X+054902Y-032677X0949Y0000R000S0
|
||||
367N/C J101 D0949UA00X+057776Y-032677X0949Y0000R000S0
|
||||
327+24V J101 -1 A01X+055748Y-030827X0500Y1000R000S2
|
||||
327GND J101 -2 A01X+056929Y-030827X0500Y1000R000S2
|
||||
327CAN_P J101 -3 A01X+055748Y-034528X0500Y1000R000S2
|
||||
327CAN_N J101 -4 A01X+056929Y-034528X0500Y1000R000S2
|
||||
327+5V C115 -1 A01X+054331Y-034445X0220Y0244R090S2
|
||||
327NET-(U102-FB) C115 -2 A01X+054331Y-034823X0220Y0244R090S2
|
||||
327T-(J102-PIN_2) R109 -1 A01X+049213Y-031260X0213Y0252R180S2
|
||||
327ET-(R109-PAD2) R109 -2 A01X+048811Y-031260X0213Y0252R180S2
|
||||
327+5V C112 -1 A01X+051280Y-036555X0394Y0571R270S2
|
||||
327GND C112 -2 A01X+051280Y-035807X0394Y0571R270S2
|
||||
327GND R112 -1 A01X+055236Y-036335X0213Y0252R090S2
|
||||
327NET-(JP101-A) R112 -2 A01X+055236Y-036736X0213Y0252R090S2
|
||||
327ET-(U105-VREF) R111 -1 A01X+056535Y-036772X0213Y0252R000S2
|
||||
327CAN_N R111 -2 A01X+056937Y-036772X0213Y0252R000S2
|
||||
327/GATE_{L} R105 -1 A01X+054291Y-030059X0213Y0252R090S2
|
||||
327+24V R105 -2 A01X+054291Y-030461X0213Y0252R090S2
|
||||
327+3.3V C109 -1 A01X+044052Y-036265X0220Y0244R180S2
|
||||
327GND C109 -2 A01X+043674Y-036265X0220Y0244R180S2
|
||||
327NET-(U101-PF1) C101 -1 A01X+044954Y-036639X0220Y0244R000S2
|
||||
327GND C101 -2 A01X+045332Y-036639X0220Y0244R000S2
|
||||
327GND U103 -1 A01X+050295Y-037731X0522Y0236R270S2
|
||||
327+3.3V U103 -2 A01X+051043Y-037731X0522Y0236R270S2
|
||||
327+5V U103 -3 A01X+050669Y-036836X0522Y0236R270S2
|
||||
327+3.3V C122 -1 A01X+048287Y-034528X0220Y0244R090S2
|
||||
327GND C122 -2 A01X+048287Y-034906X0220Y0244R090S2
|
||||
327+3.3V C123 -1 A01X+048287Y-036102X0220Y0244R270S2
|
||||
327GND C123 -2 A01X+048287Y-035724X0220Y0244R270S2
|
||||
327NET-(U102-BST) C111 -1 A01X+054331Y-035303X0220Y0244R090S2
|
||||
327/SW C111 -2 A01X+054331Y-035681X0220Y0244R090S2
|
||||
327+3.3V C105 -1 A01X+044225Y-032781X0220Y0244R000S2
|
||||
327GND C105 -2 A01X+044603Y-032781X0220Y0244R000S2
|
||||
327+3.3V C103 -1 A01X+046060Y-036777X0220Y0244R180S2
|
||||
327GND C103 -2 A01X+045682Y-036777X0220Y0244R180S2
|
||||
327/SW L101 -1 A01X+052864Y-036417X0492Y0866R180S2
|
||||
327+5V L101 -2 A01X+052018Y-036417X0492Y0866R180S2
|
||||
367N/C H101 D1063UA00X+040551Y-038189X1063Y0000R000S0
|
||||
327V_{SYS} D101 -1 A01X+052480Y-033740X0433Y0433R180S2
|
||||
327GND D101 -2 A01X+051378Y-033740X0433Y0433R180S2
|
||||
327V_{SYS} C110 -1 A01X+053091Y-034134X0394Y0571R000S2
|
||||
327GND C110 -2 A01X+053839Y-034134X0394Y0571R000S2
|
||||
327GND C107 -1 A01X+045694Y-037504X0220Y0244R270S2
|
||||
327/~{NRST} C107 -2 A01X+045694Y-037126X0220Y0244R270S2
|
||||
327NET-(Q102-G) Q102 -1 A01X+054852Y-029587X0581Y0236R180S2
|
||||
327GND Q102 -2 A01X+054852Y-028839X0581Y0236R180S2
|
||||
327/DRAIN_{L} Q102 -3 A01X+054114Y-029213X0581Y0236R180S2
|
||||
327/GATE_{L} C117 -1 A01X+054654Y-030079X0220Y0244R000S2
|
||||
327GND C117 -2 A01X+055031Y-030079X0220Y0244R000S2
|
||||
327+3.3V U106 -1 A01X+048780Y-034528X0374Y0236R000S2
|
||||
327GND U106 -2 A01X+048780Y-034843X0374Y0236R000S2
|
||||
327U106-RES-PAD3) U106 -3 A01X+048780Y-035157X0374Y0236R000S2
|
||||
327GND U106 -4 A01X+048780Y-035472X0374Y0236R000S2
|
||||
327GND U106 -5 A01X+048780Y-035787X0374Y0236R000S2
|
||||
327+3.3V U106 -6 A01X+048780Y-036102X0374Y0236R000S2
|
||||
327NET-(U101-PA4) U106 -7 A01X+049173Y-036102X0236Y0374R000S2
|
||||
327106-INT1-PAD8) U106 -8 A01X+049567Y-036102X0374Y0236R000S2
|
||||
327106-INT2-PAD9) U106 -9 A01X+049567Y-035787X0374Y0236R000S2
|
||||
327U106-NC-PAD10) U106 -10 A01X+049567Y-035472X0374Y0236R000S2
|
||||
327106-RES-PAD11) U106 -11 A01X+049567Y-035157X0374Y0236R000S2
|
||||
327NET-(U101-PA6) U106 -12 A01X+049567Y-034843X0374Y0236R000S2
|
||||
327NET-(U101-PA7) U106 -13 A01X+049567Y-034528X0374Y0236R000S2
|
||||
327NET-(U101-PA5) U106 -14 A01X+049173Y-034528X0236Y0374R000S2
|
||||
327+3.3V C116 -1 A01X+051732Y-038012X0394Y0571R270S2
|
||||
327GND C116 -2 A01X+051732Y-037264X0394Y0571R270S2
|
||||
327NET-(JP101-A) JP101 -1 A04X+055236Y-036831X0394Y0197R270S1
|
||||
327GND JP101 -2 A04X+055236Y-036319X0394Y0197R270S1
|
||||
327NET-(D105-K) D105 -1 A01X+042544Y-029035X0384Y0551R000S2
|
||||
327V_{SYS} D105 -2 A01X+043282Y-029035X0384Y0551R000S2
|
||||
999
|
||||
75
production/positions.csv
Normal file
75
production/positions.csv
Normal file
@@ -0,0 +1,75 @@
|
||||
Designator,Mid X,Mid Y,Rotation,Layer
|
||||
C101,114.6625,-93.0625,0.0,top
|
||||
C102,112.8625,-93.0625,180.0,top
|
||||
C103,116.5125,-93.4125,180.0,top
|
||||
C104,110.8925,-93.0625,180.0,top
|
||||
C105,112.8125,-83.2625,0.0,top
|
||||
C106,120.0625,-85.1125,270.0,top
|
||||
C107,116.0625,-94.78,90.0,top
|
||||
C108,116.5125,-92.4625,180.0,top
|
||||
C109,111.4125,-92.1125,180.0,top
|
||||
C110,135.8,-86.7,0.0,top
|
||||
C111,138.0,-90.15,270.0,top
|
||||
C112,130.25,-91.9,90.0,top
|
||||
C113,132.9,-88.9,90.0,top
|
||||
C114,132.48,-90.65,0.0,top
|
||||
C115,138.0,-87.97,270.0,top
|
||||
C116,131.4,-95.6,90.0,top
|
||||
C117,139.3,-76.4,0.0,top
|
||||
C118,120.2,-79.52,90.0,top
|
||||
C119,143.1,-92.0,90.0,top
|
||||
C120,133.6,-96.6,270.0,top
|
||||
C121,123.8,-93.45,0.0,top
|
||||
C122,122.65,-88.18,270.0,top
|
||||
C123,122.65,-91.22,90.0,top
|
||||
D101,131.9,-85.7,180.0,top
|
||||
D102,136.75,-92.05,0.0,top
|
||||
D103,143.1,-90.0,270.0,top
|
||||
D104,109.0,-71.75,0.0,top
|
||||
D105,109.0,-73.75,0.0,top
|
||||
D106,109.0,-75.75,0.0,top
|
||||
D107,109.0,-77.75,0.0,top
|
||||
D108,109.0,-79.75,0.0,top
|
||||
D109,124.3,-82.4,90.0,top
|
||||
D110,125.9,-82.3875,90.0,top
|
||||
F101,136.2,-83.8375,270.0,top
|
||||
J101,143.1,-83.0,0.0,top
|
||||
J102,125.0,-74.0,0.0,top
|
||||
L101,133.2,-92.5,180.0,top
|
||||
Q101,133.6,-79.4,90.0,top
|
||||
Q102,138.3875,-74.2,0.0,top
|
||||
R101,110.7125,-89.11,90.0,top
|
||||
R102,138.95,-87.94,270.0,top
|
||||
R103,139.9,-87.94,90.0,top
|
||||
R104,136.95,-75.84,90.0,top
|
||||
R105,137.9,-76.86,270.0,top
|
||||
R106,140.8,-74.2,270.0,top
|
||||
R107,141.25,-75.6,0.0,top
|
||||
R108,124.5,-80.4,180.0,top
|
||||
R109,124.49,-79.4,180.0,top
|
||||
R110,142.09,-93.4,0.0,top
|
||||
R111,144.11,-93.4,0.0,top
|
||||
R112,140.3,-92.8,270.0,top
|
||||
R113,121.55,-91.25,270.0,top
|
||||
R114,106.75,-71.75,90.0,top
|
||||
R115,106.75,-73.75,90.0,top
|
||||
R116,106.75,-75.75,90.0,top
|
||||
R117,106.75,-77.75,90.0,top
|
||||
R118,106.75,-79.76,90.0,top
|
||||
R119,123.0,-83.2,90.0,top
|
||||
R120,125.39,-84.4,180.0,top
|
||||
TP101,101.6,-78.74,0.0,top
|
||||
TP102,101.6,-81.28,0.0,top
|
||||
TP103,101.6,-91.44,0.0,top
|
||||
TP104,101.6,-88.9,0.0,top
|
||||
TP105,101.6,-83.660758,0.0,top
|
||||
TP106,101.6,-86.36,0.0,top
|
||||
TP107,107.95,-97.79,90.0,top
|
||||
TP108,110.49,-97.79,0.0,top
|
||||
U101,115.4625,-87.85,180.0,top
|
||||
U102,135.45,-89.395,0.0,top
|
||||
U103,128.7,-94.7,270.0,top
|
||||
U104,122.1,-80.6,270.0,top
|
||||
U105,137.8,-96.6,270.0,top
|
||||
U106,124.9,-89.7,0.0,top
|
||||
Y101,113.4625,-95.3,180.0,top
|
||||
|
Reference in New Issue
Block a user