Re: gEDA-user: Commandline option --menu-file

2011-08-15 Thread Felix Ruoff
Hello Kai-Martin, Am 14.08.2011 21:16, schrieb Kai-Martin Knaak: Felix Ruoff wrote: By the way: Improving the menu-structure of pcb was the second task, where I started to code for pcb. But then I found so many other things to improve, that this will still need a lot of time :-). I might

Re: gEDA-user: PCB opengl?

2011-08-15 Thread Peter Clifton
On Mon, 2011-08-15 at 00:06 +0200, Kai-Martin Knaak wrote: Peter Clifton wrote: If the problem only applies to me then could You please give me some tips what to check? I can reproduce it. For some reason I can't. I get silk on the far side displayed in grey as expected. Last

gEDA-user: Bug in 'FreeRotateBuffer()'? (WAS: Re: Line Thickness in Imported DXF Files; Rotating by Arbitrary Angle; UTF-8)

2011-08-15 Thread Gus Fantanas
On 08/14/2011 03:16 PM, DJ Delorie wrote: OK, so is there any option in pcb to rotate by an angle other than 90 degrees? Cut :FreeRotateBuffer(45) Paste Thank you so much for your response. Using PCB, I created a footprint for the PDS760 Schottky diode (PowerDI®5 package). I have pasted

Re: gEDA-user: PCB opengl?

2011-08-15 Thread michalwd1979
Many thanks Peter it works perfectly now! Michael W. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: PCB opengl?

2011-08-15 Thread Kai-Martin Knaak
Peter Clifton wrote: I'm not so fussed about Ubuntu releases at the moment, but in those cases, having a deadline to work to helped focus the development effort. I'd really like to see a current version of PCB in Debian testing/wheezy. The freeze is expected to be some time between halloween

Re: gEDA-user: Bug in 'FreeRotateBuffer()'? (WAS: Re: Line Thickness in Imported DXF Files; Rotating by Arbitrary Angle; UTF-8)

2011-08-15 Thread Kai-Martin Knaak
Gus Fantanas wrote: Is it a bug or did I do something wrong when I created the footprint? It is half a bug. Exactly square pads are defined by two points that coincide. There is no orientation attached to this. So PCB assumes the square shape should be aligened along the axis of the grid.

gEDA-user: Nanometer conversion pushed to git head

2011-08-15 Thread Andrew Poelstra
Exciting news everyone! I have just pushed the nanometer conversion patches to git HEAD. Please test and let me know how things are working. I have compiled all 56 commits (by script) to confirm that they can compile so git bisect will work. I have done a few save/load tests. There does not

Re: gEDA-user: Line Thickness in Imported DXF Files; Rotating by Arbitrary Angle; UTF-8

2011-08-15 Thread Colin D Bennett
On Sun, 14 Aug 2011 01:48:42 -0400 Gus Fantanas fanta...@innocent.com wrote: Third, can pcb handle UTF-8 characters? On the silkscreen I want the Ω character to appear (for Ohms, as in 50Ω). The text entry window accepts the Ω just fine, but then the text on the silkscreen displays /two/

gEDA-user: personal component library frustration-HELP/suggestions please?

2011-08-15 Thread John Hudak
I've created two directories in my home directory to store symbol files that I create, and another directory to store footprints I create: /home/jjh/project/component_symbols /home/jjh/project/component_footprints How do I modify gschem to look in my home directory for symbols AS

Re: gEDA-user: Nanometer conversion pushed to git head

2011-08-15 Thread Russell Dill
On Mon, Aug 15, 2011 at 6:34 PM, Andrew Poelstra as...@sfu.ca wrote: Exciting news everyone! I have just pushed the nanometer conversion patches to git HEAD. Please test and let me know how things are working. I have compiled all 56 commits (by script) to confirm that they can compile so

Re: gEDA-user: Bug in 'FreeRotateBuffer()'? (WAS: Re: Line Thickness in Imported DXF Files; Rotating by Arbitrary Angle; UTF-8)

2011-08-15 Thread Andrew Poelstra
On Mon, Aug 15, 2011 at 11:29:59AM -0700, Colin D Bennett wrote: On Mon, 15 Aug 2011 15:50:23 +0200 Kai-Martin Knaak kn...@iqo.uni-hannover.de wrote: Gus Fantanas wrote: Is it a bug or did I do something wrong when I created the footprint? It is half a bug. Exactly square

