Skip to content

Added the possibility of rect and rounded rect pads

KiCad Bot requested to merge github/fork/Misca1234/BGA_Rect_Pads into master

Created by: Misca1234

This is a modification to the BGA.py script that makes it possibly to define the pads as either circle, rect or rounded rect with a new parameter "pad_shape", like this

pad_shape: "rect"

If the parameter is missing it will be circle pads as default.

No modifications have been made to make it possibly to have rectangle pads

bild

bild

bild

Edited by Joel Guittet

Merge request reports