kicad-panelizer
kicad-panelizer copied to clipboard
A simple script to create a v-scored panel of a KiCad board.
Most fabs want vscore lines on the Edge.Cuts layer, this means that the panel has various lines for rails and vscores that aren't strictly board outlines and this causes an...
OS: Win 10 KiCad version: 5.1.4 Python 3 installed. When I try to run the script with `./panelizer.py --panelx=100 --panely=100 /path/to/source_board.kicad_pcb`, i the the error from the title: ``` Traceback...
Tooling holes - fiducials and 3mm holes on rails (mostly written by @willemcvu) reference: https://www.worthingtonassembly.com/panelization
Is there a way to pull back copper layers to the pullback distances so if the user presses "b" on the panel, it doesn't get wrecked (by copper getting too...
The script does not seem to cope with Kicad 8.x PCBs. What should be changed to make it work with the newest KiCad ?