Difference between revisions of "SMD Stencil Creation"

From apertus wiki
Jump to: navigation, search
(Created page with "=Required Software (Linux)= *Eagle (free edition is enough) *Python version 2.4 or later apt-get install python *SimpleParse version 2.1.0 or later apt-get install python-si...")
 
Line 19: Line 19:
=External Manuals & References=
=External Manuals & References=
http://www.gedasymbols.org/user/stefan_tauner/tools/gerbmerge/doc/index.html
http://www.gedasymbols.org/user/stefan_tauner/tools/gerbmerge/doc/index.html
=Files=
[[File:OSHPark-4layer_silk.zip]]

Revision as of 18:31, 30 July 2015

1 Required Software (Linux)

  • Eagle (free edition is enough)
  • Python version 2.4 or later
apt-get install python
  • SimpleParse version 2.1.0 or later
apt-get install python-simpleparse
  • gerbmerge 1.8 or higher
https://github.com/fightingwalrus/gerbmerge
http://downloads.sourceforge.net/project/salix-sbo/13.37/gerbmerge/gerbmerge-1.8.tar.gz
https://github.com/provideyourown/gerbmerge
  • gerbv (a Gerber File Viewer)
apt-get install gerbv

2 Introduction

We want to fill an SMD stencil with as many PCBs to make optimal use of the space.

The top and bottom cream layers together with the board outlines are exported through Eagle as CAM job and then processed with gerbmerge and manual absolute placement to create one combined gerber file that can be sent to an SMD stencil manufacturer.

3 External Manuals & References

http://www.gedasymbols.org/user/stefan_tauner/tools/gerbmerge/doc/index.html

4 Files

File:OSHPark-4layer silk.zip