pcb cad
2007-01-10 by k6txd
Yahoo Groups archive
Index last updated: 2026-04-28 23:05 UTC
Thread
2007-01-10 by k6txd
Hello Group What pcb cad programs the poeple of this group use? I am thinking of using Target3000! Has anybody have any experience with this software?
2007-01-10 by Stefan Trethan
On Wed, 10 Jan 2007 02:17:18 +0100, k6txd <k6txd@...> wrote: > Hello Group > What pcb cad programs the poeple of this group use? I am thinking of > using Target3000! Has anybody have any experience with this software? I use target, and it's surely not the best, but it's damn good for the money and does everything i need. The english version is a crappy translation, i'm told. ST
2007-01-10 by DJ Delorie
"k6txd" <k6txd@...> writes: > What pcb cad programs the poeple of this group use? I use gEDA and PCB. They're free, they run on everything, and the file formats are all open standards (i.e. plain, documented, text formats). http://www.geda.seul.org/ http://pcb.sourceforge.net/
2007-01-10 by pebo festus
--- k6txd <k6txd@...> wrote: > Hello Group > > What pcb cad programs the poeple of this group use? > I am thinking of > using Target3000! Has anybody have any experience > with this software? > > > > I like eagle cad, but just my on opinion. mebo ac5mp __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2007-01-10 by Ken Ames
hi, I am kind of fond of kicad myself. full featured and well supported. Ken --- k6txd <k6txd@...> wrote: > Hello Group > > What pcb cad programs the poeple of this group use? > I am thinking of > using Target3000! Has anybody have any experience > with this software? > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2007-01-10 by Kevin Morgan
Hi, Do you happen to know whether anyone uses gEDA and PCB to mill circuit boards (that is, isolation routing)? I've mostly been using Eagle so far, and that's the one feature that I really like. Kevin --- In Homebrew_PCBs@yahoogroups.com, DJ Delorie <dj@...> wrote:
> > > "k6txd" <k6txd@...> writes: > > What pcb cad programs the poeple of this group use? > > I use gEDA and PCB. They're free, they run on everything, and the > file formats are all open standards (i.e. plain, documented, text > formats). > > http://www.geda.seul.org/ > http://pcb.sourceforge.net/ >
2007-01-10 by Loren Moline WA7SKT
Hello, There are so many CAD programs out there that you will get many answers. One thing to look for is whether they have auto routing if you prefer that and whether they can generate the proper files to print or plot your boards. I also prefer CAD programs that allow both mouse and keyboard movement of the cursor too. One good program I like is Circad98. But the best program is the free one that does all you need. Loren ----Original Message Follows----
From: Ken Ames <kenames99@...> Reply-To: Homebrew_PCBs@yahoogroups.com To: Homebrew_PCBs@yahoogroups.com Subject: Re: [Homebrew_PCBs] pcb cad Date: Tue, 9 Jan 2007 21:26:46 -0800 (PST) hi, I am kind of fond of kicad myself. full featured and well supported. Ken --- k6txd <k6txd@...> wrote: > Hello Group > > What pcb cad programs the poeple of this group use? > I am thinking of > using Target3000! Has anybody have any experience > with this software? > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _________________________________________________________________ Type your favorite song.\ufffd Get a customized station.\ufffd Try MSN Radio powered by Pandora. http://radio.msn.com/?icid=T002MSN03A07001
2007-01-10 by DJ Delorie
"Kevin Morgan" <prizes@...> writes:
> Do you happen to know whether anyone uses gEDA and PCB to mill
> circuit boards (that is, isolation routing)?
There's someone working on DXF export, which is the first step. But
if you have something that works from gerbers, pcb can produce those
(duh).
PCB has a plugin interface that lets you add more exporters (or other
functionality[*]) without recompiling pcb itself, so if you know how
to do isolation milling "in general", it should be easy to apply it to
pcb's internal data structure. We have a polygon clipping module,
too, so you could in theory start with "everything" and clip out all
the copper you want to keep, and use the resulting set of polygons to
drive the cutter. I'm just guessing on that, since I'm not familiar
with the clipper's internals.
But none of us have mills, so we haven't worked on it yet ;-)
[*] http://www.delorie.com/pcb/ has my RenumberBlock and Teardrops
plugins, for example.2007-01-10 by Leon
Pulsonix is excellent, but is a fully-featured professional package and probably too expensive for many people. I used Easy-PC for many years and can recommend it: http://www.numberone.com Leon -- Leon Heller Amateur radio call-sign G1HSM Yaesu FT-817ND transceiver Suzuki SV1000S motorcycle leon355@... http://www.geocities.com/leon_heller
2007-01-10 by Kevin Morgan
Hi, Thanks for the info. This sort of environment might be exactly what I'm looking for. Kevin --- In Homebrew_PCBs@yahoogroups.com, DJ Delorie <dj@...> wrote: > > > "Kevin Morgan" <prizes@...> writes: > > Do you happen to know whether anyone uses gEDA and PCB to mill > > circuit boards (that is, isolation routing)? > > There's someone working on DXF export, which is the first step. But > if you have something that works from gerbers, pcb can produce those > (duh). > > PCB has a plugin interface that lets you add more exporters (or other > functionality[*]) without recompiling pcb itself, so if you know how > to do isolation milling "in general", it should be easy to apply it to > pcb's internal data structure. We have a polygon clipping module, > too, so you could in theory start with "everything" and clip out all > the copper you want to keep, and use the resulting set of polygons to
> drive the cutter. I'm just guessing on that, since I'm not familiar > with the clipper's internals. > > But none of us have mills, so we haven't worked on it yet ;-) > > [*] http://www.delorie.com/pcb/ has my RenumberBlock and Teardrops > plugins, for example. >
2007-01-10 by Massimo De Marchi
--------------------- Hello Group What pcb cad programs the poeple of this group use? I am thinking of using Target3000! Has anybody have any experience with this software? --------------------- Hi, I use freepcb and tinycad (schematic editor). http://www.freepcb.com/ http://tinycad.sourceforge.net/ The groups are not as active as kicad's, but the learning curve is (in my opinion) smoother.. Massimo
2007-01-10 by DJ Delorie
"Kevin Morgan" <prizes@...> writes: > Thanks for the info. This sort of environment might be exactly what > I'm looking for. If you decide to try your hand at a plugin, please feel free to join the geda-dev mailing list. That's where we discuss such things.
2007-01-10 by DJ Delorie
Massimo De Marchi <maui@...> writes: > I use freepcb and tinycad (schematic editor). You know, this is the only forum I've seen where four people can recommend four competing products, and NOT start a flamewar. Yay! Keep up the good work :-)
2007-01-10 by mycroft2152
--- In Homebrew_PCBs@yahoogroups.com, DJ Delorie <dj@...> wrote: > You know, this is the only forum I've seen where four people can > recommend four competing products, and NOT start a flamewar. Yay! > Keep up the good work :-) > Let's make it five. Take a look at Diptrace. One of the most user friendly and easy to learn pcb cad programs around. The free version is only limited by a 250 pin count, rather than size. there is a very active user group on Yahoo, and the Stas, the developer usually replies within 24 hours to the groups questions. www.diptrace.com Myc
2007-01-11 by Lez
On 10/01/07, mycroft2152 <mycroft2152y@...> wrote: > > > > > > > --- In Homebrew_PCBs@yahoogroups.com, DJ Delorie <dj@...> wrote: > > > You know, this is the only forum I've seen where four people can > > recommend four competing products, and NOT start a flamewar. Yay! > > Keep up the good work :-) > > > > Let's make it five. > > Take a look at Diptrace. One of the most user friendly and easy to > learn pcb cad programs around. The free version is only limited by a > 250 pin count, rather than size. there is a very active user group on > Yahoo, and the Stas, the developer usually replies within 24 hours to > the groups questions. I did my first big board in a day with that, I loved it, very windows'y as opposed to looking like a dos program trying to work in a windows world. What I dont like is you cant save the PCB as a bmp, but apart from that I love it! Lez
2007-01-11 by Stefan Trethan
On Thu, 11 Jan 2007 14:00:25 +0100, Lez <lez.briddon@...> wrote: > > What I dont like is you cant save the PCB as a bmp, but apart from > that I love it! > Lez You can get printer drivers that'll save to picture. ST
2007-01-11 by mycroft2152
Actually, you can save the pcb as a bmp or jpg file as well as dpi. There is an option box. There are a lot of great functions built into Diptrace, it just takes a little time to learn them all. I usually go throught the process of "gee, it would be nice if Diptrace did..." and then discover the function is already there. Myc --- In Homebrew_PCBs@yahoogroups.com, "Stefan Trethan" <stefan_trethan@...> wrote:
> > On Thu, 11 Jan 2007 14:00:25 +0100, Lez <lez.briddon@...> wrote: > > > > > What I dont like is you cant save the PCB as a bmp, but apart from > > that I love it! > > Lez > > > You can get printer drivers that'll save to picture. > > ST >
2007-01-11 by Brian Gracia
Try FreePCB www.freepcb.com It does not have a autorouter, but the person who owns the program is writting an interface to a program someone else has so we can get use of the free autorouter! Brian G.
2007-01-11 by Lez
On 11/01/07, Brian Gracia <bgracia1@...> wrote: > > > > > > > Try FreePCB > > www.freepcb.com > > It does not have a autorouter, but the person who owns the program is > writting an interface to a program someone else has so we can get use > of the free autorouter! > > Brian G. Will have to have a look when that happens, the autorouter in diptrace can often be a little dumb, and you can see the obvious answer to routing a trace when its trying and trying and eventually leaves about 4 traces unrouted, when simple hand editing later fixes it. Thats on single sided, I only do single sided, on 2 layers its fine but I think it makes a little too many via's because of it 'not seeing the answer' on the first layer. That said, I still love it. Lez
2007-01-11 by Lez
On 11/01/07, mycroft2152 <mycroft2152y@...> wrote: > > > > > > > Actually, you can save the pcb as a bmp or jpg file as well as dpi. > There is an > option box. Maybe I have a different version, I'll go download the latest one. Lez