Leandro Heck

Results 501 comments of Leandro Heck
trafficstars

plotPCB.py has the macos path hardcoded. It may be related. What is the output running this command? Replace the `[board_name]` with yours, please. ``` plotpcb [board_name].kicad_pcb ```

> I do see SVGs being created for all of the layers, but they're all blank SVGs. Dude, please. What is the name of your board? This does not look...

Dude, focus, please, is it working or not? Does it help or not? What is the output of the command with the right board name?

I see. I don't have a macOS and this looks like a specific issue with macOS. On Linux it kind of working. It is not perfect I think, but it...

Post your issue in the Forum first to start this discussion. Maybe someone knows how to fix this. Or file a report directly in Gitlab exactly as you are doing...

Kicad 6.0.1 was released. Could you check if this is still happening there?

I also see some messages but the files are being generated, as you can see. ![image](https://user-images.githubusercontent.com/1277920/149664848-3e72d859-4279-46ad-91bb-65b08c70414b.png)

This is Kicad's version I have installed `6.0.1-79c1e3a40b~116~ubuntu21.10.1`

@edahlseng this branch was improved a bit. It is working for me on a Macbook Air (M1) as you can see the screenshot here https://github.com/leoheck/KiCad-Diff/tree/improve-svg ![image](https://user-images.githubusercontent.com/1277920/149669785-77595fd9-4f1a-4cae-9950-e7a3edc26588.png) I don't think it...

The fix or workaround from Kicad team would be better because the fix I created is not good at all, it is a nonsmart fix that may fail sometimes. To...