This commit is contained in:
5shekel 2024-10-19 04:05:22 +03:00
parent 1997613700
commit 79128fad5f
14 changed files with 19024 additions and 5043 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,14 +3,17 @@
"3dviewports": [], "3dviewports": [],
"design_settings": { "design_settings": {
"defaults": { "defaults": {
"board_outline_line_width": 0.049999999999999996, "apply_defaults_to_fp_fields": false,
"copper_line_width": 0.19999999999999998, "apply_defaults_to_fp_shapes": false,
"apply_defaults_to_fp_text": false,
"board_outline_line_width": 0.05,
"copper_line_width": 0.2,
"copper_text_italic": false, "copper_text_italic": false,
"copper_text_size_h": 1.5, "copper_text_size_h": 1.5,
"copper_text_size_v": 1.5, "copper_text_size_v": 1.5,
"copper_text_thickness": 0.3, "copper_text_thickness": 0.3,
"copper_text_upright": false, "copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996, "courtyard_line_width": 0.05,
"dimension_precision": 4, "dimension_precision": 4,
"dimension_units": 3, "dimension_units": 3,
"dimensions": { "dimensions": {
@ -21,13 +24,13 @@
"text_position": 0, "text_position": 0,
"units_format": 1 "units_format": 1
}, },
"fab_line_width": 0.09999999999999999, "fab_line_width": 0.1,
"fab_text_italic": false, "fab_text_italic": false,
"fab_text_size_h": 1.0, "fab_text_size_h": 1.0,
"fab_text_size_v": 1.0, "fab_text_size_v": 1.0,
"fab_text_thickness": 0.15, "fab_text_thickness": 0.15,
"fab_text_upright": false, "fab_text_upright": false,
"other_line_width": 0.09999999999999999, "other_line_width": 0.1,
"other_text_italic": false, "other_text_italic": false,
"other_text_size_h": 1.0, "other_text_size_h": 1.0,
"other_text_size_v": 1.0, "other_text_size_v": 1.0,
@ -73,9 +76,11 @@
"duplicate_footprints": "warning", "duplicate_footprints": "warning",
"extra_footprint": "warning", "extra_footprint": "warning",
"footprint": "error", "footprint": "error",
"footprint_symbol_mismatch": "warning",
"footprint_type_mismatch": "ignore", "footprint_type_mismatch": "ignore",
"hole_clearance": "error", "hole_clearance": "error",
"hole_near_hole": "error", "hole_near_hole": "error",
"holes_co_located": "warning",
"invalid_outline": "error", "invalid_outline": "error",
"isolated_copper": "warning", "isolated_copper": "warning",
"item_on_disabled_layer": "error", "item_on_disabled_layer": "error",
@ -117,24 +122,21 @@
"min_copper_edge_clearance": 0.5, "min_copper_edge_clearance": 0.5,
"min_hole_clearance": 0.25, "min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25, "min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998, "min_microvia_diameter": 0.2,
"min_microvia_drill": 0.09999999999999999, "min_microvia_drill": 0.1,
"min_resolved_spokes": 2, "min_resolved_spokes": 2,
"min_silk_clearance": 0.0, "min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999, "min_text_height": 0.8,
"min_text_thickness": 0.08, "min_text_thickness": 0.08,
"min_through_hole_diameter": 0.19999999999999998, "min_through_hole_diameter": 0.2,
"min_track_width": 0.09999999999999999, "min_track_width": 0.1,
"min_via_annular_width": 0.09999999999999999, "min_via_annular_width": 0.1,
"min_via_diameter": 0.39999999999999997, "min_via_diameter": 0.4,
"solder_mask_to_copper_clearance": 0.0, "solder_mask_to_copper_clearance": 0.0,
"use_height_for_length_calcs": true "use_height_for_length_calcs": true
}, },
"teardrop_options": [ "teardrop_options": [
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 5,
"td_on_pad_in_zone": false,
"td_onpadsmd": true, "td_onpadsmd": true,
"td_onroundshapesonly": false, "td_onroundshapesonly": false,
"td_ontrackend": false, "td_ontrackend": false,
@ -143,29 +145,35 @@
], ],
"teardrop_parameters": [ "teardrop_parameters": [
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0, "td_curve_segcount": 0,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.5, "td_length_ratio": 0.5,
"td_maxheight": 2.0, "td_maxheight": 2.0,
"td_maxlen": 1.0, "td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_round_shape", "td_target_name": "td_round_shape",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 0.9
}, },
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0, "td_curve_segcount": 0,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.5, "td_length_ratio": 0.5,
"td_maxheight": 2.0, "td_maxheight": 2.0,
"td_maxlen": 1.0, "td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_rect_shape", "td_target_name": "td_rect_shape",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 0.9
}, },
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0, "td_curve_segcount": 0,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.5, "td_length_ratio": 0.5,
"td_maxheight": 2.0, "td_maxheight": 2.0,
"td_maxlen": 1.0, "td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_track_end", "td_target_name": "td_track_end",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 0.9
} }
@ -179,6 +187,32 @@
1.0, 1.0,
3.0 3.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": [ "via_dimensions": [
{ {
"diameter": 0.0, "diameter": 0.0,
@ -917,7 +951,7 @@
"gencad": "", "gencad": "",
"idf": "", "idf": "",
"netlist": "", "netlist": "",
"plot": "", "plot": "gerbers/",
"pos_files": "", "pos_files": "",
"specctra_dsn": "", "specctra_dsn": "",
"step": "dsoxlan.step", "step": "dsoxlan.step",

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,12 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.2*% %TF.GenerationSoftware,KiCad,Pcbnew,8.0.4*%
%TF.CreationDate,2024-05-20T10:52:18+02:00*% %TF.CreationDate,2024-09-19T00:07:34+03:00*%
%TF.ProjectId,dsoxlan,64736f78-6c61-46e2-9e6b-696361645f70,rev?*% %TF.ProjectId,dsoxlan,64736f78-6c61-46e2-9e6b-696361645f70,rev?*%
%TF.SameCoordinates,Original*% %TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*% %TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*% %TF.FilePolarity,Negative*%
%FSLAX46Y46*% %FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.2) date 2024-05-20 10:52:18* G04 Created by KiCad (PCBNEW 8.0.4) date 2024-09-19 00:07:34*
%MOMM*% %MOMM*%
%LPD*% %LPD*%
G01* G01*

View File

@ -1,11 +1,11 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.2*% %TF.GenerationSoftware,KiCad,Pcbnew,8.0.4*%
%TF.CreationDate,2024-05-20T10:52:18+02:00*% %TF.CreationDate,2024-09-19T00:07:34+03:00*%
%TF.ProjectId,dsoxlan,64736f78-6c61-46e2-9e6b-696361645f70,rev?*% %TF.ProjectId,dsoxlan,64736f78-6c61-46e2-9e6b-696361645f70,rev?*%
%TF.SameCoordinates,Original*% %TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*% %TF.FileFunction,Profile,NP*%
%FSLAX46Y46*% %FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.2) date 2024-05-20 10:52:18* G04 Created by KiCad (PCBNEW 8.0.4) date 2024-09-19 00:07:34*
%MOMM*% %MOMM*%
%LPD*% %LPD*%
G01* G01*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,12 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.2*% %TF.GenerationSoftware,KiCad,Pcbnew,8.0.4*%
%TF.CreationDate,2024-05-20T10:52:18+02:00*% %TF.CreationDate,2024-09-19T00:07:34+03:00*%
%TF.ProjectId,dsoxlan,64736f78-6c61-46e2-9e6b-696361645f70,rev?*% %TF.ProjectId,dsoxlan,64736f78-6c61-46e2-9e6b-696361645f70,rev?*%
%TF.SameCoordinates,Original*% %TF.SameCoordinates,Original*%
%TF.FileFunction,Legend,Top*% %TF.FileFunction,Legend,Top*%
%TF.FilePolarity,Positive*% %TF.FilePolarity,Positive*%
%FSLAX46Y46*% %FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.2) date 2024-05-20 10:52:18* G04 Created by KiCad (PCBNEW 8.0.4) date 2024-09-19 00:07:34*
%MOMM*% %MOMM*%
%LPD*% %LPD*%
G01* G01*
@ -17,289 +17,283 @@ G04 APERTURE LIST*
%ADD13C,0.203200*% %ADD13C,0.203200*%
G04 APERTURE END LIST* G04 APERTURE END LIST*
D10* D10*
%TO.C,C2*% X143733333Y-87259580D02*
X143733333Y-87267380D02* X143685714Y-87307200D01*
X143685714Y-87315000D01* X143685714Y-87307200D02*
X143685714Y-87315000D02* X143542857Y-87354819D01*
X143542857Y-87362619D01* X143542857Y-87354819D02*
X143542857Y-87362619D02* X143447619Y-87354819D01*
X143447619Y-87362619D01* X143447619Y-87354819D02*
X143447619Y-87362619D02* X143304762Y-87307200D01*
X143304762Y-87315000D01* X143304762Y-87307200D02*
X143304762Y-87315000D02* X143209524Y-87211961D01*
X143209524Y-87219761D01* X143209524Y-87211961D02*
X143209524Y-87219761D02* X143161905Y-87116723D01*
X143161905Y-87124523D01* X143161905Y-87116723D02*
X143161905Y-87124523D02* X143114286Y-86926247D01*
X143114286Y-86934047D01* X143114286Y-86926247D02*
X143114286Y-86934047D02* X143114286Y-86783390D01*
X143114286Y-86791190D01* X143114286Y-86783390D02*
X143114286Y-86791190D02* X143161905Y-86592914D01*
X143161905Y-86600714D01* X143161905Y-86592914D02*
X143161905Y-86600714D02* X143209524Y-86497676D01*
X143209524Y-86505476D01* X143209524Y-86497676D02*
X143209524Y-86505476D02* X143304762Y-86402438D01*
X143304762Y-86410238D01* X143304762Y-86402438D02*
X143304762Y-86410238D02* X143447619Y-86354819D01*
X143447619Y-86362619D01* X143447619Y-86354819D02*
X143447619Y-86362619D02* X143542857Y-86354819D01*
X143542857Y-86362619D01* X143542857Y-86354819D02*
X143542857Y-86362619D02* X143685714Y-86402438D01*
X143685714Y-86410238D01* X143685714Y-86402438D02*
X143685714Y-86410238D02* X143733333Y-86450057D01*
X143733333Y-86457857D01* X144114286Y-86450057D02*
X144114286Y-86457857D02* X144161905Y-86402438D01*
X144161905Y-86410238D01* X144161905Y-86402438D02*
X144161905Y-86410238D02* X144257143Y-86354819D01*
X144257143Y-86362619D01* X144257143Y-86354819D02*
X144257143Y-86362619D02* X144495238Y-86354819D01*
X144495238Y-86362619D01* X144495238Y-86354819D02*
X144495238Y-86362619D02* X144590476Y-86402438D01*
X144590476Y-86410238D01* X144590476Y-86402438D02*
X144590476Y-86410238D02* X144638095Y-86450057D01*
X144638095Y-86457857D01* X144638095Y-86450057D02*
X144638095Y-86457857D02* X144685714Y-86545295D01*
X144685714Y-86553095D01* X144685714Y-86545295D02*
X144685714Y-86553095D02* X144685714Y-86640533D01*
X144685714Y-86648333D01* X144685714Y-86640533D02*
X144685714Y-86648333D02* X144638095Y-86783390D01*
X144638095Y-86791190D01* X144638095Y-86783390D02*
X144638095Y-86791190D02* X144066667Y-87354819D01*
X144066667Y-87362619D01* X144066667Y-87354819D02*
X144066667Y-87362619D02* X144685714Y-87354819D01*
X144685714Y-87362619D01* X187408819Y-99688094D02*
%TO.C,P2*% X186408819Y-99688094D01*
X187416619Y-99688094D02* X186408819Y-99688094D02*
X186416619Y-99688094D01* X186408819Y-99307142D01*
X186416619Y-99688094D02* X186408819Y-99307142D02*
X186416619Y-99307142D01* X186456438Y-99211904D01*
X186416619Y-99307142D02* X186456438Y-99211904D02*
X186464238Y-99211904D01* X186504057Y-99164285D01*
X186464238Y-99211904D02* X186504057Y-99164285D02*
X186511857Y-99164285D01* X186599295Y-99116666D01*
X186511857Y-99164285D02* X186599295Y-99116666D02*
X186607095Y-99116666D01* X186742152Y-99116666D01*
X186607095Y-99116666D02* X186742152Y-99116666D02*
X186749952Y-99116666D01* X186837390Y-99164285D01*
X186749952Y-99116666D02* X186837390Y-99164285D02*
X186845190Y-99164285D01* X186885009Y-99211904D01*
X186845190Y-99164285D02* X186885009Y-99211904D02*
X186892809Y-99211904D01* X186932628Y-99307142D01*
X186892809Y-99211904D02* X186932628Y-99307142D02*
X186940428Y-99307142D01* X186932628Y-99688094D01*
X186940428Y-99307142D02* X186504057Y-98735713D02*
X186940428Y-99688094D01* X186456438Y-98688094D01*
X186511857Y-98735713D02* X186456438Y-98688094D02*
X186464238Y-98688094D01* X186408819Y-98592856D01*
X186464238Y-98688094D02* X186408819Y-98592856D02*
X186416619Y-98592856D01* X186408819Y-98354761D01*
X186416619Y-98592856D02* X186408819Y-98354761D02*
X186416619Y-98354761D01* X186456438Y-98259523D01*
X186416619Y-98354761D02* X186456438Y-98259523D02*
X186464238Y-98259523D01* X186504057Y-98211904D01*
X186464238Y-98259523D02* X186504057Y-98211904D02*
X186511857Y-98211904D01* X186599295Y-98164285D01*
X186511857Y-98211904D02* X186599295Y-98164285D02*
X186607095Y-98164285D01* X186694533Y-98164285D01*
X186607095Y-98164285D02* X186694533Y-98164285D02*
X186702333Y-98164285D01* X186837390Y-98211904D01*
X186702333Y-98164285D02* X186837390Y-98211904D02*
X186845190Y-98211904D01* X187408819Y-98783332D01*
X186845190Y-98211904D02* X187408819Y-98783332D02*
X187416619Y-98783332D01* X187408819Y-98164285D01*
X187416619Y-98783332D02* X143833333Y-94254819D02*
X187416619Y-98164285D01* X143500000Y-93778628D01*
%TO.C,R1*% X143261905Y-94254819D02*
X143833333Y-94262619D02* X143261905Y-93254819D01*
X143500000Y-93786428D01* X143261905Y-93254819D02*
X143261905Y-94262619D02* X143642857Y-93254819D01*
X143261905Y-93262619D01* X143642857Y-93254819D02*
X143261905Y-93262619D02* X143738095Y-93302438D01*
X143642857Y-93262619D01* X143738095Y-93302438D02*
X143642857Y-93262619D02* X143785714Y-93350057D01*
X143738095Y-93310238D01* X143785714Y-93350057D02*
X143738095Y-93310238D02* X143833333Y-93445295D01*
X143785714Y-93357857D01* X143833333Y-93445295D02*
X143785714Y-93357857D02* X143833333Y-93588152D01*
X143833333Y-93453095D01* X143833333Y-93588152D02*
X143833333Y-93453095D02* X143785714Y-93683390D01*
X143833333Y-93595952D01* X143785714Y-93683390D02*
X143833333Y-93595952D02* X143738095Y-93731009D01*
X143785714Y-93691190D01* X143738095Y-93731009D02*
X143785714Y-93691190D02* X143642857Y-93778628D01*
X143738095Y-93738809D01* X143642857Y-93778628D02*
X143738095Y-93738809D02* X143261905Y-93778628D01*
X143642857Y-93786428D01* X144785714Y-94254819D02*
X143642857Y-93786428D02* X144214286Y-94254819D01*
X143261905Y-93786428D01* X144500000Y-94254819D02*
X144785714Y-94262619D02* X144500000Y-93254819D01*
X144214286Y-94262619D01* X144500000Y-93254819D02*
X144500000Y-94262619D02* X144404762Y-93397676D01*
X144500000Y-93262619D01* X144404762Y-93397676D02*
X144500000Y-93262619D02* X144309524Y-93492914D01*
X144404762Y-93405476D01* X144309524Y-93492914D02*
X144404762Y-93405476D02* X144214286Y-93540533D01*
X144309524Y-93500714D01* X137333333Y-80954819D02*
X144309524Y-93500714D02* X137000000Y-80478628D01*
X144214286Y-93548333D01* X136761905Y-80954819D02*
%TO.C,R2*% X136761905Y-79954819D01*
X142833333Y-80962619D02* X136761905Y-79954819D02*
X142500000Y-80486428D01* X137142857Y-79954819D01*
X142261905Y-80962619D02* X137142857Y-79954819D02*
X142261905Y-79962619D01* X137238095Y-80002438D01*
X142261905Y-79962619D02* X137238095Y-80002438D02*
X142642857Y-79962619D01* X137285714Y-80050057D01*
X142642857Y-79962619D02* X137285714Y-80050057D02*
X142738095Y-80010238D01* X137333333Y-80145295D01*
X142738095Y-80010238D02* X137333333Y-80145295D02*
X142785714Y-80057857D01* X137333333Y-80288152D01*
X142785714Y-80057857D02* X137333333Y-80288152D02*
X142833333Y-80153095D01* X137285714Y-80383390D01*
X142833333Y-80153095D02* X137285714Y-80383390D02*
X142833333Y-80295952D01* X137238095Y-80431009D01*
X142833333Y-80295952D02* X137238095Y-80431009D02*
X142785714Y-80391190D01* X137142857Y-80478628D01*
X142785714Y-80391190D02* X137142857Y-80478628D02*
X142738095Y-80438809D01* X136761905Y-80478628D01*
X142738095Y-80438809D02* X137714286Y-80050057D02*
X142642857Y-80486428D01* X137761905Y-80002438D01*
X142642857Y-80486428D02* X137761905Y-80002438D02*
X142261905Y-80486428D01* X137857143Y-79954819D01*
X143214286Y-80057857D02* X137857143Y-79954819D02*
X143261905Y-80010238D01* X138095238Y-79954819D01*
X143261905Y-80010238D02* X138095238Y-79954819D02*
X143357143Y-79962619D01* X138190476Y-80002438D01*
X143357143Y-79962619D02* X138190476Y-80002438D02*
X143595238Y-79962619D01* X138238095Y-80050057D01*
X143595238Y-79962619D02* X138238095Y-80050057D02*
X143690476Y-80010238D01* X138285714Y-80145295D01*
X143690476Y-80010238D02* X138285714Y-80145295D02*
X143738095Y-80057857D01* X138285714Y-80240533D01*
X143738095Y-80057857D02* X138285714Y-80240533D02*
X143785714Y-80153095D01* X138238095Y-80383390D01*
X143785714Y-80153095D02* X138238095Y-80383390D02*
X143785714Y-80248333D01* X137666667Y-80954819D01*
X143785714Y-80248333D02* X137666667Y-80954819D02*
X143738095Y-80391190D01* X138285714Y-80954819D01*
X143738095Y-80391190D02* X143733333Y-90754819D02*
X143166667Y-80962619D01* X143400000Y-90278628D01*
X143166667Y-80962619D02* X143161905Y-90754819D02*
X143785714Y-80962619D01* X143161905Y-89754819D01*
%TO.C,R3*% X143161905Y-89754819D02*
X143733333Y-90762619D02* X143542857Y-89754819D01*
X143400000Y-90286428D01* X143542857Y-89754819D02*
X143161905Y-90762619D02* X143638095Y-89802438D01*
X143161905Y-89762619D01* X143638095Y-89802438D02*
X143161905Y-89762619D02* X143685714Y-89850057D01*
X143542857Y-89762619D01* X143685714Y-89850057D02*
X143542857Y-89762619D02* X143733333Y-89945295D01*
X143638095Y-89810238D01* X143733333Y-89945295D02*
X143638095Y-89810238D02* X143733333Y-90088152D01*
X143685714Y-89857857D01* X143733333Y-90088152D02*
X143685714Y-89857857D02* X143685714Y-90183390D01*
X143733333Y-89953095D01* X143685714Y-90183390D02*
X143733333Y-89953095D02* X143638095Y-90231009D01*
X143733333Y-90095952D01* X143638095Y-90231009D02*
X143733333Y-90095952D02* X143542857Y-90278628D01*
X143685714Y-90191190D01* X143542857Y-90278628D02*
X143685714Y-90191190D02* X143161905Y-90278628D01*
X143638095Y-90238809D01* X144066667Y-89754819D02*
X143638095Y-90238809D02* X144685714Y-89754819D01*
X143542857Y-90286428D01* X144685714Y-89754819D02*
X143542857Y-90286428D02* X144352381Y-90135771D01*
X143161905Y-90286428D01* X144352381Y-90135771D02*
X144066667Y-89762619D02* X144495238Y-90135771D01*
X144685714Y-89762619D01* X144495238Y-90135771D02*
X144685714Y-89762619D02* X144590476Y-90183390D01*
X144352381Y-90143571D01* X144590476Y-90183390D02*
X144352381Y-90143571D02* X144638095Y-90231009D01*
X144495238Y-90143571D01* X144638095Y-90231009D02*
X144495238Y-90143571D02* X144685714Y-90326247D01*
X144590476Y-90191190D01* X144685714Y-90326247D02*
X144590476Y-90191190D02* X144685714Y-90564342D01*
X144638095Y-90238809D01* X144685714Y-90564342D02*
X144638095Y-90238809D02* X144638095Y-90659580D01*
X144685714Y-90334047D01* X144638095Y-90659580D02*
X144685714Y-90334047D02* X144590476Y-90707200D01*
X144685714Y-90572142D01* X144590476Y-90707200D02*
X144685714Y-90572142D02* X144495238Y-90754819D01*
X144638095Y-90667380D01* X144495238Y-90754819D02*
X144638095Y-90667380D02* X144209524Y-90754819D01*
X144590476Y-90715000D01* X144209524Y-90754819D02*
X144590476Y-90715000D02* X144114286Y-90707200D01*
X144495238Y-90762619D01* X144114286Y-90707200D02*
X144495238Y-90762619D02* X144066667Y-90659580D01*
X144209524Y-90762619D01*
X144209524Y-90762619D02*
X144114286Y-90715000D01*
X144114286Y-90715000D02*
X144066667Y-90667380D01*
D11* D11*
%TO.C,P1*% X114262618Y-99674318D02*
X114262618Y-99687526D02* X114262618Y-98404318D01*
X114262618Y-98417526D01* X114262618Y-98404318D02*
X114262618Y-98417526D02* X114746428Y-98404318D01*
X114746428Y-98417526D01* X114746428Y-98404318D02*
X114746428Y-98417526D02* X114867380Y-98464794D01*
X114867380Y-98478002D01* X114867380Y-98464794D02*
X114867380Y-98478002D02* X114927857Y-98525270D01*
X114927857Y-98538478D01* X114927857Y-98525270D02*
X114927857Y-98538478D02* X114988333Y-98646222D01*
X114988333Y-98659430D01* X114988333Y-98646222D02*
X114988333Y-98659430D02* X114988333Y-98827651D01*
X114988333Y-98840859D01* X114988333Y-98827651D02*
X114988333Y-98840859D02* X114927857Y-98948603D01*
X114927857Y-98961811D01* X114927857Y-98948603D02*
X114927857Y-98961811D02* X114867380Y-99009080D01*
X114867380Y-99022288D01* X114867380Y-99009080D02*
X114867380Y-99022288D02* X114746428Y-99069556D01*
X114746428Y-99082764D01* X114746428Y-99069556D02*
X114746428Y-99082764D02* X114262618Y-99069556D01*
X114262618Y-99082764D01* X116197857Y-99674318D02*
X116197857Y-99687526D02* X115472142Y-99674318D01*
X115472142Y-99687526D01* X115834999Y-99674318D02*
X115834999Y-99687526D02* X115834999Y-98404318D01*
X115834999Y-98417526D01* X115834999Y-98404318D02*
X115834999Y-98417526D02* X115714047Y-98585746D01*
X115714047Y-98598954D01* X115714047Y-98585746D02*
X115714047Y-98598954D02* X115593095Y-98706699D01*
X115593095Y-98719907D01* X115593095Y-98706699D02*
X115593095Y-98719907D02* X115472142Y-98767175D01*
X115472142Y-98780383D01*
D12* D12*
%TO.C,C2*% %TO.C,C2*%
X139998752Y-87135000D02*
X139476248Y-87135000D01*
X139998752Y-85665000D02* X139998752Y-85665000D02*
X139476248Y-85665000D01* X139476248Y-85665000D01*
X139998752Y-87135000D02*
X139476248Y-87135000D01*
%TO.C,R1*% %TO.C,R1*%
X139927064Y-91935000D02*
X139472936Y-91935000D01*
X139927064Y-90465000D02* X139927064Y-90465000D02*
X139472936Y-90465000D01* X139472936Y-90465000D01*
X139927064Y-91935000D02*
X139472936Y-91935000D01*
%TO.C,R2*% %TO.C,R2*%
X139827064Y-83535000D02*
X139372936Y-83535000D01*
X139827064Y-82065000D02* X139827064Y-82065000D02*
X139372936Y-82065000D01* X139372936Y-82065000D01*
X139827064Y-83535000D02*
X139372936Y-83535000D01*
%TO.C,R3*% %TO.C,R3*%
X139964564Y-89325000D02*
X139510436Y-89325000D01*
X139964564Y-87855000D02* X139964564Y-87855000D02*
X139510436Y-87855000D01* X139510436Y-87855000D01*
X139964564Y-89325000D02*
X139510436Y-89325000D01*
D13* D13*
%TO.C,P1*% %TO.C,P1*%
X122280000Y-96485000D02*
X112700000Y-96485000D01*
X135510000Y-96485000D02*
X126090000Y-96485000D01*
X135510000Y-94830000D02*
X135510000Y-96485000D01*
X112700000Y-80285000D02* X112700000Y-80285000D02*
X122280000Y-80285000D01* X122280000Y-80285000D01*
X122280000Y-96485000D02*
X112700000Y-96485000D01*
X126090000Y-80285000D02* X126090000Y-80285000D02*
X135510000Y-80285000D01* X135510000Y-80285000D01*
X135510000Y-80285000D02* X135510000Y-80285000D02*
X135510000Y-81830000D01* X135510000Y-81830000D01*
X135510000Y-94830000D02*
X135510000Y-96485000D01*
X135510000Y-96485000D02*
X126090000Y-96485000D01*
%TD*% %TD*%
M02* M02*

