I am trying to track down an odd-ball drill size on my pcb. It is
referenced as:
T03
X33810Y21006
I can not find in the eagle.def file which format the coordinates are in
(eg 2.4). Assuming that Eagle is 2.4 LZ from looking at old posts, that
would tell me the drill hole should be at 3.3810, 2.1006. When I go
there though there is no hole. What am I missing? BTW, I have no
offset defined in the CAM processor job. I have included the EXCELLON
info from eagle.def below:
Type = DrillStation
Long = "Excellon drill station"
Init = "%%\nM48\nM72\n"
Reset = "M30\n"
ResX = 10000
ResY = 10000
;Rack = ""
DrillSize = "%sC%0.4f\n" ; (Tool code, tool size)
AutoDrill = "T%02d" ; (Tool number)
FirstDrill = 1
BeginData = "%%\n"
Units = Inch
Select = "%s\n" ; (Drill code)
Drill = "X%1.0fY%1.0f\n" ; (x, y)
Info = "Drill File Info:\n"\
"\n"\
" Data Mode : Absolute\n"\
" Units : 1/10000 Inch\n"\
"\n"