gerbmerge/testdata
Scott Daniels b357959c37 Updated layout.cfg examples for latest changes:
* metric
 * timeout
 * SeeedStudio & Diptrace conventions
2013-04-28 17:51:38 -05:00
..
Makefile Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
README Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
fabdwg.txt Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
hexapod.bor Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
hexapod.brd Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
hexapod.cam Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
hexapod.cmp Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
hexapod.plc Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
hexapod.sch Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
hexapod.sol Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
hexapod.xln Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
layout1.cfg Updated layout.cfg examples for latest changes: 2013-04-28 17:51:38 -05:00
layout1.def Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
layout2.cfg Updated layout.cfg examples for latest changes: 2013-04-28 17:51:38 -05:00
layout2.def Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
proj1.bor Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
proj1.brd Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
proj1.cam Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
proj1.cmp Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
proj1.drl Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
proj1.plc Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
proj1.pls Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
proj1.sch Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
proj1.sol Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
proj1.stc Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
proj1.sts Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00
proj1.xln Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00

README

This directory contains example projects for demonstrating GerbMerge.

Proj1 is a small board that has ovals, thermals, arcs, circles, polygons,
and text. Hexapod is the example board that comes with Eagle.

Each project has CAM data generated from its associated *.cam file,
hence proj1.cam and hexapod.cam were used to generate drawing data.

The "layout1.cfg" and "layout1.def" files demonstrate how GerbMerge can
be used to panelize a single job, including rotation.

The "layout2.cfg" and "layout2.def" files demonstrate panelizing
different jobs.

The Makefile in this directory shows an example of how to invoke
the program and how to view the results under Linux. You need to
have the gerbv program installed (see http://gerbv.sourceforge.net)
for viewing the output files.

The syntax for running GerbMerge is:

    gerbmerge layout1.cfg layout1.def

If you are running Linux and have installed the 'gerbv' Gerber previewer,
you can view the results by typing:

    gerbv *.ger *.xln

On Windows systems, GC-Prevue and ViewMate should be able to Import
the above files for previewing.