Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.
Oliver edited this page Sep 25, 2016 · 8 revisions

Welcome to the KiCad Footprint Wizards repository

This repository contains footprint wizards to be used within KiCad EDA software to generate PCB footprints parametrically using a set of defined parameters.

Footprint wizards are written in Python and are simple to develop. Each footprint wizard defines a number of footprint parameters, which are organised into categories called "Pages". Read further on footprint parameters

To greatly simplify development of custom footprint wizards, the FootprintWizard base class is provided, and only a handful of simple functions need to be written for each wizards. Read further on minimum wizard requirements

Clone this wiki locally