Compare commits

..

10 Commits

Author SHA1 Message Date
87f66eefc9 ch585-dev 2026-02-17 23:10:36 +06:00
704c1c6be8 upd center ant 2026-02-02 03:09:54 +06:00
1b9cb4b750 upd 2026-02-02 02:29:53 +06:00
0f597d0b86 add ch585 devboard 2026-02-02 00:27:36 +06:00
99b5147065 upd 2025-11-30 04:50:53 +06:00
fe1bd906a0 zz 2025-08-30 02:17:56 +06:00
4d4caacc51 lm399 2025-08-30 02:16:08 +06:00
52caa6cc7f chore: lm399 2025-08-28 02:51:40 +06:00
adcb22db1e zz 2025-08-27 02:32:06 +06:00
568e01dd11 csdad 2025-08-15 15:04:55 +06:00
327 changed files with 2778160 additions and 0 deletions

2426
Miiine.bak Normal file

File diff suppressed because it is too large Load Diff

2426
Miiine.kicad_sym Normal file

File diff suppressed because it is too large Load Diff

4709
ch585_dev/bom/ibom.html Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,227 @@
(version 1)
# Custom Design Rules (DRC) for KiCAD 8.0 (Stored in '<project>.kicad_dru' file).
#
# Matching JLCPCB capabilities: https://jlcpcb.com/capabilities/pcb-capabilities
#
# KiCad documentation: https://docs.kicad.org/master/id/pcbnew/pcbnew_advanced.html#custom_design_rules
#
# Inspiration
# - https://gist.github.com/darkxst/f713268e5469645425eed40115fb8b49 (with comments)
# - https://gist.github.com/denniskupec/e163d13b0a64c2044bd259f64659485e (with comments)
# TODO new rule: NPTH pads.
# Inner diameter of pad should be 0.4-0.5 mm larger than NPTH drill diameter.
# JLCPCB: "We make NPTH via dry sealing film process, if customer would like a NPTH but around with pad/copper, our engineer will dig out around pad/copper about 0.2mm-0.25mm, otherwise the metal potion will be flowed into the hole and it becomes a PTH. (there will be no copper dig out optimization for single board)."
# TODO: new rule for plated slots: min diameter/width 0.5mm
# JLCPCB: "The minimum plated slot width is 0.5mm, which is drawn with a pad."
# TODO new rule: non-plated slots: min diameter/width 1.0mm
# JLCPCB: "The minimum Non-Plated Slot Width is 1.0mm, please draw the slot outline in the mechanical layer(GML or GKO)""
# --- Drill/Hole Size ---
(rule "JLCPCB: Drill Hole Size"
# Choose between:
# 1-2 Layers
# (constraint hole_size (min 0.3mm) (max 6.3mm))
# 4-6 Layers (more costly)
# (constraint hole_size (min 0.15mm) (max 6.3mm))
# 4-6 Layers (preferred)
(constraint hole_size (min 0.2mm) (max 6.3mm))
)
(rule "JLCPCB: Via Hole Size"
(condition "A.Type == 'Via'")
# Choose between:
# 1-2 Layers
# (constraint hole_size (min 0.3mm))
# 4-6 Layers (more costly)
# (constraint hole_size (min 0.15mm))
# 4-6 Layers (preferred)
(constraint hole_size (min 0.2mm))
)
(rule "JLCPCB: Via Annular Ring"
(condition "A.Type == 'Via'")
# Choose between:
# 1-6 Layers
# (constraint annular_width (min 0.05mm))
# 1-6 Layers (preferred)
(constraint annular_width (min 0.075mm))
)
(rule "JLCPCB: PTH Hole Size"
(condition "A.Type == 'Pad' && A.Pad_Type == 'Through-hole' && A.isPlated()")
(constraint hole_size (min 0.2mm) (max 6.3mm))
)
(rule "JLCPCB: NPTH Hole Size"
(condition "A.Type == 'Pad' && A.Pad_Type == 'NPTH, mechanical' && !A.isPlated()")
(constraint hole_size (min 0.5mm))
)
# TODO: Hole to board edge ≥ 1 mm. Min. board size 10 × 10 mm.
(rule "JLCPCB: Castellated Hole Size"
(layer outer)
(condition "A.Type == 'Pad' && A.Fabrication_Property == 'Castellated pad'")
(constraint hole_size (min 0.6mm))
)
(rule "JLCPCB: PTH Annular Ring"
(condition "A.Type == 'Pad' && A.Pad_Type == 'Through-hole' && A.isPlated()")
(constraint annular_width (min 0.075mm))
)
(rule "JLCPCB: NPTH Annular Ring"
(condition "A.Type == 'Pad' && A.Pad_Type == 'NPTH, mechanical' && !A.isPlated()")
(constraint annular_width (min 0.25mm))
)
# An expensive 4-Wire Kelvin Test is automatically added for holes that are < 0.3mm with a diameter ≤ 0.4mm.
(rule "JLCPCB: Avoid 4-Wire Kelvin Test"
(condition "(A.Type == 'Via' && A.Hole < 0.3mm && A.Diameter <= 0.4mm) || (A.Type == 'Pad' && ((A.Hole_Size_X < 0.3mm && A.Size_X <= 0.4mm) || (A.Hole_Size_Y < 0.3mm && A.Size_Y <= 0.4mm)))")
# 4-6 Layers
(constraint annular_width (min 0.125mm))
)
# --- VIA Support Rules ---
(rule "JLCPCB: Only Throughhole VIAs are supported"
(condition "A.Type == 'Via'")
(constraint assertion "!(A.isBlindBuriedVia() || A.isMicroVia())")
)
# --- Minimum Clearance ---
(rule "JLCPCB: Hole to Hole Clearance (Different Nets)"
(condition "A.Net != B.Net")
(constraint hole_to_hole (min 0.5mm))
)
(rule "JLCPCB: Via Hole to Via Hole Clearance (Same Net)"
(condition "A.Type == 'Via' && B.Type == 'Via' && A.Net == B.Net")
(constraint hole_to_hole (min 0.254mm))
)
(rule "JLCPCB: Pad to Pad Clearance (Pad without Hole, Different Nets)"
(condition "A.Type == 'Pad' && (A.Pad_Type != 'Through-hole' && A.Pad_Type != 'NPTH, mechanical') && B.Type == 'Pad' && (B.Pad_Type != 'Through-hole' && B.Pad_Type != 'NPTH, mechanical') && A.Net != B.Net")
(constraint clearance (min 0.127mm))
)
(rule "JLCPCB: Pad Hole to Pad Hole Clearance (Pad with Hole, Different Nets)"
(condition "A.Type == 'Pad' && (A.Pad_Type == 'Through-hole' || A.Pad_Type == 'NPTH, mechanical') && B.Type == 'Pad' && (B.Pad_Type == 'Through-hole' || B.Pad_Type == 'NPTH, mechanical') && A.Net != B.Net")
(constraint hole_to_hole (min 0.5mm))
)
# NOTE: This is not stated specifically, but is implied by other rules.
(rule "JLCPCB: Via/Pad to Via/Pad Clearance (Different Nets)"
(condition "(A.Type == 'Pad' || A.Type == 'Via') && (B.Type == 'Pad' || B.Type == 'Via') && A.Net != B.Net")
(constraint clearance (min 0.127mm))
)
# NOTE: This is not stated specifically, but is implied by other rules.
(rule "JLCPCB: Via/Pad Hole to Via/Pad Hole Clearance (Same Net)"
(condition "(A.Type == 'Pad' || A.Type == 'Via') && (B.Type == 'Pad' || B.Type == 'Via') && A.Net == B.Net")
(constraint hole_to_hole (min 0.254mm))
)
(rule "JLCPCB: Via to Trace"
(condition "A.Type == 'Via' && B.Type == 'Track'")
(constraint hole_clearance (min 0.254mm))
)
(rule "JLCPCB: PTH to Trace"
(condition "A.Type == 'Pad' && A.Pad_Type == 'Through-hole' && A.isPlated() && B.Type == 'Track'")
(constraint hole_clearance (min 0.33mm))
)
(rule "JLCPCB: NPTH to Trace"
(condition "A.Type == 'Pad' && A.Pad_Type == 'NPTH, mechanical' && !A.isPlated() && B.Type == 'Track'")
(constraint hole_clearance (min 0.254mm))
)
(rule "JLCPCB: Pad to Trace"
(condition "A.Type == 'Pad' && (A.Pad_Type == 'Through-hole' || A.Pad_Type == 'NPTH, mechanical') && B.Type == 'Track' && A.Net != B.Net")
(constraint clearance (min 0.2mm))
)
# --- Minimum Trace Width and Spacing ---
(rule "JLCPCB: Trace Width (Outer Layer)"
(layer outer)
(condition "A.Type == 'Track'")
# Choose between:
# 1-2 Layers (1oz)
# (constraint track_width (min 0.127mm))
# 4-6 Layers (1oz and 0.5oz)
(constraint track_width (min 0.09mm))
# 1-6 Layers (2oz)
# (constraint track_width (min 0.2mm))
)
(rule "JLCPCB: Trace Spacing (Outer Layer)"
(layer outer)
(condition "A.Type == 'Track' && B.Type == 'Track'")
# Choose between:
# 1-2 Layers (1oz)
# (constraint clearance (min 0.127mm))
# 4-6 Layers (1oz and 0.5oz)
(constraint clearance (min 0.09mm))
# 1-6 Layers (2oz)
# (constraint clearance (min 0.2mm))
)
(rule "JLCPCB: Trace Width (Inner Layer)"
(layer inner)
(condition "A.Type == 'Track'")
# Choose between:
# 4-6 Layers (1oz and 0.5oz)
(constraint track_width (min 0.09mm))
# 4-6 Layers (2oz)
# (constraint track_width (min 0.2mm))
)
(rule "JLCPCB: Trace Spacing (Inner Layer)"
(layer inner)
(condition "A.Type == 'Track' && B.Type == 'Track'")
# Choose between:
# 4-6 Layers (1oz and 0.5oz)
(constraint clearance (min 0.09mm))
# 4-6 Layers (2oz)
# (constraint clearance (min 0.2mm))
)
# --- Legend ---
(rule "JLCPCB: Minimum Line Width"
(layer "?.Silkscreen")
(condition "A.Type == 'Text' || A.Type == 'Text Box'")
(constraint text_thickness (min 0.15mm))
)
(rule "JLCPCB: Minimum Text Height"
(layer "?.Silkscreen")
(condition "A.Type == 'Text' || A.Type == 'Text Box'")
(constraint text_height (min 1mm))
)
(rule "JLCPCB: Pad to Silkscreen"
(condition "A.Type == 'Pad' && ((A.existsOnLayer('F.Mask') && B.Layer == 'F.Silkscreen') || (A.existsOnLayer('B.Mask') && B.Layer == 'B.Silkscreen')) ")
(constraint silk_clearance (min 0.15mm))
)
# --- Board Outlines ---
(rule "JLCPCB: Trace to Board Edge"
(condition "A.Type == 'Track'")
# Choose between:
# Routed
(constraint edge_clearance (min 0.3mm))
# V-Cut Panel
# (constraint edge_clearance (min 0.4mm))
)

64928
ch585_dev/ch585_dev.kicad_pcb Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,131 @@
{
"board": {
"active_layer": 0,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"images": 0.6,
"pads": 1.0,
"shapes": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.6
},
"selection_filter": {
"dimensions": true,
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": false,
"otherItems": true,
"pads": true,
"text": true,
"tracks": true,
"vias": true,
"zones": true
},
"visible_items": [
"vias",
"footprint_text",
"footprint_anchors",
"ratsnest",
"grid",
"footprints_front",
"footprints_back",
"footprint_values",
"footprint_references",
"tracks",
"drc_errors",
"drawing_sheet",
"bitmaps",
"pads",
"zones",
"drc_warnings",
"drc_exclusions",
"locked_item_shadows",
"conflict_shadows",
"shapes"
],
"visible_layers": "ffffffff_ffffffff_fffffff5_ffffffff",
"zone_display_mode": 0
},
"git": {
"repo_type": "",
"repo_username": "",
"ssh_key": ""
},
"meta": {
"filename": "ch585_dev.kicad_prl",
"version": 5
},
"net_inspector_panel": {
"col_hidden": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"col_order": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
],
"col_widths": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"custom_group_rules": [],
"expanded_rows": [],
"filter_by_net_name": true,
"filter_by_netclass": true,
"filter_text": "",
"group_by_constraint": false,
"group_by_netclass": false,
"show_unconnected_nets": false,
"show_zero_pad_nets": false,
"sort_ascending": true,
"sorting_column": 0
},
"open_jobsets": [],
"project": {
"files": []
},
"schematic": {
"selection_filter": {
"graphics": true,
"images": true,
"labels": true,
"lockedItems": false,
"otherItems": true,
"pins": true,
"symbols": true,
"text": true,
"wires": true
}
}
}

View File

@@ -0,0 +1,656 @@
{
"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.0,
"height": 0.5,
"width": 1.0
},
"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.15
}
},
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
},
{
"gap": 0.2,
"via_gap": 0.0,
"width": 0.2
}
],
"drc_exclusions": [],
"meta": {
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"connection_width": "warning",
"copper_edge_clearance": "error",
"copper_sliver": "warning",
"courtyards_overlap": "warning",
"creepage": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "warning",
"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": "warning",
"silk_edge_clearance": "warning",
"silk_over_copper": "warning",
"silk_overlap": "ignore",
"skew_out_of_range": "error",
"solder_mask_bridge": "warning",
"starved_thermal": "error",
"text_height": "ignore",
"text_on_edge_cuts": "error",
"text_thickness": "ignore",
"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": "ignore",
"via_dangling": "warning",
"zones_intersect": "error"
},
"rules": {
"max_error": 0.005,
"min_clearance": 0.0,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.3,
"min_groove_width": 0.0,
"min_hole_clearance": 0.2,
"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.1,
"min_via_annular_width": 0.1,
"min_via_diameter": 0.3,
"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": true,
"td_onvia": true
}
],
"teardrop_parameters": [
{
"td_allow_use_two_tracks": true,
"td_curve_segcount": 1,
"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": 1,
"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": 1,
"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.16,
0.2,
0.25,
0.3,
0.5,
0.6,
0.8,
0.9,
1.0,
1.2,
1.3
],
"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.5,
"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": [
"mhardware"
]
},
"meta": {
"filename": "ch585_dev.kicad_pro",
"version": 3
},
"net_settings": {
"classes": [
{
"bus_width": 12,
"clearance": 0.15,
"diff_pair_gap": 0.2,
"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.16,
"via_diameter": 0.5,
"via_drill": 0.3,
"wire_width": 6
}
],
"meta": {
"version": 4
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": []
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"plot": "out/",
"pos_files": "",
"specctra_dsn": "",
"step": "ch585_dev.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": true
},
{
"group_by": true,
"label": "Exclude from BOM",
"name": "${EXCLUDE_FROM_BOM}",
"show": true
},
{
"group_by": true,
"label": "Exclude from Board",
"name": "${EXCLUDE_FROM_BOARD}",
"show": true
},
{
"group_by": true,
"label": "Footprint",
"name": "Footprint",
"show": true
},
{
"group_by": false,
"label": "Datasheet",
"name": "Datasheet",
"show": true
}
],
"filter_string": "",
"group_symbols": true,
"include_excluded_from_bom": true,
"name": "Default Editing",
"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": [],
"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": "",
"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": [
[
"d907c913-5637-48db-a531-d06caa7527b7",
"Root"
]
],
"text_variables": {
"SHEETTOTAL": "1"
}
}

16764
ch585_dev/ch585_dev.kicad_sch Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
Default True 2.0 3
False True False

65125
ch585_dev/ch585_dev.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
ch585_dev/ch585_dev_b.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

BIN
ch585_dev/ch585_dev_bzz.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 KiB

BIN
ch585_dev/ch585_dev_f.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

BIN
ch585_dev/ch585_dev_fz.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

View File

@@ -0,0 +1,227 @@
(version 1)
# Custom Design Rules (DRC) for KiCAD 8.0 (Stored in '<project>.kicad_dru' file).
#
# Matching JLCPCB capabilities: https://jlcpcb.com/capabilities/pcb-capabilities
#
# KiCad documentation: https://docs.kicad.org/master/id/pcbnew/pcbnew_advanced.html#custom_design_rules
#
# Inspiration
# - https://gist.github.com/darkxst/f713268e5469645425eed40115fb8b49 (with comments)
# - https://gist.github.com/denniskupec/e163d13b0a64c2044bd259f64659485e (with comments)
# TODO new rule: NPTH pads.
# Inner diameter of pad should be 0.4-0.5 mm larger than NPTH drill diameter.
# JLCPCB: "We make NPTH via dry sealing film process, if customer would like a NPTH but around with pad/copper, our engineer will dig out around pad/copper about 0.2mm-0.25mm, otherwise the metal potion will be flowed into the hole and it becomes a PTH. (there will be no copper dig out optimization for single board)."
# TODO: new rule for plated slots: min diameter/width 0.5mm
# JLCPCB: "The minimum plated slot width is 0.5mm, which is drawn with a pad."
# TODO new rule: non-plated slots: min diameter/width 1.0mm
# JLCPCB: "The minimum Non-Plated Slot Width is 1.0mm, please draw the slot outline in the mechanical layer(GML or GKO)""
# --- Drill/Hole Size ---
(rule "JLCPCB: Drill Hole Size"
# Choose between:
# 1-2 Layers
# (constraint hole_size (min 0.3mm) (max 6.3mm))
# 4-6 Layers (more costly)
# (constraint hole_size (min 0.15mm) (max 6.3mm))
# 4-6 Layers (preferred)
(constraint hole_size (min 0.2mm) (max 6.3mm))
)
(rule "JLCPCB: Via Hole Size"
(condition "A.Type == 'Via'")
# Choose between:
# 1-2 Layers
# (constraint hole_size (min 0.3mm))
# 4-6 Layers (more costly)
# (constraint hole_size (min 0.15mm))
# 4-6 Layers (preferred)
(constraint hole_size (min 0.2mm))
)
(rule "JLCPCB: Via Annular Ring"
(condition "A.Type == 'Via'")
# Choose between:
# 1-6 Layers
# (constraint annular_width (min 0.05mm))
# 1-6 Layers (preferred)
(constraint annular_width (min 0.075mm))
)
(rule "JLCPCB: PTH Hole Size"
(condition "A.Type == 'Pad' && A.Pad_Type == 'Through-hole' && A.isPlated()")
(constraint hole_size (min 0.2mm) (max 6.3mm))
)
(rule "JLCPCB: NPTH Hole Size"
(condition "A.Type == 'Pad' && A.Pad_Type == 'NPTH, mechanical' && !A.isPlated()")
(constraint hole_size (min 0.5mm))
)
# TODO: Hole to board edge ≥ 1 mm. Min. board size 10 × 10 mm.
(rule "JLCPCB: Castellated Hole Size"
(layer outer)
(condition "A.Type == 'Pad' && A.Fabrication_Property == 'Castellated pad'")
(constraint hole_size (min 0.6mm))
)
(rule "JLCPCB: PTH Annular Ring"
(condition "A.Type == 'Pad' && A.Pad_Type == 'Through-hole' && A.isPlated()")
(constraint annular_width (min 0.075mm))
)
(rule "JLCPCB: NPTH Annular Ring"
(condition "A.Type == 'Pad' && A.Pad_Type == 'NPTH, mechanical' && !A.isPlated()")
(constraint annular_width (min 0.25mm))
)
# An expensive 4-Wire Kelvin Test is automatically added for holes that are < 0.3mm with a diameter ≤ 0.4mm.
(rule "JLCPCB: Avoid 4-Wire Kelvin Test"
(condition "(A.Type == 'Via' && A.Hole < 0.3mm && A.Diameter <= 0.4mm) || (A.Type == 'Pad' && ((A.Hole_Size_X < 0.3mm && A.Size_X <= 0.4mm) || (A.Hole_Size_Y < 0.3mm && A.Size_Y <= 0.4mm)))")
# 4-6 Layers
(constraint annular_width (min 0.125mm))
)
# --- VIA Support Rules ---
(rule "JLCPCB: Only Throughhole VIAs are supported"
(condition "A.Type == 'Via'")
(constraint assertion "!(A.isBlindBuriedVia() || A.isMicroVia())")
)
# --- Minimum Clearance ---
(rule "JLCPCB: Hole to Hole Clearance (Different Nets)"
(condition "A.Net != B.Net")
(constraint hole_to_hole (min 0.5mm))
)
(rule "JLCPCB: Via Hole to Via Hole Clearance (Same Net)"
(condition "A.Type == 'Via' && B.Type == 'Via' && A.Net == B.Net")
(constraint hole_to_hole (min 0.254mm))
)
(rule "JLCPCB: Pad to Pad Clearance (Pad without Hole, Different Nets)"
(condition "A.Type == 'Pad' && (A.Pad_Type != 'Through-hole' && A.Pad_Type != 'NPTH, mechanical') && B.Type == 'Pad' && (B.Pad_Type != 'Through-hole' && B.Pad_Type != 'NPTH, mechanical') && A.Net != B.Net")
(constraint clearance (min 0.127mm))
)
(rule "JLCPCB: Pad Hole to Pad Hole Clearance (Pad with Hole, Different Nets)"
(condition "A.Type == 'Pad' && (A.Pad_Type == 'Through-hole' || A.Pad_Type == 'NPTH, mechanical') && B.Type == 'Pad' && (B.Pad_Type == 'Through-hole' || B.Pad_Type == 'NPTH, mechanical') && A.Net != B.Net")
(constraint hole_to_hole (min 0.5mm))
)
# NOTE: This is not stated specifically, but is implied by other rules.
(rule "JLCPCB: Via/Pad to Via/Pad Clearance (Different Nets)"
(condition "(A.Type == 'Pad' || A.Type == 'Via') && (B.Type == 'Pad' || B.Type == 'Via') && A.Net != B.Net")
(constraint clearance (min 0.127mm))
)
# NOTE: This is not stated specifically, but is implied by other rules.
(rule "JLCPCB: Via/Pad Hole to Via/Pad Hole Clearance (Same Net)"
(condition "(A.Type == 'Pad' || A.Type == 'Via') && (B.Type == 'Pad' || B.Type == 'Via') && A.Net == B.Net")
(constraint hole_to_hole (min 0.254mm))
)
(rule "JLCPCB: Via to Trace"
(condition "A.Type == 'Via' && B.Type == 'Track'")
(constraint hole_clearance (min 0.254mm))
)
(rule "JLCPCB: PTH to Trace"
(condition "A.Type == 'Pad' && A.Pad_Type == 'Through-hole' && A.isPlated() && B.Type == 'Track'")
(constraint hole_clearance (min 0.33mm))
)
(rule "JLCPCB: NPTH to Trace"
(condition "A.Type == 'Pad' && A.Pad_Type == 'NPTH, mechanical' && !A.isPlated() && B.Type == 'Track'")
(constraint hole_clearance (min 0.254mm))
)
(rule "JLCPCB: Pad to Trace"
(condition "A.Type == 'Pad' && (A.Pad_Type == 'Through-hole' || A.Pad_Type == 'NPTH, mechanical') && B.Type == 'Track' && A.Net != B.Net")
(constraint clearance (min 0.2mm))
)
# --- Minimum Trace Width and Spacing ---
(rule "JLCPCB: Trace Width (Outer Layer)"
(layer outer)
(condition "A.Type == 'Track'")
# Choose between:
# 1-2 Layers (1oz)
# (constraint track_width (min 0.127mm))
# 4-6 Layers (1oz and 0.5oz)
(constraint track_width (min 0.09mm))
# 1-6 Layers (2oz)
# (constraint track_width (min 0.2mm))
)
(rule "JLCPCB: Trace Spacing (Outer Layer)"
(layer outer)
(condition "A.Type == 'Track' && B.Type == 'Track'")
# Choose between:
# 1-2 Layers (1oz)
# (constraint clearance (min 0.127mm))
# 4-6 Layers (1oz and 0.5oz)
(constraint clearance (min 0.09mm))
# 1-6 Layers (2oz)
# (constraint clearance (min 0.2mm))
)
(rule "JLCPCB: Trace Width (Inner Layer)"
(layer inner)
(condition "A.Type == 'Track'")
# Choose between:
# 4-6 Layers (1oz and 0.5oz)
(constraint track_width (min 0.09mm))
# 4-6 Layers (2oz)
# (constraint track_width (min 0.2mm))
)
(rule "JLCPCB: Trace Spacing (Inner Layer)"
(layer inner)
(condition "A.Type == 'Track' && B.Type == 'Track'")
# Choose between:
# 4-6 Layers (1oz and 0.5oz)
(constraint clearance (min 0.09mm))
# 4-6 Layers (2oz)
# (constraint clearance (min 0.2mm))
)
# --- Legend ---
(rule "JLCPCB: Minimum Line Width"
(layer "?.Silkscreen")
(condition "A.Type == 'Text' || A.Type == 'Text Box'")
(constraint text_thickness (min 0.15mm))
)
(rule "JLCPCB: Minimum Text Height"
(layer "?.Silkscreen")
(condition "A.Type == 'Text' || A.Type == 'Text Box'")
(constraint text_height (min 1mm))
)
(rule "JLCPCB: Pad to Silkscreen"
(condition "A.Type == 'Pad' && ((A.existsOnLayer('F.Mask') && B.Layer == 'F.Silkscreen') || (A.existsOnLayer('B.Mask') && B.Layer == 'B.Silkscreen')) ")
(constraint silk_clearance (min 0.15mm))
)
# --- Board Outlines ---
(rule "JLCPCB: Trace to Board Edge"
(condition "A.Type == 'Track'")
# Choose between:
# Routed
(constraint edge_clearance (min 0.3mm))
# V-Cut Panel
# (constraint edge_clearance (min 0.4mm))
)

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,656 @@
{
"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.0,
"height": 1.0,
"width": 1.0
},
"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.15
}
},
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
},
{
"gap": 0.2,
"via_gap": 0.0,
"width": 0.2
}
],
"drc_exclusions": [],
"meta": {
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"connection_width": "warning",
"copper_edge_clearance": "error",
"copper_sliver": "warning",
"courtyards_overlap": "warning",
"creepage": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "warning",
"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": "warning",
"silk_edge_clearance": "warning",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"solder_mask_bridge": "warning",
"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": "warning",
"via_dangling": "warning",
"zones_intersect": "error"
},
"rules": {
"max_error": 0.005,
"min_clearance": 0.0,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.3,
"min_groove_width": 0.0,
"min_hole_clearance": 0.0,
"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.1,
"min_via_annular_width": 0.1,
"min_via_diameter": 0.3,
"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": true,
"td_onvia": true
}
],
"teardrop_parameters": [
{
"td_allow_use_two_tracks": true,
"td_curve_segcount": 1,
"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": 1,
"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": 1,
"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.16,
0.2,
0.25,
0.3,
0.5,
0.6,
0.8,
0.9,
1.0,
1.2,
1.3
],
"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.5,
"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": [
"mhardware"
]
},
"meta": {
"filename": "ch585_dev.kicad_pro",
"version": 3
},
"net_settings": {
"classes": [
{
"bus_width": 12,
"clearance": 0.15,
"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.16,
"via_diameter": 0.5,
"via_drill": 0.3,
"wire_width": 6
}
],
"meta": {
"version": 4
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": []
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"plot": "out/",
"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": true
},
{
"group_by": true,
"label": "Exclude from BOM",
"name": "${EXCLUDE_FROM_BOM}",
"show": true
},
{
"group_by": true,
"label": "Exclude from Board",
"name": "${EXCLUDE_FROM_BOARD}",
"show": true
},
{
"group_by": true,
"label": "Footprint",
"name": "Footprint",
"show": true
},
{
"group_by": false,
"label": "Datasheet",
"name": "Datasheet",
"show": true
}
],
"filter_string": "",
"group_symbols": true,
"include_excluded_from_bom": true,
"name": "Default Editing",
"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": [],
"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": "",
"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": [
[
"d907c913-5637-48db-a531-d06caa7527b7",
"Root"
]
],
"text_variables": {
"SHEETTOTAL": "1"
}
}

