Tibor Gáts
Tibor Gáts
There is an error in through-hole pad generation. The created `.kicad_mod` file has this layer definition for through-hole pads: `(layers F.Cu F.Mask F.Paste B.Cu B.Mask B.Paste)`. We definitely do not...
A `dfn.coffee` file is missing from this folder: `qeda/src/pattern/default/` I guess it should contain the followings: ```coffee twoPin = require './common/two-pin' module.exports = (pattern, element) -> housing = element.housing housing.dfn...
The QEDA created courtyard layer drawings are not compatible with the newest KiCad version. I get this error at DRC: `ErrType(46): Footprint has incorrect courtyard (not a closed shape)` The...
I tried to create a BGA housed FET in QEDA, but I get a broken schematic symbol:  It would be nice to have `G`, `D`, `S` signs on the...
There are some parts with QFN package, where the leads at the corner would normally be too close (or even overlap sometimes), due to the small body size. These packages...
Many parts (QFN, SON) often has a Tab with a 45° cut corner for signing pin 1 position. It would be nice to be able to define a `tabCut` parameter,...
It would be nice to have an option for telling QEDA which naming convention to use for footprint generation. - IPC-7351B - for compatibility with old designs - IPC-7351C -...
When I generate BGA land patterns with collapsing ball (or NSMD pads), I would like to define custom values for the solder mask and paste margins. For example typical values...
For most of the housings there are `padLength` and `padWidth` parameters. But if I choose `pattern: custom`, instead of `padLength` there is `padHeight`. I think, it is a mistake. There...