Re: gEDA-user: Comments on pcb's g-code exporter HeeksCAD/HeeksCNC FOSS program for pcb milling

2010-11-30 Thread dfro
Markus, I will add the patch and give it a try. How and when do your latest gcode patches get merged into the main branch? Thanks, Dave On 11/29/2010 09:25 AM, Markus Hitter wrote: Am 16.11.2010 um 22:51 schrieb d...@umich.edu: However, the gcode export always crashes if I try to define

Re: gEDA-user: Comments on pcb's g-code exporter HeeksCAD/HeeksCNC FOSS program for pcb milling

2010-11-16 Thread dfro
Markus, The outline layer is working fine now, when I draw a rectangle with lines - even a sloppy rectangle where the lines have kinks, or an unclosed rectangle. The exporter adds the tool offset as well. Very nice! However, the gcode export always crashes if I try to define the outline with

Re: gEDA-user: Comments on pcb's g-code exporter HeeksCAD/HeeksCNC FOSS program for pcb milling

2010-11-14 Thread dfro
Markus, I have figured out how to add your 24 patches with git, I recompiled 'pcb', and I am trying out the new version. The grouping of the drill operation for different drill sizes is great. Adding a tool table might be cool. There could be a field in the Preferences window, where the

Re: gEDA-user: Comments on pcb's g-code exporter HeeksCAD/HeeksCNC FOSS program for pcb milling

2010-11-14 Thread dfro
Markus, Thanks for the note. On 11/14/2010 05:55 AM, Markus Hitter wrote: Am 14.11.2010 um 10:38 schrieb d...@umich.edu: I have figured out how to add your 24 patches with git, I recompiled 'pcb', and I am trying out the new version. That's great. Just a second before I sent further

Re: gEDA-user: Comments on pcb's g-code exporter HeeksCAD/HeeksCNC FOSS program for pcb milling

2010-11-13 Thread dfro
Markus, I cloned and compiled the latest pcb.git version. The program runs, but I don't think the latest g-code patches are in there. Could you elaborate a little more on what I have to do to get the latest g-code patches in my pcb source file? I will keep R-ing the F-ing M's to try and

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-12 Thread dfro
Thanks Colin, That makes a lot of sense. Very clearly explained! I like the idea of making distinctly separate locations for each build of a program. Dave On 11/12/2010 04:01 PM, Colin D Bennett wrote: On Wed, 10 Nov 2010 20:46:12 -0500 d...@umich.edu wrote: P.S. Will my Ubuntu 10.04

Re: gEDA-user: Comments on pcb's g-code exporter HeeksCAD/HeeksCNC FOSS program for pcb milling

2010-11-11 Thread dfro
Markus, Thanks for the reply. I tried the 'gEDA - Inkscape - pstoedit - dxf' route and was not happy with the round-off errors that Inkscape introduced into the image. In 'pcb', I tried a dpi of 2000 in the g-code exporter and the resulting pcb image is beautiful! FOSS pcb milling has

Re: gEDA-user: Comments on pcb's g-code exporter HeeksCAD/HeeksCNC FOSS program for pcb milling

2010-11-11 Thread dfro
Alberto, Thanks for the comments. On 11/11/2010 04:24 PM, Alberto Maccioni wrote: All this algorithm was done by Alberto Maccioni and some research brought up the statement, this is the only reliable way for offseting all the traces. Actually the algorithm is not mine, it comes from potrace,

Re: gEDA-user: Comments on pcb's g-code exporter HeeksCAD/HeeksCNC FOSS program for pcb milling

2010-11-11 Thread dfro
Markus, That is good news. Could someone tell be how to add these files to the current pcb-20100929 source download and recompile? Otherwise, I will have to wait on the next source snapshot, which is fine. I would love to see the latest patches, though. I do not know how your '0023-board

gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread dfro
I want to try the latest release of pcb, but I am getting this compile error when I try the './configure' command: checking for DBUS... no configure: error: Cannot find dbus-1 = 0.61, install it and rerun ./configure Please review the following errors: No package 'dbus-1' found . My OS

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread dfro
On 11/10/2010 03:45 PM, Frank Bergmann wrote: On 10.11.2010 21:36, DJ Delorie wrote: Try ./configure --disable-dbus or try installing package libdbus-1-dev ___ geda-user mailing list geda-user@moria.seul.org

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread dfro
Thanks guys. I built gd-2.0.35RC5 from source with no problems, and then pcb compiled. I also tried 'sudo apt-get build-dep pcb'. I didn't know about the 'build-dep' option. I like that, so I did it and there were four or five programs that got installed. On 11/10/2010 05:59 PM, Peter Clifton

gEDA-user: Comments on pcb's g-code exporter HeeksCAD/HeeksCNC FOSS program for pcb milling

