KiCad 4.0.7 Stable Release

The KiCad project is proud to announce the latest stable release of KiCad. The 4.0.7 stable version contains critical bug fixes and other minor improvements since the last release. It also includes improved footprint, symbol, and 3D model libraries, translations, and documentation. The stable release version 4.0.7 is made from the stable 4.0 branch with bug fixes cherry picked from the development branch of KiCad. KiCad binaries are available or will be available in the near future for download for Windows, OSX and Linux, see the download page for guidance.
Continue reading

KiCad 4.0.6 Stable Release

The KiCad project is proud to announce the latest stable release of KiCad. The 4.0.6 stable version contains critical bug fixes and other minor improvements since the last release. One other notable change was the replacement of the Avhttp library with the libcurl library when building the GitHub plugin. This should allow Linux distributions that are not compatible with the OpenSSL library license to distribute KiCad with the GitHub plugin enabled.
Continue reading

KiCad 4.0.5 Stable Release

The KiCad project is proud to announce a new stable release of KiCad. The 4.0.5 stable version contains critical bug fixes and version string improvements since the last release. The stable release version 4.0.5 is made from the stable 4.0 branch with bug fixes cherry picked from the development branch of KiCad. KiCad binaries are available or will be available in the near future for download for Windows, OSX and Linux, see the download page for guidance.
Continue reading

Gerber X2 Support

"blog/categories" = [ "Development Highlight" ] The KiCad project is pleased to announce that it is the first electronic development application to fully support the Gerber X2 extensions. See the article on the PCB Design website. Thanks to the efforts of project founder Jean-Pierre Charras, KiCad can provide full Gerber X2 extension support before any proprietary or open source electronic development applications. The Gerber X2 support is currently available in the nightly builds of KiCad and will ship when the stable 5 version of KiCad is released.
Continue reading

KiCad 4.0.4 Stable Release

Hot on the heels of stable release 4.0.3, there is a new stable release of KiCad. The 4.0.4 stable version contains a few critical fixes that slipped through the cracks in the last release. The stable release version 4.0.4 is made from the stable 4.0 branch with bug fixes cherry picked from the development branch of KiCad. KiCad binaries are available or will be available in the near future for download for Windows, OSX and Linux, see the download page for guidance.
Continue reading

KiCad Switches to Git for Version Control

The moment all of you Git fans have been waiting for has finally arrived! As of August 21st, 2016 the official version control system for the development repository for KiCad is now Git instead of Bazaar. The decision was made to stick with Launchpad as the hosting site rather than move to Github in order to keep our existing bug tracker history. The development team decided that the Lauchpad Git integration had reached a sufficient level of maturity to make the switch.
Continue reading

KiCad 4.0.3 Stable Release

A new stable release of KiCad has been released. The 4.0.3 stable version contains many bug fixes, OSX touch pad improvements, and improved translations. This release contains a new snapshot of the documentation and libraries. It also has the latest changes from the kicad-i18n repo, which now contains complete GUI translations for the following languages: de, fr, it, ja, ru, pl, zh_CN and es. The stable release version 4.0.3 is made from the lp:kicad/4.
Continue reading

New 3DViewer

After almost 15 months in development and testing, the new 3DViewer developed by Mario Luzeiro has been merged with the product branch in revision 6985 http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/revision/6985 and has since been available in the nightly builds of KiCad. This viewer was written entirely from scratch and takes advantage of the 3D plugin system to provide visualization of all 3D model formats supported by available 3D plugins. Features include: Two new render targets: OpenGL (GPU accelerated), and ray tracing with post-processing effects.
Continue reading

KiCad Hackathon At CERN

A cadre of KiCad developers including Wayne Stambaugh, Tom Wlostowski, Maciej (Orson) Suminski, and Simon Richter along with some potential new developers Michele Castellana and Alejandro García Montoro gathered at CERN for a KiCad hackathon the week of July 4th to July 10th organized by CERN’s Javier Serrano. There was even enough time to take a trip to visit the KiCad project founder Jean-Pierre Charras. It would be a gross understatement to say that a good time was had by all.
Continue reading

In Development: 3D Plugins

Seasoned KiCad users are familiar with the venerable 3DViewer tool which has traditionally been used to help verify design by visual inspection and to create images of what a project may look like when it is finished. Historically the 3DViewer could only process a very limited implementation of the VRML2 (aka VRML97) specification as produced by the Wings3D modeler. In the past two years various developers contributed support for VRML1 and a very limited implementation of X3D, which improved the support for VRML generated by FreeCAD.
Continue reading