├── modules ├── 3d_models ├── .gitignore ├── ab2_test.pretty │ ├── AB2_OPEN_POUR.kicad_mod │ ├── AB2_OPEN_POUR_2-56.kicad_mod │ └── AB2_OPEN_POUR_4-40.kicad_mod ├── ab2_holesnpoles.pretty │ ├── AB2_PROBE_PAD.kicad_mod │ ├── AB2_STANDOFF_02-56.kicad_mod │ ├── AB2_STANDOFF_04-40.kicad_mod │ ├── AB2_STANDOFF_04-40-BUMP.kicad_mod │ ├── AB2_STANDOFF_3.92x3.92_BOARD_SQUARE_CORNERS.kicad_mod │ ├── AB2_STANDOFF_1.96x1.96_BOARD_SQUARE_CORNERS.kicad_mod │ ├── AB2_STANDOFF_3.92x3.92_BOARD_SQUARE_CORNERS_KEEPOUT.kicad_mod │ ├── AB2_STANDOFF_1.96x1.96_BOARD_SQUARE_CORNERS_KEEPOUT.kicad_mod │ ├── AB2_STANDOFF_3.92x3.92_BOARD_ROUNDED_CORNERS.kicad_mod │ ├── AB2_STANDOFF_1.96x1.96_BOARD_ROUNDED_CORNERS.kicad_mod │ ├── AB2_STANDOFF_3.92x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT.kicad_mod │ ├── AB2_STANDOFF_1.96x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT.kicad_mod │ ├── AB2_STANDOFF_1.96x1.96_BOARD_ROUNDED_CORNERS_KEEPOUT.kicad_mod │ ├── AB2_STANDOFF_3.92x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4.kicad_mod │ ├── AB2_STANDOFF_1.96x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4.kicad_mod │ ├── AB2_STANDOFF_1.96x1.96_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4.kicad_mod │ └── AB2_STANDOFF_1.96x0.94_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4.kicad_mod ├── ab2_power.pretty │ ├── AB2_PCB_BANANA_JACK.kicad_mod │ ├── AB2_90DEG_4MM_JACK_PTH-BLK.kicad_mod │ ├── AB2_90DEG_4MM_JACK_PTH-BLU.kicad_mod │ ├── AB2_90DEG_4MM_JACK_PTH-RED.kicad_mod │ ├── AB2_90DEG_4MM_JACK_PTH-YEL.kicad_mod │ └── AB2_PB_2MM_JACK_PTH.kicad_mod ├── ab2_audio.pretty │ └── AB2_PIEZO_BEEPER.kicad_mod ├── ab2_header.pretty │ ├── AB2_SJMP_02-1.kicad_mod │ ├── AB2_SJMP_03-1.kicad_mod │ ├── AB2_HDR_M01-1V.kicad_mod │ ├── AB2_HDR_M01-1H-R.kicad_mod │ ├── AB2_HDR_M01-1H-L.kicad_mod │ ├── AB2_HDR_M01-2V.kicad_mod │ └── AB2_HDR_M02-1V.kicad_mod ├── ab2_jumper.pretty │ └── AB2_SJMP_02-1.kicad_mod ├── ab2_7segment.pretty │ ├── AB2_7SEG_8IN_DEC_RED.kicad_mod │ └── AB2_7SEG_5IN_DEC_RED.kicad_mod ├── ab2_passive.pretty │ ├── AB2_L_RADIAL_8.7_12_5MM.kicad_mod │ ├── AB2_PANASONIC-C.kicad_mod │ ├── AB2_0402_R.kicad_mod │ ├── AB2_0805_R.kicad_mod │ ├── AB2_0402_C_50.kicad_mod │ ├── AB2_0805_C_60.kicad_mod │ ├── AB2_0805_C_80.kicad_mod │ ├── AB2_0603_R.kicad_mod │ ├── AB2_0805_C_125.kicad_mod │ ├── AB2_0805_L.kicad_mod │ ├── AB2_0603_C_80.kicad_mod │ ├── AB2_SMX.kicad_mod │ ├── AB2_1210_R.kicad_mod │ ├── AB2_1206_R.kicad_mod │ ├── AB2_POWERDI323.kicad_mod │ ├── AB2_RES_49x10x9MM.kicad_mod │ ├── AB2_RES_10Wx49Lx9H(mm).kicad_mod │ ├── AB2_1210_C_95.kicad_mod │ ├── AB2_1210_C_125.kicad_mod │ ├── AB2_1210_C_160.kicad_mod │ ├── AB2_1210_C_200.kicad_mod │ ├── AB2_1218_R.kicad_mod │ ├── AB2_1206_C_80.kicad_mod │ ├── AB2_1206_C_95.kicad_mod │ ├── AB2_1206_C_115.kicad_mod │ ├── AB2_1206_C_125.kicad_mod │ ├── AB2_1206_C_160.kicad_mod │ ├── AB2_2512_R.kicad_mod │ ├── AB2_2010_R.kicad_mod │ ├── AB2_2220_C.kicad_mod │ ├── AB2_1812_C.kicad_mod │ ├── AB2_0805_LED_BLU.kicad_mod │ ├── AB2_0805_LED_GRN.kicad_mod │ ├── AB2_0805_LED_ORG.kicad_mod │ ├── AB2_0805_LED_RED.kicad_mod │ ├── AB2_0805_LED_YEL.kicad_mod │ ├── AB2_PANASONIC-EF.kicad_mod │ ├── AB2_C_RADIAL_25_30_10MM.kicad_mod │ ├── AB2_DO-214AB.kicad_mod │ ├── AB2_2043_R.kicad_mod │ └── AB2_2525_L.kicad_mod ├── ab2_to.pretty │ ├── AB2_TO263.kicad_mod │ └── AB2_TO252.kicad_mod ├── ab2_sop.pretty │ ├── AB2_USOP04.kicad_mod │ └── AB2_MSOP10.kicad_mod ├── ab2_relay.pretty │ ├── AB2_RELAY_PICKERING_112.kicad_mod │ ├── AB2_RELAY_COTO_23XX-V.kicad_mod │ ├── AB2_RELAY_10x6MM_GULLWING.kicad_mod │ └── AB2_RELAY_COTO_23XX.kicad_mod ├── ab2_sot.pretty │ ├── AB2_SOT23-3.kicad_mod │ ├── AB2_SOT23-3_NFET.kicad_mod │ ├── AB2_SOT23-5.kicad_mod │ ├── AB2_SOT323-6.kicad_mod │ └── AB2_SOT23-6.kicad_mod ├── ab2_sod.pretty │ └── AB2_SOD123.kicad_mod ├── ab2_son.pretty │ └── AB2_SON2x2.kicad_mod ├── ab2_lcd.pretty │ └── AB2_LCD_DRILLS-20X4.kicad_mod ├── ab2_connector.pretty │ └── AB2_TRS_3p5MM_PTH.kicad_mod ├── ab2_xtal.pretty │ └── AB2_XTAL_HC-49.kicad_mod ├── ab2_input_devices.pretty │ ├── AB2_PB_MOM_5.2MM_SMD.kicad_mod │ └── AB2_PB_MOM_6MM_PTH_BLK.kicad_mod ├── ab2_dip.pretty │ └── AB2_DIP_08_SCKT.kicad_mod ├── ab2_vssop.pretty │ └── AB2_VSSOP08.kicad_mod └── ab2_terminal_block.pretty │ └── AB2_AKZ500_04-SMD.kicad_mod ├── library ├── .gitignore ├── ab2_uC.dcm ├── ab2_fuse.dcm ├── ab2_opamp.dcm ├── ab2_supply.dcm ├── ab2_buffer.dcm ├── ab2_connectivity.dcm ├── ab2_diode.dcm ├── ab2_header.dcm ├── ab2_pinouts.dcm ├── ab2_power.dcm ├── ab2_regulator.dcm ├── ab2_relay.dcm ├── ab2_sensor.dcm ├── ab2_stepper.dcm ├── ab2_gpio_expansion.dcm ├── ab2_transistor.dcm ├── ab2_dac.dcm ├── ab2_usb.dcm ├── ab2_xtal.dcm ├── ab2_audio.dcm ├── ab2_idc.dcm ├── ab2_inductor.dcm ├── ab2_lcd.dcm ├── ab2_led.dcm ├── ab2_memory.dcm ├── ab2_pot.dcm ├── ab2_test.dcm ├── ab2_7segment.dcm ├── ab2_capacitor.dcm ├── ab2_jumper.dcm ├── ab2_resistor.dcm ├── ab2_input_devices.dcm ├── ab2_terminal_block.dcm ├── ab2_logic.dcm ├── ab2_fuse.lib ├── ab2_pot.lib ├── ab2_memory.lib ├── ab2_terminal_block.lib ├── ab2_capacitor.lib ├── ab2_resistor.lib ├── ab2_logic.lib ├── ab2_jumper.lib ├── ab2_dac.lib ├── ab2_test.lib ├── ab2_diode.lib ├── ab2_xtal.lib └── ab2_pinouts.lib ├── template ├── .gitignore ├── ab2 │ ├── meta │ │ ├── icon.png │ │ └── info.html │ ├── ab2.net │ ├── ab2.sch │ └── ab2.pro └── kicad.pro ├── 3d_models ├── .gitignore ├── ab2_meshconv_gui │ ├── AB2Tech_300.png │ ├── .gitignore │ └── readme.txt ├── ab2_so │ └── stl │ │ ├── AB2_SO08_WINGS3D.stl │ │ ├── AB2_SO14_WINGS3D.stl │ │ ├── AB2_SO16_WINGS3D.stl │ │ ├── AB2_SO14_W_WINGS3D.stl │ │ ├── AB2_SO16_W_WINGS3D.stl │ │ ├── AB2_SO18_W_WINGS3D.stl │ │ ├── AB2_SO20_W_WINGS3D.stl │ │ ├── AB2_SO24_W_WINGS3D.stl │ │ └── AB2_SO28_W_WINGS3D.stl ├── ab2_usb │ └── stl │ │ ├── AB2_USB_MINI_SMD.stl │ │ └── AB2_USB_MICRO_SMD.stl ├── ab2_sot │ └── stl │ │ ├── AB2_SOT223_WINGS3D.stl │ │ ├── AB2_SOT23-3_WINGS3D.stl │ │ └── AB2_SOT23-6_WINGS3D.stl ├── ab2_connector │ └── stl │ │ ├── AB2_DB25_F_RA.stl │ │ ├── AB2_RJ45_RA_LEDS.stl │ │ ├── AB2_RJ45_VERT_UNSHIELDED.stl │ │ └── AB2_TRS_3p5MM_PTH_WINGS3D.stl ├── ab2_lqfp │ └── stl │ │ ├── AB2_LQFP100_WINGS3D.stl │ │ ├── AB2_LQFP128_WINGS3D.stl │ │ ├── AB2_LQFP32_WINGS3D.stl │ │ ├── AB2_LQFP48_WINGS3D.stl │ │ ├── AB2_LQFP64_WINGS3D.stl │ │ └── AB2_LQFP80_WINGS3D.stl ├── ab2_msop │ └── stl │ │ └── AB2_MSOP10_WINGS3D.stl ├── ab2_7seg │ └── stl │ │ ├── AB2_7SEG_5IN_H_WINGS3D.stl │ │ ├── AB2_7SEG_5IN_V_WINGS3D.stl │ │ ├── AB2_7SEG_8IN_H_WINGS3D.stl │ │ ├── AB2_7SEG_5IN_DEC_WINGS3D.stl │ │ ├── AB2_7_SEG_8IN_DEC_WINGS3D.stl │ │ └── AB2_7_SEG_8IN_V_WINGS3D.stl ├── ab2_idc │ └── stl │ │ ├── AB2_HDR_M17-2V-S-OMRON.stl │ │ ├── AB2_HDR_M03-2V-S-3M_WINGS3D.stl │ │ ├── AB2_HDR_M03-2V-S-TE_WINGS3D.stl │ │ ├── AB2_HDR_M04-2V-S-3M_WINGS3D.stl │ │ ├── AB2_HDR_M04-2V-S-TE_WINGS3D.stl │ │ ├── AB2_HDR_M05-2V-S-3M_WINGS3D.stl │ │ ├── AB2_HDR_M05-2V-S-TE_WINGS3D.stl │ │ ├── AB2_HDR_M07-2V-S-3M_WINGS3D.stl │ │ ├── AB2_HDR_M07-2V-S-TE_WINGS3D.stl │ │ ├── AB2_HDR_M17-2V-S-OMRON_COMPLETE.stl │ │ ├── AB2_HDR_M01-1V-BARE-16p2-13_WINGS3D.stl │ │ └── AB2_HDR_M17-2V-BARE-16p2-13_WINGS3D.stl ├── ab2_passive │ └── stl │ │ ├── AB2_0402_R_WINGS3D.stl │ │ ├── AB2_0603_R_WINGS3D.stl │ │ ├── AB2_0805_R_WINGS3D.stl │ │ ├── AB2_1206_R_WINGS3D.stl │ │ ├── AB2_1210_R_WINGS3D.stl │ │ ├── AB2_1218_R_WINGS3D.stl │ │ ├── AB2_2010_R_WINGS3D.stl │ │ ├── AB2_2043_R_WINGS3D.stl │ │ ├── AB2_2512_R_WINGS3D.stl │ │ ├── AB2_0402_C_50_WINGS3D.stl │ │ ├── AB2_0603_C_80_WINGS3D.stl │ │ ├── AB2_0805_C_125_WINGS3D.stl │ │ ├── AB2_0805_C_60_WINGS3D.stl │ │ ├── AB2_0805_C_80_WINGS3D.stl │ │ ├── AB2_0805_LED_WINGS3D.stl │ │ ├── AB2_1206_C_115_WINGS3D.stl │ │ ├── AB2_1206_C_125_WINGS3D.stl │ │ ├── AB2_1206_C_160_WINGS3D.stl │ │ ├── AB2_1206_C_80_WINGS3D.stl │ │ ├── AB2_1206_C_95_WINGS3D.stl │ │ ├── AB2_1210_C_125_WINGS3D.stl │ │ ├── AB2_1210_C_160_WINGS3D.stl │ │ ├── AB2_1210_C_200_WINGS3D.stl │ │ ├── AB2_1210_C_95_WINGS3D.stl │ │ ├── AB2_DO-214AB_WINGS3D.stl │ │ ├── AB2_DO-214AC_WINGS3D.stl │ │ ├── AB2_PLCC6_LED_ROUND_WINGS3D.stl │ │ ├── AB2_PLCC6_LED_STRAIGHT_WINGS3D.stl │ │ └── AB2_L_RADIAL_8.7x12x5MM_SHORT_WINGS3D.stl ├── ab2_header │ └── stl │ │ ├── AB2_HDR_M01-1H_WINGS3D.stl │ │ └── AB2_HDR_M01-1V_WINGS3D.stl ├── ab2_input_devices │ └── stl │ │ ├── AB2_ROT_ENC_W_SW.stl │ │ ├── AB2_PB_MOM_5.2MM_SMD.stl │ │ ├── AB2_DIP_SW04_PIANO_PTH.stl │ │ └── AB2_PB_MOM_6MM_PTH_BLK.stl ├── ab2_xtal │ └── stl │ │ └── AB2_XTAL_5.2x1.45x1.45MM.stl ├── ab2_power │ └── stl │ │ ├── AB2_PB_2MM_JACK_PTH_WINGS3D.stl │ │ ├── AB2_20MM_COIN_CELL_SMD_WINGS3D.stl │ │ └── AB2_90DEG_4MM_JACK_PTH_WINGS3D.stl ├── ab2_terminal_block │ └── AB2_TB_02_RA_5MM_WINGS3D.stl ├── ab2_heatsink │ └── stl │ │ └── AB2_HS_40x40x11MM_BLK_WINGS3D.stl └── ab2_holesnpoles │ └── stl │ ├── AB2_FR4_1.96x3.92INx1.6MM_WINGS3D.stl │ ├── AB2_FR4_1.96x0.94INx1.6MM_ROUNDED_WINGS3D.stl │ ├── AB2_FR4_1.96x1.96INx1.6MM_ROUNDED_WINGS3D.stl │ ├── AB2_FR4_1.96x3.92INx1.6MM_ROUNDED_WINGS3D.stl │ └── AB2_FR4_3.92x3.92INx1.6MM_ROUNDED_WINGS3D.stl ├── .gitignore ├── AB2Tech_300.png └── scripts ├── blender_wrl_to_x3d.py ├── rm_net_pad_clearance.sh └── lib_convert.py /modules/3d_models: -------------------------------------------------------------------------------- 1 | ../3d_models -------------------------------------------------------------------------------- /library/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !*ab2* 3 | *.bak 4 | *.bck 5 | -------------------------------------------------------------------------------- /template/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !kicad.pro 3 | !fp-lib-table 4 | -------------------------------------------------------------------------------- /modules/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !*ab2* 3 | !*AB2* 4 | *.bak 5 | *.bck 6 | -------------------------------------------------------------------------------- /3d_models/.gitignore: -------------------------------------------------------------------------------- 1 | *bak 2 | *bck 3 | *.000 4 | *cam* 5 | _autosave* 6 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.bak 2 | *.bck 3 | demos 4 | doc 5 | internat 6 | scripting 7 | -------------------------------------------------------------------------------- /library/ab2_uC.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /AB2Tech_300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/AB2Tech_300.png -------------------------------------------------------------------------------- /library/ab2_fuse.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_opamp.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_supply.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_buffer.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_connectivity.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_diode.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_header.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_pinouts.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_power.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_regulator.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_relay.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_sensor.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_stepper.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_gpio_expansion.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_transistor.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /template/ab2/meta/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/template/ab2/meta/icon.png -------------------------------------------------------------------------------- /library/ab2_dac.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 10/7/2014 6:48:06 PM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_usb.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 5/2/2015 9:12:31 AM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_xtal.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 7/27/2015 9:39:16 AM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_audio.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 2/23/2015 1:20:59 PM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_idc.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 3/5/2013 11:08:17 PM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_inductor.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 7/22/2014 9:25:58 AM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_lcd.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 4/1/2013 11:32:58 PM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_led.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 11/12/2014 1:09:59 PM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_memory.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 4/24/2015 9:22:06 PM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_pot.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 3/31/2013 10:35:39 PM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_test.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 12/19/2013 10:44:30 AM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_7segment.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 4/11/2013 11:10:24 PM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_capacitor.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 4/29/2013 9:10:55 PM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_jumper.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 9/18/2014 11:34:24 AM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_resistor.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 3/19/2014 10:22:47 PM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_input_devices.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 3/6/2014 11:06:59 PM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /library/ab2_terminal_block.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 10/9/2014 4:48:13 PM 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /3d_models/ab2_meshconv_gui/AB2Tech_300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_meshconv_gui/AB2Tech_300.png -------------------------------------------------------------------------------- /3d_models/ab2_so/stl/AB2_SO08_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_so/stl/AB2_SO08_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_so/stl/AB2_SO14_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_so/stl/AB2_SO14_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_so/stl/AB2_SO16_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_so/stl/AB2_SO16_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_usb/stl/AB2_USB_MINI_SMD.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_usb/stl/AB2_USB_MINI_SMD.stl -------------------------------------------------------------------------------- /3d_models/ab2_so/stl/AB2_SO14_W_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_so/stl/AB2_SO14_W_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_so/stl/AB2_SO16_W_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_so/stl/AB2_SO16_W_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_so/stl/AB2_SO18_W_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_so/stl/AB2_SO18_W_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_so/stl/AB2_SO20_W_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_so/stl/AB2_SO20_W_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_so/stl/AB2_SO24_W_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_so/stl/AB2_SO24_W_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_so/stl/AB2_SO28_W_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_so/stl/AB2_SO28_W_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_sot/stl/AB2_SOT223_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_sot/stl/AB2_SOT223_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_usb/stl/AB2_USB_MICRO_SMD.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_usb/stl/AB2_USB_MICRO_SMD.stl -------------------------------------------------------------------------------- /3d_models/ab2_connector/stl/AB2_DB25_F_RA.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_connector/stl/AB2_DB25_F_RA.stl -------------------------------------------------------------------------------- /3d_models/ab2_lqfp/stl/AB2_LQFP100_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_lqfp/stl/AB2_LQFP100_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_lqfp/stl/AB2_LQFP128_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_lqfp/stl/AB2_LQFP128_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_lqfp/stl/AB2_LQFP32_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_lqfp/stl/AB2_LQFP32_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_lqfp/stl/AB2_LQFP48_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_lqfp/stl/AB2_LQFP48_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_lqfp/stl/AB2_LQFP64_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_lqfp/stl/AB2_LQFP64_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_lqfp/stl/AB2_LQFP80_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_lqfp/stl/AB2_LQFP80_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_meshconv_gui/.gitignore: -------------------------------------------------------------------------------- 1 | # We don't want to track this file -- it should be supplied by the user 2 | meshconv.exe 3 | meshconv 4 | -------------------------------------------------------------------------------- /3d_models/ab2_msop/stl/AB2_MSOP10_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_msop/stl/AB2_MSOP10_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_sot/stl/AB2_SOT23-3_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_sot/stl/AB2_SOT23-3_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_sot/stl/AB2_SOT23-6_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_sot/stl/AB2_SOT23-6_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_7seg/stl/AB2_7SEG_5IN_H_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_7seg/stl/AB2_7SEG_5IN_H_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_7seg/stl/AB2_7SEG_5IN_V_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_7seg/stl/AB2_7SEG_5IN_V_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_7seg/stl/AB2_7SEG_8IN_H_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_7seg/stl/AB2_7SEG_8IN_H_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_connector/stl/AB2_RJ45_RA_LEDS.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_connector/stl/AB2_RJ45_RA_LEDS.stl -------------------------------------------------------------------------------- /3d_models/ab2_idc/stl/AB2_HDR_M17-2V-S-OMRON.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_idc/stl/AB2_HDR_M17-2V-S-OMRON.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_0402_R_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_0402_R_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_0603_R_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_0603_R_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_0805_R_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_0805_R_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_1206_R_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_1206_R_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_1210_R_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_1210_R_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_1218_R_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_1218_R_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_2010_R_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_2010_R_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_2043_R_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_2043_R_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_2512_R_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_2512_R_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_7seg/stl/AB2_7SEG_5IN_DEC_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_7seg/stl/AB2_7SEG_5IN_DEC_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_7seg/stl/AB2_7_SEG_8IN_DEC_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_7seg/stl/AB2_7_SEG_8IN_DEC_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_7seg/stl/AB2_7_SEG_8IN_V_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_7seg/stl/AB2_7_SEG_8IN_V_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_header/stl/AB2_HDR_M01-1H_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_header/stl/AB2_HDR_M01-1H_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_header/stl/AB2_HDR_M01-1V_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_header/stl/AB2_HDR_M01-1V_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_input_devices/stl/AB2_ROT_ENC_W_SW.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_input_devices/stl/AB2_ROT_ENC_W_SW.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_0402_C_50_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_0402_C_50_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_0603_C_80_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_0603_C_80_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_0805_C_125_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_0805_C_125_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_0805_C_60_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_0805_C_60_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_0805_C_80_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_0805_C_80_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_0805_LED_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_0805_LED_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_1206_C_115_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_1206_C_115_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_1206_C_125_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_1206_C_125_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_1206_C_160_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_1206_C_160_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_1206_C_80_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_1206_C_80_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_1206_C_95_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_1206_C_95_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_1210_C_125_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_1210_C_125_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_1210_C_160_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_1210_C_160_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_1210_C_200_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_1210_C_200_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_1210_C_95_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_1210_C_95_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_DO-214AB_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_DO-214AB_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_DO-214AC_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_DO-214AC_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_xtal/stl/AB2_XTAL_5.2x1.45x1.45MM.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_xtal/stl/AB2_XTAL_5.2x1.45x1.45MM.stl -------------------------------------------------------------------------------- /3d_models/ab2_idc/stl/AB2_HDR_M03-2V-S-3M_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_idc/stl/AB2_HDR_M03-2V-S-3M_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_idc/stl/AB2_HDR_M03-2V-S-TE_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_idc/stl/AB2_HDR_M03-2V-S-TE_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_idc/stl/AB2_HDR_M04-2V-S-3M_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_idc/stl/AB2_HDR_M04-2V-S-3M_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_idc/stl/AB2_HDR_M04-2V-S-TE_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_idc/stl/AB2_HDR_M04-2V-S-TE_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_idc/stl/AB2_HDR_M05-2V-S-3M_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_idc/stl/AB2_HDR_M05-2V-S-3M_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_idc/stl/AB2_HDR_M05-2V-S-TE_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_idc/stl/AB2_HDR_M05-2V-S-TE_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_idc/stl/AB2_HDR_M07-2V-S-3M_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_idc/stl/AB2_HDR_M07-2V-S-3M_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_idc/stl/AB2_HDR_M07-2V-S-TE_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_idc/stl/AB2_HDR_M07-2V-S-TE_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_connector/stl/AB2_RJ45_VERT_UNSHIELDED.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_connector/stl/AB2_RJ45_VERT_UNSHIELDED.stl -------------------------------------------------------------------------------- /3d_models/ab2_connector/stl/AB2_TRS_3p5MM_PTH_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_connector/stl/AB2_TRS_3p5MM_PTH_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_idc/stl/AB2_HDR_M17-2V-S-OMRON_COMPLETE.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_idc/stl/AB2_HDR_M17-2V-S-OMRON_COMPLETE.stl -------------------------------------------------------------------------------- /3d_models/ab2_input_devices/stl/AB2_PB_MOM_5.2MM_SMD.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_input_devices/stl/AB2_PB_MOM_5.2MM_SMD.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_PLCC6_LED_ROUND_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_PLCC6_LED_ROUND_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_power/stl/AB2_PB_2MM_JACK_PTH_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_power/stl/AB2_PB_2MM_JACK_PTH_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_terminal_block/AB2_TB_02_RA_5MM_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_terminal_block/AB2_TB_02_RA_5MM_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_input_devices/stl/AB2_DIP_SW04_PIANO_PTH.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_input_devices/stl/AB2_DIP_SW04_PIANO_PTH.stl -------------------------------------------------------------------------------- /3d_models/ab2_input_devices/stl/AB2_PB_MOM_6MM_PTH_BLK.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_input_devices/stl/AB2_PB_MOM_6MM_PTH_BLK.stl -------------------------------------------------------------------------------- /3d_models/ab2_power/stl/AB2_20MM_COIN_CELL_SMD_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_power/stl/AB2_20MM_COIN_CELL_SMD_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_power/stl/AB2_90DEG_4MM_JACK_PTH_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_power/stl/AB2_90DEG_4MM_JACK_PTH_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_heatsink/stl/AB2_HS_40x40x11MM_BLK_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_heatsink/stl/AB2_HS_40x40x11MM_BLK_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_idc/stl/AB2_HDR_M01-1V-BARE-16p2-13_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_idc/stl/AB2_HDR_M01-1V-BARE-16p2-13_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_idc/stl/AB2_HDR_M17-2V-BARE-16p2-13_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_idc/stl/AB2_HDR_M17-2V-BARE-16p2-13_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_PLCC6_LED_STRAIGHT_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_PLCC6_LED_STRAIGHT_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_holesnpoles/stl/AB2_FR4_1.96x3.92INx1.6MM_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_holesnpoles/stl/AB2_FR4_1.96x3.92INx1.6MM_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_passive/stl/AB2_L_RADIAL_8.7x12x5MM_SHORT_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_passive/stl/AB2_L_RADIAL_8.7x12x5MM_SHORT_WINGS3D.stl -------------------------------------------------------------------------------- /library/ab2_logic.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | $CMP AB2_CD4075B 4 | D CMOS Triple 3-Input OR Gate 5 | F http://www.ti.com/product/cd4075b 6 | $ENDCMP 7 | # 8 | #End Doc Library 9 | -------------------------------------------------------------------------------- /3d_models/ab2_holesnpoles/stl/AB2_FR4_1.96x0.94INx1.6MM_ROUNDED_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_holesnpoles/stl/AB2_FR4_1.96x0.94INx1.6MM_ROUNDED_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_holesnpoles/stl/AB2_FR4_1.96x1.96INx1.6MM_ROUNDED_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_holesnpoles/stl/AB2_FR4_1.96x1.96INx1.6MM_ROUNDED_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_holesnpoles/stl/AB2_FR4_1.96x3.92INx1.6MM_ROUNDED_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_holesnpoles/stl/AB2_FR4_1.96x3.92INx1.6MM_ROUNDED_WINGS3D.stl -------------------------------------------------------------------------------- /3d_models/ab2_holesnpoles/stl/AB2_FR4_3.92x3.92INx1.6MM_ROUNDED_WINGS3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab2tech/KiCad/HEAD/3d_models/ab2_holesnpoles/stl/AB2_FR4_3.92x3.92INx1.6MM_ROUNDED_WINGS3D.stl -------------------------------------------------------------------------------- /modules/ab2_test.pretty/AB2_OPEN_POUR.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_OPEN_POUR (layer F.Cu) (tedit 52A6AA0E) 2 | (fp_text reference AB2_OPEN_POUR (at 0 -3.1) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.25) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (pad 1 smd oval (at 0 0) (size 5 4.5) (layers F.Cu F.Paste F.Mask)) 9 | ) 10 | -------------------------------------------------------------------------------- /modules/ab2_test.pretty/AB2_OPEN_POUR_2-56.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_OPEN_POUR_2-56 (layer F.Cu) (tedit 52A7FA44) 2 | (fp_text reference AB2_OPEN_POUR (at 0 -3.1) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.25) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (pad 1 thru_hole oval (at 0 0) (size 5 4.5) (drill 1.778) (layers *.Cu *.Mask F.SilkS)) 9 | ) 10 | -------------------------------------------------------------------------------- /modules/ab2_test.pretty/AB2_OPEN_POUR_4-40.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_OPEN_POUR_4-40 (layer F.Cu) (tedit 52A7F9C7) 2 | (fp_text reference AB2_OPEN_POUR (at 0 -3.1) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.25) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (pad 1 thru_hole oval (at 0 0) (size 5 4.5) (drill 3.175) (layers *.Cu *.Mask F.SilkS)) 9 | ) 10 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_PROBE_PAD.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_PROBE_PAD (layer F.Cu) (tedit 52B3259A) 2 | (fp_text reference AB2_PROBE_PAD (at -1.27 -245.11) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 246.38) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (pad 1 thru_hole circle (at 0 0) (size 1.6764 1.6764) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 9 | ) 10 | -------------------------------------------------------------------------------- /library/ab2_fuse.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # AB2_F 5 | # 6 | DEF AB2_F F 0 0 N N 1 F N 7 | F0 "F" 0 -100 60 H V C CNN 8 | F1 "AB2_F" 0 100 60 H V C CNN 9 | F2 "" 0 0 60 H V C CNN 10 | F3 "" 0 0 60 H V C CNN 11 | DRAW 12 | A -45 7 45 -25 1762 0 1 0 N 0 5 -90 10 13 | A 45 -7 45 1775 -38 0 1 0 N 0 -5 90 -10 14 | C -90 0 10 0 1 0 N 15 | C 90 0 10 0 1 0 N 16 | P 2 0 1 0 0 5 0 -5 N 17 | X A 1 -150 0 50 R 32 32 1 1 P 18 | X K 2 150 0 50 L 32 32 1 1 P 19 | ENDDRAW 20 | ENDDEF 21 | # 22 | #End Library 23 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_02-56.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_02-56 (layer F.Cu) (tedit 5168EBD5) 2 | (fp_text reference AB2_STANDOFF_02-56 (at 0 -3.81) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_circle (center 0 0) (end 0 -2.38125) (layer F.SilkS) (width 0.127)) 9 | (pad "" thru_hole circle (at 0 0) (size 1.778 1.778) (drill 1.778) (layers *.Cu *.Mask F.SilkS)) 10 | ) 11 | -------------------------------------------------------------------------------- /scripts/blender_wrl_to_x3d.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # blender_wrl_to_x3d.py 3 | # Austin Beam | Alan Bullick 4 | # Basic blender script to convert VRML2 to X3D, which renders more nicely in 5 | # recent versions of KiCad 6 | 7 | import bpy 8 | import sys 9 | 10 | argv = sys.argv 11 | argv = argv[argv.index("--") + 1:] # get all args after "--" 12 | 13 | wrl_in = argv[0] 14 | x3d_out = argv[1] 15 | 16 | # Delete that stupid cube 17 | bpy.ops.object.delete() 18 | bpy.ops.import_scene.x3d(filepath=wrl_in) 19 | bpy.ops.export_scene.x3d(check_existing=False, filepath=x3d_out) 20 | -------------------------------------------------------------------------------- /library/ab2_pot.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 Date: 3/31/2013 10:35:39 PM 2 | #encoding utf-8 3 | # 4 | # AB2_POT_TRIM 5 | # 6 | DEF AB2_POT_TRIM POT 0 0 N N 1 F N 7 | F0 "POT" 0 100 60 H V C CNN 8 | F1 "AB2_POT_TRIM" 0 200 60 H V C CNN 9 | F2 "~" 0 0 60 H V C CNN 10 | F3 "~" 0 0 60 H V C CNN 11 | DRAW 12 | P 4 0 1 0 25 -100 0 -75 -25 -100 25 -100 F 13 | P 9 0 1 0 -100 0 -75 50 -50 -50 -25 50 0 -50 25 50 50 -50 75 50 100 0 N 14 | X IN 1 -150 0 50 R 32 32 1 1 P 15 | X WIPER 2 0 -150 50 U 32 32 1 1 P 16 | X OUT 3 150 0 50 L 32 32 1 1 P 17 | ENDDRAW 18 | ENDDEF 19 | # 20 | #End Library 21 | -------------------------------------------------------------------------------- /template/ab2/ab2.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source C:\AB2\KiCad\template\ab2\ab2.sch) 4 | (date "1/16/2019 3:43:37 PM") 5 | (tool "Eeschema (5.0.2)-1") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title) 9 | (company) 10 | (rev) 11 | (date) 12 | (source ab2.sch) 13 | (comment (number 1) (value "")) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components) 18 | (libparts) 19 | (libraries) 20 | (nets)) -------------------------------------------------------------------------------- /modules/ab2_power.pretty/AB2_PCB_BANANA_JACK.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_PCB_BANANA_JACK (layer F.Cu) (tedit 54C67331) 2 | (fp_text reference AB2_PCB_BANANA_JACK (at 0 -5.08) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 5.08) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (pad 1 thru_hole circle (at 0 0) (size 8.89 8.89) (drill 5.334) (layers *.Cu *.Mask F.SilkS)) 9 | (model ab2_power/AB2_BANANA_JACK_PTH.x3d 10 | (at (xyz 0 0 0)) 11 | (scale (xyz 0.3937 0.3937 0.3937)) 12 | (rotate (xyz 0 0 0)) 13 | ) 14 | ) 15 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_04-40.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_04-40 (layer F.Cu) (tedit 5E4EA43B) 2 | (fp_text reference AB2_STANDOFF_04-40 (at 0 -3.81) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_circle (center 0 0) (end 0 -2.794) (layer F.SilkS) (width 0.127)) 9 | (fp_circle (center 0 0) (end 0 -2.794) (layer B.SilkS) (width 0.127)) 10 | (pad "" thru_hole circle (at 0 0) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 11 | ) 12 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_04-40-BUMP.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_04-40-BUMP (layer F.Cu) (tedit 54C931DE) 2 | (fp_text reference AB2_STANDOFF_04-40-BUMP (at 0 -8.89) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_circle (center 0 0) (end 7.9375 0) (layer Dwgs.User) (width 0.127)) 9 | (fp_circle (center 0 0) (end 0 -2.794) (layer F.SilkS) (width 0.127)) 10 | (pad "" thru_hole circle (at 0 0) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 11 | ) 12 | -------------------------------------------------------------------------------- /library/ab2_memory.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 Date: 4/24/2015 9:22:06 PM 2 | #encoding utf-8 3 | # 4 | # AB2_24XX0X 5 | # 6 | DEF AB2_24XX0X EEPROM 0 50 N Y 1 F N 7 | F0 "EEPROM" 0 -250 60 H V C CNN 8 | F1 "AB2_24XX0X" 0 250 60 H V C CNN 9 | F2 "~" 0 -150 60 H V C CNN 10 | F3 "~" 0 -150 60 H V C CNN 11 | DRAW 12 | S -200 200 200 -200 0 1 0 N 13 | X A0 1 -300 150 100 R 50 50 1 1 I 14 | X A1 2 -300 50 100 R 50 50 1 1 I 15 | X A2 3 -300 -50 100 R 50 50 1 1 I 16 | X VSS 4 -300 -150 100 R 50 50 1 1 W 17 | X SDA 5 300 -150 100 L 50 50 1 1 B 18 | X SCL 6 300 -50 100 L 50 50 1 1 I 19 | X WP 7 300 50 100 L 50 50 1 1 I 20 | X VCC 8 300 150 100 L 50 50 1 1 W 21 | ENDDRAW 22 | ENDDEF 23 | # 24 | #End Library 25 | -------------------------------------------------------------------------------- /modules/ab2_audio.pretty/AB2_PIEZO_BEEPER.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_PIEZO_BEEPER (layer F.Cu) (tedit 5171D6C6) 2 | (fp_text reference AB2_PIEZO_BEEPER (at 0 0) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 5.08) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_text user + (at -2 -2.75 270) (layer F.SilkS) 9 | (effects (font (size 1.27 1.27) (thickness 0.1))) 10 | ) 11 | (fp_circle (center 0 0) (end 6 0) (layer F.SilkS) (width 0.15)) 12 | (pad 1 thru_hole circle (at 0 -2.75 270) (size 1.2192 1.2192) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) 13 | (pad 2 thru_hole circle (at 0 2.75 270) (size 1.2192 1.2192) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) 14 | ) 15 | -------------------------------------------------------------------------------- /library/ab2_terminal_block.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 Date: 10/9/2014 4:48:13 PM 2 | #encoding utf-8 3 | # 4 | # AB2_AKZ500_02 5 | # 6 | DEF ~AB2_AKZ500_02 X 0 50 Y Y 2 L N 7 | F0 "X" -245 -5 60 H V R CNN 8 | F1 "AB2_AKZ500_02" 0 150 60 H I C CNN 9 | F2 "~" 0 0 60 H V C CNN 10 | F3 "~" 0 0 60 H V C CNN 11 | DRAW 12 | X ~ 1 0 0 200 L 50 50 1 1 I I 13 | X ~ 2 0 0 200 L 50 50 2 1 I I 14 | ENDDRAW 15 | ENDDEF 16 | # 17 | # AB2_AKZ500_04 18 | # 19 | DEF ~AB2_AKZ500_04 X 0 50 Y Y 4 L N 20 | F0 "X" -245 -5 60 H V R CNN 21 | F1 "AB2_AKZ500_04" 0 150 60 H I C CNN 22 | F2 "~" 0 0 60 H V C CNN 23 | F3 "~" 0 0 60 H V C CNN 24 | DRAW 25 | X ~ 1 0 0 200 L 50 50 1 1 I I 26 | X ~ 2 0 0 200 L 50 50 2 1 I I 27 | X ~ 3 0 0 200 L 50 50 3 1 I I 28 | X ~ 4 0 0 200 L 50 50 4 1 I I 29 | ENDDRAW 30 | ENDDEF 31 | # 32 | #End Library 33 | -------------------------------------------------------------------------------- /modules/ab2_header.pretty/AB2_SJMP_02-1.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_SJMP_02-1 (layer F.Cu) (tedit 51D76BAC) 2 | (fp_text reference AB2_SJMP_02-1 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -1.397 0.889) (end 1.397 0.889) (layer F.SilkS) (width 0.1524)) 9 | (fp_line (start -1.397 -0.889) (end 1.397 -0.889) (layer F.SilkS) (width 0.1524)) 10 | (fp_line (start 1.397 -0.889) (end 1.397 0.889) (layer F.SilkS) (width 0.15)) 11 | (fp_line (start -1.397 0.889) (end -1.397 -0.889) (layer F.SilkS) (width 0.15)) 12 | (pad 2 smd rect (at 0.635 0 180) (size 1.016 1.27) (layers F.Cu F.Paste F.Mask)) 13 | (pad 1 smd rect (at -0.635 0 180) (size 1.016 1.27) (layers F.Cu F.Paste F.Mask)) 14 | ) 15 | -------------------------------------------------------------------------------- /modules/ab2_jumper.pretty/AB2_SJMP_02-1.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_SJMP_02-1 (layer F.Cu) (tedit 544AEAE5) 2 | (fp_text reference AB2_SJMP_02-1 (at 0 -1.524) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.651) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -1.397 0.889) (end 1.397 0.889) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -1.397 -0.889) (end 1.397 -0.889) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.397 -0.889) (end 1.397 0.889) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -1.397 0.889) (end -1.397 -0.889) (layer F.SilkS) (width 0.127)) 12 | (pad 2 smd rect (at 0.635 0 180) (size 1.016 1.27) (layers F.Cu F.Paste F.Mask)) 13 | (pad 1 smd rect (at -0.635 0 180) (size 1.016 1.27) (layers F.Cu F.Paste F.Mask)) 14 | ) 15 | -------------------------------------------------------------------------------- /modules/ab2_7segment.pretty/AB2_7SEG_8IN_DEC_RED.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_7SEG_8IN_DEC_RED (layer F.Cu) (tedit 5370F36C) 2 | (fp_text reference AB2_7SEG_8IN_DEC_RED (at 0 -11.43) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 11.43) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_circle (center 0 0) (end 0 -9.5) (layer F.SilkS) (width 0.127)) 9 | (fp_circle (center 0 0) (end 0 -10) (layer F.SilkS) (width 0.127)) 10 | (pad 1 thru_hole circle (at -5.05 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 11 | (pad 2 thru_hole circle (at 5.05 0) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 12 | (model ab2_7seg/AB2_7SEG_8IN_DEC_RED.x3d 13 | (at (xyz 0 0 0)) 14 | (scale (xyz 0.3937 0.3937 0.3937)) 15 | (rotate (xyz 0 0 0)) 16 | ) 17 | ) 18 | -------------------------------------------------------------------------------- /modules/ab2_7segment.pretty/AB2_7SEG_5IN_DEC_RED.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_7SEG_5IN_DEC_RED (layer F.Cu) (tedit 5370F38F) 2 | (fp_text reference AB2_7SEG_5IN_DEC_RED (at 0 -8.89) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 8.89) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_circle (center 0 0) (end 0 -6.5) (layer F.SilkS) (width 0.127)) 9 | (fp_circle (center 0 0) (end 0 -7.5) (layer F.SilkS) (width 0.127)) 10 | (pad 1 thru_hole circle (at -3.075 0) (size 1.016 1.016) (drill 0.6096) (layers *.Cu *.Mask F.SilkS)) 11 | (pad 2 thru_hole circle (at 3.075 0) (size 1.016 1.016) (drill 0.6096) (layers *.Cu *.Mask F.SilkS)) 12 | (model ab2_7seg/AB2_7SEG_5IN_DEC_RED.x3d 13 | (at (xyz 0 0 0)) 14 | (scale (xyz 0.3937 0.3937 0.3937)) 15 | (rotate (xyz 0 0 0)) 16 | ) 17 | ) 18 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_L_RADIAL_8.7_12_5MM.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_L_RADIAL_8.7_12_5MM (layer F.Cu) (tedit 541F9477) 2 | (fp_text reference AB2_L_RADIAL_8.7_12_5MM (at 0 -5.08) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 5.08) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_circle (center 0 0) (end 0 -2.85) (layer F.SilkS) (width 0.15)) 9 | (fp_circle (center 0 0) (end 0 -4.35) (layer F.SilkS) (width 0.15)) 10 | (pad 1 thru_hole rect (at -2.5 0) (size 1.2 1.2) (drill 0.8) (layers *.Cu *.Mask F.SilkS)) 11 | (pad 2 thru_hole circle (at 2.5 0) (size 1.2 1.2) (drill 0.8) (layers *.Cu *.Mask F.SilkS)) 12 | (model ab2_passive/AB2_L_RADIAL_8.7x12x5MM_SHORT.x3d 13 | (at (xyz 0 0 0)) 14 | (scale (xyz 0.3937 0.3937 0.3937)) 15 | (rotate (xyz 0 0 0)) 16 | ) 17 | ) 18 | -------------------------------------------------------------------------------- /3d_models/ab2_meshconv_gui/readme.txt: -------------------------------------------------------------------------------- 1 | Install Python/PyGTK and all dependencies 2 | http://www.python.org/ 3 | http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/ 4 | 5 | Download meshconv and save to GUI script directory 6 | http://www.cs.princeton.edu/~min/meshconv/ 7 | 8 | The program output files are hardcoded to my file naming conventions 9 | The program expects an input file with _OPENSCAD postfix 10 | The program will append a _WINGS3D postfix to the output file 11 | 12 | File naming convention 13 | INPUT FILE: 14 | filename_OPENSCAD.stl 15 | OUTPUT FILE: 16 | filename_WINGS3D.stl 17 | 18 | So unless you modify the program I highly recommend adding the _OPENSCAD postfix... 19 | as I felt my time was better spent annoying anyone who uses the program with a quality exit dialogue... 20 | 21 | You're welcome :) 22 | 23 | This has been an Alan Bullick original 2 minute readme...hopefully it helps -------------------------------------------------------------------------------- /modules/ab2_to.pretty/AB2_TO263.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_TO263 (layer F.Cu) (tedit 52B8677A) 2 | (fp_text reference AB2_TO263 (at 0 8.89) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 10.16) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -5.08 -7.62) (end 5.08 -7.62) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 5.08 -7.62) (end 5.08 7.62) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 5.08 7.62) (end -5.08 7.62) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -5.08 7.62) (end -5.08 -7.62) (layer F.SilkS) (width 0.127)) 12 | (pad D smd rect (at 0 -4.064) (size 10.668 9.017) (layers F.Cu F.Paste F.Mask)) 13 | (pad G smd rect (at -2.54 5.842) (size 1.27 3.429) (layers F.Cu F.Paste F.Mask)) 14 | (pad S smd rect (at 2.54 5.842) (size 1.27 3.429) (layers F.Cu F.Paste F.Mask)) 15 | ) 16 | -------------------------------------------------------------------------------- /library/ab2_capacitor.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 Date: 4/29/2013 9:10:55 PM 2 | #encoding utf-8 3 | # 4 | # AB2_C 5 | # 6 | DEF AB2_C C 0 0 N N 1 F N 7 | F0 "C" 0 -100 60 H V C CNN 8 | F1 "AB2_C" 0 100 60 H V C CNN 9 | F2 "~" 0 0 60 H V C CNN 10 | F3 "~" 0 0 60 H V C CNN 11 | DRAW 12 | P 2 0 1 15 25 50 25 -50 N 13 | P 3 0 1 15 -25 50 -25 -50 -25 25 N 14 | X A 1 -150 0 125 R 32 32 1 1 P 15 | X K 2 150 0 125 L 32 32 1 1 P 16 | ENDDRAW 17 | ENDDEF 18 | # 19 | # AB2_C-POL 20 | # 21 | DEF AB2_C-POL C 0 0 N N 1 F N 22 | F0 "C" 0 -100 60 H V C CNN 23 | F1 "AB2_C-POL" 0 100 60 H V C CNN 24 | F2 "~" 0 0 60 H V C CNN 25 | F3 "~" 0 0 60 H V C CNN 26 | DRAW 27 | P 2 0 0 0 55 10 55 40 N 28 | P 2 0 0 0 70 25 40 25 N 29 | P 2 0 1 15 25 50 25 -50 N 30 | P 3 0 1 15 -25 50 -25 -50 -25 25 N 31 | X A 1 150 0 125 L 32 32 1 1 P 32 | X K 2 -150 0 125 R 32 32 1 1 P 33 | ENDDRAW 34 | ENDDEF 35 | # 36 | #End Library 37 | -------------------------------------------------------------------------------- /template/ab2/ab2.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | LIBS:ab2_7segment 3 | LIBS:ab2_audio 4 | LIBS:ab2_buffer 5 | LIBS:ab2_capacitor 6 | LIBS:ab2_connectivity 7 | LIBS:ab2_dac 8 | LIBS:ab2_diode 9 | LIBS:ab2_gpio_expansion 10 | LIBS:ab2_header 11 | LIBS:ab2_idc 12 | LIBS:ab2_inductor 13 | LIBS:ab2_input_devices 14 | LIBS:ab2_jumper 15 | LIBS:ab2_lcd 16 | LIBS:ab2_led 17 | LIBS:ab2_memory 18 | LIBS:ab2_opamp 19 | LIBS:ab2_pot 20 | LIBS:ab2_power 21 | LIBS:ab2_regulator 22 | LIBS:ab2_relay 23 | LIBS:ab2_resistor 24 | LIBS:ab2_sensor 25 | LIBS:ab2_stepper 26 | LIBS:ab2_supply 27 | LIBS:ab2_terminal_block 28 | LIBS:ab2_test 29 | LIBS:ab2_transistor 30 | LIBS:ab2_uC 31 | LIBS:ab2_usb 32 | LIBS:ab2_xtal 33 | EELAYER 26 0 34 | EELAYER END 35 | $Descr A4 11693 8268 36 | encoding utf-8 37 | Sheet 1 1 38 | Title "" 39 | Date "" 40 | Rev "" 41 | Comp "" 42 | Comment1 "" 43 | Comment2 "" 44 | Comment3 "" 45 | Comment4 "" 46 | $EndDescr 47 | $EndSCHEMATC 48 | -------------------------------------------------------------------------------- /modules/ab2_header.pretty/AB2_SJMP_03-1.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_SJMP_03-1 (layer F.Cu) (tedit 51CF2BC0) 2 | (fp_text reference AB2_SJMP_03-1 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -2.032 -0.889) (end 2.032 -0.889) (layer F.SilkS) (width 0.15)) 9 | (fp_line (start 2.032 -0.889) (end 2.032 0.889) (layer F.SilkS) (width 0.15)) 10 | (fp_line (start 2.032 0.889) (end -2.032 0.889) (layer F.SilkS) (width 0.15)) 11 | (fp_line (start -2.032 0.889) (end -2.032 -0.889) (layer F.SilkS) (width 0.15)) 12 | (pad 2 smd rect (at 0 0 180) (size 1.016 1.27) (layers F.Cu F.Paste F.Mask)) 13 | (pad 3 smd rect (at 1.27 0 180) (size 1.016 1.27) (layers F.Cu F.Paste F.Mask)) 14 | (pad 1 smd rect (at -1.27 0 180) (size 1.016 1.27) (layers F.Cu F.Paste F.Mask)) 15 | ) 16 | -------------------------------------------------------------------------------- /modules/ab2_to.pretty/AB2_TO252.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_TO252 (layer F.Cu) (tedit 52B86A18) 2 | (fp_text reference AB2_TO252 (at 0 6.35) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 7.62) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -3.2766 -4.953) (end 3.2766 -4.953) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 3.2766 -4.953) (end 3.2766 4.953) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 3.2766 4.953) (end -3.2766 4.953) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -3.2766 4.953) (end -3.2766 -4.953) (layer F.SilkS) (width 0.127)) 12 | (pad S smd rect (at 2.286 3.9116) (size 1.397 2.286) (layers F.Cu F.Paste F.Mask)) 13 | (pad G smd rect (at -2.286 3.9116) (size 1.397 2.286) (layers F.Cu F.Paste F.Mask)) 14 | (pad D smd rect (at 0 -2.54) (size 5.6896 6.1722) (layers F.Cu F.Paste F.Mask)) 15 | ) 16 | -------------------------------------------------------------------------------- /library/ab2_resistor.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 Date: 3/19/2014 10:22:47 PM 2 | #encoding utf-8 3 | # 4 | # AB2_R 5 | # 6 | DEF AB2_R R 0 0 N N 1 F N 7 | F0 "R" 0 -100 60 H V C CNN 8 | F1 "AB2_R" 0 100 60 H V C CNN 9 | F2 "~" 0 0 60 H V C CNN 10 | F3 "~" 0 0 60 H V C CNN 11 | DRAW 12 | P 9 0 1 0 -100 0 -75 50 -50 -50 -25 50 0 -50 25 50 50 -50 75 50 100 0 N 13 | X A 1 -150 0 50 R 32 32 1 1 P 14 | X K 2 150 0 50 L 32 32 1 1 P 15 | ENDDRAW 16 | ENDDEF 17 | # 18 | # AB2_RPUD 19 | # 20 | DEF AB2_RPUD RPUD 0 0 N N 1 F N 21 | F0 "RPUD" 150 -100 60 H V C CNN 22 | F1 "AB2_RPUD" 150 100 60 H V C CNN 23 | F2 "~" 150 0 60 H V C CNN 24 | F3 "~" 150 0 60 H V C CNN 25 | DRAW 26 | P 2 0 1 0 0 0 -50 0 N 27 | P 9 0 1 0 -50 0 -75 50 -100 -50 -125 50 -150 -50 -175 50 -200 -50 -225 50 -250 0 N 28 | P 9 0 1 0 250 0 225 50 200 -50 175 50 150 -50 125 50 100 -50 75 50 50 0 N 29 | X ~ 1 300 0 50 L 32 32 1 1 P 30 | X ~ 2 0 0 50 R 32 32 1 1 P 31 | X ~ 3 -300 0 50 R 32 32 1 1 P 32 | ENDDRAW 33 | ENDDEF 34 | # 35 | #End Library 36 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_PANASONIC-C.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_PANASONIC-C (layer F.Cu) (tedit 5163ABCB) 2 | (fp_text reference AB2_PANASONIC-C (at 0 -3.81) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -1.6 -2.65) (end -2.7 -1.55) (layer F.SilkS) (width 0.1524)) 9 | (fp_line (start -2.7 -1.55) (end -2.7 1.55) (layer F.SilkS) (width 0.1524)) 10 | (fp_line (start -2.7 1.55) (end -1.6 2.65) (layer F.SilkS) (width 0.1524)) 11 | (fp_line (start -1.6 2.65) (end 2.6 2.65) (layer F.SilkS) (width 0.1524)) 12 | (fp_line (start 2.6 2.65) (end 2.6 -2.65) (layer F.SilkS) (width 0.1524)) 13 | (fp_line (start 2.6 -2.65) (end -1.6 -2.65) (layer F.SilkS) (width 0.1524)) 14 | (fp_circle (center 0 0) (end -2.5 0) (layer F.SilkS) (width 0.1524)) 15 | (pad 1 smd rect (at -2.15 0 180) (size 2.8 1.6) (layers F.Cu F.Paste F.Mask)) 16 | (pad 2 smd rect (at 2.15 0 180) (size 2.8 1.6) (layers F.Cu F.Paste F.Mask)) 17 | ) 18 | -------------------------------------------------------------------------------- /modules/ab2_sop.pretty/AB2_USOP04.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_USOP04 (layer F.Cu) (tedit 555FA442) 2 | (fp_text reference AB2_USOP04 (at 0 -3.81) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_circle (center -0.5 0.775) (end -0.5 0.7) (layer F.SilkS) (width 0.127)) 9 | (fp_circle (center 0 0) (end 0 -0.5) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -1.1 -1.425) (end 1.1 -1.425) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.1 -1.425) (end 1.1 1.425) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 1.1 1.425) (end -1.1 1.425) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.1 1.425) (end -1.1 -1.425) (layer F.SilkS) (width 0.127)) 14 | (pad 1 smd rect (at -0.635 1.45) (size 0.8 0.85) (layers F.Cu F.Paste F.Mask)) 15 | (pad 2 smd rect (at 0.635 1.45) (size 0.8 0.85) (layers F.Cu F.Paste F.Mask)) 16 | (pad 3 smd rect (at 0.635 -1.45) (size 0.8 0.85) (layers F.Cu F.Paste F.Mask)) 17 | (pad 4 smd rect (at -0.635 -1.45) (size 0.8 0.85) (layers F.Cu F.Paste F.Mask)) 18 | ) 19 | -------------------------------------------------------------------------------- /modules/ab2_relay.pretty/AB2_RELAY_PICKERING_112.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_RELAY_PICKERING_112 (layer F.Cu) (tedit 54BD623A) 2 | (fp_text reference AB2_RELAY_PICKERING_112 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -2 -1.85) (end -2 1.85) (layer F.SilkS) (width 0.15)) 9 | (fp_line (start -5 -1.85) (end 5 -1.85) (layer F.SilkS) (width 0.15)) 10 | (fp_line (start 5 -1.85) (end 5 1.85) (layer F.SilkS) (width 0.15)) 11 | (fp_line (start 5 1.85) (end -5 1.85) (layer F.SilkS) (width 0.15)) 12 | (fp_line (start -5 1.85) (end -5 -1.85) (layer F.SilkS) (width 0.15)) 13 | (pad 1 thru_hole circle (at -3.81 0) (size 0.9144 0.9144) (drill 0.6096) (layers *.Cu *.Mask F.SilkS)) 14 | (pad 2 thru_hole circle (at -1.27 0) (size 0.9144 0.9144) (drill 0.6096) (layers *.Cu *.Mask F.SilkS)) 15 | (pad 3 thru_hole circle (at 1.27 0) (size 0.9144 0.9144) (drill 0.6096) (layers *.Cu *.Mask F.SilkS)) 16 | (pad 4 thru_hole circle (at 3.81 0) (size 0.9144 0.9144) (drill 0.6096) (layers *.Cu *.Mask F.SilkS)) 17 | ) 18 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_3.92x3.92_BOARD_SQUARE_CORNERS.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_3.92x3.92_BOARD_SQUARE_CORNERS (layer F.Cu) (tedit 5174A74C) 2 | (fp_text reference AB2_STANDOFF_3.92x3.92_BOARD_SQUARE_CORNERS (at 49.784 -51.054) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 49.784 -48.514) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0 0) (end 99.568 0) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 99.568 0) (end 99.568 -99.568) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 99.568 -99.568) (end 0 -99.568) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 0 -99.568) (end 0 0) (layer F.SilkS) (width 0.127)) 12 | (pad 1 thru_hole circle (at 3.048 -3.048) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 13 | (pad 1 thru_hole circle (at 96.52 -3.048) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 14 | (pad 1 thru_hole circle (at 96.52 -96.52) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 15 | (pad 1 thru_hole circle (at 3.048 -96.52) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 16 | ) 17 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_1.96x1.96_BOARD_SQUARE_CORNERS.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_1.96x1.96_BOARD_SQUARE_CORNERS (layer F.Cu) (tedit 5174A6A7) 2 | (fp_text reference AB2_STANDOFF_1.96x1.96_BOARD_SQUARE_CORNERS (at 24.892 -26.162) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 24.892 -23.622) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0 0) (end 49.784 0) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 49.784 0) (end 49.784 -49.784) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 49.784 -49.784) (end 0 -49.784) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 0 -49.784) (end 0 0) (layer F.SilkS) (width 0.127)) 12 | (pad 1 thru_hole circle (at 3.048 -3.048) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 13 | (pad 1 thru_hole circle (at 46.736 -3.048) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 14 | (pad 1 thru_hole circle (at 46.736 -46.736) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 15 | (pad 1 thru_hole circle (at 3.048 -46.736) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 16 | ) 17 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_3.92x3.92_BOARD_SQUARE_CORNERS_KEEPOUT.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_3.92x3.92_BOARD_SQUARE_CORNERS_KEEPOUT (layer F.Cu) (tedit 5174AFA0) 2 | (fp_text reference AB2_STANDOFF_3.92x3.92_BOARD_SQUARE_CORNERS_KEEPOUT (at 49.784 -51.054) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 49.784 -48.514) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0 0) (end 99.568 0) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 99.568 0) (end 99.568 -99.568) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 99.568 -99.568) (end 0 -99.568) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 0 -99.568) (end 0 0) (layer F.SilkS) (width 0.127)) 12 | (pad 1 thru_hole circle (at 3.048 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 13 | (pad 1 thru_hole circle (at 96.52 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 14 | (pad 1 thru_hole circle (at 96.52 -96.52) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 15 | (pad 1 thru_hole circle (at 3.048 -96.52) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 16 | ) 17 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_1.96x1.96_BOARD_SQUARE_CORNERS_KEEPOUT.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_1.96x1.96_BOARD_SQUARE_CORNERS_KEEPOUT (layer F.Cu) (tedit 5174B03C) 2 | (fp_text reference AB2_STANDOFF_1.96x1.96_BOARD_SQUARE_CORNERS_KEEPOUT (at 24.892 -26.162) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 24.892 -23.622) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0 0) (end 49.784 0) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 49.784 0) (end 49.784 -49.784) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 49.784 -49.784) (end 0 -49.784) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 0 -49.784) (end 0 0) (layer F.SilkS) (width 0.127)) 12 | (pad 1 thru_hole circle (at 3.048 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 13 | (pad 1 thru_hole circle (at 46.736 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 14 | (pad 1 thru_hole circle (at 46.736 -46.736) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 15 | (pad 1 thru_hole circle (at 3.048 -46.736) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 16 | ) 17 | -------------------------------------------------------------------------------- /modules/ab2_header.pretty/AB2_HDR_M01-1V.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_HDR_M01-1V (layer F.Cu) (tedit 5294F1EB) 2 | (fp_text reference AB2_HDR_M01-1V (at 0 2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 -2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -0.635 -1.27) (end 0.635 -1.27) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.27 -0.635) (end 1.27 0.635) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 1.27 0.635) (end 0.635 1.27) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0.635 1.27) (end -0.635 1.27) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -0.635 1.27) (end -1.27 0.635) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.27 0.635) (end -1.27 -0.635) (layer F.SilkS) (width 0.127)) 16 | (pad 1 thru_hole rect (at 0 0) (size 1.6764 1.6764) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 17 | (model ab2_header/AB2_HDR_M01-1V.x3d 18 | (at (xyz 0 0 0)) 19 | (scale (xyz 0.3937 0.3937 0.3937)) 20 | (rotate (xyz 0 0 0)) 21 | ) 22 | ) 23 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0402_R.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0402_R (layer F.Cu) (tedit 52A25306) 2 | (fp_text reference AB2_0402_R (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.4 0.2) (end 0.4 -0.2) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.3 -0.2) (end 0.3 0.2) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -0.4 0.2) (end -0.4 -0.2) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -0.3 -0.2) (end -0.3 0.2) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -0.45 -0.2) (end 0.45 -0.2) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0.45 -0.2) (end 0.45 0.2) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.45 0.2) (end -0.45 0.2) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -0.45 0.2) (end -0.45 -0.2) (layer F.SilkS) (width 0.127)) 16 | (pad 1 smd rect (at -0.45 0) (size 0.4 0.6) (layers F.Cu F.Paste F.Mask)) 17 | (pad 2 smd rect (at 0.45 0) (size 0.4 0.6) (layers F.Cu F.Paste F.Mask)) 18 | (model ab2_passive/AB2_0402_R.x3d 19 | (at (xyz 0 0 0)) 20 | (scale (xyz 0.3937 0.3937 0.3937)) 21 | (rotate (xyz 0 0 0)) 22 | ) 23 | ) 24 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0805_R.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0805_R (layer F.Cu) (tedit 52A250DD) 2 | (fp_text reference AB2_0805_R (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.85 0.6) (end 0.85 -0.6) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.75 -0.6) (end 0.75 0.6) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -0.85 0.6) (end -0.85 -0.6) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -0.75 -0.6) (end -0.75 0.6) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -0.95 -0.6) (end 0.95 -0.6) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0.95 -0.6) (end 0.95 0.6) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.95 0.6) (end -0.95 0.6) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -0.95 0.6) (end -0.95 -0.6) (layer F.SilkS) (width 0.127)) 16 | (pad 1 smd rect (at -1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 17 | (pad 2 smd rect (at 1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 18 | (model ab2_passive/AB2_0805_R.x3d 19 | (at (xyz 0 0 0)) 20 | (scale (xyz 0.3937 0.3937 0.3937)) 21 | (rotate (xyz 0 0 0)) 22 | ) 23 | ) 24 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0402_C_50.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0402_C_50 (layer F.Cu) (tedit 529D17C5) 2 | (fp_text reference AB2_0402_C_50 (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.4 0.2) (end 0.4 -0.2) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.3 -0.2) (end 0.3 0.2) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -0.4 0.2) (end -0.4 -0.2) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -0.3 -0.2) (end -0.3 0.2) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -0.45 -0.2) (end 0.45 -0.2) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0.45 -0.2) (end 0.45 0.2) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.45 0.2) (end -0.45 0.2) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -0.45 0.2) (end -0.45 -0.2) (layer F.SilkS) (width 0.127)) 16 | (pad 1 smd rect (at -0.45 0) (size 0.4 0.6) (layers F.Cu F.Paste F.Mask)) 17 | (pad 2 smd rect (at 0.45 0) (size 0.4 0.6) (layers F.Cu F.Paste F.Mask)) 18 | (model ab2_passive/AB2_0402_C_50.x3d 19 | (at (xyz 0 0 0)) 20 | (scale (xyz 0.3937 0.3937 0.3937)) 21 | (rotate (xyz 0 0 0)) 22 | ) 23 | ) 24 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0805_C_60.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0805_C_60 (layer F.Cu) (tedit 52937F64) 2 | (fp_text reference AB2_0805_C_60 (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.85 0.6) (end 0.85 -0.6) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.75 -0.6) (end 0.75 0.6) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -0.85 0.6) (end -0.85 -0.6) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -0.75 -0.6) (end -0.75 0.6) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -0.95 -0.6) (end 0.95 -0.6) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0.95 -0.6) (end 0.95 0.6) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.95 0.6) (end -0.95 0.6) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -0.95 0.6) (end -0.95 -0.6) (layer F.SilkS) (width 0.127)) 16 | (pad 1 smd rect (at -1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 17 | (pad 2 smd rect (at 1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 18 | (model ab2_passive/AB2_0805_C_60.x3d 19 | (at (xyz 0 0 0)) 20 | (scale (xyz 0.3937 0.3937 0.3937)) 21 | (rotate (xyz 0 0 0)) 22 | ) 23 | ) 24 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0805_C_80.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0805_C_80 (layer F.Cu) (tedit 52937F78) 2 | (fp_text reference AB2_0805_C_80 (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.85 0.6) (end 0.85 -0.6) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.75 -0.6) (end 0.75 0.6) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -0.85 0.6) (end -0.85 -0.6) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -0.75 -0.6) (end -0.75 0.6) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -0.95 -0.6) (end 0.95 -0.6) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0.95 -0.6) (end 0.95 0.6) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.95 0.6) (end -0.95 0.6) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -0.95 0.6) (end -0.95 -0.6) (layer F.SilkS) (width 0.127)) 16 | (pad 1 smd rect (at -1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 17 | (pad 2 smd rect (at 1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 18 | (model ab2_passive/AB2_0805_C_80.x3d 19 | (at (xyz 0 0 0)) 20 | (scale (xyz 0.3937 0.3937 0.3937)) 21 | (rotate (xyz 0 0 0)) 22 | ) 23 | ) 24 | -------------------------------------------------------------------------------- /modules/ab2_header.pretty/AB2_HDR_M01-1H-R.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_HDR_M01-1H-R (layer F.Cu) (tedit 52952001) 2 | (fp_text reference AB2_HDR_M01-1H-R (at 0 3.81) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0 -4.318) (end 0 -9.652) (layer F.SilkS) (width 0.635)) 9 | (fp_line (start 0 -1.27) (end 0 0) (layer F.SilkS) (width 0.635)) 10 | (fp_line (start 0 -1.524) (end 1.27 -1.524) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.27 -1.524) (end 1.27 -4.064) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 1.27 -4.064) (end -1.27 -4.064) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.27 -4.064) (end -1.27 -1.524) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.27 -1.524) (end 0 -1.524) (layer F.SilkS) (width 0.127)) 15 | (fp_text user 1 (at 0 -2.794 270) (layer F.SilkS) 16 | (effects (font (size 1.016 1.016) (thickness 0.0762))) 17 | ) 18 | (pad 1 thru_hole rect (at 0 0) (size 1.6764 1.6764) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 19 | (model ab2_header/AB2_HDR_M01-1H.x3d 20 | (at (xyz 0 0 0)) 21 | (scale (xyz 0.3937 0.3937 0.3937)) 22 | (rotate (xyz 0 0 0)) 23 | ) 24 | ) 25 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0603_R.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0603_R (layer F.Cu) (tedit 52A2526F) 2 | (fp_text reference AB2_0603_R (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.65 0.35) (end 0.65 -0.35) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.55 -0.35) (end 0.55 0.35) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -0.65 0.35) (end -0.65 -0.35) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -0.55 -0.35) (end -0.55 0.35) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -0.75 -0.35) (end 0.75 -0.35) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0.75 -0.35) (end 0.75 0.35) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.75 0.35) (end -0.75 0.35) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -0.75 0.35) (end -0.75 -0.35) (layer F.SilkS) (width 0.127)) 16 | (pad 1 smd rect (at -0.95 0) (size 0.9 0.9) (layers F.Cu F.Paste F.Mask)) 17 | (pad 2 smd rect (at 0.95 0) (size 0.9 0.9) (layers F.Cu F.Paste F.Mask)) 18 | (model ab2_passive/AB2_0603_R.x3d 19 | (at (xyz 0 0 0)) 20 | (scale (xyz 0.3937 0.3937 0.3937)) 21 | (rotate (xyz 0 0 0)) 22 | ) 23 | ) 24 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0805_C_125.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0805_C_125 (layer F.Cu) (tedit 52937F83) 2 | (fp_text reference AB2_0805_C_125 (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.85 0.6) (end 0.85 -0.6) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.75 -0.6) (end 0.75 0.6) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -0.85 0.6) (end -0.85 -0.6) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -0.75 -0.6) (end -0.75 0.6) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -0.95 -0.6) (end 0.95 -0.6) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0.95 -0.6) (end 0.95 0.6) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.95 0.6) (end -0.95 0.6) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -0.95 0.6) (end -0.95 -0.6) (layer F.SilkS) (width 0.127)) 16 | (pad 1 smd rect (at -1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 17 | (pad 2 smd rect (at 1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 18 | (model ab2_passive/AB2_0805_C_125.x3d 19 | (at (xyz 0 0 0)) 20 | (scale (xyz 0.3937 0.3937 0.3937)) 21 | (rotate (xyz 0 0 0)) 22 | ) 23 | ) 24 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0805_L.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0805_L (layer F.Cu) (tedit 5867F8CB) 2 | (fp_text reference AB2_0805_L (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.85 0.6) (end 0.85 -0.6) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.75 -0.6) (end 0.75 0.6) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -0.85 0.6) (end -0.85 -0.6) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -0.75 -0.6) (end -0.75 0.6) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -0.95 -0.6) (end 0.95 -0.6) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0.95 -0.6) (end 0.95 0.6) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.95 0.6) (end -0.95 0.6) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -0.95 0.6) (end -0.95 -0.6) (layer F.SilkS) (width 0.127)) 16 | (pad 1 smd rect (at -1 0) (size 1 1.45) (layers F.Cu F.Paste F.Mask)) 17 | (pad 2 smd rect (at 1 0) (size 1 1.45) (layers F.Cu F.Paste F.Mask)) 18 | (model ab2_passive/AB2_0805_R.x3d 19 | (at (xyz 0 0 0)) 20 | (scale (xyz 0.3937 0.3937 0.3937)) 21 | (rotate (xyz 0 0 0)) 22 | ) 23 | ) 24 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0603_C_80.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0603_C_80 (layer F.Cu) (tedit 529D0F00) 2 | (fp_text reference AB2_0603_C_80 (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.65 0.35) (end 0.65 -0.35) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.55 -0.35) (end 0.55 0.35) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -0.65 0.35) (end -0.65 -0.35) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -0.55 -0.35) (end -0.55 0.35) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -0.75 -0.35) (end 0.75 -0.35) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0.75 -0.35) (end 0.75 0.35) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.75 0.35) (end -0.75 0.35) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -0.75 0.35) (end -0.75 -0.35) (layer F.SilkS) (width 0.127)) 16 | (pad 1 smd rect (at -0.8 0) (size 0.6 0.8) (layers F.Cu F.Paste F.Mask)) 17 | (pad 2 smd rect (at 0.8 0) (size 0.6 0.8) (layers F.Cu F.Paste F.Mask)) 18 | (model ab2_passive/AB2_0603_C_80.x3d 19 | (at (xyz 0 0 0)) 20 | (scale (xyz 0.3937 0.3937 0.3937)) 21 | (rotate (xyz 0 0 0)) 22 | ) 23 | ) 24 | -------------------------------------------------------------------------------- /library/ab2_logic.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # AB2_CD4075B 5 | # 6 | DEF AB2_CD4075B OR 0 46 N Y 1 F N 7 | F0 "OR" 0 -550 50 H V C CNN 8 | F1 "AB2_CD4075B" 0 550 50 H V C CNN 9 | F2 "" 0 0 50 H I C CNN 10 | F3 "" 0 0 50 H I C CNN 11 | DRAW 12 | A -250 -300 224 266 -266 0 1 0 N -50 -200 -50 -400 13 | A -250 0 224 266 -266 0 1 0 N -50 100 -50 -100 14 | A -250 300 224 266 -266 0 1 0 N -50 400 -50 200 15 | A -201 -450 292 589 309 0 1 0 N -50 -200 50 -300 16 | A -201 -150 292 589 309 0 1 0 N -50 100 50 0 17 | A -201 150 292 589 309 0 1 0 N -50 400 50 300 18 | A -150 -201 223 -633 -263 0 1 0 N -50 -400 50 -300 19 | A -150 99 223 -633 -263 0 1 0 N -50 -100 50 0 20 | A -150 399 223 -633 -263 0 1 0 N -50 200 50 300 21 | S -150 500 150 -500 0 1 0 N 22 | X C 1 -250 200 100 R 50 50 1 1 I 23 | X L 10 250 -300 100 L 50 50 1 1 I 24 | X I 11 -250 -400 100 R 50 50 1 1 I 25 | X H 12 -250 -300 100 R 50 50 1 1 I 26 | X G 13 -250 -200 100 R 50 50 1 1 I 27 | X VDD 14 250 450 100 L 50 50 1 1 I 28 | X B 2 -250 300 100 R 50 50 1 1 I 29 | X F 3 -250 -100 100 R 50 50 1 1 I 30 | X E 4 -250 0 100 R 50 50 1 1 I 31 | X D 5 -250 100 100 R 50 50 1 1 I 32 | X K 6 250 0 100 L 50 50 1 1 I 33 | X VSS 7 250 -450 100 L 50 50 1 1 I 34 | X A 8 -250 400 100 R 50 50 1 1 I 35 | X J 9 250 300 100 L 50 50 1 1 I 36 | ENDDRAW 37 | ENDDEF 38 | # 39 | #End Library 40 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_SMX.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_SMX (layer F.Cu) (tedit 586821C0) 2 | (fp_text reference AB2_SMX (at 0 -1.524) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.524) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 1.5 0.75) (end 1.5 -0.75) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 1.4 -0.75) (end 1.4 0.75) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.3 0.75) (end 1.3 -0.75) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -1.5 0.75) (end -1.5 -0.75) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.4 -0.75) (end -1.4 0.75) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.3 0.75) (end -1.3 -0.75) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.55 -0.75) (end 1.55 -0.75) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 1.55 -0.75) (end 1.55 0.75) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 1.55 0.75) (end -1.55 0.75) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -1.55 0.75) (end -1.55 -0.75) (layer F.SilkS) (width 0.127)) 18 | (pad 1 smd rect (at -1.7018 0) (size 1.524 1.6764) (layers F.Cu F.Paste F.Mask)) 19 | (pad 2 smd rect (at 1.7018 0) (size 1.524 1.6764) (layers F.Cu F.Paste F.Mask)) 20 | ) 21 | -------------------------------------------------------------------------------- /modules/ab2_header.pretty/AB2_HDR_M01-1H-L.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_HDR_M01-1H-L (layer F.Cu) (tedit 5294F9B3) 2 | (fp_text reference AB2_HDR_M01-1H-L (at 0 -3.81) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 -2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0 0) (end 0 1.27) (layer F.SilkS) (width 0.635)) 9 | (fp_line (start 0 4.318) (end 0 9.652) (layer F.SilkS) (width 0.635)) 10 | (fp_line (start 0 1.524) (end -1.27 1.524) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -1.27 1.524) (end -1.27 4.064) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.27 4.064) (end 0 4.064) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0 4.064) (end 1.27 4.064) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 1.27 4.064) (end 1.27 1.524) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 1.27 1.524) (end 0 1.524) (layer F.SilkS) (width 0.127)) 16 | (fp_text user 1 (at 0 2.794 90) (layer F.SilkS) 17 | (effects (font (size 1.016 1.016) (thickness 0.0762))) 18 | ) 19 | (pad 1 thru_hole rect (at 0 0) (size 1.6764 1.6764) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 20 | (model ab2_header/AB2_HDR_M01-1H.x3d 21 | (at (xyz 0 0 0)) 22 | (scale (xyz 0.3937 0.3937 0.3937)) 23 | (rotate (xyz 0 0 180)) 24 | ) 25 | ) 26 | -------------------------------------------------------------------------------- /modules/ab2_sot.pretty/AB2_SOT23-3.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_SOT23-3 (layer F.Cu) (tedit 52B07E45) 2 | (fp_text reference AB2_SOT23-3 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0 -1.25) (end 0 -0.925) (layer F.SilkS) (width 0.375)) 9 | (fp_line (start 0.95 0.925) (end 0.95 1.25) (layer F.SilkS) (width 0.375)) 10 | (fp_line (start -1.45 -0.8) (end 1.45 -0.8) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -1.45 0.8) (end 1.45 0.8) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -0.95 0.925) (end -0.95 1.25) (layer F.SilkS) (width 0.375)) 13 | (fp_circle (center -1.05 0.4) (end -0.85 0.4) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 1.45 -0.8) (end 1.45 0.8) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.45 0.8) (end -1.45 -0.8) (layer F.SilkS) (width 0.127)) 16 | (pad 5 smd rect (at 0 -1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 17 | (pad 1 smd rect (at -0.95 1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 18 | (pad 3 smd rect (at 0.95 1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 19 | (model ab2_sot/AB2_SOT23-3.x3d 20 | (at (xyz 0 0 0)) 21 | (scale (xyz 0.3937 0.3937 0.3937)) 22 | (rotate (xyz 0 0 0)) 23 | ) 24 | ) 25 | -------------------------------------------------------------------------------- /modules/ab2_sot.pretty/AB2_SOT23-3_NFET.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_SOT23-3_NFET (layer F.Cu) (tedit 5868156E) 2 | (fp_text reference AB2_SOT23-3_NFET (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0 -1.25) (end 0 -0.925) (layer F.SilkS) (width 0.375)) 9 | (fp_line (start 0.95 0.925) (end 0.95 1.25) (layer F.SilkS) (width 0.375)) 10 | (fp_line (start -1.45 -0.8) (end 1.45 -0.8) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -1.45 0.8) (end 1.45 0.8) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -0.95 0.925) (end -0.95 1.25) (layer F.SilkS) (width 0.375)) 13 | (fp_circle (center -1.05 0.4) (end -0.85 0.4) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 1.45 -0.8) (end 1.45 0.8) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.45 0.8) (end -1.45 -0.8) (layer F.SilkS) (width 0.127)) 16 | (pad D smd rect (at 0 -1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 17 | (pad G smd rect (at -0.95 1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 18 | (pad S smd rect (at 0.95 1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 19 | (model ab2_sot/AB2_SOT23-3.x3d 20 | (at (xyz 0 0 0)) 21 | (scale (xyz 0.3937 0.3937 0.3937)) 22 | (rotate (xyz 0 0 0)) 23 | ) 24 | ) 25 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_1210_R.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_1210_R (layer F.Cu) (tedit 52A7603D) 2 | (fp_text reference AB2_1210_R (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 1.5 -1.2) (end 1.5 1.2) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 1.4 1.2) (end 1.4 -1.2) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.3 -1.2) (end 1.3 1.2) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -1.5 -1.2) (end -1.5 1.2) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.4 1.2) (end -1.4 -1.2) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.3 -1.2) (end -1.3 1.2) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.55 -1.2) (end 1.55 -1.2) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 1.55 -1.2) (end 1.55 1.2) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 1.55 1.2) (end -1.55 1.2) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -1.55 1.2) (end -1.55 -1.2) (layer F.SilkS) (width 0.127)) 18 | (pad 1 smd rect (at -1.65 0) (size 1.1 2.5) (layers F.Cu F.Paste F.Mask)) 19 | (pad 2 smd rect (at 1.65 0) (size 1.1 2.5) (layers F.Cu F.Paste F.Mask)) 20 | (model ab2_passive/AB2_1210_R.x3d 21 | (at (xyz 0 0 0)) 22 | (scale (xyz 0.3937 0.3937 0.3937)) 23 | (rotate (xyz 0 0 0)) 24 | ) 25 | ) 26 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_1206_R.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_1206_R (layer F.Cu) (tedit 52A76074) 2 | (fp_text reference AB2_1206_R (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 1.5 0.75) (end 1.5 -0.75) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 1.4 -0.75) (end 1.4 0.75) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.3 0.75) (end 1.3 -0.75) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -1.5 0.75) (end -1.5 -0.75) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.4 -0.75) (end -1.4 0.75) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.3 0.75) (end -1.3 -0.75) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.55 -0.75) (end 1.55 -0.75) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 1.55 -0.75) (end 1.55 0.75) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 1.55 0.75) (end -1.55 0.75) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -1.55 0.75) (end -1.55 -0.75) (layer F.SilkS) (width 0.127)) 18 | (pad 1 smd rect (at -1.7 0) (size 1.1 1.7) (layers F.Cu F.Paste F.Mask)) 19 | (pad 2 smd rect (at 1.7 0) (size 1.1 1.7) (layers F.Cu F.Paste F.Mask)) 20 | (model ab2_passive/AB2_1206_R.x3d 21 | (at (xyz 0 0 0)) 22 | (scale (xyz 0.3937 0.3937 0.3937)) 23 | (rotate (xyz 0 0 0)) 24 | ) 25 | ) 26 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_POWERDI323.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_POWERDI323 (layer F.Cu) (tedit 52B22A41) 2 | (fp_text reference AB2_POWERDI323 (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.6 0.4) (end 0.7 0.4) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.6 -0.4) (end 0.7 -0.4) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 0.7 -0.4) (end 0.7 0.4) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 0.4 0.1) (end 0.4 -0.1) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 0.4 0.1) (end 0.6 0.1) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0.4 -0.1) (end 0.6 -0.1) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.6 0) (end 0.4 0) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 0.6 -0.4) (end 0.6 0.4) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -0.95 -0.625) (end 0.95 -0.625) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 0.95 -0.625) (end 0.95 0.625) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 0.95 0.625) (end -0.95 0.625) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -0.95 0.625) (end -0.95 -0.625) (layer F.SilkS) (width 0.127)) 20 | (pad 2 smd rect (at -0.65 0) (size 2 1.1) (layers F.Cu F.Paste F.Mask)) 21 | (pad 1 smd rect (at 1.25 0) (size 0.8 0.8) (layers F.Cu F.Paste F.Mask)) 22 | ) 23 | -------------------------------------------------------------------------------- /scripts/rm_net_pad_clearance.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # rm_net_pad_clearance.sh 3 | # Austin Beam | Alan Bullick 4 | # Remove net pad clearance values that we shouldn't have ever added :) 5 | 6 | # Check for dependencies 7 | DEPS="find dos2unix sed unix2dos" 8 | for dep in $DEPS; do 9 | if [ -z "$(which $dep)" ]; then 10 | echo "Script cannot execute...require dependency $dep" 11 | exit 1 12 | fi 13 | done 14 | 15 | FILESTOEDIT=( $(find modules -name ab2*.mod) ) 16 | DATEHDR="$(date "+%-m/%-d/%Y %-I:%M:%S %p")" 17 | DATEHEX="$(printf %X $(date +%s))" 18 | TMPFILE="/tmp/tmp-$DATEHEX" 19 | 20 | echo() { builtin echo "$(basename $0): $@"; } 21 | for ((i=0; i<${#FILESTOEDIT[@]}; i++)); do 22 | isDirty="$(grep ".LocalClearance" "${FILESTOEDIT[$i]}")" 23 | if [ -z "$isDirty" ]; then 24 | echo "${FILESTOEDIT[$i]} - no changes needed" 25 | else 26 | # We'll have to convert line endings first so sed doesn't trash them 27 | dos2unix "${FILESTOEDIT[$i]}" &> /dev/null 28 | sed -i '/^\s*.LocalClearance\s*[0-9]*\.[0-9]*\s*$/d' "${FILESTOEDIT[$i]}" 29 | sed -i "s|^\(PCBNEW-LibModule-V1\s\).*$|\1$DATEHDR|" "${FILESTOEDIT[$i]}" 30 | sed -i "/\$MODULE.*$/{ 31 | N; 32 | s|\(Po [0-9]* [0-9]* [0-9]* [0-9]* \)[0-9A-Fa-f]*\( [0-9]*.*$\)|\1$DATEHEX\2| 33 | }" "${FILESTOEDIT[$i]}" 34 | # Restore the line endings 35 | unix2dos "${FILESTOEDIT[$i]}" &> /dev/null 36 | echo "${FILESTOEDIT[$i]} - removed net pad clearance value(s)" 37 | fi 38 | done 39 | -------------------------------------------------------------------------------- /template/ab2/meta/info.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | AB2 Template 4 |
5 | 6 |