Re: gEDA-user: Nanometer conversion pushed to git head

2011-08-15 Thread Felix Ruoff
Congratulations! Really an impressive work! I found an 'incomplete function' (or bug) with the new coord-entry in the gtk gui: The spinning-arrows just work with mil unit set. Even, when changed to mm and back to mil, they don't work at my short test. And: the line /* FIXME:

Re: gEDA-user: personal component library frustration-HELP/suggestions please?

2011-08-15 Thread Colin D Bennett
On Mon, 15 Aug 2011 14:23:15 -0400 John Hudak jjhu...@gmail.com wrote: I've created two directories in my home directory to store symbol files that I create, and another directory to store footprints I create: /home/jjh/project/component_symbols /home/jjh/project/component_footprints How

Re: gEDA-user: Bug in 'FreeRotateBuffer()'? (WAS: Re: Line Thickness in Imported DXF Files; Rotating by Arbitrary Angle; UTF-8)

2011-08-15 Thread Colin D Bennett
On Mon, 15 Aug 2011 19:24:34 -0700 Andrew Poelstra as...@sfu.ca wrote: On Mon, Aug 15, 2011 at 11:29:59AM -0700, Colin D Bennett wrote: Because of this bug (it is completely a bug from the user's point of view), as you suggested I always make my nominally-square pads slightly non-square.

Re: gEDA-user: Nanometer conversion pushed to git head

2011-08-15 Thread Andrew Poelstra
On Mon, Aug 15, 2011 at 09:47:18PM +0200, Felix Ruoff wrote: Congratulations! Really an impressive work! I found an 'incomplete function' (or bug) with the new coord-entry in the gtk gui: The spinning-arrows just work with mil unit set. Even, when changed to mm and back to mil,

Re: gEDA-user: personal component library frustration-HELP/suggestions please?

2011-08-15 Thread Kai-Martin Knaak
John Hudak wrote: I've created two directories in my home directory to store symbol files that I create, and another directory to store footprints I create: /home/jjh/project/component_symbols /home/jjh/project/component_footprints How do I modify gschem to look in my home directory for

Re: gEDA-user: personal component library frustration-HELP/suggestions please?

2011-08-15 Thread Colin D Bennett
On Mon, 15 Aug 2011 22:02:07 +0200 Kai-Martin Knaak k...@familieknaak.de wrote: /-- YOUR-PROJECT.g2p --- schematics YOUR-PROJECT.sch output-name YOUR-PROJECT elements-dir FULL-PATH-TO-THE-DIR-BELOW-THE_DIRS-THAT-CONTAIN-YOUR-FOOTPRINTS

Re: gEDA-user: PCB opengl?

2011-08-15 Thread Kai-Martin Knaak
Peter Clifton wrote: It was broken in my repository, not git HEAD - perhaps you are using that? Yes, indeed. And I realized this a few minutes after I wrote the post you answered to. But due to moderation lag the post took some time until it hit the list. ---)kaimartin(-- -- Kai-Martin

Re: gEDA-user: Nanometer conversion pushed to git head

2011-08-15 Thread Andrew Poelstra
On Mon, Aug 15, 2011 at 09:47:18PM +0200, Felix Ruoff wrote: Congratulations! Really an impressive work! I found an 'incomplete function' (or bug) with the new coord-entry in the gtk gui: The spinning-arrows just work with mil unit set. Even, when changed to mm and back to mil,

Re: gEDA-user: personal component library frustration-HELP/suggestions please?

2011-08-15 Thread Kai-Martin Knaak
Colin D Bennett wrote: No big deal, just copy the symbols from the component library into your new design project's Symbols directory as you need them. This small effort is, for me, completely worth it for the robustness provided by avoiding dependency on external symbol libraries. It

Re: gEDA-user: This patch is breaking compile

2011-08-15 Thread kqt4at5v
On Sat, 13 Aug 2011, Markus Hitter wrote: Am 13.08.2011 um 00:45 schrieb Markus Hitter: For a new patchset, I can't promise a point in time. I had luck! No surprises, just rebasing commit for commit was sufficient. New patchset available:

Re: gEDA-user: Bug in 'FreeRotateBuffer()'? (WAS: Re: Line Thickness in Imported DXF Files; Rotating by Arbitrary Angle; UTF-8)

2011-08-15 Thread Bert Timmerman
Hi Gus and all, -Original Message- From: geda-user-boun...@moria.seul.org [mailto:geda-user-boun...@moria.seul.org] On Behalf Of Gus Fantanas Sent: Monday, August 15, 2011 5:57 AM To: DJ Delorie Cc: geda-user@moria.seul.org Subject: gEDA-user: Bug in 'FreeRotateBuffer()'? (WAS:

Re: gEDA-user: personal component library frustration-HELP/suggestions please?

2011-08-15 Thread Colin D Bennett
On Mon, 15 Aug 2011 22:24:24 +0200 Kai-Martin Knaak k...@familieknaak.de wrote: Colin D Bennett wrote: No big deal, just copy the symbols from the component library into your new design project's Symbols directory as you need them. This small effort is, for me, completely worth it for

Re: gEDA-user: personal component library frustration-HELP/suggestions please?

2011-08-15 Thread John Hudak
I always add the options skip-m4 and use-files because I don't want any of the M4 generated footprints, ever. But this may be due to personal prejudice. This brings up another issue I am havingAs a neophyte to this tool set (but not to EDA tools in general), what is the deal

Re: gEDA-user: trcing with pcb design

2011-08-15 Thread Svenn Are Bjerkem
I'm in the process of upping myself to the latest git version and without having had the possibility to play with the newest dev version, I would like to ask if it is possible to have a separate background image for each layer. I am repairing a pcb with top and bottom layer with fitted components

Re: gEDA-user: personal component library frustration-HELP/suggestions please?

2011-08-15 Thread Stephen Ecob
Hi John, On Tue, Aug 16, 2011 at 7:24 AM, John Hudak jjhu...@gmail.com wrote:   I always add the options skip-m4 and use-files because I don't   want any of the M4 generated footprints, ever. But this may be due   to personal prejudice.   This brings up another issue I am havingAs a

Re: gEDA-user: personal component library frustration-HELP/suggestions please?

2011-08-15 Thread DJ Delorie
This brings up another issue I am havingAs a neophyte to this tool set (but not to EDA tools in general), what is the deal with m4 files? They're dynamically generated (M4 is a parser). So, you create one M4 template for a, say, DIP part, and then you can ask for any DIPN footprint and it

Re: gEDA-user: trcing with pcb design

2011-08-15 Thread DJ Delorie
Currently, it's just one background image, but you could change it to load two and switch between them depending on which side of the board you're looking at. ___ geda-user mailing list geda-user@moria.seul.org

Re: gEDA-user: Bug in 'FreeRotateBuffer()'? (WAS: Re: Line Thickness in Imported DXF Files; Rotating by Arbitrary Angle; UTF-8)

2011-08-15 Thread Andrew Poelstra
On Mon, Aug 15, 2011 at 12:17:07PM -0700, Colin D Bennett wrote: On Mon, 15 Aug 2011 19:24:34 -0700 Andrew Poelstra as...@sfu.ca wrote: On Mon, Aug 15, 2011 at 11:29:59AM -0700, Colin D Bennett wrote: Because of this bug (it is completely a bug from the user's point of view), as you

Re: gEDA-user: personal component library frustration-HELP/suggestions please?

2011-08-15 Thread John Hudak
So, let me paraphrase what I think you said: I create (or use) one m4 template (either symbol or footprint), that is 'generic' and when I want to instantiate that template in gschem I can add/specify additional properties, i.e. #pins, signal direction, etc. ?? Sort of like the

Re: gEDA-user: personal component library frustration-HELP/suggestions please?

2011-08-15 Thread DJ Delorie
I create (or use) one m4 template (either symbol or footprint), that is Just footprints. I still don't get it...so for a neophite to this tool, should I use them or not? Probably not. Easier to just create the specific footprints you want, either manually or via a script, and save them in

Re: gEDA-user: personal component library frustration-HELP/suggestions please?

2011-08-15 Thread Stephen Ecob
Hi John, I think you'll find it easiest if you ignore M4 at the start - you don't need it. One great resource is gedasymbols: http://www.gedasymbols.org/ There are are lots of symbols and footprints there that have been contributed by the community. You can search for them by name or browse