EAGLE - GERBER file problem
SN96
Posts: 318
Hello gents,
I was reading the tutorial on the Spark Fun Electronics website on how to generate gerber files using their script files. I did as the tutorial said and all my files came out with no problems except the darn .drd file (Drill data). I was using Pentalogix's View Mate to review my output files and for some reason when I import the .drd file, it shows several small specks way way out side the boards boundry. Also there are more "specks" than there are holes in the original design.
The .drd file is using Excellon as the device. Could it be that View Mate cant read Excellon? is this normal?
Thanks
Mike
I provided a screen shot to help explain my results with the drill data.
Post Edited (RoboROOKIE) : 9/27/2005 10:34:36 PM GMT
I was reading the tutorial on the Spark Fun Electronics website on how to generate gerber files using their script files. I did as the tutorial said and all my files came out with no problems except the darn .drd file (Drill data). I was using Pentalogix's View Mate to review my output files and for some reason when I import the .drd file, it shows several small specks way way out side the boards boundry. Also there are more "specks" than there are holes in the original design.
The .drd file is using Excellon as the device. Could it be that View Mate cant read Excellon? is this normal?
Thanks
Mike
I provided a screen shot to help explain my results with the drill data.
Post Edited (RoboROOKIE) : 9/27/2005 10:34:36 PM GMT
Comments
The board house I use also needed the .dri file so they know the drill bit sizes.
Chris I.
This has been driving me up the wall. You are right, it is a text file and I do see data in it when I open using notepad.
I guess you can't view it in View Mate like all the other layers to see if things line up?
Here is what is inside that .drd·file (my board is very small about 2" x 2")
%
M48
M72
T01C0.0320
T02C0.0400
T03C0.1102
%
T01
X6417Y2853
X7167Y2853
X10917Y2853
X11667Y2853
X8167Y5853
X7417Y5853
X6292Y8853
X9292Y8853
X10792Y8853
X13792Y8853
X15792Y8353
X15792Y5353
T02
X2792Y5853
X2792Y6853
X2792Y7853
T03
X2292Y2353
X2292Y11353
X15792Y11353
X15792Y2353
M30
The numbers after the Xs and Ys are thousanths of an inch.· You have some numbers in the range of 15 inches.
Here's the file from my latest board.· The board size is the default 3.4 x 4 for Eagle Lite.·
%
M48
M72
T01C0.1260
T02C0.0320
T03C0.0940
T04C0.1102
T05C0.0276
T06C0.0400
T07C0.1300
T08C0.0236
%
T01
X179Y439
X179Y3139
X3500Y2721
X3879Y3139
X3879Y439
T02
X3119Y2239
X3119Y2339
X3119Y2439
X3119Y2539
X2819Y2539
X2819Y2439
X2819Y2339
X2819Y2239
X1909Y2359
X1809Y2359
X1709Y2359
X1609Y2359
X1509Y2359
X1409Y2359
X1309Y2359
X1209Y2359
X1109Y2359
X1009Y2359
X909Y2359
X809Y2359
X709Y2359
X609Y2359
X609Y2959
X709Y2959
X809Y2959
X909Y2959
X1009Y2959
X1109Y2959
X1209Y2959
X1309Y2959
X1409Y2959
X1509Y2959
X1609Y2959
X1709Y2959
X1809Y2959
X1909Y2959
T03
X3501Y2971
T04
X3330Y2822
T05
X329Y239
X429Y239
X579Y238
X679Y238
X829Y239
X929Y239
X1079Y239
X1179Y239
X1329Y239
X1429Y239
X1579Y239
X1679Y239
X1829Y239
X1929Y239
X2079Y239
X2179Y239
X2329Y239
X2429Y239
X2579Y239
X2679Y239
X2829Y239
X2929Y239
X3079Y239
X3179Y239
X3329Y239
X3429Y239
X3579Y239
X3679Y239
T06
X2479Y2829
X2479Y2929
X2479Y3029
T07
X3069Y2929
T08
X2329Y2509
X2229Y2639
X1999Y2639
X1869Y2699
X1809Y2619
X1989Y2509
X2099Y2269
X1179Y3129
X1129Y3199
X749Y3199
X1559Y3209
X1989Y3209
X2239Y3209
X219Y2529
X429Y1259
X719Y1259
X929Y909
X929Y809
X1189Y1249
X1689Y1249
X2179Y1259
X2699Y1259
X2689Y909
X2689Y809
X3149Y1259
X3449Y1249
X3449Y709
M30
Chris I.
Then In View Mate, I had to change the import options to the proper format:
2 dec. left, 3 dec. right
Omit leading zeros selected
positon absolute selected
units english
character ASCii
It all shows·lined up but thats not to say that the output is compatable with the fab houses. I would have to try to submit the files and see if it is workable.
Thanks StarMan for your help. You certainly pointed me in the right direction.
See screen shot to see how the drill holes indeed line up with the pads, indicating it must be correct I assume.
Post Edited (RoboROOKIE) : 9/28/2005 5:52:18 PM GMT