X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Sat, 12 Sep 2015 14:08:28 -0400 Message-Id: <201509121808.t8CI8SSw005225@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <20150912185302.18b30c02caf5e385b96184b8@gmail.com> (geda-user AT delorie DOT com) Subject: Re: [geda-user] About reinventing the wheel, and how to avoid it References: <201509112020 DOT t8BKKBgI012564 AT envy DOT delorie DOT com> <201509112058 DOT t8BKwF3b013774 AT envy DOT delorie DOT com> <6341DF3E-543D-4E36-9B01-6B5B950208C4 AT noqsi DOT com> <20150911230843 DOT GE7946 AT localhost DOT localdomain> <20150912021841 DOT 52f57f2d AT jive DOT levalinux DOT org> <55F3F5F2 DOT 406 AT jump-ing DOT de> <20150912142006 DOT GA16820 AT localhost DOT localdomain> <20150912185302 DOT 18b30c02caf5e385b96184b8 AT gmail DOT com> Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 2. pcb2pdf, pcb2gerber, pcb2eps, ... may be better than a integrated > solution because it may for example work with a Makefile but I can't > put any really good arguments for it right now. $ pcb -x pdf $ pcb -x gerber $ pcb -x eps Most of my projects are makefile-driven, including some custom plugins that edit the "final" layout before sending it to the fab house. For example, I have script called boardflip that does this: pcb --action-string "BoardFlip(sides) SaveTo(LayoutAs,$OUTFILE) Quit()" $FILE I use it in a Makefile to panelize layouts for home-etching.