jpt13653903/Gerber2PDF

How can I print two layers (top.Gbr gko.gbr) on a single A4 paper

Opened this issue · 2 comments

abpyu commented

How can I print two layers (top.Gbr gko.gbr) on a single A4 paper, superimposed on top of each other instead of printing separately?

Gerber2pdf -output="My_Project.pdf" -page_size=A4 -colour=255,0,0 C:\G\top.gbr -combine -colour=0,0,255 C:\G\gko.gbr

Hi,

The -combine flag starts a new combined page, so you have to give the -combine first, then the list of files on that page

For more insight - have a look at the examples