gEDA-user: PCB footprints & polygons question

2010-09-26 Thread michalwd1979
Hello, In my current design I wanted ton create footprint (for "touch key") that would have normal pin and some copper tracks connected to this pin. Is it possible? Tracks automatically became pads in footprint so then I have DRC errors. In general is it possible to create footprint that will h

Re: gEDA-user: PCB footprints & polygons question

2010-09-29 Thread michalwd1979
Many thanks for clarifications! > > Activate "New polygons are full ones" in the settings menu to disable > removal of islands for new polygons. For existing polgons you can add > the fullpoly flag in a text editor. > > Note to Peter Clifton: This does not work in the OpenGL enables > versi

gEDA-user: Strange segfaults in gschem when adding big symbols

2008-03-18 Thread michalwd1979
Hello, I am using geda version 20070526 on gentoo 32 bit system, glibc 2.7. Whenever I want to place big symbol on a schematic page (like 500pin Xilinx, or event titleblock A1), gschem segfaults or looks up using 100% cpu power - no reaction on keyboard/mouse. I wanted to trace the problem with

Re: gEDA-user: Strange segfaults in gschem when adding big symbols

2008-03-18 Thread michalwd1979
Thanks, I will try this today evening, however I already done the following: start gschem - it runs OK start gdb on different terminal gdb> attach pid_of_gschem gdb> continue load big symbol to gschem - and it is OK play with schematic, then quit gdb> program terminated normally But If don't attac

Re: gEDA-user: Strange segfaults in gschem when adding big symbols

2008-03-18 Thread michalwd1979
The symbols are from standard library: Xilinx: XC2S100-5PQ208C - 100% CPU usage, titleblock: title-A1 - segfault I have also found that it usually not crashes when you load schematic to it first, rather you need to start up on empty page, or page with tileblock only. Anyway I will try to do a ba

Re: gEDA-user: Strange segfaults in gschem when adding big symbols - sloved

2008-03-19 Thread michalwd1979
Hi Peter, I tried 1.4.0 version of geda/libgeda and can not reproduce the crash, it seems that the problem is already fixed. It also seems that gentoo portage mixed up package versions because it reports 20070526 as most recent - to get the 1.4.0 (20080127) I had to downgrade :-) (emerge =libge

gEDA-user: gschem recording a macro or custom action

2008-04-20 Thread michalwd1979
Hi all, When I'm drawing a new schematic all my simple elements (resistors, capacitors) comes without value attribute. To add it I have to edit that symbol add "value" and then change it to "display value only" to have it on screen. Quite a lot of actions on every element. Please tell me it th

Re: gEDA-user: gschem recording a macro or custom action

2008-04-20 Thread michalwd1979
Thanks for replays. I think that I will try the gattrib approach and I will see how it works for me. Scripting will be very nice but I am not good at programming machines with more then 128k FLASH and 10k RAM :-). Sorry. Best Regards, Michael ___

gEDA-user: gschem fonts

2008-04-21 Thread michalwd1979
Hello again, Is there a way to have a better (more readable) text in gshcem's schematic window? On my system I have to deeply zoom on every component to read pins description/numbers. With large components (like 208 pins) it is hard to have whole part on screen with readable text. I don't know

Re: gEDA-user: NGSPICE on KJWaves :plotting AC analysis w ith DCparameter sweep.

2008-04-22 Thread michalwd1979
Yaniv, I have done something similar some time ago but in different way. As I know it is not possible to do a AC analysis for every DC step in ngspice. You can make a series of simulations using ".control .endc" block in circuit file but that might be hard to write right. When I need something l

gEDA-user: using buses in gschem

2008-05-04 Thread michalwd1979
Hello, I have created a schematic with buses on it, however after drc I found that buses are not connected. When I connect a net to a bus gschem draws a nice bus connection symbol (looks like \_). I added a netname=something attribute to these symbols to connect right pins but it seems that the

Re: gEDA-user: using buses in gschem

2008-05-04 Thread michalwd1979
Thanks for reply. I have converted my design, however naming nets is more problematic than those bus connection symbols, mostly because of placement of the text. With \_ symbol netname= attribute is always near bus (where I want it), with nets it is not. I red that that buses are new - is this t

