diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2011-07-28 09:58:29 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-28 09:58:29 -0300 |
commit | 3dfc7de500436317b8eb9f2788a86ed4fec22476 (patch) | |
tree | d9282523bc9ac1bca815df30d6257fcbd87be30e /python/gerbmerge/README | |
parent | 23637dd85cab104b2e98b480c6525021e6401300 (diff) | |
download | slackbuilds-3dfc7de500436317b8eb9f2788a86ed4fec22476.tar.gz |
python/gerbmerge: Added (A Gerber-file merging program)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'python/gerbmerge/README')
-rw-r--r-- | python/gerbmerge/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/gerbmerge/README b/python/gerbmerge/README new file mode 100644 index 0000000000..d3758f88e5 --- /dev/null +++ b/python/gerbmerge/README @@ -0,0 +1,10 @@ +GerbMerge is a program for combining (panelizing) the CAM data from +multiple printed circuit board designs into a single set of CAM files. The +purpose of doing so is to submit a single job to a board manufacturer, +thereby saving on manufacturing costs. + +Advice: "Users of GerbMerge complain that the configuration file is the +biggest hurdle to overcome in using the program. Don't panic. Start with +a sample configuration file and modify it for your own jobs". + +This requires SimpleParse. |