Compare commits

...

2 commits

Author SHA1 Message Date
239712469c Merge pull request 'feat: add usb3 support for linkertron' (#2) from ts/update-linkertron into main
Reviewed-on: #2
2025-06-20 13:16:14 +00:00
59251382ce
feat: add usb3 support for linkertron
Signed-off-by: cynt4k <git@cynt4k.dev>
2025-06-20 15:15:12 +02:00
24 changed files with 127757 additions and 30114 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,4 @@
(fp_lib_table
(version 7)
(lib (name "Droid")(type "KiCad")(uri "/home/cynt4k-emgenics/Documents/Privat/pcb-droid/hardware/pcbs/Droid.pretty")(options "")(descr ""))
)

File diff suppressed because it is too large Load diff

View file

@ -3,14 +3,17 @@
"3dviewports": [],
"design_settings": {
"defaults": {
"board_outline_line_width": 0.09999999999999999,
"copper_line_width": 0.19999999999999998,
"apply_defaults_to_fp_fields": false,
"apply_defaults_to_fp_shapes": false,
"apply_defaults_to_fp_text": false,
"board_outline_line_width": 0.1,
"copper_line_width": 0.2,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"courtyard_line_width": 0.05,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
@ -21,7 +24,7 @@
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_line_width": 0.1,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
@ -34,9 +37,9 @@
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
"drill": 0.4,
"height": 0.6,
"width": 0.6
},
"silk_line_width": 0.15,
"silk_text_italic": false,
@ -76,15 +79,20 @@
"copper_edge_clearance": "error",
"copper_sliver": "warning",
"courtyards_overlap": "error",
"creepage": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint": "error",
"footprint_filters_mismatch": "ignore",
"footprint_symbol_mismatch": "warning",
"footprint_type_mismatch": "ignore",
"hole_clearance": "error",
"hole_near_hole": "error",
"hole_to_hole": "error",
"holes_co_located": "warning",
"invalid_outline": "error",
"isolated_copper": "warning",
"item_on_disabled_layer": "error",
@ -94,9 +102,11 @@
"lib_footprint_mismatch": "warning",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"mirrored_text_on_front_layer": "warning",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"nonmirrored_text_on_back_layer": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "warning",
"pth_inside_courtyard": "ignore",
@ -111,7 +121,9 @@
"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",
@ -121,21 +133,22 @@
},
"rules": {
"max_error": 0.005,
"min_clearance": 0.127,
"min_clearance": 0.1,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.0,
"min_hole_clearance": 0.25,
"min_groove_width": 0.0,
"min_hole_clearance": 0.08,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_microvia_diameter": 0.2,
"min_microvia_drill": 0.1,
"min_resolved_spokes": 2,
"min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999,
"min_text_height": 0.8,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_through_hole_diameter": 0.15,
"min_track_width": 0.127,
"min_via_annular_width": 0.09999999999999999,
"min_via_diameter": 0.5,
"min_via_annular_width": 0.05,
"min_via_diameter": 0.25,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
"solder_mask_to_copper_clearance": 0.0,
@ -143,40 +156,44 @@
},
"teardrop_options": [
{
"td_allow_use_two_tracks": true,
"td_curve_segcount": 5,
"td_on_pad_in_zone": false,
"td_onpadsmd": true,
"td_onpthpad": true,
"td_onroundshapesonly": false,
"td_onsmdpad": true,
"td_ontrackend": false,
"td_onviapad": true
"td_onvia": true
}
],
"teardrop_parameters": [
{
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_round_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_rect_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_track_end",
"td_width_to_size_filter_ratio": 0.9
}
@ -190,11 +207,41 @@
1.0,
2.0
],
"tuning_pattern_settings": {
"diff_pair_defaults": {
"corner_radius_percentage": 80,
"corner_style": 1,
"max_amplitude": 1.0,
"min_amplitude": 0.2,
"single_sided": false,
"spacing": 1.0
},
"diff_pair_skew_defaults": {
"corner_radius_percentage": 80,
"corner_style": 1,
"max_amplitude": 1.0,
"min_amplitude": 0.2,
"single_sided": false,
"spacing": 0.6
},
"single_track_defaults": {
"corner_radius_percentage": 80,
"corner_style": 1,
"max_amplitude": 1.0,
"min_amplitude": 0.2,
"single_sided": false,
"spacing": 0.6
}
},
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
},
{
"diameter": 0.45,
"drill": 0.3
},
{
"diameter": 0.5,
"drill": 0.3
@ -217,6 +264,7 @@
"mfg": "",
"mpn": ""
},
"layer_pairs": [],
"layer_presets": [],
"viewports": []
},
@ -411,10 +459,15 @@
"duplicate_sheet_names": "error",
"endpoint_off_grid": "warning",
"extra_units": "error",
"footprint_filter": "ignore",
"footprint_link_issues": "warning",
"four_way_junction": "ignore",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"label_multiple_wires": "warning",
"lib_symbol_issues": "warning",
"lib_symbol_mismatch": "warning",
"missing_bidi_pin": "warning",
"missing_input_pin": "warning",
"missing_power_pin": "error",
@ -427,9 +480,14 @@
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"same_local_global_label": "warning",
"similar_label_and_power": "warning",
"similar_labels": "warning",
"similar_power": "warning",
"simulation_model_issue": "ignore",
"single_global_label": "ignore",
"unannotated": "error",
"unconnected_wire_endpoint": "warning",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
@ -441,7 +499,7 @@
},
"meta": {
"filename": "linkertron.kicad_pro",
"version": 1
"version": 3
},
"net_settings": {
"classes": [
@ -456,26 +514,76 @@
"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.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
},
{
"clearance": 0.2,
"diff_pair_gap": 0.4,
"diff_pair_width": 0.1664,
"microvia_diameter": 0.45,
"microvia_drill": 0.3,
"name": "USB2",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"priority": 0,
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.1768,
"via_diameter": 0.45,
"via_drill": 0.3
},
{
"clearance": 0.2,
"diff_pair_gap": 0.4,
"diff_pair_width": 0.1664,
"microvia_diameter": 0.45,
"microvia_drill": 0.3,
"name": "USB3",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"priority": 1,
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.1768,
"via_diameter": 0.45,
"via_drill": 0.3
}
],
"meta": {
"version": 3
"version": 4
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": []
"netclass_patterns": [
{
"netclass": "USB2",
"pattern": "/*/*.D?"
},
{
"netclass": "USB2",
"pattern": "/*/*USB2_D*"
},
{
"netclass": "USB3",
"pattern": "/*/*.USB3_*"
},
{
"netclass": "USB3",
"pattern": "Net-(*-USB3*)"
},
{
"netclass": "USB3",
"pattern": "/*/*_USB3_*"
}
]
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"plot": "",
"plot": "output/",
"pos_files": "",
"specctra_dsn": "",
"step": "",
@ -486,6 +594,7 @@
},
"schematic": {
"annotate_start_num": 0,
"bom_export_filename": "/tmp/linkertron.csv",
"bom_fmt_presets": [],
"bom_fmt_settings": {
"field_delimiter": ",",
@ -519,7 +628,7 @@
"show": true
},
{
"group_by": false,
"group_by": true,
"label": "Footprint",
"name": "Footprint",
"show": true
@ -535,11 +644,36 @@
"label": "DNP",
"name": "${DNP}",
"show": true
},
{
"group_by": false,
"label": "#",
"name": "${ITEM_NUMBER}",
"show": false
},
{
"group_by": false,
"label": "Rating",
"name": "Rating",
"show": false
},
{
"group_by": true,
"label": "mpn",
"name": "mpn",
"show": true
},
{
"group_by": false,
"label": "Description",
"name": "Description",
"show": false
}
],
"filter_string": "",
"group_symbols": true,
"name": "Grouped By Value",
"include_excluded_from_bom": false,
"name": "",
"sort_asc": true,
"sort_field": "Reference"
},
@ -573,6 +707,7 @@
"net_format_name": "",
"page_layout_descr_file": "",
"plot_directory": "",
"space_save_all_events": true,
"spice_current_sheet_as_root": false,
"spice_external_command": "spice \"%I\"",
"spice_model_current_sheet_as_root": true,
@ -585,15 +720,15 @@
"sheets": [
[
"91e51f2c-464f-455c-b35c-6222040fca95",
""
"Root"
],
[
"31906f9f-87df-495e-b2ec-12e3044e8038",
"Power"
],
[
"9cf99f3f-e0e2-430b-8fc9-16f32608f99d",
"USB Controller"
"44da093b-0f8f-4a8a-9de4-47ff5a6d1d64",
"USB3 Controller"
],
[
"363b7cea-ed16-43c5-8735-b45690d6c7ae",

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,221 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
%TF.CreationDate,2025-04-26T11:07:06+02:00*%
%TF.ProjectId,linkertron,6c696e6b-6572-4747-926f-6e2e6b696361,v2*%
%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.0) date 2025-04-26 11:07:06*
%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,6.000000*%
%ADD11C,3.250000*%
%ADD12R,1.478000X1.478000*%
%ADD13C,1.478000*%
%ADD14C,2.475000*%
%ADD15RoundRect,0.280000X1.120000X1.120000X-1.120000X1.120000X-1.120000X-1.120000X1.120000X-1.120000X0*%
%ADD16C,2.800000*%
%ADD17C,2.780000*%
%ADD18C,0.650000*%
%ADD19O,1.000000X0.650000*%
%ADD20C,0.600000*%
%ADD21O,0.800000X1.400000*%
%ADD22RoundRect,0.237500X0.237500X-0.300000X0.237500X0.300000X-0.237500X0.300000X-0.237500X-0.300000X0*%
%ADD23RoundRect,0.237500X-0.237500X0.300000X-0.237500X-0.300000X0.237500X-0.300000X0.237500X0.300000X0*%
%ADD24RoundRect,0.237500X0.300000X0.237500X-0.300000X0.237500X-0.300000X-0.237500X0.300000X-0.237500X0*%
%ADD25RoundRect,0.237500X-0.250000X-0.237500X0.250000X-0.237500X0.250000X0.237500X-0.250000X0.237500X0*%
%ADD26RoundRect,0.237500X0.237500X-0.250000X0.237500X0.250000X-0.237500X0.250000X-0.237500X-0.250000X0*%
%ADD27RoundRect,0.237500X-0.300000X-0.237500X0.300000X-0.237500X0.300000X0.237500X-0.300000X0.237500X0*%
G04 APERTURE END LIST*
D10*
%TO.C,H103*%
X173000000Y-150000000D03*
%TD*%
D11*
%TO.C,J401*%
X123885000Y-145500000D03*
X135315000Y-145500000D03*
D12*
X125155000Y-139150000D03*
D13*
X126425000Y-136610000D03*
X127695000Y-139150000D03*
X128965000Y-136610000D03*
X130235000Y-139150000D03*
X131505000Y-136610000D03*
X132775000Y-139150000D03*
X134045000Y-136610000D03*
D14*
X121855000Y-142450000D03*
X137345000Y-142450000D03*
%TD*%
D10*
%TO.C,H102*%
X173000000Y-90000000D03*
%TD*%
D15*
%TO.C,J202*%
X156300000Y-91400000D03*
D16*
X151300000Y-91400000D03*
%TD*%
D17*
%TO.C,F201*%
X169500000Y-142960000D03*
X172900000Y-142960000D03*
X169500000Y-133040000D03*
X172900000Y-133040000D03*
%TD*%
%TO.C,F202*%
X112600000Y-142960000D03*
X116000000Y-142960000D03*
X112600000Y-133040000D03*
X116000000Y-133040000D03*
%TD*%
%TO.C,F203*%
X165100000Y-89340000D03*
X161700000Y-89340000D03*
X165100000Y-99260000D03*
X161700000Y-99260000D03*
%TD*%
D10*
%TO.C,H104*%
X113000000Y-150000000D03*
%TD*%
D11*
%TO.C,J501*%
X149785000Y-145500000D03*
X161215000Y-145500000D03*
D12*
X151055000Y-139150000D03*
D13*
X152325000Y-136610000D03*
X153595000Y-139150000D03*
X154865000Y-136610000D03*
X156135000Y-139150000D03*
X157405000Y-136610000D03*
X158675000Y-139150000D03*
X159945000Y-136610000D03*
D14*
X147755000Y-142450000D03*
X163245000Y-142450000D03*
%TD*%
D10*
%TO.C,H101*%
X113000000Y-90000000D03*
%TD*%
D18*
%TO.C,J301*%
X128600000Y-91742500D03*
D19*
X121400000Y-91742500D03*
D20*
X122200000Y-91092500D03*
X122600000Y-90392500D03*
X123400000Y-90392500D03*
X123800000Y-91092500D03*
X124200000Y-90392500D03*
X124600000Y-91092500D03*
X125400000Y-91092500D03*
X125800000Y-90392500D03*
X126200000Y-91092500D03*
X126600000Y-90392500D03*
X127400000Y-90392500D03*
X127800000Y-91092500D03*
D21*
X129490000Y-86102500D03*
X129130000Y-90502500D03*
X120870000Y-90502500D03*
X120510000Y-86102500D03*
%TD*%
D15*
%TO.C,J201*%
X145000000Y-91400000D03*
D16*
X140000000Y-91400000D03*
%TD*%
D22*
%TO.C,C308*%
X142200000Y-122512501D03*
X142200000Y-120787499D03*
%TD*%
D23*
%TO.C,C310*%
X142650000Y-114487499D03*
X142650000Y-116212501D03*
%TD*%
%TO.C,C317*%
X141050000Y-114487499D03*
X141050000Y-116212501D03*
%TD*%
%TO.C,C315*%
X144150000Y-114487499D03*
X144150000Y-116212501D03*
%TD*%
D24*
%TO.C,C313*%
X145762501Y-119250000D03*
X144037499Y-119250000D03*
%TD*%
D23*
%TO.C,C311*%
X145650000Y-114487499D03*
X145650000Y-116212501D03*
%TD*%
D25*
%TO.C,R305*%
X136887500Y-111200000D03*
X138712500Y-111200000D03*
%TD*%
D24*
%TO.C,C314*%
X145762501Y-117750000D03*
X144037499Y-117750000D03*
%TD*%
D22*
%TO.C,C319*%
X140300000Y-122512501D03*
X140300000Y-120787499D03*
%TD*%
D26*
%TO.C,R304*%
X139550000Y-116262500D03*
X139550000Y-114437500D03*
%TD*%
D27*
%TO.C,C320*%
X138987499Y-117750000D03*
X140712501Y-117750000D03*
%TD*%
D22*
%TO.C,C318*%
X145100000Y-122562501D03*
X145100000Y-120837499D03*
%TD*%
D27*
%TO.C,C322*%
X138987499Y-119250000D03*
X140712501Y-119250000D03*
%TD*%
M02*

View file

@ -0,0 +1,102 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
%TF.CreationDate,2025-04-26T11:07:04+02:00*%
%TF.ProjectId,linkertron,6c696e6b-6572-4747-926f-6e2e6b696361,v2*%
%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.0) date 2025-04-26 11:07:04*
%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.237500X0.237500X-0.300000X0.237500X0.300000X-0.237500X0.300000X-0.237500X-0.300000X0*%
%ADD11RoundRect,0.237500X-0.237500X0.300000X-0.237500X-0.300000X0.237500X-0.300000X0.237500X0.300000X0*%
%ADD12RoundRect,0.237500X0.300000X0.237500X-0.300000X0.237500X-0.300000X-0.237500X0.300000X-0.237500X0*%
%ADD13RoundRect,0.237500X-0.250000X-0.237500X0.250000X-0.237500X0.250000X0.237500X-0.250000X0.237500X0*%
%ADD14RoundRect,0.237500X0.237500X-0.250000X0.237500X0.250000X-0.237500X0.250000X-0.237500X-0.250000X0*%
%ADD15RoundRect,0.237500X-0.300000X-0.237500X0.300000X-0.237500X0.300000X0.237500X-0.300000X0.237500X0*%
G04 APERTURE END LIST*
D10*
%TO.C,C308*%
X142200000Y-122512501D03*
X142200000Y-120787499D03*
%TD*%
D11*
%TO.C,C310*%
X142650000Y-114487499D03*
X142650000Y-116212501D03*
%TD*%
%TO.C,C317*%
X141050000Y-114487499D03*
X141050000Y-116212501D03*
%TD*%
%TO.C,C315*%
X144150000Y-114487499D03*
X144150000Y-116212501D03*
%TD*%
D12*
%TO.C,C313*%
X145762501Y-119250000D03*
X144037499Y-119250000D03*
%TD*%
D11*
%TO.C,C311*%
X145650000Y-114487499D03*
X145650000Y-116212501D03*
%TD*%
D13*
%TO.C,R305*%
X136887500Y-111200000D03*
X138712500Y-111200000D03*
%TD*%
D12*
%TO.C,C314*%
X145762501Y-117750000D03*
X144037499Y-117750000D03*
%TD*%
D10*
%TO.C,C319*%
X140300000Y-122512501D03*
X140300000Y-120787499D03*
%TD*%
D14*
%TO.C,R304*%
X139550000Y-116262500D03*
X139550000Y-114437500D03*
%TD*%
D15*
%TO.C,C320*%
X138987499Y-117750000D03*
X140712501Y-117750000D03*
%TD*%
D10*
%TO.C,C318*%
X145100000Y-122562501D03*
X145100000Y-120837499D03*
%TD*%
D15*
%TO.C,C322*%
X138987499Y-119250000D03*
X140712501Y-119250000D03*
%TD*%
M02*

