Re: gEDA-user: pcb printing with action script

2009-02-27 Thread Kai-Martin
On 02/28/2009 12:42:25 AM, Kai-Martin wrote: > A patch produced by this simple approach is attached. now it really is... ---<(kaimartin)>--- -- Kai-Martin Knaak k...@lilalaser.de http://lilalaser.de/blog diff --git a/src/hid/common/hidnogui.c b/src/hid/common/hidnogui.c index 57509dc..2b625c

Re: gEDA-user: pcb printing with action script

2009-02-27 Thread Kai-Martin
On 02/27/2009 06:09:14 PM, Peter TB Brett wrote: > > I'd like to share the diff. With CVS I'd do cvs diff -p -U 3 > > How would I go ahead with git? > > The simplest possible way: > > git diff > patch A patch produced by this simple approach is attached. It moves the processing of action scr

Re: gEDA-user: pcb printing with action script

2009-02-27 Thread Peter TB Brett
On Friday 27 February 2009 16:16:07 Kai-Martin Knaak wrote: > On Wed, 25 Feb 2009 09:57:21 +, Kai-Martin Knaak wrote: > > On Wed, 25 Feb 2009 08:55:59 +, Kai-Martin Knaak wrote: > >> Now I can finally produce the prints I need without tedious GUI > >> interaction. > > I'd like to share the

Re: gEDA-user: pcb printing with action script

2009-02-27 Thread Kai-Martin Knaak
On Wed, 25 Feb 2009 09:57:21 +, Kai-Martin Knaak wrote: > On Wed, 25 Feb 2009 08:55:59 +, Kai-Martin Knaak wrote: > >> Now I can finally produce the prints I need without tedious GUI >> interaction. I'd like to share the diff. With CVS I'd do cvs diff -p -U 3 How would I go ahead with gi

Re: gEDA-user: pcb printing with action script

2009-02-25 Thread Kai-Martin Knaak
On Wed, 25 Feb 2009 08:55:59 +, Kai-Martin Knaak wrote: > Now I can finally produce the prints I need without tedious GUI > interaction. Well, I almost can. Turns out, that the SwapSides() action does not work in export mode. Is there any other way to print bottom silk from the command line

Re: gEDA-user: pcb printing with action script

2009-02-25 Thread Kai-Martin Knaak
On Fri, 20 Feb 2009 18:16:53 -0500, DJ Delorie wrote: > Ah, action strings and scripts aren't executed when you're exporting. I > suspect we could argue that this is a bug and discuss the ramifications > of fixing it. Just fixed it for my local version -- I moved the if clauses containing "hid_a

Re: gEDA-user: pcb printing with action script

2009-02-20 Thread DJ Delorie
Ah, action strings and scripts aren't executed when you're exporting. I suspect we could argue that this is a bug and discuss the ramifications of fixing it. The relevent code is at the end of src/main.c ___ geda-user mailing list geda-user@moria.seul

gEDA-user: pcb printing with action script

2009-02-20 Thread Kai-Martin Knaak
Not satisfied with the default postscript output of pcb I, tried to whip up a bash script with pcb actions an options. I got close, but not quite to my goal: Two eps output files of the layout - One with values, the other with refdeses. For some reason, my action string does not initiate the e