feat(pcb) 交流电部分 PCB Layout
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"board": {
|
||||
"active_layer": 0,
|
||||
"active_layer": 5,
|
||||
"active_layer_preset": "",
|
||||
"auto_track_width": true,
|
||||
"hidden_netclasses": [],
|
||||
@@ -50,7 +50,7 @@
|
||||
"conflict_shadows",
|
||||
"shapes"
|
||||
],
|
||||
"visible_layers": "ffffffff_ffffffff_ffffffff_ffffffff",
|
||||
"visible_layers": "ffffffff_ffffffff_fffffff7_ffffffff",
|
||||
"zone_display_mode": 0
|
||||
},
|
||||
"git": {
|
||||
|
||||
@@ -37,9 +37,9 @@
|
||||
"other_text_thickness": 0.15,
|
||||
"other_text_upright": false,
|
||||
"pads": {
|
||||
"drill": 0.8,
|
||||
"height": 1.27,
|
||||
"width": 2.54
|
||||
"drill": 1.0,
|
||||
"height": 1.7,
|
||||
"width": 1.7
|
||||
},
|
||||
"silk_line_width": 0.1,
|
||||
"silk_text_italic": false,
|
||||
@@ -51,7 +51,13 @@
|
||||
"min_clearance": 0.5
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [],
|
||||
"diff_pair_dimensions": [
|
||||
{
|
||||
"gap": 0.0,
|
||||
"via_gap": 0.0,
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
@@ -179,7 +185,13 @@
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
}
|
||||
],
|
||||
"track_widths": [],
|
||||
"track_widths": [
|
||||
0.0,
|
||||
0.2,
|
||||
1.0,
|
||||
2.54,
|
||||
12.0
|
||||
],
|
||||
"tuning_pattern_settings": {
|
||||
"diff_pair_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
@@ -206,7 +218,12 @@
|
||||
"spacing": 0.6
|
||||
}
|
||||
},
|
||||
"via_dimensions": [],
|
||||
"via_dimensions": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"ipc2581": {
|
||||
@@ -447,10 +464,12 @@
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [
|
||||
"RayineComponents"
|
||||
"RayineComponents",
|
||||
"converted"
|
||||
],
|
||||
"pinned_symbol_libs": [
|
||||
"RayineComponents"
|
||||
"RayineComponents",
|
||||
"converted"
|
||||
]
|
||||
},
|
||||
"meta": {
|
||||
@@ -461,7 +480,7 @@
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.2,
|
||||
"clearance": 0.254,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
@@ -472,10 +491,31 @@
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 2147483647,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.2,
|
||||
"track_width": 0.254,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"name": "Power In",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 2,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 8.0
|
||||
},
|
||||
{
|
||||
"name": "Power Low",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 0,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 2.54
|
||||
},
|
||||
{
|
||||
"name": "Power Out",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 1,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 6.0
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
@@ -483,7 +523,32 @@
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": []
|
||||
"netclass_patterns": [
|
||||
{
|
||||
"netclass": "Power In",
|
||||
"pattern": "L"
|
||||
},
|
||||
{
|
||||
"netclass": "Power In",
|
||||
"pattern": "N"
|
||||
},
|
||||
{
|
||||
"netclass": "Power Out",
|
||||
"pattern": "/L?OUT"
|
||||
},
|
||||
{
|
||||
"netclass": "Power Out",
|
||||
"pattern": "/L?IN"
|
||||
},
|
||||
{
|
||||
"netclass": "Power Low",
|
||||
"pattern": "N_low"
|
||||
},
|
||||
{
|
||||
"netclass": "Power Low",
|
||||
"pattern": "L_low"
|
||||
}
|
||||
]
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
4
hardware/pcb/design-block-lib-table
Normal file
4
hardware/pcb/design-block-lib-table
Normal file
@@ -0,0 +1,4 @@
|
||||
(design_block_lib_table
|
||||
(version 7)
|
||||
(lib (name "converted.3dmodels")(type "KiCad")(uri "${KIPRJMOD}/library/converted.3dmodels")(options "")(descr ""))
|
||||
)
|
||||
@@ -1,4 +1,4 @@
|
||||
45487532406408563
|
||||
45494638270371692
|
||||
Audio_Module
|
||||
Reverb_BTDR-1H
|
||||
Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf)
|
||||
@@ -172183,8 +172183,8 @@ IM1281C
|
||||
|
||||
|
||||
0
|
||||
9
|
||||
9
|
||||
12
|
||||
12
|
||||
RayineComponents
|
||||
MEGA2560 Pro Mini
|
||||
|
||||
@@ -172228,6 +172228,13 @@ SW-SMD_4P-L5.1-W5.1-P3.70-LS6.5-TL_H1.5
|
||||
4
|
||||
4
|
||||
RayineComponents
|
||||
SW-TH_SS12D10G5
|
||||
|
||||
|
||||
0
|
||||
3
|
||||
3
|
||||
RayineComponents
|
||||
SW_PUSH_XC29
|
||||
|
||||
|
||||
@@ -182853,3 +182860,24 @@ Varistor VF
|
||||
0
|
||||
2
|
||||
2
|
||||
converted
|
||||
CONN-TH_HB9500SS-9.5-2P
|
||||
|
||||
|
||||
0
|
||||
2
|
||||
2
|
||||
converted
|
||||
CONN-TH_HB9500SS-9.5-4P
|
||||
|
||||
|
||||
0
|
||||
4
|
||||
4
|
||||
converted
|
||||
SW-TH_SHOU-HAN_SS12D10G4
|
||||
|
||||
|
||||
0
|
||||
3
|
||||
3
|
||||
|
||||
4
hardware/pcb/fp-lib-table
Normal file
4
hardware/pcb/fp-lib-table
Normal file
@@ -0,0 +1,4 @@
|
||||
(fp_lib_table
|
||||
(version 7)
|
||||
(lib (name "converted")(type "KiCad")(uri "${KIPRJMOD}/library/converted.pretty")(options "")(descr ""))
|
||||
)
|
||||
29177
hardware/pcb/library/converted.3dmodels/CONN-TH_HB9500SS-9.5-2P.step
Normal file
29177
hardware/pcb/library/converted.3dmodels/CONN-TH_HB9500SS-9.5-2P.step
Normal file
File diff suppressed because it is too large
Load Diff
13742
hardware/pcb/library/converted.3dmodels/CONN-TH_HB9500SS-9.5-2P.wrl
Normal file
13742
hardware/pcb/library/converted.3dmodels/CONN-TH_HB9500SS-9.5-2P.wrl
Normal file
File diff suppressed because it is too large
Load Diff
39787
hardware/pcb/library/converted.3dmodels/CONN-TH_HB9500SS-9.5-4P.step
Normal file
39787
hardware/pcb/library/converted.3dmodels/CONN-TH_HB9500SS-9.5-4P.step
Normal file
File diff suppressed because it is too large
Load Diff
23471
hardware/pcb/library/converted.3dmodels/CONN-TH_HB9500SS-9.5-4P.wrl
Normal file
23471
hardware/pcb/library/converted.3dmodels/CONN-TH_HB9500SS-9.5-4P.wrl
Normal file
File diff suppressed because it is too large
Load Diff
19714
hardware/pcb/library/converted.3dmodels/SW-TH_SHOU-HAN_SS12D10G4.step
Normal file
19714
hardware/pcb/library/converted.3dmodels/SW-TH_SHOU-HAN_SS12D10G4.step
Normal file
File diff suppressed because it is too large
Load Diff
2019
hardware/pcb/library/converted.3dmodels/SW-TH_SHOU-HAN_SS12D10G4.wrl
Normal file
2019
hardware/pcb/library/converted.3dmodels/SW-TH_SHOU-HAN_SS12D10G4.wrl
Normal file
File diff suppressed because it is too large
Load Diff
964
hardware/pcb/library/converted.bak
Normal file
964
hardware/pcb/library/converted.bak
Normal file
@@ -0,0 +1,964 @@
|
||||
(kicad_symbol_lib
|
||||
(version 20241209)
|
||||
(generator https://github.com/tangsangsimida/EasyKiConverter)
|
||||
(symbol "SS12D10G5"
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property
|
||||
"Reference"
|
||||
"U"
|
||||
(id 0)
|
||||
(at 0 7.62 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Value"
|
||||
"SS12D10G5"
|
||||
(id 1)
|
||||
(at 0 -9.00 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Footprint"
|
||||
"converted:SW-TH_SHOU-HAN_SS12D10G4"
|
||||
(id 2)
|
||||
(at 0 -11.54 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"Manufacturer"
|
||||
"SHOU HAN(首韩)"
|
||||
(id 4)
|
||||
(at 0 -14.08 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"LCSC Part"
|
||||
"C7431054"
|
||||
(id 5)
|
||||
(at 0 -16.62 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(circle
|
||||
(center -1.33 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle
|
||||
(center 1.21 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle
|
||||
(center 3.75 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 1.66) (xy 1.21 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy -1.33 -0.37) (xy -1.33 1.66) (xy 1.21 1.66) (xy 1.21 -0.37))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 4.20) (xy 1.71 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 2.22 4.20) (xy 2.73 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.24 4.20) (xy 3.75 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 4.20) (xy 3.75 3.70))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 3.19) (xy 3.75 2.43))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 1.92) (xy 3.75 1.16))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 0.65) (xy 3.75 -0.11))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 -0.11) (xy 3.75 -0.37))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy -1.33 -0.37) (xy -1.59 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy -1.33 -0.37) (xy -1.08 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 -0.37) (xy 1.46 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 -0.37) (xy 0.95 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 -0.37) (xy 4.00 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 -0.37) (xy 3.49 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -1.33 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at 1.21 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at 3.75 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "3" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "3" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
)
|
||||
(symbol "SS12D10G5"
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property
|
||||
"Reference"
|
||||
"U"
|
||||
(id 0)
|
||||
(at 0 7.62 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Value"
|
||||
"SS12D10G5"
|
||||
(id 1)
|
||||
(at 0 -9.00 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Footprint"
|
||||
"converted:SW-TH_SHOU-HAN_SS12D10G4"
|
||||
(id 2)
|
||||
(at 0 -11.54 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"Manufacturer"
|
||||
"SHOU HAN(首韩)"
|
||||
(id 4)
|
||||
(at 0 -14.08 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"LCSC Part"
|
||||
"C7431054"
|
||||
(id 5)
|
||||
(at 0 -16.62 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(circle
|
||||
(center -1.33 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle
|
||||
(center 1.21 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle
|
||||
(center 3.75 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 1.66) (xy 1.21 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy -1.33 -0.37) (xy -1.33 1.66) (xy 1.21 1.66) (xy 1.21 -0.37))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 4.20) (xy 1.71 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 2.22 4.20) (xy 2.73 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.24 4.20) (xy 3.75 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 4.20) (xy 3.75 3.70))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 3.19) (xy 3.75 2.43))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 1.92) (xy 3.75 1.16))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 0.65) (xy 3.75 -0.11))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 -0.11) (xy 3.75 -0.37))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy -1.33 -0.37) (xy -1.59 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy -1.33 -0.37) (xy -1.08 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 -0.37) (xy 1.46 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 -0.37) (xy 0.95 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 -0.37) (xy 4.00 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 -0.37) (xy 3.49 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -1.33 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at 1.21 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at 3.75 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "3" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "3" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
)
|
||||
(symbol "HB9500SS-9.5-10P"
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property
|
||||
"Reference"
|
||||
"U"
|
||||
(id 0)
|
||||
(at 0 16.51 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Value"
|
||||
"HB9500SS-9.5-10P"
|
||||
(id 1)
|
||||
(at 0 -16.51 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Footprint"
|
||||
"converted:CONN-TH_HB9500SS-9.5-10P"
|
||||
(id 2)
|
||||
(at 0 -19.05 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"Datasheet"
|
||||
"https://lcsc.com/product-detail/Barrier-Terminal-Blocks_Cixi-Kefa-Elec-HB9500SS-9-5-10P_C707853.html"
|
||||
(id 3)
|
||||
(at 0 -21.59 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"Manufacturer"
|
||||
"KEFA(科发)"
|
||||
(id 4)
|
||||
(at 0 -24.13 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"LCSC Part"
|
||||
"C707853"
|
||||
(id 5)
|
||||
(at 0 -26.67 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(rectangle
|
||||
(start -0.97 13.97)
|
||||
(end 4.11 -13.97)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle
|
||||
(center 0.30 12.70)
|
||||
(radius 0.38)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.51 11.43 0)
|
||||
(length 2.54)
|
||||
(name "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.51 8.89 0)
|
||||
(length 2.54)
|
||||
(name "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.51 6.35 0)
|
||||
(length 2.54)
|
||||
(name "3" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "3" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.51 3.81 0)
|
||||
(length 2.54)
|
||||
(name "4" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "4" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.51 1.27 0)
|
||||
(length 2.54)
|
||||
(name "5" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "5" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.51 -1.27 0)
|
||||
(length 2.54)
|
||||
(name "6" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "6" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.51 -3.81 0)
|
||||
(length 2.54)
|
||||
(name "7" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "7" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.51 -6.35 0)
|
||||
(length 2.54)
|
||||
(name "8" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "8" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.51 -8.89 0)
|
||||
(length 2.54)
|
||||
(name "9" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "9" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.51 -11.43 0)
|
||||
(length 2.54)
|
||||
(name "10" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "10" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
)
|
||||
(symbol "SS12D10G5"
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property
|
||||
"Reference"
|
||||
"U"
|
||||
(id 0)
|
||||
(at 0 7.62 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Value"
|
||||
"SS12D10G5"
|
||||
(id 1)
|
||||
(at 0 -9.00 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Footprint"
|
||||
"converted:SW-TH_SHOU-HAN_SS12D10G4"
|
||||
(id 2)
|
||||
(at 0 -11.54 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"Manufacturer"
|
||||
"SHOU HAN(首韩)"
|
||||
(id 4)
|
||||
(at 0 -14.08 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"LCSC Part"
|
||||
"C7431054"
|
||||
(id 5)
|
||||
(at 0 -16.62 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(circle
|
||||
(center -1.33 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle
|
||||
(center 1.21 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle
|
||||
(center 3.75 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 1.66) (xy 1.21 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy -1.33 -0.37) (xy -1.33 1.66) (xy 1.21 1.66) (xy 1.21 -0.37))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 4.20) (xy 1.71 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 2.22 4.20) (xy 2.73 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.24 4.20) (xy 3.75 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 4.20) (xy 3.75 3.70))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 3.19) (xy 3.75 2.43))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 1.92) (xy 3.75 1.16))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 0.65) (xy 3.75 -0.11))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 -0.11) (xy 3.75 -0.37))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy -1.33 -0.37) (xy -1.59 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy -1.33 -0.37) (xy -1.08 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 -0.37) (xy 1.46 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 -0.37) (xy 0.95 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 -0.37) (xy 4.00 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 -0.37) (xy 3.49 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -1.33 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at 1.21 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at 3.75 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "3" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "3" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
)
|
||||
(symbol "HB9500SS-9.5-2P"
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property
|
||||
"Reference"
|
||||
"U"
|
||||
(id 0)
|
||||
(at 0 7.62 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Value"
|
||||
"HB9500SS-9.5-2P"
|
||||
(id 1)
|
||||
(at 0 -7.62 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Footprint"
|
||||
"converted:CONN-TH_HB9500SS-9.5-2P"
|
||||
(id 2)
|
||||
(at 0 -10.16 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"Datasheet"
|
||||
"https://lcsc.com/product-detail/Barrier-Terminal-Blocks_Cixi-Kefa-Elec-HB9500SS-9-5-2P_C707845.html"
|
||||
(id 3)
|
||||
(at 0 -12.70 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"Manufacturer"
|
||||
"KEFA(科发)"
|
||||
(id 4)
|
||||
(at 0 -15.24 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"LCSC Part"
|
||||
"C707845"
|
||||
(id 5)
|
||||
(at 0 -17.78 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(rectangle
|
||||
(start -1.02 3.81)
|
||||
(end 4.06 -3.81)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle
|
||||
(center 0.25 2.54)
|
||||
(radius 0.38)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 1.27 0)
|
||||
(length 2.54)
|
||||
(name "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 -1.27 0)
|
||||
(length 2.54)
|
||||
(name "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
)
|
||||
(symbol "SS12D10G5"
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property
|
||||
"Reference"
|
||||
"U"
|
||||
(id 0)
|
||||
(at 0 7.62 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Value"
|
||||
"SS12D10G5"
|
||||
(id 1)
|
||||
(at 0 -9.00 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Footprint"
|
||||
"converted:SW-TH_SHOU-HAN_SS12D10G4"
|
||||
(id 2)
|
||||
(at 0 -11.54 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"Manufacturer"
|
||||
"SHOU HAN(首韩)"
|
||||
(id 4)
|
||||
(at 0 -14.08 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"LCSC Part"
|
||||
"C7431054"
|
||||
(id 5)
|
||||
(at 0 -16.62 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(circle
|
||||
(center -1.33 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle
|
||||
(center 1.21 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle
|
||||
(center 3.75 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 1.66) (xy 1.21 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy -1.33 -0.37) (xy -1.33 1.66) (xy 1.21 1.66) (xy 1.21 -0.37))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 4.20) (xy 1.71 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 2.22 4.20) (xy 2.73 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.24 4.20) (xy 3.75 4.20))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 4.20) (xy 3.75 3.70))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 3.19) (xy 3.75 2.43))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 1.92) (xy 3.75 1.16))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 0.65) (xy 3.75 -0.11))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 -0.11) (xy 3.75 -0.37))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy -1.33 -0.37) (xy -1.59 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy -1.33 -0.37) (xy -1.08 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 -0.37) (xy 1.46 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 1.21 -0.37) (xy 0.95 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 -0.37) (xy 4.00 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 3.75 -0.37) (xy 3.49 0.39))
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -1.33 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at 1.21 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at 3.75 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "3" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "3" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
)
|
||||
(symbol "HB9500SS-9.5-2P"
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property
|
||||
"Reference"
|
||||
"U"
|
||||
(id 0)
|
||||
(at 0 7.62 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Value"
|
||||
"HB9500SS-9.5-2P"
|
||||
(id 1)
|
||||
(at 0 -7.62 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Footprint"
|
||||
"converted:CONN-TH_HB9500SS-9.5-2P"
|
||||
(id 2)
|
||||
(at 0 -10.16 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"Datasheet"
|
||||
"https://lcsc.com/product-detail/Barrier-Terminal-Blocks_Cixi-Kefa-Elec-HB9500SS-9-5-2P_C707845.html"
|
||||
(id 3)
|
||||
(at 0 -12.70 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"Manufacturer"
|
||||
"KEFA(科发)"
|
||||
(id 4)
|
||||
(at 0 -15.24 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"LCSC Part"
|
||||
"C707845"
|
||||
(id 5)
|
||||
(at 0 -17.78 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(rectangle
|
||||
(start -1.02 3.81)
|
||||
(end 4.06 -3.81)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle
|
||||
(center 0.25 2.54)
|
||||
(radius 0.38)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 1.27 0)
|
||||
(length 2.54)
|
||||
(name "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 -1.27 0)
|
||||
(length 2.54)
|
||||
(name "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
)
|
||||
(symbol "HB9500SS-9.5-4P"
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property
|
||||
"Reference"
|
||||
"U"
|
||||
(id 0)
|
||||
(at 0 8.89 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Value"
|
||||
"HB9500SS-9.5-4P"
|
||||
(id 1)
|
||||
(at 0 -8.89 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) )
|
||||
)
|
||||
(property
|
||||
"Footprint"
|
||||
"converted:CONN-TH_HB9500SS-9.5-4P"
|
||||
(id 2)
|
||||
(at 0 -11.43 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"Datasheet"
|
||||
"https://lcsc.com/product-detail/Barrier-Terminal-Blocks_Cixi-Kefa-Elec-HB9500SS-9-5-4P_C707847.html"
|
||||
(id 3)
|
||||
(at 0 -13.97 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"Manufacturer"
|
||||
"KEFA(科发)"
|
||||
(id 4)
|
||||
(at 0 -16.51 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(property
|
||||
"LCSC Part"
|
||||
"C707847"
|
||||
(id 5)
|
||||
(at 0 -19.05 0)
|
||||
(effects (font (size 1.27 1.27) (thickness 0) ) hide)
|
||||
)
|
||||
(rectangle
|
||||
(start -1.02 6.35)
|
||||
(end 4.06 -6.35)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle
|
||||
(center 0.25 5.08)
|
||||
(radius 0.38)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 3.81 0)
|
||||
(length 2.54)
|
||||
(name "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "1" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 1.27 0)
|
||||
(length 2.54)
|
||||
(name "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "2" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 -1.27 0)
|
||||
(length 2.54)
|
||||
(name "3" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "3" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 -3.81 0)
|
||||
(length 2.54)
|
||||
(name "4" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
(number "4" (effects (font (size 1.27 1.27) (thickness 0) )))
|
||||
)
|
||||
)
|
||||
)
|
||||
643
hardware/pcb/library/converted.kicad_sym
Normal file
643
hardware/pcb/library/converted.kicad_sym
Normal file
@@ -0,0 +1,643 @@
|
||||
(kicad_symbol_lib
|
||||
(version 20241209)
|
||||
(generator "kicad_symbol_editor")
|
||||
(generator_version "9.0")
|
||||
(symbol "HB9500SS-9.5-2P"
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "U"
|
||||
(at 0 7.62 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "HB9500SS-9.5-2P"
|
||||
(at 0 -7.62 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "converted:CONN-TH_HB9500SS-9.5-2P"
|
||||
(at 0 -10.16 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "https://lcsc.com/product-detail/Barrier-Terminal-Blocks_Cixi-Kefa-Elec-HB9500SS-9-5-2P_C707845.html"
|
||||
(at 0 -12.7 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Manufacturer" "KEFA(科发)"
|
||||
(at 0 -15.24 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "LCSC Part" "C707845"
|
||||
(at 0 -17.78 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "HB9500SS-9.5-2P_1_1"
|
||||
(rectangle
|
||||
(start -1.02 3.81)
|
||||
(end 4.06 -3.81)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(circle
|
||||
(center 0.25 2.54)
|
||||
(radius 0.38)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 1.27 0)
|
||||
(length 2.54)
|
||||
(name "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 -1.27 0)
|
||||
(length 2.54)
|
||||
(name "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
(symbol "HB9500SS-9.5-4P"
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "U"
|
||||
(at 0 8.89 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "HB9500SS-9.5-4P"
|
||||
(at 0 -8.89 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "converted:CONN-TH_HB9500SS-9.5-4P"
|
||||
(at 0 -11.43 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "https://lcsc.com/product-detail/Barrier-Terminal-Blocks_Cixi-Kefa-Elec-HB9500SS-9-5-4P_C707847.html"
|
||||
(at 0 -13.97 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Manufacturer" "KEFA(科发)"
|
||||
(at 0 -16.51 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "LCSC Part" "C707847"
|
||||
(at 0 -19.05 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "HB9500SS-9.5-4P_1_1"
|
||||
(rectangle
|
||||
(start -1.02 6.35)
|
||||
(end 4.06 -6.35)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(circle
|
||||
(center 0.25 5.08)
|
||||
(radius 0.38)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 3.81 0)
|
||||
(length 2.54)
|
||||
(name "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 1.27 0)
|
||||
(length 2.54)
|
||||
(name "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 -1.27 0)
|
||||
(length 2.54)
|
||||
(name "3"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "3"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -3.56 -3.81 0)
|
||||
(length 2.54)
|
||||
(name "4"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "4"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
(symbol "SS12D10G5"
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "U"
|
||||
(at 0 7.62 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "SS12D10G5"
|
||||
(at 0 -9 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "converted:SW-TH_SHOU-HAN_SS12D10G4"
|
||||
(at 0 -11.54 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Manufacturer" "SHOU HAN(首韩)"
|
||||
(at 0 -14.08 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "LCSC Part" "C7431054"
|
||||
(at 0 -16.62 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "SS12D10G5_1_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.33 -0.37) (xy -1.59 0.39)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.33 -0.37) (xy -1.08 0.39)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.33 -0.37) (xy -1.33 1.66) (xy 1.21 1.66) (xy 1.21 -0.37)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(circle
|
||||
(center -1.33 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.21 4.2) (xy 1.71 4.2)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.21 1.66) (xy 1.21 4.2)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.21 -0.37) (xy 0.95 0.39)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.21 -0.37) (xy 1.46 0.39)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(circle
|
||||
(center 1.21 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.22 4.2) (xy 2.73 4.2)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.24 4.2) (xy 3.75 4.2)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.75 4.2) (xy 3.75 3.7)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.75 3.19) (xy 3.75 2.43)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.75 1.92) (xy 3.75 1.16)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.75 0.65) (xy 3.75 -0.11)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.75 -0.11) (xy 3.75 -0.37)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.75 -0.37) (xy 3.49 0.39)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.75 -0.37) (xy 4 0.39)
|
||||
)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(circle
|
||||
(center 3.75 -1.13)
|
||||
(radius 0.25)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(pin unspecified line
|
||||
(at -1.33 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin unspecified line
|
||||
(at 1.21 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin unspecified line
|
||||
(at 3.75 -3.92 90)
|
||||
(length 2.54)
|
||||
(name "3"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "3"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
)
|
||||
@@ -0,0 +1,222 @@
|
||||
(footprint "CONN-TH_HB9500SS-9.5-2P"
|
||||
(version 20241229)
|
||||
(generator "pcbnew")
|
||||
(generator_version "9.0")
|
||||
(layer "F.Cu")
|
||||
(property "Reference" "REF**"
|
||||
(at -8.509 -9.017 0)
|
||||
(layer "F.SilkS")
|
||||
(uuid "c12c5012-e42c-48e6-8649-8d29d929d8d4")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "CONN-TH_HB9500SS-9.5-2P"
|
||||
(at 0.635 9.271 0)
|
||||
(layer "F.Fab")
|
||||
(uuid "5bf005a9-6b42-43d2-88c9-a64eb397f554")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(layer "F.Fab")
|
||||
(hide yes)
|
||||
(uuid "2c723e25-892f-4f68-b499-ed6f947e1f16")
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(layer "F.Fab")
|
||||
(hide yes)
|
||||
(uuid "65bf4008-8b20-4622-864d-46141a489a05")
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(attr through_hole)
|
||||
(fp_line
|
||||
(start -10.31 -8.11)
|
||||
(end -10.31 8.09)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "1481d5cf-5542-46ec-9342-44b4c476969c")
|
||||
)
|
||||
(fp_line
|
||||
(start 10.29 -8.11)
|
||||
(end -10.31 -8.11)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "ddd63f81-9010-4a5c-b229-e14f2093d268")
|
||||
)
|
||||
(fp_line
|
||||
(start 10.29 -8.11)
|
||||
(end 10.29 8.09)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "aa0855fe-2496-48f0-bed0-ddbf8099e675")
|
||||
)
|
||||
(fp_line
|
||||
(start 10.29 8.09)
|
||||
(end -10.31 8.09)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "1d639874-53f8-4cd7-bac0-9898b6a7978c")
|
||||
)
|
||||
(fp_circle
|
||||
(center -10.44 8.22)
|
||||
(end -10.42 8.22)
|
||||
(stroke
|
||||
(width 0.06)
|
||||
(type solid)
|
||||
)
|
||||
(fill no)
|
||||
(layer "F.SilkS")
|
||||
(uuid "fc3a73fb-c184-4e20-8220-1fe10f8bf36e")
|
||||
)
|
||||
(fp_line
|
||||
(start -10.44 -8.23)
|
||||
(end 10.42 -8.23)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "78c920b4-9948-44f0-8049-40b68060f611")
|
||||
)
|
||||
(fp_line
|
||||
(start -10.44 8.22)
|
||||
(end -10.44 -8.23)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "9f7e327e-89fe-4a17-8da1-ba8f8dc254cd")
|
||||
)
|
||||
(fp_line
|
||||
(start 10.42 -8.23)
|
||||
(end 10.42 8.22)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "ec8dea4a-c621-448d-ab70-486ac2a51be9")
|
||||
)
|
||||
(fp_line
|
||||
(start 10.42 8.22)
|
||||
(end -10.44 8.22)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "8a381d58-1e0a-4926-affe-40f786b923f8")
|
||||
)
|
||||
(fp_circle
|
||||
(center -4.76 -4.11)
|
||||
(end -4.32 -4.11)
|
||||
(stroke
|
||||
(width 0.9)
|
||||
(type solid)
|
||||
)
|
||||
(fill no)
|
||||
(layer "F.Fab")
|
||||
(uuid "3f747209-1430-44fb-85d5-bb449bd7f380")
|
||||
)
|
||||
(fp_circle
|
||||
(center 4.74 -4.11)
|
||||
(end 5.18 -4.11)
|
||||
(stroke
|
||||
(width 0.9)
|
||||
(type solid)
|
||||
)
|
||||
(fill no)
|
||||
(layer "F.Fab")
|
||||
(uuid "65d4933f-0ab6-4462-aa92-bac7488d7d5b")
|
||||
)
|
||||
(fp_text user "${REFERENCE}"
|
||||
(at -4.572 6.731 0)
|
||||
(layer "F.Fab")
|
||||
(uuid "6b75b0dd-b12e-47e9-be93-6ec825a121d6")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pad "1" thru_hole rect
|
||||
(at -4.76 -4.11)
|
||||
(size 3.49 3.49)
|
||||
(drill 1.98)
|
||||
(layers "*.Cu" "*.Mask")
|
||||
(remove_unused_layers no)
|
||||
(uuid "6809a690-a23e-4609-bec8-68265c6ff4ee")
|
||||
)
|
||||
(pad "2" thru_hole custom
|
||||
(at 4.74 -4.11)
|
||||
(size 3.49 3.49)
|
||||
(drill 1.98)
|
||||
(layers "*.Cu" "*.Mask")
|
||||
(remove_unused_layers no)
|
||||
(options
|
||||
(clearance outline)
|
||||
(anchor circle)
|
||||
)
|
||||
(primitives)
|
||||
(uuid "06a8144f-36f2-452d-8a20-9bcfd5b58137")
|
||||
)
|
||||
(embedded_fonts no)
|
||||
(model "../converted.3dmodels/CONN-TH_HB9500SS-9.5-2P.wrl"
|
||||
(offset
|
||||
(xyz -0.01 0.01 13)
|
||||
)
|
||||
(scale
|
||||
(xyz 1 1 1)
|
||||
)
|
||||
(rotate
|
||||
(xyz -0 -0 -0)
|
||||
)
|
||||
)
|
||||
(model "../converted.3dmodels/CONN-TH_HB9500SS-9.5-2P.step"
|
||||
(hide yes)
|
||||
(offset
|
||||
(xyz -0.01 0.01 0)
|
||||
)
|
||||
(scale
|
||||
(xyz 1 1 1)
|
||||
)
|
||||
(rotate
|
||||
(xyz 0 0 0)
|
||||
)
|
||||
)
|
||||
)
|
||||
@@ -0,0 +1,270 @@
|
||||
(footprint "CONN-TH_HB9500SS-9.5-4P"
|
||||
(version 20241229)
|
||||
(generator "pcbnew")
|
||||
(generator_version "9.0")
|
||||
(layer "F.Cu")
|
||||
(property "Reference" "REF**"
|
||||
(at -17.907 -9.144 0)
|
||||
(layer "F.SilkS")
|
||||
(uuid "c0ae3e6b-a9f8-4e44-a9cf-dfe0c175feec")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "CONN-TH_HB9500SS-9.5-4P"
|
||||
(at -8.255 7.112 0)
|
||||
(layer "F.Fab")
|
||||
(uuid "9ce19949-9a26-4a0f-a7a2-cf8bc1ebe1b0")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(layer "F.Fab")
|
||||
(hide yes)
|
||||
(uuid "664e8648-cd07-496d-84e7-f01eba29a795")
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(layer "F.Fab")
|
||||
(hide yes)
|
||||
(uuid "c2b870e8-c465-4b9e-82fe-e186de6e1e7a")
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(attr through_hole)
|
||||
(fp_line
|
||||
(start -19.81 -8.11)
|
||||
(end -19.81 8.09)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "d0a85028-4765-4808-8a4f-a662d7b9aac1")
|
||||
)
|
||||
(fp_line
|
||||
(start 19.79 -8.11)
|
||||
(end -19.81 -8.11)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "771ae154-b508-4c1a-acc4-930b3bc38f32")
|
||||
)
|
||||
(fp_line
|
||||
(start 19.79 -8.11)
|
||||
(end 19.79 8.09)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "3e727369-2ed3-471c-996b-86d45dd84e37")
|
||||
)
|
||||
(fp_line
|
||||
(start 19.79 8.09)
|
||||
(end -19.81 8.09)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "d4a5f618-7fe4-4766-82e7-e810d1c3dafb")
|
||||
)
|
||||
(fp_circle
|
||||
(center -19.94 8.22)
|
||||
(end -19.92 8.22)
|
||||
(stroke
|
||||
(width 0.06)
|
||||
(type solid)
|
||||
)
|
||||
(fill no)
|
||||
(layer "F.SilkS")
|
||||
(uuid "76b1a2dc-fcff-4bd9-b83b-f70242cfd254")
|
||||
)
|
||||
(fp_line
|
||||
(start -19.94 -8.23)
|
||||
(end 19.92 -8.23)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "e29763e2-63a2-4359-b9ad-6d48b3d6440d")
|
||||
)
|
||||
(fp_line
|
||||
(start -19.94 8.22)
|
||||
(end -19.94 -8.23)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "736aec42-49f7-454b-ab35-e79944aa0e2f")
|
||||
)
|
||||
(fp_line
|
||||
(start 19.92 -8.23)
|
||||
(end 19.92 8.22)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "3c0a4486-e7a7-4381-94ae-820aca1a01b1")
|
||||
)
|
||||
(fp_line
|
||||
(start 19.92 8.22)
|
||||
(end -19.94 8.22)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "0ad2e2f8-ebfa-4213-beb8-1feb018c1df2")
|
||||
)
|
||||
(fp_circle
|
||||
(center -14.26 -4.11)
|
||||
(end -13.82 -4.11)
|
||||
(stroke
|
||||
(width 0.9)
|
||||
(type solid)
|
||||
)
|
||||
(fill no)
|
||||
(layer "F.Fab")
|
||||
(uuid "2f8fd3ae-ebbc-49d2-8506-541924354afd")
|
||||
)
|
||||
(fp_circle
|
||||
(center -4.76 -4.11)
|
||||
(end -4.32 -4.11)
|
||||
(stroke
|
||||
(width 0.9)
|
||||
(type solid)
|
||||
)
|
||||
(fill no)
|
||||
(layer "F.Fab")
|
||||
(uuid "551f636f-0ae6-4342-9aab-4cc9f3ebdf08")
|
||||
)
|
||||
(fp_circle
|
||||
(center 4.74 -4.11)
|
||||
(end 5.18 -4.11)
|
||||
(stroke
|
||||
(width 0.9)
|
||||
(type solid)
|
||||
)
|
||||
(fill no)
|
||||
(layer "F.Fab")
|
||||
(uuid "ec8c1c65-caba-4310-aa54-4663841e7652")
|
||||
)
|
||||
(fp_circle
|
||||
(center 14.24 -4.11)
|
||||
(end 14.68 -4.11)
|
||||
(stroke
|
||||
(width 0.9)
|
||||
(type solid)
|
||||
)
|
||||
(fill no)
|
||||
(layer "F.Fab")
|
||||
(uuid "6a2ad5ed-3308-4d07-b51a-04c2e3b56019")
|
||||
)
|
||||
(fp_text user "${REFERENCE}"
|
||||
(at -14.097 5.461 0)
|
||||
(layer "F.Fab")
|
||||
(uuid "347edc2a-c557-4107-bd32-dba62d8a267a")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pad "1" thru_hole rect
|
||||
(at -14.26 -4.11)
|
||||
(size 3.49 3.49)
|
||||
(drill 1.98)
|
||||
(layers "*.Cu" "*.Mask")
|
||||
(remove_unused_layers no)
|
||||
(uuid "c7f09bd1-e6e1-4ddb-9083-b56d907ae18e")
|
||||
)
|
||||
(pad "2" thru_hole custom
|
||||
(at -4.76 -4.11)
|
||||
(size 3.49 3.49)
|
||||
(drill 1.98)
|
||||
(layers "*.Cu" "*.Mask")
|
||||
(remove_unused_layers no)
|
||||
(options
|
||||
(clearance outline)
|
||||
(anchor circle)
|
||||
)
|
||||
(primitives)
|
||||
(uuid "8a6e9fbd-42b4-4221-b06a-3f4e11210df4")
|
||||
)
|
||||
(pad "3" thru_hole custom
|
||||
(at 4.74 -4.11)
|
||||
(size 3.49 3.49)
|
||||
(drill 1.98)
|
||||
(layers "*.Cu" "*.Mask")
|
||||
(remove_unused_layers no)
|
||||
(options
|
||||
(clearance outline)
|
||||
(anchor circle)
|
||||
)
|
||||
(primitives)
|
||||
(uuid "bdd3bcda-3f18-4ec2-8ed2-4988f4a8b8dc")
|
||||
)
|
||||
(pad "4" thru_hole custom
|
||||
(at 14.24 -4.11)
|
||||
(size 3.49 3.49)
|
||||
(drill 1.98)
|
||||
(layers "*.Cu" "*.Mask")
|
||||
(remove_unused_layers no)
|
||||
(options
|
||||
(clearance outline)
|
||||
(anchor circle)
|
||||
)
|
||||
(primitives)
|
||||
(uuid "8827f79c-625f-4698-900e-e97c230b4625")
|
||||
)
|
||||
(embedded_fonts no)
|
||||
(model "../converted.3dmodels/CONN-TH_HB9500SS-9.5-4P.wrl"
|
||||
(offset
|
||||
(xyz -0.01 0.01 13)
|
||||
)
|
||||
(scale
|
||||
(xyz 1 1 1)
|
||||
)
|
||||
(rotate
|
||||
(xyz -0 -0 -0)
|
||||
)
|
||||
)
|
||||
(model "../converted.3dmodels/CONN-TH_HB9500SS-9.5-4P.step"
|
||||
(hide yes)
|
||||
(offset
|
||||
(xyz -0.01 0 0)
|
||||
)
|
||||
(scale
|
||||
(xyz 1 1 1)
|
||||
)
|
||||
(rotate
|
||||
(xyz -0 -0 -0)
|
||||
)
|
||||
)
|
||||
)
|
||||
@@ -0,0 +1,469 @@
|
||||
(footprint "SW-TH_SHOU-HAN_SS12D10G4"
|
||||
(version 20241229)
|
||||
(generator "pcbnew")
|
||||
(generator_version "9.0")
|
||||
(layer "F.Cu")
|
||||
(property "Reference" "REF**"
|
||||
(at -4.445 -4.318 0)
|
||||
(layer "F.SilkS")
|
||||
(uuid "5ed66327-f9fb-4d7c-8054-7b0d63080912")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "SW-TH_SHOU-HAN_SS12D10G4"
|
||||
(at 0.01 6.35 0)
|
||||
(layer "F.Fab")
|
||||
(uuid "a6e76fc0-97d9-4037-bf04-5478afe716a1")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(layer "F.Fab")
|
||||
(hide yes)
|
||||
(uuid "6edf8423-11f3-46c4-8118-bdd56628d4d2")
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(layer "F.Fab")
|
||||
(hide yes)
|
||||
(uuid "1ce72336-3690-4698-90f5-1eab3d1e7954")
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(attr through_hole)
|
||||
(fp_line
|
||||
(start -6.34 -3.37)
|
||||
(end -6.34 3.33)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "edfa1e33-a6f3-43aa-b114-10773ba38cbb")
|
||||
)
|
||||
(fp_line
|
||||
(start -6.34 -3.37)
|
||||
(end 6.36 -3.37)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "41dfc94d-b818-4517-b6f1-fdc7fa7c2713")
|
||||
)
|
||||
(fp_line
|
||||
(start -3.54 -1.82)
|
||||
(end -3.54 1.78)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "a0780d6f-2e1c-4733-9075-3920046b7d72")
|
||||
)
|
||||
(fp_line
|
||||
(start -3.54 1.78)
|
||||
(end 3.56 1.78)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "a04b6865-8dca-404b-8ccb-ffe25b2ee3cc")
|
||||
)
|
||||
(fp_line
|
||||
(start -3.23 -1.82)
|
||||
(end -3.23 1.78)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "2c1bb9d3-263f-4f04-b2ee-83dc89347e0f")
|
||||
)
|
||||
(fp_line
|
||||
(start -3.23 1.78)
|
||||
(end -3.24 1.78)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "77b8a0cd-8fd0-4131-8438-ed063bea600e")
|
||||
)
|
||||
(fp_line
|
||||
(start -2.75 -1.82)
|
||||
(end -2.75 1.78)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "0e2ccd31-fb9b-463e-a33a-61e01e44dc1b")
|
||||
)
|
||||
(fp_line
|
||||
(start -2.75 1.78)
|
||||
(end -2.76 1.78)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "18d67333-131e-4bda-bfdb-ba713c62013d")
|
||||
)
|
||||
(fp_line
|
||||
(start -2.27 -1.82)
|
||||
(end -2.27 1.78)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "abdec75e-7eb8-4f17-8b4b-9c596eabe352")
|
||||
)
|
||||
(fp_line
|
||||
(start -2.27 1.78)
|
||||
(end -2.28 1.78)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "a959e6a0-7b97-45ae-b157-9ecb2fb570a6")
|
||||
)
|
||||
(fp_line
|
||||
(start -1.79 -1.82)
|
||||
(end -1.79 1.78)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "1fc7b986-ec3c-4141-bf36-fb8d92b05145")
|
||||
)
|
||||
(fp_line
|
||||
(start -1.79 1.78)
|
||||
(end -1.8 1.78)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "e17524ab-51cf-46ae-a06f-ddbdff6d48a3")
|
||||
)
|
||||
(fp_line
|
||||
(start -1.31 -1.82)
|
||||
(end -1.31 1.78)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "b1e9ee37-1e05-4f92-ad6a-d6b31e0f90f9")
|
||||
)
|
||||
(fp_line
|
||||
(start -1.31 1.78)
|
||||
(end -1.25 1.78)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "acc0a04e-3e0d-49b8-8e3a-4e7851ccc22f")
|
||||
)
|
||||
(fp_line
|
||||
(start 2.46 -1.82)
|
||||
(end -3.54 -1.82)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "c277423b-07cd-4ac0-9a12-03b72baf6711")
|
||||
)
|
||||
(fp_line
|
||||
(start 2.75 -1.82)
|
||||
(end 2.32 -1.82)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "2dddd5ca-5a88-4fe7-837d-80115c141db9")
|
||||
)
|
||||
(fp_line
|
||||
(start 3.56 -1.82)
|
||||
(end 2.56 -1.82)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "bf5e62a5-f54a-412a-b2f9-eb10849fcb84")
|
||||
)
|
||||
(fp_line
|
||||
(start 3.56 -1.32)
|
||||
(end 3.56 -1.82)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "58137773-8868-4f51-8aed-787aef25ef6c")
|
||||
)
|
||||
(fp_line
|
||||
(start 3.56 1.78)
|
||||
(end 3.56 -1.32)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "222f5c11-9e32-4f91-b0e6-799d98e21a22")
|
||||
)
|
||||
(fp_line
|
||||
(start 6.36 -3.37)
|
||||
(end 6.36 3.33)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "4694f741-a131-4506-8db3-2e2c788c42a3")
|
||||
)
|
||||
(fp_line
|
||||
(start 6.36 3.33)
|
||||
(end -6.34 3.33)
|
||||
(stroke
|
||||
(width 0.25)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "d5ceffb9-ee1d-400b-b842-6d00a87f873e")
|
||||
)
|
||||
(fp_circle
|
||||
(center -6.34 3.33)
|
||||
(end -6.32 3.33)
|
||||
(stroke
|
||||
(width 0.06)
|
||||
(type solid)
|
||||
)
|
||||
(fill no)
|
||||
(layer "F.SilkS")
|
||||
(uuid "c7c87e65-ad10-451e-a568-98d05f79158d")
|
||||
)
|
||||
(fp_poly
|
||||
(pts
|
||||
(xy -2.39 -1.15) (xy 0.01 -1.15) (xy 0.01 1.25) (xy -2.39 1.25) (xy -2.39 -1.15)
|
||||
)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(fill yes)
|
||||
(layer "Dwgs.User")
|
||||
(uuid "066bb198-fc4b-473c-ab6c-bd4faa99488e")
|
||||
)
|
||||
(fp_poly
|
||||
(pts
|
||||
(xy -0.01 -1.15) (xy 2.39 -1.15) (xy 2.43 -1.15) (xy 2.43 -0.84) (xy -0.01 -0.84) (xy -0.01 -0.94)
|
||||
(xy -0.01 -1.15)
|
||||
)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(fill yes)
|
||||
(layer "Dwgs.User")
|
||||
(uuid "e9f45446-23c6-4313-8823-cfe3814470bf")
|
||||
)
|
||||
(fp_poly
|
||||
(pts
|
||||
(xy -0.01 0.99) (xy 2.39 0.99) (xy 2.42 0.99) (xy 2.42 1.29) (xy -0.02 1.29) (xy -0.02 1.19) (xy -0.01 0.99)
|
||||
)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(fill yes)
|
||||
(layer "Dwgs.User")
|
||||
(uuid "071ddbb8-ab59-4827-ac61-fb6a1fb7da3e")
|
||||
)
|
||||
(fp_poly
|
||||
(pts
|
||||
(xy -0.01 1.28) (xy -0.01 -1.12) (xy -0.01 -1.15) (xy 0.29 -1.15) (xy 0.29 1.29) (xy 0.19 1.29) (xy -0.01 1.28)
|
||||
)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(fill yes)
|
||||
(layer "Dwgs.User")
|
||||
(uuid "d66077c9-60a9-4457-9700-879ba9abc74c")
|
||||
)
|
||||
(fp_poly
|
||||
(pts
|
||||
(xy 2.13 1.29) (xy 2.13 -1.11) (xy 2.13 -1.14) (xy 2.44 -1.14) (xy 2.44 1.29) (xy 2.33 1.29) (xy 2.13 1.29)
|
||||
)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(fill yes)
|
||||
(layer "Dwgs.User")
|
||||
(uuid "d261527b-fb0f-41f8-81fc-4a7d9dcbab0d")
|
||||
)
|
||||
(fp_line
|
||||
(start -6.34 -3.37)
|
||||
(end 6.36 -3.37)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "0234a2d4-a928-40fb-9a75-ac1135df590a")
|
||||
)
|
||||
(fp_line
|
||||
(start -6.34 3.33)
|
||||
(end -6.34 -3.37)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "fb22553b-4aad-4c01-beed-e81c95d0844c")
|
||||
)
|
||||
(fp_line
|
||||
(start 6.36 -3.37)
|
||||
(end 6.36 3.33)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "5a3774eb-4386-4681-986a-ec8c83731b29")
|
||||
)
|
||||
(fp_line
|
||||
(start 6.36 3.33)
|
||||
(end -6.34 3.33)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "2cd90ec7-4db4-419d-9a9d-c599d6e5786e")
|
||||
)
|
||||
(fp_poly
|
||||
(pts
|
||||
(xy -5.19 -0.67) (xy -4.39 -0.67) (xy -4.39 0.63) (xy -5.19 0.63) (xy -5.19 -0.67)
|
||||
)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(fill yes)
|
||||
(layer "F.Fab")
|
||||
(uuid "e745ca8c-9698-4c18-8a97-bbb0a42010bd")
|
||||
)
|
||||
(fp_poly
|
||||
(pts
|
||||
(xy -0.39 -0.67) (xy 0.41 -0.67) (xy 0.41 0.63) (xy -0.39 0.63) (xy -0.39 -0.67)
|
||||
)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(fill yes)
|
||||
(layer "F.Fab")
|
||||
(uuid "19264bfb-3d94-4fd7-877f-c52270adc575")
|
||||
)
|
||||
(fp_poly
|
||||
(pts
|
||||
(xy 4.41 -0.67) (xy 5.21 -0.67) (xy 5.21 0.63) (xy 4.41 0.63) (xy 4.41 -0.67)
|
||||
)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(fill yes)
|
||||
(layer "F.Fab")
|
||||
(uuid "e1bc0efc-2e99-4061-b488-9ffd0b8d6497")
|
||||
)
|
||||
(fp_text user "${REFERENCE}"
|
||||
(at 0 4.445 0)
|
||||
(layer "F.Fab")
|
||||
(uuid "17a74dde-7a03-4ba7-9412-3ab3cb468052")
|
||||
(effects
|
||||
(font
|
||||
(size 1 1)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pad "1" thru_hole oval
|
||||
(at -4.79 -0.02)
|
||||
(size 1.69 2.89)
|
||||
(drill oval 1.1 2.29)
|
||||
(layers "*.Cu" "*.Mask")
|
||||
(remove_unused_layers no)
|
||||
(uuid "7ef401ff-3953-4173-8a34-968aa481e74c")
|
||||
)
|
||||
(pad "2" thru_hole oval
|
||||
(at 0.01 -0.02)
|
||||
(size 1.69 2.89)
|
||||
(drill oval 1.1 2.29)
|
||||
(layers "*.Cu" "*.Mask")
|
||||
(remove_unused_layers no)
|
||||
(uuid "d765877f-f49c-4662-a893-ecb848b19fb7")
|
||||
)
|
||||
(pad "3" thru_hole oval
|
||||
(at 4.81 -0.02)
|
||||
(size 1.69 2.89)
|
||||
(drill oval 1.1 2.29)
|
||||
(layers "*.Cu" "*.Mask")
|
||||
(remove_unused_layers no)
|
||||
(uuid "11d41814-1adb-4370-95ee-969557b370aa")
|
||||
)
|
||||
(embedded_fonts no)
|
||||
(model "../converted.3dmodels/SW-TH_SHOU-HAN_SS12D10G4.wrl"
|
||||
(offset
|
||||
(xyz -0.01 0 0)
|
||||
)
|
||||
(scale
|
||||
(xyz 1 1 1)
|
||||
)
|
||||
(rotate
|
||||
(xyz 0 0 0)
|
||||
)
|
||||
)
|
||||
(model "../converted.3dmodels/SW-TH_SHOU-HAN_SS12D10G4.step"
|
||||
(offset
|
||||
(xyz -0.01 0 0)
|
||||
)
|
||||
(scale
|
||||
(xyz 1 1 1)
|
||||
)
|
||||
(rotate
|
||||
(xyz 0 0 0)
|
||||
)
|
||||
)
|
||||
)
|
||||
4
hardware/pcb/sym-lib-table
Normal file
4
hardware/pcb/sym-lib-table
Normal file
@@ -0,0 +1,4 @@
|
||||
(sym_lib_table
|
||||
(version 7)
|
||||
(lib (name "converted")(type "KiCad")(uri "${KIPRJMOD}/library/converted.kicad_sym")(options "")(descr ""))
|
||||
)
|
||||
Reference in New Issue
Block a user