gEDA-user: gEDA pcb features / kicad

2008-06-19 Thread michalwd1979
Hello, I am now learing gEDA (on rather complicated project), but some time ago I found that there is another package similar to gEDA - Kicad. I don't want to start never ending discussion about which is better but can anyone make a simple compare? It seems for me that Kicad is a single applicat

Re: gEDA-user: gEDA pcb features

2008-06-21 Thread michalwd1979
t on thumb buttons? Best Regards, Michael Widlok Dnia 20 czerwca 2008 17:25 Kai-Martin Knaak <[EMAIL PROTECTED]> napisał(a): > On Fri, 20 Jun 2008 07:15:58 +0200, michalwd1979 wrote: > > > For example something like 1W_Carbon_Resistor from pcb newlib > > can be a resistor

Re: gEDA-user: gEDA pcb features

2008-06-21 Thread michalwd1979
> > Currently I believe that the lesstif HID allows you to define what > > the mouse buttons do. I'm not 100% sure of this. > > It does. > Is that mean that it is possible to set actions for wheels/thumb buttons using lesstif HID? If yes the I think that I will recompile my pcb to use it :-)

Re: gEDA-user: gEDA pcb features

2008-06-22 Thread michalwd1979
I tried motif HID but I like GTK more... Anti-aliasing fonts and so on. Anyway I found out how to make GTK pcb work with imwheel - now I have in my PCB section of imwheelrc: None, Up, Shitf_L|Up, 1,0,0 None, Down, Shitf_L|Down, 1,0,0 None, Left, Shitf_L|Left, 1,0,0 None, Right, Shitf_L|Right, 1,0

gEDA-user: gschem cairo - how to compile?

2008-07-06 Thread michalwd1979
Hello, I want to try gschem with cairo rendering, as described on Peter Clifton's blog: http://pcjc2.blogspot.com/2008/05/cairo-support-for-gschem.html. I downloaded a snapshot from http://repo.or.cz/w/geda-gaf/pcjc2.git?a=shortlog;h=refs/heads/cairo_experiment, however I can not compile it. Wh

Re: gEDA-user: gschem cairo - how to compile?

2008-07-07 Thread michalwd1979
pisał(a): > > > On Sun, Jul 6, 2008 at 11:37 AM, michalwd1979 <[EMAIL PROTECTED]> wrote: > > config.status: cannot find input file: Makefile.in > > make: *** [libgeda_config] Error 1 > > > > I set all variables LD_LIBRARY_PATH and so on, as described in top-

Re: gEDA-user: gschem cairo - how to compile?

2008-07-08 Thread michalwd1979
> On Sun, Jul 6, 2008 at 11:37 AM, michalwd1979 wrote: > > config.status: cannot find input file: Makefile.in > > make: *** [libgeda_config] Error 1 > > > > I set all variables LD_LIBRARY_PATH and so on, as described in top-level > > makefile. Please tell me wha

Re: gEDA-user: Best way to learn PCB

2008-09-14 Thread michalwd1979
Thanks for replays. The tutorial from www.delorie.com/pcb is really good. Anyway I think that I will try the idea with notes :-) Best regards, Michael W. > > > I also found creating pcb footprints difficult at the beginning. So I > started reading the tutorial and noted every step on a pie

gEDA-user: Strange behaviour of gsch2pcb/gnetlist

2008-09-20 Thread michalwd1979
Hello, I'm working on quite big design (about 650 elements) and I just experienced strange results in pcb file generated by gsch2pcb/gnetlist. The schematic uses big main sheet and one small second level sheet added to main by symbol with source attribute. In my project file I have then schemat

Re: gEDA-user: Strange behaviour of gsch2pcb/gnetlist

2008-09-20 Thread michalwd1979
Thanks John D., John G.! I've just tried it and it is OK. Anyway it still is a bit strange that some elements are doubled and some not, but I had wrong project file. Mant thanks once more. > If you have a big main sheet, yes. This causes gnetlist to spend a > long time tracking down connection

gEDA-user: PCB using regullar expression