BIN
ch585_dev/ch585_dev_sch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 KiB

BIN
ch585_dev/ch585_dev_tb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB

View 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": true}

185046
ch585_dev/fp-info-cache Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="210.0072mm" height="148.0058mm" viewBox="0.0000 0.0000 210.0072 148.0058">
<title>SVG Image created as ch585_dev-B_Adhesive.svg date 2026/02/17 22:09:26 </title>
<desc>Image generated by PCBNEW </desc>
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
stroke-linecap:round; stroke-linejoin:round;"
transform="translate(0 0) scale(1 1)">
</g>
</svg>

After

Width:  |  Height:  |  Size: 680 B

View File

@@ -0,0 +1,40 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="210.0072mm" height="148.0058mm" viewBox="0.0000 0.0000 210.0072 148.0058">
<title>SVG Image created as ch585_dev-B_Courtyard.svg date 2026/02/17 22:09:28 </title>
<desc>Image generated by PCBNEW </desc>
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
stroke-linecap:round; stroke-linejoin:round;"
transform="translate(0 0) scale(1 1)">
<path style="fill:none;
stroke:#26E9FF; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 49.5800,69.2300
52.5400,69.2300
52.5400,67.7700
49.5800,67.7700
Z" />
<path style="fill:none;
stroke:#26E9FF; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 58.7067,75.9078
57.9767,77.1722
55.4133,75.6922
56.1433,74.4278
Z" />
<path style="fill:none;
stroke:#26E9FF; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 66.4200,74.6400
56.5200,74.6400
56.5200,66.0600
66.4200,66.0600
Z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 130 KiB

View File

@@ -0,0 +1,179 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.7*%
%TF.CreationDate,2026-02-02T18:05:57+06:00*%
%TF.ProjectId,ch585_dev,63683538-355f-4646-9576-2e6b69636164,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.7) date 2026-02-02 18:05:57*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10C,0.300000*%
%ADD11R,1.700000X1.700000*%
%ADD12C,1.700000*%
%ADD13C,0.600000*%
%ADD14C,0.650000*%
%ADD15O,2.100000X1.000000*%
%ADD16O,1.600000X1.000000*%
%ADD17RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*%
%ADD18RoundRect,0.200000X0.310705X0.138157X-0.035705X0.338157X-0.310705X-0.138157X0.035705X-0.338157X0*%
%ADD19R,0.740000X2.400000*%
G04 APERTURE END LIST*
D10*
%TO.C,B2*%
X72420000Y-69790000D03*
X73020000Y-69790000D03*
X73620000Y-69790000D03*
X74560000Y-69790000D03*
X75160000Y-69790000D03*
X75760000Y-69790000D03*
X72420000Y-67810000D03*
X73020000Y-67810000D03*
X73620000Y-67810000D03*
X74560000Y-67810000D03*
X75160000Y-67810000D03*
X75760000Y-67810000D03*
%TD*%
D11*
%TO.C,J5*%
X50725000Y-83940000D03*
D12*
X53265000Y-83940000D03*
X50725000Y-86480000D03*
X53265000Y-86480000D03*
X50725000Y-89020000D03*
X53265000Y-89020000D03*
X50725000Y-91560000D03*
X53265000Y-91560000D03*
X50725000Y-94100000D03*
X53265000Y-94100000D03*
X50725000Y-96640000D03*
X53265000Y-96640000D03*
X50725000Y-99180000D03*
X53265000Y-99180000D03*
X50725000Y-101720000D03*
X53265000Y-101720000D03*
X50725000Y-104260000D03*
X53265000Y-104260000D03*
X50725000Y-106800000D03*
X53265000Y-106800000D03*
%TD*%
D13*
%TO.C,AE2*%
X74030000Y-63000000D03*
X67960000Y-67000000D03*
%TD*%
D11*
%TO.C,J6*%
X88825000Y-83940000D03*
D12*
X91365000Y-83940000D03*
X88825000Y-86480000D03*
X91365000Y-86480000D03*
X88825000Y-89020000D03*
X91365000Y-89020000D03*
X88825000Y-91560000D03*
X91365000Y-91560000D03*
X88825000Y-94100000D03*
X91365000Y-94100000D03*
X88825000Y-96640000D03*
X91365000Y-96640000D03*
X88825000Y-99180000D03*
X91365000Y-99180000D03*
X88825000Y-101720000D03*
X91365000Y-101720000D03*
X88825000Y-104260000D03*
X91365000Y-104260000D03*
X88825000Y-106800000D03*
X91365000Y-106800000D03*
%TD*%
D10*
%TO.C,B1*%
X66320000Y-69790000D03*
X66920000Y-69790000D03*
X67520000Y-69790000D03*
X68460000Y-69790000D03*
X69060000Y-69790000D03*
X69660000Y-69790000D03*
X66320000Y-67810000D03*
X66920000Y-67810000D03*
X67520000Y-67810000D03*
X68460000Y-67810000D03*
X69060000Y-67810000D03*
X69660000Y-67810000D03*
%TD*%
D14*
%TO.C,J1*%
X55105000Y-73710000D03*
X55105000Y-79490000D03*
D15*
X55605000Y-72280000D03*
D16*
X51425000Y-72280000D03*
D15*
X55605000Y-80920000D03*
D16*
X51425000Y-80920000D03*
%TD*%
D14*
%TO.C,J3*%
X87025000Y-79590000D03*
X87025000Y-73810000D03*
D15*
X86525000Y-81020000D03*
D16*
X90705000Y-81020000D03*
D15*
X86525000Y-72380000D03*
D16*
X90705000Y-72380000D03*
%TD*%
D17*
%TO.C,R12*%
X69135000Y-73600000D03*
X70785000Y-73600000D03*
%TD*%
D18*
%TO.C,R13*%
X76674471Y-81312500D03*
X75245529Y-80487500D03*
%TD*%
D19*
%TO.C,J4*%
X84180000Y-77400000D03*
X84180000Y-73500000D03*
X82910000Y-77400000D03*
X82910000Y-73500000D03*
X81640000Y-77400000D03*
X81640000Y-73500000D03*
X80370000Y-77400000D03*
X80370000Y-73500000D03*
X79100000Y-77400000D03*
X79100000Y-73500000D03*
X77830000Y-77400000D03*
X77830000Y-73500000D03*
X76560000Y-77400000D03*
X76560000Y-73500000D03*
%TD*%
M02*

View File

@@ -0,0 +1,364 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="210.0072mm" height="148.0058mm" viewBox="0.0000 0.0000 210.0072 148.0058">
<title>SVG Image created as ch585_dev-B_Mask.svg date 2026/02/17 22:09:27 </title>
<desc>Image generated by PCBNEW </desc>
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
stroke-linecap:round; stroke-linejoin:round;"
transform="translate(0 0) scale(1 1)">
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 30.9750,79.6900
30.9750,77.9900
32.6750,77.9900
32.6750,79.6900
Z" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="34.3650" cy="78.8400" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="31.8250" cy="81.3800" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="34.3650" cy="81.3800" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="31.8250" cy="83.9200" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="34.3650" cy="83.9200" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="31.8250" cy="86.4600" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="34.3650" cy="86.4600" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="31.8250" cy="89.0000" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="34.3650" cy="89.0000" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="31.8250" cy="91.5400" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="34.3650" cy="91.5400" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="31.8250" cy="94.0800" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="34.3650" cy="94.0800" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="31.8250" cy="96.6200" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="34.3650" cy="96.6200" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="31.8250" cy="99.1600" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="34.3650" cy="99.1600" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="31.8250" cy="101.7000" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="34.3650" cy="101.7000" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="55.1300" cy="57.6000" r="0.3000" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="49.0600" cy="61.6000" r="0.3000" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 69.0750,79.6900
69.0750,77.9900
70.7750,77.9900
70.7750,79.6900
Z" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="72.4650" cy="78.8400" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="69.9250" cy="81.3800" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="72.4650" cy="81.3800" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="69.9250" cy="83.9200" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="72.4650" cy="83.9200" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="69.9250" cy="86.4600" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="72.4650" cy="86.4600" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="69.9250" cy="89.0000" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="72.4650" cy="89.0000" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="69.9250" cy="91.5400" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="72.4650" cy="91.5400" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="69.9250" cy="94.0800" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="72.4650" cy="94.0800" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="69.9250" cy="96.6200" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="72.4650" cy="96.6200" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="69.9250" cy="99.1600" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="72.4650" cy="99.1600" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="69.9250" cy="101.7000" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="72.4650" cy="101.7000" r="0.8500" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="36.2050" cy="68.6100" r="0.3250" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="36.2050" cy="74.3900" r="0.3250" />
</g>
<g style="fill:none;
stroke:#02FFEE; stroke-width:1.0000; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<path d="M37.2550 67.1800
L36.1550 67.1800
" />
<path d="M32.8250 67.1800
L32.2250 67.1800
" />
<path d="M37.2550 75.8200
L36.1550 75.8200
" />
<path d="M32.8250 75.8200
L32.2250 75.8200
" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="68.1250" cy="74.4900" r="0.3250" />
</g>
<g style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;">
<circle cx="68.1250" cy="68.7100" r="0.3250" />
</g>
<g style="fill:none;
stroke:#02FFEE; stroke-width:1.0000; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<path d="M67.0750 75.9200
L68.1750 75.9200
" />
<path d="M71.5050 75.9200
L72.1050 75.9200
" />
<path d="M67.0750 67.2800
L68.1750 67.2800
" />
<path d="M71.5050 67.2800
L72.1050 67.2800
" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 49.8350,68.2250
49.8502,68.1485
49.8936,68.0836
49.9585,68.0402
50.0350,68.0250
50.4350,68.0250
50.5115,68.0402
50.5764,68.0836
50.6198,68.1485
50.6350,68.2250
50.6350,68.7750
50.6198,68.8515
50.5764,68.9164
50.5115,68.9598
50.4350,68.9750
50.0350,68.9750
49.9585,68.9598
49.8936,68.9164
49.8502,68.8515
49.8350,68.7750
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 51.4850,68.2250
51.5002,68.1485
51.5436,68.0836
51.6085,68.0402
51.6850,68.0250
52.0850,68.0250
52.1615,68.0402
52.2264,68.0836
52.2698,68.1485
52.2850,68.2250
52.2850,68.7750
52.2698,68.8515
52.2264,68.9164
52.1615,68.9598
52.0850,68.9750
51.6850,68.9750
51.6085,68.9598
51.5436,68.9164
51.5002,68.8515
51.4850,68.7750
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 57.9834,76.6507
57.9319,76.7093
57.8619,76.7438
57.7841,76.7489
57.7102,76.7239
57.3638,76.5239
57.3051,76.4724
57.2706,76.4024
57.2655,76.3246
57.2906,76.2507
57.5656,75.7743
57.6170,75.7157
57.6870,75.6812
57.7649,75.6761
57.8388,75.7011
58.1852,75.9011
58.2438,75.9526
58.2784,76.0226
58.2835,76.1004
58.2584,76.1743
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 56.5544,75.8257
56.5030,75.8843
56.4330,75.9188
56.3551,75.9239
56.2812,75.8989
55.9348,75.6989
55.8762,75.6474
55.8416,75.5774
55.8365,75.4996
55.8616,75.4257
56.1366,74.9493
56.1881,74.8907
56.2581,74.8562
56.3359,74.8511
56.4098,74.8761
56.7562,75.0761
56.8149,75.1276
56.8494,75.1976
56.8545,75.2754
56.8294,75.3493
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 65.6500,73.5000
64.9100,73.5000
64.9100,71.1000
65.6500,71.1000
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 65.6500,69.6000
64.9100,69.6000
64.9100,67.2000
65.6500,67.2000
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 64.3800,73.5000
63.6400,73.5000
63.6400,71.1000
64.3800,71.1000
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 64.3800,69.6000
63.6400,69.6000
63.6400,67.2000
64.3800,67.2000
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 63.1100,73.5000
62.3700,73.5000
62.3700,71.1000
63.1100,71.1000
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 63.1100,69.6000
62.3700,69.6000
62.3700,67.2000
63.1100,67.2000
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 61.8400,73.5000
61.1000,73.5000
61.1000,71.1000
61.8400,71.1000
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 61.8400,69.6000
61.1000,69.6000
61.1000,67.2000
61.8400,67.2000
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 60.5700,73.5000
59.8300,73.5000
59.8300,71.1000
60.5700,71.1000
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 60.5700,69.6000
59.8300,69.6000
59.8300,67.2000
60.5700,67.2000
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 59.3000,73.5000
58.5600,73.5000
58.5600,71.1000
59.3000,71.1000
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 59.3000,69.6000
58.5600,69.6000
58.5600,67.2000
59.3000,67.2000
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 58.0300,73.5000
57.2900,73.5000
57.2900,71.1000
58.0300,71.1000
Z" />
<path style="fill:#02FFEE; fill-opacity:0.4000; stroke:none;fill-rule:evenodd;"
d="M 58.0300,69.6000
57.2900,69.6000
57.2900,67.2000
58.0300,67.2000
Z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1,63 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.7*%
%TF.CreationDate,2026-02-02T18:05:56+06:00*%
%TF.ProjectId,ch585_dev,63683538-355f-4646-9576-2e6b69636164,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.7) date 2026-02-02 18:05:56*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*%
%ADD11RoundRect,0.200000X0.310705X0.138157X-0.035705X0.338157X-0.310705X-0.138157X0.035705X-0.338157X0*%
%ADD12R,0.740000X2.400000*%
G04 APERTURE END LIST*
D10*
%TO.C,R12*%
X69135000Y-73600000D03*
X70785000Y-73600000D03*
%TD*%
D11*
%TO.C,R13*%
X76674471Y-81312500D03*
X75245529Y-80487500D03*
%TD*%
D12*
%TO.C,J4*%
X84180000Y-77400000D03*
X84180000Y-73500000D03*
X82910000Y-77400000D03*
X82910000Y-73500000D03*
X81640000Y-77400000D03*
X81640000Y-73500000D03*
X80370000Y-77400000D03*
X80370000Y-73500000D03*
X79100000Y-77400000D03*
X79100000Y-73500000D03*
X77830000Y-77400000D03*
X77830000Y-73500000D03*
X76560000Y-77400000D03*
X76560000Y-73500000D03*
%TD*%
M02*

View File

@@ -0,0 +1,188 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="210.0072mm" height="148.0058mm" viewBox="0.0000 0.0000 210.0072 148.0058">
<title>SVG Image created as ch585_dev-B_Paste.svg date 2026/02/17 22:09:27 </title>
<desc>Image generated by PCBNEW </desc>
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
stroke-linecap:round; stroke-linejoin:round;"
transform="translate(0 0) scale(1 1)">
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 49.8350,68.2250
49.8502,68.1485
49.8936,68.0836
49.9585,68.0402
50.0350,68.0250
50.4350,68.0250
50.5115,68.0402
50.5764,68.0836
50.6198,68.1485
50.6350,68.2250
50.6350,68.7750
50.6198,68.8515
50.5764,68.9164
50.5115,68.9598
50.4350,68.9750
50.0350,68.9750
49.9585,68.9598
49.8936,68.9164
49.8502,68.8515
49.8350,68.7750
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 51.4850,68.2250
51.5002,68.1485
51.5436,68.0836
51.6085,68.0402
51.6850,68.0250
52.0850,68.0250
52.1615,68.0402
52.2264,68.0836
52.2698,68.1485
52.2850,68.2250
52.2850,68.7750
52.2698,68.8515
52.2264,68.9164
52.1615,68.9598
52.0850,68.9750
51.6850,68.9750
51.6085,68.9598
51.5436,68.9164
51.5002,68.8515
51.4850,68.7750
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 57.9834,76.6507
57.9319,76.7093
57.8619,76.7438
57.7841,76.7489
57.7102,76.7239
57.3638,76.5239
57.3051,76.4724
57.2706,76.4024
57.2655,76.3246
57.2906,76.2507
57.5656,75.7743
57.6170,75.7157
57.6870,75.6812
57.7649,75.6761
57.8388,75.7011
58.1852,75.9011
58.2438,75.9526
58.2784,76.0226
58.2835,76.1004
58.2584,76.1743
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 56.5544,75.8257
56.5030,75.8843
56.4330,75.9188
56.3551,75.9239
56.2812,75.8989
55.9348,75.6989
55.8762,75.6474
55.8416,75.5774
55.8365,75.4996
55.8616,75.4257
56.1366,74.9493
56.1881,74.8907
56.2581,74.8562
56.3359,74.8511
56.4098,74.8761
56.7562,75.0761
56.8149,75.1276
56.8494,75.1976
56.8545,75.2754
56.8294,75.3493
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 65.6500,73.5000
64.9100,73.5000
64.9100,71.1000
65.6500,71.1000
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 65.6500,69.6000
64.9100,69.6000
64.9100,67.2000
65.6500,67.2000
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 64.3800,73.5000
63.6400,73.5000
63.6400,71.1000
64.3800,71.1000
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 64.3800,69.6000
63.6400,69.6000
63.6400,67.2000
64.3800,67.2000
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 63.1100,73.5000
62.3700,73.5000
62.3700,71.1000
63.1100,71.1000
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 63.1100,69.6000
62.3700,69.6000
62.3700,67.2000
63.1100,67.2000
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 61.8400,73.5000
61.1000,73.5000
61.1000,71.1000
61.8400,71.1000
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 61.8400,69.6000
61.1000,69.6000
61.1000,67.2000
61.8400,67.2000
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 60.5700,73.5000
59.8300,73.5000
59.8300,71.1000
60.5700,71.1000
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 60.5700,69.6000
59.8300,69.6000
59.8300,67.2000
60.5700,67.2000
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 59.3000,73.5000
58.5600,73.5000
58.5600,71.1000
59.3000,71.1000
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 59.3000,69.6000
58.5600,69.6000
58.5600,67.2000
59.3000,67.2000
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 58.0300,73.5000
57.2900,73.5000
57.2900,71.1000
58.0300,71.1000
Z" />
<path style="fill:#00C2C2; fill-opacity:0.9000; stroke:none;fill-rule:evenodd;"
d="M 58.0300,69.6000
57.2900,69.6000
57.2900,67.2000
58.0300,67.2000
Z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 481 KiB

View File

@@ -0,0 +1,117 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.7*%
%TF.CreationDate,2026-02-02T18:05:57+06:00*%
%TF.ProjectId,ch585_dev,63683538-355f-4646-9576-2e6b69636164,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.7) date 2026-02-02 18:05:57*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.050000*%
%TD*%
G04 APERTURE END LIST*
D10*
X90200000Y-69600000D02*
G75*
G02*
X93200000Y-72600000I0J-3000000D01*
G01*
X90200000Y-69600000D02*
X77090000Y-69600000D01*
X77090000Y-68000000D02*
X84160000Y-68000000D01*
X84660000Y-67500000D02*
G75*
G02*
X84160000Y-68000000I-500000J0D01*
G01*
X57760000Y-68000000D02*
G75*
G02*
X57260000Y-67500000I0J500000D01*
G01*
X57760000Y-29300000D02*
X84160000Y-29300000D01*
X93200000Y-116600000D02*
G75*
G02*
X90200000Y-119600000I-3000000J0D01*
G01*
X51900000Y-119600000D02*
X90200000Y-119600000D01*
X48900000Y-72600000D02*
G75*
G02*
X51900000Y-69600000I3000000J0D01*
G01*
X84660000Y-67500000D02*
X84660000Y-29800000D01*
X93200000Y-116600000D02*
X93200000Y-72600000D01*
X48900000Y-72600000D02*
X48900000Y-116600000D01*
X64890000Y-69600000D02*
X51900000Y-69600000D01*
X51900000Y-119600000D02*
G75*
G02*
X48900000Y-116600000I0J3000000D01*
G01*
X57260000Y-29800000D02*
G75*
G02*
X57760000Y-29300000I500000J0D01*
G01*
X57260000Y-67500000D02*
X57260000Y-29800000D01*
X84160000Y-29300000D02*
G75*
G02*
X84660000Y-29800000I0J-500000D01*
G01*
X64890000Y-68000000D02*
X57760000Y-68000000D01*
%TO.C,B2*%
X71090000Y-68000000D02*
X72120000Y-68000000D01*
X71090000Y-69600000D02*
X72120000Y-69600000D01*
X77090000Y-68000000D02*
X76060000Y-68000000D01*
X77090000Y-69600000D02*
X76060000Y-69600000D01*
X72120000Y-68000000D02*
G75*
G02*
X72120000Y-69600000I0J-800000D01*
G01*
X76060000Y-69600000D02*
G75*
G02*
X76060000Y-68000000I0J800000D01*
G01*
%TO.C,B1*%
X64890000Y-68000000D02*
X66020000Y-68000000D01*
X64890000Y-69600000D02*
X66020000Y-69600000D01*
X71090000Y-68000000D02*
X69960000Y-68000000D01*
X71090000Y-69600000D02*
X69960000Y-69600000D01*
X66020000Y-68000000D02*
G75*
G02*
X66020000Y-69600000I0J-800000D01*
G01*
X69960000Y-69600000D02*
G75*
G02*
X69960000Y-68000000I0J800000D01*
G01*
%TD*%
M02*

View File