View file

@ -0,0 +1,212 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
%TF.CreationDate,2025-04-26T11:07:05+02:00*%
%TF.ProjectId,linkertron,6c696e6b-6572-4747-926f-6e2e6b696361,v2*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Legend,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-04-26 11:07:05*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.120000*%
G04 APERTURE END LIST*
D10*
%TO.C,C308*%
X142000000Y-121750000D02*
X142400000Y-121750000D01*
X142200000Y-121550000D02*
X142200000Y-121450001D01*
X142200000Y-121750000D02*
X142200000Y-121849999D01*
X142400000Y-121550000D02*
X142000000Y-121550000D01*
X142800000Y-123250000D02*
X141600000Y-123250000D01*
X141600000Y-120050000D01*
X142800000Y-120050000D01*
X142800000Y-123250000D01*
%TO.C,C310*%
X142450000Y-115450000D02*
X142850000Y-115450000D01*
X142650000Y-115250000D02*
X142650000Y-115150001D01*
X142650000Y-115450000D02*
X142650000Y-115549999D01*
X142850000Y-115250000D02*
X142450000Y-115250000D01*
X143250000Y-116950000D02*
X142050000Y-116950000D01*
X142050000Y-113750000D01*
X143250000Y-113750000D01*
X143250000Y-116950000D01*
%TO.C,C317*%
X140850000Y-115450000D02*
X141250000Y-115450000D01*
X141050000Y-115250000D02*
X141050000Y-115150001D01*
X141050000Y-115450000D02*
X141050000Y-115549999D01*
X141250000Y-115250000D02*
X140850000Y-115250000D01*
X141650000Y-116950000D02*
X140450000Y-116950000D01*
X140450000Y-113750000D01*
X141650000Y-113750000D01*
X141650000Y-116950000D01*
%TO.C,C315*%
X143950000Y-115450000D02*
X144350000Y-115450000D01*
X144150000Y-115250000D02*
X144150000Y-115150001D01*
X144150000Y-115450000D02*
X144150000Y-115549999D01*
X144350000Y-115250000D02*
X143950000Y-115250000D01*
X144750000Y-116950000D02*
X143550000Y-116950000D01*
X143550000Y-113750000D01*
X144750000Y-113750000D01*
X144750000Y-116950000D01*
%TO.C,C313*%
X144800000Y-119050000D02*
X144800000Y-119450000D01*
X144800000Y-119250000D02*
X144700001Y-119250000D01*
X145000000Y-119250000D02*
X145099999Y-119250000D01*
X145000000Y-119450000D02*
X145000000Y-119050000D01*
X146500000Y-119850000D02*
X143300000Y-119850000D01*
X143300000Y-118650000D01*
X146500000Y-118650000D01*
X146500000Y-119850000D01*
%TO.C,C311*%
X145450000Y-115450000D02*
X145850000Y-115450000D01*
X145650000Y-115250000D02*
X145650000Y-115150001D01*
X145650000Y-115450000D02*
X145650000Y-115549999D01*
X145850000Y-115250000D02*
X145450000Y-115250000D01*
X146250000Y-116950000D02*
X145050000Y-116950000D01*
X145050000Y-113750000D01*
X146250000Y-113750000D01*
X146250000Y-116950000D01*
%TO.C,R305*%
X137450000Y-111000000D02*
X137550000Y-111400000D01*
X137550000Y-111400000D02*
X137650000Y-111000000D01*
X137650000Y-111000000D02*
X137750000Y-111400000D01*
X137750000Y-111400000D02*
X137850000Y-111000000D01*
X137850000Y-111000000D02*
X137950000Y-111400000D01*
X137950000Y-111400000D02*
X138050000Y-111000000D01*
X138050000Y-111000000D02*
X138150000Y-111400000D01*
X136200000Y-111800000D02*
X139400000Y-111800000D01*
X139400000Y-110600000D01*
X136200000Y-110600000D01*
X136200000Y-111800000D01*
%TO.C,C314*%
X144800000Y-117550000D02*
X144800000Y-117950000D01*
X144800000Y-117750000D02*
X144700001Y-117750000D01*
X145000000Y-117750000D02*
X145099999Y-117750000D01*
X145000000Y-117950000D02*
X145000000Y-117550000D01*
X146500000Y-118350000D02*
X143300000Y-118350000D01*
X143300000Y-117150000D01*
X146500000Y-117150000D01*
X146500000Y-118350000D01*
%TO.C,C319*%
X140100000Y-121750000D02*
X140500000Y-121750000D01*
X140300000Y-121550000D02*
X140300000Y-121450001D01*
X140300000Y-121750000D02*
X140300000Y-121849999D01*
X140500000Y-121550000D02*
X140100000Y-121550000D01*
X140900000Y-123250000D02*
X139700000Y-123250000D01*
X139700000Y-120050000D01*
X140900000Y-120050000D01*
X140900000Y-123250000D01*
%TO.C,R304*%
X139350000Y-115100000D02*
X139750000Y-115000000D01*
X139350000Y-115300000D02*
X139750000Y-115200000D01*
X139350000Y-115500000D02*
X139750000Y-115400000D01*
X139350000Y-115700000D02*
X139750000Y-115600000D01*
X139750000Y-115200000D02*
X139350000Y-115100000D01*
X139750000Y-115400000D02*
X139350000Y-115300000D01*
X139750000Y-115600000D02*
X139350000Y-115500000D01*
X140150000Y-116950000D02*
X138950000Y-116950000D01*
X138950000Y-113750000D01*
X140150000Y-113750000D01*
X140150000Y-116950000D01*
%TO.C,C320*%
X139750000Y-117550000D02*
X139750000Y-117950000D01*
X139750000Y-117750000D02*
X139650001Y-117750000D01*
X139950000Y-117750000D02*
X140049999Y-117750000D01*
X139950000Y-117950000D02*
X139950000Y-117550000D01*
X141450000Y-118350000D02*
X138250000Y-118350000D01*
X138250000Y-117150000D01*
X141450000Y-117150000D01*
X141450000Y-118350000D01*
%TO.C,C318*%
X144900000Y-121800000D02*
X145300000Y-121800000D01*
X145100000Y-121600000D02*
X145100000Y-121500001D01*
X145100000Y-121800000D02*
X145100000Y-121899999D01*
X145300000Y-121600000D02*
X144900000Y-121600000D01*
X145700000Y-123300000D02*
X144500000Y-123300000D01*
X144500000Y-120100000D01*
X145700000Y-120100000D01*
X145700000Y-123300000D01*
%TO.C,C322*%
X139750000Y-119050000D02*
X139750000Y-119450000D01*
X139750000Y-119250000D02*
X139650001Y-119250000D01*
X139950000Y-119250000D02*
X140049999Y-119250000D01*
X139950000Y-119450000D02*
X139950000Y-119050000D01*
X141450000Y-119850000D02*
X138250000Y-119850000D01*
X138250000Y-118650000D01*
X141450000Y-118650000D01*
X141450000Y-119850000D01*
%TD*%
M02*

