mirror of
https://github.com/whowechina/sanwa_opt.git
synced 2024-11-11 23:57:10 +01:00
Migrated from misc
This commit is contained in:
parent
3fa3d65224
commit
e8361fa2ba
76
Holder.scad
Normal file
76
Holder.scad
Normal file
@ -0,0 +1,76 @@
|
||||
bias = 0.2;
|
||||
leg = 7.8;
|
||||
|
||||
difference() {
|
||||
union() {
|
||||
click_ring();
|
||||
led_tube();
|
||||
translate([-5,0,3]) limiter();
|
||||
translate([5,0,3]) limiter(180);
|
||||
screws();
|
||||
mark();
|
||||
}
|
||||
led_hole();
|
||||
}
|
||||
|
||||
module mark() {
|
||||
color("green") hull() {
|
||||
translate([4.3,7.5,0]) sphere(d=1.15,$fn=32);
|
||||
translate([4.3,6.5,-3]) sphere(d=1,$fn=32);
|
||||
}
|
||||
|
||||
color("green") hull() {
|
||||
translate([-4.3,7.5,0]) sphere(d=1.15,$fn=32);
|
||||
translate([-4.3,6.5,-3]) sphere(d=1,$fn=32);
|
||||
}
|
||||
}
|
||||
|
||||
module click_ring() {
|
||||
difference() {
|
||||
translate([0,0,1.5]) {
|
||||
color("red") cylinder(d=18.50,h=3,center=true,$fn=256);
|
||||
color("brown") translate([0,0,0.2]) hull() {
|
||||
cylinder(d=18.50,h=0.9,center=true,$fn=256);
|
||||
cylinder(d=18.70,h=0.8,center=true,$fn=256);
|
||||
cylinder(d=19.00,h=0.6,center=true,$fn=256);
|
||||
cylinder(d=19.35,h=0.4,center=true,$fn=256);
|
||||
cylinder(d=19.60,h=0.2,center=true,$fn=256);
|
||||
}
|
||||
}
|
||||
color("gray") cube([7.4,50,20], center=true);
|
||||
}
|
||||
|
||||
color("coral") cylinder(d=14.55,h=3,$fn=256);
|
||||
}
|
||||
|
||||
module led_tube() {
|
||||
color("pink") cylinder(d=12.5,h=14,$fn=256);
|
||||
}
|
||||
|
||||
module led_hole() {
|
||||
color("plum") translate([0,0,-1]) cylinder(d=10.7,h=30,$fn=128);
|
||||
}
|
||||
|
||||
module limiter(angle) {
|
||||
color("silver") rotate([0,-90,angle]) hull() {
|
||||
translate([1.5,0,0]) resize([1,3.1,3.7]) cylinder(d=10,h=10,$fn=32);
|
||||
translate([0,0,0]) resize([1,3.2,4]) cylinder(d=10,h=10,$fn=32);
|
||||
}
|
||||
}
|
||||
|
||||
module screw(angle) {
|
||||
difference() {
|
||||
color("cyan") hull() {
|
||||
rotate([0,0,angle]) translate([-0.75,-0.75,leg-5]) cylinder(d=3.8,h=8,$fn=32);
|
||||
translate([0,bias,0]) rotate([0,0,angle]) cylinder(d=4,h=leg-4,$fn=32);
|
||||
}
|
||||
color("gray") translate([0,bias,-0.1]) rotate([0,0,angle]) cylinder(d=1.6,h=8.5,$fn=32);
|
||||
}
|
||||
}
|
||||
|
||||
module screws() {
|
||||
translate([5.8,5.8,-leg]) screw(0);
|
||||
translate([5.8,-5.8,-leg]) screw(-90);
|
||||
translate([-5.8,5.8,-leg]) screw(90);
|
||||
translate([-5.8,-5.8,-leg]) screw(180);
|
||||
}
|
BIN
Holder.stl
Normal file
BIN
Holder.stl
Normal file
Binary file not shown.
3795
opt100umq.kicad_pcb
Normal file
3795
opt100umq.kicad_pcb
Normal file
File diff suppressed because it is too large
Load Diff
75
opt100umq.kicad_prl
Normal file
75
opt100umq.kicad_prl
Normal file
@ -0,0 +1,75 @@
|
||||
{
|
||||
"board": {
|
||||
"active_layer": 0,
|
||||
"active_layer_preset": "All Layers",
|
||||
"auto_track_width": true,
|
||||
"hidden_nets": [],
|
||||
"high_contrast_mode": 0,
|
||||
"net_color_mode": 1,
|
||||
"opacity": {
|
||||
"pads": 1.0,
|
||||
"tracks": 1.0,
|
||||
"vias": 1.0,
|
||||
"zones": 0.6
|
||||
},
|
||||
"ratsnest_display_mode": 0,
|
||||
"selection_filter": {
|
||||
"dimensions": false,
|
||||
"footprints": false,
|
||||
"graphics": false,
|
||||
"keepouts": false,
|
||||
"lockedItems": true,
|
||||
"otherItems": false,
|
||||
"pads": true,
|
||||
"text": true,
|
||||
"tracks": true,
|
||||
"vias": true,
|
||||
"zones": true
|
||||
},
|
||||
"visible_items": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
14,
|
||||
15,
|
||||
16,
|
||||
17,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
22,
|
||||
23,
|
||||
24,
|
||||
25,
|
||||
26,
|
||||
27,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
32,
|
||||
33,
|
||||
34,
|
||||
35,
|
||||
36
|
||||
],
|
||||
"visible_layers": "fffffff_ffffffff",
|
||||
"zone_display_mode": 0
|
||||
},
|
||||
"meta": {
|
||||
"filename": "opt100umq.kicad_prl",
|
||||
"version": 3
|
||||
},
|
||||
"project": {
|
||||
"files": []
|
||||
}
|
||||
}
|
433
opt100umq.kicad_pro
Normal file
433
opt100umq.kicad_pro
Normal file
@ -0,0 +1,433 @@
|
||||
{
|
||||
"board": {
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"board_outline_line_width": 0.09999999999999999,
|
||||
"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.15,
|
||||
"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": 1.905,
|
||||
"height": 1.905,
|
||||
"width": 1.905
|
||||
},
|
||||
"silk_line_width": 0.15,
|
||||
"silk_text_italic": false,
|
||||
"silk_text_size_h": 1.0,
|
||||
"silk_text_size_v": 1.0,
|
||||
"silk_text_thickness": 0.15,
|
||||
"silk_text_upright": false,
|
||||
"zones": {
|
||||
"45_degree_only": false,
|
||||
"min_clearance": 0.762
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [
|
||||
{
|
||||
"gap": 0.0,
|
||||
"via_gap": 0.0,
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"rule_severities": {
|
||||
"annular_width": "error",
|
||||
"clearance": "error",
|
||||
"copper_edge_clearance": "ignore",
|
||||
"courtyards_overlap": "ignore",
|
||||
"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_type_mismatch": "error",
|
||||
"hole_clearance": "error",
|
||||
"hole_near_hole": "error",
|
||||
"invalid_outline": "error",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
"padstack": "error",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_over_copper": "warning",
|
||||
"silk_overlap": "warning",
|
||||
"skew_out_of_range": "error",
|
||||
"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",
|
||||
"zone_has_empty_net": "error",
|
||||
"zones_intersect": "error"
|
||||
},
|
||||
"rules": {
|
||||
"allow_blind_buried_vias": false,
|
||||
"allow_microvias": false,
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.0,
|
||||
"min_copper_edge_clearance": 0.0,
|
||||
"min_hole_clearance": 0.25,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.19999999999999998,
|
||||
"min_microvia_drill": 0.09999999999999999,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.19999999999999998,
|
||||
"min_via_annular_width": 0.049999999999999996,
|
||||
"min_via_diameter": 0.39999999999999997,
|
||||
"solder_mask_clearance": 0.0,
|
||||
"solder_mask_min_width": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"track_widths": [
|
||||
0.0
|
||||
],
|
||||
"via_dimensions": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false,
|
||||
"zones_use_no_outline": true
|
||||
},
|
||||
"layer_presets": []
|
||||
},
|
||||
"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_label_syntax": "error",
|
||||
"bus_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"duplicate_sheet_names": "error",
|
||||
"extra_units": "error",
|
||||
"global_label_dangling": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"label_dangling": "error",
|
||||
"lib_symbol_issues": "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",
|
||||
"unannotated": "error",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": []
|
||||
},
|
||||
"meta": {
|
||||
"filename": "opt100umq.kicad_pro",
|
||||
"version": 1
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12.0,
|
||||
"clearance": 0.175,
|
||||
"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.25,
|
||||
"via_diameter": 0.8,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6.0
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"net_colors": null
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"drawing": {
|
||||
"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": "",
|
||||
"ngspice": {
|
||||
"fix_include_paths": true,
|
||||
"fix_passive_vals": false,
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"model_mode": 0,
|
||||
"workbook_filename": ""
|
||||
},
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"spice_adjust_passive_values": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"2e3f5573-c264-4a8b-a2f0-0e6473d39aad",
|
||||
""
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
1104
opt100umq.kicad_sch
Normal file
1104
opt100umq.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
68
opt100umq.pretty/DCDC_5to12.kicad_mod
Normal file
68
opt100umq.pretty/DCDC_5to12.kicad_mod
Normal file
@ -0,0 +1,68 @@
|
||||
(footprint "DCDC_5to12" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 5BF2C1CB)
|
||||
(descr "DCDC-Converter, Artesyn, ATA Series, 3W Single and Dual Output, 1500VDC Isolation, 24.0x13.7x8.0mm https://www.artesyn.com/power/assets/ata_series_ds_01apr2015_79c25814fd.pdf https://www.artesyn.com/power/assets/trn_dc-dc_ata_3w_series_releas1430412818_techref.pdf")
|
||||
(tags "DCDC SMD")
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -13.35) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp fbdc66f6-0c3f-4216-9460-ad08e75ca0da)
|
||||
)
|
||||
(fp_text value "DCDC_5to12" (at 0 8.89) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp dd89b019-3556-487b-9c37-8c798450a2fb)
|
||||
)
|
||||
(fp_text user "-" (at 9.906 -5.588 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 4469ef8b-ca9c-41e8-b27d-0442ce341583)
|
||||
)
|
||||
(fp_text user "+" (at -9.652 5.588 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 44e84bbd-7776-4439-a771-140d4aec8541)
|
||||
)
|
||||
(fp_text user "Out" (at 10.414 0 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 5ac822f7-17b1-4be5-bedc-6bf3792cc879)
|
||||
)
|
||||
(fp_text user "-" (at -9.652 -5.588 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 79f88844-b499-472b-82d2-669c292ba050)
|
||||
)
|
||||
(fp_text user "+" (at 9.906 5.588 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp a45f2314-7796-43f7-bc7d-c9e0bd27fa96)
|
||||
)
|
||||
(fp_text user "In" (at -9.906 0 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp ff619f47-7048-426d-a68e-a1c46161a000)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 5120724f-bfa8-489f-9823-1c0db87bbbb8)
|
||||
)
|
||||
(fp_line (start 8.382 4.826) (end 8.382 6.35) (layer "F.SilkS") (width 0.12) (tstamp 397d0df0-1e3b-4fda-aad3-30455a86b1f8))
|
||||
(fp_line (start -8.382 -4.826) (end -8.382 -6.35) (layer "F.SilkS") (width 0.12) (tstamp 8aa76608-d6d8-4c57-8b53-8c33d4d00681))
|
||||
(fp_line (start -8.382 -2.667) (end -8.382 2.794) (layer "F.SilkS") (width 0.12) (tstamp 8d14057f-baeb-400c-96fa-3505394d3ff5))
|
||||
(fp_line (start -8.382 4.826) (end -8.382 6.35) (layer "F.SilkS") (width 0.12) (tstamp abe7fdd9-9f7f-4cb7-b15d-fb6876ff4938))
|
||||
(fp_line (start 8.382 -4.826) (end 8.382 -6.35) (layer "F.SilkS") (width 0.12) (tstamp b1318b7e-c3ce-4913-874c-2da4beb5557c))
|
||||
(fp_line (start 8.382 -6.35) (end -8.382 -6.35) (layer "F.SilkS") (width 0.12) (tstamp bfeb2452-6bf8-48b5-9381-3a4e3b78977e))
|
||||
(fp_line (start 8.382 6.35) (end -8.382 6.35) (layer "F.SilkS") (width 0.12) (tstamp e63ee2f8-005a-45b2-bea4-3c8e144577e8))
|
||||
(fp_line (start 8.382 -2.667) (end 8.382 2.794) (layer "F.SilkS") (width 0.12) (tstamp f526341d-5b39-4514-aba5-fb4fa31a700b))
|
||||
(fp_line (start -8.89 7.112) (end 8.89 7.112) (layer "F.CrtYd") (width 0.05) (tstamp 3ce4f34c-f626-420e-a9e3-e04473b87a5e))
|
||||
(fp_line (start 8.89 7.112) (end 8.89 -7.112) (layer "F.CrtYd") (width 0.05) (tstamp 4021b802-18a1-4d89-be44-a8d92b6dccd4))
|
||||
(fp_line (start -8.89 -7.112) (end -8.89 7.112) (layer "F.CrtYd") (width 0.05) (tstamp 526710b5-ea4b-41e4-a8d0-4b7ef76d0199))
|
||||
(fp_line (start -8.89 -7.112) (end 8.89 -7.112) (layer "F.CrtYd") (width 0.05) (tstamp e2ae6fae-6a24-4c93-83f1-b22a42e20e0e))
|
||||
(fp_line (start -8.128 -6.096) (end -8.128 6.096) (layer "F.Fab") (width 0.1) (tstamp 37ebd3bb-e646-4dd5-90ed-8ff101991ebd))
|
||||
(fp_line (start -8.128 6.096) (end 8.128 6.096) (layer "F.Fab") (width 0.1) (tstamp 3ef61e44-94eb-4a0e-bfd7-38e949e83ddc))
|
||||
(fp_line (start 8.128 -6.096) (end -8.128 -6.096) (layer "F.Fab") (width 0.1) (tstamp 5d01ff07-a1aa-4a4b-bc7f-d4c9ed606dfe))
|
||||
(fp_line (start 8.128 6.096) (end 8.128 -6.096) (layer "F.Fab") (width 0.1) (tstamp d8b0c91f-b283-476f-b6fa-04da9d1cd712))
|
||||
(pad "1" smd roundrect (at -8.89 -3.81) (size 3.048 1.524) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp e2b6e30a-3f11-4b15-a53f-cbce6856a02b))
|
||||
(pad "2" smd roundrect (at 8.89 -3.81) (size 3.048 1.524) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 6180ed10-ff6e-4da3-864e-0e44520a824c))
|
||||
(pad "3" smd roundrect (at -8.89 3.81) (size 3.048 1.524) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 2a8563b7-e378-4c76-993d-ed49b8e1600a))
|
||||
(pad "4" smd roundrect (at 8.89 3.81) (size 3.048 1.524) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp b207e73a-2dec-492a-9928-65a93e700abd))
|
||||
(model "${KIPRJMOD}/3dmodels/DCDC.STEP"
|
||||
(offset (xyz 241.046 0 0))
|
||||
(scale (xyz 5.7 5.5 3))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
45
opt100umq.pretty/ITR1203.kicad_mod
Normal file
45
opt100umq.pretty/ITR1203.kicad_mod
Normal file
@ -0,0 +1,45 @@
|
||||
(footprint "ITR1203" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 5B88730A)
|
||||
(descr "package for Everlight ITR8307/F43, see https://everlighteurope.com/index.php?controller=attachment&id_attachment=5385")
|
||||
(tags "refective opto couple photo coupler")
|
||||
(attr through_hole)
|
||||
(fp_text reference "REF**" (at -2.794 1.778 90) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp ddb814ba-0771-4667-92a2-0b6c1122e23a)
|
||||
)
|
||||
(fp_text value "ITR1203" (at 0 4.826) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp b8330035-662f-42ab-b18c-d6cb58d03d2f)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 1.778) (layer "F.Fab")
|
||||
(effects (font (size 0.75 0.75) (thickness 0.11)))
|
||||
(tstamp eec67a3b-eb00-4833-90ff-725b3cb5b433)
|
||||
)
|
||||
(fp_line (start 1.778 3.81) (end 1.778 -3.81) (layer "F.SilkS") (width 0.12) (tstamp 282c5d95-2493-4e9e-bdc0-05f4dadf779d))
|
||||
(fp_line (start 1.778 3.81) (end -1.778 3.81) (layer "F.SilkS") (width 0.12) (tstamp 2cbad69f-eac7-4a85-9bea-642fa449c406))
|
||||
(fp_line (start 1.778 -3.81) (end -1.778 -3.81) (layer "F.SilkS") (width 0.12) (tstamp 68911eaa-8bfd-4e38-b474-ff42ed23fa82))
|
||||
(fp_line (start -1.778 -3.81) (end -1.778 3.81) (layer "F.SilkS") (width 0.12) (tstamp 90eef995-fc29-43e3-9796-a18643cdb132))
|
||||
(fp_line (start -1.778 -3.81) (end -1.778 3.81) (layer "F.CrtYd") (width 0.05) (tstamp 341642b4-4f8e-44be-bf42-523e18646bac))
|
||||
(fp_line (start 1.778 3.81) (end 1.778 -3.81) (layer "F.CrtYd") (width 0.05) (tstamp 380e7d5f-f3fd-4be8-b2d9-1ff3dad44c88))
|
||||
(fp_line (start -1.778 -3.81) (end 1.778 -3.81) (layer "F.CrtYd") (width 0.05) (tstamp 5a3a1678-78ad-4313-8318-5a0f1db86565))
|
||||
(fp_line (start 1.778 3.81) (end -1.778 3.81) (layer "F.CrtYd") (width 0.05) (tstamp 7fbead4d-da4a-48d8-8ec5-23073afabae6))
|
||||
(fp_line (start 1.524 -1.3554) (end 1.524 1.2446) (layer "F.Fab") (width 0.1) (tstamp 183629ea-8c0c-48f0-86cb-cfeed03b5bb0))
|
||||
(fp_line (start -0.976 0.7446) (end -1.476 1.2446) (layer "F.Fab") (width 0.1) (tstamp 474781b2-04bc-4db8-b0ae-6c1b7c55cf34))
|
||||
(fp_line (start -1.676 -0.8554) (end -1.176 -1.3554) (layer "F.Fab") (width 0.1) (tstamp 4bbfa904-d238-466d-9e40-51822b95cc6b))
|
||||
(fp_line (start -1.176 -1.3554) (end 1.524 -1.3554) (layer "F.Fab") (width 0.1) (tstamp 52956a63-6394-48bf-8ae6-06fe1d17db19))
|
||||
(fp_line (start -1.676 1.2446) (end -1.676 -0.8554) (layer "F.Fab") (width 0.1) (tstamp 67df4f43-9eea-4d57-a255-f314baeb3fa8))
|
||||
(fp_line (start 1.524 1.2446) (end -0.476 1.2446) (layer "F.Fab") (width 0.1) (tstamp 8fc33ddb-ba15-483d-91d7-5b89233d5ba9))
|
||||
(fp_line (start -0.976 0.7446) (end -0.476 1.2446) (layer "F.Fab") (width 0.1) (tstamp 9c110532-8f88-4e85-b9d2-b3b2041e653e))
|
||||
(fp_line (start -1.676 1.2446) (end -1.476 1.2446) (layer "F.Fab") (width 0.1) (tstamp a6390f0c-65aa-4132-91af-10db2f91c378))
|
||||
(pad "" np_thru_hole circle (at -0.7 0) (size 1.35 1.35) (drill 1.35) (layers *.Mask) (tstamp 8fec9dae-3440-4623-8274-4a3d6cd9acb5))
|
||||
(pad "1" thru_hole oval (at 1 3.175) (size 1.397 1.016) (drill oval 0.7 0.4572) (layers *.Cu *.Mask) (tstamp 987a5bc5-a4eb-479e-b5cf-f47cc34283eb))
|
||||
(pad "2" thru_hole roundrect (at -1 3.175) (size 1.397 1.016) (drill oval 0.7 0.4572) (layers *.Cu *.Mask) (roundrect_rratio 0.227) (tstamp 02c1495a-6f6f-4e89-9fe4-becfda41d74e))
|
||||
(pad "3" thru_hole oval (at 1 -3.175) (size 1.397 1.016) (drill oval 0.7 0.4572) (layers *.Cu *.Mask) (tstamp 4d242dec-11e7-4d67-bfed-b34de1adf7bf))
|
||||
(pad "4" thru_hole oval (at -1 -3.175) (size 1.397 1.016) (drill oval 0.7 0.4572) (layers *.Cu *.Mask) (tstamp 465b0467-e568-4adb-a0a5-f85f943eb20e))
|
||||
(model "${KIPRJMOD}/opt100umq.pretty/rpi-441c1.stp"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 0.95 0.86 1))
|
||||
(rotate (xyz 0 0 90))
|
||||
)
|
||||
)
|
46
opt100umq.pretty/ITR8402.kicad_mod
Normal file
46
opt100umq.pretty/ITR8402.kicad_mod
Normal file
@ -0,0 +1,46 @@
|
||||
(footprint "ITR8402" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 5B88730A)
|
||||
(descr "package for Everlight ITR8307/F43, see https://everlighteurope.com/index.php?controller=attachment&id_attachment=5385")
|
||||
(tags "refective opto couple photo coupler")
|
||||
(attr through_hole)
|
||||
(fp_text reference "REF**" (at -4.318 4.0386 90) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp ddb814ba-0771-4667-92a2-0b6c1122e23a)
|
||||
)
|
||||
(fp_text value "ITR8402" (at -0.47 7.8486) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp b8330035-662f-42ab-b18c-d6cb58d03d2f)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at -0.076 0.1446) (layer "F.Fab")
|
||||
(effects (font (size 0.75 0.75) (thickness 0.11)))
|
||||
(tstamp eec67a3b-eb00-4833-90ff-725b3cb5b433)
|
||||
)
|
||||
(fp_line (start 3.302 7.0866) (end 3.302 -7.1374) (layer "F.SilkS") (width 0.12) (tstamp 282c5d95-2493-4e9e-bdc0-05f4dadf779d))
|
||||
(fp_line (start 3.302 7.0866) (end -3.302 7.0866) (layer "F.SilkS") (width 0.12) (tstamp 2cbad69f-eac7-4a85-9bea-642fa449c406))
|
||||
(fp_line (start 3.302 -7.1374) (end -3.302 -7.1374) (layer "F.SilkS") (width 0.12) (tstamp 68911eaa-8bfd-4e38-b474-ff42ed23fa82))
|
||||
(fp_line (start -3.302 -7.1374) (end -3.302 7.0866) (layer "F.SilkS") (width 0.12) (tstamp 90eef995-fc29-43e3-9796-a18643cdb132))
|
||||
(fp_line (start -3.048 -6.8834) (end -3.048 6.8326) (layer "F.CrtYd") (width 0.05) (tstamp 341642b4-4f8e-44be-bf42-523e18646bac))
|
||||
(fp_line (start 3.048 6.8326) (end 3.048 -6.8834) (layer "F.CrtYd") (width 0.05) (tstamp 380e7d5f-f3fd-4be8-b2d9-1ff3dad44c88))
|
||||
(fp_line (start -3.048 -6.8834) (end 3.048 -6.8834) (layer "F.CrtYd") (width 0.05) (tstamp 5a3a1678-78ad-4313-8318-5a0f1db86565))
|
||||
(fp_line (start 3.048 6.8326) (end -3.048 6.8326) (layer "F.CrtYd") (width 0.05) (tstamp 7fbead4d-da4a-48d8-8ec5-23073afabae6))
|
||||
(fp_line (start 1.524 -1.3554) (end 1.524 1.2446) (layer "F.Fab") (width 0.1) (tstamp 183629ea-8c0c-48f0-86cb-cfeed03b5bb0))
|
||||
(fp_line (start -0.976 0.7446) (end -1.476 1.2446) (layer "F.Fab") (width 0.1) (tstamp 474781b2-04bc-4db8-b0ae-6c1b7c55cf34))
|
||||
(fp_line (start -1.676 -0.8554) (end -1.176 -1.3554) (layer "F.Fab") (width 0.1) (tstamp 4bbfa904-d238-466d-9e40-51822b95cc6b))
|
||||
(fp_line (start -1.176 -1.3554) (end 1.524 -1.3554) (layer "F.Fab") (width 0.1) (tstamp 52956a63-6394-48bf-8ae6-06fe1d17db19))
|
||||
(fp_line (start -1.676 1.2446) (end -1.676 -0.8554) (layer "F.Fab") (width 0.1) (tstamp 67df4f43-9eea-4d57-a255-f314baeb3fa8))
|
||||
(fp_line (start 1.524 1.2446) (end -0.476 1.2446) (layer "F.Fab") (width 0.1) (tstamp 8fc33ddb-ba15-483d-91d7-5b89233d5ba9))
|
||||
(fp_line (start -0.976 0.7446) (end -0.476 1.2446) (layer "F.Fab") (width 0.1) (tstamp 9c110532-8f88-4e85-b9d2-b3b2041e653e))
|
||||
(fp_line (start -1.676 1.2446) (end -1.476 1.2446) (layer "F.Fab") (width 0.1) (tstamp a6390f0c-65aa-4132-91af-10db2f91c378))
|
||||
(pad "" np_thru_hole circle (at -2.6 -6.55) (size 0.85 0.85) (drill 0.85) (layers *.Mask) (tstamp 255ec757-97b7-45ee-bdc1-4bb322b8f1ec))
|
||||
(pad "" np_thru_hole circle (at 2.6 2.1) (size 0.85 0.85) (drill 0.85) (layers *.Mask) (tstamp 8fec9dae-3440-4623-8274-4a3d6cd9acb5))
|
||||
(pad "1" thru_hole oval (at 1.27 5.3) (size 1.1 1.5) (drill 0.7) (layers *.Cu *.Mask) (tstamp 987a5bc5-a4eb-479e-b5cf-f47cc34283eb))
|
||||
(pad "2" thru_hole roundrect (at -1.27 5.3) (size 1.1 1.5) (drill 0.7) (layers *.Cu *.Mask) (roundrect_rratio 0.227) (tstamp 02c1495a-6f6f-4e89-9fe4-becfda41d74e))
|
||||
(pad "3" thru_hole oval (at 1.27 -5.3) (size 1.1 1.5) (drill 0.7) (layers *.Cu *.Mask) (tstamp 4d242dec-11e7-4d67-bfed-b34de1adf7bf))
|
||||
(pad "4" thru_hole oval (at -1.27 -5.3) (size 1.1 1.5) (drill 0.7) (layers *.Cu *.Mask) (tstamp 465b0467-e568-4adb-a0a5-f85f943eb20e))
|
||||
(model "${KIPRJMOD}/opt100umq.pretty/ee-sx1041.stp"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1.17 1 1))
|
||||
(rotate (xyz -90 0 -90))
|
||||
)
|
||||
)
|
44
opt100umq.pretty/JST_XH_2_R.kicad_mod
Normal file
44
opt100umq.pretty/JST_XH_2_R.kicad_mod
Normal file
@ -0,0 +1,44 @@
|
||||
(footprint "JST_XH_2_R" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 59FED5CC)
|
||||
(descr "surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left)")
|
||||
(tags "Surface mounted pin header SMD 1x03 2.54mm single row style1 pin1 left")
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 2.032 -4.826) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 570f2102-ed6e-4211-a472-751d664d7af3)
|
||||
)
|
||||
(fp_text value "JST_XH_2_R" (at 3.81 5.08) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 23068622-3643-4d19-8272-6daa22305a5c)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 1.778 1.524 90) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 91ce591d-f953-4186-9fa3-f168ada4088f)
|
||||
)
|
||||
(fp_line (start 0.254 3.81) (end 7.874 3.81) (layer "F.SilkS") (width 0.12) (tstamp 0ff8c4fc-75a2-49c1-b57f-ca0774da4044))
|
||||
(fp_line (start 0.254 -3.81) (end 7.874 -3.81) (layer "F.SilkS") (width 0.12) (tstamp a2c2e549-d276-4a1d-ba0c-31fe8a42ddc2))
|
||||
(fp_line (start 0.254 -3.048) (end 0.254 -3.81) (layer "F.SilkS") (width 0.12) (tstamp bdd8044b-469c-4943-9fca-e0e765a19b9f))
|
||||
(fp_line (start 0.254 3.81) (end 0.254 3.048) (layer "F.SilkS") (width 0.12) (tstamp e3eba6de-dff7-418b-b778-2ce691061380))
|
||||
(fp_line (start 7.874 -3.81) (end 7.874 3.81) (layer "F.SilkS") (width 0.12) (tstamp f65ef0e5-846c-40cd-8908-35c41115963f))
|
||||
(fp_line (start 2.032 3.048) (end 2.032 -3.08) (layer "F.CrtYd") (width 0.05) (tstamp 0ede8dc5-b986-4b89-a59b-e4570a43b735))
|
||||
(fp_line (start -1.27 -3.08) (end -1.27 3.048) (layer "F.CrtYd") (width 0.05) (tstamp 32d47636-5e54-46cc-adf9-d9ec60daf14f))
|
||||
(fp_line (start 2.032 -3.08) (end -1.27 -3.08) (layer "F.CrtYd") (width 0.05) (tstamp 5bdfe746-b55b-4e67-9518-c023eb24d4d8))
|
||||
(fp_line (start -1.27 3.048) (end 2.032 3.048) (layer "F.CrtYd") (width 0.05) (tstamp 7cabf150-2996-4cd9-bfcc-89460979a72c))
|
||||
(fp_line (start 0.508 -3.556) (end 7.366 -3.556) (layer "F.Fab") (width 0.1) (tstamp 2a69df03-c547-46d9-9735-4924b22a10b9))
|
||||
(fp_line (start 7.366 -3.556) (end 7.366 3.556) (layer "F.Fab") (width 0.1) (tstamp 8a65ab90-a8e5-4a0f-b33d-aebc936bd8db))
|
||||
(fp_line (start 7.366 3.556) (end 0.508 3.556) (layer "F.Fab") (width 0.1) (tstamp b6d520de-f7de-498a-b319-e385580f90f5))
|
||||
(fp_line (start 0.508 3.556) (end 0.508 -3.556) (layer "F.Fab") (width 0.1) (tstamp c2f2f585-3491-458b-ae96-a40ada1d50c2))
|
||||
(pad "1" thru_hole rect (at 0 -1.27 270) (size 1.8 1.8) (drill 1.1) (layers *.Cu *.Mask) (tstamp f99fb25a-fa15-4978-8b82-ac4f86698cf3))
|
||||
(pad "2" thru_hole circle (at 0 1.27 270) (size 1.8 1.8) (drill 1.1) (layers *.Cu *.Mask) (tstamp 5fe8f7a9-1b04-4b3b-b1d5-4c911eca9c0d))
|
||||
(model "${KIPRJMOD}/3dmodels/x8821wr-02k-n2sn.stp" hide
|
||||
(offset (xyz 9.144 -5.08 0.0508))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 -90))
|
||||
)
|
||||
(model "${KIPRJMOD}/3dmodels/JST - XH - Thru (R) - 2Pin - 2.54mm.stp"
|
||||
(offset (xyz 0.2032 0 0.0508))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 90))
|
||||
)
|
||||
)
|
40
opt100umq.pretty/JST_XH_3_R.kicad_mod
Normal file
40
opt100umq.pretty/JST_XH_3_R.kicad_mod
Normal file
@ -0,0 +1,40 @@
|
||||
(footprint "JST_XH_3_R" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 59FED5CC)
|
||||
(descr "surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left)")
|
||||
(tags "Surface mounted pin header SMD 1x03 2.54mm single row style1 pin1 left")
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 2.286 -6.096) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 570f2102-ed6e-4211-a472-751d664d7af3)
|
||||
)
|
||||
(fp_text value "JST_XH_3_R" (at 4.064 6.096) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 23068622-3643-4d19-8272-6daa22305a5c)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 1.778 0.254 90) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 91ce591d-f953-4186-9fa3-f168ada4088f)
|
||||
)
|
||||
(fp_line (start 7.874 -5.08) (end 7.874 5.08) (layer "F.SilkS") (width 0.12) (tstamp 84e18bad-3607-4769-b796-04c4b04c20c2))
|
||||
(fp_line (start 0.254 5.08) (end 0.254 4.318) (layer "F.SilkS") (width 0.12) (tstamp 9621305f-8f44-4df2-9c44-49fe39cba519))
|
||||
(fp_line (start 0.254 -4.318) (end 0.254 -5.08) (layer "F.SilkS") (width 0.12) (tstamp b41fd1b7-acf1-4e07-ae2d-4106c1d9f1a9))
|
||||
(fp_line (start 0.254 -5.08) (end 7.874 -5.08) (layer "F.SilkS") (width 0.12) (tstamp c27634c0-ebd9-4946-9ffe-084a3b21dd11))
|
||||
(fp_line (start 0.254 5.08) (end 7.874 5.08) (layer "F.SilkS") (width 0.12) (tstamp ccf8aaff-b641-4ffc-9d87-5ca902eafcfa))
|
||||
(fp_line (start 2.032 4.35) (end 2.032 -4.35) (layer "F.CrtYd") (width 0.05) (tstamp 0ede8dc5-b986-4b89-a59b-e4570a43b735))
|
||||
(fp_line (start -1.524 -4.35) (end -1.524 4.35) (layer "F.CrtYd") (width 0.05) (tstamp 32d47636-5e54-46cc-adf9-d9ec60daf14f))
|
||||
(fp_line (start 2.032 -4.35) (end -1.524 -4.35) (layer "F.CrtYd") (width 0.05) (tstamp 5bdfe746-b55b-4e67-9518-c023eb24d4d8))
|
||||
(fp_line (start -1.524 4.35) (end 2.032 4.35) (layer "F.CrtYd") (width 0.05) (tstamp 7cabf150-2996-4cd9-bfcc-89460979a72c))
|
||||
(fp_line (start 0.508 -4.826) (end 7.366 -4.826) (layer "F.Fab") (width 0.1) (tstamp 2a69df03-c547-46d9-9735-4924b22a10b9))
|
||||
(fp_line (start 7.366 -4.826) (end 7.366 4.826) (layer "F.Fab") (width 0.1) (tstamp 8a65ab90-a8e5-4a0f-b33d-aebc936bd8db))
|
||||
(fp_line (start 7.366 4.826) (end 0.508 4.826) (layer "F.Fab") (width 0.1) (tstamp b6d520de-f7de-498a-b319-e385580f90f5))
|
||||
(fp_line (start 0.508 4.826) (end 0.508 -4.826) (layer "F.Fab") (width 0.1) (tstamp c2f2f585-3491-458b-ae96-a40ada1d50c2))
|
||||
(pad "1" thru_hole rect (at 0 -2.54 270) (size 1.8 1.8) (drill 1.1) (layers *.Cu *.Mask) (tstamp f99fb25a-fa15-4978-8b82-ac4f86698cf3))
|
||||
(pad "2" thru_hole circle (at 0 0 270) (size 1.8 1.8) (drill 1.1) (layers *.Cu *.Mask) (tstamp 5fe8f7a9-1b04-4b3b-b1d5-4c911eca9c0d))
|
||||
(pad "3" thru_hole circle (at 0 2.54 270) (size 1.8 1.8) (drill 1.1) (layers *.Cu *.Mask) (tstamp a176852c-099c-4940-9b7a-776a55f76795))
|
||||
(model "${KIPRJMOD}/3dmodels/JST - XH - Thru (R) - 3Pin - 2.54mm.stp"
|
||||
(offset (xyz 0.2032 0 0.0508))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 90))
|
||||
)
|
||||
)
|
40
opt100umq.pretty/LED3528.kicad_mod
Normal file
40
opt100umq.pretty/LED3528.kicad_mod
Normal file
@ -0,0 +1,40 @@
|
||||
(footprint "LED3528" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 5B43C79E)
|
||||
(descr "Kingbright, dual LED, 3.5 x 2.8 mm Surface Mount LED Lamp (http://www.kingbrightusa.com/images/catalog/SPEC/AAA3528ESGCT.pdf)")
|
||||
(tags "dual led smd")
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -2.5) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 1c46f900-abbf-41b3-a7de-598dcae635e9)
|
||||
)
|
||||
(fp_text value "LED3528" (at 0 2.5) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 8f1c6920-eb24-4560-a923-2f78bcf2c984)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
|
||||
(effects (font (size 0.8 0.8) (thickness 0.13)))
|
||||
(tstamp 33e48353-bbf2-4fcf-a68e-ccb93dd9bdf2)
|
||||
)
|
||||
(fp_line (start 1.71 1.355) (end 1.71 1.51) (layer "F.SilkS") (width 0.12) (tstamp 32300641-ac7a-403d-a0da-b1b4b170ec14))
|
||||
(fp_line (start 1.71 -1.355) (end 1.71 -1.51) (layer "F.SilkS") (width 0.12) (tstamp 75898637-4440-426b-b2a1-3f2eeb599c21))
|
||||
(fp_line (start -1.71 1.355) (end -1.71 1.51) (layer "F.SilkS") (width 0.12) (tstamp 792d7c7d-7c85-49e6-9548-857739a71b38))
|
||||
(fp_line (start -1.71 1.51) (end 1.71 1.51) (layer "F.SilkS") (width 0.12) (tstamp f342ba5e-2d33-4051-9833-defd0c78743c))
|
||||
(fp_line (start -2 -1.51) (end 1.71 -1.51) (layer "F.SilkS") (width 0.12) (tstamp f39afc18-b7c7-4b28-8283-0e160f30e041))
|
||||
(fp_line (start -2.25 -1.65) (end 2.25 -1.65) (layer "F.CrtYd") (width 0.05) (tstamp 0c5ebedc-c282-402c-b841-2ec994bf510f))
|
||||
(fp_line (start -2.25 1.65) (end 2.25 1.65) (layer "F.CrtYd") (width 0.05) (tstamp 63af41fa-1946-4db6-a604-2eb3f56447f4))
|
||||
(fp_line (start -2.25 -1.65) (end -2.25 1.65) (layer "F.CrtYd") (width 0.05) (tstamp 7a1cf38d-b9a5-4cb9-ab06-f25151c6e7b3))
|
||||
(fp_line (start 2.25 -1.65) (end 2.25 1.65) (layer "F.CrtYd") (width 0.05) (tstamp 8112fe71-3bc5-46c2-a196-879c7460b0e0))
|
||||
(fp_line (start -1.6 1.4) (end -1.6 -0.7) (layer "F.Fab") (width 0.1) (tstamp 05e0e3bd-ff2d-400f-9eb0-76eca8479c1a))
|
||||
(fp_line (start -0.9 -1.4) (end 1.6 -1.4) (layer "F.Fab") (width 0.1) (tstamp 4fb45e8f-5848-463e-bc8d-318a4d428273))
|
||||
(fp_line (start -0.9 -1.4) (end -1.6 -0.7) (layer "F.Fab") (width 0.1) (tstamp 5054f8a4-8ad6-4a5f-b154-e8821f744bc8))
|
||||
(fp_line (start 1.6 1.4) (end -1.6 1.4) (layer "F.Fab") (width 0.1) (tstamp 871a22d8-cb4a-46fc-8f71-714b7e496a54))
|
||||
(fp_line (start 1.6 -1.4) (end 1.6 1.4) (layer "F.Fab") (width 0.1) (tstamp 979aec0d-231c-4515-a8ad-b93c9a135e74))
|
||||
(pad "1" smd rect (at -1.4 0) (size 1.2 2.032) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 9ed53331-8e87-42d3-ae91-2bad7e911a5a))
|
||||
(pad "2" smd rect (at 1.4 0) (size 1.2 2.032) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 09a6cd7f-fc0a-459b-a795-1fb5b3544c79))
|
||||
(model "${KIPRJMOD}/opt100umq.pretty/User Library-LED_2835_Samsung_SPMWH1228.step"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz -90 0 -90))
|
||||
)
|
||||
)
|
38
opt100umq.pretty/LED3528_SIDE.kicad_mod
Normal file
38
opt100umq.pretty/LED3528_SIDE.kicad_mod
Normal file
@ -0,0 +1,38 @@
|
||||
(footprint "LED3528_SIDE" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 5B43C79E)
|
||||
(descr "Kingbright, dual LED, 3.5 x 2.8 mm Surface Mount LED Lamp (http://www.kingbrightusa.com/images/catalog/SPEC/AAA3528ESGCT.pdf)")
|
||||
(tags "dual led smd")
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -3.5) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 1c46f900-abbf-41b3-a7de-598dcae635e9)
|
||||
)
|
||||
(fp_text value "LED3528_SIDE" (at 0 4.5) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 8f1c6920-eb24-4560-a923-2f78bcf2c984)
|
||||
)
|
||||
(fp_text user "*" (at 1.505356 3.717735 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp d6d4297f-4dd2-4a3f-a925-97832a476a74)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
|
||||
(effects (font (size 0.8 0.8) (thickness 0.13)))
|
||||
(tstamp 33e48353-bbf2-4fcf-a68e-ccb93dd9bdf2)
|
||||
)
|
||||
(fp_line (start 1.710257 2.845) (end 1.710257 3) (layer "F.SilkS") (width 0.12) (tstamp 32300641-ac7a-403d-a0da-b1b4b170ec14))
|
||||
(fp_line (start -1.709743 2.845) (end -1.709743 3) (layer "F.SilkS") (width 0.12) (tstamp 792d7c7d-7c85-49e6-9548-857739a71b38))
|
||||
(fp_line (start -1.709743 3) (end 1.710257 3) (layer "F.SilkS") (width 0.12) (tstamp f342ba5e-2d33-4051-9833-defd0c78743c))
|
||||
(fp_line (start -1.6 1.4) (end -1.6 -0.7) (layer "F.Fab") (width 0.1) (tstamp 05e0e3bd-ff2d-400f-9eb0-76eca8479c1a))
|
||||
(fp_line (start -0.9 -1.4) (end 1.6 -1.4) (layer "F.Fab") (width 0.1) (tstamp 4fb45e8f-5848-463e-bc8d-318a4d428273))
|
||||
(fp_line (start -0.9 -1.4) (end -1.6 -0.7) (layer "F.Fab") (width 0.1) (tstamp 5054f8a4-8ad6-4a5f-b154-e8821f744bc8))
|
||||
(fp_line (start 1.6 1.4) (end -1.6 1.4) (layer "F.Fab") (width 0.1) (tstamp 871a22d8-cb4a-46fc-8f71-714b7e496a54))
|
||||
(fp_line (start 1.6 -1.4) (end 1.6 1.4) (layer "F.Fab") (width 0.1) (tstamp 979aec0d-231c-4515-a8ad-b93c9a135e74))
|
||||
(pad "1" thru_hole roundrect (at -1.7 0) (size 2.286 5) (drill oval 2.286 1.524) (layers *.Cu *.Mask) (roundrect_rratio 0.25) (tstamp 9ed53331-8e87-42d3-ae91-2bad7e911a5a))
|
||||
(pad "2" thru_hole roundrect (at 1.7 0) (size 2.286 5) (drill oval 2.286 1.524) (layers *.Cu *.Mask) (roundrect_rratio 0.25) (tstamp 9ea2a7d8-eda1-492a-b351-d05cf769aa6f))
|
||||
(model "${KIPRJMOD}/opt100umq.pretty/User Library-LED_2835_Samsung_SPMWH1228.step"
|
||||
(offset (xyz 0 -0.7366 -0.8636))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz -90 -90 -90))
|
||||
)
|
||||
)
|
47
opt100umq.pretty/SIDE_CONTACT_A.kicad_mod
Normal file
47
opt100umq.pretty/SIDE_CONTACT_A.kicad_mod
Normal file
@ -0,0 +1,47 @@
|
||||
(footprint "SIDE_CONTACT_A" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 5B43C79E)
|
||||
(descr "Kingbright, dual LED, 3.5 x 2.8 mm Surface Mount LED Lamp (http://www.kingbrightusa.com/images/catalog/SPEC/AAA3528ESGCT.pdf)")
|
||||
(tags "dual led smd")
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0.254 -10.5) (layer "F.SilkS") hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 1c46f900-abbf-41b3-a7de-598dcae635e9)
|
||||
)
|
||||
(fp_text value "SIDE_CONTACT_A" (at 0.508 10.414) (layer "F.Fab") hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 8f1c6920-eb24-4560-a923-2f78bcf2c984)
|
||||
)
|
||||
(fp_line (start 0.5 1) (end -0.5 1) (layer "B.SilkS") (width 0.12) (tstamp 12ce447b-ed74-4c3b-b8ef-3fe2d1fa33be))
|
||||
(fp_line (start 0.5 -5) (end -0.5 -5) (layer "B.SilkS") (width 0.12) (tstamp 1b40ecf7-6d45-4d43-ac81-6d8cafc13491))
|
||||
(fp_line (start 1.27 0) (end -1.27 0) (layer "B.SilkS") (width 0.12) (tstamp 1fb9dd98-e451-4783-bd0a-8f8e9c992e1d))
|
||||
(fp_line (start 0.5 3) (end -0.5 3) (layer "B.SilkS") (width 0.12) (tstamp 2da91bea-97a6-45cb-89b2-df327a451127))
|
||||
(fp_line (start 1.27 -6) (end -1.27 -6) (layer "B.SilkS") (width 0.12) (tstamp 3110d951-3385-4aeb-ab9c-0fc3345f9d6e))
|
||||
(fp_line (start 1.27 4) (end -1.27 4) (layer "B.SilkS") (width 0.12) (tstamp 41eeadbb-2d9c-43af-969f-24021a4c9ed8))
|
||||
(fp_line (start 1.27 2) (end -1.27 2) (layer "B.SilkS") (width 0.12) (tstamp 6b379e5c-fc40-491c-abda-def80effb9bf))
|
||||
(fp_line (start 1.27 6) (end -1.27 6) (layer "B.SilkS") (width 0.12) (tstamp 6fd3e048-b191-489a-8a88-b27118830eba))
|
||||
(fp_line (start 0.5 -7) (end -0.5 -7) (layer "B.SilkS") (width 0.12) (tstamp 7e18c3e0-d522-433a-ad88-18fc19bd2120))
|
||||
(fp_line (start 0.5 -3) (end -0.5 -3) (layer "B.SilkS") (width 0.12) (tstamp 8bf01a36-8e35-438d-8a5d-8880cfe5bc3d))
|
||||
(fp_line (start 1.27 -4) (end -1.27 -4) (layer "B.SilkS") (width 0.12) (tstamp a19318f3-09ff-450b-8c98-46240c1420cd))
|
||||
(fp_line (start 0.5 7) (end -0.5 7) (layer "B.SilkS") (width 0.12) (tstamp c5a95b2e-ac3c-44e2-a6aa-61119e916d4a))
|
||||
(fp_line (start 1.27 -2) (end -1.27 -2) (layer "B.SilkS") (width 0.12) (tstamp ed4a8dd7-543e-4908-8f6b-057176fd1e6e))
|
||||
(fp_line (start 0.5 5) (end -0.5 5) (layer "B.SilkS") (width 0.12) (tstamp f9c0eb66-13e4-4ed3-b6d3-a362265c004c))
|
||||
(fp_line (start 0.5 -1) (end -0.5 -1) (layer "B.SilkS") (width 0.12) (tstamp fc1159a7-c51d-4657-badc-3ca0662037d3))
|
||||
(fp_line (start -1.27 6) (end 1.27 6) (layer "F.SilkS") (width 0.12) (tstamp 0226d516-ad87-44c6-b044-8dc9bce56f41))
|
||||
(fp_line (start -0.5 -7) (end 0.5 -7) (layer "F.SilkS") (width 0.12) (tstamp 02ba011c-59e1-4a3c-8e25-d7793c66a357))
|
||||
(fp_line (start -0.5 5) (end 0.5 5) (layer "F.SilkS") (width 0.12) (tstamp 0ce8a725-e643-46e9-842f-21c5bc533293))
|
||||
(fp_line (start -1.27 -4) (end 1.27 -4) (layer "F.SilkS") (width 0.12) (tstamp 4e042d71-47dd-4ae6-916c-c7534d3bad54))
|
||||
(fp_line (start -1.27 -2) (end 1.27 -2) (layer "F.SilkS") (width 0.12) (tstamp 5247c2b7-ae2b-4fa6-b893-9aaf23f9742e))
|
||||
(fp_line (start -0.5 7) (end 0.5 7) (layer "F.SilkS") (width 0.12) (tstamp 57e9e401-1062-4210-9eac-f4ff5dec0777))
|
||||
(fp_line (start -1.27 -6) (end 1.27 -6) (layer "F.SilkS") (width 0.12) (tstamp 6d33a715-ac3c-469e-9761-060e4cd5828e))
|
||||
(fp_line (start -1.27 4) (end 1.27 4) (layer "F.SilkS") (width 0.12) (tstamp 7f0d96d6-53ee-4c95-b21e-a4e2d5e649ff))
|
||||
(fp_line (start -0.5 1) (end 0.5 1) (layer "F.SilkS") (width 0.12) (tstamp 8c9334c5-dbde-4ee8-a67f-a2054cc82ba4))
|
||||
(fp_line (start -1.27 2) (end 1.27 2) (layer "F.SilkS") (width 0.12) (tstamp b40e3eaf-6905-4f10-975d-be10c8a8325a))
|
||||
(fp_line (start -0.5 -1) (end 0.5 -1) (layer "F.SilkS") (width 0.12) (tstamp c84e7357-b8f4-486c-8615-56d09923e12a))
|
||||
(fp_line (start -1.27 0) (end 1.27 0) (layer "F.SilkS") (width 0.12) (tstamp cb30dcf9-c91b-4fd0-965e-5097c500b6a3))
|
||||
(fp_line (start -0.5 -5) (end 0.5 -5) (layer "F.SilkS") (width 0.12) (tstamp ce5cd4d9-9c4d-4101-be2d-bfd984538737))
|
||||
(fp_line (start -0.5 -3) (end 0.5 -3) (layer "F.SilkS") (width 0.12) (tstamp d1a8ee81-9f03-413e-9a4b-6ee709fa1db4))
|
||||
(fp_line (start -0.5 3) (end 0.5 3) (layer "F.SilkS") (width 0.12) (tstamp f874ad2a-9dc7-4151-97a3-fafc14113ff5))
|
||||
(pad "1" thru_hole roundrect (at -3.175 0) (size 3.048 17.78) (drill oval 1.778 16.51) (layers *.Cu *.Mask) (roundrect_rratio 0.25) (tstamp 9ed53331-8e87-42d3-ae91-2bad7e911a5a))
|
||||
(pad "2" thru_hole roundrect (at 3.175 0) (size 3.048 17.78) (drill oval 1.778 16.51) (layers *.Cu *.Mask) (roundrect_rratio 0.25) (tstamp 9ea2a7d8-eda1-492a-b351-d05cf769aa6f))
|
||||
)
|
18
opt100umq.pretty/SIDE_CONTACT_B.kicad_mod
Normal file
18
opt100umq.pretty/SIDE_CONTACT_B.kicad_mod
Normal file
@ -0,0 +1,18 @@
|
||||
(footprint "SIDE_CONTACT_B" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 5B43C79E)
|
||||
(descr "Kingbright, dual LED, 3.5 x 2.8 mm Surface Mount LED Lamp (http://www.kingbrightusa.com/images/catalog/SPEC/AAA3528ESGCT.pdf)")
|
||||
(tags "dual led smd")
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at -2.032 -3.302) (layer "F.SilkS") hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 1c46f900-abbf-41b3-a7de-598dcae635e9)
|
||||
)
|
||||
(fp_text value "SIDE_CONTACT_B" (at 0.254 3.81) (layer "F.Fab") hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 8f1c6920-eb24-4560-a923-2f78bcf2c984)
|
||||
)
|
||||
(fp_rect (start -1.532 -0.9398) (end 1.532 0.9398) (layer "Edge.Cuts") (width 0.12) (fill none) (tstamp 920dfd17-4cb2-4ff6-88d6-e85b76d43c2a))
|
||||
(pad "1" thru_hole roundrect (at -2.032 0) (size 3.81 3.81) (drill oval 2.54 1.905 (offset -0.635 0)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) (tstamp 9ed53331-8e87-42d3-ae91-2bad7e911a5a))
|
||||
(pad "2" thru_hole roundrect (at 2.032 0) (size 3.81 3.81) (drill oval 2.54 1.905 (offset 0.635 0)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) (tstamp 9ea2a7d8-eda1-492a-b351-d05cf769aa6f))
|
||||
)
|
47
opt100umq.pretty/Solder_3P.kicad_mod
Normal file
47
opt100umq.pretty/Solder_3P.kicad_mod
Normal file
@ -0,0 +1,47 @@
|
||||
(footprint "Solder_3P" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 59FED5CC)
|
||||
(descr "surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left)")
|
||||
(tags "Surface mounted pin header SMD 1x03 2.54mm single row style1 pin1 left")
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -4.87) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 570f2102-ed6e-4211-a472-751d664d7af3)
|
||||
)
|
||||
(fp_text value "Solder_3P" (at 0 4.87) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 23068622-3643-4d19-8272-6daa22305a5c)
|
||||
)
|
||||
(fp_text user "LED" (at -3.429 0 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 2df5ea3e-7167-4644-9016-0ca43f17fcfb)
|
||||
)
|
||||
(fp_text user "V" (at -2.794 -2.413 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 70cab7a8-2f2f-46eb-ae4a-e21cd7071862)
|
||||
)
|
||||
(fp_text user "G" (at -2.794 2.54 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp b8ffa7db-bee5-4491-afc7-925db93fffa9)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 91ce591d-f953-4186-9fa3-f168ada4088f)
|
||||
)
|
||||
(fp_line (start -1.778 3.87) (end 1.778 3.87) (layer "F.SilkS") (width 0.12) (tstamp 0ff8c4fc-75a2-49c1-b57f-ca0774da4044))
|
||||
(fp_line (start -1.778 -3.87) (end 1.778 -3.87) (layer "F.SilkS") (width 0.12) (tstamp a2c2e549-d276-4a1d-ba0c-31fe8a42ddc2))
|
||||
(fp_line (start -1.778 -3.87) (end -1.778 3.87) (layer "F.SilkS") (width 0.12) (tstamp b8838026-1423-431c-b18a-bb2f300fe633))
|
||||
(fp_line (start 1.778 -3.87) (end 1.778 3.87) (layer "F.SilkS") (width 0.12) (tstamp f65ef0e5-846c-40cd-8908-35c41115963f))
|
||||
(fp_line (start 2.032 4.35) (end 2.032 -4.35) (layer "F.CrtYd") (width 0.05) (tstamp 0ede8dc5-b986-4b89-a59b-e4570a43b735))
|
||||
(fp_line (start -2.032 -4.35) (end -2.032 4.35) (layer "F.CrtYd") (width 0.05) (tstamp 32d47636-5e54-46cc-adf9-d9ec60daf14f))
|
||||
(fp_line (start 2.032 -4.35) (end -2.032 -4.35) (layer "F.CrtYd") (width 0.05) (tstamp 5bdfe746-b55b-4e67-9518-c023eb24d4d8))
|
||||
(fp_line (start -2.032 4.35) (end 2.032 4.35) (layer "F.CrtYd") (width 0.05) (tstamp 7cabf150-2996-4cd9-bfcc-89460979a72c))
|
||||
(fp_line (start -0.32 -3.81) (end 1.27 -3.81) (layer "F.Fab") (width 0.1) (tstamp 2a69df03-c547-46d9-9735-4924b22a10b9))
|
||||
(fp_line (start -1.27 -2.86) (end -0.32 -3.81) (layer "F.Fab") (width 0.1) (tstamp 4f5ed174-7cb4-4289-a6e4-8e2bab32c3a6))
|
||||
(fp_line (start 1.27 -3.81) (end 1.27 3.81) (layer "F.Fab") (width 0.1) (tstamp 8a65ab90-a8e5-4a0f-b33d-aebc936bd8db))
|
||||
(fp_line (start 1.27 3.81) (end -1.27 3.81) (layer "F.Fab") (width 0.1) (tstamp b6d520de-f7de-498a-b319-e385580f90f5))
|
||||
(fp_line (start -1.27 3.81) (end -1.27 -2.86) (layer "F.Fab") (width 0.1) (tstamp c2f2f585-3491-458b-ae96-a40ada1d50c2))
|
||||
(pad "1" smd roundrect (at 0 -2.54) (size 3.048 1.524) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp e78dbd1d-58f7-4921-977d-36569da1a3c9))
|
||||
(pad "2" smd roundrect (at 0 0) (size 3.048 1.524) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp d2bf2811-4892-42e5-a1b6-63edfc8bae21))
|
||||
(pad "3" smd roundrect (at 0 2.54) (size 3.048 1.524) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 16426613-2a7b-4e2c-a634-ff2fd741930f))
|
||||
)
|
2471
opt100umq.pretty/User Library-2835W.STEP
Normal file
2471
opt100umq.pretty/User Library-2835W.STEP
Normal file
File diff suppressed because it is too large
Load Diff
6939
opt100umq.pretty/User Library-LED_2835_Samsung_SPMWH1228.step
Normal file
6939
opt100umq.pretty/User Library-LED_2835_Samsung_SPMWH1228.step
Normal file
File diff suppressed because it is too large
Load Diff
44
opt100umq.pretty/ZHR-5.kicad_mod
Normal file
44
opt100umq.pretty/ZHR-5.kicad_mod
Normal file
@ -0,0 +1,44 @@
|
||||
(footprint "ZHR-5" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 5D1DE247)
|
||||
(descr "Wuerth WR-WTB series connector, 64800511622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator")
|
||||
(tags "connector Wuerth WR-WTB vertical")
|
||||
(attr through_hole)
|
||||
(fp_text reference "REF**" (at 3 -2.5) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp f846c3f3-a3e4-4cac-bf48-e11bfdb2a7bc)
|
||||
)
|
||||
(fp_text value "ZHR-5" (at 3 3.4) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 276059c2-b9a0-40d2-865a-e9ac972fb339)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 3 1.5) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 29fa0db5-5518-4c8d-9c7e-b9a9446cb291)
|
||||
)
|
||||
(fp_line (start -1.61 4.699) (end 7.61 4.699) (layer "F.SilkS") (width 0.12) (tstamp 0b52ad55-78ee-4987-a98f-a52bc30ab99c))
|
||||
(fp_line (start 7.61 4.699) (end 7.61 -1.41) (layer "F.SilkS") (width 0.12) (tstamp 1177c546-c6e4-4986-84a0-9e27bffa80b2))
|
||||
(fp_line (start -1.61 -1.41) (end -1.61 4.699) (layer "F.SilkS") (width 0.12) (tstamp 20196f0b-aa98-4b27-aad8-7327ead088ae))
|
||||
(fp_line (start 7.61 -1.41) (end -1.61 -1.41) (layer "F.SilkS") (width 0.12) (tstamp 63934538-7622-4270-a851-62fe3fb523da))
|
||||
(fp_line (start -1.91 -0.125) (end -1.91 2) (layer "F.SilkS") (width 0.12) (tstamp b951efee-3856-4d2b-9925-ec81350e7a83))
|
||||
(fp_line (start -2 4.953) (end 8 4.953) (layer "F.CrtYd") (width 0.05) (tstamp 0e9c1465-d221-4628-8a46-0c9d9f3c7e5a))
|
||||
(fp_line (start 8 4.953) (end 8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 627995f2-1112-4958-8ca3-b7a0cf39a466))
|
||||
(fp_line (start -2 -1.8) (end -2 4.953) (layer "F.CrtYd") (width 0.05) (tstamp b2f15ff5-881a-471f-aff0-5063c660924e))
|
||||
(fp_line (start 8 -1.8) (end -2 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp bcbad50d-57c2-477a-b1ce-5fcd28bf0a20))
|
||||
(fp_line (start -1.5 -1.3) (end -1.5 2.2) (layer "F.Fab") (width 0.1) (tstamp 76c317e8-92cd-4b59-a6bc-c739f4cd0eaf))
|
||||
(fp_line (start 0 -0.3) (end 1 -1.3) (layer "F.Fab") (width 0.1) (tstamp 8705d9de-845d-4793-9ad5-ecf63192b494))
|
||||
(fp_line (start -1.5 2.2) (end 7.5 2.2) (layer "F.Fab") (width 0.1) (tstamp b584e1a4-b7e6-4737-ae7d-86b3d2880e55))
|
||||
(fp_line (start -1 -1.3) (end 0 -0.3) (layer "F.Fab") (width 0.1) (tstamp c53e3234-214a-4906-9ac1-2887e0cc11bf))
|
||||
(fp_line (start 7.5 -1.3) (end -1.5 -1.3) (layer "F.Fab") (width 0.1) (tstamp c620073c-9c6e-41fd-944b-7ce6c29097d8))
|
||||
(fp_line (start 7.5 2.2) (end 7.5 -1.3) (layer "F.Fab") (width 0.1) (tstamp ca50fdd4-ab0d-4605-b2b6-7cfcf2f31bd3))
|
||||
(pad "1" thru_hole roundrect (at 0 0) (size 1.17 1.87) (drill 0.87) (layers *.Cu *.Mask) (roundrect_rratio 0.213675) (tstamp 5c66144d-7238-4ed3-8d05-650dcdb8c243))
|
||||
(pad "2" thru_hole oval (at 1.5 0) (size 1.17 1.87) (drill 0.87) (layers *.Cu *.Mask) (tstamp 7674cdca-8c39-44a8-a4ce-0de7873e5a30))
|
||||
(pad "3" thru_hole oval (at 3 0) (size 1.17 1.87) (drill 0.87) (layers *.Cu *.Mask) (tstamp e10215b0-719a-4f17-a7ef-137beac22f10))
|
||||
(pad "4" thru_hole oval (at 4.5 0) (size 1.17 1.87) (drill 0.87) (layers *.Cu *.Mask) (tstamp d43fb4d0-fa60-4bb8-83da-ef9d68533e88))
|
||||
(pad "5" thru_hole oval (at 6 0) (size 1.17 1.87) (drill 0.87) (layers *.Cu *.Mask) (tstamp e527e42d-0928-4423-9ecb-e851362f2088))
|
||||
(model "${KIPRJMOD}/opt100umq.pretty/x1502wr-05k-n0sn.stp"
|
||||
(offset (xyz 3 -4.75 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 90 180 180))
|
||||
)
|
||||
)
|
2022
opt100umq.pretty/ee-sx1041.stp
Normal file
2022
opt100umq.pretty/ee-sx1041.stp
Normal file
File diff suppressed because it is too large
Load Diff
5779
opt100umq.pretty/rpi-352.stp
Normal file
5779
opt100umq.pretty/rpi-352.stp
Normal file
File diff suppressed because it is too large
Load Diff
3429
opt100umq.pretty/rpi-441c1.stp
Normal file
3429
opt100umq.pretty/rpi-441c1.stp
Normal file
File diff suppressed because it is too large
Load Diff
4943
opt100umq.pretty/x1502wr-05k-n0sn.stp
Normal file
4943
opt100umq.pretty/x1502wr-05k-n0sn.stp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user