Compare commits

...

12 Commits

Author SHA1 Message Date
8a6a38a4d6 import into KiCad, then into FreeCAD to make 3D models 2023-10-26 13:21:19 -07:00
Conor Patrick
30fa476d9a update cap values 2019-07-05 17:47:57 -04:00
Conor Patrick
5988548f2d Merge branch 'master' of gitlab.com:conorpp/solo-hw 2019-06-12 23:44:21 -04:00
Conor Patrick
2d69b22209 Update USB-nano.brd 2019-05-09 18:59:58 -04:00
Conor Patrick
4a5b41505d update button outline 2019-04-16 11:04:25 -04:00
Conor Patrick
41a559a2ca update libraries 2019-04-16 10:24:51 -04:00
Conor Patrick
93232244fe add solo somu 2019-04-13 20:27:23 -04:00
Conor Patrick
e45d784caa Update footprints from manufacturer comments 2019-04-11 14:40:56 -04:00
Conor Patrick
a993643277 go back to using old LED 2019-03-13 22:45:01 -04:00
Conor Patrick
ffb1ce35b7 NFC designs 2019-03-13 22:18:06 -04:00
Conor Patrick
f96001ae3f prep for nfc 2019-01-26 17:21:54 -05:00
Conor Patrick
c79b4e0816 use hatched footprints, remove bridge 2019-01-23 17:56:58 -05:00
31 changed files with 66098 additions and 3207 deletions

38
.gitignore vendored
View File

@@ -1,5 +1,33 @@
*.b#*
*.s#*
CAMOutputs/
CAMOutputs.zip
*.swp
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv
# FreeCAD
*.fcstd[0-9]*
*.FCBak

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "solo/kicad/kicad-libs"]
path = solo/kicad/kicad-libs
url = ssh://git@gitlab.com/salfter/kicad-libs

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

1600
solo/USB-nano.brd Normal file
View File

File diff suppressed because it is too large Load Diff

217
solo/USB-nano.cam Normal file
View File

@@ -0,0 +1,217 @@
{
"author": {
"email": "conorpp94@gmail.com",
"name": "Conorpp94 Conorpp94"
},
"description": {
"EN": "EAGLE default 2 layer CAM job."
},
"output_type": "directory",
"outputs": [
{
"filename_prefix": "CAMOutputs/DrillFiles",
"format_specifier": {
"decimal": 3,
"integer": 3
},
"output_type": "drill",
"outputs": [
{
"drills": {
"NPTH": true,
"PTH": true,
"VIA": true
},
"filename_format": "drills.xln",
"layers": {
"from": 1,
"to": 16
},
"name": "Excellon",
"type": "excellon"
}
]
},
{
"filename_prefix": "CAMOutputs/GerberFiles",
"format_specifier": {
"decimal": 4,
"integer": 3
},
"generate_job_file": true,
"output_type": "gerber",
"outputs": [
{
"board_outline": false,
"config": {
"file_function": "Copper",
"layer": 1,
"layer_details": "mixed",
"layer_type": "top"
},
"filename_format": "copper_top.gbr",
"layers": [
1,
18,
17
],
"name": "Top Copper",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Copper",
"layer": 2,
"layer_details": "mixed",
"layer_type": "bottom"
},
"filename_format": "copper_bottom.gbr",
"layers": [
16,
17,
18
],
"name": "Bottom Copper",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Profile",
"plating": "non-plated"
},
"filename_format": "profile.gbr",
"layers": [
20
],
"milling": false,
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Soldermask",
"index": 1,
"layer_type": "top"
},
"filename_format": "soldermask_top.gbr",
"layers": [
29
],
"name": "Soldermask Top",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Soldermask",
"index": 1,
"layer_type": "bottom"
},
"filename_format": "soldermask_bottom.gbr",
"layers": [
30
],
"name": "Soldermask Bottom",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Paste",
"layer_type": "top"
},
"filename_format": "solderpaste_top.gbr",
"layers": [
31
],
"milling": false,
"name": "Solderpaste Top",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Paste",
"layer_type": "bottom"
},
"filename_format": "solderpaste_bottom.gbr",
"layers": [
32
],
"milling": false,
"name": "Solderpaste Bottom",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Legend",
"index": 1,
"layer_type": "top"
},
"filename_format": "silkscreen_top.gbr",
"layers": [
21,
25
],
"milling": false,
"name": "Silkscreen Top",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"file_function": "Legend",
"index": 1,
"layer_type": "bottom"
},
"filename_format": "silkscreen_bottom.gbr",
"layers": [
22,
26
],
"milling": false,
"name": "Silkscreen Bottom",
"polarity": "positive",
"type": "gerber_layer"
},
{
"board_outline": false,
"config": {
"description": "For z-axis milling",
"file_function": "Other"
},
"filename_format": "insider_contour.gbr",
"layers": [
100
],
"milling": false,
"name": "insider_contour",
"polarity": "positive",
"type": "gerber_layer"
}
],
"version": "RS274X"
},
{
"filename_prefix": "CAMOutputs/DrawingFiles",
"output_type": "drawing",
"outputs": [
]
}
],
"timestamp": "2019-04-12T23:46:06",
"type": "EAGLE CAM job",
"units": "metric",
"version": "9.2.0"
}

1889
solo/USB-nano.sch Normal file
View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

BIN
solo/kicad/USB-A.fcstd Normal file
View File

Binary file not shown.

View File

@@ -0,0 +1,8 @@
(version 1)
(rule "class 0:0"
(condition "A.NetClass == 'default' && B.NetClass == 'Default'")
(constraint clearance (min 0.1016mm)))
(rule "class 1:1"
(condition "A.NetClass == 'nfc' && B.NetClass == 'nfc'")
(constraint clearance (min 0.0889mm)))

4148
solo/kicad/USB-A.kicad_pcb Normal file
View File

File diff suppressed because it is too large Load Diff

493
solo/kicad/USB-A.kicad_pro Normal file
View File

@@ -0,0 +1,493 @@
{
"board": {
"3dviewports": [],
"design_settings": {
"defaults": {
"board_outline_line_width": 0.049999999999999996,
"copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"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.09999999999999999,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
},
"silk_line_width": 0.09999999999999999,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.09999999999999999,
"silk_text_upright": false,
"zones": {
"min_clearance": 0.5
}
},
"diff_pair_dimensions": [],
"drc_exclusions": [],
"meta": {
"filename": "board_design_settings.json",
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"connection_width": "warning",
"copper_edge_clearance": "error",
"copper_sliver": "warning",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint": "error",
"footprint_type_mismatch": "ignore",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"isolated_copper": "warning",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"lib_footprint_issues": "warning",
"lib_footprint_mismatch": "warning",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "warning",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_edge_clearance": "warning",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"solder_mask_bridge": "error",
"starved_thermal": "error",
"text_height": "warning",
"text_thickness": "warning",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zones_intersect": "error"
},
"rules": {
"max_error": 0.005,
"min_clearance": 0.1016,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.049999999999999996,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_resolved_spokes": 2,
"min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.0,
"min_via_annular_width": 0.09999999999999999,
"min_via_diameter": 0.5,
"solder_mask_to_copper_clearance": 0.0,
"use_height_for_length_calcs": true
},
"teardrop_options": [
{
"td_allow_use_two_tracks": true,
"td_curve_segcount": 5,
"td_on_pad_in_zone": false,
"td_onpadsmd": true,
"td_onroundshapesonly": false,
"td_ontrackend": false,
"td_onviapad": true
}
],
"teardrop_parameters": [
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_round_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_rect_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_track_end",
"td_width_to_size_filter_ratio": 0.9
}
],
"track_widths": [],
"via_dimensions": [],
"zones_allow_external_fillets": false
},
"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",
"conflicting_netclasses": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"endpoint_off_grid": "warning",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "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",
"similar_labels": "warning",
"simulation_model_issue": "ignore",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "USB-A.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12,
"clearance": 0.1016,
"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)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2,
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.1016,
"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": "nfc",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2,
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
}
],
"meta": {
"version": 3
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": []
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 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,
"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": "empty.kicad_wks",
"plot_directory": "",
"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_voltages": false,
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"bdf81f25-e424-4337-b8ca-50032391a461",
"USB-A_0"
]
],
"text_variables": {}
}

3408
solo/kicad/USB-A.kicad_sch Normal file
View File

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,14 @@
(footprint "B1,27" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(descr "<b>TEST PAD</b>")
(fp_text reference "REF**" (at -0.635 -1.016) (layer "F.SilkS")
(effects (font (size 1.143 1.143) (thickness 0.127)) (justify left bottom))
(tstamp d2f6042b-5074-4665-890f-585f5954df91)
)
(fp_text value "B1,27" (at -0.635 0.762) (layer "F.Fab")
(effects (font (size 0.023368 0.023368) (thickness 0.002032)) (justify left bottom))
(tstamp 1c59dff1-caf0-4e23-b92f-7733facfb1e7)
)
(pad "TP" smd roundrect (at 0 0) (size 1.27 1.27) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.5)
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 15d37b08-b728-4009-8c30-d3af99e5cf9e))
)

View File