@@ -0,0 +1,68 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="210.0072mm" height="148.0058mm" viewBox="0.0000 0.0000 210.0072 148.0058">
<title>SVG Image created as ch585_dev-Edge_Cuts.svg date 2026/02/17 22:09:28 </title>
<desc>Image generated by PCBNEW </desc>
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
stroke-linecap:round; stroke-linejoin:round;"
transform="translate(0 0) scale(1 1)">
</g>
<g style="fill:none;
stroke:#D0D2CD; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<path d="M50.6600 64.5000
L53.4600 64.5000
" />
<path d="M74.3000 67.5000 A3.0000 3.0000 0.0 0 0 71.3000 64.5000" />
<path d="M71.3000 64.5000
L56.6600 64.5000
" />
<path d="M56.6600 62.9000
L65.2600 62.9000
" />
<path d="M65.2600 62.9000 A0.5000 0.5000 0.0 0 0 65.7600 62.4000" />
<path d="M38.3600 62.4000 A0.5000 0.5000 0.0 0 0 38.8600 62.9000" />
<path d="M38.8600 23.9000
L65.2600 23.9000
" />
<path d="M71.3000 114.5000 A3.0000 3.0000 0.0 0 0 74.3000 111.5000" />
<path d="M33.0000 114.5000
L71.3000 114.5000
" />
<path d="M56.6600 62.9000 A0.8000 0.8000 0.0 0 0 56.6600 64.5000" />
<path d="M33.0000 64.5000 A3.0000 3.0000 0.0 0 0 30.0000 67.5000" />
<path d="M65.7600 62.4000
L65.7600 24.4000
" />
<path d="M74.3000 111.5000
L74.3000 67.5000
" />
<path d="M50.6600 62.9000 A0.8000 0.8000 0.0 0 0 50.6600 64.5000" />
<path d="M30.0000 67.5000
L30.0000 111.5000
" />
<path d="M47.4600 64.5000
L33.0000 64.5000
" />
<path d="M30.0000 111.5000 A3.0000 3.0000 0.0 0 0 33.0000 114.5000" />
<path d="M53.4600 64.5000 A0.8000 0.8000 0.0 0 0 53.4600 62.9000" />
<path d="M50.6600 62.9000
L53.4600 62.9000
" />
<path d="M38.8600 23.9000 A0.5000 0.5000 0.0 0 0 38.3600 24.4000" />
<path d="M38.3600 62.4000
L38.3600 24.4000
" />
<path d="M47.4600 64.5000 A0.8000 0.8000 0.0 0 0 47.4600 62.9000" />
<path d="M65.7600 24.4000 A0.5000 0.5000 0.0 0 0 65.2600 23.9000" />
<path d="M47.4600 62.9000
L38.8600 62.9000
" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="210.0072mm" height="148.0058mm" viewBox="0.0000 0.0000 210.0072 148.0058">
<title>SVG Image created as ch585_dev-F_Adhesive.svg date 2026/02/17 22:09:26 </title>
<desc>Image generated by PCBNEW </desc>
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
stroke-linecap:round; stroke-linejoin:round;"
transform="translate(0 0) scale(1 1)">
</g>
</svg>

After

Width:  |  Height:  |  Size: 680 B

View File

@@ -0,0 +1,628 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="210.0072mm" height="148.0058mm" viewBox="0.0000 0.0000 210.0072 148.0058">
<title>SVG Image created as ch585_dev-F_Courtyard.svg date 2026/02/17 22:09:28 </title>
<desc>Image generated by PCBNEW </desc>
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
stroke-linecap:round; stroke-linejoin:round;"
transform="translate(0 0) scale(1 1)">
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 54.0900,96.8200
52.6300,96.8200
52.6300,99.7800
54.0900,99.7800
Z" />
</g>
<g style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<path d="M37.5500 102.2500
L37.5500 104.7500
" />
<path d="M37.5500 102.2500
L40.8500 102.2500
" />
<path d="M40.8500 104.7500
L37.5500 104.7500
" />
<path d="M40.8500 104.7500
L40.8500 102.2500
" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 64.3127,70.5303
63.2803,71.5627
61.1873,69.4697
62.2197,68.4373
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 42.8300,99.6200
41.3700,99.6200
41.3700,102.5800
42.8300,102.5800
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 49.9322,73.0833
48.4522,75.6467
47.1878,74.9167
48.6678,72.3533
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 55.1300,83.7300
52.1700,83.7300
52.1700,82.2700
55.1300,82.2700
Z" />
<path d="M31.4500 104.2500
L37.1500 104.2500
" />
<path d="M31.4500 107.9500
L31.4500 104.2500
" />
<path d="M37.1500 104.2500
L37.1500 107.9500
" />
<path d="M37.1500 107.9500
L31.4500 107.9500
" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 40.6800,106.6300
37.7200,106.6300
37.7200,105.1700
40.6800,105.1700
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 55.1300,78.8300
52.1700,78.8300
52.1700,77.3700
55.1300,77.3700
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 42.0200,97.5700
44.9800,97.5700
44.9800,99.0300
42.0200,99.0300
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 61.8300,102.7200
60.3700,102.7200
60.3700,105.6800
61.8300,105.6800
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 30.0550,77.0700
36.1450,77.0700
36.1450,103.4700
30.0550,103.4700
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 50.4300,78.8300
47.4700,78.8300
47.4700,77.3700
50.4300,77.3700
Z" />
<circle cx="50.4500" cy="87.0000" r="1.0000" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 44.1934,88.0734
40.7934,88.0734
40.7934,86.1134
44.1934,86.1134
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 55.1300,77.2300
52.1700,77.2300
52.1700,75.7700
55.1300,75.7700
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 61.7300,81.6800
60.2700,81.6800
60.2700,78.7200
61.7300,78.7200
Z" />
<path d="M38.9681 76.6894
L39.7530 75.9045
" />
<path d="M39.5550 77.5591
L39.6964 77.4177
" />
<path d="M39.6964 77.4177
L38.9681 76.6894
" />
<path d="M39.7530 75.9045
L40.4813 76.6328
" />
<path d="M40.3045 75.3530
L41.0894 74.5681
" />
<path d="M40.4813 76.6328
L41.0328 76.0813
" />
<path d="M40.8278 78.8319
L39.5550 77.5591
" />
<path d="M41.0328 76.0813
L40.3045 75.3530
" />
<path d="M41.0894 74.5681
L41.8177 75.2964
" />
<path d="M41.6409 78.0188
L40.8278 78.8319
" />
<path d="M41.8177 75.2964
L41.9591 75.1550
" />
<path d="M41.9591 75.1550
L43.2319 76.4278
" />
<path d="M42.3693 78.7471
L41.6409 78.0188
" />
<path d="M42.4188 77.2409
L43.1471 77.9693
" />
<path d="M43.1471 77.9693
L42.3693 78.7471
" />
<path d="M43.2319 76.4278
L42.4188 77.2409
" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 46.8800,103.0500
43.5200,103.0500
43.5200,101.1500
46.8800,101.1500
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 61.4627,100.9697
59.3697,103.0627
58.3373,102.0303
60.4303,99.9373
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 40.3200,72.7700
43.2800,72.7700
43.2800,74.2300
40.3200,74.2300
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 61.8800,86.3000
59.9200,86.3000
59.9200,89.7000
61.8800,89.7000
Z" />
<path d="M31.4500 108.9500
L37.1500 108.9500
" />
<path d="M31.4500 112.6500
L31.4500 108.9500
" />
<path d="M37.1500 108.9500
L37.1500 112.6500
" />
<path d="M37.1500 112.6500
L31.4500 112.6500
" />
<path d="M54.0200 103.2000
L54.0200 106.8000
" />
<path d="M54.2200 102.5000
L54.2200 103.2000
" />
<path d="M54.2200 102.5000
L57.4200 102.5000
" />
<path d="M54.2200 103.2000
L54.0200 103.2000
" />
<path d="M54.2200 106.8000
L54.0200 106.8000
" />
<path d="M54.2200 106.8000
L54.2200 107.5000
" />
<path d="M54.2200 107.5000
L57.4200 107.5000
" />
<path d="M57.4200 102.5000
L57.4200 103.2000
" />
<path d="M57.4200 106.8000
L57.4200 107.5000
" />
<path d="M57.6200 103.2000
L57.4200 103.2000
" />
<path d="M57.6200 103.2000
L57.6200 104.0000
" />
<path d="M57.6200 104.0000
L58.3200 104.0000
" />
<path d="M57.6200 106.0000
L57.6200 106.8000
" />
<path d="M57.6200 106.0000
L58.3200 106.0000
" />
<path d="M57.6200 106.8000
L57.4200 106.8000
" />
<path d="M58.3200 104.0000
L58.3200 106.0000
" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 68.1550,77.0700
74.2450,77.0700
74.2450,103.4700
68.1550,103.4700
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 44.1934,81.1734
40.7934,81.1734
40.7934,79.2134
44.1934,79.2134
Z" />
<path d="M40.7934 82.7434
L40.9934 82.7434
" />
<path d="M40.7934 84.8434
L40.7934 82.7434
" />
<path d="M40.9934 81.7434
L43.9934 81.7434
" />
<path d="M40.9934 82.7434
L40.9934 81.7434
" />
<path d="M40.9934 84.8434
L40.7934 84.8434
" />
<path d="M40.9934 85.8434
L40.9934 84.8434
" />
<path d="M42.1034 84.8434
L42.1034 85.8434
" />
<path d="M42.1034 85.8434
L40.9934 85.8434
" />
<path d="M42.8834 84.8434
L42.1034 84.8434
" />
<path d="M42.8834 85.8434
L42.8834 84.8434
" />
<path d="M43.9934 81.7434
L43.9934 82.7434
" />
<path d="M43.9934 82.7434
L44.1934 82.7434
" />
<path d="M43.9934 84.8434
L43.9934 85.8434
" />
<path d="M43.9934 85.8434
L42.8834 85.8434
" />
<path d="M44.1934 82.7434
L44.1934 84.8434
" />
<path d="M44.1934 84.8434
L43.9934 84.8434
" />
<circle cx="55.1600" cy="96.5000" r="1.0000" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 58.3300,84.8800
56.8700,84.8800
56.8700,81.9200
58.3300,81.9200
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 65.7300,75.4200
64.2700,75.4200
64.2700,78.3800
65.7300,78.3800
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 52.5600,100.8500
48.3600,100.8500
48.3600,97.3500
52.5600,97.3500
Z" />
<path d="M29.4200 66.1800
L29.4200 76.8200
" />
<path d="M38.5000 66.1800
L29.4200 66.1800
" />
<path d="M38.5000 66.1800
L38.5000 76.8200
" />
<path d="M38.5000 76.8200
L29.4200 76.8200
" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 59.8800,80.1300
56.9200,80.1300
56.9200,78.6700
59.8800,78.6700
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 57.7627,97.2697
55.6697,99.3627
54.6373,98.3303
56.7303,96.2373
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 55.4127,84.7697
53.3197,86.8627
52.2873,85.8303
54.3803,83.7373
Z" />
<path d="M61.8590 93.0274
L60.2326 91.4010
" />
<path d="M63.0610 88.5726
L60.2326 91.4010
" />
<path d="M64.6874 90.1990
L61.8590 93.0274
" />
<path d="M64.6874 90.1990
L63.0610 88.5726
" />
<path d="M37.5500 99.5500
L37.5500 102.0500
" />
<path d="M37.5500 99.5500
L40.8500 99.5500
" />
<path d="M40.8500 102.0500
L37.5500 102.0500
" />
<path d="M40.8500 102.0500
L40.8500 99.5500
" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 38.0500,111.8800
39.9500,111.8800
39.9500,108.5200
38.0500,108.5200
Z" />
<circle cx="61.1000" cy="106.7000" r="1.0000" />
<path d="M49.6350 89.3250
L49.6350 95.5250
" />
<path d="M49.6350 95.5250
L55.8350 95.5250
" />
<path d="M55.8350 89.3250
L49.6350 89.3250
" />
<path d="M55.8350 95.5250
L55.8350 89.3250
" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 40.3200,69.4700
43.2800,69.4700
43.2800,70.9300
40.3200,70.9300
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 47.4200,81.9800
48.8800,81.9800
48.8800,79.0200
47.4200,79.0200
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 55.8000,86.7200
59.2000,86.7200
59.2000,88.6800
55.8000,88.6800
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 62.2500,88.5500
63.9500,88.5500
63.9500,85.0500
62.2500,85.0500
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 59.9300,83.2800
58.4700,83.2800
58.4700,80.3200
59.9300,80.3200
Z" />
<path d="M57.9500 107.7250
L57.9500 113.6750
" />
<path d="M57.9500 113.6750
L73.4500 113.6750
" />
<path d="M73.4500 107.7250
L57.9500 107.7250
" />
<path d="M73.4500 113.6750
L73.4500 107.7250
" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 41.0500,111.8800
42.9500,111.8800
42.9500,108.5200
41.0500,108.5200
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 58.9627,100.6303
57.9303,101.6627
55.8373,99.5697
56.8697,98.5373
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 60.1127,96.7303
59.0803,97.7627
56.9873,95.6697
58.0197,94.6373
Z" />
<path d="M53.9100 68.1500
L53.9100 64.8500
" />
<path d="M53.9100 68.1500
L56.4100 68.1500
" />
<path d="M56.4100 64.8500
L53.9100 64.8500
" />
<path d="M56.4100 64.8500
L56.4100 68.1500
" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 50.4300,77.2300
47.4700,77.2300
47.4700,75.7700
50.4300,75.7700
Z" />
<path d="M65.8300 66.2800
L74.9100 66.2800
" />
<path d="M65.8300 76.9200
L65.8300 66.2800
" />
<path d="M65.8300 76.9200
L74.9100 76.9200
" />
<path d="M74.9100 76.9200
L74.9100 66.2800
" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 56.1322,73.0833
54.6522,75.6467
53.3878,74.9167
54.8678,72.3533
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 53.7200,82.0800
55.1800,82.0800
55.1800,79.1200
53.7200,79.1200
Z" />
<path d="M47.8100 68.1500
L47.8100 64.8500
" />
<path d="M47.8100 68.1500
L50.3100 68.1500
" />
<path d="M50.3100 64.8500
L47.8100 64.8500
" />
<path d="M50.3100 64.8500
L50.3100 68.1500
" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 50.4127,85.8303
49.3803,86.8627
47.2873,84.7697
48.3197,83.7373
Z" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 61.3927,103.1697
59.2997,105.2627
58.2673,104.2303
60.3603,102.1373
Z" />
<circle cx="52.3500" cy="87.0000" r="1.0000" />
<path style="fill:none;
stroke:#FF26E2; stroke-width:0.0500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;fill:none"
d="M 50.4300,83.7300
47.4700,83.7300
47.4700,82.2700
50.4300,82.2700
Z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 494 KiB

View File

