I would like to automate the generation of images of the 3D model of a PCB. Currently I do that manually in this way:
- Open a KiCad PCB.
- Click “View→3D Viewer”.
- Click and drag with the mouse to rotate the PCB into the desired angle.
- Click on “File→Export Current View as PNG”.
Is it possible to do this using kicad-cli
? Is there any other tool that can do this? Like exporting the 3D model using kicad-cli export
and then using something else like FreeCAD?