@@ -0,0 +1,21 @@
(footprint "BZA900A" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(fp_text reference "REF**" (at -0.5 -1.8) (layer "F.SilkS")
(effects (font (size 0.373888 0.373888) (thickness 0.032512)) (justify left bottom))
(tstamp 25d43efd-bdc3-4433-9387-1428e71fbfc4)
)
(fp_text value "" (at 0 0) (layer "F.Fab")
(effects (font (size 1.27 1.27) (thickness 0.15)))
(tstamp d78021d2-fb38-4a4a-8cd0-b99a4ce9021d)
)
(pad "P$1" smd rect (at -0.05 0) (size 0.325 0.5) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 0542dd62-c4d4-4a02-8dde-f2fd811277b2))
(pad "P$2" smd rect (at 0.5 0) (size 0.3 0.6) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp a90536b7-3586-41a8-8dbf-00f5485ff5bd))
(pad "P$3" smd rect (at 1.05 0) (size 0.325 0.5) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 4b38bf39-caa4-41ff-953d-603496d69f9b))
(pad "P$4" smd rect (at 1 -1.7) (size 0.4 0.5) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 81a69c09-d614-41ae-808e-70bc8fe8c3c5))
(pad "P$5" smd rect (at 0 -1.7) (size 0.4 0.5) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp a38be786-ef0d-46b3-aaf7-331c427c5338))
)

View File

@@ -0,0 +1,73 @@
(footprint "C0402" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(descr "<b>CAPACITOR</b>")
(fp_text reference "REF**" (at -0.635 -0.635) (layer "F.SilkS")
(effects (font (size 1.1684 1.1684) (thickness 0.1016)) (justify left bottom))
(tstamp 36a163c6-81a0-45db-8ce9-ac50bb7442d0)
)
(fp_text value "C0402" (at -0.635 1.905) (layer "F.Fab")
(effects (font (size 1.1684 1.1684) (thickness 0.1016)) (justify left bottom))
(tstamp cb5a8464-f502-4420-840b-0e6072c93b9b)
)
(fp_poly
(pts
(xy -0.1999 0.3)
(xy 0.1999 0.3)
(xy 0.1999 -0.3)
(xy -0.1999 -0.3)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Adhes") (tstamp f66d7863-0eba-483b-b578-b524a1c5c9cc))
(fp_poly
(pts
(xy -0.9 0.35)
(xy -0.35 0.35)
(xy -0.35 -0.35)
(xy -0.9 -0.35)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp 92c5eb32-2a24-4ae0-b4b7-3c5b2db44f42))
(fp_poly
(pts
(xy 0.35 0.35)
(xy 0.9 0.35)
(xy 0.9 -0.35)
(xy 0.35 -0.35)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp cea89c86-589b-48bd-8e19-a89c1fe8dd14))
(fp_line (start -1.073 -0.383) (end 1.073 -0.383)
(stroke (width 0.0508) (type solid)) (layer "F.CrtYd") (tstamp 72a623a1-6e19-4dae-b622-d47dd2adc8a4))
(fp_line (start -1.073 0.383) (end -1.073 -0.383)
(stroke (width 0.0508) (type solid)) (layer "F.CrtYd") (tstamp cccfbc3a-0882-4ea9-aa01-b661f6f422b9))
(fp_line (start 1.073 -0.383) (end 1.073 0.383)
(stroke (width 0.0508) (type solid)) (layer "F.CrtYd") (tstamp a2a359ff-cb00-4ea7-a20d-bb9dfabacf09))
(fp_line (start 1.073 0.383) (end -1.073 0.383)
(stroke (width 0.0508) (type solid)) (layer "F.CrtYd") (tstamp cad5d069-ce1a-4f25-83bd-890c0a2f1c5c))
(fp_line (start -0.245 -0.224) (end 0.245 -0.224)
(stroke (width 0.1524) (type solid)) (layer "F.Fab") (tstamp 1f2a0486-8e37-4a0f-ae80-5077a132c02e))
(fp_line (start 0.245 0.224) (end -0.245 0.224)
(stroke (width 0.1524) (type solid)) (layer "F.Fab") (tstamp e49c2724-241e-43ad-a332-d280d726566f))
(fp_poly
(pts
(xy -0.554 0.3048)
(xy -0.254 0.3048)
(xy -0.254 -0.2951)
(xy -0.554 -0.2951)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Fab") (tstamp c57a6026-1a18-466c-9f61-809f14728359))
(fp_poly
(pts
(xy 0.2588 0.3048)
(xy 0.5588 0.3048)
(xy 0.5588 -0.2951)
(xy 0.2588 -0.2951)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Fab") (tstamp 6309f5a6-17ef-43d2-981a-d2a5bab458fa))
(pad "1" smd rect (at -0.625 0) (size 0.5 0.6) (layers "F.Cu" "F.Paste")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 789ac7e7-40ac-4c68-acae-336ece59d27e))
(pad "2" smd rect (at 0.625 0) (size 0.5 0.6) (layers "F.Cu" "F.Paste")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp a694dbbe-dc4e-4e92-8011-6b315320069a))
)

View File

@@ -0,0 +1,22 @@
(footprint "CL-505S-X-SD-T" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(descr "CL-505S-X-SD-T")
(fp_text reference "REF**" (at -0.4 -1.4) (layer "F.SilkS")
(effects (font (size 0.368 0.368) (thickness 0.032)) (justify left bottom))
(tstamp 60f6043a-2cf4-4b7b-9643-44b691749f65)
)
(fp_text value "" (at 0 0) (layer "F.Fab")
(effects (font (size 1.27 1.27) (thickness 0.15)))
(tstamp a002d24f-8c25-455c-8cc3-511ed92c0712)
)
(fp_circle (center 1.299062 -1.271121) (end 1.399062 -1.271121)
(stroke (width 0.2032) (type solid)) (fill none) (layer "F.SilkS") (tstamp 9f638eb9-9aae-44c0-a253-0dbb93723e57))
(pad "P$1" smd rect (at 0.85 0) (size 0.4 0.4) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp a4fba87f-1647-46c8-b52d-29f8f7e0cf72))
(pad "P$2" smd rect (at 0.85 -0.85) (size 0.4 0.4) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 49b77e28-72b9-41c9-be09-8d0d7ca95ab1))
(pad "P$3" smd rect (at 0 -0.85) (size 0.4 0.4) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 331e56da-24dd-4621-b2e7-f565a895cee0))
(pad "P$4" smd rect (at 0 0) (size 0.4 0.4) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp d00e76b4-6a93-4209-8b2f-1be94edf5e18))
)

View File