@@ -0,0 +1,704 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.7*%
%TF.CreationDate,2026-02-02T18:05:57+06:00*%
%TF.ProjectId,ch585_dev,63683538-355f-4646-9576-2e6b69636164,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Top*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.7) date 2026-02-02 18:05:57*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
%AMRotRect*
0 Rectangle, with rotation*
0 The origin of the aperture is its center*
0 $1 length*
0 $2 width*
0 $3 Rotation angle, in degrees counterclockwise*
0 Add horizontal line*
21,1,$1,$2,0,0,$3*%
%AMFreePoly0*
4,1,23,0.500000,-0.750000,0.000000,-0.750000,0.000000,-0.745722,-0.065263,-0.745722,-0.191342,-0.711940,-0.304381,-0.646677,-0.396677,-0.554381,-0.461940,-0.441342,-0.495722,-0.315263,-0.495722,-0.250000,-0.500000,-0.250000,-0.500000,0.250000,-0.495722,0.250000,-0.495722,0.315263,-0.461940,0.441342,-0.396677,0.554381,-0.304381,0.646677,-0.191342,0.711940,-0.065263,0.745722,0.000000,0.745722,
0.000000,0.750000,0.500000,0.750000,0.500000,-0.750000,0.500000,-0.750000,$1*%
%AMFreePoly1*
4,1,23,0.000000,0.745722,0.065263,0.745722,0.191342,0.711940,0.304381,0.646677,0.396677,0.554381,0.461940,0.441342,0.495722,0.315263,0.495722,0.250000,0.500000,0.250000,0.500000,-0.250000,0.495722,-0.250000,0.495722,-0.315263,0.461940,-0.441342,0.396677,-0.554381,0.304381,-0.646677,0.191342,-0.711940,0.065263,-0.745722,0.000000,-0.745722,0.000000,-0.750000,-0.500000,-0.750000,
-0.500000,0.750000,0.000000,0.750000,0.000000,0.745722,0.000000,0.745722,$1*%
G04 Aperture macros list end*
%ADD10C,0.100000*%
%ADD11RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*%
%ADD12FreePoly0,0.000000*%
%ADD13FreePoly1,0.000000*%
%ADD14RoundRect,0.200000X0.275000X-0.200000X0.275000X0.200000X-0.275000X0.200000X-0.275000X-0.200000X0*%
%ADD15RoundRect,0.200000X-0.275000X0.200000X-0.275000X-0.200000X0.275000X-0.200000X0.275000X0.200000X0*%
%ADD16RoundRect,0.200000X0.138157X-0.310705X0.338157X0.035705X-0.138157X0.310705X-0.338157X-0.035705X0*%
%ADD17RoundRect,0.225000X0.225000X0.250000X-0.225000X0.250000X-0.225000X-0.250000X0.225000X-0.250000X0*%
%ADD18R,1.200000X0.650000*%
%ADD19RoundRect,0.200000X0.200000X0.275000X-0.200000X0.275000X-0.200000X-0.275000X0.200000X-0.275000X0*%
%ADD20C,0.300000*%
%ADD21RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*%
%ADD22R,1.700000X1.700000*%
%ADD23C,1.700000*%
%ADD24C,1.000000*%
%ADD25RoundRect,0.250000X0.250000X0.475000X-0.250000X0.475000X-0.250000X-0.475000X0.250000X-0.475000X0*%
%ADD26RoundRect,0.225000X0.250000X-0.225000X0.250000X0.225000X-0.250000X0.225000X-0.250000X-0.225000X0*%
%ADD27RoundRect,0.150000X-0.521491X0.309359X0.309359X-0.521491X0.521491X-0.309359X-0.309359X0.521491X0*%
%ADD28C,0.600000*%
%ADD29RoundRect,0.243750X0.243750X0.456250X-0.243750X0.456250X-0.243750X-0.456250X0.243750X-0.456250X0*%
%ADD30RoundRect,0.225000X0.017678X-0.335876X0.335876X-0.017678X-0.017678X0.335876X-0.335876X0.017678X0*%
%ADD31RoundRect,0.250000X-0.475000X0.250000X-0.475000X-0.250000X0.475000X-0.250000X0.475000X0.250000X0*%
%ADD32RoundRect,0.250000X0.275000X0.250000X-0.275000X0.250000X-0.275000X-0.250000X0.275000X-0.250000X0*%
%ADD33RoundRect,0.250000X0.850000X0.275000X-0.850000X0.275000X-0.850000X-0.275000X0.850000X-0.275000X0*%
%ADD34RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*%
%ADD35RoundRect,0.250000X0.450000X0.350000X-0.450000X0.350000X-0.450000X-0.350000X0.450000X-0.350000X0*%
%ADD36C,0.650000*%
%ADD37RoundRect,0.150000X-0.500000X0.150000X-0.500000X-0.150000X0.500000X-0.150000X0.500000X0.150000X0*%
%ADD38RoundRect,0.075000X-0.575000X0.075000X-0.575000X-0.075000X0.575000X-0.075000X0.575000X0.075000X0*%
%ADD39O,2.100000X1.000000*%
%ADD40O,1.600000X1.000000*%
%ADD41RoundRect,0.218750X0.026517X-0.335876X0.335876X-0.026517X-0.026517X0.335876X-0.335876X0.026517X0*%
%ADD42RotRect,1.000000X1.800000X225.000000*%
%ADD43FreePoly0,180.000000*%
%ADD44FreePoly1,180.000000*%
%ADD45RoundRect,0.243750X0.456250X-0.243750X0.456250X0.243750X-0.456250X0.243750X-0.456250X-0.243750X0*%
%ADD46RoundRect,0.050000X-0.050000X0.350000X-0.050000X-0.350000X0.050000X-0.350000X0.050000X0.350000X0*%
%ADD47RoundRect,0.050000X-0.350000X0.050000X-0.350000X-0.050000X0.350000X-0.050000X0.350000X0.050000X0*%
%ADD48R,3.700000X3.700000*%
%ADD49RoundRect,0.250000X-0.250000X-0.475000X0.250000X-0.475000X0.250000X0.475000X-0.250000X0.475000X0*%
%ADD50RoundRect,0.218750X0.381250X-0.218750X0.381250X0.218750X-0.381250X0.218750X-0.381250X-0.218750X0*%
%ADD51R,0.500000X0.500000*%
%ADD52R,0.899998X0.830000*%
%ADD53RoundRect,0.218750X-0.335876X-0.026517X-0.026517X-0.335876X0.335876X0.026517X0.026517X0.335876X0*%
%ADD54FreePoly0,90.000000*%
%ADD55FreePoly1,90.000000*%
%ADD56RoundRect,0.150000X0.500000X-0.150000X0.500000X0.150000X-0.500000X0.150000X-0.500000X-0.150000X0*%
%ADD57RoundRect,0.075000X0.575000X-0.075000X0.575000X0.075000X-0.575000X0.075000X-0.575000X-0.075000X0*%
%ADD58RoundRect,0.218750X0.335876X0.026517X0.026517X0.335876X-0.335876X-0.026517X-0.026517X-0.335876X0*%
%ADD59RoundRect,0.200000X-0.053033X0.335876X-0.335876X0.053033X0.053033X-0.335876X0.335876X-0.053033X0*%
%ADD60C,0.800000*%
G04 APERTURE END LIST*
%TO.C,JP2*%
G36*
X57950000Y-107850000D02*
G01*
X58250000Y-107850000D01*
X58250000Y-109350000D01*
X57950000Y-109350000D01*
X57950000Y-107850000D01*
G37*
%TO.C,J2*%
G36*
X75715000Y-111040000D02*
G01*
X73625000Y-111040000D01*
X73625000Y-109160000D01*
X75715000Y-109160000D01*
X75715000Y-111040000D01*
G37*
%TO.C,JP1*%
G36*
X58250000Y-106650000D02*
G01*
X57950000Y-106650000D01*
X57950000Y-105150000D01*
X58250000Y-105150000D01*
X58250000Y-106650000D01*
G37*
D10*
%TO.C,AE1*%
X80260000Y-117865000D02*
X82040000Y-117865000D01*
X82040000Y-115215000D01*
X84980000Y-115215000D01*
X84980000Y-117865000D01*
X86740000Y-117865000D01*
X86740000Y-115215007D01*
X89680000Y-115215256D01*
X89680000Y-115385000D01*
X89680000Y-117865000D01*
X91440000Y-117865000D01*
X91440000Y-113905000D01*
X91870000Y-113905000D01*
X91870000Y-118295000D01*
X89230000Y-118295000D01*
X89230000Y-118235000D01*
X89230000Y-115645000D01*
X87170000Y-115645000D01*
X87170000Y-118295000D01*
X84530000Y-118295000D01*
X84530000Y-115645000D01*
X82470000Y-115645000D01*
X82470000Y-118295000D01*
X77540000Y-118295000D01*
X77540000Y-113725000D01*
X77540106Y-113625566D01*
X78360000Y-113625000D01*
X78360000Y-117865000D01*
X79840000Y-117865000D01*
X79840000Y-113425000D01*
X80260000Y-113425000D01*
X80260000Y-117865000D01*
G36*
X80260000Y-117865000D02*
G01*
X82040000Y-117865000D01*
X82040000Y-115215000D01*
X84980000Y-115215000D01*
X84980000Y-117865000D01*
X86740000Y-117865000D01*
X86740000Y-115215007D01*
X89680000Y-115215256D01*
X89680000Y-115385000D01*
X89680000Y-117865000D01*
X91440000Y-117865000D01*
X91440000Y-113905000D01*
X91870000Y-113905000D01*
X91870000Y-118295000D01*
X89230000Y-118295000D01*
X89230000Y-118235000D01*
X89230000Y-115645000D01*
X87170000Y-115645000D01*
X87170000Y-118295000D01*
X84530000Y-118295000D01*
X84530000Y-115645000D01*
X82470000Y-115645000D01*
X82470000Y-118295000D01*
X77540000Y-118295000D01*
X77540000Y-113725000D01*
X77540106Y-113625566D01*
X78360000Y-113625000D01*
X78360000Y-117865000D01*
X79840000Y-117865000D01*
X79840000Y-113425000D01*
X80260000Y-113425000D01*
X80260000Y-117865000D01*
G37*
%TO.C,JP3*%
G36*
X73310000Y-71750000D02*
G01*
X74810000Y-71750000D01*
X74810000Y-71450000D01*
X73310000Y-71450000D01*
X73310000Y-71750000D01*
G37*
%TO.C,JP4*%
G36*
X67210000Y-71750000D02*
G01*
X68710000Y-71750000D01*
X68710000Y-71450000D01*
X67210000Y-71450000D01*
X67210000Y-71750000D01*
G37*
%TD*%
D11*
%TO.C,C14*%
X71800000Y-102625000D03*
X71800000Y-104175000D03*
%TD*%
D12*
%TO.C,JP2*%
X57450000Y-108600000D03*
D13*
X58750000Y-108600000D03*
%TD*%
D14*
%TO.C,R14*%
X82630000Y-75025000D03*
X82630000Y-73375000D03*
%TD*%
D15*
%TO.C,R8*%
X61000000Y-105375000D03*
X61000000Y-107025000D03*
%TD*%
D16*
%TO.C,R6*%
X67047500Y-79814470D03*
X67872500Y-78385530D03*
%TD*%
D17*
%TO.C,C3*%
X73325000Y-88100000D03*
X71775000Y-88100000D03*
%TD*%
D18*
%TO.C,SW1*%
X51050000Y-110125000D03*
X55350000Y-110125000D03*
X51050000Y-112275000D03*
X55350000Y-112275000D03*
%TD*%
D19*
%TO.C,R9*%
X58925000Y-111000000D03*
X57275000Y-111000000D03*
%TD*%
D20*
%TO.C,B2*%
X72420000Y-69790000D03*
X73020000Y-69790000D03*
X73620000Y-69790000D03*
X74560000Y-69790000D03*
X75160000Y-69790000D03*
X75760000Y-69790000D03*
X72420000Y-67810000D03*
X73020000Y-67810000D03*
X73620000Y-67810000D03*
X74560000Y-67810000D03*
X75160000Y-67810000D03*
X75760000Y-67810000D03*
%TD*%
D17*
%TO.C,C9*%
X73325000Y-83200000D03*
X71775000Y-83200000D03*
%TD*%
D21*
%TO.C,R7*%
X61575000Y-103400000D03*
X63225000Y-103400000D03*
%TD*%
D15*
%TO.C,R10*%
X80000000Y-108475000D03*
X80000000Y-110125000D03*
%TD*%
D22*
%TO.C,J5*%
X50725000Y-83940000D03*
D23*
X53265000Y-83940000D03*
X50725000Y-86480000D03*
X53265000Y-86480000D03*
X50725000Y-89020000D03*
X53265000Y-89020000D03*
X50725000Y-91560000D03*
X53265000Y-91560000D03*
X50725000Y-94100000D03*
X53265000Y-94100000D03*
X50725000Y-96640000D03*
X53265000Y-96640000D03*
X50725000Y-99180000D03*
X53265000Y-99180000D03*
X50725000Y-101720000D03*
X53265000Y-101720000D03*
X50725000Y-104260000D03*
X53265000Y-104260000D03*
X50725000Y-106800000D03*
X53265000Y-106800000D03*
%TD*%
D17*
%TO.C,C10*%
X68625000Y-83200000D03*
X67075000Y-83200000D03*
%TD*%
D24*
%TO.C,TP2*%
X69350000Y-92100000D03*
%TD*%
D25*
%TO.C,C2*%
X62343449Y-92193449D03*
X60443449Y-92193449D03*
%TD*%
D17*
%TO.C,C11*%
X73325000Y-81600000D03*
X71775000Y-81600000D03*
%TD*%
D26*
%TO.C,C7*%
X79900000Y-86075000D03*
X79900000Y-84525000D03*
%TD*%
D27*
%TO.C,D1*%
X60302288Y-80758785D03*
X58958785Y-82102288D03*
X60956362Y-82756362D03*
%TD*%
D28*
%TO.C,AE2*%
X74030000Y-63000000D03*
X67960000Y-67000000D03*
%TD*%
D29*
%TO.C,D2*%
X65037500Y-107200000D03*
X63162500Y-107200000D03*
%TD*%
D30*
%TO.C,C17*%
X78251992Y-107148008D03*
X79348008Y-106051992D03*
%TD*%
D21*
%TO.C,R1*%
X59875000Y-78600000D03*
X61525000Y-78600000D03*
%TD*%
D31*
%TO.C,C15*%
X79800000Y-92150000D03*
X79800000Y-94050000D03*
%TD*%
D18*
%TO.C,SW2*%
X55350000Y-116375000D03*
X51050000Y-116375000D03*
X55350000Y-114225000D03*
X51050000Y-114225000D03*
%TD*%
D32*
%TO.C,J2*%
X76250000Y-110100000D03*
D33*
X74725000Y-111575000D03*
X74725000Y-108625000D03*
%TD*%
D22*
%TO.C,J6*%
X88825000Y-83940000D03*
D23*
X91365000Y-83940000D03*
X88825000Y-86480000D03*
X91365000Y-86480000D03*
X88825000Y-89020000D03*
X91365000Y-89020000D03*
X88825000Y-91560000D03*
X91365000Y-91560000D03*
X88825000Y-94100000D03*
X91365000Y-94100000D03*
X88825000Y-96640000D03*
X91365000Y-96640000D03*
X88825000Y-99180000D03*
X91365000Y-99180000D03*
X88825000Y-101720000D03*
X91365000Y-101720000D03*
X88825000Y-104260000D03*
X91365000Y-104260000D03*
X88825000Y-106800000D03*
X91365000Y-106800000D03*
%TD*%
D20*
%TO.C,B1*%
X66320000Y-69790000D03*
X66920000Y-69790000D03*
X67520000Y-69790000D03*
X68460000Y-69790000D03*
X69060000Y-69790000D03*
X69660000Y-69790000D03*
X66320000Y-67810000D03*
X66920000Y-67810000D03*
X67520000Y-67810000D03*
X68460000Y-67810000D03*
X69060000Y-67810000D03*
X69660000Y-67810000D03*
%TD*%
D25*
%TO.C,C1*%
X62343449Y-85293449D03*
X60443449Y-85293449D03*
%TD*%
D34*
%TO.C,U2*%
X62343449Y-87755949D03*
X61393449Y-87755949D03*
X60443449Y-87755949D03*
X60443449Y-90030949D03*
X62343449Y-90030949D03*
%TD*%
D24*
%TO.C,TP3*%
X73600000Y-102300000D03*
%TD*%
D11*
%TO.C,C8*%
X76500000Y-87725000D03*
X76500000Y-89275000D03*
%TD*%
D15*
%TO.C,R15*%
X80230000Y-79375000D03*
X80230000Y-81025000D03*
%TD*%
D35*
%TO.C,Y2*%
X70000000Y-103200000D03*
X67800000Y-103200000D03*
X67800000Y-104900000D03*
X70000000Y-104900000D03*
%TD*%
D36*
%TO.C,J1*%
X55105000Y-73710000D03*
X55105000Y-79490000D03*
D37*
X56245000Y-73400000D03*
X56245000Y-74200000D03*
D38*
X56245000Y-75350000D03*
X56245000Y-76350000D03*
X56245000Y-76850000D03*
X56245000Y-77850000D03*
D37*
X56245000Y-79000000D03*
X56245000Y-79800000D03*
X56245000Y-79800000D03*
X56245000Y-79000000D03*
D38*
X56245000Y-78350000D03*
X56245000Y-77350000D03*
X56245000Y-75850000D03*
X56245000Y-74850000D03*
D37*
X56245000Y-74200000D03*
X56245000Y-73400000D03*
D39*
X55605000Y-72280000D03*
D40*
X51425000Y-72280000D03*
D39*
X55605000Y-80920000D03*
D40*
X51425000Y-80920000D03*
%TD*%
D19*
%TO.C,R3*%
X78125000Y-84500000D03*
X76475000Y-84500000D03*
%TD*%
D30*
%TO.C,C16*%
X74551992Y-103448008D03*
X75648008Y-102351992D03*
%TD*%
D41*
%TO.C,L1*%
X72193153Y-90956847D03*
X73306847Y-89843153D03*
%TD*%
D42*
%TO.C,Y1*%
X80816117Y-97283883D03*
X82583883Y-95516117D03*
%TD*%
D43*
%TO.C,JP1*%
X58750000Y-105900000D03*
D44*
X57450000Y-105900000D03*
%TD*%
D45*
%TO.C,D4*%
X57900000Y-116237500D03*
X57900000Y-114362500D03*
%TD*%
D24*
%TO.C,TP4*%
X80000000Y-111800000D03*
%TD*%
D46*
%TO.C,U1*%
X73275000Y-95075000D03*
X72925000Y-95075000D03*
X72575000Y-95075000D03*
X72225000Y-95075000D03*
X71875000Y-95075000D03*
X71525000Y-95075000D03*
X71175000Y-95075000D03*
X70825000Y-95075000D03*
X70475000Y-95075000D03*
X70125000Y-95075000D03*
X69775000Y-95075000D03*
X69425000Y-95075000D03*
X69075000Y-95075000D03*
X68725000Y-95075000D03*
D47*
X68550000Y-95950000D03*
X68550000Y-96300000D03*
X68550000Y-96650000D03*
X68550000Y-97000000D03*
X68550000Y-97350000D03*
X68550000Y-97700000D03*
X68550000Y-98050000D03*
X68550000Y-98400000D03*
X68550000Y-98750000D03*
X68550000Y-99100000D03*
D46*
X68725000Y-99975000D03*
X69075000Y-99975000D03*
X69425000Y-99975000D03*
X69775000Y-99975000D03*
X70125000Y-99975000D03*
X70475000Y-99975000D03*
X70825000Y-99975000D03*
X71175000Y-99975000D03*
X71525000Y-99975000D03*
X71875000Y-99975000D03*
X72225000Y-99975000D03*
X72575000Y-99975000D03*
X72925000Y-99975000D03*
X73275000Y-99975000D03*
D47*
X73450000Y-99100000D03*
X73450000Y-98750000D03*
X73450000Y-98400000D03*
X73450000Y-98050000D03*
X73450000Y-97700000D03*
X73450000Y-97350000D03*
X73450000Y-97000000D03*
X73450000Y-96650000D03*
X73450000Y-96300000D03*
X73450000Y-95950000D03*
D48*
X71000000Y-97525000D03*
%TD*%
D21*
%TO.C,R2*%
X59875000Y-75300000D03*
X61525000Y-75300000D03*
%TD*%
D26*
%TO.C,C6*%
X67050000Y-86375000D03*
X67050000Y-84825000D03*
%TD*%
D49*
%TO.C,C13*%
X75450000Y-92800000D03*
X77350000Y-92800000D03*
%TD*%
D50*
%TO.C,L3*%
X82000000Y-92962500D03*
X82000000Y-90837500D03*
%TD*%
D15*
%TO.C,R4*%
X78100000Y-86075000D03*
X78100000Y-87725000D03*
%TD*%
D51*
%TO.C,AE1*%
X80050000Y-113175000D03*
D52*
X77950001Y-113190000D03*
%TD*%
D45*
%TO.C,D3*%
X60900000Y-116237500D03*
X60900000Y-114362500D03*
%TD*%
D53*
%TO.C,L4*%
X75743153Y-104643153D03*
X76856847Y-105756847D03*
%TD*%
D54*
%TO.C,JP3*%
X74060000Y-72250000D03*
D55*
X74060000Y-70950000D03*
%TD*%
D17*
%TO.C,C12*%
X68625000Y-81600000D03*
X67075000Y-81600000D03*
%TD*%
D36*
%TO.C,J3*%
X87025000Y-79590000D03*
X87025000Y-73810000D03*
D56*
X85885000Y-79900000D03*
X85885000Y-79100000D03*
D57*
X85885000Y-77950000D03*
X85885000Y-76950000D03*
X85885000Y-76450000D03*
X85885000Y-75450000D03*
D56*
X85885000Y-74300000D03*
X85885000Y-73500000D03*
X85885000Y-73500000D03*
X85885000Y-74300000D03*
D57*
X85885000Y-74950000D03*
X85885000Y-75950000D03*
X85885000Y-77450000D03*
X85885000Y-78450000D03*
D56*
X85885000Y-79100000D03*
X85885000Y-79900000D03*
D39*
X86525000Y-81020000D03*
D40*
X90705000Y-81020000D03*
D39*
X86525000Y-72380000D03*
D40*
X90705000Y-72380000D03*
%TD*%
D16*
%TO.C,R5*%
X73247500Y-79814471D03*
X74072500Y-78385529D03*
%TD*%
D26*
%TO.C,C5*%
X73350000Y-86475000D03*
X73350000Y-84925000D03*
%TD*%
D54*
%TO.C,JP4*%
X67960000Y-72250000D03*
D55*
X67960000Y-70950000D03*
%TD*%
D58*
%TO.C,L2*%
X68306847Y-90956847D03*
X67193153Y-89843153D03*
%TD*%
D59*
%TO.C,R11*%
X79313363Y-108216637D03*
X78146637Y-109383363D03*
%TD*%
D24*
%TO.C,TP1*%
X71250000Y-92100000D03*
%TD*%
D17*
%TO.C,C4*%
X68625000Y-88100000D03*
X67075000Y-88100000D03*
%TD*%
D60*
X79430132Y-108326148D02*
G75*
G03*
X79789492Y-108475009I359368J359348D01*
G01*
M02*

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 83 KiB

View File

@@ -0,0 +1,416 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.7*%
%TF.CreationDate,2026-02-02T18:05:56+06:00*%
%TF.ProjectId,ch585_dev,63683538-355f-4646-9576-2e6b69636164,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.7) date 2026-02-02 18:05:56*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
%AMRotRect*
0 Rectangle, with rotation*
0 The origin of the aperture is its center*
0 $1 length*
0 $2 width*
0 $3 Rotation angle, in degrees counterclockwise*
0 Add horizontal line*
21,1,$1,$2,0,0,$3*%
G04 Aperture macros list end*
%ADD10RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*%
%ADD11RoundRect,0.200000X0.275000X-0.200000X0.275000X0.200000X-0.275000X0.200000X-0.275000X-0.200000X0*%
%ADD12RoundRect,0.200000X-0.275000X0.200000X-0.275000X-0.200000X0.275000X-0.200000X0.275000X0.200000X0*%
%ADD13RoundRect,0.200000X0.138157X-0.310705X0.338157X0.035705X-0.138157X0.310705X-0.338157X-0.035705X0*%
%ADD14RoundRect,0.225000X0.225000X0.250000X-0.225000X0.250000X-0.225000X-0.250000X0.225000X-0.250000X0*%
%ADD15R,1.200000X0.650000*%
%ADD16RoundRect,0.200000X0.200000X0.275000X-0.200000X0.275000X-0.200000X-0.275000X0.200000X-0.275000X0*%
%ADD17RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*%
%ADD18RoundRect,0.250000X0.250000X0.475000X-0.250000X0.475000X-0.250000X-0.475000X0.250000X-0.475000X0*%
%ADD19RoundRect,0.225000X0.250000X-0.225000X0.250000X0.225000X-0.250000X0.225000X-0.250000X-0.225000X0*%
%ADD20RoundRect,0.150000X-0.521491X0.309359X0.309359X-0.521491X0.521491X-0.309359X-0.309359X0.521491X0*%
%ADD21RoundRect,0.243750X0.243750X0.456250X-0.243750X0.456250X-0.243750X-0.456250X0.243750X-0.456250X0*%
%ADD22RoundRect,0.225000X0.017678X-0.335876X0.335876X-0.017678X-0.017678X0.335876X-0.335876X0.017678X0*%
%ADD23RoundRect,0.250000X-0.475000X0.250000X-0.475000X-0.250000X0.475000X-0.250000X0.475000X0.250000X0*%
%ADD24RoundRect,0.250000X0.275000X0.250000X-0.275000X0.250000X-0.275000X-0.250000X0.275000X-0.250000X0*%
%ADD25RoundRect,0.250000X0.850000X0.275000X-0.850000X0.275000X-0.850000X-0.275000X0.850000X-0.275000X0*%
%ADD26RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*%
%ADD27RoundRect,0.250000X0.450000X0.350000X-0.450000X0.350000X-0.450000X-0.350000X0.450000X-0.350000X0*%
%ADD28RoundRect,0.150000X-0.500000X0.150000X-0.500000X-0.150000X0.500000X-0.150000X0.500000X0.150000X0*%
%ADD29RoundRect,0.075000X-0.575000X0.075000X-0.575000X-0.075000X0.575000X-0.075000X0.575000X0.075000X0*%
%ADD30RoundRect,0.218750X0.026517X-0.335876X0.335876X-0.026517X-0.026517X0.335876X-0.335876X0.026517X0*%
%ADD31RotRect,1.000000X1.800000X225.000000*%
%ADD32RoundRect,0.243750X0.456250X-0.243750X0.456250X0.243750X-0.456250X0.243750X-0.456250X-0.243750X0*%
%ADD33RoundRect,0.240000X-0.240000X0.240000X-0.240000X-0.240000X0.240000X-0.240000X0.240000X0.240000X0*%
%ADD34RoundRect,0.050000X-0.050000X0.350000X-0.050000X-0.350000X0.050000X-0.350000X0.050000X0.350000X0*%
%ADD35RoundRect,0.050000X-0.350000X0.050000X-0.350000X-0.050000X0.350000X-0.050000X0.350000X0.050000X0*%
%ADD36RoundRect,0.250000X-0.250000X-0.475000X0.250000X-0.475000X0.250000X0.475000X-0.250000X0.475000X0*%
%ADD37RoundRect,0.218750X0.381250X-0.218750X0.381250X0.218750X-0.381250X0.218750X-0.381250X-0.218750X0*%
%ADD38RoundRect,0.218750X-0.335876X-0.026517X-0.026517X-0.335876X0.335876X0.026517X0.026517X0.335876X0*%
%ADD39RoundRect,0.150000X0.500000X-0.150000X0.500000X0.150000X-0.500000X0.150000X-0.500000X-0.150000X0*%
%ADD40RoundRect,0.075000X0.575000X-0.075000X0.575000X0.075000X-0.575000X0.075000X-0.575000X-0.075000X0*%
%ADD41RoundRect,0.218750X0.335876X0.026517X0.026517X0.335876X-0.335876X-0.026517X-0.026517X-0.335876X0*%
%ADD42RoundRect,0.200000X-0.053033X0.335876X-0.335876X0.053033X0.053033X-0.335876X0.335876X-0.053033X0*%
G04 APERTURE END LIST*
D10*
%TO.C,C14*%
X71800000Y-102625000D03*
X71800000Y-104175000D03*
%TD*%
D11*
%TO.C,R14*%
X82630000Y-75025000D03*
X82630000Y-73375000D03*
%TD*%
D12*
%TO.C,R8*%
X61000000Y-105375000D03*
X61000000Y-107025000D03*
%TD*%
D13*
%TO.C,R6*%
X67047500Y-79814470D03*
X67872500Y-78385530D03*
%TD*%
D14*
%TO.C,C3*%
X73325000Y-88100000D03*
X71775000Y-88100000D03*
%TD*%
D15*
%TO.C,SW1*%
X51050000Y-110125000D03*
X55350000Y-110125000D03*
X51050000Y-112275000D03*
X55350000Y-112275000D03*
%TD*%
D16*
%TO.C,R9*%
X58925000Y-111000000D03*
X57275000Y-111000000D03*
%TD*%
D14*
%TO.C,C9*%
X73325000Y-83200000D03*
X71775000Y-83200000D03*
%TD*%
D17*
%TO.C,R7*%
X61575000Y-103400000D03*
X63225000Y-103400000D03*
%TD*%
D12*
%TO.C,R10*%
X80000000Y-108475000D03*
X80000000Y-110125000D03*
%TD*%
D14*
%TO.C,C10*%
X68625000Y-83200000D03*
X67075000Y-83200000D03*
%TD*%
D18*
%TO.C,C2*%
X62343449Y-92193449D03*
X60443449Y-92193449D03*
%TD*%
D14*
%TO.C,C11*%
X73325000Y-81600000D03*
X71775000Y-81600000D03*
%TD*%
D19*
%TO.C,C7*%
X79900000Y-86075000D03*
X79900000Y-84525000D03*
%TD*%
D20*
%TO.C,D1*%
X60302288Y-80758785D03*
X58958785Y-82102288D03*
X60956362Y-82756362D03*
%TD*%
D21*
%TO.C,D2*%
X65037500Y-107200000D03*
X63162500Y-107200000D03*
%TD*%
D22*
%TO.C,C17*%
X78251992Y-107148008D03*
X79348008Y-106051992D03*
%TD*%
D17*
%TO.C,R1*%
X59875000Y-78600000D03*
X61525000Y-78600000D03*
%TD*%
D23*
%TO.C,C15*%
X79800000Y-92150000D03*
X79800000Y-94050000D03*
%TD*%
D15*
%TO.C,SW2*%
X55350000Y-116375000D03*
X51050000Y-116375000D03*
X55350000Y-114225000D03*
X51050000Y-114225000D03*
%TD*%
D24*
%TO.C,J2*%
X76250000Y-110100000D03*
D25*
X74725000Y-111575000D03*
X74725000Y-108625000D03*
%TD*%
D18*
%TO.C,C1*%
X62343449Y-85293449D03*
X60443449Y-85293449D03*
%TD*%
D26*
%TO.C,U2*%
X62343449Y-87755949D03*
X61393449Y-87755949D03*
X60443449Y-87755949D03*
X60443449Y-90030949D03*
X62343449Y-90030949D03*
%TD*%
D10*
%TO.C,C8*%
X76500000Y-87725000D03*
X76500000Y-89275000D03*
%TD*%
D12*
%TO.C,R15*%
X80230000Y-79375000D03*
X80230000Y-81025000D03*
%TD*%
D27*
%TO.C,Y2*%
X70000000Y-103200000D03*
X67800000Y-103200000D03*
X67800000Y-104900000D03*
X70000000Y-104900000D03*
%TD*%
D28*
%TO.C,J1*%
X56245000Y-73400000D03*
X56245000Y-74200000D03*
D29*
X56245000Y-75350000D03*
X56245000Y-76350000D03*
X56245000Y-76850000D03*
X56245000Y-77850000D03*
D28*
X56245000Y-79000000D03*
X56245000Y-79800000D03*
X56245000Y-79800000D03*
X56245000Y-79000000D03*
D29*
X56245000Y-78350000D03*
X56245000Y-77350000D03*
X56245000Y-75850000D03*
X56245000Y-74850000D03*
D28*
X56245000Y-74200000D03*
X56245000Y-73400000D03*
%TD*%
D16*
%TO.C,R3*%
X78125000Y-84500000D03*
X76475000Y-84500000D03*
%TD*%
D22*
%TO.C,C16*%
X74551992Y-103448008D03*
X75648008Y-102351992D03*
%TD*%
D30*
%TO.C,L1*%
X72193153Y-90956847D03*
X73306847Y-89843153D03*
%TD*%
D31*
%TO.C,Y1*%
X80816117Y-97283883D03*
X82583883Y-95516117D03*
%TD*%
D32*
%TO.C,D4*%
X57900000Y-116237500D03*
X57900000Y-114362500D03*
%TD*%
D33*
%TO.C,U1*%
X72230000Y-96295000D03*
X71000000Y-96295000D03*
X69770000Y-96295000D03*
X72230000Y-97525000D03*
X71000000Y-97525000D03*
X69770000Y-97525000D03*
X72230000Y-98755000D03*
X71000000Y-98755000D03*
X69770000Y-98755000D03*
D34*
X73275000Y-95075000D03*
X72925000Y-95075000D03*
X72575000Y-95075000D03*
X72225000Y-95075000D03*
X71875000Y-95075000D03*
X71525000Y-95075000D03*
X71175000Y-95075000D03*
X70825000Y-95075000D03*
X70475000Y-95075000D03*
X70125000Y-95075000D03*
X69775000Y-95075000D03*
X69425000Y-95075000D03*
X69075000Y-95075000D03*
X68725000Y-95075000D03*
D35*
X68550000Y-95950000D03*
X68550000Y-96300000D03*
X68550000Y-96650000D03*
X68550000Y-97000000D03*
X68550000Y-97350000D03*
X68550000Y-97700000D03*
X68550000Y-98050000D03*
X68550000Y-98400000D03*
X68550000Y-98750000D03*
X68550000Y-99100000D03*
D34*
X68725000Y-99975000D03*
X69075000Y-99975000D03*
X69425000Y-99975000D03*
X69775000Y-99975000D03*
X70125000Y-99975000D03*
X70475000Y-99975000D03*
X70825000Y-99975000D03*
X71175000Y-99975000D03*
X71525000Y-99975000D03*
X71875000Y-99975000D03*
X72225000Y-99975000D03*
X72575000Y-99975000D03*
X72925000Y-99975000D03*
X73275000Y-99975000D03*
D35*
X73450000Y-99100000D03*
X73450000Y-98750000D03*
X73450000Y-98400000D03*
X73450000Y-98050000D03*
X73450000Y-97700000D03*
X73450000Y-97350000D03*
X73450000Y-97000000D03*
X73450000Y-96650000D03*
X73450000Y-96300000D03*
X73450000Y-95950000D03*
%TD*%
D17*
%TO.C,R2*%
X59875000Y-75300000D03*
X61525000Y-75300000D03*
%TD*%
D19*
%TO.C,C6*%
X67050000Y-86375000D03*
X67050000Y-84825000D03*
%TD*%
D36*
%TO.C,C13*%
X75450000Y-92800000D03*
X77350000Y-92800000D03*
%TD*%
D37*
%TO.C,L3*%
X82000000Y-92962500D03*
X82000000Y-90837500D03*
%TD*%
D12*
%TO.C,R4*%
X78100000Y-86075000D03*
X78100000Y-87725000D03*
%TD*%
D32*
%TO.C,D3*%
X60900000Y-116237500D03*
X60900000Y-114362500D03*
%TD*%
D38*
%TO.C,L4*%
X75743153Y-104643153D03*
X76856847Y-105756847D03*
%TD*%
D14*
%TO.C,C12*%
X68625000Y-81600000D03*
X67075000Y-81600000D03*
%TD*%
D39*
%TO.C,J3*%
X85885000Y-79900000D03*
X85885000Y-79100000D03*
D40*
X85885000Y-77950000D03*
X85885000Y-76950000D03*
X85885000Y-76450000D03*
X85885000Y-75450000D03*
D39*
X85885000Y-74300000D03*
X85885000Y-73500000D03*
X85885000Y-73500000D03*
X85885000Y-74300000D03*
D40*
X85885000Y-74950000D03*
X85885000Y-75950000D03*
X85885000Y-77450000D03*
X85885000Y-78450000D03*
D39*
X85885000Y-79100000D03*
X85885000Y-79900000D03*
%TD*%
D13*
%TO.C,R5*%
X73247500Y-79814471D03*
X74072500Y-78385529D03*
%TD*%
D19*
%TO.C,C5*%
X73350000Y-86475000D03*
X73350000Y-84925000D03*
%TD*%
D41*
%TO.C,L2*%
X68306847Y-90956847D03*
X67193153Y-89843153D03*
%TD*%
D42*
%TO.C,R11*%
X79313363Y-108216637D03*
X78146637Y-109383363D03*
%TD*%
D14*
%TO.C,C4*%
X68625000Y-88100000D03*
X67075000Y-88100000D03*
%TD*%
M02*

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 76 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 298 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="210.0072mm" height="148.0058mm" viewBox="0.0000 0.0000 210.0072 148.0058">
<title>SVG Image created as ch585_dev-Margin.svg date 2026/02/17 22:09:28 </title>
<desc>Image generated by PCBNEW </desc>
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
stroke-linecap:round; stroke-linejoin:round;"
transform="translate(0 0) scale(1 1)">
</g>
</svg>

