Hello.
I want to recreate this pcb:
https://cdn.sparkfun.com//assets/parts/1/1/1/08033-03.jpg
How can I create rounded pads?
Complex shapes like this can be produced in different ways.
Option 1: inkscape -> svg (vector graphics) file -> svg2mod
Option 2: Any graphics programm -> pixel graphics -> bitmap2component
Option 3: scripting. (python. Either within the footprint wizard or standalone .)
More details in some older posts:
Hello,
I try to realize a button like this:
[image]
I do not know the name that carries, nor how to do in kicad
Thank you for your help
The footprint wizard is Stage 5: Awesome.
Here you go
[image]
Uses pads only, so should have no problem with pcbnew.
Also for square buttons :
[image]
I’d like to duplicate this pattern as a device:
[image]
The challenge is that the gold-colored meandering bit is not a conductive trace; it’s the non-conductive gap between the gray-colored conductive areas. For those who care, this is where the conductive pad of a rubber keypad makes contact on the PCB.
I my head I picture this as two adjacent filled areas separated by a meandering “keep-out” line.
How best to do this in KiCad? Also, there are 30-ish of these, so I’d like to make it a footp…
1 Like