pvm:
To fix this I found that when you go to “Export CAM” file a box will pop up I changed all of the "5"s to "8"s which is the acceptable minimum. After that the problem went away.
Greetings pvm,
While that will work, a better method is to change the
min trace width default value so that every new design
is at 8mil.
You need to locate a file called EAGLE.scr (most likely
in the SCR sub-dir, EAGLE.EXE launches from the BIN
sub-dir).
Quoting from the Cadsoft FAQ:
eagle.scr
…
This file can be used to define basic settings that
shall be valid for a newly created Schematic, Board,
or Library file. eagle.scr will be read each time you
create a new file or open a file by the File/Open
menu. It won’t be read if a file (editor window)
opens automatically by an active EAGLE project file,
for example, while starting EAGLE.
eagle.scr offers separate sections for the specific
editor windows. After the keyword BRD: follows
everything that shall be executed in the Layout editor,
SCH: stands for the Schematic editor, LBR: for the
Library editor in general, DEV:, SYM:, and PAC: for
Device, Symbol, and Package editor. Settings for
all editor windows (for example, a common
background colour) can be made in the very
beginning of the file, which means before BRD:.
What is defined in eagle.scr usually?
Pre-definition of the grid, contents of the drill, width,
size, diameter menu (SET command), any other
option of the SET command, for example, used
layers, colours and so on. In principle everything
that can be done also in the Options/Set menu in
one of the Editor windows (see also HELP SET).
Comments Welcome!