Salvador E. Tropea

Results 142 comments of Salvador E. Tropea
trafficstars

Hi @leoheck ! Blender can run Python scripts and you can use KiBot! I use: https://github.com/INTI-CMNB/KiBot/blob/master/kibot/blender_scripts/blender_export.py

Hi @myamigo ! Take a look at [KiBot](https://github.com/INTI-CMNB/KiBot), it can generate printed outputs of each variant, you can even generate new schematics and PCBs with the variants applied. KiBot can...

Hi @SchrodingersGat ! > with a way of implementing this seamlessly, let me know! Lamentably the Python schematic API (in the roadmap for 6.0) was never implemented, so you must...

Hi @TrooperN and @whitequark ! I don't think this is a bug, not at least in this project. Anyways, I was adapting the code in KiBot and here is the...

Hi @kasbah and @hildogjr ! - I made a port to Lark, the lark grammar can be found [here](https://github.com/INTI-CMNB/KiBot/blob/dev/kibot/resources/parsers/electro.lark). - The class to convert the parsed tree into a dict...

Just a note about it: In KiBot I handle it this way: - Check if the locale defines a *decimal point* that isn't `.` - If this is the case...

Hi @mundodisco8 ! I think pcb2blender doesn't support transparency. The `stackup` file stores RGB, not RGBA (which KiCad can use). I'm discarding the alpha channel (4th value) like this: ```python...

Hi @RolandWa ! This is a good idea ... but ... I don't see a mechanism to declare Python dependencies. I think KiCad plug-ins packaged for the Addon Manager are...

Note that this problem was discussed in the KiCad Forum 1 year ago, without solutions https://forum.kicad.info/t/plugin-and-content-manager-how-to-handle-plugins-with-dependencies/31884