View file

@ -0,0 +1,46 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
%TF.CreationDate,2025-04-26T11:07:06+02:00*%
%TF.ProjectId,linkertron,6c696e6b-6572-4747-926f-6e2e6b696361,v2*%
%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.0) date 2025-04-26 11:07:06*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.100000*%
%TD*%
G04 APERTURE END LIST*
D10*
X108000000Y-90000000D02*
X108000000Y-150000000D01*
X178000000Y-150000000D02*
G75*
G02*
X173000000Y-155000000I-5000000J0D01*
G01*
X113000000Y-155000000D02*
G75*
G02*
X108000000Y-150000000I0J5000000D01*
G01*
X113000000Y-155000000D02*
X173000000Y-155000000D01*
X108000000Y-90000000D02*
G75*
G02*
X113000000Y-85000000I5000000J0D01*
G01*
X173000000Y-85000000D02*
G75*
G02*
X178000000Y-90000000I0J-5000000D01*
G01*
X178000000Y-150000000D02*
X178000000Y-90000000D01*
X173000000Y-85000000D02*
X113000000Y-85000000D01*
M02*

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,567 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
%TF.CreationDate,2025-04-26T11:07:05+02:00*%
%TF.ProjectId,linkertron,6c696e6b-6572-4747-926f-6e2e6b696361,v2*%
%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.0) date 2025-04-26 11:07:05*
%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,6.000000*%
%ADD11RoundRect,0.237500X0.237500X-0.300000X0.237500X0.300000X-0.237500X0.300000X-0.237500X-0.300000X0*%
%ADD12R,1.250000X1.100000*%
%ADD13C,3.250000*%
%ADD14R,1.478000X1.478000*%
%ADD15C,1.478000*%
%ADD16C,2.475000*%
%ADD17RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
%ADD18RoundRect,0.237500X0.237500X-0.250000X0.237500X0.250000X-0.237500X0.250000X-0.237500X-0.250000X0*%
%ADD19RoundRect,0.237500X-0.237500X0.250000X-0.237500X-0.250000X0.237500X-0.250000X0.237500X0.250000X0*%
%ADD20R,1.050000X0.650000*%
%ADD21RoundRect,0.075000X-0.075000X-0.075000X0.075000X-0.075000X0.075000X0.075000X-0.075000X0.075000X0*%
%ADD22RoundRect,0.250000X-1.500000X-0.550000X1.500000X-0.550000X1.500000X0.550000X-1.500000X0.550000X0*%
%ADD23RoundRect,0.280000X1.120000X1.120000X-1.120000X1.120000X-1.120000X-1.120000X1.120000X-1.120000X0*%
%ADD24C,2.800000*%
%ADD25RoundRect,0.237500X-0.237500X0.300000X-0.237500X-0.300000X0.237500X-0.300000X0.237500X0.300000X0*%
%ADD26RoundRect,0.075000X0.075000X0.075000X-0.075000X0.075000X-0.075000X-0.075000X0.075000X-0.075000X0*%
%ADD27C,2.780000*%
%ADD28RoundRect,0.237500X0.300000X0.237500X-0.300000X0.237500X-0.300000X-0.237500X0.300000X-0.237500X0*%
%ADD29RoundRect,0.237500X0.380070X-0.044194X-0.044194X0.380070X-0.380070X0.044194X0.044194X-0.380070X0*%
%ADD30RoundRect,0.237500X-0.250000X-0.237500X0.250000X-0.237500X0.250000X0.237500X-0.250000X0.237500X0*%
%ADD31RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*%
%ADD32RoundRect,0.375000X0.375000X-0.625000X0.375000X0.625000X-0.375000X0.625000X-0.375000X-0.625000X0*%
%ADD33RoundRect,0.500000X1.400000X-0.500000X1.400000X0.500000X-1.400000X0.500000X-1.400000X-0.500000X0*%
%ADD34RoundRect,0.150000X-0.825000X-0.150000X0.825000X-0.150000X0.825000X0.150000X-0.825000X0.150000X0*%
%ADD35R,1.200000X1.800000*%
%ADD36RoundRect,0.237500X-0.300000X-0.237500X0.300000X-0.237500X0.300000X0.237500X-0.300000X0.237500X0*%
%ADD37C,0.650000*%
%ADD38O,1.000000X0.650000*%
%ADD39RoundRect,0.100000X0.150000X0.450000X-0.150000X0.450000X-0.150000X-0.450000X0.150000X-0.450000X0*%
%ADD40C,0.800000*%
%ADD41O,1.004000X1.604000*%
%ADD42RoundRect,0.075000X0.075000X0.200000X-0.075000X0.200000X-0.075000X-0.200000X0.075000X-0.200000X0*%
%ADD43R,1.220000X0.910000*%
%ADD44RoundRect,0.250000X1.500000X0.550000X-1.500000X0.550000X-1.500000X-0.550000X1.500000X-0.550000X0*%
%ADD45R,2.500000X2.500000*%
%ADD46RoundRect,0.050000X-0.350000X-0.050000X0.350000X-0.050000X0.350000X0.050000X-0.350000X0.050000X0*%
%ADD47RoundRect,0.050000X-0.050000X-0.350000X0.050000X-0.350000X0.050000X0.350000X-0.050000X0.350000X0*%
%ADD48R,4.000000X4.000000*%
G04 APERTURE END LIST*
D10*
%TO.C,H103*%
X173000000Y-150000000D03*
%TD*%
D11*
%TO.C,C501*%
X165800000Y-142462501D03*
X165800000Y-140737499D03*
%TD*%
D12*
%TO.C,D202*%
X143900000Y-151150000D03*
X143900000Y-153650000D03*
%TD*%
D13*
%TO.C,J401*%
X123885000Y-145500000D03*
X135315000Y-145500000D03*
D14*
X125155000Y-139150000D03*
D15*
X126425000Y-136610000D03*
X127695000Y-139150000D03*
X128965000Y-136610000D03*
X130235000Y-139150000D03*
X131505000Y-136610000D03*
X132775000Y-139150000D03*
X134045000Y-136610000D03*
D16*
X121855000Y-142450000D03*
X137345000Y-142450000D03*
%TD*%
D17*
%TO.C,R306*%
X149362500Y-114650000D03*
X147537500Y-114650000D03*
%TD*%
D18*
%TO.C,R201*%
X143800000Y-149312500D03*
X143800000Y-147487500D03*
%TD*%
D10*
%TO.C,H102*%
X173000000Y-90000000D03*
%TD*%
D18*
%TO.C,R501*%
X145400000Y-142512500D03*
X145400000Y-140687500D03*
%TD*%
D19*
%TO.C,R204*%
X168100000Y-93337500D03*
X168100000Y-95162500D03*
%TD*%
D20*
%TO.C,SW301*%
X151425000Y-111525000D03*
X155575000Y-111525000D03*
X151425000Y-113675000D03*
X155575000Y-113675000D03*
%TD*%
D21*
%TO.C,U306*%
X151000000Y-131925000D03*
X151700000Y-131925000D03*
X151350000Y-131075000D03*
%TD*%
D17*
%TO.C,R302*%
X149554902Y-119264536D03*
X147729902Y-119264536D03*
%TD*%
D22*
%TO.C,C202*%
X111400000Y-110200000D03*
X117000000Y-110200000D03*
%TD*%
D12*
%TO.C,D206*%
X133600000Y-90850000D03*
X133600000Y-88350000D03*
%TD*%
D19*
%TO.C,R301*%
X119050000Y-90837500D03*
X119050000Y-92662500D03*
%TD*%
D12*
%TO.C,D207*%
X135700000Y-90850000D03*
X135700000Y-88350000D03*
%TD*%
D22*
%TO.C,C206*%
X111400000Y-117600000D03*
X117000000Y-117600000D03*
%TD*%
D23*
%TO.C,J202*%
X156300000Y-91400000D03*
D24*
X151300000Y-91400000D03*
%TD*%
D21*
%TO.C,U307*%
X155450000Y-131925000D03*
X156150000Y-131925000D03*
X155800000Y-131075000D03*
%TD*%
D25*
%TO.C,C303*%
X127700000Y-111837499D03*
X127700000Y-113562501D03*
%TD*%
D11*
%TO.C,C209*%
X136150000Y-100675002D03*
X136150000Y-98950000D03*
%TD*%
D26*
%TO.C,U302*%
X124762500Y-94097500D03*
X124062500Y-94097500D03*
X124412500Y-94947500D03*
%TD*%
D12*
%TO.C,D205*%
X168100000Y-91000000D03*
X168100000Y-88500000D03*
%TD*%
D21*
%TO.C,U304*%
X125050000Y-131725000D03*
X125750000Y-131725000D03*
X125400000Y-130875000D03*
%TD*%
D27*
%TO.C,F201*%
X169500000Y-142960000D03*
X172900000Y-142960000D03*
X169500000Y-133040000D03*
X172900000Y-133040000D03*
%TD*%
D28*
%TO.C,C312*%
X137062501Y-119800000D03*
X135337499Y-119800000D03*
%TD*%
D27*
%TO.C,F202*%
X112600000Y-142960000D03*
X116000000Y-142960000D03*
X112600000Y-133040000D03*
X116000000Y-133040000D03*
%TD*%
D29*
%TO.C,C305*%
X128909880Y-109159880D03*
X127690120Y-107940120D03*
%TD*%
D27*
%TO.C,F203*%
X165100000Y-89340000D03*
X161700000Y-89340000D03*
X165100000Y-99260000D03*
X161700000Y-99260000D03*
%TD*%
D11*
%TO.C,C210*%
X144975000Y-105650001D03*
X144975000Y-103924999D03*
%TD*%
D10*
%TO.C,H104*%
X113000000Y-150000000D03*
%TD*%
D30*
%TO.C,R203*%
X159987500Y-110000000D03*
X161812500Y-110000000D03*
%TD*%
D31*
%TO.C,U201*%
X134200000Y-98512500D03*
X133250000Y-98512500D03*
X132300000Y-98512500D03*
X132300000Y-100787500D03*
X134200000Y-100787500D03*
%TD*%
D25*
%TO.C,C302*%
X127700000Y-115137499D03*
X127700000Y-116862501D03*
%TD*%
D18*
%TO.C,R401*%
X139800000Y-142512500D03*
X139800000Y-140687500D03*
%TD*%
D19*
%TO.C,R307*%
X131500000Y-92687500D03*
X131500000Y-94512500D03*
%TD*%
D25*
%TO.C,C307*%
X157100000Y-111737499D03*
X157100000Y-113462501D03*
%TD*%
D19*
%TO.C,R308*%
X158650000Y-111687500D03*
X158650000Y-113512500D03*
%TD*%
D13*
%TO.C,J501*%
X149785000Y-145500000D03*
X161215000Y-145500000D03*
D14*
X151055000Y-139150000D03*
D15*
X152325000Y-136610000D03*
X153595000Y-139150000D03*
X154865000Y-136610000D03*
X156135000Y-139150000D03*
X157405000Y-136610000D03*
X158675000Y-139150000D03*
X159945000Y-136610000D03*
D16*
X147755000Y-142450000D03*
X163245000Y-142450000D03*
%TD*%
D32*
%TO.C,U202*%
X138200000Y-105650000D03*
X140500000Y-105650000D03*
D33*
X140500000Y-99350000D03*
D32*
X142800000Y-105650000D03*
%TD*%
D34*
%TO.C,Q201*%
X159925000Y-104095000D03*
X159925000Y-105365000D03*
X159925000Y-106635000D03*
X159925000Y-107905000D03*
X164875000Y-107905000D03*
X164875000Y-106635000D03*
X164875000Y-105365000D03*
X164875000Y-104095000D03*
%TD*%
D18*
%TO.C,R202*%
X141800000Y-149312500D03*
X141800000Y-147487500D03*
%TD*%
D35*
%TO.C,Y301*%
X126000001Y-116300000D03*
X126000001Y-112300000D03*
X123599999Y-112300000D03*
X123599999Y-116300000D03*
%TD*%
D10*
%TO.C,H101*%
X113000000Y-90000000D03*
%TD*%
D36*
%TO.C,C304*%
X147779901Y-116264536D03*
X149504903Y-116264536D03*
%TD*%
D12*
%TO.C,D301*%
X131500000Y-90850000D03*
X131500000Y-88350000D03*
%TD*%
D19*
%TO.C,R205*%
X133600000Y-92687500D03*
X133600000Y-94512500D03*
%TD*%
D30*
%TO.C,R303*%
X147729902Y-117764536D03*
X149554902Y-117764536D03*
%TD*%
D11*
%TO.C,C208*%
X136075000Y-105650001D03*
X136075000Y-103924999D03*
%TD*%
D28*
%TO.C,C321*%
X137362501Y-114450000D03*
X135637499Y-114450000D03*
%TD*%
D25*
%TO.C,C301*%
X117550000Y-90887499D03*
X117550000Y-92612501D03*
%TD*%
D36*
%TO.C,C207*%
X134487500Y-96650000D03*
X136212500Y-96650000D03*
%TD*%
D37*
%TO.C,J301*%
X128600000Y-91742500D03*
D38*
X121400000Y-91742500D03*
D39*
X127750000Y-92302500D03*
X127250000Y-92302500D03*
X126750000Y-92302500D03*
X126250000Y-92302500D03*
X125750000Y-92302500D03*
X125250000Y-92302500D03*
X124750000Y-92302500D03*
X124250000Y-92302500D03*
X123750000Y-92302500D03*
X123250000Y-92302500D03*
X122750000Y-92302500D03*
X122250000Y-92302500D03*
D40*
X122200000Y-91092500D03*
X122600000Y-90392500D03*
X123400000Y-90392500D03*
X123800000Y-91092500D03*
X124200000Y-90392500D03*
X124600000Y-91092500D03*
X125400000Y-91092500D03*
X125800000Y-90392500D03*
X126200000Y-91092500D03*
X126600000Y-90392500D03*
X127400000Y-90392500D03*
X127800000Y-91092500D03*
D41*
X129490000Y-86102500D03*
X129130000Y-90502500D03*
X120870000Y-90502500D03*
X120510000Y-86102500D03*
%TD*%
D21*
%TO.C,U305*%
X129550000Y-131525000D03*
X130250000Y-131525000D03*
X129900000Y-130675000D03*
%TD*%
D23*
%TO.C,J201*%
X145000000Y-91400000D03*
D24*
X140000000Y-91400000D03*
%TD*%
D28*
%TO.C,C316*%
X138512501Y-122950000D03*
X136787499Y-122950000D03*
%TD*%
D11*
%TO.C,C401*%
X119500000Y-142425002D03*
X119500000Y-140700000D03*
%TD*%
D12*
%TO.C,D203*%
X141800000Y-151150000D03*
X141800000Y-153650000D03*
%TD*%
D42*
%TO.C,U301*%
X127500000Y-96300000D03*
X127000000Y-96299999D03*
X126500000Y-96300000D03*
X126000000Y-96299999D03*
X125500000Y-96300000D03*
X125500000Y-97070000D03*
X126000000Y-97070001D03*
X126500000Y-97070000D03*
X127000000Y-97070001D03*
X127500000Y-97070000D03*
%TD*%
D43*
%TO.C,D204*%
X157300000Y-106665000D03*
X157300000Y-109935000D03*
%TD*%
D44*
%TO.C,C201*%
X173900000Y-111100000D03*
X168300000Y-111100000D03*
%TD*%
%TO.C,C203*%
X173900000Y-125900000D03*
X168300000Y-125900000D03*
%TD*%
D45*
%TO.C,D201*%
X149750000Y-97650000D03*
X145850000Y-97700000D03*
%TD*%
D19*
%TO.C,R206*%
X135700000Y-92687500D03*
X135700000Y-94512500D03*
%TD*%
D22*
%TO.C,C204*%
X111400000Y-125600000D03*
X117000000Y-125600000D03*
%TD*%
D28*
%TO.C,C309*%
X136912501Y-117050000D03*
X135187499Y-117050000D03*
%TD*%
D29*
%TO.C,C306*%
X130009880Y-108059880D03*
X128790120Y-106840120D03*
%TD*%
D46*
%TO.C,U303*%
X138975000Y-115425000D03*
X138975000Y-115825000D03*
X138975000Y-116225000D03*
X138975000Y-116625000D03*
X138975000Y-117025000D03*
X138975000Y-117425000D03*
X138975000Y-117825000D03*
X138975000Y-118225000D03*
X138975000Y-118625000D03*
X138975000Y-119025000D03*
X138975000Y-119425000D03*
X138975000Y-119825000D03*
X138975000Y-120225000D03*
X138975000Y-120625000D03*
D47*
X139825000Y-121475000D03*
X140225000Y-121475000D03*
X140625000Y-121475000D03*
X141025000Y-121475000D03*
X141425000Y-121475000D03*
X141825000Y-121475000D03*
X142225000Y-121475000D03*
X142625000Y-121475000D03*
X143025000Y-121475000D03*
X143425000Y-121475000D03*
X143825000Y-121475000D03*
X144225000Y-121475000D03*
X144625000Y-121475000D03*
X145025000Y-121475000D03*
D46*
X145875000Y-120625000D03*
X145875000Y-120225000D03*
X145875000Y-119825000D03*
X145875000Y-119425000D03*
X145875000Y-119025000D03*
X145875000Y-118625000D03*
X145875000Y-118225000D03*
X145875000Y-117825000D03*
X145875000Y-117425000D03*
X145875000Y-117025000D03*
X145875000Y-116625000D03*
X145875000Y-116225000D03*
X145875000Y-115825000D03*
X145875000Y-115425000D03*
D47*
X145025000Y-114575000D03*
X144625000Y-114575000D03*
X144225000Y-114575000D03*
X143825000Y-114575000D03*
X143425000Y-114575000D03*
X143025000Y-114575000D03*
X142625000Y-114575000D03*
X142225000Y-114575000D03*
X141825000Y-114575000D03*
X141425000Y-114575000D03*
X141025000Y-114575000D03*
X140625000Y-114575000D03*
X140225000Y-114575000D03*
X139825000Y-114575000D03*
D48*
X142425000Y-118025000D03*
%TD*%
D44*
%TO.C,C205*%
X173900000Y-118500000D03*
X168300000Y-118500000D03*
%TD*%
M02*