2010-11-10 Thread dfro
The g-code exporter looks great! Right now I am looking at EMC2 simulate the milling of a pcb design!! I like that the gound plane outline is machined. The circular pads could use some more lines to round them out. Have you thought about programming g-code arcs (G02, G03) for them?

Re: gEDA-user: Comments on pcb's g-code exporter HeeksCAD/HeeksCNC FOSS program for pcb milling

2010-11-10 Thread dfro
At 2000 dpi the curved traces look great on EMC2/Axis! On 11/10/2010 11:11 PM, d...@umich.edu wrote: The g-code exporter looks great! Right now I am looking at EMC2 simulate the milling of a pcb design!! I like that the gound plane outline is machined. The circular pads could use some more

Re: gEDA-user: Schematic Capture to dxf File - using gEDA, Inkscape, and pstoedit

2010-01-27 Thread dfro
Bert Timmerman wrote: Hi Dave N6NZ, d...@umich.edu, FWIW, There lives a dxf exporter for pcb in a not yet finished state at: http://github.com/bert/pcb-dxf-hid Maybe something to look at for you guys. I have ample time for further development on this exporter in the foreseeable future, so

Re: gEDA-user: Schematic Capture to dxf File - using gEDA, Inkscape, and pstoedit

2010-01-26 Thread dfro
Dave N6NZ wrote: On Jan 21, 2010, at 1:08 PM, d...@umich.edu wrote: snip If you convert the backmask or the frontmask files either with the 'gEDA/pcb to dxf' route or the 'Gerber to dxf', you can very quickly have your solder paste mask. Almost. There *is* a paste layer, although it isn't

Re: gEDA-user: Schematic Capture to dxf File - using gEDA, Inkscape, and pstoedit

2010-01-23 Thread dfro
I added this post at: http://www.cnczone.com/forums/showthread.php?t=97677 I have tweaked the process a little to get a better result in Inkscape. Rob, at the Inkscape forum offered some help: http://www.inkscapeforum.com/viewtopic.php?f=28t=4279 He, thinks that the 'Stroke to Path' problem

Re: gEDA-user: Schematic Capture to dxf File - using gEDA, Inkscape, and pstoedit

2010-01-21 Thread dfro
Here are some additional posts I added to: http://www.cnczone.com/forums/showthread.php?p=722034#post722034 **Post 1** An alternate place in the software tool chain to put a 'DXF' button could be in gEDA's gerber viewer program - gerbv. Under gerbv's 'File' menu, there is an 'Export'

Re: gEDA-user: Schematic Capture to dxf File - using gEDA, Inkscape, and pstoedit

2010-01-21 Thread dfro
For those of you doubting that quality two sided pcb's can be milled on a home shop machine, check out these links: Pics: http://millpcbs.com/index.php?option=com_contentview=articleid=25Itemid=67 http://millpcbs.com/index.php?option=com_contentview=articleid=26Itemid=68

Re: gEDA-user: Schematic Capture to dxf File - using gEDA, Inkscape, and pstoedit

2010-01-21 Thread dfro
Dave and Peter, How about this? d...@umich.edu wrote: If you are interested in writing some code to add a dxf conversion button to pcb and gerbv, maybe trying these two methods on a few of your own pcb images will give you some ideas. I think creating a backend program that both pcb and

Re: gEDA-user: Schematic Capture to dxf File - using gEDA, Inkscape, and pstoedit

2010-01-21 Thread dfro
Dave N6NZ wrote: The postscript file is a kludgy intermediate step that needs to be eradicated in the 'clean' solution. -dave n6nz That makes sense. I do agree that having a conversion to dxf in gerbv is a good idea. I think it would attract a lot of people to gEDA who are using Eagle

gEDA-user: Schematic Capture to dxf File - using gEDA, Inkscape, and pstoedit

2010-01-19 Thread dfro
Hey everyone, I just created a thread on cnczone.com, which I want to bring to your attention. I titled it, Schematic Capture to dxf File - using gEDA, Inkscape, and pstoedit: http://www.cnczone.com/forums/showthread.php?t=97677 I think I have worked out a good software tool chain to create

gEDA-user: Can you do thermals on square SMD pads?

2010-01-16 Thread dfro
Is it possible to do thermals on square SMD pads? Or is it even something that is commonly done, since the pads are usually so close together? Thanks, Dave ___ geda-user mailing list geda-user@moria.seul.org

Re: gEDA-user: Would like to use geda tools to make .dxf file for pcb cnc milling.

2009-08-15 Thread dfro
Bert, I do think a dxf exporter can attract thousands of people to geda tools. The cnczone.com site alone is huge. And cnc machines need a lot of pcb's. As an example, I have used gschem, gsch2pcb. pcb, and gerbv to make a 'signal opto-isolator board' and a 'photo-interrupter limit switch

Re: gEDA-user: Would like to use geda tools to make .dxf file for pcb cnc milling.