2008-09-22 Thread michalwd1979
Hello, I'm a novice to gEDA, so please forgive me that I'm using this list as on-line help so often In pcb I want to select some elements by regular expression for example: S11/R(101|102) This works well when entered to PCB user input window, but I can not make it working when I use the action d

gEDA-user: Component rotation in PCB

2008-10-20 Thread michalwd1979
Hello, Please correct me if I'm wrong but now we can rotate components in PCB only in 90 deg. steps. Is there any option to put elements (I'm thinking about big TQFP packages) at 45 deg to each other? It would make my layout simpler if two ICs would face each other with corners not edges. I've

Re: gEDA-user: Component rotation in PCB

2008-10-21 Thread michalwd1979
Thank you for replay Dave, I will build CVS and try it out. Feedback from this group is great! Best regards, Michael W. > > Arbitrary rotation came in a while back. There was a recently fixed bug > with rectangular pads clearing polygons incorrectly on rotated parts. > You might need to build

Re: gEDA-user: Component rotation in PCB

2008-10-21 Thread michalwd1979
Thank you for replay Dave, I will build CVS and try it out. Feedback from this group is great! Best regards, Michael W. > > Arbitrary rotation came in a while back. There was a recently fixed bug > > with rectangular pads clearing polygons incorrectly on rotated parts. > > You might need t

gEDA-user: PCB cvs - library preview problem

2008-10-21 Thread michalwd1979
Hello again, According to Dave's suggestion I've just build PCB from CVS. While component rotation is OK, the library preview function does not work now. Whatever component I select the window stays empty. Is there any known workaround? If not please give me some guidelines how to look for the pr

Re: gEDA-user: PCB cvs - library preview problem

2008-10-21 Thread michalwd1979
Thank You Peter, Preview in PCB works perfectly now. Best Regards, Michael W PS. This is a record: Bug fix in less then 12 hours :-). > > > > I take bets that was my fault.. I'll see if I can fix it. > > Try updating your CVS checkout and rebuilding now. I think I fixed it. > > Yes, it was

gEDA-user: PCB cause heavy load on X server

2008-11-11 Thread michalwd1979
Hello, After putting some big components (ICs in 200pin TQFP) on my board I've noticed that PCB slowed down drastically. Now it takes over 2-3 seconds to redraw a component in different place after moving. I've checked system load with top and it seems that X server uses 100% CPU at that time no

Re: gEDA-user: PCB cause heavy load on X server

2008-11-11 Thread michalwd1979
apps, however I becomes annoying yesterday when I started to design a really complicated board. Michael Dnia 11 listopada 2008 21:10 Stefan Salewski <[EMAIL PROTECTED]> napisał(a): > Am Dienstag, den 11.11.2008, 21:00 +0100 schrieb michalwd1979: > > Hello, > > After putting s

Re: gEDA-user: PCB cause heavy load on X server

2008-11-11 Thread michalwd1979
Thanks for all replies, I noticed the same slow down even without any polygons, tracks, vias, ect. It is enough to add a few 4-5 big tqfp components. I've just made a completely new board with 5 TQFPs (40-200 pins) and it is slow. 100% cpu usage by X server every move and it that takes about 2-3

Re: gEDA-user: PCB cause heavy load on X server

2008-11-12 Thread michalwd1979
Hello Peter, I will send the file to you shortly. I found out some strange differences in netlist and pcb libraries generation between my stationary PC and notebook. Both machines have the same system and software versions, I need to fix it up before testing to not make false assumptions. Sorry

Re: gEDA-user: Spice PWL database or PWL generator

2008-11-26 Thread michalwd1979
Hi Yamazaki, I've attached my ngspice python module to this message. There are no manual (I'm to lazy, sorry) but the code is more or less documented, and it is really easy to use. Integrated functions lets read ngspice output file to python, start ngspice (to use in scripts) and create pwl sour

gEDA-user: light bulb in gschem :-)

2009-02-19 Thread michalwd1979
Hello, Sorry for this stupid question, but: Am I really so blind (possibly I am, I know :-)) or there is really no light bulb symbol in default gschem symbols? After a while of looking I created my own (and it took less time then browsing libraries before), now I'm just wondering is this really t

gEDA-user: PCB opengl silk screen not drawn on far side?

