When I'm making a symbol, each time I like to have a line that's .005 wide. but the menu doesn't have that number
Yes I can add it, but them when I restart it's gone,
How do I add a custom number to that series of widths? Something in eagle.scr?
When I'm making a symbol, each time I like to have a line that's .005 wide. but the menu doesn't have that number
Yes I can add it, but them when I restart it's gone,
How do I add a custom number to that series of widths? Something in eagle.scr?
very good, thanks.
I notice that some widths can't be defined, for example
BRD:
SET WIDTH_MENU 0 .005 0.01 0.012 .016 .024 0.032 0.04 0.05 .056 .066 .07 .086 .1 .15 .252;
will not add a .005 to the board editor menu.
If you pasted that same text straight into the command line in the board editor, then it woudl add .005
Bug?
Am 18.09.2012 05:26, schrieb d r:
When I'm making a symbol, each time I like to have a line that's .005 wide. but the menu doesn't have that number
Yes I can add it, but them when I restart it's gone,
How do I add a custom number to that series of widths? Something in eagle.scr?
Yes. Put a line like
SET Width_Menu 0 0.006 0.01 0.016 0.025 0.03 0.04 0.05 0.1 0.2;
in your eagle.scr file, then the menu will show ONLY the above entries.
Andreas Weidner