2009-08-14 Thread dfro
Jason, I plan on using emc2 on all of my future machines. Currently, I have emc2 moving x, y, and z steppers. I haven't got the machines done yet. Dave Jason wrote: d...@umich.edu wrote: I am currently building a cnc machine on which I would like to mill pcb's. You want to have a look at

gEDA-user: Would like to use geda tools to make .dxf file for pcb cnc milling.

2009-08-13 Thread dfro
I am sorry if this is a redundant request/question. I am currently building a cnc machine on which I would like to mill pcb's. Others have worked out a tool chain using eagle: http://pminmo.com/millingpcbs/milledpcb.htm Is there any interest in a Geda-based alternative? Could it be

Re: gEDA-user: Strange behavior with input-1.sym and output-1.sym?

2009-05-07 Thread dfro
John Doty wrote: On May 7, 2009, at 6:53 AM, Stefan Salewski wrote: Of course it may be a bug of 1.4.0, I can not test this, have only 1.4.3 available. One could make the case that the bug is in 1.4.3. A component without either refdes= or graphical=1 might reasonably be considered

gEDA-user: Strange behavior with input-1.sym and output-1.sym?

2009-05-06 Thread dfro
I am having problems with the following warnings when I do gsch2pcb on a schematic. Below, you can see the kind of warnings I am getting on a simple 2 component test schematic: $ gsch2pcb -s project Could not find refdes on component and could not find any special attributes! Could not find

Re: gEDA-user: Strange behavior with input-1.sym and output-1.sym?

2009-05-06 Thread dfro
Adding the graphical=1 attribute made input-1.sym and output-1.sym work. None of the symbols in the Input/output(generic) directory have a graphical=1 component. I wonder why input-2.sym and output-2.sym work without graphical=1? Dave DJ Delorie wrote: non-physical-component parts usually

Re: gEDA-user: Strange behavior with input-1.sym and output-1.sym?

2009-05-06 Thread dfro
All of my input-1.sym and output-1.sym had attribute setting like this: net SPEED_CONTROL:1 valueSPEED CONTROL device INPUT There was no refdes attribute in any of the named nets. Using input-2.sym and output-2.sym worked with the exact same attributes. Also, changing 'device=INPUT'

gEDA-user: Optimize rats causes error message I don't understand.

2009-05-03 Thread dfro
net-list format encountered near: 2 Bad net-list format encountered near: 2 Bad net-list format encountered near: 2 Bad net-list format encountered near: 2 185 rat lines remaining Could someone explain what they mean? Thanks, dfro ___ geda-user mailing

Re: gEDA-user: How do I get pcb to automatically load my personal pcb-elements directory

2009-04-29 Thread dfro
DJ, That worked. Thanks. Dave DJ Delorie wrote: I can get pcb to find the directory using the projects file and gsch2pcb technique, but I would like 'pcb-elements' to show up in the pcb library window automatically whenever I launch pcb. Edit ~/.pcb/settings: lib-newlib =

gEDA-user: How do I get pcb to automatically load my personal pcb-elements directory

2009-04-28 Thread dfro
I am wondering how do I get pcb to automatically load my pcb-elements directory. I can get pcb to find the directory using the projects file and gsch2pcb technique, but I would like 'pcb-elements' to show up in the pcb library window automatically whenever I launch pcb. Any thoughts? Thanks,

Re: gEDA-user: Empty netlist file!

2007-07-06 Thread dfro
Does anybody have any ideas? I have tried everything I can think of, but I am still getting the Empty netlist file! error. Without the netlist file loading, I am stuck. Here is the netlist file that gsch2pcb produced: unnamed_net49 C5-2 CONN6-1 unnamed_net48 R3-2 CONN12-1 unnamed_net47

Re: gEDA-user: Empty netlist file!

2007-07-06 Thread dfro
John and Steven, Thanks for the replies. I finally figured out what the problem was. I had a space in the name of one of the directories in the path to the netlist file - i.e. ~/gaf/myprojects/avr_projects/avr_device1 folder. The space between 'avr_device1' and 'folder' caused pcb not to

Re: gEDA-user: Empty netlist file!

2007-07-06 Thread dfro
/avr_device1 folder/avr_device1.pcb': ... Action: Load(Netlist) Load: Calling LoadFrom(Netlist, /home/dfro/gaf/myprojects/avr_projects/avr_device1 folder/avr_device1.net) Action: LoadFrom(Netlist,/home/dfro/gaf/myprojects/avr_projects/avr_device1 folder/avr_device1.net) EvaluateFilename

gEDA-user: Empty netlist file!

2007-07-02 Thread dfro
In pcb I am getting the error message Empty netlist file! when I try and load a netlist into a new .pcb file that has been generated by gsch2pcb. Looking into the file with a text editor, it is definitely not empty and looks like any other netlist file: unnamed_net37 CONN8-3 U2-6 unnamed_net36