Skip to content

Commit

Permalink
Examples added
Browse files Browse the repository at this point in the history
  • Loading branch information
olegart committed Jan 31, 2016
1 parent c20adad commit 8ef5f14
Show file tree
Hide file tree
Showing 83 changed files with 320,639 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,9 @@ gerbmerge
</pre>
</ul>

<H3>Windows</H3>
<P>Open a DOS box and invoke the Python interpreter on the <TT>gerbmerge.py</TT> file.
Have a look at GERBMERGE.BAT (and put this on your Path somewhere) for an example.
<PRE><CENTER>c:\python24\python c:\python24\lib\site-packages\gerbmerge\gerbmerge.py</CENTER></PRE>
<H3>Windows (native)</H3>
<P>Open a DOS command prompt and laucnh gerberge.bat file:
<PRE><CENTER>c:\python27\gerbmerge.bat</CENTER></PRE>

<H3>Unix / Mac OS X</H3>
<p>Open shell and type
Expand Down Expand Up @@ -359,6 +358,10 @@ fabrication drawing.</LI>
<DD>The '<TT>-v</TT>' or '<TT>--version</TT>' option prints the current program version and author contact information.</DD>
</DL>

<P><A NAME="Examples"></A></P>
<H2>Examples</H2>
<p>Example layout config files and gerber files (both original and merged) can be found in gerbmerge/examples folder

<P><A NAME="Copyright"></A></P>
<H2>Copyright &amp; License</H2>

Expand Down
12 changes: 12 additions & 0 deletions examples/inches/aa/Board.gbr
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
G04 DipTrace 2.4.0.2*
%INBoard.gbr*%
%MOIN*%
%FSLAX44Y44*%
G04*
G70*
G90*
G75*
G01*
%LNBoardPoly*%
%LPD*%
M02*
19 changes: 19 additions & 0 deletions examples/inches/aa/BoardOutline.gbr
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
G04 DipTrace 2.4.0.2*
%INBoardOutline.gbr*%
%MOIN*%
%ADD11C,0.0055*%
%FSLAX44Y44*%
G04*
G70*
G90*
G75*
G01*
%LNBoardOutline*%
%LPD*%
X6724Y39819D2*
D11*
X40189D1*
Y16197D1*
X6724D1*
Y39819D1*
M02*
Loading

0 comments on commit 8ef5f14

Please sign in to comment.