All Projects → thesourcerer8 → Altium2kicad

thesourcerer8 / Altium2kicad

Licence: gpl-2.0
Altium to KiCad converter for PCB and schematics

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Altium2kicad

Dji Hardware Schematics
Community made schematics for the DJI drones and devices.
Stars: ✭ 72 (-85.31%)
Mutual labels:  kicad, pcb, schematics
Stretch
KiCad to SVG and then back again
Stars: ✭ 56 (-88.57%)
Mutual labels:  pcb, kicad
Awesome Electronics
A curated list of awesome resources for electronic engineers and hobbyists
Stars: ✭ 3,782 (+671.84%)
Mutual labels:  kicad, pcb
Lotus58
A 58 key split ergo linear keyboard derived from the Lily58 family
Stars: ✭ 142 (-71.02%)
Mutual labels:  pcb, kicad
snackymini-keyboard
Snackymini Keyboard
Stars: ✭ 28 (-94.29%)
Mutual labels:  pcb, kicad
stack-chan
A JavaScript-driven M5Stack-embedded super-kawaii robot.
Stars: ✭ 242 (-50.61%)
Mutual labels:  schematics, kicad
Pinion
Generate interactive and nice-looking diagrams for your PCBs!
Stars: ✭ 264 (-46.12%)
Mutual labels:  pcb, kicad
Model-M-Type-C
A modern yet simple Model M replacement controller
Stars: ✭ 67 (-86.33%)
Mutual labels:  pcb, kicad
kicad-exports
Auto generate exports (schematics, gerbers, plots) for any KiCAD5 project.
Stars: ✭ 69 (-85.92%)
Mutual labels:  schematics, kicad
MechanicalKeyboardKiCADTemplates
KiCAD Templates to design a mechanical keyboard with multiple MCU's included.
Stars: ✭ 69 (-85.92%)
Mutual labels:  pcb, schematics
Pcbdraw
Convert your KiCAD board into a nice looking 2D drawing suitable for pinout diagrams
Stars: ✭ 426 (-13.06%)
Mutual labels:  kicad, pcb
djinn
Djinn Split Keyboard
Stars: ✭ 685 (+39.8%)
Mutual labels:  pcb, kicad
WolfieMouse
IEEE Reion 1 Micromouse competition.
Stars: ✭ 29 (-94.08%)
Mutual labels:  pcb, kicad
nestronic
Nestronic Game Music Synthesizer Alarm Clock
Stars: ✭ 24 (-95.1%)
Mutual labels:  schematics, kicad
0xCB-1337
Mechanical macropad with OLED running QMK
Stars: ✭ 33 (-93.27%)
Mutual labels:  pcb, kicad
splendida
256 WS2812B LEDs arranged in Fermat's Spiral Shape
Stars: ✭ 28 (-94.29%)
Mutual labels:  pcb, kicad
Pcb
PCB and PCB related bits
Stars: ✭ 325 (-33.67%)
Mutual labels:  kicad, pcb
Qucs-RFlayout
Export Qucs RF schematics to KiCad layouts & OpenEMS scripts
Stars: ✭ 78 (-84.08%)
Mutual labels:  pcb, kicad
tracy
gps + gprs tracker
Stars: ✭ 24 (-95.1%)
Mutual labels:  pcb, schematics
keyswitch-kicad-library
Footprints for popular keyboard switches
Stars: ✭ 163 (-66.73%)
Mutual labels:  pcb, kicad

altium2kicad

Altium to KiCad converter for PCB and schematics

Altium2KiCad

System requirements: Perl Optionally: https://github.com/cbernardo/kicad_oce_vis or https://github.com/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:

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].