After

Width:  |  Height:  |  Size: 676 B

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,46 @@
M48
; DRILL file {KiCad 9.0.7} date 2026-02-02T18:06:44+0600
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2026-02-02T18:06:44+06:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,9.0.7
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
METRIC
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T1C0.380
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T2C0.650
%
G90
G05
T1
X66.32Y-67.81
X66.32Y-69.79
X66.92Y-67.81
X66.92Y-69.79
X67.52Y-67.81
X67.52Y-69.79
X68.46Y-67.81
X68.46Y-69.79
X69.06Y-67.81
X69.06Y-69.79
X69.66Y-67.81
X69.66Y-69.79
X72.42Y-67.81
X72.42Y-69.79
X73.02Y-67.81
X73.02Y-69.79
X73.62Y-67.81
X73.62Y-69.79
X74.56Y-67.81
X74.56Y-69.79
X75.16Y-67.81
X75.16Y-69.79
X75.76Y-67.81
X75.76Y-69.79
T2
X55.105Y-73.71
X55.105Y-79.49
X87.025Y-73.81
X87.025Y-79.59
M30

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,268 @@
M48
; DRILL file {KiCad 9.0.7} date 2026-02-02T18:06:44+0600
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2026-02-02T18:06:44+06:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,9.0.7
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.300
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.300
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C0.600
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C1.000
%
G90
G05
T1
X50.04Y-72.455
X50.04Y-74.995
X50.04Y-77.535
X50.04Y-80.075
X51.975Y-114.225
X52.58Y-74.995
X52.58Y-77.535
X52.58Y-115.635
X52.58Y-118.175
X53.15Y-110.15
X55.12Y-108.015
X55.12Y-118.175
X57.66Y-72.455
X57.66Y-118.175
X58.6Y-85.349
X58.6Y-86.5
X59.13Y-84.2
X59.13Y-103.4
X59.16Y-87.4
X59.23Y-91.7
X59.4Y-112.7
X60.2Y-72.455
X60.2Y-110.555
X60.2Y-118.175
X60.585Y-94.05
X60.6Y-103.4
X60.6Y-108.8
X62.23Y-82.3
X62.343Y-93.2
X62.63Y-79.0
X62.74Y-72.455
X62.74Y-74.995
X63.26Y-90.9
X63.5Y-112.0
X63.53Y-95.5
X65.0Y-112.0
X65.2Y-89.6
X65.2Y-90.6
X65.28Y-72.455
X65.28Y-74.995
X65.28Y-77.535
X65.28Y-80.075
X65.28Y-82.615
X65.28Y-85.155
X65.28Y-102.935
X65.28Y-105.475
X65.28Y-110.555
X65.5Y-95.6
X65.66Y-91.5
X65.66Y-92.9
X66.1Y-107.2
X66.46Y-94.1
X66.5Y-112.0
X66.7Y-103.2
X66.96Y-93.4
X67.5Y-95.6
X67.82Y-108.015
X67.82Y-110.555
X67.873Y-73.6
X68.0Y-112.0
X69.5Y-112.0
X70.0Y-106.0
X70.2Y-81.6
X70.2Y-83.2
X70.2Y-88.1
X70.23Y-90.1
X70.36Y-72.455
X70.36Y-74.995
X70.36Y-77.535
X70.36Y-80.075
X70.36Y-85.155
X70.36Y-108.015
X70.36Y-110.555
X71.0Y-112.0
X71.8Y-105.1
X72.26Y-72.5
X72.5Y-112.0
X72.8Y-104.2
X72.86Y-75.0
X72.9Y-77.535
X72.9Y-105.475
X72.9Y-108.015
X72.9Y-110.555
X74.09Y-69.1
X74.5Y-105.5
X74.96Y-78.9
X75.26Y-82.1
X75.36Y-72.6
X75.36Y-74.7
X75.36Y-77.5
X75.44Y-87.695
X75.85Y-91.85
X76.0Y-107.0
X76.5Y-103.5
X76.9Y-101.2
X76.925Y-94.975
X77.1Y-93.7
X77.13Y-88.7
X77.5Y-108.5
X77.95Y-112.0
X77.98Y-80.075
X77.98Y-82.615
X77.98Y-102.935
X78.0Y-105.0
X78.8Y-94.4
X80.2Y-89.4
X80.5Y-105.0
X80.5Y-107.0
X80.52Y-82.615
X80.52Y-102.935
X81.13Y-79.4
X81.36Y-85.8
X81.4Y-87.1
X81.96Y-84.8
X82.0Y-107.5
X82.0Y-109.0
X82.0Y-110.5
X82.0Y-112.0
X82.66Y-85.2
X83.06Y-102.935
X83.06Y-105.475
X83.06Y-108.015
X83.06Y-110.555
X83.33Y-83.4
X83.43Y-79.4
X83.5Y-112.0
X85.0Y-112.0
X85.6Y-82.615
X85.6Y-85.155
X85.6Y-90.235
X85.6Y-92.775
X85.6Y-105.475
X85.6Y-108.015
X85.6Y-110.555
X86.5Y-112.0
X88.0Y-112.0
X88.14Y-72.455
X88.14Y-74.995
X88.14Y-77.535
X88.14Y-80.075
X88.14Y-110.555
X89.5Y-112.0
X90.68Y-74.995
X90.68Y-77.535
X90.68Y-110.555
X91.0Y-112.0
T2
X67.96Y-67.0
X69.5Y-96.025
X69.5Y-97.025
X69.5Y-98.025
X69.5Y-99.025
X70.5Y-96.025
X70.5Y-97.025
X70.5Y-98.025
X70.5Y-99.025
X71.5Y-96.025
X71.5Y-97.025
X71.5Y-98.025
X71.5Y-99.025
X72.5Y-96.025
X72.5Y-97.025
X72.5Y-98.025
X72.5Y-99.025
X74.03Y-63.0
T4
X50.725Y-83.94
X50.725Y-86.48
X50.725Y-89.02
X50.725Y-91.56
X50.725Y-94.1
X50.725Y-96.64
X50.725Y-99.18
X50.725Y-101.72
X50.725Y-104.26
X50.725Y-106.8
X53.265Y-83.94
X53.265Y-86.48
X53.265Y-89.02
X53.265Y-91.56
X53.265Y-94.1
X53.265Y-96.64
X53.265Y-99.18
X53.265Y-101.72
X53.265Y-104.26
X53.265Y-106.8
X88.825Y-83.94
X88.825Y-86.48
X88.825Y-89.02
X88.825Y-91.56
X88.825Y-94.1
X88.825Y-96.64
X88.825Y-99.18
X88.825Y-101.72
X88.825Y-104.26
X88.825Y-106.8
X91.365Y-83.94
X91.365Y-86.48
X91.365Y-89.02
X91.365Y-91.56
X91.365Y-94.1
X91.365Y-96.64
X91.365Y-99.18
X91.365Y-101.72
X91.365Y-104.26
X91.365Y-106.8
T3
G00X51.725Y-72.28
M15
G01X51.125Y-72.28
M16
G05
G00X51.725Y-80.92
M15
G01X51.125Y-80.92
M16
G05
G00X56.155Y-72.28
M15
G01X55.055Y-72.28
M16
G05
G00X56.155Y-80.92
M15
G01X55.055Y-80.92
M16
G05
G00X85.975Y-72.38
M15
G01X87.075Y-72.38
M16
G05
G00X85.975Y-81.02
M15
G01X87.075Y-81.02
M16
G05
G00X90.405Y-72.38
M15
G01X91.005Y-72.38
M16
G05
G00X90.405Y-81.02
M15
G01X91.005Y-81.02
M16
G05
M30

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="210.0072mm" height="148.0058mm" viewBox="0.0000 0.0000 210.0072 148.0058">
<title>SVG Image created as ch585_dev-User_Comments.svg date 2026/02/17 22:09:28 </title>
<desc>Image generated by PCBNEW </desc>
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
stroke-linecap:round; stroke-linejoin:round;"
transform="translate(0 0) scale(1 1)">
</g>
</svg>

After

Width:  |  Height:  |  Size: 683 B

View File

@@ -0,0 +1,737 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="210.0072mm" height="148.0058mm" viewBox="0.0000 0.0000 210.0072 148.0058">
<title>SVG Image created as ch585_dev-User_Drawings.svg date 2026/02/17 22:09:28 </title>
<desc>Image generated by PCBNEW </desc>
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
stroke-linecap:round; stroke-linejoin:round;"
transform="translate(0 0) scale(1 1)">
</g>
<g style="fill:none;
stroke:#C2C2C2; stroke-width:0.1500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<text x="52.0600" y="22.5500"
textLength="3.5833" font-size="1.3333" lengthAdjust="spacingAndGlyphs"
text-anchor="middle" opacity="0" stroke-opacity="0">16.8</text>
<g class="stroked-text"><desc>16.8</desc>
<path d="M51.1552 22.5048
L50.5838 22.5048
" />
<path d="M50.8695 22.5048
L50.8695 21.5048
" />
<path d="M50.8695 21.5048
L50.7743 21.6477
" />
<path d="M50.7743 21.6477
L50.6790 21.7429
" />
<path d="M50.6790 21.7429
L50.5838 21.7905
" />
<path d="M52.0124 21.5048
L51.8219 21.5048
" />
<path d="M51.8219 21.5048
L51.7267 21.5524
" />
<path d="M51.7267 21.5524
L51.6790 21.6001
" />
<path d="M51.6790 21.6001
L51.5838 21.7429
" />
<path d="M51.5838 21.7429
L51.5362 21.9334
" />
<path d="M51.5362 21.9334
L51.5362 22.3143
" />
<path d="M51.5362 22.3143
L51.5838 22.4096
" />
<path d="M51.5838 22.4096
L51.6314 22.4572
" />
<path d="M51.6314 22.4572
L51.7267 22.5048
" />
<path d="M51.7267 22.5048
L51.9171 22.5048
" />
<path d="M51.9171 22.5048
L52.0124 22.4572
" />
<path d="M52.0124 22.4572
L52.0600 22.4096
" />
<path d="M52.0600 22.4096
L52.1076 22.3143
" />
<path d="M52.1076 22.3143
L52.1076 22.0762
" />
<path d="M52.1076 22.0762
L52.0600 21.9810
" />
<path d="M52.0600 21.9810
L52.0124 21.9334
" />
<path d="M52.0124 21.9334
L51.9171 21.8858
" />
<path d="M51.9171 21.8858
L51.7267 21.8858
" />
<path d="M51.7267 21.8858
L51.6314 21.9334
" />
<path d="M51.6314 21.9334
L51.5838 21.9810
" />
<path d="M51.5838 21.9810
L51.5362 22.0762
" />
<path d="M52.5362 22.4096
L52.5838 22.4572
" />
<path d="M52.5838 22.4572
L52.5362 22.5048
" />
<path d="M52.5362 22.5048
L52.4886 22.4572
" />
<path d="M52.4886 22.4572
L52.5362 22.4096
" />
<path d="M52.5362 22.4096
L52.5362 22.5048
" />
<path d="M53.1552 21.9334
L53.0600 21.8858
" />
<path d="M53.0600 21.8858
L53.0124 21.8382
" />
<path d="M53.0124 21.8382
L52.9648 21.7429
" />
<path d="M52.9648 21.7429
L52.9648 21.6953
" />
<path d="M52.9648 21.6953
L53.0124 21.6001
" />
<path d="M53.0124 21.6001
L53.0600 21.5524
" />
<path d="M53.0600 21.5524
L53.1552 21.5048
" />
<path d="M53.1552 21.5048
L53.3457 21.5048
" />
<path d="M53.3457 21.5048
L53.4410 21.5524
" />
<path d="M53.4410 21.5524
L53.4886 21.6001
" />
<path d="M53.4886 21.6001
L53.5362 21.6953
" />
<path d="M53.5362 21.6953
L53.5362 21.7429
" />
<path d="M53.5362 21.7429
L53.4886 21.8382
" />
<path d="M53.4886 21.8382
L53.4410 21.8858
" />
<path d="M53.4410 21.8858
L53.3457 21.9334
" />
<path d="M53.3457 21.9334
L53.1552 21.9334
" />
<path d="M53.1552 21.9334
L53.0600 21.9810
" />
<path d="M53.0600 21.9810
L53.0124 22.0286
" />
<path d="M53.0124 22.0286
L52.9648 22.1239
" />
<path d="M52.9648 22.1239
L52.9648 22.3143
" />
<path d="M52.9648 22.3143
L53.0124 22.4096
" />
<path d="M53.0124 22.4096
L53.0600 22.4572
" />
<path d="M53.0600 22.4572
L53.1552 22.5048
" />
<path d="M53.1552 22.5048
L53.3457 22.5048
" />
<path d="M53.3457 22.5048
L53.4410 22.4572
" />
<path d="M53.4410 22.4572
L53.4886 22.4096
" />
<path d="M53.4886 22.4096
L53.5362 22.3143
" />
<path d="M53.5362 22.3143
L53.5362 22.1239
" />
<path d="M53.5362 22.1239
L53.4886 22.0286
" />
<path d="M53.4886 22.0286
L53.4410 21.9810
" />
<path d="M53.4410 21.9810
L53.3457 21.9334
" />
</g></g>
<g style="fill:none;
stroke:#C2C2C2; stroke-width:0.1000; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<path d="M43.6600 29.0000
L43.6600 22.6136
" />
<path d="M60.4600 22.6136
L60.4600 29.0000
" />
<path d="M43.6600 23.2000
L60.4600 23.2000
" />
<path d="M43.6600 23.2000
L44.7865 22.6136
" />
<path d="M43.6600 23.2000
L44.7865 23.7864
" />
<path d="M60.4600 23.2000
L59.3335 23.7864
" />
<path d="M60.4600 23.2000
L59.3335 22.6136
" />
</g>
<g style="fill:none;
stroke:#C2C2C2; stroke-width:0.1500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<g transform="rotate(-90.000000 67.5100 43.2500)">
<text x="67.5100" y="43.7500"
textLength="3.5833" font-size="1.3333" lengthAdjust="spacingAndGlyphs"
text-anchor="middle" opacity="0" stroke-opacity="0">37.3</text>
</g>
<g class="stroked-text"><desc>37.3</desc>
<path d="M66.9648 44.7738
L66.9648 44.1548
" />
<path d="M66.9648 44.1548
L67.3458 44.4881
" />
<path d="M67.3458 44.4881
L67.3458 44.3452
" />
<path d="M67.3458 44.3452
L67.3934 44.2500
" />
<path d="M67.3934 44.2500
L67.4410 44.2024
" />
<path d="M67.4410 44.2024
L67.5362 44.1548
" />
<path d="M67.5362 44.1548
L67.7743 44.1548
" />
<path d="M67.7743 44.1548
L67.8696 44.2024
" />
<path d="M67.8696 44.2024
L67.9172 44.2500
" />
<path d="M67.9172 44.2500
L67.9648 44.3452
" />
<path d="M67.9648 44.3452
L67.9648 44.6310
" />
<path d="M67.9648 44.6310
L67.9172 44.7262
" />
<path d="M67.9172 44.7262
L67.8696 44.7738
" />
<path d="M66.9648 43.8214
L66.9648 43.1548
" />
<path d="M66.9648 43.1548
L67.9648 43.5833
" />
<path d="M67.8696 42.7738
L67.9172 42.7262
" />
<path d="M67.9172 42.7262
L67.9648 42.7738
" />
<path d="M67.9648 42.7738
L67.9172 42.8214
" />
<path d="M67.9172 42.8214
L67.8696 42.7738
" />
<path d="M67.8696 42.7738
L67.9648 42.7738
" />
<path d="M66.9648 42.3929
L66.9648 41.7738
" />
<path d="M66.9648 41.7738
L67.3458 42.1071
" />
<path d="M67.3458 42.1071
L67.3458 41.9643
" />
<path d="M67.3458 41.9643
L67.3934 41.8690
" />
<path d="M67.3934 41.8690
L67.4410 41.8214
" />
<path d="M67.4410 41.8214
L67.5362 41.7738
" />
<path d="M67.5362 41.7738
L67.7743 41.7738
" />
<path d="M67.7743 41.7738
L67.8696 41.8214
" />
<path d="M67.8696 41.8214
L67.9172 41.8690
" />
<path d="M67.9172 41.8690
L67.9648 41.9643
" />
<path d="M67.9648 41.9643
L67.9648 42.2500
" />
<path d="M67.9648 42.2500
L67.9172 42.3452
" />
<path d="M67.9172 42.3452
L67.8696 42.3929
" />
</g></g>
<g style="fill:none;
stroke:#C2C2C2; stroke-width:0.1000; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<path d="M65.2600 61.9000
L69.2464 61.9000
" />
<path d="M69.2464 24.6000
L65.2600 24.6000
" />
<path d="M68.6600 61.9000
L68.6600 24.6000
" />
<path d="M68.6600 61.9000
L68.0736 60.7735
" />
<path d="M68.6600 61.9000
L69.2464 60.7735
" />
<path d="M68.6600 24.6000
L69.2464 25.7265
" />
<path d="M68.6600 24.6000
L68.0736 25.7265
" />
</g>
<g style="fill:none;
stroke:#C2C2C2; stroke-width:0.1500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<g transform="rotate(-90.000000 58.3100 43.2500)">
<text x="58.3100" y="43.7500"
textLength="3.5833" font-size="1.3333" lengthAdjust="spacingAndGlyphs"
text-anchor="middle" opacity="0" stroke-opacity="0">28.1</text>
</g>
<g class="stroked-text"><desc>28.1</desc>
<path d="M57.8601 44.7262
L57.8124 44.6786
" />
<path d="M57.8124 44.6786
L57.7648 44.5833
" />
<path d="M57.7648 44.5833
L57.7648 44.3452
" />
<path d="M57.7648 44.3452
L57.8124 44.2500
" />
<path d="M57.8124 44.2500
L57.8601 44.2024
" />
<path d="M57.8601 44.2024
L57.9553 44.1548
" />
<path d="M57.9553 44.1548
L58.0505 44.1548
" />
<path d="M58.0505 44.1548
L58.1934 44.2024
" />
<path d="M58.1934 44.2024
L58.7648 44.7738
" />
<path d="M58.7648 44.7738
L58.7648 44.1548
" />
<path d="M58.1934 43.5833
L58.1458 43.6786
" />
<path d="M58.1458 43.6786
L58.0982 43.7262
" />
<path d="M58.0982 43.7262
L58.0029 43.7738
" />
<path d="M58.0029 43.7738
L57.9553 43.7738
" />
<path d="M57.9553 43.7738
L57.8601 43.7262
" />
<path d="M57.8601 43.7262
L57.8124 43.6786
" />
<path d="M57.8124 43.6786
L57.7648 43.5833
" />
<path d="M57.7648 43.5833
L57.7648 43.3929
" />
<path d="M57.7648 43.3929
L57.8124 43.2976
" />
<path d="M57.8124 43.2976
L57.8601 43.2500
" />
<path d="M57.8601 43.2500
L57.9553 43.2024
" />
<path d="M57.9553 43.2024
L58.0029 43.2024
" />
<path d="M58.0029 43.2024
L58.0982 43.2500
" />
<path d="M58.0982 43.2500
L58.1458 43.2976
" />
<path d="M58.1458 43.2976
L58.1934 43.3929
" />
<path d="M58.1934 43.3929
L58.1934 43.5833
" />
<path d="M58.1934 43.5833
L58.2410 43.6786
" />
<path d="M58.2410 43.6786
L58.2886 43.7262
" />
<path d="M58.2886 43.7262
L58.3839 43.7738
" />
<path d="M58.3839 43.7738
L58.5743 43.7738
" />
<path d="M58.5743 43.7738
L58.6696 43.7262
" />
<path d="M58.6696 43.7262
L58.7172 43.6786
" />
<path d="M58.7172 43.6786
L58.7648 43.5833
" />
<path d="M58.7648 43.5833
L58.7648 43.3929
" />
<path d="M58.7648 43.3929
L58.7172 43.2976
" />
<path d="M58.7172 43.2976
L58.6696 43.2500
" />
<path d="M58.6696 43.2500
L58.5743 43.2024
" />
<path d="M58.5743 43.2024
L58.3839 43.2024
" />
<path d="M58.3839 43.2024
L58.2886 43.2500
" />
<path d="M58.2886 43.2500
L58.2410 43.2976
" />
<path d="M58.2410 43.2976
L58.1934 43.3929
" />
<path d="M58.6696 42.7738
L58.7172 42.7262
" />
<path d="M58.7172 42.7262
L58.7648 42.7738
" />
<path d="M58.7648 42.7738
L58.7172 42.8214
" />
<path d="M58.7172 42.8214
L58.6696 42.7738
" />
<path d="M58.6696 42.7738
L58.7648 42.7738
" />
<path d="M58.7648 41.7738
L58.7648 42.3452
" />
<path d="M58.7648 42.0595
L57.7648 42.0595
" />
<path d="M57.7648 42.0595
L57.9077 42.1548
" />
<path d="M57.9077 42.1548
L58.0029 42.2500
" />
<path d="M58.0029 42.2500
L58.0505 42.3452
" />
</g></g>
<g style="fill:none;
stroke:#C2C2C2; stroke-width:0.1000; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<path d="M59.9600 57.3000
L58.8736 57.3000
" />
<path d="M58.8736 29.2000
L59.9600 29.2000
" />
<path d="M59.4600 57.3000
L59.4600 29.2000
" />
<path d="M59.4600 57.3000
L58.8736 56.1735
" />
<path d="M59.4600 57.3000
L60.0464 56.1735
" />
<path d="M59.4600 29.2000
L60.0464 30.3265
" />
<path d="M59.4600 29.2000
L58.8736 30.3265
" />
</g>
<g style="fill:none;
stroke:#C2C2C2; stroke-width:0.1500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<text x="52.0600" y="19.3500"
textLength="2.1548" font-size="1.3333" lengthAdjust="spacingAndGlyphs"
text-anchor="middle" opacity="0" stroke-opacity="0">26</text>
<g class="stroked-text"><desc>26</desc>
<path d="M51.2981 18.4001
L51.3457 18.3524
" />
<path d="M51.3457 18.3524
L51.4410 18.3048
" />
<path d="M51.4410 18.3048
L51.6790 18.3048
" />
<path d="M51.6790 18.3048
L51.7743 18.3524
" />
<path d="M51.7743 18.3524
L51.8219 18.4001
" />
<path d="M51.8219 18.4001
L51.8695 18.4953
" />
<path d="M51.8695 18.4953
L51.8695 18.5905
" />
<path d="M51.8695 18.5905
L51.8219 18.7334
" />
<path d="M51.8219 18.7334
L51.2505 19.3048
" />
<path d="M51.2505 19.3048
L51.8695 19.3048
" />
<path d="M52.7267 18.3048
L52.5362 18.3048
" />
<path d="M52.5362 18.3048
L52.4410 18.3524
" />
<path d="M52.4410 18.3524
L52.3933 18.4001
" />
<path d="M52.3933 18.4001
L52.2981 18.5429
" />
<path d="M52.2981 18.5429
L52.2505 18.7334
" />
<path d="M52.2505 18.7334
L52.2505 19.1143
" />
<path d="M52.2505 19.1143
L52.2981 19.2096
" />
<path d="M52.2981 19.2096
L52.3457 19.2572
" />
<path d="M52.3457 19.2572
L52.4410 19.3048
" />
<path d="M52.4410 19.3048
L52.6314 19.3048
" />
<path d="M52.6314 19.3048
L52.7267 19.2572
" />
<path d="M52.7267 19.2572
L52.7743 19.2096
" />
<path d="M52.7743 19.2096
L52.8219 19.1143
" />
<path d="M52.8219 19.1143
L52.8219 18.8762
" />
<path d="M52.8219 18.8762
L52.7743 18.7810
" />
<path d="M52.7743 18.7810
L52.7267 18.7334
" />
<path d="M52.7267 18.7334
L52.6314 18.6858
" />
<path d="M52.6314 18.6858
L52.4410 18.6858
" />
<path d="M52.4410 18.6858
L52.3457 18.7334
" />
<path d="M52.3457 18.7334
L52.2981 18.7810
" />
<path d="M52.2981 18.7810
L52.2505 18.8762
" />
</g></g>
<g style="fill:none;
stroke:#C2C2C2; stroke-width:0.1000; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<path d="M39.0600 24.4000
L39.0600 19.4136
" />
<path d="M65.0600 19.4136
L65.0600 24.9000
" />
<path d="M39.0600 20.0000
L65.0600 20.0000
" />
<path d="M39.0600 20.0000
L40.1865 19.4136
" />
<path d="M39.0600 20.0000
L40.1865 20.5864
" />
<path d="M65.0600 20.0000
L63.9335 20.5864
" />
<path d="M65.0600 20.0000
L63.9335 19.4136
" />
</g>
<g style="fill:none;
stroke:#C2C2C2; stroke-width:0.1200; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<path d="M30.1000 71.5000
L32.1000 71.5000
" />
<path d="M31.1000 71.0000
L32.1000 71.5000
" />
<path d="M31.1000 72.0000
L31.1000 71.0000
" />
<path d="M32.1000 71.5000
L31.1000 72.0000
" />
</g>
<g style="fill:none;
stroke:#C2C2C2; stroke-width:0.1500; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<path d="M58.1000 108.3250
L58.1000 113.5250
" />
<path d="M58.1000 108.3250
L73.3000 108.3250
" />
<path d="M58.1000 108.3250
L73.3000 113.5250
" />
<path d="M58.1000 113.5250
L73.3000 108.3250
" />
<path d="M58.1000 113.5250
L73.3000 113.5250
" />
<path d="M73.3000 108.3250
L73.3000 113.5250
" />
</g>
<g style="fill:none;
stroke:#C2C2C2; stroke-width:0.1200; stroke-opacity:1;
stroke-linecap:round; stroke-linejoin:round;">
<path d="M72.2300 71.6000
L73.2300 71.1000
" />
<path d="M73.2300 71.1000
L73.2300 72.1000
" />
<path d="M73.2300 72.1000
L72.2300 71.6000
" />
<path d="M74.2300 71.6000
L72.2300 71.6000
" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,34 @@
Designator,Footprint,Quantity,Value,LCSC Part #
AE1,Texas_SWRA117D_2.4GHz_Left,1,2.4GHz ANT,
AE2,Antenna_367x254mm,1,NFC_ANT,
"C1, L3",0805,2,10u,
"C10, C9",0603,2,30p,
"C11, C12",0603,2,150p,
"C13, C2",0805,2,2.2u,
"C14, L1, L2",0603,3,1u,
C15,0805,1,4.7u,
"C16, C17, L4",0603,3,TBD,
C18,0603,1,100n,
"C3, C4",0603,2,100p,
"C5, C6",0603,2,24p,
"C7, C8",0603,2,10n,
D1,SOT-23,1,BAT54C,
D2,0805,1,PWR_LED,
D3,0805,1,LED1,
D4,0805,1,LED2,
"J1, J3",USB_C_Receptacle_HCTL_HC-TYPE-C-16P-01A,2,USB_C_Receptacle_USB2.0_16P,
J2,U.FL_Hirose_U.FL-R-SMT-1_Vertical,1,U.FL,
J4,PinHeader_2x07_P1.27mm_Vertical_SMD,1,Touch_Panel,
"J5, J6",PinHeader_2x10_P2.54mm_Vertical,2,Conn_02x10_Odd_Even,
"NFC+, NFC-, TP3, TP4",TestPoint_Pad_D1.0mm,4,TestPoint_Small,
"R1, R14, R15, R2",0603,4,5.1k,
"R10, R11, R12, R13",0603,4,0R,
R3,0603,1,2k,
"R4, R7, R8, R9",0603,4,1k,
"R5, R6",0603,2,2R,
SW1,TS3425PA,1,BOOT,
SW2,TS3425PA,1,RST,
U1,QFN-48-WCH,1,CH585M,
U2,SOT-23-5,1,RT9013-33GB,
Y1,Crystal_SMD_3215-2Pin_3.2x1.5mm,1,32.768kHz,
Y2,Crystal_SMD_3225-4Pin_3.2x2.5mm,1,32MHz ±10ppm 12pF,
1 Designator Footprint Quantity Value LCSC Part #
2 AE1 Texas_SWRA117D_2.4GHz_Left 1 2.4GHz ANT
3 AE2 Antenna_367x254mm 1 NFC_ANT
4 C1, L3 0805 2 10u
5 C10, C9 0603 2 30p
6 C11, C12 0603 2 150p
7 C13, C2 0805 2 2.2u
8 C14, L1, L2 0603 3 1u
9 C15 0805 1 4.7u
10 C16, C17, L4 0603 3 TBD
11 C18 0603 1 100n
12 C3, C4 0603 2 100p
13 C5, C6 0603 2 24p
14 C7, C8 0603 2 10n
15 D1 SOT-23 1 BAT54C
16 D2 0805 1 PWR_LED
17 D3 0805 1 LED1
18 D4 0805 1 LED2
19 J1, J3 USB_C_Receptacle_HCTL_HC-TYPE-C-16P-01A 2 USB_C_Receptacle_USB2.0_16P
20 J2 U.FL_Hirose_U.FL-R-SMT-1_Vertical 1 U.FL
21 J4 PinHeader_2x07_P1.27mm_Vertical_SMD 1 Touch_Panel
22 J5, J6 PinHeader_2x10_P2.54mm_Vertical 2 Conn_02x10_Odd_Even
23 NFC+, NFC-, TP3, TP4 TestPoint_Pad_D1.0mm 4 TestPoint_Small
24 R1, R14, R15, R2 0603 4 5.1k
25 R10, R11, R12, R13 0603 4 0R
26 R3 0603 1 2k
27 R4, R7, R8, R9 0603 4 1k
28 R5, R6 0603 2 2R
29 SW1 TS3425PA 1 BOOT
30 SW2 TS3425PA 1 RST
31 U1 QFN-48-WCH 1 CH585M
32 U2 SOT-23-5 1 RT9013-33GB
33 Y1 Crystal_SMD_3215-2Pin_3.2x1.5mm 1 32.768kHz
34 Y2 Crystal_SMD_3225-4Pin_3.2x2.5mm 1 32MHz ±10ppm 12pF

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,75 @@
AE1:1
AE2:1
C1:1
C10:1
C11:1
C12:1
C13:1
C14:1
C15:1
C16:1
C17:1
C18:1
C2:1
C3:1
C4:1
C5:1
C6:1
C7:1
C8:1
C9:1
D1:1
D2:1
D3:1
D4:1
G***:1
J1:1
J2:1
J3:1
J4:1
J5:1
J6:1
JP1:1
JP2:1
JP3:1
JP4:1
KIBUZZARD-697F88F7:1
KIBUZZARD-697F890A:1
KIBUZZARD-697F8E46:1
KIBUZZARD-697F8E66:1
KIBUZZARD-69938502:1
KIBUZZARD-69938514:1
KIBUZZARD-6994163A:1
KIBUZZARD-69941645:1
KIBUZZARD-6994168B:1
KIBUZZARD-699416E0:1
L1:1
L2:1
L3:1
L4:1
NFC+:1
NFC-:1
R1:1
R10:1
R11:1
R12:1
R13:1
R14:1
R15:1
R2:1
R3:1
R4:1
R5:1
R6:1
R7:1
R8:1
R9:1
REF**:1
SW1:1
SW2:1
TP3:1
TP4:1
U1:1
U2:1
Y1:1
Y2:1
1 AE1:1
2 AE2:1
3 C1:1
4 C10:1
5 C11:1
6 C12:1
7 C13:1
8 C14:1
9 C15:1
10 C16:1
11 C17:1
12 C18:1
13 C2:1
14 C3:1
15 C4:1
16 C5:1
17 C6:1
18 C7:1
19 C8:1
20 C9:1
21 D1:1
22 D2:1
23 D3:1
24 D4:1
25 G***:1
26 J1:1
27 J2:1
28 J3:1
29 J4:1
30 J5:1
31 J6:1
32 JP1:1
33 JP2:1
34 JP3:1
35 JP4:1
36 KIBUZZARD-697F88F7:1
37 KIBUZZARD-697F890A:1
38 KIBUZZARD-697F8E46:1
39 KIBUZZARD-697F8E66:1
40 KIBUZZARD-69938502:1
41 KIBUZZARD-69938514:1
42 KIBUZZARD-6994163A:1
43 KIBUZZARD-69941645:1
44 KIBUZZARD-6994168B:1
45 KIBUZZARD-699416E0:1
46 L1:1
47 L2:1
48 L3:1
49 L4:1
50 NFC+:1
51 NFC-:1
52 R1:1
53 R10:1
54 R11:1
55 R12:1
56 R13:1
57 R14:1
58 R15:1
59 R2:1
60 R3:1
61 R4:1
62 R5:1
63 R6:1
64 R7:1
65 R8:1
66 R9:1
67 REF**:1
68 SW1:1
69 SW2:1
70 TP3:1
71 TP4:1
72 U1:1
73 U2:1
74 Y1:1
75 Y2:1