View file

@ -0,0 +1,455 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
%TF.CreationDate,2025-04-26T11:07:04+02:00*%
%TF.ProjectId,linkertron,6c696e6b-6572-4747-926f-6e2e6b696361,v2*%
%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.0) date 2025-04-26 11:07:04*
%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.237500X0.237500X-0.300000X0.237500X0.300000X-0.237500X0.300000X-0.237500X-0.300000X0*%
%ADD11R,1.250000X1.100000*%
%ADD12RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
%ADD13RoundRect,0.237500X0.237500X-0.250000X0.237500X0.250000X-0.237500X0.250000X-0.237500X-0.250000X0*%
%ADD14RoundRect,0.237500X-0.237500X0.250000X-0.237500X-0.250000X0.237500X-0.250000X0.237500X0.250000X0*%
%ADD15R,1.050000X0.650000*%
%ADD16RoundRect,0.075000X-0.075000X-0.075000X0.075000X-0.075000X0.075000X0.075000X-0.075000X0.075000X0*%
%ADD17RoundRect,0.250000X-1.500000X-0.550000X1.500000X-0.550000X1.500000X0.550000X-1.500000X0.550000X0*%
%ADD18RoundRect,0.237500X-0.237500X0.300000X-0.237500X-0.300000X0.237500X-0.300000X0.237500X0.300000X0*%
%ADD19RoundRect,0.075000X0.075000X0.075000X-0.075000X0.075000X-0.075000X-0.075000X0.075000X-0.075000X0*%
%ADD20RoundRect,0.237500X0.300000X0.237500X-0.300000X0.237500X-0.300000X-0.237500X0.300000X-0.237500X0*%
%ADD21RoundRect,0.237500X0.380070X-0.044194X-0.044194X0.380070X-0.380070X0.044194X0.044194X-0.380070X0*%
%ADD22RoundRect,0.237500X-0.250000X-0.237500X0.250000X-0.237500X0.250000X0.237500X-0.250000X0.237500X0*%
%ADD23RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*%
%ADD24RoundRect,0.375000X0.375000X-0.625000X0.375000X0.625000X-0.375000X0.625000X-0.375000X-0.625000X0*%
%ADD25RoundRect,0.500000X1.400000X-0.500000X1.400000X0.500000X-1.400000X0.500000X-1.400000X-0.500000X0*%
%ADD26RoundRect,0.150000X-0.825000X-0.150000X0.825000X-0.150000X0.825000X0.150000X-0.825000X0.150000X0*%
%ADD27R,1.200000X1.800000*%
%ADD28RoundRect,0.237500X-0.300000X-0.237500X0.300000X-0.237500X0.300000X0.237500X-0.300000X0.237500X0*%
%ADD29R,0.300000X0.900000*%
%ADD30RoundRect,0.075000X0.075000X0.200000X-0.075000X0.200000X-0.075000X-0.200000X0.075000X-0.200000X0*%
%ADD31R,1.220000X0.910000*%
%ADD32RoundRect,0.250000X1.500000X0.550000X-1.500000X0.550000X-1.500000X-0.550000X1.500000X-0.550000X0*%
%ADD33R,2.500000X2.500000*%
%ADD34RoundRect,0.250000X-0.285000X-0.285000X0.285000X-0.285000X0.285000X0.285000X-0.285000X0.285000X0*%
%ADD35RoundRect,0.050000X-0.350000X-0.050000X0.350000X-0.050000X0.350000X0.050000X-0.350000X0.050000X0*%
%ADD36RoundRect,0.050000X-0.050000X-0.350000X0.050000X-0.350000X0.050000X0.350000X-0.050000X0.350000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,C501*%
X165800000Y-142462501D03*
X165800000Y-140737499D03*
%TD*%
D11*
%TO.C,D202*%
X143900000Y-151150000D03*
X143900000Y-153650000D03*
%TD*%
D12*
%TO.C,R306*%
X149362500Y-114650000D03*
X147537500Y-114650000D03*
%TD*%
D13*
%TO.C,R201*%
X143800000Y-149312500D03*
X143800000Y-147487500D03*
%TD*%
%TO.C,R501*%
X145400000Y-142512500D03*
X145400000Y-140687500D03*
%TD*%
D14*
%TO.C,R204*%
X168100000Y-93337500D03*
X168100000Y-95162500D03*
%TD*%
D15*
%TO.C,SW301*%
X151425000Y-111525000D03*
X155575000Y-111525000D03*
X151425000Y-113675000D03*
X155575000Y-113675000D03*
%TD*%
D16*
%TO.C,U306*%
X151000000Y-131925000D03*
X151700000Y-131925000D03*
X151350000Y-131075000D03*
%TD*%
D12*
%TO.C,R302*%
X149554902Y-119264536D03*
X147729902Y-119264536D03*
%TD*%
D17*
%TO.C,C202*%
X111400000Y-110200000D03*
X117000000Y-110200000D03*
%TD*%
D11*
%TO.C,D206*%
X133600000Y-90850000D03*
X133600000Y-88350000D03*
%TD*%
D14*
%TO.C,R301*%
X119050000Y-90837500D03*
X119050000Y-92662500D03*
%TD*%
D11*
%TO.C,D207*%
X135700000Y-90850000D03*
X135700000Y-88350000D03*
%TD*%
D17*
%TO.C,C206*%
X111400000Y-117600000D03*
X117000000Y-117600000D03*
%TD*%
D16*
%TO.C,U307*%
X155450000Y-131925000D03*
X156150000Y-131925000D03*
X155800000Y-131075000D03*
%TD*%
D18*
%TO.C,C303*%
X127700000Y-111837499D03*
X127700000Y-113562501D03*
%TD*%
D10*
%TO.C,C209*%
X136150000Y-100675002D03*
X136150000Y-98950000D03*
%TD*%
D19*
%TO.C,U302*%
X124762500Y-94097500D03*
X124062500Y-94097500D03*
X124412500Y-94947500D03*
%TD*%
D11*
%TO.C,D205*%
X168100000Y-91000000D03*
X168100000Y-88500000D03*
%TD*%
D16*
%TO.C,U304*%
X125050000Y-131725000D03*
X125750000Y-131725000D03*
X125400000Y-130875000D03*
%TD*%
D20*
%TO.C,C312*%
X137062501Y-119800000D03*
X135337499Y-119800000D03*
%TD*%
D21*
%TO.C,C305*%
X128909880Y-109159880D03*
X127690120Y-107940120D03*
%TD*%
D10*
%TO.C,C210*%
X144975000Y-105650001D03*
X144975000Y-103924999D03*
%TD*%
D22*
%TO.C,R203*%
X159987500Y-110000000D03*
X161812500Y-110000000D03*
%TD*%
D23*
%TO.C,U201*%
X134200000Y-98512500D03*
X133250000Y-98512500D03*
X132300000Y-98512500D03*
X132300000Y-100787500D03*
X134200000Y-100787500D03*
%TD*%
D18*
%TO.C,C302*%
X127700000Y-115137499D03*
X127700000Y-116862501D03*
%TD*%
D13*
%TO.C,R401*%
X139800000Y-142512500D03*
X139800000Y-140687500D03*
%TD*%
D14*
%TO.C,R307*%
X131500000Y-92687500D03*
X131500000Y-94512500D03*
%TD*%
D18*
%TO.C,C307*%
X157100000Y-111737499D03*
X157100000Y-113462501D03*
%TD*%
D14*
%TO.C,R308*%
X158650000Y-111687500D03*
X158650000Y-113512500D03*
%TD*%
D24*
%TO.C,U202*%
X138200000Y-105650000D03*
X140500000Y-105650000D03*
D25*
X140500000Y-99350000D03*
D24*
X142800000Y-105650000D03*
%TD*%
D26*
%TO.C,Q201*%
X159925000Y-104095000D03*
X159925000Y-105365000D03*
X159925000Y-106635000D03*
X159925000Y-107905000D03*
X164875000Y-107905000D03*
X164875000Y-106635000D03*
X164875000Y-105365000D03*
X164875000Y-104095000D03*
%TD*%
D13*
%TO.C,R202*%
X141800000Y-149312500D03*
X141800000Y-147487500D03*
%TD*%
D27*
%TO.C,Y301*%
X126000001Y-116300000D03*
X126000001Y-112300000D03*
X123599999Y-112300000D03*
X123599999Y-116300000D03*
%TD*%
D28*
%TO.C,C304*%
X147779901Y-116264536D03*
X149504903Y-116264536D03*
%TD*%
D11*
%TO.C,D301*%
X131500000Y-90850000D03*
X131500000Y-88350000D03*
%TD*%
D14*
%TO.C,R205*%
X133600000Y-92687500D03*
X133600000Y-94512500D03*
%TD*%
D22*
%TO.C,R303*%
X147729902Y-117764536D03*
X149554902Y-117764536D03*
%TD*%
D10*
%TO.C,C208*%
X136075000Y-105650001D03*
X136075000Y-103924999D03*
%TD*%
D20*
%TO.C,C321*%
X137362501Y-114450000D03*
X135637499Y-114450000D03*
%TD*%
D18*
%TO.C,C301*%
X117550000Y-90887499D03*
X117550000Y-92612501D03*
%TD*%
D28*
%TO.C,C207*%
X134487500Y-96650000D03*
X136212500Y-96650000D03*
%TD*%
D29*
%TO.C,J301*%
X127750000Y-92302500D03*
X127250000Y-92302500D03*
X126750000Y-92302500D03*
X126250000Y-92302500D03*
X125750000Y-92302500D03*
X125250000Y-92302500D03*
X124750000Y-92302500D03*
X124250000Y-92302500D03*
X123750000Y-92302500D03*
X123250000Y-92302500D03*
X122750000Y-92302500D03*
X122250000Y-92302500D03*
%TD*%
D16*
%TO.C,U305*%
X129550000Y-131525000D03*
X130250000Y-131525000D03*
X129900000Y-130675000D03*
%TD*%
D20*
%TO.C,C316*%
X138512501Y-122950000D03*
X136787499Y-122950000D03*
%TD*%
D10*
%TO.C,C401*%
X119500000Y-142425002D03*
X119500000Y-140700000D03*
%TD*%
D11*
%TO.C,D203*%
X141800000Y-151150000D03*
X141800000Y-153650000D03*
%TD*%
D30*
%TO.C,U301*%
X127500000Y-96300000D03*
X127000000Y-96299999D03*
X126500000Y-96300000D03*
X126000000Y-96299999D03*
X125500000Y-96300000D03*
X125500000Y-97070000D03*
X126000000Y-97070001D03*
X126500000Y-97070000D03*
X127000000Y-97070001D03*
X127500000Y-97070000D03*
%TD*%
D31*
%TO.C,D204*%
X157300000Y-106665000D03*
X157300000Y-109935000D03*
%TD*%
D32*
%TO.C,C201*%
X173900000Y-111100000D03*
X168300000Y-111100000D03*
%TD*%
%TO.C,C203*%
X173900000Y-125900000D03*
X168300000Y-125900000D03*
%TD*%
D33*
%TO.C,D201*%
X149750000Y-97650000D03*
X145850000Y-97700000D03*
%TD*%
D14*
%TO.C,R206*%
X135700000Y-92687500D03*
X135700000Y-94512500D03*
%TD*%
D17*
%TO.C,C204*%
X111400000Y-125600000D03*
X117000000Y-125600000D03*
%TD*%
D20*
%TO.C,C309*%
X136912501Y-117050000D03*
X135187499Y-117050000D03*
%TD*%
D21*
%TO.C,C306*%
X130009880Y-108059880D03*
X128790120Y-106840120D03*
%TD*%
D34*
%TO.C,U303*%
X141095000Y-116695000D03*
X141095000Y-118025000D03*
X141095000Y-119355000D03*
X142425000Y-116695000D03*
X142425000Y-118025000D03*
X142425000Y-119355000D03*
X143755000Y-116695000D03*
X143755000Y-118025000D03*
X143755000Y-119355000D03*
D35*
X138975000Y-115425000D03*
X138975000Y-115825000D03*
X138975000Y-116225000D03*
X138975000Y-116625000D03*
X138975000Y-117025000D03*
X138975000Y-117425000D03*
X138975000Y-117825000D03*
X138975000Y-118225000D03*
X138975000Y-118625000D03*
X138975000Y-119025000D03*
X138975000Y-119425000D03*
X138975000Y-119825000D03*
X138975000Y-120225000D03*
X138975000Y-120625000D03*
D36*
X139825000Y-121475000D03*
X140225000Y-121475000D03*
X140625000Y-121475000D03*
X141025000Y-121475000D03*
X141425000Y-121475000D03*
X141825000Y-121475000D03*
X142225000Y-121475000D03*
X142625000Y-121475000D03*
X143025000Y-121475000D03*
X143425000Y-121475000D03*
X143825000Y-121475000D03*
X144225000Y-121475000D03*
X144625000Y-121475000D03*
X145025000Y-121475000D03*
D35*
X145875000Y-120625000D03*
X145875000Y-120225000D03*
X145875000Y-119825000D03*
X145875000Y-119425000D03*
X145875000Y-119025000D03*
X145875000Y-118625000D03*
X145875000Y-118225000D03*
X145875000Y-117825000D03*
X145875000Y-117425000D03*
X145875000Y-117025000D03*
X145875000Y-116625000D03*
X145875000Y-116225000D03*
X145875000Y-115825000D03*
X145875000Y-115425000D03*
D36*
X145025000Y-114575000D03*
X144625000Y-114575000D03*
X144225000Y-114575000D03*
X143825000Y-114575000D03*
X143425000Y-114575000D03*
X143025000Y-114575000D03*
X142625000Y-114575000D03*
X142225000Y-114575000D03*
X141825000Y-114575000D03*
X141425000Y-114575000D03*
X141025000Y-114575000D03*
X140625000Y-114575000D03*
X140225000Y-114575000D03*
X139825000Y-114575000D03*
%TD*%
D32*
%TO.C,C205*%
X173900000Y-118500000D03*
X168300000Y-118500000D03*
%TD*%
M02*

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,29 @@
M48
; DRILL file {KiCad 9.0.0} date 2025-04-26T11:07:24+0200
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2025-04-26T11:07:24+02:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,9.0.0
; #@! TF.FileFunction,NonPlated,1,4,NPTH
FMAT,2
METRIC
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T1C0.650
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T2C3.250
%
G90
G05
T1
X128.6Y-91.742
T2
X123.885Y-145.5
X135.315Y-145.5
X149.785Y-145.5
X161.215Y-145.5
T1
G00X121.575Y-91.742
M15
G01X121.225Y-91.742
M16
G05
M30