File diff suppressed because it is too large Load Diff

View File

@ -1,25 +1,24 @@
M48 M48
; DRILL file {KiCad 7.0.2} date Mon May 20 10:49:11 2024 ; DRILL file {KiCad 8.0.4} date 2024-09-18T23:48:33+0300
; FORMAT={-:-/ absolute / metric / decimal} ; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2024-05-20T10:49:11+02:00 ; #@! TF.CreationDate,2024-09-18T23:48:33+03:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.2 ; #@! TF.GenerationSoftware,Kicad,Pcbnew,8.0.4
; #@! TF.FileFunction,NonPlated,1,2,NPTH ; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2 FMAT,2
METRIC INCH
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T1C3.200 T1C0.1260
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T2C3.250 T2C0.1280
% %
G90 G90
G05 G05
T1 T1
X127.5Y-66.642 X5.0197Y-2.6237
X127.5Y-110.142 X5.0197Y-4.3363
X170.0Y-66.642 X6.6929Y-2.6237
X170.0Y-110.142 X6.6929Y-4.3363
T2 T2
X121.01Y-82.67 X4.7642Y-3.2547
X121.01Y-94.1 X4.7642Y-3.7047
T0
M30 M30

File diff suppressed because it is too large Load Diff

View File

@ -1,77 +1,76 @@
M48 M48
; DRILL file {KiCad 7.0.2} date Mon May 20 10:49:11 2024 ; DRILL file {KiCad 8.0.4} date 2024-09-18T23:48:33+0300
; FORMAT={-:-/ absolute / metric / decimal} ; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2024-05-20T10:49:11+02:00 ; #@! TF.CreationDate,2024-09-18T23:48:33+03:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.2 ; #@! TF.GenerationSoftware,Kicad,Pcbnew,8.0.4
; #@! TF.FileFunction,Plated,1,2,PTH ; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2 FMAT,2
METRIC INCH
; #@! TA.AperFunction,Plated,PTH,ViaDrill ; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.400 T1C0.0157
; #@! TA.AperFunction,Plated,PTH,ComponentDrill ; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.900 T2C0.0354
; #@! TA.AperFunction,Plated,PTH,ComponentDrill ; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C1.020 T3C0.0402
; #@! TA.AperFunction,Plated,PTH,ComponentDrill ; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C1.600 T4C0.0630
% %
G90 G90
G05 G05
T1 T1
X132.0Y-84.5 X5.1969Y-3.3268
X132.4Y-89.3 X5.2126Y-3.5157
X132.5Y-82.5 X5.2165Y-3.248
X132.5Y-94.5 X5.2165Y-3.7205
X136.8Y-85.7 X5.3858Y-3.374
X137.0Y-96.0 X5.3937Y-3.7795
X142.0Y-96.0 X5.5906Y-3.7795
X142.5Y-85.68 X5.6102Y-3.3732
X142.5Y-92.5 X5.6102Y-3.6417
X143.0Y-82.5 X5.6299Y-3.248
X145.5Y-85.5 X5.7283Y-3.3661
X145.5Y-89.0 X5.7283Y-3.5039
X146.5Y-96.0 X5.7677Y-3.7795
X158.5Y-92.5 X6.2402Y-3.6417
X159.5Y-85.5 X6.2795Y-3.3661
X159.5Y-89.0 X6.2795Y-3.5039
X161.5Y-82.5 X6.3583Y-3.248
X161.6Y-93.0 X6.3622Y-3.6614
X162.0Y-96.0 X6.378Y-3.7795
X163.5Y-85.5 X6.437Y-3.3661
X164.0Y-92.5 X6.4567Y-3.6417
X167.199Y-81.246 X6.5826Y-3.1987
X167.5Y-92.5 X6.5945Y-3.6417
X169.0Y-85.0 X6.6535Y-3.3465
X170.5Y-89.0 X6.7126Y-3.5039
X176.0Y-84.5 X6.9291Y-3.3268
X176.5Y-82.5 X6.9488Y-3.248
X177.5Y-81.4 X6.9882Y-3.2047
X178.0Y-89.5 X7.0079Y-3.5236
X179.5Y-84.0 X7.0669Y-3.3071
X180.3Y-80.3 X7.0984Y-3.1614
X181.0Y-86.5 X7.126Y-3.4055
X181.1Y-83.9 X7.1299Y-3.3031
X181.4Y-79.1 X7.1417Y-3.1142
X183.68Y-81.28 X7.2315Y-3.2
X186.0Y-75.0 X7.3228Y-2.9528
X186.0Y-85.0 X7.3228Y-3.3465
X186.0Y-89.5 X7.3228Y-3.5236
T2 T2
X127.36Y-83.94 X5.0142Y-3.3047
X127.36Y-86.48 X5.0142Y-3.4047
X127.36Y-89.02 X5.0142Y-3.5047
X127.36Y-91.56 X5.0142Y-3.6047
X129.9Y-85.21 X5.1142Y-3.3547
X129.9Y-87.75 X5.1142Y-3.4547
X129.9Y-90.29 X5.1142Y-3.5547
X129.9Y-92.83 X5.1142Y-3.6547
T3 T3
X134.73Y-82.92 X5.3043Y-3.2646
X134.73Y-85.46 X5.3043Y-3.3646
X134.73Y-91.31 X5.3043Y-3.5949
X134.73Y-93.85 X5.3043Y-3.6949
T4 T4
X124.06Y-80.485 X4.8843Y-3.1687
X124.06Y-96.285 X4.8843Y-3.7907
T0
M30 M30

View File

@ -3,9 +3,9 @@
"GenerationSoftware": { "GenerationSoftware": {
"Vendor": "KiCad", "Vendor": "KiCad",
"Application": "Pcbnew", "Application": "Pcbnew",
"Version": "7.0.2" "Version": "8.0.4"
}, },
"CreationDate": "2024-05-20T10:52:19+02:00" "CreationDate": "2024-09-19T00:07:34+03:00"
}, },
"GeneralSpecs": { "GeneralSpecs": {
"ProjectId": { "ProjectId": {