- status: open --> closed-fixed
From:Jaroslaw Sochacki (jrs at label.com.pl)
[snip] have a little problem with importing drill files
produced by ncdrill for Orcad386 projects. There is a
header in such files containing tool definitions (ex:
T1C0.0260), but this header may also contain other
options beginning with T (ex: TCST,OFF).
Gerbv treat this options as bad tool definition and
exits with error.
Here is sample drill file:
M48
R,T
VER,1
FMAT,2
INCH,TZ
TCST,OFF
ICI,OFF
ATC,ON
T1C0.0260
T2C0.0350
T3C0.0400
T4C0.0800
T5C0.1300
%
M47,OrCAD PCB Drill V2.01
M47,Holes between Component Layer and Solder Layer
G05
T1
X10550Y13250
X10800Y12650
X11290Y11950
X12870Y12750
X13150Y14330
[cut]
If You are going to publish next version of Gerbv
please insert fix for
this problem.