Home > Research > Publications & Outputs > Create 3D Models of Components and Board Outlin...

Electronic data

  • using_3D_CAD_with_kicad_v1

    Accepted author manuscript, 58.8 KB, PDF document

    Available under license: CC BY: Creative Commons Attribution 4.0 International License

View graph of relations

Create 3D Models of Components and Board Outlines in KiCad: Using the CadQuery Library for Python

Research output: Contribution to Journal/MagazineJournal articlepeer-review

Published
Article number1
<mark>Journal publication date</mark>1/03/2024
<mark>Journal</mark>Circuit Cellar
Issue number404
Volume1
Number of pages6
Pages (from-to)4-9
Publication StatusPublished
<mark>Original language</mark>English

Abstract

KiCad [1] has rapidly become one of the most popular open-source and freely available packages for schematic entry and PCB layout. Every design package has its own quirks and characteristics. I have spent more than a few hours searching for solutions to problems with the software. In this article, I present two solutions solved by using 3D computer-assisted design (CAD). The CAD package presented is CadQuery [2], which is a library for Python. This library enables us to create complex CAD objects through code.