gEDA-user: gschem command line printing

2011-07-12 Thread CoBra
Hi everybody I'm working on a pretty big project which is essentially a Spectrum compatible computer, which will be published as open source when I finish it. The project is being drawn using gschem and pcb. There are 15 different schematics, each on one A4 page. Until recently I got away with

Re: gEDA-user: How to submit symbols to be included in the official distribution of gEDA Suite?

2011-07-12 Thread Kai-Martin Knaak
Ananda Murthy R S wrote: I have noticed that XSPICE code models do not have corresponding symbols. I have prepared symbols for these code models. How to submit them to be included in the official distribution of gEDA Suite? The default lib is currently not maintained. Additions have not been

Re: gEDA-user: gschem command line printing

2011-07-12 Thread Michael Theurl
Hello Chris, That's sounds great. Maybe i can help you, i wrote a script to export pdfs and handbooks for geda/pcb projects. I Attach you the script. I use Fedora Core 14 with the standart geda-gaf rpms. And it works perfectly. you need ghostscript a project file and the createPCB.sh script

Re: gEDA-user: gschem command line printing

2011-07-12 Thread Michael Theurl
here is my print.scm - ;; $Id$ ;; ;; This file may be used to print gschem schematics from the ;; command line. Typical usage is: ;; ;; gschem -p -o mysch.ps -s /path/to/this/file/print.scm mysch.sch ;; ;; The schematic in mysch.sch will be printed to the file mysch.ps ;; Uncomment these to

Re: gEDA-user: How to submit symbols to be included in the official distribution of gEDA Suite?

2011-07-12 Thread Ananda Murthy R S
Dear Kai-Martin, Thanks for your information. I will contact DJ. Sincerely, RSA On Tue, Jul 12, 2011 at 5:06 AM, Kai-Martin Knaak [1]k...@familieknaak.de wrote: Ananda Murthy R S wrote: I have noticed that XSPICE code models do not have corresponding symbols. I

gEDA-user: PCB Library preferences has no effect

2011-07-12 Thread Abhijit Kshirsagar
Hi all I'm running PCB version 20091103 on an Ubuntu 10.10 machine. I find that no matter what is put in the box for Library location under FilePreferencesLibrary it seems to have no effect. I initially put ~/Documents/gaf/Footprints (which contains newlib footprints) but none of my footprints

Re: gEDA-user: Gtk grid changes on mm/mil toggle

2011-07-12 Thread Colin D Bennett
On Tue, 12 Jul 2011 04:46:11 -0700 Andrew Poelstra as...@sfu.ca wrote: Hey all, Right now in the Gtk HID when you change grid units between mm/mil, it will try to translate your grid setting into the new units by finding something sufficiently close in the menu. ... To the user, this

Re: gEDA-user: PCB Library preferences has no effect

2011-07-12 Thread Andrew Poelstra
On Tue, Jul 12, 2011 at 07:29:55PM +0530, Abhijit Kshirsagar wrote: Hi all I'm running PCB version 20091103 on an Ubuntu 10.10 machine. I find that no matter what is put in the box for Library location under FilePreferencesLibrary it seems to have no effect. I initially put

gEDA-user: gschem gnetlist problem

2011-07-12 Thread Girvin R. Herr
Hello all, I am trying to use gnetlist for the first time to create a Bill Of Materials (BOM) from my schematic. This is a test case of mine to come up with a procedure to do this. I keep getting the following: 536:$gnetlist -g bom xx.sch Loading schematic

Re: gEDA-user: gschem gnetlist problem

2011-07-12 Thread DJ Delorie
What is this attribs file it seems to be looking for and not finding? Am I supposed to create this file? If so, where can I find a description of it? It's a list of attributes for which you want extracts. http://geda.seul.org/wiki/geda:bom_readme

gEDA-user: pcb grid improvements... status of patch?

2011-07-12 Thread Colin D Bennett
On Tue, 12 Jul 2011 09:52:38 -0700 Colin D Bennett co...@gibibit.com wrote: While I really would like the advanced user-defined grids as in the recent patch, at least fixing this will help. Often I want to measure something in mils as I am laying out components on a metric grid. So I click

Re: gEDA-user: gschem command line printing

2011-07-12 Thread Colin D Bennett
On Tue, 12 Jul 2011 14:05:22 +0200 Michael Theurl michael.the...@smog.at wrote: Hello Chris, That's sounds great. Maybe i can help you, i wrote a script to export pdfs and handbooks for geda/pcb projects. I Attach you the script. I use Fedora Core 14 with the standart geda-gaf rpms.

Re: gEDA-user: pcb grid improvements... status of patch?

2011-07-12 Thread Andrew Poelstra
On Tue, Jul 12, 2011 at 10:48:38AM -0700, Colin D Bennett wrote: To follow up on this, the bug with the new patch is at https://bugs.launchpad.net/pcb/+bug/724154 also see the geda-user mailing list thread titled “Please test new grids for GTK PCB” started 24 Feb 2011:

Re: gEDA-user: pcb grid improvements... status of patch?

2011-07-12 Thread DJ Delorie
Grids could be stored as top-level attributes... Attribute(grid:... ); ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: pcb grid improvements... status of patch?

2011-07-12 Thread Colin D Bennett
On Tue, 12 Jul 2011 21:06:02 -0700 Andrew Poelstra as...@sfu.ca wrote: On Tue, Jul 12, 2011 at 10:48:38AM -0700, Colin D Bennett wrote: To follow up on this, the bug with the new patch is at https://bugs.launchpad.net/pcb/+bug/724154 also see the geda-user mailing list thread titled

Re: gEDA-user: gschem gnetlist problem

2011-07-12 Thread Girvin R. Herr
DJ Delorie wrote: What is this attribs file it seems to be looking for and not finding? Am I supposed to create this file? If so, where can I find a description of it? It's a list of attributes for which you want extracts. http://geda.seul.org/wiki/geda:bom_readme DJ,

Re: gEDA-user: pcb grid improvements... status of patch?

2011-07-12 Thread Colin D Bennett
On Tue, 12 Jul 2011 21:06:02 -0700 Andrew Poelstra as...@sfu.ca wrote: Maybe we can store the grids in user preferences instead, but that's potentially a fair bit of work. Regardless of implementation difficulty, user preferences are NOT the place to store grid configurations, since each

Re: gEDA-user: pcb grid improvements... status of patch?

2011-07-12 Thread Vanessa Ezekowitz
On Tue, 12 Jul 2011 21:06:02 -0700 Andrew Poelstra as...@sfu.ca wrote: On Tue, Jul 12, 2011 at 10:48:38AM -0700, Colin D Bennett wrote: To follow up on this, the bug with the new patch is at https://bugs.launchpad.net/pcb/+bug/724154 also see the geda-user mailing list thread titled

Re: gEDA-user: pcb grid improvements... status of patch ?

2011-07-12 Thread DJ Delorie
The current file format already supports Attribute() Sent by R2-D2 astromech droid -Original message- From: Vanessa Ezekowitz vanessaezekow...@gmail.com To: geda-user@moria.seul.org Sent: Tue, Jul 12, 2011 21:48:32 GMT+00:00 Subject: Re: gEDA-user: pcb grid

Re: gEDA-user: pcb grid improvements... status of patch?

2011-07-12 Thread Andrew Poelstra
On Tue, Jul 12, 2011 at 05:47:39PM -0400, Vanessa Ezekowitz wrote: Why not add the Attribute() item as DJ suggested, but put it at the top somewhere, inside a comment? Versions of PCB that don't understand it would simply ignore it. Move it out of commented out status when that major file