jpt13653903 / Gerber2PDF

Gerber to PDF converter
https://sourceforge.net/projects/gerber2pdf/
GNU General Public License v3.0
34 stars 11 forks source link

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

Open abpyu opened 3 weeks ago

abpyu commented 3 weeks ago

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

jpt13653903 commented 2 weeks ago

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

jpt13653903 commented 2 weeks ago

For more insight - have a look at the examples