/PCB_Heater_KiCad

Python script to generate a PCB heater for KiCad

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PCB_Heater_KiCad

Python script to generate a PCB resistor heater for KiCad using tracks.

What does it do :

Create a sample 'test.kicad_pcb' file in Project. If you have KiCad installed, you can see the result at the end of the execution.

How does it work :

pcb_heater_kicad.py -x 10 -y 20

Will generate a file test.kicad_pcb which contains the track heater for a PCB of 10mmĂ—20mm.
More information in the help :

pcb_heater_kicad.py --help