├── .gitignore ├── README.md ├── examples └── throwie-layers │ ├── README.md │ ├── assembly.png │ ├── bom │ ├── throwie-layers-v1.0-bom-digikey.csv │ ├── throwie-layers-v1.0-bom-master.csv │ ├── throwie-layers-v1.0-bom-readable.csv │ ├── throwie-layers-v1.0-bom-readme.md │ └── throwie-layers-v1.0-bom-seeed.csv │ ├── fp-lib-table │ ├── gerbers │ ├── drill_report.rpt │ ├── throwie-layers-B.Cu.gbl │ ├── throwie-layers-B.Mask.gbs │ ├── throwie-layers-B.Paste.gbp │ ├── throwie-layers-B.SilkS.gbo │ ├── throwie-layers-Edge.Cuts.gko │ ├── throwie-layers-F.Assembly.gba │ ├── throwie-layers-F.Cu.gtl │ ├── throwie-layers-F.Mask.gts │ ├── throwie-layers-F.Paste.gtp │ ├── throwie-layers-F.SilkS.gto │ ├── throwie-layers-FabNotes.gbr │ ├── throwie-layers-v1.0-gerbers.zip │ ├── throwie-layers-v1.0-stencil.zip │ └── throwie-layers.xln │ ├── preview.png │ ├── proj.json │ ├── throwie-layers-cache.lib │ ├── throwie-layers-v1.0.pdf │ ├── throwie-layers-v1.0.zip │ ├── throwie-layers.kicad_pcb │ ├── throwie-layers.net │ ├── throwie-layers.pro │ └── throwie-layers.sch ├── libraries ├── CHIP-DIPs.pretty │ ├── DIP_Header_2x20.kicad_mod │ ├── PINHOLE-40MIL.kicad_mod │ ├── Protoboard_Holes_1x20.kicad_mod │ └── Symbol_OSHW-Logo_SilkScreen.kicad_mod ├── README.md ├── Wickerlib.pretty.zip ├── Wickerlib.pretty │ ├── 1226AS-H-1R0N.kicad_mod │ ├── ANTENNA-PCB-2.4GHZ.kicad_mod │ ├── ARDUINO-101-SHIELD.kicad_mod │ ├── ARDUINO-HEADER-1x10-DIGITAL.kicad_mod │ ├── ARDUINO-HEADER-1x6-ANALOG.kicad_mod │ ├── ARDUINO-HEADER-1x8-DIGITAL.kicad_mod │ ├── ARDUINO-HEADER-1x8-POWER.kicad_mod │ ├── ARDUINO-MOUNTING-HOLE.kicad_mod │ ├── ARDUINO-UNO-SHIELD-CUSTOM1.kicad_mod │ ├── ARDUINO-UNO-SHIELD-WITH-ICSP.kicad_mod │ ├── ARDUINO-UNO-SHIELD.kicad_mod │ ├── BATT-HOLDER-CR1220-BK-916.kicad_mod │ ├── BATT-HOLDER-STRAP-CR2032-BC-2003.kicad_mod │ ├── BREAKOUT-ADAFRUIT-FONA808-CELL-GPS.kicad_mod │ ├── BREAKOUT-ADAFRUIT-HUZZAH-CC3000.kicad_mod │ ├── BREAKOUT-ADAFRUIT-UNIVGPS.kicad_mod │ ├── BREAKOUT-ARDUINO-PRO-MINI-SIMPLE.kicad_mod │ ├── BREAKOUT-LV-EZ1-RANGEFINDER.kicad_mod │ ├── CAP-DISC-D3MM-P2.5MM.kicad_mod │ ├── CAP-DISC-D7.5MM-P5MM.kicad_mod │ ├── CAP-RADIAL-ALUM-D10MM-P5MM.kicad_mod │ ├── CAP-RADIAL-ALUM-D6.3MM-P2.5MM.kicad_mod │ ├── CAPSENSE-CIRCLE-D10MM.kicad_mod │ ├── CONN-3M-JTAG-2x05-2.54MMP.kicad_mod │ ├── CONN-3x04-P2.54MM-TH-RA.kicad_mod │ ├── CONN-AMPHENOL-RJ45-NOLED.kicad_mod │ ├── CONN-BARREL-JACK-2.5x5.5MM-TH.kicad_mod │ ├── CONN-BNC-TECONN-1-1634612-0.kicad_mod │ ├── CONN-EDSTL130-1x02.kicad_mod │ ├── CONN-EDSTL130-1x03.kicad_mod │ ├── CONN-EDSTL130-1x06-REVERSED.kicad_mod │ ├── CONN-EDSTL130-1x06.kicad_mod │ ├── CONN-HEADER-FH34SRJ-34S-0.5SH.kicad_mod │ ├── CONN-HEADER-SMT-P2.54MM-2x20-HLE-120-02-G-DV-BE.kicad_mod │ ├── CONN-HEADER-STRAIGHT-GROVE-1x04.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P1.27MM-2x04.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P1.27MM-2x05.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x01.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x02.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x03.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x04.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x05.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x06.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x07.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x08.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x09.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x10.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x11.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x12.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x13.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x14.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x15.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x16.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x17.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x18.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x19.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x20.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x21.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x22.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x23.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x24.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x25.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x26.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x27.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x28.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x29.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-1x30.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x01.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x02.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x03-SMT.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x03.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x04.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x05.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x06.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x07.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x08.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x09.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x10.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x11.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x12.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x13.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x14.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x15.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x16.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x17.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x18.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x19.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x20.kicad_mod │ ├── CONN-HEADER-STRAIGHT-P2.54MM-2x25.kicad_mod │ ├── CONN-JST-S2B-PH-SM4-TB.kicad_mod │ ├── CONN-MOLEX-KK100-1x05.kicad_mod │ ├── CONN-MOLEX-KK100-1x06.kicad_mod │ ├── CONN-MOLEX-KK100-1x08.kicad_mod │ ├── CONN-ONSHORE-JTAG-2x05-1.27MMP.kicad_mod │ ├── CONN-ONSHORE-JTAG-2x10-2.54MMP.kicad_mod │ ├── CONN-ONSHORE-SCREW-GREEN-2PIN-TH.kicad_mod │ ├── CONN-ONSHORE-SCREW-GREEN-3PIN-TH.kicad_mod │ ├── CONN-ONSHORE-SCREW-GREEN-5PIN-TH.kicad_mod │ ├── CONN-SD-FULL-TECONN-2041021-4.kicad_mod │ ├── CONN-SD-MICRO-MOLEX-0475710001.kicad_mod │ ├── CONN-SD-MICRO-MOLEX-5009010801.kicad_mod │ ├── CONN-SMA-STRAIGHT-TH.kicad_mod │ ├── CONN-USB-A-PCB-TRACES.kicad_mod │ ├── CONN-USB-MICRO-B-AMPHENOL-10118193-0001LF.kicad_mod │ ├── CRYSTAL-8Y-4SMD.kicad_mod │ ├── CRYSTAL-ABM-2SMD.kicad_mod │ ├── CRYSTAL-CTS-4SMD.kicad_mod │ ├── CRYSTAL-HC49-TH.kicad_mod │ ├── DB9-FEMALE-C.kicad_mod │ ├── DB9-FEMALE-D.kicad_mod │ ├── DB9-MALE-C.kicad_mod │ ├── DB9-MALE-D.kicad_mod │ ├── DFN-10-1EP-3x3MM-P0.5MM.kicad_mod │ ├── DFN-12-1EP-3x3MM-P0.45MM.kicad_mod │ ├── DIODE-DO-41.kicad_mod │ ├── DIODE-SMA-DO214AC.kicad_mod │ ├── DIODE-SMB-DO214AA.kicad_mod │ ├── DIODE-SMC-DO214AB.kicad_mod │ ├── DIODE-SOD-123.kicad_mod │ ├── DIODE-SOD-323.kicad_mod │ ├── DIODE-SOD-523.kicad_mod │ ├── DIP-16-W10.16MM-CIRCLEPADS.kicad_mod │ ├── DIP-16-W10.16MM-LONGPADS.kicad_mod │ ├── DIP-16-W7.62MM-LONGPADS.kicad_mod │ ├── DIP-8-W7.62MM-LONGPADS.kicad_mod │ ├── DPAK.kicad_mod │ ├── FGPMMOPA6H.kicad_mod │ ├── FIDUCIAL-2MM.kicad_mod │ ├── HOLE-PLATED-#8-WASHER-4.6MM.kicad_mod │ ├── HOLE-PLATED-200MIL.kicad_mod │ ├── HOLE-PLATED-3.2MM.kicad_mod │ ├── HOLE-PLATED-3.6MM.kicad_mod │ ├── HOLE-PLATED-40MIL.kicad_mod │ ├── HOLE-PLATED-NUM8-WASHER-4.6MM.kicad_mod │ ├── HOLE-UNPLATED-2.75MMP-RASPI.kicad_mod │ ├── HOLE-UNPLATED-200MIL.kicad_mod │ ├── HOLES-3.5x1.41-HOLES.kicad_mod │ ├── IND-7447071.kicad_mod │ ├── LCD-1602A-CUSTOM-CENTERED.kicad_mod │ ├── LCD-1602A-CUSTOM-RW.kicad_mod │ ├── LCD-1602A-NOHOLES.kicad_mod │ ├── LCD-1602A.kicad_mod │ ├── LED-0603-SMD.kicad_mod │ ├── LED-0805-SMD.kicad_mod │ ├── LED-1206-SMD.kicad_mod │ ├── LED-BIVAR-SMP4-4PLCC-SMD.kicad_mod │ ├── LED-D3MM-2PIN.kicad_mod │ ├── LED-D3MM-3PIN.kicad_mod │ ├── LED-D5MM-2PIN-SH4356.kicad_mod │ ├── LED-D5MM-2PIN.kicad_mod │ ├── LED-D5MM-3PIN.kicad_mod │ ├── LED-D5MM-4PIN-COMMON-CATHODE.kicad_mod │ ├── LED-KINGBRIGHT-APTB-0606-SMD.kicad_mod │ ├── LED-KINGBRIGHT-APTF-0606-SMD.kicad_mod │ ├── LED-LITEON-LTST-0606-SMD.kicad_mod │ ├── LED-LITEON-LTST-1210-SMD.kicad_mod │ ├── LED-RGB-5050-SMD.kicad_mod │ ├── LED-WURTH-SBTW-4PLCC-SMD.kicad_mod │ ├── MSOP-10-1EP-3x3MM-P0.5MM.kicad_mod │ ├── MSOP-10-3x3MM-P0.5MM.kicad_mod │ ├── PHOTOCELL-5.1MM.kicad_mod │ ├── PHOTON-V016-SILK.kicad_mod │ ├── QFN-20-1EP-4x4MM_P0.5MM.kicad_mod │ ├── QFN-24-1EP_3x3MM_P0.4MM.kicad_mod │ ├── QFN-24_3x3MM_P0.4MM.kicad_mod │ ├── QFN-32-1EP-5x5MM-P0.5MM.kicad_mod │ ├── RASPI-3.kicad_mod │ ├── RASPI-ZERO-SMT.kicad_mod │ ├── RASPI-ZERO-TH.kicad_mod │ ├── README.md │ ├── RELAY-SPDT-KLT1C12DC12.kicad_mod │ ├── RES-CARBONFILM-7MM.kicad_mod │ ├── RES-TRIMPOT-BOURNS-3362-SQUARE-TH-CENTER.kicad_mod │ ├── RES-TRIMPOT-TC33X-2.kicad_mod │ ├── RES-TRIMPOT-TTELEC-P160-TH.kicad_mod │ ├── RLC-0402-SMD.kicad_mod │ ├── RLC-0603-SMD.kicad_mod │ ├── RLC-0805-SMD.kicad_mod │ ├── RLC-1206-SMD.kicad_mod │ ├── RLC-1210-SMD.kicad_mod │ ├── RLC-1812-SMD.kicad_mod │ ├── RLC-1825-SMD.kicad_mod │ ├── RLC-2010-SMD.kicad_mod │ ├── RLC-2220-SMD.kicad_mod │ ├── RLC-2225-SMD.kicad_mod │ ├── RLC-2615-SMD.kicad_mod │ ├── SJ1-3523N.kicad_mod │ ├── SOIC-14-3.9x8.7MM-P1.27MM.kicad_mod │ ├── SOIC-16-3.9x9.9MM-P1.27MM.kicad_mod │ ├── SOIC-16-7.5x10.3MM-P1.27MM.kicad_mod │ ├── SOIC-18-7.5x11.6MM-P1.27MM.kicad_mod │ ├── SOIC-20-7.5x12.8MM-P1.27MM.kicad_mod │ ├── SOIC-24-7.5x15.4MM-P1.27MM.kicad_mod │ ├── SOIC-28-7.5x17.9MM-P1.27MM.kicad_mod │ ├── SOIC-8-3.9x4.9MM-P1.27MM.kicad_mod │ ├── SOIC-8-5.3x4.9MM-P1.27MM.kicad_mod │ ├── SOIC-8-7.6x4.9MM-P1.27MM.kicad_mod │ ├── SOT-223.kicad_mod │ ├── SOT-23-3.kicad_mod │ ├── SOT-23-5.kicad_mod │ ├── SOT-353.kicad_mod │ ├── SPEAKER-CMT-1603.kicad_mod │ ├── SSOP-24-5.3x8.2MM-P0.65MM.kicad_mod │ ├── SSOP-28-5.3x10.2MM-P0.65MM.kicad_mod │ ├── SSOP-5.kicad_mod │ ├── SWITCH-DIP-ROTARY-SD-2010-TH.kicad_mod │ ├── SWITCH-ESWITCH-SLIDE-TH-EG1218.kicad_mod │ ├── SWITCH-ESWITCH-TOGGLE-TH-100SP3.kicad_mod │ ├── SWITCH-OMRON-MOMENTARY-SMD-B3U-1000P.kicad_mod │ ├── SWITCH-OMRON-MOMENTARY-SMT-B3FS-4000.kicad_mod │ ├── SWITCH-OMRON-MOMENTARY-TH-B3F-10XX.kicad_mod │ ├── SWITCH-OMRON-MOMENTARY-TH-B3F-4000.kicad_mod │ ├── SWITCH-TECONN-MOMENTARY-SMD-FSMSM.kicad_mod │ ├── SYMBOL-OSHW-LOGO-NOTEXT-SILK.kicad_mod │ ├── SYMBOL-OSHW-LOGO-SILK.kicad_mod │ ├── TEENSY-3.2-NOSILK-SIMPLE.kicad_mod │ ├── TEENSY-3.2-NOSILK.kicad_mod │ ├── TEENSY-3.2-SILK-SIMPLE.kicad_mod │ ├── TEENSY-3.2-SILK.kicad_mod │ ├── TEENSY-LC-NOSILK.kicad_mod │ ├── TEENSY-LC-SILK.kicad_mod │ ├── TEENSY-LC.kicad_mod │ ├── TEMD5110X01.kicad_mod │ ├── TO-220-3PIN-VERT-LONGPADS.kicad_mod │ ├── TO-220-4PIN-VERT-LONGPADS.kicad_mod │ ├── TO-263-4.kicad_mod │ ├── TO-263-5.kicad_mod │ ├── TO-92-INLINE-NARROW-OVAL.kicad_mod │ ├── TQFP-100-14x14MM-P0.5MM.kicad_mod │ ├── TQFP-32-7x7MM-P0.8MM.kicad_mod │ ├── TQFP-44-10x10MM-P0.8MM.kicad_mod │ ├── TQFP-48-1EP_7x7mm_Pitch0.5mm.kicad_mod │ ├── TQFP-48_7x7mm_Pitch0.5mm.kicad_mod │ ├── TSSOP-14-4.4x5MM-P0.65MM.kicad_mod │ ├── U.FL-COAX.kicad_mod │ ├── UNDEFINED.kicad_mod │ └── WSON-10-1EP.kicad_mod ├── chip-dips.dcm ├── chip-dips.lib ├── footprint-comments.txt ├── fpcheck.py ├── fpsize.py ├── libupdate.py ├── wickerlib.dcm └── wickerlib.lib ├── scripting └── genliblist.py └── templates ├── README.md ├── arduino-101 ├── README.md ├── arduino-101-cache.lib ├── arduino-101.kicad_pcb ├── arduino-101.net ├── arduino-101.pro ├── arduino-101.sch └── meta │ ├── icon.png │ └── info.html ├── arduino-zero ├── README.md ├── arduino-zero-cache.lib ├── arduino-zero.kicad_pcb ├── arduino-zero.net ├── arduino-zero.pro ├── arduino-zero.sch └── meta │ ├── icon.png │ └── info.html ├── atmega2560 ├── README.md ├── atmega2560-cache.lib ├── atmega2560.kicad_pcb ├── atmega2560.net ├── atmega2560.pro ├── atmega2560.sch └── meta │ ├── icon.png │ └── info.html ├── atmega328 ├── README.md ├── atmega328-cache.lib ├── atmega328.kicad_pcb ├── atmega328.net ├── atmega328.pro ├── atmega328.sch └── meta │ ├── icon.png │ └── info.html ├── chip-dip-2layer ├── README.md ├── chip-dip-2layer-cache.lib ├── chip-dip-2layer.kicad_pcb ├── chip-dip-2layer.net ├── chip-dip-2layer.pro ├── chip-dip-2layer.sch └── meta │ ├── icon.png │ └── info.html ├── fabnotes.txt ├── oshpark-2layer ├── README.md ├── meta │ ├── icon.png │ └── info.html ├── oshpark-2layer.kicad_pcb ├── oshpark-2layer.pro └── oshpark-2layer.sch ├── oshpark-4layer ├── README.md ├── meta │ ├── icon.png │ └── info.html ├── oshpark-4layer.kicad_pcb ├── oshpark-4layer.pro └── oshpark-4layer.sch ├── teensy-3.2 ├── README.md ├── meta │ ├── icon.png │ └── info.html ├── teensy-3.2-cache.lib ├── teensy-3.2.kicad_pcb ├── teensy-3.2.net ├── teensy-3.2.pro └── teensy-3.2.sch └── teensy-lc ├── README.md ├── meta ├── icon.png └── info.html ├── teensy-lc-cache.lib ├── teensy-lc.kicad_pcb ├── teensy-lc.net ├── teensy-lc.pro └── teensy-lc.sch /.gitignore: -------------------------------------------------------------------------------- 1 | # For PCBs designed using KiCAD: http://www.kicad-pcb.org/ 2 | 3 | # Temporary files 4 | *.000 5 | *.bak 6 | *.bck 7 | *.kicad_pcb-bak 8 | 9 | # Autorouter files (exported from Pcbnew) 10 | .dsn 11 | 12 | # Other 13 | .~lock* 14 | *.swp 15 | ref 16 | *.pyc 17 | 18 | # Temp testing dir 19 | testing 20 | -------------------------------------------------------------------------------- /examples/throwie-layers/README.md: -------------------------------------------------------------------------------- 1 | 2 | # Simple Throwie Board v1.0 3 | Example project to demonstrate manufacturing layers in KiCad 4 | 5 | - Updated: 01 Apr 2017 6 | 7 | - Author: Jenner Hanni 8 | - Website: http://wickerbox.net 9 | - Company: Wickerbox Electronics 10 | - License: CERN Open Hardware License v1.2 11 | 12 | 13 | Description. 14 | 15 | 16 | ### Bill of Materials 17 | 18 | |Ref|Qty|Description|Digikey PN| 19 | |---|---|-----------|------| 20 | |BAT1|1|CR1220 BATTERY HOLDER SMT FLATPIN|BK-916-CT-ND| 21 | |LED1|1|LED RED DIFF 5MM ROUND T/H|1125-1188-ND| 22 | 23 | 24 | 25 |  26 | 27 |  28 | 29 | -------------------------------------------------------------------------------- /examples/throwie-layers/assembly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wickerbox/wickerlib/10d4344718d85f7bbcf7ea59a976fcfa00aea592/examples/throwie-layers/assembly.png -------------------------------------------------------------------------------- /examples/throwie-layers/bom/throwie-layers-v1.0-bom-digikey.csv: -------------------------------------------------------------------------------- 1 | Ref,Qty,Description,Digikey PN 2 | BAT1,1,CR1220 BATTERY HOLDER SMT FLATPIN,BK-916-CT-ND 3 | LED1,1,LED RED DIFF 5MM ROUND T/H,1125-1188-ND 4 | -------------------------------------------------------------------------------- /examples/throwie-layers/bom/throwie-layers-v1.0-bom-master.csv: -------------------------------------------------------------------------------- 1 | Ref,Qty,Value,Footprint,Footprint Library,Symbol,Symbol Library,Datasheet,Description,MF_Name,MF_PN,S1_Name,S1_PN 2 | BAT1,1,CR1220,BATT-HOLDER-CR1220-BK-916,Wickerlib,BATT-CR1220-HOLDER-SMT-FLATPIN,wickerlib,http://www.memoryprotectiondevices.com/datasheets/BK-916-datasheet.pdf,CR1220 BATTERY HOLDER SMT FLATPIN,MPD,BK-916-TR,Digikey,BK-916-CT-ND 3 | LED1,1,RED,LED-D5MM-2PIN,Wickerlib,LED-RED-2PIN-TH-MT4118-HR-A,wickerlib,http://www.marktechopto.com/products/datasheet/MT4118-HR-A,LED RED DIFF 5MM ROUND T/H,Marktech Opto,MT4118-HR-A,Digikey,1125-1188-ND 4 | -------------------------------------------------------------------------------- /examples/throwie-layers/bom/throwie-layers-v1.0-bom-readable.csv: -------------------------------------------------------------------------------- 1 | Ref,Qty,Description,MF,MF PN,S1,S1_PN 2 | BAT1,1,CR1220 BATTERY HOLDER SMT FLATPIN,MPD,BK-916-TR,Digikey,BK-916-CT-ND 3 | LED1,1,LED RED DIFF 5MM ROUND T/H,Marktech Opto,MT4118-HR-A,Digikey,1125-1188-ND 4 | -------------------------------------------------------------------------------- /examples/throwie-layers/bom/throwie-layers-v1.0-bom-readme.md: -------------------------------------------------------------------------------- 1 | |Ref|Qty|Description|Digikey PN| 2 | |---|---|-----------|------| 3 | |BAT1|1|CR1220 BATTERY HOLDER SMT FLATPIN|BK-916-CT-ND| 4 | |LED1|1|LED RED DIFF 5MM ROUND T/H|1125-1188-ND| 5 | 6 | 7 | -------------------------------------------------------------------------------- /examples/throwie-layers/bom/throwie-layers-v1.0-bom-seeed.csv: -------------------------------------------------------------------------------- 1 | Location,MPN/Seeed SKU,Quantity 2 | BAT1,BK-916-TR,1 3 | LED1,MT4118-HR-A,1 4 | -------------------------------------------------------------------------------- /examples/throwie-layers/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name Wickerlib)(type KiCad)(uri /home/wicker/wickerlib/libraries/Wickerlib.pretty)(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /examples/throwie-layers/gerbers/drill_report.rpt: -------------------------------------------------------------------------------- 1 | Drill report for throwie-layers.kicad_pcb 2 | Created on Sat Apr 1 19:42:10 2017 3 | 4 | Copper Layer Stackup: 5 | ============================================================= 6 | L1 : F.Cu front 7 | L2 : B.Cu back 8 | 9 | 10 | Drill file 'throwie-layers.drl' contains 11 | plated through holes: 12 | ============================================================= 13 | T1 1.00mm 0.039" (2 holes) 14 | 15 | Total plated holes count 2 16 | 17 | 18 | Not plated through holes are merged with plated holes 19 | unplated through holes: 20 | ============================================================= 21 | 22 | Total unplated holes count 0 23 | -------------------------------------------------------------------------------- /examples/throwie-layers/gerbers/throwie-layers-B.Cu.gbl: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,4.0.5-e0-6337~49~ubuntu16.04.1*% 2 | %TF.CreationDate,2017-04-01T19:42:10-07:00*% 3 | %TF.ProjectId,throwie-layers,7468726F7769652D6C61796572732E6B,1.0*% 4 | %TF.FileFunction,Copper,L2,Bot,Signal*% 5 | %FSLAX46Y46*% 6 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 7 | G04 Created by KiCad (PCBNEW 4.0.5-e0-6337~49~ubuntu16.04.1) date Sat Apr 1 19:42:10 2017* 8 | %MOMM*% 9 | %LPD*% 10 | G01* 11 | G04 APERTURE LIST* 12 | %ADD10C,0.350000*% 13 | %ADD11R,2.000000X1.900000*% 14 | %ADD12C,1.900000*% 15 | %ADD13C,10.000000*% 16 | %ADD14C,0.350000*% 17 | G04 APERTURE END LIST* 18 | D10* 19 | D11* 20 | X61013340Y-41592500D03* 21 | D12* 22 | X61013340Y-44132500D03* 23 | D13* 24 | X57785000Y-28575000D02* 25 | X63500000Y-28575000D01* 26 | D14* 27 | X61013340Y-41592500D03* 28 | X61013340Y-44132500D03* 29 | M02* 30 | -------------------------------------------------------------------------------- /examples/throwie-layers/gerbers/throwie-layers-B.Paste.gbp: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,4.0.5-e0-6337~49~ubuntu16.04.1*% 2 | %TF.CreationDate,2017-04-01T19:42:10-07:00*% 3 | %TF.ProjectId,throwie-layers,7468726F7769652D6C61796572732E6B,1.0*% 4 | %TF.FileFunction,Paste,Bot*% 5 | %FSLAX46Y46*% 6 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 7 | G04 Created by KiCad (PCBNEW 4.0.5-e0-6337~49~ubuntu16.04.1) date Sat Apr 1 19:42:10 2017* 8 | %MOMM*% 9 | %LPD*% 10 | G01* 11 | G04 APERTURE LIST* 12 | %ADD10C,0.350000*% 13 | G04 APERTURE END LIST* 14 | D10* 15 | M02* 16 | -------------------------------------------------------------------------------- /examples/throwie-layers/gerbers/throwie-layers-Edge.Cuts.gko: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,4.0.5-e0-6337~49~ubuntu16.04.1*% 2 | %TF.CreationDate,2017-04-01T19:42:10-07:00*% 3 | %TF.ProjectId,throwie-layers,7468726F7769652D6C61796572732E6B,1.0*% 4 | %TF.FileFunction,Profile,NP*% 5 | %FSLAX46Y46*% 6 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 7 | G04 Created by KiCad (PCBNEW 4.0.5-e0-6337~49~ubuntu16.04.1) date Sat Apr 1 19:42:10 2017* 8 | %MOMM*% 9 | %LPD*% 10 | G01* 11 | G04 APERTURE LIST* 12 | %ADD10C,0.350000*% 13 | %ADD11C,0.152400*% 14 | G04 APERTURE END LIST* 15 | D10* 16 | D11* 17 | X52070000Y-20955000D02* 18 | X69850000Y-20955000D01* 19 | X49530000Y-45085000D02* 20 | G75* 21 | G03X52070000Y-47625000I2540000J0D01* 22 | G01* 23 | X49530000Y-23495000D02* 24 | X49530000Y-45085000D01* 25 | X52070000Y-20955000D02* 26 | G75* 27 | G03X49530000Y-23495000I0J-2540000D01* 28 | G01* 29 | X69850000Y-47625000D02* 30 | G75* 31 | G03X72390000Y-45085000I0J2540000D01* 32 | G01* 33 | X72390000Y-23495000D02* 34 | G75* 35 | G03X69850000Y-20955000I-2540000J0D01* 36 | G01* 37 | X52070000Y-47625000D02* 38 | X69850000Y-47625000D01* 39 | X72390000Y-23495000D02* 40 | X72390000Y-45085000D01* 41 | M02* 42 | -------------------------------------------------------------------------------- /examples/throwie-layers/gerbers/throwie-layers-F.Cu.gtl: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,4.0.5-e0-6337~49~ubuntu16.04.1*% 2 | %TF.CreationDate,2017-04-01T19:42:10-07:00*% 3 | %TF.ProjectId,throwie-layers,7468726F7769652D6C61796572732E6B,1.0*% 4 | %TF.FileFunction,Copper,L1,Top,Signal*% 5 | %FSLAX46Y46*% 6 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 7 | G04 Created by KiCad (PCBNEW 4.0.5-e0-6337~49~ubuntu16.04.1) date Sat Apr 1 19:42:10 2017* 8 | %MOMM*% 9 | %LPD*% 10 | G01* 11 | G04 APERTURE LIST* 12 | %ADD10C,0.350000*% 13 | %ADD11R,2.000000X1.900000*% 14 | %ADD12C,1.900000*% 15 | %ADD13R,2.500000X5.100000*% 16 | %ADD14C,10.200000*% 17 | %ADD15C,0.762000*% 18 | %ADD16C,0.350000*% 19 | G04 APERTURE END LIST* 20 | D10* 21 | D11* 22 | X61013340Y-41592500D03* 23 | D12* 24 | X61013340Y-44132500D03* 25 | D13* 26 | X68683660Y-31521400D03* 27 | X53383660Y-31521400D03* 28 | D14* 29 | X61033660Y-31521400D03* 30 | D15* 31 | X64353440Y-39163620D02* 32 | X64353440Y-42135902D01* 33 | X64353440Y-42135902D02* 34 | X62356842Y-44132500D01* 35 | X62356842Y-44132500D02* 36 | X61013340Y-44132500D01* 37 | X68683660Y-31521400D02* 38 | X68683660Y-34833400D01* 39 | X68683660Y-34833400D02* 40 | X64353440Y-39163620D01* 41 | X57312560Y-38762300D02* 42 | X57312560Y-41775222D01* 43 | X57312560Y-41775222D02* 44 | X59669838Y-44132500D01* 45 | X59669838Y-44132500D02* 46 | X61013340Y-44132500D01* 47 | X53383660Y-31521400D02* 48 | X53383660Y-34833400D01* 49 | X53383660Y-34833400D02* 50 | X57312560Y-38762300D01* 51 | X61013340Y-41592500D02* 52 | X61013340Y-31541720D01* 53 | X61013340Y-31541720D02* 54 | X61033660Y-31521400D01* 55 | D16* 56 | X61013340Y-41592500D03* 57 | X61013340Y-44132500D03* 58 | M02* 59 | -------------------------------------------------------------------------------- /examples/throwie-layers/gerbers/throwie-layers-F.Mask.gts: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,4.0.5-e0-6337~49~ubuntu16.04.1*% 2 | %TF.CreationDate,2017-04-01T19:42:10-07:00*% 3 | %TF.ProjectId,throwie-layers,7468726F7769652D6C61796572732E6B,1.0*% 4 | %TF.FileFunction,Soldermask,Top*% 5 | %FSLAX46Y46*% 6 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 7 | G04 Created by KiCad (PCBNEW 4.0.5-e0-6337~49~ubuntu16.04.1) date Sat Apr 1 19:42:10 2017* 8 | %MOMM*% 9 | %LPD*% 10 | G01* 11 | G04 APERTURE LIST* 12 | %ADD10C,0.350000*% 13 | G04 APERTURE END LIST* 14 | D10* 15 | G36* 16 | X61577342Y-26348646D02* 17 | X62571707Y-26552760D01* 18 | X63507502Y-26946132D01* 19 | X64349061Y-27513771D01* 20 | X65064339Y-28234059D01* 21 | X65626088Y-29079561D01* 22 | X66012915Y-30018072D01* 23 | X66210014Y-31013498D01* 24 | X66210014Y-31013503D01* 25 | X66210082Y-31013847D01* 26 | X66193892Y-32173289D01* 27 | X66193815Y-32173627D01* 28 | X66193815Y-32173636D01* 29 | X65968998Y-33163172D01* 30 | X65556119Y-34090512D01* 31 | X64970978Y-34920002D01* 32 | X64235867Y-35620039D01* 33 | X63378786Y-36163959D01* 34 | X62432376Y-36531047D01* 35 | X61432697Y-36707318D01* 36 | X60417812Y-36686059D01* 37 | X59426385Y-36468080D01* 38 | X58496179Y-36061683D01* 39 | X57662630Y-35482351D01* 40 | X56957478Y-34752145D01* 41 | X56407586Y-33898879D01* 42 | X56033899Y-32955054D01* 43 | X55850655Y-31956631D01* 44 | X55864827Y-30941624D01* 45 | X56075880Y-29948698D01* 46 | X56475771Y-29015681D01* 47 | X57049274Y-28178102D01* 48 | X57774537Y-27467871D01* 49 | X58623943Y-26912036D01* 50 | X59565134Y-26531770D01* 51 | X60562255Y-26341559D01* 52 | X61577342Y-26348646D01* 53 | X61577342Y-26348646D01* 54 | G37* 55 | G36* 56 | X70009860Y-34147600D02* 57 | X67357460Y-34147600D01* 58 | X67357460Y-28895200D01* 59 | X70009860Y-28895200D01* 60 | X70009860Y-34147600D01* 61 | X70009860Y-34147600D01* 62 | G37* 63 | G36* 64 | X54709860Y-34147600D02* 65 | X52057460Y-34147600D01* 66 | X52057460Y-28895200D01* 67 | X54709860Y-28895200D01* 68 | X54709860Y-34147600D01* 69 | X54709860Y-34147600D01* 70 | G37* 71 | M02* 72 | -------------------------------------------------------------------------------- /examples/throwie-layers/gerbers/throwie-layers-F.Paste.gtp: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,4.0.5-e0-6337~49~ubuntu16.04.1*% 2 | %TF.CreationDate,2017-04-01T19:42:10-07:00*% 3 | %TF.ProjectId,throwie-layers,7468726F7769652D6C61796572732E6B,1.0*% 4 | %TF.FileFunction,Paste,Top*% 5 | %FSLAX46Y46*% 6 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 7 | G04 Created by KiCad (PCBNEW 4.0.5-e0-6337~49~ubuntu16.04.1) date Sat Apr 1 19:42:10 2017* 8 | %MOMM*% 9 | %LPD*% 10 | G01* 11 | G04 APERTURE LIST* 12 | %ADD10C,0.350000*% 13 | %ADD11R,2.347600X4.947600*% 14 | G04 APERTURE END LIST* 15 | D10* 16 | D11* 17 | X68683660Y-31521400D03* 18 | X53383660Y-31521400D03* 19 | M02* 20 | -------------------------------------------------------------------------------- /examples/throwie-layers/gerbers/throwie-layers-v1.0-gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wickerbox/wickerlib/10d4344718d85f7bbcf7ea59a976fcfa00aea592/examples/throwie-layers/gerbers/throwie-layers-v1.0-gerbers.zip -------------------------------------------------------------------------------- /examples/throwie-layers/gerbers/throwie-layers-v1.0-stencil.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wickerbox/wickerlib/10d4344718d85f7bbcf7ea59a976fcfa00aea592/examples/throwie-layers/gerbers/throwie-layers-v1.0-stencil.zip -------------------------------------------------------------------------------- /examples/throwie-layers/gerbers/throwie-layers.xln: -------------------------------------------------------------------------------- 1 | M48 2 | ;DRILL file {KiCad 4.0.5-e0-6337~49~ubuntu16.04.1} date Sat Apr 1 19:42:10 2017 3 | ;FORMAT={-:-/ absolute / metric / decimal} 4 | FMAT,2 5 | METRIC,TZ 6 | T1C1.001 7 | % 8 | G90 9 | G05 10 | M71 11 | T1 12 | X61.013Y-41.593 13 | X61.013Y-44.133 14 | T0 15 | M30 16 | -------------------------------------------------------------------------------- /examples/throwie-layers/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wickerbox/wickerlib/10d4344718d85f7bbcf7ea59a976fcfa00aea592/examples/throwie-layers/preview.png -------------------------------------------------------------------------------- /examples/throwie-layers/proj.json: -------------------------------------------------------------------------------- 1 | { 2 | "author":"Jenner Hanni", 3 | "bom_dir":"bom", 4 | "company":"Wickerbox Electronics", 5 | "date_create":"01 Apr 2017", 6 | "date_update":"01 Apr 2017", 7 | "description":"Example project to demonstrate manufacturing layers in KiCad", 8 | "email":"jenner@wickerbox.net", 9 | "gerbers_dir":"gerbers", 10 | "lib_dir":"/home/wicker/wickerlib/libraries", 11 | "license":"CERN Open Hardware License v1.2", 12 | "projname":"throwie-layers", 13 | "template_dir":"/home/wicker/wickerlib/templates", 14 | "template_kicad":"wickerbox-2layer", 15 | "template_latex":"breakout.tex", 16 | "title":"Simple Throwie Board", 17 | "version":"1.0", 18 | "website":"http://wickerbox.net" 19 | } -------------------------------------------------------------------------------- /examples/throwie-layers/throwie-layers-v1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wickerbox/wickerlib/10d4344718d85f7bbcf7ea59a976fcfa00aea592/examples/throwie-layers/throwie-layers-v1.0.pdf -------------------------------------------------------------------------------- /examples/throwie-layers/throwie-layers-v1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wickerbox/wickerlib/10d4344718d85f7bbcf7ea59a976fcfa00aea592/examples/throwie-layers/throwie-layers-v1.0.zip -------------------------------------------------------------------------------- /examples/throwie-layers/throwie-layers.pro: -------------------------------------------------------------------------------- 1 | update=Tue 11 Oct 2016 05:25:07 PM PDT 2 | version=1 3 | last_client=kicad 4 | [cvpcb] 5 | version=1 6 | NetIExt=net 7 | [pcbnew] 8 | version=1 9 | PageLayoutDescrFile= 10 | LastNetListRead= 11 | PadDrill=0.600000000000 12 | PadDrillOvalY=0.600000000000 13 | PadSizeH=1.500000000000 14 | PadSizeV=1.500000000000 15 | PcbTextSizeV=1.016000000000 16 | PcbTextSizeH=1.016000000000 17 | PcbTextThickness=0.152400000000 18 | ModuleTextSizeV=1.016000000000 19 | ModuleTextSizeH=1.016000000000 20 | ModuleTextSizeThickness=0.152400000000 21 | SolderMaskClearance=0.003000000000 22 | SolderMaskMinWidth=0.004000000000 23 | DrawSegmentWidth=0.152400000000 24 | BoardOutlineThickness=0.152400000000 25 | ModuleOutlineThickness=0.152400000000 26 | [eeschema] 27 | version=1 28 | LibDir=/home/wicker/wickerlib/libraries/ 29 | [eeschema/libraries] 30 | LibName1=/home/wicker/wickerlib/libraries/wickerlib 31 | [schematic_editor] 32 | version=1 33 | PageLayoutDescrFile= 34 | PlotDirectoryName= 35 | SubpartIdSeparator=0 36 | SubpartFirstId=65 37 | NetFmtName= 38 | SpiceForceRefPrefix=0 39 | SpiceUseNetNumbers=0 40 | LabSize=50 41 | [general] 42 | version=1 43 | -------------------------------------------------------------------------------- /libraries/CHIP-DIPs.pretty/PINHOLE-40MIL.kicad_mod: -------------------------------------------------------------------------------- 1 | (module PINHOLE-40MIL (layer F.Cu) (tedit 572EAAC3) 2 | (descr "Standard 2x20 DIP header based on KiCad Pin Header 2x20") 3 | (tags "pin header") 4 | (fp_text reference V (at 0.508 -2.54) (layer F.SilkS) hide 5 | (effects (font (size 1.016 1.016) (thickness 0.1524))) 6 | ) 7 | (fp_text value PINHOLE-40MIL (at -2.1 2.88 90) (layer F.Fab) hide 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (pad 1 thru_hole circle (at 0 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 11 | (model Pin_Headers.3dshapes/Pin_Header_Straight_2x20.wrl 12 | (at (xyz 0.05 -0.95 0)) 13 | (scale (xyz 1 1 1)) 14 | (rotate (xyz 0 0 90)) 15 | ) 16 | ) 17 | -------------------------------------------------------------------------------- /libraries/README.md: -------------------------------------------------------------------------------- 1 | # KiCad Libraries 2 | 3 | Wickerlib is a completely custom library that is **unfinished** and should not be considered trustworthy. It is a work in progress, and reflects only the parts that I have previously used or plan to use in the future. 4 | 5 | CHIP-DIPS is a proven library intended to accompany the KiCad DIP for CHIP template. 6 | 7 | ## wickerlib.lib symbols 8 | 9 | These symbols do not have defined footprints in Wickerlib.pretty so they point at the UNDEFINED packaeg, which will import into your board layout with an error: 10 | 11 | - ADAFRUIT-CC3000-WIFI-BREAKOUT 12 | - ARDUINO-NANO 13 | - BATT-CR1220-HOLDER-SMT-TH-PINS 14 | - BATT-STRAP-CR2032-SMT-POINTYPIN 15 | - BREAKOUT-ADA-ULTIMATE-GPS-BREAKOUT-V3 16 | - BREAKOUT-ARDU-PRO-TRINKET-5V-HACKADAY-VERSION 17 | - BREAKOUT-FT232H 18 | - BREAKOUT-FTDI-FRIEND-FT232R 19 | - BREAKOUT-MAX31855-V2 20 | - FIXED-IND-1UH-11A-XFL4020-102-SMD 21 | - HEADER-FEMALE-10POS-SMT-2x5-P2MM 22 | - HEADER-FEMALE-18POS-SMT-2x9-P2MM 23 | - HEADER-FEMALE-30POS-SMT-2x15-P0.05IN-KEYED 24 | - HEADER-FEMALE-30POS-TH-2x15-P0.05IN-KEYED 25 | - HEADER-MALE-20POS-SMT-1x20-P2MM 26 | - IC-3G-CELL-UC15 27 | - IC-6-AXIS-MPU6000-QFN24 28 | - IC-9-AXIS-IMU-MPU9150-LGA24 29 | - IC-GPS-RECEIVER-MAX2769-QFN28 30 | - IC-MCU-ATMEGA16U2-MU-VQFN32 31 | - IC-MUX-SN74CB3Q3257-TSSOP16 32 | - IC-OBD-II-TO-UART-STN1110-QFN28 33 | - IC-USB-TO-UART-BRIDGE-CP2102-VQFN28 34 | - MIC-CMA4544 35 | - MIC-SR6438 36 | - SWITCH-ROCKER-SPST-10A-125V 37 | - SWITCH-SLIDE-SPDT-100MA-12V 38 | 39 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wickerbox/wickerlib/10d4344718d85f7bbcf7ea59a976fcfa00aea592/libraries/Wickerlib.pretty.zip -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/1226AS-H-1R0N.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 175 10 | # Fab_YSize_mils: 170 11 | # 12 | # Verified: No 13 | # Finished: Yes 14 | 15 | (module 1226AS-H-1R0N (layer F.Cu) (tedit 597E0ED2) 16 | (attr smd) 17 | (fp_text reference L2 (at 0 0) (layer F.Fab) 18 | (effects (font (size 1.016 1.016) (thickness 0.2032))) 19 | ) 20 | (fp_text value "1uH 3.3A" (at 0 0) (layer F.Fab) hide 21 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 22 | ) 23 | (fp_line (start 1.905 -1.27) (end 1.905 1.27) (layer F.SilkS) (width 0.2)) 24 | (fp_arc (start 1.27 -1.27) (end 1.27 -1.905) (angle 90) (layer F.SilkS) (width 0.2)) 25 | (fp_line (start -1.016 -1.905) (end -2.032 -1.905) (layer F.SilkS) (width 0.2)) 26 | (fp_line (start -2.032 1.905) (end -1.016 1.905) (layer F.SilkS) (width 0.2)) 27 | (fp_line (start -2.032 -1.905) (end -2.032 1.905) (layer F.SilkS) (width 0.2)) 28 | (fp_arc (start 1.27 -1.27) (end 1.27 -2.159) (angle 90) (layer F.Fab) (width 0.05)) 29 | (fp_text user %R (at 0 3.175) (layer F.SilkS) 30 | (effects (font (size 1.016 1.016) (thickness 0.2032))) 31 | ) 32 | (fp_line (start 2.159 -1.27) (end 2.159 1.27) (layer F.Fab) (width 0.05)) 33 | (fp_line (start -2.286 -2.159) (end 1.27 -2.159) (layer F.Fab) (width 0.05)) 34 | (fp_line (start -2.286 2.159) (end 1.27 2.159) (layer F.Fab) (width 0.05)) 35 | (fp_line (start -2.286 2.159) (end -2.286 -2.159) (layer F.Fab) (width 0.05)) 36 | (fp_arc (start 1.27 1.27) (end 2.159 1.27) (angle 90) (layer F.Fab) (width 0.05)) 37 | (fp_arc (start 1.27 1.27) (end 1.905 1.27) (angle 90) (layer F.SilkS) (width 0.2)) 38 | (pad 2 smd rect (at 0 1.35) (size 1.2 0.9) (layers F.Cu F.Paste F.Mask)) 39 | (pad 1 smd rect (at 0 -1.35) (size 1.2 0.9) (layers F.Cu F.Paste F.Mask)) 40 | ) 41 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/ANTENNA-PCB-2.4GHZ.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 0 10 | # Fab_YSize_mils: 0 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module ANTENNA-PCB-2.4GHZ (layer F.Cu) (tedit 58FF9345) 16 | (attr virtual) 17 | (fp_text reference AN2 (at 7.493 1.397) (layer F.Fab) 18 | (effects (font (size 2 2) (thickness 0.254))) 19 | ) 20 | (fp_text value 2.4GHZ (at 0 2) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_line (start 5.08 -5.08) (end 0 0) (layer F.Mask) (width 0.635)) 24 | (fp_line (start 11.47318 7.874) (end 12.7 7.874) (layer F.Cu) (width 0.635)) 25 | (fp_line (start 12.6492 -5.08) (end 5.08 -5.08) (layer F.Cu) (width 0.635)) 26 | (fp_line (start 12.7 7.874) (end 12.7 -5.08) (layer F.Cu) (width 0.635)) 27 | (fp_line (start 5.08 -5.08) (end 0 0) (layer F.Fab) (width 0.635)) 28 | (fp_line (start 12.6492 -5.08) (end 5.08 -5.08) (layer F.Fab) (width 0.635)) 29 | (fp_line (start 12.7 7.874) (end 12.7 -5.08) (layer F.Fab) (width 0.635)) 30 | (fp_line (start 11.47318 7.874) (end 12.7 7.874) (layer F.Fab) (width 0.635)) 31 | (fp_line (start 5.08 -5.08) (end 0 0) (layer F.Cu) (width 0.635)) 32 | (fp_line (start 12.6492 -5.08) (end 5.08 -5.08) (layer F.Mask) (width 0.635)) 33 | (fp_line (start 12.7 7.874) (end 12.7 -5.08) (layer F.Mask) (width 0.635)) 34 | (fp_line (start 11.47318 7.874) (end 12.7 7.874) (layer F.Mask) (width 0.635)) 35 | (pad GND smd circle (at 0 0) (size 0.635 0.635) (layers F.Cu)) 36 | ) 37 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/ARDUINO-MOUNTING-HOLE.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 0 12 | # Fab_YSize_mils: 0 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module ARDUINO-MOUNTING-HOLE locked (layer F.Cu) (tedit 58155955) 18 | (attr virtual) 19 | (fp_text reference P7 (at 0 0) (layer F.Fab) 20 | (effects (font (size 2 2) (thickness 0.254))) 21 | ) 22 | (fp_text value CONN_1 (at 0 2.794) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_circle (center 0 0) (end 1.6 1.8) (layer F.Fab) (width 0.05)) 26 | (fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.15)) 27 | (pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)) 28 | ) 29 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/BATT-HOLDER-STRAP-CR2032-BC-2003.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 1143 10 | # Fab_YSize_mils: 266 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module BATT-HOLDER-STRAP-CR2032-BC-2003 (layer F.Cu) (tedit 5993719F) 16 | (attr smd) 17 | (fp_text reference J1 (at 0 0) (layer F.Fab) 18 | (effects (font (size 2 2) (thickness 0.254))) 19 | ) 20 | (fp_text value CR2032 (at 0 2) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_text user %R (at -12.827 -4.191) (layer F.SilkS) 24 | (effects (font (size 1 1) (thickness 0.15))) 25 | ) 26 | (fp_line (start 14.5 3.5) (end 14.5 -3.25) (layer F.Fab) (width 0.05)) 27 | (fp_line (start -14.5 -3.25) (end -14.5 3.5) (layer F.Fab) (width 0.05)) 28 | (fp_line (start -9.4742 -3.2512) (end -14.5 -3.25) (layer F.Fab) (width 0.05)) 29 | (fp_arc (start 0.1016 0.0254) (end -9.4488 -3.2512) (angle 142.1) (layer F.Fab) (width 0.05)) 30 | (fp_line (start 9.652 -3.2512) (end 14.5034 -3.2512) (layer F.Fab) (width 0.05)) 31 | (fp_line (start 9.4996 3.4798) (end 14.5254 3.4786) (layer F.Fab) (width 0.05)) 32 | (fp_arc (start -0.0762 0.2032) (end 9.4742 3.4798) (angle 142.1) (layer F.Fab) (width 0.05)) 33 | (fp_line (start -9.6266 3.4798) (end -14.478 3.4798) (layer F.Fab) (width 0.05)) 34 | (pad 1 smd rect (at 12.5 0) (size 3 5.588) (layers F.Cu F.Paste F.Mask)) 35 | (pad 1 smd rect (at -12.5 0) (size 3 5.588) (layers F.Cu F.Paste F.Mask)) 36 | (pad GND smd circle (at 0 0) (size 12.7 12.7) (layers F.Cu F.Mask)) 37 | ) 38 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CAP-DISC-D3MM-P2.5MM.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 169 12 | # Fab_YSize_mils: 118 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module CAP-DISC-D3MM-P2.5MM (layer F.Cu) (tedit 5861947C) 18 | (attr smd) 19 | (fp_text reference 10uF (at 1.25 0 180) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value 10uF (at 1.25 2.5) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_text user %R (at 4.2 0.05 90) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start -0.9 -1.5) (end 3.4 -1.5) (layer F.Fab) (width 0.05)) 29 | (fp_line (start -0.9 1.5) (end -0.9 -1.5) (layer F.Fab) (width 0.05)) 30 | (fp_line (start 3.4 1.5) (end -0.9 1.5) (layer F.Fab) (width 0.05)) 31 | (fp_line (start 3.4 -1.5) (end 3.4 1.5) (layer F.Fab) (width 0.05)) 32 | (fp_line (start -0.9 -1.5) (end 3.4 -1.5) (layer F.CrtYd) (width 0.05)) 33 | (fp_line (start 3.4 -1.5) (end 3.4 1.5) (layer F.CrtYd) (width 0.05)) 34 | (fp_line (start 3.4 1.5) (end -0.9 1.5) (layer F.CrtYd) (width 0.05)) 35 | (fp_line (start -0.9 1.5) (end -0.9 -1.5) (layer F.CrtYd) (width 0.05)) 36 | (fp_line (start -0.25 -1.25) (end 2.75 -1.25) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start 2.75 1.25) (end -0.25 1.25) (layer F.SilkS) (width 0.15)) 38 | (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask F.SilkS)) 39 | (pad 2 thru_hole circle (at 2.5 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask F.SilkS)) 40 | ) 41 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CAP-DISC-D7.5MM-P5MM.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 315 12 | # Fab_YSize_mils: 197 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module CAP-DISC-D7.5MM-P5MM (layer F.Cu) (tedit 5861944C) 18 | (attr smd) 19 | (fp_text reference C13 (at 2.45 0) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value 100uF (at 2.5 3.5) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_text user %R (at 2.45 -3.25) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start -1.5 -2.5) (end 6.5 -2.5) (layer F.Fab) (width 0.05)) 29 | (fp_line (start -1.5 2.5) (end -1.5 -2.5) (layer F.Fab) (width 0.05)) 30 | (fp_line (start 6.5 2.5) (end -1.5 2.5) (layer F.Fab) (width 0.05)) 31 | (fp_line (start 6.5 -2.5) (end 6.5 2.5) (layer F.Fab) (width 0.05)) 32 | (fp_line (start -1.5 -2.5) (end 6.5 -2.5) (layer F.CrtYd) (width 0.05)) 33 | (fp_line (start 6.5 -2.5) (end 6.5 2.5) (layer F.CrtYd) (width 0.05)) 34 | (fp_line (start 6.5 2.5) (end -1.5 2.5) (layer F.CrtYd) (width 0.05)) 35 | (fp_line (start -1.5 2.5) (end -1.5 -2.5) (layer F.CrtYd) (width 0.05)) 36 | (fp_line (start -1.25 -2.25) (end 6.25 -2.25) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start 6.25 -2.25) (end 6.25 2.25) (layer F.SilkS) (width 0.15)) 38 | (fp_line (start 6.25 2.25) (end -1.25 2.25) (layer F.SilkS) (width 0.15)) 39 | (fp_line (start -1.25 2.25) (end -1.25 -2.25) (layer F.SilkS) (width 0.15)) 40 | (pad 1 thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers *.Cu *.Mask F.SilkS)) 41 | (pad 2 thru_hole circle (at 5 0) (size 2 2) (drill 1) (layers *.Cu *.Mask F.SilkS)) 42 | ) 43 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CAP-RADIAL-ALUM-D10MM-P5MM.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 285 12 | # Fab_YSize_mils: 330 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module CAP-RADIAL-ALUM-D10MM-P5MM (layer F.Cu) (tedit 5993731D) 18 | (attr smd) 19 | (fp_text reference C2 (at 0 0) (layer F.Fab) 20 | (effects (font (size 1.016 1.016) (thickness 0.2032))) 21 | ) 22 | (fp_text value "220uF 50V" (at 0 0) (layer F.Fab) hide 23 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 24 | ) 25 | (fp_text user %R (at -4.445 4.6228 270) (layer F.SilkS) 26 | (effects (font (size 1.016 1.016) (thickness 0.2032))) 27 | ) 28 | (fp_circle (center 0 0) (end 4.25 3) (layer F.Fab) (width 0.05)) 29 | (fp_line (start 3 -4) (end 3 4) (layer F.SilkS) (width 0.254)) 30 | (fp_line (start -2.5 -1.5) (end -2.5 -2.5) (layer F.Fab) (width 0.254)) 31 | (fp_line (start -3 -2) (end -2 -2) (layer F.Fab) (width 0.254)) 32 | (fp_circle (center 0 0) (end 5 0) (layer F.SilkS) (width 0.254)) 33 | (fp_line (start -2.5 -1.5) (end -2.5 -2.5) (layer F.SilkS) (width 0.254)) 34 | (fp_line (start -3 -2) (end -2 -2) (layer F.SilkS) (width 0.254)) 35 | (fp_line (start 3.048 -4.191) (end 3.048 4.191) (layer F.Fab) (width 0.05)) 36 | (pad 1 thru_hole circle (at -2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask F.SilkS)) 37 | (pad 2 thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask F.SilkS)) 38 | ) 39 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CAP-RADIAL-ALUM-D6.3MM-P2.5MM.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 244 12 | # Fab_YSize_mils: 248 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module CAP-RADIAL-ALUM-D6.3MM-P2.5MM (layer F.Cu) (tedit 59937318) 18 | (attr smd) 19 | (fp_text reference C2 (at 0 0) (layer F.Fab) 20 | (effects (font (size 1.016 1.016) (thickness 0.2032))) 21 | ) 22 | (fp_text value "220uF 50V" (at 0 0) (layer F.Fab) hide 23 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 24 | ) 25 | (fp_text user %R (at -2.825 3.625) (layer F.SilkS) 26 | (effects (font (size 1.016 1.016) (thickness 0.2032))) 27 | ) 28 | (fp_circle (center 0 0) (end 3.2 3) (layer F.Fab) (width 0.05)) 29 | (fp_line (start 2.275 -2.2) (end 2.275 2.25) (layer F.SilkS) (width 0.254)) 30 | (fp_line (start -2.5 -1.5) (end -2.5 -2.5) (layer F.Fab) (width 0.254)) 31 | (fp_line (start -3 -2) (end -2 -2) (layer F.Fab) (width 0.254)) 32 | (fp_circle (center 0 0) (end 3.2 0) (layer F.SilkS) (width 0.254)) 33 | (fp_line (start -2.5 -1.5) (end -2.5 -2.5) (layer F.SilkS) (width 0.254)) 34 | (fp_line (start -3 -2) (end -2 -2) (layer F.SilkS) (width 0.254)) 35 | (fp_line (start 3.05 -3.15) (end 3.05 3.15) (layer F.Fab) (width 0.05)) 36 | (pad 1 thru_hole circle (at -1.25 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask F.SilkS)) 37 | (pad 2 thru_hole circle (at 1.25 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask F.SilkS)) 38 | ) 39 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CAPSENSE-CIRCLE-D10MM.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 0 10 | # Fab_YSize_mils: 0 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module CAPSENSE-CIRCLE-D10MM (layer F.Cu) (tedit 5993732D) 16 | (attr virtual) 17 | (fp_text reference REF** (at 0 0) (layer F.Fab) 18 | (effects (font (size 2.032 2.032) (thickness 0.254))) 19 | ) 20 | (fp_text value CAPSENSE_CIRCLE_D10 (at 0.025 7.325) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center 0 0) (end 4 3.5) (layer F.Fab) (width 0.0508)) 24 | (pad 1 smd circle (at 0 0) (size 10.16 10.16) (layers F.Cu) 25 | (clearance 0.508)) 26 | (pad 2 thru_hole circle (at -1.75 -3.25) (size 1.27 1.27) (drill 0.762) (layers *.Cu)) 27 | ) 28 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-BARREL-JACK-2.5x5.5MM-TH.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 640 10 | # Fab_YSize_mils: 423 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module CONN-BARREL-JACK-2.5x5.5MM-TH (layer F.Cu) (tedit 584B62EF) 16 | (attr smd) 17 | (fp_text reference J1 (at -9.5 3.5) (layer F.Fab) 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (fp_text value 9V (at -6.2 -2.85) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_line (start -0.6858 4.8006) (end 2.3114 4.8006) (layer F.Fab) (width 0.04064)) 24 | (fp_arc (start -3.048 4.8006) (end -0.6858 4.8006) (angle 179.3839529) (layer F.Fab) (width 0.04064)) 25 | (fp_line (start -13.9446 4.826) (end -5.4102 4.826) (layer F.Fab) (width 0.04064)) 26 | (fp_circle (center -3 4.65) (end -1.5 5.9) (layer F.Fab) (width 0.05)) 27 | (fp_circle (center -5.952562 -0.1) (end -4.702562 1.4) (layer F.Fab) (width 0.05)) 28 | (fp_circle (center 0.05 -0.1) (end 0.8 1.65) (layer F.Fab) (width 0.05)) 29 | (fp_line (start 2.3 -4.8514) (end -13.9446 -4.8514) (layer F.Fab) (width 0.05)) 30 | (fp_line (start 2.3114 4.8492) (end 2.3 -4.8514) (layer F.Fab) (width 0.05)) 31 | (fp_line (start -13.9446 -4.8514) (end -13.9446 4.826) (layer F.Fab) (width 0.05)) 32 | (fp_text user %R (at -9.25054 5.6912) (layer F.SilkS) 33 | (effects (font (size 1 1) (thickness 0.15))) 34 | ) 35 | (fp_line (start -10.2005 -4.60088) (end -10.2005 4.40088) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start -13.70062 -4.60088) (end -13.70062 4.40088) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start -13.70062 4.40088) (end 0.80024 4.40088) (layer F.SilkS) (width 0.15)) 38 | (fp_line (start 0.80024 4.40088) (end 0.80024 -4.60088) (layer F.SilkS) (width 0.15)) 39 | (fp_line (start 0.80024 -4.60088) (end -13.70062 -4.60088) (layer F.SilkS) (width 0.15)) 40 | (pad 1 thru_hole circle (at 0.00014 -0.1) (size 4 4) (drill 2.99974) (layers *.Cu *.Mask F.SilkS)) 41 | (pad 2 thru_hole circle (at -5.99934 -0.1) (size 4 4) (drill 2.99974) (layers *.Cu *.Mask F.SilkS)) 42 | (pad 3 thru_hole circle (at -2.9996 4.599) (size 4 4) (drill 2.99974) (layers *.Cu *.Mask F.SilkS)) 43 | ) 44 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-BNC-TECONN-1-1634612-0.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 630 10 | # Fab_YSize_mils: 591 11 | # 12 | # Verified: No 13 | # Finished: Yes 14 | 15 | (module CONN-BNC-TECONN-1-1634612-0 (layer F.Cu) (tedit 59937500) 16 | (attr smd) 17 | (fp_text reference BNC2 (at 0.3 -1.8 90) (layer F.Fab) 18 | (effects (font (size 1.016 1.016) (thickness 0.1524))) 19 | ) 20 | (fp_text value "ANT IN" (at 9.25 -5.5 90) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center -0.0254 5.0292) (end 0.0762 5.2578) (layer F.Fab) (width 0.508)) 24 | (fp_line (start -5.842 -8.636) (end -5.842 -7.366) (layer F.SilkS) (width 0.1524)) 25 | (fp_line (start 5.588 -8.636) (end -5.842 -8.636) (layer F.SilkS) (width 0.1524)) 26 | (fp_line (start 5.588 -7.366) (end 5.588 -8.636) (layer F.SilkS) (width 0.1524)) 27 | (fp_text user %R (at 8.74522 -5.2324 90) (layer F.SilkS) 28 | (effects (font (size 1 1) (thickness 0.15))) 29 | ) 30 | (fp_line (start -8 -7.5) (end 8 -7.5) (layer F.Fab) (width 0.0508)) 31 | (fp_line (start -8 7.5) (end -8 -7.5) (layer F.Fab) (width 0.0508)) 32 | (fp_line (start 8 7.5) (end -8 7.5) (layer F.Fab) (width 0.0508)) 33 | (fp_line (start 8 -7.5) (end 8 7.5) (layer F.Fab) (width 0.0508)) 34 | (fp_line (start -7.80034 7.2009) (end 7.80034 7.2009) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start 7.80034 7.2009) (end 7.80034 -7.2009) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start 7.80034 -7.2009) (end -7.80034 -7.2009) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start -7.80034 -7.2009) (end -7.80034 7.2009) (layer F.SilkS) (width 0.15)) 38 | (pad 2 thru_hole oval (at -5.09778 0.7366) (size 3.50012 7.00024) (drill 2.19964) (layers *.Cu *.Mask F.SilkS)) 39 | (pad 2 thru_hole oval (at 5.10032 0.7366) (size 3.50012 7.00024) (drill 2.19964) (layers *.Cu *.Mask F.SilkS)) 40 | (pad 1 thru_hole oval (at 0 5.00126) (size 1.6002 2.49936) (drill 1.00076) (layers *.Cu *.Mask F.SilkS)) 41 | (pad 2 thru_hole oval (at -2.49936 5.00126) (size 1.6002 2.49936) (drill 1.00076) (layers *.Cu *.Mask F.SilkS)) 42 | ) 43 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-EDSTL130-1x02.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 402 10 | # Fab_YSize_mils: 445 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module CONN-EDSTL130-1x02 (layer F.Cu) (tedit 5B7B1D1C) 16 | (attr smd) 17 | (fp_text reference J2 (at 0.46 0.2 -270) (layer F.Fab) 18 | (effects (font (size 2.032 2.032) (thickness 0.254))) 19 | ) 20 | (fp_text value SPEAKER (at 1.21 4.7) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_line (start 5.06 -5.65) (end 5.06 5.65) (layer F.Fab) (width 0.0508)) 24 | (fp_line (start 5.06 -5.65) (end 5.06 5.65) (layer F.SilkS) (width 0.1524)) 25 | (fp_line (start 5.06 -5.65) (end -5.14 -5.65) (layer F.SilkS) (width 0.1524)) 26 | (fp_line (start -5.14 -5.65) (end -5.14 5.65) (layer F.SilkS) (width 0.1524)) 27 | (fp_line (start -5.14 5.65) (end 5.06 5.65) (layer F.SilkS) (width 0.1524)) 28 | (fp_line (start 5.06 -5.65) (end -5.14 -5.65) (layer F.Fab) (width 0.0508)) 29 | (fp_line (start -5.14 -5.65) (end -5.14 5.65) (layer F.Fab) (width 0.0508)) 30 | (fp_line (start -5.14 5.65) (end 5.06 5.65) (layer F.Fab) (width 0.0508)) 31 | (fp_text user %R (at -2.29 -4.05) (layer F.SilkS) 32 | (effects (font (size 1 1) (thickness 0.15))) 33 | ) 34 | (pad 2 thru_hole circle (at 2.46 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 35 | (pad 1 thru_hole circle (at -2.54 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 36 | ) 37 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-EDSTL130-1x03.kicad_mod: -------------------------------------------------------------------------------- 1 | (module CONN-EDSTL130-1x03 (layer F.Cu) (tedit 5B7B2483) 2 | (attr smd) 3 | (fp_text reference J13 (at 0 1.45) (layer F.Fab) 4 | (effects (font (size 2.032 2.032) (thickness 0.254))) 5 | ) 6 | (fp_text value INPUT (at -1.25 4.7) (layer F.Fab) hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | ) 9 | (fp_line (start 7.6 -5.65) (end 7.6 5.65) (layer F.Fab) (width 0.0508)) 10 | (fp_line (start 7.6 -5.65) (end 7.6 5.65) (layer F.SilkS) (width 0.1524)) 11 | (fp_line (start 7.6 -5.65) (end -7.6 -5.65) (layer F.SilkS) (width 0.1524)) 12 | (fp_line (start -7.6 -5.65) (end -7.6 5.65) (layer F.SilkS) (width 0.1524)) 13 | (fp_line (start -7.6 5.65) (end 7.6 5.65) (layer F.SilkS) (width 0.1524)) 14 | (fp_line (start 7.6 -5.65) (end -7.6 -5.65) (layer F.Fab) (width 0.0508)) 15 | (fp_line (start -7.6 -5.65) (end -7.6 5.65) (layer F.Fab) (width 0.0508)) 16 | (fp_line (start -7.6 5.65) (end 7.6 5.65) (layer F.Fab) (width 0.0508)) 17 | (fp_text user %R (at -4.75 -4.05) (layer F.SilkS) 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (pad 2 thru_hole circle (at 0 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 21 | (pad 3 thru_hole circle (at 5 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 22 | (pad 1 thru_hole circle (at -5 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 23 | ) 24 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-EDSTL130-1x06-REVERSED.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 1189 10 | # Fab_YSize_mils: 445 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module CONN-EDSTL130-1x06-REVERSED (layer F.Cu) (tedit 5B7B192B) 16 | (attr smd) 17 | (fp_text reference J13 (at -5.815 1.45) (layer F.Fab) 18 | (effects (font (size 2.032 2.032) (thickness 0.254))) 19 | ) 20 | (fp_text value INPUT (at 8.935 4.45) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_line (start 15.535 -5.65) (end 15.535 5.65) (layer F.Fab) (width 0.0508)) 24 | (fp_line (start 15.535 -5.65) (end 15.535 5.65) (layer F.SilkS) (width 0.1524)) 25 | (fp_line (start 15.535 -5.65) (end -14.665 -5.65) (layer F.SilkS) (width 0.1524)) 26 | (fp_line (start -14.665 -5.65) (end -14.665 5.65) (layer F.SilkS) (width 0.1524)) 27 | (fp_line (start -14.665 5.65) (end 15.535 5.65) (layer F.SilkS) (width 0.1524)) 28 | (fp_line (start 15.535 -5.65) (end -14.665 -5.65) (layer F.Fab) (width 0.0508)) 29 | (fp_line (start -14.665 -5.65) (end -14.665 5.65) (layer F.Fab) (width 0.0508)) 30 | (fp_line (start -14.665 5.65) (end 15.535 5.65) (layer F.Fab) (width 0.0508)) 31 | (fp_text user %R (at 16.934 4.379 90) (layer F.SilkS) hide 32 | (effects (font (size 1 1) (thickness 0.15))) 33 | ) 34 | (pad 1 thru_hole circle (at 12.935 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 35 | (pad 2 thru_hole circle (at 7.935 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 36 | (pad 3 thru_hole circle (at 2.935 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 37 | (pad 4 thru_hole circle (at -2.065 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 38 | (pad 5 thru_hole circle (at -7.065 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 39 | (pad 6 thru_hole circle (at -12.065 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 40 | ) 41 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-EDSTL130-1x06.kicad_mod: -------------------------------------------------------------------------------- 1 | (module CONN-EDSTL130-1x06 (layer F.Cu) (tedit 5B7B1363) 2 | (attr smd) 3 | (fp_text reference J3 (at 0 -2.54) (layer F.Fab) 4 | (effects (font (size 2.032 2.032) (thickness 0.254))) 5 | ) 6 | (fp_text value H (at 8.3 4.45) (layer F.Fab) hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | ) 9 | (fp_text user %R (at -12.45 -4.05) (layer F.SilkS) 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | ) 12 | (fp_line (start -15.3 5.65) (end 14.9 5.65) (layer F.Fab) (width 0.0508)) 13 | (fp_line (start -15.3 -5.65) (end -15.3 5.65) (layer F.Fab) (width 0.0508)) 14 | (fp_line (start 14.9 -5.65) (end -15.3 -5.65) (layer F.Fab) (width 0.0508)) 15 | (fp_line (start -15.3 5.65) (end 14.9 5.65) (layer F.SilkS) (width 0.1524)) 16 | (fp_line (start -15.3 -5.65) (end -15.3 5.65) (layer F.SilkS) (width 0.1524)) 17 | (fp_line (start 14.9 -5.65) (end -15.3 -5.65) (layer F.SilkS) (width 0.1524)) 18 | (fp_line (start 14.9 -5.65) (end 14.9 5.65) (layer F.SilkS) (width 0.1524)) 19 | (fp_line (start 14.9 -5.65) (end 14.9 5.65) (layer F.Fab) (width 0.0508)) 20 | (pad 1 thru_hole circle (at -12.7 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 21 | (pad 2 thru_hole circle (at -7.7 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 22 | (pad 3 thru_hole circle (at -2.7 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 23 | (pad 4 thru_hole circle (at 2.3 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 24 | (pad 5 thru_hole circle (at 7.3 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 25 | (pad 6 thru_hole circle (at 12.3 1.45) (size 2.6 2.6) (drill 2) (layers *.Cu *.Mask)) 26 | ) 27 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-HEADER-STRAIGHT-GROVE-1x04.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 242 12 | # Fab_YSize_mils: 447 13 | # 14 | # Verified: No 15 | # Finished: Yes 16 | 17 | (module CONN-HEADER-STRAIGHT-GROVE-1x04 (layer F.Cu) (tedit 5A774846) 18 | (attr smd) 19 | (fp_text reference REF** (at 0 2.54) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value Grove_1x04 (at 0 2.83 90) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start -3.45 -2.65) (end -3.45 8.7) (layer F.Fab) (width 0.05)) 26 | (fp_line (start -3.45 8.7) (end 2.7 8.7) (layer F.Fab) (width 0.05)) 27 | (fp_line (start 2.7 8.7) (end 2.7 -2.65) (layer F.Fab) (width 0.05)) 28 | (fp_line (start -3.45 -2.65) (end 2.7 -2.65) (layer F.Fab) (width 0.05)) 29 | (fp_line (start -3.3 5) (end -3.3 5.6) (layer F.SilkS) (width 0.12)) 30 | (fp_line (start -3.3 0.4) (end -3.3 1) (layer F.SilkS) (width 0.12)) 31 | (fp_line (start 2.55 -2.5) (end 2.55 8.55) (layer F.SilkS) (width 0.12)) 32 | (fp_line (start -3.3 -2.5) (end 2.55 -2.5) (layer F.SilkS) (width 0.12)) 33 | (fp_line (start -3.3 1.25) (end -3.3 4.75) (layer F.SilkS) (width 0.12)) 34 | (fp_line (start -3.3 8.55) (end 2.55 8.55) (layer F.SilkS) (width 0.12)) 35 | (fp_line (start -3.3 -2.5) (end -3.3 0.15) (layer F.SilkS) (width 0.12)) 36 | (fp_line (start -3.3 5.9) (end -3.3 8.55) (layer F.SilkS) (width 0.12)) 37 | (fp_text user 1 (at -1.775 0.075) (layer F.SilkS) 38 | (effects (font (size 1.5 1.5) (thickness 0.2))) 39 | ) 40 | (pad 1 thru_hole rect (at 0 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS)) 41 | (pad 2 thru_hole circle (at 0 2) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS)) 42 | (pad 3 thru_hole circle (at 0 4) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS)) 43 | (pad 4 thru_hole circle (at 0 6) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask F.SilkS)) 44 | (model ${KISYS3DMOD}/Connectors.3dshapes/Grove_1x04.wrl 45 | (at (xyz 0 0 0)) 46 | (scale (xyz 0.3937 0.3937 0.3937)) 47 | (rotate (xyz 0 0 -90)) 48 | ) 49 | ) 50 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-HEADER-STRAIGHT-P2.54MM-1x01.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 39 12 | # Fab_YSize_mils: 39 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module CONN-HEADER-STRAIGHT-P2.54MM-1x01 (layer F.Cu) (tedit 58FF6D5C) 18 | (attr smd) 19 | (fp_text reference W2 (at 0 -2.3495) (layer F.SilkS) hide 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value %R (at 0 0) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_text user %R (at 0 0) (layer F.Fab) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_circle (center 0 0) (end 1 1) (layer F.Fab) (width 0.0508)) 29 | (fp_circle (center 0 0) (end 1.25 0.75) (layer F.SilkS) (width 0.1524)) 30 | (pad 1 thru_hole circle (at 0 0) (size 2.2352 2.2352) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 31 | ) 32 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-HEADER-STRAIGHT-P2.54MM-1x02.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 138 12 | # Fab_YSize_mils: 236 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module CONN-HEADER-STRAIGHT-P2.54MM-1x02 (layer F.Cu) (tedit 5993792B) 18 | (attr smd) 19 | (fp_text reference LAMP1 (at 0 1.25 90) (layer F.Fab) 20 | (effects (font (size 1.016 1.016) (thickness 0.1524))) 21 | ) 22 | (fp_text value NEON (at 0 -3.1) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start 1.75 4.25) (end 1.75 -1.75) (layer F.Fab) (width 0.05)) 26 | (fp_line (start 1.75 4.25) (end -1.75 4.25) (layer F.Fab) (width 0.05)) 27 | (fp_line (start -1.75 -1.75) (end -1.75 4.25) (layer F.Fab) (width 0.05)) 28 | (fp_line (start 1.75 -1.75) (end -1.75 -1.75) (layer F.Fab) (width 0.05)) 29 | (fp_text user %R (at -2.54 1.016 90) (layer F.SilkS) hide 30 | (effects (font (size 1 1) (thickness 0.15))) 31 | ) 32 | (fp_line (start 1.27 1.27) (end 1.27 3.81) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start 1.55 -1.55) (end 1.55 0) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start 1.27 1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start -1.55 0) (end -1.55 -1.55) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start -1.55 -1.55) (end 1.55 -1.55) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start -1.27 1.27) (end -1.27 3.81) (layer F.SilkS) (width 0.15)) 38 | (fp_line (start -1.27 3.81) (end 1.27 3.81) (layer F.SilkS) (width 0.15)) 39 | (pad 1 thru_hole rect (at 0 0) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 40 | (pad 2 thru_hole oval (at 0 2.54) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 41 | ) 42 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-HEADER-STRAIGHT-P2.54MM-1x03.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 138 12 | # Fab_YSize_mils: 341 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module CONN-HEADER-STRAIGHT-P2.54MM-1x03 (layer F.Cu) (tedit 5993791B) 18 | (attr smd) 19 | (fp_text reference REF** (at 0.25 3 90) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value CONN-HEADER-STRAIGHT-P2.54MM-1x03 (at -3 3 90) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start 1.75 6.9) (end -1.75 6.9) (layer F.Fab) (width 0.0508)) 26 | (fp_line (start 1.75 -1.75) (end 1.75 6.9) (layer F.Fab) (width 0.0508)) 27 | (fp_line (start -1.75 -1.75) (end -1.75 6.9) (layer F.Fab) (width 0.0508)) 28 | (fp_line (start 1.75 -1.75) (end -1.75 -1.75) (layer F.Fab) (width 0.0508)) 29 | (fp_text user %R (at 0 -2.75) (layer F.SilkS) hide 30 | (effects (font (size 1 1) (thickness 0.15))) 31 | ) 32 | (fp_line (start -1.27 1.27) (end -1.27 6.35) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start -1.27 6.35) (end 1.27 6.35) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start 1.27 6.35) (end 1.27 1.27) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start 1.55 -1.55) (end 1.55 0) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start 1.27 1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start -1.55 0) (end -1.55 -1.55) (layer F.SilkS) (width 0.15)) 38 | (fp_line (start -1.55 -1.55) (end 1.55 -1.55) (layer F.SilkS) (width 0.15)) 39 | (pad 1 thru_hole rect (at 0 0) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 40 | (pad 2 thru_hole oval (at 0 2.54) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 41 | (pad 3 thru_hole oval (at 0 5.08) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 42 | ) 43 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-HEADER-STRAIGHT-P2.54MM-1x04.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 138 12 | # Fab_YSize_mils: 443 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module CONN-HEADER-STRAIGHT-P2.54MM-1x04 (layer F.Cu) (tedit 59937911) 18 | (attr smd) 19 | (fp_text reference REF** (at 0 3.75 90) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value CONN-HEADER-STRAIGHT-P2.54MM-1x04 (at -3.25 4 90) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start -1.75 -1.75) (end 1.75 -1.75) (layer F.Fab) (width 0.1524)) 26 | (fp_line (start -1.75 9.5) (end -1.75 -1.75) (layer F.Fab) (width 0.1524)) 27 | (fp_line (start 1.75 9.5) (end -1.75 9.5) (layer F.Fab) (width 0.1524)) 28 | (fp_line (start 1.75 -1.75) (end 1.75 9.5) (layer F.Fab) (width 0.1524)) 29 | (fp_text user %R (at 0 -2.75) (layer F.SilkS) hide 30 | (effects (font (size 1 1) (thickness 0.15))) 31 | ) 32 | (fp_line (start -1.27 1.27) (end -1.27 8.89) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start 1.27 1.27) (end 1.27 8.89) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start 1.55 -1.55) (end 1.55 0) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start -1.27 8.89) (end 1.27 8.89) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start 1.27 1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start -1.55 0) (end -1.55 -1.55) (layer F.SilkS) (width 0.15)) 38 | (fp_line (start -1.55 -1.55) (end 1.55 -1.55) (layer F.SilkS) (width 0.15)) 39 | (pad 1 thru_hole rect (at 0 0) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 40 | (pad 2 thru_hole oval (at 0 2.54) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 41 | (pad 3 thru_hole oval (at 0 5.08) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 42 | (pad 4 thru_hole oval (at 0 7.62) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 43 | ) 44 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-HEADER-STRAIGHT-P2.54MM-1x05.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 138 12 | # Fab_YSize_mils: 541 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module CONN-HEADER-STRAIGHT-P2.54MM-1x05 (layer F.Cu) (tedit 5986290E) 18 | (attr smd) 19 | (fp_text reference J1 (at 0 5.25 90) (layer F.Fab) 20 | (effects (font (size 2.032 2.032) (thickness 0.254))) 21 | ) 22 | (fp_text value SWD (at -3.25 6.5 90) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start 1.75 12) (end 1.75 -1.75) (layer F.Fab) (width 0.0508)) 26 | (fp_line (start -1.75 12) (end 1.75 12) (layer F.Fab) (width 0.0508)) 27 | (fp_line (start -1.75 -1.75) (end -1.75 12) (layer F.Fab) (width 0.0508)) 28 | (fp_line (start 1.75 -1.75) (end -1.75 -1.75) (layer F.Fab) (width 0.0508)) 29 | (fp_text user %R (at 0 -3) (layer F.SilkS) hide 30 | (effects (font (size 1 1) (thickness 0.15))) 31 | ) 32 | (fp_line (start -1.55 0) (end -1.55 -1.55) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start -1.55 -1.55) (end 1.55 -1.55) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start 1.27 1.27) (end 1.27 11.43) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start 1.27 11.43) (end -1.27 11.43) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start -1.27 11.43) (end -1.27 1.27) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start 1.27 1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15)) 38 | (pad 1 thru_hole rect (at 0 0) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 39 | (pad 2 thru_hole oval (at 0 2.54) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 40 | (pad 3 thru_hole oval (at 0 5.08) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 41 | (pad 4 thru_hole oval (at 0 7.62) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 42 | (pad 5 thru_hole oval (at 0 10.16) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 43 | ) 44 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-HEADER-STRAIGHT-P2.54MM-2x01.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 236 12 | # Fab_YSize_mils: 138 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module CONN-HEADER-STRAIGHT-P2.54MM-2x01 (layer F.Cu) (tedit 581564A8) 18 | (attr smd) 19 | (fp_text reference REF** (at 1.25 0) (layer F.Fab) 20 | (effects (font (size 1.016 1.016) (thickness 0.127))) 21 | ) 22 | (fp_text value CONN-HEADER-STRAIGHT-P2.54MM-2x01 (at 0 -3.1) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start -1.75 1.75) (end -1.75 -1.75) (layer F.Fab) (width 0.0508)) 26 | (fp_line (start 4.25 1.75) (end -1.75 1.75) (layer F.Fab) (width 0.0508)) 27 | (fp_line (start 4.25 -1.75) (end 4.25 1.75) (layer F.Fab) (width 0.0508)) 28 | (fp_line (start -1.75 -1.75) (end 4.25 -1.75) (layer F.Fab) (width 0.0508)) 29 | (fp_text user %R (at -2.75 -0.25 90) (layer F.SilkS) hide 30 | (effects (font (size 1 1) (thickness 0.15))) 31 | ) 32 | (fp_line (start -1.55 0) (end -1.55 -1.55) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start 3.81 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start 1.27 -1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start 1.27 1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.15)) 38 | (fp_line (start 3.81 1.27) (end 3.81 -1.27) (layer F.SilkS) (width 0.15)) 39 | (pad 1 thru_hole rect (at 0 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 40 | (pad 2 thru_hole oval (at 2.54 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 41 | ) 42 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-HEADER-STRAIGHT-P2.54MM-2x02.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 238 12 | # Fab_YSize_mils: 238 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module CONN-HEADER-STRAIGHT-P2.54MM-2x02 (layer F.Cu) (tedit 5815651E) 18 | (attr smd) 19 | (fp_text reference REF** (at 1.25 1.25) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value CONN-HEADER-STRAIGHT-P2.54MM-2x02 (at 0 -3.1) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start -1.75 -1.75) (end -1.75 4.3) (layer F.Fab) (width 0.05)) 26 | (fp_line (start 4.3 -1.75) (end 4.3 4.3) (layer F.Fab) (width 0.05)) 27 | (fp_line (start -1.75 -1.75) (end 4.3 -1.75) (layer F.Fab) (width 0.05)) 28 | (fp_line (start -1.75 4.3) (end 4.3 4.3) (layer F.Fab) (width 0.05)) 29 | (fp_line (start -1.55 0) (end -1.55 -1.55) (layer F.SilkS) (width 0.15)) 30 | (fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15)) 31 | (fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15)) 32 | (fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start 1.27 -1.27) (end 3.81 -1.27) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start 3.81 -1.27) (end 3.81 3.81) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start 3.81 3.81) (end -1.27 3.81) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start -1.27 3.81) (end -1.27 1.27) (layer F.SilkS) (width 0.15)) 37 | (pad 1 thru_hole rect (at 0 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 38 | (pad 2 thru_hole oval (at 2.54 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 39 | (pad 3 thru_hole oval (at 0 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 40 | (pad 4 thru_hole oval (at 2.54 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 41 | ) 42 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-HEADER-STRAIGHT-P2.54MM-2x03-SMT.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 320 12 | # Fab_YSize_mils: 360 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module CONN-HEADER-STRAIGHT-P2.54MM-2x03-SMT (layer F.Cu) (tedit 5B7B1B86) 18 | (attr smd) 19 | (fp_text reference J12 (at 0 0 -180) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value ISP-2560 (at 0 -0.127 -180) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start 2.53851 3.454803) (end -2.54149 3.454803) (layer F.SilkS) (width 0.15)) 26 | (fp_line (start 2.53851 -3.657197) (end -2.54149 -3.657197) (layer F.SilkS) (width 0.15)) 27 | (fp_circle (center -3.30349 -2.641197) (end -3.30349 -2.387197) (layer F.Fab) (width 0.2)) 28 | (fp_text user %R (at -0.05229 4.674003) (layer F.SilkS) 29 | (effects (font (size 1 1) (thickness 0.15))) 30 | ) 31 | (fp_circle (center -3.30349 -3.657197) (end -3.30349 -3.403197) (layer F.SilkS) (width 0.254)) 32 | (fp_line (start 4.57051 -4.165197) (end 4.57051 3.962803) (layer F.Fab) (width 0.15)) 33 | (fp_line (start 4.57051 3.962803) (end -4.57349 3.962803) (layer F.Fab) (width 0.15)) 34 | (fp_line (start -4.57349 3.962803) (end -4.57349 -4.165197) (layer F.Fab) (width 0.15)) 35 | (fp_line (start -4.57349 -4.165197) (end 4.57051 -4.165197) (layer F.Fab) (width 0.15)) 36 | (pad 5 smd rect (at -2.5 2.54 90) (size 1 3.15) (layers F.Cu F.Paste F.Mask)) 37 | (pad 6 smd rect (at 2.5 2.54 90) (size 1 3.15) (layers F.Cu F.Paste F.Mask)) 38 | (pad 3 smd rect (at -2.5 0 90) (size 1 3.15) (layers F.Cu F.Paste F.Mask)) 39 | (pad 4 smd rect (at 2.5 0 90) (size 1 3.15) (layers F.Cu F.Paste F.Mask)) 40 | (pad 1 smd rect (at -2.5 -2.54 90) (size 1 3.15) (layers F.Cu F.Paste F.Mask)) 41 | (pad 2 smd rect (at 2.5 -2.54 90) (size 1 3.15) (layers F.Cu F.Paste F.Mask)) 42 | ) 43 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-HEADER-STRAIGHT-P2.54MM-2x05.kicad_mod: -------------------------------------------------------------------------------- 1 | (module CONN-HEADER-STRAIGHT-P2.54MM-2x05 (layer F.Cu) (tedit 5CF59DE7) 2 | (attr smd) 3 | (fp_text reference J1 (at 1.25 5 90) (layer F.Fab) 4 | (effects (font (size 2.032 2.032) (thickness 0.254))) 5 | ) 6 | (fp_text value ANALOG (at 0 -3.1) (layer F.Fab) hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | ) 9 | (fp_text user %R (at 1 -3) (layer F.SilkS) hide 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | ) 12 | (fp_line (start -1.75 -1.75) (end -1.75 11.95) (layer F.Fab) (width 0.05)) 13 | (fp_line (start 4.3 -1.75) (end 4.3 11.95) (layer F.Fab) (width 0.05)) 14 | (fp_line (start -1.75 -1.75) (end 4.3 -1.75) (layer F.Fab) (width 0.05)) 15 | (fp_line (start -1.75 11.95) (end 4.3 11.95) (layer F.Fab) (width 0.05)) 16 | (fp_line (start 3.81 -1.27) (end 3.81 11.43) (layer F.SilkS) (width 0.15)) 17 | (fp_line (start 3.81 11.43) (end -1.27 11.43) (layer F.SilkS) (width 0.15)) 18 | (fp_line (start -1.27 11.43) (end -1.27 1.27) (layer F.SilkS) (width 0.15)) 19 | (fp_line (start 3.81 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15)) 20 | (fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15)) 21 | (fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15)) 22 | (fp_circle (center -0.254 -2.032) (end 0.00521 -2.032) (layer F.SilkS) (width 0.3)) 23 | (fp_circle (center 0 0) (end 0.25921 0) (layer F.Fab) (width 0.3)) 24 | (pad 1 thru_hole rect (at 0 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 25 | (pad 2 thru_hole oval (at 2.54 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 26 | (pad 3 thru_hole oval (at 0 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 27 | (pad 4 thru_hole oval (at 2.54 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 28 | (pad 5 thru_hole oval (at 0 5.08) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 29 | (pad 6 thru_hole oval (at 2.54 5.08) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 30 | (pad 7 thru_hole oval (at 0 7.62) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 31 | (pad 8 thru_hole oval (at 2.54 7.62) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 32 | (pad 9 thru_hole oval (at 0 10.16) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 33 | (pad 10 thru_hole oval (at 2.54 10.16) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 34 | ) 35 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-MOLEX-KK100-1x05.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 541 10 | # Fab_YSize_mils: 256 11 | # 12 | # Verified: No 13 | # Finished: Yes 14 | 15 | (module CONN-MOLEX-KK100-1x05 (layer F.Cu) (tedit 5815688B) 16 | (attr smd) 17 | (fp_text reference REF** (at 5.75 0.25) (layer F.Fab) 18 | (effects (font (size 2.032 2.032) (thickness 0.254))) 19 | ) 20 | (fp_text value KK100-5PIN (at 7.112 4.318) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_text user %R (at 0.25 -4.25) (layer F.SilkS) 24 | (effects (font (size 1 1) (thickness 0.15))) 25 | ) 26 | (fp_line (start -1.75 3.25) (end -1.75 -3.25) (layer F.Fab) (width 0.0508)) 27 | (fp_line (start 12 3.25) (end -1.75 3.25) (layer F.Fab) (width 0.0508)) 28 | (fp_line (start 12 -3.25) (end 12 3.25) (layer F.Fab) (width 0.0508)) 29 | (fp_line (start -1.75 -3.25) (end 12 -3.25) (layer F.Fab) (width 0.0508)) 30 | (fp_line (start 11.938 3.302) (end 11.938 -3.302) (layer F.SilkS) (width 0.1524)) 31 | (fp_line (start -1.778 3.302) (end 11.938 3.302) (layer F.SilkS) (width 0.1524)) 32 | (fp_line (start -1.778 -3.302) (end -1.778 3.302) (layer F.SilkS) (width 0.1524)) 33 | (fp_line (start 11.938 -3.302) (end -1.778 -3.302) (layer F.SilkS) (width 0.1524)) 34 | (pad 1 thru_hole rect (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 35 | (pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 36 | (pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 37 | (pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 38 | (pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 39 | ) 40 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-MOLEX-KK100-1x06.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 640 10 | # Fab_YSize_mils: 256 11 | # 12 | # Verified: No 13 | # Finished: Yes 14 | 15 | (module CONN-MOLEX-KK100-1x06 (layer F.Cu) (tedit 581568B6) 16 | (attr smd) 17 | (fp_text reference REF** (at 6.25 0) (layer F.Fab) 18 | (effects (font (size 2.032 2.032) (thickness 0.254))) 19 | ) 20 | (fp_text value KK100-5PIN (at 7.112 4.318) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_text user %R (at 0.5 -4) (layer F.SilkS) 24 | (effects (font (size 1 1) (thickness 0.15))) 25 | ) 26 | (fp_line (start 14.5 3.25) (end 14.5 -3.25) (layer F.Fab) (width 0.0508)) 27 | (fp_line (start -1.75 3.25) (end 14.5 3.25) (layer F.Fab) (width 0.0508)) 28 | (fp_line (start -1.75 -3.25) (end -1.75 3.25) (layer F.Fab) (width 0.0508)) 29 | (fp_line (start 14.5 -3.25) (end -1.75 -3.25) (layer F.Fab) (width 0.0508)) 30 | (fp_line (start 14.478 3.302) (end 14.478 -3.302) (layer F.SilkS) (width 0.1524)) 31 | (fp_line (start -1.778 3.302) (end 14.478 3.302) (layer F.SilkS) (width 0.1524)) 32 | (fp_line (start -1.778 -3.302) (end -1.778 3.302) (layer F.SilkS) (width 0.1524)) 33 | (fp_line (start 14.478 -3.302) (end -1.778 -3.302) (layer F.SilkS) (width 0.1524)) 34 | (pad 1 thru_hole rect (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 35 | (pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 36 | (pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 37 | (pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 38 | (pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 39 | (pad 6 thru_hole oval (at 12.7 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 40 | ) 41 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-ONSHORE-SCREW-GREEN-2PIN-TH.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 260 10 | # Fab_YSize_mils: 240 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module CONN-ONSHORE-SCREW-GREEN-2PIN-TH (layer F.Cu) (tedit 584B48EA) 16 | (attr smd) 17 | (fp_text reference J2 (at 0 1.27) (layer F.Fab) 18 | (effects (font (size 1.016 1.016) (thickness 0.1524))) 19 | ) 20 | (fp_text value ON/OFF (at -2.286 1.27 90) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_text user %R (at 1.778 -2.54) (layer F.SilkS) 24 | (effects (font (size 1 1) (thickness 0.15))) 25 | ) 26 | (fp_line (start 1.27 1.27) (end 1.27 3.81) (layer F.SilkS) (width 0.15)) 27 | (fp_line (start 1.55 -1.55) (end 1.55 0) (layer F.SilkS) (width 0.15)) 28 | (fp_line (start 1.27 1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15)) 29 | (fp_line (start -1.55 0) (end -1.55 -1.55) (layer F.SilkS) (width 0.15)) 30 | (fp_line (start -1.55 -1.55) (end 1.55 -1.55) (layer F.SilkS) (width 0.15)) 31 | (fp_line (start -1.27 1.27) (end -1.27 3.81) (layer F.SilkS) (width 0.15)) 32 | (fp_line (start -1.27 3.81) (end 1.27 3.81) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start -3.3 -1.8) (end 3.3 -1.8) (layer F.Fab) (width 0.05)) 34 | (fp_line (start -3.3 -1.8) (end -3.3 4.3) (layer F.Fab) (width 0.05)) 35 | (fp_line (start 3.3 -1.8) (end 3.3 4.3) (layer F.Fab) (width 0.05)) 36 | (fp_line (start -3.3 4.3) (end 3.3 4.3) (layer F.Fab) (width 0.05)) 37 | (pad 1 thru_hole rect (at 0 0) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 38 | (pad 2 thru_hole oval (at 0 2.54) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 39 | ) 40 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-ONSHORE-SCREW-GREEN-3PIN-TH.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 262 10 | # Fab_YSize_mils: 332 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module CONN-ONSHORE-SCREW-GREEN-3PIN-TH (layer F.Cu) (tedit 58156919) 16 | (attr smd) 17 | (fp_text reference J11 (at 0 2.54) (layer F.Fab) 18 | (effects (font (size 2.032 2.032) (thickness 0.254))) 19 | ) 20 | (fp_text value RS485 (at 2.286 3.302 90) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center 0 0) (end 0 0.254) (layer F.Fab) (width 0.2)) 24 | (fp_text user %R (at -2.032 -2.54) (layer F.SilkS) 25 | (effects (font (size 1 1) (thickness 0.15))) 26 | ) 27 | (fp_line (start -1.55 -1.55) (end 1.55 -1.55) (layer F.SilkS) (width 0.15)) 28 | (fp_line (start 3.33 -1.75) (end 3.33 6.68) (layer F.Fab) (width 0.05)) 29 | (fp_line (start -3.3 -1.75) (end 3.3 -1.75) (layer F.Fab) (width 0.05)) 30 | (fp_line (start -3.33 -1.75) (end -3.33 6.68) (layer F.Fab) (width 0.05)) 31 | (fp_line (start -3.3 6.68) (end 3.3 6.68) (layer F.Fab) (width 0.05)) 32 | (pad 1 thru_hole rect (at 0 0) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 33 | (pad 2 thru_hole oval (at 0 2.54) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 34 | (pad 3 thru_hole oval (at 0 5.08) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 35 | ) 36 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-ONSHORE-SCREW-GREEN-5PIN-TH.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 262 12 | # Fab_YSize_mils: 532 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module CONN-ONSHORE-SCREW-GREEN-5PIN-TH (layer F.Cu) (tedit 57D6278F) 18 | (attr smd) 19 | (fp_text reference J4 (at 0 2.54) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value "TO SOLAR SHIELD" (at 2.286 3.302 90) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_circle (center 0 0) (end 0 0.254) (layer F.Fab) (width 0.2)) 26 | (fp_text user "TO SOLAR SHIELD" (at 4.445 5.08 270) (layer F.SilkS) 27 | (effects (font (size 1.016 1.016) (thickness 0.2032))) 28 | ) 29 | (fp_line (start -1.55 -1.55) (end 1.55 -1.55) (layer F.SilkS) (width 0.15)) 30 | (fp_line (start 3.33 -1.75) (end 3.33 11.76) (layer F.Fab) (width 0.05)) 31 | (fp_line (start -3.3 -1.75) (end 3.3 -1.75) (layer F.Fab) (width 0.05)) 32 | (fp_line (start -3.33 -1.75) (end -3.33 11.76) (layer F.Fab) (width 0.05)) 33 | (fp_line (start -3.3 11.76) (end 3.3 11.76) (layer F.Fab) (width 0.05)) 34 | (pad 1 thru_hole rect (at 0 0) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 35 | (pad 2 thru_hole oval (at 0 2.54) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 36 | (pad 3 thru_hole oval (at 0 5.08) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 37 | (pad 4 thru_hole oval (at 0 7.62) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 38 | (pad 5 thru_hole oval (at 0 10.16) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 39 | ) 40 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-SMA-STRAIGHT-TH.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 335 10 | # Fab_YSize_mils: 335 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module CONN-SMA-STRAIGHT-TH (layer F.Cu) (tedit 5861A089) 16 | (attr smd) 17 | (fp_text reference SMA1 (at 0 0) (layer F.Fab) 18 | (effects (font (size 1.016 1.016) (thickness 0.127))) 19 | ) 20 | (fp_text value "ANT IN" (at 0.25 0) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_text user %R (at -5.20446 1.51384 90) (layer F.SilkS) 24 | (effects (font (size 1 1) (thickness 0.15))) 25 | ) 26 | (fp_line (start -4.25 -4.25) (end 4.25 -4.25) (layer F.Fab) (width 0.05)) 27 | (fp_line (start 4.25 -4.25) (end 4.25 4.25) (layer F.Fab) (width 0.05)) 28 | (fp_line (start 4.25 4.25) (end -4.25 4.25) (layer F.Fab) (width 0.05)) 29 | (fp_line (start -4.25 4.25) (end -4.25 -4.25) (layer F.Fab) (width 0.05)) 30 | (fp_line (start -1 -3.5052) (end 1 -3.5052) (layer F.SilkS) (width 0.15)) 31 | (fp_line (start 3.5052 -1) (end 3.5052 1) (layer F.SilkS) (width 0.15)) 32 | (fp_line (start 1 3.5052) (end -1 3.5052) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start -3.5052 1) (end -3.5052 -1) (layer F.SilkS) (width 0.15)) 34 | (pad 2 thru_hole circle (at -2.54 2.54) (size 2.74 2.74) (drill 1.7) (layers *.Cu *.Mask F.SilkS)) 35 | (pad 2 thru_hole circle (at 2.54 2.54) (size 2.74 2.74) (drill 1.7) (layers *.Cu *.Mask F.SilkS)) 36 | (pad 2 thru_hole circle (at 2.54 -2.54) (size 2.74 2.74) (drill 1.7) (layers *.Cu *.Mask F.SilkS)) 37 | (pad 2 thru_hole circle (at -2.54 -2.54) (size 2.74 2.74) (drill 1.7) (layers *.Cu *.Mask F.SilkS)) 38 | (pad 1 thru_hole circle (at 0 0) (size 2.24 2.24) (drill 1.5) (layers *.Cu *.Mask F.SilkS)) 39 | ) 40 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CONN-USB-MICRO-B-AMPHENOL-10118193-0001LF.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 394 10 | # Fab_YSize_mils: 207 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module CONN-USB-MICRO-B-AMPHENOL-10118193-0001LF (layer F.Cu) (tedit 581569FC) 16 | (attr smd) 17 | (fp_text reference J3 (at 0 -1.25) (layer F.Fab) 18 | (effects (font (size 2.032 2.032) (thickness 0.254))) 19 | ) 20 | (fp_text value USB-MICROB-10118193 (at -0.25 0.25) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_text user %R (at 4 -4.75) (layer F.SilkS) 24 | (effects (font (size 1 1) (thickness 0.15))) 25 | ) 26 | (fp_line (start -5 1.5) (end -5 -3.75) (layer F.Fab) (width 0.05)) 27 | (fp_line (start 5 1.5) (end -5 1.5) (layer F.Fab) (width 0.05)) 28 | (fp_line (start 5 -3.75) (end 5 1.5) (layer F.Fab) (width 0.05)) 29 | (fp_line (start -5 -3.75) (end 5 -3.75) (layer F.Fab) (width 0.05)) 30 | (pad 1 smd rect (at -1.3 -2.675 90) (size 1.35 0.4) (layers F.Cu F.Paste F.Mask)) 31 | (pad 2 smd rect (at -0.65 -2.675 90) (size 1.35 0.4) (layers F.Cu F.Paste F.Mask)) 32 | (pad 3 smd rect (at -0.0009 -2.675 90) (size 1.35 0.4) (layers F.Cu F.Paste F.Mask)) 33 | (pad 4 smd rect (at 0.65 -2.675 90) (size 1.35 0.4) (layers F.Cu F.Paste F.Mask)) 34 | (pad 5 smd rect (at 1.3 -2.675 90) (size 1.35 0.4) (layers F.Cu F.Paste F.Mask)) 35 | (pad 6 smd rect (at -3.2 -2.45 90) (size 1.4 1.6) (layers F.Cu F.Paste F.Mask)) 36 | (pad 6 thru_hole circle (at -3.55 0 90) (size 1.2 1.2) (drill 1.2) (layers *.Cu *.Mask F.SilkS)) 37 | (pad 6 smd rect (at -1.2 0 90) (size 1.9 1.9) (layers F.Cu F.Paste F.Mask)) 38 | (pad 6 smd rect (at 1.2 0 90) (size 1.9 1.9) (layers F.Cu F.Paste F.Mask)) 39 | (pad 6 smd rect (at 3.2 -2.45 90) (size 1.4 1.6) (layers F.Cu F.Paste F.Mask)) 40 | (pad 6 thru_hole circle (at 3.55 0 90) (size 1.2 1.2) (drill 1.2) (layers *.Cu *.Mask F.SilkS)) 41 | ) 42 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CRYSTAL-CTS-4SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 280 10 | # Fab_YSize_mils: 180 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module CRYSTAL-CTS-4SMD (layer F.Cu) (tedit 58156A29) 16 | (attr smd) 17 | (fp_text reference X1 (at 0 0) (layer F.Fab) 18 | (effects (font (size 2.032 2.032) (thickness 0.254))) 19 | ) 20 | (fp_text value "16MHz 18pF" (at 0 0) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_line (start -3.556 -2.54) (end 3.556 -2.54) (layer F.Fab) (width 0.05)) 24 | (fp_line (start -3.556 2.032) (end -3.556 -2.54) (layer F.Fab) (width 0.05)) 25 | (fp_line (start 3.556 2.032) (end -3.556 2.032) (layer F.Fab) (width 0.05)) 26 | (fp_line (start 3.556 -2.54) (end 3.556 2.032) (layer F.Fab) (width 0.05)) 27 | (fp_text user %R (at 0 -3) (layer F.SilkS) 28 | (effects (font (size 1 1) (thickness 0.15))) 29 | ) 30 | (fp_circle (center -2.286 1.016) (end -2.032 1.016) (layer F.Fab) (width 0.2)) 31 | (fp_line (start -3.048 1.524) (end -3.048 -1.9812) (layer F.SilkS) (width 0.1524)) 32 | (fp_line (start -3.048 1.524) (end 2.9464 1.524) (layer F.SilkS) (width 0.1524)) 33 | (fp_line (start -3.048 -1.9812) (end 2.9464 -1.9812) (layer F.SilkS) (width 0.1524)) 34 | (fp_line (start 2.9464 1.524) (end 2.9464 -1.9812) (layer F.SilkS) (width 0.1524)) 35 | (pad 3 smd rect (at 2.1844 -1.4732) (size 1.905 1.397) (layers F.Cu F.Paste F.Mask)) 36 | (pad 4 smd rect (at -2.286 -1.4732) (size 1.905 1.397) (layers F.Cu F.Paste F.Mask)) 37 | (pad 2 smd rect (at 2.1844 1.016) (size 1.905 1.397) (layers F.Cu F.Paste F.Mask)) 38 | (pad 1 smd rect (at -2.286 1.016) (size 1.905 1.397) (layers F.Cu F.Paste F.Mask)) 39 | ) 40 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/CRYSTAL-HC49-TH.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the mcous KiCad library 3 | # https://github.com/mcous/kicad-lib 4 | # Modified by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the CC-BY-SA-3.0 7 | # https://creativecommons.org/licenses/by-sa/3.0/deed.en_US 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 433 12 | # Fab_YSize_mils: 197 13 | # 14 | # Verified: No 15 | # Finished: Yes 16 | 17 | (module CRYSTAL-HC49-TH (layer F.Cu) (tedit 58FF5F0D) 18 | (attr smd) 19 | (fp_text reference X2 (at 0 0) (layer F.Fab) 20 | (effects (font (size 1.016 1.016) (thickness 0.2032))) 21 | ) 22 | (fp_text value 16MHz (at 0 0) (layer F.SilkS) hide 23 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 24 | ) 25 | (fp_text user %R (at -0.127 -3.429) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start 3 2.5) (end -3 2.5) (layer F.SilkS) (width 0.2032)) 29 | (fp_line (start -3 -2.5) (end 3 -2.5) (layer F.Fab) (width 0.2032)) 30 | (fp_arc (start -3 0) (end -5.5 0) (angle 90) (layer F.SilkS) (width 0.2032)) 31 | (fp_arc (start -3 0) (end -3 2.5) (angle 90) (layer F.Fab) (width 0.2032)) 32 | (fp_arc (start 3 0) (end 5.5 0) (angle 90) (layer F.SilkS) (width 0.2032)) 33 | (fp_arc (start 3 0) (end 3 -2.5) (angle 90) (layer F.SilkS) (width 0.2032)) 34 | (fp_line (start -3 -2.5) (end 3 -2.5) (layer F.SilkS) (width 0.2032)) 35 | (fp_arc (start 3 0) (end 3 -2.5) (angle 90) (layer F.Fab) (width 0.2032)) 36 | (fp_arc (start 3 0) (end 5.5 0) (angle 90) (layer F.Fab) (width 0.2032)) 37 | (fp_line (start 3 2.5) (end -3 2.5) (layer F.Fab) (width 0.2032)) 38 | (fp_arc (start -3 0) (end -3 2.5) (angle 90) (layer F.SilkS) (width 0.2032)) 39 | (fp_arc (start -3 0) (end -5.5 0) (angle 90) (layer F.Fab) (width 0.2032)) 40 | (pad 1 thru_hole circle (at -2.44 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask F.SilkS)) 41 | (pad 2 thru_hole circle (at 2.44 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask F.SilkS)) 42 | ) 43 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/DIODE-SMA-DO214AC.kicad_mod: -------------------------------------------------------------------------------- 1 | (module DIODE-SMA-DO214AC (layer F.Cu) (tedit 5B7A1898) 2 | (descr "Diode SMA") 3 | (tags "Diode SMA") 4 | (attr smd) 5 | (fp_text reference D11 (at 0 0) (layer F.Fab) 6 | (effects (font (size 2.032 2.032) (thickness 0.254))) 7 | ) 8 | (fp_text value "20V 1A" (at 0 0) (layer F.Fab) hide 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start -3.048 -1.9812) (end -3.048 2.0066) (layer F.Fab) (width 0.0508)) 12 | (fp_text user %R (at 4.35102 0 90) (layer F.SilkS) 13 | (effects (font (size 1 1) (thickness 0.15))) 14 | ) 15 | (fp_line (start -1.79914 1.75006) (end -1.79914 1.39954) (layer F.SilkS) (width 0.15)) 16 | (fp_line (start -1.79914 -1.75006) (end -1.79914 -1.39954) (layer F.SilkS) (width 0.15)) 17 | (fp_line (start 2.25044 1.75006) (end 2.25044 1.39954) (layer F.SilkS) (width 0.15)) 18 | (fp_line (start -2.25044 1.75006) (end -2.25044 1.39954) (layer F.SilkS) (width 0.15)) 19 | (fp_line (start -2.25044 -1.75006) (end -2.25044 -1.39954) (layer F.SilkS) (width 0.15)) 20 | (fp_line (start 2.25044 -1.75006) (end 2.25044 -1.39954) (layer F.SilkS) (width 0.15)) 21 | (fp_line (start -2.25044 1.75006) (end 2.25044 1.75006) (layer F.SilkS) (width 0.15)) 22 | (fp_line (start -2.25044 -1.75006) (end 2.25044 -1.75006) (layer F.SilkS) (width 0.15)) 23 | (fp_line (start -3.5 2) (end -3.5 -2) (layer F.Fab) (width 0.05)) 24 | (fp_line (start 3.5 2) (end -3.5 2) (layer F.Fab) (width 0.05)) 25 | (fp_line (start 3.5 -2) (end 3.5 2) (layer F.Fab) (width 0.05)) 26 | (fp_line (start -3.5 -2) (end 3.5 -2) (layer F.Fab) (width 0.05)) 27 | (pad 1 smd rect (at -1.99898 0) (size 2.49936 1.80086) (layers F.Cu F.Paste F.Mask)) 28 | (pad 2 smd rect (at 1.99898 0) (size 2.49936 1.80086) (layers F.Cu F.Paste F.Mask)) 29 | ) 30 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/DIODE-SOD-323.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 142 12 | # Fab_YSize_mils: 79 13 | # 14 | # Verified: No 15 | # Finished: Yes 16 | 17 | (module DIODE-SOD-323 (layer F.Cu) (tedit 59947E72) 18 | (attr smd) 19 | (fp_text reference REF** (at 0.6 0.1) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value SOD-323 (at 0.1 1.9) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_text user %R (at -0.1 -2) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start -1.9 -0.6) (end -1.9 0.6) (layer F.SilkS) (width 0.1524)) 29 | (fp_line (start -2 -1) (end -1.5 -1) (layer F.Fab) (width 0.0508)) 30 | (fp_line (start -2 1) (end -2 -1) (layer F.Fab) (width 0.0508)) 31 | (fp_line (start 1.6 1) (end -2 1) (layer F.Fab) (width 0.0508)) 32 | (fp_line (start 1.6 -1) (end 1.6 1) (layer F.Fab) (width 0.0508)) 33 | (fp_line (start -1.5 -1) (end 1.6 -1) (layer F.Fab) (width 0.0508)) 34 | (fp_line (start 0.25 0) (end 0.5 0) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start -0.25 0) (end -0.5 0) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start -0.25 0) (end 0.25 -0.35) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start 0.25 -0.35) (end 0.25 0.35) (layer F.SilkS) (width 0.15)) 38 | (fp_line (start 0.25 0.35) (end -0.25 0) (layer F.SilkS) (width 0.15)) 39 | (fp_line (start -0.25 -0.35) (end -0.25 0.35) (layer F.SilkS) (width 0.15)) 40 | (fp_line (start -1.3 0.8) (end 1.1 0.8) (layer F.SilkS) (width 0.15)) 41 | (fp_line (start -1.3 -0.8) (end 1.1 -0.8) (layer F.SilkS) (width 0.15)) 42 | (fp_line (start -1.7 1) (end -1.7 -1) (layer F.Fab) (width 0.0508)) 43 | (pad 1 smd rect (at -1.055 0) (size 0.59 0.45) (layers F.Cu F.Paste F.Mask)) 44 | (pad 2 smd rect (at 1.055 0) (size 0.59 0.45) (layers F.Cu F.Paste F.Mask)) 45 | ) 46 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/DIODE-SOD-523.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 118 12 | # Fab_YSize_mils: 71 13 | # 14 | # Verified: No 15 | # Finished: Yes 16 | 17 | (module DIODE-SOD-523 (layer F.Cu) (tedit 59947EA5) 18 | (attr smd) 19 | (fp_text reference REF** (at 1.2 0.1) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value SOD-523 (at 0 1.7) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_text user %R (at 0 -1.6) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start -1.5 -0.9) (end -1.5 0.9) (layer F.Fab) (width 0.0508)) 29 | (fp_line (start 1.5 -0.9) (end -1.5 -0.9) (layer F.Fab) (width 0.0508)) 30 | (fp_line (start 1.5 0.9) (end 1.5 -0.9) (layer F.Fab) (width 0.0508)) 31 | (fp_line (start -1.5 0.9) (end 1.5 0.9) (layer F.Fab) (width 0.0508)) 32 | (fp_line (start 0.4 -0.7) (end -1.15 -0.7) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start 0.4 0.7) (end -1.15 0.7) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start -1.6 0.6) (end -1.6 -0.6) (layer F.SilkS) (width 0.1524)) 35 | (fp_line (start -1.1 0.9) (end -1.1 -0.9) (layer F.Fab) (width 0.0508)) 36 | (pad 2 smd rect (at 0.7 0 180) (size 0.6 0.7) (layers F.Cu F.Paste F.Mask)) 37 | (pad 1 smd rect (at -0.7 0 180) (size 0.6 0.7) (layers F.Cu F.Paste F.Mask)) 38 | ) 39 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/DPAK.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 320 12 | # Fab_YSize_mils: 500 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module DPAK (layer F.Cu) (tedit 5B7B1880) 18 | (attr smd) 19 | (fp_text reference U3 (at 0.0508 -2.54 -180) (layer F.Fab) 20 | (effects (font (size 1.016 1.016) (thickness 0.1778))) 21 | ) 22 | (fp_text value NCP1117-5V (at 0 -0.08128) (layer F.Fab) hide 23 | (effects (font (size 0.4 0.4) (thickness 0.07493))) 24 | ) 25 | (fp_line (start -3.44932 1.1176) (end -3.44932 -5.78104) (layer F.SilkS) (width 0.381)) 26 | (fp_line (start 3.44932 1.1176) (end -3.44932 1.1176) (layer F.SilkS) (width 0.381)) 27 | (fp_line (start 3.44932 -5.78104) (end 3.44932 1.1176) (layer F.SilkS) (width 0.381)) 28 | (fp_line (start -3.44932 -5.78104) (end 3.44932 -5.78104) (layer F.SilkS) (width 0.381)) 29 | (fp_line (start -1.34874 5.969) (end -1.34874 1.1176) (layer F.SilkS) (width 0.381)) 30 | (fp_line (start -3.2512 5.969) (end -1.34874 5.969) (layer F.SilkS) (width 0.381)) 31 | (fp_line (start -3.2512 5.969) (end -3.2512 1.1176) (layer F.SilkS) (width 0.381)) 32 | (fp_line (start 3.2512 6.01726) (end 3.2512 1.1176) (layer F.SilkS) (width 0.381)) 33 | (fp_line (start 1.34874 6.01726) (end 3.2512 6.01726) (layer F.SilkS) (width 0.381)) 34 | (fp_line (start 1.34874 6.01726) (end 1.34874 1.1176) (layer F.SilkS) (width 0.381)) 35 | (fp_line (start 4.064 -6.35) (end 4.064 6.35) (layer F.Fab) (width 0.05)) 36 | (fp_line (start 4.064 6.35) (end -4.064 6.35) (layer F.Fab) (width 0.05)) 37 | (fp_line (start -4.064 6.35) (end -4.064 -6.35) (layer F.Fab) (width 0.05)) 38 | (fp_line (start -4.064 -6.35) (end 4.064 -6.35) (layer F.Fab) (width 0.05)) 39 | (fp_text user %R (at 0 3.81 90) (layer F.SilkS) 40 | (effects (font (size 1 1) (thickness 0.15))) 41 | ) 42 | (pad 3 smd rect (at 2.30124 4.318) (size 1.651 3.048) (layers F.Cu F.Paste F.Mask)) 43 | (pad 2 smd rect (at 0 -2.33172) (size 6.70052 6.70052) (layers F.Cu F.Paste F.Mask)) 44 | (pad 1 smd rect (at -2.30124 4.318) (size 1.651 3.048) (layers F.Cu F.Paste F.Mask)) 45 | ) 46 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/FIDUCIAL-2MM.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 0 10 | # Fab_YSize_mils: 0 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module FIDUCIAL-2MM (layer F.Cu) (tedit 5994731C) 16 | (attr virtual) 17 | (fp_text reference REF** (at 0 0) (layer F.Fab) hide 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (fp_text value FIDUCIAL-2MM (at 0 -0.5) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center 0 0) (end 1.27 0) (layer F.Fab) (width 0.04064)) 24 | (pad 1 smd circle (at 0 0) (size 2 2) (layers F.Cu F.Mask)) 25 | ) 26 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/HOLE-PLATED-#8-WASHER-4.6MM.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 0 10 | # Fab_YSize_mils: 0 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module HOLE-PLATED-#8-WASHER-4.6MM (layer F.Cu) (tedit 5B3E8355) 16 | (attr virtual) 17 | (fp_text reference V (at 0 -2) (layer F.SilkS) hide 18 | (effects (font (size 1.016 1.016) (thickness 0.1524))) 19 | ) 20 | (fp_text value HOLE-PLATED-200MIL (at -2.1 2.88 90) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center 0 0) (end 2.5 2) (layer F.Fab) (width 0.049784)) 24 | (pad "" np_thru_hole circle (at 0 0) (size 6 6) (drill 4.6) (layers *.Cu)) 25 | ) 26 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/HOLE-PLATED-200MIL.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 0 10 | # Fab_YSize_mils: 0 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module HOLE-PLATED-200MIL (layer F.Cu) (tedit 590DC0EB) 16 | (attr virtual) 17 | (fp_text reference V (at 0 -2) (layer F.SilkS) hide 18 | (effects (font (size 1.016 1.016) (thickness 0.1524))) 19 | ) 20 | (fp_text value HOLE-PLATED-200MIL (at -2.1 2.88 90) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center 0 0) (end 2.5 2) (layer F.Fab) (width 0.049784)) 24 | (pad "" thru_hole circle (at 0 0) (size 5.842 5.842) (drill 5.08) (layers *.Cu *.Mask)) 25 | ) 26 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/HOLE-PLATED-3.2MM.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 0 10 | # Fab_YSize_mils: 0 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module HOLE-PLATED-3.2MM (layer F.Cu) (tedit 584B4359) 16 | (attr virtual) 17 | (fp_text reference REF** (at 0 0) (layer F.Fab) 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (fp_text value HOLE-PLATED-3.2MM (at 0 -0.5) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center 0 0) (end 2.54 1.27) (layer F.Fab) (width 0.04064)) 24 | (pad 1 thru_hole circle (at 0 0) (size 5 5) (drill 3.2) (layers *.Cu *.Mask)) 25 | ) 26 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/HOLE-PLATED-3.6MM.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 0 10 | # Fab_YSize_mils: 0 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module HOLE-PLATED-3.6MM (layer F.Cu) (tedit 5AB12924) 16 | (attr virtual) 17 | (fp_text reference REF** (at 0 0) (layer F.Fab) 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (fp_text value HOLE-PLATED-3.6MM (at 0 -0.5) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center 0 0) (end 2.54 1.27) (layer F.Fab) (width 0.04064)) 24 | (pad 1 thru_hole circle (at 0 0) (size 5 5) (drill 3.6) (layers *.Cu) 25 | (clearance 1)) 26 | ) 27 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/HOLE-PLATED-40MIL.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 0 10 | # Fab_YSize_mils: 0 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module HOLE-PLATED-40MIL (layer F.Cu) (tedit 572EAAC3) 16 | (attr virtual) 17 | (fp_text reference V (at 0 -2) (layer F.SilkS) hide 18 | (effects (font (size 1.016 1.016) (thickness 0.1524))) 19 | ) 20 | (fp_text value HOLE-PLATED-40MIL (at -2.1 2.88 90) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center 0 0) (end 0.9 0.8) (layer F.Fab) (width 0.049784)) 24 | (pad 1 thru_hole circle (at 0 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 25 | ) 26 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/HOLE-PLATED-NUM8-WASHER-4.6MM.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 0 10 | # Fab_YSize_mils: 0 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module HOLE-PLATED-NUM8-WASHER-4.6MM (layer F.Cu) (tedit 5B58C45E) 16 | (attr virtual) 17 | (fp_text reference H1 (at 0 -2) (layer F.SilkS) hide 18 | (effects (font (size 1.016 1.016) (thickness 0.2032))) 19 | ) 20 | (fp_text value HOLE (at -2.1 2.88 90) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center 0 0) (end 3.937 3.175) (layer F.Fab) (width 0.049784)) 24 | (pad "" np_thru_hole circle (at 0 0) (size 10.16 10.16) (drill 4.6) (layers *.Cu)) 25 | ) 26 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/HOLE-UNPLATED-2.75MMP-RASPI.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 0 10 | # Fab_YSize_mils: 0 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module HOLE-UNPLATED-2.75MMP-RASPI (layer F.Cu) (tedit 5AF46C05) 16 | (attr virtual) 17 | (fp_text reference "" (at 0 -4.0005) (layer F.SilkS) hide 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (fp_text value "" (at 0.09906 3.59918) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center 0 0) (end 1.375 0) (layer F.Fab) (width 0.15)) 24 | (fp_circle (center 0 0) (end 3.1 0) (layer F.Fab) (width 0.15)) 25 | (fp_circle (center 0 0) (end 3.1 0) (layer B.Fab) (width 0.15)) 26 | (fp_circle (center 0 0) (end 1.375 0) (layer B.Fab) (width 0.15)) 27 | (fp_circle (center 0 0) (end 3.1 0) (layer F.CrtYd) (width 0.15)) 28 | (fp_circle (center 0 0) (end 3.1 0) (layer B.CrtYd) (width 0.15)) 29 | (pad "" np_thru_hole circle (at 0 0) (size 2.75 2.75) (drill 2.75) (layers *.Cu *.Mask) 30 | (solder_mask_margin 1.725) (clearance 1.725)) 31 | ) 32 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/HOLE-UNPLATED-200MIL.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 0 10 | # Fab_YSize_mils: 0 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module HOLE-UNPLATED-200MIL (layer F.Cu) (tedit 590DC0F9) 16 | (attr virtual) 17 | (fp_text reference V (at 0 -2) (layer F.SilkS) hide 18 | (effects (font (size 1.016 1.016) (thickness 0.1524))) 19 | ) 20 | (fp_text value HOLE-PLATED-200MIL (at -2.1 2.88 90) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center 0 0) (end 1.8 2) (layer F.Fab) (width 0.049784)) 24 | (pad "" np_thru_hole circle (at 0 0) (size 5.08 5.08) (drill 5.08) (layers *.Cu)) 25 | ) 26 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/HOLES-3.5x1.41-HOLES.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 0 10 | # Fab_YSize_mils: 0 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module HOLES-3.5x1.41-HOLES (layer F.Cu) (tedit 5B1D6CAE) 16 | (attr virtual) 17 | (fp_text reference NONE (at -10.95 -17.5) (layer F.Fab) hide 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (fp_text value "LCD 1602" (at 2.2 -17.5) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_line (start 50.8 22.86) (end 50.8 -22.86) (layer F.CrtYd) (width 0.127)) 24 | (fp_line (start -50.8 22.86) (end 50.8 22.86) (layer F.CrtYd) (width 0.127)) 25 | (fp_line (start -50.8 -22.86) (end -50.8 22.86) (layer F.CrtYd) (width 0.127)) 26 | (fp_line (start 50.8 -22.86) (end -50.8 -22.86) (layer F.CrtYd) (width 0.127)) 27 | (fp_circle (center 44.498466 17.91464) (end 47.798466 17.814) (layer F.SilkS) (width 0.15)) 28 | (fp_circle (center -44.401534 -17.89936) (end -41.101534 -18) (layer F.SilkS) (width 0.15)) 29 | (fp_circle (center -44.401534 17.91464) (end -41.101534 17.814) (layer F.SilkS) (width 0.15)) 30 | (fp_circle (center 44.498466 -17.89936) (end 47.798466 -18) (layer F.SilkS) (width 0.15)) 31 | (pad "" np_thru_hole circle (at -44.45 -17.907) (size 5.5372 5.5372) (drill 5.5372) (layers *.Cu)) 32 | (pad "" np_thru_hole circle (at -44.45 17.907) (size 5.5372 5.5372) (drill 5.5372) (layers *.Cu)) 33 | (pad "" np_thru_hole circle (at 44.45 17.907) (size 5.5372 5.5372) (drill 5.5372) (layers *.Cu)) 34 | (pad "" np_thru_hole circle (at 44.45 -17.907) (size 5.5372 5.5372) (drill 5.5372) (layers *.Cu)) 35 | ) 36 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/IND-7447071.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 890 12 | # Fab_YSize_mils: 118 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module IND-7447071 (layer F.Cu) (tedit 599473A5) 18 | (attr smd) 19 | (fp_text reference R12 (at 10.625 0) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value "2-ohm 3W" (at 10.414 2.54) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start -1.3 -1.5) (end -1.3 1.5) (layer F.Fab) (width 0.049784)) 26 | (fp_line (start 21.3 -1.5) (end -1.3 -1.5) (layer F.Fab) (width 0.049784)) 27 | (fp_line (start 21.3 1.5) (end 21.3 -1.5) (layer F.Fab) (width 0.049784)) 28 | (fp_line (start -1.3 1.5) (end 21.3 1.5) (layer F.Fab) (width 0.049784)) 29 | (fp_text user %R (at 10.6 0) (layer F.SilkS) 30 | (effects (font (size 1 1) (thickness 0.15))) 31 | ) 32 | (fp_line (start 2.54 -1.27) (end 17.653 -1.27) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start 2.54 1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start 17.653 1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start 17.653 -1.27) (end 17.653 1.27) (layer F.SilkS) (width 0.15)) 36 | (pad 1 thru_hole circle (at 0 0) (size 1.99898 1.99898) (drill 1.00076) (layers *.Cu *.SilkS *.Mask)) 37 | (pad 2 thru_hole circle (at 20 0) (size 1.99898 1.99898) (drill 1.00076) (layers *.Cu *.SilkS *.Mask)) 38 | ) 39 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/LED-0603-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 150 12 | # Fab_YSize_mils: 60 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module LED-0603-SMD (layer F.Cu) (tedit 5972439A) 18 | (attr smd) 19 | (fp_text reference LED1 (at 0.09 0.04) (layer F.Fab) 20 | (effects (font (size 0.8 0.8) (thickness 0.15))) 21 | ) 22 | (fp_text value RED (at 0 1.9) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start -1.525 0.65) (end -1.525 -0.65) (layer F.SilkS) (width 0.127)) 26 | (fp_line (start -1.5 -0.762) (end -1.5 0.762) (layer F.Fab) (width 0.05)) 27 | (fp_text user %R (at 3.1496 -0.0127 180) (layer F.SilkS) 28 | (effects (font (size 1 1) (thickness 0.15))) 29 | ) 30 | (fp_line (start -1.778 -0.762) (end 2.032 -0.762) (layer F.Fab) (width 0.05)) 31 | (fp_line (start -0.35 -0.7) (end 0.35 -0.7) (layer F.SilkS) (width 0.15)) 32 | (fp_line (start 0.35 0.7) (end -0.35 0.7) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start -1.778 -0.75) (end -1.778 0.75) (layer F.Fab) (width 0.05)) 34 | (fp_line (start 2.032 -0.75) (end 2.032 0.75) (layer F.Fab) (width 0.05)) 35 | (fp_line (start -1.778 0.762) (end 2.032 0.762) (layer F.Fab) (width 0.05)) 36 | (pad 1 smd rect (at -0.75 0) (size 0.8 0.75) (layers F.Cu F.Paste F.Mask)) 37 | (pad 2 smd rect (at 0.75 0) (size 0.8 0.75) (layers F.Cu F.Paste F.Mask)) 38 | ) 39 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/LED-0805-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 165 12 | # Fab_YSize_mils: 71 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module LED-0805-SMD (layer F.Cu) (tedit 5994752A) 18 | (attr smd) 19 | (fp_text reference REF** (at 0.025 0.025) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value LED-0805-SMD (at 0 1.75) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start -2.1 -0.9) (end -2.1 0.9) (layer F.Fab) (width 0.049784)) 26 | (fp_line (start 1.9 0.9) (end 1.9 -0.9) (layer F.Fab) (width 0.049784)) 27 | (fp_line (start -2.3 0.9) (end 1.9 0.9) (layer F.Fab) (width 0.049784)) 28 | (fp_line (start -2.3 -0.9) (end -2.3 0.9) (layer F.Fab) (width 0.049784)) 29 | (fp_line (start 1.9 -0.9) (end -2.3 -0.9) (layer F.Fab) (width 0.049784)) 30 | (fp_text user %R (at -0.05 -1.8) (layer F.SilkS) 31 | (effects (font (size 1 1) (thickness 0.15))) 32 | ) 33 | (fp_line (start -1.6 0.8) (end 1.1 0.8) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start -1.6 -0.8) (end 1.1 -0.8) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start -0.35 -0.35) (end -0.35 0.35) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start -2.3 -0.525) (end -2.3 0.6) (layer F.SilkS) (width 0.2032)) 37 | (pad 2 smd rect (at 1.04902 0 180) (size 1.19888 1.19888) (layers F.Cu F.Paste F.Mask)) 38 | (pad 1 smd rect (at -1.04902 0 180) (size 1.19888 1.19888) (layers F.Cu F.Paste F.Mask)) 39 | ) 40 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/LED-1206-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 209 12 | # Fab_YSize_mils: 94 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module LED-1206-SMD (layer F.Cu) (tedit 5994758C) 18 | (attr smd) 19 | (fp_text reference REF** (at 0 0) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value LED-1206-SMD (at 0 2) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_text user %R (at -0.1 -2.175) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start -2.8 -0.925) (end -2.8 0.8) (layer F.SilkS) (width 0.1524)) 29 | (fp_line (start 2.5 1.2) (end 2.5 -1.2) (layer F.Fab) (width 0.0508)) 30 | (fp_line (start -2.8 1.2) (end 2.5 1.2) (layer F.Fab) (width 0.0508)) 31 | (fp_line (start -2.8 -1.2) (end -2.8 1.2) (layer F.Fab) (width 0.0508)) 32 | (fp_line (start 2.5 -1.2) (end -2.8 -1.2) (layer F.Fab) (width 0.0508)) 33 | (fp_line (start -2.15 1.05) (end 1.45 1.05) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start -2.15 -1.05) (end 1.45 -1.05) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start 0.1 -0.3) (end 0.1 0.3) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start 0.1 0.3) (end -0.2 0) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start -0.2 0) (end 0 -0.2) (layer F.SilkS) (width 0.15)) 38 | (fp_line (start 0 -0.2) (end 0 0.05) (layer F.SilkS) (width 0.15)) 39 | (fp_line (start 0 0.05) (end -0.05 0) (layer F.SilkS) (width 0.15)) 40 | (fp_line (start -0.3 0) (end 0.2 -0.5) (layer F.SilkS) (width 0.15)) 41 | (fp_line (start 0.2 -0.5) (end 0.2 0.5) (layer F.SilkS) (width 0.15)) 42 | (fp_line (start 0.2 0.5) (end -0.3 0) (layer F.SilkS) (width 0.15)) 43 | (fp_line (start -2.5 -1.2) (end -2.5 1.2) (layer F.Fab) (width 0.0508)) 44 | (pad 2 smd rect (at 1.41986 0 180) (size 1.59766 1.80086) (layers F.Cu F.Paste F.Mask)) 45 | (pad 1 smd rect (at -1.41986 0 180) (size 1.59766 1.80086) (layers F.Cu F.Paste F.Mask)) 46 | ) 47 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/LED-BIVAR-SMP4-4PLCC-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 189 10 | # Fab_YSize_mils: 110 11 | # 12 | # Verified: No 13 | # Finished: Yes 14 | 15 | (module LED-BIVAR-SMP4-4PLCC-SMD (layer F.Cu) (tedit 599475C5) 16 | (attr smd) 17 | (fp_text reference REF** (at 0.151961 0.076857 180) (layer F.Fab) 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (fp_text value LED-BIVAR-SMP4-4PLCC-SMD (at 0 3.2) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_line (start -2.25 1) (end -1.75 1.475) (layer F.Fab) (width 0.049784)) 24 | (fp_circle (center -1.4 0.9) (end -1.3 1) (layer F.Fab) (width 0.254)) 25 | (fp_text user %R (at 0 -2.2) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start -2.25 1) (end -2.248039 -1.323143) (layer F.Fab) (width 0.04064)) 29 | (fp_line (start -2.248039 -1.323143) (end 2.551961 -1.323143) (layer F.Fab) (width 0.04064)) 30 | (fp_line (start 2.551961 1.476857) (end 2.551961 -1.323143) (layer F.Fab) (width 0.04064)) 31 | (fp_line (start -1.75 1.475) (end 2.551961 1.476857) (layer F.Fab) (width 0.04064)) 32 | (pad 4 smd rect (at 1.651961 -0.773143 180) (size 1.5 0.9) (layers F.Cu F.Paste F.Mask) 33 | (solder_mask_margin 0.0762)) 34 | (pad 3 smd rect (at -1.348039 -0.773143 180) (size 1.5 0.9) (layers F.Cu F.Paste F.Mask) 35 | (solder_mask_margin 0.0762)) 36 | (pad 2 smd rect (at 1.651961 0.926857 180) (size 1.5 0.9) (layers F.Cu F.Paste F.Mask) 37 | (solder_mask_margin 0.0762)) 38 | (pad 1 smd rect (at -1.348039 0.926857 180) (size 1.5 0.9) (layers F.Cu F.Paste F.Mask) 39 | (solder_mask_margin 0.0762)) 40 | ) 41 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/LED-D3MM-2PIN.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 197 12 | # Fab_YSize_mils: 177 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module LED-D3MM-2PIN (layer F.Cu) (tedit 5994768E) 18 | (attr smd) 19 | (fp_text reference REF** (at 1.4 0 90) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value LED-3MM (at 1.3 -2.9) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start -0.75 -2.2) (end -0.75 2.3) (layer F.Fab) (width 0.049784)) 26 | (fp_text user %R (at 1.3 3.1) (layer F.SilkS) 27 | (effects (font (size 1 1) (thickness 0.15))) 28 | ) 29 | (fp_line (start 3.8 2.3) (end 3.8 -2.2) (layer F.Fab) (width 0.0508)) 30 | (fp_line (start -1.2 2.3) (end 3.8 2.3) (layer F.Fab) (width 0.0508)) 31 | (fp_line (start -1.2 -2.2) (end -1.2 2.3) (layer F.Fab) (width 0.0508)) 32 | (fp_line (start 3.8 -2.2) (end -1.2 -2.2) (layer F.Fab) (width 0.0508)) 33 | (fp_line (start -1.2 2.3) (end 3.8 2.3) (layer F.CrtYd) (width 0.05)) 34 | (fp_line (start 3.8 2.3) (end 3.8 -2.2) (layer F.CrtYd) (width 0.05)) 35 | (fp_line (start 3.8 -2.2) (end -1.2 -2.2) (layer F.CrtYd) (width 0.05)) 36 | (fp_line (start -1.2 -2.2) (end -1.2 2.3) (layer F.CrtYd) (width 0.05)) 37 | (fp_line (start -0.199 1.314) (end -0.199 1.114) (layer F.SilkS) (width 0.15)) 38 | (fp_line (start -0.199 -1.28) (end -0.199 -1.1) (layer F.SilkS) (width 0.15)) 39 | (fp_arc (start 1.301 0.034) (end -0.199 -1.286) (angle 108.5) (layer F.SilkS) (width 0.15)) 40 | (fp_arc (start 1.301 0.034) (end 0.25 -1.1) (angle 85.7) (layer F.SilkS) (width 0.15)) 41 | (fp_arc (start 1.311 0.034) (end 3.051 0.994) (angle 110) (layer F.SilkS) (width 0.15)) 42 | (fp_arc (start 1.301 0.034) (end 2.335 1.094) (angle 87.5) (layer F.SilkS) (width 0.15)) 43 | (pad 1 thru_hole rect (at 0 0 90) (size 2 2) (drill 1.00076) (layers *.Cu *.Mask F.SilkS)) 44 | (pad 2 thru_hole circle (at 2.54 0) (size 2 2) (drill 1.00076) (layers *.Cu *.Mask F.SilkS)) 45 | ) 46 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/LED-D3MM-3PIN.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 303 12 | # Fab_YSize_mils: 173 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module LED-D3MM-3PIN (layer F.Cu) (tedit 59947699) 18 | (attr smd) 19 | (fp_text reference REF** (at 2.3 0.2) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value LED-D3MM-3PIN (at 1.3 -2.9) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start -2 -2.2) (end -2 2.2) (layer F.Fab) (width 0.049784)) 26 | (fp_text user %R (at 1.7 3.1) (layer F.SilkS) 27 | (effects (font (size 1 1) (thickness 0.15))) 28 | ) 29 | (fp_line (start 5.1 -2.2) (end 1.3 -2.2) (layer F.Fab) (width 0.0508)) 30 | (fp_line (start 5.1 -2.1) (end 5.1 -2.2) (layer F.Fab) (width 0.0508)) 31 | (fp_line (start 5.1 2.2) (end 5.1 -2.1) (layer F.Fab) (width 0.0508)) 32 | (fp_line (start -2.6 2.2) (end 5.1 2.2) (layer F.Fab) (width 0.0508)) 33 | (fp_line (start -2.6 -2.2) (end -2.6 2.2) (layer F.Fab) (width 0.0508)) 34 | (fp_line (start 1.3 -2.2) (end -2.6 -2.2) (layer F.Fab) (width 0.0508)) 35 | (fp_line (start -0.2 1.8) (end -0.2 1.4) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start -0.2 -1.8) (end -0.2 -1.4) (layer F.SilkS) (width 0.15)) 37 | (fp_arc (start 1.301 0.034) (end -0.1 -1.5) (angle 102.2531639) (layer F.SilkS) (width 0.15)) 38 | (fp_arc (start 1.301 0.034) (end 0.25 -1.1) (angle 85.7) (layer F.SilkS) (width 0.15)) 39 | (fp_arc (start 1.311 0.034) (end 3.051 0.994) (angle 110) (layer F.SilkS) (width 0.15)) 40 | (fp_arc (start 1.301 0.034) (end 2.335 1.094) (angle 87.5) (layer F.SilkS) (width 0.15)) 41 | (pad 1 thru_hole rect (at -1.27 0 90) (size 2 2) (drill 1.00076) (layers *.Cu *.Mask F.SilkS)) 42 | (pad 2 thru_hole circle (at 1.27 0) (size 2 2) (drill 1.00076) (layers *.Cu *.Mask F.SilkS)) 43 | (pad 3 thru_hole circle (at 3.81 0) (size 2 2) (drill 1.00076) (layers *.Cu *.Mask F.SilkS)) 44 | ) 45 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/LED-D5MM-2PIN-SH4356.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 96 12 | # Fab_YSize_mils: 122 13 | # 14 | # Verified: No 15 | # Finished: Yes 16 | 17 | (module LED-D5MM-2PIN-SH4356 (layer F.Cu) (tedit 59874B72) 18 | (attr smd) 19 | (fp_text reference LED1 (at 1.25 0 270) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value "IR 850NM" (at 1.25 0) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_text user %R (at -1.905 0 90) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_arc (start 1.27 0) (end -0.762 -1.524) (angle 286.2602047) (layer F.SilkS) (width 0.15)) 29 | (fp_line (start -0.762 1.5) (end -0.762 -1.5) (layer F.SilkS) (width 0.15)) 30 | (fp_arc (start 1.3 0) (end -1.143 1.524) (angle -296.0862656) (layer F.Fab) (width 0.05)) 31 | (fp_line (start -1.143 -1.55) (end -1.143 1.55) (layer F.Fab) (width 0.05)) 32 | (pad 1 thru_hole rect (at 0 0 90) (size 2 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS)) 33 | (pad 2 thru_hole circle (at 2.54 0) (size 1.9 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS)) 34 | ) 35 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/LED-D5MM-2PIN.kicad_mod: -------------------------------------------------------------------------------- 1 | (module LED-D5MM-2PIN (layer F.Cu) (tedit 5CF59AA2) 2 | (attr smd) 3 | (fp_text reference LED1 (at 1.25 0) (layer F.Fab) 4 | (effects (font (size 1 1) (thickness 0.15))) 5 | ) 6 | (fp_text value GREEN (at 1.25 0) (layer F.Fab) hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | ) 9 | (fp_line (start -1.5 -1.55) (end -1.5 1.55) (layer F.Fab) (width 0.05)) 10 | (fp_arc (start 1.3 0) (end -1.5 1.55) (angle -302) (layer F.Fab) (width 0.05)) 11 | (fp_circle (center 1.27 0) (end 0.97 -2.5) (layer F.SilkS) (width 0.15)) 12 | (fp_line (start -1.23 1.5) (end -1.23 -1.5) (layer F.SilkS) (width 0.15)) 13 | (fp_arc (start 1.27 0) (end -1.23 -1.5) (angle 297.5) (layer F.SilkS) (width 0.15)) 14 | (fp_text user %R (at 1.75 4) (layer F.SilkS) 15 | (effects (font (size 1 1) (thickness 0.15))) 16 | ) 17 | (pad + thru_hole circle (at 2.54 0) (size 1.9 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS)) 18 | (pad - thru_hole rect (at 0 0 90) (size 2 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS)) 19 | ) 20 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/LED-D5MM-4PIN-COMMON-CATHODE.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 205 12 | # Fab_YSize_mils: 98 13 | # 14 | # Verified: No 15 | # Finished: Yes 16 | 17 | (module LED-D5MM-4PIN-COMMON-CATHODE (layer F.Cu) (tedit 599476D4) 18 | (attr smd) 19 | (fp_text reference REF** (at 0.2 1.8) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value LED-D5MM-4PIN-COMMON-CATHODE (at 0 6.25) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_circle (center 0 0) (end 0.15 0.175) (layer F.Fab) (width 0.254)) 26 | (fp_line (start -2 -0.575) (end 2 -0.575) (layer F.Fab) (width 0.049784)) 27 | (fp_text user %R (at 0 -2.3) (layer F.SilkS) 28 | (effects (font (size 1 1) (thickness 0.15))) 29 | ) 30 | (fp_line (start -1.1 -0.595) (end -1.55 -0.595) (layer F.SilkS) (width 0.15)) 31 | (fp_circle (center 0 1.905) (end 2.95 1.905) (layer F.SilkS) (width 0.15)) 32 | (fp_line (start 1.1 -0.595) (end 1.55 -0.595) (layer F.SilkS) (width 0.15)) 33 | (fp_circle (center 0 1.905) (end 3.2 1.905) (layer F.Fab) (width 0.05)) 34 | (pad 1 thru_hole oval (at 0 0) (size 1.905 1.1176) (drill 0.762) (layers *.Cu *.Mask F.SilkS)) 35 | (pad 2 thru_hole rect (at 0 1.27) (size 1.905 1.1176) (drill 0.762) (layers *.Cu *.Mask F.SilkS)) 36 | (pad 3 thru_hole oval (at 0 2.54) (size 1.905 1.1176) (drill 0.762) (layers *.Cu *.Mask F.SilkS)) 37 | (pad 4 thru_hole oval (at 0 3.81) (size 1.905 1.1176) (drill 0.762) (layers *.Cu *.Mask F.SilkS)) 38 | ) 39 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/LED-RGB-5050-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 300 12 | # Fab_YSize_mils: 235 13 | # 14 | # Verified: No 15 | # Finished: Yes 16 | 17 | (module LED-RGB-5050-SMD (layer F.Cu) (tedit 5994785F) 18 | (attr smd) 19 | (fp_text reference LED1 (at 0.025 0) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value WS2812B (at 0.025 0.05) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start 2.413 3.048) (end 3.81 1.143) (layer F.Fab) (width 0.0464)) 26 | (fp_circle (center 2.45 1.65) (end 2.5 1.8) (layer F.Fab) (width 0.05)) 27 | (fp_line (start 3.81 1.143) (end 3.81 -2.921) (layer F.Fab) (width 0.05)) 28 | (fp_line (start -3.81 3.048) (end 2.413 3.048) (layer F.Fab) (width 0.05)) 29 | (fp_line (start -3.81 -2.921) (end -3.81 3.048) (layer F.Fab) (width 0.05)) 30 | (fp_line (start 3.81 -2.921) (end -3.81 -2.921) (layer F.Fab) (width 0.05)) 31 | (fp_text user %R (at 0.1 -3.302) (layer F.SilkS) 32 | (effects (font (size 1 1) (thickness 0.15))) 33 | ) 34 | (fp_line (start -2.54 -0.889) (end -2.54 0.889) (layer F.SilkS) (width 0.1524)) 35 | (fp_line (start 2.54 2.54) (end -2.413 2.54) (layer F.SilkS) (width 0.1524)) 36 | (fp_line (start -2.54 -2.54) (end 2.54 -2.54) (layer F.SilkS) (width 0.1524)) 37 | (fp_line (start 2.54 -0.889) (end 2.54 0.889) (layer F.SilkS) (width 0.1524)) 38 | (pad 1 smd rect (at 2.4384 1.651) (size 1.4986 0.889) (layers F.Cu F.Paste F.Mask)) 39 | (pad 2 smd rect (at 2.4384 -1.651) (size 1.4986 0.889) (layers F.Cu F.Paste F.Mask)) 40 | (pad 3 smd rect (at -2.4384 -1.651) (size 1.4986 0.889) (layers F.Cu F.Paste F.Mask)) 41 | (pad 4 smd rect (at -2.4384 1.651) (size 1.4986 0.889) (layers F.Cu F.Paste F.Mask)) 42 | ) 43 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/LED-WURTH-SBTW-4PLCC-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 189 10 | # Fab_YSize_mils: 110 11 | # 12 | # Verified: No 13 | # Finished: Yes 14 | 15 | (module LED-WURTH-SBTW-4PLCC-SMD (layer F.Cu) (tedit 59947873) 16 | (attr smd) 17 | (fp_text reference REF** (at 0 0) (layer F.Fab) 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (fp_text value LED-WURTH-SBTW-4PLCC-SMD (at 0 3.2) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center 1.45 -0.85) (end 1.6 -0.775) (layer F.Fab) (width 0.254)) 24 | (fp_text user %R (at 0 -2.4) (layer F.SilkS) 25 | (effects (font (size 1 1) (thickness 0.15))) 26 | ) 27 | (fp_line (start 2.4 -1.4) (end 2.4 1.4) (layer F.Fab) (width 0.04064)) 28 | (fp_line (start 2.4 1.4) (end -2.4 1.4) (layer F.Fab) (width 0.04064)) 29 | (fp_line (start -2.4 -1.4) (end -2.4 1.4) (layer F.Fab) (width 0.04064)) 30 | (fp_line (start 2.4 -1.4) (end -2.4 -1.4) (layer F.Fab) (width 0.04064)) 31 | (pad 4 smd rect (at -1.5 0.85) (size 1.5 0.9) (layers F.Cu F.Paste F.Mask) 32 | (solder_mask_margin 0.0762)) 33 | (pad 2 smd rect (at 1.5 0.85) (size 1.5 0.9) (layers F.Cu F.Paste F.Mask) 34 | (solder_mask_margin 0.0762)) 35 | (pad 3 smd rect (at -1.5 -0.85) (size 1.5 0.9) (layers F.Cu F.Paste F.Mask) 36 | (solder_mask_margin 0.0762)) 37 | (pad 1 smd rect (at 1.5 -0.85) (size 1.5 0.9) (layers F.Cu F.Paste F.Mask) 38 | (solder_mask_margin 0.0762)) 39 | ) 40 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/PHOTOCELL-5.1MM.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 100 12 | # Fab_YSize_mils: 0 13 | # 14 | # Verified: No 15 | # Finished: Yes 16 | 17 | (module PHOTOCELL-5.1MM (layer F.Cu) (tedit 5A7E16B1) 18 | (attr smd) 19 | (fp_text reference R3 (at 0 0 90) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value PHOTOCELL (at 0 0) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_circle (center 0 0) (end 2.54 0) (layer F.Fab) (width 0.05)) 26 | (fp_text user BR (at 0 -3.81) (layer F.SilkS) 27 | (effects (font (size 1 1) (thickness 0.15))) 28 | ) 29 | (fp_circle (center 0 0) (end 2.54 0) (layer F.SilkS) (width 0.05)) 30 | (fp_circle (center 0 0) (end 2.794 0) (layer F.CrtYd) (width 0.05)) 31 | (pad 1 thru_hole circle (at 0 -1.5) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 32 | (pad 2 thru_hole oval (at 0 1.5) (size 2.032 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 33 | ) 34 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RELAY-SPDT-KLT1C12DC12.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the XESS Corp 3 | # https://github.com/xesscorp/RPi_Hat_Template 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the MIT 7 | # https://opensource.org/licenses/MIT 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 748 12 | # Fab_YSize_mils: 610 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module RELAY-SPDT-KLT1C12DC12 (layer F.Cu) (tedit 5B1E2451) 18 | (attr smd) 19 | (fp_text reference K1 (at 8.6 0) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value KLT1C12DC12 (at 6.1 10) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_text user %R (at 0 -9) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start -1.4 -7.75) (end -1.4 7.75) (layer F.Fab) (width 0.15)) 29 | (fp_line (start 17.6 -7.75) (end -1.4 -7.75) (layer F.Fab) (width 0.15)) 30 | (fp_line (start 17.6 7.75) (end 17.6 -7.75) (layer F.Fab) (width 0.15)) 31 | (fp_line (start -1.4 7.75) (end 17.6 7.75) (layer F.Fab) (width 0.15)) 32 | (pad - thru_hole circle (at 2.1 -6) (size 2.1 2.1) (drill 1.6) (layers *.Cu *.Mask)) 33 | (pad + thru_hole circle (at 2.1 6) (size 2.1 2.1) (drill 1.6) (layers *.Cu *.Mask)) 34 | (pad COM thru_hole circle (at 0 0) (size 2.1 2.1) (drill 1.6) (layers *.Cu *.Mask)) 35 | (pad NC thru_hole circle (at 14.3 -6) (size 2.1 2.1) (drill 1.6) (layers *.Cu *.Mask)) 36 | (pad NO thru_hole circle (at 14.3 6) (size 2.1 2.1) (drill 1.6) (layers *.Cu *.Mask)) 37 | ) 38 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RES-CARBONFILM-7MM.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 460 10 | # Fab_YSize_mils: 120 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module RES-CARBONFILM-7MM (layer F.Cu) (tedit 5860127D) 16 | (attr smd) 17 | (fp_text reference REF** (at 3.8 0) (layer F.Fab) 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (fp_text value RES-CARBONFILM-7MM (at 3.81 3.81) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_text user %R (at 3.9 -2.3) (layer F.SilkS) 24 | (effects (font (size 1 1) (thickness 0.15))) 25 | ) 26 | (fp_line (start 10.414 -1.524) (end -1.27 -1.524) (layer F.Fab) (width 0.0508)) 27 | (fp_line (start 10.414 1.5) (end 10.414 -1.5) (layer F.Fab) (width 0.0508)) 28 | (fp_line (start -1.27 1.524) (end 10.414 1.524) (layer F.Fab) (width 0.0508)) 29 | (fp_line (start -1.27 -1.524) (end -1.27 1.524) (layer F.Fab) (width 0.0508)) 30 | (fp_line (start 1.27 -1.27) (end 7.62 -1.27) (layer F.SilkS) (width 0.15)) 31 | (fp_line (start 7.62 -1.27) (end 7.62 1.27) (layer F.SilkS) (width 0.15)) 32 | (fp_line (start 7.62 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15)) 34 | (pad 1 thru_hole circle (at 0 0) (size 1.99898 1.99898) (drill 1.00076) (layers *.Cu *.SilkS *.Mask)) 35 | (pad 2 thru_hole circle (at 9 0) (size 1.99898 1.99898) (drill 1.00076) (layers *.Cu *.SilkS *.Mask)) 36 | ) 37 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RES-TRIMPOT-BOURNS-3362-SQUARE-TH-CENTER.kicad_mod: -------------------------------------------------------------------------------- 1 | (module RES-TRIMPOT-BOURNS-3362-SQUARE-TH-CENTER (layer F.Cu) (tedit 59947DC4) 2 | (attr smd) 3 | (fp_text reference R1 (at 0 0 -90) (layer F.Fab) 4 | (effects (font (size 1 1) (thickness 0.15))) 5 | ) 6 | (fp_text value 10K (at 0.508 0.254 90) (layer F.Fab) hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | ) 9 | (fp_circle (center -2.032 -2.64521) (end -1.778 -2.39121) (layer F.SilkS) (width 0.2)) 10 | (fp_line (start 3.556 -4.064) (end -3.556 -4.064) (layer F.Fab) (width 0.05)) 11 | (fp_line (start -3.556 -4.064) (end -3.556 3.81) (layer F.Fab) (width 0.05)) 12 | (fp_line (start -3.556 3.81) (end 3.556 3.81) (layer F.Fab) (width 0.05)) 13 | (fp_line (start 3.556 3.81) (end 3.556 -4.064) (layer F.Fab) (width 0.05)) 14 | (fp_text user %R (at -2.54 -4.826) (layer F.SilkS) 15 | (effects (font (size 1 1) (thickness 0.15))) 16 | ) 17 | (fp_circle (center 0 -2.54) (end 0.254 -2.286) (layer F.Fab) (width 0.2)) 18 | (fp_line (start 3.556 -4.064) (end -3.556 -4.064) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -3.556 -4.064) (end -3.556 3.81) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start -3.556 3.81) (end 3.556 3.81) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start 3.556 3.81) (end 3.556 -3.81) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start 3.556 -3.81) (end 3.556 -4.064) (layer F.SilkS) (width 0.1016)) 23 | (pad 3 thru_hole oval (at 0 2.54) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 24 | (pad 2 thru_hole oval (at 0 0) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 25 | (pad 1 thru_hole rect (at 0 -2.54) (size 2.032 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 26 | ) 27 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RES-TRIMPOT-TC33X-2.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 145 12 | # Fab_YSize_mils: 200 13 | # 14 | # Verified: No 15 | # Finished: Yes 16 | 17 | (module RES-TRIMPOT-TC33X-2 (layer F.Cu) (tedit 583B578F) 18 | (attr smd) 19 | (fp_text reference REF** (at 0.127 0.127 90) (layer F.Fab) 20 | (effects (font (size 1.016 1.016) (thickness 0.1524))) 21 | ) 22 | (fp_text value TC33X-2 (at -0.127 0.127) (layer F.Fab) hide 23 | (effects (font (size 1.016 1.016) (thickness 0.1524))) 24 | ) 25 | (fp_text user %R (at 0.127 -3.302) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start 1.905 2.667) (end 1.905 -2.413) (layer F.Fab) (width 0.04064)) 29 | (fp_line (start -1.778 2.667) (end 1.905 2.667) (layer F.Fab) (width 0.04064)) 30 | (fp_line (start -1.778 -2.413) (end -1.778 2.667) (layer F.Fab) (width 0.04064)) 31 | (fp_line (start 1.905 -2.413) (end -1.778 -2.413) (layer F.Fab) (width 0.04064)) 32 | (fp_line (start -1.524 -2.032) (end -1.524 0.762) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start -1.016 -2.032) (end -1.524 -2.032) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start 1.524 -2.032) (end 1.524 0.762) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start 1.016 -2.032) (end 1.524 -2.032) (layer F.SilkS) (width 0.15)) 36 | (pad 2 smd rect (at 0 -1.45) (size 1.6 1.5) (layers F.Cu F.Paste F.Mask)) 37 | (pad 1 smd rect (at -1 1.8) (size 1.2 1.2) (layers F.Cu F.Paste F.Mask)) 38 | (pad 3 smd rect (at 1 1.8) (size 1.2 1.2) (layers F.Cu F.Paste F.Mask)) 39 | ) 40 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RLC-0402-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 91 12 | # Fab_YSize_mils: 47 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module RLC-0402-SMD (layer F.Cu) (tedit 56BCBBF5) 18 | (attr smd) 19 | (fp_text reference C13 (at 0 0) (layer F.Fab) 20 | (effects (font (size 0.8 0.8) (thickness 0.15))) 21 | ) 22 | (fp_text value 1nF (at 0 1.7) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_text user %R (at 2.667 0) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start 0.25 -0.475) (end -0.25 -0.475) (layer F.SilkS) (width 0.15)) 29 | (fp_line (start -0.25 0.475) (end 0.25 0.475) (layer F.SilkS) (width 0.15)) 30 | (fp_line (start -1.15 -0.6) (end -1.15 0.6) (layer F.Fab) (width 0.05)) 31 | (fp_line (start -1.15 -0.6) (end 1.15 -0.6) (layer F.Fab) (width 0.05)) 32 | (fp_line (start 1.15 -0.6) (end 1.15 0.6) (layer F.Fab) (width 0.05)) 33 | (fp_line (start -1.15 0.6) (end 1.15 0.6) (layer F.Fab) (width 0.05)) 34 | (pad 1 smd rect (at -0.55 0) (size 0.6 0.5) (layers F.Cu F.Paste F.Mask) 35 | (solder_paste_margin -0.0254)) 36 | (pad 2 smd rect (at 0.55 0) (size 0.6 0.5) (layers F.Cu F.Paste F.Mask) 37 | (solder_paste_margin -0.0254)) 38 | ) 39 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RLC-0603-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 114 12 | # Fab_YSize_mils: 59 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module RLC-0603-SMD (layer F.Cu) (tedit 579029AB) 18 | (attr smd) 19 | (fp_text reference R28 (at 0.09 0.04) (layer F.Fab) 20 | (effects (font (size 0.8 0.8) (thickness 0.15))) 21 | ) 22 | (fp_text value 10K (at 0 1.9) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start -1.397 -0.635) (end -1.397 0.635) (layer F.SilkS) (width 0.1524)) 26 | (fp_line (start 1.3335 -0.635) (end 1.3335 0.635) (layer F.SilkS) (width 0.1524)) 27 | (fp_text user %R (at 2.95 0.05) (layer F.SilkS) 28 | (effects (font (size 1 1) (thickness 0.15))) 29 | ) 30 | (fp_line (start -1.45 -0.75) (end 1.45 -0.75) (layer F.Fab) (width 0.05)) 31 | (fp_line (start -1.397 -0.635) (end 1.3335 -0.635) (layer F.SilkS) (width 0.15)) 32 | (fp_line (start 1.3335 0.635) (end -1.397 0.635) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start -1.45 -0.75) (end -1.45 0.75) (layer F.Fab) (width 0.05)) 34 | (fp_line (start 1.45 -0.75) (end 1.45 0.75) (layer F.Fab) (width 0.05)) 35 | (fp_line (start -1.45 0.75) (end 1.45 0.75) (layer F.Fab) (width 0.05)) 36 | (pad 1 smd rect (at -0.75 0) (size 0.8 0.75) (layers F.Cu F.Paste F.Mask)) 37 | (pad 2 smd rect (at 0.75 0) (size 0.8 0.75) (layers F.Cu F.Paste F.Mask)) 38 | ) 39 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RLC-0805-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 140 12 | # Fab_YSize_mils: 80 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | 18 | (module RLC-0805-SMD (layer F.Cu) (tedit 57904162) 19 | (attr smd) 20 | (fp_text reference R9 (at 0 0 180) (layer F.Fab) 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_text value 10K (at 0 0) (layer F.Fab) hide 24 | (effects (font (size 1 1) (thickness 0.15))) 25 | ) 26 | (fp_text user %R (at 3.048 0) (layer F.SilkS) 27 | (effects (font (size 1 1) (thickness 0.15))) 28 | ) 29 | (fp_line (start 1.778 1.016) (end 1.778 -1.016) (layer F.Fab) (width 0.05)) 30 | (fp_line (start -1.778 1.016) (end 1.778 1.016) (layer F.Fab) (width 0.05)) 31 | (fp_line (start -1.778 -1.016) (end -1.778 1.016) (layer F.Fab) (width 0.05)) 32 | (fp_line (start 1.778 -1.016) (end -1.778 -1.016) (layer F.Fab) (width 0.05)) 33 | (fp_line (start 0.5 -0.85) (end -0.5 -0.85) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start -0.5 0.85) (end 0.5 0.85) (layer F.SilkS) (width 0.15)) 35 | (pad 1 smd rect (at -1 0) (size 1 1.25) (layers F.Cu F.Paste F.Mask)) 36 | (pad 2 smd rect (at 1 0) (size 1 1.25) (layers F.Cu F.Paste F.Mask)) 37 | ) 38 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RLC-1206-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 181 12 | # Fab_YSize_mils: 91 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module RLC-1206-SMD (layer F.Cu) (tedit 5970EE42) 18 | (attr smd) 19 | (fp_text reference C1 (at 3.1256 -0.2032) (layer F.SilkS) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value 4.7uF (at 0 2.3) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_text user %R (at 0 0.03) (layer F.Fab) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start 1 -1.025) (end -1 -1.025) (layer F.SilkS) (width 0.15)) 29 | (fp_line (start -1 1.025) (end 1 1.025) (layer F.SilkS) (width 0.15)) 30 | (fp_line (start -2.3 -1.15) (end -2.3 1.15) (layer F.Fab) (width 0.05)) 31 | (fp_line (start 2.3 -1.15) (end 2.3 1.15) (layer F.Fab) (width 0.05)) 32 | (fp_line (start -2.3 1.15) (end 2.3 1.15) (layer F.Fab) (width 0.05)) 33 | (fp_line (start -2.3 -1.15) (end 2.3 -1.15) (layer F.Fab) (width 0.05)) 34 | (pad 1 smd rect (at -1.5 0) (size 1 1.6) (layers F.Cu F.Paste F.Mask)) 35 | (pad 2 smd rect (at 1.5 0) (size 1 1.6) (layers F.Cu F.Paste F.Mask)) 36 | ) 37 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RLC-1210-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 181 12 | # Fab_YSize_mils: 126 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | 18 | (module RLC-1210-SMD (layer F.Cu) (tedit 579033A7) 19 | (attr smd) 20 | (fp_text reference C14 (at 0 0) (layer F.Fab) 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_text value "10uF 25V" (at 0 2.7) (layer F.Fab) hide 24 | (effects (font (size 1 1) (thickness 0.15))) 25 | ) 26 | (fp_text user %R (at 0 2.794) (layer F.SilkS) 27 | (effects (font (size 1 1) (thickness 0.15))) 28 | ) 29 | (fp_line (start 1 -1.475) (end -1 -1.475) (layer F.SilkS) (width 0.15)) 30 | (fp_line (start -1 1.475) (end 1 1.475) (layer F.SilkS) (width 0.15)) 31 | (fp_line (start -2.3 -1.6) (end -2.3 1.6) (layer F.Fab) (width 0.05)) 32 | (fp_line (start -2.3 -1.6) (end 2.3 -1.6) (layer F.Fab) (width 0.05)) 33 | (fp_line (start 2.3 -1.6) (end 2.3 1.6) (layer F.Fab) (width 0.05)) 34 | (fp_line (start -2.3 1.6) (end 2.3 1.6) (layer F.Fab) (width 0.05)) 35 | (pad 1 smd rect (at -1.5 0) (size 1 2.5) (layers F.Cu F.Paste F.Mask)) 36 | (pad 2 smd rect (at 1.5 0) (size 1 2.5) (layers F.Cu F.Paste F.Mask)) 37 | ) 38 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RLC-1812-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 244 12 | # Fab_YSize_mils: 146 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | 18 | (module RLC-1812-SMD (layer F.Cu) (tedit 579037B4) 19 | (attr smd) 20 | (fp_text reference F1 (at 0 0) (layer F.Fab) 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_text value "1.1A 25V" (at 0 0) (layer F.Fab) hide 24 | (effects (font (size 1 1) (thickness 0.15))) 25 | ) 26 | (fp_text user %R (at -3.81 0 90) (layer F.SilkS) 27 | (effects (font (size 1 1) (thickness 0.15))) 28 | ) 29 | (fp_line (start -3.1 -1.85) (end 3.1 -1.85) (layer F.Fab) (width 0.05)) 30 | (fp_line (start -3.1 1.85) (end 3.1 1.85) (layer F.Fab) (width 0.05)) 31 | (fp_line (start 1.524 -1.725) (end -1.524 -1.725) (layer F.SilkS) (width 0.15)) 32 | (fp_line (start -1.524 1.725) (end 1.524 1.725) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start 3.1 -1.85) (end 3.1 1.85) (layer F.Fab) (width 0.05)) 34 | (fp_line (start -3.1 -1.85) (end -3.1 1.85) (layer F.Fab) (width 0.05)) 35 | (pad 1 smd rect (at -2.3 0) (size 1 3) (layers F.Cu F.Paste F.Mask)) 36 | (pad 2 smd rect (at 2.3 0) (size 1 3) (layers F.Cu F.Paste F.Mask)) 37 | ) 38 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RLC-1825-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 244 12 | # Fab_YSize_mils: 283 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module RLC-1825-SMD (layer F.Cu) (tedit 58157121) 18 | (attr smd) 19 | (fp_text reference REF** (at 0 -4.7) (layer F.SilkS) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value RLC-1825-SMD (at 0 4.7) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start -3.1 3.6) (end -3.1 -3.6) (layer F.Fab) (width 0.0508)) 26 | (fp_line (start 3.1 3.6) (end -3.1 3.6) (layer F.Fab) (width 0.0508)) 27 | (fp_line (start 3.1 -3.6) (end 3.1 3.6) (layer F.Fab) (width 0.0508)) 28 | (fp_line (start -3.1 -3.6) (end 3.1 -3.6) (layer F.Fab) (width 0.0508)) 29 | (fp_text user %R (at 0.02 0.04) (layer F.Fab) 30 | (effects (font (size 1 1) (thickness 0.15))) 31 | ) 32 | (fp_line (start 1.8 -3.4) (end -1.8 -3.4) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start -1.8 3.4) (end 1.8 3.4) (layer F.SilkS) (width 0.15)) 34 | (pad 1 smd rect (at -2.3 0) (size 1 6.35) (layers F.Cu F.Paste F.Mask)) 35 | (pad 2 smd rect (at 2.3 0) (size 1 6.35) (layers F.Cu F.Paste F.Mask)) 36 | ) 37 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RLC-2010-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 260 12 | # Fab_YSize_mils: 126 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module RLC-2010-SMD (layer F.Cu) (tedit 58157164) 18 | (attr smd) 19 | (fp_text reference REF** (at 0 -2.7) (layer F.SilkS) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value RLC-2010-SMD (at 0 2.7) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start 3.3 1.6) (end 3.3 -1.6) (layer F.Fab) (width 0.0508)) 26 | (fp_line (start -3.3 1.6) (end 3.3 1.6) (layer F.Fab) (width 0.0508)) 27 | (fp_line (start -3.3 -1.6) (end -3.3 1.6) (layer F.Fab) (width 0.0508)) 28 | (fp_line (start 3.3 -1.6) (end -3.3 -1.6) (layer F.Fab) (width 0.0508)) 29 | (fp_text user %R (at 0.35 -0.02) (layer F.Fab) 30 | (effects (font (size 1 1) (thickness 0.15))) 31 | ) 32 | (fp_line (start 1.95 1.475) (end -1.95 1.475) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start -1.95 -1.475) (end 1.95 -1.475) (layer F.SilkS) (width 0.15)) 34 | (pad 1 smd rect (at -2.45 0) (size 1 2.5) (layers F.Cu F.Paste F.Mask)) 35 | (pad 2 smd rect (at 2.45 0) (size 1 2.5) (layers F.Cu F.Paste F.Mask)) 36 | ) 37 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RLC-2220-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 287 12 | # Fab_YSize_mils: 228 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module RLC-2220-SMD (layer F.Cu) (tedit 58157196) 18 | (attr smd) 19 | (fp_text reference REF** (at 0.1 0) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value RLC-2220-SMD (at 0 4) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start 3.7 -2.9) (end 3.6 -2.9) (layer F.Fab) (width 0.0508)) 26 | (fp_line (start 3.7 2.9) (end 3.7 -2.9) (layer F.Fab) (width 0.0508)) 27 | (fp_line (start -3.6 2.9) (end 3.7 2.9) (layer F.Fab) (width 0.0508)) 28 | (fp_line (start -3.6 -2.9) (end -3.6 2.9) (layer F.Fab) (width 0.0508)) 29 | (fp_line (start 3.6 -2.9) (end -3.6 -2.9) (layer F.Fab) (width 0.0508)) 30 | (fp_text user %R (at 0.1 -3.7) (layer F.SilkS) 31 | (effects (font (size 1 1) (thickness 0.15))) 32 | ) 33 | (fp_line (start 2.3 -2.725) (end -2.3 -2.725) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start -2.3 2.725) (end 2.3 2.725) (layer F.SilkS) (width 0.15)) 35 | (pad 1 smd rect (at -2.8 0) (size 1 5) (layers F.Cu F.Paste F.Mask)) 36 | (pad 2 smd rect (at 2.8 0) (size 1 5) (layers F.Cu F.Paste F.Mask)) 37 | ) 38 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RLC-2225-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 283 12 | # Fab_YSize_mils: 283 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module RLC-2225-SMD (layer F.Cu) (tedit 581571D6) 18 | (attr smd) 19 | (fp_text reference REF** (at 0 0) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value RLC-2225-SMD (at 0 4.7) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_text user %R (at 0.1 -4.6) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start 3.6 3.6) (end 3.6 -3.6) (layer F.Fab) (width 0.0508)) 29 | (fp_line (start -3.6 3.6) (end 3.6 3.6) (layer F.Fab) (width 0.0508)) 30 | (fp_line (start -3.6 -3.6) (end -3.6 3.6) (layer F.Fab) (width 0.0508)) 31 | (fp_line (start 3.6 -3.6) (end -3.6 -3.6) (layer F.Fab) (width 0.0508)) 32 | (fp_line (start 2.3 -3.4) (end -2.3 -3.4) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start -2.3 3.4) (end 2.3 3.4) (layer F.SilkS) (width 0.15)) 34 | (pad 1 smd rect (at -2.8 0) (size 1 6.35) (layers F.Cu F.Paste F.Mask)) 35 | (pad 2 smd rect (at 2.8 0) (size 1 6.35) (layers F.Cu F.Paste F.Mask)) 36 | ) 37 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/RLC-2615-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 354 12 | # Fab_YSize_mils: 185 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module RLC-2615-SMD (layer F.Cu) (tedit 5B3EA194) 18 | (attr smd) 19 | (fp_text reference C14 (at 0 0) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value "10uF 25V" (at 0 2.7) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_text user %R (at 0 3.25) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start 1 -1.475) (end -1 -1.475) (layer F.SilkS) (width 0.15)) 29 | (fp_line (start -1 1.475) (end 1 1.475) (layer F.SilkS) (width 0.15)) 30 | (fp_line (start -4.5 2.35) (end 4.5 2.35) (layer F.Fab) (width 0.05)) 31 | (fp_line (start 4.5 2.35) (end 4.5 -2.35) (layer F.Fab) (width 0.05)) 32 | (fp_line (start -4.5 -2.35) (end 4.5 -2.35) (layer F.Fab) (width 0.05)) 33 | (fp_line (start -4.5 2.35) (end -4.5 -2.35) (layer F.Fab) (width 0.05)) 34 | (fp_line (start -4.5 -2.35) (end 4.5 -2.35) (layer F.SilkS) (width 0.05)) 35 | (fp_line (start -4.5 2.35) (end 4.5 2.35) (layer F.SilkS) (width 0.05)) 36 | (fp_line (start 4.5 2.35) (end 4.5 -2.35) (layer F.SilkS) (width 0.05)) 37 | (fp_line (start -4.5 2.35) (end -4.5 -2.35) (layer F.SilkS) (width 0.05)) 38 | (pad 1 smd rect (at -3.1 0) (size 2.4 3.8) (layers F.Cu F.Paste F.Mask)) 39 | (pad 2 smd rect (at 3.1 0) (size 2.4 3.8) (layers F.Cu F.Paste F.Mask)) 40 | ) 41 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/SOT-23-3.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 134 12 | # Fab_YSize_mils: 134 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module SOT-23-3 (layer F.Cu) (tedit 5B3E9DFA) 18 | (attr smd) 19 | (fp_text reference Q1 (at 0 0 180) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value IRLML6344 (at 0 2.3) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_text user %R (at 2.3622 -0.04572 90) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start 1.7 1.7) (end 1.7 -1.7) (layer F.Fab) (width 0.05)) 29 | (fp_line (start -1.7 1.7) (end 1.7 1.7) (layer F.Fab) (width 0.05)) 30 | (fp_line (start -1.7 -1.7) (end -1.7 1.7) (layer F.Fab) (width 0.05)) 31 | (fp_line (start 1.7 -1.7) (end -1.7 -1.7) (layer F.Fab) (width 0.05)) 32 | (fp_line (start 1.29916 -0.65024) (end 1.2509 -0.65024) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start -1.49982 0.0508) (end -1.49982 -0.65024) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start -1.49982 -0.65024) (end -1.2509 -0.65024) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start 1.29916 -0.65024) (end 1.49982 -0.65024) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start 1.49982 -0.65024) (end 1.49982 0.0508) (layer F.SilkS) (width 0.15)) 37 | (pad 1 smd rect (at -0.95 1.00076) (size 0.9 0.9) (layers F.Cu F.Paste F.Mask)) 38 | (pad 2 smd rect (at 0.95 1.00076) (size 0.9 0.9) (layers F.Cu F.Paste F.Mask)) 39 | (pad 3 smd rect (at 0 -0.99822) (size 0.9 0.9) (layers F.Cu F.Paste F.Mask)) 40 | ) 41 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/SOT-23-5.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 157 12 | # Fab_YSize_mils: 126 13 | # 14 | # Verified: No 15 | # Finished: Yes 16 | 17 | (module SOT-23-5 (layer F.Cu) (tedit 58157B5A) 18 | (attr smd) 19 | (fp_text reference REF** (at 0 0.9 180) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value SOT-23-5 (at -0.05 2.35) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start 1.6 0.2) (end 2 0.2) (layer F.Fab) (width 0.049784)) 26 | (fp_line (start 1.6 -0.3) (end 1.6 0.2) (layer F.Fab) (width 0.049784)) 27 | (fp_line (start 2 -0.3) (end 1.6 -0.3) (layer F.Fab) (width 0.049784)) 28 | (fp_text user %R (at 0 -2.6) (layer F.SilkS) 29 | (effects (font (size 1 1) (thickness 0.15))) 30 | ) 31 | (fp_line (start -2 -1.6) (end 2 -1.6) (layer F.Fab) (width 0.0508)) 32 | (fp_line (start -2 1.6) (end -2 -1.6) (layer F.Fab) (width 0.0508)) 33 | (fp_line (start 2 1.6) (end -2 1.6) (layer F.Fab) (width 0.0508)) 34 | (fp_line (start 2 -1.6) (end 2 1.6) (layer F.Fab) (width 0.0508)) 35 | (fp_circle (center -1.1 -1) (end -1 -0.8) (layer F.Fab) (width 0.254)) 36 | (fp_line (start 0.25 -1.45) (end -0.25 -1.45) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start 0.25 1.45) (end 0.25 -1.45) (layer F.SilkS) (width 0.15)) 38 | (fp_line (start -0.25 1.45) (end 0.25 1.45) (layer F.SilkS) (width 0.15)) 39 | (fp_line (start -0.25 -1.45) (end -0.25 1.45) (layer F.SilkS) (width 0.15)) 40 | (pad 1 smd rect (at -1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask)) 41 | (pad 2 smd rect (at -1.1 0) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask)) 42 | (pad 3 smd rect (at -1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask)) 43 | (pad 4 smd rect (at 1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask)) 44 | (pad 5 smd rect (at 1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask)) 45 | ) 46 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/SPEAKER-CMT-1603.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 866 12 | # Fab_YSize_mils: 591 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module SPEAKER-CMT-1603 (layer F.Cu) (tedit 59948136) 18 | (attr smd) 19 | (fp_text reference REF** (at 0 0) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value SPEAKER-CMT-1603 (at 0 0) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start 7.5 7.5) (end 7.5 2.5) (layer F.SilkS) (width 0.127)) 26 | (fp_line (start -7.5 7.5) (end 7.5 7.5) (layer F.SilkS) (width 0.127)) 27 | (fp_line (start -7.5 2.5) (end -7.5 7.5) (layer F.SilkS) (width 0.127)) 28 | (fp_line (start -7.5 -7.5) (end -7.5 -2.5) (layer F.SilkS) (width 0.127)) 29 | (fp_line (start 7.5 -7.5) (end -7.5 -7.5) (layer F.SilkS) (width 0.127)) 30 | (fp_line (start 7.5 -2.5) (end 7.5 -7.5) (layer F.SilkS) (width 0.127)) 31 | (fp_text user %R (at 0 -8.5) (layer F.SilkS) 32 | (effects (font (size 1 1) (thickness 0.15))) 33 | ) 34 | (fp_line (start -11 -7.5) (end -11 7.5) (layer F.Fab) (width 0.05)) 35 | (fp_line (start 11 -7.5) (end -11 -7.5) (layer F.Fab) (width 0.05)) 36 | (fp_line (start 11 7.5) (end 11 -7.5) (layer F.Fab) (width 0.05)) 37 | (fp_line (start -11 7.5) (end 11 7.5) (layer F.Fab) (width 0.05)) 38 | (pad 1 smd rect (at -7.65 0) (size 5.7 4.3) (layers F.Cu F.Paste F.Mask)) 39 | (pad 2 smd rect (at 7.5 0) (size 5.7 4.3) (layers F.Cu F.Paste F.Mask)) 40 | ) 41 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/SSOP-5.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 140 12 | # Fab_YSize_mils: 160 13 | # 14 | # Verified: Yes 15 | # Finished: Yes 16 | 17 | (module SSOP-5 (layer F.Cu) (tedit 59948209) 18 | (attr smd) 19 | (fp_text reference U1 (at 0 0) (layer F.Fab) 20 | (effects (font (size 0.9 0.9) (thickness 0.15))) 21 | ) 22 | (fp_text value "BU33SD5WG 500mA" (at 2.413 0 90) (layer F.SilkS) hide 23 | (effects (font (size 0.9 0.9) (thickness 0.125))) 24 | ) 25 | (fp_line (start 0.3 -1.7) (end 0.3 -2) (layer F.Fab) (width 0.049784)) 26 | (fp_line (start -0.2 -1.7) (end 0.3 -1.7) (layer F.Fab) (width 0.049784)) 27 | (fp_line (start -0.2 -2) (end -0.2 -1.7) (layer F.Fab) (width 0.049784)) 28 | (fp_line (start 1.778 2.032) (end 1.778 -2.032) (layer F.Fab) (width 0.049784)) 29 | (fp_line (start -1.778 2.032) (end 1.778 2.032) (layer F.Fab) (width 0.049784)) 30 | (fp_line (start -1.778 -2.032) (end -1.778 2.032) (layer F.Fab) (width 0.049784)) 31 | (fp_line (start 1.778 -2.032) (end -1.778 -2.032) (layer F.Fab) (width 0.049784)) 32 | (fp_text user %R (at -2.54 0 90) (layer F.SilkS) 33 | (effects (font (size 1 1) (thickness 0.15))) 34 | ) 35 | (fp_line (start -1.6 -0.6) (end -1.6 0.6) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start -1.6 0.6) (end 1.6 0.6) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start 1.6 0.6) (end 1.6 -0.6) (layer F.SilkS) (width 0.15)) 38 | (fp_line (start 1.6 -0.6) (end -1.6 -0.6) (layer F.SilkS) (width 0.15)) 39 | (fp_circle (center -1.1 1.3) (end -1.1 1.2) (layer F.Fab) (width 0.254)) 40 | (pad 1 smd rect (at -0.99 1.2) (size 0.6 1) (layers F.Cu F.Paste F.Mask)) 41 | (pad 2 smd rect (at 0 1.2) (size 0.6 1) (layers F.Cu F.Paste F.Mask)) 42 | (pad 3 smd rect (at 0.99 1.2) (size 0.6 1) (layers F.Cu F.Paste F.Mask)) 43 | (pad 4 smd rect (at 0.99 -1.2) (size 0.6 1) (layers F.Cu F.Paste F.Mask)) 44 | (pad 5 smd rect (at -0.99 -1.2) (size 0.6 1) (layers F.Cu F.Paste F.Mask)) 45 | ) 46 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/SWITCH-DIP-ROTARY-SD-2010-TH.kicad_mod: -------------------------------------------------------------------------------- 1 | (module SWITCH-DIP-ROTARY-SD-2010-TH (layer F.Cu) (tedit 5B7B24E8) 2 | (attr smd) 3 | (fp_text reference S3 (at 0 -0.508 -90) (layer F.Fab) 4 | (effects (font (size 1 1) (thickness 0.15))) 5 | ) 6 | (fp_text value SD-2010 (at 0.254 3.302 -180) (layer F.Fab) hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | ) 9 | (fp_line (start -4 5) (end -5 4) (layer F.Fab) (width 0.0508)) 10 | (fp_text user %R (at 4.3307 -5.890859 -180) (layer F.SilkS) 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | ) 13 | (fp_circle (center -2.54 3.81) (end -2.286 3.556) (layer F.Fab) (width 0.2)) 14 | (fp_line (start -5 4) (end -5 -5) (layer F.Fab) (width 0.0508)) 15 | (fp_line (start -5 -5) (end 5 -5) (layer F.Fab) (width 0.0508)) 16 | (fp_line (start 5 -5) (end 5 5) (layer F.Fab) (width 0.0508)) 17 | (fp_line (start 5 5) (end -4 5) (layer F.Fab) (width 0.0508)) 18 | (fp_line (start -5 -5) (end -5 4) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -4 5) (end 5 5) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 5 5) (end 5 -5) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start 5 -5) (end -5 -5) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start -4 5) (end -5 4) (layer F.SilkS) (width 0.127)) 23 | (pad 2 thru_hole circle (at 2.54 -3.81 90) (size 2.032 2.032) (drill 1.16) (layers *.Cu *.Mask F.SilkS)) 24 | (pad C thru_hole circle (at 0 -3.81 90) (size 2.032 2.032) (drill 1.16) (layers *.Cu *.Mask F.SilkS)) 25 | (pad 8 thru_hole circle (at -2.54 -3.81 90) (size 2.032 2.032) (drill 1.16) (layers *.Cu *.Mask F.SilkS)) 26 | (pad 4 thru_hole circle (at 2.54 3.81 90) (size 2.032 2.032) (drill 1.16) (layers *.Cu *.Mask F.SilkS)) 27 | (pad C thru_hole circle (at 0 3.81 90) (size 2.032 2.032) (drill 1.16) (layers *.Cu *.Mask F.SilkS)) 28 | (pad 1 thru_hole circle (at -2.54 3.81 90) (size 2.032 2.032) (drill 1.16) (layers *.Cu *.Mask F.SilkS)) 29 | ) 30 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/SWITCH-ESWITCH-SLIDE-TH-EG1218.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 492 10 | # Fab_YSize_mils: 177 11 | # 12 | # Verified: No 13 | # Finished: Yes 14 | 15 | (module SWITCH-ESWITCH-SLIDE-TH-EG1218 (layer F.Cu) (tedit 59948350) 16 | (attr smd) 17 | (fp_text reference S2 (at 0 0 180) (layer F.Fab) 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (fp_text value SLIDE (at 0 2) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center -2.5 0) (end -2.4 0.2) (layer F.Fab) (width 0.508)) 24 | (fp_line (start 6.25 2.25) (end 6.25 -2.25) (layer F.Fab) (width 0.04064)) 25 | (fp_line (start -6.25 2.25) (end 6.25 2.25) (layer F.Fab) (width 0.04064)) 26 | (fp_line (start -6.25 -2.25) (end -6.25 2.25) (layer F.Fab) (width 0.04064)) 27 | (fp_line (start 6.25 -2.25) (end -6.25 -2.25) (layer F.Fab) (width 0.04064)) 28 | (fp_text user %R (at 7.0612 0 90) (layer F.SilkS) 29 | (effects (font (size 1 1) (thickness 0.15))) 30 | ) 31 | (fp_line (start -6 -2.032) (end -6 2.032) (layer F.SilkS) (width 0.1524)) 32 | (fp_line (start 6 -2.032) (end -6 -2.032) (layer F.SilkS) (width 0.1524)) 33 | (fp_line (start 6 2.032) (end -6 2.032) (layer F.SilkS) (width 0.1524)) 34 | (fp_line (start 6 -2.032) (end 6 2.032) (layer F.SilkS) (width 0.1524)) 35 | (pad 2 thru_hole circle (at 0 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask)) 36 | (pad 3 thru_hole circle (at 2.4892 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask)) 37 | (pad 1 thru_hole circle (at -2.4892 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask)) 38 | ) 39 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/SWITCH-ESWITCH-TOGGLE-TH-100SP3.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 142 10 | # Fab_YSize_mils: 520 11 | # 12 | # Verified: No 13 | # Finished: Yes 14 | 15 | (module SWITCH-ESWITCH-TOGGLE-TH-100SP3 (layer F.Cu) (tedit 59948361) 16 | (attr smd) 17 | (fp_text reference REF** (at 0 4.7 90) (layer F.Fab) 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (fp_text value ESwitch_Series100_SPDT (at 0 -3.1) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_circle (center 0 0) (end 0.1 0.3) (layer F.Fab) (width 0.508)) 24 | (fp_text user %R (at 0.1 -3) (layer F.SilkS) 25 | (effects (font (size 1 1) (thickness 0.15))) 26 | ) 27 | (fp_line (start 1.8 11.5) (end 1.8 -1.7) (layer F.Fab) (width 0.0508)) 28 | (fp_line (start -1.8 11.5) (end 1.8 11.5) (layer F.Fab) (width 0.0508)) 29 | (fp_line (start -1.8 11.4) (end -1.8 11.5) (layer F.Fab) (width 0.0508)) 30 | (fp_line (start -1.8 -1.7) (end -1.8 11.4) (layer F.Fab) (width 0.0508)) 31 | (fp_line (start 1.7 -1.7) (end -1.8 -1.7) (layer F.Fab) (width 0.0508)) 32 | (fp_line (start -1.55 0) (end -1.55 -1.55) (layer F.SilkS) (width 0.15)) 33 | (fp_line (start -1.55 -1.55) (end 1.55 -1.55) (layer F.SilkS) (width 0.15)) 34 | (fp_line (start 1.55 -1.55) (end 1.55 0) (layer F.SilkS) (width 0.15)) 35 | (fp_line (start 1.27 1.27) (end 1.27 10.922) (layer F.SilkS) (width 0.15)) 36 | (fp_line (start 1.27 10.922) (end -1.27 10.922) (layer F.SilkS) (width 0.15)) 37 | (fp_line (start -1.27 10.922) (end -1.27 1.27) (layer F.SilkS) (width 0.15)) 38 | (pad 1 thru_hole circle (at 0 0) (size 2.54 2.54) (drill 2.032) (layers *.Cu *.Mask F.SilkS)) 39 | (pad 2 thru_hole circle (at 0 4.699) (size 2.54 2.54) (drill 2.032) (layers *.Cu *.Mask F.SilkS)) 40 | (pad 3 thru_hole circle (at 0 9.398) (size 2.54 2.54) (drill 2.032) (layers *.Cu *.Mask F.SilkS)) 41 | ) 42 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/SWITCH-OMRON-MOMENTARY-SMD-B3U-1000P.kicad_mod: -------------------------------------------------------------------------------- 1 | (module SWITCH-OMRON-MOMENTARY-SMD-B3U-1000P (layer F.Cu) (tedit 5B7B171F) 2 | (descr SW-B3F-10XX) 3 | (tags "Omron B3F-10xx") 4 | (attr smd) 5 | (fp_text reference S1 (at 0.127 0) (layer F.Fab) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value RESET (at -0.127 0) (layer F.Fab) hide 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_text user %R (at 0.076 -2.54) (layer F.SilkS) hide 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | ) 14 | (fp_line (start -2.54 -1.524) (end 2.54 -1.524) (layer F.Fab) (width 0.05)) 15 | (fp_line (start -2.54 1.524) (end -2.54 -1.524) (layer F.Fab) (width 0.05)) 16 | (fp_line (start 2.54 1.524) (end -2.54 1.524) (layer F.Fab) (width 0.05)) 17 | (fp_line (start 2.54 -1.524) (end 2.54 1.524) (layer F.Fab) (width 0.05)) 18 | (fp_line (start -1.524 1.25) (end 1.524 1.25) (layer F.SilkS) (width 0.15)) 19 | (fp_line (start -1.524 -1.25) (end 1.524 -1.25) (layer F.SilkS) (width 0.15)) 20 | (fp_line (start -1.524 2) (end -1.524 2) (layer F.SilkS) (width 0)) 21 | (fp_line (start 5.27102 3.31318) (end 5.27102 3.31318) (layer F.SilkS) (width 0)) 22 | (pad 2 smd rect (at 1.749 0) (size 0.8 1.7) (layers F.Cu F.Paste F.Mask)) 23 | (pad 1 smd rect (at -1.749 0) (size 0.8 1.7) (layers F.Cu F.Paste F.Mask)) 24 | ) 25 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/SWITCH-OMRON-MOMENTARY-SMT-B3FS-4000.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 677 12 | # Fab_YSize_mils: 496 13 | # 14 | # Verified: No 15 | # Finished: Yes 16 | 17 | (module SWITCH-OMRON-MOMENTARY-SMT-B3FS-4000 (layer F.Cu) (tedit 599483E5) 18 | (attr smd) 19 | (fp_text reference REF** (at 0 0) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value SWITCH-OMRON-MOMENTARY-SMT-B3FS-4000 (at 0 -0.5) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start 8.6 6.3) (end 8.6 -2.6) (layer F.Fab) (width 0.049784)) 26 | (fp_line (start -8.6 6.3) (end 8.6 6.3) (layer F.Fab) (width 0.049784)) 27 | (fp_line (start -8.6 -6.3) (end -8.6 6.3) (layer F.Fab) (width 0.049784)) 28 | (fp_line (start -8.5 -6.3) (end -8.6 -6.3) (layer F.Fab) (width 0.049784)) 29 | (fp_line (start 8.6 -6.3) (end -8.5 -6.3) (layer F.Fab) (width 0.049784)) 30 | (fp_line (start 8.6 -2.6) (end 8.6 -6.3) (layer F.Fab) (width 0.049784)) 31 | (fp_line (start 6 -1) (end 6 1.1) (layer F.SilkS) (width 0.1524)) 32 | (fp_line (start 6 6) (end 6 4) (layer F.SilkS) (width 0.1524)) 33 | (fp_line (start -6 6) (end 6 6) (layer F.SilkS) (width 0.1524)) 34 | (fp_line (start -6 4) (end -6 6) (layer F.SilkS) (width 0.1524)) 35 | (fp_line (start -6 -0.9) (end -6 1.1) (layer F.SilkS) (width 0.1524)) 36 | (fp_line (start -6 -6) (end -6 -4) (layer F.SilkS) (width 0.1524)) 37 | (fp_line (start 6 -6) (end 6 -4) (layer F.SilkS) (width 0.1524)) 38 | (fp_line (start -6 -6) (end 6 -6) (layer F.SilkS) (width 0.1524)) 39 | (fp_text user %R (at 0 -7) (layer F.SilkS) 40 | (effects (font (size 1 1) (thickness 0.15))) 41 | ) 42 | (pad 3 smd rect (at 7.15 -2.5) (size 2.3 2.4) (layers F.Cu F.Paste F.Mask)) 43 | (pad 1 smd rect (at 7.15 2.5) (size 2.4 2.3) (layers F.Cu F.Paste F.Mask)) 44 | (pad 4 smd rect (at -7.15 -2.5) (size 2.3 2.4) (layers F.Cu F.Paste F.Mask)) 45 | (pad 2 smd rect (at -7.15 2.5) (size 2.3 2.4) (layers F.Cu F.Paste F.Mask)) 46 | ) 47 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/TEMD5110X01.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | # 11 | # Fab_XSize_mils: 200 12 | # Fab_YSize_mils: 230 13 | # 14 | # Verified: No 15 | # Finished: Yes 16 | 17 | (module TEMD5110X01 (layer F.Cu) (tedit 59948574) 18 | (attr smd) 19 | (fp_text reference LED10 (at -0.147 0) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | (fp_text value 940NM (at -0.147 0) (layer F.Fab) hide 23 | (effects (font (size 1 1) (thickness 0.15))) 24 | ) 25 | (fp_line (start -2.54 2.54) (end 2.54 2.54) (layer F.Fab) (width 0.049784)) 26 | (fp_line (start -2.54 2.921) (end 2.54 2.921) (layer F.Fab) (width 0.049784)) 27 | (fp_line (start -2.54 -2.921) (end -2.54 2.921) (layer F.Fab) (width 0.049784)) 28 | (fp_line (start 2.54 -2.921) (end -2.54 -2.921) (layer F.Fab) (width 0.049784)) 29 | (fp_line (start 2.54 2.921) (end 2.54 -2.921) (layer F.SilkS) (width 0.127)) 30 | (fp_line (start -2.54 2.921) (end 2.54 2.921) (layer F.SilkS) (width 0.127)) 31 | (fp_line (start -2.54 -2.921) (end -2.54 2.921) (layer F.SilkS) (width 0.127)) 32 | (fp_line (start 2.54 -2.921) (end -2.54 -2.921) (layer F.SilkS) (width 0.1524)) 33 | (fp_text user %R (at -0.127 4.318) (layer F.SilkS) 34 | (effects (font (size 1 1) (thickness 0.15))) 35 | ) 36 | (fp_line (start 1.778 3.302) (end -1.778 3.302) (layer F.SilkS) (width 0.25)) 37 | (fp_line (start 2.54 2.921) (end 2.54 -2.921) (layer F.Fab) (width 0.049784)) 38 | (pad 2 smd rect (at 0 -2.275) (size 4.55 0.75) (layers F.Cu F.Paste F.Mask)) 39 | (pad 1 smd rect (at 0 2.275) (size 4.55 0.75) (layers F.Cu F.Paste F.Mask)) 40 | ) 41 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/TO-92-INLINE-NARROW-OVAL.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # The footprint may not be correct! It is the end 7 | # user's responsibility to verify the package. 8 | # 9 | # Fab_XSize_mils: 154 10 | # Fab_YSize_mils: 76 11 | # 12 | # Verified: Yes 13 | # Finished: Yes 14 | 15 | (module TO-92-INLINE-NARROW-OVAL (layer F.Cu) (tedit 59948760) 16 | (attr smd) 17 | (fp_text reference Q2 (at 1.2 0 180) (layer F.Fab) 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (fp_text value BC547 (at 0 3) (layer F.Fab) hide 21 | (effects (font (size 1 1) (thickness 0.15))) 22 | ) 23 | (fp_arc (start 1.27 -0.020098) (end -0.7 1.9) (angle 268.8162598) (layer F.Fab) (width 0.04064)) 24 | (fp_line (start -0.7 1.9) (end 3.2 1.9) (layer F.Fab) (width 0.04064)) 25 | (fp_text user %R (at 1.3 2.6 180) (layer F.SilkS) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (fp_line (start -0.43 1.7) (end 2.97 1.7) (layer F.SilkS) (width 0.15)) 29 | (fp_arc (start 1.27 0) (end 1.27 -2.4) (angle -135) (layer F.SilkS) (width 0.15)) 30 | (fp_arc (start 1.27 0) (end 1.27 -2.4) (angle 135) (layer F.SilkS) (width 0.15)) 31 | (pad 2 thru_hole oval (at 1.27 0 180) (size 1.4 2) (drill 0.8) (layers *.Cu *.Mask F.SilkS) 32 | (solder_mask_margin 0.076)) 33 | (pad 3 thru_hole oval (at 3.048 0 180) (size 1.4 2) (drill 0.8) (layers *.Cu *.Mask F.SilkS) 34 | (solder_mask_margin 0.076)) 35 | (pad 1 thru_hole oval (at -0.508 0 180) (size 1.4 2) (drill 0.8) (layers *.Cu *.Mask F.SilkS) 36 | (solder_mask_margin 0.076)) 37 | ) 38 | -------------------------------------------------------------------------------- /libraries/Wickerlib.pretty/UNDEFINED.kicad_mod: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Created by Jenner for Wickerlib 3 | # http://github.com/wickerbox/wickerlib 4 | # This library file is provided under the GPLv3 5 | # https://www.gnu.org/licenses/gpl-3.0.html 6 | # This footprint is a placeholder. 7 | # 8 | # Fab_XSize_mils: 0 9 | # Fab_YSize_mils: 0 10 | # 11 | # Verified: Yes 12 | # Finished: Yes 13 | 14 | (module UNDEFINED (layer F.Cu) (tedit 57244E20) 15 | (attr virtual) 16 | (fp_text reference REF** (at 0 0.5) (layer F.SilkS) 17 | (effects (font (size 1 1) (thickness 0.15))) 18 | ) 19 | (fp_text value UNDEFINED (at 0 -0.5) (layer F.Fab) 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | ) 22 | ) 23 | -------------------------------------------------------------------------------- /libraries/chip-dips.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | $CMP DIP-HEADER-2x20 4 | D DIP-HEADER-2x20 5 | F http://media.digikey.com/pdf/Data%20Sheets/Sullins%20PDFs/SFH11-PxxC-Dxx-ST-xx%2011160-C.pdf 6 | $ENDCMP 7 | # 8 | #End Doc Library 9 | -------------------------------------------------------------------------------- /libraries/footprint-comments.txt: -------------------------------------------------------------------------------- 1 | # KiCad Footprint 2 | # Originally from the KiCad Official Libraries 3 | # http://github.com/kicad/ 4 | # Edited by Jenner for Wickerlib 5 | # http://github.com/wickerbox/wickerlib 6 | # This library file is provided under the GPLv3 7 | # https://www.gnu.org/licenses/gpl-3.0.html 8 | # The footprint may not be correct! It is the end 9 | # user's responsibility to verify the package. 10 | 11 | # KiCad Footprint 12 | # Created by Jenner for Wickerlib 13 | # http://github.com/wickerbox/wickerlib 14 | # This library file is provided under the GPLv3 15 | # https://www.gnu.org/licenses/gpl-3.0.html 16 | # The footprint may not be correct! It is the end 17 | # user's responsibility to verify the package. 18 | 19 | # KiCad Footprint 20 | # Based on a template made by N 21 | # 22 | # http://github.com/kicad/ 23 | # Edited by Jenner for Wickerlib 24 | # http://github.com/wickerbox/wickerlib 25 | # This library file is provided under the GPLv3 26 | # https://www.gnu.org/licenses/gpl-3.0.html 27 | # The footprint may not be correct! It is the end 28 | # user's responsibility to verify the package. 29 | 30 | http://meta-blog.eklablog.com/kicad-librairie-arduino-pretty-p930786 31 | -------------------------------------------------------------------------------- /libraries/fpcheck.py: -------------------------------------------------------------------------------- 1 | # Scan all parts and build a Markdown table list 2 | # Create a README file in the footprint library directory 3 | # Table looks like this: 4 | # |Footprint|Verified| 5 | 6 | import os, glob, datetime 7 | 8 | # collect a list of all module names 9 | 10 | fplibdir = "/home/wicker/wickerlib/libraries/Wickerlib.pretty/" 11 | modules = glob.glob(fplibdir+'*.kicad_mod') 12 | modules = sorted(modules) 13 | 14 | fp_list = [] 15 | 16 | for fp in modules: 17 | fp = fp.replace("/home/wicker/wickerlib/libraries/Wickerlib.pretty/","") 18 | fp = fp.replace(".kicad_mod","") 19 | fp_list.append(fp) 20 | #print fp 21 | 22 | # collect a list of all the symbol names 23 | 24 | symlibfile = "/home/wicker/wickerlib/libraries/wickerlib.lib" 25 | symlist = [] 26 | 27 | with open(symlibfile, 'r') as symfile: 28 | for line in symfile: 29 | line = line.split(' ') 30 | if 'DEF' == line[0]: 31 | m_def = '' 32 | m_fp = '' 33 | m_def = line[1] 34 | if 'F2' in line[0]: 35 | m_fp = line[1].replace("\"","") 36 | if 'UNDEFINED' in m_fp: 37 | print m_def 38 | 39 | -------------------------------------------------------------------------------- /libraries/wickerlib.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /scripting/genliblist.py: -------------------------------------------------------------------------------- 1 | # Scan all parts and build a Markdown table list 2 | # Create a README file in the footprint library directory 3 | # Table looks like this: 4 | # |Footprint|Verified| 5 | 6 | import os 7 | import glob 8 | import datetime 9 | 10 | # collect a list of all filenames 11 | 12 | libdir = "/home/wicker/wickerlib/libraries/Wickerlib.pretty/" 13 | modules = glob.glob(libdir+'*.kicad_mod') 14 | modules = sorted(modules) 15 | 16 | liblist_output = [] 17 | 18 | # search all files in the glob for the verified status 19 | 20 | for module_path in modules: 21 | with open(module_path, 'r') as module: 22 | for line in module: 23 | if 'Verified' in line: 24 | line_verify = line.lstrip('# Verified: ').rstrip('\n') 25 | if 'Finished' in line: 26 | line_finish = line.lstrip('# Finished: ').rstrip('\n') 27 | mod_name = module_path.lstrip(libdir).rstrip('.kicad_mod') 28 | liblist_output.append('| '+mod_name+' | '+line_verify+' | '+line_finish+' |') 29 | 30 | outfile_path = 'README.md' 31 | today = datetime.datetime.today() 32 | dt = today.strftime("%d %B %Y") 33 | 34 | with open(outfile_path,'w') as o: 35 | o.write("# Wickerlib.pretty KiCad Module (Footprint) Library") 36 | o.write("\nThese modules have been edited to have fabrication information for wickerlib. They all come with comments in the headers of each that includes attribution, the appropriate license, and whether the footprint has been used successfully in a project.") 37 | o.write("\nIt is always the end user's responsibility to verify the package.") 38 | o.write("\n\nThis list is updated each time the repository is updated.") 39 | o.write("\n\nLast updated: "+dt) 40 | o.write("\n\n|Module Name|Verified|Finished|") 41 | o.write("\n|------|--------|--------|") 42 | for l in liblist_output: 43 | o.write("\n"+l) 44 | -------------------------------------------------------------------------------- /templates/README.md: -------------------------------------------------------------------------------- 1 | # KiCad Templates 2 | 3 | KiCad templates are KiCad projects with design rules, layer views, libraries, and page settings already in place. 4 | 5 | The blank OSH Park templates are truly blank, with no company-specific notes, but the other templates are all set up for use by Wickerbox Electronics. To use them, save the project zip to your computer and modify it to meet your needs. 6 | 7 | 8 | *Shields, Hats, and other Daughter Boards* 9 | 10 | - Teensy LC Footprint 11 | - Teensy 3.2 Footprint 12 | - Arduino 101 Shield 13 | - CHIP DIP Shield 14 | 15 | *Basic Microcontroller Circuits* 16 | 17 | - Atmega328 Project 18 | - Atmega2560 Project 19 | 20 | *Blank OSH Park-compatible Projects* 21 | 22 | - OSH Park 2 Layer Generic 23 | - OSH Park 4 Layer Generic 24 | 25 | -------------------------------------------------------------------------------- /templates/arduino-101/README.md: -------------------------------------------------------------------------------- 1 | # KiCad Template for Arduino 101 Shield 2 | 3 | This is a KiCad template to make it easy to include the Arduino 101 in a project. 4 | 5 | It comes with all the design rules to meet the 2-layer OSH Park specs and stackup. 6 | 7 | - OSH Park Two Layer Specs 8 | - OSH Park KiCad Help 9 | - Arduino 101 Product Page 10 | 11 | ### Instructions 12 | 13 | 1. Open KiCad. 14 | 1. Open Preferences > Configure Paths and note the value of 'KICAD_PTEMPLATES'. 15 | 1. Download the template zip and extract into the location of 'KICAD_PTEMPLATES'. 16 | 1. In KiCad, open File > New Project > New Project from Template. 17 | 1. Select the location of your new project. The name of the folder will be the name of your project. 18 | 1. The templates with folders in the 'KICAD_PTEMPLATES' are listed under 'Portable Templates" tab. 19 | 1. Select the template and click 'OK'. 20 | 1. Your project now exists, so you can open EESchema and PCBNew and design as usual. 21 | -------------------------------------------------------------------------------- /templates/arduino-101/arduino-101.pro: -------------------------------------------------------------------------------- 1 | update=Tue 11 Oct 2016 05:25:07 PM PDT 2 | version=1 3 | last_client=kicad 4 | [cvpcb] 5 | version=1 6 | NetIExt=net 7 | [pcbnew] 8 | version=1 9 | PageLayoutDescrFile= 10 | LastNetListRead= 11 | PadDrill=0.600000000000 12 | PadDrillOvalY=0.600000000000 13 | PadSizeH=1.500000000000 14 | PadSizeV=1.500000000000 15 | PcbTextSizeV=1.016000000000 16 | PcbTextSizeH=1.016000000000 17 | PcbTextThickness=0.152400000000 18 | ModuleTextSizeV=1.016000000000 19 | ModuleTextSizeH=1.016000000000 20 | ModuleTextSizeThickness=0.152400000000 21 | SolderMaskClearance=0.003000000000 22 | SolderMaskMinWidth=0.004000000000 23 | DrawSegmentWidth=0.152400000000 24 | BoardOutlineThickness=0.152400000000 25 | ModuleOutlineThickness=0.152400000000 26 | [eeschema] 27 | version=1 28 | LibDir=/home/wicker/wickerlib/libraries/ 29 | [eeschema/libraries] 30 | LibName1=/home/wicker/wickerlib/libraries/wickerlib 31 | [schematic_editor] 32 | version=1 33 | PageLayoutDescrFile= 34 | PlotDirectoryName= 35 | SubpartIdSeparator=0 36 | SubpartFirstId=65 37 | NetFmtName= 38 | SpiceForceRefPrefix=0 39 | SpiceUseNetNumbers=0 40 | LabSize=50 41 | [general] 42 | version=1 43 | -------------------------------------------------------------------------------- /templates/arduino-101/meta/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wickerbox/wickerlib/10d4344718d85f7bbcf7ea59a976fcfa00aea592/templates/arduino-101/meta/icon.png -------------------------------------------------------------------------------- /templates/arduino-101/meta/info.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |