Results 96 comments of cpresser

Nevertheless, we can have a script output a warning if non latin chars are used. A good check would verify that any char is present in the kicad font. Basically...

I assume the idea is to look at the fab-lines and all the copper. Make a union of them and offset that by the clearance. Then snap it to the...

Actually there is already a proposed patch for that. https://github.com/KiCad/kicad-library-utils/pull/260

This looks like a similar challenge than https://github.com/KiCad/kicad-library-utils/pull/286 I think that the code in there can be easily adopted to work for symbols as well. Is anyone aware of a...

Hi, thanks for your contribution. Can you elaborate why you did distribute the pins the way you did? I am asking because we already have a few different layouts for...

Hi @serkanxselcuk, thanks for your detailed answer. > As like we cannot separate RX/TX in UART or SCL/SDA in I²C; I would place SPI and QSPI pins together at one...

@serkanxselcuk Sorry I am really busy with other stuff right now. Our Hackerspace is moving within the next two weeks.

This took really long, thanks for your patience. - [ ] PinNumbers: The `SO` part has VSS on Pin 10. - [ ] PinTypes: `SIO3` should be bidir - [x]...

Hi @serkanxselcuk are you still active with this PR? If not, I would like to mark this and the related footprint PR as abandoned.

One feature I would love is drop-in compatible symbols for parts of the same series. An example for that is here: https://github.com/KiCad/kicad-symbols/pull/2336