@@ -0,0 +1,771 @@
(footprint "DOME-BL-12MM" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(fp_text reference "REF**" (at 0 0) (layer "F.SilkS")
(effects (font (size 1.27 1.27) (thickness 0.15)))
(tstamp 5b916339-2820-4c5c-a723-154e673ff902)
)
(fp_text value "" (at 0 0) (layer "F.Fab")
(effects (font (size 1.27 1.27) (thickness 0.15)))
(tstamp 56964748-f785-4ac0-9b50-b2c06964bd6d)
)
(fp_line (start -4.8 -0.35) (end -1.95 -0.35)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 15bd9245-f4d7-4ee8-9c9d-dd3f2275faba))
(fp_line (start -4.8 0.1) (end -4.8 -0.35)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp b227b56d-d031-451a-b001-3c6c2242d33f))
(fp_line (start -4.55 -0.25) (end -4.5 0.1)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp e8619844-3fb3-4745-af5d-3edc1b0b5eac))
(fp_line (start -4.5 0.1) (end -1.85 0.05)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 73c0fb7b-c4b3-4da8-a7fb-d0e82e77c3c0))
(fp_line (start -3.74 2.4937) (end -5.59 2.4937)
(stroke (width 0.1) (type solid)) (layer "F.Cu") (tstamp a30cce47-912a-4bf8-b05d-dab295f32e14))
(fp_line (start -2.9937 -3.74) (end 2.9937 -3.74)
(stroke (width 0.1) (type solid)) (layer "F.Cu") (tstamp 2cdc01e4-b98c-462a-915d-ea0838b2abe5))
(fp_line (start -2.9937 3.74) (end -3.74 2.9937)
(stroke (width 0.1) (type solid)) (layer "F.Cu") (tstamp b2e6e551-7854-4a43-9e3d-f7bb6eb5a26f))
(fp_line (start -2.35 0.1) (end -4.8 0.1)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 46554d11-3eb4-4956-acfd-ee2330228799))
(fp_line (start -1.85 -0.2) (end -4.25 -0.1)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp db702890-c887-4c18-888b-8bf8349eab43))
(fp_line (start -1.85 0.05) (end -1.85 -0.2)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 43dcca58-5ac9-4ee2-907d-0880a4085168))
(fp_line (start -1.7 -0.6) (end -1.7 -0.7)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 5e24c4d9-8861-46bb-9831-4eb727582b7e))
(fp_line (start -1.7 0.6) (end -1.8 0.3)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 06d1dc27-6633-41a9-be4e-32acd32000c6))
(fp_line (start -1.6 -0.9) (end -1.1 -1.5)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp fa64e420-9f86-4963-8e58-e6d023627185))
(fp_line (start -1.6 -0.35) (end -1.5 -0.35)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 0e80c5e5-00c8-4785-b4c8-77458df7f01f))
(fp_line (start -1.6 0.35) (end -1.6 -0.35)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp ce93346d-2e35-450e-a104-c227b3051cbb))
(fp_line (start -1.5 -0.9) (end -1.7 -0.7)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 7c5807b1-ac6e-416d-81a2-d5546fa23ec7))
(fp_line (start -1.5 -0.9) (end -1.3 -1.2)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 60add3d9-7eec-455f-83ec-447281dadb95))
(fp_line (start -1.5 -0.55) (end -1.1 -1.2)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 345f13b0-11ac-42c8-8943-e9f48a8c0788))
(fp_line (start -1.5 -0.35) (end -4.55 -0.25)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 8edf1e68-e652-4a01-90ca-20f83f838a06))
(fp_line (start -1.5 1) (end -1.7 0.6)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 4ed1d786-a318-4384-9a8f-7840c08aed7d))
(fp_line (start -1.4 0.75) (end -1.6 0.35)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 09b2b880-603d-494f-8fc6-ef3f15e49a33))
(fp_line (start -1.3 -1.2) (end -1.6 -0.9)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp d6fde521-4a22-46a3-b3cc-8499b3f0e7ba))
(fp_line (start -1.3 1.2) (end -1.5 1)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 6560029f-2412-42ca-bc0e-fe36c0e3ff08))
(fp_line (start -1.25 1) (end -1.4 0.75)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp b0529aa9-7a20-4e20-a959-4059ab0fdce6))
(fp_line (start -1.2 1.4) (end -1.3 1.2)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp ba948601-1001-49f4-8f54-70e90860435b))
(fp_line (start -1.1 -1.5) (end -0.9 -1.6)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 7133893c-50fe-44a0-831c-349694ff1b7e))
(fp_line (start -1.1 -1.2) (end -0.75 -1.4)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp f544cda0-f560-4161-b513-1c517fb23baa))
(fp_line (start -1 1.25) (end -1.25 1)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 0076bf4d-c67a-4271-8ed6-b136f6749d95))
(fp_line (start -0.9 -1.6) (end -0.3 -1.8)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 6708346c-f736-47b2-9891-1c2f26a85513))
(fp_line (start -0.75 -1.4) (end -0.2 -1.6)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 2f509469-4c51-471b-8bad-f61033b4f075))
(fp_line (start -0.75 1.45) (end -1 1.25)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp d41433ba-cf01-4dca-a910-f28a4402fb20))
(fp_line (start -0.7 1.7) (end -1.2 1.4)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 51506d57-6776-4e05-90b8-571b61b1c5cd))
(fp_line (start -0.3 -1.8) (end 0.3 -1.8)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp e86a3b94-0442-4194-a4be-89dddbcde9c1))
(fp_line (start -0.3 1.55) (end -0.75 1.45)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp e4b55e4f-4b7a-4b91-b4d9-e01addf49282))
(fp_line (start -0.3 1.8) (end -0.7 1.7)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 59df8b03-e8a7-4a2c-a4ae-f7c8a3dd1c6d))
(fp_line (start -0.2 -1.6) (end 0.5 -1.55)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 2c00f3a1-65b8-490e-b3d8-3776d27a2084))
(fp_line (start 0.15 1.6) (end -0.3 1.55)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 8fdf144e-30ca-4f7a-949a-ddd0c64be55c))
(fp_line (start 0.3 -1.8) (end 0.7 -1.7)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 17168428-9c45-4a73-993f-977575bc9a4b))
(fp_line (start 0.4 1.8) (end -0.3 1.8)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp d497eed5-4ae3-49d6-8cf7-e8b621d90ff1))
(fp_line (start 0.5 -1.55) (end 0.85 -1.35)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 58ab9dbb-3e05-400c-94be-9f06c306a9c1))
(fp_line (start 0.65 1.5) (end 0.15 1.6)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 0f19a0ca-8efa-40cc-af0d-bbd074483b10))
(fp_line (start 0.7 -1.7) (end 0.9 -1.6)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 22b74a0e-2456-459b-99af-ce437bb94d7d))
(fp_line (start 0.85 -1.35) (end 1.3 -1)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp cda089dd-c9cf-43ea-ad85-a64629da1c58))
(fp_line (start 0.9 -1.6) (end 1.1 -1.4)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 3c1c7ace-718e-4388-99a6-daea7ee89564))
(fp_line (start 0.9 1.6) (end 0.4 1.8)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 878b4a8b-f8c7-4751-85ce-9332ebb94717))
(fp_line (start 1.05 1.2) (end 0.65 1.5)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp d8262a16-99f5-4de8-860c-db34fcf2cb97))
(fp_line (start 1.1 -1.4) (end 1.3 -1.3)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 8408e717-2df1-4619-a4cb-922aca4e1c19))
(fp_line (start 1.3 -1.3) (end 1.7 -0.6)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 52278981-b9a2-4ab3-a148-9c36ecd89249))
(fp_line (start 1.3 -1) (end 1.5 -0.6)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 580eb034-0648-49f2-b13a-36a33df4c6e9))
(fp_line (start 1.3 0.95) (end 1.05 1.2)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 3da5ee36-1bfc-4cad-9e91-28b3dd1ac604))
(fp_line (start 1.5 -0.6) (end 1.6 0)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 8206f4d2-d529-4040-be54-580f488ad72f))
(fp_line (start 1.5 1) (end 0.9 1.6)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp d76d7371-eb2d-4491-9a10-50563ad2ead1))
(fp_line (start 1.55 0.45) (end 1.3 0.95)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 33bbbb5b-b3d0-474f-bf19-c6df01f9acc1))
(fp_line (start 1.6 0) (end 1.55 0.45)
(stroke (width 0.4064) (type solid)) (layer "F.Cu") (tstamp 028fcb4f-ba51-4745-a5ed-d0e2c00e9047))
(fp_line (start 1.7 -0.6) (end 1.8 -0.1)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 7b41acee-57ed-40e5-9d51-8732d8359668))
(fp_line (start 1.8 -0.1) (end 1.8 0.4)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp a1eb7952-b835-45bd-987b-7c13d4123df1))
(fp_line (start 1.8 0.4) (end 1.5 1)
(stroke (width 0.127) (type solid)) (layer "F.Cu") (tstamp 61f0c85f-11a3-4879-a534-39737cf5bd9a))
(fp_circle (center 0 0) (end 1.39895 0)
(stroke (width 0.1) (type solid)) (fill none) (layer "F.Cu") (tstamp a2fb3219-5c08-429f-a12b-f9caaf7ac74d))
(fp_circle (center 0 0) (end 1.4 0)
(stroke (width 0.1) (type solid)) (fill none) (layer "F.Cu") (tstamp ea328a7d-6c43-4014-91da-5739f2c6a8a7))
(fp_circle (center 0 0) (end 1.878828 0)
(stroke (width 0.127) (type solid)) (fill none) (layer "F.Cu") (tstamp 3926308a-030e-4ab7-b865-d98fb8d471aa))
(fp_poly
(pts
(xy 3.145058 -4.219833)
(xy 4.25 -3.08026)
(xy 4.25 3.859009)
(xy 4.712707 3.951551)
(xy 5.282956 4.137755)
(xy 3.780711 5.64)
(xy -3.881538 5.64)
(xy -5.64 3.779893)
(xy -5.64 2.4437)
(xy -3.69 2.4437)
(xy -3.69 2.97299)
(xy -2.97299 3.69)
(xy 2.97299 3.69)
(xy 3.69 2.972989)
(xy 3.69 -2.972989)
(xy 2.97299 -3.69)
(xy -2.97299 -3.69)
(xy -3.69 -2.97299)
(xy -3.69 -2.4437)
(xy -5.64 -2.4437)
(xy -5.64 -3.780711)
(xy -3.780806 -5.639905)
(xy 1.800487 -5.6655)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Cu") (tstamp dbcd73c1-8b5a-4c94-8c52-4d70f9868a25))
(fp_line (start -5 -0.8) (end -2.4 -0.8)
(stroke (width 0.1524) (type solid)) (layer "F.Mask") (tstamp 020fda59-861c-4c56-9d0c-a42a63ae7801))
(fp_line (start -5 0.9) (end -5 -0.8)
(stroke (width 0.1524) (type solid)) (layer "F.Mask") (tstamp 41b86ffd-7dca-44bb-bd93-6cdfe4c03b9f))
(fp_line (start -4.9 -0.6) (end -2.5 -0.6)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 22c4c3bc-a9ff-49ae-9fa5-a3cee6060b9c))
(fp_line (start -4.8 -0.3) (end -2.6 -0.3)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 92a1ad5f-70a5-4ae9-8dc2-83755f4939de))
(fp_line (start -4.8 0.7) (end -4.8 -0.3)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 0690427d-3968-4cfc-88bf-ec3c10acbe89))
(fp_line (start -4.6 0) (end -2.8 0)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 62fdc70b-8494-4119-acf7-357b312e7faa))
(fp_line (start -4.6 0.3) (end -4.6 0)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 97ceb0aa-ef27-41ef-acef-e164ce75d8a0))
(fp_line (start -4.6 0.3) (end -2.3 -0.6)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 24199917-386f-43e3-95e3-cd9197e5a973))
(fp_line (start -4.6 0.5) (end -4.6 0.3)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp b30083b9-1ccc-41c0-93cd-dd3d171c619b))
(fp_line (start -2.8 0) (end -2.8 0.3)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 361f7bb8-0b97-4b9c-acee-2b964826e2d3))
(fp_line (start -2.8 0.3) (end -4.6 0.3)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 5b70755e-0774-43f6-b335-83114638c97f))
(fp_line (start -2.6 -0.3) (end -2.6 0.5)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp b6e140d1-6d03-48c9-bee0-0adc6325c931))
(fp_line (start -2.6 0.5) (end -4.6 0.5)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp ad22a008-ae35-4c87-bb69-238f13cf7309))
(fp_line (start -2.5 -0.6) (end -2.5 0.7)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 4ebb332b-55a1-4899-adc2-54bf4f1a49cd))
(fp_line (start -2.5 0.7) (end -4.8 0.7)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 3269403f-de85-4a80-bddf-339ff8dc8336))
(fp_line (start -2.4 -0.8) (end -2.4 0.9)
(stroke (width 0.1524) (type solid)) (layer "F.Mask") (tstamp 6d5bf089-5120-44f4-8644-43981688c2d3))
(fp_line (start -2.4 0.9) (end -5 0.9)
(stroke (width 0.1524) (type solid)) (layer "F.Mask") (tstamp 14d763cc-912e-4459-8cd1-aa0f9d90d07c))
(fp_line (start -2.3 -0.6) (end -2 -1.1)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp feb4816c-af73-4a2f-9126-9860df801513))
(fp_line (start -2.3 -0.4) (end -1.3 -1.2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 507a541b-ce09-42ba-a306-dbc9e716eab4))
(fp_line (start -2.3 0.6) (end -2.3 -0.4)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp ac332c48-a6eb-437f-9178-e67d906bcb91))
(fp_line (start -2 -1.1) (end -1.5 -1.7)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp bedf502a-c589-4752-948c-e47b0077629a))
(fp_line (start -2 -0.4) (end -1.2 -1.4)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 17384062-2624-4c38-98e5-ca4345fadb79))
(fp_line (start -2 0.3) (end -2 -0.4)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp a0b6d647-a014-4828-ad38-0d72044e95d0))
(fp_line (start -1.9 -0.9) (end -0.8 -1.8)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 63fb65ad-e93d-4be3-aae1-77efdde82744))
(fp_line (start -1.9 1.3) (end -2.3 0.6)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 82a5a181-c260-49ea-a07b-d9baf19d0296))
(fp_line (start -1.7 -0.1) (end -1.6 -0.7)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp b2374e39-2035-4e96-ba74-ccdb14b2078f))
(fp_line (start -1.7 1) (end -2 0.3)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 1b34c522-014a-4c67-9508-1405bff34eb1))
(fp_line (start -1.6 -1.2) (end -1.9 -0.9)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 92e9a516-5889-4500-8453-9e79562de173))
(fp_line (start -1.6 -1.2) (end -1.3 -1.5)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 350145c2-210e-449b-9a2e-ca1c3cc8632e))
(fp_line (start -1.6 -0.7) (end -1.1 -1.2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 47b62bbf-91a9-41e0-b5e8-8bec75431d88))
(fp_line (start -1.5 -1.7) (end -0.9 -2.1)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 75b0aaa8-a5d2-4419-8458-839c7be0fdc6))
(fp_line (start -1.5 -0.3) (end -1.3 -0.8)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 50baf176-de56-46b6-9f4f-787a7900ec0c))
(fp_line (start -1.5 0.8) (end -1.7 -0.1)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp cf28f87f-f457-4ff6-a067-46ba073a0479))
(fp_line (start -1.4 0.5) (end -1.5 -0.3)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp e33a8e0e-5f34-48fb-a096-5a10b2fba27c))
(fp_line (start -1.4 1.9) (end -1.9 1.3)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp fe16c9c3-97b2-4a26-98d2-240ec5b1406d))
(fp_line (start -1.3 -1.2) (end -1.6 -1.2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp dbfe6173-597d-47a6-b94a-a658ef10387c))
(fp_line (start -1.3 -0.8) (end -0.9 -1.2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp f4f99eb2-b9d8-48c7-b501-db8f3e9d6aa3))
(fp_line (start -1.2 -1.4) (end -0.3 -1.6)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp a98b1c47-0546-44c1-80d7-38274684d102))
(fp_line (start -1.1 -1.2) (end -0.4 -1.5)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 64fd3673-9e26-4336-9655-42c2766c4135))
(fp_line (start -1.1 1) (end -1.4 0.5)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 0c0a878d-3df7-4fd2-ab0f-718547f580d5))
(fp_line (start -1 1.8) (end -1.7 1)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 667a42ba-2dd2-425e-ab7f-b7c41e91abf9))
(fp_line (start -0.9 -2.1) (end -0.1 -2.3)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp f252ef24-2a68-4575-84b1-9b9a8ad101c3))
(fp_line (start -0.9 -1.2) (end -0.5 -1.5)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 5dc7ba52-60cd-4429-b613-079beafd4983))
(fp_line (start -0.9 1.4) (end -0.8 1.2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp b4b06fda-14be-4ef6-b4d8-05e283afd6bd))
(fp_line (start -0.9 1.5) (end -1.5 0.8)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp f11bdfad-21f5-4e90-96ef-c2e1014ff6a9))
(fp_line (start -0.8 -1.8) (end 0 -2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 8a9467f3-400a-4f0d-a988-cdecb1258216))
(fp_line (start -0.8 1.2) (end -1.1 1)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 5b1d742b-13ba-47e4-b16c-bcc9749f8f5e))
(fp_line (start -0.7 2.2) (end -1.4 1.9)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp a0fab401-09a3-4e85-8ab0-a965b19e1e11))
(fp_line (start -0.4 -1.5) (end 0.4 -1.5)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 428d1265-64e5-4366-b9ad-df2e2d12f6cf))
(fp_line (start -0.3 -1.6) (end 0.7 -1.6)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp ac6fdc13-7555-433f-88f1-c67af6901757))
(fp_line (start -0.2 1.5) (end -0.9 1.4)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 23c5c8dd-1907-48ad-88fd-26a777922818))
(fp_line (start -0.2 1.8) (end -0.9 1.5)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp cfe8f747-3de2-46b4-b5fe-680642839528))
(fp_line (start -0.1 -2.3) (end 0.5 -2.2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 00dfb0a0-3509-4a40-8c3b-ca03615da7f1))
(fp_line (start 0 -2) (end 0.9 -1.8)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp b1694b48-7cfd-435d-92cd-c8c542b386c0))
(fp_line (start 0 2.1) (end -1 1.8)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp b90880d6-ce3a-4c58-8c00-5425c30f0019))
(fp_line (start 0 2.3) (end -0.7 2.2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 6cf7270d-098e-43fd-9608-82ca109fc65c))
(fp_line (start 0.3 1.5) (end -0.2 1.5)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 84ef5d54-7365-4470-b3c0-27c3ff91df69))
(fp_line (start 0.4 -1.5) (end 1 -1.2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 41577a2a-e764-4fca-922e-ffde80fa49df))
(fp_line (start 0.5 -2.2) (end 1.2 -2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 9560d645-2116-42de-b9d5-46a83684eedf))
(fp_line (start 0.6 2.2) (end 0 2.3)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 2a08bf4a-ddea-41b4-8e77-519a330f44ef))
(fp_line (start 0.7 -1.6) (end 1.2 -1.2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 6c4b50dc-9330-4422-b2b1-61f2f3299c18))
(fp_line (start 0.8 1.3) (end 0.3 1.5)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 1da869bf-c3e0-401f-bca2-0b671a54e783))
(fp_line (start 0.9 -1.8) (end 1.6 -1.2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 483e2f6b-f6d5-45c6-9274-2c4604c39bb7))
(fp_line (start 1 -1.2) (end 1.3 -0.7)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp a7952abe-fe87-4c75-acab-a0260daca145))
(fp_line (start 1 1.4) (end -0.2 1.8)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 8645b36d-274b-4aff-8376-fdb4aeb0ad6f))
(fp_line (start 1.1 1) (end 0.8 1.3)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 2e9948c9-8edc-4581-8e5c-2afcba5ce967))
(fp_line (start 1.1 1.6) (end 0 2.1)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 9cebd80c-c8c3-4b4f-8717-6be2af6d5cb6))
(fp_line (start 1.2 -2) (end 1.8 -1.5)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 09a259ba-3127-49bd-9b0f-2d2d768bfb25))
(fp_line (start 1.2 -1.2) (end 1.7 -0.2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp ab6c7f86-df49-4c54-bca0-271e7d5062e9))
(fp_line (start 1.2 1.9) (end 0.6 2.2)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp f91f4bf7-ad13-415c-b30e-a5c79546db47))
(fp_line (start 1.3 -0.7) (end 1.6 0.1)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 748e5343-0e47-4f48-bcd7-1c30da63832e))
(fp_line (start 1.3 1) (end 1 1.4)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 89a213f9-3e53-4b83-b62b-39c6d92f75e2))
(fp_line (start 1.3 1) (end 1.1 1)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 88a95a32-363b-4ff4-9834-064372d69dbb))
(fp_line (start 1.4 0.6) (end 1.5 0.1)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp d8f60de8-024d-4d38-b700-0e504520a125))
(fp_line (start 1.5 0.1) (end 1.3 1)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 602655f0-8fb4-4d98-9b0a-db762707f706))
(fp_line (start 1.6 -1.2) (end 2 -0.3)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 384d9470-c4ac-4da8-88a8-833c8fdf2294))
(fp_line (start 1.6 0.1) (end 1.4 0.6)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 0febdbab-bb61-4286-9432-2354188338e4))
(fp_line (start 1.6 0.6) (end 1.3 1)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 2fe047f3-ba22-4ccf-ab97-bb0e36363240))
(fp_line (start 1.7 -0.2) (end 1.6 0.6)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 05c93656-a0ae-4832-a12a-dea4d9c1b5b7))
(fp_line (start 1.7 1.1) (end 2.1 0.7)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 7c104fef-2a9c-4929-97d9-9e1985babd63))
(fp_line (start 1.8 -1.5) (end 2.2 -0.6)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 89fd7229-0b8d-406e-bb3e-540abdd577e3))
(fp_line (start 1.8 1.4) (end 1.2 1.9)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp ac6ec654-e521-4930-b5d1-f12307d644ad))
(fp_line (start 2 -0.3) (end 1.7 1.1)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp a0712bb5-87ef-413e-a750-86d758964477))
(fp_line (start 2.1 0.7) (end 1.1 1.6)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 20ec18c3-1d9b-4868-8022-d34ae366361e))
(fp_line (start 2.2 -0.6) (end 2.3 0.1)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 06fc7082-b68c-4b85-b8b2-6bb6aa822df4))
(fp_line (start 2.2 0.9) (end 1.8 1.4)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 54023f9a-9af9-485d-a8a7-e715f3f1e824))
(fp_line (start 2.3 0.1) (end 2.2 0.9)
(stroke (width 0.4064) (type solid)) (layer "F.Mask") (tstamp 13a4358d-0ac3-463a-bd42-96423b9c7c96))
(fp_circle (center 0 0) (end 1.303837 0)
(stroke (width 0.1524) (type solid)) (fill none) (layer "F.Mask") (tstamp 2c8e607e-99fc-4d25-8ce3-82f4c55ae2e1))
(fp_circle (center 0 0) (end 2.5 0)
(stroke (width 0.1524) (type solid)) (fill none) (layer "F.Mask") (tstamp ec0ab706-2f0f-4571-85e6-dde47054eb61))
(fp_poly
(pts
(xy 1.850837 -5.70116)
(xy 3.173679 -4.276561)
(xy 4.2762 -3.028843)
(xy 4.2762 3.837531)
(xy 5.326518 4.047595)
(xy 4.656162 5.053128)
(xy 3.8254 5.6762)
(xy -3.831563 5.6762)
(xy -5.6762 3.831563)
(xy -5.6762 2.3238)
(xy -3.6238 2.3238)
(xy -3.6238 2.871369)
(xy -2.965423 3.6238)
(xy 2.968436 3.6238)
(xy 3.6238 2.968436)
(xy 3.6238 -2.771027)
(xy 2.86578 -3.6238)
(xy -2.859219 -3.6238)
(xy -3.657809 -2.425915)
(xy -5.670678 -2.319975)
(xy -5.778485 -3.829278)
(xy -3.831143 -5.77662)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp e4c1de98-0286-4dda-bf3f-86ec701b0082))
(pad "P$1" smd rect (at -4.1 0) (size 1.27 0.635) (layers "F.Cu")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp c09c8ead-f458-4dd1-a582-173866f464be))
(pad "P$2" smd rect (at -0.3 -4.3) (size 0.5 0.5) (layers "F.Cu")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 21c1d647-482c-424d-9bee-2658bec26aee))
(zone (net 0) (net_name "") (layer "F.Cu") (tstamp 50944216-21ae-4828-84a1-206a1d40e439) (hatch edge 0.5)
(connect_pads (clearance 0))
(min_thickness 0.25) (filled_areas_thickness no)
(keepout (tracks not_allowed) (vias not_allowed) (pads not_allowed) (copperpour not_allowed) (footprints allowed))
(fill (thermal_gap 0.5) (thermal_bridge_width 0.5))
(polygon
(pts
(xy 0.981737 0)
(xy 0.961641 -0.197622)
(xy 0.902175 -0.387154)
(xy 0.805774 -0.560835)
(xy 0.676384 -0.711556)
(xy 0.519304 -0.833145)
(xy 0.340962 -0.920626)
(xy 0.148662 -0.970416)
(xy -0.049724 -0.980477)
(xy -0.246075 -0.950397)
(xy -0.432351 -0.881408)
(xy -0.600927 -0.776334)
(xy -0.744901 -0.639476)
(xy -0.858378 -0.476439)
(xy -0.936714 -0.293896)
(xy -0.9767 -0.099321)
(xy -0.9767 0.099321)
(xy -0.936714 0.293896)
(xy -0.858378 0.476439)
(xy -0.744901 0.639476)
(xy -0.600927 0.776334)
(xy -0.432351 0.881408)
(xy -0.246075 0.950397)
(xy -0.049724 0.980477)
(xy 0.148662 0.970416)
(xy 0.340962 0.920626)
(xy 0.519304 0.833145)
(xy 0.676384 0.711556)
(xy 0.805774 0.560835)
(xy 0.902175 0.387154)
(xy 0.961641 0.197622)
)
)
(polygon
(pts
(xy 0.829337 0)
(xy 0.809948 -0.178283)
(xy 0.752686 -0.34823)
(xy 0.660229 -0.501893)
(xy 0.536901 -0.632089)
(xy 0.388468 -0.732729)
(xy 0.221871 -0.799108)
(xy 0.044899 -0.828121)
(xy -0.134172 -0.818412)
(xy -0.306969 -0.770435)
(xy -0.465413 -0.686433)
(xy -0.602095 -0.570335)
(xy -0.710623 -0.427568)
(xy -0.785924 -0.264809)
(xy -0.824475 -0.089667)
(xy -0.824475 0.089667)
(xy -0.785924 0.264809)
(xy -0.710623 0.427568)
(xy -0.602095 0.570335)
(xy -0.465413 0.686433)
(xy -0.306969 0.770435)
(xy -0.134172 0.818412)
(xy 0.044899 0.828121)
(xy 0.221871 0.799108)
(xy 0.388468 0.732729)
(xy 0.536901 0.632089)
(xy 0.660229 0.501893)
(xy 0.752686 0.34823)
(xy 0.809948 0.178283)
(xy 0.829337 0)
)
)
)
(zone (net 0) (net_name "") (layer "F.Cu") (tstamp 99cbe533-7390-4323-919b-a40a67725ea6) (hatch edge 0.5)
(connect_pads (clearance 0))
(min_thickness 0.25) (filled_areas_thickness no)
(keepout (tracks not_allowed) (vias not_allowed) (pads not_allowed) (copperpour not_allowed) (footprints allowed))
(fill (thermal_gap 0.5) (thermal_bridge_width 0.5))
(polygon
(pts
(xy 1.081187 0)
(xy 1.061649 -0.204616)
(xy 1.003739 -0.401837)
(xy 0.909552 -0.584534)
(xy 0.782492 -0.746104)
(xy 0.62715 -0.880709)
(xy 0.449141 -0.983482)
(xy 0.254899 -1.05071)
(xy 0.051445 -1.079962)
(xy -0.153869 -1.070182)
(xy -0.353622 -1.021723)
(xy -0.540593 -0.936335)
(xy -0.708027 -0.817107)
(xy -0.84987 -0.668345)
(xy -0.960997 -0.495429)
(xy -1.037391 -0.304606)
(xy -1.076291 -0.102773)
(xy -1.076291 0.102773)
(xy -1.037391 0.304606)
(xy -0.960997 0.495429)
(xy -0.84987 0.668345)
(xy -0.708027 0.817107)
(xy -0.540594 0.936335)
(xy -0.353622 1.021723)
(xy -0.153869 1.070182)
(xy 0.051445 1.079962)
(xy 0.254899 1.05071)
(xy 0.449141 0.983482)
(xy 0.62715 0.880709)
(xy 0.782492 0.746104)
(xy 0.909552 0.584534)
(xy 1.003739 0.401837)
(xy 1.061649 0.204616)
)
)
(polygon
(pts
(xy 0.928787 0)
(xy 0.908491 -0.193106)
(xy 0.848489 -0.377772)
(xy 0.751404 -0.545927)
(xy 0.62148 -0.690223)
(xy 0.464394 -0.804353)
(xy 0.287011 -0.883329)
(xy 0.097085 -0.923699)
(xy -0.097085 -0.923699)
(xy -0.287011 -0.883329)
(xy -0.464393 -0.804353)
(xy -0.62148 -0.690223)
(xy -0.751404 -0.545927)
(xy -0.848489 -0.377772)
(xy -0.908491 -0.193106)
(xy -0.928787 0)
(xy -0.908491 0.193106)
(xy -0.848489 0.377772)
(xy -0.751404 0.545927)
(xy -0.62148 0.690223)
(xy -0.464394 0.804353)
(xy -0.287011 0.883329)
(xy -0.097085 0.923699)
(xy 0.097085 0.923699)
(xy 0.287011 0.883329)
(xy 0.464394 0.804353)
(xy 0.62148 0.690223)
(xy 0.751404 0.545927)
(xy 0.848489 0.377772)
(xy 0.908491 0.193106)
)
)
)
(zone (net 0) (net_name "") (layer "F.Cu") (tstamp 1fcac399-42d0-4ec6-8290-d53207fcaea7) (hatch edge 0.5)
(connect_pads (clearance 0))
(min_thickness 0.25) (filled_areas_thickness no)
(keepout (tracks not_allowed) (vias not_allowed) (pads not_allowed) (copperpour not_allowed) (footprints allowed))
(fill (thermal_gap 0.5) (thermal_bridge_width 0.5))
(polygon
(pts
(xy 1.1762 0)
(xy 1.156173 -0.216126)
(xy 1.096774 -0.424892)
(xy 1.000025 -0.61919)
(xy 0.869222 -0.792401)
(xy 0.708819 -0.938628)
(xy 0.524277 -1.052891)
(xy 0.321882 -1.131299)
(xy 0.108526 -1.171183)
(xy -0.108526 -1.171183)
(xy -0.321882 -1.131299)
(xy -0.524277 -1.052891)
(xy -0.708819 -0.938628)
(xy -0.869222 -0.792401)
(xy -1.000025 -0.61919)
(xy -1.096774 -0.424892)
(xy -1.156173 -0.216126)
(xy -1.1762 0)
(xy -1.156173 0.216126)
(xy -1.096774 0.424892)
(xy -1.000025 0.61919)
(xy -0.869222 0.792401)
(xy -0.708819 0.938628)
(xy -0.524277 1.052891)
(xy -0.321882 1.131299)
(xy -0.108526 1.171183)
(xy 0.108526 1.171183)
(xy 0.321882 1.131299)
(xy 0.524277 1.052891)
(xy 0.708819 0.938628)
(xy 0.869222 0.792401)
(xy 1.000025 0.61919)
(xy 1.096774 0.424892)
(xy 1.156173 0.216126)
(xy 1.1762 0)
)
)
(polygon
(pts
(xy 1.0238 0)
(xy 1.004128 -0.199733)
(xy 0.945868 -0.391791)
(xy 0.851259 -0.568793)
(xy 0.723936 -0.723936)
(xy 0.568793 -0.851259)
(xy 0.391791 -0.945868)
(xy 0.199733 -1.004128)
(xy 0 -1.0238)
(xy -0.199733 -1.004128)
(xy -0.391791 -0.945868)
(xy -0.568793 -0.851259)
(xy -0.723936 -0.723936)
(xy -0.851259 -0.568793)
(xy -0.945868 -0.391791)
(xy -1.004128 -0.199733)
(xy -1.0238 0)
(xy -1.004128 0.199733)
(xy -0.945868 0.391791)
(xy -0.851259 0.568793)
(xy -0.723936 0.723936)
(xy -0.568793 0.851259)
(xy -0.391791 0.945868)
(xy -0.199733 1.004128)
(xy 0 1.0238)
(xy 0.199733 1.004128)
(xy 0.391791 0.945868)
(xy 0.568793 0.851259)
(xy 0.723936 0.723936)
(xy 0.851259 0.568793)
(xy 0.945868 0.391791)
(xy 1.004128 0.199733)
)
)
)
(zone (net 0) (net_name "") (layer "F.Cu") (tstamp 3a9c9cf6-56e7-4511-8ceb-34588ff320a5) (hatch edge 0.5)
(connect_pads (clearance 0))
(min_thickness 0.25) (filled_areas_thickness no)
(keepout (tracks not_allowed) (vias not_allowed) (pads not_allowed) (copperpour not_allowed) (footprints allowed))
(fill (thermal_gap 0.5) (thermal_bridge_width 0.5))
(polygon
(pts
(xy 1.280359 0)
(xy 1.260907 -0.222332)
(xy 1.203144 -0.437909)
(xy 1.108823 -0.640179)
(xy 0.980812 -0.822999)
(xy 0.822999 -0.980812)
(xy 0.64018 -1.108823)
(xy 0.437909 -1.203144)
(xy 0.222332 -1.260907)
(xy 0 -1.280359)
(xy -0.222332 -1.260907)
(xy -0.437909 -1.203144)
(xy -0.640179 -1.108823)
(xy -0.822999 -0.980812)
(xy -0.980812 -0.822999)
(xy -1.108823 -0.640179)
(xy -1.203144 -0.437909)
(xy -1.260907 -0.222332)
(xy -1.280359 0)
(xy -1.260907 0.222332)
(xy -1.203144 0.437909)
(xy -1.108823 0.64018)
(xy -0.980812 0.822999)
(xy -0.822999 0.980812)
(xy -0.64018 1.108823)
(xy -0.437909 1.203144)
(xy -0.222332 1.260907)
(xy 0 1.280359)
(xy 0.222332 1.260907)
(xy 0.437909 1.203144)
(xy 0.64018 1.108823)
(xy 0.822999 0.980812)
(xy 0.980812 0.822999)
(xy 1.108823 0.64018)
(xy 1.203144 0.437909)
(xy 1.260907 0.222332)
)
)
(polygon
(pts
(xy 1.127959 0)
(xy 1.107575 -0.213468)
(xy 1.047161 -0.41922)
(xy 0.948899 -0.609821)
(xy 0.816342 -0.778381)
(xy 0.65428 -0.918808)
(xy 0.468571 -1.026028)
(xy 0.265926 -1.096164)
(xy 0.05367 -1.126681)
(xy -0.160525 -1.116478)
(xy -0.368919 -1.065922)
(xy -0.563979 -0.976841)
(xy -0.738656 -0.852455)
(xy -0.886636 -0.697258)
(xy -1.00257 -0.516861)
(xy -1.082269 -0.317783)
(xy -1.122852 -0.107219)
(xy -1.122852 0.107219)
(xy -1.082269 0.317783)
(xy -1.00257 0.516861)
(xy -0.886636 0.697258)
(xy -0.738656 0.852455)
(xy -0.56398 0.976841)
(xy -0.368919 1.065922)
(xy -0.160525 1.116478)
(xy 0.05367 1.126681)
(xy 0.265926 1.096164)
(xy 0.468571 1.026028)
(xy 0.65428 0.918808)
(xy 0.816342 0.778381)
(xy 0.948899 0.609821)
(xy 1.047161 0.41922)
(xy 1.107575 0.213468)
)
)
)
(zone (net 0) (net_name "") (layer "F.Cu") (tstamp 46f40b2f-7147-496f-b0ca-6bc04a5379c9) (hatch edge 0.5)
(connect_pads (clearance 0))
(min_thickness 0.25) (filled_areas_thickness no)
(keepout (tracks not_allowed) (vias not_allowed) (pads not_allowed) (copperpour not_allowed) (footprints allowed))
(fill (thermal_gap 0.5) (thermal_bridge_width 0.5))
(polygon
(pts
(xy 1.391493 0)
(xy 1.371478 -0.235163)
(xy 1.312007 -0.463562)
(xy 1.214793 -0.678624)
(xy 1.082631 -0.874164)
(xy 0.919324 -1.044555)
(xy 0.72957 -1.184897)
(xy 0.518827 -1.291151)
(xy 0.293159 -1.360261)
(xy 0.059057 -1.390239)
(xy -0.176744 -1.380223)
(xy -0.407461 -1.330499)
(xy -0.626455 -1.2425)
(xy -0.827428 -1.118756)
(xy -1.004597 -0.962828)
(xy -1.152865 -0.779201)
(xy -1.267968 -0.573158)
(xy -1.346594 -0.350626)
(xy -1.38648 -0.118007)
(xy -1.38648 0.118007)
(xy -1.346594 0.350626)
(xy -1.267968 0.573158)
(xy -1.152865 0.779201)
(xy -1.004597 0.962828)
(xy -0.827428 1.118756)
(xy -0.626455 1.2425)
(xy -0.407461 1.330499)
(xy -0.176744 1.380223)
(xy 0.059057 1.390239)
(xy 0.293159 1.360261)
(xy 0.518827 1.291151)
(xy 0.72957 1.184897)
(xy 0.919324 1.044555)
(xy 1.082631 0.874164)
(xy 1.214793 0.678624)
(xy 1.312007 0.463562)
(xy 1.371478 0.235163)
)
)
(polygon
(pts
(xy 1.239093 0)
(xy 1.21918 -0.221249)
(xy 1.160082 -0.435386)
(xy 1.063698 -0.63553)
(xy 0.933126 -0.815247)
(xy 0.772562 -0.968762)
(xy 0.587167 -1.09114)
(xy 0.382901 -1.178447)
(xy 0.166328 -1.227879)
(xy -0.055592 -1.237845)
(xy -0.275724 -1.208026)
(xy -0.486995 -1.13938)
(xy -0.682613 -1.034114)
(xy -0.856291 -0.89561)
(xy -1.002447 -0.728321)
(xy -1.116384 -0.537622)
(xy -1.19444 -0.329644)
(xy -1.234105 -0.111071)
(xy -1.234105 0.111071)
(xy -1.19444 0.329644)
(xy -1.116384 0.537622)
(xy -1.002447 0.728321)
(xy -0.856291 0.89561)
(xy -0.682613 1.034114)
(xy -0.486995 1.13938)
(xy -0.275724 1.208026)
(xy -0.055592 1.237845)
(xy 0.166328 1.227879)
(xy 0.382901 1.178447)
(xy 0.587167 1.09114)
(xy 0.772562 0.968762)
(xy 0.933126 0.815247)
(xy 1.063698 0.63553)
(xy 1.160082 0.435386)
(xy 1.21918 0.221249)
(xy 1.239093 0)
)
)
)
)

