All Projects → xtoolbox → pcad2kicad

xtoolbox / pcad2kicad

Licence: MIT license
Convert Altium Designer and PCAD library to KiCad

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to pcad2kicad

kicad-library
This repo contains KICAD libraries necessary for designing hardware projects
Stars: ✭ 30 (-68.09%)
Mutual labels:  symbol, footprint
keyswitch-kicad-library
Footprints for popular keyboard switches
Stars: ✭ 163 (+73.4%)
Mutual labels:  kicad, footprint
CrumpPrints.pretty
KiCad repo for footprints I've made.
Stars: ✭ 19 (-79.79%)
Mutual labels:  kicad, footprint
KiBot
KiCad automation utility
Stars: ✭ 203 (+115.96%)
Mutual labels:  kicad, 3d-models
ecad-models
Random 3D models and such for CAD/ECAD
Stars: ✭ 18 (-80.85%)
Mutual labels:  kicad, 3d-models
Kicad 3d Models In Freecad
kicad 3d models in freecad
Stars: ✭ 104 (+10.64%)
Mutual labels:  kicad, 3d-models
Blacksmith
Blacksmith is a tool for viewing, extracting, and converting textures, 3D models, and sounds from Assassin's Creed: Odyssey/Origins/Valhalla and Steep.
Stars: ✭ 104 (+10.64%)
Mutual labels:  3d-models
27c160-tl866-adapter
Adapter to program EPROMs with more than 40 Pins on the TL866 universal programmer.
Stars: ✭ 81 (-13.83%)
Mutual labels:  kicad
CH330 Hardware
CH330 breakout board
Stars: ✭ 24 (-74.47%)
Mutual labels:  kicad
Minikame
ESP8266 based quadruped with 8DOF and oscillator based gaits.
Stars: ✭ 233 (+147.87%)
Mutual labels:  kicad
svg2mod
Convert Inkscape SVG drawings to KiCad footprint modules
Stars: ✭ 72 (-23.4%)
Mutual labels:  kicad
3D-GuidedGradCAM-for-Medical-Imaging
This Repo containes the implemnetation of generating Guided-GradCAM for 3D medical Imaging using Nifti file in tensorflow 2.0. Different input files can be used in that case need to edit the input to the Guided-gradCAM model.
Stars: ✭ 60 (-36.17%)
Mutual labels:  3d-models
SPHARM-PDM
Shape analysis has become of increasing interest to the medical community due to its potential to precisely locate morphological changes between healthy and pathological structures. SPHARM-PDM is a tool that computes point-based models using a parametric boundary description for the computing of Shape analysis.
Stars: ✭ 32 (-65.96%)
Mutual labels:  3d-models
HAGIWOs Module
eurorack modular synthesizers projects using Arduino.
Stars: ✭ 76 (-19.15%)
Mutual labels:  kicad
samoklava
Generated keyboard
Stars: ✭ 241 (+156.38%)
Mutual labels:  kicad
symbol-cli
Command-line tool for Symbol
Stars: ✭ 35 (-62.77%)
Mutual labels:  symbol
Eurorack-pcbs
A collection of easy to solder DIY eurorack PCB's
Stars: ✭ 137 (+45.74%)
Mutual labels:  kicad
q-pack
Open source version of the proton pack from the Ghostbusters movies
Stars: ✭ 78 (-17.02%)
Mutual labels:  3d-models
HxSTLParser
Basic STL loader for SceneKit
Stars: ✭ 23 (-75.53%)
Mutual labels:  3d-models
rs485-moist-sensor
Digital (RS485 - based) soil moisture and temperature sensor
Stars: ✭ 51 (-45.74%)
Mutual labels:  kicad

PCAD/AD库文件转换KiCad工具

Convert PCAD/AD library to Kicad

特点:

  1. Altium Designer的二进制原理图库转换成KiCad格式

  2. PCAD的ASCII原理图库转换成KiCad格式

  3. PCAD的ASCII封装图库转换成KiCad格式

Feature:

  1. Altium Designer binary schlib to KiCad symbol library

  2. PCAD ASCII symbol library to KiCad symbol library

  3. PCAD ASCII footprint library to KiCad footprint library

ad2kicad

require 7z and lua 5.3

Signle mode:

lua ad2kicad.lua <inName> [outName] [fpLib]

Batch mode:

lua ad2kicad.lua --batch <inPath> [outPath] [fpLib] [prefix] [O1=N1[ O2=N2...]]

pcad2kicad

require lua 5.3

Signle mode:

lua pcad2kicad.lua <inName> [outName] [outPath] [fpLib]

Batch mode:

lua pcad2kicad.lua --batch <inPath> [outPath] [fpLib] [prefix] [O1=N1[ O2=N2...]]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].