[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: footprints
On Sat, Feb 25, 2006 at 01:38:18PM -0500, Stuart Brorson wrote:
> > how do i use method 1
>
> 1. Save your schematic out and leave gschem.
leave gschem - if a newbie runs gschem and gattrib at the same time,
what results? Corrupted file and destroyed work?
CL<
> 2. From the command line, run gattrib on your schematic: gattrib foo.sch
> 3. Use the spreadsheet widget to attach the attributes to each
> resistor. Check out the gattrib screenshot to see how it looks:
>
> http://geda.seul.org/dokuwiki/doku.php?id=geda:faq-attribs#attribute_management
>
> 4. Save your design and leave gattrib.
> 5. Go back to gschem and continue drawing your schematic.
>
> Don't forget to save and leave each program before starting the other
> one. Lockfiles haven't been implemented yet, and each program writes
> to the same .sch files, so be careful to not overwrite anything.
>
> Stuart