Hi Julian! Sounds like a great idea. I did not really understand what he meant. Was it an RS274X file, but without apertures? Or has he missunderstood anything and thought that he had generated -X when he actually generated -D? Case 1 feels like a corner case of a corner case. In case 2 he should kick the vendor of his CAD-programs butt.
Anyhow, you say it should work now, but a fair warning is in it's place like a popup and not just some text in the log window. The command you written seems correct with reference to http://geda.seul.org/wiki/geda:scm#fetch_a_development_branch_from_other_people The command should be executed in your current git tree though. I have not worked on this feature for some month now. I must come up with an idea on how to fill in the gerbv_project struct so it can be reloaded and saved/loaded from a project file. I have fixed it in projects.[hc] but have not pushed that change yet. I must also fix some functions since I currently breaks backwards compatibility for libgerbv. Apropos libgerbv, I assume you've seen http://sourceforge.net/apps/mediawiki/pcb2gcode/index.php?title=Main_Page ? Really cool use of libgerbv. Best regards, /Stefan Julian wrote: > FYI, I've just committed a small change to gerbv to allow more > relaxed parsing of RS-274D files. We had a bug report demonstrating a > RS-274X file with all polygon fills and no defined apertures from a CAD > package. Technically, a RS-274X file MUST have an aperture definition, > but I think we ought to try and render it regardless. So, I've changed > it to try and render suspected RS-274D files. > Also, I've added some simple logic to create any "dummy" apertures > the file tries to use, and draws them in a very thin line. This can be > used to roughly visualize a RS-274D file, even with no defined > apertures. To test, try loading a Gerber file after you delete all the > "%ADD" lines at the start of the file. This should roughly simulate a > RS-274D file. > Please test with any RS-274D files you guys might have and let me > know if it has problems or needs improvement. > > ps. Stefan, I couldn't fetch your unzip repository....I used the > following command...am I doing something wrong? Or is the server having > issues? > > git fetch git://repo.or.cz/geda-gerbv/spe.git > <http://repo.or.cz/geda-gerbv/spe.git> unzip:unzip > > Cheers-- > Julian > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > > > ------------------------------------------------------------------------ > > _______________________________________________ > Gerbv-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gerbv-devel ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Gerbv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gerbv-devel
