Jan Mrázek

Results 376 comments of Jan Mrázek

I guess I can't have a better and more accurate answer than - these are the entry points to the update routine: https://github.com/yaqwsx/jlcparts/blob/5fa91e1562a69d0abdd0246d11d20f07c3cb28ca/.github/workflows/update_components.yaml#L61-L66. The rest of the code is in...

Hi! I have plans to revisit PCBDraw and actually use the rendering facilities in Kicad-cli. However, lately, I have struggled to find enough time to make larger changes to my...

This is a new feature in KiCAD 9, which I wasn't aware about (and it is implemented differently from standard net classes).

Meanwhile, there is a bug in the full-width tab generator, I believe you don't want to use it. If it worked correctly, this is the expected output: ![Screenshot from 2024-10-15...

Since you haven't provided the code, it is hard to judge. But I guess your plugin doesn't inherit from a `FiducialsPlugin`.

Yes, KiKit internally converts everything to segments by design. It shouldn't, however, break the panelization. Your design must trigger some other problem. However, you haven't provided files for reproduction so...

This isn't a trivial feature to implement. It means: - rewriting all the standard DRC rules into to custom DRC format and - building a global lifted state. That is...

This is a limitation of the current partition line building algorithm - and it boils down to https://github.com/yaqwsx/KiKit/issues/151. For your particular case with tightframe, it would be sufficient to specify...

JLC PCB is not "the single manufacturer we support". So, I am not willing to change the default behavior of KiKit panelization to match the non-standard and insane requirements of...

@mikhailmihalkov As far as I know, there is no standardized meaning for Gerber layers. Every CAD does differently. If I want to follow your logic, "it is a mechanical layer",...