Jan Mrázek

Results 376 comments of Jan Mrázek

I believe that you managed to install `pcbnewTransition` version `0.3`, meanwhile, the current version of Pinion requires version `0.2`

I don't know what system do you run, but it seems that your `libfreetype` crashes. Probably in `librsvg` that converts SVG into bitmap.

This is the problem with Mac signing applications and the way KiCAD is packed for Mac OS. We have a working solution for KiKit (https://yaqwsx.github.io/KiKit/v1.4/installation/macos/) - you should be able...

Could you share the board (or at least outline without components) where it fails? I struggle to reproduce the behavior.

I like this idea. I think it would be even stretched a little further. We could abandon the `.back` items in the library completely and instead just have a single...

We are not alone: https://github.com/python-openxml/python-docx/issues/1302 LXML refuses to parse our empty SVG template: https://github.com/yaqwsx/PcbDraw/blob/0a137fe1d82eefb7e8c1ceacd642d14f13fcde44/pcbdraw/plot.py#L396-L404 It complains that a space is missing before `standalone`... which there is. I haven't been able...

I don't want to pollute PcbDraw with (no-so-well working) heuristics for fixing malformed outline. The most I am willing to do is to refuse to plot such board. In this...

There is no standard or rule for footprint orientation. The 0 orientation is the orientation in which the footprint is drawn. EasyEDA might use different conventions for footprint default rotation....

This is related to the naming change between KiCAD 4 & 5. We should revisit the libraries and probably introduce separate libraries for KiCAD 5 and 6 in the future.

What is the version of PcbDraw you have installed? The most recent version of `create_template.py` definitely requires the most recent version from Git (though, this is not documented yet). Please,...