View file

@ -0,0 +1,244 @@
M48
; DRILL file {KiCad 9.0.0} date 2025-04-26T11:07:24+0200
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2025-04-26T11:07:24+02:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,9.0.0
; #@! TF.FileFunction,Plated,1,4,PTH
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.300
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T2C0.350
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T3C0.400
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C0.400
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C0.500
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T6C0.600
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T7C0.970
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T8C1.300
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T9C1.650
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T10C1.780
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T11C3.000
%
G90
G05
T1
X123.69Y-93.097
X123.962Y-96.602
X124.4Y-94.598
X124.735Y-93.014
X124.862Y-96.602
X125.419Y-131.22
X125.8Y-94.399
X126.05Y-93.2
X126.401Y-95.001
X126.517Y-97.65
X126.525Y-95.7
X129.919Y-131.02
X132.249Y-106.651
X132.851Y-106.049
X133.1Y-99.7
X138.652Y-114.873
X139.15Y-112.8
X139.52Y-121.78
X140.0Y-123.25
X140.216Y-111.566
X140.238Y-115.261
X141.25Y-118.5
X141.35Y-117.05
X141.95Y-117.5
X141.95Y-118.25
X141.95Y-119.2
X142.25Y-123.45
X142.625Y-115.248
X142.9Y-117.5
X142.9Y-118.25
X142.9Y-119.2
X143.4Y-116.95
X143.6Y-118.5
X144.625Y-115.248
X145.65Y-107.45
X146.187Y-122.513
X146.548Y-119.825
X146.85Y-122.85
X146.9Y-118.65
X148.5Y-112.15
X150.95Y-116.0
X150.95Y-116.8
X150.95Y-117.65
X151.351Y-131.432
X155.8Y-131.4
T2
X133.8Y-89.55
X133.85Y-102.25
X134.85Y-105.05
X134.85Y-106.2
X135.0Y-102.25
X136.2Y-102.25
X137.9Y-116.95
X138.025Y-119.397
X140.5Y-103.85
X145.75Y-113.3
X146.5Y-105.2
X146.5Y-106.3
X147.6Y-112.5
X168.15Y-89.7
T3
X109.54Y-93.457
X109.54Y-101.078
X109.54Y-139.177
X109.54Y-151.877
X112.08Y-106.157
X114.62Y-95.998
X117.16Y-101.078
X117.16Y-108.697
X117.16Y-121.397
X119.7Y-113.777
X119.7Y-126.477
X119.7Y-134.097
X122.24Y-93.457
X122.24Y-103.617
X122.24Y-118.858
X122.24Y-139.177
X124.78Y-111.237
X124.78Y-123.938
X127.32Y-131.558
X129.86Y-93.457
X129.9Y-112.1
X132.4Y-121.397
X132.4Y-129.017
X133.7Y-117.0
X133.9Y-113.8
X134.94Y-134.097
X137.48Y-88.377
X137.48Y-126.477
X137.48Y-139.177
X140.02Y-93.457
X140.02Y-101.078
X140.02Y-131.558
X142.56Y-136.637
X142.56Y-144.257
X145.1Y-129.017
X145.1Y-149.338
X145.8Y-111.1
X147.64Y-101.078
X147.64Y-134.097
X150.18Y-93.457
X150.18Y-106.157
X150.18Y-123.938
X152.72Y-98.537
X152.72Y-129.017
X154.3Y-112.6
X155.26Y-116.317
X157.8Y-121.397
X157.8Y-131.558
X160.34Y-113.777
X160.34Y-126.477
X160.34Y-139.177
X162.88Y-118.858
X165.42Y-111.237
X165.42Y-123.938
X165.42Y-131.558
X167.96Y-116.317
X167.96Y-139.177
X167.96Y-151.877
X170.5Y-93.457
X170.5Y-121.397
X173.04Y-98.537
X175.58Y-103.617
T4
X122.2Y-91.093
X122.6Y-90.392
X123.4Y-90.392
X123.8Y-91.093
X124.2Y-90.392
X124.6Y-91.093
X125.4Y-91.093
X125.8Y-90.392
X126.2Y-91.093
X126.6Y-90.392
X127.4Y-90.392
X127.8Y-91.093
T6
X132.95Y-96.65
X155.1Y-103.7
X155.1Y-105.2
X155.1Y-107.1
X157.3Y-103.8
X157.3Y-105.2
T7
X125.155Y-139.15
X126.425Y-136.61
X127.695Y-139.15
X128.965Y-136.61
X130.235Y-139.15
X131.505Y-136.61
X132.775Y-139.15
X134.045Y-136.61
X151.055Y-139.15
X152.325Y-136.61
X153.595Y-139.15
X154.865Y-136.61
X156.135Y-139.15
X157.405Y-136.61
X158.675Y-139.15
X159.945Y-136.61
T8
X140.0Y-91.4
X145.0Y-91.4
X151.3Y-91.4
X156.3Y-91.4
T9
X121.855Y-142.45
X137.345Y-142.45
X147.755Y-142.45
X163.245Y-142.45
T10
X112.6Y-133.04
X112.6Y-142.96
X116.0Y-133.04
X116.0Y-142.96
X161.7Y-89.34
X161.7Y-99.26
X165.1Y-89.34
X165.1Y-99.26
X169.5Y-133.04
X169.5Y-142.96
X172.9Y-133.04
X172.9Y-142.96
T11
X113.0Y-90.0
X113.0Y-150.0
X173.0Y-90.0
X173.0Y-150.0
T5
G00X120.51Y-86.402
M15
G01X120.51Y-85.802
M16
G05
G00X120.87Y-90.802
M15
G01X120.87Y-90.203
M16
G05
G00X129.13Y-90.802
M15
G01X129.13Y-90.203
M16
G05
G00X129.49Y-86.402
M15
G01X129.49Y-85.802
M16
G05
M30