2011-07-08 Thread michalwd1979
Dear Members, I've just upgraded to newest available version of pcb opengl branch from git (commit from 27 June, Only assign stencil planes where sub-compositing is required) and I found out that silk screen is not drawn on far side of the board. Normally components that are on the far side are

gEDA-user: PCB opengl?

2011-08-13 Thread michalwd1979
Hello, Is the pcb opengl branch in the main repository now? Is there any "official" version of the opengl branch? I am using http://repo.or.cz/w/geda-pcb/pcjc2.git to download and build pcb from there, but I don't know if this is the right place. I prefer using opengl branch mainly because of ve

Re: gEDA-user: PCB opengl?

2011-08-13 Thread michalwd1979
> > Yes. > Since about two months > clone git://git.gpleda.org/pcb.git > will give you transparent tracks and polygons :-) > > BTW, when can we eyxpect an official release, so that openGL trickles > down to distro packages? > Thanks for reply. I've tried git://git.gpleda.org/pcb.git a

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+GL rebased to git HEAD (with nanometers) - bugwith arcs?

2011-08-24 Thread michalwd1979
:31:26PM -0700, Andrew Poelstra wrote: > > On Sat, Aug 20, 2011 at 01:57:08PM +0200, michalwd1979 wrote: > > > Dear Peter, > > > > > > I'm using newest version of pcb opengl from git and I found strange > > > behaviour with arcs. > > > > >

Re: gEDA-user: Speaker SPICE modeling with gschem and ng-spice/gnucap

2011-09-13 Thread michalwd1979
Hello Hannu, I have a python module that can reads ngspice data and export arbitrary vector to PWL source. I'm using it for quite long time. If You have any questions then please let me know. I remember that I was using it to auto optimize a circuit: run ngspice from python, import it's data, p

Re: gEDA-user: SPICE models for voltage regulators: 78L12 , 79L12, 78L15,79L15, ...

2009-06-07 Thread michalwd1979
Hello, I'm working with spice quite a lot and good models (especially for newer parts) is a nightmare. As for 78xx/79xx I would just use power supply and possibly a resistor or inductor to simulate non ideal behavior - I use this approach and works right for me. There are some libraries for spi

gEDA-user: PCB GL How to return to normal view

2009-10-19 Thread michalwd1979
Hello all, I'm just started using GL version of PCB and I can not find out how to return to normal view. I open the board then use 3d "trackball" to change view and then I want to return to "normal" 2d view as at the start. Is there any keystroke or command for this? Trying to get back using tra

Re: gEDA-user: PCB GL How to return to normal view

2009-10-19 Thread michalwd1979
> On Mon, 2009-10-19 at 20:28 +0200, michalwd1979 wrote: > > Hello all, > > I'm just started using GL version of PCB and I can not find out how to > > return to normal view. I open the board then use 3d "trackball" to > > change view and then I wa

Re: gEDA-user: PCB GL How to return to normal view

2009-10-20 Thread michalwd1979
In fact pins and vias really HAVE walls on my system. The problem is possibly my interpretation of the 3d projection and switching to far side view (TAB key). With normal view everything looks right: "far side" components and SMD pads are drawn far from other cooper layers. After TAB key, additi

gEDA-user: PCB GL - preview bug?

2009-10-21 Thread michalwd1979
Peter and pcb developers, I've just compiled opengl version of pcb from git repository and find out that preview in library window does not work - preview is always blank. If someone can confirm this then it seems to be a new bug. 2D button and 3d trackball works OK, and 3d view is more readabl

gEDA-user: PCB grid question

2009-10-21 Thread michalwd1979
Hello, During design of my first more complicated board I run into problems with grids - element's pins often do not fall onto grid point. I suppose that this happen because I was moving elements with different grids or because some elements are metric. Now I have the situation where, for examp

Re: gEDA-user: PCB grid question

2009-10-21 Thread michalwd1979
Thank You all for replies! Yes I know about "snap to pins" option. I'm using opengl version compiled from git, and I did not noticed 2 snapping points for pads. Regards, Michael W. Dnia 21 października 2009 22:46 Stefan Salewski napisał(a): > On Wed, 2009-10-21 at 22:12 +

