Hello Everyone,
I created a project with multiple boards. Now I want to use the Output Jobs. No Problem with Gerber/BOM/etc. here I can select which board to output.
However with the PDF Jobs “Board Assembly PDF” and “Board Rendering PDF” I have only output for the first board (default) and can find no selector as in the other jobs.
Thanks for any advice!
Hi @Walter11
Ah, I think this has not been implemented in the UI yet. But I think the underlying feature should actually work. If you want to give it a try, you could configure the boards manually in the corresponding project file:
- Close the project in LibrePCB
- From the project’s directory, open the file
project/jobs.lp in a text editor (e.g. notepad)
- Search for
(content (type board) to find the corresponding output job
- The job contains
(board none). You can replace it by (board all) to export all boards, or for specific boards you can copy the configuration from other output jobs.
I hope this works for now, but of course for long term we need to implement this in the UI.
Many thanks for the answer. Works for me 