View File

@@ -0,0 +1,116 @@
(footprint "MLPD3X3" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(fp_text reference "REF**" (at -0.5 3.04 90) (layer "F.SilkS")
(effects (font (size 0.560832 0.560832) (thickness 0.048768)) (justify left bottom))
(tstamp ee2ef6b3-c767-4df0-a09c-9b5d91fdb444)
)
(fp_text value "MLPD3X3" (at 4 3.04 90) (layer "F.Fab")
(effects (font (size 0.560832 0.560832) (thickness 0.048768)) (justify left bottom))
(tstamp 0c4aed55-d90b-4f7e-bd33-c14f6a0d4a9d)
)
(fp_poly
(pts
(xy 2.3635 2.7635)
(xy 0.6365 2.7635)
(xy 0.6365 0.3365)
(xy 2.3635 0.3365)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Cu") (tstamp 94e0845d-9074-41f1-972e-f3b4a56c5da5))
(fp_poly
(pts
(xy 0.7 0.8)
(xy 1.3 0.8)
(xy 1.3 0.6)
(xy 0.7 0.6)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Paste") (tstamp 3ee72866-4d5f-4205-991b-3daa0ca59d2f))
(fp_poly
(pts
(xy 0.7 1.6)
(xy 1.3 1.6)
(xy 1.3 1.3)
(xy 0.7 1.3)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Paste") (tstamp 34c35534-015a-4670-aaf4-2fb0513e983b))
(fp_poly
(pts
(xy 0.7 2.3)
(xy 1.3 2.3)
(xy 1.3 2.1)
(xy 0.7 2.1)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Paste") (tstamp f6962ae0-86ca-4e1d-b535-bb72a781b561))
(fp_poly
(pts
(xy 1.4 2.6)
(xy 1.6 2.6)
(xy 1.6 0.5)
(xy 1.4 0.5)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Paste") (tstamp e00476f0-6b39-4284-b3e9-1338f07ad009))
(fp_poly
(pts
(xy 1.7 0.8)
(xy 2.3 0.8)
(xy 2.3 0.6)
(xy 1.7 0.6)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Paste") (tstamp 518888c9-9301-47d2-85db-78e5a29948ad))
(fp_poly
(pts
(xy 1.8 1.6)
(xy 2.3 1.6)
(xy 2.3 1.3)
(xy 1.8 1.3)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Paste") (tstamp 1ec7c3a7-aa76-4098-b802-d36618654a6a))
(fp_poly
(pts
(xy 1.8 2.3)
(xy 2.3 2.3)
(xy 2.3 2.1)
(xy 1.8 2.1)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Paste") (tstamp 70c271b8-8895-41f2-9c7e-e5ed8de42019))
(fp_circle (center -0.5588 -0.2286) (end -0.396163 -0.2286)
(stroke (width 0.3556) (type solid)) (fill none) (layer "F.SilkS") (tstamp ef6cb764-28e1-4cb7-881e-9709e01de254))
(fp_poly
(pts
(xy 2.3635 2.7635)
(xy 0.6365 2.7635)
(xy 0.6365 0.3365)
(xy 2.3635 0.3365)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp bec2d598-8423-4a3b-993b-89cfdb293f0a))
(pad "P$11" smd rect (at 1.6 1.64 180) (size 0.2 0.2) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 48c4c1f5-cc88-44ff-9c1b-f7c2ee5ac748))
(pad "P1" smd rect (at 0 0.54 180) (size 0.6 0.35) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 2f9bcbde-3625-4e67-a3e8-0c0b9a352b68))
(pad "P2" smd rect (at 0 1.04 180) (size 0.6 0.35) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 1528cea1-f181-4196-a592-1614948157ea))
(pad "P3" smd rect (at 0 1.54 180) (size 0.6 0.35) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp ed71ce5e-5e59-47dc-9c89-ee99108c1e6a))
(pad "P4" smd rect (at 0 2.04 180) (size 0.6 0.35) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 92553e8c-2d6b-4208-b38b-12ac3e17ff58))
(pad "P5" smd rect (at 0 2.54 180) (size 0.6 0.35) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp e4c479d5-061b-4f3e-8eb9-376a2165a5f3))
(pad "P6" smd rect (at 3 2.54 180) (size 0.6 0.35) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp f56f6603-863f-4a33-8e1b-7df1e53a980e))
(pad "P7" smd rect (at 3 2.04 180) (size 0.6 0.35) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 8d615f1c-3316-4a21-9e43-1ab4aa88ac8c))
(pad "P8" smd rect (at 3 1.54 180) (size 0.6 0.35) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 671778f4-21aa-4a5c-9ef0-69b8d8f779de))
(pad "P9" smd rect (at 3 1.04 180) (size 0.6 0.35) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 0cb831d7-6bc6-4cba-8396-4bb587638151))
(pad "P10" smd rect (at 3 0.54 180) (size 0.6 0.35) (layers "F.Cu" "F.Paste" "F.Mask")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 3e751f5e-0d1a-4ffa-a65e-5aeea25a47ee))
)

View File

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,73 @@
(footprint "R0402" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(descr "<b>RESISTOR</b>")
(fp_text reference "REF**" (at -0.635 -0.635) (layer "F.SilkS")
(effects (font (size 1.1684 1.1684) (thickness 0.1016)) (justify left bottom))
(tstamp 45741afb-7708-4dbf-8f03-3e70058ebff7)
)
(fp_text value "R0402" (at -0.635 1.905) (layer "F.Fab")
(effects (font (size 1.1684 1.1684) (thickness 0.1016)) (justify left bottom))
(tstamp b8d8fa4c-5532-4750-b01c-102b6c73f5d9)
)
(fp_poly
(pts
(xy -0.1999 0.4001)
(xy 0.1999 0.4001)
(xy 0.1999 -0.4001)
(xy -0.1999 -0.4001)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Adhes") (tstamp 8d5ef31f-7a97-46dd-9d87-1ab506708409))
(fp_poly
(pts
(xy -0.9 0.35)
(xy -0.35 0.35)
(xy -0.35 -0.35)
(xy -0.9 -0.35)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp b574355e-b60b-482e-9b1c-8980ed8a838d))
(fp_poly
(pts
(xy 0.35 0.35)
(xy 0.9 0.35)
(xy 0.9 -0.35)
(xy 0.35 -0.35)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp 0b73725a-5ff2-4a11-bb3a-5845109ab865))
(fp_line (start -1.073 -0.383) (end 1.073 -0.383)
(stroke (width 0.0508) (type solid)) (layer "F.CrtYd") (tstamp 698ffb26-f208-44b5-84de-8389ecf70876))
(fp_line (start -1.073 0.383) (end -1.073 -0.383)
(stroke (width 0.0508) (type solid)) (layer "F.CrtYd") (tstamp 675cbcf6-325c-4a67-9e4a-bf45885a7941))
(fp_line (start 1.073 -0.383) (end 1.073 0.383)
(stroke (width 0.0508) (type solid)) (layer "F.CrtYd") (tstamp 0bdffed8-b3b8-4f1e-a165-158ad3fe0e6e))
(fp_line (start 1.073 0.383) (end -1.073 0.383)
(stroke (width 0.0508) (type solid)) (layer "F.CrtYd") (tstamp 71a6dae2-f73c-44fc-9d45-b5660dae330e))
(fp_line (start -0.245 -0.224) (end 0.245 -0.224)
(stroke (width 0.1524) (type solid)) (layer "F.Fab") (tstamp 324a17a7-8e43-45cd-b4ef-22e1a8e7bd1e))
(fp_line (start 0.245 0.224) (end -0.245 0.224)
(stroke (width 0.1524) (type solid)) (layer "F.Fab") (tstamp 658ca29f-fd2b-4a9f-b0ba-61463d68b6db))
(fp_poly
(pts
(xy -0.554 0.3048)
(xy -0.254 0.3048)
(xy -0.254 -0.2951)
(xy -0.554 -0.2951)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Fab") (tstamp ce42141a-b713-4f76-9e9d-119b4bafd947))
(fp_poly
(pts
(xy 0.2588 0.3048)
(xy 0.5588 0.3048)
(xy 0.5588 -0.2951)
(xy 0.2588 -0.2951)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Fab") (tstamp 87169323-439b-44aa-b704-46b231c5fc42))
(pad "1" smd rect (at -0.625 0) (size 0.5 0.6) (layers "F.Cu" "F.Paste")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp dfd1bf1e-64f2-4701-bfe8-f9bfd1cb9f19))
(pad "2" smd rect (at 0.625 0) (size 0.5 0.6) (layers "F.Cu" "F.Paste")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 63f5492d-ab55-4e56-b79d-c53bcbe85525))
)

View File

@@ -0,0 +1,166 @@
(footprint "REG_NCP114AMX330TCG" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(fp_text reference "REF**" (at -0.742281 -0.97299) (layer "F.SilkS")
(effects (font (size 0.552 0.552) (thickness 0.048)) (justify left bottom))
(tstamp afee13ab-527d-4f9d-b01d-c9552215c8f5)
)
(fp_text value "REG_NCP114AMX330TCG" (at -0.742921 1.2449) (layer "F.Fab")
(effects (font (size 0.281523 0.281523) (thickness 0.02448)) (justify left bottom))
(tstamp 9af5802e-1eff-4867-b19c-309311e04046)
)
(fp_poly
(pts
(xy -0.1745 0.419793)
(xy -0.1745 0.6505)
(xy -0.4755 0.6505)
(xy -0.4755 0.118793)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Cu") (tstamp 8d723396-627d-4961-a2e6-861978f344dc))
(fp_poly
(pts
(xy -0.1745 -0.419793)
(xy -0.374793 -0.2195)
(xy -0.4755 -0.2195)
(xy -0.4755 -0.6505)
(xy -0.1745 -0.6505)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Cu") (tstamp 077a8713-c7c0-4e92-94ed-cd987d4b4f7e))
(fp_poly
(pts
(xy 0.4755 -0.2195)
(xy 0.374793 -0.2195)
(xy 0.1745 -0.419793)
(xy 0.1745 -0.6505)
(xy 0.4755 -0.6505)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Cu") (tstamp dc5fb8ac-aa4f-435a-ba89-04cd88812cae))
(fp_poly
(pts
(xy 0.4755 0.6505)
(xy 0.1745 0.6505)
(xy 0.1745 0.419793)
(xy 0.374793 0.2195)
(xy 0.4755 0.2195)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Cu") (tstamp 903d10c8-1f63-4cf1-88b3-347719152848))
(fp_poly
(pts
(xy -0.1745 0.419793)
(xy -0.1745 0.6505)
(xy -0.4755 0.6505)
(xy -0.4755 0.118793)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Paste") (tstamp 7d52ee7c-8198-496c-9ee5-bf8b8347f96d))
(fp_poly
(pts
(xy -0.1745 -0.419793)
(xy -0.374793 -0.2195)
(xy -0.4755 -0.2195)
(xy -0.4755 -0.6505)
(xy -0.1745 -0.6505)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Paste") (tstamp 29359668-2b54-4f4c-bbc6-4cca640f037c))
(fp_poly
(pts
(xy 0.4755 -0.2195)
(xy 0.374793 -0.2195)
(xy 0.1745 -0.419793)
(xy 0.1745 -0.6505)
(xy 0.4755 -0.6505)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Paste") (tstamp 9f873f6d-2809-4ed7-b57a-ef7e6209e83b))
(fp_poly
(pts
(xy 0.4755 0.6505)
(xy 0.1745 0.6505)
(xy 0.1745 0.419793)
(xy 0.374793 0.2195)
(xy 0.4755 0.2195)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Paste") (tstamp fcdfe030-b126-4ee7-bba0-51f601dfa701))
(fp_circle (center -0.74 0.848) (end -0.6 0.848)
(stroke (width 0.1016) (type solid)) (fill none) (layer "F.SilkS") (tstamp 13097e38-e4df-410c-a460-6601f5ba3f35))
(fp_poly
(pts
(xy -0.000867 0.497068)
(xy 0.495334 0.000867)
(xy -0.000867 -0.495334)
(xy -0.497068 0.000867)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp 7902cd6d-25be-4616-96bb-2e45eb4e22d9))
(fp_poly
(pts
(xy -0.1245 -0.399793)
(xy -0.349793 -0.1745)
(xy -0.5255 -0.1745)
(xy -0.5255 -0.7005)
(xy -0.1245 -0.7005)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp 027a666c-6864-461d-b034-ab3953dcfbb5))
(fp_poly
(pts
(xy -0.1245 0.399793)
(xy -0.1245 0.7005)
(xy -0.5255 0.7005)
(xy -0.5255 0.0495)
(xy -0.474793 0.0495)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp 5581aaad-512d-48fd-be9e-07b91493fbf4))
(fp_poly
(pts
(xy 0.5255 -0.1745)
(xy 0.349793 -0.1745)
(xy 0.1245 -0.399793)
(xy 0.1245 -0.7005)
(xy 0.5255 -0.7005)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp bc4bfb28-fdc5-49f3-94cf-4ad0d78f1d51))
(fp_poly
(pts
(xy 0.5255 0.7005)
(xy 0.1245 0.7005)
(xy 0.1245 0.399793)
(xy 0.349793 0.1745)
(xy 0.5255 0.1745)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp 4f48f2fc-2db6-4bd1-b251-a0a3406cd92d))
(fp_line (start -0.762 -0.889) (end -0.762 0.889)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49156b86-de5e-4022-8aab-933d01567878))
(fp_line (start -0.762 0.889) (end 0.762 0.889)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d00a865f-0b33-4549-90aa-82ea527a6170))
(fp_line (start 0.762 -0.889) (end -0.762 -0.889)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 552c9b8a-9f58-415e-8c4f-d9ab9c86022b))
(fp_line (start 0.762 0.889) (end 0.762 -0.889)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 393c595a-de74-4833-906b-5ed78845789a))
(fp_line (start -0.5 -0.5) (end -0.5 0.5)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09d08215-bb31-460f-afd9-e4b843760fb4))
(fp_line (start -0.5 0.5) (end 0.5 0.5)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89e36532-d2be-46bc-b58e-e04bcab68265))
(fp_line (start 0.5 -0.5) (end -0.5 -0.5)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2851cb9-ae7d-43e5-b4c7-c74c882a1aa6))
(fp_line (start 0.5 0.5) (end 0.5 -0.5)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f481f43-d478-4482-8da6-8ac3ed7f942a))
(pad "1" smd rect (at -0.325 0.5) (size 0.1 0.1) (layers "F.Cu")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp f8fa7611-7f3a-49d4-bef2-ee73b7750011))
(pad "2" smd rect (at 0.325 0.5) (size 0.1 0.1) (layers "F.Cu")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 51f54fb3-723e-411d-a6eb-6748923fc1b0))
(pad "3" smd rect (at 0.325 -0.5) (size 0.1 0.1) (layers "F.Cu")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp d72a6714-6f9e-469f-abd3-b657f724f124))
(pad "4" smd rect (at -0.325 -0.5) (size 0.1 0.1) (layers "F.Cu")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp f3769185-3827-49c5-949f-879be873573d))
(pad "5" smd rect (at 0 0 45) (size 0.58 0.58) (layers "F.Cu" "F.Paste")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 0c387255-0b01-460f-b1d4-db19ce441b61))
)

View File

@@ -0,0 +1,53 @@
(footprint "USB_TRACES" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(fp_text reference "REF**" (at -2.54 -5.08) (layer "F.SilkS")
(effects (font (size 1.1684 1.1684) (thickness 0.1016)) (justify left bottom))
(tstamp 58d5c9e4-d323-47c9-8109-ea280d7120a0)
)
(fp_text value "USB_TRACES" (at -2.54 6.35) (layer "F.Fab")
(effects (font (size 1.1684 1.1684) (thickness 0.1016)) (justify left bottom))
(tstamp cccfb425-669e-422a-99c0-1985b14fa88d)
)
(fp_poly
(pts
(xy -4.15 -2.45)
(xy 5.95 -2.45)
(xy 5.95 -4.65)
(xy -4.15 -4.65)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp 93a91b99-3510-48a5-9c72-07db6aa762bf))
(fp_poly
(pts
(xy -4.15 -0.1)
(xy 5.45 -0.1)
(xy 5.45 -2.3)
(xy -4.15 -2.3)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp feb421fb-1b28-43e7-a643-8093f36f8b3f))
(fp_poly
(pts
(xy -4.15 2.25)
(xy 5.45 2.25)
(xy 5.45 0.05)
(xy -4.15 0.05)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp 9d19a6fd-b7d6-4ec8-b3b1-f494d3099a38))
(fp_poly
(pts
(xy -4.15 4.6)
(xy 5.95 4.6)
(xy 5.95 2.4)
(xy -4.15 2.4)
)
(stroke (width 0) (type default)) (fill solid) (layer "F.Mask") (tstamp 69371644-7932-492e-be70-843c68708cc2))
(pad "5V" smd rect (at 0.9 -3.55) (size 10 2.1) (layers "F.Cu")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp f3bfacb3-6b63-4c7d-9a2b-7bdab6799f7b))
(pad "D+" smd rect (at 0.65 1.15) (size 9.5 2.1) (layers "F.Cu")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp 340b2e69-8492-4b80-98e0-c0123eab6412))
(pad "D-" smd rect (at 0.65 -1.2) (size 9.5 2.1) (layers "F.Cu")
(solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp c29b0a33-4eb1-44d2-993a-be8bb5772310))
)

46402
solo/kicad/USB-A.step Normal file
View File

File diff suppressed because it is too large Load Diff

BIN
solo/kicad/USB-A.stl Normal file
View File

Binary file not shown.

View File

@@ -0,0 +1,5 @@
(kicad_wks (version 20220228) (generator pl_editor)
(setup (textsize 1.5 1.5)(linewidth 0.15)(textlinewidth 0.15)
(left_margin 10)(right_margin 10)(top_margin 10)(bottom_margin 10))
(line (name "segm1:Line") (start 0 0) (end 0 0))
)

4
solo/kicad/fp-lib-table Normal file
View File

@@ -0,0 +1,4 @@
(fp_lib_table
(version 7)
(lib (name "USB-A")(type "KiCad")(uri "$(KIPRJMOD)/USB-A.pretty")(options "")(descr ""))
)

1
solo/kicad/kicad-libs Submodule

Submodule solo/kicad/kicad-libs added at 6177f97a2d

4
solo/kicad/sym-lib-table Normal file
View File

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