Shamil
Shamil
I like this idea but as far as I know there is a lack of polygonal pads in KiCad. I do not like multiple pads with same numbers forming complex...
2. Unfortunately these IC descriptors are GOST specific therefore they are not included to component descriptions. Current IC descriptors are exctracted from keywords. See for details (`purposes` variable): https://github.com/qeda/qeda/blob/master/src/symbol/gost/ic.coffee So,...
There is a plan to add separate pattern style for IPC-7351C until standard is not adopted (#14). And in future it will be used by default with possibility to choose...
There is experimental 3D support added recently (not included to release yet). Not realistic models but body boxes. 
Looking forward to STEP support to be added to main release of KiCad. But only VRML is supported at the moment.
This is the bug indeed, thank you for reporting. About adding the case pin I need to investigate.
There is no problem to add link to SPICE model, but that is a question how to use it because I did not use SPICE modeling in KiCad. I will...
Interesting information, thanks a lot. Will examine it.
Yes you are right. This is due to `bodyWidth` and `bodyLength` confusion. Now `bodyWidth` is always horizontal. Now I understand this was bad decision. I hope this issue will be...
There is no `padLength`. 3D objects (lead, body etc.) have `width`, `length` and `height`. 2D objects have `width` and `height` only. Tab is considered to be 3D so it has...