Re: gEDA-user: PCB grid question

2009-10-22 Thread michalwd1979
Peter and PCB developers, Newest version of pcb-opengl from git, has some problems with TAB key in 2D mode. Side of board changes in quite strange way - I'm not 100% sure but it seems that view changes, but colors indicate that side do not. There are also problems with grid drawing after TAB is

Re: gEDA-user: PCB+GL testing

2009-10-24 Thread michalwd1979
Hello all, I'm playing around with 3d version of pcb from git, and today I've lost about 3 hours of my work because of a strange crash. I've clicked in drc window and pcb exited leaving only a few "failed to create pixmap" lines in terminal. No segfault no any other info. I couldn't reproduce t

Re: gEDA-user: PCB+GL testing

2009-10-24 Thread michalwd1979
Hello Peter, > > I'm not able to reproduce it either, nor is valgrind complaining when I > run a DRC. > > I'm hoping you will be able to find the missing backup file, and that we > can try reproducing the bug from that. > Thanks for explanation about backups. my_filename.pcb- did not existed a

gEDA-user: PS PCB+GL testing

2009-10-24 Thread michalwd1979
PS. I have PCI Ati Radeon with open-source drivers (gentoo), but I never noticed any problems with them (blender, stellarium, glxgears all works OK). Anyway I would expect rather total crash of X when the driver is broken, but I'm not 100% sure about this. _

Re: gEDA-user: PCB+GL testing

2009-10-24 Thread michalwd1979
Hello Peter, > > Thanks for explanation about backups. my_filename.pcb- did not existed > > after the crash, I only had my original file. Crash happened shortly > > after starting pcb. > > I'm confused now. I thought you said you lost 3 hours work - in which > case, I'd have presumed the file wo

Re: gEDA-user: PCB+GL testing

2009-10-25 Thread michalwd1979
> > Why do I consider your post harmful? > > Starting with complaining about lost data is generally a bad idea. It > make developers feel bad, and a random reader of this list may get the > impression that data loss is a general problem of PCB. (It is not, the > latest stable snapshot of PCB is r

Re: gEDA-user: PCB+GL testing

2009-10-26 Thread michalwd1979
Hello, Today I've done all possible tests with new, freshly compiled 3d pcb using available PCs and these are the results: 1) I can not reproduce "strange" crash with drc window on any machine. Was it secret testing of new electromagnetic weapon? I'm living close to military shipyard by the wa

Re: gEDA-user: PCB+GL testing

2009-10-26 Thread michalwd1979
> Sounds like GL drivers are going to cause me grief! And more or less because of me. Sorry. > No documentation, sorry. I've coded up a very hacky start for what you > want to do.. Unfortunately, the APIs I wanted to use to make PCB "find" > the connected objects are burried in find.c and not ex

Re: gEDA-user: PCB+GL testing

2009-10-29 Thread michalwd1979
> > > Oh, I almost forgot: I've changed #define BACKUP_NAME in > > globalconst.h from "PCB.%.i8.backup" to "/tmp/PCB.%.i8.backup", but > > this should make any difference (I think) > > This is what probably killed you, if your computer had a restart in > between your crash and a check for

gEDA-user: Strange PCB waring about shorted nets

2009-11-11 Thread michalwd1979
Hello, I'm using PCB opengl version from git. Today I've opened my last (finished) project and I've got a strange warning after optimizing rat lines (O key): Warning! net "unnamed_net103" is shorted to net "unnamed_net45" There are about 20 warnings like this in total about some nets (seems rand

Re: gEDA-user: Strange PCB waring about shorted nets

2009-11-11 Thread michalwd1979
> We have really smart people in this list, so someone may guess what your > problem is. > > What I would do to make life of these smart people easier: > Test with stable pcb snapshot. Tested with pcb 20091103 - exactly the same problem. > Test with your last saved board without these problems.

Re: gEDA-user: gEDA-dev: Arc intersection connectivity bu g

2009-11-14 Thread michalwd1979
Hello, One more note about teardrops. The plugin is really nice and helpful for home-made boards. It helps keep all the connections right and prevents lifting up tracks when holes are drilled a bit off-center. Best Regards, Michael W. ___ geda-user