7 | Standard AB2Tech template 8 |
9 |
10 | Default Modifications: 11 |
12 |

13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 |
Board:Blank (4"x4" guides referenced from auxillary axis)
Dimensions:Inches (duh)
Fast Swap Grids(mils):10, 1
Track Clearance(mils):6
Via Diameter(mils):31
Via Drill(mils):15
Track Widths(mils):6, 10, 20, 30
Default Text WxHxT(mils):32x32x3
Default Line Width(mils):3
Solder Mask Clearance(mils):0
Plot Layers:F.Cu, B.Cu, B.SilkS, F.SilkS, B.Mask, F.Mask, Edge.Cuts (auxillary referenced)
Gerber Export Directory:./cam (relative referenced)
63 |

64 |
65 | (c)2017 AB2Tech 66 |

67 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_RES_49x10x9MM.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_RES_49x10x9MM (layer F.Cu) (tedit 54184D50) 2 | (fp_text reference AB2_RES_49x10x9MM (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -27.5 0) (end -24 0) (layer F.SilkS) (width 0.75)) 9 | (fp_line (start 27.5 0) (end 24 0) (layer F.SilkS) (width 0.75)) 10 | (fp_line (start -24 -4.5) (end 24 4.5) (layer F.SilkS) (width 0.75)) 11 | (fp_line (start 24 -4.5) (end -24 4.5) (layer F.SilkS) (width 0.75)) 12 | (fp_line (start -24 -4.5) (end -24 4.5) (layer F.SilkS) (width 0.75)) 13 | (fp_line (start -24 4.5) (end 24 4.5) (layer F.SilkS) (width 0.75)) 14 | (fp_line (start 24 4.5) (end 24 -4.5) (layer F.SilkS) (width 0.75)) 15 | (fp_line (start 24 -4.5) (end -24 -4.5) (layer F.SilkS) (width 0.75)) 16 | (fp_line (start 0 -5) (end 24.5 -5) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 24.5 -5) (end 24.5 5) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 24.5 5) (end -24.5 5) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -24.5 5) (end -24.5 -5) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start -24.5 -5) (end 0 -5) (layer F.SilkS) (width 0.127)) 21 | (pad 1 thru_hole circle (at -27.5 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS)) 22 | (pad 2 thru_hole circle (at 27.5 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS)) 23 | ) 24 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_RES_10Wx49Lx9H(mm).kicad_mod: -------------------------------------------------------------------------------- 1 | (module "AB2_RES_10Wx49Lx9H(mm)" (layer F.Cu) (tedit 51D7BC19) 2 | (fp_text reference "AB2_RES_10Wx49Lx9H(mm)" (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -27.5 0) (end -24 0) (layer F.SilkS) (width 0.75)) 9 | (fp_line (start 27.5 0) (end 24 0) (layer F.SilkS) (width 0.75)) 10 | (fp_line (start -24 -4.5) (end 24 4.5) (layer F.SilkS) (width 0.75)) 11 | (fp_line (start 24 -4.5) (end -24 4.5) (layer F.SilkS) (width 0.75)) 12 | (fp_line (start -24 -4.5) (end -24 4.5) (layer F.SilkS) (width 0.75)) 13 | (fp_line (start -24 4.5) (end 24 4.5) (layer F.SilkS) (width 0.75)) 14 | (fp_line (start 24 4.5) (end 24 -4.5) (layer F.SilkS) (width 0.75)) 15 | (fp_line (start 24 -4.5) (end -24 -4.5) (layer F.SilkS) (width 0.75)) 16 | (fp_line (start 0 -5) (end 24.5 -5) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 24.5 -5) (end 24.5 5) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 24.5 5) (end -24.5 5) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -24.5 5) (end -24.5 -5) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start -24.5 -5) (end 0 -5) (layer F.SilkS) (width 0.127)) 21 | (pad 1 thru_hole circle (at -27.5 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS)) 22 | (pad 2 thru_hole circle (at 27.5 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS)) 23 | ) 24 | -------------------------------------------------------------------------------- /modules/ab2_sod.pretty/AB2_SOD123.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_SOD123 (layer F.Cu) (tedit 586821F4) 2 | (fp_text reference AB2_SOD123 (at 0 -1.524) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.524) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.65 0.7) (end 0.65 -0.7) (layer F.SilkS) (width 0.15)) 9 | (fp_line (start 0.75 -0.7) (end 0.75 0.7) (layer F.SilkS) (width 0.15)) 10 | (fp_line (start 0.85 -0.7) (end 0.85 0.7) (layer F.SilkS) (width 0.15)) 11 | (fp_line (start -1.875 -0.25) (end -1.875 0.3) (layer F.SilkS) (width 0.15)) 12 | (fp_line (start -1.875 0.325) (end -1.325 0.325) (layer F.SilkS) (width 0.15)) 13 | (fp_line (start -1.875 -0.275) (end -1.325 -0.275) (layer F.SilkS) (width 0.15)) 14 | (fp_line (start 1.85 0.3) (end 1.3 0.3) (layer F.SilkS) (width 0.15)) 15 | (fp_line (start 1.85 -0.3) (end 1.3 -0.3) (layer F.SilkS) (width 0.15)) 16 | (fp_line (start 1.85 0.275) (end 1.85 -0.275) (layer F.SilkS) (width 0.15)) 17 | (fp_line (start -1.3 -0.7) (end 1.3 -0.7) (layer F.SilkS) (width 0.15)) 18 | (fp_line (start 1.3 -0.7) (end 1.3 0.7) (layer F.SilkS) (width 0.15)) 19 | (fp_line (start 1.3 0.7) (end -1.3 0.7) (layer F.SilkS) (width 0.15)) 20 | (fp_line (start -1.3 0.7) (end -1.3 -0.7) (layer F.SilkS) (width 0.15)) 21 | (pad 1 smd rect (at -1.575 0) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask)) 22 | (pad 2 smd rect (at 1.575 0) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask)) 23 | ) 24 | -------------------------------------------------------------------------------- /modules/ab2_sot.pretty/AB2_SOT23-5.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_SOT23-5 (layer F.Cu) (tedit 52B1D79A) 2 | (fp_text reference AB2_SOT23-5 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -0.95 -1.25) (end -0.95 -0.925) (layer F.SilkS) (width 0.375)) 9 | (fp_line (start 0.95 -1.25) (end 0.95 -0.925) (layer F.SilkS) (width 0.375)) 10 | (fp_line (start 0.95 0.925) (end 0.95 1.25) (layer F.SilkS) (width 0.375)) 11 | (fp_line (start 0 0.925) (end 0 1.25) (layer F.SilkS) (width 0.375)) 12 | (fp_line (start -1.45 -0.8) (end 1.45 -0.8) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.45 0.8) (end 1.45 0.8) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -0.95 0.925) (end -0.95 1.25) (layer F.SilkS) (width 0.375)) 15 | (fp_circle (center -1.05 0.4) (end -0.85 0.4) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 1.45 -0.8) (end 1.45 0.8) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -1.45 0.8) (end -1.45 -0.8) (layer F.SilkS) (width 0.127)) 18 | (pad 1 smd rect (at -0.95 1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 19 | (pad 3 smd rect (at 0.95 1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 20 | (pad 2 smd rect (at 0 1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 21 | (pad 6 smd rect (at -0.95 -1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 22 | (pad 4 smd rect (at 0.95 -1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 23 | ) 24 | -------------------------------------------------------------------------------- /modules/ab2_son.pretty/AB2_SON2x2.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_SON2x2 (layer F.Cu) (tedit 5E4F082B) 2 | (fp_text reference AB2_SON2x2 (at 0 -2.54 180) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_poly (pts (xy -1 -1) (xy -1 -0.5) (xy -0.5 -0.5) (xy -0.5 -1)) (layer F.SilkS) (width 0.15)) 9 | (fp_line (start -1 1) (end -1 -1) (layer F.SilkS) (width 0.1524)) 10 | (fp_line (start 1 1) (end -1 1) (layer F.SilkS) (width 0.1524)) 11 | (fp_line (start 1 -1) (end 1 1) (layer F.SilkS) (width 0.1524)) 12 | (fp_line (start -1 -1) (end 1 -1) (layer F.SilkS) (width 0.1524)) 13 | (pad 7 thru_hole circle (at 0 0.55) (size 0.381 0.381) (drill 0.381) (layers *.Cu *.Mask) 14 | (zone_connect 2)) 15 | (pad 7 thru_hole circle (at 0 -0.55) (size 0.381 0.381) (drill 0.381) (layers *.Cu *.Mask) 16 | (zone_connect 2)) 17 | (pad 6 smd rect (at 0.975 -0.65 90) (size 0.3 0.45) (layers F.Cu F.Paste F.Mask)) 18 | (pad 5 smd rect (at 0.975 0 90) (size 0.3 0.45) (layers F.Cu F.Paste F.Mask)) 19 | (pad 4 smd rect (at 0.975 0.65 90) (size 0.3 0.45) (layers F.Cu F.Paste F.Mask)) 20 | (pad 3 smd rect (at -0.975 0.65 90) (size 0.3 0.45) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at -0.975 0 90) (size 0.3 0.45) (layers F.Cu F.Paste F.Mask)) 22 | (pad 1 smd rect (at -0.975 -0.65 90) (size 0.3 0.45) (layers F.Cu F.Paste F.Mask)) 23 | (pad 7 smd rect (at 0 0) (size 0.88 2) (layers F.Cu F.Paste F.Mask)) 24 | ) 25 | -------------------------------------------------------------------------------- /library/ab2_jumper.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 Date: 9/18/2014 11:34:24 AM 2 | #encoding utf-8 3 | # 4 | # AB2_JMP_02-1 5 | # 6 | DEF AB2_JMP_02-1 JMP 0 40 Y Y 1 F N 7 | F0 "JMP" 0 -200 60 H V C CNN 8 | F1 "AB2_JMP_02-1" 0 100 60 H V C CNN 9 | F2 "~" 0 0 60 H V C CNN 10 | F3 "~" 0 0 60 H V C CNN 11 | DRAW 12 | S 0 20 20 -120 0 1 15 F 13 | P 2 0 1 15 30 -100 50 -100 N 14 | P 2 0 1 15 30 0 50 0 N 15 | X ~ 1 -100 0 100 R 50 50 1 1 P 16 | X ~ 2 -100 -100 100 R 50 50 1 1 P 17 | ENDDRAW 18 | ENDDEF 19 | # 20 | # AB2_JMP_03-1 21 | # 22 | DEF AB2_JMP_03-1 JMP 0 40 Y Y 1 F N 23 | F0 "JMP" 0 -300 60 H V C CNN 24 | F1 "AB2_JMP_03-1" 0 100 60 H V C CNN 25 | F2 "~" 0 0 60 H V C CNN 26 | F3 "~" 0 0 60 H V C CNN 27 | DRAW 28 | S 0 20 20 -220 0 1 15 F 29 | P 2 0 1 15 30 -200 50 -200 N 30 | P 2 0 1 15 30 -100 50 -100 N 31 | P 2 0 1 15 30 0 50 0 N 32 | X ~ 1 -100 0 100 R 50 50 1 1 P 33 | X ~ 2 -100 -100 100 R 50 50 1 1 P 34 | X ~ 3 -100 -200 100 R 50 50 1 1 P 35 | ENDDRAW 36 | ENDDEF 37 | # 38 | # AB2_JMP_04-1 39 | # 40 | DEF AB2_JMP_04-1 JMP 0 40 Y Y 1 F N 41 | F0 "JMP" 0 -400 60 H V C CNN 42 | F1 "AB2_JMP_04-1" 0 100 60 H V C CNN 43 | F2 "~" 0 0 60 H V C CNN 44 | F3 "~" 0 0 60 H V C CNN 45 | DRAW 46 | S 5 20 25 -320 0 1 15 F 47 | P 2 0 1 15 30 -300 50 -300 N 48 | P 2 0 1 15 30 -200 50 -200 N 49 | P 2 0 1 15 30 -100 50 -100 N 50 | P 2 0 1 15 30 0 50 0 N 51 | X ~ 1 -100 0 100 R 50 50 1 1 P 52 | X ~ 2 -100 -100 100 R 50 50 1 1 P 53 | X ~ 3 -100 -200 100 R 50 50 1 1 P 54 | X ~ 4 -100 -300 100 R 50 50 1 1 P 55 | ENDDRAW 56 | ENDDEF 57 | # 58 | #End Library 59 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_1210_C_95.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_1210_C_95 (layer F.Cu) (tedit 52A75FF2) 2 | (fp_text reference AB2_1210_C_95 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 1.5 -1.2) (end 1.5 1.2) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 1.4 1.2) (end 1.4 -1.2) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.3 -1.2) (end 1.3 1.2) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.2 1.2) (end 1.2 -1.2) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.5 -1.2) (end -1.5 1.2) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.4 1.2) (end -1.4 -1.2) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.3 -1.2) (end -1.3 1.2) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.2 1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -1.55 -1.2) (end 1.55 -1.2) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 1.55 -1.2) (end 1.55 1.2) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 1.55 1.2) (end -1.55 1.2) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -1.55 1.2) (end -1.55 -1.2) (layer F.SilkS) (width 0.127)) 20 | (pad 1 smd rect (at -1.6 0) (size 1.2 2.5) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 1.6 0) (size 1.2 2.5) (layers F.Cu F.Paste F.Mask)) 22 | (model ab2_passive/AB2_1210_C_95.x3d 23 | (at (xyz 0 0 0)) 24 | (scale (xyz 0.3937 0.3937 0.3937)) 25 | (rotate (xyz 0 0 0)) 26 | ) 27 | ) 28 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_1210_C_125.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_1210_C_125 (layer F.Cu) (tedit 52A75FD9) 2 | (fp_text reference AB2_1210_C_125 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 1.5 -1.2) (end 1.5 1.2) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 1.4 1.2) (end 1.4 -1.2) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.3 -1.2) (end 1.3 1.2) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.2 1.2) (end 1.2 -1.2) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.5 -1.2) (end -1.5 1.2) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.4 1.2) (end -1.4 -1.2) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.3 -1.2) (end -1.3 1.2) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.2 1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -1.55 -1.2) (end 1.55 -1.2) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 1.55 -1.2) (end 1.55 1.2) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 1.55 1.2) (end -1.55 1.2) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -1.55 1.2) (end -1.55 -1.2) (layer F.SilkS) (width 0.127)) 20 | (pad 1 smd rect (at -1.6 0) (size 1.2 2.5) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 1.6 0) (size 1.2 2.5) (layers F.Cu F.Paste F.Mask)) 22 | (model ab2_passive/AB2_1210_C_125.x3d 23 | (at (xyz 0 0 0)) 24 | (scale (xyz 0.3937 0.3937 0.3937)) 25 | (rotate (xyz 0 0 0)) 26 | ) 27 | ) 28 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_1210_C_160.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_1210_C_160 (layer F.Cu) (tedit 52A75FCF) 2 | (fp_text reference AB2_1210_C_160 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 1.5 -1.2) (end 1.5 1.2) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 1.4 1.2) (end 1.4 -1.2) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.3 -1.2) (end 1.3 1.2) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.2 1.2) (end 1.2 -1.2) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.5 -1.2) (end -1.5 1.2) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.4 1.2) (end -1.4 -1.2) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.3 -1.2) (end -1.3 1.2) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.2 1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -1.55 -1.2) (end 1.55 -1.2) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 1.55 -1.2) (end 1.55 1.2) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 1.55 1.2) (end -1.55 1.2) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -1.55 1.2) (end -1.55 -1.2) (layer F.SilkS) (width 0.127)) 20 | (pad 1 smd rect (at -1.6 0) (size 1.2 2.5) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 1.6 0) (size 1.2 2.5) (layers F.Cu F.Paste F.Mask)) 22 | (model ab2_passive/AB2_1210_C_160.x3d 23 | (at (xyz 0 0 0)) 24 | (scale (xyz 0.3937 0.3937 0.3937)) 25 | (rotate (xyz 0 0 0)) 26 | ) 27 | ) 28 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_1210_C_200.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_1210_C_200 (layer F.Cu) (tedit 52A75FC4) 2 | (fp_text reference AB2_1210_C_200 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 1.5 -1.2) (end 1.5 1.2) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 1.4 1.2) (end 1.4 -1.2) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.3 -1.2) (end 1.3 1.2) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.2 1.2) (end 1.2 -1.2) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.5 -1.2) (end -1.5 1.2) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.4 1.2) (end -1.4 -1.2) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.3 -1.2) (end -1.3 1.2) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.2 1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -1.55 -1.2) (end 1.55 -1.2) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 1.55 -1.2) (end 1.55 1.2) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 1.55 1.2) (end -1.55 1.2) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -1.55 1.2) (end -1.55 -1.2) (layer F.SilkS) (width 0.127)) 20 | (pad 1 smd rect (at -1.6 0) (size 1.2 2.5) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 1.6 0) (size 1.2 2.5) (layers F.Cu F.Paste F.Mask)) 22 | (model ab2_passive/AB2_1210_C_200.x3d 23 | (at (xyz 0 0 0)) 24 | (scale (xyz 0.3937 0.3937 0.3937)) 25 | (rotate (xyz 0 0 0)) 26 | ) 27 | ) 28 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_3.92x3.92_BOARD_ROUNDED_CORNERS.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_3.92x3.92_BOARD_ROUNDED_CORNERS (layer F.Cu) (tedit 5174B0E5) 2 | (fp_text reference AB2_STANDOFF_3.92x3.92_BOARD_ROUNDED_CORNERS (at 49.784 -51.054) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 49.784 -48.514) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0 -3.048) (end 0 -96.52) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 96.52 0) (end 3.048 0) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 99.568 -96.52) (end 99.568 -3.048) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 3.048 -99.568) (end 96.52 -99.568) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start 3.048 -3.048) (end 3.048 0) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 96.52 -3.048) (end 99.568 -3.048) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start 96.52 -96.52) (end 96.52 -99.568) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start 3.048 -96.52) (end 0 -96.52) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (pad 1 thru_hole circle (at 3.048 -3.048) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 17 | (pad 1 thru_hole circle (at 96.52 -3.048) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 thru_hole circle (at 96.52 -96.52) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 19 | (pad 1 thru_hole circle (at 3.048 -96.52) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 20 | ) 21 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_1218_R.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_1218_R (layer F.Cu) (tedit 52A75F66) 2 | (fp_text reference AB2_1218_R (at 0 -3.81) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 1.5 2.25) (end 1.5 -2.25) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 1.4 -2.25) (end 1.4 2.25) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.3 2.25) (end 1.3 -2.25) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.2 -2.25) (end 1.2 2.25) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.5 -2.25) (end -1.5 2.25) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.4 2.25) (end -1.4 -2.25) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.3 -2.25) (end -1.3 2.25) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.2 2.25) (end -1.2 -2.25) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -1.55 -2.25) (end 1.55 -2.25) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 1.55 -2.25) (end 1.55 2.25) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 1.55 2.25) (end -1.55 2.25) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -1.55 2.25) (end -1.55 -2.25) (layer F.SilkS) (width 0.127)) 20 | (pad 1 smd rect (at -1.575 0) (size 1.25 4.8) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 1.575 0) (size 1.25 4.8) (layers F.Cu F.Paste F.Mask)) 22 | (model ab2_passive/AB2_1218_R.x3d 23 | (at (xyz 0 0 0)) 24 | (scale (xyz 0.3937 0.3937 0.3937)) 25 | (rotate (xyz 0 0 0)) 26 | ) 27 | ) 28 | -------------------------------------------------------------------------------- /library/ab2_dac.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 Date: 10/7/2014 6:48:06 PM 2 | #encoding utf-8 3 | # 4 | # AB2_DAC8568 5 | # 6 | DEF AB2_DAC8568 DAC 0 50 N Y 1 F N 7 | F0 "DAC" 0 -500 60 H V C CNN 8 | F1 "AB2_DAC8568" 0 500 60 H V C CNN 9 | F2 "~" -1200 500 60 H V C CNN 10 | F3 "~" -1200 500 60 H V C CNN 11 | DRAW 12 | S -300 450 300 -450 0 1 0 N 13 | X ~LDAC~ 1 -400 350 100 R 50 50 1 1 I I 14 | X ~SYNC~ 2 -400 250 100 R 50 50 1 1 I I 15 | X AVCC 3 -400 150 100 R 50 50 1 1 W 16 | X OUTA 4 -400 50 100 R 50 50 1 1 O 17 | X OUTC 5 -400 -50 100 R 50 50 1 1 O 18 | X OUTE 6 -400 -150 100 R 50 50 1 1 O 19 | X OUTG 7 -400 -250 100 R 50 50 1 1 O 20 | X VREF 8 -400 -350 100 R 50 50 1 1 B 21 | X ~CLR~ 9 400 -350 100 L 50 50 1 1 I 22 | X OUTH 10 400 -250 100 L 50 50 1 1 O 23 | X OUTF 11 400 -150 100 L 50 50 1 1 O 24 | X OUTD 12 400 -50 100 L 50 50 1 1 O 25 | X OUTB 13 400 50 100 L 50 50 1 1 O 26 | X GND 14 400 150 100 L 50 50 1 1 W 27 | X Din 15 400 250 100 L 50 50 1 1 I 28 | X SCLK 16 400 350 100 L 50 50 1 1 I C 29 | ENDDRAW 30 | ENDDEF 31 | # 32 | # AB2_TLV5617A 33 | # 34 | DEF AB2_TLV5617A DAC 0 50 N Y 1 F N 35 | F0 "DAC" 0 -250 60 H V C CNN 36 | F1 "AB2_TLV5617A" 0 250 60 H V C CNN 37 | F2 "" 0 0 60 H V C CNN 38 | F3 "" 0 0 60 H V C CNN 39 | DRAW 40 | S -300 200 300 -200 0 1 0 N 41 | X DIN 1 -400 50 100 R 50 50 1 1 I 42 | X SCLK 2 -400 -50 100 R 50 50 1 1 I C 43 | X CS 3 -400 -150 100 R 50 50 1 1 I I 44 | X OUTA 4 400 50 100 L 50 50 1 1 O 45 | X AGND 5 400 -150 100 L 50 50 1 1 W 46 | X REF 6 400 150 100 L 50 50 1 1 I 47 | X OUTB 7 400 -50 100 L 50 50 1 1 O 48 | X VCC 8 -400 150 100 R 50 50 1 1 W 49 | ENDDRAW 50 | ENDDEF 51 | # 52 | #End Library 53 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_1206_C_80.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_1206_C_80 (layer F.Cu) (tedit 529D060F) 2 | (fp_text reference AB2_1206_C_80 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 1.5 0.75) (end 1.5 -0.75) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 1.4 -0.75) (end 1.4 0.75) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.3 0.75) (end 1.3 -0.75) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.2 -0.75) (end 1.2 0.75) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.5 0.75) (end -1.5 -0.75) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.4 -0.75) (end -1.4 0.75) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.3 0.75) (end -1.3 -0.75) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.2 -0.75) (end -1.2 0.75) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -1.55 -0.75) (end 1.55 -0.75) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 1.55 -0.75) (end 1.55 0.75) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 1.55 0.75) (end -1.55 0.75) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -1.55 0.75) (end -1.55 -0.75) (layer F.SilkS) (width 0.127)) 20 | (pad 1 smd rect (at -1.6 0) (size 1.2 1.6) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 1.6 0) (size 1.2 1.6) (layers F.Cu F.Paste F.Mask)) 22 | (model ab2_passive/AB2_1206_C_80.x3d 23 | (at (xyz 0 0 0)) 24 | (scale (xyz 0.3937 0.3937 0.3937)) 25 | (rotate (xyz 0 0 0)) 26 | ) 27 | ) 28 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_1206_C_95.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_1206_C_95 (layer F.Cu) (tedit 529D0620) 2 | (fp_text reference AB2_1206_C_95 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 1.5 0.75) (end 1.5 -0.75) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 1.4 -0.75) (end 1.4 0.75) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.3 0.75) (end 1.3 -0.75) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.2 -0.75) (end 1.2 0.75) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.5 0.75) (end -1.5 -0.75) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.4 -0.75) (end -1.4 0.75) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.3 0.75) (end -1.3 -0.75) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.2 -0.75) (end -1.2 0.75) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -1.55 -0.75) (end 1.55 -0.75) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 1.55 -0.75) (end 1.55 0.75) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 1.55 0.75) (end -1.55 0.75) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -1.55 0.75) (end -1.55 -0.75) (layer F.SilkS) (width 0.127)) 20 | (pad 1 smd rect (at -1.6 0) (size 1.2 1.6) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 1.6 0) (size 1.2 1.6) (layers F.Cu F.Paste F.Mask)) 22 | (model ab2_passive/AB2_1206_C_95.x3d 23 | (at (xyz 0 0 0)) 24 | (scale (xyz 0.3937 0.3937 0.3937)) 25 | (rotate (xyz 0 0 0)) 26 | ) 27 | ) 28 | -------------------------------------------------------------------------------- /modules/ab2_header.pretty/AB2_HDR_M01-2V.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_HDR_M01-2V (layer F.Cu) (tedit 529648A4) 2 | (fp_text reference AB2_HDR_M01-2V (at 0 5.08) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 -3.81) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -0.635 2.54) (end -1.27 1.905) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -1.27 1.905) (end -1.27 -1.905) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -1.27 -1.905) (end -0.635 -2.54) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -0.635 -2.54) (end 0.635 -2.54) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 0.635 -2.54) (end 1.27 -1.905) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 1.27 -1.905) (end 1.27 1.905) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 1.27 1.905) (end 0.635 2.54) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 0.635 2.54) (end -0.635 2.54) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -0.635 3.175) (end 0.635 3.175) (layer F.SilkS) (width 0.127)) 17 | (pad 2 thru_hole circle (at 0 -1.27) (size 1.6764 1.6764) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 thru_hole rect (at 0 1.27) (size 1.6764 1.6764) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 19 | (model ab2_header/AB2_HDR_M01-1V.x3d 20 | (at (xyz 0 -0.05 0)) 21 | (scale (xyz 0.3937 0.3937 0.3937)) 22 | (rotate (xyz 0 0 0)) 23 | ) 24 | (model ab2_header/AB2_HDR_M01-1V.x3d 25 | (at (xyz 0 0.05 0)) 26 | (scale (xyz 0.3937 0.3937 0.3937)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_1206_C_115.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_1206_C_115 (layer F.Cu) (tedit 529D0628) 2 | (fp_text reference AB2_1206_C_115 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 1.5 0.75) (end 1.5 -0.75) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 1.4 -0.75) (end 1.4 0.75) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.3 0.75) (end 1.3 -0.75) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.2 -0.75) (end 1.2 0.75) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.5 0.75) (end -1.5 -0.75) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.4 -0.75) (end -1.4 0.75) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.3 0.75) (end -1.3 -0.75) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.2 -0.75) (end -1.2 0.75) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -1.55 -0.75) (end 1.55 -0.75) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 1.55 -0.75) (end 1.55 0.75) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 1.55 0.75) (end -1.55 0.75) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -1.55 0.75) (end -1.55 -0.75) (layer F.SilkS) (width 0.127)) 20 | (pad 1 smd rect (at -1.6 0) (size 1.2 1.6) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 1.6 0) (size 1.2 1.6) (layers F.Cu F.Paste F.Mask)) 22 | (model ab2_passive/AB2_1206_C_115.x3d 23 | (at (xyz 0 0 0)) 24 | (scale (xyz 0.3937 0.3937 0.3937)) 25 | (rotate (xyz 0 0 0)) 26 | ) 27 | ) 28 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_1206_C_125.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_1206_C_125 (layer F.Cu) (tedit 529D0639) 2 | (fp_text reference AB2_1206_C_125 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 1.5 0.75) (end 1.5 -0.75) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 1.4 -0.75) (end 1.4 0.75) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.3 0.75) (end 1.3 -0.75) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.2 -0.75) (end 1.2 0.75) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.5 0.75) (end -1.5 -0.75) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.4 -0.75) (end -1.4 0.75) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.3 0.75) (end -1.3 -0.75) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.2 -0.75) (end -1.2 0.75) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -1.55 -0.75) (end 1.55 -0.75) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 1.55 -0.75) (end 1.55 0.75) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 1.55 0.75) (end -1.55 0.75) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -1.55 0.75) (end -1.55 -0.75) (layer F.SilkS) (width 0.127)) 20 | (pad 1 smd rect (at -1.6 0) (size 1.2 1.6) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 1.6 0) (size 1.2 1.6) (layers F.Cu F.Paste F.Mask)) 22 | (model ab2_passive/AB2_1206_C_125.x3d 23 | (at (xyz 0 0 0)) 24 | (scale (xyz 0.3937 0.3937 0.3937)) 25 | (rotate (xyz 0 0 0)) 26 | ) 27 | ) 28 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_1206_C_160.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_1206_C_160 (layer F.Cu) (tedit 529D064B) 2 | (fp_text reference AB2_1206_C_160 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 1.5 0.75) (end 1.5 -0.75) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 1.4 -0.75) (end 1.4 0.75) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.3 0.75) (end 1.3 -0.75) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.2 -0.75) (end 1.2 0.75) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.5 0.75) (end -1.5 -0.75) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -1.4 -0.75) (end -1.4 0.75) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.3 0.75) (end -1.3 -0.75) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.2 -0.75) (end -1.2 0.75) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -1.55 -0.75) (end 1.55 -0.75) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 1.55 -0.75) (end 1.55 0.75) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 1.55 0.75) (end -1.55 0.75) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -1.55 0.75) (end -1.55 -0.75) (layer F.SilkS) (width 0.127)) 20 | (pad 1 smd rect (at -1.6 0) (size 1.2 1.6) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 1.6 0) (size 1.2 1.6) (layers F.Cu F.Paste F.Mask)) 22 | (model ab2_passive/AB2_1206_C_160.x3d 23 | (at (xyz 0 0 0)) 24 | (scale (xyz 0.3937 0.3937 0.3937)) 25 | (rotate (xyz 0 0 0)) 26 | ) 27 | ) 28 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_1.96x1.96_BOARD_ROUNDED_CORNERS.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_1.96x1.96_BOARD_ROUNDED_CORNERS (layer F.Cu) (tedit 5174A84D) 2 | (fp_text reference AB2_STANDOFF_1.96x1.96_BOARD_ROUNDED_CORNERS (at 24.892 -26.162) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 24.892 -23.622) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 3.048 -49.784) (end 46.736 -49.784) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0 -3.048) (end 0 -46.736) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 46.736 0) (end 3.048 0) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 49.784 -46.736) (end 49.784 -3.048) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start 3.048 -3.048) (end 3.048 0) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 46.736 -3.048) (end 49.784 -3.048) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start 46.736 -46.736) (end 46.736 -49.784) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start 3.048 -46.736) (end 0 -46.736) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (pad 1 thru_hole circle (at 3.048 -3.048) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 17 | (pad 1 thru_hole circle (at 46.736 -3.048) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 thru_hole circle (at 46.736 -46.736) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 19 | (pad 1 thru_hole circle (at 3.048 -46.736) (size 3.302 3.302) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 20 | ) 21 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_3.92x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_3.92x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT (layer F.Cu) (tedit 5174B12A) 2 | (fp_text reference AB2_STANDOFF_3.92x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT (at 49.784 -51.054) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 49.784 -48.514) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0 -3.048) (end 0 -96.52) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 96.52 0) (end 3.048 0) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 99.568 -96.52) (end 99.568 -3.048) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 3.048 -99.568) (end 96.52 -99.568) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start 3.048 -3.048) (end 3.048 0) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 96.52 -3.048) (end 99.568 -3.048) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start 96.52 -96.52) (end 96.52 -99.568) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start 3.048 -96.52) (end 0 -96.52) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (pad 1 thru_hole circle (at 3.048 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 17 | (pad 1 thru_hole circle (at 96.52 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 thru_hole circle (at 96.52 -96.52) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 19 | (pad 1 thru_hole circle (at 3.048 -96.52) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 20 | ) 21 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_1.96x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_1.96x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT (layer F.Cu) (tedit 52B0B78E) 2 | (fp_text reference AB2_STANDOFF_1.96x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT (at 24.892 -51.054) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 24.892 -48.514) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 3.048 0) (end 46.736 0) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 3.048 -99.568) (end 46.736 -99.568) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 0 -3.048) (end 0 -96.52) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 49.784 -96.52) (end 49.784 -3.048) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start 3.048 -3.048) (end 3.048 0) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 46.736 -3.048) (end 49.784 -3.048) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start 46.736 -96.52) (end 46.736 -99.568) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start 3.048 -96.52) (end 0 -96.52) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (pad 1 thru_hole circle (at 3.048 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 17 | (pad 1 thru_hole circle (at 46.736 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 thru_hole circle (at 46.736 -96.52) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 19 | (pad 1 thru_hole circle (at 3.048 -96.52) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 20 | ) 21 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_1.96x1.96_BOARD_ROUNDED_CORNERS_KEEPOUT.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_1.96x1.96_BOARD_ROUNDED_CORNERS_KEEPOUT (layer F.Cu) (tedit 5174AFE3) 2 | (fp_text reference AB2_STANDOFF_1.96x1.96_BOARD_ROUNDED_CORNERS_KEEPOUT (at 24.892 -26.162) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 24.892 -23.622) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 3.048 -49.784) (end 46.736 -49.784) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0 -3.048) (end 0 -46.736) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 46.736 0) (end 3.048 0) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 49.784 -46.736) (end 49.784 -3.048) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start 3.048 -3.048) (end 3.048 0) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 46.736 -3.048) (end 49.784 -3.048) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start 46.736 -46.736) (end 46.736 -49.784) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start 3.048 -46.736) (end 0 -46.736) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (pad 1 thru_hole circle (at 3.048 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 17 | (pad 1 thru_hole circle (at 46.736 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 thru_hole circle (at 46.736 -46.736) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 19 | (pad 1 thru_hole circle (at 3.048 -46.736) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 20 | ) 21 | -------------------------------------------------------------------------------- /template/ab2/ab2.pro: -------------------------------------------------------------------------------- 1 | update=6/23/2017 9:05:26 AM 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=1.016000000000 9 | PadDrillOvalY=0.508000000000 10 | PadSizeH=1.542000000000 11 | PadSizeV=1.542000000000 12 | PcbTextSizeV=0.812800000000 13 | PcbTextSizeH=0.812800000000 14 | PcbTextThickness=0.076200000000 15 | ModuleTextSizeV=0.812800000000 16 | ModuleTextSizeH=0.812800000000 17 | ModuleTextSizeThickness=0.076200000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.000000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [eeschema] 27 | version=1 28 | LibDir= 29 | [eeschema/libraries] 30 | LibName1=ab2_7segment 31 | LibName2=ab2_audio 32 | LibName3=ab2_buffer 33 | LibName4=ab2_capacitor 34 | LibName5=ab2_connectivity 35 | LibName6=ab2_dac 36 | LibName7=ab2_diode 37 | LibName8=ab2_gpio_expansion 38 | LibName9=ab2_header 39 | LibName10=ab2_idc 40 | LibName11=ab2_inductor 41 | LibName12=ab2_input_devices 42 | LibName13=ab2_jumper 43 | LibName14=ab2_lcd 44 | LibName15=ab2_led 45 | LibName16=ab2_memory 46 | LibName17=ab2_opamp 47 | LibName18=ab2_pot 48 | LibName19=ab2_power 49 | LibName20=ab2_regulator 50 | LibName21=ab2_relay 51 | LibName22=ab2_resistor 52 | LibName23=ab2_sensor 53 | LibName24=ab2_stepper 54 | LibName25=ab2_supply 55 | LibName26=ab2_terminal_block 56 | LibName27=ab2_test 57 | LibName28=ab2_transistor 58 | LibName29=ab2_uC 59 | LibName30=ab2_usb 60 | LibName31=ab2_xtal 61 | [general] 62 | version=1 63 | -------------------------------------------------------------------------------- /modules/ab2_lcd.pretty/AB2_LCD_DRILLS-20X4.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_LCD_DRILLS-20X4 (layer F.Cu) (tedit 5163ABCB) 2 | (fp_text reference AB2_LCD_DRILLS-20X4 (at 0 -25.4) (layer F.SilkS) 3 | (effects (font (size 1 1) (thickness 0.15))) 4 | ) 5 | (fp_text value VAL** (at 0 25.4) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_line (start -49 -30) (end 49 -30) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 49 -30) (end 49 30) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 49 30) (end -49 30) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -49 30) (end -49 -30) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -48.5 -19.75) (end 48.5 -19.75) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 48.5 -19.75) (end 48.5 19.75) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 48.5 19.75) (end -48.5 19.75) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -48.5 19.75) (end -48.5 -19.75) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -38 -13) (end 38 -13) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 38 -13) (end 38 13) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 38 13) (end -38 13) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -38 13) (end -38 -13) (layer F.SilkS) (width 0.127)) 20 | (pad 1 thru_hole circle (at -46.5 27.5) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask F.SilkS)) 21 | (pad 1 thru_hole circle (at 46.5 27.5) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask F.SilkS)) 22 | (pad 1 thru_hole circle (at 46.5 -27.5) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask F.SilkS)) 23 | (pad 1 thru_hole circle (at -46.5 -27.5) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask F.SilkS)) 24 | ) 25 | -------------------------------------------------------------------------------- /template/kicad.pro: -------------------------------------------------------------------------------- 1 | update=31/12/2016 21:04:00 2 | version=1 3 | last_client=kicad 4 | [general] 5 | version=1 6 | RootSch= 7 | BoardNm= 8 | [pcbnew] 9 | version=1 10 | LastNetListRead= 11 | UseCmpFile=1 12 | PadDrill=1.016000000000 13 | PadDrillOvalY=0.508000000000 14 | PadSizeH=1.542000000000 15 | PadSizeV=1.542000000000 16 | PcbTextSizeV=0.812800000000 17 | PcbTextSizeH=0.812800000000 18 | PcbTextThickness=0.076200000000 19 | ModuleTextSizeV=0.812800000000 20 | ModuleTextSizeH=0.812800000000 21 | ModuleTextSizeThickness=0.076200000000 22 | SolderMaskClearance=0.000000000000 23 | SolderMaskMinWidth=0.000000000000 24 | DrawSegmentWidth=0.200000000000 25 | BoardOutlineThickness=0.000000000000 26 | ModuleOutlineThickness=0.150000000000 27 | [cvpcb] 28 | version=1 29 | NetIExt=net 30 | [eeschema] 31 | version=1 32 | LibDir= 33 | [eeschema/libraries] 34 | LibName1=ab2_7segment 35 | LibName2=ab2_audio 36 | LibName3=ab2_buffer 37 | LibName4=ab2_capacitor 38 | LibName5=ab2_connectivity 39 | LibName6=ab2_dac 40 | LibName7=ab2_diode 41 | LibName8=ab2_gpio_expansion 42 | LibName9=ab2_header 43 | LibName10=ab2_idc 44 | LibName11=ab2_inductor 45 | LibName12=ab2_input_devices 46 | LibName13=ab2_jumper 47 | LibName14=ab2_lcd 48 | LibName15=ab2_led 49 | LibName16=ab2_memory 50 | LibName17=ab2_opamp 51 | LibName18=ab2_pot 52 | LibName19=ab2_power 53 | LibName20=ab2_regulator 54 | LibName21=ab2_relay 55 | LibName22=ab2_resistor 56 | LibName23=ab2_sensor 57 | LibName24=ab2_stepper 58 | LibName25=ab2_supply 59 | LibName26=ab2_terminal_block 60 | LibName27=ab2_test 61 | LibName28=ab2_transistor 62 | LibName29=ab2_uC 63 | LibName30=ab2_usb 64 | LibName31=ab2_xtal 65 | -------------------------------------------------------------------------------- /library/ab2_test.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 Date: 12/19/2013 10:44:30 AM 2 | #encoding utf-8 3 | # 4 | # AB2_PROBE_PAD 5 | # 6 | DEF ~AB2_PROBE_PAD TEST 0 0 N N 1 F N 7 | F0 "TEST" 0 -100 60 H I C CNN 8 | F1 "AB2_PROBE_PAD" 0 200 60 H I C CNN 9 | F2 "~" 0 0 60 H V C CNN 10 | F3 "~" 0 0 60 H V C CNN 11 | DRAW 12 | P 2 0 1 0 0 0 -50 50 N 13 | P 6 0 1 0 -50 50 -100 50 -150 100 -100 150 -50 100 -50 50 N 14 | X PAD 1 0 0 0 U 50 50 1 1 I 15 | ENDDRAW 16 | ENDDEF 17 | # 18 | # AB2_TEST_VOLTAGE-1 19 | # 20 | DEF ~AB2_TEST_VOLTAGE-1 V_TEST1_ 0 50 N N 1 F N 21 | F0 "V_TEST1_" 200 0 60 V V C CNN 22 | F1 "AB2_TEST_VOLTAGE-1" -200 0 60 V I C CNN 23 | F2 "~" 0 0 60 H V C CNN 24 | F3 "~" 0 0 60 H V C CNN 25 | DRAW 26 | C 0 0 150 0 0 0 N 27 | T 0 0 100 60 0 0 0 + Normal 0 C C 28 | T 0 0 -100 60 0 0 0 - Normal 0 C C 29 | T 0 0 0 60 0 0 0 V_TEST Normal 0 C C 30 | X V+ 1 0 250 100 D 50 50 1 1 W 31 | X V- 2 0 -250 100 U 50 50 1 1 W 32 | ENDDRAW 33 | ENDDEF 34 | # 35 | # AB2_TEST_VOLTAGE-2 36 | # 37 | DEF ~AB2_TEST_VOLTAGE-2 V_TEST2_ 0 50 N N 1 F N 38 | F0 "V_TEST2_" 0 0 60 V V C CNN 39 | F1 "AB2_TEST_VOLTAGE-2" -400 0 60 V I C CNN 40 | F2 "~" -200 0 60 H V C CNN 41 | F3 "~" -200 0 60 H V C CNN 42 | DRAW 43 | C -200 0 150 0 0 0 N 44 | C 200 0 150 0 0 0 N 45 | T 0 -200 100 60 0 0 0 + Normal 0 C C 46 | T 0 200 100 60 0 0 0 + Normal 0 C C 47 | T 0 -200 -100 60 0 0 0 - Normal 0 C C 48 | T 0 200 -100 60 0 0 0 - Normal 0 C C 49 | T 0 -200 0 60 0 0 0 V_TEST Normal 0 C C 50 | T 0 200 0 60 0 0 0 V_TEST Normal 0 C C 51 | X V+ 1 -200 250 100 D 50 50 1 1 W 52 | X V+ 1 200 250 100 D 50 50 1 1 W 53 | X V- 2 -200 -250 100 U 50 50 1 1 W 54 | X V- 2 200 -250 100 U 50 50 1 1 W 55 | ENDDRAW 56 | ENDDEF 57 | # 58 | #End Library 59 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_2512_R.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_2512_R (layer F.Cu) (tedit 52A7622C) 2 | (fp_text reference AB2_2512_R (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 3 1.55) (end 3 -1.55) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 2.9 -1.55) (end 2.9 1.55) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 2.8 1.55) (end 2.8 -1.55) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 2.7 -1.55) (end 2.7 1.55) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 2.6 1.55) (end 2.6 -1.55) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -3 -1.55) (end -3 1.55) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -2.9 1.55) (end -2.9 -1.55) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -2.8 -1.55) (end -2.8 1.55) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -2.7 1.55) (end -2.7 -1.55) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -2.6 -1.55) (end -2.6 1.55) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -3.1 -1.55) (end 3.1 -1.55) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start 3.1 -1.55) (end 3.1 1.55) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 3.1 1.55) (end -3.1 1.55) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start -3.1 1.55) (end -3.1 -1.55) (layer F.SilkS) (width 0.127)) 22 | (pad 1 smd rect (at -3.2 0) (size 1.2 3.2) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at 3.2 0) (size 1.2 3.2) (layers F.Cu F.Paste F.Mask)) 24 | (model ab2_passive/AB2_2512_R.x3d 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 0.3937 0.3937 0.3937)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /modules/ab2_relay.pretty/AB2_RELAY_COTO_23XX-V.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_RELAY_COTO_23XX-V (layer F.Cu) (tedit 54AF25BA) 2 | (fp_text reference AB2_RELAY_COTO_23XX-V (at 0 -3.81) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -10.287 2.032) (end -10.287 -2.032) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 9.652 2.667) (end -9.652 2.667) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 10.287 -2.032) (end 10.287 2.032) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -9.652 -2.667) (end 9.652 -2.667) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start 9.652 -2.032) (end 9.652 -2.667) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 9.652 2.032) (end 10.287 2.032) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start -9.652 2.032) (end -9.652 2.667) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start -9.652 -2.032) (end -10.287 -2.032) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (pad 8 smd rect (at -8.89 0) (size 1.016 2.54) (layers B.Cu B.Paste B.Mask)) 17 | (pad 7 smd rect (at -6.35 0) (size 1.016 2.54) (layers B.Cu B.Paste B.Mask)) 18 | (pad 6 smd rect (at 6.35 0) (size 1.016 2.54) (layers B.Cu B.Paste B.Mask)) 19 | (pad 5 smd rect (at 8.89 0) (size 1.016 2.54) (layers B.Cu B.Paste B.Mask)) 20 | (pad 4 smd rect (at 8.89 0) (size 1.016 2.54) (layers F.Cu F.Paste F.Mask)) 21 | (pad 3 smd rect (at 6.35 0) (size 1.016 2.54) (layers F.Cu F.Paste F.Mask)) 22 | (pad 2 smd rect (at -6.35 0) (size 1.016 2.54) (layers F.Cu F.Paste F.Mask)) 23 | (pad 1 smd rect (at -8.89 0) (size 1.016 2.54) (layers F.Cu F.Paste F.Mask)) 24 | ) 25 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_2010_R.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_2010_R (layer F.Cu) (tedit 52A7616F) 2 | (fp_text reference AB2_2010_R (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 2.35 1.2) (end 2.35 -1.2) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 2.25 -1.2) (end 2.25 1.2) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 2.15 1.2) (end 2.15 -1.2) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 2.05 -1.2) (end 2.05 1.2) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 1.95 1.2) (end 1.95 -1.2) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -2.35 1.2) (end -2.35 -1.2) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -2.25 -1.2) (end -2.25 1.2) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -2.15 1.2) (end -2.15 -1.2) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -2.05 -1.2) (end -2.05 1.2) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -1.95 1.2) (end -1.95 -1.2) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -2.45 -1.2) (end 2.45 -1.2) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start 2.45 -1.2) (end 2.45 1.2) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 2.45 1.2) (end -2.45 1.2) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start -2.45 1.2) (end -2.45 -1.2) (layer F.SilkS) (width 0.127)) 22 | (pad 1 smd rect (at -2.55 0) (size 1.2 2.5) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at 2.55 0) (size 1.2 2.5) (layers F.Cu F.Paste F.Mask)) 24 | (model ab2_passive/AB2_2010_R.x3d 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 0.3937 0.3937 0.3937)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_2220_C.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_2220_C (layer F.Cu) (tedit 52B22656) 2 | (fp_text reference AB2_2220_C (at 0 -3.81) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 2.75 2.5) (end 2.75 -2.5) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 2.65 -2.5) (end 2.65 2.5) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 2.55 2.5) (end 2.55 -2.5) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 2.45 -2.5) (end 2.45 2.5) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 2.35 2.5) (end 2.35 -2.5) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -2.75 2.5) (end -2.75 -2.5) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -2.65 -2.5) (end -2.65 2.5) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -2.55 2.5) (end -2.55 -2.5) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -2.45 -2.5) (end -2.45 2.5) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -2.35 2.5) (end -2.35 -2.5) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -2.85 2.5) (end -2.85 -2.5) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -2.85 -2.5) (end 2.85 -2.5) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 2.85 -2.5) (end 2.85 2.5) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start 2.85 2.5) (end -2.85 2.5) (layer F.SilkS) (width 0.127)) 22 | (pad 1 smd rect (at -2.65 0) (size 1.5 5.4) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at 2.65 0) (size 1.5 5.4) (layers F.Cu F.Paste F.Mask)) 24 | (model ab2_passive/AB2_1218_R.x3d 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 0.3937 0.3937 0.3937)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /modules/ab2_connector.pretty/AB2_TRS_3p5MM_PTH.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_TRS_3p5MM_PTH (layer F.Cu) (tedit 53EC320A) 2 | (fp_text reference AB2_TRS_3p5MM_PTH (at 0 -5.08) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.127))) 4 | ) 5 | (fp_text value VAL** (at 0 5.08) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.127))) 7 | ) 8 | (fp_line (start -2.3 0) (end -2.3 1.8) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -2.3 1.8) (end -2.7 1.8) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -2.3 0) (end -2.3 -1.8) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -2.3 -1.8) (end -2.7 -1.8) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 0 -2.5) (end 0 -3) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0 -3) (end 11.7 -3) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 11.7 -3) (end 11.7 3) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 11.7 3) (end 0 3) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 0 3) (end 0 2.5) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 0 -2.5) (end -2.7 -2.5) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -2.7 -2.5) (end -2.7 2.5) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -2.7 2.5) (end 0 2.5) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 0 2.5) (end 0 -2.5) (layer F.SilkS) (width 0.127)) 21 | (pad 1 thru_hole circle (at 2.1 2.4) (size 1.8 1.8) (drill 1.2) (layers *.Cu *.Mask F.SilkS)) 22 | (pad 2 thru_hole circle (at 4.1 -2.4) (size 1.8 1.8) (drill 1.2) (layers *.Cu *.Mask F.SilkS)) 23 | (pad 3 thru_hole circle (at 9.1 2.4) (size 1.8 1.8) (drill 1.2) (layers *.Cu *.Mask F.SilkS)) 24 | (model ab2_connector/AB2_TRS_3p5MM_PTH.x3d 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 0.3937 0.3937 0.3937)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_1812_C.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_1812_C (layer F.Cu) (tedit 52B22395) 2 | (fp_text reference AB2_1812_C (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 2.15 -1.55) (end 2.15 1.55) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 2.05 1.55) (end 2.05 -1.55) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.95 -1.55) (end 1.95 1.55) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.85 1.55) (end 1.85 -1.55) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 1.75 -1.55) (end 1.75 1.55) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -2.15 1.55) (end -2.15 -1.55) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -2.05 -1.55) (end -2.05 1.55) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -1.95 1.55) (end -1.95 -1.55) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -1.85 -1.55) (end -1.85 1.55) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -1.75 1.55) (end -1.75 -1.55) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -2.25 1.55) (end -2.25 -1.55) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -2.25 -1.55) (end 2.25 -1.55) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 2.25 -1.55) (end 2.25 1.55) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start 2.25 1.55) (end -2.25 1.55) (layer F.SilkS) (width 0.127)) 22 | (pad 1 smd rect (at -2.05 0) (size 1.4 3.5) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at 2.05 0) (size 1.4 3.5) (layers F.Cu F.Paste F.Mask)) 24 | (model ab2_passive/AB2_1218_R.x3d 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 0.3937 0.3937 0.3937)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_3.92x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_3.92x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4 (layer F.Cu) (tedit 52C718C3) 2 | (fp_text reference AB2_STANDOFF_3.92x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4 (at 49.784 -51.054) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 49.784 -48.514) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0 -3.048) (end 0 -96.52) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 96.52 0) (end 3.048 0) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 99.568 -96.52) (end 99.568 -3.048) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 3.048 -99.568) (end 96.52 -99.568) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start 3.048 -3.048) (end 3.048 0) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 96.52 -3.048) (end 99.568 -3.048) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start 96.52 -96.52) (end 96.52 -99.568) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start 3.048 -96.52) (end 0 -96.52) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (pad 1 thru_hole circle (at 3.048 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 17 | (pad 1 thru_hole circle (at 96.52 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 thru_hole circle (at 96.52 -96.52) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 19 | (pad 1 thru_hole circle (at 3.048 -96.52) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 20 | (model ab2_holesnpoles/AB2_FR4_3.92x3.92INx1.6MM_ROUNDED.x3d 21 | (at (xyz 0 0 0)) 22 | (scale (xyz 0.3937 0.3937 0.3937)) 23 | (rotate (xyz 0 0 0)) 24 | ) 25 | ) 26 | -------------------------------------------------------------------------------- /modules/ab2_xtal.pretty/AB2_XTAL_HC-49.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_XTAL_HC-49 (layer F.Cu) (tedit 517B4C84) 2 | (fp_text reference AB2_XTAL_HC-49 (at 0 -3.81) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -3.1 -2.4) (end 3.1 -2.4) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -3.1 2.4) (end 3.1 2.4) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -3.1 2.1) (end 3.1 2.1) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -3.1 -2.1) (end 3.1 -2.1) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start 3.1 0) (end 5.2 0) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 3.1 0) (end 3.1 -2.1) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start 3.1 0) (end 5.5 0) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start 3.1 0) (end 3.1 -2.4) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (fp_arc (start -3.1 0) (end -3.1 2.1) (angle 90) (layer F.SilkS) (width 0.127)) 17 | (fp_arc (start -3.1 0) (end -5.2 0) (angle 90) (layer F.SilkS) (width 0.127)) 18 | (fp_arc (start -3.1 0) (end -3.1 2.4) (angle 90) (layer F.SilkS) (width 0.127)) 19 | (fp_arc (start -3.1 0) (end -5.5 0) (angle 90) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 5.55 2.415) (end -5.55 2.415) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start -5.55 2.415) (end -5.55 -2.415) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start -5.55 -2.415) (end 5.55 -2.415) (layer F.SilkS) (width 0.127)) 23 | (fp_line (start 5.55 -2.415) (end 5.55 2.415) (layer F.SilkS) (width 0.127)) 24 | (pad 1 smd rect (at -4.25 0) (size 5.5 1.5) (layers F.Cu F.Paste F.Mask)) 25 | (pad 2 smd rect (at 4.25 0) (size 5.5 1.5) (layers F.Cu F.Paste F.Mask)) 26 | ) 27 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_1.96x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_1.96x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4 (layer F.Cu) (tedit 52B0CBC6) 2 | (fp_text reference AB2_STANDOFF_1.96x3.92_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4 (at 24.892 -51.054) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 24.892 -48.514) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 3.048 0) (end 46.736 0) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 3.048 -99.568) (end 46.736 -99.568) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 0 -3.048) (end 0 -96.52) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 49.784 -96.52) (end 49.784 -3.048) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start 3.048 -3.048) (end 3.048 0) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 46.736 -3.048) (end 49.784 -3.048) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start 46.736 -96.52) (end 46.736 -99.568) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start 3.048 -96.52) (end 0 -96.52) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (pad 1 thru_hole circle (at 3.048 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 17 | (pad 1 thru_hole circle (at 46.736 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 thru_hole circle (at 46.736 -96.52) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 19 | (pad 1 thru_hole circle (at 3.048 -96.52) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 20 | (model ab2_holesnpoles/AB2_FR4_1.96x3.92INx1.6MM_ROUNDED.x3d 21 | (at (xyz 0 0 0)) 22 | (scale (xyz 0.3937 0.3937 0.3937)) 23 | (rotate (xyz 0 0 0)) 24 | ) 25 | ) 26 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_1.96x1.96_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_1.96x1.96_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4 (layer F.Cu) (tedit 52C718A3) 2 | (fp_text reference AB2_STANDOFF_1.96x1.96_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4 (at 24.892 -26.162) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 24.892 -23.622) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 3.048 -49.784) (end 46.736 -49.784) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0 -3.048) (end 0 -46.736) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 46.736 0) (end 3.048 0) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 49.784 -46.736) (end 49.784 -3.048) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start 3.048 -3.048) (end 3.048 0) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 46.736 -3.048) (end 49.784 -3.048) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start 46.736 -46.736) (end 46.736 -49.784) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start 3.048 -46.736) (end 0 -46.736) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (pad 1 thru_hole circle (at 3.048 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 17 | (pad 1 thru_hole circle (at 46.736 -3.048) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 thru_hole circle (at 46.736 -46.736) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 19 | (pad 1 thru_hole circle (at 3.048 -46.736) (size 6.096 6.096) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 20 | (model ab2_holesnpoles/AB2_FR4_1.96x1.96INx1.6MM_ROUNDED.x3d 21 | (at (xyz 0 0 0)) 22 | (scale (xyz 0.3937 0.3937 0.3937)) 23 | (rotate (xyz 0 0 0)) 24 | ) 25 | ) 26 | -------------------------------------------------------------------------------- /library/ab2_diode.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # AB2_D 5 | # 6 | DEF AB2_D D 0 0 N N 1 F N 7 | F0 "D" 0 -100 60 H V C CNN 8 | F1 "AB2_D" 0 100 60 H V C CNN 9 | F2 "" 0 0 60 H V C CNN 10 | F3 "" 0 0 60 H V C CNN 11 | DRAW 12 | P 3 0 1 0 50 50 50 -50 50 0 N 13 | P 5 0 1 0 -50 50 -50 -50 50 0 -50 50 -50 0 F 14 | X A 1 -150 0 100 R 50 50 1 1 P 15 | X K 2 150 0 100 L 50 50 1 1 P 16 | ENDDRAW 17 | ENDDEF 18 | # 19 | # AB2_D_SOT23-3 20 | # 21 | DEF AB2_D_SOT23-3 D 0 0 N N 1 F N 22 | F0 "D" 0 -100 60 H V C CNN 23 | F1 "AB2_D_SOT23-3" 0 100 60 H V C CNN 24 | F2 "" 0 0 60 H V C CNN 25 | F3 "" 0 0 60 H V C CNN 26 | DRAW 27 | P 3 0 1 0 50 50 50 -50 50 0 N 28 | P 5 0 1 0 -50 50 -50 -50 50 0 -50 50 -50 0 F 29 | X A 1 -150 0 100 R 50 50 1 1 P 30 | X K 5 150 0 100 L 50 50 1 1 P 31 | ENDDRAW 32 | ENDDEF 33 | # 34 | # AB2_D_ZENER 35 | # 36 | DEF AB2_D_ZENER D 0 0 N N 1 F N 37 | F0 "D" 0 -100 60 H V C CNN 38 | F1 "AB2_D_ZENER" 0 100 60 H V C CNN 39 | F2 "" 0 0 60 H V C CNN 40 | F3 "" 0 0 60 H V C CNN 41 | DRAW 42 | P 2 0 1 0 30 50 50 40 N 43 | P 2 0 1 0 50 40 50 -40 N 44 | P 2 0 1 0 70 -50 50 -40 N 45 | P 5 0 1 0 -50 50 -50 -50 50 0 -50 50 -50 0 F 46 | X A 1 -150 0 100 R 50 50 1 1 P 47 | X K 2 150 0 100 L 50 50 1 1 P 48 | ENDDRAW 49 | ENDDEF 50 | # 51 | # AB2_ESD_TPD4E1U06 52 | # 53 | DEF AB2_ESD_TPD4E1U06 ESD 0 50 N Y 1 F N 54 | F0 "ESD" 0 -200 60 H V C CNN 55 | F1 "AB2_ESD_TPD4E1U06" 0 200 60 H V C CNN 56 | F2 "" 0 0 60 H V C CNN 57 | F3 "" 0 0 60 H V C CNN 58 | DRAW 59 | S -250 150 250 -150 0 1 0 N 60 | X D1+ 1 -350 100 100 R 50 50 1 1 P 61 | X GND 2 -350 0 100 R 50 50 1 1 W 62 | X D2+ 3 -350 -100 100 R 50 50 1 1 P 63 | X D2- 4 350 -100 100 L 50 50 1 1 P 64 | X NC 5 350 0 100 L 50 50 1 1 N 65 | X D1- 6 350 100 100 L 50 50 1 1 P 66 | ENDDRAW 67 | ENDDEF 68 | # 69 | #End Library 70 | -------------------------------------------------------------------------------- /modules/ab2_holesnpoles.pretty/AB2_STANDOFF_1.96x0.94_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_STANDOFF_1.96x0.94_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4 (layer F.Cu) (tedit 541321E6) 2 | (fp_text reference AB2_STANDOFF_1.96x0.94_BOARD_ROUNDED_CORNERS_KEEPOUT_FR4 (at 10.668 -24.892 90) (layer F.SilkS) hide 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 13.208 -24.892 90) (layer F.SilkS) hide 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 3.048 -49.784) (end 20.828 -49.784) (layer F.SilkS) (width 0.15)) 9 | (fp_line (start 20.828 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) 10 | (fp_line (start 0 -3.048) (end 0 -46.736) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 23.876 -46.736) (end 23.876 -3.048) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start 3.048 -3.048) (end 3.048 0) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 20.828 -3.048) (end 23.876 -3.048) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start 20.828 -46.736) (end 20.828 -49.784) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start 3.048 -46.736) (end 0 -46.736) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (pad 1 thru_hole circle (at 3.048 -3.048) (size 5.588 5.588) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 17 | (pad 1 thru_hole circle (at 20.828 -3.048) (size 5.588 5.588) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 thru_hole circle (at 20.828 -46.736) (size 5.588 5.588) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 19 | (pad 1 thru_hole circle (at 3.048 -46.736) (size 5.588 5.588) (drill 3.302) (layers *.Cu *.Mask F.SilkS)) 20 | (model ab2_holesnpoles/AB2_FR4_1.96x0.94INx1.6MM_ROUNDED.x3d 21 | (at (xyz 0 0 0)) 22 | (scale (xyz 0.3937 0.3937 0.3937)) 23 | (rotate (xyz 0 0 0)) 24 | ) 25 | ) 26 | -------------------------------------------------------------------------------- /modules/ab2_sot.pretty/AB2_SOT323-6.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_SOT323-6 (layer F.Cu) (tedit 5E4F0690) 2 | (fp_text reference VAL** (at 0 2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value AB2_SOT323-6 (at 0 -2.54 180) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.65 1.075) (end 0.65 0.7) (layer F.SilkS) (width 0.3)) 9 | (fp_line (start -0.65 1.075) (end -0.65 0.7) (layer F.SilkS) (width 0.3)) 10 | (fp_line (start 0.65 -0.7) (end 0.65 -1.075) (layer F.SilkS) (width 0.3)) 11 | (fp_line (start 0 -0.7) (end 0 -1.075) (layer F.SilkS) (width 0.3)) 12 | (fp_line (start -0.65 -0.7) (end -0.65 -1.075) (layer F.SilkS) (width 0.3)) 13 | (fp_line (start 0 1.075) (end 0 0.7) (layer F.SilkS) (width 0.3)) 14 | (fp_circle (center -0.65 0.25) (end -0.575 0.25) (layer F.SilkS) (width 0.15)) 15 | (fp_line (start -1 -0.625) (end 1 -0.625) (layer F.SilkS) (width 0.15)) 16 | (fp_line (start 1 -0.625) (end 1 0.625) (layer F.SilkS) (width 0.15)) 17 | (fp_line (start 1 0.625) (end -1 0.625) (layer F.SilkS) (width 0.15)) 18 | (fp_line (start -1 0.625) (end -1 -0.625) (layer F.SilkS) (width 0.15)) 19 | (pad 5 smd rect (at 0 -1.1) (size 0.4 0.9) (layers F.Cu F.Paste F.Mask)) 20 | (pad 1 smd rect (at -0.65 1.1) (size 0.4 0.9) (layers F.Cu F.Paste F.Mask)) 21 | (pad 3 smd rect (at 0.65 1.1) (size 0.4 0.9) (layers F.Cu F.Paste F.Mask)) 22 | (pad 2 smd rect (at 0 1.1) (size 0.4 0.9) (layers F.Cu F.Paste F.Mask)) 23 | (pad 6 smd rect (at -0.65 -1.1) (size 0.4 0.9) (layers F.Cu F.Paste F.Mask)) 24 | (pad 4 smd rect (at 0.65 -1.1) (size 0.4 0.9) (layers F.Cu F.Paste F.Mask)) 25 | (model ../3d_models/ab2_sot/AB2_SOT23-6.wrl 26 | (at (xyz 0 0 0)) 27 | (scale (xyz 0.3937 0.3937 0.3937)) 28 | (rotate (xyz 0 0 0)) 29 | ) 30 | ) 31 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0805_LED_BLU.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0805_LED_BLU (layer F.Cu) (tedit 52C74853) 2 | (fp_text reference AB2_0805_LED_BLU (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.254 -0.127) (end 0.254 0.127) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.381 0) (end 0 0.254) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 0.381 0) (end 0 -0.254) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 0.127 -0.254) (end 0.127 0.254) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 0 -0.381) (end 0 0.381) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0 0.381) (end 0.508 0) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.508 0) (end 0 -0.381) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 0.85 0.6) (end 0.85 -0.6) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 0.75 -0.6) (end 0.75 0.6) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -0.85 0.6) (end -0.85 -0.6) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -0.75 -0.6) (end -0.75 0.6) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -0.95 -0.6) (end 0.95 -0.6) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 0.95 -0.6) (end 0.95 0.6) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start 0.95 0.6) (end -0.95 0.6) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start -0.95 0.6) (end -0.95 -0.6) (layer F.SilkS) (width 0.127)) 23 | (pad 1 smd rect (at -1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 24 | (pad 2 smd rect (at 1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 25 | (model ab2_passive/AB2_0805_LED_BLU.x3d 26 | (at (xyz 0 0 0)) 27 | (scale (xyz 0.3937 0.3937 0.3937)) 28 | (rotate (xyz 0 0 0)) 29 | ) 30 | ) 31 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0805_LED_GRN.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0805_LED_GRN (layer F.Cu) (tedit 52C74834) 2 | (fp_text reference AB2_0805_LED_GRN (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.254 -0.127) (end 0.254 0.127) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.381 0) (end 0 0.254) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 0.381 0) (end 0 -0.254) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 0.127 -0.254) (end 0.127 0.254) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 0 -0.381) (end 0 0.381) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0 0.381) (end 0.508 0) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.508 0) (end 0 -0.381) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 0.85 0.6) (end 0.85 -0.6) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 0.75 -0.6) (end 0.75 0.6) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -0.85 0.6) (end -0.85 -0.6) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -0.75 -0.6) (end -0.75 0.6) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -0.95 -0.6) (end 0.95 -0.6) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 0.95 -0.6) (end 0.95 0.6) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start 0.95 0.6) (end -0.95 0.6) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start -0.95 0.6) (end -0.95 -0.6) (layer F.SilkS) (width 0.127)) 23 | (pad 1 smd rect (at -1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 24 | (pad 2 smd rect (at 1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 25 | (model ab2_passive/AB2_0805_LED_GRN.x3d 26 | (at (xyz 0 0 0)) 27 | (scale (xyz 0.3937 0.3937 0.3937)) 28 | (rotate (xyz 0 0 0)) 29 | ) 30 | ) 31 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0805_LED_ORG.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0805_LED_ORG (layer F.Cu) (tedit 54515DDE) 2 | (fp_text reference AB2_0805_LED_ORG (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.254 -0.127) (end 0.254 0.127) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.381 0) (end 0 0.254) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 0.381 0) (end 0 -0.254) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 0.127 -0.254) (end 0.127 0.254) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 0 -0.381) (end 0 0.381) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0 0.381) (end 0.508 0) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.508 0) (end 0 -0.381) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 0.85 0.6) (end 0.85 -0.6) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 0.75 -0.6) (end 0.75 0.6) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -0.85 0.6) (end -0.85 -0.6) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -0.75 -0.6) (end -0.75 0.6) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -0.95 -0.6) (end 0.95 -0.6) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 0.95 -0.6) (end 0.95 0.6) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start 0.95 0.6) (end -0.95 0.6) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start -0.95 0.6) (end -0.95 -0.6) (layer F.SilkS) (width 0.127)) 23 | (pad 1 smd rect (at -1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 24 | (pad 2 smd rect (at 1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 25 | (model ab2_passive/AB2_0805_LED_ORG.x3d 26 | (at (xyz 0 0 0)) 27 | (scale (xyz 0.3937 0.3937 0.3937)) 28 | (rotate (xyz 0 0 0)) 29 | ) 30 | ) 31 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0805_LED_RED.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0805_LED_RED (layer F.Cu) (tedit 52C74844) 2 | (fp_text reference AB2_0805_LED_RED (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.254 -0.127) (end 0.254 0.127) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.381 0) (end 0 0.254) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 0.381 0) (end 0 -0.254) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 0.127 -0.254) (end 0.127 0.254) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 0 -0.381) (end 0 0.381) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0 0.381) (end 0.508 0) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.508 0) (end 0 -0.381) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 0.85 0.6) (end 0.85 -0.6) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 0.75 -0.6) (end 0.75 0.6) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -0.85 0.6) (end -0.85 -0.6) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -0.75 -0.6) (end -0.75 0.6) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -0.95 -0.6) (end 0.95 -0.6) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 0.95 -0.6) (end 0.95 0.6) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start 0.95 0.6) (end -0.95 0.6) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start -0.95 0.6) (end -0.95 -0.6) (layer F.SilkS) (width 0.127)) 23 | (pad 1 smd rect (at -1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 24 | (pad 2 smd rect (at 1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 25 | (model ab2_passive/AB2_0805_LED_RED.x3d 26 | (at (xyz 0 0 0)) 27 | (scale (xyz 0.3937 0.3937 0.3937)) 28 | (rotate (xyz 0 0 0)) 29 | ) 30 | ) 31 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_0805_LED_YEL.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_0805_LED_YEL (layer F.Cu) (tedit 52C74844) 2 | (fp_text reference AB2_0805_LED_YEL (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 0.254 -0.127) (end 0.254 0.127) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 0.381 0) (end 0 0.254) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 0.381 0) (end 0 -0.254) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 0.127 -0.254) (end 0.127 0.254) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 0 -0.381) (end 0 0.381) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 0 0.381) (end 0.508 0) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 0.508 0) (end 0 -0.381) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 0.85 0.6) (end 0.85 -0.6) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 0.75 -0.6) (end 0.75 0.6) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -0.85 0.6) (end -0.85 -0.6) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -0.75 -0.6) (end -0.75 0.6) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -0.95 -0.6) (end 0.95 -0.6) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 0.95 -0.6) (end 0.95 0.6) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start 0.95 0.6) (end -0.95 0.6) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start -0.95 0.6) (end -0.95 -0.6) (layer F.SilkS) (width 0.127)) 23 | (pad 1 smd rect (at -1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 24 | (pad 2 smd rect (at 1.1 0) (size 0.9 1.3) (layers F.Cu F.Paste F.Mask)) 25 | (model ab2_passive/AB2_0805_LED_YEL.x3d 26 | (at (xyz 0 0 0)) 27 | (scale (xyz 0.3937 0.3937 0.3937)) 28 | (rotate (xyz 0 0 0)) 29 | ) 30 | ) 31 | -------------------------------------------------------------------------------- /modules/ab2_sot.pretty/AB2_SOT23-6.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_SOT23-6 (layer F.Cu) (tedit 52B1D783) 2 | (fp_text reference AB2_SOT23-6 (at 0 -2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -0.95 -1.25) (end -0.95 -0.925) (layer F.SilkS) (width 0.375)) 9 | (fp_line (start 0 -1.25) (end 0 -0.925) (layer F.SilkS) (width 0.375)) 10 | (fp_line (start 0.95 -1.25) (end 0.95 -0.925) (layer F.SilkS) (width 0.375)) 11 | (fp_line (start 0.95 0.925) (end 0.95 1.25) (layer F.SilkS) (width 0.375)) 12 | (fp_line (start 0 0.925) (end 0 1.25) (layer F.SilkS) (width 0.375)) 13 | (fp_line (start -1.45 -0.8) (end 1.45 -0.8) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -1.45 0.8) (end 1.45 0.8) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -0.95 0.925) (end -0.95 1.25) (layer F.SilkS) (width 0.375)) 16 | (fp_circle (center -1.05 0.4) (end -0.85 0.4) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 1.45 -0.8) (end 1.45 0.8) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -1.45 0.8) (end -1.45 -0.8) (layer F.SilkS) (width 0.127)) 19 | (pad 5 smd rect (at 0 -1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 20 | (pad 1 smd rect (at -0.95 1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 21 | (pad 3 smd rect (at 0.95 1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 22 | (pad 2 smd rect (at 0 1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 23 | (pad 6 smd rect (at -0.95 -1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 24 | (pad 4 smd rect (at 0.95 -1.35) (size 0.6 1.05) (layers F.Cu F.Paste F.Mask)) 25 | (model ab2_sot/AB2_SOT23-6.x3d 26 | (at (xyz 0 0 0)) 27 | (scale (xyz 0.3937 0.3937 0.3937)) 28 | (rotate (xyz 0 0 0)) 29 | ) 30 | ) 31 | -------------------------------------------------------------------------------- /modules/ab2_input_devices.pretty/AB2_PB_MOM_5.2MM_SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_PB_MOM_5.2MM_SMD (layer F.Cu) (tedit 541DCCBF) 2 | (fp_text reference AB2_PB_MOM_5.2MM_SMD (at 0 -3.81) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -2.54 -0.508) (end -2.159 0.381) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -2.54 1.27) (end -2.54 0.508) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -2.54 -1.27) (end -2.54 -0.508) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -2.54 -3.048) (end 2.54 -3.048) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 2.54 -3.048) (end 3.048 -2.54) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 3.048 -2.54) (end 3.048 2.54) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 3.048 2.54) (end 2.54 3.048) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 2.54 3.048) (end -2.54 3.048) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -2.54 3.048) (end -3.048 2.54) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -3.048 2.54) (end -3.048 -2.54) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -3.048 -2.54) (end -2.54 -3.048) (layer F.SilkS) (width 0.127)) 19 | (fp_circle (center 0 0) (end 0 -1.778) (layer F.SilkS) (width 0.127)) 20 | (pad 1 smd rect (at -3.1 -1.85) (size 1.8 1.1) (layers F.Cu F.Paste F.Mask)) 21 | (pad 1 smd rect (at 3.1 -1.85) (size 1.8 1.1) (layers F.Cu F.Paste F.Mask)) 22 | (pad 2 smd rect (at -3.1 1.85) (size 1.8 1.1) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at 3.1 1.85) (size 1.8 1.1) (layers F.Cu F.Paste F.Mask)) 24 | (model ab2_input_devices/AB2_PB_MOM_5.2MM_SMD.x3d 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 0.3937 0.3937 0.3937)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /library/ab2_xtal.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 Date: 7/27/2015 9:39:16 AM 2 | #encoding utf-8 3 | # 4 | # AB2_BQ32000/2 5 | # 6 | DEF AB2_BQ32000/2 RTC 0 50 N Y 1 F N 7 | F0 "RTC" 0 -250 60 H V C CNN 8 | F1 "AB2_BQ32000/2" 0 250 60 H V C CNN 9 | F2 "~" 0 0 60 H V C CNN 10 | F3 "~" 0 0 60 H V C CNN 11 | DRAW 12 | S -250 200 250 -200 0 1 0 N 13 | X OSCI 1 -350 150 100 R 50 50 1 1 I C 14 | X OSCO 2 -350 50 100 R 50 50 1 1 O C 15 | X VBACK 3 -350 -50 100 R 50 50 1 1 W 16 | X GND 4 -350 -150 100 R 50 50 1 1 W 17 | X SDA 5 350 -150 100 L 50 50 1 1 O 18 | X SCL 6 350 -50 100 L 50 50 1 1 I C 19 | X ~IRQ 7 350 50 100 L 50 50 1 1 C 20 | X VCC 8 350 150 100 L 50 50 1 1 W 21 | ENDDRAW 22 | ENDDEF 23 | # 24 | # AB2_RES_3P 25 | # 26 | DEF AB2_RES_3P RES 0 0 N N 1 F N 27 | F0 "RES" 0 200 60 H V C CNN 28 | F1 "AB2_RES_3P" 0 100 60 H V C CNN 29 | F2 "~" 0 0 60 H V C CNN 30 | F3 "~" 0 0 60 H V C CNN 31 | DRAW 32 | P 2 0 1 0 -120 -60 -80 -60 N 33 | P 2 0 1 0 -50 40 -50 -40 N 34 | P 2 0 1 0 50 40 50 -40 N 35 | P 2 0 1 0 100 -40 100 0 N 36 | P 2 0 1 0 120 -40 80 -40 N 37 | P 3 0 1 0 -100 -60 -100 -100 0 -100 N 38 | P 4 0 1 0 -100 0 -100 -40 -120 -40 -80 -40 N 39 | P 5 0 1 0 0 -100 100 -100 100 -60 80 -60 120 -60 N 40 | P 5 0 1 0 30 50 -30 50 -30 -50 30 -50 30 50 N 41 | X ~ 1 -150 0 100 R 50 50 1 1 P 42 | X ~ 2 0 -150 50 U 50 50 1 1 P 43 | X ~ 3 150 0 100 L 50 50 1 1 P 44 | ENDDRAW 45 | ENDDEF 46 | # 47 | # AB2_XTAL 48 | # 49 | DEF AB2_XTAL XTAL 0 0 N N 1 F N 50 | F0 "XTAL" 0 -100 60 H V C CNN 51 | F1 "AB2_XTAL" 0 100 60 H V C CNN 52 | F2 "~" 0 0 60 H V C CNN 53 | F3 "~" 0 0 60 H V C CNN 54 | DRAW 55 | P 2 0 1 0 -50 40 -50 -40 N 56 | P 2 0 1 0 50 40 50 -40 N 57 | P 5 0 1 0 30 50 -30 50 -30 -50 30 -50 30 50 N 58 | X ~ 1 -150 0 100 R 50 50 1 1 P 59 | X ~ 2 150 0 100 L 50 50 1 1 P 60 | ENDDRAW 61 | ENDDEF 62 | # 63 | #End Library 64 | -------------------------------------------------------------------------------- /modules/ab2_power.pretty/AB2_90DEG_4MM_JACK_PTH-BLK.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_90DEG_4MM_JACK_PTH-BLK (layer F.Cu) (tedit 5306E68C) 2 | (fp_text reference AB2_90DEG_4MM_JACK_PTH-BLK (at 0 -6.35) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 6.35) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -9.05 -3.15) (end 10.35 -3.15) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 10.35 -3.15) (end 10.35 3.15) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 10.35 3.15) (end -9.05 3.15) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -9.05 3.15) (end -9.05 -3.15) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -9.8 3.9) (end 11.1 3.9) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -9.8 -3.9) (end 11.1 -3.9) (layer F.SilkS) (width 0.127)) 14 | (fp_text user DELTRON (at 0.635 0) (layer F.SilkS) 15 | (effects (font (size 1.75 1.75) (thickness 0.2))) 16 | ) 17 | (fp_line (start -9.8 -4.65) (end -12.2 -4.65) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -12.2 -4.65) (end -12.2 4.65) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -12.2 4.65) (end -9.8 4.65) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start -9.8 -4.9) (end -9.8 4.9) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start -9.8 4.9) (end 11.1 4.9) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start 11.1 4.9) (end 11.1 -4.9) (layer F.SilkS) (width 0.127)) 23 | (fp_line (start 11.1 -4.9) (end -9.8 -4.9) (layer F.SilkS) (width 0.127)) 24 | (pad 1 thru_hole circle (at -7.65 0) (size 2.7 2.7) (drill 1.8) (layers *.Cu *.Mask F.SilkS)) 25 | (pad 1 thru_hole circle (at 7.65 0) (size 2.7 2.7) (drill 1.8) (layers *.Cu *.Mask F.SilkS)) 26 | (model ab2_power/AB2_90DEG_4MM_JACK_PTH-BLK.x3d 27 | (at (xyz 0 0 0)) 28 | (scale (xyz 0.3937 0.3937 0.3937)) 29 | (rotate (xyz 0 0 180)) 30 | ) 31 | ) 32 | -------------------------------------------------------------------------------- /modules/ab2_power.pretty/AB2_90DEG_4MM_JACK_PTH-BLU.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_90DEG_4MM_JACK_PTH-BLU (layer F.Cu) (tedit 530C2F06) 2 | (fp_text reference AB2_90DEG_4MM_JACK_PTH-BLU (at 0 -6.35) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 6.35) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -9.05 -3.15) (end 10.35 -3.15) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 10.35 -3.15) (end 10.35 3.15) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 10.35 3.15) (end -9.05 3.15) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -9.05 3.15) (end -9.05 -3.15) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -9.8 3.9) (end 11.1 3.9) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -9.8 -3.9) (end 11.1 -3.9) (layer F.SilkS) (width 0.127)) 14 | (fp_text user DELTRON (at 0.635 0) (layer F.SilkS) 15 | (effects (font (size 1.75 1.75) (thickness 0.2))) 16 | ) 17 | (fp_line (start -9.8 -4.65) (end -12.2 -4.65) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -12.2 -4.65) (end -12.2 4.65) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -12.2 4.65) (end -9.8 4.65) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start -9.8 -4.9) (end -9.8 4.9) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start -9.8 4.9) (end 11.1 4.9) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start 11.1 4.9) (end 11.1 -4.9) (layer F.SilkS) (width 0.127)) 23 | (fp_line (start 11.1 -4.9) (end -9.8 -4.9) (layer F.SilkS) (width 0.127)) 24 | (pad 1 thru_hole circle (at -7.65 0) (size 2.7 2.7) (drill 1.8) (layers *.Cu *.Mask F.SilkS)) 25 | (pad 1 thru_hole circle (at 7.65 0) (size 2.7 2.7) (drill 1.8) (layers *.Cu *.Mask F.SilkS)) 26 | (model ab2_power/AB2_90DEG_4MM_JACK_PTH-BLU.x3d 27 | (at (xyz 0 0 0)) 28 | (scale (xyz 0.3937 0.3937 0.3937)) 29 | (rotate (xyz 0 0 180)) 30 | ) 31 | ) 32 | -------------------------------------------------------------------------------- /modules/ab2_power.pretty/AB2_90DEG_4MM_JACK_PTH-RED.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_90DEG_4MM_JACK_PTH-RED (layer F.Cu) (tedit 5306E69D) 2 | (fp_text reference AB2_90DEG_4MM_JACK_PTH-RED (at 0 -6.35) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 6.35) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -9.05 -3.15) (end 10.35 -3.15) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 10.35 -3.15) (end 10.35 3.15) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 10.35 3.15) (end -9.05 3.15) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -9.05 3.15) (end -9.05 -3.15) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -9.8 3.9) (end 11.1 3.9) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -9.8 -3.9) (end 11.1 -3.9) (layer F.SilkS) (width 0.127)) 14 | (fp_text user DELTRON (at 0.635 0) (layer F.SilkS) 15 | (effects (font (size 1.75 1.75) (thickness 0.2))) 16 | ) 17 | (fp_line (start -9.8 -4.65) (end -12.2 -4.65) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -12.2 -4.65) (end -12.2 4.65) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -12.2 4.65) (end -9.8 4.65) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start -9.8 -4.9) (end -9.8 4.9) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start -9.8 4.9) (end 11.1 4.9) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start 11.1 4.9) (end 11.1 -4.9) (layer F.SilkS) (width 0.127)) 23 | (fp_line (start 11.1 -4.9) (end -9.8 -4.9) (layer F.SilkS) (width 0.127)) 24 | (pad 1 thru_hole circle (at -7.65 0) (size 2.7 2.7) (drill 1.8) (layers *.Cu *.Mask F.SilkS)) 25 | (pad 1 thru_hole circle (at 7.65 0) (size 2.7 2.7) (drill 1.8) (layers *.Cu *.Mask F.SilkS)) 26 | (model ab2_power/AB2_90DEG_4MM_JACK_PTH-RED.x3d 27 | (at (xyz 0 0 0)) 28 | (scale (xyz 0.3937 0.3937 0.3937)) 29 | (rotate (xyz 0 0 180)) 30 | ) 31 | ) 32 | -------------------------------------------------------------------------------- /modules/ab2_power.pretty/AB2_90DEG_4MM_JACK_PTH-YEL.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_90DEG_4MM_JACK_PTH-YEL (layer F.Cu) (tedit 530AD0E6) 2 | (fp_text reference AB2_90DEG_4MM_JACK_PTH-YEL (at 0 -6.35) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 6.35) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -9.05 -3.15) (end 10.35 -3.15) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 10.35 -3.15) (end 10.35 3.15) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 10.35 3.15) (end -9.05 3.15) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -9.05 3.15) (end -9.05 -3.15) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -9.8 3.9) (end 11.1 3.9) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -9.8 -3.9) (end 11.1 -3.9) (layer F.SilkS) (width 0.127)) 14 | (fp_text user DELTRON (at 0.635 0) (layer F.SilkS) 15 | (effects (font (size 1.75 1.75) (thickness 0.2))) 16 | ) 17 | (fp_line (start -9.8 -4.65) (end -12.2 -4.65) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -12.2 -4.65) (end -12.2 4.65) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -12.2 4.65) (end -9.8 4.65) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start -9.8 -4.9) (end -9.8 4.9) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start -9.8 4.9) (end 11.1 4.9) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start 11.1 4.9) (end 11.1 -4.9) (layer F.SilkS) (width 0.127)) 23 | (fp_line (start 11.1 -4.9) (end -9.8 -4.9) (layer F.SilkS) (width 0.127)) 24 | (pad 1 thru_hole circle (at -7.65 0) (size 2.7 2.7) (drill 1.8) (layers *.Cu *.Mask F.SilkS)) 25 | (pad 1 thru_hole circle (at 7.65 0) (size 2.7 2.7) (drill 1.8) (layers *.Cu *.Mask F.SilkS)) 26 | (model ab2_power/AB2_90DEG_4MM_JACK_PTH-YEL.x3d 27 | (at (xyz 0 0 0)) 28 | (scale (xyz 0.3937 0.3937 0.3937)) 29 | (rotate (xyz 0 0 180)) 30 | ) 31 | ) 32 | -------------------------------------------------------------------------------- /modules/ab2_relay.pretty/AB2_RELAY_10x6MM_GULLWING.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_RELAY_10x6MM_GULLWING (layer F.Cu) (tedit 52B4725B) 2 | (fp_text reference AB2_RELAY_10x6MM_IM_GULLWING (at 0 -5.08) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 5.08) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -3.4 -1.5) (end -2.8 -1.5) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -3.1 1.2) (end -3.1 1.8) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -3.4 1.5) (end -2.8 1.5) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -3.8 1) (end -3.8 3) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -3.8 -1) (end -3.8 -3) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -4.2 -1) (end -4.2 1) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -4.2 1) (end -3.4 1) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -3.4 1) (end -3.4 -1) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -3.4 -1) (end -4.2 -1) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -5 -3) (end 5 -3) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 5 -3) (end 5 3) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start 5 3) (end -5 3) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start -5 3) (end -5 -3) (layer F.SilkS) (width 0.127)) 21 | (pad 1 smd rect (at -3.8 3) (size 0.7 2) (layers F.Cu F.Paste F.Mask)) 22 | (pad 2 smd rect (at -0.6 3) (size 0.7 2) (layers F.Cu F.Paste F.Mask)) 23 | (pad 3 smd rect (at 1.6 3) (size 0.7 2) (layers F.Cu F.Paste F.Mask)) 24 | (pad 4 smd rect (at 3.8 3) (size 0.7 2) (layers F.Cu F.Paste F.Mask)) 25 | (pad 5 smd rect (at 3.8 -3) (size 0.7 2) (layers F.Cu F.Paste F.Mask)) 26 | (pad 6 smd rect (at 1.6 -3) (size 0.7 2) (layers F.Cu F.Paste F.Mask)) 27 | (pad 7 smd rect (at -0.6 -3) (size 0.7 2) (layers F.Cu F.Paste F.Mask)) 28 | (pad 8 smd rect (at -3.8 -3) (size 0.7 2) (layers F.Cu F.Paste F.Mask)) 29 | ) 30 | -------------------------------------------------------------------------------- /modules/ab2_relay.pretty/AB2_RELAY_COTO_23XX.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_RELAY_COTO_23XX (layer F.Cu) (tedit 54AECFE3) 2 | (fp_text reference AB2_RELAY_COTO_23XX (at 0 -3.81) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -10.287 2.032) (end -10.287 -2.032) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 9.652 2.667) (end -9.652 2.667) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 10.287 -2.032) (end 10.287 2.032) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -9.652 -2.667) (end 9.652 -2.667) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start 9.652 -2.032) (end 9.652 -2.667) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 9.652 2.032) (end 10.287 2.032) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start -9.652 2.032) (end -9.652 2.667) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start -9.652 -2.032) (end -10.287 -2.032) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (pad 8 thru_hole circle (at -8.89 -1.27) (size 1.1049 1.1049) (drill 0.7366) (layers *.Cu *.Mask F.SilkS)) 17 | (pad 7 thru_hole circle (at -6.35 -1.27) (size 1.1049 1.1049) (drill 0.7366) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 6 thru_hole circle (at 6.35 -1.27) (size 1.1049 1.1049) (drill 0.7366) (layers *.Cu *.Mask F.SilkS)) 19 | (pad 5 thru_hole circle (at 8.89 -1.27) (size 1.1049 1.1049) (drill 0.7366) (layers *.Cu *.Mask F.SilkS)) 20 | (pad 4 thru_hole circle (at 8.89 1.27) (size 1.1049 1.1049) (drill 0.7366) (layers *.Cu *.Mask F.SilkS)) 21 | (pad 3 thru_hole circle (at 6.35 1.27) (size 1.1049 1.1049) (drill 0.7366) (layers *.Cu *.Mask F.SilkS)) 22 | (pad 2 thru_hole circle (at -6.35 1.27) (size 1.1049 1.1049) (drill 0.7366) (layers *.Cu *.Mask F.SilkS)) 23 | (pad 1 thru_hole circle (at -8.89 1.27) (size 1.1049 1.1049) (drill 0.7366) (layers *.Cu *.Mask F.SilkS)) 24 | ) 25 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_PANASONIC-EF.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_PANASONIC-EF (layer F.Cu) (tedit 51CF1A7D) 2 | (fp_text reference AB2_PANASONIC-EF (at 0 -5.08) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 5.08) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 3.8 -1) (end 3.8 1) (layer F.SilkS) (width 0.15)) 9 | (fp_line (start 3 1) (end 3.4 1.9) (layer F.SilkS) (width 0.15)) 10 | (fp_line (start 2.1 1) (end 2.9 2.7) (layer F.SilkS) (width 0.15)) 11 | (fp_line (start 2.1 -1) (end 2.9 -2.7) (layer F.SilkS) (width 0.15)) 12 | (fp_line (start 3 -1) (end 3.4 -1.9) (layer F.SilkS) (width 0.15)) 13 | (fp_line (start 3 2.5) (end 3 -2.5) (layer F.SilkS) (width 0.15)) 14 | (fp_line (start 2.1 1) (end 3 -1) (layer F.SilkS) (width 0.15)) 15 | (fp_line (start 2.1 -1) (end 3 1) (layer F.SilkS) (width 0.15)) 16 | (fp_line (start 2.1 -3.3) (end 3.8 1) (layer F.SilkS) (width 0.15)) 17 | (fp_line (start 3.8 1) (end 2.1 1) (layer F.SilkS) (width 0.15)) 18 | (fp_line (start 3.8 -1) (end 2.1 -1) (layer F.SilkS) (width 0.15)) 19 | (fp_line (start 2.1 -3.3) (end 2.1 3.3) (layer F.SilkS) (width 0.15)) 20 | (fp_line (start 2.1 3.3) (end 3.8 -1) (layer F.SilkS) (width 0.15)) 21 | (fp_line (start -4.1 -1.8) (end -1.6 -4.1) (layer F.SilkS) (width 0.15)) 22 | (fp_line (start -1.6 -4.1) (end 4.1 -4.1) (layer F.SilkS) (width 0.15)) 23 | (fp_line (start -4.1 1.8) (end -1.6 4.1) (layer F.SilkS) (width 0.15)) 24 | (fp_line (start -1.6 4.1) (end 4.1 4.1) (layer F.SilkS) (width 0.15)) 25 | (fp_line (start 4.1 -4.1) (end 4.1 4.1) (layer F.SilkS) (width 0.15)) 26 | (fp_line (start -4.1 1.8) (end -4.1 -1.8) (layer F.SilkS) (width 0.15)) 27 | (fp_circle (center 0 0) (end -3.95 0) (layer F.SilkS) (width 0.1524)) 28 | (pad 1 smd rect (at -3 0 180) (size 4 1.6) (layers F.Cu F.Paste F.Mask)) 29 | (pad 2 smd rect (at 3 0 180) (size 4 1.6) (layers F.Cu F.Paste F.Mask)) 30 | ) 31 | -------------------------------------------------------------------------------- /modules/ab2_power.pretty/AB2_PB_2MM_JACK_PTH.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_PB_2MM_JACK_PTH (layer F.Cu) (tedit 52AA2906) 2 | (fp_text reference AB2_PB_2MM_JACK_PTH (at 5.08 0 90) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 8.89) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -4.1 -4.7) (end -4.1 0.6) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -4.5 -4.7) (end -4.5 0.5) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -2 4.6) (end -2.8 4.6) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -4.1 6) (end -4.1 5.4) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -4.1 6) (end -2.5 6) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 4.1 4.6) (end 2 4.6) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -4.5 -7.6) (end -4.5 -4.7) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 4.5 -7.6) (end 4.5 -4.7) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 4.5 4.6) (end 4.5 -4.7) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 4.1 6) (end 2.5 6) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 4.1 4.6) (end 4.1 6) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start 4.1 -4.7) (end 4.1 4.6) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 4.1 4.6) (end 4.5 4.6) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start 4.5 -4.7) (end -4.5 -4.7) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start 4.5 -7.6) (end -4.5 -7.6) (layer F.SilkS) (width 0.127)) 23 | (pad 2 thru_hole circle (at 0 0 180) (size 4.318 4.318) (drill 2.9972) (layers *.Cu *.Mask F.SilkS)) 24 | (pad 1 thru_hole circle (at 0 6 180) (size 4.318 4.318) (drill 2.9972) (layers *.Cu *.Mask F.SilkS)) 25 | (pad 3 thru_hole circle (at -4.7 3 180) (size 4.318 4.318) (drill 2.9972) (layers *.Cu *.Mask F.SilkS)) 26 | (model ab2_power/AB2_PB_2MM_JACK_PTH.x3d 27 | (at (xyz 0 0.3 0)) 28 | (scale (xyz 0.3937 0.3937 0.3937)) 29 | (rotate (xyz 0 0 180)) 30 | ) 31 | ) 32 | -------------------------------------------------------------------------------- /modules/ab2_input_devices.pretty/AB2_PB_MOM_6MM_PTH_BLK.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_PB_MOM_6MM_PTH_BLK (layer F.Cu) (tedit 541DC7B1) 2 | (fp_text reference AB2_PB_MOM_6MM_PTH_BLK (at 0 -3.81) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -2.54 -0.508) (end -2.159 0.381) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -2.54 1.27) (end -2.54 0.508) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -2.54 -1.27) (end -2.54 -0.508) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -2.54 -3.048) (end 2.54 -3.048) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 2.54 -3.048) (end 3.048 -2.54) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 3.048 -2.54) (end 3.048 2.54) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 3.048 2.54) (end 2.54 3.048) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 2.54 3.048) (end -2.54 3.048) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -2.54 3.048) (end -3.048 2.54) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -3.048 2.54) (end -3.048 -2.54) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -3.048 -2.54) (end -2.54 -3.048) (layer F.SilkS) (width 0.127)) 19 | (fp_circle (center 0 0) (end 0 -1.778) (layer F.SilkS) (width 0.127)) 20 | (pad 1 thru_hole circle (at -3.2512 -2.2606) (size 1.8796 1.8796) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 21 | (pad 1 thru_hole circle (at 3.2512 -2.2606) (size 1.8796 1.8796) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 22 | (pad 2 thru_hole circle (at -3.2512 2.2606) (size 1.8796 1.8796) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 23 | (pad 2 thru_hole circle (at 3.2512 2.2606) (size 1.8796 1.8796) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 24 | (model ab2_input_devices/AB2_PB_MOM_6MM_PTH_BLK.x3d 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 0.3937 0.3937 0.3937)) 27 | (rotate (xyz 0 0 90)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /scripts/lib_convert.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/python 2 | # This is a KiCad source script copied here by AB2Tech for use in converting 3 | # legacy libraries to pretty. We are not claiming ownership or authorship of 4 | # this script. Based on other KiCad source files, assuming this falls under GPL. 5 | # Please reference the KiCad source tree for additional information. 6 | 7 | # Convert a footprint library from one format to another, e.g. legacy to pretty. 8 | 9 | # 1) Build target _pcbnew after enabling scripting in cmake. 10 | # $ make _pcbnew 11 | 12 | # 2) Changed dir to pcbnew 13 | # $ cd pcbnew 14 | # $ pwd 15 | # build/pcbnew 16 | 17 | # 3) Entered following command line, script takes to arguments: oldLibPath & newLibPath 18 | # $ PYTHONPATH=. /lib_convert.py /usr/local/share/kicad/modules/smd_dil.mod /tmp/smd_dil.pretty 19 | 20 | # 4) inspect one footprint found in new librarypath /tmp/smd_dil.pretty 21 | # $ less /tmp/smd_dil.pretty/msoic-10.kicad_mod 22 | 23 | 24 | from __future__ import print_function 25 | import sys 26 | try: 27 | from pcbnew import * 28 | except: 29 | print("==> ERROR: KiCAD PCBNew not detected on this system.") 30 | sys.exit(1) 31 | 32 | if len( sys.argv ) < 3 : 33 | print( "usage: script srcLibraryPath dstLibraryPath" ) 34 | sys.exit(1) 35 | 36 | 37 | src_libpath = sys.argv[1] 38 | dst_libpath = sys.argv[2] 39 | 40 | 41 | src_type = IO_MGR.GuessPluginTypeFromLibPath( src_libpath ); 42 | dst_type = IO_MGR.GuessPluginTypeFromLibPath( dst_libpath ); 43 | 44 | src_plugin = IO_MGR.PluginFind( src_type ) 45 | dst_plugin = IO_MGR.PluginFind( dst_type ) 46 | 47 | try: 48 | dst_plugin.FootprintLibDelete( dst_libpath ) 49 | except: 50 | None # ignore, new may not exist if first run 51 | 52 | dst_plugin.FootprintLibCreate( dst_libpath ) 53 | 54 | list_of_parts = src_plugin.FootprintEnumerate( src_libpath ) 55 | 56 | for part_id in list_of_parts: 57 | module = src_plugin.FootprintLoad( src_libpath, part_id ) 58 | dst_plugin.FootprintSave( dst_libpath, module ) 59 | 60 | -------------------------------------------------------------------------------- /modules/ab2_header.pretty/AB2_HDR_M02-1V.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_HDR_M02-1V (layer F.Cu) (tedit 5294F1BF) 2 | (fp_text reference AB2_HDR_M02-1V (at 0 2.54) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 -2.54) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -1.905 -1.27) (end -0.635 -1.27) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -0.635 -1.27) (end 0 -0.635) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 0 -0.635) (end 0.635 -1.27) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 0.635 -1.27) (end 1.905 -1.27) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 1.905 -1.27) (end 2.54 -0.635) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 2.54 -0.635) (end 2.54 0.635) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 2.54 0.635) (end 1.905 1.27) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 1.905 1.27) (end 0.635 1.27) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 0.635 1.27) (end 0 0.635) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 0 0.635) (end -0.635 1.27) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -0.635 1.27) (end -1.905 1.27) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -1.905 1.27) (end -2.54 0.635) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start -2.54 0.635) (end -2.54 -0.635) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start -2.54 -0.635) (end -1.905 -1.27) (layer F.SilkS) (width 0.127)) 22 | (pad 1 thru_hole rect (at -1.27 0) (size 1.6764 1.6764) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 23 | (pad 2 thru_hole circle (at 1.27 0) (size 1.6764 1.6764) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 24 | (model ab2_header/AB2_HDR_M01-1V.x3d 25 | (at (xyz -0.05 0 0)) 26 | (scale (xyz 0.3937 0.3937 0.3937)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | (model ab2_header/AB2_HDR_M01-1V.x3d 30 | (at (xyz 0.05 0 0)) 31 | (scale (xyz 0.3937 0.3937 0.3937)) 32 | (rotate (xyz 0 0 0)) 33 | ) 34 | ) 35 | -------------------------------------------------------------------------------- /modules/ab2_sop.pretty/AB2_MSOP10.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_MSOP10 (layer F.Cu) (tedit 555FA418) 2 | (fp_text reference AB2_MSOP10 (at -2.54 0 90) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 2.54 0 90) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_circle (center -1 1) (end -1 1.2) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -1.5 1.25) (end -1.5 -1.25) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.25 1.5) (end -1.25 1.5) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start 1.5 -1.25) (end 1.5 1.25) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -1.25 -1.5) (end 1.25 -1.5) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 1.25 1.25) (end 1.5 1.25) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start -1.25 1.25) (end -1.25 1.5) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start 1.25 -1.25) (end 1.25 -1.5) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (fp_arc (start -1.25 -1.25) (end -1.5 -1.25) (angle 90) (layer F.SilkS) (width 0.127)) 17 | (pad 1 smd rect (at -1 2.2) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) 18 | (pad 2 smd rect (at -0.5 2.2) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) 19 | (pad 3 smd rect (at 0 2.2) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) 20 | (pad 4 smd rect (at 0.5 2.2) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) 21 | (pad 5 smd rect (at 1 2.2) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) 22 | (pad 6 smd rect (at 1 -2.2) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) 23 | (pad 7 smd rect (at 0.5 -2.2) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) 24 | (pad 8 smd rect (at 0 -2.2) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) 25 | (pad 9 smd rect (at -0.5 -2.2) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) 26 | (pad 10 smd rect (at -1 -2.2) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) 27 | (model ab2_msop/AB2_MSOP10.x3d 28 | (at (xyz 0 0 0)) 29 | (scale (xyz 0.3937 0.3937 0.3937)) 30 | (rotate (xyz 0 0 0)) 31 | ) 32 | ) 33 | -------------------------------------------------------------------------------- /modules/ab2_dip.pretty/AB2_DIP_08_SCKT.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_DIP_08_SCKT (layer F.Cu) (tedit 553B009E) 2 | (fp_text reference AB2_DIP_08_SCKT (at 0 -1.27) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 1.27) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -3.81 5.08) (end 3.81 5.08) (layer F.SilkS) (width 0.127)) 11 | (fp_arc (start 3.81 3.81) (end 5.08 3.81) (angle 90) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start -3.81 3.81) (end -3.81 5.08) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -3.81 -5.08) (end 3.81 -5.08) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start 3.81 -3.81) (end 3.81 -5.08) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start -3.81 -3.81) (end -5.08 -3.81) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (pad 1 thru_hole circle (at -3.81 3.81) (size 1.5748 1.5748) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 17 | (pad 2 thru_hole circle (at -1.27 3.81) (size 1.5748 1.5748) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 3 thru_hole circle (at 1.27 3.81) (size 1.5748 1.5748) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 19 | (pad 4 thru_hole circle (at 3.81 3.81) (size 1.5748 1.5748) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 20 | (pad 5 thru_hole circle (at 3.81 -3.81) (size 1.5748 1.5748) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 21 | (pad 6 thru_hole circle (at 1.27 -3.81) (size 1.5748 1.5748) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 22 | (pad 7 thru_hole circle (at -1.27 -3.81) (size 1.5748 1.5748) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 23 | (pad 8 thru_hole circle (at -3.81 -3.81) (size 1.5748 1.5748) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 24 | (model ab2_dip/AB2_DIP_08_SCKT.x3d 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 0.3937 0.3937 0.3937)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_C_RADIAL_25_30_10MM.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_C_RADIAL_25_30_10MM (layer F.Cu) (tedit 54EDFE10) 2 | (fp_text reference AB2_C_RADIAL_25_30_10MM (at 0 -5.08) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 5.08) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_arc (start -5.5 -5.5) (end -6 -6) (angle 90) (layer F.SilkS) (width 0.127)) 9 | (fp_arc (start -5.5 -5.5) (end -6 -5) (angle 90) (layer F.SilkS) (width 0.127)) 10 | (fp_arc (start 5.5 -5.5) (end 5 -6) (angle 90) (layer F.SilkS) (width 0.127)) 11 | (fp_arc (start 5.5 -5.5) (end 6 -6) (angle 90) (layer F.SilkS) (width 0.127)) 12 | (fp_arc (start 5.5 5.5) (end 6 6) (angle 90) (layer F.SilkS) (width 0.127)) 13 | (fp_arc (start 5.5 5.5) (end 6 5) (angle 90) (layer F.SilkS) (width 0.127)) 14 | (fp_arc (start -5.5 5.5) (end -6 6) (angle 90) (layer F.SilkS) (width 0.127)) 15 | (fp_arc (start -5.5 5.5) (end -5 6) (angle 90) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -5 6) (end 0 1) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -1 0) (end -6 5) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -1 0) (end -6 -5) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start 0 -1) (end -5 -6) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 0 -1) (end 5 -6) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start 6 5) (end 1 0) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start 1 0) (end 6 -5) (layer F.SilkS) (width 0.127)) 23 | (fp_line (start 0 1) (end 5 6) (layer F.SilkS) (width 0.127)) 24 | (fp_line (start -5.5 -5.5) (end 5.5 5.5) (layer F.SilkS) (width 0.254)) 25 | (fp_line (start 5.5 -5.5) (end -5.5 5.5) (layer F.SilkS) (width 0.254)) 26 | (fp_circle (center 0 0) (end 0 -10) (layer F.SilkS) (width 0.127)) 27 | (fp_circle (center 0 0) (end 0 -15) (layer F.SilkS) (width 0.127)) 28 | (pad 1 thru_hole rect (at -5 0) (size 3 3) (drill 2) (layers *.Cu *.Mask F.SilkS)) 29 | (pad 2 thru_hole circle (at 5 0) (size 3 3) (drill 2) (layers *.Cu *.Mask F.SilkS)) 30 | ) 31 | -------------------------------------------------------------------------------- /library/ab2_pinouts.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # AB2_RPI_GPIO 5 | # 6 | DEF AB2_RPI_GPIO IO_HDR 0 50 Y Y 1 F N 7 | F0 "IO_HDR" 0 -1050 60 H V C CNN 8 | F1 "AB2_RPI_GPIO" 0 1050 60 H V C CNN 9 | F2 "" 0 500 60 H V C CNN 10 | F3 "" 0 500 60 H V C CNN 11 | DRAW 12 | S -500 1000 500 -1000 0 1 0 N 13 | X 3v3 1 -600 950 100 R 50 50 1 1 B 14 | X 5V 2 600 950 100 L 50 50 1 1 B 15 | X B2(SDA) 3 -600 850 100 R 50 50 1 1 B 16 | X 5V 4 600 850 100 L 50 50 1 1 B 17 | X B3(SCL) 5 -600 750 100 R 50 50 1 1 B 18 | X GND 6 600 750 100 L 50 50 1 1 W 19 | X B4(GPCLK0) 7 -600 650 100 R 50 50 1 1 B 20 | X B14(TXD) 8 600 650 100 L 50 50 1 1 B 21 | X GND 9 -600 550 100 R 50 50 1 1 W 22 | X B15(RXD) 10 600 550 100 L 50 50 1 1 B 23 | X GND 20 600 50 100 L 50 50 1 1 W 24 | X GND 30 600 -450 100 L 50 50 1 1 W 25 | X B21(SCLK) 40 600 -950 100 L 50 50 1 1 B 26 | X B17 11 -600 450 100 R 50 50 1 1 B 27 | X B9(MISO) 21 -600 -50 100 R 50 50 1 1 B 28 | X B6 31 -600 -550 100 R 50 50 1 1 B 29 | X B18(PWM0) 12 600 450 100 L 50 50 1 1 B 30 | X B25 22 600 -50 100 L 50 50 1 1 B 31 | X B12(PWM0) 32 600 -550 100 L 50 50 1 1 B 32 | X B27 13 -600 350 100 R 50 50 1 1 B 33 | X B11(SCLK) 23 -600 -150 100 R 50 50 1 1 B 34 | X B13(PWM1) 33 -600 -650 100 R 50 50 1 1 B 35 | X GND 14 600 350 100 L 50 50 1 1 W 36 | X B8(CE0) 24 600 -150 100 L 50 50 1 1 B 37 | X GND 34 600 -650 100 L 50 50 1 1 W 38 | X B22 15 -600 250 100 R 50 50 1 1 B 39 | X GND 25 -600 -250 100 R 50 50 1 1 W 40 | X B19(MISO) 35 -600 -750 100 R 50 50 1 1 B 41 | X B23 16 600 250 100 L 50 50 1 1 B 42 | X B7(CE1) 26 600 -250 100 L 50 50 1 1 B 43 | X B16 36 600 -750 100 L 50 50 1 1 B 44 | X 3v3 17 -600 150 100 R 50 50 1 1 B 45 | X B0(ID_SD) 27 -600 -350 100 R 50 50 1 1 B 46 | X B26 37 -600 -850 100 R 50 50 1 1 B 47 | X B24 18 600 150 100 L 50 50 1 1 B 48 | X B1(ID_SC) 28 600 -350 100 L 50 50 1 1 B 49 | X B20(MOSI) 38 600 -850 100 L 50 50 1 1 B 50 | X B10(MOSI) 19 -600 50 100 R 50 50 1 1 B 51 | X B5 29 -600 -450 100 R 50 50 1 1 B 52 | X GND 39 -600 -950 100 R 50 50 1 1 W 53 | ENDDRAW 54 | ENDDEF 55 | # 56 | #End Library 57 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_DO-214AB.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_DO-214AB (layer F.Cu) (tedit 52B22F37) 2 | (fp_text reference AB2_DO-214AB (at 0 -3.81) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -0.508 0) (end 0.508 0) (layer F.SilkS) (width 0.635)) 9 | (fp_line (start 0.508 -1.016) (end 0.508 1.016) (layer F.SilkS) (width 0.635)) 10 | (fp_line (start -0.508 0) (end 0.508 1.016) (layer F.SilkS) (width 0.635)) 11 | (fp_line (start -0.508 0) (end 0.508 -1.016) (layer F.SilkS) (width 0.635)) 12 | (fp_line (start -2.413 -2.9464) (end -2.413 2.9464) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -2.5146 2.9464) (end -2.5146 -2.9464) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start -2.6162 -2.9464) (end -2.6162 2.9464) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start -2.7178 2.9464) (end -2.7178 -2.9464) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -2.8194 2.9464) (end -2.8194 -2.9464) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -2.921 -2.9464) (end -2.921 2.9464) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -3.0226 2.9464) (end -3.0226 -2.9464) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -3.1242 -2.9464) (end -3.1242 2.9464) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start -3.2258 2.9464) (end -3.2258 -2.9464) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start -3.3274 -2.9464) (end -3.3274 2.9464) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start -3.429 -2.95275) (end 3.429 -2.95275) (layer F.SilkS) (width 0.127)) 23 | (fp_line (start 3.429 -2.95275) (end 3.429 2.95275) (layer F.SilkS) (width 0.127)) 24 | (fp_line (start 3.429 2.95275) (end -3.429 2.95275) (layer F.SilkS) (width 0.127)) 25 | (fp_line (start -3.429 2.95275) (end -3.429 -2.95275) (layer F.SilkS) (width 0.127)) 26 | (pad 2 smd rect (at -3.1115 0) (size 1.524 3.2004) (layers F.Cu F.Paste F.Mask)) 27 | (pad 1 smd rect (at 3.1115 0) (size 1.524 3.2004) (layers F.Cu F.Paste F.Mask)) 28 | ) 29 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_2043_R.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_2043_R (layer F.Cu) (tedit 52C0E684) 2 | (fp_text reference AB2_2043_R (at 0 -6.35) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 6.35) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -1.85 5.45) (end -1.85 -5.45) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -1.95 -5.45) (end -1.95 5.45) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -2.05 5.45) (end -2.05 -5.45) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -2.15 -5.45) (end -2.15 5.45) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -2.25 5.45) (end -2.25 -5.45) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start -2.35 -5.45) (end -2.35 5.45) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 2.35 5.45) (end 2.35 -5.45) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 2.25 -5.45) (end 2.25 5.45) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 2.15 5.45) (end 2.15 -5.45) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 2.05 -5.45) (end 2.05 5.45) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 1.95 5.45) (end 1.95 -5.45) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start 1.85 -5.45) (end 1.85 5.45) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start 1.75 -5.45) (end 1.75 5.45) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start -1.75 -5.45) (end -1.75 5.45) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start -2.45 -5.45) (end 2.45 -5.45) (layer F.SilkS) (width 0.127)) 23 | (fp_line (start 2.45 -5.45) (end 2.45 5.45) (layer F.SilkS) (width 0.127)) 24 | (fp_line (start 2.45 5.45) (end -2.45 5.45) (layer F.SilkS) (width 0.127)) 25 | (fp_line (start -2.45 5.45) (end -2.45 -5.45) (layer F.SilkS) (width 0.127)) 26 | (pad 1 smd rect (at -2.3 0) (size 1 11.2) (layers F.Cu F.Paste F.Mask)) 27 | (pad 2 smd rect (at 2.3 0) (size 1 11.2) (layers F.Cu F.Paste F.Mask)) 28 | (model ab2_passive/AB2_2043_R.x3d 29 | (at (xyz 0 0 0)) 30 | (scale (xyz 0.3937 0.3937 0.3937)) 31 | (rotate (xyz 0 0 0)) 32 | ) 33 | ) 34 | -------------------------------------------------------------------------------- /modules/ab2_vssop.pretty/AB2_VSSOP08.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_VSSOP08 (layer F.Cu) (tedit 59F74977) 2 | (fp_text reference AB2_VSSOP08 (at -2.55 0 90) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at -3.9 2.15 90) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_circle (center -1.1 1.1) (end -0.9 1.1) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -0.95 2.4) (end -0.95 1.6) (layer F.SilkS) (width 0.3)) 10 | (fp_line (start -0.325 2.4) (end -0.325 1.6) (layer F.SilkS) (width 0.3)) 11 | (fp_line (start 0.95 2.4) (end 0.95 1.6) (layer F.SilkS) (width 0.3)) 12 | (fp_line (start 0.325 2.4) (end 0.325 1.6) (layer F.SilkS) (width 0.3)) 13 | (fp_line (start 0.325 -1.6) (end 0.325 -2.4) (layer F.SilkS) (width 0.3)) 14 | (fp_line (start 0.95 -1.6) (end 0.95 -2.4) (layer F.SilkS) (width 0.3)) 15 | (fp_line (start -0.325 -1.6) (end -0.325 -2.4) (layer F.SilkS) (width 0.3)) 16 | (fp_line (start -0.95 -1.6) (end -0.95 -2.4) (layer F.SilkS) (width 0.3)) 17 | (fp_line (start 1.5 0) (end 1.5 1.5) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start 1.5 1.5) (end -1.5 1.5) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start -1.5 1.5) (end -1.5 -1.5) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start -1.5 -1.5) (end 1.5 -1.5) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start 1.5 -1.5) (end 1.5 0) (layer F.SilkS) (width 0.127)) 22 | (pad 1 smd rect (at -0.95 2.425) (size 0.4 1.2) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at -0.325 2.425) (size 0.4 1.2) (layers F.Cu F.Paste F.Mask)) 24 | (pad 3 smd rect (at 0.325 2.425) (size 0.4 1.2) (layers F.Cu F.Paste F.Mask)) 25 | (pad 4 smd rect (at 0.95 2.425) (size 0.4 1.2) (layers F.Cu F.Paste F.Mask)) 26 | (pad 5 smd rect (at 0.95 -2.425) (size 0.4 1.2) (layers F.Cu F.Paste F.Mask)) 27 | (pad 6 smd rect (at 0.325 -2.425) (size 0.4 1.2) (layers F.Cu F.Paste F.Mask)) 28 | (pad 7 smd rect (at -0.325 -2.425) (size 0.4 1.2) (layers F.Cu F.Paste F.Mask)) 29 | (pad 8 smd rect (at -0.95 -2.425) (size 0.4 1.2) (layers F.Cu F.Paste F.Mask)) 30 | ) 31 | -------------------------------------------------------------------------------- /modules/ab2_passive.pretty/AB2_2525_L.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_2525_L (layer F.Cu) (tedit 52B338AF) 2 | (fp_text reference AB2_2525_L (at 0 -3.81) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 3.81) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -3.556 -1.5875) (end -3.556 1.5875) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start -3.4925 1.5875) (end -3.4925 -1.5875) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -3.429 -1.5875) (end -3.6195 -1.5875) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -3.6195 -1.5875) (end -3.6195 1.5875) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start -3.6195 1.5875) (end -3.429 1.5875) (layer F.SilkS) (width 0.127)) 13 | (fp_line (start 3.556 1.5875) (end 3.556 -1.5875) (layer F.SilkS) (width 0.127)) 14 | (fp_line (start 3.4925 -1.5875) (end 3.4925 1.5875) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 3.429 -1.5875) (end 3.6195 -1.5875) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start 3.6195 -1.5875) (end 3.6195 1.5875) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start 3.6195 1.5875) (end 3.429 1.5875) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -3.429 -2.6035) (end -3.429 2.6035) (layer F.SilkS) (width 0.127)) 19 | (fp_line (start 3.429 -2.6035) (end 3.429 2.6035) (layer F.SilkS) (width 0.127)) 20 | (fp_line (start -2.794 -3.2385) (end 2.794 -3.2385) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start -2.794 3.2385) (end 2.794 3.2385) (layer F.SilkS) (width 0.127)) 22 | (fp_arc (start -2.794 2.6035) (end -2.794 3.2385) (angle 90) (layer F.SilkS) (width 0.127)) 23 | (fp_arc (start -2.794 -2.6035) (end -3.429 -2.6035) (angle 90) (layer F.SilkS) (width 0.127)) 24 | (fp_arc (start 2.794 -2.6035) (end 2.794 -3.2385) (angle 90) (layer F.SilkS) (width 0.127)) 25 | (fp_arc (start 2.794 2.6035) (end 3.429 2.6035) (angle 90) (layer F.SilkS) (width 0.127)) 26 | (pad 1 smd rect (at -3.429 0) (size 2.032 3.429) (layers F.Cu F.Paste F.Mask)) 27 | (pad 2 smd rect (at 3.429 0) (size 2.032 3.429) (layers F.Cu F.Paste F.Mask)) 28 | ) 29 | -------------------------------------------------------------------------------- /modules/ab2_terminal_block.pretty/AB2_AKZ500_04-SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | (module AB2_AKZ500_04-SMD (layer F.Cu) (tedit 51D8682E) 2 | (fp_text reference AB2_AKZ500_04-SMD (at 0 5.08) (layer F.SilkS) 3 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 4 | ) 5 | (fp_text value VAL** (at 0 8.89) (layer F.SilkS) 6 | (effects (font (size 0.8128 0.8128) (thickness 0.0762))) 7 | ) 8 | (fp_line (start -11.811 2.667) (end 11.811 2.667) (layer F.SilkS) (width 0.1524)) 9 | (fp_line (start -11.811 2.159) (end 11.811 2.159) (layer F.SilkS) (width 0.1524)) 10 | (fp_line (start 11.811 2.159) (end 11.811 2.286) (layer F.SilkS) (width 0.1524)) 11 | (fp_line (start 11.811 2.286) (end -11.811 2.286) (layer F.SilkS) (width 0.1524)) 12 | (fp_line (start -11.811 2.286) (end -11.811 2.413) (layer F.SilkS) (width 0.1524)) 13 | (fp_line (start -11.811 2.413) (end 11.811 2.413) (layer F.SilkS) (width 0.1524)) 14 | (fp_line (start 11.811 2.413) (end 11.811 2.54) (layer F.SilkS) (width 0.1524)) 15 | (fp_line (start 11.811 2.54) (end -11.811 2.54) (layer F.SilkS) (width 0.1524)) 16 | (fp_line (start -11.811 2.54) (end -11.811 2.667) (layer F.SilkS) (width 0.1524)) 17 | (fp_line (start -11.811 2.032) (end 11.811 2.032) (layer F.SilkS) (width 0.1524)) 18 | (fp_line (start 11.811 2.032) (end 11.811 11.557) (layer F.SilkS) (width 0.1524)) 19 | (fp_line (start 11.811 11.557) (end -11.811 11.557) (layer F.SilkS) (width 0.1524)) 20 | (fp_line (start -11.811 11.557) (end -11.811 2.032) (layer F.SilkS) (width 0.1524)) 21 | (fp_line (start 7.62 2.032) (end 7.62 -1.27) (layer F.SilkS) (width 1.27)) 22 | (fp_line (start 2.54 2.032) (end 2.54 -1.27) (layer F.SilkS) (width 1.27)) 23 | (fp_line (start -2.54 2.032) (end -2.54 -1.27) (layer F.SilkS) (width 1.27)) 24 | (fp_line (start -7.62 2.032) (end -7.62 -1.27) (layer F.SilkS) (width 1.27)) 25 | (pad 1 smd rect (at -7.62 0) (size 1.905 3.81) (layers F.Cu F.Paste F.Mask)) 26 | (pad 2 smd rect (at -2.54 0) (size 1.905 3.81) (layers F.Cu F.Paste F.Mask)) 27 | (pad 3 smd rect (at 2.54 0) (size 1.905 3.81) (layers F.Cu F.Paste F.Mask)) 28 | (pad 4 smd rect (at 7.62 0) (size 1.905 3.81) (layers F.Cu F.Paste F.Mask)) 29 | ) 30 | --------------------------------------------------------------------------------