View File

@@ -0,0 +1,445 @@
P CODE 00
P UNITS CUST 0
P arrayDim N
317GND VIA MD0118PA00X+024665Y-030193X0197Y0000R000S3
317GND VIA MD0118PA00X+024665Y-029193X0197Y0000R000S3
317GND VIA MD0118PA00X+024606Y-031693X0197Y0000R000S3
317/UD2+ VIA MD0118PA00X+024827Y-031378X0197Y0000R000S3
317/UD2- VIA MD0118PA00X+025102Y-031535X0197Y0000R000S3
317GND VIA MD0118PA00X+025768Y-027756X0197Y0000R000S3
317GND VIA MD0118PA00X+023819Y-030748X0197Y0000R000S3
317VBUS VIA MD0118PA00X+024291Y-032283X0197Y0000R000S3
317GND VIA MD0118PA00X+017146Y-030039X0197Y0000R000S3
317/UD2- VIA MD0118PA00X+018819Y-035217X0197Y0000R000S3
317GND VIA MD0118PA00X+020323Y-041000X0197Y0000R000S3
317GND VIA MD0118PA00X+021969Y-039409X0197Y0000R000S3
317GND VIA MD0118PA00X+027323Y-030000X0197Y0000R000S3
317GND VIA MD0118PA00X+016142Y-038937X0197Y0000R000S3
317GND VIA MD0118PA00X+017539Y-035866X0197Y0000R000S3
317GND VIA MD0118PA00X+027323Y-029000X0197Y0000R000S3
317GND VIA MD0118PA00X+022677Y-034291X0197Y0000R000S3
317GND VIA MD0118PA00X+021323Y-028000X0197Y0000R000S3
317GND VIA MD0118PA00X+015878Y-034134X0197Y0000R000S3
317GND VIA MD0118PA00X+018740Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+020299Y-039783X0197Y0000R000S3
317GND VIA MD0118PA00X+024567Y-041457X0197Y0000R000S3
317GND VIA MD0118PA00X+020197Y-030118X0197Y0000R000S3
317GND VIA MD0118PA00X+028323Y-027000X0197Y0000R000S3
317GND VIA MD0118PA00X+017323Y-035000X0197Y0000R000S3
317GND VIA MD0118PA00X+015945Y-042362X0197Y0000R000S3
317GND VIA MD0118PA00X+027205Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+022953Y-039094X0197Y0000R000S3
317GND VIA MD0118PA00X+017559Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+023858Y-032362X0197Y0000R000S3
317GND VIA MD0118PA00X+028386Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+022323Y-028000X0197Y0000R000S3
317GND VIA MD0118PA00X+015323Y-026000X0197Y0000R000S3
317GND VIA MD0118PA00X+018150Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+019000Y-038681X0197Y0000R000S3
317GND VIA MD0118PA00X+023543Y-035236X0197Y0000R000S3
317GND VIA MD0118PA00X+013323Y-027000X0197Y0000R000S3
317GND VIA MD0118PA00X+012323Y-028000X0197Y0000R000S3
317GND VIA MD0118PA00X+022189Y-030315X0197Y0000R000S3
317GND VIA MD0118PA00X+025323Y-034000X0197Y0000R000S3
317GND VIA MD0118PA00X+027323Y-027000X0197Y0000R000S3
317GND VIA MD0118PA00X+020323Y-029000X0197Y0000R000S3
317GND VIA MD0118PA00X+021535Y-038976X0197Y0000R000S3
317GND VIA MD0118PA00X+022323Y-032000X0197Y0000R000S3
317GND VIA MD0118PA00X+027323Y-028000X0197Y0000R000S3
317GND VIA MD0118PA00X+024016Y-040197X0197Y0000R000S3
317GND VIA MD0118PA00X+018323Y-028000X0197Y0000R000S3
317GND VIA MD0118PA00X+022953Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+023031Y-040472X0197Y0000R000S3
317GND VIA MD0118PA00X+020323Y-028000X0197Y0000R000S3
317GND VIA MD0118PA00X+024134Y-039409X0197Y0000R000S3
317GND VIA MD0118PA00X+021008Y-026535X0197Y0000R000S3
317GND VIA MD0118PA00X+013484Y-041358X0197Y0000R000S3
317GND VIA MD0118PA00X+028323Y-029000X0197Y0000R000S3
317GND VIA MD0118PA00X+021323Y-041000X0197Y0000R000S3
317GND VIA MD0118PA00X+026323Y-040000X0197Y0000R000S3
317GND VIA MD0118PA00X+020197Y-032677X0197Y0000R000S3
317GND VIA MD0118PA00X+028323Y-026000X0197Y0000R000S3
317GND VIA MD0118PA00X+017323Y-026000X0197Y0000R000S3
317GND VIA MD0118PA00X+026323Y-026000X0197Y0000R000S3
317GND VIA MD0118PA00X+012323Y-030000X0197Y0000R000S3
317GND VIA MD0118PA00X+023323Y-026000X0197Y0000R000S3
317GND VIA MD0118PA00X+027795Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+022913Y-034882X0197Y0000R000S3
317GND VIA MD0118PA00X+020197Y-030748X0197Y0000R000S3
317GND VIA MD0118PA00X+022224Y-037717X0197Y0000R000S3
317GND VIA MD0118PA00X+019921Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+015630Y-032480X0197Y0000R000S3
317GND VIA MD0118PA00X+028323Y-041000X0197Y0000R000S3
317GND VIA MD0118PA00X+021102Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+020197Y-032008X0197Y0000R000S3
317GND VIA MD0118PA00X+015323Y-027000X0197Y0000R000S3
317GND VIA MD0118PA00X+021008Y-039409X0197Y0000R000S3
317GND VIA MD0118PA00X+013323Y-044000X0197Y0000R000S3
317GND VIA MD0118PA00X+018323Y-041000X0197Y0000R000S3
317GND VIA MD0118PA00X+019323Y-040000X0197Y0000R000S3
317GND VIA MD0118PA00X+026323Y-034000X0197Y0000R000S3
317GND VIA MD0118PA00X+023386Y-039528X0197Y0000R000S3
317GND VIA MD0118PA00X+015323Y-031000X0197Y0000R000S3
317GND VIA MD0118PA00X+026323Y-041000X0197Y0000R000S3
317GND VIA MD0118PA00X+017520Y-033661X0197Y0000R000S3
317GND VIA MD0118PA00X+018323Y-031000X0197Y0000R000S3
317GND VIA MD0118PA00X+022228Y-027402X0197Y0000R000S3
317GND VIA MD0118PA00X+018323Y-026000X0197Y0000R000S3
317GND VIA MD0118PA00X+016339Y-035000X0197Y0000R000S3
317GND VIA MD0118PA00X+027323Y-041000X0197Y0000R000S3
317GND VIA MD0118PA00X+018583Y-040197X0197Y0000R000S3
317GND VIA MD0118PA00X+027323Y-026000X0197Y0000R000S3
317GND VIA MD0118PA00X+018323Y-029000X0197Y0000R000S3
317GND VIA MD0118PA00X+022323Y-039764X0197Y0000R000S3
317GND VIA MD0118PA00X+024449Y-040433X0197Y0000R000S3
317GND VIA MD0118PA00X+020323Y-026000X0197Y0000R000S3
317GND VIA MD0118PA00X+018323Y-030000X0197Y0000R000S3
317GND VIA MD0118PA00X+025433Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+023543Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+013323Y-026000X0197Y0000R000S3
317GND VIA MD0118PA00X+023543Y-038386X0197Y0000R000S3
317GND VIA MD0118PA00X+018228Y-034567X0197Y0000R000S3
317GND VIA MD0118PA00X+015323Y-033000X0197Y0000R000S3
317GND VIA MD0118PA00X+013323Y-028000X0197Y0000R000S3
317GND VIA MD0118PA00X+022228Y-026575X0197Y0000R000S3
317GND VIA MD0118PA00X+019323Y-041000X0197Y0000R000S3
317GND VIA MD0118PA00X+016323Y-027000X0197Y0000R000S3
317GND VIA MD0118PA00X+012323Y-027000X0197Y0000R000S3
317GND VIA MD0118PA00X+026323Y-031000X0197Y0000R000S3
317GND VIA MD0118PA00X+024567Y-042047X0197Y0000R000S3
317GND VIA MD0118PA00X+018323Y-039000X0197Y0000R000S3
317GND VIA MD0118PA00X+021323Y-040000X0197Y0000R000S3
317GND VIA MD0118PA00X+017323Y-027000X0197Y0000R000S3
317GND VIA MD0118PA00X+026614Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+020236Y-034016X0197Y0000R000S3
317GND VIA MD0118PA00X+018228Y-034016X0197Y0000R000S3
317GND VIA MD0118PA00X+022953Y-032874X0197Y0000R000S3
317GND VIA MD0118PA00X+022323Y-026000X0197Y0000R000S3
317GND VIA MD0118PA00X+022228Y-028504X0197Y0000R000S3
317GND VIA MD0118PA00X+012323Y-029000X0197Y0000R000S3
317GND VIA MD0118PA00X+022559Y-038701X0197Y0000R000S3
317GND VIA MD0118PA00X+016142Y-041024X0197Y0000R000S3
317GND VIA MD0118PA00X+022677Y-040118X0197Y0000R000S3
317GND VIA MD0118PA00X+020512Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+023323Y-030000X0197Y0000R000S3
317GND VIA MD0118PA00X+025323Y-039000X0197Y0000R000S3
317GND VIA MD0118PA00X+028323Y-028000X0197Y0000R000S3
317GND VIA MD0118PA00X+025323Y-026000X0197Y0000R000S3
317GND VIA MD0118PA00X+019331Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+018323Y-027000X0197Y0000R000S3
317GND VIA MD0118PA00X+020209Y-033465X0197Y0000R000S3
317GND VIA MD0118PA00X+021244Y-027520X0197Y0000R000S3
317GND VIA MD0118PA00X+025323Y-041000X0197Y0000R000S3
317GND VIA MD0118PA00X+018323Y-032000X0197Y0000R000S3
317GND VIA MD0118PA00X+016323Y-026000X0197Y0000R000S3
317GND VIA MD0118PA00X+026024Y-042087X0197Y0000R000S3
317GND VIA MD0118PA00X+024323Y-026000X0197Y0000R000S3
317GND VIA MD0118PA00X+013323Y-029000X0197Y0000R000S3
317GND VIA MD0118PA00X+016323Y-031000X0197Y0000R000S3
317GND VIA MD0118PA00X+024567Y-040866X0197Y0000R000S3
317GND VIA MD0118PA00X+022323Y-033268X0197Y0000R000S3
317GND VIA MD0118PA00X+023583Y-041457X0197Y0000R000S3
317GND VIA MD0118PA00X+025323Y-040000X0197Y0000R000S3
317+3V3 VIA MD0118PA00X+024134Y-033189X0197Y0000R000S3
317+3V3 VIA MD0118PA00X+024606Y-032283X0197Y0000R000S3
317+3V3 VIA MD0118PA00X+016417Y-038701X0197Y0000R000S3
317+3V3 VIA MD0118PA00X+016417Y-040827X0197Y0000R000S3
317+3V3 VIA MD0118PA00X+017104Y-034685X0197Y0000R000S3
317+3V3 VIA MD0118PA00X+022362Y-034173X0197Y0000R000S3
317NET-(U1-VDCIA) VIA MD0118PA00X+022224Y-037343X0197Y0000R000S3
317NET-(U1-VDCIA) VIA MD0118PA00X+023134Y-035295X0197Y0000R000S3
317VBUS VIA MD0118PA00X+017059Y-030394X0197Y0000R000S3
317/UD- VIA MD0118PA00X+018012Y-035866X0197Y0000R000S3
317/UD- VIA MD0118PA00X+018012Y-035217X0197Y0000R000S3
317/ANT+ VIA MD0118PA00X+022071Y-029055X0197Y0000R000S3
317/ANT- VIA MD0118PA00X+019281Y-026969X0197Y0000R000S3
317/TCK VIA MD0118PA00X+015630Y-031594X0197Y0000R000S3
317/TCK VIA MD0118PA00X+018228Y-033268X0197Y0000R000S3
317/TIO VIA MD0118PA00X+015630Y-032047X0197Y0000R000S3
317/TIO VIA MD0118PA00X+018228Y-033661X0197Y0000R000S3
317/~{ISP} VIA MD0118PA00X+013209Y-042185X0197Y0000R000S3
317/~{RST} VIA MD0118PA00X+013031Y-043199X0197Y0000R000S3
317/UD2+ VIA MD0118PA00X+019094Y-034961X0197Y0000R000S3
317NET-(JP3-B) VIA MD0118PA00X+021717Y-024579X0197Y0000R000S3
327GND R14 -2 A01X+024475Y-027329X0315Y0374R225S2
327NET-(J3-CC2) R14 -1 A01X+024934Y-027789X0315Y0374R225S2
327ET-(J4-PIN_14) J4 -14 A02X+022701Y-026929X0945Y0291R270S1
327ET-(J4-PIN_13) J4 -13 A02X+022701Y-028465X0945Y0291R270S1
327-PIN_12-PAD12) J4 -12 A02X+023201Y-026929X0945Y0291R270S1
327-PIN_11-PAD11) J4 -11 A02X+023201Y-028465X0945Y0291R270S1
327-PIN_10-PAD10) J4 -10 A02X+023701Y-026929X0945Y0291R270S1
327J4-PIN_9-PAD9) J4 -9 A02X+023701Y-028465X0945Y0291R270S1
327J4-PIN_8-PAD8) J4 -8 A02X+024201Y-026929X0945Y0291R270S1
327J4-PIN_7-PAD7) J4 -7 A02X+024201Y-028465X0945Y0291R270S1
327J4-PIN_6-PAD6) J4 -6 A02X+024701Y-026929X0945Y0291R270S1
327J4-PIN_5-PAD5) J4 -5 A02X+024701Y-028465X0945Y0291R270S1
327J4-PIN_4-PAD4) J4 -4 A02X+025201Y-026929X0945Y0291R270S1
327J4-PIN_3-PAD3) J4 -3 A02X+025201Y-028465X0945Y0291R270S1
327J4-PIN_2-PAD2) J4 -2 A02X+025701Y-026929X0945Y0291R270S1
327J4-PIN_1-PAD1) J4 -1 A02X+025701Y-028465X0945Y0291R270S1
327NET-(U1-VINTA) C14 -1 A01X+021008Y-038396X0354Y0374R090S2
327GND C14 -2 A01X+021008Y-039006X0354Y0374R090S2
327/PB19 JP2 -1 A01X+015177Y-040748X0394Y0197R000S2
327NET-(JP2-B) JP2 -2 A01X+015689Y-040748X0394Y0197R000S2
327NET-(JP1-A) R8 -1 A01X+016575Y-039478X0315Y0374R090S2
327NET-(D3-K) R8 -2 A01X+016575Y-040128X0315Y0374R090S2
327NET-(C10-PAD2) R6 -1 A01X+018956Y-029415X0315Y0374R300S2
327/ANT- R6 -2 A01X+019281Y-028853X0315Y0374R300S2
327NET-(C3-PAD1) C3 -1 A01X+021427Y-032677X0354Y0374R180S2
327GND C3 -2 A01X+020817Y-032677X0354Y0374R180S2
327GND SW1 -1 A01X+012657Y-041348X0472Y0256R000S2
327GND SW1 -1 A01X+014350Y-041348X0472Y0256R000S2
327/~{ISP} SW1 -2 A01X+012657Y-042195X0472Y0256R000S2
327/~{ISP} SW1 -2 A01X+014350Y-042195X0472Y0256R000S2
327NET-(D4-K) R9 -1 A01X+015758Y-041693X0315Y0374R180S2
327NET-(JP2-B) R9 -2 A01X+015108Y-041693X0315Y0374R180S2
327NET-(C11-PAD1) C9 -1 A01X+021427Y-030748X0354Y0374R180S2
327GND C9 -2 A01X+020817Y-030748X0354Y0374R180S2
327+3V3 R7 -1 A01X+016801Y-038701X0315Y0374R000S2
327NET-(D2-A) R7 -2 A01X+017451Y-038701X0315Y0374R000S2
327NET-(C17-PAD1) R10 -1 A01X+024055Y-040699X0315Y0374R090S2
327NET-(AE1-PAD1) R10 -2 A01X+024055Y-041348X0315Y0374R090S2
317GND J5 -1 D0394PA00X+012530Y-031039X0669Y0669R000S0
317VCC J5 -2 D0394PA00X+013530Y-031039X0669Y0000R000S0
317/TCK J5 -3 D0394PA00X+012530Y-032039X0669Y0000R000S0
317/TIO J5 -4 D0394PA00X+013530Y-032039X0669Y0000R000S0
317+3V3 J5 -5 D0394PA00X+012530Y-033039X0669Y0000R000S0
317+3V3 J5 -6 D0394PA00X+013530Y-033039X0669Y0000R000S0
317/PB7 J5 -7 D0394PA00X+012530Y-034039X0669Y0000R000S0
317/PB6 J5 -8 D0394PA00X+013530Y-034039X0669Y0000R000S0
317/PB5 J5 -9 D0394PA00X+012530Y-035039X0669Y0000R000S0
317/PB4 J5 -10 D0394PA00X+013530Y-035039X0669Y0000R000S0
317/PB3 J5 -11 D0394PA00X+012530Y-036039X0669Y0000R000S0
317/PB2 J5 -12 D0394PA00X+013530Y-036039X0669Y0000R000S0
317/PB1 J5 -13 D0394PA00X+012530Y-037039X0669Y0000R000S0
317/PB0 J5 -14 D0394PA00X+013530Y-037039X0669Y0000R000S0
317/~{RST} J5 -15 D0394PA00X+012530Y-038039X0669Y0000R000S0
317/~{ISP} J5 -16 D0394PA00X+013530Y-038039X0669Y0000R000S0
317/PB21 J5 -17 D0394PA00X+012530Y-039039X0669Y0000R000S0
317/PB20 J5 -18 D0394PA00X+013530Y-039039X0669Y0000R000S0
317/PB19 J5 -19 D0394PA00X+012530Y-040039X0669Y0000R000S0
317/PB18 J5 -20 D0394PA00X+013530Y-040039X0669Y0000R000S0
327GND C10 -1 A01X+019577Y-030748X0354Y0374R180S2
327NET-(C10-PAD2) C10 -2 A01X+018967Y-030748X0354Y0374R180S2
327/NFC- NFC- -1 A01X+019862Y-034252X0394Y0000R000S2
327+3V3 C2 -1 A01X+017104Y-034289X0394Y0571R180S2
327GND C2 -2 A01X+016356Y-034289X0394Y0571R180S2
327NET-(C11-PAD1) C11 -1 A01X+021427Y-030118X0354Y0374R180S2
327GND C11 -2 A01X+020817Y-030118X0354Y0374R180S2
327/NFCI C7 -1 A01X+024016Y-031880X0354Y0374R270S2
327NET-(C7-PAD2) C7 -2 A01X+024016Y-031270X0354Y0374R270S2
327VBUS D1 -1 A01X+016300Y-029787X0581Y0236R045S2
327VCC D1 -2 A01X+015771Y-030316X0581Y0236R045S2
327+5V D1 -3 A01X+016558Y-030573X0581Y0236R045S2
317NET-(JP3-B) AE2 -1 D0118PA00X+021705Y-022677X0236Y0000R000S0
317NET-(JP4-B) AE2 -2 D0118PA00X+019315Y-024252X0236Y0000R000S0
327GND D2 -1 A01X+018164Y-040197X0384Y0551R180S2
327NET-(D2-A) D2 -2 A01X+017426Y-040197X0384Y0551R180S2
327NET-(C17-PAD1) C17 -1 A01X+023367Y-040176X0354Y0374R315S2
327GND C17 -2 A01X+023798Y-039745X0354Y0374R315S2
327NET-(J1-CC2) R1 -1 A01X+016132Y-028937X0315Y0374R000S2
327GND R1 -2 A01X+016781Y-028937X0315Y0374R000S2
327NET-(U1-VDCIA) C15 -1 A01X+023976Y-034272X0394Y0571R090S2
327GND C15 -2 A01X+023976Y-035020X0394Y0571R090S2
327GND SW2 -1 A01X+014350Y-044045X0472Y0256R180S2
327GND SW2 -1 A01X+012657Y-044045X0472Y0256R180S2
327/~{RST} SW2 -2 A01X+014350Y-043199X0472Y0256R180S2
327/~{RST} SW2 -2 A01X+012657Y-043199X0472Y0256R180S2
327NET-(J2-IN) J2 -1 A01X+022579Y-041339X0413Y0394R180S2
327GND J2 -2 A01X+021978Y-041919X0866Y0413R180S2
327GND J2 -2 A01X+021978Y-040758X0866Y0413R180S2
317GND J6 -1 D0394PA00X+027530Y-031039X0669Y0669R000S0
317GND J6 -2 D0394PA00X+028530Y-031039X0669Y0000R000S0
317+3V3 J6 -3 D0394PA00X+027530Y-032039X0669Y0000R000S0
317+3V3 J6 -4 D0394PA00X+028530Y-032039X0669Y0000R000S0
317/RXD1 J6 -5 D0394PA00X+027530Y-033039X0669Y0000R000S0
317/TXD1 J6 -6 D0394PA00X+028530Y-033039X0669Y0000R000S0
317/PA12 J6 -7 D0394PA00X+027530Y-034039X0669Y0000R000S0
317/PA7 J6 -8 D0394PA00X+028530Y-034039X0669Y0000R000S0
317/PA14 J6 -9 D0394PA00X+027530Y-035039X0669Y0000R000S0
317/PA13 J6 -10 D0394PA00X+028530Y-035039X0669Y0000R000S0
317/PA3 J6 -11 D0394PA00X+027530Y-036039X0669Y0000R000S0
317/PA15 J6 -12 D0394PA00X+028530Y-036039X0669Y0000R000S0
317/PA1 J6 -13 D0394PA00X+027530Y-037039X0669Y0000R000S0
317/PA2 J6 -14 D0394PA00X+028530Y-037039X0669Y0000R000S0
317/PA6 J6 -15 D0394PA00X+027530Y-038039X0669Y0000R000S0
317/PA0 J6 -16 D0394PA00X+028530Y-038039X0669Y0000R000S0
317/PA4 J6 -17 D0394PA00X+027530Y-039039X0669Y0000R000S0
317/PA5 J6 -18 D0394PA00X+028530Y-039039X0669Y0000R000S0
317GND J6 -19 D0394PA00X+027530Y-040039X0669Y0000R000S0
317GND J6 -20 D0394PA00X+028530Y-040039X0669Y0000R000S0
327+5V C1 -1 A01X+017104Y-031572X0394Y0571R180S2
327GND C1 -2 A01X+016356Y-031572X0394Y0571R180S2
327+5V U2 -1 A01X+017104Y-032542X0522Y0236R090S2
327GND U2 -2 A01X+016730Y-032542X0522Y0236R090S2
327+5V U2 -3 A01X+016356Y-032542X0522Y0236R090S2
327D-(U2-NC-PAD4) U2 -4 A01X+016356Y-033437X0522Y0236R090S2
327+3V3 U2 -5 A01X+017104Y-033437X0522Y0236R090S2
327NET-(U1-ANT) TP3 -1 A01X+021717Y-037992X0394Y0000R000S2
327/NFCM C8 -1 A01X+022677Y-032530X0354Y0374R090S2
327GND C8 -2 A01X+022677Y-033140X0354Y0374R090S2
327NET-(J3-CC1) R15 -1 A01X+025591Y-029951X0315Y0374R090S2
327GND R15 -2 A01X+025591Y-030600X0315Y0374R090S2
327NET-(U1-X32MI) Y2 -1 A01X+020299Y-038681X0551Y0472R180S2
327GND Y2 -2 A01X+019433Y-038681X0551Y0472R180S2
327NET-(U1-X32MO) Y2 -3 A01X+019433Y-039350X0551Y0472R180S2
327GND Y2 -4 A01X+020299Y-039350X0551Y0472R180S2
327GND J1 -A1 A01X+014703Y-026890X0236Y0512R090S2
327VBUS J1 -A4 A01X+014703Y-027205X0236Y0512R090S2
327NET-(J1-CC1) J1 -A5 A01X+014703Y-027657X0118Y0512R090S2
327/UD+ J1 -A6 A01X+014703Y-028051X0118Y0512R090S2
327/UD- J1 -A7 A01X+014703Y-028248X0118Y0512R090S2
327J1-SBU1-PADA8) J1 -A8 A01X+014703Y-028642X0118Y0512R090S2
327VBUS J1 -A9 A01X+014703Y-029094X0236Y0512R090S2
327GND J1 -A12 A01X+014703Y-029409X0236Y0512R090S2
327GND J1 -B1 A01X+014703Y-029409X0236Y0512R090S2
327VBUS J1 -B4 A01X+014703Y-029094X0236Y0512R090S2
327NET-(J1-CC2) J1 -B5 A01X+014703Y-028839X0118Y0512R090S2
327/UD+ J1 -B6 A01X+014703Y-028445X0118Y0512R090S2
327/UD- J1 -B7 A01X+014703Y-027854X0118Y0512R090S2
327J1-SBU2-PADB8) J1 -B8 A01X+014703Y-027461X0118Y0512R090S2
327VBUS J1 -B9 A01X+014703Y-027205X0236Y0512R090S2
327GND J1 -B12 A01X+014703Y-026890X0236Y0512R090S2
317GND J1 -S1 D0236PA00X+014451Y-026449X0394Y0827R090S0
317GND J1 -S1 D0236PA00X+012805Y-026449X0394Y0630R090S0
317GND J1 -S1 D0236PA00X+014451Y-029850X0394Y0827R090S0
317GND J1 -S1 D0236PA00X+012805Y-029850X0394Y0630R090S0
327NET-(C7-PAD2) R3 -1 A01X+023317Y-031260X0315Y0374R180S2
327NET-(C11-PAD1) R3 -2 A01X+022667Y-031260X0315Y0374R180S2
327NET-(U1-ANT) C16 -1 A01X+021910Y-038720X0354Y0374R315S2
327GND C16 -2 A01X+022342Y-038288X0354Y0374R315S2
327/NFC+ L1 -1 A01X+020982Y-033802X0344Y0374R315S2
327NET-(C3-PAD1) L1 -2 A01X+021420Y-033363X0344Y0374R315S2
327NET-(U1-PA11) Y1 -1 A01X+024243Y-036096X0394Y0709R135S2
327NET-(U1-PA10) Y1 -2 A01X+024939Y-035400X0394Y0709R135S2
327NET-(JP1-A) JP1 -1 A01X+015689Y-039685X0394Y0197R180S2
327/PB18 JP1 -2 A01X+015177Y-039685X0394Y0197R180S2
327NET-(D4-K) D4 -1 A01X+015354Y-043755X0384Y0551R270S2
327+3V3 D4 -2 A01X+015354Y-043017X0384Y0551R270S2
327NET-(AE1-PAD1) TP4 -1 A01X+024055Y-042008X0394Y0000R000S2
327NET-(U1-VDCIA) U1 -1 A01X+021382Y-035423X0079Y0315R180S2
327NET-(U1-VSW) U1 -2 A01X+021244Y-035423X0079Y0315R180S2
327+3V3 U1 -3 A01X+021106Y-035423X0079Y0315R180S2
327/PA7 U1 -4 A01X+020969Y-035423X0079Y0315R180S2
327/RXD1 U1 -5 A01X+020831Y-035423X0079Y0315R180S2
327/TXD1 U1 -6 A01X+020693Y-035423X0079Y0315R180S2
327/NFCI U1 -7 A01X+020555Y-035423X0079Y0315R180S2
327/NFCM U1 -8 A01X+020417Y-035423X0079Y0315R180S2
327/NFC+ U1 -9 A01X+020280Y-035423X0079Y0315R180S2
327/NFC- U1 -10 A01X+020142Y-035423X0079Y0315R180S2
327/TCK U1 -11 A01X+019797Y-035492X0315Y0079R180S2
327/TIO U1 -12 A01X+019797Y-035630X0315Y0079R180S2
327/UD2+ U1 -13 A01X+019797Y-035768X0315Y0079R180S2
327/UD2- U1 -14 A01X+019797Y-035906X0315Y0079R180S2
327/UD+ U1 -15 A01X+019797Y-036043X0315Y0079R180S2
327/UD- U1 -16 A01X+019797Y-036181X0315Y0079R180S2
327/PB7 U1 -17 A01X+019797Y-036319X0315Y0079R180S2
327/PB6 U1 -18 A01X+019797Y-036457X0315Y0079R180S2
327/PB5 U1 -19 A01X+019797Y-036594X0315Y0079R180S2
327/PB4 U1 -20 A01X+019797Y-036732X0315Y0079R180S2
327/PB3 U1 -21 A01X+019797Y-036870X0315Y0079R180S2
327/PB2 U1 -22 A01X+019797Y-037008X0315Y0079R180S2
327/PB1 U1 -23 A01X+019797Y-037146X0315Y0079R180S2
327/PB0 U1 -24 A01X+019797Y-037283X0315Y0079R180S2
327/~{RST} U1 -25 A01X+020142Y-037352X0079Y0315R180S2
327/~{ISP} U1 -26 A01X+020280Y-037352X0079Y0315R180S2
327/PB21 U1 -27 A01X+020417Y-037352X0079Y0315R180S2
327/PB20 U1 -28 A01X+020555Y-037352X0079Y0315R180S2
327/PB19 U1 -29 A01X+020693Y-037352X0079Y0315R180S2
327/PB18 U1 -30 A01X+020831Y-037352X0079Y0315R180S2
327NET-(U1-X32MO) U1 -31 A01X+020969Y-037352X0079Y0315R180S2
327NET-(U1-X32MI) U1 -32 A01X+021106Y-037352X0079Y0315R180S2
327NET-(U1-VINTA) U1 -33 A01X+021244Y-037352X0079Y0315R180S2
327NET-(U1-ANT) U1 -34 A01X+021382Y-037352X0079Y0315R180S2
327NET-(U1-VDCIA) U1 -35 A01X+021726Y-037283X0315Y0079R180S2
327/PA4 U1 -36 A01X+021726Y-037146X0315Y0079R180S2
327/PA5 U1 -37 A01X+021726Y-037008X0315Y0079R180S2
327/PA6 U1 -38 A01X+021726Y-036870X0315Y0079R180S2
327/PA0 U1 -39 A01X+021726Y-036732X0315Y0079R180S2
327/PA1 U1 -40 A01X+021726Y-036594X0315Y0079R180S2
327/PA2 U1 -41 A01X+021726Y-036457X0315Y0079R180S2
327/PA3 U1 -42 A01X+021726Y-036319X0315Y0079R180S2
327/PA15 U1 -43 A01X+021726Y-036181X0315Y0079R180S2
327/PA14 U1 -44 A01X+021726Y-036043X0315Y0079R180S2
327/PA13 U1 -45 A01X+021726Y-035906X0315Y0079R180S2
327/PA12 U1 -46 A01X+021726Y-035768X0315Y0079R180S2
327NET-(U1-PA11) U1 -47 A01X+021726Y-035630X0315Y0079R180S2
327NET-(U1-PA10) U1 -48 A01X+021726Y-035492X0315Y0079R180S2
317GND U1 -49 D0118PA00X+021372Y-036998X0236Y0000R180S3
317GND U1 -49 D0118PA00X+021372Y-036598X0236Y0000R180S3
317GND U1 -49 D0118PA00X+021372Y-036178X0236Y0000R180S3
317GND U1 -49 D0118PA00X+021372Y-035778X0236Y0000R180S3
317GND U1 -49 D0118PA00X+020972Y-036998X0236Y0000R180S3
317GND U1 -49 D0118PA00X+020972Y-036598X0236Y0000R180S3
317GND U1 -49 D0118PA00X+020972Y-036178X0236Y0000R180S3
317GND U1 -49 D0118PA00X+020972Y-035778X0236Y0000R180S3
327GND U1 -49 A01X+020762Y-036388X1457Y1457R180S2
327GND U1 -49 A02X+020762Y-036388X1457Y1457R180S3
317GND U1 -49 D0118PA00X+020552Y-036998X0236Y0000R180S3
317GND U1 -49 D0118PA00X+020552Y-036598X0236Y0000R180S3
317GND U1 -49 D0118PA00X+020552Y-036178X0236Y0000R180S3
317GND U1 -49 D0118PA00X+020552Y-035778X0236Y0000R180S3
317GND U1 -49 D0118PA00X+020152Y-036998X0236Y0000R180S3
317GND U1 -49 D0118PA00X+020152Y-036598X0236Y0000R180S3
317GND U1 -49 D0118PA00X+020152Y-036178X0236Y0000R180S3
317GND U1 -49 D0118PA00X+020152Y-035778X0236Y0000R180S3
327NET-(J1-CC1) R2 -1 A01X+016132Y-027638X0315Y0374R000S2
327GND R2 -2 A01X+016781Y-027638X0315Y0374R000S2
327NET-(C4-PAD2) C6 -1 A01X+018957Y-031998X0354Y0374R270S2
327NET-(C10-PAD2) C6 -2 A01X+018957Y-031388X0354Y0374R270S2
327+3V3 C13 -1 A01X+022264Y-034528X0394Y0571R000S2
327GND C13 -2 A01X+023012Y-034528X0394Y0571R000S2
327NET-(U1-VDCIA) L3 -1 A01X+024843Y-034592X0344Y0472R270S2
327NET-(U1-VSW) L3 -2 A01X+024843Y-033755X0344Y0472R270S2
327/NFCI R4 -1 A01X+023307Y-031880X0315Y0374R090S2
327/NFCM R4 -2 A01X+023307Y-032530X0315Y0374R090S2
327NET-(AE1-PAD1) AE1 -1 A01X+024075Y-042549X0197Y0197R180S2
327GND AE1 -2 A01X+023248Y-042555X0354Y0327R180S2
327NET-(D3-K) D3 -1 A01X+016535Y-043755X0384Y0551R270S2
327+3V3 D3 -2 A01X+016535Y-043017X0384Y0551R270S2
327NET-(U1-ANT) L4 -1 A01X+022379Y-039190X0344Y0374R045S2
327NET-(C17-PAD1) L4 -2 A01X+022818Y-039629X0344Y0374R045S2
327NET-(U1-VDCIA) C18 -1 A01X+022835Y-037658X0354Y0374R045S2
327GND C18 -2 A01X+023267Y-038090X0354Y0374R045S2
327/ANT+ JP3 -1 A01X+021717Y-026437X0394Y0197R270S2
327NET-(JP3-B) JP3 -2 A01X+021717Y-025925X0394Y0197R270S2
327GND C12 -1 A01X+019577Y-030118X0354Y0374R180S2
327NET-(C10-PAD2) C12 -2 A01X+018967Y-030118X0354Y0374R180S2
327GND J3 -A1 A01X+026372Y-029449X0236Y0512R270S2
327VBUS J3 -A4 A01X+026372Y-029134X0236Y0512R270S2
327NET-(J3-CC1) J3 -A5 A01X+026372Y-028681X0118Y0512R270S2
327/UD2+ J3 -A6 A01X+026372Y-028287X0118Y0512R270S2
327/UD2- J3 -A7 A01X+026372Y-028091X0118Y0512R270S2
327J3-SBU1-PADA8) J3 -A8 A01X+026372Y-027697X0118Y0512R270S2
327VBUS J3 -A9 A01X+026372Y-027244X0236Y0512R270S2
327GND J3 -A12 A01X+026372Y-026929X0236Y0512R270S2
327GND J3 -B1 A01X+026372Y-026929X0236Y0512R270S2
327VBUS J3 -B4 A01X+026372Y-027244X0236Y0512R270S2
327NET-(J3-CC2) J3 -B5 A01X+026372Y-027500X0118Y0512R270S2
327/UD2+ J3 -B6 A01X+026372Y-027894X0118Y0512R270S2
327/UD2- J3 -B7 A01X+026372Y-028484X0118Y0512R270S2
327J3-SBU2-PADB8) J3 -B8 A01X+026372Y-028878X0118Y0512R270S2
327VBUS J3 -B9 A01X+026372Y-029134X0236Y0512R270S2
327GND J3 -B12 A01X+026372Y-029449X0236Y0512R270S2
317GND J3 -S1 D0236PA00X+026624Y-029890X0394Y0827R270S0
317GND J3 -S1 D0236PA00X+028270Y-029890X0394Y0630R270S0
317GND J3 -S1 D0236PA00X+026624Y-026488X0394Y0827R270S0
317GND J3 -S1 D0236PA00X+028270Y-026488X0394Y0630R270S0
327NET-(C11-PAD1) R5 -1 A01X+021397Y-029415X0315Y0374R300S2
327/ANT+ R5 -2 A01X+021721Y-028853X0315Y0374R300S2
327NET-(C3-PAD1) C5 -1 A01X+021437Y-032037X0354Y0374R270S2
327NET-(C11-PAD1) C5 -2 A01X+021437Y-031427X0354Y0374R270S2
327/ANT- JP4 -1 A01X+019315Y-026437X0394Y0197R270S2
327NET-(JP4-B) JP4 -2 A01X+019315Y-025925X0394Y0197R270S2
327/NFC- L2 -1 A01X+019452Y-033802X0344Y0374R225S2
327NET-(C4-PAD2) L2 -2 A01X+019013Y-033363X0344Y0374R225S2
327NET-(C17-PAD1) R11 -1 A01X+023785Y-040597X0315Y0374R135S2
327NET-(J2-IN) R11 -2 A01X+023325Y-041056X0315Y0374R135S2
327/NFC+ NFC+ -1 A01X+020610Y-034252X0394Y0000R000S2
327GND C4 -1 A01X+019577Y-032677X0354Y0374R180S2
327NET-(C4-PAD2) C4 -2 A01X+018967Y-032677X0354Y0374R180S2
327/ANT- R12 -1 A02X+019778Y-026969X0315Y0374R000S1
327ET-(J4-PIN_14) R12 -2 A02X+020427Y-026969X0315Y0374R000S1
327ET-(J4-PIN_13) R13 -1 A02X+022746Y-030005X0315Y0374R210S1
327/ANT+ R13 -2 A02X+022183Y-029680X0315Y0374R210S1
999

