Altium2kicad

Altium to KiCad converter for PCB and schematics
Alternatives To Altium2kicad
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Librepcb1,639
21 hours ago165gpl-3.0C++
A powerful, innovative and intuitive EDA suite for everyone!
Altium Library1,417
2 days ago30
Open source Altium Database Library with over 165,000 high quality components and full 3d models.
Altium2kicad692
4 months ago74gpl-2.0Perl
Altium to KiCad converter for PCB and schematics
8bit Cpu253
a year agomitPython
Schematics & code for my 74LS-based 8-bit MK1 CPU
Kicad Tools115
a year ago13Shell
Various bits of automation for using KiCAD and Git together
Blueesc106
7 years agogpl-3.0Eagle
Simple, open-source ESC that uses the SimonK firmware.
Drumkid79
a month ago9otherHTML
Mechanicalkeyboardkicadtemplates76
a year agon,ull
KiCAD Templates to design a mechanical keyboard with multiple MCU's included.
Qucs Rflayout75
3 months ago2gpl-3.0C++
Export Qucs RF schematics to KiCad layouts & OpenEMS scripts
Pico Dco72
6 days agoC
Polyphonic Digitally Controlled Oscillator (DCO) controlled by Raspberry Pi Pico PIO
Alternatives To Altium2kicad
Select To Compare


Alternative Project Comparisons
Readme

altium2kicad

Altium to KiCad converter for PCB and schematics

Altium2KiCad

System requirements: Perl Optionally: cbernardo/kicad_oce_vis or twlostow/step2wrl or FreeCAD

To convert your Altium project to KiCad:

This software is also provided as an online service: http://www2.futureware.at/KiCad/

To use it on your computer, install the git client (e.g. apt-get install git ) and download the software (e.g. git clone https://github.com/thesourcerer8/altium2kicad/ ) Go to the directory with your .PcbDoc and .SchDoc files and run:

  • perl unpack.pl (it unpacks the .PcbDoc and .SchDoc files into subdirectores)
  • If the Altium design contains 3D models in step format, run kicadd_oce_vis or step2wrl or FreeCAD to convert the files to wrl (with FreeCAD open and execute the macro step2wrl.FCMacro )
  • perl convertschema.pl (it converts the schematics from the subdirectories to .sch and -cache.lib files)
  • perl convertpcb.pl (it converts the PCB to .kicad_pcb files)

Due to the huge differences between Altium and KiCad, the weak fileformat documentation and the high complexity of the fileformats, this converter cannot guarantee the quality of the conversion. Please verify the output of the converter If this converter does not work for your files, feel free to provide your files and screenshots of how they do look like and how they should look like, and I will try to help.

Current limitations of this converter:

  • Design Rule Check settings are not converted

Currently known Limitations of KiCad:

  • Bezier curves for component symbols -> WONTFIX -> Workaround with linearization
  • Multi-line Text Frames
  • A GND symbol with multiple horizontal lines arranged as a triangle
  • Individual colors for single objects like lines, ...
  • Ellipse
  • Round Rectangle
  • Elliptical Arc
  • Rigid-Flex
  • Octagonal pads not supported
  • Arcs with a larger line thickness than the radius from Altium designs break the the VRML export
  • STEP(STP) file support -> Will be fixed in the future, intermediate Workaround: Conversion with stp2wrl or FreeCAD

User Success Stories:

Popular Schematics Projects
Popular Pcb Projects
Popular Hardware Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Perl
Pcb
Arc
Kicad
Schematics
File Format