I want to print PCB files in one single Page, but printer printed Number of the layers copies

I want to print 10 layer PCB in “one single page” option,

But the printer print 10 pages for one PCB

Is this a bug or bad options ?

My Kicad is 4.0.2-stable, MacOSX version

Printing 10 layers in one single page is not a good idea. Unless you’re trying to print them side by side, which can not be done with KiCad.

Print your layers as SVG and collect them with vector graphics manipulating program.

1 Like

When you open the print dialog, what do you have selected top right “Page Print”
On Linux this offers 1 Page per layer (default) and Single page

To make sense of single page you need a colour printer.
@keruseykaryu SVG suggestion is good, make the layers partially transparent and you can see what is going on much more easily

Thanks all @Andy_P @davidsrsb @keruseykaryu