View File

@@ -0,0 +1,53 @@
Designator,Mid X,Mid Y,Rotation,Layer
AE2,52.095,-59.6,0.0,top
C1,42.493449,-80.193449,180.0,top
C10,48.95,-78.1,180.0,top
C11,53.65,-76.5,180.0,top
C12,48.95,-76.5,180.0,top
C13,57.5,-87.7,0.0,top
C14,53.36,-98.3,270.0,top
C15,60.9,-88.0,270.0,top
C16,56.2,-97.8,45.0,top
C17,59.9,-101.5,45.0,top
C18,58.55,-96.2,315.0,top
C2,42.493449,-87.093449,180.0,top
C3,53.65,-83.0,180.0,top
C4,48.95,-83.0,180.0,top
C5,54.45,-80.6,90.0,top
C6,48.15,-80.5,90.0,top
C7,61.0,-80.2,90.0,top
C8,57.6,-83.4,270.0,top
C9,53.65,-78.1,180.0,top
D1,41.393449,-76.993449,135.0,top
D2,45.2,-102.1,180.0,top
D3,42.0,-110.2,90.0,top
D4,39.0,-110.2,90.0,top
J1,33.6,-71.5,270.0,top
J2,56.3,-105.0,180.0,top
J3,70.73,-71.6,90.0,top
J4,61.47,-70.35,90.0,bottom
J5,33.095,-90.27,0.0,top
J6,71.195,-90.27,0.0,top
L1,53.85,-85.3,45.0,top
L2,48.85,-85.3,135.0,top
L3,63.1,-86.8,90.0,top
L4,57.4,-100.1,315.0,top
R1,41.8,-73.5,0.0,top
R10,61.1,-104.2,270.0,top
R12,51.06,-68.5,180.0,bottom
R13,57.06,-75.8,30.0,bottom
R14,62.75,-70.0,135.0,top
R15,65.0,-76.9,270.0,top
R2,41.8,-70.2,0.0,top
R3,58.4,-79.4,180.0,top
R4,59.2,-81.8,270.0,top
R5,54.76,-74.0,60.0,top
R6,48.56,-74.0,60.0,top
R7,43.5,-98.3,0.0,top
R8,42.1,-101.1,270.0,top
R9,39.2,-105.9,180.0,top
SW1,34.3,-106.1,0.0,top
SW2,34.3,-110.8,180.0,top
U2,42.493449,-83.793449,90.0,top
Y1,62.46,-90.8,225.0,top
Y2,50.46,-99.1,180.0,top
1 Designator Mid X Mid Y Rotation Layer
2 AE2 52.095 -59.6 0.0 top
3 C1 42.493449 -80.193449 180.0 top
4 C10 48.95 -78.1 180.0 top
5 C11 53.65 -76.5 180.0 top
6 C12 48.95 -76.5 180.0 top
7 C13 57.5 -87.7 0.0 top
8 C14 53.36 -98.3 270.0 top
9 C15 60.9 -88.0 270.0 top
10 C16 56.2 -97.8 45.0 top
11 C17 59.9 -101.5 45.0 top
12 C18 58.55 -96.2 315.0 top
13 C2 42.493449 -87.093449 180.0 top
14 C3 53.65 -83.0 180.0 top
15 C4 48.95 -83.0 180.0 top
16 C5 54.45 -80.6 90.0 top
17 C6 48.15 -80.5 90.0 top
18 C7 61.0 -80.2 90.0 top
19 C8 57.6 -83.4 270.0 top
20 C9 53.65 -78.1 180.0 top
21 D1 41.393449 -76.993449 135.0 top
22 D2 45.2 -102.1 180.0 top
23 D3 42.0 -110.2 90.0 top
24 D4 39.0 -110.2 90.0 top
25 J1 33.6 -71.5 270.0 top
26 J2 56.3 -105.0 180.0 top
27 J3 70.73 -71.6 90.0 top
28 J4 61.47 -70.35 90.0 bottom
29 J5 33.095 -90.27 0.0 top
30 J6 71.195 -90.27 0.0 top
31 L1 53.85 -85.3 45.0 top
32 L2 48.85 -85.3 135.0 top
33 L3 63.1 -86.8 90.0 top
34 L4 57.4 -100.1 315.0 top
35 R1 41.8 -73.5 0.0 top
36 R10 61.1 -104.2 270.0 top
37 R12 51.06 -68.5 180.0 bottom
38 R13 57.06 -75.8 30.0 bottom
39 R14 62.75 -70.0 135.0 top
40 R15 65.0 -76.9 270.0 top
41 R2 41.8 -70.2 0.0 top
42 R3 58.4 -79.4 180.0 top
43 R4 59.2 -81.8 270.0 top
44 R5 54.76 -74.0 60.0 top
45 R6 48.56 -74.0 60.0 top
46 R7 43.5 -98.3 0.0 top
47 R8 42.1 -101.1 270.0 top
48 R9 39.2 -105.9 180.0 top
49 SW1 34.3 -106.1 0.0 top
50 SW2 34.3 -110.8 180.0 top
51 U2 42.493449 -83.793449 90.0 top
52 Y1 62.46 -90.8 225.0 top
53 Y2 50.46 -99.1 180.0 top

