|
Hello all, I am trying to generate a single PDF with all layers of my PCB, with each layer on their own page. For the record I am currently using Kicad 10.0.1. I thought this was possible using pdf_pcb_print before, but since it is advertised as deprecated I went to pcb_print. However, I can't seem to be able to do what I want: I either get one PDF file for each PCB layer, or one PDF with all player superposed on the same page. If anyone can help me I'd gladly appreciate it. kibot.yaml snippet that gives me 1 PDF per layer: kibot.yaml snippet that gives me 1 PDF with 1 page with all layers cobined: Thanks in advance ! |
Replies: 1 comment 2 replies
|
Just run KiBot with |
Just run KiBot with
--quick-startit will generate a configuration plenty of outputs configured for your project, look for thepcb_printoutput and you'll get a good example.You can also take a look at the config used in the variants example
And the tests/yaml_samples is full of examples, some good and some bad, but you can run them and see what they do.