View file

@ -0,0 +1,169 @@
{
"Header": {
"GenerationSoftware": {
"Vendor": "KiCad",
"Application": "Pcbnew",
"Version": "9.0.0"
},
"CreationDate": "2025-04-26T11:07:06+02:00"
},
"GeneralSpecs": {
"ProjectId": {
"Name": "linkertron",
"GUID": "6c696e6b-6572-4747-926f-6e2e6b696361",
"Revision": "v2"
},
"Size": {
"X": 70.1,
"Y": 70.1
},
"LayerNumber": 4,
"BoardThickness": 1.564,
"Finish": "None"
},
"DesignRules": [
{
"Layers": "Outer",
"PadToPad": 0.08,
"PadToTrack": 0.08,
"TrackToTrack": 0.2,
"MinLineWidth": 0.1664,
"TrackToRegion": 0.2,
"RegionToRegion": 0.2
},
{
"Layers": "Inner",
"PadToPad": 0.0,
"PadToTrack": 0.0,
"TrackToTrack": 0.2,
"TrackToRegion": 0.25,
"RegionToRegion": 0.25
}
],
"FilesAttributes": [
{
"Path": "linkertron-F_Cu.gbr",
"FileFunction": "Copper,L1,Top",
"FilePolarity": "Positive"
},
{
"Path": "linkertron-In1_Cu.gbr",
"FileFunction": "Copper,L5,Inr",
"FilePolarity": "Positive"
},
{
"Path": "linkertron-In2_Cu.gbr",
"FileFunction": "Copper,L7,Inr",
"FilePolarity": "Positive"
},
{
"Path": "linkertron-B_Cu.gbr",
"FileFunction": "Copper,L4,Bot",
"FilePolarity": "Positive"
},
{
"Path": "linkertron-F_Paste.gbr",
"FileFunction": "SolderPaste,Top",
"FilePolarity": "Positive"
},
{
"Path": "linkertron-B_Paste.gbr",
"FileFunction": "SolderPaste,Bot",
"FilePolarity": "Positive"
},
{
"Path": "linkertron-F_Silkscreen.gbr",
"FileFunction": "Legend,Top",
"FilePolarity": "Positive"
},
{
"Path": "linkertron-B_Silkscreen.gbr",
"FileFunction": "Legend,Bot",
"FilePolarity": "Positive"
},
{
"Path": "linkertron-F_Mask.gbr",
"FileFunction": "SolderMask,Top",
"FilePolarity": "Negative"
},
{
"Path": "linkertron-B_Mask.gbr",
"FileFunction": "SolderMask,Bot",
"FilePolarity": "Negative"
},
{
"Path": "linkertron-Edge_Cuts.gbr",
"FileFunction": "Profile",
"FilePolarity": "Positive"
}
],
"MaterialStackup": [
{
"Type": "Legend",
"Name": "Top Silk Screen"
},
{
"Type": "SolderPaste",
"Name": "Top Solder Paste"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Top Solder Mask"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "F.Cu"
},
{
"Type": "Dielectric",
"Thickness": 0.092,
"Material": "FR4",
"Name": "F.Cu/In1.Cu",
"Notes": "Type: dielectric layer 1 (from F.Cu to In1.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.03,
"Name": "In1.Cu"
},
{
"Type": "Dielectric",
"Thickness": 1.23,
"Material": "FR4",
"Name": "In1.Cu/In2.Cu",
"Notes": "Type: dielectric layer 2 (from In1.Cu to In2.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.03,
"Name": "In2.Cu"
},
{
"Type": "Dielectric",
"Thickness": 0.092,
"Material": "FR4",
"Name": "In2.Cu/B.Cu",
"Notes": "Type: dielectric layer 3 (from In2.Cu to B.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "B.Cu"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Bottom Solder Mask"
},
{
"Type": "SolderPaste",
"Name": "Bottom Solder Paste"
},
{
"Type": "Legend",
"Name": "Bottom Silk Screen"
}
]
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,4 @@
(sym_lib_table
(version 7)
(lib (name "Droid")(type "KiCad")(uri "/home/cynt4k-emgenics/Documents/Privat/pcb-droid/hardware/pcbs/Droid.kicad_sym")(options "")(descr ""))
)

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