Re: gEDA-user: PCB - How To Find A Component?

2009-02-13 Thread gene
*Scrolling* to the selected part would be easier, and could be done as a plugin. Compare with my findrat plugin: http://www.delorie.com/pcb/findrat.c I don't even know where to begin :( How do the plugins get compiled and executed? Is there some docs somewhere? gene

Re: gEDA-user: PCB - How To Find A Component?

2009-02-13 Thread DJ Delorie
I don't even know where to begin :( How do the plugins get compiled and executed? Is there some docs somewhere? See http://www.delorie.com/pcb/boardflip.c I'll update findrat similarly. ___ geda-user mailing list geda-user@moria.seul.org

Re: gEDA-user: PCB + GL latest (patch for indirect rendering support)

2009-02-13 Thread Gareth Edwards
Gareth Edwards wrote: Peter Clifton wrote: Did you use the master branch of my repository, rather then the before_pours one? D'oh. It's the instruction reading blind spot again. Ok, I've built the right branch now and everything seems copasetic. I'll use it for my layout for a while.

Re: gEDA-user: PCB + GL latest (patch for indirect rendering support)

2009-02-13 Thread Steven Michalske
i agree i did like that too On Feb 13, 2009, at 9:55 AM, Gareth Edwards wrote: Gareth Edwards wrote: Peter Clifton wrote: Did you use the master branch of my repository, rather then the before_pours one? D'oh. It's the instruction reading blind spot again. Ok, I've built the right

Re: gEDA-user: PCB + GL latest (patch for indirect rendering support)

2009-02-13 Thread Peter Clifton
On Fri, 2009-02-13 at 17:55 +, Gareth Edwards wrote: Gareth Edwards wrote: Peter Clifton wrote: Did you use the master branch of my repository, rather then the before_pours one? D'oh. It's the instruction reading blind spot again. Ok, I've built the right branch now and

gEDA-user: PCB | how to update the pcb, if a change is made to the schematic?

2009-02-13 Thread S. Aguinaga
Hello Fellows, I am a new user of gschem and pcb. I have a question to which I have searched the archives, but come up empty handed. ** In the PCB, is there a command to move components to a specific x,y location? ** After starting on the PCB, I have to make a change to the

Re: gEDA-user: PCB | how to update the pcb, if a change is made to the schematic?

2009-02-13 Thread Kai-Martin Knaak
On Fri, 13 Feb 2009 13:32:17 -0800, S. Aguinaga wrote: ** In the PCB, is there a command to move components to a specific x,y location? No. (This is one of my favorite feature requests) ** After starting on the PCB, I have to make a change to the schematics, is there a way to update the

Re: gEDA-user: PCB | how to update the pcb, if a change is made to the schematic?

2009-02-13 Thread Ben Jackson
On Fri, Feb 13, 2009 at 01:32:17PM -0800, S. Aguinaga wrote: ** In the PCB, is there a command to move components to a specific x,y location? Not really, although if you get my distribute/align plugin from gedasymbols you can bind a key to warp the selected elements to the cursor. So

gEDA-user: fyi: program to enter spreadsheet contents into a Digi-Key web-order

2009-02-13 Thread Tim Hanson
Hi All, I wrote this script yesterday as I needed to enter ~200 parts into Digikey, and didn't want to make any mistakes. It reads in a CSV file, establishes a TCP connection with the Digikey ordering web server, and repeatedly POSTs the quantities in your spreadsheet onto the active server

Re: gEDA-user: fyi: program to enter spreadsheet contents into a Digi-Key web-order

2009-02-13 Thread DJ Delorie
You know, you can just upload a CSV spreadsheet to Digikey's master ordering module. My BOM scripts export the .csv file, I just send it to them and it orders everything on the list. I don't know how (or if) you'd do it without logging in, but when you do log in, just use Order File Upload.

Re: gEDA-user: fyi: program to enter spreadsheet contents into a Digi-Key web-order

2009-02-13 Thread Steven Michalske
might add a delay to the add action make it like a human is entering them :-P hardkrash On Feb 13, 2009, at 1:59 PM, Tim Hanson wrote: Hi All, I wrote this script yesterday as I needed to enter ~200 parts into Digikey, and didn't want to make any mistakes. It reads in a CSV file,

Re: gEDA-user: fyi: program to enter spreadsheet contents into a Digi-Key web-order

2009-02-13 Thread evan foss
On Fri, Feb 13, 2009 at 7:14 PM, Steven Michalske smichal...@gmail.com wrote: might add a delay to the add action make it like a human is entering them :-P I don't think Digikey cares how you are ordering. hardkrash On Feb 13, 2009, at 1:59 PM, Tim Hanson wrote: Hi All, I wrote this

Re: gEDA-user: PCB | how to update the pcb, if a change is made to the schematic?

2009-02-13 Thread Dan McMahill
Ben Jackson wrote: On Fri, Feb 13, 2009 at 01:32:17PM -0800, S. Aguinaga wrote: ** In the PCB, is there a command to move components to a specific x,y location? Not really, although if you get my distribute/align plugin from gedasymbols you can bind a key to warp the selected elements

Re: gEDA-user: fyi: program to enter spreadsheet contents into a Digi-Key web-order

2009-02-13 Thread Steven Michalske
On Feb 13, 2009, at 4:26 PM, evan foss wrote: On Fri, Feb 13, 2009 at 7:14 PM, Steven Michalske smichal...@gmail.com wrote: might add a delay to the add action make it like a human is entering them :-P I don't think Digikey cares how you are ordering. Digikey's webserver occasionally