4
ch585_dev/sym-lib-table Normal file
View File

@@ -0,0 +1,4 @@
(sym_lib_table
(version 0)
(lib (name "ch585_dev-altium-import")(type "KiCad")(uri "${KIPRJMOD}/ch585_dev-altium-import.kicad_sym")(options "")(descr ""))
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

4709
hakko_station/bom/ibom.html Normal file

File diff suppressed because one or more lines are too long

178620
hakko_station/fp-info-cache Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,129 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.99.0-679-g5f620f0fa1*%
%TF.CreationDate,2025-04-01T17:44:37+06:00*%
%TF.ProjectId,hakko_station,68616b6b-6f5f-4737-9461-74696f6e2e6b,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.99.0-679-g5f620f0fa1) date 2025-04-01 17:44:37*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10R,2.000000X2.000000*%
%ADD11C,2.000000*%
%ADD12R,2.000000X3.200000*%
%ADD13RoundRect,0.250001X0.899999X-0.899999X0.899999X0.899999X-0.899999X0.899999X-0.899999X-0.899999X0*%
%ADD14C,2.300000*%
%ADD15C,5.600000*%
%ADD16R,1.700000X1.700000*%
%ADD17O,1.700000X1.700000*%
%ADD18RoundRect,0.250000X0.725000X-0.600000X0.725000X0.600000X-0.725000X0.600000X-0.725000X-0.600000X0*%
%ADD19O,1.950000X1.700000*%
%ADD20RoundRect,0.250002X-1.499998X-1.499998X1.499998X-1.499998X1.499998X1.499998X-1.499998X1.499998X0*%
%ADD21C,3.500000*%
G04 APERTURE END LIST*
D10*
%TO.C,SW1*%
X81000000Y-76250000D03*
D11*
X76000000Y-76250000D03*
X78500000Y-76250000D03*
D12*
X84100000Y-83750000D03*
X72900000Y-83750000D03*
D11*
X76000000Y-90750000D03*
X81000000Y-90750000D03*
%TD*%
D13*
%TO.C,J3*%
X74000000Y-117800000D03*
D14*
X74000000Y-113000000D03*
X74000000Y-108200000D03*
X74000000Y-103400000D03*
X74000000Y-98600000D03*
%TD*%
D15*
%TO.C,H2*%
X119500000Y-71000000D03*
%TD*%
D16*
%TO.C,J5*%
X96300000Y-76500000D03*
D17*
X93760000Y-76500000D03*
X91220000Y-76500000D03*
X88680000Y-76500000D03*
%TD*%
D15*
%TO.C,H4*%
X74500000Y-124500000D03*
%TD*%
%TO.C,H3*%
X119500000Y-124500000D03*
%TD*%
D11*
%TO.C,TP6*%
X102497000Y-110800000D03*
%TD*%
D15*
%TO.C,H1*%
X74500000Y-71000000D03*
%TD*%
D18*
%TO.C,J1*%
X116000000Y-91750000D03*
D19*
X116000000Y-89250000D03*
X116000000Y-86750000D03*
X116000000Y-84250000D03*
%TD*%
D11*
%TO.C,TP2*%
X115500000Y-110300000D03*
%TD*%
D20*
%TO.C,J2*%
X95500000Y-124600000D03*
D21*
X102500000Y-124600000D03*
X109500000Y-124600000D03*
%TD*%
D13*
%TO.C,J4*%
X120000000Y-117800000D03*
D14*
X120000000Y-113000000D03*
X120000000Y-108200000D03*
X120000000Y-103400000D03*
X120000000Y-98600000D03*
%TD*%
D11*
%TO.C,TP1*%
X78500000Y-109900000D03*
%TD*%
%TO.C,TP4*%
X88900000Y-98500000D03*
%TD*%
M02*

View File

@@ -0,0 +1,15 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.99.0-679-g5f620f0fa1*%
%TF.CreationDate,2025-04-01T17:44:36+06:00*%
%TF.ProjectId,hakko_station,68616b6b-6f5f-4737-9461-74696f6e2e6b,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.99.0-679-g5f620f0fa1) date 2025-04-01 17:44:36*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,46 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.99.0-679-g5f620f0fa1*%
%TF.CreationDate,2025-04-01T17:44:38+06:00*%
%TF.ProjectId,hakko_station,68616b6b-6f5f-4737-9461-74696f6e2e6b,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.99.0-679-g5f620f0fa1) date 2025-04-01 17:44:38*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.050000*%
%TD*%
G04 APERTURE END LIST*
D10*
X71000000Y-71000000D02*
G75*
G02*
X74500000Y-67500000I3500000J0D01*
G01*
X123000000Y-124500000D02*
G75*
G02*
X119500000Y-128000000I-3500000J0D01*
G01*
X74500000Y-128000000D02*
G75*
G02*
X71000000Y-124500000I0J3500000D01*
G01*
X74500000Y-67500000D02*
X119500000Y-67500000D01*
X119500000Y-128000000D02*
X74500000Y-128000000D01*
X123000000Y-71000000D02*
X123000000Y-124500000D01*
X71000000Y-124500000D02*
X71000000Y-71000000D01*
X119500000Y-67500000D02*
G75*
G02*
X123000000Y-71000000I0J-3500000D01*
G01*
M02*

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,515 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.99.0-679-g5f620f0fa1*%
%TF.CreationDate,2025-04-01T17:44:37+06:00*%
%TF.ProjectId,hakko_station,68616b6b-6f5f-4737-9461-74696f6e2e6b,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Top*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.99.0-679-g5f620f0fa1) date 2025-04-01 17:44:37*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
%AMRotRect*
0 Rectangle, with rotation*
0 The origin of the aperture is its center*
0 $1 length*
0 $2 width*
0 $3 Rotation angle, in degrees counterclockwise*
0 Add horizontal line*
21,1,$1,$2,0,0,$3*%
%AMFreePoly0*
4,1,23,0.500000,-0.750000,0.000000,-0.750000,0.000000,-0.745722,-0.065263,-0.745722,-0.191342,-0.711940,-0.304381,-0.646677,-0.396677,-0.554381,-0.461940,-0.441342,-0.495722,-0.315263,-0.495722,-0.250000,-0.500000,-0.250000,-0.500000,0.250000,-0.495722,0.250000,-0.495722,0.315263,-0.461940,0.441342,-0.396677,0.554381,-0.304381,0.646677,-0.191342,0.711940,-0.065263,0.745722,0.000000,0.745722,
0.000000,0.750000,0.500000,0.750000,0.500000,-0.750000,0.500000,-0.750000,$1*%
%AMFreePoly1*
4,1,23,0.000000,0.745722,0.065263,0.745722,0.191342,0.711940,0.304381,0.646677,0.396677,0.554381,0.461940,0.441342,0.495722,0.315263,0.495722,0.250000,0.500000,0.250000,0.500000,-0.250000,0.495722,-0.250000,0.495722,-0.315263,0.461940,-0.441342,0.396677,-0.554381,0.304381,-0.646677,0.191342,-0.711940,0.065263,-0.745722,0.000000,-0.745722,0.000000,-0.750000,-0.500000,-0.750000,
-0.500000,0.750000,0.000000,0.750000,0.000000,0.745722,0.000000,0.745722,$1*%
G04 Aperture macros list end*
%ADD10R,2.000000X2.000000*%
%ADD11C,2.000000*%
%ADD12R,2.000000X3.200000*%
%ADD13RoundRect,0.250001X0.899999X-0.899999X0.899999X0.899999X-0.899999X0.899999X-0.899999X-0.899999X0*%
%ADD14C,2.300000*%
%ADD15C,5.600000*%
%ADD16RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*%
%ADD17RoundRect,0.200000X0.200000X0.275000X-0.200000X0.275000X-0.200000X-0.275000X0.200000X-0.275000X0*%
%ADD18RoundRect,0.200000X0.275000X-0.200000X0.275000X0.200000X-0.275000X0.200000X-0.275000X-0.200000X0*%
%ADD19RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*%
%ADD20RoundRect,0.135000X-0.185000X0.135000X-0.185000X-0.135000X0.185000X-0.135000X0.185000X0.135000X0*%
%ADD21RoundRect,0.250000X-0.350000X0.850000X-0.350000X-0.850000X0.350000X-0.850000X0.350000X0.850000X0*%
%ADD22RoundRect,0.249997X-2.650003X2.950003X-2.650003X-2.950003X2.650003X-2.950003X2.650003X2.950003X0*%
%ADD23RoundRect,0.135000X0.185000X-0.135000X0.185000X0.135000X-0.185000X0.135000X-0.185000X-0.135000X0*%
%ADD24RoundRect,0.100000X-0.225000X-0.100000X0.225000X-0.100000X0.225000X0.100000X-0.225000X0.100000X0*%
%ADD25FreePoly0,180.000000*%
%ADD26FreePoly1,180.000000*%
%ADD27RoundRect,0.250000X1.100000X-0.325000X1.100000X0.325000X-1.100000X0.325000X-1.100000X-0.325000X0*%
%ADD28RoundRect,0.200000X-0.275000X0.200000X-0.275000X-0.200000X0.275000X-0.200000X0.275000X0.200000X0*%
%ADD29R,1.700000X1.700000*%
%ADD30O,1.700000X1.700000*%
%ADD31RoundRect,0.250000X0.650000X-1.000000X0.650000X1.000000X-0.650000X1.000000X-0.650000X-1.000000X0*%
%ADD32RoundRect,0.050000X0.300520X-0.229810X-0.229810X0.300520X-0.300520X0.229810X0.229810X-0.300520X0*%
%ADD33RoundRect,0.050000X0.300520X0.229810X0.229810X0.300520X-0.300520X-0.229810X-0.229810X-0.300520X0*%
%ADD34RotRect,1.650000X1.650000X135.000000*%
%ADD35RoundRect,0.150000X-0.825000X-0.150000X0.825000X-0.150000X0.825000X0.150000X-0.825000X0.150000X0*%
%ADD36RoundRect,0.140000X0.140000X0.170000X-0.140000X0.170000X-0.140000X-0.170000X0.140000X-0.170000X0*%
%ADD37R,2.200000X1.500000*%
%ADD38RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*%
%ADD39FreePoly0,90.000000*%
%ADD40FreePoly1,90.000000*%
%ADD41RoundRect,0.150000X0.150000X-0.825000X0.150000X0.825000X-0.150000X0.825000X-0.150000X-0.825000X0*%
%ADD42RoundRect,0.140000X-0.170000X0.140000X-0.170000X-0.140000X0.170000X-0.140000X0.170000X0.140000X0*%
%ADD43RoundRect,0.225000X0.225000X0.375000X-0.225000X0.375000X-0.225000X-0.375000X0.225000X-0.375000X0*%
%ADD44RoundRect,0.140000X-0.219203X-0.021213X-0.021213X-0.219203X0.219203X0.021213X0.021213X0.219203X0*%
%ADD45FreePoly0,0.000000*%
%ADD46FreePoly1,0.000000*%
%ADD47C,1.000000*%
%ADD48RoundRect,0.100000X-0.100000X0.225000X-0.100000X-0.225000X0.100000X-0.225000X0.100000X0.225000X0*%
%ADD49RoundRect,0.250000X0.725000X-0.600000X0.725000X0.600000X-0.725000X0.600000X-0.725000X-0.600000X0*%
%ADD50O,1.950000X1.700000*%
%ADD51RoundRect,0.250002X-1.499998X-1.499998X1.499998X-1.499998X1.499998X1.499998X-1.499998X1.499998X0*%
%ADD52C,3.500000*%
%ADD53RoundRect,0.135000X0.135000X0.185000X-0.135000X0.185000X-0.135000X-0.185000X0.135000X-0.185000X0*%
%ADD54RoundRect,0.135000X-0.135000X-0.185000X0.135000X-0.185000X0.135000X0.185000X-0.135000X0.185000X0*%
%ADD55RoundRect,0.250000X0.250000X0.475000X-0.250000X0.475000X-0.250000X-0.475000X0.250000X-0.475000X0*%
G04 APERTURE END LIST*
%TO.C,JP2*%
G36*
X114650000Y-99750000D02*
G01*
X114350000Y-99750000D01*
X114350000Y-98250000D01*
X114650000Y-98250000D01*
X114650000Y-99750000D01*
G37*
%TO.C,JP3*%
G36*
X102750000Y-103300000D02*
G01*
X104250000Y-103300000D01*
X104250000Y-103000000D01*
X102750000Y-103000000D01*
X102750000Y-103300000D01*
G37*
%TO.C,JP4*%
G36*
X96250000Y-94350000D02*
G01*
X96550000Y-94350000D01*
X96550000Y-95850000D01*
X96250000Y-95850000D01*
X96250000Y-94350000D01*
G37*
%TO.C,JP1*%
G36*
X81850000Y-97250000D02*
G01*
X82150000Y-97250000D01*
X82150000Y-98750000D01*
X81850000Y-98750000D01*
X81850000Y-97250000D01*
G37*
%TD*%
D10*
%TO.C,SW1*%
X81000000Y-76250000D03*
D11*
X76000000Y-76250000D03*
X78500000Y-76250000D03*
D12*
X84100000Y-83750000D03*
X72900000Y-83750000D03*
D11*
X76000000Y-90750000D03*
X81000000Y-90750000D03*
%TD*%
D13*
%TO.C,J3*%
X74000000Y-117800000D03*
D14*
X74000000Y-113000000D03*
X74000000Y-108200000D03*
X74000000Y-103400000D03*
X74000000Y-98600000D03*
%TD*%
D15*
%TO.C,H2*%
X119500000Y-71000000D03*
%TD*%
D16*
%TO.C,U1*%
X94950000Y-118112500D03*
X94000000Y-118112500D03*
X93050000Y-118112500D03*
X93050000Y-120387500D03*
X94000000Y-120387500D03*
X94950000Y-120387500D03*
%TD*%
D17*
%TO.C,R14*%
X103225000Y-97600000D03*
X101575000Y-97600000D03*
%TD*%
D18*
%TO.C,R3*%
X108600000Y-107925000D03*
X108600000Y-106275000D03*
%TD*%
D19*
%TO.C,C7*%
X78190000Y-94525000D03*
X78190000Y-96075000D03*
%TD*%
D20*
%TO.C,R9*%
X104000000Y-106905707D03*
X104000000Y-107925707D03*
%TD*%
D21*
%TO.C,Q1*%
X86607500Y-110500000D03*
D22*
X84327500Y-116800000D03*
D21*
X82047500Y-110500000D03*
%TD*%
D23*
%TO.C,R2*%
X92000000Y-116260000D03*
X92000000Y-115240000D03*
%TD*%
D24*
%TO.C,U4*%
X94950000Y-98050000D03*
X94950000Y-98700000D03*
X94950000Y-99350000D03*
X96850000Y-99350000D03*
X96850000Y-98700000D03*
X96850000Y-98050000D03*
%TD*%
D25*
%TO.C,JP2*%
X115150000Y-99000000D03*
D26*
X113850000Y-99000000D03*
%TD*%
D20*
%TO.C,R1*%
X90500000Y-115240000D03*
X90500000Y-116260000D03*
%TD*%
D27*
%TO.C,C2*%
X90000000Y-122725000D03*
X90000000Y-119775000D03*
%TD*%
D28*
%TO.C,R12*%
X105000000Y-110275000D03*
X105000000Y-111925000D03*
%TD*%
D29*
%TO.C,J5*%
X96300000Y-76500000D03*
D30*
X93760000Y-76500000D03*
X91220000Y-76500000D03*
X88680000Y-76500000D03*
%TD*%
D20*
%TO.C,R16*%
X112600000Y-85390000D03*
X112600000Y-86410000D03*
%TD*%
D31*
%TO.C,D3*%
X115500000Y-117500000D03*
X115500000Y-113500000D03*
%TD*%
D18*
%TO.C,R6*%
X105800000Y-107925000D03*
X105800000Y-106275000D03*
%TD*%
D15*
%TO.C,H4*%
X74500000Y-124500000D03*
%TD*%
D31*
%TO.C,D2*%
X78500000Y-117400000D03*
X78500000Y-113400000D03*
%TD*%
D23*
%TO.C,R7*%
X89100000Y-111520000D03*
X89100000Y-110500000D03*
%TD*%
D32*
%TO.C,U7*%
X97868629Y-92131371D03*
X98151472Y-91848529D03*
X98434315Y-91565686D03*
X98717158Y-91282843D03*
X99000000Y-91000000D03*
D33*
X99000000Y-90080762D03*
X98717158Y-89797919D03*
X98434315Y-89515076D03*
X98151472Y-89232233D03*
X97868629Y-88949391D03*
D32*
X96949391Y-88949391D03*
X96666548Y-89232233D03*
X96383705Y-89515076D03*
X96100862Y-89797919D03*
X95818020Y-90080762D03*
D33*
X95818020Y-91000000D03*
X96100862Y-91282843D03*
X96383705Y-91565686D03*
X96666548Y-91848529D03*
X96949391Y-92131371D03*
D34*
X97409010Y-90540381D03*
%TD*%
D35*
%TO.C,U5*%
X106525000Y-90095000D03*
X106525000Y-91365000D03*
X106525000Y-92635000D03*
X106525000Y-93905000D03*
X111475000Y-93905000D03*
X111475000Y-92635000D03*
X111475000Y-91365000D03*
X111475000Y-90095000D03*
%TD*%
D36*
%TO.C,C12*%
X88480000Y-88500000D03*
X87520000Y-88500000D03*
%TD*%
D37*
%TO.C,L1*%
X102000000Y-120200000D03*
X102000000Y-113800000D03*
%TD*%
D23*
%TO.C,R17*%
X103100000Y-89190000D03*
X103100000Y-88170000D03*
%TD*%
D15*
%TO.C,H3*%
X119500000Y-124500000D03*
%TD*%
D38*
%TO.C,R4*%
X84950000Y-107700000D03*
X86600000Y-107700000D03*
%TD*%
D39*
%TO.C,JP3*%
X103500000Y-103800000D03*
D40*
X103500000Y-102500000D03*
%TD*%
D41*
%TO.C,U2*%
X106095000Y-103475000D03*
X107365000Y-103475000D03*
X108635000Y-103475000D03*
X109905000Y-103475000D03*
X109905000Y-98525000D03*
X108635000Y-98525000D03*
X107365000Y-98525000D03*
X106095000Y-98525000D03*
%TD*%
D42*
%TO.C,C11*%
X104500000Y-93920000D03*
X104500000Y-94880000D03*
%TD*%
%TO.C,C6*%
X79700000Y-92820000D03*
X79700000Y-93780000D03*
%TD*%
D43*
%TO.C,D1*%
X97150000Y-114750000D03*
X93850000Y-114750000D03*
%TD*%
D44*
%TO.C,C10*%
X100160589Y-89360589D03*
X100839411Y-90039411D03*
%TD*%
D45*
%TO.C,JP4*%
X95750000Y-95100000D03*
D46*
X97050000Y-95100000D03*
%TD*%
D11*
%TO.C,TP6*%
X102497000Y-110800000D03*
%TD*%
D36*
%TO.C,C8*%
X105480000Y-96000000D03*
X104520000Y-96000000D03*
%TD*%
D15*
%TO.C,H1*%
X74500000Y-71000000D03*
%TD*%
D47*
%TO.C,TP3*%
X99100000Y-94900000D03*
%TD*%
D45*
%TO.C,JP1*%
X81350000Y-98000000D03*
D46*
X82650000Y-98000000D03*
%TD*%
D21*
%TO.C,Q2*%
X112107500Y-111000000D03*
D22*
X109827500Y-117300000D03*
D21*
X107547500Y-111000000D03*
%TD*%
D42*
%TO.C,C9*%
X79690000Y-95420000D03*
X79690000Y-96380000D03*
%TD*%
D48*
%TO.C,U3*%
X93150000Y-102950000D03*
X92500000Y-102950000D03*
X91850000Y-102950000D03*
X91850000Y-104850000D03*
X92500000Y-104850000D03*
X93150000Y-104850000D03*
%TD*%
D18*
%TO.C,R11*%
X111000000Y-107925000D03*
X111000000Y-106275000D03*
%TD*%
D47*
%TO.C,TP5*%
X101600000Y-95800000D03*
%TD*%
D42*
%TO.C,C4*%
X77250000Y-99770000D03*
X77250000Y-100730000D03*
%TD*%
%TO.C,C1*%
X96500000Y-118770000D03*
X96500000Y-119730000D03*
%TD*%
D49*
%TO.C,J1*%
X116000000Y-91750000D03*
D50*
X116000000Y-89250000D03*
X116000000Y-86750000D03*
X116000000Y-84250000D03*
%TD*%
D11*
%TO.C,TP2*%
X115500000Y-110300000D03*
%TD*%
D51*
%TO.C,J2*%
X95500000Y-124600000D03*
D52*
X102500000Y-124600000D03*
X109500000Y-124600000D03*
%TD*%
D53*
%TO.C,R5*%
X78710000Y-92800000D03*
X77690000Y-92800000D03*
%TD*%
D35*
%TO.C,U6*%
X88525000Y-83095000D03*
X88525000Y-84365000D03*
X88525000Y-85635000D03*
X88525000Y-86905000D03*
X93475000Y-86905000D03*
X93475000Y-85635000D03*
X93475000Y-84365000D03*
X93475000Y-83095000D03*
%TD*%
D13*
%TO.C,J4*%
X120000000Y-117800000D03*
D14*
X120000000Y-113000000D03*
X120000000Y-108200000D03*
X120000000Y-103400000D03*
X120000000Y-98600000D03*
%TD*%
D11*
%TO.C,TP1*%
X78500000Y-109900000D03*
%TD*%
D53*
%TO.C,R13*%
X115110000Y-107700000D03*
X114090000Y-107700000D03*
%TD*%
D42*
%TO.C,C5*%
X117250000Y-100520000D03*
X117250000Y-101480000D03*
%TD*%
D54*
%TO.C,R15*%
X102490000Y-99000000D03*
X103510000Y-99000000D03*
%TD*%
D53*
%TO.C,R10*%
X76800000Y-95500000D03*
X75780000Y-95500000D03*
%TD*%
D54*
%TO.C,R8*%
X75790000Y-94400000D03*
X76810000Y-94400000D03*
%TD*%
D55*
%TO.C,C3*%
X99450000Y-111000000D03*
X97550000Y-111000000D03*
%TD*%
D11*
%TO.C,TP4*%
X88900000Y-98500000D03*
%TD*%
M02*

Some files were not shown because too many files have changed in this diff Show More