Hello everyone,
I need to know the following: integer format: 2.3? 2.4? (need 2.4) zero supression (leading, trailing, or none) positioning (absolute or relative). I know its a .CAM file, but do you set or check the settings?
Thanks,
Duane
Hello everyone,
I need to know the following: integer format: 2.3? 2.4? (need 2.4) zero supression (leading, trailing, or none) positioning (absolute or relative). I know its a .CAM file, but do you set or check the settings?
Thanks,
Duane
On 06.06.2012 23:20, Duane Brantley wrote:
Hello everyone,
I need to know the following: integer format: 2.3? 2.4? (need 2.4) zero supression (leading, trailing, or none) positioning (absolute or relative). I know its a .CAM file, but do you set or check the settings?
Thanks,
Duane
The EXCELLON device is defined in the eagle.def.
Type = DrillStation
Long = "Excellon drill station"
Init = "M48\nINCH,LZ,00.0000\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 = "%%\nM72\nG90\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"
The data format is 2.4, inch, absolute, LZ (leading zero sup)
--
Mit freundlichen Gruessen / Best regards
Richard Hammerl
CadSoft Support -- hotline@cadsoft.de
FAQ: http://www.cadsoft.de/training/faq/