Re: gEDA-user: PCB puller tool

2007-04-03 Thread DJ Delorie
I put a copy of the modified src/puller.c here: http://www.delorie.com/pcb/puller/puller.c :GlobalPuller :GlobalPuller(selected) :GlobalPuller(found) Just replace your existing src/puller.c with it and recompile. It affects the current layer only. MAKE SURE YOU HAVE A BACKUP OF YOUR .PCB FILE

Re: gEDA-user: PCB puller tool

2007-04-03 Thread Steven Michalske
Thanks, puller in the command window worked, i wish i knew gtk better so i could map Y to puller in gtk the global puller might be interesting :-) Steve On Apr 3, 2007, at 12:49 PM, DJ Delorie wrote: In the GTK hid of PCB I can't seem to use the puller tool, is this a lesstif only? Lik

Re: gEDA-user: PCB puller tool

2007-04-03 Thread DJ Delorie
> In the GTK hid of PCB I can't seem to use the puller tool, is this a > lesstif only? Likely. I hooked in the puller through pcb-menu.res just to test it. You should be able to use :puller in gtk, then maybe have to click on where you want to pull. If you like the puller, I can send you the pa

gEDA-user: PCB puller tool

2007-04-03 Thread Steven Michalske
Folks, In the GTK hid of PCB I can't seem to use the puller tool, is this a lesstif only? Pressing 'Y' while over the line/arc junction doesn't seem to do anything. strings pcb | grep puller does show that the puller object file was linked in. Steve __