Initial commit
This commit is contained in:
commit
8323bda150
5 changed files with 1377 additions and 0 deletions
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
# ---> KiCad
|
||||
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
|
||||
# Format documentation: http://kicad-pcb.org/help/file-formats/
|
||||
|
||||
# Temporary files
|
||||
*.000
|
||||
*.bak
|
||||
*.bck
|
||||
*.kicad_pcb-bak
|
||||
*.sch-bak
|
||||
*~
|
||||
_autosave-*
|
||||
*.tmp
|
||||
*-save.pro
|
||||
*-save.kicad_pcb
|
||||
fp-info-cache
|
||||
|
||||
# Netlist files (exported from Eeschema)
|
||||
*.net
|
||||
|
||||
# Autorouter files (exported from Pcbnew)
|
||||
*.dsn
|
||||
*.ses
|
||||
|
||||
# Exported BOM files
|
||||
*.xml
|
||||
*.csv
|
||||
|
||||
# moreKicad cruft
|
||||
*-backups
|
||||
*-cache
|
||||
*-bak
|
||||
jlcpcb
|
||||
production
|
||||
|
||||
# Mac cruft
|
||||
.DS_Store
|
||||
|
||||
# Editor files
|
||||
*.swp
|
470
FanSplitter.kicad_pcb
Normal file
470
FanSplitter.kicad_pcb
Normal file
|
@ -0,0 +1,470 @@
|
|||
(kicad_pcb (version 20221018) (generator pcbnew)
|
||||
|
||||
(general
|
||||
(thickness 1.6)
|
||||
)
|
||||
|
||||
(paper "A4")
|
||||
(layers
|
||||
(0 "F.Cu" signal)
|
||||
(31 "B.Cu" signal)
|
||||
(32 "B.Adhes" user "B.Adhesive")
|
||||
(33 "F.Adhes" user "F.Adhesive")
|
||||
(34 "B.Paste" user)
|
||||
(35 "F.Paste" user)
|
||||
(36 "B.SilkS" user "B.Silkscreen")
|
||||
(37 "F.SilkS" user "F.Silkscreen")
|
||||
(38 "B.Mask" user)
|
||||
(39 "F.Mask" user)
|
||||
(40 "Dwgs.User" user "User.Drawings")
|
||||
(41 "Cmts.User" user "User.Comments")
|
||||
(42 "Eco1.User" user "User.Eco1")
|
||||
(43 "Eco2.User" user "User.Eco2")
|
||||
(44 "Edge.Cuts" user)
|
||||
(45 "Margin" user)
|
||||
(46 "B.CrtYd" user "B.Courtyard")
|
||||
(47 "F.CrtYd" user "F.Courtyard")
|
||||
(48 "B.Fab" user)
|
||||
(49 "F.Fab" user)
|
||||
(50 "User.1" user)
|
||||
(51 "User.2" user)
|
||||
(52 "User.3" user)
|
||||
(53 "User.4" user)
|
||||
(54 "User.5" user)
|
||||
(55 "User.6" user)
|
||||
(56 "User.7" user)
|
||||
(57 "User.8" user)
|
||||
(58 "User.9" user)
|
||||
)
|
||||
|
||||
(setup
|
||||
(stackup
|
||||
(layer "F.SilkS" (type "Top Silk Screen"))
|
||||
(layer "F.Paste" (type "Top Solder Paste"))
|
||||
(layer "F.Mask" (type "Top Solder Mask") (thickness 0.01))
|
||||
(layer "F.Cu" (type "copper") (thickness 0.035))
|
||||
(layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
|
||||
(layer "B.Cu" (type "copper") (thickness 0.035))
|
||||
(layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01))
|
||||
(layer "B.Paste" (type "Bottom Solder Paste"))
|
||||
(layer "B.SilkS" (type "Bottom Silk Screen"))
|
||||
(copper_finish "None")
|
||||
(dielectric_constraints no)
|
||||
)
|
||||
(pad_to_mask_clearance 0)
|
||||
(pcbplotparams
|
||||
(layerselection 0x00010fc_ffffffff)
|
||||
(plot_on_all_layers_selection 0x0000000_00000000)
|
||||
(disableapertmacros false)
|
||||
(usegerberextensions false)
|
||||
(usegerberattributes true)
|
||||
(usegerberadvancedattributes true)
|
||||
(creategerberjobfile true)
|
||||
(dashed_line_dash_ratio 12.000000)
|
||||
(dashed_line_gap_ratio 3.000000)
|
||||
(svgprecision 4)
|
||||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
(useauxorigin false)
|
||||
(hpglpennumber 1)
|
||||
(hpglpenspeed 20)
|
||||
(hpglpendiameter 15.000000)
|
||||
(dxfpolygonmode true)
|
||||
(dxfimperialunits true)
|
||||
(dxfusepcbnewfont true)
|
||||
(psnegative false)
|
||||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotinvisibletext false)
|
||||
(sketchpadsonfab false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 1)
|
||||
(mirror false)
|
||||
(drillshape 1)
|
||||
(scaleselection 1)
|
||||
(outputdirectory "")
|
||||
)
|
||||
)
|
||||
|
||||
(net 0 "")
|
||||
(net 1 "Net-(M1-+)")
|
||||
(net 2 "Net-(M1--)")
|
||||
|
||||
(footprint "Connector_JST:JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical" (layer "F.Cu")
|
||||
(tstamp 032520e5-761b-4882-a54a-5edcfc7af99d)
|
||||
(at 59 62.3)
|
||||
(descr "JST XH series connector, B2B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator")
|
||||
(tags "connector JST XH vertical boss")
|
||||
(property "Sheetfile" "FanSplitter.kicad_sch")
|
||||
(property "Sheetname" "")
|
||||
(property "ki_description" "Fan")
|
||||
(property "ki_keywords" "Fan Motor")
|
||||
(path "/cd47505d-9735-4552-87a4-ec2d24a76a3f")
|
||||
(attr through_hole)
|
||||
(fp_text reference "M3" (at 1.25 -3.55) (layer "F.SilkS") hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 2479fa18-91a0-4879-83be-07996b56812a)
|
||||
)
|
||||
(fp_text value "Fan" (at 1.25 4.6) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 5037cf59-3fa0-479c-b9b5-cb993f6e68e1)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 1.25 2.7) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 9d459548-dfcd-4bd5-8800-67d837df0913)
|
||||
)
|
||||
(fp_line (start -2.85 -2.75) (end -2.85 -1.5)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06f72a93-0fe6-4e0d-ac07-b5b06a4633dc))
|
||||
(fp_line (start -2.56 -2.46) (end -2.56 3.51)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a0707bc-b04a-4831-ab23-fc3f2a56c4ab))
|
||||
(fp_line (start -2.56 3.51) (end 5.06 3.51)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp edd5f3cb-9369-4ad3-a852-d5a0c465e8e2))
|
||||
(fp_line (start -2.55 -2.45) (end -2.55 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 405624db-d1c8-4f64-8698-d1ed90f0b153))
|
||||
(fp_line (start -2.55 -1.7) (end -0.75 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc05db66-bd5c-413a-bdad-a540dd00b754))
|
||||
(fp_line (start -2.55 -0.2) (end -1.8 -0.2)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98e28ab9-aaa4-44fa-baac-5adb79f2daa1))
|
||||
(fp_line (start -1.8 -0.2) (end -1.8 1.14)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3e2c71c-47ae-407d-8b4e-b320a6e19636))
|
||||
(fp_line (start -1.6 -2.75) (end -2.85 -2.75)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20e348b2-93e8-40c7-80eb-81fc5f2f21d4))
|
||||
(fp_line (start -0.75 -2.45) (end -2.55 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b16ee10-cc8d-47f5-9ad7-4779231c6d4b))
|
||||
(fp_line (start -0.75 -1.7) (end -0.75 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a88254cb-6f84-4f50-9b1b-27332d83d23e))
|
||||
(fp_line (start 0.75 -2.45) (end 0.75 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 59330d19-9623-47b1-8f9b-f5ab87542a2a))
|
||||
(fp_line (start 0.75 -1.7) (end 1.75 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a2b8474-9965-478a-a3f8-aa7e468fe3d5))
|
||||
(fp_line (start 1.25 2.75) (end -0.74 2.75)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b8e0c24-e75d-4392-a1b3-f407a0b5eef0))
|
||||
(fp_line (start 1.75 -2.45) (end 0.75 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 151e4c5d-ef01-4aca-a66b-2de808b2e5a3))
|
||||
(fp_line (start 1.75 -1.7) (end 1.75 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 341e9295-781e-434d-80a9-5706ed2070af))
|
||||
(fp_line (start 3.25 -2.45) (end 3.25 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0ce9851-f495-4744-ad3e-7c25b9a464b3))
|
||||
(fp_line (start 3.25 -1.7) (end 5.05 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 559e63e8-a9e4-4322-aa28-f12cc753df18))
|
||||
(fp_line (start 4.3 -0.2) (end 4.3 2.75)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c543d72f-e3cf-496b-b9a7-002ec613fb96))
|
||||
(fp_line (start 4.3 2.75) (end 1.25 2.75)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a10a431d-2767-46cc-8260-9ad7a5c496e6))
|
||||
(fp_line (start 5.05 -2.45) (end 3.25 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a423467-444b-4372-8a7f-6a5fe404e367))
|
||||
(fp_line (start 5.05 -1.7) (end 5.05 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b305be1-c2a5-49d7-92a7-49d4756da162))
|
||||
(fp_line (start 5.05 -0.2) (end 4.3 -0.2)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 466bd6b1-0ac5-4e24-b5f0-5f49294a2b90))
|
||||
(fp_line (start 5.06 -2.46) (end -2.56 -2.46)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a9676ea-fb7d-4347-b7d1-231263651a09))
|
||||
(fp_line (start 5.06 3.51) (end 5.06 -2.46)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7eaaa26b-06b1-4aaa-96d8-cbca6836ed14))
|
||||
(fp_line (start -2.95 -2.85) (end -2.95 3.9)
|
||||
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5aec6906-f1c3-4356-a1f1-cc5d64db8a25))
|
||||
(fp_line (start -2.95 3.9) (end 5.45 3.9)
|
||||
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88367a77-c159-498c-99fa-2637e151e22f))
|
||||
(fp_line (start 5.45 -2.85) (end -2.95 -2.85)
|
||||
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1cf660d-301b-4550-94c4-3032aa1fcbbd))
|
||||
(fp_line (start 5.45 3.9) (end 5.45 -2.85)
|
||||
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 46d485f1-50be-46a6-b661-7829ea958d44))
|
||||
(fp_line (start -2.45 -2.35) (end -2.45 3.4)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b2cfca0-a9fd-4b21-8822-7563031cb183))
|
||||
(fp_line (start -2.45 3.4) (end 4.95 3.4)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ccea219-65cd-4848-9eb0-3f3cee2d2c7d))
|
||||
(fp_line (start -0.625 -2.35) (end 0 -1.35)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5cccd050-a9d9-41ce-b122-edba900caa3a))
|
||||
(fp_line (start 0 -1.35) (end 0.625 -2.35)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94ad5ee3-68d3-439b-8244-3a153e6d7a29))
|
||||
(fp_line (start 4.95 -2.35) (end -2.45 -2.35)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e497d316-6a15-4fe2-b80f-0520094115db))
|
||||
(fp_line (start 4.95 3.4) (end 4.95 -2.35)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c4f54eb-58f9-4047-a5cc-fe2689a6890d))
|
||||
(pad "" np_thru_hole circle (at -1.6 2) (size 1.2 1.2) (drill 1.2) (layers "*.Cu" "*.Mask") (tstamp f104ddbb-3561-4694-905a-7a745183a44b))
|
||||
(pad "1" thru_hole roundrect (at 0 0) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059)
|
||||
(net 1 "Net-(M1-+)") (pinfunction "+") (pintype "passive") (tstamp 0d8d4f70-5db0-49be-ab78-f0a518d487ea))
|
||||
(pad "2" thru_hole oval (at 2.5 0) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask")
|
||||
(net 2 "Net-(M1--)") (pinfunction "-") (pintype "passive") (tstamp f5fd04d4-53ce-42d4-b148-62fce084fcc2))
|
||||
(model "${KICAD6_3DMODEL_DIR}/Connector_JST.3dshapes/JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical.wrl"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
||||
|
||||
(footprint "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" (layer "F.Cu")
|
||||
(tstamp 05f33900-63b4-4368-8d81-eca5caf235e8)
|
||||
(at 60.1 39.7)
|
||||
(descr "Mounting Hole 3.2mm, M3, DIN965")
|
||||
(tags "mounting hole 3.2mm m3 din965")
|
||||
(property "Sheetfile" "FanSplitter.kicad_sch")
|
||||
(property "Sheetname" "")
|
||||
(property "ki_description" "Mounting Hole without connection")
|
||||
(property "ki_keywords" "mounting hole")
|
||||
(path "/a678ccd2-98fc-42f7-a86a-06fec7ad99d2")
|
||||
(attr exclude_from_pos_files)
|
||||
(fp_text reference "H1" (at 0 -3.8) (layer "F.SilkS") hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 6b97b61e-c342-46bb-ac18-7e724c4b7146)
|
||||
)
|
||||
(fp_text value "MountingHole" (at 0 3.8) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp e221e0ad-88c7-4475-976d-f0b44373257a)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp b10f47b9-937d-49ea-a83d-acc611c03687)
|
||||
)
|
||||
(fp_circle (center 0 0) (end 2.8 0)
|
||||
(stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 9ac196c6-3815-4903-94e6-4ab20d0839c7))
|
||||
(fp_circle (center 0 0) (end 3.05 0)
|
||||
(stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 9307f90d-4114-4c11-a0b8-bfbd44337fde))
|
||||
(pad "1" thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 5892cee3-c6b6-4c7d-8de4-979d776722eb))
|
||||
)
|
||||
|
||||
(footprint "Connector_JST:JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical" (layer "F.Cu")
|
||||
(tstamp 737380ba-ecec-4598-9e57-840cdfef55f7)
|
||||
(at 59 46.7)
|
||||
(descr "JST XH series connector, B2B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator")
|
||||
(tags "connector JST XH vertical boss")
|
||||
(property "Sheetfile" "FanSplitter.kicad_sch")
|
||||
(property "Sheetname" "")
|
||||
(property "ki_description" "Fan")
|
||||
(property "ki_keywords" "Fan Motor")
|
||||
(path "/a8ec29d8-8b00-4d25-b6bb-9406a59d2a64")
|
||||
(attr through_hole)
|
||||
(fp_text reference "M1" (at 1.25 -3.55) (layer "F.SilkS") hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp a7e2fc03-1529-49a1-9244-8e692773c78e)
|
||||
)
|
||||
(fp_text value "Fan" (at 1.25 4.6) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 57ff62e9-84cd-4b81-8fbf-9f38e2a4134b)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 1.25 2.7) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp a724e87d-fd06-4077-b520-25751888d2d5)
|
||||
)
|
||||
(fp_line (start -2.85 -2.75) (end -2.85 -1.5)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7bc778f-1690-4592-a169-0b91cd29e212))
|
||||
(fp_line (start -2.56 -2.46) (end -2.56 3.51)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e38116db-e680-4761-bbce-20c1444828ff))
|
||||
(fp_line (start -2.56 3.51) (end 5.06 3.51)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50e5e756-0542-42ed-870c-dd9f8baac278))
|
||||
(fp_line (start -2.55 -2.45) (end -2.55 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3c859d2-0401-4961-990b-f0cf1eb8758d))
|
||||
(fp_line (start -2.55 -1.7) (end -0.75 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 909c4345-6cfa-493a-9a7e-4a0baf2f312b))
|
||||
(fp_line (start -2.55 -0.2) (end -1.8 -0.2)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6201eff3-3886-472b-9ab6-79b86e79782c))
|
||||
(fp_line (start -1.8 -0.2) (end -1.8 1.14)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 087c8ad6-9214-496c-9b8b-1e8f66bfe0d2))
|
||||
(fp_line (start -1.6 -2.75) (end -2.85 -2.75)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21613db8-f140-461e-acbe-d04eb0bdbb82))
|
||||
(fp_line (start -0.75 -2.45) (end -2.55 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efb3b8ec-b687-440a-890b-2768318e3b16))
|
||||
(fp_line (start -0.75 -1.7) (end -0.75 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d748bbdb-79b3-4577-80f8-87ee5f3bbd59))
|
||||
(fp_line (start 0.75 -2.45) (end 0.75 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63e364d0-2d13-420b-a9e7-95af351ef8db))
|
||||
(fp_line (start 0.75 -1.7) (end 1.75 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dccc5218-cca5-4afa-8023-39045038ecc4))
|
||||
(fp_line (start 1.25 2.75) (end -0.74 2.75)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5698ef65-5a20-41fe-ba86-a01cb41418fe))
|
||||
(fp_line (start 1.75 -2.45) (end 0.75 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d13ba5ef-80d2-4b75-814d-2573995e3787))
|
||||
(fp_line (start 1.75 -1.7) (end 1.75 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26f1171c-2dbc-496d-89e6-a6cc112f0736))
|
||||
(fp_line (start 3.25 -2.45) (end 3.25 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e47c8b68-45e1-4192-ab31-67dd69994d70))
|
||||
(fp_line (start 3.25 -1.7) (end 5.05 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7a16071-9a5b-4071-8f88-e39bc0608bb7))
|
||||
(fp_line (start 4.3 -0.2) (end 4.3 2.75)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5344f8f2-691d-4b76-a2e0-1874122ba983))
|
||||
(fp_line (start 4.3 2.75) (end 1.25 2.75)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe2e812d-c4c9-4275-ba0c-9c0c7058bc9d))
|
||||
(fp_line (start 5.05 -2.45) (end 3.25 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1cce08e-2b61-4567-a086-4332e54e321b))
|
||||
(fp_line (start 5.05 -1.7) (end 5.05 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bdfbcda8-d355-428f-921e-27e70453a8ee))
|
||||
(fp_line (start 5.05 -0.2) (end 4.3 -0.2)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 186fa0e1-6f43-446c-8ddd-7ff10589a89c))
|
||||
(fp_line (start 5.06 -2.46) (end -2.56 -2.46)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f83d864-f7c5-4f37-b308-a7c9d40d60f5))
|
||||
(fp_line (start 5.06 3.51) (end 5.06 -2.46)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42cbac2d-5870-4725-95bf-2740d9256677))
|
||||
(fp_line (start -2.95 -2.85) (end -2.95 3.9)
|
||||
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp edb6ca4d-5cc0-4f4d-964f-f9d614eed843))
|
||||
(fp_line (start -2.95 3.9) (end 5.45 3.9)
|
||||
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffd9a35a-7648-4aaf-8812-1c130b0bad23))
|
||||
(fp_line (start 5.45 -2.85) (end -2.95 -2.85)
|
||||
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21398d43-e2ee-4db8-baab-f8ead067f719))
|
||||
(fp_line (start 5.45 3.9) (end 5.45 -2.85)
|
||||
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df99ca2a-a00c-4653-9fb7-1aeb564e4e87))
|
||||
(fp_line (start -2.45 -2.35) (end -2.45 3.4)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bbc0b013-4b5a-4fc8-b1a3-f501c4a60768))
|
||||
(fp_line (start -2.45 3.4) (end 4.95 3.4)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f72bc6d-315c-482e-accc-1325858ac726))
|
||||
(fp_line (start -0.625 -2.35) (end 0 -1.35)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd99f1e3-c38a-4109-9482-d3b5659ddd58))
|
||||
(fp_line (start 0 -1.35) (end 0.625 -2.35)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bff6f410-853c-41c2-bbc0-95bb8c8c4cc5))
|
||||
(fp_line (start 4.95 -2.35) (end -2.45 -2.35)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 877d43a6-35a2-48db-8783-17f93c42d577))
|
||||
(fp_line (start 4.95 3.4) (end 4.95 -2.35)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4196919-3b29-4ab3-a10a-e3b954ab06c8))
|
||||
(pad "" np_thru_hole circle (at -1.6 2) (size 1.2 1.2) (drill 1.2) (layers "*.Cu" "*.Mask") (tstamp d0ef3c3d-745c-42e3-a6c9-f7dc1e5dd562))
|
||||
(pad "1" thru_hole roundrect (at 0 0) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059)
|
||||
(net 1 "Net-(M1-+)") (pinfunction "+") (pintype "passive") (tstamp 08b5e413-5923-4262-b3a3-2666aa5fd08a))
|
||||
(pad "2" thru_hole oval (at 2.5 0) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask")
|
||||
(net 2 "Net-(M1--)") (pinfunction "-") (pintype "passive") (tstamp d940fc64-4c4b-4fcf-b967-cf5f1186d044))
|
||||
(model "${KICAD6_3DMODEL_DIR}/Connector_JST.3dshapes/JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical.wrl"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
||||
|
||||
(footprint "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" (layer "F.Cu")
|
||||
(tstamp a27be2de-2012-4ac4-b9ed-0e936bccd7e8)
|
||||
(at 60.4 70.2)
|
||||
(descr "Mounting Hole 3.2mm, M3, DIN965")
|
||||
(tags "mounting hole 3.2mm m3 din965")
|
||||
(property "Sheetfile" "FanSplitter.kicad_sch")
|
||||
(property "Sheetname" "")
|
||||
(property "ki_description" "Mounting Hole without connection")
|
||||
(property "ki_keywords" "mounting hole")
|
||||
(path "/d62a22c6-ae3e-4e30-905e-db05d46b6ebe")
|
||||
(attr exclude_from_pos_files)
|
||||
(fp_text reference "H2" (at 0 -3.8) (layer "F.SilkS") hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp a1740acd-defe-4659-b591-c173a6e58320)
|
||||
)
|
||||
(fp_text value "MountingHole" (at 0 3.8) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 3690f6a3-0b07-4cc9-9934-2faca6a4d896)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp b97ee01e-36e5-4a30-befe-71b7dbec56c0)
|
||||
)
|
||||
(fp_circle (center 0 0) (end 2.8 0)
|
||||
(stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 3ae93a48-19a7-44a9-86fd-a4d886cbc737))
|
||||
(fp_circle (center 0 0) (end 3.05 0)
|
||||
(stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 7d9c3dd0-de41-4bfb-a851-4c6905e3a446))
|
||||
(pad "1" thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp c04fc031-50d9-441e-8a5a-3c489cc03751))
|
||||
)
|
||||
|
||||
(footprint "Connector_JST:JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical" (layer "F.Cu")
|
||||
(tstamp abb9103a-8c6e-4be1-b438-646b136aae79)
|
||||
(at 59 54.5)
|
||||
(descr "JST XH series connector, B2B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator")
|
||||
(tags "connector JST XH vertical boss")
|
||||
(property "Sheetfile" "FanSplitter.kicad_sch")
|
||||
(property "Sheetname" "")
|
||||
(property "ki_description" "Fan")
|
||||
(property "ki_keywords" "Fan Motor")
|
||||
(path "/94e9ceaf-d1e8-47f6-aa86-924c05b338a1")
|
||||
(attr through_hole)
|
||||
(fp_text reference "M2" (at 1.25 -3.55) (layer "F.SilkS") hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 52d0f146-eba2-43bb-b653-6fed74d2658f)
|
||||
)
|
||||
(fp_text value "Fan" (at 1.25 4.6) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp c8356add-7ee5-458b-9efe-82707d44826e)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 1.25 2.7) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp ff3a4697-5876-4520-96bd-96b34bf89a31)
|
||||
)
|
||||
(fp_line (start -2.85 -2.75) (end -2.85 -1.5)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee6d887c-19dd-4fd8-9702-724cce5bd9f3))
|
||||
(fp_line (start -2.56 -2.46) (end -2.56 3.51)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04842d85-95be-493f-835c-6bbc87c34fed))
|
||||
(fp_line (start -2.56 3.51) (end 5.06 3.51)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1f25800-e824-4dbd-a53a-bbd55fcffe24))
|
||||
(fp_line (start -2.55 -2.45) (end -2.55 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e31428b1-21fd-4baf-974d-d449620627bb))
|
||||
(fp_line (start -2.55 -1.7) (end -0.75 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f29c836-41ce-464b-9a69-ae905e4f5e80))
|
||||
(fp_line (start -2.55 -0.2) (end -1.8 -0.2)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93719cbd-988c-4c3d-bf45-efa77d127756))
|
||||
(fp_line (start -1.8 -0.2) (end -1.8 1.14)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab8eb9d2-62ee-4cdf-9e4e-c07633f6c8ab))
|
||||
(fp_line (start -1.6 -2.75) (end -2.85 -2.75)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22e12b18-f341-4e3a-a79d-8efdc0e2fcd2))
|
||||
(fp_line (start -0.75 -2.45) (end -2.55 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51c97959-ddce-4faf-9bab-39c2e761027a))
|
||||
(fp_line (start -0.75 -1.7) (end -0.75 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41f3309e-319a-4bd3-b709-52591accc2a0))
|
||||
(fp_line (start 0.75 -2.45) (end 0.75 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cda97f54-61b3-421d-abb3-74650329f8c5))
|
||||
(fp_line (start 0.75 -1.7) (end 1.75 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b4ac7a8-cb09-471a-8547-ea63d43ff9c7))
|
||||
(fp_line (start 1.25 2.75) (end -0.74 2.75)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a987ed83-fdcf-40f4-9ef5-c6086f093360))
|
||||
(fp_line (start 1.75 -2.45) (end 0.75 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74bf9f9c-f9fc-4452-b0b5-2f32e0b72d3e))
|
||||
(fp_line (start 1.75 -1.7) (end 1.75 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e98219a6-9cf2-4aa1-b9ed-e3e50b5f4353))
|
||||
(fp_line (start 3.25 -2.45) (end 3.25 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8962a91-4927-44d4-89f8-d390615a52c6))
|
||||
(fp_line (start 3.25 -1.7) (end 5.05 -1.7)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad42e600-de24-48bc-8301-d3eaea135ae8))
|
||||
(fp_line (start 4.3 -0.2) (end 4.3 2.75)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d63b0a4b-6f4d-41b1-8671-a2d38fdc999e))
|
||||
(fp_line (start 4.3 2.75) (end 1.25 2.75)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bac2f796-3f6e-4bb2-9223-8f68a3a38b0e))
|
||||
(fp_line (start 5.05 -2.45) (end 3.25 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4bc6361-d602-40e0-bf1f-f1a639c910c7))
|
||||
(fp_line (start 5.05 -1.7) (end 5.05 -2.45)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4a13e2a-7585-44fc-8348-a5067bd1be45))
|
||||
(fp_line (start 5.05 -0.2) (end 4.3 -0.2)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b90ccb1a-fd29-4418-82eb-af9efb56dcce))
|
||||
(fp_line (start 5.06 -2.46) (end -2.56 -2.46)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 990231f3-a3e0-482e-ba19-cab7fd8443c9))
|
||||
(fp_line (start 5.06 3.51) (end 5.06 -2.46)
|
||||
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c0a0fad-d0fe-4375-8dfb-068ddf5034ee))
|
||||
(fp_line (start -2.95 -2.85) (end -2.95 3.9)
|
||||
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2af99420-ff8d-4086-8730-43f592e95f33))
|
||||
(fp_line (start -2.95 3.9) (end 5.45 3.9)
|
||||
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8a9d923-e7a6-4f60-9a98-47c58beade35))
|
||||
(fp_line (start 5.45 -2.85) (end -2.95 -2.85)
|
||||
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3da069ef-8c6c-4184-89d0-3fbc13c53b11))
|
||||
(fp_line (start 5.45 3.9) (end 5.45 -2.85)
|
||||
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3164b64-df33-4f87-9dcd-ae50c939d2dc))
|
||||
(fp_line (start -2.45 -2.35) (end -2.45 3.4)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee0c41af-2f7c-4596-b17a-ad6d1d672168))
|
||||
(fp_line (start -2.45 3.4) (end 4.95 3.4)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a772d44-5fa7-4701-8fee-6f54b6af6940))
|
||||
(fp_line (start -0.625 -2.35) (end 0 -1.35)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 048e7d50-930a-4640-9021-205700943d1f))
|
||||
(fp_line (start 0 -1.35) (end 0.625 -2.35)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c42b1ed-d6b7-402f-9035-8eb677016482))
|
||||
(fp_line (start 4.95 -2.35) (end -2.45 -2.35)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ded1fe4-02b1-4c05-9297-1707080d37d7))
|
||||
(fp_line (start 4.95 3.4) (end 4.95 -2.35)
|
||||
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5875cc76-a428-423a-9e8e-34b56acaeba7))
|
||||
(pad "" np_thru_hole circle (at -1.6 2) (size 1.2 1.2) (drill 1.2) (layers "*.Cu" "*.Mask") (tstamp 514dfa98-a2d6-48b4-8686-90a15d39c973))
|
||||
(pad "1" thru_hole roundrect (at 0 0) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059)
|
||||
(net 1 "Net-(M1-+)") (pinfunction "+") (pintype "passive") (tstamp 90a6a639-ad9d-4c26-a45a-5e76a4e1eeb7))
|
||||
(pad "2" thru_hole oval (at 2.5 0) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask")
|
||||
(net 2 "Net-(M1--)") (pinfunction "-") (pintype "passive") (tstamp 19260734-1ca2-4f97-a50c-547a8d09a470))
|
||||
(model "${KICAD6_3DMODEL_DIR}/Connector_JST.3dshapes/JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical.wrl"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
||||
|
||||
(gr_rect (start 53.8 36) (end 66.8 74)
|
||||
(stroke (width 0.1) (type default)) (fill none) (layer "Edge.Cuts") (tstamp f0e5c6d9-4a34-47b5-86f5-2f5a79a00098))
|
||||
|
||||
(segment (start 59 46.7) (end 59 62.3) (width 1) (layer "F.Cu") (net 1) (tstamp 165c43e6-3498-4294-9aa6-dfeb66fe8188))
|
||||
(segment (start 61.5 46.7) (end 61.5 62.3) (width 1) (layer "F.Cu") (net 2) (tstamp 9f56ec7c-d821-4d91-a50c-cb744d520b60))
|
||||
|
||||
)
|
102
FanSplitter.kicad_prl
Normal file
102
FanSplitter.kicad_prl
Normal file
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"board": {
|
||||
"active_layer": 0,
|
||||
"active_layer_preset": "All Layers",
|
||||
"auto_track_width": true,
|
||||
"hidden_netclasses": [],
|
||||
"hidden_nets": [],
|
||||
"high_contrast_mode": 0,
|
||||
"net_color_mode": 1,
|
||||
"opacity": {
|
||||
"images": 0.6,
|
||||
"pads": 1.0,
|
||||
"tracks": 1.0,
|
||||
"vias": 1.0,
|
||||
"zones": 0.6
|
||||
},
|
||||
"selection_filter": {
|
||||
"dimensions": true,
|
||||
"footprints": true,
|
||||
"graphics": true,
|
||||
"keepouts": true,
|
||||
"lockedItems": false,
|
||||
"otherItems": true,
|
||||
"pads": true,
|
||||
"text": true,
|
||||
"tracks": true,
|
||||
"vias": true,
|
||||
"zones": true
|
||||
},
|
||||
"visible_items": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
15,
|
||||
16,
|
||||
17,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
22,
|
||||
23,
|
||||
24,
|
||||
25,
|
||||
26,
|
||||
27,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
32,
|
||||
33,
|
||||
34,
|
||||
35,
|
||||
36,
|
||||
39,
|
||||
40
|
||||
],
|
||||
"visible_layers": "fffffff_ffffffff",
|
||||
"zone_display_mode": 0
|
||||
},
|
||||
"meta": {
|
||||
"filename": "FanSplitter.kicad_prl",
|
||||
"version": 3
|
||||
},
|
||||
"project": {
|
||||
"files": [
|
||||
{
|
||||
"name": "FanSplitter.kicad_pcb",
|
||||
"open": false,
|
||||
"window": {
|
||||
"display": 0,
|
||||
"maximized": false,
|
||||
"pos_x": 2283,
|
||||
"pos_y": 737,
|
||||
"size_x": 569,
|
||||
"size_y": 693
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FanSplitter.kicad_sch",
|
||||
"open": false,
|
||||
"window": {
|
||||
"display": 0,
|
||||
"maximized": false,
|
||||
"pos_x": 10,
|
||||
"pos_y": 34,
|
||||
"size_x": 1106,
|
||||
"size_y": 1396
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
490
FanSplitter.kicad_pro
Normal file
490
FanSplitter.kicad_pro
Normal file
|
@ -0,0 +1,490 @@
|
|||
{
|
||||
"board": {
|
||||
"3dviewports": [],
|
||||
"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": 0.762,
|
||||
"height": 1.524,
|
||||
"width": 1.524
|
||||
},
|
||||
"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": {
|
||||
"min_clearance": 0.5
|
||||
}
|
||||
},
|
||||
"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",
|
||||
"connection_width": "warning",
|
||||
"copper_edge_clearance": "error",
|
||||
"copper_sliver": "warning",
|
||||
"courtyards_overlap": "error",
|
||||
"diff_pair_gap_out_of_range": "error",
|
||||
"diff_pair_uncoupled_length_too_long": "error",
|
||||
"drill_out_of_range": "error",
|
||||
"duplicate_footprints": "warning",
|
||||
"extra_footprint": "warning",
|
||||
"footprint": "error",
|
||||
"footprint_type_mismatch": "ignore",
|
||||
"hole_clearance": "error",
|
||||
"hole_near_hole": "error",
|
||||
"invalid_outline": "error",
|
||||
"isolated_copper": "warning",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"lib_footprint_issues": "warning",
|
||||
"lib_footprint_mismatch": "warning",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
"padstack": "warning",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_edge_clearance": "warning",
|
||||
"silk_over_copper": "warning",
|
||||
"silk_overlap": "warning",
|
||||
"skew_out_of_range": "error",
|
||||
"solder_mask_bridge": "error",
|
||||
"starved_thermal": "error",
|
||||
"text_height": "warning",
|
||||
"text_thickness": "warning",
|
||||
"through_hole_pad_without_hole": "error",
|
||||
"too_many_vias": "error",
|
||||
"track_dangling": "warning",
|
||||
"track_width": "error",
|
||||
"tracks_crossing": "error",
|
||||
"unconnected_items": "error",
|
||||
"unresolved_variable": "error",
|
||||
"via_dangling": "warning",
|
||||
"zones_intersect": "error"
|
||||
},
|
||||
"rules": {
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.0,
|
||||
"min_connection": 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_resolved_spokes": 2,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_text_height": 0.7999999999999999,
|
||||
"min_text_thickness": 0.08,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.0,
|
||||
"min_via_annular_width": 0.09999999999999999,
|
||||
"min_via_diameter": 0.5,
|
||||
"solder_mask_clearance": 0.0,
|
||||
"solder_mask_min_width": 0.0,
|
||||
"solder_mask_to_copper_clearance": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"teardrop_options": [
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 5,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_onpadsmd": true,
|
||||
"td_onroundshapesonly": false,
|
||||
"td_ontrackend": false,
|
||||
"td_onviapad": true
|
||||
}
|
||||
],
|
||||
"teardrop_parameters": [
|
||||
{
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_target_name": "td_round_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_target_name": "td_rect_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_target_name": "td_track_end",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
}
|
||||
],
|
||||
"track_widths": [
|
||||
0.0
|
||||
],
|
||||
"via_dimensions": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"layer_presets": [],
|
||||
"viewports": []
|
||||
},
|
||||
"boards": [],
|
||||
"cvpcb": {
|
||||
"equivalence_files": []
|
||||
},
|
||||
"erc": {
|
||||
"erc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"pin_map": [
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
]
|
||||
],
|
||||
"rule_severities": {
|
||||
"bus_definition_conflict": "error",
|
||||
"bus_entry_needed": "error",
|
||||
"bus_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"conflicting_netclasses": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"duplicate_sheet_names": "error",
|
||||
"endpoint_off_grid": "warning",
|
||||
"extra_units": "error",
|
||||
"global_label_dangling": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"label_dangling": "error",
|
||||
"lib_symbol_issues": "warning",
|
||||
"missing_bidi_pin": "warning",
|
||||
"missing_input_pin": "warning",
|
||||
"missing_power_pin": "error",
|
||||
"missing_unit": "warning",
|
||||
"multiple_net_names": "warning",
|
||||
"net_not_bus_member": "warning",
|
||||
"no_connect_connected": "warning",
|
||||
"no_connect_dangling": "warning",
|
||||
"pin_not_connected": "error",
|
||||
"pin_not_driven": "error",
|
||||
"pin_to_pin": "warning",
|
||||
"power_pin_not_driven": "error",
|
||||
"similar_labels": "warning",
|
||||
"simulation_model_issue": "ignore",
|
||||
"unannotated": "error",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": []
|
||||
},
|
||||
"meta": {
|
||||
"filename": "FanSplitter.kicad_pro",
|
||||
"version": 1
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.2,
|
||||
"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": 1.0,
|
||||
"via_diameter": 0.8,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 3
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": []
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
"dashed_lines_gap_length_ratio": 3.0,
|
||||
"default_line_thickness": 6.0,
|
||||
"default_text_size": 50.0,
|
||||
"field_names": [],
|
||||
"intersheets_ref_own_page": false,
|
||||
"intersheets_ref_prefix": "",
|
||||
"intersheets_ref_short": false,
|
||||
"intersheets_ref_show": false,
|
||||
"intersheets_ref_suffix": "",
|
||||
"junction_size_choice": 3,
|
||||
"label_size_ratio": 0.375,
|
||||
"pin_symbol_size": 25.0,
|
||||
"text_offset_ratio": 0.15
|
||||
},
|
||||
"legacy_lib_dir": "",
|
||||
"legacy_lib_list": [],
|
||||
"meta": {
|
||||
"version": 1
|
||||
},
|
||||
"net_format_name": "",
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"spice_current_sheet_as_root": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"spice_model_current_sheet_as_root": true,
|
||||
"spice_save_all_currents": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"7e165dc3-8447-4483-94a3-a678a6276f14",
|
||||
""
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
275
FanSplitter.kicad_sch
Normal file
275
FanSplitter.kicad_sch
Normal file
|
@ -0,0 +1,275 @@
|
|||
(kicad_sch (version 20230121) (generator eeschema)
|
||||
|
||||
(uuid 7e165dc3-8447-4483-94a3-a678a6276f14)
|
||||
|
||||
(paper "A4")
|
||||
|
||||
(lib_symbols
|
||||
(symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "H" (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MountingHole" (at 0 3.175 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "mounting hole" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Mounting Hole without connection" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "MountingHole*" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "MountingHole_0_1"
|
||||
(circle (center 0 0) (radius 1.27)
|
||||
(stroke (width 1.27) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Motor:Fan" (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "M" (at 2.54 5.08 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "Fan" (at 2.54 -2.54 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(property "Footprint" "" (at 0 0.254 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 0 0.254 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "Fan Motor" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Fan" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "PinHeader*P2.54mm* TerminalBlock*" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "Fan_0_1"
|
||||
(arc (start -2.54 -0.508) (mid 0.0028 0.9121) (end 0 3.81)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 -5.08)
|
||||
(xy 0 -4.572)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 -2.2352)
|
||||
(xy 0 -2.6416)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 4.2672)
|
||||
(xy 0 4.6228)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 4.572)
|
||||
(xy 0 5.08)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 0 1.016) (radius 3.2512)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 3.81) (mid 0.053 0.921) (end 2.54 -0.508)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 2.54 -0.508) (mid 0 1.0618) (end -2.54 -0.508)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "Fan_1_1"
|
||||
(pin passive line (at 0 7.62 270) (length 2.54)
|
||||
(name "+" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -5.08 90) (length 2.54)
|
||||
(name "-" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(junction (at 55.88 34.925) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 7b451f8c-eb4e-41a7-b2ca-5a3d81604e9a)
|
||||
)
|
||||
(junction (at 55.88 47.625) (diameter 0) (color 0 0 0 0)
|
||||
(uuid bbb1a4f1-2beb-40f0-8add-1e6eef727d3c)
|
||||
)
|
||||
|
||||
(wire (pts (xy 55.88 47.625) (xy 69.215 47.625))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 07b7a064-a048-46f4-913f-06e5ba107d84)
|
||||
)
|
||||
(wire (pts (xy 42.545 47.625) (xy 55.88 47.625))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 0a43731f-71ab-44e7-acfa-ba6557d66d27)
|
||||
)
|
||||
(wire (pts (xy 55.88 34.925) (xy 69.215 34.925))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 69604a3d-a982-48c5-9c73-1146a1d88b29)
|
||||
)
|
||||
(wire (pts (xy 42.545 34.925) (xy 55.88 34.925))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 7a48377a-f536-433c-81b7-3c3b32c9970a)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Motor:Fan") (at 55.88 42.545 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
|
||||
(uuid 94e9ceaf-d1e8-47f6-aa86-924c05b338a1)
|
||||
(property "Reference" "M2" (at 60.325 41.275 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "Fan" (at 60.325 43.815 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Connector_JST:JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical" (at 55.88 42.291 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 55.88 42.291 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid a988a8a6-3103-4677-a56c-3b35cc14c313))
|
||||
(pin "2" (uuid 41f77067-8fdf-4b2a-9a3a-a46cd63d918a))
|
||||
(instances
|
||||
(project "FanSplitter"
|
||||
(path "/7e165dc3-8447-4483-94a3-a678a6276f14"
|
||||
(reference "M2") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Mechanical:MountingHole") (at 50.165 63.5 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
|
||||
(uuid a678ccd2-98fc-42f7-a86a-06fec7ad99d2)
|
||||
(property "Reference" "H1" (at 53.34 62.23 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
(property "Value" "MountingHole" (at 53.34 64.77 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" (at 50.165 63.5 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 50.165 63.5 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(instances
|
||||
(project "FanSplitter"
|
||||
(path "/7e165dc3-8447-4483-94a3-a678a6276f14"
|
||||
(reference "H1") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Motor:Fan") (at 42.545 42.545 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
|
||||
(uuid a8ec29d8-8b00-4d25-b6bb-9406a59d2a64)
|
||||
(property "Reference" "M1" (at 46.99 41.275 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "Fan" (at 46.99 43.815 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Connector_JST:JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical" (at 42.545 42.291 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 42.545 42.291 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid bfee4de0-70c1-4786-b3e5-32a84b0b085f))
|
||||
(pin "2" (uuid 3e848e29-883d-47b0-ae60-f1210b476755))
|
||||
(instances
|
||||
(project "FanSplitter"
|
||||
(path "/7e165dc3-8447-4483-94a3-a678a6276f14"
|
||||
(reference "M1") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Motor:Fan") (at 69.215 42.545 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
|
||||
(uuid cd47505d-9735-4552-87a4-ec2d24a76a3f)
|
||||
(property "Reference" "M3" (at 73.66 41.275 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "Fan" (at 73.66 43.815 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Connector_JST:JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical" (at 69.215 42.291 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 69.215 42.291 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 9c9b0a62-0a08-4a83-897b-de11d9a2f42c))
|
||||
(pin "2" (uuid 7919c450-e8c9-4586-a07d-2fa0960e1ca2))
|
||||
(instances
|
||||
(project "FanSplitter"
|
||||
(path "/7e165dc3-8447-4483-94a3-a678a6276f14"
|
||||
(reference "M3") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Mechanical:MountingHole") (at 69.85 62.865 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
|
||||
(uuid d62a22c6-ae3e-4e30-905e-db05d46b6ebe)
|
||||
(property "Reference" "H2" (at 73.025 61.595 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
(property "Value" "MountingHole" (at 73.025 64.135 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" (at 69.85 62.865 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 69.85 62.865 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(instances
|
||||
(project "FanSplitter"
|
||||
(path "/7e165dc3-8447-4483-94a3-a678a6276f14"
|
||||
(reference "H2") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(sheet_instances
|
||||
(path "/" (page "1"))
|
||||
)
|
||||
)
|
Loading…
Add table
Reference in a new issue