Sometimes their zips don't render in gerblook. Through bisection I found the reason.
Here's an outline file that doesn't work:
G04 This is an RS-274x file exported by *
G04 gerbv version 2.6A *
G04 More information is available about gerbv at *
G04 http://gerbv.geda-project.org/ *
G04 --End of header info--*
%MOIN*%
%FSLAX34Y34*%
%IPPOS*%
G04 --Define apertures--*
%ADD10R,0.0060X0.0060*%
%ADD11R,0.0070X0.0070*%
G04 --Start main section--*
G54D10*
G01X0000000Y0050790D02*
G01X0080910Y0050790D01*
G01X0080910Y0000000D01*
G01X0000000Y0000000D01*
G01X0000000Y0050790D01*
M02*
And here's one that does:
G04 This is an RS-274x file exported by *
G04 gerbv version 2.6A *
G04 More information is available about gerbv at *
G04 http://gerbv.geda-project.org/ *
G04 --End of header info--*
%MOIN*%
%FSLAX34Y34*%
%IPPOS*%
G04 --Define apertures--*
%ADD10C,0.0060*%
%ADD11C,0.0070*%
G04 --Start main section--*
G54D10*
G01X0000000Y0050790D02*
G01X0080910Y0050790D01*
G01X0080910Y0000000D01*
G01X0000000Y0000000D01*
G01X0000000Y0050790D01*
M02*
My guess is that the version of gerbv that gerblook's using is too old to support "R"-type rectangular aperture definitions. ("C"-type circular definitions seem fine)
Every two weeks, I get a large order from someone who uses "Robot Room Copper Connection":
http://www.robotroom.com/CopperConnection/
Sometimes their zips don't render in gerblook. Through bisection I found the reason.
Here's an outline file that doesn't work:
And here's one that does:
The difference is in the aperture definitions:
My guess is that the version of gerbv that gerblook's using is too old to support "R"-type rectangular aperture definitions. ("C"-type circular definitions seem fine)